e210c2ec18615766c095b2505e5b01a525763166
[gnulib.git] / ChangeLog
1 2007-03-02  Bruno Haible  <bruno@clisp.org>
2
3         * modules/array-list-tests (Depends-on): Add progname.
4         * tests/test-array_list.c: Include progname.h.
5         (main): Call set_program_name.
6
7         * modules/argp-tests (Depends-on): Add progname.
8         * tests/test-argp.c: Include argp.h first. Include progname.h.
9         (main): Call set_program_name.
10
11 2007-03-02  Paul Eggert  <eggert@cs.ucla.edu>
12
13         * doc/gnulib-tool.texi (Initial import): Reword description of
14         _FILE_OFFSET_BITS and _GNU_SOURCE, since they sometimes have a
15         limited effect even if defined after the first system include.
16
17 2007-03-01  Bruno Haible  <bruno@clisp.org>
18
19         * build-aux/config.libpath: Update to libtool-1.5.22.
20         Reported by Albert Chin <bug-gnulib@mlists.thewrittenword.com>.
21
22 2007-03-01  Bruno Haible  <bruno@clisp.org>
23
24         * doc/relocatable-maint.texi: Recommend to set foo_CPPFLAGS, not
25         foo_CFLAGS.
26         Reported by Ralf Wildenhues.
27
28 2007-03-01  Bruno Haible  <bruno@clisp.org>
29
30         * build-aux/install-reloc: Remove object files left over by some
31         compilers.
32         Reported by Ralf Wildenhues.
33
34 2007-03-01  Bruno Haible  <bruno@clisp.org>
35
36         * build-aux/install-reloc: Break long lines.
37
38 2007-03-01  Bruno Haible  <bruno@clisp.org>
39
40         * doc/relocatable.texi: Document that it may not work on OpenBSD.
41         Reported by Ralf Wildenhues.
42
43 2007-03-01  Bruno Haible  <bruno@clisp.org>
44
45         * doc/gnulib-tool.texi (Initial import): Remove paragraph about
46         include ordering constraints.
47
48 2007-03-01  Paul Eggert  <eggert@cs.ucla.edu>
49
50         Followup to the 2007-02-12 patch, using suggestions from Bruno Haible in
51         <http://lists.gnu.org/archive/html/bug-gnulib/2007-02/msg00136.html>.
52         * doc/gnulib-tool.texi (Initial import): Mention _FILE_OFFSET_BITS
53         as another example.
54         * lib/time_.h: Fix misspelling.
55         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP):
56         Require gl_HEADER_TIME_H_DEFAULTS.
57         * m4/strptime.m4 (gl_FUNC_STRPTIME): Likewise.
58         * m4/time_r.m4 (gl_TIME_R): Likewise.
59         * m4/timegm.m4 (gl_FUNC_TIMEGM): Likewise.
60
61 2007-03-01  Bruno Haible  <bruno@clisp.org>
62
63         * m4/utimecmp.m4 (gl_UTIMECMP): Don't require gl_TIMESPEC.
64         * m4/utimens.m4 (gl_UTIMENS): Likewise.
65
66 2007-03-01  Jim Meyering  <jim@meyering.net>
67
68         * modules/xreadlink (Maintainer): Add my name.
69         * modules/xreadlink-with-size (Depends-on): Alphabetize.
70
71 2007-02-26  Ben Pfaff  <blp@cs.stanford.edu>
72             Bruno Haible  <bruno@clisp.org>
73
74         * build-aux/install-reloc: Compile also c-ctype.c.
75         * build-aux/relocatable.sh.in: New file.
76         * doc/relocatable.texi: New file.
77         * doc/relocatable-maint.texi: New file.
78         * doc/gnulib.texi: Include relocatable-maint.texi.
79         * lib/progreloc.c: Include unistd.h unconditionally.
80         * lib/relocwrapper.c: Include unistd.h unconditionally.
81         Include c-ctype.h.
82         (add_dotbin): Use c_tolower.
83         * m4/relocatable-lib.m4: New file, extracted from m4/relocatable.m4.
84         (gl_RELOCATABLE_LIBRARY): Renamed from AC_RELOCATABLE_LIBRARY.
85         (gl_RELOCATABLE_NOP): Renamed from AC_RELOCATABLE_NOP.
86         * m4/relocatable.m4 (AC_RELOCATABLE_LIBRARY, AC_RELOCATABLE_NOP): Move
87         to m4/relocatable-lib.m4.
88         (gl_RELOCATABLE): Renamed from AC_RELOCATABLE. Set also
89         RELOCATABLE_CONFIG_H_DIR, RELOCATABLE_SRC_DIR, RELOCATABLE_BUILD_DIR.
90         (gl_RELOCATABLE_BODY): Renamed from AC_RELOCATABLE_BODY. Don't
91         require obsolete macro AC_EXEEXT. Don't check for unistd.h. Don't set
92         SET_RELOCATABLE. Instead set RELOCATABLE_LDFLAGS, INSTALL_PROGRAM_ENV.
93         * modules/relocatable: New file.
94         * modules/relocatable-lib: New file.
95         * modules/relocatable-script: New file.
96
97 2007-02-28  Bruno Haible  <bruno@clisp.org>
98
99         Import --enable-relocatable infrastructure.
100         * build-aux/config.libpath: New file, from GNU gettext.
101         * build-aux/install-reloc: New file, from GNU gettext.
102         * build-aux/reloc-ldflags: New file, from GNU gettext.
103         * lib/relocatable.h: New file, from GNU gettext.
104         * lib/relocatable.c: New file, from GNU gettext.
105         * lib/relocwrapper.c: New file, from GNU gettext.
106         * m4/relocatable.m4: New file, from GNU gettext.
107
108 2007-02-28  Bruno Haible  <bruno@clisp.org>
109
110         * MODULES.html.sh (File system functions): Add xreadlink-with-size.
111
112         * modules/xreadlink: New file, from GNU gettext with modifications.
113         * lib/xreadlink.c: New file, from GNU gettext.
114         * lib/xreadlink.h: Add comments.
115         (xreadlink): New declaration.
116
117         * modules/xreadlink-with-size: Renamed from modules/xreadlink.
118         (Files): Remove m4/xreadlink.m4. Replace lib/xreadlink.c with
119         lib/xreadlink-with-size.c.
120         (configure.ac): Remove gl_XREADLINK invocation.
121         (Makefile.am): Augment lib_SOURCES.
122         * m4/xreadlink.m4: Remove file.
123         * lib/xreadlink-with-size.c: Renamed from lib/xreadlink.c.
124         (xreadlink_with_size): Renamed from xreadink.
125         * lib/xreadlink.h (xreadlink_with_size): Renamed from xreadink.
126         * modules/canonicalize (Depends-on): Replace xreadlink with
127         xreadlink-with-size.
128         * lib/canonicalize.c (canonicalize_filename_mode): Update.
129
130 2007-02-25  Jim Meyering  <jim@meyering.net>
131
132         * build-aux/announce-gen: When complaining about excess arguments,
133         list them.
134
135 2007-02-25  Paul Eggert  <eggert@cs.ucla.edu>
136
137         * README: Document signed integer overflow situation more
138         accurately.
139
140 2007-02-25  Bruno Haible  <bruno@clisp.org>
141
142         * lib/vasnprintf.c (VASNPRINTF): Fix estimate of size needed for a
143         'a' or 'A' conversion.
144
145 2007-02-25  Bruno Haible  <bruno@clisp.org>
146
147         * modules/filename: Renamed from modules/pathname.
148         (Files): Replace lib/pathname.h with lib/filename.h. Replace
149         lib/concatpath.c with lib/concat-filename.c.
150         (Makefile.am): Update.
151         (Include): Replace pathname.h with filename.h.
152         * lib/filename.h: Renamed from lib/pathname.h.
153         (concatenated_filename): Renamed from concatenated_pathname.
154         * lib/concat-filename.c: Renamed from lib/concatpath.c.
155         (concatenated_filename): Renamed from concatenated_pathname.
156         * lib/findprog.c: Include filename.h instead of pathname.h.
157         (find_in_path): Update.
158         * lib/javacomp.c: Include filename.h instead of pathname.h.
159         (is_envjavac_gcj43_usable, is_envjavac_oldgcj_14_14_usable,
160         is_envjavac_oldgcj_14_13_usable, is_envjavac_nongcj_usable,
161         is_gcj_present, is_gcj43_usable, is_oldgcj_14_14_usable,
162         is_oldgcj_14_13_usable, is_javac_usable): Update.
163         * lib/javaexec.c: Include filename.h instead of pathname.h.
164         (execute_java_class): Update.
165         * modules/findprog: Update.
166         * modules/javacomp: Update.
167         * modules/javaexec: Update.
168         * MODULES.html.sh (File system functions): Add 'filename', remove
169         'pathname'.
170
171 2007-02-25  Bruno Haible  <bruno@clisp.org>
172
173         * modules/printf-frexpl-tests: New file.
174         * tests/test-printf-frexpl.c: New file.
175
176         * modules/printf-frexpl: New file.
177         * lib/printf-frexpl.h: New file.
178         * lib/printf-frexpl.c: New file.
179         * m4/printf-frexpl.m4: New file.
180
181 2007-02-25  Bruno Haible  <bruno@clisp.org>
182
183         * modules/printf-frexp-tests: New file.
184         * tests/test-printf-frexp.c: New file.
185
186         * modules/printf-frexp: New file.
187         * lib/printf-frexp.h: New file.
188         * lib/printf-frexp.c: New file.
189         * m4/printf-frexp.m4: New file.
190
191 2007-02-25  Bruno Haible  <bruno@clisp.org>
192
193         Assume automake >= 1.10 for the tests.
194         * modules/arcfour-tests (TESTS): Remove $(EXEEXT) suffix.
195         * modules/arctwo-tests: Likewise.
196         * modules/argp-tests: Likewise.
197         * modules/avltree-list-tests: Likewise.
198         * modules/avltree-oset-tests: Likewise.
199         * modules/avltreehash-list-tests: Likewise.
200         * modules/carray-list-tests: Likewise.
201         * modules/crc-tests: Likewise.
202         * modules/des-tests: Likewise.
203         * modules/gc-arcfour-tests: Likewise.
204         * modules/gc-arctwo-tests: Likewise.
205         * modules/gc-des-tests: Likewise.
206         * modules/gc-hmac-md5-tests: Likewise.
207         * modules/gc-hmac-sha1-tests: Likewise.
208         * modules/gc-md2-tests: Likewise.
209         * modules/gc-md4-tests: Likewise.
210         * modules/gc-md5-tests: Likewise.
211         * modules/gc-pbkdf2-sha1-tests: Likewise.
212         * modules/gc-rijndael-tests: Likewise.
213         * modules/gc-sha1-tests: Likewise.
214         * modules/gc-tests: Likewise.
215         * modules/getaddrinfo-tests: Likewise.
216         * modules/hmac-md5-tests: Likewise.
217         * modules/hmac-sha1-tests: Likewise.
218         * modules/linked-list-tests: Likewise.
219         * modules/linkedhash-list-tests: Likewise.
220         * modules/lock-tests: Likewise.
221         * modules/md2-tests: Likewise.
222         * modules/md4-tests: Likewise.
223         * modules/md5-tests: Likewise.
224         * modules/rbtree-list-tests: Likewise.
225         * modules/rbtree-oset-tests: Likewise.
226         * modules/rbtreehash-list-tests: Likewise.
227         * modules/read-file-tests: Likewise.
228         * modules/rijndael-tests: Likewise.
229         * modules/stdint-tests: Likewise.
230         * modules/tls-tests: Likewise.
231
232 2007-02-24  Bruno Haible  <bruno@clisp.org>
233
234         * lib/isnanl.h (isnanl): Define through isnan if isnan is a macro.
235         * m4/isnan.m4 (gl_FUNC_ISNAN_NO_LIBM): Don't check for isnan as a
236         function; instead check whether isnan with a double argument links.
237         * m4/isnanl.m4 (gl_FUNC_ISNANL_NO_LIBM): Don't check for isnanl as a
238         function; instead check whether isnan with a 'long double' argument
239         links.
240         Reported by Eric Blake <ebb9@byu.net>.
241
242 2007-02-24  Bruno Haible  <bruno@clisp.org>
243
244         * lib/isnan.c: Support the 'long double' case if USE_LONG_DOUBLE is
245         defined.
246         * lib/isnanl.c: Remove all code. Just include isnan.c.
247         * modules/isnanl-nolibm (Files): Add lib/isnan.c.
248
249 2007-02-25  Jim Meyering  <jim@meyering.net>
250
251         Avoid conflicting types for 'unsetenv' on FreeBSD.
252         * lib/putenv.c (_unsetenv): Rename from "unsetenv", to avoid
253         conflicting with FreeBSD's (5.0 and 6.1) function declaration
254         in stdlib.h.
255
256 2007-02-24  Bruno Haible  <bruno@clisp.org>
257
258         * modules/isnanl-nolibm-tests: New file.
259         * tests/test-isnanl.c: New file.
260
261         * modules/isnanl-nolibm: New file.
262         * lib/isnanl.h: New file.
263         * lib/isnanl.c: New file.
264         * m4/isnanl.m4: New file.
265
266 2007-02-24  Bruno Haible  <bruno@clisp.org>
267
268         * modules/isnan-nolibm-tests: New file.
269         * tests/test-isnan.c: New file.
270
271         * modules/isnan-nolibm: New file.
272         * lib/isnan.h: New file.
273         * lib/isnan.c: New file.
274         * m4/isnan.m4: New file.
275
276 2007-02-24  Bruno Haible  <bruno@clisp.org>
277
278         * lib/frexpl.c (frexpl): Correct return values for x = 1.0L. Don't
279         assume that an exponent fits in 20 bits.
280
281 2007-02-24  Jim Meyering  <jim@meyering.net>
282
283         * m4/regex.m4: Update the description of the configure-time option,
284         --without-included-regex, to state accurately what the defaults are,
285         and perhaps to give people an idea why using this option is risky.
286
287 2007-02-24  Paul Eggert  <eggert@cs.ucla.edu>
288
289         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Check for a nanosleep that
290         loops on small arguments.  This attempts to avoid the problem
291         Bruno Haible reported for AIX 4.3.2 in
292         <http://lists.gnu.org/archive/html/bug-gnulib/2007-02/msg00309.html>.
293
294 2007-02-23  Bruno Haible  <bruno@clisp.org>
295
296         * m4/perl.m4 (gl_PERL): Require version 5.005, not 5.003.
297         Needed for help2man.
298
299 2007-02-23  Karl Berry  <karl@gnu.org>
300
301         * doc/gnulib-tool.texi (CVS Issues): mention that when foo_.h
302         exists, foo.h should be cvs-ignored, not committed.
303
304 2007-02-23  Eric Blake  <ebb9@byu.net>
305
306         * lib/getdate.h (includes):  Include <time.h>, not "timespec.h".
307         * lib/stat-time.h (includes): Likewise.
308         * lib/utimecmp.c (includes): Likewise.
309         * lib/utimens.h (includes): Likewise.
310         * lib/getdate.y (includes): Also include "timespec.h" for use
311         internal to the module.
312         * modules/utimens (Depends-on): Revert yesterday's patch.
313         * modules/nanosleep (Depends-on): Add missing dependency.
314
315 2007-02-22  Bruno Haible  <bruno@clisp.org>
316
317         * lib/glob.c: Don't include getlogin_r.h.
318
319 2007-02-22  Jim Meyering  <jim@meyering.net>
320
321         * modules/utimens (Depends-on): Add timespec, required for
322         utimens.h's inclusion of timespec.h.
323
324 2007-02-21  Paul Eggert  <eggert@cs.ucla.edu>
325
326         * lib/getcwd.c (__getcwd): Undo previous change; it mishandled
327         long unreadable paths in GNU/Linux.  Problem reported by Andreas
328         Schwab in
329         <http://lists.gnu.org/archive/html/bug-gnulib/2007-02/msg00261.html>.
330         I'll try to think of a better way to fix the Solaris problem.
331
332         * lib/getcwd.c (__getcwd): Don't assume getcwd (NULL, 0) works
333         like glibc; on Solaris 10, it fails with errno == EINVAL.
334         POSIX says the behavior is unspecified if the first argument is NULL,
335         so play it safe and never pass NULL to the system getcwd.
336
337 2007-02-21  Jim Meyering  <jim@meyering.net>
338
339         * lib/gettimeofday.c (rpl_gettimeofday): Remove declaration
340         of gettimeofday.  It would conflict with the one now always
341         provided via sys_time_.h.  Reported by Matthew Woehlke, as
342         an IRIX 6.5 build failure.
343
344 2007-02-20  Paul Eggert  <eggert@cs.ucla.edu>
345
346         Minor fixups to port to Solaris 10 with Sun C 5.8.
347         * lib/getcwd.c [!_LIBC]: Include dirfd.h, since we use dirfd.
348         * modules/getcwd (Depends-on): Add dirfd.
349         * lib/putenv.c (putenv): #undef it.
350         (rpl_putenv): New decl.
351         (malloc, free): Include <stdlib.h> rather than prototyping separately.
352
353 2007-02-20  Bruno Haible  <bruno@clisp.org>
354
355         * modules/stdio-tests: New file.
356         * tests/test-stdio.c: New file.
357
358         * modules/vsnprintf (Files): Remove lib/vsnprintf.h.
359         (Depends-on): Add stdio.
360         (configure.ac): Invoke gl_STDIO_MODULE_INDICATOR.
361         (Include): Use <stdio.h> instead of vsnprintf.h.
362         * m4/vsnprintf.m4 (gl_FUNC_VSNPRINTF): Require gl_STDIO_H_DEFAULTS. Set
363         HAVE_DECL_VSNPRINTF.
364         * lib/vsnprintf.c: Include <stdio.h> instead of vsnprintf.h.
365
366         * modules/snprintf (Files): Remove lib/snprintf.h.
367         (Depends-on): Add stdio.
368         (configure.ac): Invoke gl_STDIO_MODULE_INDICATOR.
369         (Include): Use <stdio.h> instead of snprintf.h.
370         * m4/snprintf.m4 (gl_FUNC_SNPRINTF): Require gl_STDIO_H_DEFAULTS. Set
371         HAVE_DECL_SNPRINTF.
372         * lib/snprintf.c: Include <stdio.h> instead of snprintf.h.
373         * lib/getaddrinfo.c: Likewise.
374
375         * modules/stdio: New file.
376         * lib/stdio_.h: New file, incorporating snprintf.h and vsnprintf.h.
377         * lib/snprintf.h: Remove file.
378         * lib/vsnprintf.h: Remove file.
379         * lib/.cppi-disable: Remove snprintf.h.
380         * m4/stdio_h.m4: New file.
381         * MODULES.html.sh (Support for systems lacking ISO C 99): Add stdio.
382
383 2007-02-20  Jim Meyering  <jim@meyering.net>
384
385         * lib/ftruncate.c [HAVE_CHSIZE]: Document that this code is
386         used by e.g., mingw.  From Bruno Haible.
387
388 2007-02-19  Bruno Haible  <bruno@clisp.org>
389
390         * lib/string_.h: Use "#pragma GCC system_header" to suppress some gcc
391         warnings.
392         Reported by Ben Pfaff <blp@cs.stanford.edu>.
393
394 2007-02-19  Bruno Haible  <bruno@clisp.org>
395
396         * m4/ftruncate.m4 (gl_FUNC_FTRUNCATE): Don't request a complaint mail
397         from mingw users.
398
399 2007-02-19  Bruno Haible  <bruno@clisp.org>
400
401         * lib/stdlib_.h: Use "#pragma GCC system_header" to suppress some gcc
402         warnings.
403         Reported by Joel E. Denny <jdenny@ces.clemson.edu> via Paul Eggert.
404
405 2007-02-19  Jim Meyering  <jim@meyering.net>
406
407         Don't use FD after a successful "fdopendir (fd)".
408         * lib/getcwd.c (__getcwd) [AT_FDCWD]: fdopendir (fd) usually closes fd.
409         Reset it by calling dirfd on the just-obtained DIR*.
410
411         * m4/ftruncate.m4: Adjust comment to give this module a 3-year reprieve.
412         Prompted by a report from Bruno Haible that mingw lacks ftruncate.
413
414 2007-02-18  Bruno Haible  <bruno@clisp.org>
415
416         * lib/readlink.c: Include <unistd.h>.
417         * m4/readlink.m4 (gl_FUNC_READLINK): Require gl_UNISTD_H_DEFAULTS. Set
418         HAVE_READLINK.
419         * modules/readlink (Depends-on): Add unistd.
420         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
421         (Include): Add <unistd.h>.
422
423         * lib/getlogin_r.h: Remove file.
424         * lib/getlogin_r.c: Include <unistd.h> instead of getlogin_r.h.
425         * m4/getlogin_r.m4 (gl_GETLOGIN_R_SUBSTITUTE): Remove macro.
426         (gl_GETLOGIN_R): Inline it here. Require gl_UNISTD_H_DEFAULTS. Set
427         HAVE_DECL_GETLOGIN_R.
428         * modules/getlogin_r (Files): Remove lib/getlogin_r.h.
429         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
430         (Include): Use <unistd.h> instead of getlogin_r.h.
431
432         * lib/getcwd.h: Remove file.
433         * lib/getcwd.c: Include <unistd.h> instead of getcwd.h.
434         * lib/xgetcwd.c: Likewise.
435         * m4/getcwd.m4 (gl_FUNC_GETCWD): Require gl_UNISTD_H_DEFAULTS. Set
436         REPLACE_GETCWD. Don't define __GETCWD_PREFIX.
437         * modules/getcwd (Files): Remove lib/getcwd.h.
438         (Depends-on): Add unistd.
439         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
440         (Include): Use <unistd.h> instad of getcwd.h.
441
442         * lib/ftruncate.c: Include <unistd.h> first.
443         * m4/ftruncate.m4 (gl_FUNC_FTRUNCATE): Require gl_UNISTD_H_DEFAULTS.
444         Set HAVE_FTRUNCATE.
445         * modules/ftruncate (Depends-on): Add unistd.
446         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
447
448         * lib/fchdir.c: Include <unistd.h> first.
449         * lib/dirent_.h: Test REPLACE_FCHDIR, not FCHDIR_REPLACEMENT.
450         * m4/fchdir.m4 (gl_FUNC_FCHDIR): Require gl_UNISTD_H_DEFAULTS instead
451         of gl_HEADER_UNISTD_DEFAULTS. Set REPLACE_FCHDIR. Don't set UNISTD_H.
452         * modules/fchdir (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
453         (Makefile.am): Substitute also REPLACE_FCHDIR into dirent.h.
454
455         * lib/dup2.c: Include <unistd.h> first.
456         * m4/dup2.m4 (gl_FUNC_DUP2): Require gl_UNISTD_H_DEFAULTS. Set
457         HAVE_DUP2.
458         * modules/dup2 (Depends-on): Add unistd.
459         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
460
461         * lib/chown.c: Include <unistd.h> first. Undefine chown later.
462         * m4/chown.m4 (gl_FUNC_CHOWN): Require gl_UNISTD_H_DEFAULTS. Set
463         REPLACE_CHOWN. Don't define chown as a macro here.
464         * modules/chown (Depends-on): Add unistd.
465         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
466
467         * lib/unistd_.h: Test HAVE_UNISTD_H determined at configure time.
468         Add definition for GL_LINK_WARNING.
469         (chown, dup2): New declarations.
470         (fchdir): Test REPLACE_FCHDIR, not FCHDIR_REPLACEMENT. Provide optional
471         link warning.
472         (ftruncate): New declaration.
473         (getcwd): New declaration, taken from old getcwd.h.
474         (getlogin_r): New declaration, taken from old getlogin_r.h.
475         (readlink): New declaration.
476         * m4/unistd_h.m4 (gl_UNISTD_H): Renamed from gl_HEADER_UNISTD. Don't
477         set UNISTD_H. Inline gl_PREREQ_UNISTD. Set HAVE_UNISTD_H.
478         (gl_PREREQ_UNISTD): Remove macro.
479         (gl_UNISTD_MODULE_INDICATOR): New macro.
480         (gl_UNISTD_H_DEFAULTS): Renamed from gl_HEADER_UNISTD_DEFAULTS. Set
481         many new variables. Don't set UNISTD_H.
482         * modules/unistd (Description): Change.
483         (Depends-on): Add link-warning.
484         (configure.ac): Update.
485         (Makefile.am): Create unistd.h always. Substitute many new variables
486         into it.
487
488 2007-02-18  Bruno Haible  <bruno@clisp.org>
489
490         * lib/stdlib_.h (getsubopt): New declaration, copied from getsubopt.h.
491         * modules/stdlib (stdlib.h): Also substitute GNULIB_GETSUBOPT and
492         HAVE_GETSUBOPT.
493         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Also initialize
494         GNULIB_GETSUBOPT and HAVE_GETSUBOPT.
495         * lib/getsubopt.h: Remove file.
496         * modules/getsubopt (Files): Remove lib/getsubopt.h.
497         (Depends-on): Add stdlib.
498         (configure.ac): Invoke gl_STDLIB_MODULE_INDICATOR.
499         (Includes): Use <stdlib.h> instead of getsubopt.h.
500         * m4/getsubopt.m4 (gl_FUNC_GETSUBOPT): Require gl_STDLIB_H_DEFAULTS.
501         Set HAVE_GETSUBOPT.
502         * lib/getsubopt.c: Don't include getsubopt.h.
503
504 2007-02-18  Bruno Haible  <bruno@clisp.org>
505
506         * modules/fchdir (Depends-on): Add dup2.
507
508 2007-02-18  Bruno Haible  <bruno@clisp.org>
509
510         * lib/stdlib_.h: Handle glibc's special invocation convention
511         specially.
512
513 2007-02-18  Bruno Haible  <bruno@clisp.org>
514
515         * modules/stdlib-tests: New file.
516         * tests/test-stdlib.c: New file.
517
518         * modules/mkstemp (Files): Remove lib/mkstemp.h.
519         (Depends-on): Add stdlib.
520         (configure.ac): Invoke gl_STDLIB_MODULE_INDICATOR.
521         (Includes): Use <stdlib.h> instead of mkstemp.h.
522         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Require gl_STDLIB_H_DEFAULTS. Set
523         REPLACE_MKSTEMP. Remove definition of __MKSTEMP_PREFIX.
524         * lib/mkstemp.c: Don't include mkstemp.h.
525         * lib/mkstemp-safer.c: Include <stdlib.h> instead of mkstemp.h.
526         * lib/stdlib--.h: Don't include mkstemp.h.
527
528         * modules/mkdtemp (Files): Remove lib/mkdtemp.h.
529         (Depends-on): Add stdlib.
530         (configure.ac): Invoke gl_STDLIB_MODULE_INDICATOR.
531         (Includes): Use <stdlib.h> instead of mkdtemp.h.
532         * m4/mkdtemp.m4 (gt_FUNC_MKDTEMP): Require gl_STDLIB_H_DEFAULTS. Set
533         HAVE_MKDTEMP.
534         * lib/mkdtemp.c: Don't include mkdtemp.h.
535         * lib/clean-temp.c: Don't include mkdtemp.h.
536
537         * modules/exit (Files): Remove lib/exit.h.
538         (Depends-on): Add stdlib.
539         (Makefile.am): Remove lib_SOURCES.
540         (Include): Use <stdlib.h> instead of exit.h.
541         * lib/argmatch.c: Don't include exit.h.
542         * lib/execute.c: Likewise.
543         * lib/pagealign_alloc.c: Likewise.
544         * lib/pipe.c: Likewise.
545         * lib/wait-process.c: Likewise.
546         * lib/copy-file.c: Include <stdlib.h> instead of exit.h.
547         * lib/exitfail.c: Likewise.
548         * lib/savewd.c: Likewise.
549         * lib/xsetenv.c: Likewise.
550
551         * modules/stdlib: New file.
552         * lib/stdlib_.h: New file, incorporating exit.h, mkdtemp.h, mkstemp.h
553         and extra comments about mkstemp().
554         * lib/exit.h: Remove file.
555         * lib/mkdtemp.h: Remove file.
556         * lib/mkstemp.h: Remove file.
557         * m4/stdlib_h.m4: New file.
558         * MODULES.html.sh (Support for systems lacking ANSI C 89): Add stdlib.
559
560 2007-02-18  Bruno Haible  <bruno@clisp.org>
561
562         * modules/math-tests: New file.
563         * tests/test-math.c: New file.
564
565         * modules/math: New file.
566         * modules/mathl (Files): Remove lib/mathl.h.
567         (Depends-on): Add math.
568         (Makefile.am): Don't mention mathl.h.
569         (Include): Use <math.h> instead of mathl.h.
570         * lib/math_.h: New file.
571         * lib/mathl.h: Remove file.
572         * lib/acosl.c: Include <config.h> and <math.h> first. Don't include
573         mathl.h.
574         * lib/asinl.c: Likewise.
575         * lib/atanl.c: Likewise.
576         * lib/ceill.c: Likewise.
577         * lib/cosl.c: Likewise.
578         * lib/expl.c: Likewise.
579         * lib/floorl.c: Likewise.
580         * lib/frexpl.c: Likewise.
581         * lib/ldexpl.c: Likewise.
582         * lib/logl.c: Likewise.
583         * lib/sincosl.c: Likewise.
584         * lib/sinl.c: Likewise.
585         * lib/sqrtl.c: Likewise.
586         * lib/tanl.c: Likewise.
587         * lib/trigl.c: Likewise.
588         * m4/math_h.m4: New file.
589         * MODULES.html.sh (Mathematics): Add math.
590
591 2007-02-17  Bruno Haible  <bruno@clisp.org>
592
593         * modules/wctype-tests: New file.
594         * tests/test-wctype.c: New file.
595
596         * modules/wchar-tests: New file.
597         * tests/test-wchar.c: New file.
598
599         * modules/unistd-tests: New file.
600         * tests/test-unistd.c: New file.
601
602         * modules/time-tests: New file.
603         * tests/test-time.c: New file.
604
605         * modules/sysexits-tests: New file.
606         * tests/test-sysexits.c: New file.
607
608         * modules/sys_time-tests: New file.
609         * tests/test-sys_time.c: New file.
610
611         * modules/sys_stat-tests: New file.
612         * tests/test-sys_stat.c: New file.
613
614         * modules/sys_socket-tests: New file.
615         * tests/test-sys_socket.c: New file.
616
617         * modules/sys_select-tests: New file.
618         * tests/test-sys_select.c: New file.
619
620         * modules/string-tests: New file.
621         * tests/test-string.c: New file.
622
623         * modules/stdbool-tests: New file.
624         * tests/test-stdbool.c: New file.
625
626         * modules/netinet_in-tests: New file.
627         * tests/test-netinet_in.c: New file.
628
629         * modules/inttypes-tests: New file.
630         * tests/test-inttypes.c: New file.
631
632         * modules/fcntl-tests: New file.
633         * tests/test-fcntl.c: New file.
634
635         * modules/byteswap-tests: New file.
636         * tests/test-byteswap.c: New file.
637
638         * modules/arpa_inet-tests: New file.
639         * tests/test-arpa_inet.c: New file.
640
641 2007-02-17  Bruno Haible  <bruno@clisp.org>
642
643         * lib/inttypes_.h: Add definition for GL_LINK_WARNING.
644         (imaxabs, imaxdiv, strtoimax, strtoumax): Don't declare the function
645         if the corresponding module is not enabled. Emit link warnings if
646         the function is used nevertheless.
647         * m4/inttypes.m4 (gl_INTTYPES_H): Never use the existing <inttypes.h>.
648         Don't AC_SUBST HAVE_DECL_IMAXABS, HAVE_DECL_IMAXDIV,
649         HAVE_DECL_STRTOIMAX, HAVE_DECL_STRTOUMAX.
650         (gl_INTTYPES_MODULE_INDICATOR, gl_INTTYPES_H_DEFAULTS): New macros.
651         * modules/inttypes (Depends-on): Add link-warning.
652         (Makefile.am): Copy the contents of build-aux/link-warning.h into
653         inttypes.h. Substitute also GNULIB_IMAXABS, GNULIB_IMAXDIV,
654         GNULIB_STRTOIMAX, GNULIB_STRTOUMAX.
655         * modules/imaxabs (configure.ac): Invoke gl_INTTYPES_MODULE_INDICATOR.
656         * modules/imaxdiv (configure.ac): Likewise.
657         * modules/strtoimax (configure.ac): Likewise.
658         * modules/strtoumax (configure.ac): Likewise.
659
660 2007-02-17  Bruno Haible  <bruno@clisp.org>
661
662         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Include the contents of
663         gl_STRING_MODULE_INDICATOR_DEFAULTS.
664         (gl_STRING_MODULE_INDICATOR_DEFAULTS): Remove macro.
665         (gl_HEADER_STRING_H_BODY, gl_STRING_MODULE_INDICATOR): Update.
666
667 2007-02-17  Bruno Haible  <bruno@clisp.org>
668
669         * modules/link-warning: New file.
670         * build-aux/link-warning.h: New file, extracted from lib/string_.h.
671         * lib/string_.h (GL_LINK_WARNING): Remove definition.
672         * modules/string (Depends-on): Add link-warning.
673         (Makefile.am): Copy the contents of build-aux/link-warning.h into
674         string.h.
675         * MODULES.html.sh (Support for building libraries and executables): Add
676         link-warning.
677
678 2007-02-17  Bruno Haible  <bruno@clisp.org>
679
680         * lib/string_.h (memmem, mempcpy, memrchr, stpcpy, stpncpy, strcasecmp,
681         strncasecmp, strchr, strchrnul, strdup, strndup, strnlen, strcspn,
682         strpbrk, strspn, strrchr, strsep, strstr, strcasestr, strtok_r): Break
683         long lines.
684
685 2007-02-17  Ben Pfaff  <blp@cs.stanford.edu>
686             Bruno Haible  <bruno@clisp.org>
687
688         * modules/tmpfile: New file.
689         * lib/tmpfile.c: New file.
690         * m4/tmpfile.m4: New file.
691         * MODULES.html.sh (func_all_modules): New section "Input/output".
692
693 2007-02-15  Bruno Haible  <bruno@clisp.org>
694
695         * lib/clean-temp.c [WIN32 && !CYGWIN]: Include <windows.h>.
696         (supports_delete_on_close): New function.
697         (open_temp, fopen_temp): Use _O_TEMPORARY when supported.
698
699 2007-02-14  Bruno Haible  <bruno@clisp.org>
700
701         * modules/mbspcasecmp-tests: New file.
702         * tests/test-mbspcasecmp.sh: New file.
703         * tests/test-mbspcasecmp.c: New file.
704
705         New module mbspcasecmp.
706         * modules/mbspcasecmp: New file.
707         * lib/mbspcasecmp.c: New file.
708         * lib/string_.h (strncasecmp): Change warning message.
709         (mbspcasecmp): New declaration.
710         * m4/mbspcasecmp.m4: New file.
711         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
712         GNULIB_MBSPCASECMP.
713         * modules/string (string.h): Also substitute GNULIB_MBSPCASECMP.
714         * MODULES.html.sh (Internationalization functions): Add mbspcasecmp.
715
716 2007-02-14  Bruno Haible  <bruno@clisp.org>
717
718         * modules/mbsncasecmp-tests: New file.
719         * tests/test-mbsncasecmp.sh: New file.
720         * tests/test-mbsncasecmp.c: New file.
721
722         New module mbsncasecmp.
723         * modules/mbsncasecmp: New file.
724         * lib/mbsncasecmp.c: New file.
725         * lib/string_.h (mbsncasecmp): New declaration.
726         * m4/mbsncasecmp.m4: New file.
727         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
728         GNULIB_MBSNCASECMP.
729         * modules/string (string.h): Also substitute GNULIB_MBSNCASECMP.
730         * MODULES.html.sh (Internationalization functions): Add mbsncasecmp.
731
732 2007-02-14  Paul Eggert  <eggert@cs.ucla.edu>
733
734         * lib/exclude.c (FNM_EXTMATCH): Define if system does not.
735         Verify that it doesn't overlap with our flags.
736         (fnmatch_no_wildcards): Don't use strcasecmp or strncasecmp, which
737         do not have the desired effect in multibyte locales; instead, use
738         mbscasecmp.
739         * modules/exclude (Depends-on): Depend on mbscasecmp, not strcase.
740         Add dependency on xalloc.  Depend on fnmatch, not fnmatch-gnu, since
741         we don't require GNU fnmatch ourselves (if our users require it, they
742         should do so explicitly).
743
744         Fix regex code so it doesn't rely on strcasecmp.
745         * lib/regex_internal.h: Include <langinfo.h> only if _LIBC is defined.
746         Otherwise, include gnulib's langinfo.h.
747         * lib/regcomp.c (init_dfa): Don't use strcasecmp, as it can have
748         undesirable behavior in non-C locales.  Instead, rely on localecharset.
749         * m4/regex.m4 (gl_PREREQ_REGEX): Don't require AM_LANGINFO_CODESET.
750         * modules/regex (FILES): Remove m4/codeset.m4.
751         (Depends-on): Add localcharset.  Remove strcase.
752
753 2007-02-13  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
754
755         * m4/unlinkdir.m4 (gl_UNLINKDIR): Fix m4 quoting bug.
756         * m4/unlink-busy.m4 (gl_FUNC_UNLINK_BUSY_TEXT): Likewise.
757
758 2007-02-13  Bruno Haible  <bruno@clisp.org>
759
760         * m4/intdiv0.m4 (gt_INTDIV0): Assume ANSI C. Fix underquoting bug.
761         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
762
763 2007-02-12  Bruno Haible  <bruno@clisp.org>
764
765         * lib/string_.h (memmem, mempcpy, memrchr, stpcpy, stpncpy, strchrnul,
766         strdup, strndup, strnlen, strpbrk, strsep, strtok_r): If
767         GNULIB_POSIXCHECK and the gnulib module not enabled, provoke a link-
768         time warning rather than a link error.
769
770 2007-02-12  Bruno Haible  <bruno@clisp.org>
771
772         * m4/locale-fr.m4 (gt_LOCALE_FR): Fix m4 quoting bug.
773         * m4/locale-zh.m4 (gt_LOCALE_ZH_CN): Likewise.
774         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
775
776 2007-02-12  Paul Eggert  <eggert@cs.ucla.edu>
777
778         * lib/string_.h (strncasecmp): Fix typo: this macro takes 3
779         args, not 2.
780
781 2007-02-12  Paul Eggert  <eggert@cs.ucla.edu>
782
783         New module 'time', so that apps can include <time.h> as per
784         POSIX and GNU instead of separate include files like time_r.h
785         and timegm.h.  This implementation tries out a simpler approach
786         for replacing decls in standard include files (as compared to
787         the string module), somewhat as an experiment.
788
789         * config/srclist.txt: Comment out mktime.c for now.
790         * doc/gnulib-tool.texi (Initial import): Don't use time_r as an example
791         since it doesn't apply any more.  Use generic wording instead.
792         * MODULES.html.sh (Support for systems lacking POSIX:2001): New module
793         'time'.
794         * lib/time_.h, m4/time_h.m4, modules/time: New files.
795         * lib/strptime.h, lib/time_r.h, lib/timegm.h: Remove.
796         * lib/mktime.c: Include config.h depending on _LIBC, not HAVE_CONFIG_H.
797         Don't include <sys/types.h>; no longer needed since we assume C89.
798         * lib/mktime.c: Don't include "time_r.h"; no longer needed.
799         * lib/strftime.c: Likewise.
800         * lib/time_r.c: Likewise.
801         * lib/nanosleep.c (nanosleep): #undef after include files, not before.
802         * lib/nanosleep.c: Include <time.h> first, to check interface.
803         * lib/strptime.c: Likewise.
804         * lib/time_r.c: Likewise.
805         * lib/timegm.c: Likewise.
806         * lib/strptime.c: Don't include strptime.h or time_r.h; no longer
807         needed.
808         * lib/timegm.c: Don't include timegm.h; no longer needed.
809         * lib/timespec.h: Don't include <sys/time.h> before <time.h>;
810         time.h now handles any problems in that area.
811         (struct timespec, nanosleep): Remove; time.h now arranges for these.
812         * lib/xnanosleep.c: Don't include timespec.h; no longer needed now
813         that time.h defines struct timespec.
814         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Check that nanosleep is declared.
815         Set REPLACE_NANOSLEEP.  Don't AC_DEFINE nanosleep; the time module now
816         handles that.
817         * m4/strptime.m4 (gl_FUNC_STPRTIME): Set REPLACE_STRPTIME.
818         * m4/time_r.m4 (gl_TIME_R): Don't define HAVE_TIME_R_POSIX; no longer
819         needed.  Set REPLACE_LOCALTIME.
820         * m4/timegm.m4 (gl_FUNC_TIMEGM): Set REPLACE_TIMEGM.
821         * m4/timespec.m4 (gl_CHECK_TYPE_STRUCT_TIMESPEC): Move to time_h.m4.
822         (gl_TIMESPEC): Don't check for sys/time.h or struct timespec or
823         nanosleep; time_h.m4 now does that.  Don't require
824         gl_USE_SYSTEM_EXTENSIONS; no longer needed directly, and the time
825         module handles this now.
826         * modules/getdate (Depends-on): Remove timespec.  Add time.
827         * modules/nanosleep (Depends-on): Likewise.
828         * modules/stat-time (Depends-on): Likewise.
829         * modules/nanosleep (Include): Include time.h, not timespec.h.
830         * modules/strptime (Files): Remove lib/strptime.h.
831         (Depends-on): Add extensions, time.
832         (Include): Include time.h, not strptime.h.
833         * modules/time_r (Files): Remove lib/time_r.h.
834         (Depends-on): Add time.
835         (Include): Include time.h, not time_r.h.
836         * modules/timegm: Likewise.
837         * modules/timespec (Description): Now does timespec-related decls
838         of our own, instead of struct timespec itself.
839         (Depends-on): Add time; remove extensions.
840         (Maintainer): Add self.
841         * modules/utimecmp (Depends-on): Add time; remove timespec.
842         * modules/utimens (Depends-on): Likewise.
843         * modules/xnanosleep (Depends-on): Likewise.
844
845 2007-02-11  Bruno Haible  <bruno@clisp.org>
846
847         * lib/c-strstr.c: Include allocsa.h.
848         (knuth_morris_pratt): Use allocsa/freesa instead of malloc/free.
849         * lib/c-strcasestr.c: Include allocsa.h.
850         (knuth_morris_pratt): Use allocsa/freesa instead of malloc/free.
851         * lib/strcasestr.c: Include allocsa.h.
852         (knuth_morris_pratt): Use allocsa/freesa instead of malloc/free.
853         * lib/mbsstr.c: Include allocsa.h.
854         (knuth_morris_pratt_unibyte, knuth_morris_pratt_multibyte): Use
855         allocsa/freesa instead of malloc/free.
856         * lib/mbscasestr.c: Include allocsa.h.
857         (knuth_morris_pratt_unibyte, knuth_morris_pratt_multibyte): Use
858         allocsa/freesa instead of malloc/free.
859         * modules/c-strstr (Depends-on): Add allocsa.
860         * modules/c-strcasestr (Depends-on): Likewise.
861         * modules/strcasestr (Depends-on): Likewise.
862         * modules/mbsstr (Depends-on): Likewise.
863         * modules/mbscasestr (Depends-on): Likewise.
864
865 2007-02-11  Bruno Haible  <bruno@clisp.org>
866
867         * lib/mbsspn.c (mbsspn): Fix bug. Remove unnecessary strlen call.
868
869         * modules/mbsspn-tests: New file.
870         * tests/test-mbsspn.sh: New file.
871         * tests/test-mbsspn.c: New file.
872
873 2007-02-11  Bruno Haible  <bruno@clisp.org>
874
875         * lib/mbspbrk.c (mbspbrk): Remove unneeded cast.
876
877         * modules/mbspbrk-tests: New file.
878         * tests/test-mbspbrk.sh: New file.
879         * tests/test-mbspbrk.c: New file.
880
881 2007-02-11  Bruno Haible  <bruno@clisp.org>
882
883         * lib/mbscspn.c (mbscspn): Remove unnecessary strlen call and
884         unneeded cast.
885
886         * modules/mbscspn-tests: New file.
887         * tests/test-mbscspn.sh: New file.
888         * tests/test-mbscspn.c: New file.
889
890 2007-02-11  Bruno Haible  <bruno@clisp.org>
891
892         * modules/mbscasecmp-tests: New file.
893         * tests/test-mbscasecmp.sh: New file.
894         * tests/test-mbscasecmp.c: New file.
895
896 2007-02-11  Bruno Haible  <bruno@clisp.org>
897
898         Ensure O(n) worst-case complexity of mbscasestr.
899         * lib/mbscasestr.c: Include stdbool.h.
900         (knuth_morris_pratt_unibyte, knuth_morris_pratt_multibyte): New
901         functions.
902         (mbscasestr): Add some bookkeeping. Invoke knuth_morris_pratt_* when
903         the bookkeeping indicates that it's worth it.
904         * modules/mbscasestr (Depends-on): Add stdbool, mbslen, strnlen.
905
906         * modules/mbscasestr-tests: New file.
907         * tests/test-mbscasestr1.c: New file.
908         * tests/test-mbscasestr2.sh: New file.
909         * tests/test-mbscasestr2.c: New file.
910         * tests/test-mbscasestr3.sh: New file.
911         * tests/test-mbscasestr3.c: New file.
912         * tests/test-mbscasestr4.sh: New file.
913         * tests/test-mbscasestr4.c: New file.
914         * m4/locale-tr.m4: New file.
915
916 2007-02-11  Bruno Haible  <bruno@clisp.org>
917
918         Ensure O(n) worst-case complexity of mbsstr.
919         * lib/mbsstr.c: Include stdbool.h.
920         (knuth_morris_pratt_unibyte, knuth_morris_pratt_multibyte): New
921         functions.
922         (mbsstr): Add some bookkeeping. Invoke knuth_morris_pratt_* when the
923         bookkeeping indicates that it's worth it.
924         * modules/mbsstr (Depends-on): Add stdbool, mbslen, strnlen.
925
926         * modules/mbsstr-tests: New file.
927         * tests/test-mbsstr1.c: New file.
928         * tests/test-mbsstr2.sh: New file.
929         * tests/test-mbsstr2.c: New file.
930         * tests/test-mbsstr3.sh: New file.
931         * tests/test-mbsstr3.c: New file.
932         * m4/locale-fr.m4: New file.
933
934 2007-02-11  Bruno Haible  <bruno@clisp.org>
935
936         * lib/mbsrchr.c (mbsrchr): Fix bug.
937
938         * modules/mbsrchr-tests: New file.
939         * tests/test-mbsrchr.sh: New file.
940         * tests/test-mbsrchr.c: New file.
941
942 2007-02-11  Bruno Haible  <bruno@clisp.org>
943
944         * lib/mbschr.c (mbschr): Fix bug.
945
946         * modules/mbschr-tests: New file.
947         * tests/test-mbschr.sh: New file.
948         * tests/test-mbschr.c: New file.
949         * m4/locale-zh.m4: New file.
950
951 2007-02-11  Bruno Haible  <bruno@clisp.org>
952
953         Support for copying multibyte string iterators.
954         * lib/mbiter.h: Include <string.h>.
955         (mbiter_multi_copy): New function.
956         (mbi_copy): New macro.
957         * lib/mbuiter.h: Include <string.h>.
958         (mbuiter_multi_copy): New function.
959         (mbui_copy): New macro.
960
961 2007-02-11  Bruno Haible  <bruno@clisp.org>
962
963         New module mbslen.
964         * modules/mbslen: New file.
965         * lib/mbslen.c: New file.
966         * lib/string_.h (mbslen): New declaration.
967         * m4/mbslen.m4: New file.
968         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
969         GNULIB_MBSLEN.
970         * modules/string (string.h): Also substitute GNULIB_MBSLEN.
971         * MODULES.html.sh (Internationalization functions): Add mbslen.
972
973 2007-02-11  Bruno Haible  <bruno@clisp.org>
974
975         Ensure O(n) worst-case complexity of strcasestr substitute.
976         * lib/strcasestr.c: Include stdbool.h.
977         (knuth_morris_pratt): New function.
978         (strcasestr): Add some bookkeeping. Invoke knuth_morris_pratt when the
979         bookkeeping indicates that it's worth it.
980         * modules/strcasestr (Depends-on): Add stdbool, strnlen.
981
982         * modules/strcasestr-tests: New file.
983         * tests/test-strcasestr.c: New file.
984
985 2007-02-11  Bruno Haible  <bruno@clisp.org>
986
987         Ensure O(n) worst-case complexity of c_strcasestr.
988         * lib/c-strcasestr.c: Include stdbool.h, string.h.
989         (knuth_morris_pratt): New function.
990         (c_strcasestr): Add some bookkeeping. Invoke knuth_morris_pratt when
991         the bookkeeping indicates that it's worth it.
992         * modules/c-strcasestr (Depends-on): Add stdbool, strnlen.
993
994         * modules/c-strcasestr-tests: New file.
995         * tests/test-c-strcasestr.c: New file.
996
997 2007-02-11  Bruno Haible  <bruno@clisp.org>
998
999         Ensure O(n) worst-case complexity of c_strstr.
1000         * lib/c-strstr.c: Include stdbool.h, string.h.
1001         (knuth_morris_pratt): New function.
1002         (c_strstr): Add some bookkeeping. Invoke knuth_morris_pratt when the
1003         bookkeeping indicates that it's worth it.
1004         * modules/c-strstr (Depends-on): Add stdbool, strnlen.
1005
1006         * lib/c-strstr.c: Complete rewrite for maintainability.
1007
1008         * modules/c-strstr-tests: New file.
1009         * tests/test-c-strstr.c: New file.
1010
1011 2007-02-11  Bruno Haible  <bruno@clisp.org>
1012
1013         * m4/javacomp.m4 (gt_JAVACOMP): Work around a 'tr' bug in coreutils
1014         5.2.1 and earlier, whereby \055 was treated just like the range
1015         delimiter '-'.
1016         Reported by Joel E. Denny <jdenny@ces.clemson.edu>.
1017
1018 2007-02-08  Bruno Haible  <bruno@clisp.org>
1019
1020         * modules/regex (Depends-on): Add stdbool.
1021         Reported by Dalibor Topic <robilad@kaffe.org>.
1022
1023 2007-02-05  Paul Eggert  <eggert@cs.ucla.edu>
1024
1025         * m4/regex.m4 (gl_REGEX): Check for glibc bug #3957.
1026         Prefer returning from main to exiting from it.
1027         Remove unnecessary parens after sizeof.
1028
1029 2007-02-05  Bruno Haible  <bruno@clisp.org>
1030
1031         New module mbssep.
1032         * modules/mbssep: New file.
1033         * lib/mbssep.c: New file.
1034         * lib/string_.h (strsep): Add a conditional link warning.
1035         (mbssep): New declaration.
1036         * m4/mbssep.m4: New file.
1037         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
1038         GNULIB_MBSSEP.
1039         * modules/string (string.h): Also substitute GNULIB_MBSSEP.
1040         * MODULES.html.sh (Internationalization functions): Add mbssep.
1041
1042 2007-02-05  Bruno Haible  <bruno@clisp.org>
1043
1044         * lib/strsep.c (strsep): Fix actions in case of no delimiters.
1045         Optimize search in case of 1 delimiter.
1046
1047 2007-02-05  Paolo Bonzini  <bonzini@gnu.org>
1048
1049         * lib/acl.h: Include sys/types.h before sys/acl.h.
1050
1051 2007-02-05  Paolo Bonzini  <bonzini@gnu.org>
1052
1053         Merge upstream fix for glibc bugzilla #3957:
1054
1055         2007-02-05  Jakub Jelinek  <jakub@redhat.com>
1056
1057         * lib/regcomp.c (parse_bracket_exp): Set '\n' bit rather than '\0'
1058         bit for RE_HAT_LISTS_NOT_NEWLINE.
1059         (build_charclass_op): Remove bogus comment.
1060
1061 2007-02-05  Simon Josefsson  <simon@josefsson.org>
1062
1063         * lib/gc.h, lib/gc-libgcrypt.c: Support SHA-256/384/512.
1064
1065 2007-02-04  Paul Eggert  <eggert@cs.ucla.edu>
1066
1067         * lib/getsubopt.c [!_LIBC]: Include config.h and getsubopt.h.
1068         * lib/memmem.c [!defined _LIBC]: Include config.h.
1069
1070 2007-02-04  Bruno Haible  <bruno@clisp.org>
1071
1072         * lib/string_.h (GL_LINK_WARNING2): Put the word "warning:" into the
1073         warning message.
1074
1075 2007-02-04  Bruno Haible  <bruno@clisp.org>
1076
1077         New module mbstok_r.
1078         * modules/mbstok_r: New file.
1079         * lib/mbstok_r.c: New file.
1080         * lib/string_.h (strtok_r): Change argument names to match the
1081         comments. Add a conditional link warning.
1082         (mbstok_r): New declaration.
1083         * m4/mbstok_r.m4: New file.
1084         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
1085         GNULIB_MBSTOK_R.
1086         * modules/string (string.h): Also substitute GNULIB_MBSTOK_R.
1087         * MODULES.html.sh (Internationalization functions): Add mbstok_r.
1088
1089 2007-02-04  Bruno Haible  <bruno@clisp.org>
1090
1091         New module mbsspn.
1092         * modules/mbsspn: New file.
1093         * lib/mbsspn.c: New file.
1094         * lib/string_.h (strspn): Add a conditional link warning.
1095         (mbsspn): New declaration.
1096         * m4/mbsspn.m4: New file.
1097         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
1098         GNULIB_MBSSPN.
1099         * modules/string (string.h): Also substitute GNULIB_MBSSPN.
1100         * MODULES.html.sh (Internationalization functions): Add mbsspn.
1101
1102 2007-02-04  Bruno Haible  <bruno@clisp.org>
1103
1104         New module mbspbrk.
1105         * modules/mbspbrk: New file.
1106         * lib/mbspbrk.c: New file.
1107         * lib/string_.h (strpbrk): Add a conditional link warning.
1108         (mbspbrk): New declaration.
1109         * m4/mbspbrk.m4: New file.
1110         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
1111         GNULIB_MBSPBRK.
1112         * modules/string (string.h): Also substitute GNULIB_MBSPBRK.
1113         * MODULES.html.sh (Internationalization functions): Add mbspbrk.
1114
1115 2007-02-04  Bruno Haible  <bruno@clisp.org>
1116
1117         New module mbscspn.
1118         * modules/mbscspn: New file.
1119         * lib/mbscspn.c: New file.
1120         * lib/string_.h (strcspn): Add a conditional link warning.
1121         (mbscspn): New declaration.
1122         * m4/mbscspn.m4: New file.
1123         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
1124         GNULIB_MBSCSPN.
1125         * modules/string (string.h): Also substitute GNULIB_MBSCSPN.
1126         * MODULES.html.sh (Internationalization functions): Add mbscspn.
1127
1128 2007-02-04  Bruno Haible  <bruno@clisp.org>
1129
1130         New module mbscasestr, reduced goal of strcasestr.
1131         * modules/mbscasestr: New file.
1132         * lib/mbscasestr.c: New file, copied from lib/strcasestr.c.
1133         (mbscasestr): Renamed from strcasestr.
1134         * lib/strcasestr.c: Don't include mbuiter.h.
1135         (strcasestr): Remove support for multibyte locales.
1136         * lib/string_.h (strcasestr): Don`t rename. Declare only if missing.
1137         Change the conditional link warning.
1138         (mbscasestr): New declaration.
1139         * m4/mbscasestr.m4: New file.
1140         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR): Enable the replacement only if
1141         the system does not have strcasestr. Set HAVE_STRCASESTR instead of
1142         REPLACE_STRCASESTR.
1143         (gl_PREREQ_STRCASESTR): Don't require gl_FUNC_MBRTOWC.
1144         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Initialize
1145         HAVE_STRCASESTR instead of REPLACE_STRCASESTR.
1146         (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize GNULIB_MBSCASESTR.
1147         * modules/string (string.h): Also substitute GNULIB_MBSCASESTR.
1148         Substitute HAVE_STRCASESTR instead of REPLACE_STRCASESTR.
1149         * modules/strcasestr (Files): Remove m4/mbrtowc.m4.
1150         (Depends-on): Remove mbuiter.
1151         * MODULES.html.sh (Internationalization functions): Add mbscasestr.
1152
1153 2007-02-04  Bruno Haible  <bruno@clisp.org>
1154
1155         Simplify handling of strncasecmp.
1156         * lib/string_.h (strncasecmp): Remove test for GNULIB_STRCASE. Change
1157         the conditional link warning.
1158         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Initialize
1159         HAVE_STRCASECMP, not REPLACE_STRCASECMP.
1160         (gl_STRING_MODULE_INDICATOR_DEFAULTS): Don't initialize GNULIB_STRCASE.
1161         * modules/strcase (configure.ac): Don't invoke
1162         gl_STRING_MODULE_INDICATOR.
1163         * modules/string (string.h): Don't substitute GNULIB_STRCASE.
1164
1165 2007-02-04  Bruno Haible  <bruno@clisp.org>
1166
1167         New module mbscasecmp, reduced goal of strcasecmp.
1168         * modules/mbscasecmp: New file.
1169         * lib/mbscasecmp.c: New file, copied from lib/strcasecmp.c.
1170         (mbscasecmp): Renamed from strcasecmp.
1171         * lib/strcasecmp.c: Don't include mbuiter.h.
1172         (strcasecmp): Remove support for multibyte locales.
1173         * lib/string_.h (strcasecmp): Don`t rename. Declare only if missing.
1174         Change the conditional link warning.
1175         (mbscasecmp): New declaration.
1176         * m4/mbscasecmp.m4: New file.
1177         * m4/strcase.m4 (gl_FUNC_STRCASECMP): Enable the replacement only if
1178         the system lacks strcasecmp. Set HAVE_STRCASECMP instead of
1179         REPLACE_STRCASECMP.
1180         (gl_PREREQ_STRCASECMP): Don't require gl_FUNC_MBRTOWC.
1181         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
1182         GNULIB_MBSCASECMP.
1183         * modules/string (string.h): Also substitute GNULIB_MBSCASECMP.
1184         Substitute HAVE_STRCASECMP instead of REPLACE_STRCASECMP.
1185         * modules/strcase (Files): Remove m4/mbrtowc.m4.
1186         (Depends-on): Remove mbuiter.
1187         * MODULES.html.sh (Internationalization functions): Add mbscasecmp.
1188
1189 2007-02-04  Bruno Haible  <bruno@clisp.org>
1190
1191         New module mbsstr. Remove module strstr.
1192         * modules/mbsstr: New file.
1193         * modules/strstr: Remove file.
1194         * lib/mbsstr.c: Renamed from lib/strstr.c.
1195         (mbsstr): Renamed from strstr.
1196         * lib/string_.h (strstr): Remove declaration. Change the conditional
1197         link warning.
1198         (mbsstr): New declaration.
1199         * m4/mbsstr.m4: New file.
1200         * m4/strstr.m4: Remove file.
1201         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Don't initialize
1202         REPLACE_STRSTR.
1203         (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize GNULIB_MBSSTR.
1204         Don't initialize GNULIB_STRSTR.
1205         * modules/string (string.h): Also substitute GNULIB_MBSSTR. Don't
1206         substitute GNULIB_STRSTR and REPLACE_STRSTR.
1207         * MODULES.html.sh (Internationalization functions): Add mbsstr.
1208         (Support for systems lacking ANSI C 89): Remove strstr.
1209
1210 2007-02-04  Bruno Haible  <bruno@clisp.org>
1211
1212         New module mbsrchr.
1213         * modules/mbsrchr: New file.
1214         * lib/mbsrchr.c: New file.
1215         * lib/string_.h (strrchr): Add a conditional link warning.
1216         (mbsrchr): New declaration.
1217         * m4/mbsrchr.m4: New file.
1218         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
1219         GNULIB_MBSRCHR.
1220         * modules/string (string.h): Also substitute GNULIB_MBSRCHR.
1221         * MODULES.html.sh (Internationalization functions): Add mbsrchr.
1222
1223 2007-02-04  Bruno Haible  <bruno@clisp.org>
1224
1225         New module mbschr.
1226         * modules/mbschr: New file.
1227         * lib/mbschr.c: New file.
1228         * lib/string_.h (strchr): Add a conditional link warning.
1229         (mbschr): New declaration.
1230         * m4/mbschr.m4: New file.
1231         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
1232         GNULIB_MBSCHR.
1233         * modules/string (string.h): Also substitute GNULIB_MBSCHR.
1234         * MODULES.html.sh (Internationalization functions): Add mbschr.
1235
1236 2007-02-04  Paul Eggert  <eggert@cs.ucla.edu>
1237
1238         * lib/stdbool_.h: Mention that bool bit-fields aren't supported.
1239
1240         * modules/stdarg (configure.ac-early): Require AC_PROG_CC_STDC.
1241
1242 2007-02-04  Bruno Haible  <bruno@clisp.org>
1243
1244         New module description section 'configure.ac-early'.
1245         * gnulib-tool (sed_extract_prog): Recognize configure.ac-early.
1246         (func_get_autoconf_early_snippet): New function.
1247         (func_import, func_create_testdir): Use it. Remove special cases for
1248         modules 'extensions' and 'lock'.
1249         * modules/extensions (configure.ac-early): Require
1250         gl_USE_SYSTEM_EXTENSIONS.
1251         * modules/lock (configure.ac-early): Require gl_LOCK_EARLY.
1252
1253 2007-02-04  Bruno Haible  <bruno@clisp.org>
1254
1255         Make use of gcj-4.3's -fsource and -ftarget option.
1256         * m4/javacomp.m4 (gt_JAVACOMP): Test whether gcj is in version >= 4.3,
1257         and if so try the options -fsource and -ftarget.
1258         * lib/javacomp.c (compile_using_gcj): Add fsource_option,
1259         source_version, ftarget_option, target_version arguments.
1260         (is_envjavac_gcj43, is_envjavac_gcj43_usable): New functions.
1261         (is_envjavac_oldgcj_14_14_usable): Renamed from
1262         is_envjavac_gcj_14_14_usable.
1263         (is_envjavac_oldgcj_14_13_usable): Renamed from
1264         is_envjavac_gcj_14_13_usable.
1265         (is_gcj_present): Update.
1266         (is_gcj_43, is_gcj43_usable): New functions.
1267         (is_oldgcj_14_14_usable): Renamed from is_gcj_14_14_usable. Update.
1268         (is_oldgcj_14_13_usable): Renamed from is_gcj_14_13_usable. Update.
1269         (compile_java_class): Test whether gcj is in version >= 4.3, and if so
1270         try the options -fsource and -ftarget.
1271
1272 2007-02-03  Paul Eggert  <eggert@cs.ucla.edu>
1273
1274         * lib/xalloc.h (x2nrealloc): Fix an unlikely bug in the overflow
1275         checking code.  Set N = ceil (1.5 * N) rather than to a slightly
1276         larger value.
1277
1278 2007-02-03  Jim Meyering  <jim@meyering.net>
1279
1280         Give tools a better chance to allocate space for very large buffers.
1281         * lib/xalloc.h (x2nrealloc): Use 3/2, not 2, as buffer size factor.
1282
1283         Make pwd and readlink work also when run with an unreadable parent dir
1284         on systems with openat support.
1285         * lib/getcwd.c (__getcwd) [HAVE_PARTLY_WORKING_GETCWD]: Use the system
1286         provided getcwd function, even when we have openat support.
1287         Reported by Dmitry V. Levin in <http://bugzilla.redhat.com/227168>.
1288
1289 2007-02-02  Bruno Haible  <bruno@clisp.org>
1290
1291         * lib/string_.h (memmem, mempcpy, memrchr, stpcpy, stpncpy, strchrnul,
1292         strdup, strndup, strnlen, strpbrk, strsep, strtok_r): Provoke a link
1293         error only if GNULIB_POSIXCHECK is defined. Needed to avoid artificial
1294         portability problems if one of these functions is only used on specific
1295         platforms.
1296         Reported by Paul Eggert.
1297
1298 2007-02-02  Paul Eggert  <eggert@cs.ucla.edu>
1299
1300         Avoid mempcpy in the regex code, as the string.h mempcpy stuff
1301         is causing more trouble than it's curing.
1302         * lib/regex_internal.h (__mempcpy): Remove.
1303         * lib/regcomp.c (regerror): Rewrite to avoid the need for mempcpy
1304         (and make the code a tad smaller to boot).
1305         * m4/regex.m4 (gl_PREREQ_REGEX): Don't check for mempcpy.
1306
1307 2007-02-02  Jim Meyering  <jim@meyering.net>
1308
1309         * modules/arpa_inet: Put AC_PROG_MKDIR_P in the configure.ac:
1310         section, not in the Makefile.am: one.
1311
1312 2007-02-02  Eric Blake  <ebb9@byu.net>
1313
1314         * lib/strchrnul.c: Always include config.h first.
1315
1316         * modules/mountlist (Depends-on): Revert 2007-01-31 change,
1317         gnulib strstr is not necessary here.
1318
1319 2007-02-02  Simon Josefsson  <simon@josefsson.org>
1320
1321         * m4/socklen.m4: Fix typo.
1322
1323 2007-02-02  Eric Blake  <ebb9@byu.net>
1324
1325         * modules/arpa_inet (Makefile.am): Use MKDIR_P to avoid races.
1326         * modules/netinet_in (Makefile.am): Likewise.
1327
1328 2007-02-01  Bruno Haible  <bruno@clisp.org>
1329
1330         * lib/string_.h (GL_LINK_WARNING): New macro.
1331         (strcasecmp, strstr, strcasestr): If provided by the system,
1332         conditionally define as a macro that leads to a warning instead of to
1333         an error.
1334         (strncasecmp): Conditionally define as a macro that leads to a warning.
1335
1336 2007-02-01  Karl Berry  <karl@gnu.org>
1337
1338         * config/srclist.txt (strtok_r.c): lose sync, no more strtok_r.h.
1339
1340 2007-02-01  Bruno Haible  <bruno@clisp.org>
1341
1342         * MODULES.html.sh (Unicode string functions): Update after 2007-01-27
1343         renamings.
1344
1345 2007-02-01  Eric Blake  <ebb9@byu.net>
1346
1347         * modules/regex (Depends-on): Revert dependence on mempcpy.
1348         * lib/regex_internal.h [! _LIBC && !__mempcpy]: Undo string
1349         module's definition of mempcpy.
1350         Reported by Paul Eggert.
1351
1352 2007-02-01  Paul Eggert  <eggert@cs.ucla.edu>
1353
1354         * lib/string_.h: If the gnulib module XYZ is not present, undefine
1355         the symbol XYZ before redefining it.  This fixes a problem with
1356         programs that don't use XYZ, when compiled on systems that define
1357         XYZ to something else.
1358
1359 2007-01-31  Paul Eggert  <eggert@cs.ucla.edu>
1360
1361         * lib/mkdir-p.c (make_dir_parents): Close a race condition that
1362         occurs when "mkdir -m foo" creates a setgid directory that is (1)
1363         writeable to group or other and (2) is intended to have a special
1364         mode bit that is set or cleared.  In such a case, the directory
1365         should be neither group- nor other-writeable until the special
1366         mode bits are right.
1367
1368 2007-01-31  Eric Blake  <ebb9@byu.net>
1369
1370         * modules/mountlist (Depends-on): Add strstr.
1371
1372         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR): Correct m4 usage
1373         bug.
1374         * modules/string (Makefile.am): Remove redundant replacement.
1375         * modules/regex (Depends-on): Add mempcpy.
1376
1377 2007-01-31  Bruno Haible  <bruno@clisp.org>
1378
1379         New module description field 'Link'.
1380         * gnulib-tool (func_usage): Document --extract-link-directive.
1381         (sed_extract_prog): Recognize 'Link' directive.
1382         (func_get_link_directive): New function.
1383         (func_import): Show summary of link directives.
1384         Handle --extract-link-directive option.
1385         * modules/acl (Link): New section.
1386         * modules/clock-time (Link): New section.
1387         * modules/euidaccess (Link): New section.
1388         * modules/gettext (Link): New section.
1389         * modules/iconv (Link): New section.
1390         * modules/lock (Link): New section.
1391         * modules/nanosleep (Link): New section.
1392         * modules/readline (Link): New section.
1393
1394 2007-01-27  Bruno Haible  <bruno@clisp.org>
1395
1396         Enforce the use of gnulib modules for unportable <string.h> functions.
1397         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR): New macro.
1398         (gl_STRING_MODULE_INDICATOR_DEFAULTS): New macro.
1399         (gl_HEADER_STRING_H_BODY): Require it.
1400         * lib/string_.h: If the gnulib module XYZ is not present, redefine
1401         the symbol XYZ to one that gives a link error.
1402         * modules/string (Makefile.am): Also substitute the GNULIB_* variables.
1403         * modules/memmem (configure.ac): Invoke gl_STRING_MODULE_INDICATOR.
1404         * modules/mempcpy (configure.ac): Likewise.
1405         * modules/memrchr (configure.ac): Likewise.
1406         * modules/stpcpy (configure.ac): Likewise.
1407         * modules/stpncpy (configure.ac): Likewise.
1408         * modules/strcase (configure.ac): Likewise.
1409         * modules/strcasestr (configure.ac): Likewise.
1410         * modules/strchrnul (configure.ac): Likewise.
1411         * modules/strdup (configure.ac): Likewise.
1412         * modules/strndup (configure.ac): Likewise.
1413         * modules/strnlen (configure.ac): Likewise.
1414         * modules/strpbrk (configure.ac): Likewise.
1415         * modules/strsep (configure.ac): Likewise.
1416         * modules/strstr (configure.ac): Likewise.
1417         * modules/strtok_r (configure.ac): Likewise.
1418
1419 2007-01-31  Jean-Louis Martineau  <martineau@zmanda.com>  (tiny change)
1420
1421         * lib/gai_strerror.c (values): Add EAI_OVERFLOW.
1422
1423 2007-01-30  Jim Meyering  <jim@meyering.net>
1424
1425         * lib/mpsort.c (mpsort): Remove spurious "return" in void function.
1426
1427 2007-01-29  Bruno Haible  <bruno@clisp.org>
1428
1429         * lib/allocsa.h: Use '#if HAVE_*' instead of '#ifdef HAVE_*'.
1430         * lib/execute.c: Likewise.
1431         * lib/pipe.c: Likewise.
1432         * lib/printf-args.h: Likewise.
1433         * lib/printf-args.c: Likewise.
1434         * lib/printf-parse.c: Likewise.
1435         * lib/vasnprintf.c: Likewise.
1436
1437 2007-01-29  Eric Blake  <ebb9@byu.net>
1438
1439         * lib/memrchr.c: Assume <string.h> unconditionally, to pull in
1440         declaration.
1441
1442 2007-01-29  Paul Eggert  <eggert@cs.ucla.edu>
1443
1444         * lib/strptime.h (strptime): Use 'restrict' for args where
1445         POSIX requires this.
1446         * lib/strptime.c (strptime): Likewise.
1447         Change license notice from LGPL to GPL, since gnulib-tool will
1448         change this as needed.
1449         Include <config.h> if _LIBC is not defined, not if HAVE_CONFIG_H is
1450         defined.
1451         Include "strptime.h" first, to check interface.
1452         Do not #undef _LIBC and _NL_CURRENT.
1453         Do not include <stdlib.h>; no longer needed.
1454         Include "time_r.h" and declare ptime_locale_status
1455         only if _LIBC is not defined.
1456         (__P): Remove unused macro.
1457         (match_string): Bring back glibc version, but use it only if _LIBC
1458         is defined.
1459         (__strptime_internal): Compile tm_gmtoff code if _LIBC is defined, too.
1460         Remove unnecessary assertion and abort() call.
1461         Use #ifdef _NL_CURRENT rather than #if 0, for benefit of glibc.
1462         * m4/strptime.m4: Fix serial number comment.
1463         (gl_FUNC_STRPTIME): Require AC_C_RESTRICT, gl_TM_GMTOFF.
1464         * modules/strptime (Files): Add m4/tm_gmtoff.m4.
1465         (Depends-on): Add time_r.
1466
1467 2007-01-29  Bruno Haible  <bruno@clisp.org>
1468
1469         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
1470         strptime.
1471         * modules/strptime (Depends-on): Add stdbool.
1472         * lib/strptime.h: Include <time.h> always. Add comments.
1473
1474 2007-01-29  Yoann Vandoorselaere  <yoann@prelude-ids.org>
1475
1476         * modules/strptime: New file.
1477         * lib/strptime.h: New file.
1478         * lib/strptime.c: New file.
1479         * m4/strptime.m4: New file.
1480
1481 2007-01-28  Paul Eggert  <eggert@cs.ucla.edu>
1482
1483         * MODULES.html.sh: New module mpsort.
1484         * lib/mpsort.c, lib/mpsort.h, m4/mpsort.m4, modules/mpsort: New files.
1485
1486         * lib/regex.h (_Restrict_): Renamed from __restrict, to avoid
1487         a circularity problem with HP-UX ia64 reported by Bob Proulx in
1488         <http://lists.gnu.org/archive/html/bug-gnulib/2007-01/msg00394.html>.
1489         All uses changed.
1490         (_Restrict_arr_): Renamed from __restrict_arr, for similar reasons.
1491         All uses changed.
1492         * lib/regcomp.c, lib/regexec.c: Change all uses from __restrict
1493         to _Restrict_.
1494         * lib/regexec.c (regexec): Declare pmatch with _Restrict_arr_, so that
1495         the parameter matches the prototype.
1496
1497 2007-01-28  Jim Meyering  <jim@meyering.net>
1498
1499         * modules/sys_time (Makefile.am) [MOSTLYCLEANFILES]: Do use
1500         sys/time.h here, reverting that part of the previous patch:
1501         <http://thread.gmane.org/gmane.comp.lib.gnulib.bugs/8959>.
1502
1503 2007-01-28  Bruno Haible  <bruno@clisp.org>
1504
1505         * modules/sys_time (Makefile.am): Build sys/time.h only when it's the
1506         value of $(SYS_TIME_H).
1507         [MOSTLYCLEANFILES]: Now that sys/time.h is created only when needed,
1508         remove it conditionally, too. [added by Jim Meyering]
1509         * m4/sys_time_h.m4 (gl_HEADER_SYS_TIME_H_BODY): Set SYS_TIME_H.
1510         * m4/gettimeofday.m4 (gl_FUNC_GETTIMEOFDAY):
1511         (gl_FUNC_GETTIMEOFDAY_CLOBBER): Set SYS_TIME_H when setting
1512         GETTIMEOFDAY_REPLACEMENT to 1.
1513
1514 2007-01-28  Bruno Haible  <bruno@clisp.org>
1515
1516         * m4/unistd_h.m4 (gl_HEADER_UNISTD_DEFAULTS): New macro.
1517         (gl_HEADER_UNISTD): Require it. Don't set UNISTD_H to empty here.
1518         * m4/fchdir.m4 (gl_FUNC_FCHDIR): Require gl_HEADER_UNISTD_DEFAULTS.
1519         Set UNISTD_H instead of UNISTD_H2.
1520         * modules/fchdir (BUILT_SOURCES): Drop $(UNISTD_H2).
1521
1522 2007-01-28  Bruno Haible  <bruno@clisp.org>
1523
1524         * modules/mbchar (Makefile.am): Add mbchar.c to lib_SOURCES.
1525         * m4/mbchar.m4 (gl_MBCHAR): Remove AC_LIBOBJ invocation.
1526
1527 2007-01-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1528
1529         * gnulib-tool (func_emit_lib_Makefile_am, func_add_or_update)
1530         (func_create_testdir): Ensure C locale for `grep' and `tr'
1531         character ranges.
1532         (func_create_megatestdir): Avoid one `grep'.  Fix bug in
1533         ACLOCAL_AMFLAGS parsing state machine.
1534
1535 2007-01-27  Bruno Haible  <bruno@clisp.org>
1536
1537         * modules/unistr/base: Update.
1538
1539 2007-01-27  Bruno Haible  <bruno@clisp.org>
1540
1541         Rename u32-mbtouc -> u32-mbtouc-unsafe, u32-mbtouc-safe -> u32-mbtouc,
1542         u32_mbtouc -> u32_mbtouc_unsafe, u32_mbtouc_safe -> u32_mbtouc.
1543         * modules/unistr/u32-mbtouc-unsafe: Renamed from
1544         modules/unistr/u32-mbtouc.
1545         * lib/unistr/u32-mbtouc-unsafe.c: Renamed from lib/unistr/u32-mbtouc.c.
1546         * lib/unistr.h: Update.
1547         * lib/linebreak.c: Update.
1548         * modules/unistr/u32-mbtouc: Renamed from
1549         modules/unistr/u32-mbtouc-safe.
1550         * lib/unistr/u32-mbtouc.c: Renamed from lib/unistr/u32-mbtouc-safe.c.
1551         * lib/unistr.h: Update.
1552         * lib/unistr/u32-to-u8.c: Update.
1553         * lib/unistr/u32-to-u16.c: Update.
1554
1555 2007-01-27  Bruno Haible  <bruno@clisp.org>
1556
1557         Rename utf16-ucs4 -> utf16-ucs4-unsafe, utf16-ucs4-safe -> utf16-ucs4,
1558         u16_mbtouc -> u16_mbtouc_unsafe, u16_mbtouc_safe -> u16_mbtouc.
1559         * modules/utf16-ucs4-unsafe: Renamed from modules/utf16-ucs4.
1560         * lib/utf16-ucs4-unsafe.h: Renamed from lib/utf16-ucs4.h.
1561         * lib/unistr/utf16-ucs4-unsafe.c: Renamed from lib/unistr/utf16-ucs4.c.
1562         * modules/unistr/u16-mbtouc-unsafe: Renamed from
1563         modules/unistr/u16-mbtouc.
1564         * lib/unistr/u16-mbtouc-unsafe.c: Renamed from lib/unistr/u16-mbtouc.c.
1565         * lib/unistr.h: Update.
1566         * lib/linebreak.c: Update.
1567         * modules/linebreak: Update.
1568         * modules/utf16-ucs4: Renamed from modules/utf16-ucs4-safe.
1569         * lib/utf16-ucs4.h: Renamed from lib/utf16-ucs4-safe.h.
1570         * lib/unistr/utf16-ucs4.c: Renamed from lib/unistr/utf16-ucs4-safe.c.
1571         * modules/unistr/u16-mbtouc: Renamed from
1572         modules/unistr/u16-mbtouc-safe.
1573         * lib/unistr/u16-mbtouc.c: Renamed from lib/unistr/u16-mbtouc-safe.c.
1574         * lib/unistr.h: Update.
1575         * lib/unistr/u16-to-u8.c: Update.
1576         * modules/unistr/u16-to-u8: Update.
1577         * lib/unistr/u16-to-u32.c: Update.
1578         * modules/unistr/u16-to-u32: Update.
1579
1580 2007-01-27  Bruno Haible  <bruno@clisp.org>
1581
1582         Rename utf8-ucs4 -> utf8-ucs4-unsafe, utf8-ucs4-safe -> utf8-ucs4,
1583         u8_mbtouc -> u8_mbtouc_unsafe, u8_mbtouc_safe -> u8_mbtouc.
1584         * modules/utf8-ucs4-unsafe: Renamed from modules/utf8-ucs4.
1585         * lib/utf8-ucs4-unsafe.h: Renamed from lib/utf8-ucs4.h.
1586         * lib/unistr/utf8-ucs4-unsafe.c: Renamed from lib/unistr/utf8-ucs4.c.
1587         * modules/unistr/u8-mbtouc-unsafe: Renamed from
1588         modules/unistr/u8-mbtouc.
1589         * lib/unistr/u8-mbtouc-unsafe.c: Renamed from lib/unistr/u8-mbtouc.c.
1590         * lib/unistr.h: Update.
1591         * lib/striconveh.c: Update.
1592         * modules/striconveh: Update.
1593         * lib/linebreak.c: Update.
1594         * modules/linebreak: Update.
1595         * modules/utf8-ucs4: Renamed from modules/utf8-ucs4-safe.
1596         * lib/utf8-ucs4.h: Renamed from lib/utf8-ucs4-safe.h.
1597         * lib/unistr/utf8-ucs4.c: Renamed from lib/unistr/utf8-ucs4-safe.c.
1598         * modules/unistr/u8-mbtouc: Renamed from modules/unistr/u8-mbtouc-safe.
1599         * lib/unistr/u8-mbtouc.c: Renamed from lib/unistr/u8-mbtouc-safe.c.
1600         * lib/unistr.h: Update.
1601         * lib/striconveh.c: Update.
1602         * modules/striconveh: Update.
1603         * lib/unistr/u8-to-u16.c: Update.
1604         * modules/unistr/u8-to-u16: Update.
1605         * lib/unistr/u8-to-u32.c: Update.
1606         * modules/unistr/u8-to-u32: Update.
1607
1608 2007-01-27  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1609
1610         Sync from Libtool.
1611         * lib/argz.c: Do not include strings.h nor memory.h, include
1612         string.h unconditionally.  Patch by Simon Josefsson.
1613
1614 2007-01-27  Bruno Haible  <bruno@clisp.org>
1615
1616         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): New macro, extracted
1617         from gl_HEADER_STRING_H_BODY.
1618         (gl_HEADER_STRING_H_BODY): Require it.
1619         * m4/memmem.m4 (gl_FUNC_MEMMEM): Require gl_HEADER_STRING_H_DEFAULTS.
1620         * m4/mempcpy.m4 (gl_FUNC_MEMPCPY): Likewise.
1621         * m4/memrchr.m4 (gl_FUNC_MEMRCHR): Likewise.
1622         * m4/stpcpy.m4 (gl_FUNC_STPCPY): Likewise.
1623         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Likewise.
1624         * m4/strcase.m4 (gl_FUNC_STRCASECMP, gl_FUNC_STRNCASECMP): Likewise.
1625         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR): Likewise.
1626         * m4/strchrnul.m4 (gl_FUNC_STRCHRNUL): Likewise.
1627         * m4/strdup.m4 (gl_FUNC_STRDUP): Likewise.
1628         * m4/strndup.m4 (gl_FUNC_STRNDUP): Likewise.
1629         * m4/strnlen.m4 (gl_FUNC_STRNLEN): Likewise.
1630         * m4/strpbrk.m4 (gl_FUNC_STRPBRK): Likewise.
1631         * m4/strsep.m4 (gl_FUNC_STRSEP): Likewise.
1632         * m4/strstr.m4 (gl_FUNC_STRSTR): Likewise.
1633         * m4/strtok_r.m4 (gl_FUNC_STRTOK_R): Likewise.
1634
1635 2007-01-27  Bruno Haible  <bruno@clisp.org>
1636
1637         * gnulib-tool (func_emit_lib_Makefile_am): If $for_test is true, turn
1638         check_PROGRAMS into noinst_PROGRAMS.
1639         (func_emit_tests_Makefile_am): Likewise. Also don't initialize
1640         check_PROGRAMS in this case.
1641         (func_import): Set for_test to false.
1642         (func_create_testdir): Set for_test to true.
1643
1644 2007-01-27  Yoann Vandoorselaere <yoann.v@prelude-ids.com>
1645             Bruno Haible  <bruno@clisp.org>
1646
1647         * modules/strcasestr (Files): Remove lib/strcasestr.h.
1648         (Depends-on): Add string.
1649         (Includes): Use <string.h> instead of strcasestr.h.
1650         * modules/string (Makefile.am): Also substitute the value of
1651         REPLACE_STRCASESTR.
1652         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR): Don't define strcasestr here;
1653         assume strcasestr is declared in <string.h> not <strings.h>. Also
1654         set REPLACE_STRCASESTR.
1655         * m4/string_h.m4 (gl_HEADER_STRING_H_BODY): Provide a default value for
1656         REPLACE_STRCASESTR.
1657         * lib/strcasestr.h: Remove file.
1658         * lib/strcasestr.c: Include <string.h> instead of strcasestr.h.
1659         * lib/string_.h (strcasestr): New declaration.
1660
1661 2007-01-27  Bruno Haible  <bruno@clisp.org>
1662
1663         * lib/string_.h: Use 'extern'.
1664
1665 2007-01-27  Jim Meyering  <jim@meyering.net>
1666
1667         * lib/regex_internal.c (re_string_reconstruct): Remove declaration
1668         of set-but-not-used local, "q".
1669
1670         * lib/mempcpy.c: Include <config.h> before <string.h>.
1671         This fixes a compilation error on HP-UX, due to the system's
1672         "restrict"-using mempcpy prototype.
1673
1674 2007-01-26  Bruno Haible  <bruno@clisp.org>
1675
1676         Small optimization.
1677         * lib/javacomp.c: Include c-strstr.h.
1678          (is_envjavac_gcj): Use c_strstr instead of strstr.
1679         * modules/javacomp (Depends-on): Add c-strstr, remove strstr.
1680
1681 2007-01-26  Bruno Haible  <bruno@clisp.org>
1682
1683         * MODULES.html.sh (Unicode string functions): Add the new modules.
1684
1685         * modules/uniconv/u32-strconv-to-locale: New file.
1686         * lib/uniconv/u32-strconv-to-locale.c: New file.
1687
1688         * modules/uniconv/u16-strconv-to-locale: New file.
1689         * lib/uniconv/u16-strconv-to-locale.c: New file.
1690
1691         * modules/uniconv/u8-strconv-to-locale: New file.
1692         * lib/uniconv/u8-strconv-to-locale.c: New file.
1693
1694         * modules/uniconv/u32-strconv-from-locale: New file.
1695         * lib/uniconv/u32-strconv-from-locale.c: New file.
1696
1697         * modules/uniconv/u16-strconv-from-locale: New file.
1698         * lib/uniconv/u16-strconv-from-locale.c: New file.
1699
1700         * modules/uniconv/u8-strconv-from-locale: New file.
1701         * lib/uniconv/u8-strconv-from-locale.c: New file.
1702
1703         * modules/uniconv/u32-strconv-to-enc: New file.
1704         * lib/uniconv/u32-strconv-to-enc.c: New file.
1705         * modules/uniconv/u32-strconv-to-enc-tests: New file.
1706         * tests/uniconv/test-u32-strconv-to-enc.c: New file.
1707
1708         * modules/uniconv/u16-strconv-to-enc: New file.
1709         * lib/uniconv/u16-strconv-to-enc.c: New file.
1710         * lib/uniconv/u-strconv-to-enc.h: New file.
1711         * modules/uniconv/u16-strconv-to-enc-tests: New file.
1712         * tests/uniconv/test-u16-strconv-to-enc.c: New file.
1713
1714         * modules/uniconv/u8-strconv-to-enc: New file.
1715         * lib/uniconv/u8-strconv-to-enc.c: New file.
1716         * modules/uniconv/u8-strconv-to-enc-tests: New file.
1717         * tests/uniconv/test-u8-strconv-to-enc.c: New file.
1718
1719         * modules/uniconv/u32-strconv-from-enc: New file.
1720         * lib/uniconv/u32-strconv-from-enc.c: New file.
1721         * modules/uniconv/u32-strconv-from-enc-tests: New file.
1722         * tests/uniconv/test-u32-strconv-from-enc.c: New file.
1723
1724         * modules/uniconv/u16-strconv-from-enc: New file.
1725         * lib/uniconv/u16-strconv-from-enc.c: New file.
1726         * modules/uniconv/u16-strconv-from-enc-tests: New file.
1727         * tests/uniconv/test-u16-strconv-from-enc.c: New file.
1728
1729         * modules/uniconv/u8-strconv-from-enc: New file.
1730         * lib/uniconv/u8-strconv-from-enc.c: New file.
1731         * lib/uniconv/u-strconv-from-enc.h: New file.
1732         * modules/uniconv/u8-strconv-from-enc-tests: New file.
1733         * tests/uniconv/test-u8-strconv-from-enc.c: New file.
1734
1735         * modules/uniconv/u32-conv-from-enc: New file.
1736         * lib/uniconv/u32-conv-from-enc.c: New file.
1737         * modules/uniconv/u32-conv-from-enc-tests: New file.
1738         * tests/uniconv/test-u32-conv-from-enc.c: New file.
1739
1740         * modules/uniconv/u16-conv-from-enc: New file.
1741         * lib/uniconv/u16-conv-from-enc.c: New file.
1742         * lib/uniconv/u-conv-from-enc.h: New file.
1743         * modules/uniconv/u16-conv-from-enc-tests: New file.
1744         * tests/uniconv/test-u16-conv-from-enc.c: New file.
1745
1746         * modules/uniconv/u8-conv-from-enc: New file.
1747         * lib/uniconv/u8-conv-from-enc.c: New file.
1748         * modules/uniconv/u8-conv-from-enc-tests: New file.
1749         * tests/uniconv/test-u8-conv-from-enc.c: New file.
1750
1751         * modules/uniconv/base: New file.
1752         * lib/uniconv.h: New file.
1753
1754 2007-01-26  Paul Eggert  <eggert@cs.ucla.edu>
1755
1756         * doc/gnulib-tool.texi (Initial import): Update to match current
1757         behavior with strdup module.
1758         * lib/.cppi-disable: Remove strcase.h, strdup.h, strndup.h, strnlen.h.
1759         * lib/memmem.h: Remove; all uses removed.  This is now done
1760         by <string.h>.
1761         * lib/mempcpy.h: Likewise.
1762         * lib/memrchr.h: Likewise.
1763         * lib/stpcpy.h: Likewise.
1764         * lib/stpncpy.h: Likewise.
1765         * lib/strcase.h: Likewise.
1766         * lib/strchrnul.h: Likewise.
1767         * lib/strdup.h: Likewise.
1768         * lib/strndup.h: Likewise.
1769         * lib/strnlen.h: Likewise.
1770         * lib/strpbrk.h: Likewise.
1771         * lib/strsep.h: Likewise.
1772         * lib/strstr.h: Likewise.
1773         * lib/strtok_r.h: Likewise.
1774         * lib/string_.h: New file.
1775         * lib/argp-namefrob.h: Don't include no-longer-existent include files.
1776         Rely on <string.h> instead.
1777         * lib/canon-host.c: Likewise.
1778         * lib/chdir-long.c: Likewise.
1779         * lib/concatpath.c: Likewise.
1780         * lib/exclude.c: Likewise.
1781         * lib/fchdir.c: Likewise.
1782         * lib/getaddrinfo.c: Likewise.
1783         * lib/getcwd.c: Likewise.
1784         * lib/getsubopt.c: Likewise.
1785         * lib/glob.c: Likewise.
1786         * lib/hard-locale.c: Likewise.
1787         * lib/iconvme.c: Likewise.
1788         * lib/javacomp.c: Likewise.
1789         * lib/mempcpy.c: Likewise.
1790         * lib/memrchr.c: Likewise.
1791         * lib/regex_internal.h: Likewise.
1792         * lib/stpncpy.c: Likewise.
1793         * lib/strcasecmp.c: Likewise.
1794         * lib/strchrnul.c: Likewise.
1795         * lib/strdup.c: Likewise.
1796         * lib/striconv.c: Likewise.
1797         * lib/striconveh.c: Likewise.
1798         * lib/striconveha.c: Likewise.
1799         * lib/strncasecmp.c: Likewise.
1800         * lib/strndup.c: Likewise.
1801         * lib/strnlen.c: Likewise.
1802         * lib/strsep.c: Likewise.
1803         * lib/strstr.c: Likewise.
1804         * lib/strtok_r.c: Likewise.
1805         * lib/userspec.c: Likewise.
1806         * lib/w32spawn.h: Likewise.
1807         * lib/xstrndup.c: Likewise.
1808         * lib/mountlist.c (strstr): Remove decl.
1809         * m4/string_h.m4: New file.
1810         * m4/memmem.m4 (gl_FUNC_MEMMEM): Set HAVE_DECL_MEMMEM if necessary.
1811         * m4/mempcpy.m4 (gl_FUNC_MEMPCPY): Set HAVE_MEMPCPY if necessary.
1812         * m4/memrchr.m4 (gl_FUNC_MEMRCHR): Set HAVE_MEMRCHR
1813         * m4/stpcpy.m4 (gl_FUNC_STPCPY): Set HAVE_STPCPY if necessary.
1814         * m4/stpncpy.m4 (gl_PREREQ_STPNCPY): Set HAVE_STPNCPY if necessary.
1815         * m4/strcase.m4 (gl_FUNC_STRCASECMP):
1816         Set REPLACE_STRCASECMP if necessary.
1817         (gl_FUNC_STRNCASECMP): Set HAVE_DECL_STRNCASECMP if necessary.
1818         * m4/strchrnul.m4 (gl_FUNC_STRCHRNUL): Set HAVE_STRCHRNUL if necessary.
1819         * m4/strdup.m4 (gl_FUNC_STRDUP): Set HAVE_DECL_STRDUP if necessary.
1820         * m4/strndup.m4 (gl_FUNC_STRNDUP): Set HAVE_DECL_STRNLEN and
1821         HAVE_DECL_STRDUP if necessary.
1822         (gl_PREREQ_STRNLEN): Don't bother to check for strnlen decl,
1823         since gl_FUNC_STRNDUP does that now.
1824         * m4/strnlen.m4 (gl_FUNC_STRNLEN): Set HAVE_DECL_STRNLEN if necessary.
1825         Check for decl here...
1826         (gl_PREREQ_STRNLEN): ... not here.
1827         * m4/strpbrk.m4 (gl_FUNC_STRPBRK): Set HAVE_STRPBRK if necessary.
1828         * m4/strsep.m4 (gl_FUNC_STRSEP): Set HAVE_STRSEP if necessary.
1829         * m4/strstr.m4 (gl_FUNC_STRSTR): Set REPLACE_STRSTR if necessary.
1830         * m4/strtok_r.m4 (gl_FUNC_STRTOK_R): Set HAVE_DECL_STRTOK_R if
1831         necessary.
1832         * modules/string: New file.
1833         * modules/memmem (Files): Remove special-purpose include file.
1834         (Depends-on): Add string.
1835         (Include): Include <string.h>, not the removed file.
1836         * modules/mempcpy: Likewise.
1837         * modules/memrchr: Likewise.
1838         * modules/stpcpy: Likewise.
1839         * modules/stpncpy: Likewise.
1840         * modules/strcase: Likewise.
1841         * modules/strchrnul: Likewise.
1842         * modules/strdup: Likewise.
1843         * modules/strndup: Likewise.
1844         * modules/strnlen: Likewise.
1845         * modules/strpbrk: Likewise.
1846         * modules/strsep: Likewise.
1847         * modules/strstr: Likewise.
1848         * modules/strtok_r: Likewise.
1849         * tests/test-dirname.c: Don't include "strdup.h", since
1850         <string.h> now suffices.
1851         * tests/test-memmem.c: Don't include "memmem.h", since
1852         <string.h> now suffices.
1853
1854 2007-01-25  Bruno Haible  <bruno@clisp.org>
1855
1856         * lib/striconveh.c (mem_cd_iconveh_internal): Ignore *lengthp if
1857         *resultp is 0.
1858
1859         * lib/unistr/u16-to-u8.c (u16_to_u8): Fix u8_uctomb invocation.
1860         * lib/unistr/u32-to-u8.c (u32_to_u8): Likewise.
1861         * lib/unistr/u8-to-u16.c (u8_to_u16): Fix u16_uctomb invocation.
1862         * lib/unistr/u32-to-u16.c (u32_to_u16): Likewise.
1863
1864         * modules/unistr/u8-to-u16 (Depends-on): Add missing modules.
1865         * modules/unistr/u8-to-u32 (Depends-on): Add missing modules.
1866         * modules/unistr/u16-to-u8 (Depends-on): Add missing modules.
1867         * modules/unistr/u16-to-u32 (Depends-on): Add missing modules.
1868         * modules/unistr/u32-to-u8 (Depends-on): Add missing modules.
1869         * modules/unistr/u32-to-u16 (Depends-on): Add missing modules.
1870
1871 2007-01-24  Bruno Haible  <bruno@clisp.org>
1872
1873         Don't AC_REQUIRE autoconf macros that invoke AC_LIBOBJ. See
1874         <http://lists.gnu.org/archive/html/bug-gnulib/2006-10/msg00279.html>.
1875         * m4/argp.m4 (gl_ARGP): Invoke, don't require, gl_GETOPT_SUBSTITUTE.
1876         * m4/fts.m4 (gl_FUNC_FTS, gl_FUNC_FTS_LGPL): Invoke, don't require,
1877         gl_FUNC_FTS_CORE.
1878         (gl_FUNC_FTS_CORE): Invoke, don't require, gl_FUNC_OPENAT.
1879         * m4/lstat.m4 (gl_FUNC_LSTAT): Invoke, don't require,
1880         AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK.
1881         * m4/memcmp.m4 (gl_FUNC_MEMCMP): Invoke, don't require, AC_FUNC_MEMCMP.
1882         * m4/mktime.m4 (gl_FUNC_MKTIME): Invoke, don't require, AC_FUNC_MKTIME.
1883         * m4/openat.m4 (gl_FUNC_OPENAT): Invoke, don't require,
1884         gl_FUNC_FCHOWNAT.
1885         * m4/strftime.m4 (gl_FUNC_GNU_STRFTIME): Invoke, don't require,
1886         gl_FUNC_STRFTIME.
1887         * m4/strtod.m4 (gl_FUNC_STRTOD): Invoke, don't require, AC_FUNC_STRTOD.
1888         Reported by Ralf Wildenhues.
1889
1890 2007-01-24  Bruno Haible  <bruno@clisp.org>
1891
1892         Drop AC_REQUIRE calls that are redundant with the module dependencies.
1893         * m4/canon-host.m4 (gl_PREREQ_CANON_HOST): Don't require
1894         gl_GETADDRINFO.
1895         * m4/chdir-long.m4 (gl_PREREQ_CHDIR_LONG): Don't require AM_STDBOOL_H,
1896         gl_FUNC_MEMPCPY, gl_FUNC_OPENAT, gl_FUNC_MEMRCHR.
1897         * m4/openat.m4 (gl_PREREQ_OPENAT): Don't require gl_SAVE_CWD.
1898
1899 2007-01-24  Paul Eggert  <eggert@cs.ucla.edu>
1900
1901         * m4/fnmatch.m4 (_AC_FUNC_FNMATCH_IF): Add test for glibc bug 361.
1902         Don't use 'exit'; just return from 'main'.
1903         (_AC_LIBOBJ_FNMATCH): Check for headers and functions just once.
1904
1905         * lib/fnmatch_.h: Readjust white space and comments to match
1906         glibc, to avoid spurious diffs.
1907
1908 2007-01-23  Paul Eggert  <eggert@cs.ucla.edu>
1909
1910         * lib/fnmatch_loop.c (internal_fnmatch) [!_LIBC]: #if-out the
1911         2004-12-01 change by Jakub Jelinek, since this code won't compile
1912         if !LIBC.  Problem reported by Bob Proulx.
1913
1914 2007-01-23  Bruno Haible  <bruno@clisp.org>
1915
1916         * lib/striconveh.c: Include c-strcaseeq.h.
1917         (mem_iconveh, str_iconveh): Use STRCASEEQ instead of c_strcasecmp.
1918         * modules/striconveh (Depends-on): Add c-strcaseeq.
1919
1920 2007-01-23  Bruno Haible  <bruno@clisp.org>
1921
1922         * MODULES.html.sh (String handling): Add streq, c-strcaseeq.
1923
1924         * modules/c-strcaseeq: New file.
1925         * lib/c-strcaseeq.h: New file.
1926
1927         * modules/streq: New file.
1928         * lib/streq.h: New file.
1929
1930 2007-01-23  Bruno Haible  <bruno@clisp.org>
1931
1932         * modules/striconveha-tests: New file.
1933         * tests/test-striconveha.c: New file.
1934
1935         * lib/striconveha.h: Include <stdbool.h>.
1936         (mem_iconveha, str_iconveha): Add 'transliterate' argument.
1937         * lib/striconveha.c: Include allocsa.h, strdup.h, c-strcase.h.
1938         (mem_iconveha_notranslit): Renamed from mem_iconveha.
1939         (mem_iconveha): New function.
1940         (str_iconveha_notranslit): Renamed from str_iconveha.
1941         (str_iconveha): New function.
1942         * modules/striconveha (Depends-on): Add stdbool, allocsa, strdup,
1943         c-strcase.
1944
1945 2007-01-23  Bruno Haible  <bruno@clisp.org>
1946
1947         * lib/striconveha.c (mem_iconveha): Fix endless recursion. Try all
1948         encodings without forgiving before trying any encoding with handler.
1949         (str_iconveha): Try all encodings without forgiving before trying any
1950         encoding with handler.
1951
1952 2007-01-23  Paul Eggert  <eggert@cs.ucla.edu>
1953
1954         Import the following changes from libc.
1955
1956         2005-10-14  Ulrich Drepper  <drepper@redhat.com>
1957
1958         * lib/fnmatch_loop.c: Adjust for changed secondary hash function.
1959
1960         2004-12-01  Jakub Jelinek  <jakub@redhat.com>
1961
1962         * lib/fnmatch_loop.c (internal_fnmatch): Clear is_seqval after
1963         normal_bracket label.
1964
1965         2004-09-01  Jakub Jelinek  <jakub@redhat.com>
1966
1967         [BZ #361]
1968         * lib/fnmatch_loop.c (FCT): For backslash between brackets, branch
1969         to normal_bracket after fetching the next character.
1970
1971 2007-01-22  Bruno Haible  <bruno@clisp.org>
1972
1973         * lib/striconveh.h (mem_cd_iconveh, mem_iconveh): Add 'offsets'
1974         argument.
1975         * lib/striconveh.c (iconv_carefully_1): New function.
1976         (mem_cd_iconveh_internal, mem_cd_iconveh, mem_iconveh): Add 'offsets'
1977         argument.
1978         (str_cd_iconveh): Update.
1979         * lib/striconveha.h (mem_iconveha): Add 'offsets' argument.
1980         * lib/striconveha.c (mem_iconveha): Add 'offsets' argument.
1981         * tests/test-striconveh.c (MAGIC): New macro.
1982         (new_offsets): New function.
1983         (main): Test call with and without offsets.
1984
1985 2007-01-22  Bruno Haible  <bruno@clisp.org>
1986
1987         * modules/sys_stat (Makefile.am): Use @MKDIR_P@ instead of $(MKDIR_P).
1988         * modules/sys_select (Makefile.am): Likewise.
1989         * modules/sys_socket (Makefile.am): Likewise.
1990         * modules/sys_time (Makefile.am): Likewise.
1991
1992 2007-01-22  Paul Eggert  <eggert@cs.ucla.edu>
1993
1994         * modules/gettimeofday (License): Change from GPL to LGPL, since
1995         gettimeofday is a library function.
1996
1997 2007-01-22  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
1998
1999         * lib/poll.c (rpl_poll): Don't check against FD_SETSIZE under Win32.
2000
2001 2007-01-21  Bruno Haible  <bruno@clisp.org>
2002
2003         * m4/gnulib-common.m4 (AC_PROG_MKDIR_P): New macro.
2004
2005 2007-01-21  Bruno Haible  <bruno@clisp.org>
2006
2007         * modules/striconveha: New file.
2008         * lib/striconveha.h: New file.
2009         * lib/striconveha.c: New file.
2010         * MODULES.html.sh (Internationalization functions): Add striconveha.
2011         * lib/striconv.c (str_iconv): Optimize the case of an empty input
2012         string.
2013         * lib/striconveh.c (mem_iconveh, str_iconveh): Likewise.
2014
2015 2007-01-21  Bruno Haible  <bruno@clisp.org>
2016
2017         * lib/striconv.c (str_iconv): Guarantee errno is set when strdup fails.
2018         * lib/striconveh.c (str_iconveh): Likewise.
2019
2020 2007-01-21  Bruno Haible  <bruno@clisp.org>
2021
2022         * lib/striconveh.h (mem_iconveh): New declaration.
2023         * lib/striconveh.c (mem_iconveh): New function.
2024         * tests/test-striconveh.c (main): Add tests for mem_iconveh.
2025
2026 2007-01-21  Bruno Haible  <bruno@clisp.org>
2027
2028         * lib/xstriconv.h (xmem_cd_iconv): Change specification.
2029
2030         * lib/striconveh.h (mem_cd_iconveh): Change specification.
2031         * lib/striconveh.c (mem_cd_iconveh): Don't free the user-supplied
2032         original result buffer.
2033         (str_cd_iconveh): Update.
2034         * tests/test-striconveh.c (main): Update.
2035
2036         * lib/striconv.h (mem_cd_iconv): Change specification.
2037         * lib/striconv.c (mem_cd_iconv): Don't free the user-supplied original
2038         result buffer.
2039         (str_cd_iconv): Update.
2040         * tests/test-striconv.c (main): Update.
2041
2042 2007-01-21  Bruno Haible  <bruno@clisp.org>
2043
2044         * gnulib-tool: Fix test whether sed is GNU sed supporting --posix.
2045
2046 2007-01-20  Jim Meyering  <jim@meyering.net>
2047
2048         * lib/userspec.c (parse_with_separator): If a user or group string
2049         starts with "+", skip the corresponding name-to-ID look-up, since
2050         such a look-up must fail: user and group names may not include "+".
2051
2052 2007-01-19  Paul Eggert  <eggert@cs.ucla.edu>
2053
2054         * lib/poll.c: Include sys/time.h and time.h unconditionally,
2055         since we now assume the sys_time module.
2056         * m4/poll.m4 (gl_PREREQ_POLL): Don't require AC_HEADER_TIME or
2057         check for sys/time.h; no longer needed.
2058         * modules/poll (Depends-on): Depend on sys_time.
2059
2060 2007-01-18  Bruno Haible  <bruno@clisp.org>
2061
2062         * m4/mktime.m4 (AC_FUNC_MKTIME): Remove test for <sys/time.h>.
2063         * m4/strftime.m4 (gl_FUNC_STRFTIME): Likewise.
2064
2065         * m4/tempname.m4 (gl_PREREQ_TEMPNAME): Remove tests for sys/time.h and
2066         gettimeofday.
2067
2068         * tests/test-gettimeofday.c: Include <time.h>.
2069         (dummy): Remove variable.
2070
2071         * m4/sys_time_h.m4 (gl_HEADER_SYS_TIME_H_BODY): Renamed from
2072         gl_HEADER_SYS_TIME_H.
2073         (gl_HEADER_SYS_TIME_H): New macro.
2074
2075         * lib/sys_time_.h: Test GETTIMEOFDAY_REPLACEMENT instead of
2076         HAVE_GETTIMEOFDAY_POSIX_SIGNATURE and GETTIMEOFDAY_CLOBBERS_LOCALTIME.
2077         * m4/gettimeofday.m4 (gl_FUNC_GETTIMEOFDAY,
2078         gl_FUNC_GETTIMEOFDAY_CLOBBER): Set GETTIMEOFDAY_REPLACEMENT instead of
2079         HAVE_GETTIMEOFDAY_POSIX_SIGNATURE and GETTIMEOFDAY_CLOBBERS_LOCALTIME.
2080         * m4/sys_time_h.m4 (gl_HEADER_SYS_TIME_H): Initialize
2081         GETTIMEOFDAY_REPLACEMENT instead of HAVE_GETTIMEOFDAY_POSIX_SIGNATURE
2082         and GETTIMEOFDAY_CLOBBERS_LOCALTIME.
2083         * modules/sys_time (sys/time.h): Substitute GETTIMEOFDAY_REPLACEMENT
2084         instead of HAVE_GETTIMEOFDAY_POSIX_SIGNATURE and
2085         GETTIMEOFDAY_CLOBBERS_LOCALTIME.
2086
2087         * m4/gettimeofday.m4 (gl_GETTIMEOFDAY_REPLACE_LOCALTIME): Undo the
2088         last change; it caused a compilation error when cross-compiling to
2089         Cygwin.
2090
2091 2007-01-18  Jim Meyering  <jim@meyering.net>
2092
2093         Use "$(MKDIR_P) sys", not race-prone "test -d sys || mkdir sys".
2094         * modules/sys_stat (Makefile.am): Use "$(MKDIR_P) sys", rather
2095         than the race-prone "test -d sys || mkdir sys".
2096         (configure.ac): Use AC_PROG_MKDIR_P.
2097         * modules/sys_select: Likewise.
2098         * modules/sys_socket: Likewise.
2099         * modules/sys_time: Likewise.
2100
2101 2007-01-18  Eric Blake  <ebb9@byu.net>
2102
2103         * m4/gettimeofday.m4 (gl_GETTIMEOFDAY_REPLACE_LOCALTIME): Also
2104         replace gettimeofday.
2105         * lib/gettimeofday.c (rpl_gettimeofday): Declare with replacement
2106         name, to avoid infinite recursion.
2107
2108 2007-01-17  Paul Eggert  <eggert@cs.ucla.edu>
2109
2110         * MODULES.html.sh (Support for systems lacking POSIX:2001): New
2111         module sys_time.
2112         * lib/gethrxtime.c: Include <sys/time.h>, since we can no longer
2113         assume timespec.h defines struct timeval.
2114         * lib/settime.c: Likewise.
2115         * lib/utimens.c: Likewise.
2116         * lib/gettime.c (gettime): Remove test against HAVE_GETTIMEOFDAY,
2117         since we now assume the gettimeofday module.
2118         * lib/tempname.c (__gen_tempname): Likewise.
2119         * lib/gettimeofday.h: Remove.
2120         * lib/gettimeofday.c: Include <sys/time.h> instead of "gettimeofday.h".
2121         Don't include <sys/types.h> and <stdlib.h>; shouldn't be needed.
2122         Include <time.h>, for 'time()'.
2123         (localtime_buffer_addr): Also use this workaround if
2124         TZSET_CLOBBERS_LOCALTIME.  Set to a dummy static variable by default,
2125         to simplify the uses.  All uses changed.
2126         (localtime, gmtime, tzset, gettimeofday): Reformat slightly so
2127         that #undef is inside {}, and 'const' follows type name consistently.
2128         (tzset): Define replacement only if TZSET_CLOBBERS_LOCALTIME.
2129         (gettimeofday): Do not use the maximum possible value for
2130         tv->tv_usec, since that might break usages other than ls.c.
2131         Instead, we'll leave ls.c alone.  This undoes today's patch
2132         by Bruno.  Add a compile-time warning for 1s-clock resolution;
2133         we've never observed the problem but might as well keep the
2134         canary.
2135         * lib/nanosleep.c: Include timespec.h first, for interface check.
2136         * lib/nanosleep.c: Include <sys/time.h> unconditionally, since we
2137         now assume the sys_time module.
2138         * lib/tempname.c: Likewise.
2139         * lib/timespec.h: Likewise.
2140         * lib/nanosleep.c: Don't worry about TIME_WITH_SYS_TIME; no longer
2141         needed.
2142         * lib/strftime.c: Likewise.
2143         * lib/timespec.h: Likewise.
2144         * lib/posixtm.c: Include posixtm.h first, for interface check.
2145         Don't worry about TM_IN_SYS_TIME; that's wayyy obsolete.
2146         * lib/posixtm.h: Include stdbool.h and time.h, for proper interface.
2147         * lib/strftime.c: Don't include <sys/types.h>; shouldn't be needed.
2148         * lib/sys_time_.h: New file.
2149         * lib/timespec.h (struct timespec): Use long int, not long.
2150         * m4/gettimeofday.m4 (gl_FUNC_GETTIMEOFDAY):
2151         (gl_FUNC_GETTIMEOFDAY_CLOBBER, gl_PREREQ_GETTIMEOFDAY):
2152         Remove obsolescent call to AC_HEADER_TIME.
2153         * m4/mktime.m4 (AC_FUNC_MKTIME): Likewise.
2154         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Likewise.
2155         * m4/strftime.m4 (gl_FUNC_STRFTIME): Likewise.
2156         * m4/timespec.m4 (gl_TIMESPEC, gl_CHECK_TYPE_STRUCT_TIMESPEC):
2157         Likewise.
2158         * m4/tzset.m4 (gl_FUNC_TZSET_CLOBBER): Likewise.
2159         * m4/utimbuf.m4 (gl_CHECK_TYPE_STRUCT_UTIMBUF): Likewise.
2160         * m4/gettimeofday.m4 (gl_FUNC_GETTIMEOFDAY): Move sys/time.h tests
2161         into the sys_time module.  Check for gettimeofday just once.
2162         Prefix our variables with gl_, not with ac_ or jm_.  Tighten test
2163         for gettimeofday signature to just check the signature.  Merely
2164         compile it, since linking doesn't test signature.  Improve test for
2165         whether gettimeofday.o is actually needed.
2166         (gl_FUNC_GETTIMEOFDAY_CLOBBER): Renamed from
2167         AC_FUNC_GETTIMEOFDAY_CLOBBER.  All uses changed.  Use
2168         AC_RUN_IFELSE rather than AC_TRY_RUN.  If clobbering, set
2169         and define GETTIMEOFDAY_CLOBBERS_LOCALTIME.
2170         (gl_GETTIMEOFDAY_REPLACE_LOCALTIME): Don't define
2171         GETTIMEOFDAY_CLOBBERS_LOCALTIME; that's gl_FUNC_GETTIMEOFDAY_CLOBBER's
2172         job.  Don't define tzset; that's gl_FUNC_TZSET_CLOBBER's job.
2173         * m4/mktime.m4 (AC_FUNC_MKTIME): Just include <time.h> rather
2174         than worrying about sys/time.h.
2175         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP):
2176         Don't bother worrying about TIME_WITH_SYS_TIME.
2177         * m4/stat-time.m4 (gl_STAT_TIME): Likewise.
2178         * m4/posixtm.m4 (gl_POSIXTM): Remove obsolescent call to AC_STRUCT_TM.
2179         * m4/sys_time_h.m4: New file.
2180         * m4/tzset.m4 (gl_FUNC_TZSET_CLOBBER): Require gl_HEADER_SYS_TIME_H.
2181         Don't include sys/time.h.  Return from main rather than exiting.
2182         Define TZSET_CLOBBERS_LOCALTIME, for consistency with other names;
2183         all uses changed.
2184         * modules/gethrxtime (Depends-on): Add sys_time.
2185         * modules/gettime (Depends-on): Likewise.
2186         * modules/gettimeofday (Depends-on): Likewise.
2187         * modules/nanosleep (Depends-on): Likewise.
2188         * modules/settime (Depends-on): Likewise.
2189         * modules/tempname (Depends-on): Likewise.
2190         * modules/utimens (Depends-on): Likewise.
2191         * modules/gettimeofday (Files): Remove lib/gettimeofday.h.
2192         (Include:) Change back to <sys/time.h>.
2193         (Maintainer:) Add self.
2194         * modules/sys_time: New file.
2195         * modules/tempname (Depends-on): Add gettimeofday.
2196         * tests/test-gettimeofday.c: Include <sys/time.h>
2197         rather than gettimeofday.h.
2198
2199 2007-01-17  Bruno Haible  <bruno@clisp.org>
2200
2201         * gnulib-tool (func_get_license): Revert last patch. Instead, let
2202         the license default to GPL.
2203         (func_create_testdir): Don't complain if a module is LGPL and its
2204         tests module depends on GPLed modules.
2205
2206 2007-01-17  Bruno Haible  <bruno@clisp.org>
2207
2208         * lib/gettimeofday.c (gettimeofday): Add code for the case
2209         HAVE_GETTIMEOFDAY && !GETTIMEOFDAY_CLOBBERS_LOCALTIME. Use the
2210         maximum possible value for tv->tv_usec, rather than the minimum one.
2211
2212 2005-10-08  Martin Lambers  <marlam@marlam.de>
2213 2005-10-08  Paul Eggert  <eggert@cs.ucla.edu>
2214 2007-01-16  Bruno Haible  <bruno@clisp.org>
2215
2216         * modules/gettimeofday (Files): Add lib/gettimeofday.h.
2217         (configure.ac): Remove AC_FUNC_GETTIMEOFDAY_CLOBBER. Add
2218         gl_FUNC_GETTIMEOFDAY.
2219         (Include): Add gettimeofday.h.
2220         * m4/gettimeofday.m4 (gl_FUNC_GETTIMEOFDAY): New macro.
2221         (AC_FUNC_GETTIMEOFDAY_CLOBBER): Don't invoke gl_PREREQ_GETTIMEOFDAY.
2222         (gl_GETTIMEOFDAY_REPLACE_LOCALTIME): Define
2223         GETTIMEOFDAY_CLOBBERS_LOCALTIME. Invoke gl_PREREQ_GETTIMEOFDAY here.
2224         (gl_PREREQ_GETTIMEOFDAY): Check for <sys/timeb.h> and _ftime.
2225         * lib/gettimeofday.h: New file.
2226         * lib/gettimeofday.c: Include <sys/timeb.h>.
2227         (localtime_buffer_addr, rpl_localtime, rpl_gmtime, rpl_tzset): Define
2228         only if GETTIMEOFDAY_CLOBBERS_LOCALTIME.
2229         (rpl_gettimeofday) [!HAVE_GETTIMEOFDAY]: Use _ftime() when available;
2230         fall back on time().
2231
2232         * tests/test-gettimeofday.c: New file.
2233         * modules/gettimeofday-tests: New file.
2234
2235 2007-01-16  Eric Blake  <ebb9@byu.net>
2236
2237         * modules/fnmatch (Depends-on): Depend on wchar.
2238         * lib/fnmatch.c (WIDE_CHAR_SUPPORT): Assume <wchar.h>.
2239         * m4/fnmatch.m4: Likewise.
2240         * modules/mbchar (Makefile.am): Assume <wchar.h>.
2241         * m4/mbchar.m4: Likewise.
2242         * modules/mbswidth (Depends-on): Depend on wchar.
2243         * lib/mbswidth.c: Assume <wchar.h>.
2244         * m4/mbswidth.m4: Likewise.
2245         * modules/quotearg (Depends-on): Depend on wchar.
2246         * lib/quotearg.c: Assume <wchar.h>.
2247         * m4/quotearg.m4: Likewise.
2248         * modules/regex (Depends-on): Depend on wchar.
2249         * lib/regex_internal.h: Assume <wchar.h>.
2250         * m4/regex.m4: Likewise.
2251         * modules/stdint (Depends-on): Depend on wchar.
2252         * lib/stdint_.h [!defined WCHAR_MIN]: Assume <wchar.h>.
2253         * m4/stdint.m4: Likewise.
2254         * tests/test-stdint.c [HAVE_WINT_T]: Likewise.
2255         * modules/strftime (Depends-on): Depend on wchar.
2256         * lib/strftime.c (DO_MULTIBYTE): Assume <wchar.h>.
2257         * modules/strtol (Depends-on): Depend on wchar.
2258         * lib/strtol.c: Assume <wchar.h>.
2259         * modules/wcwidth (Depends-on): Depend on wchar.
2260         * lib/wcwidth.h: Assume <wchar.h>.
2261         * m4/wcwidth.m4: Likewise.
2262
2263 2007-01-16  Bruno Haible  <bruno@clisp.org>
2264
2265         * modules/csharpexec-script: New, created from...
2266         * modules/csharpexec: ... this.
2267
2268 2007-01-16  Paolo Bonzini  <bonzini@gnu.org>
2269
2270         * modules/javaexec-script: New, created from...
2271         * modules/javaexec: ... this.
2272
2273 2007-01-16  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
2274
2275         * modules/poll (Dependencies): Add sys_select.
2276
2277 2007-01-15  Jim Meyering  <jim@meyering.net>
2278
2279         * m4/readutmp.m4 (gl_READUTMP): Work around AIX 4.3 struct-
2280         redefinition bug when using both <utmp.h> and <utmpx.h> headers.
2281         * lib/readutmp.h: Likewise.  Reported by Daniel Richard G. in
2282         <http://article.gmane.org/gmane.comp.gnu.core-utils.bugs/9415>.
2283
2284 2007-01-15  Bruno Haible  <bruno@clisp.org>
2285
2286         * modules/striconveh: New file.
2287         * lib/striconveh.h: New file.
2288         * lib/striconveh.c: New file.
2289         * MODULES.html.sh (Internationalization functions): Add striconveh.
2290
2291         * modules/striconveh-tests: New file.
2292         * tests/test-striconveh.c: New file.
2293
2294 2007-01-15  Bruno Haible  <bruno@clisp.org>
2295
2296         * lib/striconv.c (str_cd_iconv): Use the first algorithm if iconv is
2297         not from GNU libiconv or GNU libc.
2298
2299 2007-01-15  Bruno Haible  <bruno@clisp.org>
2300
2301         * doc/gnulib-intro.texi (Copyright): Explain the different license
2302         terms for module descriptions, autoconf macros, tests, documentation.
2303
2304 2007-01-14  Bruno Haible  <bruno@clisp.org>
2305
2306         * modules/striconv-tests: New file.
2307         * tests/test-striconv.c: New file.
2308
2309 2007-01-14  Bruno Haible  <bruno@clisp.org>
2310
2311         * modules/iconv-tests: New file.
2312         * tests/test-iconv.c: New file.
2313
2314 2007-01-14  Bruno Haible  <bruno@clisp.org>
2315
2316         * gnulib-tool (func_get_license): For test modules, use the license of
2317         the main module.
2318
2319 2007-01-14  Bruno Haible  <bruno@clisp.org>
2320
2321         * modules/iconv (Include): Clarify that <iconv.h> can only be included
2322         if iconv is found to exist.
2323
2324 2007-01-14  Bruno Haible  <bruno@clisp.org>
2325
2326         * modules/c-ctype-tests: New file.
2327         * tests/test-c-ctype.c: New file.
2328
2329 2007-01-14  Bruno Haible  <bruno@clisp.org>
2330
2331         * modules/binary-io-tests: New file.
2332         * tests/test-binary-io.sh: New file.
2333         * tests/test-binary-io.c: New file.
2334
2335 2007-01-14  Bruno Haible  <bruno@clisp.org>
2336
2337         * modules/array-oset-tests: New file.
2338         * tests/test-array_oset.c: New file.
2339
2340 2007-01-14  Bruno Haible  <bruno@clisp.org>
2341
2342         * modules/array-list-tests: New file.
2343         * tests/test-array_list.c: New file.
2344
2345 2007-01-14  Bruno Haible  <bruno@clisp.org>
2346
2347         * gnulib-tool (func_create_testdir): Don't unnecessarily run configure
2348         and make.
2349         Reported by Simon Josefsson in
2350         <http://lists.gnu.org/archive/html/bug-gnulib/2007-01/msg00139.html>
2351
2352 2007-01-14  Bruno Haible  <bruno@clisp.org>
2353
2354         * modules/allocsa-tests: New file.
2355         * tests/test-allocsa.c: New file.
2356
2357 2007-01-14  Bruno Haible  <bruno@clisp.org>
2358
2359         * modules/fchdir (Depends-on): Add absolute-header.
2360         * modules/unistd (Depends-on): Likewise.
2361
2362 2006-12-30  Bruno Haible  <bruno@clisp.org>
2363
2364         * modules/fchdir: New file.
2365         * modules/unistd (Files): Add lib/unistd_.h.
2366         (Makefile.am): Generate unistd.h from unistd_.h.
2367         * lib/fchdir.c: New file.
2368         * lib/dirent_.h: New file.
2369         * lib/unistd_.h: New file.
2370         * lib/fcntl_.h (open) [FCHDIR_REPLACEMENT]: New replacement.
2371         * m4/fchdir.m4: New file.
2372         * m4/unistd_h.m4 (gl_PREREQ_UNISTD): New macro.
2373         (gl_HEADER_UNISTD): Invoke it.
2374         * lib/dup-safer.c (dup_safer) [FCHDIR_REPLACEMENT]: Use the dup
2375         function.
2376         * lib/backupfile.c (opendir, closedir): Undefine.
2377         * lib/chown.c (open, close): Undefine.
2378         * lib/clean-temp.c (open, close): Undefine.
2379         * lib/copy-file.c (open, close): Undefine.
2380         * lib/execute.c (open, close): Undefine.
2381         * lib/fsusage.c (open, close): Undefine.
2382         * lib/gc-gnulib.c (open, close): Undefine.
2383         * lib/getcwd.c (opendir, closedir): Undefine.
2384         * lib/glob.c (opendir, closedir): Undefine.
2385         * lib/javacomp.c (open, close): Undefine.
2386         * lib/mountlist.c (open, close, opendir, closedir): Undefine.
2387         * lib/openat-proc.c (open, close): Undefine.
2388         * lib/pagealign_alloc.c (open, close): Undefine.
2389         * lib/pipe.c (open, close): Undefine.
2390         * lib/progreloc.c (open, close): Undefine.
2391         * lib/savedir.c (opendir, closedir): Undefine.
2392         * lib/utime.c (open, close): Undefine.
2393         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add fchdir.
2394
2395 2007-01-10  Bruno Haible  <bruno@clisp.org>
2396
2397         * lib/striconv.c (mem_cd_iconv): Align the temporary buffer.
2398
2399 2007-01-12  Eric Blake  <ebb9@byu.net>
2400
2401         Provide a robust <wchar.h>.  Further simplifications are now
2402         possible in other modules, but not included here.
2403         * modules/wchar: New module.
2404         * m4/wchar.m4: New file.
2405         * lib/wchar_.h: Likewise.
2406         * modules/mbchar (Depends-on): Depend on wchar, as the first use
2407         of the new module.
2408         * MODULES.html.sh (Extended multibyte and wide character utilities):
2409         New section.
2410
2411 2007-01-12  Paul Eggert  <eggert@cs.ucla.edu>
2412
2413         * lib/xreadlink.c (SYMLINK_MAX) [!defined SYMLINK_MAX]: Define
2414         to a reasonable default for memory allocation.
2415         (xreadlink): Don't allocate a huge buffer, to work around a buggy
2416         file system that reports garbage st_size values for symlinks.
2417         Problem reported by Liyang Hu.
2418
2419 2007-01-11  Simon Josefsson  <simon@josefsson.org>
2420
2421         * gnulib-tool (func_all_modules): Exclude all .* files (e.g.,
2422         Emacs .#* auto-save files).
2423
2424 2007-01-11  Bruno Haible  <bruno@clisp.org>
2425
2426         * gnulib-tool (func_all_modules): Exclude all files inside the CVS
2427         directory.
2428
2429 2007-01-10  Paul Eggert  <eggert@cs.ucla.edu>
2430
2431         Use @...@ consistently in lib/wctype_.h.
2432         * lib/wctype_.h [HAVE_WINT_T]: Go back to using @...@, but rely
2433         on it being set to 1 or 0.
2434         * m4/wctype.m4 (gl_WCTYPE_H): Set HAVE_WINT_T to 1 or 0, and
2435         go back to AC_SUBSTing it.
2436         * modules/wctype (Makefile.am): Undo previous change.
2437
2438 2007-01-10  Eric Blake  <ebb9@byu.net>
2439
2440         * lib/wctype_.h [HAVE_WINT_T]: Rely on AC_DEFINE.
2441         * m4/wctype.m4 (gl_WCTYPE_H): No need to AC_SUBST(HAVE_WINT_T).
2442         * modules/wctype (Makefile.am): Likewise.
2443         Reported by Chris McGuire.
2444
2445 2007-01-10  Jim Meyering  <jim@meyering.net>
2446
2447         fts.c: a small readability/maintainability improvement
2448         * lib/fts.c (fts_read): Make this code slightly more readable and
2449         maintainable by hoisting the "sp->fts_cur = p" assignments to
2450         immediately follow the statements that set P.  Derived from
2451         the patch by Miloslav Trmac in http://bugzilla.redhat.com/222089.
2452
2453 2007-01-10  Eric Blake  <ebb9@byu.net>
2454
2455         * lib/wctype_.h [HAVE_WINT_T]: Include <stddef.h> before
2456         <wchar.h>, to work around BSDI bug in BSD/OS 4.0.1.
2457         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Likewise.
2458         * m4/wint_t.m4 (gt_TYPE_WINT_T): Likewise.
2459         Reported by Chris McGuire.
2460
2461 2007-01-09  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2462
2463         * gnulib-tool (func_all_modules): Use POSIX conforming escaping
2464         in sed script.
2465
2466 2007-01-09  Bruno Haible  <bruno@clisp.org>
2467
2468         * MODULES.html.sh: Accept options --cvs-urls, --git-urls.
2469         (repo_url_prefix, repo_url_suffix, repo_url_suffix_repl): New
2470         variables.
2471         (func_module): Use them.
2472
2473 2007-01-09  Bruno Haible  <bruno@clisp.org>
2474
2475         * modules/unistr/base: New file.
2476         * lib/unistr.h: New file.
2477
2478         * modules/unistr/u8-to-u16: New file.
2479         * lib/unistr/u8-to-u16.c: New file.
2480
2481         * modules/unistr/u8-to-u32: New file.
2482         * lib/unistr/u8-to-u32.c: New file.
2483
2484         * modules/unistr/u16-to-u8: New file.
2485         * lib/unistr/u16-to-u8.c: New file.
2486
2487         * modules/unistr/u16-to-u32: New file.
2488         * lib/unistr/u16-to-u32.c: New file.
2489
2490         * modules/unistr/u32-to-u8: New file.
2491         * lib/unistr/u32-to-u8.c: New file.
2492
2493         * modules/unistr/u32-to-u16: New file.
2494         * lib/unistr/u32-to-u16.c: New file.
2495
2496         * modules/unistr/u8-check: New file.
2497         * modules/unistr/u16-check: New file.
2498         * modules/unistr/u32-check: New file.
2499         * lib/unistr/u8-check.c: New file.
2500         * lib/unistr/u16-check.c: New file.
2501         * lib/unistr/u32-check.c: New file.
2502
2503         * modules/unistr/u8-chr: New file.
2504         * modules/unistr/u16-chr: New file.
2505         * modules/unistr/u32-chr: New file.
2506         * lib/unistr/u8-chr.c: New file.
2507         * lib/unistr/u16-chr.c: New file.
2508         * lib/unistr/u32-chr.c: New file.
2509
2510         * modules/unistr/u8-cmp: New file.
2511         * modules/unistr/u16-cmp: New file.
2512         * modules/unistr/u32-cmp: New file.
2513         * lib/unistr/u8-cmp.c: New file.
2514         * lib/unistr/u16-cmp.c: New file.
2515         * lib/unistr/u32-cmp.c: New file.
2516
2517         * modules/unistr/u8-cpy: New file.
2518         * modules/unistr/u16-cpy: New file.
2519         * modules/unistr/u32-cpy: New file.
2520         * lib/unistr/u8-cpy.c: New file.
2521         * lib/unistr/u16-cpy.c: New file.
2522         * lib/unistr/u32-cpy.c: New file.
2523         * lib/unistr/u-cpy.h: New file.
2524
2525         * modules/unistr/u8-cpy-alloc: New file.
2526         * modules/unistr/u16-cpy-alloc: New file.
2527         * modules/unistr/u32-cpy-alloc: New file.
2528         * lib/unistr/u8-cpy-alloc.c: New file.
2529         * lib/unistr/u16-cpy-alloc.c: New file.
2530         * lib/unistr/u32-cpy-alloc.c: New file.
2531         * lib/unistr/u-cpy-alloc.h: New file.
2532
2533         * modules/unistr/u8-endswith: New file.
2534         * modules/unistr/u16-endswith: New file.
2535         * modules/unistr/u32-endswith: New file.
2536         * lib/unistr/u8-endswith.c: New file.
2537         * lib/unistr/u16-endswith.c: New file.
2538         * lib/unistr/u32-endswith.c: New file.
2539         * lib/unistr/u-endswith.h: New file.
2540
2541         * modules/unistr/u8-mblen: New file.
2542         * modules/unistr/u16-mblen: New file.
2543         * modules/unistr/u32-mblen: New file.
2544         * lib/unistr/u8-mblen.c: New file.
2545         * lib/unistr/u16-mblen.c: New file.
2546         * lib/unistr/u32-mblen.c: New file.
2547
2548         * modules/unistr/u8-mbtouc: New file.
2549         * modules/unistr/u16-mbtouc: New file.
2550         * modules/unistr/u32-mbtouc: New file.
2551         * lib/unistr/u8-mbtouc.c: New file.
2552         * lib/unistr/u16-mbtouc.c: New file.
2553         * lib/unistr/u32-mbtouc.c: New file.
2554
2555         * modules/unistr/u8-mbtouc-safe: New file.
2556         * modules/unistr/u16-mbtouc-safe: New file.
2557         * modules/unistr/u32-mbtouc-safe: New file.
2558         * lib/unistr/u8-mbtouc-safe.c: New file.
2559         * lib/unistr/u16-mbtouc-safe.c: New file.
2560         * lib/unistr/u32-mbtouc-safe.c: New file.
2561
2562         * modules/unistr/u8-move: New file.
2563         * modules/unistr/u16-move: New file.
2564         * modules/unistr/u32-move: New file.
2565         * lib/unistr/u8-move.c: New file.
2566         * lib/unistr/u16-move.c: New file.
2567         * lib/unistr/u32-move.c: New file.
2568         * lib/unistr/u-move.h: New file.
2569
2570         * modules/unistr/u8-next: New file.
2571         * modules/unistr/u16-next: New file.
2572         * modules/unistr/u32-next: New file.
2573         * lib/unistr/u8-next.c: New file.
2574         * lib/unistr/u16-next.c: New file.
2575         * lib/unistr/u32-next.c: New file.
2576
2577         * modules/unistr/u8-prev: New file.
2578         * modules/unistr/u16-prev: New file.
2579         * modules/unistr/u32-prev: New file.
2580         * lib/unistr/u8-prev.c: New file.
2581         * lib/unistr/u16-prev.c: New file.
2582         * lib/unistr/u32-prev.c: New file.
2583
2584         * modules/unistr/u8-set: New file.
2585         * modules/unistr/u16-set: New file.
2586         * modules/unistr/u32-set: New file.
2587         * lib/unistr/u8-set.c: New file.
2588         * lib/unistr/u16-set.c: New file.
2589         * lib/unistr/u32-set.c: New file.
2590         * lib/unistr/u-set.h: New file.
2591
2592         * modules/unistr/u8-startswith: New file.
2593         * modules/unistr/u16-startswith: New file.
2594         * modules/unistr/u32-startswith: New file.
2595         * lib/unistr/u8-startswith.c: New file.
2596         * lib/unistr/u16-startswith.c: New file.
2597         * lib/unistr/u32-startswith.c: New file.
2598         * lib/unistr/u-startswith.h: New file.
2599
2600         * modules/unistr/u8-stpcpy: New file.
2601         * modules/unistr/u16-stpcpy: New file.
2602         * modules/unistr/u32-stpcpy: New file.
2603         * lib/unistr/u8-stpcpy.c: New file.
2604         * lib/unistr/u16-stpcpy.c: New file.
2605         * lib/unistr/u32-stpcpy.c: New file.
2606         * lib/unistr/u-stpcpy.h: New file.
2607
2608         * modules/unistr/u8-stpncpy: New file.
2609         * modules/unistr/u16-stpncpy: New file.
2610         * modules/unistr/u32-stpncpy: New file.
2611         * lib/unistr/u8-stpncpy.c: New file.
2612         * lib/unistr/u16-stpncpy.c: New file.
2613         * lib/unistr/u32-stpncpy.c: New file.
2614         * lib/unistr/u-stpncpy.h: New file.
2615
2616         * modules/unistr/u8-strcat: New file.
2617         * modules/unistr/u16-strcat: New file.
2618         * modules/unistr/u32-strcat: New file.
2619         * lib/unistr/u8-strcat.c: New file.
2620         * lib/unistr/u16-strcat.c: New file.
2621         * lib/unistr/u32-strcat.c: New file.
2622         * lib/unistr/u-strcat.h: New file.
2623
2624         * modules/unistr/u8-strchr: New file.
2625         * modules/unistr/u16-strchr: New file.
2626         * modules/unistr/u32-strchr: New file.
2627         * lib/unistr/u8-strchr.c: New file.
2628         * lib/unistr/u16-strchr.c: New file.
2629         * lib/unistr/u32-strchr.c: New file.
2630
2631         * modules/unistr/u8-strcmp: New file.
2632         * modules/unistr/u16-strcmp: New file.
2633         * modules/unistr/u32-strcmp: New file.
2634         * lib/unistr/u8-strcmp.c: New file.
2635         * lib/unistr/u16-strcmp.c: New file.
2636         * lib/unistr/u32-strcmp.c: New file.
2637
2638         * modules/unistr/u8-strcpy: New file.
2639         * modules/unistr/u16-strcpy: New file.
2640         * modules/unistr/u32-strcpy: New file.
2641         * lib/unistr/u8-strcpy.c: New file.
2642         * lib/unistr/u16-strcpy.c: New file.
2643         * lib/unistr/u32-strcpy.c: New file.
2644         * lib/unistr/u-strcpy.h: New file.
2645
2646         * modules/unistr/u8-strcspn: New file.
2647         * modules/unistr/u16-strcspn: New file.
2648         * modules/unistr/u32-strcspn: New file.
2649         * lib/unistr/u8-strcspn.c: New file.
2650         * lib/unistr/u16-strcspn.c: New file.
2651         * lib/unistr/u32-strcspn.c: New file.
2652         * lib/unistr/u-strcspn.h: New file.
2653
2654         * modules/unistr/u8-strdup: New file.
2655         * modules/unistr/u16-strdup: New file.
2656         * modules/unistr/u32-strdup: New file.
2657         * lib/unistr/u8-strdup.c: New file.
2658         * lib/unistr/u16-strdup.c: New file.
2659         * lib/unistr/u32-strdup.c: New file.
2660         * lib/unistr/u-strdup.h: New file.
2661
2662         * modules/unistr/u8-strlen: New file.
2663         * modules/unistr/u16-strlen: New file.
2664         * modules/unistr/u32-strlen: New file.
2665         * lib/unistr/u8-strlen.c: New file.
2666         * lib/unistr/u16-strlen.c: New file.
2667         * lib/unistr/u32-strlen.c: New file.
2668         * lib/unistr/u-strlen.h: New file.
2669
2670         * modules/unistr/u8-strmblen: New file.
2671         * modules/unistr/u16-strmblen: New file.
2672         * modules/unistr/u32-strmblen: New file.
2673         * lib/unistr/u8-strmblen.c: New file.
2674         * lib/unistr/u16-strmblen.c: New file.
2675         * lib/unistr/u32-strmblen.c: New file.
2676
2677         * modules/unistr/u8-strmbtouc: New file.
2678         * modules/unistr/u16-strmbtouc: New file.
2679         * modules/unistr/u32-strmbtouc: New file.
2680         * lib/unistr/u8-strmbtouc.c: New file.
2681         * lib/unistr/u16-strmbtouc.c: New file.
2682         * lib/unistr/u32-strmbtouc.c: New file.
2683
2684         * modules/unistr/u8-strncat: New file.
2685         * modules/unistr/u16-strncat: New file.
2686         * modules/unistr/u32-strncat: New file.
2687         * lib/unistr/u8-strncat.c: New file.
2688         * lib/unistr/u16-strncat.c: New file.
2689         * lib/unistr/u32-strncat.c: New file.
2690         * lib/unistr/u-strncat.h: New file.
2691
2692         * modules/unistr/u8-strncmp: New file.
2693         * modules/unistr/u16-strncmp: New file.
2694         * modules/unistr/u32-strncmp: New file.
2695         * lib/unistr/u8-strncmp.c: New file.
2696         * lib/unistr/u16-strncmp.c: New file.
2697         * lib/unistr/u32-strncmp.c: New file.
2698
2699         * modules/unistr/u8-strncpy: New file.
2700         * modules/unistr/u16-strncpy: New file.
2701         * modules/unistr/u32-strncpy: New file.
2702         * lib/unistr/u8-strncpy.c: New file.
2703         * lib/unistr/u16-strncpy.c: New file.
2704         * lib/unistr/u32-strncpy.c: New file.
2705         * lib/unistr/u-strncpy.h: New file.
2706
2707         * modules/unistr/u8-strnlen: New file.
2708         * modules/unistr/u16-strnlen: New file.
2709         * modules/unistr/u32-strnlen: New file.
2710         * lib/unistr/u8-strnlen.c: New file.
2711         * lib/unistr/u16-strnlen.c: New file.
2712         * lib/unistr/u32-strnlen.c: New file.
2713         * lib/unistr/u-strnlen.h: New file.
2714
2715         * modules/unistr/u8-strpbrk: New file.
2716         * modules/unistr/u16-strpbrk: New file.
2717         * modules/unistr/u32-strpbrk: New file.
2718         * lib/unistr/u8-strpbrk.c: New file.
2719         * lib/unistr/u16-strpbrk.c: New file.
2720         * lib/unistr/u32-strpbrk.c: New file.
2721         * lib/unistr/u-strpbrk.h: New file.
2722
2723         * modules/unistr/u8-strrchr: New file.
2724         * modules/unistr/u16-strrchr: New file.
2725         * modules/unistr/u32-strrchr: New file.
2726         * lib/unistr/u8-strrchr.c: New file.
2727         * lib/unistr/u16-strrchr.c: New file.
2728         * lib/unistr/u32-strrchr.c: New file.
2729
2730         * modules/unistr/u8-strspn: New file.
2731         * modules/unistr/u16-strspn: New file.
2732         * modules/unistr/u32-strspn: New file.
2733         * lib/unistr/u8-strspn.c: New file.
2734         * lib/unistr/u16-strspn.c: New file.
2735         * lib/unistr/u32-strspn.c: New file.
2736         * lib/unistr/u-strspn.h: New file.
2737
2738         * modules/unistr/u8-strstr: New file.
2739         * modules/unistr/u16-strstr: New file.
2740         * modules/unistr/u32-strstr: New file.
2741         * lib/unistr/u8-strstr.c: New file.
2742         * lib/unistr/u16-strstr.c: New file.
2743         * lib/unistr/u32-strstr.c: New file.
2744         * lib/unistr/u-strstr.h: New file.
2745
2746         * modules/unistr/u8-strtok: New file.
2747         * modules/unistr/u16-strtok: New file.
2748         * modules/unistr/u32-strtok: New file.
2749         * lib/unistr/u8-strtok.c: New file.
2750         * lib/unistr/u16-strtok.c: New file.
2751         * lib/unistr/u32-strtok.c: New file.
2752         * lib/unistr/u-strtok.h: New file.
2753
2754         * modules/unistr/u8-uctomb: New file.
2755         * modules/unistr/u16-uctomb: New file.
2756         * modules/unistr/u32-uctomb: New file.
2757         * lib/unistr/u8-uctomb.c: New file.
2758         * lib/unistr/u16-uctomb.c: New file.
2759         * lib/unistr/u32-uctomb.c: New file.
2760
2761         * MODULES.html.sh (Unicode string functions): Add the new modules.
2762
2763 2007-01-08  Bruno Haible  <bruno@clisp.org>
2764
2765         * gnulib-tool (func_all_modules): Use find, not ls, to traverse the
2766         modules directory. Filter out CVS, ChangeLog, COPYING, README also from
2767         subdirectories.
2768
2769 2007-01-08  Karl Berry  <karl@gnu.org>
2770
2771         * doc/error.texi: mention that main() fns must set program_name
2772         when progname is used.
2773
2774 2007-01-08  Paul Eggert  <eggert@cs.ucla.edu>
2775
2776         * m4/wctype.m4 (gl_WCTYPE_H): Compute ABSOLUTE_WCTYPE_H even if
2777         WCTYPE_H is empty, for the benefit of builds from non-distclean
2778         directories.  Problem reported by Eric Blake in
2779         <http://lists.gnu.org/archive/html/bug-gnulib/2007-01/msg00157.html>.
2780
2781 2007-01-08  Bruno Haible  <bruno@clisp.org>
2782
2783         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME): Remove
2784         PROVIDE_CANONICALIZE_FILENAME_MODE macro definition.
2785         * lib/canonicalize.h: Test GNULIB_CANONICALIZE instead of
2786         PROVIDE_CANONICALIZE_FILENAME_MODE.
2787         * modules/canonicalize (configure.ac): Use gl_MODULE_INDICATOR.
2788
2789 2007-01-08  Bruno Haible  <bruno@clisp.org>
2790
2791         * m4/fts.m4 (gl_FUNC_FTS_LGPL): Remove _LGPL_PACKAGE macro definition.
2792         * lib/fts_.h (_LGPL_PACKAGE): Remove macro.
2793         Use !GNULIB_FTS instead of _LGPL_PACKAGE.
2794         * lib/fts.c: Likewise.
2795         * modules/fts (configure.ac): Use gl_MODULE_INDICATOR.
2796
2797 2006-12-25  Bruno Haible  <bruno@clisp.org>
2798
2799         * modules/utf8-ucs4-safe: New file.
2800         * lib/utf8-ucs4-safe.h: New file.
2801         * lib/unistr/utf8-ucs4-safe.c: New file.
2802
2803         * modules/utf16-ucs4-safe: New file.
2804         * lib/utf16-ucs4-safe.h: New file.
2805         * lib/unistr/utf16-ucs4-safe.c: New file.
2806
2807         * MODULES.html.sh (Unicode string functions): Add the new modules.
2808
2809 2007-01-08  Bruno Haible  <bruno@clisp.org>
2810
2811         * modules/utf8-ucs4 (Files, lib_SOURCES): Add unistr/utf8-ucs4.c.
2812         (Depends-on): Add unitypes.
2813         * lib/utf8-ucs4.h: Add double-inclusion guard. Include unitypes.h.
2814         (u8_mbtouc_aux): Move out to separate file.
2815         (u8_mbtouc): Use ucs4_t, uint8_t types.
2816         * lib/unistr/utf8-ucs4.c: New file.
2817
2818         * modules/utf16-ucs4 (Files, lib_SOURCES): Add unistr/utf16-ucs4.c.
2819         (Depends-on): Add unitypes.
2820         * lib/utf16-ucs4.h: Add double-inclusion guard. Include unitypes.h.
2821         (u16_mbtouc_aux): Move out to separate file.
2822         (u16_mbtouc): Use ucs4_t, uint16_t types.
2823         * lib/unistr/utf16-ucs4.c: New file.
2824
2825         * modules/ucs4-utf8 (Files, lib_SOURCES): Add unistr/ucs4-utf8.c.
2826         (Depends-on): Add unitypes.
2827         * lib/ucs4-utf8.h: Add double-inclusion guard. Include unitypes.h.
2828         (u8_uctomb_aux): Move out to separate file.
2829         (u8_uctomb): Use ucs4_t, uint8_t types.
2830         * lib/unistr/ucs4-utf8.c: New file.
2831
2832         * modules/ucs4-utf16 (Files, lib_SOURCES): Add unistr/ucs4-utf16.c.
2833         (Depends-on): Add unitypes.
2834         * lib/ucs4-utf16.h: Add double-inclusion guard. Include unitypes.h.
2835         (u16_uctomb_aux): Move out to separate file.
2836         (u16_uctomb): Use ucs4_t, uint16_t types.
2837         * lib/unistr/ucs4-utf16.c: New file.
2838
2839 2006-12-25  Bruno Haible  <bruno@clisp.org>
2840
2841         * modules/unitypes: New file.
2842         * lib/unitypes.h: New file.
2843         * MODULES.html.sh (func_all_modules): New section "Unicode string
2844         functions". Move ucs4-utf8, ucs4-utf16, utf8-ucs4, utf16-ucs4 to
2845         this section. Add unitypes.
2846
2847 2007-01-08  Bruno Haible  <bruno@clisp.org>
2848
2849         Avoid variable names that conflict with those from libtool.
2850         * m4/lib-link.m4 (AC_LIB_RPATH, AC_LIB_LINKFLAGS_BODY,
2851         AC_LIB_LINKFLAGS_FROM_LIBS): Rename libext to acl_libext,
2852         shlibext to acl_shlibext, libname_spec to acl_libname_spec,
2853         library_names_spec to acl_library_names_spec, hardcode_* to
2854         acl_hardcode_*.
2855         Reported by Ralf Wildenhues.
2856
2857 2007-01-08  Bruno Haible  <bruno@clisp.org>
2858
2859         * m4/gc-arcfour.m4 (gl_GC_ARCFOUR): Remove GC_USE_ARCFOUR macro
2860         definition.
2861         * m4/gc-arctwo.m4 (gl_GC_ARCTWO): Remove GC_USE_ARCTWO macro
2862         definition.
2863         * m4/gc-des.m4 (gl_GC_DES): Remove GC_USE_DES macro definition.
2864         * m4/gc-hmac-md5.m4 (gl_GC_HMAC_MD5): Remove GC_USE_HMAC_MD5 macro
2865         definition.
2866         * m4/gc-hmac-sha1.m4 (gl_GC_HMAC_SHA1): Remove GC_USE_HMAC_SHA1 macro
2867         definition.
2868         * m4/gc-md2.m4 (gl_GC_MD2): Remove GC_USE_MD2 macro definition.
2869         * m4/gc-md4.m4 (gl_GC_MD4): Remove GC_USE_MD4 macro definition.
2870         * m4/gc-md5.m4 (gl_GC_MD5): Remove GC_USE_MD5 macro definition.
2871         * m4/gc-random.m4 (gl_GC_RANDOM): Remove GC_USE_RANDOM macro
2872         definition.
2873         * m4/gc-rijndael.m4 (gl_GC_RIJNDAEL): Remove GC_USE_RIJNDAEL macro
2874         definition.
2875         * m4/gc-sha1.m4 (gl_GC_SHA1): Remove GC_USE_SHA1 macro definition.
2876         * lib/gc-gnulib.c: Use GNULIB_GC_<algorithm> instead of
2877         GC_USE_<algorithm>.
2878         * lib/gc-libgcrypt.c: Likewise.
2879         * modules/gc-arcfour (configure.ac): Use gl_MODULE_INDICATOR.
2880         * modules/gc-arctwo (configure.ac): Likewise.
2881         * modules/gc-des (configure.ac): Likewise.
2882         * modules/gc-hmac-md5 (configure.ac): Likewise.
2883         * modules/gc-hmac-sha1 (configure.ac): Likewise.
2884         * modules/gc-md2 (configure.ac): Likewise.
2885         * modules/gc-md4 (configure.ac): Likewise.
2886         * modules/gc-md5 (configure.ac): Likewise.
2887         * modules/gc-random (configure.ac): Likewise.
2888         * modules/gc-rijndael (configure.ac): Likewise.
2889         * modules/gc-sha1 (configure.ac): Likewise.
2890
2891 2007-01-08  Bruno Haible  <bruno@clisp.org>
2892
2893         * m4/close-stream.m4 (gl_CLOSE_STREAM): Remove GNULIB_CLOSE_STREAM
2894         macro definition.
2895         * m4/fcntl-safer.m4 (gl_FCNTL_SAFER): Remove GNULIB_FCNTL_SAFER macro
2896         definition.
2897         * m4/stdio-safer.m4 (gl_FOPEN_SAFER): Remove GNULIB_FOPEN_SAFER macro
2898         definition.
2899         * modules/close-stream (configure.ac): Invoke gl_MODULE_INDICATOR.
2900         * modules/fcntl-safer (configure.ac): Likewise.
2901         * modules/fopen-safer (configure.ac): Likewise.
2902         * modules/fwriteerror (configure.ac): Likewise. Remove explicit
2903         GNULIB_FWRITEERROR macro definition.
2904
2905 2007-01-08  Bruno Haible  <bruno@clisp.org>
2906
2907         * m4/gnulib-common.m4: New file.
2908         * gnulib-tool (func_get_autoconf_snippet): Undo last change.
2909         (func_get_filelist): Add m4/gnulib-common.m4.
2910
2911 2007-01-08  Bruno Haible  <bruno@clisp.org>
2912
2913         * m4/lib-link.m4 (AC_LIB_LINKFLAGS_BODY): Simplify the sorting
2914         command.
2915
2916 2007-01-08  Jim Meyering  <jim@meyering.net>
2917
2918         Use a more robust test for a "can't happen" condition.
2919         * lib/fts.c (fts_read): Revert the change of 2006-11-22, since it
2920         narrowed the st_size value.  Presuming the "can't happen" condition
2921         is true, that narrowing could conceivably convert an invalid st_size
2922         value into a valid one.  Instead, use a change based on Matthew
2923         Woehlke's original patch.
2924
2925         Slight readability improvement: use an assert-like macro
2926         in place of literal "abort ()" uses.
2927         * lib/fts.c (fts_assert): Define.
2928         (fts_set_stat_required, cwd_advance_fd, fts_read, fd_ring_check):
2929         Use this macro instead of a bare 'abort'.
2930
2931 2007-01-05  Paul Eggert  <eggert@cs.ucla.edu>
2932
2933         Don't worry about using IRIX 5.3's wctype.h broken definitions;
2934         simply work around them.
2935         * lib/wctype_.h: Remove test for HAVE_WCTYPE_CTMP_BUG.
2936         (iswalnum, iswalpha, iswblank, iswcntrl, iswdigit, iswgraph, iswlower):
2937         (iswprint, iswpunct, iswspace, iswupper, iswxdigit): Undef before
2938         declaring.
2939         Don't bother to define as macros, since the standard doesn't require it.
2940         * m4/wctype.m4 (WCTYPE_H, ABSOLUTE_WCTYPE_H): Simplify, since we no
2941         longer worry about IRIX 5.3.
2942         (HAVE_WCTYPE_CTMP_BUG): Remove.
2943
2944 2007-01-04  Paul Eggert  <eggert@cs.ucla.edu>
2945
2946         * lib/wctype_.h (_ctmp_) [HAVE_WCTYPE_CTMP_BUG]: Now of type wchar_t,
2947         not wint_t.  Also, include <ctype.h>, to fix another IRIX bug.
2948         * m4/wctype.m4 (gl_WCTYPE_H): Likewise.
2949         Problems reported by Georg Schwarz for IRIX 5.3.
2950
2951         * gnulib-tool (autoconf_minversion): Take the maximum version number
2952         found, not the minimum.  Problem reported by James Youngman.
2953
2954 2007-01-03  Karl Berry  <karl@gnu.org>
2955
2956         * doc/error.texi: new file, explaining interaction with progname.
2957         * doc/gnulib.texi: include it.  Update copyright.
2958
2959 2007-01-03  Simon Josefsson  <simon@josefsson.org>
2960
2961         * gnulib-tool (func_create_testdir): Run AC_CANONICAL_BUILD and
2962         AC_CANONICAL_HOST, to improve autobuild outputs.
2963
2964 2007-01-03  Paolo Bonzini  <bonzini@gnu.org>
2965             Yoann Vandoorselaere <yoann.v@prelude-ids.com>
2966
2967         * lib/poll.c (poll): Use recv on Mac OS X to distinguish connected
2968         sockets, server sockets, and other file descriptors.  Count errors
2969         to compute the return value.  Reorder the code a bit to be easier
2970         to follow.  Don't set event bits that were not requested (except
2971         POLLERR and POLLHUP).
2972
2973 2007-01-01  Bruno Haible  <bruno@clisp.org>
2974
2975         * modules/lchmod (Include): Require lchmod.h, not lchown.h.
2976
2977 2007-01-03  Jim Meyering  <jim@meyering.net>
2978
2979         * modules/fts-lgpl (Depends-on): Add i-ring.  Reported by Bruno Haible.
2980
2981 2007-01-02  Bruno Haible  <bruno@clisp.org>
2982
2983         * modules/settime (Include): Require timespec.h.
2984         * modules/nanosleep (Include): Likewise.
2985
2986 2007-01-01  Bruno Haible  <bruno@clisp.org>
2987
2988         * gnulib-tool (func_emit_copyright_notice): Bump year.
2989         (func_get_autoconf_snippet): Emit a GNULIB_<modulename> macro.
2990
2991 2007-01-01  Bruno Haible  <bruno@clisp.org>
2992
2993         Improve support for OpenBSD.
2994         * build-aux/config.rpath (libname_spec): Export.
2995         (library_names_spec): New variable. Export.
2996         * m4/lib-link.m4 (AC_LIB_LINKFLAGS_BODY): Extract libname_spec and
2997         library_names_spec from the config.rpath output. Locate shared library
2998         through the name pattern in library_names_spec.
2999
3000 2007-01-01  Eric Blake  <ebb9@byu.net>
3001
3002         * lib/version-etc.c (COPYRIGHT_YEAR): Bump for new year.
3003
3004 2006-12-30  Paul Eggert  <eggert@cs.ucla.edu>
3005
3006         * gnulib-tool (SORT): Remove, since we no longer assume GNU sort.
3007         Rewrite so as not to assume GNU sort or "tail -1".  Also, don't
3008         assume the C locale, and avoid an "eval" that could cause trouble.
3009         Problem with SORT reported by Bob Proulx.
3010
3011         * lib/getpagesize.h (getpagesize) [defined __amigaos4__]:
3012         Define.  Trivial patch from Henning Nielsen Lund, originally
3013         sent to bug-grep@gnu.org today.
3014
3015 2006-12-29  Paul Eggert  <eggert@cs.ucla.edu>
3016
3017         * lib/acl.h: Include sys/types.h and sys/stat.h, for mode_t and
3018         struct stat.  Problem reported by Henning Nielsen Lund.
3019         * lib/acl.c: Include acl.h first, to check interface.  Don't
3020         bother to include sys/types.h and sys/stat.h again.
3021
3022 2006-12-28  Paul Eggert  <eggert@cs.ucla.edu>
3023
3024         Import the following change from libc; problem reported by
3025         Sven Verdoolaege.
3026
3027         2005-10-13  Ulrich Drepper  <drepper@redhat.com>
3028
3029         [BZ #1373]
3030         * lib/argp.h: Remove __NTH for __argp_usage inline function.
3031
3032 2006-12-28  Jim Meyering  <jim@meyering.net>
3033
3034         * build-aux/announce-gen: Do not assume that the package
3035         builds any of tar.gz, tar.bz2, and .xdelta files.
3036         Suggestion from Simon Josefsson.
3037
3038 2006-12-28  Simon Josefsson  <simon@josefsson.org>
3039
3040         * modules/announce-gen: New file.
3041
3042 2006-12-27  Paul Eggert  <eggert@cs.ucla.edu>
3043
3044         * lib/mbchar.h: Just include <wctype.h>; the wctype module
3045         handles its gotchas now.
3046         * lib/mbswidth.c: Likewise.
3047         * lib/wcwidth.h: Likewise.
3048         * m4/mbchar.m4 (gl_MBCHAR): Don't bother checking for wctype.h
3049         and iswcntrl; the wctype module does this stuff now.
3050         * m4/mbswidth.m4 (gl_MBSWIDTH): Likewise.
3051         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Likewise.
3052         * modules/mbchar (Depends-on): Add wctype.
3053         * modules/mbswidth (Depends-on): Likewise.
3054         * modules/wcwidth (Depends-on): Likewise.
3055
3056 2006-12-27  Eric Blake  <ebb9@byu.net>
3057
3058         * lib/fnmatch.c: Reinstate inclusion of <wchar.h>, since this
3059         module uses more than what <wctype.h> is required to provide.
3060
3061 2006-12-26  Eric Blake  <ebb9@byu.net>
3062
3063         * gnulib-tool (sed_extract_prog): Avoid space-tab.
3064
3065 2006-12-26  Eric Blake  <ebb9@byu.net>
3066
3067         * modules/absolute-header: New module.
3068         * modules/fcntl (Depends-on): Depend on it.
3069         * modules/inttypes (Depends-on): Likewise.
3070         * modules/stdint (Depends-on): Likewise.
3071         * modules/sys_stat (Depends-on): Likewise.
3072         * modules/wctype (Depends-on): Likewise.
3073         * MODULES.html.sh (Support for building libraries and
3074         executables): Document it.
3075
3076 2006-12-25  Paul Eggert  <eggert@cs.ucla.edu>
3077
3078         * gnulib-tool (SED): Remove, undoing previous change.
3079         The problem was that it broke coreutils on Solaris, because
3080         "sed --posix" leaked into a makefile.
3081         (sed): New alias, if 'alias' and GNU sed.
3082
3083 2006-12-24  Jim Meyering  <jim@meyering.net>
3084
3085         Work around an fchownat bug in glibc-2.4:
3086         http://lists.ubuntu.com/archives/ubuntu-users/2006-September/093218.html
3087         This bug would cause "chown -RP ... DIR" to follow symlinks in DIR,
3088         in spite of the -P option.
3089         * m4/openat.m4 (gl_FUNC_FCHOWNAT, gl_FUNC_FCHOWNAT_DEREF_BUG):
3090         New macros.
3091         (gl_PREREQ_OPENAT): Require gl_FUNC_FCHOWNAT.
3092         * modules/openat (Files): Add lib/fchownat.c.
3093         * lib/openat.c (fchownat): Don't define here.  Move to...
3094         * lib/fchownat.c: ...this new file.
3095
3096 2006-12-23  Paul Eggert  <eggert@cs.ucla.edu>
3097
3098         Fix bug reported by Bruno Haible in
3099         <http://lists.gnu.org/archive/html/bug-gnulib/2006-12/msg00228.html>
3100         where quotearg.c didn't compile on Mac OS X 10.2 because it
3101         lacks <wchar.h> and wint_t.
3102         * lib/wctype_.h (__wctype_wint_t): New type.
3103         Include <stdio.h>, <time.h>, <wchar.h> only if HAVE_WINT_T.
3104         (iswalnum, iswalpha, iswblank, iswcntrl, iswdigit, iswgraph):
3105         (iswlower, iswprint, iswpunct, iswspace, iswupper, ixwxdigit):
3106         Arg is now of type __wctype_wint_t, not wint_t.
3107         * m4/wctype.m4 (gl_WCTYPE_H): Require gt_TYPE_WINT_T, and
3108         substitute HAVE_WINT_T.
3109         * modules/wctype (Files): Add m4/wint_t.m4.
3110         (wctype.h): Substitute HAVE_WINT_T.
3111
3112 2006-12-23  Bruno Haible  <bruno@clisp.org>
3113
3114         * lib/safe-read.h [C++]: Wrap declarations in extern "C".
3115
3116 2006-12-23  Bruno Haible  <bruno@clisp.org>
3117
3118         * lib/canonicalize-lgpl.c (__realpath): Test HAVE_READLINK instead of
3119         S_ISLNK.
3120         Needed because gnulib's sys/stat.h replacement defines S_ISLNK on
3121         mingw.
3122
3123 2006-12-22  Bruno Haible  <bruno@clisp.org>
3124
3125         * lib/copy-file.c: Include acl.h.
3126         (copy_file_preserving) [USE_ACL]: Use copy_acl instead of chmod.
3127         Close the file descriptors only after being done with copy_acl.
3128         * modules/copy-file (Depends-on): Add acl.
3129
3130 2006-12-22  Bruno Haible  <bruno@clisp.org>
3131
3132         * gnulib-tool (SED): New variable.
3133         Use $SED instead of sed everywhere.
3134
3135 2006-12-22  Bruno Haible  <bruno@clisp.org>
3136
3137         * modules/no-c++: New file.
3138         * m4/no-c++.m4: New file.
3139         * MODULES.html.sh (Support for building libraries and executables):
3140         Add no-c++.
3141
3142 2006-12-22  Paul Eggert  <eggert@cs.ucla.edu>
3143
3144         * m4/mktime.m4 (AC_FUNC_MKTIME): Sync from Autoconf.
3145         Include <limits.h>, and use its INT_MAX to rewrite the
3146         j loop so that it does not overflow 'int'.  Problem reported by
3147         Ralf Wildenhues in
3148         <http://lists.gnu.org/archive/html/bug-gnulib/2006-12/msg00084.html>.
3149         Play it safe by shifting left by 1 rather than multiplying by 2,
3150         as GCC is less likely to optimize this away when the value
3151         is signed (when it assumes overflow leads to undefined behavior).
3152         Also, don't assume time_t uses two's complement.
3153
3154 2006-12-21  Paul Eggert  <eggert@cs.ucla.edu>
3155
3156         * MODULES.html.sh: New module wctype.
3157         * lib/wctype_.h, m4/wctype.m4, modules/wctype: New files.
3158         * lib/fnmatch.c: Don't bother to include <wchar.h> before
3159         <wctype.h>, since the new wctype module should fix this.
3160         * lib/quotearg.c: Include <wctype.h> unconditionally, since
3161         the wctype module should arrange for it.
3162         * lib/regex_internal.h: Likewise.
3163         * m4/quotearg.m4 (gl_QUOTEARG): Don't check for wctype.h or iswprint,
3164         since the wctype module should handle this now.
3165         * m4/regex.m4 (gl_PREREQ_REGEX): Don't check for wctype.h.
3166         * modules/fnmatch (Depends-on): Add wctype.
3167         * modules/quotearg (Depends-on): Likewise.
3168         * modules/regex (Depends-on): Likewise.
3169
3170 2006-12-19  Bruno Haible  <bruno@clisp.org>
3171
3172         * lib/strdup.h [C++]: Wrap definitions in extern "C".
3173         Suggested by Lorenzo Bettini <bettini@dsi.unifi.it>.
3174
3175 2006-12-19  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3176
3177         * modules/savewd (Depends-on): Fix dependency on fcntl.
3178
3179 2006-12-18  Paul Eggert  <eggert@cs.ucla.edu>
3180
3181         * m4/stdint.m4 (gl_STDINT_H): Set STDINT_H to empty if stdint.h
3182         conforms to C99, rather than relying on the user's environment
3183         setting of STDINT_H.
3184
3185 2006-12-18  Paul Eggert  <eggert@cs.ucla.edu>
3186         and Eric Blake  <ebb9@byu.net>
3187
3188         * lib/dirname.h (DOUBLE_SLASH_IS_DISTINCT_ROOT): Default to 0, not 1.
3189         This is more consistent with the other defines here.
3190         * m4/double-slash-root.m4 (gl_DOUBLE_SLASH_ROOT):
3191         Port to z/OS.  Problem reported by Paul Gilmartin.
3192         Change local vars to use gl_ prefix rather than ac_.
3193         Don't define DOUBLE_SLASH_IS_DISTINCT_ROOT to 0, for consistency
3194         with other defines.
3195         * modules/double-slash-root: New module.
3196         * modules/dirname (Files): Remove m4/double-slash-root.m4.
3197         (Depends-on): Add double-slash-root.
3198         * MODULES.html.sh (File system functions): Mention new module.
3199
3200 2006-12-14  Paul Eggert  <eggert@cs.ucla.edu>
3201
3202         * lib/yesno.c [!ENABLE_NLS]: Don't include getline.h.
3203         (yesno) [!ENABLE_NLS]: Don't invoke getline or rpmatch.
3204         This is for the benefit of gzip, which doesn't do i18n.
3205
3206 2006-12-12  Jim Meyering  <jim@meyering.net>
3207
3208         * m4/acl.m4 (gl_ACL_GET_FILE): Fix logic error.
3209         Reported by Andreas Schwab <schwab@suse.de>.
3210
3211 2006-12-12  Bruno Haible  <bruno@clisp.org>
3212
3213         Merge these changes.
3214         2006-09-05  Bruno Haible  <bruno@clisp.org>
3215         * lib/iconvme.c (iconv_string): No need to save and restore errno when
3216         iconv_alloc succeeded.
3217         (iconv_alloc): Don't assume that malloc() or realloc(), when failing,
3218         sets errno to ENOMEM. (malloc on GNU/kFreeBSD doesn't.) No need to
3219         test for " && dest " at the end - dest is always != NULL there. Call
3220         iconv with 4xNULL arguments initially, to reset the state. Call iconv
3221         with 2xNULL arguments, also to flush the state storage. Handle the
3222         IRIX iconv behaviour. Realloc the final result, to throw away unused
3223         memory.
3224
3225 2006-12-11  Paul Eggert  <eggert@cs.ucla.edu>
3226
3227         * m4/openat.m4 (gl_FUNC_OPENAT): Don't compile mkdirat
3228         and fchmodat unconditionally, since glibc 2.4 has them.
3229         Problem reported by Arkadiusz Miskiewicz.
3230
3231 2006-12-10  Bruno Haible  <bruno@clisp.org>
3232
3233         * gnulib-tool (func_import): Show the include files only for those
3234         modules that are copied and specified.
3235         Reported by Karl Berry.
3236
3237 2006-12-08  Jim Meyering  <jim@meyering.net>
3238
3239         * build-aux/announce-gen ($VERSION): Don't use of $Revision...$.
3240         Instead, use Emacs' time-stamp write hook.  Note that the time is UTC.
3241
3242         * build-aux/announce-gen: Add two new options, both optional:
3243         --bootstrap-tools=TOOL_LIST
3244               a comma-separated list of tools, e.g.,
3245               autoconf,automake,bison,gnulib
3246         --gnulib-snapshot-date=DATE
3247               if gnulib is in the bootstrap tool list,
3248               then report this as the snapshot date.
3249               If not specified, use the current date/time.
3250               If you specify a date here, be sure it's UTC.
3251
3252 2006-12-05  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3253
3254         * tests/test-argp-2.sh: Fix test to match actual output.
3255         (func_compare): Fix sed script to be portable.
3256
3257 2006-12-05  Paul Eggert  <eggert@cs.ucla.edu>
3258
3259         * lib/utimens.c (futimens) [HAVE_BUGGY_NFS_TIME_STAMPS]: Add a
3260         workaround for this case.  It is not autoconfigured now; offhand
3261         it's hard to see how to autoconfigure it.
3262
3263 2006-12-03  Paul Eggert  <eggert@cs.ucla.edu>
3264
3265         * lib/mkdir-p.c (make_dir_parents): Fix race condition when making
3266         a directory that is about to be chowned.  Such a directory's
3267         initial file permissions should permit the owner only and this
3268         should not be changed until after the chown, since the group and
3269         other bits would be incorrect if they granted permission before
3270         the chown.
3271
3272         Fix porting problem for iswctype reported by Georg Schwarz in:
3273         http://lists.gnu.org/archive/html/bug-coreutils/2006-12/msg00017.html
3274         * lib/fnmatch.c (WIDE_CHAR_SUPPORT): Require HAVE_ISWCTYPE, too.
3275         * lib/regex_internal.h (RE_ENABLE_I18N): Likewise.
3276         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Check for iswctype, too.
3277         * m4/regex.m4 (gl_PREREQ_REGEX): Likewise.
3278
3279 2006-12-03  Jim Meyering  <jim@meyering.net>
3280
3281         * lib/fts.c (fts_load): Don't set sp->fts_dev here, since
3282         p->fts_statp may not yet be defined.
3283         (fts_read): Instead, set it in the caller, once p->fts_statp is
3284         sure to be defined, and corresponds to a top-level directory.
3285         This bug made du -x fail.  Here's the coreutils test case:
3286         http://git.sv.gnu.org/gitweb/?p=coreutils.git;a=commit;h=ba45154d8e9f
3287         Reported by Mike Frysinger.
3288
3289 2006-12-01  Jim Meyering  <jim@meyering.net>
3290
3291         * modules/savewd (Depends-on): Add fcntl_h to avoid self-test
3292         build failure due to missing definition of HAVE_WORKING_O_NOFOLLOW.
3293         Reported by Simon Josefsson.
3294
3295 2006-11-30  Jim Meyering  <jim@meyering.net>
3296
3297         * m4/warning.m4: Use the all-permissive copyright notice
3298         recommended by RMS (rather than LGPL).
3299         * m4/vararrays.m4: Likewise.
3300         * m4/flexmember.m4: Likewise.
3301
3302 2006-11-29  Bruno Haible  <bruno@clisp.org>
3303
3304         * gnulib-tool (func_emit_lib_Makefile_am): Initialize also
3305         noinst_LIBRARIES. Augment noinst_LIBRARIES and noinst_LTLIBRARIES
3306         using +=.
3307         Reported by Simon Josefsson <simon@josefsson.org>.
3308
3309 2006-11-28  James Youngman <jay@gnu.org>
3310
3311         * README: Advise users that they might find the bug-gnulib@gnu.org
3312         and autotools-announce@gnu.org mailing lists useful.
3313
3314 2006-11-28  Bruno Haible  <bruno@clisp.org>
3315
3316         * m4/ptrdiff_max.m4: Remove file.
3317
3318 2006-11-21  Bruno Haible  <bruno@clisp.org>
3319
3320         * m4/eoverflow.m4 (gl_EOVERFLOW): Use AC_COMPUTE_INT instead of
3321         _AC_COMPUTE_INT.
3322         (AC_COMPUTE_INT): Add fallback definition for autoconf < 2.61.
3323         * m4/ptrdiff_max.m4 (gl_PTRDIFF_MAX): Use AC_COMPUTE_INT instead of
3324         _AC_COMPUTE_INT.
3325         (AC_COMPUTE_INT): Add fallback definition for autoconf < 2.61.
3326         * m4/size_max.m4 (gl_SIZE_MAX): Use AC_COMPUTE_INT instead of
3327         _AC_COMPUTE_INT.
3328         (AC_COMPUTE_INT): Add fallback definition for autoconf < 2.61.
3329
3330 2006-11-28  Jim Meyering  <jim@meyering.net>
3331
3332         * lib/regcomp.c (parse_branch): Rename local, exp->expr, to avoid
3333         warning from "gcc -Wshadow" about shadowing the builtin.
3334
3335 2006-11-27  Bruno Haible  <bruno@clisp.org>
3336
3337         * m4/stdint.m4 (gl_STDINT_BITSIZEOF): Use AC_COMPUTE_INT instead of
3338         _AC_COMPUTE_INT.
3339         (AC_COMPUTE_INT): Add fallback definition for autoconf < 2.61.
3340
3341 2006-11-27  Bruno Haible  <bruno@clisp.org>
3342             Paul Eggert  <eggert@cs.ucla.edu>
3343
3344         * lib/regex.h (__restrict_arr): Redo logic of #if, for clarity.
3345
3346 2006-11-26  Bruno Haible  <bruno@clisp.org>
3347
3348         * gnulib-tool (func_emit_lib_Makefile_am): Initialize also
3349         noinst_LTLIBRARIES.
3350
3351 2006-11-27  Paul Eggert  <eggert@cs.ucla.edu>
3352             Bruno Haible  <bruno@clisp.org>
3353
3354         * lib/gettext.h (_LIBGETTEXT_HAVE_VARIABLE_SIZE_ARRAYS): Define to 0
3355         if compiling with "gcc -ansi".
3356
3357 2006-11-26  Paul Eggert  <eggert@cs.ucla.edu>
3358
3359         Fix some incompatibilities with gcc -ansi -pedantic.
3360         * lib/regex.h (__restrict_arr): Don't use the [restrict] syntax
3361         if compiling pedantically with GCC, unless it's C99 or later.
3362         Don't trust sys/cdefs.h's definition of __restrict_arr, either, as
3363         it mishandles gcc -ansi -pedantic as well.
3364         * lib/regex_internal.h (re_token_t): Don't use enum bitfields
3365         if gcc -pedantic.
3366         * lib/regexec.c (check_node_accept_bytes): Don't use auto
3367         initializers for struct if -pedantic, unless it's C99 or later.
3368
3369 2006-11-25  Nix  <nix@esperi.org.uk>  (tiny change)
3370
3371         * m4/fcntl_h.m4 (gl_FCNTL_H): Test the atime, not the mtime.
3372         Don't close an fd more than once. Identical atimes indicate
3373         success, not failure.
3374
3375 2006-11-22  Robinson Mittmann <bob@hoplon.com>  (tiny change)
3376
3377         * lib/sincosl.c (kernel_sinl): Fix typo in threshold.
3378
3379 2006-11-23  Jim Meyering  <jim@meyering.net>
3380
3381         * build-aux/announce-gen: New file.  From coreutils.
3382
3383 2006-11-22  Jim Meyering  <jim@meyering.net>
3384
3385         Work around a compile-time error from the HP-UX 11.00 /bin/cc.
3386         * lib/fts.c (enum Fts_stat): Give this previously-anon enum a name.
3387         (fts_read): Use a temporary to narrow the overused st_size member
3388         before using it in a switch statement.  Reported by Matthew Woehlke.
3389
3390         * m4/clock_time.m4 (gl_CLOCK_TIME): Quote AC_SUBST argument.
3391         * m4/euidaccess.m4 (gl_PREREQ_EUIDACCESS): Likewise.
3392
3393 2006-11-20  Bruno Haible  <bruno@clisp.org>
3394
3395         * gettext.m4 (AM_GNU_GETTEXT): Revert 2005-07-28 patch: Use
3396         changequote instead of pairs of brackets.
3397         Reported by Andreas Schwab <schwab@suse.de>.
3398
3399 2006-11-21  Jim Meyering  <jim@meyering.net>
3400
3401         * lib/fts.c (fts_safe_changedir): Move a declaration "up",
3402         so as to remain compatible with older compilers.
3403         Patch from Michael Deutschmann.
3404
3405 2006-11-20  Paul Eggert  <eggert@cs.ucla.edu>
3406
3407         * MODULES.html.sh (File system functions): Add openat.
3408
3409         * lib/openat.h (rpl_fstatat): New macro, if
3410         [HAVE_OPENAT && ! LSTAT_FOLLOWS_SLASHED_SYMLINK.
3411         (fstatat): Define to rpl_fstatat under the same conditions,
3412         unless COMPILING_FSTATAT.
3413         * m4/openat.m4 (gl_FUNC_OPENAT): Compile fstatat.c too, if fstatat
3414         seems to have the bug.
3415         * lib/fstatat.c: New file.
3416         * modules/openat (Files): Add it.
3417
3418 2006-11-20  Bruno Haible  <bruno@clisp.org>
3419
3420         * Makefile: New file.
3421
3422 2006-11-20  Jim Meyering  <jim@meyering.net>
3423
3424         The beginnings of syntax-related checks for gnulib.
3425         * lib/Makefile: New file.
3426         * lib/t-idcache: New script.  Ensure that the two halves of
3427         idcache.c stay in sync.
3428
3429         * lib/idcache.c: Adjust comments in user- and group- portions to
3430         be more accurate, and to be consistent with one another.
3431
3432 2006-11-20  Jim Meyering  <jim@meyering.net>
3433
3434         * lib/idcache.c: Restore most of the 2006-11-06 patch, so as to
3435         continue using the flexible array member (thus, this module performs
3436         half as many malloc calls), with the addition that...
3437         (getgroup, getuser): Consistently record a non-match via an empty
3438         "name" string, and map an empty string match to a NULL return value.
3439         * modules/idcache (Depends-on): Re-add flexmember.
3440
3441         * lib/idcache.c (getuser): Remove all uses of the register keyword.
3442         (getuidbyname, getgroup, getgidbyname): Likewise.
3443
3444         Use cleaner syntax: NULL rather than 0.
3445         * lib/idcache.c (getuidbyname, getgidbyname): Return NULL, not 0.
3446
3447 2006-11-20  Paul Eggert  <eggert@cs.ucla.edu>
3448
3449         * lib/idcache.c: Undo most recent patch, dated 2006-11-06.
3450         It mishandled the case where the group was missing.
3451         Problem reported by Greg Schafer.
3452         * modules/idcache: Likewise.
3453
3454 2006-11-18  Jim Meyering  <jim@meyering.net>
3455
3456         * check-module (%exempt_header): Add exception for some
3457         conditionally-included headers.
3458
3459         * modules/i-ring (Depends-on): Add verify.
3460         (License): Change to LGPL.
3461
3462 2006-11-16  Paul Eggert  <eggert@cs.ucla.edu>
3463
3464         * modules/getaddinfo (Depends-on): Remove inttostr; add snprintf.
3465         * lib/getaddrinfo.c: Include snprintf.h rather than intprops.h
3466         and inttostr.h.  Use snprintf rather than uinttostr, so that
3467         LGPLed code doesn't depend on GPLed.
3468
3469 2006-11-17  Paul Eggert  <eggert@cs.ucla.edu>
3470
3471         * modules/inline (License): Change from GPL to LGPL.
3472
3473 2006-11-17  Jim Meyering  <jim@meyering.net>
3474
3475         * modules/d-type (License): Switch to LGPL.
3476
3477 2006-11-15  Bruno Haible  <bruno@clisp.org>
3478
3479         * m4/alloca.m4 (gl_FUNC_ALLOCA): Fix the AC_CACHE_CHECK message.
3480
3481 2006-11-15  Eric Blake  <ebb9@byu.net>
3482
3483         * m4/allocsa.m4 (gl_ALLOCSA): Don't invoke macro already picked up by
3484         the module dependency.
3485
3486 2006-11-15  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
3487             Bruno Haible  <bruno@clisp.org>
3488
3489         * gnulib-tool (func_create_testdir): Add license consistency check.
3490
3491 2006-11-15  Eric Blake  <ebb9@byu.net>
3492
3493         * m4/alloca.m4 (gl_FUNC_ALLOCA): Use AC_CACHE_CHECK to avoid a
3494         random "(cached)" in configure output.
3495
3496 2006-11-14  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3497
3498         * m4/inttypes.m4 (gl_INTTYPES_H): Use AC_CACHE_CHECK so that the
3499         test for conforming inttypes.h is both announced and cached.
3500
3501         * MODULES.html.sh (seen_modules, seen_files): New variables.
3502         (func_module): Rewrite to use a few less gnulib-tool and sed
3503         invocations.  Avoid a couple of quadratic algorithms for ...
3504         (missed_modules, missed_files): ... these, with ...
3505         (func_append, func_tmpdir): ... these new functions, from
3506         gnulib-tool.  Analogously, install traps for cleanup.
3507
3508         * tests/test-gc.c (main): Remove unused variables.
3509         * tests/test-read-file.c: Include stdlib.h, for 'free'.
3510
3511 2006-11-14  Paul Eggert  <eggert@cs.ucla.edu>
3512
3513         * modules/inttostr (License): Change to LGPL.
3514
3515 2006-11-14  Eric Blake  <ebb9@byu.net>
3516
3517         * modules/tempname (License): Change to LGPL.
3518
3519 2006-11-14  Eric Blake  <ebb9@byu.net>
3520
3521         * doc/functions.texi (Function Portability): *printf functions on
3522         Cygwin now understand all POSIX size specifiers.
3523
3524 2006-11-14  Bruno Haible  <bruno@clisp.org>
3525
3526         * modules/c-ctype (License): Change to LGPL.
3527
3528 2006-11-12  Bruno Haible  <bruno@clisp.org>
3529
3530         * m4/lib-link.m4 (AC_LIB_LINKFLAGS, AC_LIB_HAVE_LINKFLAGS,
3531         AC_LIB_LINKFLAGS_BODY): Also set a LIB${NAME}_PREFIX variable. Needed
3532         for GNOME libraries, for which the include files are installed in
3533         subdirectories of $prefix/include.
3534
3535 2006-11-12  Bruno Haible  <bruno@clisp.org>
3536
3537         * m4/lib-link.m4: Require at least autoconf-2.54.
3538         (AC_LIB_LINKFLAGS_BODY) [autoconf < 2.61]: Turn dots into the library
3539         name to underscores for the --with option.
3540
3541 2006-11-13  Bruno Haible  <bruno@clisp.org>
3542
3543         * gnulib-tool (func_create_testdir): Set gl_source_base correctly in
3544         the tests directory.
3545         Reported by Ralf Wildenhues.
3546
3547 2006-11-13  Bruno Haible  <bruno@clisp.org>
3548
3549         * gnulib-tool (func_emit_initmacro_start): Also override AC_LIBSOURCES.
3550         (func_emit_initmacro_end): Undo the override here.
3551         (func_emit_initmacro_done): Emit a definition for gl_LIBSOURCES.
3552         Works around the famous automake error in coreutils.
3553
3554 2006-11-13  Eric Blake  <ebb9@byu.net>
3555
3556         * lib/gl_anytree_oset.h (gl_tree_search_atleast): Return the
3557         element, not its node.
3558
3559 2006-11-12  Bruno Haible  <bruno@clisp.org>
3560
3561         * gnulib-tool (func_emit_lib_Makefile_am): Replace occurrences of
3562         '$(top_srcdir)/build-aux/', taking into account the real auxdir.
3563
3564 2006-11-12  Bruno Haible  <bruno@clisp.org>
3565
3566         * gnulib-tool: New option --local-symlink.
3567         (func_usage): Document it.
3568         (lsymbolic): New variable.
3569         (func_import, func_create_testdir): If --symlink was not specified,
3570         test whether --local-symlink was specified and the file comes from
3571         the local_gnulib_dir.
3572
3573 2006-11-12  Bruno Haible  <bruno@clisp.org>
3574
3575         * gnulib-tool (func_ln): New function.
3576         (func_ln_if_changed, func_create_testdir): Use it instead of "ln -s".
3577
3578 2006-11-12  Bruno Haible  <bruno@clisp.org>
3579
3580         Finish support for source files in subdirectories.
3581         * gnulib-tool (func_emit_lib_Makefile_am): If some of the source files
3582         are in subdirectories, set uses_subdirs and add 'subdir-objects' to
3583         AUTOMAKE_OPTIONS.
3584         (func_import, func_create_testdir): Invoke AM_PROG_CC_C_O in this case.
3585
3586 2006-11-12  Bruno Haible  <bruno@clisp.org>
3587
3588         * gnulib-tool (func_get_automake_snippet): Synthesize also an
3589         EXTRA_lib_SOURCES augmentation.
3590         (func_emit_lib_Makefile_am): Initialize EXTRA_lib..._SOURCES to empty.
3591
3592 2006-11-12  Jim Meyering  <jim@meyering.net>
3593
3594         Make fts (in FTS_CWDFD mode) more efficient by caching a few open
3595         file descriptors.  This also averts a failure on systems with
3596         native openat support when a traversed directory lacks "x" access.
3597         * lib/fts_.h: Include "i-ring.h"
3598         (struct FTS) [fts_fd_ring]: New member.
3599         * lib/fts.c (RESTORE_INITIAL_CWD): Also call fd_ring_clear.
3600         (FCHDIR): Add parentheses.
3601         (fd_ring_check, fd_ring_print) [!FTS_DEBUG]: Define away.
3602         (cwd_advance_fd): Add a 3rd parameter.  Adjust all callers.
3603         When descending, rather than simply closing the previous
3604         fts_cwd_fd value, push that file descriptor onto the ring.
3605         (same_fd, fd_ring_print, fd_ring_check) [FTS_DEBUG]: New functions.
3606         (fts_open): Initialize the new fd_ring member.
3607         (fts_close): Clear the ring.
3608         (fts_safe_changedir): When possible, use our new fd_ring to skip
3609         the diropen and fstat and dev/ino comparison that would normally
3610         accompany a virtual `chdir ("..")'.
3611
3612         * modules/fts (Depends-on): Add i-ring.
3613         * modules/i-ring: New module.
3614         * lib/i-ring.c, lib/i-ring.h, lib/i-ring-test.c: New files.
3615         * m4/i-ring.m4: New file.
3616
3617 2006-11-12  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3618
3619         * gnulib-tool (func_create_testdir): Fix replacement of
3620         `build-aux' in configure.ac.  Run autotools in gltests
3621         subdirectory.
3622         (func_create_testdir, func_create_megatestdir, test): There is
3623         no need for '--force' in most autotool invocations in a new
3624         tree.  Actually fail the whole test if any of the tools, or the
3625         configure or make stages fail.
3626
3627         Sync from Automake.
3628         * build-aux/gnupload: Revert last change.  Add pointer to upload
3629         instructions of the GNU Maintenance Instructions.
3630         Suggestion by Karl Berry.
3631
3632 2006-11-10  Jim Meyering  <jim@meyering.net>
3633
3634         * lib/fts.c [FTS_DEBUG]: Don't try to print a pointer via %s.
3635
3636 2006-11-09  Paul Eggert  <eggert@cs.ucla.edu>
3637
3638         * lib/gettext.h (dgettext, dcgettext, ngettext) [! ENABLE_NLS]:
3639         (dngettext, dcngettext, bindtextdomain) [! ENABLE_NLS]:
3640         (bind_textdomain_codeset) [! ENABLE_NLS]:
3641         Evaluate all the arguments.  That way, callers get compatible behavior
3642         if the arguments have side effects.  Also, it avoids some GCC
3643         diagnostics in some cases; Joel E. Denny reported problems when Bison
3644         was configured with --enable-gcc-warnigs.
3645
3646 2006-11-10  Jim Meyering  <jim@meyering.net>
3647
3648         * m4/inline.m4 (gl_INLINE): Check with the compiler, not cpp, so that
3649         relevant options in CFLAGS (like -O, -fno-inline) are taken into
3650         account.
3651
3652 2006-11-10  Jim Meyering  <jim@meyering.net>
3653
3654         * modules/inline: New file/module.
3655         * modules/xalloc (Files): Remove m4/inline.m4.
3656         (Depends-on): Add inline, instead.
3657         * modules/oset: Likewise.
3658         * modules/list: Likewise.
3659
3660 2006-11-09  Paul Eggert  <eggert@cs.ucla.edu>
3661
3662         * lib/stdint_.h (uintmax_t): Fix typo: int64_t -> uint64_t.
3663         Problem reported by Matthew Woehlke.
3664
3665 2006-11-09  Bruno Haible  <bruno@clisp.org>
3666
3667         * lib/tempname.c (gen_tempname): Remove variant that invokes
3668         __gen_tempname.
3669         * m4/tempname.m4 (gl_FUNC_GEN_TEMPNAME): Don't test for
3670         __gen_tempname.
3671
3672 2006-11-08  Bruno Haible  <bruno@clisp.org>
3673
3674         * m4/longlong.m4 (AC_TYPE_LONG_LONG_INT): Set ac_cv_type_long_long_int
3675         to 'yes' instead of 'cross-compiling'.
3676
3677 2006-11-08  Paul Eggert  <eggert@cs.ucla.edu>
3678
3679         * lib/quotearg.h (quotearg_free): New decl.
3680         * lib/quotearg.c (quotearg_free): New function.
3681         (slot0, nslots, slotvec0, slotvec):
3682         Now file-scope so that quotearg_free can get at them.
3683
3684 2006-11-08  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3685
3686         Sync from Automake.
3687         * build-aux/gnupload: Add missing 'gnu' to example URL.
3688         Report by Karl Berry.
3689
3690 2006-11-08  Bruno Haible  <bruno@clisp.org>
3691
3692         * m4/inline.m4 (gl_INLINE): Also test __NO_INLINE__.
3693         Suggested by Paul Eggert.
3694
3695 2006-11-08  Jim Meyering  <jim@meyering.net>
3696
3697         * lib/fts.c [!_LGPL_PACKAGE]: Don't include fcntl--.h twice.
3698         It's already included if !_LIBC.
3699         (fts_safe_changedir): Add a comment.
3700
3701 2006-11-07  Paul Eggert  <eggert@cs.ucla.edu>
3702
3703         * m4/longlong.m4 (AC_TYPE_LONG_LONG_INT): Detect bug in
3704         Tandem NonStop Kernel (OSS) cc -O circa 2004, reported by
3705         Matthew Woehlke.
3706
3707         * lib/xalloc.h (XMALLOC, XNMALLOC, XZALLOC, XCALLOC): Move
3708         definitions up, to avoid colliding with change below.
3709         (static_inline) [HAVE_INLINE]: New macro.
3710         (xnmalloc, xnrealloc, x2nrealloc, xcharalloc):
3711         Provide extern decls when !HAVE_INLINE.  Do not define unless
3712         static_inline is defined, either by us or by xmalloc.c.  Use
3713         static_inline rather than static inline.
3714         (XCALLOC): Optimize sizeof(T) = 1 case.
3715         * lib/xmalloc.c (static_inline) [!HAVE_INLINE]: New macro.
3716
3717 2006-11-07  Bruno Haible  <bruno@clisp.org>
3718
3719         * lib/xalloc.h (XNMALLOC): Restore optimization of sizeof(T) = 1 case.
3720         * m4/xalloc.m4 (gl_PREREQ_XALLOC): Require gl_INLINE instead of
3721         AC_C_INLINE.
3722         * modules/xalloc (Files): Add m4/inline.m4.
3723
3724 2006-11-07  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3725
3726         * README: Fix typo.
3727         * doc/gnulib.texi (Miscellaneous Notes): Likewise, rename...
3728         (Miscellanous Notes): ...from this.
3729
3730 2006-11-07  Paul Eggert  <eggert@cs.ucla.edu>
3731
3732         * m4/flexmember.m4 (AC_C_FLEXIBLE_ARRAY_MEMBER):
3733         Mention that offsetof should be used instead of sizeof.
3734         From Bruno Haible.
3735
3736 2006-11-07  Bruno Haible  <bruno@clisp.org>
3737
3738         * lib/w32spawn.h (prepare_spawn): Use XNMALLOC instead of xmalloc.
3739
3740 2006-11-06  Paul Eggert  <eggert@cs.ucla.edu>
3741
3742         Simplify xmalloc expressions. Add overflow check in xmalloc arguments.
3743         * lib/gl_anyavltree_list2.h (create_subtree_with_contents):
3744         (gl_tree_create, gl_tree_add_first, gl_tree_add_last):
3745         (gl_tree_add_before, gl_tree_add_after):
3746         Use XMALLOC instead of xmalloc, and XCALLOC instead of xzalloc.
3747         * lib/gl_anyhash_list2.h (hash_resize): Likewise.
3748         * lib/gl_anylinked_list2.h (gl_linked_create_empty, gl_linked_create):
3749         (gl_linked_add_first, gl_linked_add_last, gl_linked_add_before):
3750         (gl_linked_add_after, gl_linked_add_at): Likewise.
3751         * lib/gl_anyrbtree_list2.h (create_subtree_with_contents):
3752         (gl_tree_create, gl_tree_add_first, gl_tree_add_last):
3753         (gl_tree_add_before, gl_tree_add_after): Likewise.
3754         * lib/gl_anytree_list2.h (gl_tree_create_empty): Likewise.
3755         * lib/gl_anytree_oset.h (gl_tree_create_empty): Likewise.
3756         * lib/gl_anytreehash_list1.h (add_to_bucket): Likewise.
3757
3758 2006-11-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3759
3760         * lib/gl_oset.h: Use C comment style, not C++ comment style.
3761
3762 2006-11-06  Bruno Haible  <bruno@clisp.org>
3763
3764         * m4/inline.m4: New file.
3765         * m4/gl_list.m4 (gl_LIST): Require gl_INLINE.
3766         * modules/list (Files): Add m4/inline.m4.
3767         * modules/oset (Files): Likewise.
3768
3769 2006-11-06  Paul Eggert  <eggert@cs.ucla.edu>
3770
3771         * lib/idcache.c: Include <stddef.h>, for offsetof.
3772         (struct userid.name): Change from char * to a flexible array member.
3773         All uses changed.
3774         * modules/idcache (Depends-on): Add flexmember.
3775
3776         * MODULES.html.sh (Core language properties): New module flexmember.
3777         * modules/flexmember, m4/flexmember.m4: New files.
3778
3779         * lib/xalloc.h (xnmalloc, xnrealloc, x2nrealloc): Now static
3780         inline functions that are identical with the old xnmalloc_inline,
3781         xnrealloc_inline, x2nrealloc_inline of lib/xmalloc.c.  This is so
3782         that we can avoid some unnecessary integer multiplications and
3783         divisions in the common case where the element size is known at
3784         compile time.
3785         (XNMALLOC) [HAVE_INLINE]: Remove special case, which is no longer
3786         needed.
3787         (xnboundedmalloc): Remove.
3788         (XMALLOC, XNMALLOC, XZALLOC, XCALLOC): Use lower-case letters for
3789         arguments, for consistency with rest of this header.
3790         (xcharalloc): Rewrite using XNMALLOC.
3791         * lib/xmalloc.c (xnmalloc_inline, xnmalloc, xnrealloc_inline):
3792         (xnrealloc, x2nrealloc_inline, x2nrealloc): Remove.  The *_inline
3793         versions have been moved to lib/xalloc.h and renamed to be the
3794         non-*_inline versions.
3795         (xmalloc, xrealloc): Implement without reference to the xnmalloc
3796         and xnrealloc functions, since those functions are now inline and
3797         now call us.
3798         (x2realloc): Invoke x2realloc, not x2realloc_inline, to accommodate
3799         renaming described above.
3800         * m4/xalloc.m4 (gl_PREREQ_XMALLOC): Remove AC_C_INLINE since
3801         xmalloc.c no longer uses inline directly.  gl_PREREQ_XALLOC now
3802         captures the dependency in AC_C_INLINE.
3803
3804         New module canonicalize-lgpl, proposed by Charles Wilson in
3805         <http://lists.gnu.org/archive/html/bug-gnulib/2006-11/msg00020.html>
3806         with a few small changes afterwards.
3807         * MODULES.html.sh (File system functions): New module
3808         canonicalize-lgpl.
3809         * lib/canonicalize.h: Add comments for canonicalize_filename_mode
3810         and canonicalize_file_name.
3811         * lib/canonicalize-lgpl.c, m4/canonicalize-lgpl.m4:
3812         * modules/canonicalize-lgpl: New files.
3813
3814 2006-11-05  Bruno Haible  <bruno@clisp.org>
3815
3816         * gnulib-tool (func_import, func_create_testdir): Create directories
3817         also for files in subdirectories of lib/.
3818
3819 2006-11-05  Bruno Haible  <bruno@clisp.org>
3820
3821         * lib/gl_array_list.c (gl_array_iterator_next): Make pointer decrement
3822         ANSI C compliant.
3823
3824 2006-11-03  Bruno Haible  <bruno@clisp.org>
3825
3826         Simplify xmalloc expressions. Add overflow check in xmalloc arguments.
3827         * m4/xalloc.m4 (gl_PREREQ_XALLOC): Require AC_C_INLINE.
3828         * lib/xalloc.h (XMALLOC, XNMALLOC, XZALLOC, XCALLOC): New macros.
3829         (xnboundedmalloc): New inline function.
3830         * lib/classpath.c (new_classpath): Use XNMALLOC instead of xmalloc.
3831         * lib/clean-temp.c (create_temp_dir): Use XNMALLOC, XMALLOC instead of
3832         xmalloc.
3833         * lib/concatpath.c (concatenated_pathname): Use XNMALLOC instead of
3834         xmalloc.
3835         * lib/fatal-signal.c (at_fatal_signal): Use XNMALLOC instead of xmalloc.
3836         * lib/findprog.c (find_in_path): Use XNMALLOC instead of xmalloc.
3837         * lib/gl_array_list.c (gl_array_create_empty): Use XMALLOC instead of
3838         xmalloc.
3839         (gl_array_create): Use XNMALLOC, XMALLOC instead of xmalloc.
3840         * lib/gl_array_oset.c (gl_array_create_empty): Use XNMALLOC instead of
3841         xmalloc.
3842         * lib/gl_avltree_oset.c (gl_tree_add_first, gl_tree_add_before,
3843         gl_tree_add_after): Use XMALLOC instead of xmalloc.
3844         * lib/gl_carray_list.c (gl_carray_create_empty): Use XMALLOC instead of
3845         xmalloc.
3846         (gl_carray_create): Use XNMALLOC, XMALLOC instead of xmalloc.
3847         * lib/gl_rbtree_oset.c (gl_tree_add_first, gl_tree_add_before,
3848         gl_tree_add_after): Use XMALLOC instead of xmalloc.
3849         * lib/gl_sublist.c (gl_sublist_create): Use XMALLOC instead of xmalloc.
3850         * lib/pagealign_alloc.c (new_memnode): Use XMALLOC instead of xmalloc.
3851         * lib/sh-quote.c (shell_quote_argv): Use XNMALLOC instead of xmalloc.
3852         * lib/xvasprintf.c (xstrcat): Use XNMALLOC instead of xmalloc.
3853
3854 2006-11-03  Bruno Haible  <bruno@clisp.org>
3855
3856         * lib/c-ctype.h [C++]: Define functions without name mangling.
3857         * lib/fwriteerror.h [C++]: Likewise.
3858         * lib/gcd.h [C++]: Likewise.
3859         * lib/linebreak.h [C++]: Likewise.
3860
3861 2006-11-03  Paul Eggert  <eggert@cs.ucla.edu>
3862
3863         * lib/canonicalize.h: (canonicalize_mode_t, CAN_EXISTING):
3864         (CAN_ALL_BUT_LAST, CAN_MISSING, canonicalize_filename_mode):
3865         Define only if PROVIDE_CANONICALIZE_FILENAME_MODE is defined.
3866         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME):
3867         Check for functions and headers just once.
3868         Check for declaration of canonicalize_file_name.
3869         Define PROVIDE_CANONICALIZE_FILENAME_MODE.
3870
3871 2006-11-02  Charles Wilson  <cygwin@cwilson.fastmail.fm>
3872
3873         * gnulib-tool (func_import): Fix typo in actioncmd.
3874
3875 2006-11-02  Bruno Haible  <bruno@clisp.org>
3876
3877         * gnulib-tool (func_get_automake_snippet): Interpret a backslash-
3878         newline sequence in the Makefile.am snippet as a space, like "make"
3879         does.
3880         Reported by Roger Persson <perrog@gmail.com>.
3881
3882 2006-11-01  Bruno Haible  <bruno@clisp.org>
3883
3884         * m4/strcase.m4 (gl_FUNC_STRNCASECMP): Check whether strncasecmp is
3885         already declared in <string.h>.
3886         * lib/strcase.h (strncasecmp): Don't declare it if yes.
3887
3888 2006-11-01  Bruno Haible  <bruno@clisp.org>
3889
3890         * m4/strcase.m4 (gl_FUNC_STRCASECMP): Don't define strcasecmp here.
3891         * lib/strcase.h: Include <string.h>.
3892         (strcasecmp): Define to rpl_strcasecmp here.
3893
3894 2006-11-01  Bruno Haible  <bruno@clisp.org>
3895
3896         * lib/printf-parse.c (PRINTF_PARSE): Cast malloc/realloc results.
3897
3898 2006-11-01  Eric Blake  <ebb9@byu.net>
3899
3900         * lib/mkstemp-safer.c (mkstemp_safer): Allow C++ compilation.
3901
3902         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Allow C++ configuration.
3903
3904 2006-10-29  Bruno Haible  <bruno@clisp.org>
3905
3906         Make it compile in C++ mode.
3907         * lib/full-write.c (full_rw): Add a cast.
3908
3909 2006-11-01  Bruno Haible  <bruno@clisp.org>
3910
3911         * gnulib-tool (func_get_automake_snippet): Change sed_combine_lines to
3912         be POSIX compliant.
3913         Reported by Roger Persson <perrog@gmail.com>.
3914
3915 2006-11-01  Eric Blake  <ebb9@byu.net>
3916
3917         * lib/getopt_.h: Fix comments.
3918
3919 2006-10-31  Eric Blake  <ebb9@byu.net>
3920
3921         * modules/tmpdir (Depends-on): Add sys_stat.
3922         * modules/mkdtemp (Depends-on): Add tempname, drop unistd.
3923         * lib/mkdtemp.c (gen_tempname): Remove; tempname covers this.
3924         * lib/tmpdir.c (S_ISDIR): Simplify, thanks to sys_stat.
3925         * m4/mkdtemp.m4 (gl_PREREQ_MKDTEMP): Simplify, thanks to
3926         tempname.
3927
3928 2006-10-31  Paul Eggert  <eggert@cs.ucla.edu>
3929
3930         Avoid some C++ diagnostics reported by Bruno Haible.
3931         * lib/quotearg.c (clone_quoting_options): Use xmemdup rather than
3932         xmalloc.
3933         (quotearg_alloc): Use xcharalloc rather than xmalloc.
3934         (struct slotvec): Move to top level.
3935         (quotearg_n_options): Rewrite to avoid xmalloc.
3936         * lib/xalloc.h (xcharalloc): New function.
3937         * (xrealloc, xnrealloc, x2realloc, x2nrealloc, xmemdup):
3938         [defined __cplusplus]: Add function template that provides result
3939         type propagation.  This part of the change is from Bruno Haible.
3940
3941 2006-10-29  Bruno Haible  <bruno@clisp.org>
3942
3943         Make it compile in C++ mode.
3944         * lib/striconv.c (mem_cd_iconv): Cast malloc/realloc result.
3945         * lib/strnlen1.c (strnlen1): Cast memchr result.
3946         * lib/mbchar.h (mb_copy): Rename arguments to 'new_mbc', 'old_mbc'.
3947         * lib/clean-temp.c (string_equals, string_hash): Add casts.
3948         (create_temp_dir): Rename local variable 'template'.
3949         (compile_csharp_using_sscli): Add cast.
3950         * lib/fatal-signal.c (at_fatal_signal): Cast xmalloc result.
3951         * lib/findprog.c (find_in_path): Likewise.
3952         * lib/linebreak.c (mbs_width_linebreaks): Cast malloc result.
3953         * lib/wait-process.c (register_slave_subprocess): Likewise.
3954
3955 2006-10-22  Bruno Haible  <bruno@clisp.org>
3956
3957         * modules/tsearch: New file.
3958         * lib/tsearch.h: New file.
3959         * lib/tsearch.c: New file, from glibc-2.5 with small modifications.
3960         * m4/tsearch.m4: New file.
3961         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add tsearch.
3962
3963 2006-10-29  Eric Blake  <ebb9@byu.net>
3964
3965         * lib/arcfour.c: Assume config.h.
3966         * lib/arctwo.c: Likewise.
3967         * lib/base64.c: Likewise.
3968         * lib/check-version.c: Likewise.
3969         * lib/crc.c: Likewise.
3970         * lib/des.c: Likewise.
3971         * lib/gc-gnulib.c: Likewise.
3972         * lib/gc-libgcrypt.c: Likewise.
3973         * lib/gc-pbkdf2-sha1.c: Likewise.
3974         * lib/getaddrinfo.c: Likewise.
3975         * lib/getdelim.c: Likewise.
3976         * lib/getline.c: Likewise.
3977         * lib/hmac-md5.c: Likewise.
3978         * lib/hmac-sha1.c: Likewise.
3979         * lib/iconvme.c: Likewise.
3980         * lib/md2.c: Likewise.
3981         * lib/md4.c: Likewise.
3982         * lib/memxor.c: Likewise.
3983         * lib/read-file.c: Likewise.
3984         * lib/readline.c: Likewise.
3985         * lib/rijndael-alg-fst.c: Likewise.
3986         * lib/rijndael-api-fst.c: Likewise.
3987         * lib/xgetdomainname.c: Likewise.
3988
3989 2006-10-28  Eric Blake  <ebb9@byu.net>
3990
3991         * lib/xstrndup.c: Assume config.h.
3992
3993 2006-10-27  Paul Eggert  <eggert@cs.ucla.edu>
3994
3995         Move stat.h-substitute stuff from lib/stat-macros.h to lib/stat_.h.
3996         stat-macros.h is now for our own macros, whereas stat_h is for
3997         macros in the <sys/stat.h> name space.
3998         * lib/stat-macros.h: Remove copyright notice, as this file is now tiny.
3999         (STAT_MACROS_H): Remove.
4000         (S_IFMT, S_ISBLK, S_ISCHR, S_ISDIR, S_ISFIFO, S_ISLNK, S_ISNAM):
4001         (S_ISMPB, S_ISMPC, S_ISNWK, S_ISREG, S_ISSOCK, S_ISDOOR, S_ISPORT):
4002         (S_TYPEISMQ, S_TYPEISTMO, S_TYPEISSEM, S_TYPEISSHM, S_ISCTG, S_ISOFD):
4003         (S_ISOFL, S_ISWHT, S_ISUID, S_ISGID, S_ISVTX, S_IRUSR, S_IRGRP):
4004         (S_IROTH, S_IWUSR, S_IWGRP, S_IWOTH, S_IXUSR, S_IXGRP, S_IXOTH):
4005         (S_IRWXU, S_IRWXG, S_IRWXO, S_IXUGO, S_IRWXUGO):
4006         Move these macros to ...
4007         * lib/stat_.h: here.  Don't include stat-macros.h.
4008         * lib/canonicalize.c: Don't include stat-macros.h.
4009         * lib/chown.c: Likewise.
4010         * lib/euidaccess.c: Likewise.
4011         * lib/file-type.c: Likewise.
4012         * lib/filemode.c: Likewise.
4013         * lib/glob.c: Likewise.
4014         * lib/isapipe.c: Likewise.
4015         * lib/lchown.c: Likewise.
4016         * lib/lstat.c: Likewise.
4017         * lib/mkdir-p.c: Likewise.
4018         * lib/rmdir.c: Likewise.
4019         * m4/lchown.m4 (gl_FUNC_LCHOWN): Don't require gl_STAT_MACROS.
4020         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Don't check for io.h
4021         unless mkdir isn't declared, to speed up 'configure'.
4022         Always create sys/stat.h, since it's unlikely any real sys/stat.h
4023         would define all the S_* symbols.
4024         * modules/canonicalize (Depends-on):
4025         Depend on sys_stat, not stat-macros.
4026         * modules/chown: Likewise.
4027         * modules/euidaccess: Likewise.
4028         * modules/filemode: Likewise.
4029         * modules/file-type: Likewise.
4030         * modules/glob: Likewise.
4031         * modules/isapipe: Likewise.
4032         * modules/lchown: Likewise.
4033         * modules/lstat: Likewise.
4034         * modules/mkancesdirs: Likewise.
4035         * modules/rmdir: Likewise.
4036         * modules/mkdir-p (Depends-on): Also depend on sys_stat.
4037         * modules/modechange: Likewise.
4038         * modules/stat-macros (Files): Remove m4/stat-macros.m4.
4039         (configure.ac): Remove gl_STAT_MACROS.
4040         * modules/sys_stat (Depends-on): Remove stat-macros.
4041
4042 2006-10-27  Bruno Haible  <bruno@clisp.org>
4043
4044         * m4/signed.m4: Remove file.
4045         * m4/vasnprintf.m4 (gl_PREREQ_PRINTF_ARGS_: Remove bh_C_SIGNED
4046         invocation.
4047         * modules/vasnprintf (Files): Remove m4/signed.m4.
4048
4049 2006-10-27  Bruno Haible  <bruno@clisp.org>
4050
4051         Update to GNU gettext 0.16.
4052         * modules/gettext (Files): Add m4/intl.m4, m4/intldir.m4. Remove
4053         m4/inttypes-h.m4, m4/signed.m4.
4054         * m4/gettext.m4: Update to GNU gettext 0.16.
4055         * m4/intl.m4: New file, from GNU gettext.
4056         * m4/intldir.m4: New file, from GNU gettext.
4057         * config/srclist.txt: Update
4058
4059 2006-10-27  Eric Blake  <ebb9@byu.net>
4060
4061         * MODULES.html.sh: Document tempname.
4062         * modules/mkstemp (Depends-on): Add tempname, and drop transitive
4063         dependencies.
4064         (Files): Move lib/tempname.c...
4065         * modules/tempname: ...to this new module.
4066         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Remove tempname checks.
4067         (gl_PREREQ_TEMPNAME): Move...
4068         * m4/tempname.m4: ...to this new file.
4069         * lib/mkstemp.c (includes) [!_LIBC]: Use tempname.h.
4070         * modules/sys_stat (Depends-on): Add stat-macros.
4071         * lib/stat_.h (includes): Pick up stat macros.
4072         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Replace <sys/stat.h>
4073         if stat macros are broken.
4074         * lib/tempname.c (includes): No need to include "stat-macros.h".
4075         (__gen_tempname) [!_LIBC]: Expose as gen_tempname.
4076         (direxists, __path_search) [!_LIBC]: Don't compile these in
4077         gnulib; the tmpdir module covers that.
4078         * lib/tempname.h: New file.
4079
4080 2006-10-26  Paul Eggert  <eggert@cs.ucla.edu>
4081
4082         * COPYING: Explain how gnulib-tool converts licence headers.
4083         Almost all wording by Eric Blake.
4084
4085 2006-10-25  Paul Eggert  <eggert@cs.ucla.edu>
4086
4087         * lib/mbchar.h (is_basic_table): Make read-only.
4088         * lib/mbchar.c (is_basic_table): Likewise.
4089         Reported by John Darrington.
4090
4091 2006-10-25  Bruno Haible  <bruno@clisp.org>
4092
4093         * lib/progname.h (set_program_name): Undefine before defining.
4094
4095 2006-10-25  Bruno Haible  <bruno@clisp.org>
4096
4097         * lib/gettext.h (_LIBGETTEXT_HAVE_VARIABLE_SIZE_ARRAYS): Define to
4098         false for non-gcc C++ compilers.
4099         Reported by Nelson H. F. Beebe <beebe@math.utah.edu>.
4100
4101 2006-10-24  Bruno Haible  <bruno@clisp.org>
4102
4103         * lib/striconv.c (mem_cd_iconv, str_cd_iconv): Treat all non-GNU
4104         iconv implementations like Irix iconv.
4105
4106 2006-10-24  Paul Eggert  <eggert@cs.ucla.edu>
4107
4108         * modules/vararrays: New file.
4109         * m4/vararrays.m4: New file, taken from diffutils.
4110         * MODULES.html.sh: New module vararrays.
4111
4112 2006-10-24  Karl Berry  <karl@gnu.org>
4113
4114         * doc/gnulib-intro.texi: --- instead of --; non-naive naive.
4115         Don't call GNU Unix.
4116
4117 2006-10-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4118
4119         * users.txt: Add Libtool.
4120
4121         Sync from Libtool:
4122
4123         2006-10-24  Paul Eggert  <eggert@cs.ucla.edu>
4124
4125         * lib/argz.c: Remove check for HAVE_CONFIG_H, to conform
4126         to gnulib's policy of including config.h unconditionally.
4127
4128 2006-10-24  Bruno Haible  <bruno@clisp.org>
4129
4130         * modules/wcwidth (Files): Add m4/wint_t.m4.
4131         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Require gt_TYPE_WINT_T.
4132         * lib/wcwidth.h (iswprint): Use 'int' if 'wint_t' is not defined.
4133
4134 2006-10-24  Paul Eggert  <eggert@cs.ucla.edu>
4135
4136         * lib/getdate.y (yyerror): Make the arguments pointer-to-const,
4137         to pacify GCC with some -W flags enabled.  Problem reported by
4138         Bruno Haible.
4139
4140 2006-10-24  Jim Meyering  <jim@meyering.net>
4141
4142         * MODULES.html.sh: Remove uinttostr.  It's not a module.
4143         Reported by Karl Berry.
4144
4145 2006-10-23  Bruno Haible  <bruno@clisp.org>
4146
4147         * lib/fts.c (fts_build): Move variable declaration, for C89 compliance.
4148
4149 2006-10-24  Bruno Haible  <bruno@clisp.org>
4150
4151         * lib/gl_list.h: Use C comment style, not C++ comment style.
4152
4153 2006-10-23  Eric Blake  <ebb9@byu.net>
4154
4155         * lib/getaddrinfo.c (includes): Add missing include.
4156
4157 2006-10-23  Bruno Haible  <bruno@clisp.org>
4158             Paul Eggert  <eggert@cs.ucla.edu>
4159
4160         Ability to rename obstack_free.
4161         * lib/obstack.h (__obstack_free): New macro. Declare instead of
4162         obstack_free.
4163         (obstack_free): Invoke the __obstack_free macro.
4164         * lib/obstack.c (obstack_free): Use __obstack_free macro.
4165
4166 2006-10-23  Bruno Haible  <bruno@clisp.org>
4167             Paul Eggert  <eggert@cs.ucla.edu>
4168
4169         * lib/argp.h (argp_parse, __argp_parse): Comment out the identifiers
4170         __argc, __argv from the declaration. (They are defined as macros on
4171         mingw.)
4172
4173 2006-10-22  Bruno Haible  <bruno@clisp.org>
4174
4175         * doc/gnulib-intro.texi: New file.
4176         * doc/gnulib.texi: Include it.
4177
4178 2006-10-21  Bruno Haible  <bruno@clisp.org>
4179
4180         * doc/gnulib.texi: Split the chapter "Gnulib" into 3 chapters
4181         "Introduction", "Miscellanous Notes", "Particular Modules".
4182
4183 2006-10-21  Bruno Haible  <bruno@clisp.org>
4184
4185         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
4186         Change mostlyclean-local rule to avoid sh syntax error from bash
4187         versions 2.00..2.05 when $(MOSTLYCLEANDIRS) is empty.
4188
4189 2006-10-23  Jim Meyering  <jim@meyering.net>
4190
4191         * lib/getaddrinfo.c (getnameinfo): Use new lightweight uinttostr,
4192         in place of snprintf.
4193
4194         * modules/inttostr (Files): Add lib/uinttostr.c.
4195         * lib/uinttostr.c (inttostr): New file/function.
4196         * lib/inttostr.h (uinttostr): Declare.
4197         * m4/inttostr.m4: Add AC_LIBOBJ([uinttostr]).
4198         * MODULES.html.sh (Numeric conversion functions <stdlib.h>):
4199         Add uinttostr.
4200         * modules/getaddrinfo (Depends-on): Remove snprintf.  Add inttostr.
4201
4202 2006-10-21  Paul Eggert  <eggert@cs.ucla.edu>
4203
4204         * lib/canonicalize.c (ELOOP): Define if not already defined.
4205         Problem reported by Bruno Haible in
4206         <http://lists.gnu.org/archive/html/bug-gnulib/2006-10/msg00282.html>.
4207
4208 2006-10-21  Paul Eggert  <eggert@cs.ucla.edu>
4209
4210         * lib/stdint_.h [defined _AIX]: Don't include <sys/types.h>.
4211         Problem reported by Perry Smith and Ville Laurikari.
4212
4213         * lib/getndelim2.c (SSIZE_MAX): Use same defn that getdelim.c
4214         uses.
4215
4216 2006-10-19  Bruno Haible  <bruno@clisp.org>
4217
4218         * lib/getndelim2.c (SSIZE_MAX): Provide fallback definition. Needed
4219         for mingw.
4220
4221 2006-10-19  Bruno Haible  <bruno@clisp.org>
4222
4223         * lib/openat-priv.h (EOPNOTSUPP): Provide fallback definition.
4224         Needed for mingw.
4225
4226 2006-10-19  Bruno Haible  <bruno@clisp.org>
4227
4228         * m4/size_max.m4 (gl_SIZE_MAX): Cache the result.
4229
4230 2006-10-19  Bruno Haible  <bruno@clisp.org>
4231
4232         * m4/allocsa.m4 (gl_ALLOCSA): Invoke gl_FUNC_ALLOCA, don't AC_REQUIRE
4233         it.
4234
4235 2006-10-19  Bruno Haible  <bruno@clisp.org>
4236
4237         * m4/alloca.m4 (gl_FUNC_ALLOCA): Cache the result of the AC_EGREP_CPP
4238         invocation.
4239
4240 2006-10-19  Bruno Haible  <bruno@clisp.org>
4241
4242         * gnulib-tool (func_create_testdir): Don't include ftruncate and
4243         mountlist by default.
4244
4245 2006-10-16  Bruno Haible  <bruno@clisp.org>
4246
4247         * lib/c-strstr.c: Include c-strstr.h.
4248
4249 2006-10-18  Charles Wilson  <cygwin@cwilson.fastmail.fm>
4250
4251         * gnulib-tool: Don't clobber $sourcebase when $local_gnulib_dir ends
4252         in a slash.
4253
4254 2006-10-18  Bruno Haible  <bruno@clisp.org>
4255
4256         * lib/lock.h [C++]: Wrap definitions in extern "C".
4257
4258 2006-10-18  Bruno Haible  <bruno@clisp.org>
4259
4260         * gnulib-tool (func_emit_initmacro_end): Remove duplicates from the
4261         gl_LIBOBJS list.
4262
4263 2006-10-18  Bruno Haible  <bruno@clisp.org>
4264
4265         * lib/findprog.c (find_in_path): Avoid "gcc -Wwrite-strings" warning.
4266
4267 2006-10-19  Paul Eggert  <eggert@cs.ucla.edu>
4268
4269         * lib/xstrtol.h: Include gettext.h.
4270         (_STRTOL_ERROR): Wrap English-language formats inside gettext.
4271         Problem reported by Eric Blake.
4272         * modules/xstrtol (Depends-on): Add gettext-h.
4273
4274 2006-10-19  Paul Eggert  <eggert@cs.ucla.edu>  (tiny change)
4275
4276         * lib/strftime.c (advance): New macro.
4277         (add): Use it to avoid adding 0 to a FILE *.  FILE can be an
4278         incomplete type, so you can't add 0 to it.  Problem and patch
4279         reported by Eelco Dolstra for dietlibc.
4280
4281 2006-10-18  Jim Meyering  <jim@meyering.net>
4282
4283         * lib/readutmp.c (desirable_utmp_entry): Use "bool" as the
4284         type for a local, and rename it: s/up/user_proc/.
4285
4286 2006-10-18  Sergey Poznyakoff  <gray@gnu.org.ua>
4287
4288         * lib/readutmp.c (desirable_utmp_entry): Implement new flag:
4289         READ_UTMP_USER_PROCESS.
4290         * lib/readutmp.h (READ_UTMP_USER_PROCESS): New flag
4291
4292 2006-10-17  Paul Eggert  <eggert@cs.ucla.edu>
4293
4294         * lib/localcharset.c: Do not check HAVE_SETLOCALE.
4295         * m4/localcharset.m4 (gl_LOCALCHARSET): Don't check for setlocale.
4296
4297 2006-10-17  Eric Blake  <ebb9@byu.net>
4298
4299         * lib/sigprocmask.c (sigprocmask): Fix typo.
4300
4301         * m4/signalblocking.m4 (gl_PREREQ_SIGPROCMASK): Fix typo.
4302
4303         * modules/clean-temp (Makefile.am): Don't add to make output...
4304         (configure.ac): ...instead define SIGNAL_SAFE_LIST inside
4305         config.h.
4306
4307 2006-10-17  Bruno Haible  <bruno@clisp.org>
4308
4309         * lib/gettext.h (gettext, ngettext, pgettext, npgettext): Define
4310         differently if DEFAULT_TEXT_DOMAIN is set.
4311
4312 2006-10-16  Bruno Haible  <bruno@clisp.org>
4313
4314         * lib/clean-temp.c: Include fwriteerror.h.
4315
4316 2006-10-16  Bruno Haible  <bruno@clisp.org>
4317
4318         * getndelim2.m4 (gl_GETNDELIM2): Remove 2003-10-23 hack.
4319
4320 2006-10-16  Bruno Haible  <bruno@clisp.org>
4321
4322         * m4/signalblocking.m4 (gl_PREREQ_SIGPROCMASK): Also test for sigset_t.
4323         * lib/sigprocmask.h: Include <sys/types.h>.
4324         (sigset_t): Use the system's definition if present.
4325
4326 2006-10-17  Eric Blake  <ebb9@byu.net>
4327
4328         * lib/xvasprintf.c (includes): Assume config.h.
4329         * lib/xasprintf.c (includes): Likewise.
4330
4331 2006-10-16  Paul Eggert  <eggert@cs.ucla.edu>
4332
4333         * lib/fsusage.c (PROPAGATE_ALL_ONES): Don't assume uintmax_t is
4334         at least as wide as intmax_t.
4335
4336 2006-10-16  Alexandre Duret-Lutz  <adl@gnu.org>
4337
4338         (Imported from Automake.)
4339         * build-aux/gnupload: Update to version 1.1 of directive file.
4340
4341 2006-10-16  Eric Blake  <ebb9@byu.net>
4342
4343         * modules/configmake (Makefile.am): Add pkglibexecdir support, to
4344         match Automake 1.10a.
4345
4346 2006-10-14  Bruno Haible  <bruno@clisp.org>
4347
4348         * modules/sigprocmask: New file.
4349         * lib/sigprocmask.h: New file.
4350         * lib/sigprocmask.c: New file.
4351         * m4/signalblocking.m4 (gl_SIGNALBLOCKING): Renamed from
4352         gt_SIGNALBLOCKING. When not defining HAVE_POSIX_SIGNALBLOCKING,
4353         request sigprocmask.o.
4354         (gl_PREREQ_SIGPROCMASK): New macro.
4355         * modules/fatal-signal (Files): Remove m4/signalblocking.m4.
4356         (Depends-on): Add sigprocmask.
4357         * m4/fatal-signal.m4 (gl_FATAL_SIGNAL): Don't require
4358         gt_SIGNALBLOCKING. Test for 'raise' only once.
4359         * lib/fatal-signal.c: Include sigprocmask.h.
4360         (fatal_signal_set, init_fatal_signal_set, block_fatal_signals,
4361         unblock_fatal_signals): Define always.
4362         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
4363         sigprocmask.
4364
4365 2006-10-14  Paul Eggert  <eggert@cs.ucla.edu>
4366
4367         Sync from Automake.
4368         * build-aux/install-sh (posix_mkdir): Reject FreeBSD 6.1 mkdir -p -m,
4369         which incorrectly sets the mode of an existing destination
4370         directory.  In some cases the unpatched install-sh could do the
4371         equivalent of "chmod 777 /" or "chmod 0 /" on a buggy FreeBSD
4372         system.  We hope this is rare in practice, but it's clearly worth
4373         fixing.  Problem reported by Alex Unleashed in
4374         <http://lists.gnu.org/archive/html/bug-autoconf/2006-10/msg00012.html>.
4375         Also, don't bother to check for -m bugs unless we're using -m;
4376         suggested by Stepan Kasal.
4377
4378 2006-10-14  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4379
4380         Sync from Automake.
4381         * build-aux/depcomp (gcc3): Put dependency extraction flags before the
4382         `-c' flag, so they appear at the same position as in %FASTDEP%
4383         mode in depend2.am.  Fixes build failure for FreeBSD's c89,
4384         which ignores unknown options only after the first non-option.
4385         Bug report against M4 by Nelson H. F. Beebe.
4386
4387 2006-10-13  Jim Meyering  <jim@meyering.net>
4388
4389         Fix a bug in yesterday's change.
4390         * lib/fts.c (fts_open): When using FTS_XDEV|FTS_NOSTAT,
4391         p->fts_statp->st_dev would be used uninitialized.
4392         Ensures that we always call fts_stat on the very first entry.
4393         Miklos Szeredi reported that find -xdev stopped working.
4394
4395 2006-10-12  Bruno Haible  <bruno@clisp.org>
4396
4397         * gnulib-tool (func_get_automake_snippet): Append an automatically
4398         computed EXTRA_DIST augmentation.
4399         * modules/acl (Makefile.am): Remove EXTRA_DIST augmentation.
4400         * modules/alloca-opt (Makefile.am): Likewise.
4401         * modules/allocsa (Makefile.am): Likewise.
4402         * modules/arcfour (Makefile.am): Likewise.
4403         * modules/arctwo (Makefile.am): Likewise.
4404         * modules/argmatch (Makefile.am): Likewise.
4405         * modules/argz (Makefile.am): Likewise.
4406         * modules/atexit (Makefile.am): Likewise.
4407         * modules/backupfile (Makefile.am): Likewise.
4408         * modules/byteswap (Makefile.am): Likewise.
4409         * modules/c-strtod (Makefile.am): Likewise.
4410         * modules/c-strtold (Makefile.am): Likewise.
4411         * modules/calloc (Makefile.am): Likewise.
4412         * modules/canon-host (Makefile.am): Likewise.
4413         * modules/canonicalize (Makefile.am): Likewise.
4414         * modules/chdir-long (Makefile.am): Likewise.
4415         * modules/chdir-safer (Makefile.am): Likewise.
4416         * modules/check-version (Makefile.am): Likewise.
4417         * modules/chown (Makefile.am): Likewise.
4418         * modules/cloexec (Makefile.am): Likewise.
4419         * modules/close-stream (Makefile.am): Likewise.
4420         * modules/closeout (Makefile.am): Likewise.
4421         * modules/crc (Makefile.am): Likewise.
4422         * modules/csharpexec (Makefile.am): Likewise.
4423         * modules/cycle-check (Makefile.am): Likewise.
4424         * modules/des (Makefile.am): Likewise.
4425         * modules/dev-ino (Makefile.am): Likewise.
4426         * modules/dirfd (Makefile.am): Likewise.
4427         * modules/dirname (Makefile.am): Likewise.
4428         * modules/dup2 (Makefile.am): Likewise.
4429         * modules/eealloc (Makefile.am): Likewise.
4430         * modules/error (Makefile.am): Likewise.
4431         * modules/euidaccess (Makefile.am): Likewise.
4432         * modules/exclude (Makefile.am): Likewise.
4433         * modules/exitfail (Makefile.am): Likewise.
4434         * modules/fcntl-safer (Makefile.am): Likewise.
4435         * modules/fcntl (Makefile.am): Likewise.
4436         * modules/file-type (Makefile.am): Likewise.
4437         * modules/fileblocks (Makefile.am): Likewise.
4438         * modules/filemode (Makefile.am): Likewise.
4439         * modules/filenamecat (Makefile.am): Likewise.
4440         * modules/fnmatch (Makefile.am): Likewise.
4441         * modules/fopen-safer (Makefile.am): Likewise.
4442         * modules/fpending (Makefile.am): Likewise.
4443         * modules/fprintftime (Makefile.am): Likewise.
4444         * modules/free (Makefile.am): Likewise.
4445         * modules/fsusage (Makefile.am): Likewise.
4446         * modules/ftruncate (Makefile.am): Likewise.
4447         * modules/fts (Makefile.am): Likewise.
4448         * modules/gc-arcfour (Makefile.am): Likewise.
4449         * modules/gc-des (Makefile.am): Likewise.
4450         * modules/gc-hmac-md5 (Makefile.am): Likewise.
4451         * modules/gc-hmac-sha1 (Makefile.am): Likewise.
4452         * modules/gc-md4 (Makefile.am): Likewise.
4453         * modules/gc-pbkdf2-sha1 (Makefile.am): Likewise.
4454         * modules/gc-sha1 (Makefile.am): Likewise.
4455         * modules/gc (Makefile.am): Likewise.
4456         * modules/getaddrinfo (Makefile.am): Likewise.
4457         * modules/getcwd (Makefile.am): Likewise.
4458         * modules/getdelim (Makefile.am): Likewise.
4459         * modules/getdomainname (Makefile.am): Likewise.
4460         * modules/getgroups (Makefile.am): Likewise.
4461         * modules/gethostname (Makefile.am): Likewise.
4462         * modules/gethrxtime (Makefile.am): Likewise.
4463         * modules/getline (Makefile.am): Likewise.
4464         * modules/getloadavg (Makefile.am): Likewise.
4465         * modules/getlogin_r (Makefile.am): Likewise.
4466         * modules/getndelim2 (Makefile.am): Likewise.
4467         * modules/getopt (Makefile.am): Likewise.
4468         * modules/getpagesize (Makefile.am): Likewise.
4469         * modules/getpass-gnu (Makefile.am): Likewise.
4470         * modules/getpass (Makefile.am): Likewise.
4471         * modules/getsubopt (Makefile.am): Likewise.
4472         * modules/gettime (Makefile.am): Likewise.
4473         * modules/gettimeofday (Makefile.am): Likewise.
4474         * modules/getugroups (Makefile.am): Likewise.
4475         * modules/getusershell (Makefile.am): Likewise.
4476         * modules/glob (Makefile.am): Likewise.
4477         * modules/group-member (Makefile.am): Likewise.
4478         * modules/hard-locale (Makefile.am): Likewise.
4479         * modules/hash (Makefile.am): Likewise.
4480         * modules/hmac-md5 (Makefile.am): Likewise.
4481         * modules/hmac-sha1 (Makefile.am): Likewise.
4482         * modules/human (Makefile.am): Likewise.
4483         * modules/idcache (Makefile.am): Likewise.
4484         * modules/imaxabs (Makefile.am): Likewise.
4485         * modules/imaxdiv (Makefile.am): Likewise.
4486         * modules/inet_ntop (Makefile.am): Likewise.
4487         * modules/inet_pton (Makefile.am): Likewise.
4488         * modules/intprops (Makefile.am): Likewise.
4489         * modules/inttostr (Makefile.am): Likewise.
4490         * modules/inttypes (Makefile.am): Likewise.
4491         * modules/isapipe (Makefile.am): Likewise.
4492         * modules/javaversion (Makefile.am): Likewise.
4493         * modules/lchmod (Makefile.am): Likewise.
4494         * modules/lchown (Makefile.am): Likewise.
4495         * modules/localcharset (Makefile.am): Likewise.
4496         * modules/long-options (Makefile.am): Likewise.
4497         * modules/lstat (Makefile.am): Likewise.
4498         * modules/malloc (Makefile.am): Likewise.
4499         * modules/mathl (Makefile.am): Likewise.
4500         * modules/mbchar (Makefile.am): Likewise.
4501         * modules/md2 (Makefile.am): Likewise.
4502         * modules/md4 (Makefile.am): Likewise.
4503         * modules/md5 (Makefile.am): Likewise.
4504         * modules/memcasecmp (Makefile.am): Likewise.
4505         * modules/memchr (Makefile.am): Likewise.
4506         * modules/memcmp (Makefile.am): Likewise.
4507         * modules/memcoll (Makefile.am): Likewise.
4508         * modules/memcpy (Makefile.am): Likewise.
4509         * modules/memmem (Makefile.am): Likewise.
4510         * modules/memmove (Makefile.am): Likewise.
4511         * modules/mempcpy (Makefile.am): Likewise.
4512         * modules/memrchr (Makefile.am): Likewise.
4513         * modules/memset (Makefile.am): Likewise.
4514         * modules/memxor (Makefile.am): Likewise.
4515         * modules/mkancesdirs (Makefile.am): Likewise.
4516         * modules/mkdir-p (Makefile.am): Likewise.
4517         * modules/mkdir (Makefile.am): Likewise.
4518         * modules/mkdtemp (Makefile.am): Likewise.
4519         * modules/mkstemp (Makefile.am): Likewise.
4520         * modules/mktime (Makefile.am): Likewise.
4521         * modules/modechange (Makefile.am): Likewise.
4522         * modules/mountlist (Makefile.am): Likewise.
4523         * modules/nanosleep (Makefile.am): Likewise.
4524         * modules/obstack (Makefile.am): Likewise.
4525         * modules/openat (Makefile.am): Likewise.
4526         * modules/pagealign_alloc (Makefile.am): Likewise.
4527         * modules/pathmax (Makefile.am): Likewise.
4528         * modules/physmem (Makefile.am): Likewise.
4529         * modules/poll (Makefile.am): Likewise.
4530         * modules/posixtm (Makefile.am): Likewise.
4531         * modules/posixver (Makefile.am): Likewise.
4532         * modules/putenv (Makefile.am): Likewise.
4533         * modules/quote (Makefile.am): Likewise.
4534         * modules/quotearg (Makefile.am): Likewise.
4535         * modules/raise (Makefile.am): Likewise.
4536         * modules/read-file (Makefile.am): Likewise.
4537         * modules/readline (Makefile.am): Likewise.
4538         * modules/readlink (Makefile.am): Likewise.
4539         * modules/readtokens (Makefile.am): Likewise.
4540         * modules/readutmp (Makefile.am): Likewise.
4541         * modules/realloc (Makefile.am): Likewise.
4542         * modules/regex (Makefile.am): Likewise.
4543         * modules/rename-dest-slash (Makefile.am): Likewise.
4544         * modules/rename (Makefile.am): Likewise.
4545         * modules/rijndael (Makefile.am): Likewise.
4546         * modules/rmdir (Makefile.am): Likewise.
4547         * modules/rpmatch (Makefile.am): Likewise.
4548         * modules/safe-read (Makefile.am): Likewise.
4549         * modules/safe-write (Makefile.am): Likewise.
4550         * modules/same-inode (Makefile.am): Likewise.
4551         * modules/same (Makefile.am): Likewise.
4552         * modules/save-cwd (Makefile.am): Likewise.
4553         * modules/savedir (Makefile.am): Likewise.
4554         * modules/setenv (Makefile.am): Likewise.
4555         * modules/settime (Makefile.am): Likewise.
4556         * modules/sha1 (Makefile.am): Likewise.
4557         * modules/sig2str (Makefile.am): Likewise.
4558         * modules/snprintf (Makefile.am): Likewise.
4559         * modules/stat-macros (Makefile.am): Likewise.
4560         * modules/stat-time (Makefile.am): Likewise.
4561         * modules/stdbool (Makefile.am): Likewise.
4562         * modules/stdint (Makefile.am): Likewise.
4563         * modules/stdlib-safer (Makefile.am): Likewise.
4564         * modules/stpcpy (Makefile.am): Likewise.
4565         * modules/stpncpy (Makefile.am): Likewise.
4566         * modules/strcase (Makefile.am): Likewise.
4567         * modules/strcasestr (Makefile.am): Likewise.
4568         * modules/strchrnul (Makefile.am): Likewise.
4569         * modules/strcspn (Makefile.am): Likewise.
4570         * modules/strdup (Makefile.am): Likewise.
4571         * modules/strerror (Makefile.am): Likewise.
4572         * modules/strftime (Makefile.am): Likewise.
4573         * modules/strndup (Makefile.am): Likewise.
4574         * modules/strnlen (Makefile.am): Likewise.
4575         * modules/strpbrk (Makefile.am): Likewise.
4576         * modules/strsep (Makefile.am): Likewise.
4577         * modules/strstr (Makefile.am): Likewise.
4578         * modules/strtod (Makefile.am): Likewise.
4579         * modules/strtoimax (Makefile.am): Likewise.
4580         * modules/strtok_r (Makefile.am): Likewise.
4581         * modules/strtol (Makefile.am): Likewise.
4582         * modules/strtoll (Makefile.am): Likewise.
4583         * modules/strtoul (Makefile.am): Likewise.
4584         * modules/strtoull (Makefile.am): Likewise.
4585         * modules/strtoumax (Makefile.am): Likewise.
4586         * modules/strverscmp (Makefile.am): Likewise.
4587         * modules/sys_socket (Makefile.am): Likewise.
4588         * modules/sys_stat (Makefile.am): Likewise.
4589         * modules/sysexits (Makefile.am): Likewise.
4590         * modules/time_r (Makefile.am): Likewise.
4591         * modules/timegm (Makefile.am): Likewise.
4592         * modules/timespec (Makefile.am): Likewise.
4593         * modules/tmpfile-safer (Makefile.am): Likewise.
4594         * modules/trim (Makefile.am): Likewise.
4595         * modules/unistd-safer (Makefile.am): Likewise.
4596         * modules/unlinkdir (Makefile.am): Likewise.
4597         * modules/unlocked-io (Makefile.am): Likewise.
4598         * modules/userspec (Makefile.am): Likewise.
4599         * modules/utime (Makefile.am): Likewise.
4600         * modules/utimecmp (Makefile.am): Likewise.
4601         * modules/utimens (Makefile.am): Likewise.
4602         * modules/vasnprintf (Makefile.am): Likewise.
4603         * modules/vasprintf (Makefile.am): Likewise.
4604         * modules/vsnprintf (Makefile.am): Likewise.
4605         * modules/xalloc (Makefile.am): Likewise.
4606         * modules/xgetcwd (Makefile.am): Likewise.
4607         * modules/xnanosleep (Makefile.am): Likewise.
4608         * modules/xreadlink (Makefile.am): Likewise.
4609         * modules/xstrtod (Makefile.am): Likewise.
4610         * modules/xstrtol (Makefile.am): Likewise.
4611         * modules/xstrtold (Makefile.am): Likewise.
4612         * modules/yesno (Makefile.am): Likewise.
4613         * modules/getdate (Makefile.am): Don't add getdate.h to EXTRA_DIST.
4614
4615 2006-10-12  Paul Eggert  <eggert@cs.ucla.edu>
4616
4617         * modules/error (Makefile.am): Distribute files through
4618         EXTRA_DIST, not lib_SOURCES.
4619
4620 2006-10-12  Eric Blake  <ebb9@byu.net>
4621
4622         * modules/error (Makefile.am): Distribute files in /lib.
4623         * modules/obstack (Makefile.am): Likewise.
4624
4625 2006-10-12  Bruno Haible  <bruno@clisp.org>
4626
4627         * modules/acl (Makefile.am): Distribute all files in lib/ through
4628         EXTRA_DIST.
4629         * modules/arcfour (Makefile.am): Likewise.
4630         * modules/arctwo (Makefile.am): Likewise.
4631         * modules/argmatch (Makefile.am): Likewise.
4632         * modules/argz (Makefile.am): Likewise.
4633         * modules/atexit (Makefile.am): Likewise.
4634         * modules/backupfile (Makefile.am): Likewise.
4635         * modules/c-strtod (Makefile.am): Likewise.
4636         * modules/c-strtold (Makefile.am): Likewise.
4637         * modules/calloc (Makefile.am): Likewise.
4638         * modules/canon-host (Makefile.am): Likewise.
4639         * modules/canonicalize (Makefile.am): Likewise.
4640         * modules/chdir-long (Makefile.am): Likewise.
4641         * modules/chdir-safer (Makefile.am): Likewise.
4642         * modules/check-version (Makefile.am): Likewise.
4643         * modules/chown (Makefile.am): Likewise.
4644         * modules/cloexec (Makefile.am): Likewise.
4645         * modules/close-stream (Makefile.am): Likewise.
4646         * modules/closeout (Makefile.am): Likewise.
4647         * modules/crc (Makefile.am): Likewise.
4648         * modules/cycle-check (Makefile.am): Likewise.
4649         * modules/des (Makefile.am): Likewise.
4650         * modules/dirfd (Makefile.am): Likewise.
4651         * modules/dirname (Makefile.am): Likewise.
4652         * modules/dup2 (Makefile.am): Likewise.
4653         * modules/euidaccess (Makefile.am): Likewise.
4654         * modules/exclude (Makefile.am): Likewise.
4655         * modules/exitfail (Makefile.am): Likewise.
4656         * modules/fcntl-safer (Makefile.am): Likewise.
4657         * modules/file-type (Makefile.am): Likewise.
4658         * modules/fileblocks (Makefile.am): Likewise.
4659         * modules/filemode (Makefile.am): Likewise.
4660         * modules/filenamecat (Makefile.am): Likewise.
4661         * modules/fnmatch (Makefile.am): Likewise.
4662         * modules/fopen-safer (Makefile.am): Likewise.
4663         * modules/fpending (Makefile.am): Likewise.
4664         * modules/fprintftime (Makefile.am): Likewise.
4665         * modules/free (Makefile.am): Likewise.
4666         * modules/fsusage (Makefile.am): Likewise.
4667         * modules/ftruncate (Makefile.am): Likewise.
4668         * modules/fts (Makefile.am): Likewise.
4669         * modules/gc (Makefile.am): Likewise.
4670         * modules/gc-pbkdf2-sha1 (Makefile.am): Likewise.
4671         * modules/getaddrinfo (Makefile.am): Likewise.
4672         * modules/getcwd (Makefile.am): Likewise.
4673         * modules/getdelim (Makefile.am): Likewise.
4674         * modules/getdomainname (Makefile.am): Likewise.
4675         * modules/getgroups (Makefile.am): Likewise.
4676         * modules/gethostname (Makefile.am): Likewise.
4677         * modules/gethrxtime (Makefile.am): Likewise.
4678         * modules/getline (Makefile.am): Likewise.
4679         * modules/getloadavg (Makefile.am): Likewise.
4680         * modules/getlogin_r (Makefile.am): Likewise.
4681         * modules/getopt (Makefile.am): Likewise.
4682         * modules/getpass (Makefile.am): Likewise.
4683         * modules/getpass-gnu (Makefile.am): Likewise.
4684         * modules/getsubopt (Makefile.am): Likewise.
4685         * modules/gettime (Makefile.am): Likewise.
4686         * modules/gettimeofday (Makefile.am): Likewise.
4687         * modules/getugroups (Makefile.am): Likewise.
4688         * modules/getusershell (Makefile.am): Likewise.
4689         * modules/glob (Makefile.am): Likewise.
4690         * modules/group-member (Makefile.am): Likewise.
4691         * modules/hard-locale (Makefile.am): Likewise.
4692         * modules/hash (Makefile.am): Likewise.
4693         * modules/hmac-md5 (Makefile.am): Likewise.
4694         * modules/hmac-sha1 (Makefile.am): Likewise.
4695         * modules/human (Makefile.am): Likewise.
4696         * modules/idcache (Makefile.am): Likewise.
4697         * modules/imaxabs (Makefile.am): Likewise.
4698         * modules/imaxdiv (Makefile.am): Likewise.
4699         * modules/inet_ntop (Makefile.am): Likewise.
4700         * modules/inet_pton (Makefile.am): Likewise.
4701         * modules/inttostr (Makefile.am): Likewise.
4702         * modules/isapipe (Makefile.am): Likewise.
4703         * modules/lchown (Makefile.am): Likewise.
4704         * modules/long-options (Makefile.am): Likewise.
4705         * modules/lstat (Makefile.am): Likewise.
4706         * modules/malloc (Makefile.am): Likewise.
4707         * modules/mathl (Makefile.am): Likewise.
4708         * modules/mbchar (Makefile.am): Likewise.
4709         * modules/md2 (Makefile.am): Likewise.
4710         * modules/md4 (Makefile.am): Likewise.
4711         * modules/md5 (Makefile.am): Likewise.
4712         * modules/memcasecmp (Makefile.am): Likewise.
4713         * modules/memchr (Makefile.am): Likewise.
4714         * modules/memcmp (Makefile.am): Likewise.
4715         * modules/memcoll (Makefile.am): Likewise.
4716         * modules/memcpy (Makefile.am): Likewise.
4717         * modules/memmem (Makefile.am): Likewise.
4718         * modules/memmove (Makefile.am): Likewise.
4719         * modules/mempcpy (Makefile.am): Likewise.
4720         * modules/memrchr (Makefile.am): Likewise.
4721         * modules/memset (Makefile.am): Likewise.
4722         * modules/memxor (Makefile.am): Likewise.
4723         * modules/mkancesdirs (Makefile.am): Likewise.
4724         * modules/mkdir (Makefile.am): Likewise.
4725         * modules/mkdir-p (Makefile.am): Likewise.
4726         * modules/mkdtemp (Makefile.am): Likewise.
4727         * modules/mkstemp (Makefile.am): Likewise.
4728         * modules/mktime (Makefile.am): Likewise.
4729         * modules/modechange (Makefile.am): Likewise.
4730         * modules/mountlist (Makefile.am): Likewise.
4731         * modules/nanosleep (Makefile.am): Likewise.
4732         * modules/openat (Makefile.am): Likewise.
4733         * modules/pagealign_alloc (Makefile.am): Likewise.
4734         * modules/physmem (Makefile.am): Likewise.
4735         * modules/poll (Makefile.am): Likewise.
4736         * modules/posixtm (Makefile.am): Likewise.
4737         * modules/posixver (Makefile.am): Likewise.
4738         * modules/putenv (Makefile.am): Likewise.
4739         * modules/quote (Makefile.am): Likewise.
4740         * modules/quotearg (Makefile.am): Likewise.
4741         * modules/raise (Makefile.am): Likewise.
4742         * modules/read-file (Makefile.am): Likewise.
4743         * modules/readline (Makefile.am): Likewise.
4744         * modules/readlink (Makefile.am): Likewise.
4745         * modules/readtokens (Makefile.am): Likewise.
4746         * modules/readutmp (Makefile.am): Likewise.
4747         * modules/realloc (Makefile.am): Likewise.
4748         * modules/regex (Makefile.am): Likewise.
4749         * modules/rename (Makefile.am): Likewise.
4750         * modules/rename-dest-slash (Makefile.am): Likewise.
4751         * modules/rijndael (Makefile.am): Likewise.
4752         * modules/rmdir (Makefile.am): Likewise.
4753         * modules/rpmatch (Makefile.am): Likewise.
4754         * modules/safe-read (Makefile.am): Likewise.
4755         * modules/safe-write (Makefile.am): Likewise.
4756         * modules/same (Makefile.am): Likewise.
4757         * modules/save-cwd (Makefile.am): Likewise.
4758         * modules/savedir (Makefile.am): Likewise.
4759         * modules/setenv (Makefile.am): Likewise.
4760         * modules/settime (Makefile.am): Likewise.
4761         * modules/sha1 (Makefile.am): Likewise.
4762         * modules/sig2str (Makefile.am): Likewise.
4763         * modules/snprintf (Makefile.am): Likewise.
4764         * modules/stdlib-safer (Makefile.am): Likewise.
4765         * modules/stpcpy (Makefile.am): Likewise.
4766         * modules/stpncpy (Makefile.am): Likewise.
4767         * modules/strcase (Makefile.am): Likewise.
4768         * modules/strcasestr (Makefile.am): Likewise.
4769         * modules/strchrnul (Makefile.am): Likewise.
4770         * modules/strcspn (Makefile.am): Likewise.
4771         * modules/strdup (Makefile.am): Likewise.
4772         * modules/strerror (Makefile.am): Likewise.
4773         * modules/strftime (Makefile.am): Likewise.
4774         * modules/strndup (Makefile.am): Likewise.
4775         * modules/strnlen (Makefile.am): Likewise.
4776         * modules/strpbrk (Makefile.am): Likewise.
4777         * modules/strsep (Makefile.am): Likewise.
4778         * modules/strstr (Makefile.am): Likewise.
4779         * modules/strtod (Makefile.am): Likewise.
4780         * modules/strtoimax (Makefile.am): Likewise.
4781         * modules/strtok_r (Makefile.am): Likewise.
4782         * modules/strtol (Makefile.am): Likewise.
4783         * modules/strtoll (Makefile.am): Likewise.
4784         * modules/strtoul (Makefile.am): Likewise.
4785         * modules/strtoull (Makefile.am): Likewise.
4786         * modules/strtoumax (Makefile.am): Likewise.
4787         * modules/strverscmp (Makefile.am): Likewise.
4788         * modules/time_r (Makefile.am): Likewise.
4789         * modules/timegm (Makefile.am): Likewise.
4790         * modules/tmpfile-safer (Makefile.am): Likewise.
4791         * modules/unistd-safer (Makefile.am): Likewise.
4792         * modules/unlinkdir (Makefile.am): Likewise.
4793         * modules/userspec (Makefile.am): Likewise.
4794         * modules/utime (Makefile.am): Likewise.
4795         * modules/utimecmp (Makefile.am): Likewise.
4796         * modules/utimens (Makefile.am): Likewise.
4797         * modules/vasnprintf (Makefile.am): Likewise.
4798         * modules/vasprintf (Makefile.am): Likewise.
4799         * modules/vsnprintf (Makefile.am): Likewise.
4800         * modules/xalloc (Makefile.am): Likewise.
4801         * modules/xgetcwd (Makefile.am): Likewise.
4802         * modules/xnanosleep (Makefile.am): Likewise.
4803         * modules/xreadlink (Makefile.am): Likewise.
4804         * modules/xstrtod (Makefile.am): Likewise.
4805         * modules/xstrtol (Makefile.am): Likewise.
4806         * modules/xstrtold (Makefile.am): Likewise.
4807         * modules/yesno (Makefile.am): Likewise.
4808
4809 2006-10-12  Jim Meyering  <jim@meyering.net>
4810
4811         * m4/getloadavg.m4: Revert the change below.
4812
4813         * m4/getloadavg.m4 (gl_GETLOADAVG): Test for the existence of
4814         lib/getloadavg.c using "ls -L", not "test -f".  The latter would
4815         fail with a symlink, which is what coreutils' ./bootstrap now
4816         creates by default.
4817
4818 2006-10-12  Bruno Haible  <bruno@clisp.org>
4819
4820         * lib/inttypes_.h (_LONG_LONG_FORMAT_PREFIX): Don't define for MSVC or
4821         mingw.
4822         (_PRI64_PREFIX, _PRIu64_PREFIX, _SCN64_PREFIX, _SCNu64_PREFIX): Handle
4823         MSVC and mingw explicitly.
4824
4825 2006-10-11  Simon Josefsson  <jas@extundo.com>
4826             Bruno Haible  <bruno@clisp.org>
4827
4828         Add support for multiple gnulib-tool invocations in the scope of a
4829         single configure.ac file.
4830         * gnulib-tool (func_emit_lib_Makefile_am): In the _LIBADD variable,
4831         use a private [LT]LIBOBJS variant. Define a _DEPENDENCIES variable
4832         with the same contents as the _LIBADD variable.
4833         (func_emit_initmacro_start, func_emit_initmacro_end,
4834         func_emit_initmacro_done): New functions.
4835         (func_import, func_create_testdir): Invoke them. Allow the identifiers
4836         gl_LIBOBJS and gl_LTLIBOBJS.
4837
4838 2006-10-11  Bruno Haible  <bruno@clisp.org>
4839
4840         * gnulib-tool (GETTEXTPATH, AUTOHEADER, AUTOPOINT): New variables.
4841         (func_create_testdir): Don't create po/Makefile.am, don't invoke
4842         autoreconf. Instead, invoke autopoint explicitly but move back the
4843         *.m4 files from gnulib.
4844
4845 2006-10-11  Bruno Haible  <bruno@clisp.org>
4846
4847         * gnulib-tool (func_usage): Make module names after --create-testdir
4848         optional.
4849         (func_create_testdir): If no module was specified, use nearly all
4850         modules.
4851
4852 2006-10-12  Jim Meyering  <jim@meyering.net>
4853
4854         Big performance improvement for fts-based tools that use FTS_NOSTAT.
4855         Avoid spurious inode-mismatch problems on non-POSIX file systems.
4856         Details: http://article.gmane.org/gmane.comp.lib.gnulib.bugs/7416
4857         * lib/fts_.h (FTS_DEFER_STAT): Define new flag.
4858         (FTS_OPTIONMASK): Extend the mask to reflect this addition.
4859         * lib/fts.c (DT_IS_KNOWN, DT_MUST_BE): Define.
4860         (FTS_NO_STAT_REQUIRED, FTS_STAT_REQUIRED): Define.
4861         (fts_set_stat_required): New function.
4862         (fts_open): Defer the calls to fts_stat, if possible or requested.
4863         Move the code that maps a command-line fts_info value FTS_DOT to FTS_D
4864         into fts_stat itself.
4865         (fts_read): Perform any required (deferred) fts_stat call.
4866         (fts_build): Likewise, for the directory we're about to open and read.
4867         In the readdir loop, carefully decide whether each entry will require
4868         an eventual call to fts_stat, using dirent.d_type info if available.
4869         (fts_stat): Move the test for whether to honor FTS_COMFOLLOW on
4870         a command line argument into this function.  Update all callers.
4871         Map a return value of FTS_DOT to FTS_D for a command line argument.
4872         * modules/fts (Depends-on): Add d-type.  Alphabetize.
4873         Thanks to Miklos Szeredi for his tenacity and for the initial
4874         bug report about "find" failing on a FUSE-based file system.
4875
4876         * lib/fts.c (fts_open): Use consistent indentation.
4877
4878 2006-10-12  Paul Eggert  <eggert@cs.ucla.edu>
4879
4880         * m4/extensions.m4 (AC_USE_SYSTEM_EXTENSIONS): Renamed from
4881         gl_USE_SYSTEM_EXTENSIONS, to fix a coreutils bootstrap failure
4882         reported by Jim Meyering.  All uses of cache variables renamed
4883         to match Autoconf's.
4884         (gl_USE_SYSTEM_EXTENSIONS): New macro, which simply requires
4885         the other one.
4886
4887         * m4/rename-dest-slash.m4 (gl_FUNC_RENAME_TRAILING_DEST_SLASH):
4888         Fix misspelling in diagnostic.
4889
4890 2006-10-11  Paul Eggert  <eggert@cs.ucla.edu>
4891
4892         * lib/mkdir-p.c (HAVE_FCHMOD): Define to false if not already
4893         defined.  Problem reported by Matthew Woehlke.
4894
4895         * lib/inttypes_.h (_LONG_LONG_FORMAT_PREFIX): New macro.
4896         Add support for Tandem NonStop R series.
4897         (_PRI64_PREFIX, _PRIu64_PREFIX, _SCN64_PREFIX, _SCNu64_PREFIX):
4898         Use new macro.
4899
4900         * lib/rename-dest-slash.c: Include stdbool.h but not string.h.
4901         (has_trailing_slash): Omit size arg; all callers changed.
4902         Omit 'inline', since it doesn't help performance and we'd
4903         need to configure it.
4904         Don't count //, ///, etc. as having a trailing slash.
4905         As a side effect, this removes a C99ism reported by Matthew Woehlke.
4906         (rpl_rename_dest_slash): On failure, use rename's errno rather
4907         than (in some cases) an incorrect or junk errno.
4908         Simplify code by removing need to compute length; this does
4909         cause it to make two passes instead of one over the file name,
4910         but it's worth it.
4911
4912         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Undo previous
4913         change, since Autoconf's version may no longer be appropriate now
4914         that we are using CVS Autoconf's version.  Add support for Tandem.
4915
4916 2006-10-11  Paul Eggert  <eggert@cs.ucla.edu>
4917             Bruno Haible  <bruno@clisp.org>
4918
4919         * lib/allocsa.h (sa_alignment_longlong, sa_alignment_max): Test
4920         HAVE_LONG_LONG_INT instead of HAVE_LONG_LONG.
4921         * m4/allocsa.m4 (gl_ALLOCSA): Invoke AC_TYPE_LONG_LONG_INT instead of
4922         gl_AC_TYPE_LONG_LONG.
4923
4924         * lib/printf-args.h (arg_type, argument): Test HAVE_LONG_LONG_INT
4925         instead of HAVE_LONG_LONG.
4926         * lib/printf-args.c (printf_fetchargs): Likewise.
4927         * lib/printf-parse.c (PRINTF_PARSE): Likewise.
4928         * lib/vasnprintf.c (VASNPRINTF): Likewise.
4929         * m4/vasnprintf.m4 (gl_PREREQ_PRINTF_ARGS, gl_PREREQ_PRINTF_PARSE,
4930         gl_PREREQ_VASNPRINTF): Invoke AC_TYPE_LONG_LONG_INT instead of
4931         gl_AC_TYPE_LONG_LONG.
4932
4933 2006-10-11  Bruno Haible  <bruno@clisp.org>
4934
4935         * m4/longlong.m4: Add comments.
4936         * m4/ulonglong.m4: Likewise.
4937
4938 2006-10-10  Bruno Haible  <bruno@clisp.org>
4939
4940         Make it possible to #define stpcpy, strdup to aliases.
4941         * lib/stpcpy.c (stpcpy) [!_LIBC]: Don't undefine.
4942         * lib/strdup.c (strdup) [!_LIBC]: Don't undefine.
4943
4944 2006-10-10  Bruno Haible  <bruno@clisp.org>
4945
4946         Make it possible to #define gcd to an alias.
4947         * lib/gcd.c: Include config.h.
4948
4949 2006-10-10  Bruno Haible  <bruno@clisp.org>
4950
4951         Make it possible to #define c_isascii to an alias.
4952         * lib/c-ctype.h: Don't define the macros if NO_C_CTYPE_MACROS is
4953         defined. Undefine the macros before defining them, to avoid gcc
4954         warnings.
4955         * lib/c-ctype.c: Include config.h. Don't undefine the macros; instead,
4956         define NO_C_CTYPE_MACROS early.
4957
4958 2006-10-10  Bruno Haible  <bruno@clisp.org>
4959
4960         Make it possible to #define set_program_name to an alias.
4961         * lib/progname.c: Don't undefine set_program_name; instead, undefine
4962         ENABLE_RELOCATABLE early.
4963
4964 2006-10-10  Paul Eggert  <eggert@cs.ucla.edu>
4965
4966         Port to Tandem NSK OSS, which has 64-bit signed int but at most
4967         32-bit unsigned int.  Problem reported by Matthew Woehlke in:
4968         http://lists.gnu.org/archive/html/bug-coreutils/2006-10/msg00062.html
4969         More generally, don't assume that 64-bit signed int is available
4970         if unsigned int is, and vice versa.
4971         * lib/inttypes_.h (_PRIu64_PREFIX, _SCNu64_PREFIX): Depend on
4972         unsigned symbols, not on their signed counterparts.
4973         * lib/stdint_.h (uint64_t, uint_least64_t, uint_fast64_t, uintmax_t):
4974         (UINT64_MAX, UINT_LEAST64_MAX, UINT_FAST64_MAX, UINTMAX_MAX):
4975         (UINT64_C, UINTMAX_C):
4976         Likewise.
4977         * lib/strtoimax.c (strtoll): Depend on signed symbols, not their
4978         unsigned counterparts.
4979         (Have_long_long, Unsigned): New macros.
4980         (Int): Renamed from INT.
4981         (strtoimax): Use the new macros.
4982         * m4/stdint.m4 (gl_STDINT_H): Require AC_TYPE_UNSIGNED_LONG_LONG_INT
4983         and substitute HAVE_UNSIGNED_LONG_LONG_INT.
4984         * modules/inttypes (inttypes.h): Substitute
4985         HAVE_UNSIGNED_LONG_LONG_INT.
4986         * modules/stdint (stdint.h): Likewise.
4987         (Files): Add m4/ulonglong.m4.
4988
4989 2006-10-10  Bruno Haible  <bruno@clisp.org>
4990
4991         Fix a gcc -Wshadow warning.
4992         * lib/gl_anyhash_list2.h (hash_resize): Rename local variable 'index'
4993         to 'bucket'.
4994         * lib/gl_anylinked_list2.h (gl_linked_search_from_to,
4995         gl_linked_indexof_from_to): Likewise.
4996         * lib/gl_linkedhash_list.c (add_to_bucket, remove_from_bucket):
4997         Likewise.
4998         * lib/gl_anytreehash_list1.h (add_to_bucket, remove_from_bucket):
4999         Likewise.
5000         * lib/gl_anytreehash_list2.h (gl_tree_search_from_to): Likewise.
5001         Reported by Eric Blake.
5002
5003 2006-10-09  Paul Eggert  <eggert@cs.ucla.edu>
5004
5005         * lib/filemode.h [HAVE_DECL_STRMODE]: Include unistd.h too,
5006         for NetBSD.  Problem reported by Bruno Haible.
5007
5008 2006-10-09  Jim Meyering  <jim@meyering.net>
5009
5010         * lib/lchown.c: Include <sys/stat.h> before "stat-macros.h".
5011         Patch from Bruno Haible.
5012
5013 2006-10-09  Jim Meyering  <jim@meyering.net>
5014
5015         * lib/fts-cycle.c (leave_dir): When "leaving" a top level directory due
5016         to FTS_SKIP, don't copy the parent's uninitialized dev/ino values.
5017         Trigger with e.g., mkdir d && valgrind ./chmod u+rwx d d
5018
5019 2006-10-08  Paul Eggert  <eggert@cs.ucla.edu>
5020
5021         Don't include <config.h> twice; this doesn't work in some cases,
5022         e.g., when config.h has "#define intmax_t long long int" and
5023         we include <config.h>, <inttypes.h>, <config.h> in that order.
5024         Problem reported by Matthew Woehlke in:
5025         http://lists.gnu.org/archive/html/bug-coreutils/2006-10/msg00073.html
5026         * lib/fprintftime.c: Don't include config.h or fprintftime.h.
5027         * lib/fts-cycle.c: Don't include config.h.
5028         * lib/strftime.c: Include fprintftime.h if FPRINTFTIME is defined.
5029         * lib/xstrtoimax.c: Remove copyright notice since it's short tnow.
5030         Don't include config.h or xstrtol.h.  Define STRTOL_T_MINIMUM
5031         and STRTOL_T_MAXIMUM unconditionally, since we now assume gnulib
5032         inttypes.h.
5033         * lib/xstrtoumax.c: Likewise.
5034         * lib/xstrtol.c: Include config.h and xstrtol.h after defining
5035         __strtol and the like, so that this module is more like its siblings.
5036         (STRTOL_T_MINIMUM, STRTOL_T_MAXIMUM) [! defined STRTOL_T_MINIMUM]:
5037         Remove; no longer needed now that we assume gnulib inttypes.h.
5038
5039 2006-10-08  Bruno Haible  <bruno@clisp.org>
5040
5041         * doc/gnulib-tool.texi: Emphasize the drawbacks of the --symlink
5042         option.
5043
5044 2006-10-07  Jim Meyering  <jim@meyering.net>
5045
5046         * modules/inttypes (inttypes.h): Revert what seems to have been
5047         an inadvertent part of today's change: use "|", not "/" in the
5048         substitution for the "/"-containing string, $(ABSOLUTE_INTTYPES_H).
5049
5050 2006-10-07  Bruno Haible  <bruno@clisp.org>
5051
5052         * modules/sublist: New file.
5053
5054 2006-10-07  Bruno Haible  <bruno@clisp.org>
5055
5056         * modules/alloca-opt (alloca.h): Add a "DO NOT EDIT" comment.
5057         * modules/argz (argz.h): Likewise.
5058         * modules/arpa_inet (arpa/inet.h): Likewise.
5059         * modules/byteswap (byteswap.h): Likewise.
5060         * modules/configmake (configmake.h): Likewise.
5061         * modules/fcntl (fcntl.h): Likewise.
5062         * modules/fnmatch (fnmatch.h): Likewise.
5063         * modules/getopt (getopt.h): Likewise.
5064         * modules/glob (glob.h): Likewise.
5065         * modules/inttypes (inttypes.h): Likewise.
5066         * modules/netinet_in (netinet/in.h): Likewise.
5067         * modules/poll (poll.h): Likewise.
5068         * modules/stdbool (stdbool.h): Likewise.
5069         * modules/stdint (stdint.h): Likewise.
5070         * modules/sys_select (sys/select.h): Likewise.
5071         * modules/sys_socket (sys/socket.h): Likewise.
5072         * modules/sys_stat (sys/stat.h): Likewise.
5073         * modules/sysexits (sysexits.h): Likewise.
5074         * modules/unistd (unistd.h): Likewise.
5075         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
5076         Add a "DO NOT EDIT" comment to the generated file.
5077         (func_import): Likewise for gnulib-comp.m4.
5078
5079 2006-10-07  Bruno Haible  <bruno@clisp.org>
5080
5081         * lib/gl_sublist.h: New file.
5082         * lib/gl_sublist.c: New file.
5083
5084 2006-10-06  Paul Eggert  <eggert@cs.ucla.edu>
5085
5086         * lib/mkancesdirs.c (mkancesdirs): Pass to MAKE_DIR both the full file
5087         name (relative to the original working directory) and the file
5088         name component (relative to the temporary working directory).  All
5089         callers changed.
5090         * lib/mkancesdirs.h (mkancesdirs): Adjust prototype to match.
5091         * lib/mkdir-p.c (make_dir_parents): Likewise.
5092         * lib/mkdir-p.h (make_dir_parents): Likewise.
5093
5094 2006-10-06  Eric Blake  <ebb9@byu.net>
5095
5096         Define several macros for use by the clean-temp module.
5097         * m4/close-stream.m4 (gl_CLOSE_STREAM): Define GNULIB_CLOSE_STREAM.
5098         * m4/fcntl-safer.m4 (gl_FCNTL_SAFER): Define GNULIB_FCNTL_SAFER.
5099         * m4/stdio-safer.m4 (gl_FOPEN_SAFER): Define GNULIB_FOPEN_SAFER.
5100
5101         * lib/clean-temp.h (close_stream_temp): New declaration.
5102         * lib/clean-temp.c (includes): Pull in headers according to what
5103         other modules are in use.
5104         (close_stream_temp) [GNULIB_CLOSE_STREAM]: New function.
5105
5106 2006-10-06  Bruno Haible  <bruno@clisp.org>
5107
5108         * lib/javacomp.c (write_temp_file): Use fopen_temp, fwriteerror_temp
5109         instead of fopen, fwriteerror.
5110
5111 2006-10-06  Bruno Haible  <bruno@clisp.org>
5112
5113         * lib/clean-temp.h (cleanup_temp_file, cleanup_temp_subdir,
5114         cleanup_temp_dir_contents, cleanup_temp_dir): Change return type to
5115         int.
5116         * lib/clean-temp.c (do_unlink, do_rmdir, cleanup_temp_file,
5117         cleanup_temp_subdir, cleanup_temp_dir_contents, cleanup_temp_dir):
5118         Return an error indicator.
5119         Suggested by Eric Blake.
5120
5121 2006-10-06  Bruno Haible  <bruno@clisp.org>
5122
5123         * lib/clean-temp.c (PATH_MAX): Provide a fallback for GNU Hurd.
5124         Reported by Eric Blake.
5125
5126 2006-10-06  Bruno Haible  <bruno@clisp.org>
5127
5128         * modules/closeout (Description): Mention stderr too.
5129
5130 2006-10-06  Bruno Haible  <bruno@clisp.org>
5131         and Paul Eggert  <eggert@cs.ucla.edu>
5132
5133         * lib/closeout.c (close_stdout): Also close stderr.
5134         * lib/closeout.h: Update comment.
5135
5136 2006-10-05  Paul Eggert  <eggert@cs.ucla.edu>
5137
5138         Fix some Darwin-7.9.0 porting problems reported by Bruno Haible in
5139         <http://lists.gnu.org/archive/html/bug-coreutils/2006-10/msg00063.html>.
5140         * lib/dirchownmod.c: Include lchown.h.
5141         * lib/lchown.c: Don't include files that lchown.h now includes.
5142         Don't declare chown, since lchown.h now does that.
5143         * lib/lchown.h: Include errno.h, sys/types.h, unistd.h.
5144         (lchown): Define to rpl_chown if lchown is declared but
5145         does not exist.  Declare using a prototype if lchown is not
5146         declared.  Add a copyright notice.
5147         * lib/mkstemp.h: Include <unistd.h>.
5148         * lib/openat.c: Include lchown.h.
5149
5150         * lib/fcntl_.h (O_NOFOLLOW): Don't depend on O_NOFOLLOW_IS_INEFFECTIVE;
5151         we now test for that separately.
5152         * lib/fts.c (fts_safe_changedir): Inspect HAVE_WORKING_O_NOFOLLOW
5153         rather than O_NOFOLLOW, when testing whether it's possible to
5154         avoid a race condition reliably.
5155         * lib/savewd.c (savewd_chdir): Likewise.
5156
5157         Remove macros that are no longer needed now that stdint.h is
5158         reliable.
5159         * lib/fsusage.c (UINTMAX_MAX): Remove.
5160         * lib/human.c (SIZE_MAX, UINTMAX_MAX): Remove.
5161         * lib/utimecmp.c (SIZE_MAX): Remove.
5162
5163         * m4/lchown.m4 (gl_FUNC_LCHOWN): Check whether lchown is declared.
5164
5165         * m4/fcntl_h.m4 (gl_FCNTL_H): Define HAVE_WORKING_O_NOFOLLOW instead
5166         of O_NOFOLLOW_IS_INEFFECTIVE.  Define HAVE_WORKING_O_NOATIME if
5167         O_NOATIME works.
5168
5169 2006-10-05  Bruno Haible  <bruno@clisp.org>
5170
5171         * lib/gl_list.h (gl_sortedlist_search_from_to,
5172         gl_sortedlist_indexof_from_to): New declarations.
5173         (gl_list_implementation): New fields sortedlist_search_from_to,
5174         sortedlist_indexof_from_to.
5175         (gl_sortedlist_search_from_to, gl_sortedlist_indexof_from_to): New
5176         inline functions.
5177         * lib/gl_list.c (gl_sortedlist_search_from_to,
5178         gl_sortedlist_indexof_from_to): New functions.
5179         * lib/gl_array_list.c (gl_array_sortedlist_indexof_from_to): New
5180         function.
5181         (gl_array_sortedlist_indexof, gl_array_sortedlist_search): Use it.
5182         (gl_array_sortedlist_search_from_to): New function.
5183         (gl_array_list_implementation): Update.
5184         * lib/gl_carray_list.c (gl_carray_sortedlist_indexof_from_to): New
5185         function.
5186         (gl_carray_sortedlist_indexof, gl_carray_sortedlist_search): Use it.
5187         (gl_carray_sortedlist_search_from_to): New function.
5188         (gl_carray_list_implementation): Update.
5189         * lib/gl_anylinked_list2.h (gl_linked_sortedlist_search_from_to,
5190         gl_linked_sortedlist_indexof_from_to): New functions.
5191         * lib/gl_linked_list.c (gl_linked_list_implementation): Update.
5192         * lib/gl_linkedhash_list.c (gl_linkedhash_list_implementation): Update.
5193         * lib/gl_anytree_list2.h (gl_tree_sortedlist_search_from_to,
5194         gl_tree_sortedlist_indexof_from_to): New functions.
5195         * lib/gl_avltree_list.c (gl_avltree_list_implementation): Update.
5196         * lib/gl_avltreehash_list.c (gl_avltreehash_list_implementation):
5197         Update.
5198         * lib/gl_rbtree_list.c (gl_rbtree_list_implementation): Update.
5199         * lib/gl_rbtreehash_list.c (gl_avltreehash_list_implementation):
5200         Update.
5201
5202 2006-10-05  Bruno Haible  <bruno@clisp.org>
5203
5204         * lib/gl_list.h (gl_list_search_from, gl_list_search_from_to,
5205         gl_list_indexof_from, gl_list_indexof_from_to): New declarations.
5206         (struct gl_list_implementation): Add fields search_from_to,
5207         indexof_from_to. Remove fields search, indexof.
5208         (gl_list_search): Use the search_from_to method.
5209         (gl_list_search_from, gl_list_search_from_to): New functions.
5210         (gl_list_indexof): Use the indexof_from_to method.
5211         (gl_list_indexof_from, gl_list_indexof_from_to): New functions.
5212         * lib/gl_list.c (gl_list_search): Use the search_from_to method.
5213         (gl_list_search_from, gl_list_search_from_to): New functions.
5214         (gl_list_indexof): Use the indexof_from_to method.
5215         (gl_list_indexof_from, gl_list_indexof_from_to): New functions.
5216         * lib/gl_array_list.c (gl_array_indexof_from_to): Renamed from
5217         gl_array_indexof. Add start_index, end_index arguments.
5218         (gl_array_search_from_to): Renamed from gl_array_search. Add
5219         start_index, end_index arguments.
5220         (gl_array_remove, gl_array_list_implementation): Update.
5221         * lib/gl_carray_list.c (gl_carray_indexof_from_to): Renamed from
5222         gl_carray_indexof. Add start_index, end_index arguments.
5223         (gl_carray_search_from_to): Renamed from gl_carray_search. Add
5224         start_index, end_index arguments.
5225         (gl_carray_remove, gl_carray_list_implementation): Update.
5226         * lib/gl_anylinked_list2.h (gl_linked_search_from_to): Renamed from
5227         gl_linked_search. Add start_index, end_index arguments.
5228         (gl_linked_indexof_from_to): Renamed from gl_linked_indexof. Add
5229         start_index, end_index arguments.
5230         (gl_linked_remove): Update.
5231         * lib/gl_linked_list.c (gl_linked_list_implementation): Update.
5232         * lib/gl_linkedhash_list.c (gl_linkedhash_list_implementation): Update.
5233         * lib/gl_anytree_list1.h (iterstack_item_t): Change type of 'rightp'
5234         field to 'size_t'.
5235         * lib/gl_anytree_list2.h (gl_tree_search_from_to): Renamed from
5236         gl_tree_search. Add start_index, end_index arguments.
5237         (gl_tree_indexof_from_to): Renamed from gl_tree_indexof. Add
5238         start_index, end_index arguments.
5239         (gl_tree_remove): Update.
5240         * lib/gl_avltree_list.c (gl_avltree_list_implementation): Update.
5241         * lib/gl_rbtree_list.c (gl_rbtree_list_implementation): Update.
5242         * lib/gl_anytreehash_list1.h (compare_position_threshold): New
5243         function.
5244         * lib/gl_anytreehash_list2.h (gl_tree_search_from_to): Renamed from
5245         gl_tree_search. Add start_index, end_index arguments.
5246         (gl_tree_indexof_from_to): Renamed from gl_tree_indexof. Add
5247         start_index, end_index arguments.
5248         * lib/gl_avltreehash_list.c (gl_avltreehash_list_implementation):
5249         Update.
5250         * lib/gl_rbtreehash_list.c (gl_rbtreehash_list_implementation): Update.
5251
5252 2006-10-05  Bruno Haible  <bruno@clisp.org>
5253
5254         * modules/fwriteerror (configure.ac): Define GNULIB_FWRITEERROR.
5255
5256         * lib/clean-temp.h (open_temp, fopen_temp, close_temp, fclose_temp,
5257         fwriteerror_temp): New declarations.
5258         * lib/clean-temp.c (uintptr_t): Provide fallback definition.
5259         (descriptors): New variable.
5260         (cleanup): First, close the descriptors.
5261         (register_fd, unregister_fd, open_temp, fopen_temp, close_temp,
5262         fclose_temp, fwriteerror_temp): New functions.
5263
5264 2006-10-04  Jim Meyering  <jim@meyering.net>
5265
5266         * lib/fts.c (fts_open): Tiny comment change.
5267
5268 2006-10-04  Bruno Haible  <bruno@clisp.org>
5269
5270         Make it possible to invoke AC_GNU_SOURCE after gl_LOCK_EARLY.
5271         * m4/lock.m4 (gl_LOCK_EARLY_BODY): New macro, extracted code from
5272         gl_LOCK_BODY.
5273         (gl_LOCK_EARLY): Require gl_LOCK_EARLY_BODY, not gl_LOCK_BODY.
5274         (gl_LOCK_BODY): Remove settings of CPPFLAGS, now done in
5275         gl_LOCK_EARLY_BODY.
5276         (gl_LOCK): Require gl_LOCK_BODY.
5277
5278 2006-10-04  Bruno Haible  <bruno@clisp.org>
5279
5280         * lib/gl_oset.h (gl_setelement_threshold_fn): New type.
5281         (gl_oset_search_atleast): New declaration.
5282         (struct gl_oset_implementation): Add field 'search_atleast'.
5283         (gl_oset_search_atleast): New inline function.
5284         * lib/gl_oset.c (gl_oset_search_atleast): New function.
5285         * lib/gl_array_oset.c (gl_array_search_atleast): New function.
5286         (gl_array_oset_implementation): Update.
5287         * lib/gl_anytree_oset.h (gl_tree_search_atleast): New function.
5288         * lib/gl_avltree_oset.c (gl_avltree_oset_implementation): Update.
5289         * lib/gl_rbtree_oset.c (gl_rbtree_oset_implementation): Update.
5290
5291 2006-10-04  Bruno Haible  <bruno@clisp.org>
5292
5293         * lib/fatal-signal.c (fatal_signals) [WOE32]: Add the SIGBREAK signal.
5294
5295 2006-10-03  Bruno Haible  <bruno@clisp.org>
5296
5297         * lib/gl_rbtreehash_list.c (gl_rbtreehash_list_implementation): Renamed
5298         from gl_avltreehash_list_implementation.
5299
5300 2006-10-03  Bruno Haible  <bruno@clisp.org>
5301
5302         * lib/gl_oset.c (gl_oset_add): Fix return type.
5303
5304 2006-10-02  Paolo Bonzini  <bonzini@gnu.org>  (tiny change)
5305
5306         * lib/quotearg.c (mbstate_t) [!HAVE_MBRTOWC]: #define to int.
5307
5308 2006-10-02  Eric Blake  <ebb9@byu.net>
5309
5310         * modules/strnlen (Depends-on): Add extensions.
5311
5312 2006-10-02  Eric Blake  <ebb9@byu.net>
5313
5314         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Use autoconf's
5315         definition in 2.60+.
5316
5317 2006-10-02  Dmitry V. Levin  <ldv@altlinux.org>
5318
5319         * lib/fts.c (fts_close, fts_build, fts_palloc): Remove redundant
5320         checks.
5321
5322 2006-10-02  Bruno Haible  <bruno@clisp.org>
5323
5324         * gnulib-tool (func_emit_lib_Makefile_am): Don't add no-dependencies
5325         to the AUTOMAKE_OPTIONS.
5326         Reported by Jim Meyering.
5327
5328 2006-09-29  Paul Eggert  <eggert@cs.ucla.edu>
5329
5330         Work around bug in Solaris 10 /proc file system:
5331         /proc/self/fd/NNN/.. isn't the parent directory of
5332         the directory whose file descriptor is NNN.  This needs to
5333         be worked around at run time, not compile time, since a
5334         program might be built on Solaris 8, where things work, and
5335         run on Solaris 10.
5336         * lib/openat-priv.h (BUILD_PROC_NAME): Remove.  All callers changed
5337         to use the following interface instead:
5338         (OPENAT_BUFFER_SIZE): New macro.
5339         (openat_proc_name): New function.
5340         * lib/at-func.c (AT_FUNC_NAME): Adjust to above changes.
5341         * lib/openat.c (openat_permissive, openat_needs_fchdir, fdopendir):
5342         Likewise.
5343         * lib/openat-proc.c: New file.
5344         * modules/openat (Files): Add lib/openat-proc.c.
5345         (Depends-on): Add same-inode, stdbool.
5346         * m4/openat.m4 (gl_FUNC_OPENAT): Add AC_LIBOBJ(openat-proc).
5347
5348 2006-09-29  Bruno Haible  <bruno@clisp.org>
5349
5350         * lib/fwriteerror.h (fwriteerror_no_ebadf): New declaration.
5351         * lib/(do_fwriteerror): Renamed from fwriteerror. Add ignore_ebadf
5352         argument. Set stdout_closed before testing for ferror, not after.
5353         (fwriteerror, fwriteerror_no_ebadf): New functions.
5354
5355 2006-09-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5356
5357         * m4/intmax.m4 (gt_TYPE_INTMAX_T): Avoid unused variables warning.
5358
5359 2006-09-28  Paolo Bonzini  <bonzini@gnu.org>
5360
5361         * lib/poll.c (rpl_poll) [__APPLE__]: Use FIONREAD instead of MSG_PEEK.
5362         * m4/poll.m4: Look for sys/ioctl.h and sys/filio.h.
5363
5364 2006-09-28  Jim Meyering  <jim@meyering.net>
5365
5366         * lib/mkdir-p.c: Include "dirchownmod.h", not "dirchownmod.c".
5367         Include <unistd.h>.
5368
5369 2006-09-28  Bruno Haible  <bruno@clisp.org>
5370
5371         * modules/avltreehash-list (Depends-on): Add stdint, remove size_max.
5372         * modules/linkedhash-list (Depends-on): Likewise.
5373         * modules/rbtreehash-list (Depends-on): Likewise.
5374
5375 2006-09-28  Bruno Haible  <bruno@clisp.org>
5376
5377         * lib/strndup.h: Simplify the redefinition of strndup.
5378         (_GL_CONCAT, _GL_XCONCAT, __STRNDUP_ID): Remove macros.
5379         * m4/strndup.m4 (gl_FUNC_STRNDUP): Don't define __STRNDUP_PREFIX.
5380
5381 2006-09-28  Bruno Haible  <bruno@clisp.org>
5382
5383         * lib/gl_avltreehash_list.c: Include <stdint.h> instead of size_max.h.
5384         * lib/gl_linkedhash_list.c: Likewise.
5385         * lib/gl_rbtreehash_list.c: Likewise.
5386
5387 2006-09-27  Paul Eggert  <eggert@cs.ucla.edu>
5388
5389         * lib/canon-host.c (canon_host_r): Work around bug in Darwin 7.9.0
5390         getaddrinfo.
5391
5392         * lib/__fpending.h: Don't include <stdio_ext.h> unless
5393         HAVE_DECL___FPENDING.  This avoids a bug with lsbcc, where
5394         it causes <stdio_ext.h> to cause a compile-time error.
5395         Problem reported by Nelson H. F. Beebe.
5396         * lib/getpass.c: Likewise, except for HAVE_DECL___FSETLOCKING instead
5397         of HAVE_DECL___PENDING.
5398
5399         * m4/fpending.m4 (gl_FUNC_FPENDING): Check for stdio_ext at most once.
5400         * m4/getpass.m4 (gl_PREREQ_GETPASS): Check for __fsetlocking's
5401         declaration.
5402
5403 2006-09-27  Jim Meyering  <jim@meyering.net>
5404
5405         This file could end up with a definition for a function
5406         named __strndup, rather than rpl_strndup on a system with
5407         incomplete weak_alias support.
5408         * lib/strndup.c (strndup): Rename from __strndup.
5409         Remove #defines that used to map __strndup to strndup.
5410         Don't use K&R prototypes.
5411         Remove LIBC-related code, since this file is not sync'd with glibc.
5412         * lib/strndup.h: Revamp, accordingly.
5413         * m4/strndup.m4: Modernize.
5414
5415 2006-09-26  Paul Eggert  <eggert@cs.ucla.edu>
5416
5417         * modules/savewd (Depends-on): Add 'raise'.
5418         * lib/savewd.c: Include <signal.h>, for 'raise'.
5419
5420 2006-09-26  Jim Meyering  <jim@meyering.net>
5421
5422         * m4/acl.m4 (AC_FUNC_ACL): Disable ACL support altogether
5423         when we detect Darwin 8.7.0's acl_get_file bug.
5424         Rearrange to perform the new (below) run-test while $LIBS
5425         contains any acl-related library.  Set USE_ACL at the end.
5426         (gl_ACL_GET_FILE): New function.
5427
5428 2006-09-26  Eric Blake  <ebb9@byu.net>
5429
5430         * lib/verror.c: Include <config.h> unconditionally.
5431
5432 2006-09-25  Paul Eggert  <eggert@cs.ucla.edu>
5433
5434         * modules/clock-time (Maintainer): Add self.
5435         * modules/getlogin_r (Depends-on): Add extensions.
5436
5437 2006-09-25  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5438
5439         * modules/clock-time: New module.
5440         * modules/nanosleep (Depends-on): Add clock-time.
5441         * modules/gethrxtime (Depends-on): Likewise.
5442         * modules/gettime (Depends-on): Likewise.
5443         * modules/settime (Depends-on): Likewise.
5444
5445         * modules/fts-lgpl: Depend on openat.
5446         * modules/mkancesdirs: Depend on savewd.
5447         * modules/mkdir-p: Likewise.
5448
5449 2006-09-25  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5450
5451         * m4/host-os.m4 (gl_HOST_OS): Require AC_CANONICAL_HOST.
5452
5453         * m4/chdir-long.m4 (gl_FUNC_CHDIR_LONG): Rename cache variable from
5454         `gl_have_arbitrary_file_name_length_limit' to
5455         `gl_cv_have_arbitrary_file_name_length_limit', so that caching
5456         actually works between configure runs.
5457
5458 2006-09-25  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5459             Bruno Haible  <bruno@clisp.org>
5460
5461         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Include <string.h>.
5462
5463 2006-09-25  Jim Meyering  <jim@meyering.net>
5464
5465         * m4/fcntl_h.m4 (gl_FCNTL_H): Fix typo in test for failed open.
5466         This typo caused coreutils/tests/dd/misc to fail on Darwin 8.7.0.
5467
5468 2006-09-25  Eric Blake  <ebb9@byu.net>
5469
5470         * gnulib-tool (func_import, func_create_testdir): Fix typos in
5471         exec's in 2006-09-18 patch when shuffling fds.
5472
5473 2006-09-25  Bruno Haible  <bruno@clisp.org>
5474
5475         * m4/getloadavg.m4 (gl_GETLOADAVG): Fix directory in error message.
5476         Reported by Jim Meyering.
5477
5478 2006-09-24  Jim Meyering  <jim@meyering.net>
5479
5480         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Don't use '>' to
5481         compare a pointer against a literal "0".  That caused failures with
5482         at least HP-UX's hpcc.
5483
5484 2006-09-22  Simon Josefsson  <jas@extundo.com>
5485
5486         * modules/gc-sha1:
5487         * modules/gc-md4:
5488         * modules/gc-hmac-sha1:
5489         * modules/gc-hmac-md5:
5490         * modules/gc-des:
5491         * modules/gc-arcfour: Distribute more files.
5492
5493 2006-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5494
5495         * lib/gl_anylinked_list2.h [lint] (gl_linked_iterator)
5496         (gl_linked_iterator_from_to): Initialize struct completely.
5497         * lib/gl_anytree_list2.h [lint] (gl_tree_iterator): Likewise.
5498         (gl_tree_iterator_from_to): Likewise
5499         * lib/gl_anytree_oset.h [lint] (gl_tree_iterator): Likewise.
5500         * lib/gl_array_list.c [lint] (gl_array_iterator)
5501         (gl_array_iterator_from_to): Likewise.
5502         * lib/gl_array_oset.c [lint] (gl_array_iterator): Likewise.
5503         * lib/gl_carray_list.c [lint] (gl_carray_iterator)
5504         (gl_carray_iterator_from_to): Likewise.
5505
5506         * lib/gc-gnulib.c [GC_USE_HMAC_SHA1]: include hmac.h for hmac_sha1.
5507         * lib/md4.c (md4_process_block): Remove unused variable.
5508         * lib/rijndael-api-fst.c (rijndaelBlockDecrypt): GCC suggests
5509         parentheses for clarity.
5510
5511 2006-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5512
5513         * modules/bison-i18n (Depends-on): Add gettext.
5514
5515 2006-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5516
5517         * m4/fsusage.m4 (gl_STATFS_TRUNCATES): Avoid unused variable.
5518         * m4/getdate.m4 (gl_C_COMPOUND_LITERALS): Likewise.
5519         * m4/jm-winsz1.m4 (gl_HEADER_TIOCGWINSZ_IN_TERMIOS_H): Likewise;
5520         also add missing comma that caused broken test.
5521         * m4/link-follow.m4 (gl_AC_FUNC_LINK_FOLLOWS_SYMLINK): Include
5522         stdlib.h, for `abort'.
5523         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Avoid unused
5524         variables.
5525         * m4/mkdir-slash.m4 (gl_FUNC_MKDIR_TRAILING_SLASH): Check for and
5526         include unistd.h if present, for `rmdir'.
5527         * m4/physmem.m4 (gl_SYS__SYSTEM_CONFIGURATION): Avoid unused
5528         variables.
5529         * m4/putenv.m4 (gl_FUNC_PUTENV): Rewrite using AC_RUN_IFELSE, and
5530         in the process include standard headers for prototypes.
5531         * m4/readutmp.m4 (gl_READUTMP): Require AC_GNU_SOURCE, so utmpxname
5532         gets declared on GNU/Linux.
5533         * m4/rmdir-errno.m4 (gl_FUNC_RMDIR_NOTEMPTY): Check for and include
5534         unistd.h, for `rmdir'.
5535         * m4/time_r.m4 (gl_TIME_R): Avoid unused variables.
5536
5537         * m4/fnmatch.m4 (_AC_FUNC_FNMATCH_IF): Avoid expression that is
5538         always true.
5539         * m4/strndup.m4 (gl_FUNC_STRNDUP): include stdlib.h, for `free'.
5540
5541         * m4/sockpfaf.m4 (gl_SOCKET_FAMILIES): Avoid gcc -Wall warnings.
5542
5543 2006-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5544
5545         * gnulib-tool (func_version): Create output all at once.  This
5546         may help avoid triggering unnecessary SIGPIPEs, and at any
5547         rate it doesn't hurt.
5548
5549 2006-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5550             Bruno Haible  <bruno@clisp.org>
5551
5552         * m4/lock.m4 (gl_LOCK_BODY): Avoid unused variables warning.
5553         * m4/mbswidth.m4 (gl_MBSWIDTH): Likewise.
5554         * m4/signed.m4 (bh_C_SIGNED): Likewise.
5555
5556         * m4/vasprintf.m4 (gl_PREREQ_VASPRINTF_H): New macro.
5557         (gl_FUNC_VASPRINTF): Invoke it.
5558
5559 2006-09-22  Bruno Haible  <bruno@clisp.org>
5560
5561         * m4/getloadavg.m4 (gl_GETLOADAVG): Expect the directory of
5562         getloadavg.c as first argument.
5563
5564 2006-09-22  Bruno Haible  <bruno@clisp.org>
5565
5566         * gnulib-tool (func_import, func_create_testdir): Set gl_source_base
5567         at the beginning of the gl_INIT macro.
5568         * modules/getloadavg (configure.ac): Pass $gl_source_base to
5569         gl_GETLOADAVG.
5570
5571 2006-09-22  Bruno Haible  <bruno@clisp.org>
5572
5573         * gnulib-tool (func_create_megatestdir): Don't include the config-h
5574         module.
5575         Suggested by Ralf Wildenhues.
5576
5577 2006-09-20  Paul Eggert  <eggert@cs.ucla.edu>
5578
5579         Import this patch from libc:
5580
5581         2006-09-06  Jakub Jelinek  <jakub@redhat.com>
5582
5583         * lib/regex_internal.c (re_string_reconstruct): Handle
5584         offset < pstr->valid_raw_len && pstr->offsets_needed case.
5585         Ensure no bytes read before raw_mbs array.  Pass a saved copy of
5586         pstr->valid_len - 1 rather than pstr->valid_raw_len - 1 to
5587         re_string_context_at.
5588
5589         * m4/regex.m4 (gl_REGEX): Check for locale.h, since the test
5590         now requires it.
5591         (gl_PREREQ_REGEX): Don't check for locale.h any more, since
5592         gl_REGEX now does it for us.
5593         (gl_REGEX): Add test taken from
5594         http://sourceware.org/ml/libc-hacker/2006-09/msg00008.html.
5595
5596         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Require AC_SYS_LARGEFILE.
5597         Check that large offsets work.  Modernize Autoconf usages.
5598         Prefer "yes" to mean a good thing rather than a bad.
5599         Don't put "#define mkstemp" in config.h, as this might interfere
5600         with standard system headers that "#define mkstemp mkstemp64".
5601
5602         * modules/mkstemp (Depends-on): Add extensions, so that
5603         mkstemp is visible on some platforms.
5604         (Makefile.am): Add mkstemp.h to EXTRA_DIST.
5605         (Include): Change to "mkstemp.h" from <stdlib.h>.
5606         (Files): Add mkstemp.h.
5607
5608         * lib/mkstemp.h: New file, since some standard headers
5609         #define mkstemp.
5610         * lib/mkstemp.c: Revamp to put the !_LIBC code together.
5611         Include "mkstemp.h".
5612         Make the _LIBC code resemble glibc original more,
5613         e.g., use K&R style.
5614         * lib/mkstemp-safer.c: Include "mkstemp.h" instead of <stdlib.h>.
5615         (mkstemp): Remove, since mkstemp.h does this for us.
5616         * lib/stdlib--.h: Include mkstemp.h.
5617
5618         Import this patch from libc:
5619
5620         2006-04-07  Ulrich Drepper  <drepper@redhat.com>
5621
5622         * lib/tempname.c (__gen_tempname): Change attempts_min
5623         into a macro.  Use preprocessor to decide how to initialize
5624         attempts [Coverity CID 67].
5625
5626 2006-09-20  Bruno Haible  <bruno@clisp.org>
5627
5628         * lib/mkdtemp.c: Import from libc.
5629         2006-04-07  Ulrich Drepper  <drepper@redhat.com>
5630                 * sysdeps/posix/tempname.c (__gen_tempname): Change
5631                 attempts_min into a macro.  Use preprocessor to decide how to
5632                 initialize attempts [Coverity CID 67].
5633         2001-11-27  Paul Eggert  <eggert@twinsun.com>
5634                 * sysdeps/posix/tempname.c (__gen_tempname): Try at least
5635                 ATTEMPTS_MIN or TMP_MAX times, whichever is greater.
5636
5637 2006-09-19  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5638
5639         * gnulib-tool (func_exit): New function, to allow to pass the
5640         exit status portably through the trap.  Use everywhere.
5641         (--help, --version): Signal a write error.
5642         (trap): catch SIGPIPE, for write errors.
5643         Exit at the end of the trap, with the correct exit status.
5644
5645 2006-09-19  Karl Berry  <karl@gnu.org>
5646
5647         * doc/gnulib.texi: note about the license texinfo files.
5648
5649 2006-09-19  Eric Blake  <ebb9@byu.net>
5650
5651         * gnulib-tool: Avoid space-tab.
5652
5653 2006-09-18  Paul Eggert  <eggert@cs.ucla.edu>
5654
5655         * lib/getaddrinfo.c (getaddrinfo) [defined HAVE_IPV6]: Fix typo
5656         that prevented coreutils 6.1 from building.  Problem reported
5657         by Petter Reinholdtsen.
5658
5659 2006-09-18  Paul Eggert  <eggert@cs.ucla.edu>
5660
5661         * gnulib-tool (avoidlist): Fix typo that broke options like
5662         --avoid=lock that are used by coreutils bootstrap.
5663
5664 2006-09-18  Mark D. Baushke  <mdb@gnu.org>
5665
5666         * m4/inttypes.m4 (gl_INTTYPES_H): Quote "test" args
5667         more systematically.
5668
5669 2006-09-18  Jim Meyering  <jim@meyering.net>
5670
5671         * lib/savewd.c (savewd_restore): Don't shadow: s/status/child_status/.
5672
5673 2006-09-18  Bruno Haible  <bruno@clisp.org>
5674
5675         * modules/inttypes (Files): Remove m4/inttypes-h.m4.
5676
5677 2006-09-18  Bruno Haible  <bruno@clisp.org>
5678
5679         * m4/inttypes-h.m4 (gl_HEADER_INTTYPES_H): Remove macro.
5680         * m4/inttypes-pri.m4: Require autoconf >= 2.52.
5681         (gt_INTTYPES_PRI): Invoke AC_CHECK_HEADERS on inttypes.h. Test
5682         ac_cv_header_inttypes_h instead of gl_cv_header_inttypes_h.
5683         * m4/gettext.m4: Require autoconf >= 2.52.
5684         (gt_INTL_SUBDIR_CORE): Invoke AC_CHECK_HEADERS on inttypes.h.
5685         * m4/inttypes.m4 (gl_INTTYPES_H): Test ac_cv_header_inttypes_h instead
5686         of gl_cv_header_inttypes_h.
5687
5688 2006-09-18  Bruno Haible  <bruno@clisp.org>
5689
5690         * lib/javaversion.c: Include configmake.h.
5691
5692 2006-09-18  Bruno Haible  <bruno@clisp.org>
5693
5694         * gnulib-tool (func_import, func_create_testdir): Use exec tricks to
5695         avoid that the while loops be executed in a subshell.
5696
5697 2006-09-18  Bruno Haible  <bruno@clisp.org>
5698
5699         * MODULES.html.sh (func_module): Break long lines.
5700         Suggested by Bruce Korb <bkorb@gnu.org>.
5701
5702 2006-09-17  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5703
5704         Speed up by a factor of 1.12.
5705         * gnulib-tool (nl): New variable.
5706         (func_import): Rewrite include directive extraction to only read each
5707         directive once.
5708
5709 2006-09-17  Bruno Haible  <bruno@clisp.org>
5710
5711         * modules/javaversion (Makefile.am): Remove DEFS setting.
5712         (Depends-on): Add configmake, for PKGDATADIR definition.
5713
5714 2006-09-17  Bruno Haible  <bruno@clisp.org>
5715
5716         * gnulib-tool (func_create_testdir): Rewrite all files at once.
5717
5718 2006-09-17  Bruno Haible  <bruno@clisp.org>
5719
5720         * gnulib-tool (func_append): New function, stolen from libtool.m4.
5721         (func_modules_transitive_closure, func_modules_add_dummy,
5722         func_modules_to_filelist, func_import, func_create_testdir,
5723         func_create_megatestdir, ...): Use it wherever possible.
5724         Suggested by Ralf Wildenhues.
5725
5726 2006-09-16  Karl Berry  <karl@gnu.org>
5727
5728         * doc/fdl.texi (ADDENDUM): switch to @heading from @appendixsubsec,
5729         to avoid sectioning errors.
5730         * doc/lgpl.texi, gpl.texi (Copying): downcase @unnumbered title.
5731         [ifinfo]: blank line after @center-ed titles.
5732         * doc/lgpl.texi (Library Copying): Rename main node to GNU LGPL.
5733         Spell FSF address consistently with others.
5734         (These changes approved by rms.)
5735
5736 2006-09-15  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5737
5738         Speed up by a factor of 1.61.
5739         * gnulib-tool (func_modules_transitive_closure): Rewrite to not check
5740         already checked module names again.
5741
5742 2006-09-15  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5743
5744         Speed up by a factor of 1.13.
5745         * gnulib-tool (func_import): Rewrite all old_files at once; likewise
5746         for new_files, and the input to func_add_or_update.
5747
5748 2006-09-15  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5749
5750         * gnulib-tool (func_all_modules, func_modules_to_filelist, func_import,
5751         func_create_testdir, ...): Change 'sort | uniq' to 'sort -u'.
5752
5753 2006-09-15  Paul Eggert  <eggert@cs.ucla.edu>
5754
5755         * modules/mkancesdirs (Depends-on): Add fcntl.
5756         * modules/savewd: New file.
5757         * MODULES.html.sh (File system functions): Add savewd.
5758
5759         * modules/configmake (Makefile.am): Add support for the
5760         Automake-supplied PKGLIBDIR, PKGINCLUDEDIR, PKGDATADIR.
5761
5762 2006-09-15  Paul Eggert  <eggert@cs.ucla.edu>
5763
5764         * m4/savewd.m4: New file.
5765
5766 2006-09-15  Paul Eggert  <eggert@cs.ucla.edu>
5767
5768         * lib/dirchownmod.c: Don't include fcntl.h; no longer needed.
5769         (dirchownmod): New arg FD.  All callers changed.
5770         Use FD rather than opening the directory ourself, as opening is
5771         now the caller's responsibility.
5772         * lib/dirchownmod.h: Likewise.
5773         * lib/mkancesdirs.c: Include <sys/types.h>, for portability to older
5774         hosts that require <sys/types.h> before <sys/stat.h>.  Include
5775         fcntl.h, savewd.h, and unistd.h, not dirname.h and stat-macros.h.
5776         (test_dir): Remove.
5777         (mkancesdirs): Return length of prefix of FILE that has already
5778         been made, or -2 if there is a child doing the work.  Redo
5779         algorithm so that it is O(N) rather than O(N**2).  Optimize away
5780         ".", and treat ".." specially since it might stray back into
5781         already-created areas.  Use a subprocess if necessary.  New arg
5782         WD; all users changed.  MAKE_DIR function should now return 1
5783         if it creates a directory that is not readable.  Return -2 if
5784         a child process is spun off.
5785         * lib/mkancesdirs.h: Include <stddef.h>, for ptrdiff_t.
5786         Adjust signature to match code.
5787         * lib/mkdir-p.c: Include dirname.h, for IS_ABSOLUTE_FILE_NAME.
5788         (make_dir_parents): Use a subprocess if necessary.  New arg WD;
5789         all users changed.
5790         * lib/savewd.c, lib/savewd.h: New files.
5791
5792 2006-09-15  Jim Meyering  <jim@meyering.net>
5793
5794         * modules/rename-dest-slash: New module.
5795         * MODULES.html.sh (posix_compat): Add it here.
5796
5797         * modules/rename: Reflect vb_FUNC_RENAME -> gl_FUNC_RENAME change.
5798
5799 2006-09-15  Jim Meyering  <jim@meyering.net>
5800
5801         * m4/rename-dest-slash.m4 (gl_FUNC_RENAME_TRAILING_DEST_SLASH): New
5802         file.
5803
5804         * m4/rename.m4 (gl_FUNC_RENAME): Rename from vb_FUNC_RENAME.
5805
5806 2006-09-15  Jim Meyering  <jim@meyering.net>
5807
5808         * lib/rename-dest-slash.c (has_trailing_slash): Use
5809         FILE_SYSTEM_PREFIX_LEN, for non-POSIX systems.
5810         (rpl_rename_dest_slash): Perform the cheaper trailing slash
5811         test before testing whether SRC is a directory.
5812         Suggestions from Bruno Haible.
5813
5814         Avoid a warning about an unused variable.
5815         * lib/regex_internal.c (re_dfa_add_node): Move declaration of "type"
5816         into the #ifdef block where it's used.
5817
5818         * lib/rename-dest-slash.c: New file.
5819
5820 2006-09-14  Bruno Haible  <bruno@clisp.org>
5821
5822         * lib/allocsa.c: Include <config.h> unconditionally.
5823         * lib/asnprintf.c: Likewise.
5824         * lib/asprintf.c: Likewise.
5825         * lib/c-strcasecmp.c: Likewise.
5826         * lib/c-strcasestr.c: Likewise.
5827         * lib/c-strncasecmp.c: Likewise.
5828         * lib/c-strstr.c: Likewise.
5829         * lib/classpath.c: Likewise.
5830         * lib/clean-temp.c: Likewise.
5831         * lib/concatpath.c: Likewise.
5832         * lib/copy-file.c: Likewise.
5833         * lib/csharpcomp.c: Likewise.
5834         * lib/csharpexec.c: Likewise.
5835         * lib/execute.c: Likewise.
5836         * lib/fatal-signal.c: Likewise.
5837         * lib/findprog.c: Likewise.
5838         * lib/fwriteerror.c: Likewise.
5839         * lib/gl_array_list.c: Likewise.
5840         * lib/gl_array_oset.c: Likewise.
5841         * lib/gl_avltree_list.c: Likewise.
5842         * lib/gl_avltree_oset.c: Likewise.
5843         * lib/gl_avltreehash_list.c: Likewise.
5844         * lib/gl_carray_list.c: Likewise.
5845         * lib/gl_linked_list.c: Likewise.
5846         * lib/gl_linkedhash_list.c: Likewise.
5847         * lib/gl_list.c: Likewise.
5848         * lib/gl_oset.c: Likewise.
5849         * lib/gl_rbtree_list.c: Likewise.
5850         * lib/gl_rbtree_oset.c: Likewise.
5851         * lib/gl_rbtreehash_list.c: Likewise.
5852         * lib/imaxabs.c: Likewise.
5853         * lib/imaxdiv.c: Likewise.
5854         * lib/javacomp.c: Likewise.
5855         * lib/javaexec.c: Likewise.
5856         * lib/javaversion.c: Likewise.
5857         * lib/linebreak.c: Likewise.
5858         * lib/localcharset.c: Likewise.
5859         * lib/lock.c: Likewise.
5860         * lib/mbchar.c: Likewise.
5861         * lib/mbswidth.c: Likewise.
5862         * lib/mkdtemp.c: Likewise.
5863         * lib/pipe.c: Likewise.
5864         * lib/printf-args.c: Likewise.
5865         * lib/printf-parse.c: Likewise.
5866         * lib/progname.c: Likewise.
5867         * lib/progreloc.c: Likewise.
5868         * lib/readlink.c: Likewise.
5869         * lib/sh-quote.c: Likewise.
5870         * lib/stpcpy.c: Likewise.
5871         * lib/stpncpy.c: Likewise.
5872         * lib/strcasecmp.c: Likewise.
5873         * lib/strcasestr.c: Likewise.
5874         * lib/strcspn.c: Likewise.
5875         * lib/striconv.c: Likewise.
5876         * lib/strncasecmp.c: Likewise.
5877         * lib/strnlen1.c: Likewise.
5878         * lib/strstr.c: Likewise.
5879         * lib/strtok_r.c: Likewise.
5880         * lib/tls.c: Likewise.
5881         * lib/tmpdir.c: Likewise.
5882         * lib/unicodeio.c: Likewise.
5883         * lib/unsetenv.c: Likewise.
5884         * lib/vasnprintf.c: Likewise.
5885         * lib/vasprintf.c: Likewise.
5886         * lib/wait-process.c: Likewise.
5887         * lib/xallocsa.c: Likewise.
5888         * lib/xsetenv.c: Likewise.
5889         * lib/xstriconv.c: Likewise.
5890
5891 2006-09-13  Simon Josefsson  <jas@extundo.com>
5892
5893         * m4/getdate.m4: Don't AC_LIBOBJ([getdate]), automake takes care of
5894         that internally, suggested by Ralf Wildenhues
5895         <Ralf.Wildenhues@gmx.de>.
5896
5897 2006-09-13  Simon Josefsson  <jas@extundo.com>
5898
5899         * gnulib-tool (func_emit_lib_Makefile_am): Use $(LIBOBJS), not
5900         @LIBOBJS@.
5901         Suggested by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
5902
5903 2006-09-13  Paul Eggert  <eggert@cs.ucla.edu>
5904
5905         * lib/_fpending.c: Include <config.h> unconditionally, since we no
5906         longer worry about uses that don't define HAVE_CONFIG_H.
5907         * lib/acl.c, lib/alloca.c, lib/argmatch.c, lib/atexit.c:
5908         * lib/backupfile.c, lib/basename.c, lib/c-stack.c, lib/c-strtod.c:
5909         * lib/calloc.c,lib/ canon-host.c, lib/canonicalize.c, lib/chdir-long.c:
5910         * lib/chdir-safer.c, lib/chown.c, lib/cloexec.c, lib/close-stream.c:
5911         * lib/closeout.c, lib/creat-safer.c, lib/cycle-check.c, lib/diacrit.c:
5912         * lib/dirchownmod.c, lib/dirfd.c, lib/dirname.c, lib/dup-safer.c:
5913         * lib/dup2.c, lib/error.c, lib/euidaccess.c, lib/exclude.c:
5914         * lib/exitfail.c, lib/fchmodat.c, lib/fchown-stub.c, lib/fd-safer.c:
5915         * lib/file-type.c, lib/fileblocks.c, lib/filemode.c, lib/filenamecat.c:
5916         * lib/fnmatch.c, lib/fopen-safer.c, lib/fprintftime.c, lib/free.c:
5917         * lib/fsusage.c, lib/ftruncate.c, lib/fts-cycle.c, lib/fts.c:
5918         * lib/full-write.c, lib/gai_strerror.c, lib/getcwd.c, lib/getdate.y:
5919         * lib/getdomainname.c, lib/getgroups.c, lib/gethostname.c:
5920         * lib/gethrxtime.c, lib/getloadavg.c, lib/getlogin_r.c:
5921         * lib/getndelim2.c, lib/getnline.c, lib/getopt.c, lib/getopt1.c:
5922         * lib/getpass.c, lib/gettime.c, lib/gettimeofday.c, lib/getugroups.c:
5923         * lib/getusershell.c, lib/glob.c, lib/group-member.c:
5924         * lib/hard-locale.c, lib/hash-pjw.c, lib/hash.c, lib/human.c:
5925         * lib/idcache.c, lib/inet_ntop.c, lib/inet_pton.c, lib/inttostr.c:
5926         * lib/isdir.c, lib/lchown.c, lib/linebuffer.c, lib/long-options.c:
5927         * lib/lstat.c, lib/malloc.c, lib/md5.c, lib/memcasecmp.c, lib/memchr.c:
5928         * lib/memcmp.c, lib/memcoll.c, lib/memcpy.c, lib/memmove.c:
5929         * lib/memrchr.c, lib/mkancesdirs.c, lib/mkdir-p.c, lib/mkdir.c:
5930         * lib/mkdirat.c, lib/mkstemp-safer.c, lib/mkstemp.c, lib/modechange.c:
5931         * lib/mountlist.c, lib/nanosleep.c, lib/obstack.c, lib/open-safer.c:
5932         * lib/openat-die.c, lib/openat.c, lib/pagealign_alloc.c, lib/physmem.c:
5933         * lib/pipe-safer.c, lib/posixtm.c, lib/posixver.c, lib/putenv.c:
5934         * lib/quote.c, lib/quotearg.c, lib/raise.c, lib/readtokens.c:
5935         * lib/readtokens0.c, lib/readutmp.c, lib/realloc.c, lib/regex.c:
5936         * lib/rename.c, lib/rmdir.c, lib/rpmatch.c, lib/safe-read.c:
5937         * lib/same.c, lib/save-cwd.c, lib/savedir.c, lib/setenv.c:
5938         * lib/settime.c, lib/sha1.c, lib/sig2str.c, lib/snprintf.c:
5939         * lib/strdup.c, lib/strerror.c, lib/strftime.c, lib/stripslash.c:
5940         * lib/strndup.c, lib/strnlen.c, lib/strpbrk.c, lib/strtod.c:
5941         * lib/strtoimax.c, lib/strtol.c, lib/strverscmp.c, lib/tempname.c:
5942         * lib/time_r.c, lib/timegm.c, lib/tmpfile-safer.c, lib/unlinkdir.c:
5943         * lib/userspec.c, lib/utime.c, lib/utimecmp.c, lib/utimens.c:
5944         * lib/version-etc-fsf.c, lib/version-etc.c, lib/xalloc-die.c:
5945         * lib/xgetcwd.c, lib/xgethostname.c, lib/xmalloc.c, lib/xmemcoll.c:
5946         * lib/xnanosleep.c, lib/xreadlink.c, lib/xstrtod.c, lib/xstrtoimax.c:
5947         * lib/xstrtol.c, lib/xstrtoumax.c, lib/yesno.c:
5948         Likewise.
5949
5950 2006-09-13  Eric Blake  <ebb9@byu.net>
5951
5952         * lib/getopt.c: Fix typo in last commit.
5953
5954 2006-09-12  Sergey Poznyakoff  <gray@gnu.org.ua>
5955
5956         * lib/argp-help.c (argp_doc): Make sure NULL is not passed to
5957         dgettext.
5958
5959 2006-09-12  Jim Meyering  <jim@meyering.net>
5960
5961         * lib/nanosleep.c: Include <sys/types.h> before sys/select.h, to avoid
5962         compilation failure (due to use of pid_t in latter) on NetBSD 1.6.
5963         Reported by Nelson H. F. Beebe.
5964
5965 2006-09-10  Sergey Poznyakoff  <gray@gnu.org.ua>
5966
5967         * lib/argp-parse.c (__argp_parse) [!_LIBC]: Make sure
5968         program_invocation_name and program_invocation_short_name are
5969         initialized.
5970         * lib/argp-namefrob.h: Move declarations of program_invocation_name
5971         and program_invocation_short_name to argp.h, so they are visible
5972         to user programs.
5973         * lib/argp.h: Likewise
5974
5975 2006-09-10  Bruno Haible  <bruno@clisp.org>
5976
5977         * modules/mkdtemp (Files): Remove m4/ulonglong.m4, m4/stdint_h.m4,
5978         m4/inttypes_h.m4, m4/uintmax_t.m4.
5979
5980 2006-09-10  Bruno Haible  <bruno@clisp.org>
5981
5982         * m4/mkdtemp.m4 (gl_PREREQ_MKDTEMP): Don't require
5983         gl_AC_TYPE_UINTMAX_T.
5984
5985 2006-09-10  Bruno Haible  <bruno@clisp.org>
5986
5987         * lib/mkdtemp.c: Include <stdint.h> always. Don't include <inttypes.h>.
5988
5989 2006-09-09  Sergey Poznyakoff  <gray@gnu.org.ua>
5990
5991         * lib/argp.h (struct argp): Document the N_("..") "\v" N_("..")
5992         convention.  Text proposed by Bruno Haible.
5993         (struct argp_option): Document the use of N_() wrappers.
5994
5995         * lib/argp-help.c (argp_doc): Split the untranslated doc string on
5996         '\v', and translate the two parts separately, instead of feeding
5997         the whole string to gettext.  This allows to exclude
5998         '\v' from the strings visible to the translator by writing doc
5999         strings as N_("..") "\v" N_("..").
6000
6001 2006-09-09  Paul Eggert  <eggert@cs.ucla.edu>
6002
6003         * config/srclist.txt: Undo latest change; the bug was fixed.
6004
6005 2006-09-09  Bruno Haible  <bruno@clisp.org>
6006
6007         * gnulib-tool (func_emit_lib_Makefile_am): Eliminate lib_LDFLAGS
6008         assignments if building a library without libtool.
6009         (func_emit_tests_Makefile_am): Likewise. Handle lib_* variables as
6010         in func_emit_lib_Makefile_am.
6011         (func_import): When building a static library libfoo.a, arrange to
6012         define variables LIBFOO_LIBDEPS and LIBFOO_LTLIBDEPS.
6013         (func_create_testdir): Likewise.
6014         * modules/gc (configure.ac, Makefile.am): If building statically,
6015         augment gl_libdeps and gl_ltlibdeps instead of lib_LDFLAGS.
6016         * modules/iconvme (configure.ac, Makefile.am): Likewise.
6017         * modules/striconv (configure.ac, Makefile.am): Likewise.
6018         Based on a suggestion by Ralf Wildenhues.
6019
6020 2006-09-08  Paul Eggert  <eggert@cs.ucla.edu>
6021
6022         * m4/mktime.m4 (AC_FUNC_MKTIME): Sync from Autoconf.
6023         Check for unistd.h too, since Autoconf doesn't assume POSIX.
6024         Also:
6025
6026         2006-09-08  Paul Eggert  <eggert@cs.ucla.edu>
6027         Add year_2050_test to catch glibc bug 2821
6028         <http://sourceware.org/bugzilla/show_bug.cgi?id=2821>.
6029
6030         2006-08-15  Paul Eggert  <eggert@cs.ucla.edu>
6031         Prefer #ifdef to #if.
6032
6033         2006-04-02  Paul Eggert  <eggert@cs.ucla.edu>
6034         Return from 'main' instead of calling 'exit'.
6035
6036 2006-09-08  Paul Eggert  <eggert@cs.ucla.edu>
6037
6038         * lib/mktime.c (guess_time_tm): Fix bug where mktime
6039         returned the maximum time_t value rather than (time_t) -1.
6040         Problem originally reported by William Bardwell
6041         <http://sourceware.org/bugzilla/show_bug.cgi?id=2821>.
6042
6043         * lib/isapipe.h (HAVE_FIFO_PIPES) [!defined HAVE_FIFO_PIPES]:
6044         Moved to here ...
6045         * lib/isapipe.c (HAVE_FIFO_PIPES) [!defined HAVE_FIFO_PIPES]:
6046         ... from here.
6047
6048 2006-09-08  Paul Eggert  <eggert@cs.ucla.edu>
6049
6050         * config/srclist.txt: Temporarily comment out mktime.c until glibc bug
6051         2821 is fixed.
6052
6053 2006-09-08  Jim Meyering  <jim@meyering.net>
6054
6055         Don't make generated files read-only.  That would bother too many
6056         people.  However, do retain the ability to work when targets are
6057         read-only: remove the destination and temporary files before writing
6058         them (when generated via sed or echo), or by using the -f option for
6059         both cp and mv commands.  Suggestion to use -f from Paul Eggert.
6060         * modules/alloca-opt, modules/argz, modules/arpa_inet:
6061         * modules/byteswap, modules/configmake, modules/fcntl:
6062         * modules/fnmatch, modules/getopt, modules/glob, modules/inttypes:
6063         * modules/localcharset, modules/netinet_in, modules/poll:
6064         * modules/stdbool, modules/stdint, modules/sys_select:
6065         * modules/sys_socket, modules/sys_stat, modules/sysexits:
6066
6067 2006-09-08  Jim Meyering  <jim@meyering.net>
6068
6069         Avoid new build failure on FreeBSD 6.0.
6070         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Include
6071         <sys/param.h> when testing whether getmntinfo uses statvfs.  Patch by
6072         Pavel Tsekov, in <http://savannah.gnu.org/bugs/?17643>.
6073
6074 2006-09-07  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
6075
6076         * m4/fsusage.m4 (gl_FILE_SYSTEM_USAGE): Don't use plain echo.
6077
6078 2006-09-07  Jim Meyering  <jim@meyering.net>
6079
6080         Fix global typo in last change: use chmod u-w, not chmod u-x.
6081         Spotted by Paul Eggert and Bruce Korb.
6082         * modules/alloca-opt, modules/argz, modules/arpa_inet:
6083         * modules/byteswap, modules/configmake, modules/fcntl:
6084         * modules/fnmatch, modules/getopt, modules/glob, modules/inttypes:
6085         * modules/localcharset, modules/netinet_in, modules/poll:
6086         * modules/stdbool, modules/stdint, modules/sys_select:
6087         * modules/sys_socket, modules/sys_stat, modules/sysexits:
6088
6089 2006-09-06  Jim Meyering  <jim@meyering.net>
6090
6091         Make generated files be read-only.
6092         * modules/alloca-opt (Makefile.am): Work also when $@ is read-only.
6093         Ensure that each generated file is now read-only.
6094         * modules/argz: Likewise.
6095         * modules/arpa_inet: Likewise.
6096         * modules/byteswap: Likewise.
6097         * modules/configmake: Likewise.
6098         * modules/fcntl: Likewise.
6099         * modules/fnmatch: Likewise.
6100         * modules/getopt: Likewise.
6101         * modules/glob: Likewise.
6102         * modules/inttypes: Likewise.
6103         * modules/netinet_in: Likewise.
6104         * modules/poll: Likewise.
6105         * modules/stdbool: Likewise.
6106         * modules/stdint: Likewise.
6107         * modules/sys_select: Likewise.
6108         * modules/sys_socket: Likewise.
6109         * modules/sys_stat: Likewise.
6110         * modules/sysexits: Likewise.
6111         * modules/localcharset: Same as above, but continue using temporary
6112         file named "t-$@" (why different?) rather than the "$@-t" used
6113         everywhere else.
6114
6115         * modules/sysexits (Makefile.am): Replace literal occurrences
6116         of "sysexit.h" more readable, and more consistent, "$@".
6117
6118 2006-09-06  Bruno Haible  <bruno@clisp.org>
6119
6120         * modules/striconv: New file.
6121         * modules/xstriconv: New file.
6122         * MODULES.html.sh (Internationalization functions): Add striconv,
6123         xstriconv.
6124
6125 2006-09-06  Bruno Haible  <bruno@clisp.org>
6126
6127         * modules/gc (Makefile.am): Augment lib_LDFLAGS, not lib_LIBADD.
6128         * modules/iconvme (Makefile.am): Likewise. Also handle the case of
6129         not using libtool correctly.
6130
6131 2006-09-06  Bruno Haible  <bruno@clisp.org>
6132
6133         * lib/striconv.h: New file.
6134         * lib/striconv.c: New file, merging iconvme.c with GNU gettext's
6135         iconvstring.c.
6136         * lib/xstriconv.h: New file.
6137         * lib/xstriconv.c: New file.
6138
6139 2006-09-06  Bruno Haible  <bruno@clisp.org>
6140
6141         * gnulib-tool (func_emit_lib_Makefile_am): Initialize also
6142         lib_..._LDFLAGS.
6143
6144 2006-09-05  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
6145
6146         * lib/argz_.h: Sync from Libtool.
6147
6148         2006-09-04  George Bosilca <bosilca@cs.utk.edu>
6149                 and Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
6150
6151         * lib/libltdl/argz_.h: It's __cplusplus, not _cplusplus.
6152
6153 2006-09-05  Davide Angelocola  <davide.angelocola@tiscali.it>
6154
6155         * modules/trim: New file.
6156
6157 2006-09-05  Davide Angelocola  <davide.angelocola@tiscali.it>
6158
6159         * lib/trim.h: New file.
6160         * lib/trim.c: New file.
6161
6162 2006-09-05  Bruno Haible  <bruno@clisp.org>
6163
6164         * MODULES.html.sh (String handling): Add trim.
6165
6166 2006-09-04  Karl Berry  <karl@gnu.org>
6167
6168         * config/srclist.txt (signed.m4, gettext.m4): changes not propagated
6169         until next release.
6170
6171 2006-09-03  Bruno Haible  <bruno@clisp.org>
6172
6173         * m4/lib-link.m4 (AC_LIB_LINKFLAGS_BODY): Locate mingw shared libraries
6174         correctly.
6175
6176 2006-09-01  Paul Eggert  <eggert@cs.ucla.edu>
6177
6178         * m4/getloadavg.m4 (gl_GETLOADAVG): Use CONFIGURING_GETLOADAVG,
6179         not gl_GETLOADAVG.  Omit unneeded semicolons.
6180         Problems reported by Ralf Wildenhues in
6181         <http://lists.gnu.org/archive/html/bug-gnulib/2006-09/msg00000.html>.
6182         (gl_PREREQ_GETLOADAVG): Use AC_DEFUN, not m4_define.  Put
6183         at the end, which is the usual gnulib style.
6184
6185         * m4/fstypename.m4 (gl_FSTYPENAME): Use AC_CHECK_MEMBERS instead
6186         of doing all the work ourselves.
6187         * m4/fsusage.m4 (gl_PREREQ_FSUSAGE_EXTRA): Don't check for
6188         sys/statvfs.h since the code doesn't use HAVE_SYS_STATVFS_H.
6189
6190 2006-09-01  Paul Eggert  <eggert@cs.ucla.edu>
6191
6192         * lib/getloadavg.c: Use CONFIGURING_GETLOADAVG, not gl_GETLOADAVG.
6193         Problem reported by Ralf Wildenhues in
6194         <http://lists.gnu.org/archive/html/bug-gnulib/2006-09/msg00000.html>.
6195
6196         * lib/mountlist.c: All uses of HAVE_F_FSTYPENAME_IN_STATFS replaced by
6197         HAVE_STRUCT_STATFS_F_FSTYPENAME.
6198
6199 2006-09-01  Paul Eggert  <eggert@cs.ucla.edu>
6200
6201         * gnulib-tool (func_emit_lib_Makefile_am): Fix typos in
6202         yesterday's patch by changing test -n to test -z.
6203
6204 2006-08-31  Paul Eggert  <eggert@cs.ucla.edu>
6205
6206         * modules/getloadavg (Files): Add m4/getloadavg.m4.
6207         (configure.ac): AC_FUNC_GETLOADAVG -> gl_GETLOADAVG, as
6208         the former is now obsolescent.
6209
6210         * modules/chdir-long (Depends-on): Add fcntl.
6211
6212 2006-08-31  Paul Eggert  <eggert@cs.ucla.edu>
6213
6214         * m4/fnmatch.m4: Add comment that Autoconf AC_FUNC_FNMATCH is
6215         obsolescent, and programs should use gnulib instead.
6216         * m4/getloadavg.m4: New file, with contents taken from Autoconf
6217         but with prefixes changed.
6218
6219 2006-08-31  Paul Eggert  <eggert@cs.ucla.edu>
6220
6221         * lib/getloadavg.c [defined gl_GETLOADAVG]: Don't include config.h
6222         or stdbool.h, because they might not exist while configuring.
6223
6224         * lib/chdir-long.c: Include <fcntl.h>, for O_DIRECTORY.
6225         Don't include unistd.h or limits.h; not needed, since chdir-long.h
6226         does that for us.
6227         (O_DIRECTORY): Remove.
6228
6229 2006-08-31  Eric Blake  <ebb9@byu.net>
6230
6231         * gnulib-tool: Don't let emacs change spaces to TAB.
6232
6233 2006-08-31  Bruno Haible  <bruno@clisp.org>
6234
6235         * gnulib-tool: When calling func_import more than once, do it in a
6236         subshell.
6237         Reported by Eric Blake <ebb9@byu.net>.
6238
6239 2006-08-31  Bruno Haible  <bruno@clisp.org>
6240
6241         * gnulib-tool (nl): Remove variable.
6242         (sed_transform_lib_file): Use more robust test for config-h module.
6243         (func_import): Fix typo in 2006-08-25 patch.
6244
6245 2006-08-31  Bruno Haible  <bruno@clisp.org>
6246
6247         * gnulib-tool (func_emit_lib_Makefile_am): When --makefile-name was
6248         specified, augment Makefile.am variables instead of assigning them.
6249
6250 2006-08-30  Paul Eggert  <eggert@cs.ucla.edu>
6251
6252         Work around a bug in both the Linux and SunOS 64-bit kernels:
6253         nanosleep mishandles sleeps for longer than 2**31 seconds.
6254         Problem reported by Frank v Waveren in
6255         <http://lists.gnu.org/archive/html/bug-coreutils/2006-08/msg00298.html>.
6256         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Require gl_CLOCK_TIME.
6257         Check for nanosleep bug.
6258         (LIB_NANOSLEEP): Append clock_gettime library if needed.
6259
6260 2006-08-30  Paul Eggert  <eggert@cs.ucla.edu>
6261
6262         Work around a bug in both the Linux and SunOS 64-bit kernels:
6263         nanosleep mishandles sleeps for longer than 2**31 seconds.
6264         Problem reported by Frank v Waveren in
6265         <http://lists.gnu.org/archive/html/bug-coreutils/2006-08/msg00298.html>.
6266         * lib/nanosleep.c (BILLION): New constant.
6267         (getnow) [HAVE_BUG_BIG_NANOSLEEP]: New functions.
6268         (rpl_nanosleep) [HAVE_BUG_BIG_NANOSLEEP]: Completely new
6269         implementation.
6270
6271 2006-08-30  Paul Eggert  <eggert@cs.ucla.edu>
6272
6273         * modules/nanosleep (Depends-on): Add gettime.
6274
6275 2006-08-30  Paul Eggert  <eggert@cs.ucla.edu>
6276         and Simon Josefsson  <jas@extundo.com>
6277         and Oskar Liljeblad  <oskar@osk.mine.nu>
6278
6279         * MODULES.html.sh (Support for building documentation): Add gpl, lgpl.
6280         * gnulib-tool (func_import): New license type 'unmodifiable license
6281         text'.
6282         * modules/fdl: Use it.  Longer description.
6283         * module/gpl, module/lgpl: New files.
6284
6285 2006-08-30  Jim Meyering  <jim@meyering.net>
6286
6287         * lib/isapipe.c (isapipe): Rename local s/fd/fd_pair/ to avoid
6288         shadowing the parameter.
6289
6290 2006-08-29  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
6291
6292         Sync from Libtool:
6293
6294         2006-08-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
6295
6296         * lib/libltdl/argz.c: Use `#ifdef HAVE_CONFIG_H', to facilitate code
6297         sharing with gnulib.  Report by Eric Blake.
6298
6299 2006-08-29  Paul Eggert  <eggert@cs.ucla.edu>
6300
6301         * modules/isapipe: New file.
6302         * MODULES.html.sh (File descriptor based Input/Output): Add isapipe.
6303
6304 2006-08-29  Paul Eggert  <eggert@cs.ucla.edu>
6305
6306         * modules/configmake (Makefile.am): Add a comment, and omit
6307         the CONFIGMAKE_ prefix from generated macro names.  Suggested
6308         by Bruno Haible.
6309
6310 2006-08-29  Paul Eggert  <eggert@cs.ucla.edu>
6311
6312         * m4/isapipe.m4: New file.
6313
6314 2006-08-29  Paul Eggert  <eggert@cs.ucla.edu>
6315
6316         * lib/isapipe.c, lib/isapipe.h: New files.
6317
6318 2006-08-29  Jim Meyering  <jim@meyering.net>
6319
6320         * modules/configmake (Makefile.am): Make configmake.h depend on
6321         Makefile.  Otherwise, a stale configmake.h could hang around.
6322
6323 2006-08-29  Eric Blake  <ebb9@byu.net>
6324
6325         * lib/error.c (error_at_line, print_errno_message): Match libc, after
6326         resolution of upstream bug 3044.
6327
6328 2006-08-29  Bruno Haible  <bruno@clisp.org>
6329
6330         * modules/localcharset (Depends-on): Add configmake.
6331         (Makefile.am): Remove setting of LIBDIR through DEFS.
6332
6333 2006-08-29  Bruno Haible  <bruno@clisp.org>
6334
6335         * lib/localcharset.c: Include configmake.h in order to get LIBDIR
6336         defined.
6337
6338 2006-08-28  Paul Eggert  <eggert@cs.ucla.edu>
6339
6340         * modules/fcntl: New file.
6341         * modules/chdir-safer (Depends-on): Add fcntl.
6342         * modules/fts: Likewise.
6343         * modules/mkdir-p: Likewise.
6344
6345         * modules/stdint (Makefile.am): Do not substitute ABSOLUTE_INTTYPES_H.
6346         This undoes the most recent change, since we're now addressing the
6347         problem in a different way.
6348
6349         * gnulib-tool (emit_lib_Makefile_am): Don't put $makefile_name
6350         into output, since the output might be called Makefile.am even
6351         if $makefile_name is something different.
6352         (func_import): Use $makefile_am rather than
6353         ${makefile_name-Makefile.am}, to fix a bug where makefile_name was
6354         empty.
6355
6356         * modules/inttypes (Files): Add m4/inttypes-h.m4.
6357
6358 2006-08-28  Paul Eggert  <eggert@cs.ucla.edu>
6359
6360         * m4/inttypes.m4 (gl_INTTYPES_H): Move ABSOLUTE_INTTYPES_H code here...
6361         * m4/stdint.m4 (gl_STDINT_H): ... from here.  This undoes the most
6362         recent change to stdint.m4, since we're now addressing the problem in a
6363         different way.
6364
6365 2006-08-28  Paul Eggert  <eggert@cs.ucla.edu>
6366
6367         * m4/fcntl_h.m4: New file.
6368
6369 2006-08-28  Paul Eggert  <eggert@cs.ucla.edu>
6370
6371         * lib/fcntl_.h: New file.
6372         * lib/chdir-safer.c (O_DIRECTORY, O_NOFOLLOW): Remove, now that we have
6373         the fcntl module.
6374         * lib/dirchownmod.c: Likewise.
6375         * lib/fts.c: Likewise.
6376
6377         * lib/inttypes_.h [defined _GL_JUST_INCLUDE_ABSOLUTE_INTTYPES_H]:
6378         Include @ABSOLUTE_INTTYPES_H@ if available, but do nothing else.
6379         * lib/stdint_.h (_GL_JUST_INCLUDE_ABSOLUTE_INTTYPES_H): Define
6380         just before including <inttypes.h>, to avoid circular inclusion.
6381
6382 2006-08-28  Jim Meyering  <jim@meyering.net>
6383
6384         * doc/visibility.texi: Actually read and correct the grammar of the
6385         sentence affected by yesterday's change.
6386
6387 2006-08-28  Eric Blake  <ebb9@byu.net>
6388
6389         * modules/inttypes (Makefile.am): Fix sed error when inttypes.h
6390         needs wrapper.
6391
6392 2006-08-28  Eric Blake  <ebb9@byu.net>
6393
6394         * m4/inttypes.m4 (gl_INTTYPES_H): Fix missing #endif.
6395
6396 2006-08-28  Eric Blake  <ebb9@byu.net>
6397
6398         * m4/codeset.m4 (AM_LANGINFO_CODESET): Avoid compiler warning.
6399
6400 2006-08-28  Bruno Haible  <bruno@clisp.org>
6401
6402         * modules/c-strstr: New file, from GNU gettext.
6403         * MODULES.html.sh (String handling): Add c-strstr.
6404
6405 2006-08-28  Bruno Haible  <bruno@clisp.org>
6406
6407         * m4/inttypes.m4 (gl_INTTYPES_H): Don't test for the existence of SCNX*
6408         macros.
6409         Reported by Eric Blake.
6410
6411 2006-08-28  Bruno Haible  <bruno@clisp.org>
6412
6413         * lib/vasnprintf.c (EOVERFLOW): Remove definition.
6414         (VASNPRINTF): Return a string of length > INT_MAX without failing.
6415         * lib/vasprintf.c: Include errno.h, limits.h.
6416         (EOVERFLOW): New fallback definition.
6417         (vasprintf): Test here whether the string length is > INT_MAX.
6418         * lib/vsnprintf.c: Include errno.h, limits.h.
6419         (EOVERFLOW): New fallback definition.
6420         (vsnprintf): Fix bug when generated string was too long for the buffer.
6421         Test here whether the string length is > INT_MAX.
6422
6423 2006-08-28  Bruno Haible  <bruno@clisp.org>
6424
6425         * lib/inttypes_.h (SCNX*): Remove definitions.
6426         Reported by Eric Blake.
6427
6428 2006-08-28  Bruno Haible  <bruno@clisp.org>
6429
6430         * lib/c-strstr.h: New file, from GNU gettext.
6431         * lib/c-strstr.c: New file, from GNU gettext.
6432
6433 2006-08-28  Bruno Haible  <bruno@clisp.org>
6434
6435         * gnulib-tool: Reorder some statements.
6436
6437 2006-08-28  Bruno Haible  <bruno@clisp.org>
6438
6439         * gnulib-tool: New option --makefile-name.
6440         (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am): Use
6441         $makefile_name.
6442         (func_import): Write $makefile_name to the cache file, and read it from
6443         there unless explicitly specified. Use $makefile_name as file name
6444         instead of Makefile.am. Adjust the recommendations accordingly.
6445
6446 2006-08-28  Bruno Haible  <bruno@clisp.org>
6447
6448         * gnulib-tool (func_verify_module): Check against misapplying patch.
6449
6450 2006-08-28  Bruno Haible  <bruno@clisp.org>
6451
6452         * gnulib-tool (func_relativize, func_relconcat): New functions.
6453         Give an error if --local-dir is given with --update.
6454         Remove trailing slashes from $local_gnulib_dir.
6455         (func_import): Store the relativized $local_gnulib_dir in
6456         gnulib-cache.m4, and read it from there if not specified explicitly.
6457
6458 2006-08-28  Bruno Haible  <bruno@clisp.org>
6459
6460         * gnulib-tool (func_get_tests_module): Don't assume that $gnulib_dir
6461         is the current directory. Respect also $local_gnulib_dir.
6462
6463 2006-08-28  Bruno Haible  <bruno@clisp.org>
6464             Simon Josefsson  <jas@extundo.com>
6465
6466         BeOS portability.
6467         * lib/getaddrinfo.c (PF_INET, PF_UNSPEC): New macros.
6468
6469 2006-08-27  Jim Meyering  <jim@meyering.net>
6470
6471         * doc/visibility.texi: Remove duplicate word: "pointer".
6472
6473 2006-08-26  Bruno Haible  <bruno@clisp.org>
6474
6475         * modules/inttypes (Files): Add lib/inttypes_.h, remove lib/inttypes.h.
6476         Add m4/inttypes.m4, remove m4/_inttypes_h.m4 and m4/include_next.m4.
6477         (Makefile.am): Create inttypes.h from inttypes_.h.
6478         * modules/stdint (Makefile.am): Substitute also ABSOLUTE_INTTYPES_H.
6479
6480         * modules/imaxabs: New file.
6481
6482         * modules/imaxdiv: New file.
6483
6484 2006-08-26  Bruno Haible  <bruno@clisp.org>
6485
6486         * m4/inttypes.m4: New file.
6487         * m4/_inttypes_h.m4: Remove file.
6488         * m4/inttypes-pri.m4 (gt_INTTYPES_PRI): Also AC_SUBST
6489         PRI_MACROS_BROKEN.
6490         * m4/stdint.m4 (gl_STDINT_H): Define also ABSOLUTE_INTTYPES_H.
6491
6492         * m4/imaxabs.m4: New file.
6493
6494         * m4/imaxdiv.m4: New file.
6495
6496 2006-08-26  Bruno Haible  <bruno@clisp.org>
6497
6498         * lib/inttypes_.h: New file.
6499         * lib/inttypes.h: Remove file.
6500         * lib/stdint_.h: Include <inttypes.h> through its absolute filename.
6501
6502         * lib/imaxabs.c: New file.
6503
6504         * lib/imaxdiv.c: New file.
6505
6506 2006-08-25  Paul Eggert  <eggert@cs.ucla.edu>
6507
6508         New config-h module, so that "make" output needn't be cluttered
6509         by -DHAVE_CONFIG_H.
6510         * MODULES.html.sh (Support for building libraries and executables):
6511         Add config-h.
6512         * modules/config-h: New file.
6513         * gnulib-tool (nl, sed_transform_lib_file): New vars.
6514         (func_import): Turn "#ifdef HAVE_CONFIG_H" to "#if 1" if
6515         the config-h module is used.
6516
6517         New configmake module, so that "make" output needn't be cluttered
6518         by fluff like '-DLIBDIR=\"/usr/local/lib\"'.
6519         * MODULES.html.sh (Support for building libraries and executables):
6520         Add configmake.
6521         * modules/configmake: New file.
6522
6523 2006-08-25  Paul Eggert  <eggert@cs.ucla.edu>
6524
6525         * m4/config-h.m4: New file.
6526
6527 2006-08-24  Paul Eggert  <eggert@cs.ucla.edu>
6528
6529         * config/srclist.txt: Add elisp-comp.
6530
6531 2006-08-24  Paul Eggert  <eggert@cs.ucla.edu>
6532
6533         * MODULES.html.sh (Support for building libraries and executables):
6534         Add elisp-comp.
6535         * build-aux/elisp-comp: New file.
6536         * modules/elisp-comp: New file.
6537
6538 2006-08-24  Bruno Haible  <bruno@clisp.org>
6539
6540         * gnulib-tool (func_create_testdir): Use non-default values of
6541         sourcebase and m4base.
6542
6543 2006-08-24  Bruno Haible  <bruno@clisp.org>
6544
6545         * MODULES.html.sh (Compatibility checks for POSIX:2001 functions: Fix
6546         HTML structure.
6547
6548 2006-08-23  Paul Eggert  <eggert@cs.ucla.edu>
6549
6550         * modules/openat (Depends-on): Add lchown.
6551
6552 2006-08-23  Bruno Haible  <bruno@clisp.org>
6553
6554         * gnulib-tool (func_import, func_create_testdir): Emit an invocation
6555         of gl_LOCK_EARLY instead of gl_LOCK.
6556
6557 2006-08-23  Bruno Haible  <bruno@clisp.org>
6558
6559         * m4/lock.m4 (gl_LOCK_BODY): Change the default value of gl_use_threads
6560         on OSF/1 to no.
6561         Reported by Stephen Cartwright <sgcartwr@ucalgary.ca>.
6562
6563 2006-08-23  Bruno Haible  <bruno@clisp.org>
6564
6565         * m4/fsusage.m4 (gl_FILE_SYSTEM_USAGE): Don't consider BeOS statvfs
6566         as unusable.
6567
6568         * m4/lock.m4 (gl_LOCK_EARLY): Renamed from gl_LOCK.
6569         (gl_LOCK_BODY): Remove gl_PREREQ_LOCK invocation.
6570         (gl_LOCK): New macro.
6571
6572 2006-08-22  Simon Josefsson  <jas@extundo.com>
6573
6574         * modules/gc-md5 (Makefile.am): Need to add md5.h, after changes
6575         to md5 module.
6576
6577 2006-08-22  Simon Josefsson  <jas@extundo.com>
6578
6579         * MODULES.html.sh: Add "Support for maintaining and release
6580         projects".
6581
6582         * build-aux/gnupload: New file, from coreutils.
6583
6584 2006-08-22  Paul Eggert  <eggert@cs.ucla.edu>
6585
6586         Avoid the need for AC_LIBSOURCES in m4 macros.
6587         * modules/arcfour (EXTRA_DIST): Add arcfour.h.
6588         * modules/arctwo (EXTRA_DIST): Add arctwo.h.
6589         * modules/check-version (EXTRA_DIST): Add check-version.h.
6590         * modules/crc (EXTRA_DIST): Add crc.h.
6591         * modules/des (EXTRA_DIST): Add des.h.
6592         * modules/gc (EXTRA_DIST): Add gc.h.
6593         * modules/getdelim (EXTRA_DIST): Add getdelim.h.
6594         * modules/getline (EXTRA_DIST): Add getline.h.
6595         * modules/getlogin_r (EXTRA_DIST): Add getlogin_r.h.
6596         * modules/hmac-md5 (EXTRA_DIST): Add hmac.h.
6597         * modules/hmac-sha1 (EXTRA_DIST): Add hmac.h.
6598         * modules/md2 (EXTRA_DIST): Add md2.h.
6599         * modules/md4 (EXTRA_DIST): Add md4.h.
6600         * modules/pagealign_alloc (EXTRA_DIST): Add pagealign_alloc.h.
6601         * modules/read-file (EXTRA_DIST): Add read-file.h.
6602         * modules/readline (EXTRA_DIST): Add readline.h.
6603         * modules/rijndael (EXTRA_DIST): Add rijndael-alg-fst.h,
6604         rijndael-api-fst.h.
6605
6606 2006-08-22  Paul Eggert  <eggert@cs.ucla.edu>
6607
6608         * m4/rijndael.m4 (gl_ARCFOUR):
6609         * m4/arctwo.m4 (gl_ARCTWO):
6610         * m4/check-version.m4 (gl_CHECK_VERSION):
6611         * m4/crc.m4 (gl_CRC):
6612         * m4/des.m4 (gl_DES):
6613         * m4/gc-pbkdf2-sha1.m4 (gl_GC_PBKDF2_SHA1):
6614         * m4/gc.m4 (gl_GC):
6615         * m4/getdelim.m4 (gl_FUNC_GETDELIM):
6616         * m4/getline.m4 (gl_FUNC_GETLINE):
6617         * m4/getlogin_r.m4 (gl_GETLOGIN_R_SUBSTITUTE):
6618         * m4/hmac-md5.m4 (gl_HMAC_MD5):
6619         * m4/hmac-sha1.m4 (gl_HMAC_SHA1):
6620         * m4/md2.m4 (gl_MD2):
6621         * m4/md4.m4 (gl_MD4):
6622         * m4/pagealign_alloc.m4 (gl_PAGEALIGN_ALLOC):
6623         * m4/read-file.m4 (gl_FUNC_READ_FILE):
6624         * m4/readline.m4 (gl_FUNC_READLINE):
6625         * m4/rijndael.m4 (gl_RIJNDAEL):
6626         Don't use AC_LIBSOURCES; instead, rely on the files in ../modules/
6627         to get the necessary .h files and whatnot.
6628
6629 2006-08-22  Paul Eggert  <eggert@cs.ucla.edu>
6630
6631         * config/srclist.txt: Remove gnupload, since coreutils now syncs from
6632         gnulib rather than the other way around.
6633         * config/srclistvars.sh (COREUTILS): Remove.
6634
6635 2006-08-22  Jim Meyering  <jim@meyering.net>
6636
6637         * modules/mkdir-p (Makefile.am): Fix typo: s/lib+SOURCES/lib_SOURCES/.
6638
6639         * modules/getpass-gnu (Makefile.am): Add getpass.h to EXTRA_DIST.
6640
6641 2006-08-22  Eric Blake  <ebb9@byu.net>
6642
6643         * modules/regexprops-generic: New file.
6644         * MODULES.html.sh (Support for building documentation): List it.
6645
6646 2006-08-22  Eric Blake  <ebb9@byu.net>
6647
6648         * m4/stdint_h.m4 (gl_AC_HEADER_STDINT_H): Avoid compiler warning.
6649         * m4/inttypes_h.m4 (gl_AC_HEADER_INTTYPES_H): Likewise.
6650         * m4/longlong.m4 (AC_TYPE_LONG_LONG_INT): Likewise.
6651         * m4/intmax_t.m4 (gt_AC_TYPE_INTMAX_T): Likewise.
6652
6653 2006-08-22  Bruno Haible  <bruno@clisp.org>
6654
6655         * gnulib-tool (func_emit_lib_Makefile_am): Don't treat lib_LIBRARIES
6656         and lib_LTLIBRARIES like the other lib_* variables.
6657
6658 2006-08-22  Bruno Haible  <bruno@clisp.org>
6659
6660         * build-aux/x-to-1.in: New file, from GNU gettext.
6661
6662 2006-08-22  Bruno Haible  <bruno@clisp.org>
6663
6664         * m4/readutmp.m4 (gl_READUTMP): Compile readutmp.c only if <utmp.h> or
6665         <utmpx.h> exists.
6666
6667 2006-08-22  Bruno Haible  <bruno@clisp.org>
6668
6669         * lib/readutmp.h: Skip most definitions if neither <utmp.h> nor
6670         <utmpx.h> exists.
6671
6672 2006-08-21  Paul Eggert  <eggert@cs.ucla.edu>
6673
6674         BeOS portability.
6675         * lib/dirchownmod.c (dirchownmod): Don't use fchmod if it doesn't
6676         exist.
6677         Problem reported by Bruno Haible.
6678
6679 2006-08-21  Paul Eggert  <eggert@cs.ucla.edu>
6680
6681         Avoid the need for AC_LIBSOURCES in m4 macros.
6682         * modules/acl (EXTRA_DIST): Add acl.h.
6683         * modules/argmatch (Files): Add m4/argmatch.m4.
6684         (configure.ac): Add gl_ARGMATCH.
6685         (EXTRA_DIST): Renamed from lib_SOURCES, for
6686         consistency with the other modules.  Remove argmatch.c.
6687         * modules/backupfile (EXTRA_DIST): Add backupfile.h.
6688         * modules/c-strtod (EXTRA_DIST): Add c-strtod.h.
6689         * modules/c-strtold (EXTRA_DIST): Add c-strtod.c, c-strtod.h.
6690         * modules/canonhost (EXTRA_DIST): Add c-canonhost.h.
6691         * modules/canonicalize (EXTRA_DIST): Add canonicalize.h.
6692         * modules/chdir-long (EXTRA_DIST): Add chdir-long.h.
6693         * modules/chdir-safer (EXTRA_DIST): Add chdir-safer.h.
6694         * modules/cloexec (EXTRA_DIST): Add cloexec.h.
6695         * modules/close-stream (EXTRA_DIST): Add close-stream.h.
6696         * modules/closeout (EXTRA_DIST): Add closeout.h.
6697         * modules/cycle-check (EXTRA_DIST): Add cycle-check.h.
6698         * modules/dev-ino (EXTRA_DIST): Add dev-ino.h.
6699         * modules/dirfd (EXTRA_DIST): Add dirfd.h.
6700         * modules/dirname (EXTRA_DIST): Renamed from lib_SOURCES.  Add
6701         dirname.h; remove basename.c and stripslash.c.
6702         * modules/exclude (EXTRA_DIST): Add exclude.h.
6703         * modules/exitfail (EXTRA_DIST): Add exitfail.h.
6704         * modules/fcntl-safer (EXTRA_DIST): Add fcntl-safer.h fcntl--.h.
6705         * modules/file-type (EXTRA_DIST): Add file-type.h.
6706         * modules/filemode (EXTRA_DIST): Add filemode.h.
6707         * modules/filenamecat (EXTRA_DIST): Add filenamecat.h.
6708         * modules/fopen-safer (EXTRA_DIST): Add stdio-safer.h stdio--.h.
6709         * modules/fpending (EXTRA_DIST): Add __fpending.h.
6710         * modules/fprintftime (EXTRA_DIST): Add fprintftime.h.
6711         * modules/fsusage (EXTRA_DIST): Add fsusage.h.
6712         * modules/fts (EXTRA_DIST): Add fts_.h fts-cycle.c.
6713         * modules/getcwd (EXTRA_DIST): Add getcwd.h.
6714         * modules/getdate (EXTRA_DIST): Add getdate.c.
6715         * modules/gethrxtime (EXTRA_DIST): Add gethrxtime.h xtime.h.
6716         * modules/getpagesize (EXTRA_DIST): Add getpagesize.h.
6717         * modules/getpass (EXTRA_DIST): Add getpass.h.
6718         * modules/glob (EXTRA_DIST): Add glob_.h glob-libc.h.
6719         * modules/group-member (EXTRA_DIST): Add group-member.h.
6720         * modules/hard-locale (EXTRA_DIST): Add hard-locale.h.
6721         * modules/hash (EXTRA_DIST): Add hash.h.
6722         * modules/human (EXTRA_DIST): Add human.h.
6723         * modules/inttypes (EXTRA_DIST): Add inttypes.h.
6724         * modules/lchmod (EXTRA_DIST): Add lchmod.h.
6725         * modules/lchown (EXTRA_DIST): Add lchown.h.
6726         * modules/long-options (EXTRA_DIST): Add long-options.h.
6727         * modules/lstat (EXTRA_DIST): Add lstat.h.
6728         * modules/md5 (EXTRA_DIST): Add memcasecmp.h.
6729         * modules/memcoll (EXTRA_DIST): Add memcoll.h.
6730         * modules/mempcpy (EXTRA_DIST): Add mempcpy.h.
6731         * modules/memrchr (EXTRA_DIST): Add memrchr.h.
6732         * modules/memxor (EXTRA_DIST): Add memxor.h.
6733         * modules/mkancesdirs (EXTRA_DIST): Add mkancesdirs.h.
6734         * modules/mkdir-p (EXTRA_DIST): Add modechange.h.
6735         * modules/mountlist (EXTRA_DIST): Add mountlist.h.
6736         * modules/openat (EXTRA_DIST): Add at-func.c openat.h openat-priv.h.
6737         * modules/pathmax (EXTRA_DIST): Add pathmax.h.
6738         * modules/physmem (EXTRA_DIST): Add physmem.h.
6739         * modules/posixtm (EXTRA_DIST): Add posixtm.h.
6740         * modules/posixver (EXTRA_DIST): Add posixver.h.
6741         * modules/quote (EXTRA_DIST): Add quote.h.
6742         * modules/quotearg (EXTRA_DIST): Add quotearg.h.
6743         * modules/readtokens (EXTRA_DIST): Add readtokens.h.
6744         * modules/readutmp (EXTRA_DIST): Add readutmp.h.
6745         * modules/regex (EXTRA_DIST): Add regcomp.c regex.h regex_internal.c
6746         regex_internal.h regexec.c.
6747         * modules/safe-read (EXTRA_DIST): Add safe-read.h.
6748         * modules/safe-write (EXTRA_DIST): Add safe-write.h.
6749         * modules/same (EXTRA_DIST): Add same.h.
6750         * modules/same-inode (EXTRA_DIST): Add same-inode.h.
6751         * modules/save-cwd (EXTRA_DIST): Add save-cwd.h.
6752         * modules/savedir (EXTRA_DIST): Add savedir.h.
6753         * modules/sha1 (EXTRA_DIST): Add sha1.h.
6754         * modules/sig2str (EXTRA_DIST): Add sig2str.h.
6755         * modules/stat-macros (EXTRA_DIST): Add stat-macros.h.
6756         * modules/stat-time (EXTRA_DIST): Add stat-time.h.
6757         * modules/stdlib-safer (EXTRA_DIST): Add stdlib-safer.h stdlib--.h.
6758         * modules/strdup (EXTRA_DIST): Add strdup.h.
6759         * modules/strftime (EXTRA_DIST): Add strftime.h.
6760         * modules/strndup (EXTRA_DIST): Add strndup.h.
6761         * modules/strnlen (EXTRA_DIST): Add strnlen.h.
6762         * modules/strverscmp (EXTRA_DIST): Add strverscmp.h.
6763         * modules/time_r (EXTRA_DIST): Add time_r.h.
6764         * modules/timespec (EXTRA_DIST): Add timespec.h.
6765         * modules/tmpfile-safer (EXTRA_DIST): Add stdio-safer.h stdio--.h.
6766         * modules/unistd-safer (EXTRA_DIST): Add unistd-safer.h unistd--.h.
6767         * modules/unlinkdir (EXTRA_DIST): Add unlinkdir.h.
6768         * modules/unlocked-io (EXTRA_DIST): Add unlocked-io.h.
6769         * modules/userspec (EXTRA_DIST): Add userspec.h.
6770         * modules/utimecmp (EXTRA_DIST): Add utimecmp.h.
6771         * modules/utimens (EXTRA_DIST): Add utimens.h.
6772         * modules/xalloc (EXTRA_DIST): Add xalloc.h.
6773         * modules/xgetcwd (EXTRA_DIST): Add xgetcwd.h.
6774         * modules/xnanosleep (EXTRA_DIST): Add xnanosleep.h.
6775         * modules/xreadlink (EXTRA_DIST): Add xreadlink.h.
6776         * modules/xstrtod (EXTRA_DIST): Add xstrtod.h.
6777         * modules/xstrtol (EXTRA_DIST): Add xstrtol.h.
6778         * modules/xstrtold (EXTRA_DIST): Add xstrtod.c xstrtod.h.
6779         * modules/yesno (EXTRA_DIST): Add yesno.h.
6780
6781 2006-08-21  Paul Eggert  <eggert@cs.ucla.edu>
6782
6783         * m4/mkdir-p.m4 (gl_MKDIR_PARENTS): Check for fchmod.
6784
6785         * m4/argmatch.m4: New file, from coreutils with AC_LIBSOURCES removed.
6786         * m4/dev-ino.m4, same-inode.m4: Remove.
6787
6788         * m4/_inttypes_h.m4 (gl_INTTYPES_H):
6789         * m4/acl.m4 (AC_FUNC_ACL):
6790         * m4/backupfile.m4 (gl_BACKUPFILE):
6791         * m4/c-strtod.m4 (gl_C99_STRTOLD):
6792         * m4/canon-host.m4 (gl_CANON_HOST):
6793         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME):
6794         * m4/chdir-long.m4 (gl_FUNC_CHDIR_LONG):
6795         * m4/chdir-safer.m4 (gl_CHDIR_SAFER):
6796         * m4/cloexec.m4 (gl_CLOEXEC):
6797         * m4/close-stream.m4 (gl_CLOSE_STREAM):
6798         * m4/closeout.m4 (gl_CLOSEOUT):
6799         * m4/dirfd.m4 (gl_FUNC_DIRFD):
6800         * m4/dirname.m4 (gl_DIRNAME):
6801         * m4/exclude.m4 (gl_EXCLUDE):
6802         * m4/exitfail.m4 (gl_EXITFAIL):
6803         * m4/fcntl-safer.m4 (gl_FCNTL_SAFER):
6804         * m4/file-type.m4 (gl_FILE_TYPE):
6805         * m4/filemode.m4 (gl_FILEMODE):
6806         * m4/filenamecat.m4 (gl_FILE_NAME_CONCAT):
6807         * m4/fpending.m4 (gl_FUNC_FPENDING):
6808         * m4/fprintftime.m4 (gl_FPRINTFTIME):
6809         * m4/fts.m4 (gl_FUNC_FTS):
6810         * m4/getcwd.m4 (gl_FUNC_GETCWD_NULL):
6811         * m4/getdate.m4 (gl_GETDATE):
6812         * m4/gethrxtime.m4 (gl_GETHRXTIME):
6813         * m4/getpagesize.m4 (gl_GETPAGESIZE):
6814         * m4/getpass.m4 (gl_FUNC_GETPASS):
6815         * m4/gettime.m4 (gl_GETTIME):
6816         * m4/getugroups.m4 (gl_GETUGROUPS):
6817         * m4/glob.m4 (gl_GLOB_SUBSTITUTE):
6818         * m4/group-member.m4 (gl_FUNC_GROUP_MEMBER):
6819         * m4/hard-locale.m4 (gl_HARD_LOCALE):
6820         * m4/hash.m4 (gl_HASH):
6821         * m4/idcache.m4 (gl_IDCACHE):
6822         * m4/lchmod.m4 (gl_FUNC_LCHMOD):
6823         * m4/lchown.m4 (gl_FUNC_LCHOWN):
6824         * m4/long-options.m4 (gl_LONG_OPTIONS):
6825         * m4/lstat.m4 (gl_FUNC_LSTAT):
6826         * m4/md5.m4 (gl_MD5):
6827         * m4/memcasecmp.m4 (gl_MEMCASECMP):
6828         * m4/memcoll.m4 (gl_MEMCOLL):
6829         * m4/mempcpy.m4 (gl_FUNC_MEMPCPY):
6830         * m4/memrchr.m4 (gl_FUNC_MEMRCHR):
6831         * m4/memxor.m4 (gl_MEMXOR):
6832         * m4/mkancesdirs.m4 (gl_MKANCESDIRS):
6833         * m4/mkdir-p.m4 (gl_MKDIR_PARENTS):
6834         * m4/modechange.m4 (gl_MODECHANGE):
6835         * m4/mountlist.m4 (gl_MOUNTLIST):
6836         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP):
6837         * m4/openat.m4 (gl_FUNC_OPENAT):
6838         * m4/pathmax.m4 (gl_PATHMAX):
6839         * m4/physmem.m4 (gl_PHYSMEM):
6840         * m4/posixtm.m4 (gl_POSIXTM):
6841         * m4/posixver.m4 (gl_POSIXVER):
6842         * m4/quote.m4 (gl_QUOTE):
6843         * m4/quotearg.m4 (gl_QUOTEARG):
6844         * m4/readtokens.m4 (gl_READTOKENS):
6845         * m4/readutmp.m4 (gl_READUTMP):
6846         * m4/regex.m4 (gl_REGEX):
6847         * m4/safe-read.m4 (gl_SAFE_READ):
6848         * m4/safe-write.m4 (gl_SAFE_WRITE):
6849         * m4/same.m4 (gl_SAME):
6850         * m4/save-cwd.m4 (gl_SAVE_CWD):
6851         * m4/savedir.m4 (gl_SAVEDIR):
6852         * m4/settime.m4 (gl_SETTIME):
6853         * m4/sha1.m4 (gl_SHA1):
6854         * m4/sig2str.m4 (gl_FUNC_SIG2STR):
6855         * m4/stat-macros.m4 (gl_STAT_MACROS):
6856         * m4/stat-time.m4 (gl_STAT_TIME):
6857         * m4/stdio-safer.m4 (gl_FOPEN_SAFER):
6858         * m4/stdlib-safer.m4 (gl_STDLIB_SAFER):
6859         * m4/strdup.m4 (gl_FUNC_STRDUP):
6860         * m4/strftime.m4 (gl_FUNC_GNU_STRFTIME):
6861         * m4/strndup.m4 (gl_FUNC_STRNDUP):
6862         * m4/strnlen.m4 (gl_FUNC_STRNLEN):
6863         * m4/strverscmp.m4 (gl_FUNC_STRVERSCMP):
6864         * m4/time_r.m4 (gl_TIME_R):
6865         * m4/timespec.m4 (gl_TIMESPEC):
6866         * m4/unistd-safer.m4 (gl_UNISTD_SAFER):
6867         * m4/unlinkdir.m4 (gl_UNLINKDIR):
6868         * m4/unlocked-io.m4 (gl_FUNC_GLIBC_UNLOCKED_IO):
6869         * m4/userspec.m4 (gl_USERSPEC):
6870         * m4/utimecmp.m4 (gl_UTIMECMP):
6871         * m4/utimens.m4 (gl_UTIMENS):
6872         * m4/xalloc.m4 (gl_XALLOC):
6873         * m4/xgetcwd.m4 (gl_XGETCWD):
6874         * m4/xnanosleep.m4 (gl_XNANOSLEEP):
6875         * m4/xreadlink.m4 (gl_XREADLINK):
6876         * m4/xstrtod.m4 (gl_XSTRTOD):
6877         * m4/yesno.m4 (gl_YESNO):
6878         Don't use AC_LIBSOURCES; instead, rely on the files in ../modules/
6879         to get the necessary .h files and whatnot.
6880
6881 2006-08-21  Mark D. Baushke  <mdb@gnu.org>
6882             Bruno Haible  <bruno@clisp.org>
6883
6884         * gnulib-tool (func_verify_module): Work around Sun's non-POSIX 1003.2
6885         /bin/sh understanding of '!' conditional negation.
6886
6887 2006-08-21  Jim Meyering  <jim@meyering.net>
6888
6889         * modules/openat (Depends-on): Really alphabetize.
6890
6891         * modules/acl (Depends-on): Add error and quote.
6892
6893         * check-module (find_included_lib_files): Add at-func.c to the
6894         ok-to-include-more-than-once white list.
6895
6896         * modules/openat (Depends-on): Add lstat.  Alphabetize.
6897
6898 2006-08-21  Bruno Haible  <bruno@clisp.org>
6899
6900         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
6901         Emit a pkgdata_DATA variable only if some snippets add contents to it.
6902         Reported by Martin Lambers <marlam@marlam.de>.
6903
6904 2006-08-21  Bruno Haible  <bruno@clisp.org>
6905
6906         * gnulib-tool (func_emit_lib_Makefile_am): If the snippets already
6907         specify an installation location, don't emit a noinst_LIBRARIES or
6908         noinst_LTLIBRARIES assignment.
6909
6910 2006-08-21  Bruno Haible  <bruno@clisp.org>
6911
6912         BeOS portability.
6913         * modules/mbchar (Include): Don't test HAVE_WCTYPE_H any more, since
6914         BeOS has mbrtowc() but no <wctype.h>.
6915
6916 2006-08-21  Bruno Haible  <bruno@clisp.org>
6917
6918         BeOS portability.
6919         * m4/mbchar.m4 (gl_MBCHAR): Compile mbchar.c also if <wctype.h> doesn't
6920         exist.
6921
6922 2006-08-21  Bruno Haible  <bruno@clisp.org>
6923
6924         BeOS portability.
6925         * lib/mbchar.h: Include <wctype.h> only if it exists.
6926
6927 2006-08-20  Paul Eggert  <eggert@cs.ucla.edu>
6928
6929         Remove files that are no longer needed by their respective modules.
6930         * m4/obstack.m4: Remove.
6931         * m4/strerror_r.m4: Remove.
6932         * m4/uint32_t.m4: Remove.
6933         * m4/uintptr_t.m4: Remove.
6934         * m4/ullong_max.m4: Remove.
6935         * m4/xstrtoimax.m4: Remove.
6936         * m4/xstrtoumax.m4: Remove.
6937
6938         * m4/cycle-check.m4 (gl_CYCLE_CHECK): Do not require
6939         gl_AC_TYPE_UINTMAX_T, gl_STRUCT_DEV_INO, or gl_SAME_INODE, since gnulib
6940         dependencies now capture this.
6941
6942         * m4/cycle-check.m4 (gl_CYCLE_CHECK):
6943         Do not use AC_LIBSOURCES, since gnulib modules now do this.
6944         * m4/fsusage.m4 (gl_FSUSAGE): Likewise.
6945         * m4/human.m4 (gl_HUMAN): Likewise.
6946         * m4/inttostr.m4 (gl_INTTOSTR): Likewise.
6947         * m4/xstrtol.m4 (gl_XSTRTOL): Likewise.
6948
6949         * m4/filemode.m4 (gl_FILEMODE): Require AC_STRUCT_ST_DM_MODE.
6950
6951         * m4/filemode.m4 (gl_PREREQ_FSUSAGE_EXTRA): Do not require
6952         gl_AC_TYPE_INTMAX_T or gl_AC_TYPE_UINTMAX_T, since we now require
6953         stdint.
6954         * m4/human.m4 (gl_HUMAN): Likewise.
6955         * m4/inttostr.m4 (gl_PREREQ_INTTOSTR): Likewise.
6956         * m4/mkstemp.m4 (gl_PREREQ_TEMPNAME): Likewise.
6957         * m4/strtoimax.m4 (gl_PREREQ_STRTOIMAX): Likewise.
6958         * m4/strtoumax.m4 (gl_PREREQ_STRTOUMAX): Likewise.
6959         * m4/xstrtol (gl_XSTRTOL): Likewise.
6960
6961         * m4/gethrxtime.m4 (gl_XTIME): gl_AC_TYPE_LONG_LONG ->
6962         AC_TYPE_LONG_LONG_INT.
6963         * m4/strtoimax.m4 (gl_PREREQ_STRTOIMAX): Likewise.
6964         * m4/strtoll.m4 (gl_FUNC_STRTOLL): Likewise.
6965         * m4/strtoull.m4 (gl_FUNC_STRTOULL): Likewise, for unsigned long.
6966         * m4/strtoumax.m4 (gl_PREREQ_STRTOUMAX): Likewise.
6967
6968         * m4/human.m4 (gl_HUMAN): Do not require AM_STDBOOL_H since we depend
6969         on stdbool.
6970
6971         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL_H, gl_PREREQ_XSTRTOL): Remove.
6972         (gl_PREREQ_XSTRTOUL): Remove.
6973
6974         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Check for hasmntopt.
6975
6976         * m4/posixver.m4: Fix comment since head -1 now works even in POSIX
6977         mode.
6978
6979 2006-08-20  Paul Eggert  <eggert@cs.ucla.edu>
6980
6981         Add and change modules to make it easier for coreutils to use
6982         gnulib-tool.
6983         * modules/backupfile (Files): Remove m4/d-ino.m4.
6984         (Depends-on): Add d-ino.
6985         * modules/cycle-check (Depends-on): Add stdint.
6986         (lib_SOURCES): Add cycle-check.h.
6987         * modules/d-ino: New module.
6988         * modules/d-type: New module.
6989         * modules/error (Files): Remove m4/strerror_r.m4.
6990         * modules/filemode (Files): Add m4/st_dm_mode.m4.
6991         * modules/fsuage (Files): Remove m4/ulonglong.m4, m4/stdint_h.m4,
6992         m4/inttypes_h.m4, m4/uintmax_t.m4.
6993         (Depends-on): Add stdint.
6994         (lib_SOURCES): Add fsusage.h.
6995         * modules/getcwd (Files): Remove d-ino.m4.
6996         (Depends-on): Add d-ino.
6997         * modules/getndelim2 (Depends-on): Add stdint.
6998         * modules/glob (Files): Remove m4/d-type.m4.
6999         (Depends-on): Add d-type.
7000         * modules/host-os: New module.
7001         * modules/human (Files):  Remove m4/ulonglong.m4, m4/stdint_h.m4,
7002         m4/inttypes_h.m4, m4/uintmax_t.m4.
7003         * Depends-on: Add stdint.
7004         (lib_SOURCES): Add human.h.
7005         * modules/inttostr (Files): Remove m4/intmax_t.m4,
7006         m4/inttostr.m4, m4/inttypes_h.m4, m4/longlong.m4, m4/stdint_h.m4,
7007         m4/uintmax_t.m4, m4/ulonglong.m4.
7008         (Depends-on): Add stdint.
7009         (EXTRA_DIST): Add inttostr.h.
7010         * modules/lchmod: New module.
7011         * modules/link-follow: New module.
7012         * modules/mkdir-p (Files): Remove lib/lchmod.h, m4/lchmod.m4.
7013         (Depends-on): Add lchmod.
7014         * modules/mkstemp (Files): Remove m4/ulonglong.m4,
7015         m4/stdint_h.m4, m4/inttypes_h.m4, m4/uintmax_t.m4.
7016         (Depends-on): Add stdint.
7017         * modules/obstack (Files): Remove m4/inttypes_h.m4, m4/obstack.m4,
7018         m4/stdint_h.m4, m4/uintmax_t.m4, m4/ulonglong.m4.
7019         (Depends-on): Add stdint.
7020         (configure.ac): Change gl_OBSTACK to AC_FUNC_OBSTACK.
7021         * modules/perl: New module.
7022         * modules/regex (Depends-on): Add stdint.
7023         * modules/rmdir-errno: New module.
7024         * modules/strtoimax (Files): Remove m4/stdint_h.m4, m4/inttypes_h.m4,
7025         m4/intmax_t.m4.
7026         (Depends-on): Add stdint.
7027         * modules/strtoumax (Files): Remove m4/stdint_h.m4, m4/inttypes_h.m4,
7028         m4/uintmax_t.m4.
7029         (Depends-on): Add stdint.
7030         * modules/unlink-busy: New module.
7031         * modules/utimecmp (Depends-on): Add stdint.
7032         * modules/uptime: New module.
7033         * modules/winsz-ioctl: New module.
7034         * modules/winsz-termios: New module.
7035         * modules/xnanosleep (Depends-on): Add nanosleep.
7036         * modules/ullong_max: Remove.
7037         * modules/xstrtoimax (Files): Remove m4/xstrtoimax.m4.
7038         (configure.ac): Remove gl_XSTRTOIMAX; no action needed now.
7039         * modules/xstrtol (Files): Remove m4/ulonglong.m4, m4/longlong.m4,
7040         m4/stdint_h.m4, m4/inttypes_h.m4, m4/uintmax_t.m4, m4/intmax_t.m4.
7041         (Depends-on): Add inttypes.
7042         (lib_SOURCES): Add xstrtol.h.
7043         * modules/xstrtoumax (Files): Remove m4/xstrtoumax.m4.
7044         (configure.ac): Remove gl_XSTRTOUMAX; no action needed now.
7045         * MODULES.html.sh: Move 'assert' into the assert section.
7046         Move 'dummy' into the linking section.
7047         Remove ullong_max.
7048         Add section for compatibility checks for POSIX:2001 functions,
7049         and put d-ino, d-type, link-follow, rmdir-errno, unlink-busy,
7050         winsz-ioctl, and winsz-termios into it.
7051         Add lchmod.
7052         Add top-level Misc section and put host-os, perl, and uptime
7053         into it.
7054
7055 2006-08-20  Paul Eggert  <eggert@cs.ucla.edu>
7056
7057         * lib/cycle-check.h: Include <stdint.h> unconditionally, since we
7058         now assume the stdint module.  Do not include inttypes.h.
7059         * lib/fsusage.h: Likewise.
7060         * lib/getndelim2.c: Likewise.
7061         * lib/human.h: Likewise.
7062         * lib/inttostr.h: Likewise.
7063         * lib/obstack.c: Likewise.
7064         * lib/regex_internal.h: Likewise.
7065         * lib/tempname.c: Likewise.
7066         * lib/utimecmp.c: Likewise.
7067         * lib/xstrtol.h: Likewise.
7068
7069         * lib/stat_.h: Fix typo: HAVE_FUNC_LSTAT -> HAVE_LSTAT.
7070
7071         * lib/strtoimax.c: Adjust to macro name changes in Autoconf,
7072         e.g., HAVE_LONG_LONG -> HAVE_LONG_LONG_INT.
7073         * lib/xtime.h: Likewise.
7074
7075 2006-08-19  Paul Eggert  <eggert@cs.ucla.edu>
7076
7077         * modules/openat (Files): Add lib/fchmodat.c.
7078         Fixes problem reported by Jay Youngman.
7079
7080 2006-08-19  Paul Eggert  <eggert@cs.ucla.edu>
7081
7082         * lib/fchmodat.c: New file, from coreutils.  This was inadvertently
7083         omitted in the 2006-08-17 update.  Problem reported by Jay Youngman.
7084
7085 2006-08-18  Paul Eggert  <eggert@cs.ucla.edu>
7086             Bruno Haible  <bruno@clisp.org>
7087
7088         * m4/bison-i18n.m4 (BISON_I18N): Also handle the case where yacc exists
7089         and is a script that invokes bison. Tighten the code. Add comments.
7090
7091 2006-08-18  Jim Meyering  <jim@meyering.net>
7092
7093         * m4/gethrxtime.m4 (gl_PREREQ_GETHRXTIME): Also check for
7094         CLOCK_REALTIME, since gethrxtime may revert to using clock_gettime via
7095         gettime.c.  Gabor Z. Papp reported that gethrxtime-using programs
7096         failed to link due to unresolved clock_gettime on a linux-2.4.x system.
7097
7098 2006-08-18  Bruno Haible  <bruno@clisp.org>
7099
7100         * modules/bison-i18n: New file.
7101         * MODULES.html.sh (Internationalization functions): Add it.
7102
7103 2006-08-18  Bruno Haible  <bruno@clisp.org>
7104
7105         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Also check for
7106         sys/statvfs.h. When getmntinfo was found, check its declaration and
7107         set either MOUNTED_GETMNTINFO or MOUNTED_GETMNTINFO2 depending on it.
7108
7109 2006-08-18  Bruno Haible  <bruno@clisp.org>
7110
7111         * m4/bison-i18n.m4: New file, from bison.
7112
7113 2006-08-18  Bruno Haible  <bruno@clisp.org>
7114
7115         * lib/mountlist.c [MOUNTED_GETMNTINFO2]: Include sys/statvfs.h.
7116         (ME_DUMMY): Treat "kernfs" as a dummy.
7117         (read_file_system_list) [MOUNTED_GETMNTINFO2]: Implement.
7118
7119 2006-08-17  Paul Eggert  <eggert@cs.ucla.edu>
7120
7121         Update from coreutils.
7122
7123         2006-08-15  Jim Meyering  <jim@meyering.net>
7124
7125         * m4/openat.m4 (gl_FUNC_OPENAT): Add at-func.c via AC_LIBSOURCES.
7126
7127         2006-01-17  Jim Meyering  <jim@meyering.net>
7128
7129         * m4/fts.m4 (gl_FUNC_FTS_CORE): Depend on gl_FUNC_OPENAT.
7130
7131         2006-01-11  Jim Meyering  <jim@meyering.net>
7132
7133         * m4/openat.m4 (gl_FUNC_OPENAT): Require and compile fchmodat.c.
7134         Check for the lchmod function.
7135
7136 2006-08-17  Paul Eggert  <eggert@cs.ucla.edu>
7137
7138         Update from coreutils.
7139
7140         * lib/__fpending.h: Add copyright notice.
7141         * lib/fprintftime.h: Likewise.
7142         * lib/savedir.c: Use (C) in copyright notice.
7143         * lib/savedir.h: Likewise.
7144
7145         2006-08-15  Jim Meyering  <jim@meyering.net>
7146
7147         * lib/at-func.c: New file, with the logic of all emulated at-functions.
7148         * lib/openat-priv.h: Include <errno.h> and define ENOSYS,
7149         in support of the EXPECTED_ERRNO macro.
7150         * lib/openat.c (fstatat, unlinkat, fchownat): Remove function
7151         definitions.  Instead, define the appropriate symbols and include
7152         "at-func.c".
7153         * lib/mkdirat.c (mkdirat): Likewise.
7154         * lib/fchmodat.c (fchmodat): Likewise.
7155         (ENOSYS): Remove definition.
7156         * lib/openat.c: Don't include <errno.h>, now that "openat-priv.h" does
7157         it.  Don't include "unistd--.h" -- it wasn't ever used.
7158
7159         2006-01-17  Jim Meyering  <jim@meyering.net>
7160
7161         Rewrite fts.c not to change the current working directory,
7162         by using openat, fstatat, fdopendir, etc..
7163
7164         * lib/fts.c [! _LIBC]: Include "openat.h" and "unistd--.h".
7165         (HAVE_OPENAT_SUPPORT): Define.
7166         [_LIBC] (fchdir): Don't undef or define; no longer used.
7167         (FCHDIR): Define in terms of cwd_advance_fd rather than fchdir.
7168         Now, this `function' always succeeds, and consumes its file descriptor
7169         parameter -- so callers must not close such FDs.  Update callers.
7170         (diropen_fd, opendirat, cwd_advance_fd): New functions.
7171         (diropen): Add parameter, SP.  Adjust all callers.
7172         Implement using diropen_fd, rather than open.
7173         (fts_open): Initialize new member, fts_cwd_fd.
7174         Remove fts_rft-setting code.
7175         (fts_close): Close fts_cwd_fd, if necessary.
7176         (__opendir2): Define in terms of opendir or opendirat,
7177         depending on whether the FST_NOCHDIR flag is set.
7178         (fts_build): Since fts_safe_changedir consumes its FD, and since
7179         this code must do `closedir(dirp)', dup the dirfd(dirp) argument,
7180         and close the dup'd file descriptor upon failure.
7181         (fts_stat): Use fstatat(...AT_SYMLINK_NOFOLLOW) in place of lstat.
7182         (fts_safe_changedir): Tweak semantics to reflect that this function
7183         now calls cwd_advance_fd and hence consumes its FD argument.
7184         * lib/fts_.h [struct FTS] (fts_cwd_fd): New member.
7185         [struct FTS] (fts_rft): Remove now-unused member.
7186         [struct FTS] (fts_cycle.state): Improve comment.
7187
7188         * lib/openat.c (openat_needs_fchdir): New function.
7189         * lib/openat.h (openat_needs_fchdir): Declare it.
7190
7191 2006-08-16  Paul Eggert  <eggert@cs.ucla.edu>
7192
7193         * lib/memcoll.c (memcoll): Set errno = 0 in the shortcut case, too.
7194         Problem and fix reported by Pádraig Brady in
7195         <http://lists.gnu.org/archive/html/bug-coreutils/2006-08/msg00099.html>.
7196
7197 2006-08-15  Paul Eggert  <eggert@cs.ucla.edu>
7198
7199         * modules/cycle-check (configure.ac): Add gl_CYCLE_CHECK.
7200
7201 2006-08-15  Paul Eggert  <eggert@cs.ucla.edu>
7202
7203         * lib/memcoll.c (memcoll): Optimize for the common case where the
7204         arguments are bytewise equal.
7205
7206 2006-08-15  Paul Eggert  <eggert@cs.ucla.edu>
7207
7208         * doc/regexprops-generic.texi: Add a copyright notice.
7209
7210 2006-08-15  Bruno Haible  <bruno@clisp.org>
7211
7212         * modules/tmpdir (License): Change to LGPL.
7213
7214 2006-08-15  Bruno Haible  <bruno@clisp.org>
7215
7216         * gnulib-tool (func_all_modules, func_verify_module): COPYING is not a
7217         module.
7218
7219 2006-08-14  Simon Josefsson  <jas@extundo.com>
7220
7221         * config/srclist.txt: Add gnupload.
7222
7223 2006-08-14  Paul Eggert  <eggert@cs.ucla.edu>
7224
7225         Change copyright notice from LGPL 2 to GPL 2, since that's the
7226         standard form used in the gnulib repository.
7227         * tests/test-lock.c: Likewise.
7228         * tests/test-stdint.c: Likewise.
7229         * tests/test-tls.c: Likewise.
7230
7231         * users.txt: Add bison, diffutils, libprelude, prelude-lml,
7232         prelude-manager.  User shorter URLs for GNU projects, without '?'.
7233         Add copyright notice.
7234
7235         * check-module: Add copyright notice.  Output a copyright
7236         notice if "--version" is specified.
7237         * modules/COPYING: New file.
7238         * tests/test-getaddrinfo.c: Add copyright notice.
7239         * tests/test-verify.c: Likewise.
7240
7241 2006-08-14  Paul Eggert  <eggert@cs.ucla.edu>
7242
7243         Change copyright notice from LGPL 2 to GPL 2, since that's the
7244         standard form used in the gnulib repository.
7245         * lib/lock.c: LGPL -> GPL.
7246         * lib/lock.h: Likewise.
7247         * lib/strnlen1.c: Likewise.
7248         * lib/strnlen1.h: Likewise.
7249         * lib/tls.c: Likewise.
7250         * lib/tls.h: Likewise.
7251         * lib/tmpdir.c: Likewise.
7252
7253         * lib/TODO: Remove; this belongs only in coreutils.
7254
7255 2006-08-14  Paul Eggert  <eggert@cs.ucla.edu>
7256
7257         Add copyright notices to long-enough files that lack them, since
7258         otherwise the files aren't clearly free.  Use the same notice that
7259         getdate.texi already uses.
7260         * doc/alloca-opt.texi: Add copyright notice.
7261         * doc/alloca.texi: Likewise.
7262         * doc/ctime.texi: Likewise.
7263         * doc/functions.texi: Likewise.
7264         * doc/gcd.texi: Likewise.
7265         * doc/gnulib-tool.texi: Likewise.
7266         * doc/inet_ntoa.texi: Likewise.
7267         * doc/visibility.texi: Likewise.
7268
7269         * doc/getdate.texi: Update FDL version from 1.1 to 1.2.
7270         * doc/quote.texi: Add copyright notice.
7271
7272         * doc/solaris-versions: Add SunOS 5.10, SunOS 1.x, SunOS 4.0, SunOS
7273         4.0.x, SunOS 4.1.1.1, SunOS 4.1.1_U1, SunOS 4.1.3B.  SunOS 4.1.3
7274         was Solaris 1.1A.  Remove space before B in Solaris 1.1.1B.
7275         Mention SunOS 5.11.  Mention that everything before SunOS 5.7
7276         is now obsolete, and give a pointer to the Sun list.
7277         Add copyright notice.
7278
7279 2006-08-14  Paul Eggert  <eggert@cs.ucla.edu>
7280
7281         * config/srclistvars.sh: Add copyright notice.
7282
7283 2006-08-14  Eric Blake  <ebb9@byu.net>
7284
7285         Import the following change from libc:
7286
7287         2006-08-12  Ulrich Drepper  <drepper@redhat.com>
7288
7289         Upstream bug 2997.
7290         * lib/misc/error.c: Add space between program name and message if file
7291         name is missing.
7292
7293 2006-08-12  Karl Berry  <karl@gnu.org>
7294
7295         * config/srclist.txt (ssize_t.m4, sig_atomic_t.m4, signalblocking.m4):
7296         remove, these originate in gnulib now.
7297
7298 2006-08-11  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
7299
7300         * doc/Makefile (standards.info standards.html standards.dvi):
7301         Also depend on make-stds.texi.
7302
7303 2006-08-11  Paul Eggert  <eggert@cs.ucla.edu>
7304
7305         * lib/pipe-safer.c (pipe_safer): Fix misspelling: HAVE_FUNC_PIPE ->
7306         HAVE_PIPE.  Fix a file descriptor leak when fd_safer fails.
7307
7308         * lib/regex_internal.c (re_string_skip_chars): Don't assume WEOF fits
7309         in wchar_t.  Problem reported by Eric Blake.
7310
7311         * lib/snprintf.c (snprintf): memcpy LEN bytes, not SIZE - 1, when
7312         LEN is smaller than SIZE.  Suggested by Bruno Haible.
7313         Also, help the compiler to keep LEN in a register.
7314
7315 2006-08-11  Eric Blake  <ebb9@byu.net>
7316
7317         * users.txt: Sort.  Add tar.
7318
7319 2006-08-11  Bruno Haible  <bruno@clisp.org>
7320
7321         * users.txt: New file.
7322
7323 2006-08-11  Bruno Haible  <bruno@clisp.org>
7324
7325         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Include <stdio.h> and <time.h>
7326         before <wchar.h>. Needed for OSF/1 and BSD/OS.
7327
7328 2006-08-10  Paul Eggert  <eggert@cs.ucla.edu>
7329
7330         * modules/snprintf (Depends-on): Remove minmax.
7331         (Maintainer): Add self and Bruno.
7332
7333 2006-08-10  Paul Eggert  <eggert@cs.ucla.edu>
7334
7335         * lib/.cppi-disable: Add snprintf.h, socket_.h.
7336         * lib/snprintf.c: Include <errno.h> and <limits.h>.
7337         (EOVERFLOW): Define if the system does not.
7338         Do not include "minmax.h"; it wasn't used.
7339         (snprintf): Don't assume size_t promotes to an unsigned type.
7340         Fix bug when generated string was too long for the buffer: the
7341         buffer's contents are supposed to be the initial prefix of the
7342         output.  Don't assume vasnprintf returns EOVERFLOW if the size
7343         exceeds INT_MAX; do the check ourselves.
7344
7345         Import the following changes from libc:
7346
7347         2006-06-02  Jakub Jelinek  <jakub@redhat.com>
7348
7349         * lib/posix/regex_internal.c (re_string_skip_chars): If no character
7350         has been converted at all, set *last_wc to WEOF.  If mbrtowc failed,
7351         set wc to the byte which couldn't be converted.
7352         (re_string_reconstruct): Don't clear valid_raw_len before calling
7353         re_string_skip_chars.  If wc is WEOF after re_string_skip_chars, set
7354         tip_context using re_string_context_at.
7355
7356         2006-05-02  Ulrich Drepper  <drepper@redhat.com>
7357
7358         * lib/posix/regex.h: g++ still cannot handled [restrict].
7359
7360         2006-04-21  Ulrich Drepper  <drepper@redhat.com>
7361
7362         * lib/posix/regex.h: Remove special handling for VMS.
7363
7364 2006-08-10  Jim Meyering  <jim@meyering.net>
7365
7366         * modules/same-inode: New module.
7367         * modules/dev-ino: New module.
7368         * modules/cycle-check: Depend on these modules, rather than simply
7369         including their .h files.
7370         (Makefile.am): Don't list cycle-check.[ch] here, now that they're
7371         required via m4/cycle-check.m4.
7372         * modules/same: Depend on new same-inode module, rather than
7373         including same-inode.h.
7374         * modules/chdir-safer: New file.
7375
7376         * modules/chown (Depends-on): Add stat-macros.
7377
7378 2006-08-10  Jim Meyering  <jim@meyering.net>
7379
7380         * m4/cycle-check.m4: New file.
7381         Require gl_STRUCT_DEV_INO and gl_SAME_INODE.
7382         * m4/dev-ino.m4, m4/same-inode.m4: New files.
7383
7384 2006-08-10  Eric Blake  <ebb9@byu.net>
7385
7386         * modules/verror (Depends-on): Remove bogus gl_VERROR that snuck
7387         in from original proposal.
7388
7389 2006-08-10  Eric Blake  <ebb9@byu.net>
7390         and Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
7391
7392         * gnulib-tool (func_import): Detect unexpanded macros in gnulib
7393         namespace.
7394
7395 2006-08-10  Bruno Haible  <bruno@clisp.org>
7396
7397         * gnulib-tool (func_create_testdir): Detect unexpanded macros here
7398         as well.
7399
7400 2006-08-09  Paul Eggert  <eggert@cs.ucla.edu>
7401
7402         Sync from coreutils.
7403
7404         2006-07-19  Mike Frysinger  <vapier@gentoo.org>
7405
7406         * lib/mountlist.c [ME_REMOTE]: Filter out cifs.
7407         Reported by Toralf Förster in <http://bugs.gentoo.org/141012>.
7408
7409 2006-08-09  Paul Eggert  <eggert@cs.ucla.edu>
7410
7411         * modules/restrict: Remove; no longer needed now that we assume
7412         Autoconf 2.59 or later.
7413         * MODULES.html.sh: Remove 'restrict'.
7414         * modules/argp (Depends-on): Remove 'restrict'.
7415         * modules/base64 (Depends-on): Likewise.
7416         * modules/gc (Depends-on): Likewise.
7417         * modules/getaddrinfo (Depends-on): Likewise.
7418         * modules/glob (Depends-on): Likewise.
7419         * modules/inet_ntop (Depends-on): Likewise.
7420         * modules/inet_pton (Depends-on): Likewise.
7421         * modules/memxor (Depends-on): Likewise.
7422         * modules/regex (Depends-on): Likewise.
7423         * modules/strtok_r (Depends-on): Likewise.
7424         * modules/time_r (Depends-on): Likewise.
7425
7426 2006-08-09  Paul Eggert  <eggert@cs.ucla.edu>
7427
7428         * m4/argp.m4 (gl_ARGP): Require AC_C_RESTRICT.
7429         * m4/gc.m4 (gl_PREREQ_GC): Likewise.
7430         * m4/glob.m4 (gl_PREREQ_GLOB): Likewise.
7431         * m4/inet_ntop.m4 (gl_PREREQ_INET_NTOP): Likewise.
7432         * m4/inet_pton.m4 (gl_PREREQ_INET_PTON): Likewise.
7433         * m4/memxor.m4 (gl_MEMXOR): Likewise.
7434         * m4/restrict.m4: Remove; no longer needed.  All remaining uses of
7435         gl_C_RESTRICT replaced by AC_C_RESTRICT.
7436
7437         Merge from coreutils.
7438         * m4/regex.m4 (gl_PREREQ_REGEX): Require AC_C_RESTRICT, not
7439         gl_C_RESTRICT, now that we assume Autoconf 2.59 or later.
7440         * m4/strtok_r.m4 (gl_FUNC_STRTOK_R): Likewise.
7441         * m4/time_r.m4 (gl_TIME_R): Likewise.
7442
7443 2006-08-09  Karl Berry  <karl@gnu.org>
7444
7445         * config/srclist.txt: no more gettext-tools, per Bruno.
7446
7447 2006-08-08  Eric Blake  <ebb9@byu.net>
7448
7449         * modules/verror: New module.
7450         * MODULES.html.sh: Document it.
7451
7452 2006-08-08  Eric Blake  <ebb9@byu.net>
7453
7454         * lib/verror.h, lib/verror.c: New files.
7455
7456 2006-08-08  Eric Blake  <ebb9@byu.net>
7457
7458         * lib/verror.c (verror_at_line): Work around glibc bug 2997, so that
7459         verror_at_line output complies with GNU Coding Standards even when
7460         file is NULL.
7461
7462 2006-08-07  Bruno Haible  <bruno@clisp.org>
7463
7464         * lib/allocsa.h (sa_alignof) [_AIX]: Also consider 'long long' in newer
7465         versions of AIX.
7466         Reported by Ralf Wildenhues.
7467
7468 2006-08-07  Bruno Haible  <bruno@clisp.org>
7469
7470         * gnulib-tool (func_create_testdir): Wrap the set of autoconf snippets
7471         in an AC_DEFUN. Needed so that the autoconf snippets can use
7472         AC_REQUIRE.
7473
7474 2006-08-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
7475
7476         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
7477         Initialize pkgdata_DATA.
7478         * modules/javaversion (Makefile.am): Add to pkgdata_DATA, rather than
7479         overriding it.
7480
7481 2006-08-06  Eric Blake  <ebb9@byu.net>
7482
7483         * lib/error.h: Fold in some upstream changes from glibc.
7484         * lib/error.c: Likewise.
7485
7486 2006-08-04  Bruno Haible  <bruno@clisp.org>
7487
7488         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
7489         Make the mostlyclean-local rule depend on mostlyclean-generic.
7490         Reported by Jim Meyering. Solution suggested by Ralf Wildenhues.
7491
7492 2006-07-31  Bruno Haible  <bruno@clisp.org>
7493
7494         * m4/localcharset.m4 (gl_LOCALCHARSET): Remove tests for <stddef.h>,
7495         <stdlib.h>, <string.h>.
7496
7497 2006-07-30  Bruno Haible  <bruno@clisp.org>
7498
7499         * modules/readlink (License): Change to LGPL.
7500
7501 2006-07-30  Bruno Haible  <bruno@clisp.org>
7502
7503         * modules/javaversion (Makefile.am): Distribute javaversion.java and
7504         javaversion.class. Also install javaversion.class in $(pkgdatadir) and
7505         set PKGDATADIR to point to it.
7506
7507 2006-07-30  Bruno Haible  <bruno@clisp.org>
7508
7509         * modules/csharpexec (configure.ac): Comment out macro invocation.
7510         * modules/javaexec (configure.ac): Likewise.
7511         * modules/javacomp-script (configure.ac): Likewise.
7512
7513         * modules/csharpcomp-script (configure.ac): Use AC_REQUIRE.
7514
7515 2006-07-30  Bruno Haible  <bruno@clisp.org>
7516
7517         * modules/clean-temp (Depends-on): Add linkedhash-list, remove
7518         linked-list.
7519
7520 2006-07-30  Bruno Haible  <bruno@clisp.org>
7521
7522         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Assume <string.h> exists.
7523
7524 2006-07-30  Bruno Haible  <bruno@clisp.org>
7525
7526         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
7527         Initialize MOSTLYCLEANFILES to core and *.stackdump, so that core dumps
7528         get removed.
7529
7530 2006-07-29  Bruno Haible  <bruno@clisp.org>
7531
7532         Make it possible for gnulib-tool to work with locally modified or
7533         augmented gnulib repositories.
7534         * gnulib-tool (func_usage): Document --local-dir option.
7535         (local_gnulib_dir): New variable.
7536         Handle --local-dir option.
7537         (func_lookup_file): New function.
7538         (func_all_modules, func_verify_module): Look also in $local_gnulib_dir.
7539         (func_get_description, func_get_filelist, func_get_description,
7540         func_get_filelist, func_get_dependencies, func_get_autoconf_snippet,
7541         func_get_automake_snippet, func_get_include_directive,
7542         func_get_license, func_get_maintainer): Use func_lookup_file.
7543         (func_import, func_create_testdir): Use func_lookup_file.
7544
7545 2006-07-29  Bruno Haible  <bruno@clisp.org>
7546
7547         * modules/setenv (Depends-on): Add unistd.
7548
7549 2006-07-29  Bruno Haible  <bruno@clisp.org>
7550
7551         * lib/setenv.c: Undo unintended modification done on 2006-02-27.
7552
7553 2006-07-29  Bruno Haible  <bruno@clisp.org>
7554
7555         * lib/localcharset.c: Assume <stddef.h>, <stdlib.h>, <string.h> exist.
7556
7557 2006-07-29  Bruno Haible  <bruno@clisp.org>
7558
7559         * gnulib-tool (import, update): If there is no Makefile.am, look at
7560         aclocal.m4, instead of bailing out.
7561
7562 2006-07-29  Bruno Haible  <bruno@clisp.org>
7563
7564         * gnulib-tool (func_usage): Revert most of the 2006-07-15 change.
7565         Categorize the options by when they are useful.
7566
7567 2006-07-29  Bruno Haible  <bruno@clisp.org>
7568
7569         * gnulib-tool (func_usage): Document option --no-libtool.
7570         Handle option --no-libtool.
7571         (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am): Update
7572         for changed semantics of $libtool variable.
7573         (func_import): Likewise. If libtool is not used, show this through
7574         an option --no-libtool.
7575         (func_create_testdir): Update.
7576
7577 2006-07-29  Bruno Haible  <bruno@clisp.org>
7578
7579         * gnulib-tool (func_import): Extend error message about missing
7580         --doc-base.
7581
7582 2006-07-29  Bruno Haible  <bruno@clisp.org>
7583
7584         * gnulib-tool (func_import): Don't create the $docbase directory if
7585         there is no file to store there.
7586
7587 2006-07-29  Bruno Haible  <bruno@clisp.org>
7588
7589         * gnulib-tool (autoconf_minversion): If a --dir option is given and
7590         relevant, look for configure.ac there, not in the current directory.
7591         Also use a simple search for AC_PREREQ, not "autoconf --trace".
7592
7593 2006-07-29  Bruno Haible  <bruno@clisp.org>
7594
7595         * gnulib-tool (SORT): New variable.
7596         (func_usage): Undocument --assume-autoconf option.
7597         Remove --assume-autoconf option handling.
7598         (autoconf_minversion): Determine from the contents of configure.ac.
7599         (func_import): Remove autoconf_minversion handling.
7600         Suggested by Eric Blake.
7601
7602 2006-07-29  Bruno Haible  <bruno@clisp.org>
7603
7604         * doc/gnulib-tool.texi (gl_LIBTOOL): Mention --no-libtool option.
7605
7606 2006-07-29  Bruno Haible  <bruno@clisp.org>
7607
7608         * config/srclist.txt (*setenv.[ch]): Remove rules.
7609
7610 2006-07-28  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
7611
7612         * m4/inet_pton.m4, inet_ntop.m4: Check for netinet/in.h too.
7613
7614 2006-07-28  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
7615
7616         * lib/inet_ntop.h, inet_pton.h: Need to include netinet/in.h before
7617         arpa/inet.h.
7618
7619 2006-07-28  Simon Josefsson  <jas@extundo.com>
7620
7621         * modules/inet_ntop (Depends-on): Depend on arpa_inet.
7622         * modules/inet_pton (Depends-on): Likewise.
7623
7624 2006-07-28  Simon Josefsson  <jas@extundo.com>
7625
7626         * m4/netinet_in_h.m4: New file.
7627
7628 2006-07-28  Simon Josefsson  <jas@extundo.com>
7629
7630         * lib/inet_ntop.h, inet_pton.h: No need to guard netinet/in.h
7631         #include's.
7632
7633 2006-07-28  Simon Josefsson  <jas@extundo.com>
7634
7635         * lib/inet_ntop.h, inet_pton.h: No need to guard arpa/inet.h
7636         #include's.
7637
7638 2006-07-28  Paul Eggert  <eggert@cs.ucla.edu>
7639
7640         * lib/modechange.c (mode_compile): Numeric modes now affect setuid and
7641         setgid on directories only if they set these bits.
7642         * lib/modechange.h: Remove obsolete comment about masks.
7643
7644 2006-07-28  Eric Blake  <ebb9@byu.net>
7645
7646         * lib/regex_internal.h (struct re_dfa_t) [!_LIBC]: Avoid invalid C89
7647         macro expansion.
7648
7649 2006-07-28  Bruno Haible  <bruno@clisp.org>
7650
7651         * lib/inet_ntop.h, inet_pton.h: Use #if HAVE* instead of #ifdef HAVE*.
7652
7653 2006-07-28  Bruno Haible  <bruno@clisp.org>
7654
7655         * m4/mbchar.m4 (gl_MBCHAR): Also test for iswcntrl.
7656
7657 2006-07-28  Bruno Haible  <bruno@clisp.org>
7658
7659         * lib/mbchar.h (iswalnum, iswalpha, iswblank, iswcntrl, iswdigit,
7660         iswgraph, iswlower, iswprint, iswpunct, iswspace, iswupper, iswxdigit):
7661         Define fallbacks.
7662         Avoids link error on FreeBSD 4.x.
7663         Reported by Yoann Vandoorselaere <yoann.v@prelude-ids.com>.
7664
7665         * lib/wcwidth.h (iswprint): Assume an ASCII compatible wide character
7666         encoding.
7667         * lib/mbswidth.c (iswcntrl): Likewise.
7668
7669 2006-07-27  Bruno Haible  <bruno@clisp.org>
7670
7671         * m4/stdint.m4 (gl_STDINT_H): Define __STDC_CONSTANT_MACROS during the
7672         test.
7673
7674 2006-07-27  Bruno Haible  <bruno@clisp.org>
7675
7676         * lib/stdint_.h (INT*_C, UINT*_C) [C++]: Define these if
7677         __STDC_CONSTANT_MACROS is defined, not if __STDC_LIMIT_MACROS is
7678         defined.
7679
7680 2006-07-26  Eric Blake  <ebb9@byu.net>
7681
7682         * m4/unistd-safer.m4 (gl_UNISTD_SAFER): Check for missing pipe.
7683
7684 2006-07-26  Eric Blake  <ebb9@byu.net>
7685
7686         * lib/mkstemp-safer.c [! HAVE_MKSTEMP]: Add prototype for platforms
7687         like mingw that lack mkstemp.
7688         * lib/pipe-safer.c (pipe_safer) [!HAVE_FUNC_PIPE]: Provide fallback to
7689         avoid compilation warning on mingw.
7690
7691 2006-07-26  Bruno Haible  <bruno@clisp.org>
7692
7693         * m4/stdint.m4 (gl_STDINT_H): Also verify the existence of the macros
7694         INT*_MIN, INT_LEAST*_MAX, INT_LEAST*_MIN, UINT_LEAST*_MAX,
7695         INT_FAST*_MIN, INTPTR_MIN.
7696
7697 2006-07-25  Bruno Haible  <bruno@clisp.org>
7698
7699         * modules/version-etc (Depends-on): Add stdarg.
7700
7701 2006-07-25  Bruno Haible  <bruno@clisp.org>
7702
7703         * m4/stdint.m4 (gl_INTEGER_TYPE_SUFFIX): Avoid 'eval' in front of
7704         complex commands.
7705
7706 2006-07-25  Bruno Haible  <bruno@clisp.org>
7707
7708         * lib/version-etc.c (version_etc_va): Use va_copy, assumed to be
7709         defined in <stdarg.h> or config.h.
7710
7711 2006-07-24  Paul Eggert  <eggert@cs.ucla.edu>
7712
7713         * m4/stdio-safer.m4 (gl_FOPEN_SAFER, gl_TMPFILE_SAFER): New macros.
7714         (gl_STDIO_SAFER): Remove.
7715
7716 2006-07-24  Paul Eggert  <eggert@cs.ucla.edu>
7717
7718         * MODULES.html.sh (File stream based Input/Output):
7719         Add fopen-safer, tmpfile-safer; remove stdio-safer.
7720         * modules/getusershell (Depends-on): Change stdio-safer to fopen-safer.
7721         * modules/fopen-safer, modules/tmpfile-safer: New files.
7722         * modules/stdio-safer: Remove.
7723
7724 2006-07-24  Bruno Haible  <bruno@clisp.org>
7725
7726         * modules/tmpdir: New file.
7727         * MODULES.html.sh (File system functions): Add it.
7728
7729 2006-07-24  Bruno Haible  <bruno@clisp.org>
7730
7731         * modules/javacomp (Depends-on): Add unistd, javaversion, binary-io,
7732         getline, pathname, fwriteerror, clean-temp, xvasprintf, strstr.
7733
7734 2006-07-24  Bruno Haible  <bruno@clisp.org>
7735
7736         * modules/clean-temp: New file.
7737
7738 2006-07-24  Bruno Haible  <bruno@clisp.org>
7739
7740         * m4/tmpdir.m4: New file, from GNU gettext.
7741
7742 2006-07-24  Bruno Haible  <bruno@clisp.org>
7743
7744         * lib/tmpdir.h: New file, from GNU gettext.
7745         * lib/tmpdir.c: New file, from GNU gettext.
7746
7747 2006-07-24  Bruno Haible  <bruno@clisp.org>
7748
7749         * lib/clean-temp.h: New file, from GNU gettext.
7750         * lib/clean-temp.c: New file, from GNU gettext.
7751
7752 2006-07-23  Eric Blake  <ebb9@byu.net>
7753
7754         * modules/stdio-safer (Files): Add tmpfile-safer.c.
7755         (Depends-on): Add binary-io.
7756
7757 2006-07-23  Eric Blake  <ebb9@byu.net>
7758
7759         * m4/stdio-safer.m4 (gl_STDIO_SAFER): Add tmpfile-safer.c.
7760
7761 2006-07-23  Eric Blake  <ebb9@byu.net>
7762
7763         * lib/tmpfile-safer.c: New file.
7764         * lib/stdio-safer.h (fopen_safer): Add prototype.
7765         * lib/stdio--.h (tmpfile): Make safer.
7766
7767 2006-07-23  Bruno Haible  <bruno@clisp.org>
7768
7769         * lib/gl_anylinked_list2.h (ASYNCSAFE): New macro.
7770         (gl_linked_add_first, gl_linked_add_last, gl_linked_add_before,
7771         gl_linked_add_after, gl_linked_add_at, gl_linked_remove_node,
7772         gl_linked_remove_at): Use it.
7773
7774 2006-07-22  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
7775         and Simon Josefsson <jas@extundo.com>
7776
7777         * lib/getaddrinfo.h (AI_PASSIVE): Make sure it is defined.
7778
7779         * lib/getaddrinfo.c (getaddrinfo): Support AI_PASSIVE.
7780
7781 2006-07-22  Paul Eggert  <eggert@cs.ucla.edu>
7782
7783         * modules/close-stream: New file.
7784         * modules/closeout (Description): Make it clear that it exits
7785         with a diagnostic on error.
7786         (Depends-on): Add close-stream.  Remove fpending, stdbool.
7787         * MODULES.html.sh (File stream based Input/Output): Add close-stream.
7788
7789 2006-07-22  Paul Eggert  <eggert@cs.ucla.edu>
7790
7791         * m4/close-stream.m4: New file.
7792
7793 2006-07-22  Paul Eggert  <eggert@cs.ucla.edu>
7794
7795         * lib/close-stream.c, lib/close-stream.h: New files.
7796
7797 2006-07-22  Bruno Haible  <bruno@clisp.org>
7798
7799         Merge from GNU gettext 0.15.
7800
7801         2006-05-01  Bruno Haible  <bruno@clisp.org>
7802
7803                 * build-aux/javacomp.sh.in: Update for changed javacomp.m4.
7804
7805         2006-07-22  Bruno Haible  <bruno@clisp.org>
7806
7807                 * modules/javaversion: New file.
7808                 * MODULES.html.sh (Java): Add javaversion.
7809
7810         2006-03-12  Bruno Haible  <bruno@clisp.org>
7811
7812                 * build-aux/javaexec.sh.in: Update for changed javaexec.m4.
7813
7814         2005-12-04  Bruno Haible  <bruno@clisp.org>
7815
7816                 * build-aux/csharpexec.sh.in: Add support for 'clix' launcher
7817                 (untested).
7818
7819         2006-06-21  Bruno Haible  <bruno@clisp.org>
7820
7821                 Avoid warnings from recent versions of mcs.
7822                 * build-aux/csharpcomp.sh.in (options_mcs): Don't use options
7823                 -o, -L, -r any more. Use options documented since mcs-1.0
7824                 instead. Similarly for -g.
7825
7826         2005-12-04  Bruno Haible  <bruno@clisp.org>
7827
7828                 * build-aux/csharpcomp.sh.in: Suffix for resources is
7829                 .resources, not .resource.
7830
7831         2005-07-09  Bruno Haible  <bruno@clisp.org>
7832
7833                 * build-aux/csharpcomp.sh.in (options_csc): For -l option,
7834                 add a .dll suffix.
7835                 Reported by Mark Junker <mjscod@gmx.de>.
7836
7837         2006-07-22  Bruno Haible  <bruno@clisp.org>
7838
7839                 * modules/gettext: Upgrade to gettext-0.15.
7840                 (Files): Remove m4/isc-posix.m4. Add m4/lock.m4,
7841                 m4/visibility.m4.
7842                 Replace m4/inttypes.m4 with m4/inttypes-h.m4.
7843
7844 2006-07-22  Bruno Haible  <bruno@clisp.org>
7845
7846         Merge from GNU gettext 0.15.
7847
7848         2006-03-25  Bruno Haible  <bruno@clisp.org>
7849
7850                 * lib-link.m4 (AC_LIB_LINKFLAGS_FROM_LIBS): New macro.
7851
7852         2006-07-21  Bruno Haible  <bruno@clisp.org>
7853
7854                 * javacomp.m4 (gt_JAVACOMP): Convert target_version "null" to
7855                 "1.1".
7856
7857         2006-05-09  Bruno Haible  <bruno@clisp.org>
7858
7859                 * javacomp.m4 (gt_JAVACOMP): On Cygwin, set
7860                 CLASSPATH_SEPARATOR to a semicolon. Use CLASSPATH_SEPARATOR
7861                 for the conftestver execution.
7862
7863         2006-05-01  Bruno Haible  <bruno@clisp.org>
7864
7865                 * javacomp.m4 (gt_JAVACOMP): Accept a source-version and an
7866                 optional target-version argument. Verify that the compiler
7867                 groks source of the specified source-version, or add -source
7868                 option as necessary. Verify that the compiler produces
7869                 bytecode in the specified target-version, or add -target and
7870                 -source options as necessary. Make the result of the test
7871                 available as variable CONF_JAVAC. Also log error output in
7872                 config.log.
7873
7874         2006-03-11  Bruno Haible  <bruno@clisp.org>
7875
7876                 * javacomp.m4 (gt_JAVACOMP): Treat gcj-4.x like gcj-3.x.
7877
7878         2006-05-09  Bruno Haible  <bruno@clisp.org>
7879
7880                 * javaexec.m4 (gt_JAVAEXEC): On Cygwin, set
7881                 CLASSPATH_SEPARATOR to a semicolon.
7882
7883         2006-03-12  Bruno Haible  <bruno@clisp.org>
7884
7885                 * javaexec.m4 (gt_JAVAEXEC): Make the result of the test
7886                 available as variable CONF_JAVA, for subsequent autoconf
7887                 tests. Also log error output in config.log.
7888
7889         2006-07-19  Bruno Haible  <bruno@clisp.org>
7890
7891                 * getline.m4 (AM_FUNC_GETLINE): When cross-compiling, assume
7892                 that getline works on glibc2 systems. Needed to avoid trouble
7893                 in relocatable.c.
7894                 Reported by Nils Magnus Larsgard <nmlarsgaard@atmel.no>.
7895
7896         2005-12-04  Bruno Haible  <bruno@clisp.org>
7897
7898                 * csharpexec.m4 (gt_CSHARPEXEC): Add support for 'clix'
7899                 launcher (untested).
7900
7901         2005-12-04  Bruno Haible  <bruno@clisp.org>
7902
7903                 * csharpcomp.m4 (gt_CSHARPCOMP): Also set CSHARPCOMPFLAGS.
7904
7905         2006-07-22  Bruno Haible  <bruno@clisp.org>
7906
7907                 * gettext.m4: Update from GNU gettext-0.15.
7908                 * nls.m4: Likewise.
7909                 * po.m4: Likewise.
7910                 * inttypes-pri.m4: Likewise.
7911                 * inttypes-h.m4: Renamed from inttypes.m4.
7912                 (gl_HEADER_INTTYPES_H): Renamed from gt_HEADER_INTTYPES_H.
7913
7914 2006-07-22  Bruno Haible  <bruno@clisp.org>
7915
7916         Merge from GNU gettext 0.15.
7917
7918         2005-07-05  Bruno Haible  <bruno@clisp.org>
7919
7920                 * printf-args.c (printf_fetchargs): Work around broken
7921                 definition of wint_t on mingw.
7922
7923         2005-02-12  Bruno Haible  <bruno@clisp.org>
7924
7925                 * xallocsa.h: Add extern "C" for C++.
7926
7927         2006-05-17  Bruno Haible  <bruno@clisp.org>
7928
7929                 Cygwin portability.
7930                 * progreloc.c (WIN32_NATIVE): Renamed from WIN32.
7931
7932         2006-04-30  Bruno Haible  <bruno@clisp.org>
7933
7934                 * progreloc.c: Include <mach-o/dyld.h> if available.
7935                 (find_executable): Use _NSGetExecutablePath when possible.
7936
7937         2006-05-06  Charles Wilson  <cygwin@cwilson.fastmail.fm>
7938
7939                 * progreloc.c (maybe_executable) [CYGWIN]: Use the access()
7940                 function.
7941
7942         2005-12-29  Bruno Haible  <bruno@clisp.org>
7943
7944                 * progreloc.c (set_program_name_and_installdir): Fix
7945                 compilation error.
7946
7947         2005-12-04  Bruno Haible  <bruno@clisp.org>
7948
7949                 Cygwin portability.
7950                 * progreloc.c: Include <windows.h> also on Cygwin.
7951                 (find_executable): Add support for Cygwin.
7952                 (set_program_name_and_installdir): Handle also platforms with
7953                 nonempty EXEEXT.
7954
7955         2006-07-11  Bruno Haible  <bruno@clisp.org>
7956
7957                 * javacomp.c: Fix a comment.
7958                 Reported by Jim Meyering.
7959
7960         2006-04-30  Bruno Haible  <bruno@clisp.org>
7961
7962                 * javacomp.h (compile_java_class): Add source_version,
7963                 target_version arguments.
7964                 * javacomp.c: Rewritten to choose only a compiler that
7965                 respects the specified source_version and target_version.
7966
7967         2006-06-27  Bruno Haible  <bruno@clisp.org>
7968
7969                 Assume correct S_ISDIR macro.
7970                 * mkdtemp.c: Remove test of STAT_MACROS_BROKEN.
7971
7972         2006-07-22  Bruno Haible  <bruno@clisp.org>
7973
7974                 * javaversion.h: New file, from GNU gettext.
7975                 * javaversion.c: New file, from GNU gettext.
7976                 * javaversion.java: New file, from GNU gettext.
7977                 * javaversion.class: New file, from GNU gettext.
7978
7979         2006-05-17  Bruno Haible  <bruno@clisp.org>
7980
7981                 Cygwin portability.
7982                 * javaexec.c (execute_java_class): Test for jview program
7983                 also on Cygwin.
7984
7985         2006-04-09  Bruno Haible  <bruno@clisp.org>
7986
7987                 * fatal-signal.c: Don't include string.h.
7988                 (at_fatal_signal): Use a copying loop instead of memcpy.
7989
7990         2005-12-04  Bruno Haible  <bruno@clisp.org>
7991
7992                 * csharpexec.c: Add support for 'clix' launcher (untested).
7993                 (execute_csharp_using_sscli): New function.
7994                 (execute_csharp_program): Call it.
7995
7996         2006-06-21  Bruno Haible  <bruno@clisp.org>
7997
7998                 Avoid warnings from recent versions of mcs.
7999                 * csharpcomp.c (compile_csharp_using_mono): Don't use options
8000                 -o, -L, -r any more. Use options documented since mcs-1.0
8001                 instead. Similarly for -g.
8002
8003         2005-07-09  Bruno Haible  <bruno@clisp.org>
8004
8005                 * csharpcomp.c (compile_csharp_using_sscli): For -l option,
8006                 add a .dll suffix.
8007                 Reported by Mark Junker <mjscod@gmx.de>.
8008
8009         2006-06-17  Bruno Haible  <bruno@clisp.org>
8010
8011                 * config.charset: Update for NetBSD 3.0.
8012
8013         2006-05-17  Bruno Haible  <bruno@clisp.org>
8014
8015                 Cygwin portability.
8016                 * localcharset.c (WIN32_NATIVE): Renamed from WIN32.
8017
8018         2006-05-16  Bruno Haible  <bruno@clisp.org>
8019
8020                 * localcharset.c [CYGWIN]: Include <windows.h>.
8021                 (get_charset_aliases): For Cygwin, return the same CPxxx
8022                 aliases list as under WIN32.
8023                 (locale_charset) [CYGWIN]: Try to retrieve the encoding from
8024                 the environment variables. Fall back to GetACP().
8025
8026         2006-04-05  Bruno Haible  <bruno@clisp.org>
8027
8028                 * config.charset: Update Juan Manuel Guerrero's address.
8029
8030         2005-02-12  Bruno Haible  <bruno@clisp.org>
8031
8032                 * allocsa.h: Add extern "C" for C++.
8033
8034         2005-02-10  Bruno Haible  <bruno@clisp.org>
8035
8036                 * allocsa.h (sa_alignof): Define differently with AIX xlc, to
8037                 avoid a bug of this compiler on AIX 3.2.5 dealing with enums.
8038
8039         2006-07-22  Bruno Haible  <bruno@clisp.org>
8040
8041                 * gettext.h: Update to GNU gettext-0.15.
8042
8043 2006-07-22  Bruno Haible  <bruno@clisp.org>
8044
8045         * config/srclist.txt: Resync printf-args.c, vasnprintf.c,
8046         localcharset.c, mkdtemp.c, config.rpath, lib-ld.m4, lib-link.m4,
8047         lib-prefix.m4, longdouble.m4, ssize_t.m4.
8048
8049 2006-07-21  Eric Blake  <ebb9@byu.net>
8050
8051         * modules/stdlib-safer: New file.
8052         * MODULES.html.sh (File stream based Input/Output): Add
8053         stdlib-safer.
8054
8055 2006-07-21  Eric Blake  <ebb9@byu.net>
8056
8057         * lib/stdlib-safer.h: New file from coreutils, required by
8058         stdlib--.h.
8059
8060 2006-07-20  Paul Eggert  <eggert@cs.ucla.edu>
8061
8062         * gnulib-tool (func_usage): Document --assume-autoconf='latest-stable'.
8063
8064 2006-07-20  Bruno Haible  <bruno@clisp.org>
8065
8066         * gnulib-tool: Recognize new option --assume-autoconf.
8067         (autoconf_minversion): New variable.
8068         (func_get_filelist): Use it to decide whether to add onceonly_2_57.m4.
8069
8070 2006-07-20  Bruno Haible  <bruno@clisp.org>
8071
8072         * MODULES.html.sh (func_all_modules): Add a missing func_begin_table.
8073
8074 2006-07-19  Derek R. Price  <derek@ximbiot.com>
8075
8076         * lib/getaddrinfo.h: Don't define unimplemented AI_* flags.
8077         Reindent and repaginate.
8078
8079 2006-07-19  Derek Price  <derek@ximbiot.com>
8080
8081         * doc/gnulib.texi (Libtool and Windows):  Eliminate passive voice.
8082         Correct grammar.
8083
8084 2006-07-17  Bruno Haible  <bruno@clisp.org>
8085
8086         * modules/list: New file.
8087         * modules/array-list: New file.
8088         * modules/carray-list, modules/carray-list-tests: New files.
8089         * modules/linked-list, modules/linked-list-tests: New files.
8090         * modules/avltree-list, modules/avltree-list-tests: New files.
8091         * modules/rbtree-list, modules/rbtree-list-tests: New files.
8092         * modules/linkedhash-list, modules/linkedhash-list-tests: New files.
8093         * modules/avltreehash-list, modules/avltreehash-list-tests: New files.
8094         * modules/rbtreehash-list, modules/rbtreehash-list-tests: New files.
8095         * modules/oset: New file.
8096         * modules/array-oset: New file.
8097         * modules/avltree-oset, modules/avltree-oset-tests: New files.
8098         * modules/rbtree-oset, modules/rbtree-oset-tests: New files.
8099         * tests/test-carray_list.c: New file.
8100         * tests/test-linked_list.c: New file.
8101         * tests/test-avltree_list.c: New file.
8102         * tests/test-rbtree_list.c: New file.
8103         * tests/test-linkedhash_list.c: New file.
8104         * tests/test-avltreehash_list.c: New file.
8105         * tests/test-rbtreehash_list.c: New file.
8106         * tests/test-avltree_oset.c: New file.
8107         * tests/test-rbtree_oset.c: New file.
8108         * MODULES.html.sh (Container data structures): New section.
8109
8110 2006-07-17  Bruno Haible  <bruno@clisp.org>
8111
8112         * m4/gl_list.m4: New file.
8113
8114 2006-07-17  Bruno Haible  <bruno@clisp.org>
8115
8116         * lib/gl_list.h: New file.
8117         * lib/gl_list.c: New file.
8118         * lib/gl_array_list.h: New file.
8119         * lib/gl_array_list.c: New file.
8120         * lib/gl_carray_list.h: New file.
8121         * lib/gl_carray_list.c: New file.
8122         * lib/gl_linked_list.h: New file.
8123         * lib/gl_linked_list.c: New file.
8124         * lib/gl_anylinked_list1.h: New file.
8125         * lib/gl_anylinked_list2.h: New file.
8126         * lib/gl_avltree_list.h: New file.
8127         * lib/gl_avltree_list.c: New file.
8128         * lib/gl_anyavltree_list1.h: New file.
8129         * lib/gl_anyavltree_list2.h: New file.
8130         * lib/gl_rbtree_list.h: New file.
8131         * lib/gl_rbtree_list.c: New file.
8132         * lib/gl_anyrbtree_list1.h: New file.
8133         * lib/gl_anyrbtree_list2.h: New file.
8134         * lib/gl_anytree_list1.h: New file.
8135         * lib/gl_anytree_list2.h: New file.
8136         * lib/gl_linkedhash_list.h: New file.
8137         * lib/gl_linkedhash_list.c: New file.
8138         * lib/gl_anyhash_list1.h: New file.
8139         * lib/gl_anyhash_list2.h: New file.
8140         * lib/gl_avltreehash_list.h: New file.
8141         * lib/gl_avltreehash_list.c: New file.
8142         * lib/gl_rbtreehash_list.h: New file.
8143         * lib/gl_rbtreehash_list.c: New file.
8144         * lib/gl_anytreehash_list1.h: New file.
8145         * lib/gl_anytreehash_list2.h: New file.
8146
8147         * lib/gl_oset.h: New file.
8148         * lib/gl_oset.c: New file.
8149         * lib/gl_array_oset.h: New file.
8150         * lib/gl_array_oset.c: New file.
8151         * lib/gl_avltree_oset.h: New file.
8152         * lib/gl_avltree_oset.c: New file.
8153         * lib/gl_rbtree_oset.h: New file.
8154         * lib/gl_rbtree_oset.c: New file.
8155         * lib/gl_anytree_oset.h: New file.
8156
8157 2006-07-16  Paul Eggert  <eggert@cs.ucla.edu>
8158
8159         * m4/mkancesdirs.m4: New file.
8160         * m4/mkdir-p.m4 (gl_MKDIR_PARENTS): Mention dirchownmod.c,
8161         dirchownmod.h.  Don't require AC_FUNC_ALLOCA, gl_AFS, gl_CHDIR_SAFER;
8162         no longer needed.  Require gl_FUNC_LCHOWN, since dirchownmod.c needs
8163         it.
8164
8165 2006-07-16  Paul Eggert  <eggert@cs.ucla.edu>
8166
8167         * lib/dirchownmod.c, lib/dirchownmod.h, lib/mkancesdirs.c:
8168         * lib/mkancesdirs.h: New files.
8169         * lib/mkdir-p.c: Don't include alloca.h, stdio.h, sys/types.h,
8170         unistd.h, string.h, chdir-safer.h, dirname.h, lchmod.h, lchown.h,
8171         save-cwd.h.  Instead, include dirchownmod.h and mkancesdirs.h.
8172         (make_dir_parents): New args MAKE_ANCESTOR, OPTIONS, ANNOUNCE,
8173         MODE_BITS.  Remove options VERBOSE_FMT_STRING, CWD_ERRNO.  All
8174         callers changed.  Revamp internals significantly, by not
8175         attempting to create directories that are temporarily more
8176         permissive than the final results.  Do not attempt to use
8177         save_cwd/restore_cwd; it isn't worth it for mkdir and install.
8178         This removes some race conditions, fixes some bugs, and simplifies
8179         things.  Use new dirchownmod function to do owner and mode changes.
8180         * lib/mkdir-p.h: Likewise.
8181         * lib/modechange.c (octal_to_mode): New function.
8182         (struct mode_change): New member mentioned.
8183         (make_node_op_equals): New arg mentioned.  All callers changed.
8184         (mode_compile): Keep track of which mode bits the user has explicitly
8185         mentioned.
8186         (mode_adjust): New arg DIR, so that we implement the X op correctly.
8187         New arg PMODE_BITS, to keep track of which mode bits the user
8188         mentioned; it treats S_ISUID and S_ISGID speciall.
8189         All callers changed.
8190         * lib/modechange.h: Likewise.
8191
8192 2006-07-16  Paul Eggert  <eggert@cs.ucla.edu>
8193
8194         * MODULES.html.sh: Add mkancestors.
8195         * modules/mkancesdirs: New module.
8196         * modules/mkdir-p (Files): Remove lib/chdir-safer.c, lib/chdir-safer.h,
8197         lib/same-inode.h, m4/afs.m4, m4/chdir-safer.m4.
8198         The chdir-safer and afs files are now orphans; I'll remove them
8199         unless someone speaks up.
8200         Add lib/dirchownmod.c, lib/dirchownmod.h.
8201         (Depends-on): Remove alloca, chown, save-cwd, dirname.
8202         Add lchown, mkancesdirs.
8203         (Maintainer): Add self.
8204
8205 2006-07-15  Karl Berry  <karl@gnu.org>
8206
8207         * gnulib-tool: help message wording/arrangement.
8208
8209 2006-07-14  Simon Josefsson  <jas@extundo.com>
8210
8211         * doc/gnulib.texi (Libtool and Windows): New section.
8212
8213 2006-07-12  Simon Josefsson  <jas@extundo.com>
8214
8215         * modules/gendocs (License): Fix license, approved by Karl.
8216
8217 2006-07-12  Eric Blake  <ebb9@byu.net>
8218
8219         * MODULES.html.sh: Add gendocs.
8220
8221 2006-07-11  Eric Blake  <ebb9@byu.net>
8222
8223         * modules/fdl: New module, to install doc/fdl.texi.
8224         * MODULES.html.sh: Add new section for documentation modules.
8225         * gnulib-tool: Avoid space-tab.
8226         (--doc-base): New option, to manage files from doc.
8227
8228 2006-07-11  Eric Blake  <ebb9@byu.net>
8229
8230         * m4/absolute-header.m4: Fix comments to match recent change.
8231
8232 2006-07-11  Eric Blake  <ebb9@byu.net>
8233
8234         * gnulib-tool: List --doc-base before --tests-base.
8235
8236 2006-07-11  Derek R. Price  <derek@ximbiot.com>
8237
8238         * lib/glob.c: s/NAMLEN/_D_EXACT_NAMLEN/.
8239
8240 2006-07-11  Bruno Haible  <bruno@clisp.org>
8241
8242         * README: Mention where to put documentation.
8243
8244 2006-07-10  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
8245
8246         * doc/functions.texi, gnulib-tool.texi, gnulib.texi: Fix some typos.
8247
8248 2006-07-10  Paul Eggert  <eggert@cs.ucla.edu>
8249
8250         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Like today's change
8251         to stdint.m4.
8252
8253 2006-07-10  Paul Eggert  <eggert@cs.ucla.edu>
8254
8255         * m4/stdint.m4 (gl_STDINT_H): Like yesterday's change to
8256         absolute-header.m4.  Also, set ABSOLUTE_STDINT_H to a string
8257         "no/such/file/stdint.h" when there is no such file, so that
8258         the resulting C code can be parsed by dodgy compilers.
8259         Problems reported by Bob Proulx.
8260
8261 2006-07-10  Derek R. Price  <derek@ximbiot.com>
8262
8263         * lib/backupfile.c, dirfd.h, fts.c, getcwd.c, glob.c, glob_.h:
8264         Ignore the obsolescent !HAVE_DIRENT_H case.  Consolidate NAMLEN
8265         macros into the GNU _D_EXACT_NAMLEN.
8266         * lib/savedir.c:  Likewise.
8267         (savedirstream): Use _D_EXACT_NAMLEN in preference to strlen.
8268
8269 2006-07-10  Derek R. Price  <derek@ximbiot.com>
8270         and Paul Eggert  <eggert@cs.ucla.edu>
8271
8272         * m4/backupfile.m4, d-ino.m4, d-type.m4, dirfd.m4, fts.m4, getcwd.m4:
8273         * m4/savedir.m4:
8274         Ignore the obsolescent !HAVE_DIRENT_H case.  Consolidate NAMLEN
8275         macros into the GNU _D_EXACT_NAMLEN.
8276
8277 2006-07-09  Paul Eggert  <eggert@cs.ucla.edu>
8278
8279         * m4/absolute-header.m4 (gl_ABSOLUTE_HEADER): Use "" rather than <>
8280         around the absolute name, to work around a problem with the HP-UX
8281         11.23 native C compiler, reported by Bob Proulx.
8282
8283 2006-07-09  Paul Eggert  <eggert@cs.ucla.edu>
8284
8285         * doc/maintain.texi, make-stds.texi: Sync from
8286         <http://savannah.gnu.org/projects/gnustandards>.
8287
8288 2006-07-09  Paul Eggert  <eggert@cs.ucla.edu>
8289
8290         * build-aux/depcomp, build-aux/install-sh: Sync from Automake.
8291
8292 2006-07-09  Jim Meyering  <jim@meyering.net>
8293
8294         * m4/glob.m4: Remove a doubled word in a comment.
8295
8296 2006-07-09  Jim Meyering  <jim@meyering.net>
8297
8298         * lib/argp-pv.c: Remove a doubled word in a comment.
8299         * lib/check-version.c (check_version): Likewise.
8300         * lib/javacomp.c (compile_java_class): Likewise.
8301
8302 2006-07-08  Paul Eggert  <eggert@cs.ucla.edu>
8303
8304         * gnulib-tool (func_get_filelist): Don't echo m4/onceonly_2_57.m4,
8305         for the benefit of people using Autoconf 2.60.  If you want to
8306         support older Autoconf versions you can copy m4/onceonly_2_57.m4
8307         (or m4/onceonly.m4, if pre-2.57) manually.
8308
8309 2006-07-08  Jim Meyering  <jim@meyering.net>
8310
8311         * m4/link-follow.m4: Remove one of two adjacent "whether"s in a
8312         comment.
8313         * m4/getopt.m4: Remove one of two adjacent "your"s in a comment.
8314         * m4/regex.m4 (gl_REGEX): Remove one of two adjacent "the"s in a
8315         comment.
8316
8317 2006-07-08  Jim Meyering  <jim@meyering.net>
8318
8319         * lib/getndelim2.h (getndelim2): Remove doubled "after" in comment.
8320
8321 2006-07-07  Simon Josefsson  <jas@extundo.com>
8322
8323         * tests/test-crc.c: Change expected crc value, the test vector
8324         were probably computed using the old broken crc.c?
8325
8326 2006-07-06  Simon Josefsson  <jas@extundo.com>
8327
8328         * modules/sys_socket (Files): Add m4/sockpfaf.m4 (this module is
8329         now the canonical place for the M4 file).
8330
8331         * modules/getaddrinfo (Files): Remove m4/sockpfaf.m4, we get it
8332         from the sys_socket dependency now.
8333
8334         * modules/inet_pton (Files): Ditto.
8335
8336         * modules/inet_ntop (Files): Ditto.
8337
8338 2006-07-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny change)
8339
8340         * modules/getusershell (configure.ac): Use gl_FUNC_GETUSERSHELL,
8341         not gl_PREREQ_GETUSERSHELL.
8342
8343 2006-07-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
8344
8345         * m4/_inttypes_h.m4 (gl_INTTYPES_H): Use AC_CHECK_DECLS_ONCE
8346         with only one argument, for Autoconf 2.60.
8347         * m4/fileblocks.m4 (gl_PREREQ_FILEBLOCKS): AC_CHECK_DECLS_ONCE may
8348         expand to nothing, so add a shell command to avoid syntax error.
8349         * m4/getpass.m4 (gl_PREREQ_GETPASS): Likewise.
8350
8351 2006-07-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
8352
8353         * lib/strtod.c (strtod): cast the argument of tolower to unsigned char.
8354
8355 2006-07-06  Paul Eggert  <eggert@cs.ucla.edu>
8356
8357         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Don't check for getenv decl;
8358         no longer needed.  Check for isblank decl.
8359         * m4/mkstemp.m4 (gl_PREREQ_TEMPNAME): Don't check for getenv decl.
8360         * m4/regex.m4 (gl_PREREQ_REGEX): Dheck for isblank decl instead
8361         of existence.
8362
8363 2006-07-06  Paul Eggert  <eggert@cs.ucla.edu>
8364
8365         * lib/getloadavg.c: Use __VMS, not VMS.
8366         * lib/getopt.c: Likewise.
8367         * lib/getpagesize.h: Likewise.
8368         * lib/glob.c: Remove most VMS cruft; it hasn't been tested for a while
8369         and probably does not work.
8370
8371 2006-07-06  Paul Eggert  <eggert@cs.ucla.edu>
8372
8373         * lib/.cppi-disable: Add wcwidth.
8374         * lib/fnmatch.c (ISBLANK): Remove.  All uses changed to isblank.
8375         (isblank) [! (defined isblank || HAVE_DECL_ISBLANK)]: New macro.
8376         (ISGRAPH): Remove.  All uses changed to isgraph.
8377         (FOLD) [!defined _LIBC]: Remove special case.
8378         * lib/getdate.y (lookup_word): Remove no-longer-needed call to islower.
8379         * lib/regex_internal.h (isblank): Depend on HAVE_DECL_ISBLANK, not
8380         HAVE_ISBLANK.
8381         * lib/strftime.c (TOLOWER, TOUPPER) [!defined _LIBC]: Remove special
8382         case.
8383
8384 2006-07-06  Jim Hyslop  <jhyslop@dreampossible.ca>  (tiny change)
8385
8386         * lib/getaddrinfo.c: Changes to compile under MSVC6: changed
8387         '#if WIN32_NATIVE' to '#ifdef' & moved WSAAPI macro inside
8388         brackets.  Other minor changes to suppress some compiler
8389         warnings.
8390
8391 2006-07-06  Derek R. Price  <derek@ximbiot.com>
8392         and Paul Eggert  <eggert@cs.ucla.edu>
8393
8394         * m4/backupfile.m4 (gl_BACKUPFILE): Check for dirent.h, instead
8395         of invoking obsolescent AC_HEADER_DIRENT macro.
8396         * m4/d-ino.m4 (gl_CHECK_TYPE_STRUCT_DIRENT_D_INO): Likewise.
8397         * m4/d-type.m4 (gl_CHECK_TYPE_STRUCT_DIRENT_D_TYPE): Likewise.
8398         * m4/dirfd.m4 (gl_FUNC_DIRFD): Likewise.
8399         * m4/fts.m4 (gl_FUNC_FTS_CORE): Likewise.
8400         * m4/getcwd.m4 (gl_PREREQ_GETCWD): Likewise.
8401         * m4/glob.m4 (gl_PREREQ_GLOB): Likewise.
8402         * m4/savedir.m4 (gl_SAVEDIR): Likewise.
8403         * m4/readdir.m4: Remove; no longer needed.
8404
8405 2006-07-06  Derek R. Price  <derek@ximbiot.com>
8406         and Paul Eggert  <eggert@cs.ucla.edu>
8407
8408         * lib/backupfile.c [HAVE_DIRENT_H && ! HAVE_NDIR_H]:
8409         Don't worry about this obsolete case any more.
8410         (HAVE_DIR): Remove.  All uses removed; we now assume you can read
8411         directories.
8412         * lib/dirfd.h [HAVE_DIRENT_H && ! HAVE_NDIR_H]: Don't
8413         worry about this obsolete case any more.
8414         * lib/fts.c: Likewise.
8415         * lib/getcwd.c: Likewise.
8416         * lib/glob.h: Likewise.
8417         * lib/savedir.c: Likewise.
8418
8419 2006-07-05  Paul Eggert  <eggert@cs.ucla.edu>
8420
8421         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Use AC_CHECK_DECLS_ONCE
8422         rather than AC_CHECK_DECLS for strtoimax and strtoumax.
8423         * m4/getusershell.m4 (gl_PREREQ_GETUSERSHELL): Remove; no longer
8424         needed.
8425         All uses removed.
8426         * m4/strtol.m4 (gl_PREREQ_STRTOL): Likewise.
8427         * m4/strtoul.m4 (gl_PREREQ_STRTOUL): Likewise.
8428         * m4/exclude.m4 (gl_EXCLUDE): Don't check for isascii; no longer
8429         needed.
8430         * m4/getdate.m4 (gl_GETDATE): Likewise.
8431         * m4/getusershell.m4 (gl_PREREQ_GETUSERSHELL): Likewise.
8432         * m4/memcasecmp.m4 (gl_MEMCASECMP): Likewise.
8433         * m4/strtod.m4 (gl_FUNC_STRTOD): Likewise.
8434         * m4/strtol.m4 (gl_PREREQ_STRTOL): Likewise.
8435         * m4/strtoul.m4 (gl_PREREQ_STRTOUL): Likewise.
8436         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Likewise.
8437         * m4/exclude.m4 (gl_EXCLUDE): Don't require AC_C_INLINE; no longer
8438         needed.
8439
8440 2006-07-05  Paul Eggert  <eggert@cs.ucla.edu>
8441
8442         * lib/memcasecmp.c: Include <limits.h>.
8443         (memcasecmp): Don't assume UCHAR_MAX <= INT_MAX.
8444         * lib/strtod.c (strtod): Don't assume isspace works on negative chars.
8445         Don't assume isdigit succeeds only on '0' through '9'.
8446
8447 2006-07-05  Eric Blake  <ebb9@byu.net>
8448
8449         * modules/getaddrinfo (Depends-on): Add snprintf.
8450
8451 2006-07-05  Eric Blake  <ebb9@byu.net>
8452
8453         * m4/sockpfaf.m4 (gl_SOCKET_FAMILIES): Use gl_HEADER_SYS_SOCKET
8454         to avoid 'header present but could not be compiled' on cygwin.
8455
8456 2006-07-05  Eric Blake  <ebb9@byu.net>
8457
8458         * lib/getaddrinfo.h (NI_NUMERICHOST, NI_NUMERICSERV): Define if
8459         missing from netdb.h.
8460         * lib/getaddrinfo.c (includes): Include inet_ntop and snprintf.
8461
8462 2006-07-05  Derek R. Price  <derek@ximbiot.com>
8463
8464         * m4/calloc.m4 (_AC_FUNC_CALLOC_IF): Don't require AC_HEADER_STDC;
8465         no longer needed.
8466         * m4/exclude.m4 (gl_EXCLUDE): Likewise.
8467         * m4/getdate.m4 (gl_GETDATE): Likewise.
8468         * m4/getusershell.m4 (gl_PREREQ_GETUSERSHELL): Likewise.
8469         * m4/memcasecmp.m4 (gl_MEMCASECMP): Likewise.
8470         * m4/strtod.m4 (gl_FUNC_STRTOD): Likewise.
8471         * m4/strtol.m4 (gl_PREREQ_STRTOL): Likewise.
8472         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Likewise.
8473
8474 2006-07-05  Derek R. Price  <derek@ximbiot.com>
8475
8476         * lib/exclude.c (IN_CTYPE_DOMAIN, is_space): Remove; no longer needed.
8477         All uses of is_space replaced by isspace.
8478         * lib/exit.h: Don't talk about STDC_HEADERS.
8479         * lib/fnmatch.c (ISASCII): Remove; no longer needed.  All uses removed.
8480         (ISPRINT, ISDIGIT, ISALNUM, ISALPHA, ISCNTRL, ISLOWER, ISPUNCT):
8481         (ISSPACE, ISUPPER, ISXDIGIT): Remove; no longer needed.  All uses
8482         replaced by isprint etc.
8483         * lib/getdate.y (IN_CTYPE_DOMAIN, ISSPACE, ISALPHA, ISLOWER): Likewise.
8484         * lib/getusershell.c (IN_CTYPE_DOMAIN, ISSPACE): Likewise.
8485         * lib/memcasecmp.c (IN_CTYPE_DOMAIN, ISLOWER, TOUPPER): Likewise.
8486         * lib/strtod.c (IN_CTYPE_DOMAIN, ISSPACE, ISDIGIT, TOLOWER): Likewise.
8487         * lib/strtol.c (IN_CTYPE_DOMAIN): Likewise.
8488         * lib/xstrtol.c (IN_CTYPE_DOMAIN, ISSPACE): Likewise.
8489
8490 2006-07-05  Bruno Haible  <bruno@clisp.org>
8491
8492         * m4/strndup.m4 (gl_FUNC_STRNDUP): When cross-compiling, check whether
8493         the function exists, before testing against AIX.
8494         Reported by Martin Lambers <marlam@marlam.de>.
8495
8496 2006-07-04  Paul Eggert  <eggert@cs.ucla.edu>
8497
8498         * modules/cycle-check (lib_SOURCES): Add same-inode.h.
8499         From Mark D. Baushke.
8500
8501 2006-07-04  Paul Eggert  <eggert@cs.ucla.edu>
8502
8503         * m4/absolute-header.m4 (gl_ABSOLUTE_HEADER): Prepend three slashes
8504         to the absolute name, not just one, to bypass Sun C 5.8's
8505         "warning: #include of /usr/include/... may be non-portable".
8506
8507 2006-07-04  Eric Blake  <ebb9@byu.net>
8508
8509         * modules/dirname-tests: New test module.
8510         * tests/test-dirname.c: New file, replacing dirname.c
8511         TEST_DIRNAME section that was recently deleted.
8512
8513 2006-07-04  Bruno Haible  <bruno@clisp.org>
8514
8515         Assume ANSI C header files and <ctype.h> functions.
8516         * lib/mbswidth.c (IN_CTYPE_DOMAIN, ISPRINT, ISCNTRL): Remove macros.
8517         (mbsnwidth): Use isprint, iscntrl instead.
8518
8519 2006-07-03  Paul Eggert  <eggert@cs.ucla.edu>
8520
8521         Merge from coreutils.
8522         * MODULES.html.sh: Add xstrtold.
8523         * modules/xstrtold: New file.
8524         * modules/cycle-check (Files): Add lib/same-inode.h.
8525         * modules/dirname (Files): Add m4/double-slash-root.m4.
8526         * modules/getcwd (Files): Add m4/getcwd-abort-bug.m4.
8527         * modules/mkdir-p (Files): Add lib/same-inode.h.
8528         * modules/same (Files): Add lib/same-inode.h.
8529
8530 2006-07-03  Paul Eggert  <eggert@cs.ucla.edu>
8531
8532         * m4/absolute-header.m4: Renamed from full-header-path.m4.
8533         This is to keep the terminology clean; POSIX talks about
8534         "absolute pathnames", not "full pathnames", but the GNU
8535         Coding Standards say to use "path" for something else;
8536         so use "absolute" to keep both sides happy.
8537         (gl_ABSOLUTE_HEADER): Renamed from gl_FULL_HEADER_PATH.
8538         Set gl_absolute_header, not gl_full_header_path.
8539         Set gl_cv_absolute_<header>, not gl_full_path_<header>.
8540         Define ABSOLUTE_<HEADER>, not FULL_PATH_<HEADER>.
8541         All uses changed.
8542
8543         Merge from coreutils.
8544
8545         2006-06-30  Paul Eggert  <eggert@cs.ucla.edu>
8546
8547         * m4/c-strtod.m4 (gl_C_STRTOLD): Add c-strtod.c to LIBSOURCES.
8548         Require gl_USE_SYSTEM_EXTENSIONS, not gl_C_STRTOD, since we don't
8549         want to require the building of c-strtod.o.
8550         * m4/lib-check.m4 (cu_LIB_CHECK): Remove SEQ_LIBM, since seq no longer
8551         needs -lm directly.
8552         * m4/xstrtod.m4 (gl_XSTRTOLD): New macro.
8553
8554         2006-06-19  Paul Eggert  <eggert@cs.ucla.edu>
8555
8556         * m4/lib-ignore.m4 (gl_IGNORE_UNUSED_LIBRARIES): Prefer binutils's
8557         --as-needed option if available.  Problem reported by Albert Chin in
8558         <http://lists.gnu.org/archive/html/bug-gnulib/2006-06/msg00114.html>.
8559         However, use -Wl,--as-needed, not bare --as-needed, since HP-UX 11.11
8560         cc merely issues a bunch of annoying warnings for --as-needed
8561         (this problem was reported by Bob Proulx).  Also, try linking with
8562         -lm to detect a bug in binutils 2.16 (this problem was reported
8563         by Ralf Wildenhues).
8564
8565         2006-06-18  Jim Meyering  <jim@meyering.net>
8566
8567         Test for a bug that causes glibc's getcwd to suffer a failed assertion.
8568         * m4/getcwd-abort-bug.m4 (gl_FUNC_GETCWD_ABORT_BUG): New file and
8569         macro.
8570         * m4/getcwd.m4 (gl_FUNC_GETCWD): If we detect support for getcwd_null,
8571         also check for glibc-2.4's abort-inducing bug.
8572
8573         * m4/getcwd-path-max.m4 (gl_FUNC_GETCWD_PATH_MAX): Fix typo.
8574         Low-probability clean-up should be to use rmdir to get rid of
8575         the just-created directory, not unlink.
8576
8577         * m4/ftruncate.m4 (gl_FUNC_FTRUNCATE): If ftruncate is missing, make
8578         configure fail, and request a bug report to inform us about it.
8579         Add a comment that, barring reports to the contrary, in 2007 we'll
8580         assume ftruncate is universally available.
8581
8582         2006-04-17  Paul Eggert  <eggert@cs.ucla.edu>
8583
8584         * m4/filemode.m4 (gl_FILEMODE): Check for strmode declaration.
8585
8586         2006-03-12  Jim Meyering  <jim@meyering.net>
8587
8588         * m4/chdir-safer.m4 (gl_CHDIR_SAFER): Add same-inode.h to the list.
8589         * m4/cycle-check.m4 (gl_CYCLE_CHECK): Likewise.
8590         * m4/same.m4 (gl_SAME): Likewise.
8591         * m4/root-dev-ino.m4 (gl_ROOT_DEV_INO): Likewise.
8592
8593         2006-03-11  Eric Blake  <ebb9@byu.net>
8594
8595         * m4/double-slash-root.m4: New file, provides gl_DOUBLE_SLASH_ROOT.
8596         * m4/dirname.m4 (gl_DIRNAME): Use gl_DOUBLE_SLASH_ROOT.
8597         * m4/dos.m4 (FILE_SYSTEM_PREFIX_LEN): Move from here to dirname.h.
8598         (FILE_SYSTEM_DRIVE_PREFIX_CAN_BE_RELATIVE): New define.
8599
8600 2006-07-03  Paul Eggert  <eggert@cs.ucla.edu>
8601
8602         * lib/stdint_.h: Include <sys/types.h> after @FULL_PATH_STDINT_H@, for
8603         MacOS X 10.4.6.  Don't mention <sys/int_types.h>.  Problems
8604         reported by Mark D. Baushke, one in
8605         <http://lists.gnu.org/archive/html/bug-gnulib/2006-07/msg00015.html>.
8606
8607         Merge from coreutils.
8608
8609         * lib/.cppi-disable: Add stdint_.h.
8610         * lib/.cvsignore: Add stdint.h.
8611
8612         2006-06-30  Paul Eggert  <eggert@cs.ucla.edu>
8613
8614         * lib/xstrtod.c (XSTRTOD, DOUBLE): New macros, so that we can support
8615         both double and long double versions.
8616         (XSTRTOD): Renamed from xstrtod.  Use DOUBLE internally.
8617         * lib/xstrtold.c: New file.
8618         * lib/xstrtod.h (xstrtold): New decl.
8619
8620         2006-05-22  Paul Eggert  <eggert@cs.ucla.edu>
8621
8622         * lib/filemode.c (setst): Remove.
8623         (strmode): Rewrite to avoid setst.  This makes the code shorter,
8624         (arguably) clearer, and the generated code is a bit smaller on my
8625         Debian GNU/Linux stable x86 host.
8626
8627         2006-04-17  Paul Eggert  <eggert@cs.ucla.edu>
8628
8629         * lib/filemode.c: Include "filemode.h" first, to test the interface.
8630         Assume that filemode.h includes sys/types.h and sys/stat.h.
8631         (HAVE_ST_DM_MODE): New macro, moved here from ls.c.
8632         (ftypelet): Reorder to put common cases first, for efficiency.
8633         Add 'P', 'w'.  Remove 'M', since it's now the caller's responsibility
8634         to do 'M'.
8635         (strmode): Renamed from mode_string, and now stores 12 bytes instead
8636         of 10, for compatibility with FreeBSD.  All callers changed.
8637         (filemodestring): Now stores 12 bytes instead of 10, and sets file
8638         types that can't be deduced solely from st_mode.  First arg is now a
8639         const pointer.
8640         * lib/filemode.h (HAVE_DECL_STRMODE): Include <string.h> for strmode.
8641         (strmode): Renamed from mode_string.
8642         (filemodestring): New decl.
8643         * lib/stat-macros.h: Don't undef S_ISDOOR, since it's never buggy.
8644         (S_ISDOOR): Don't bother with S_IFDOOR, since that code is never
8645         needed.
8646         (S_ISPORT, S_ISWHT): New macros, if not already defined.
8647
8648         2006-04-12  Paul Eggert  <eggert@cs.ucla.edu>
8649
8650         * lib/fsusage.c: Don't include <inttypes.h> or <stdint.h>, since
8651         fsusage.h now does that.  Include fsusage.h first, to test interface.
8652         Prefer statvfs if it works, since it's blessed by POSIX.  Attempt
8653         at most one method (the old code could have generated decls that
8654         didn't conform to C89, not that this was ever exercised).
8655         * lib/fsusage.h: Include <inttypes.h> and <stdint.h> if they exist.
8656
8657         2006-03-19  Jim Meyering  <jim@meyering.net>
8658
8659         Work even in a chroot where d_ino values for entries in "/"
8660         don't match the stat.st_ino values for the same names.
8661         * lib/getcwd.c (__getcwd): When no d_ino value matches the target inode
8662         number, iterate through all entries again, using lstat instead.
8663         Reported by Kenshi Muto in http://bugs.debian.org/355810, and by
8664         Zouhir Hafidi in https://bugzilla.redhat.com/bugzilla/190656.
8665
8666         * lib/getcwd.c (__getcwd): Clarify a comment.
8667         Use memcpy in place of a call to strcpy.
8668
8669         2006-03-12  Jim Meyering  <jim@meyering.net>
8670
8671         * lib/fts-cycle.c (leave_dir): If cycle-check's saved dev-ino pair
8672         matches that of the current directory (which we're about to chdir ".."
8673         out of), then save the dev-ino of the parent, instead.
8674
8675         * lib/same-inode.h (SAME_INODE): New file/macro.
8676         * lib/chdir-safer.c (SAME_INODE): Remove definition.
8677         Include "same-inode.h", instead.
8678         * lib/same.c: Likewise.
8679         * lib/cycle-check.h: Include "same-inode.h".
8680         (CYCLE_CHECK_REFLECT_CHDIR_UP): Define.
8681         * lib/cycle-check.c (SAME_INODE): Remove definition.
8682         * lib/root-dev-ino.h: Include "same-inode.h".
8683
8684         2006-03-11  Eric Blake  <ebb9@byu.net>
8685
8686         * lib/same.c (same_name): s/base_name/last_component/
8687         * lib/backupfile.c (check_extension, numbered_backup): Likewise.
8688         * lib/filenamecat.c (file_name_concat): Likewise.
8689
8690         2006-03-11  Eric Blake  <ebb9@byu.net>,
8691                     Paul Eggert  <eggert@cs.ucla.edu>
8692
8693         * lib/dirname.h (FILE_SYSTEM_PREFIX_LEN): Move here from dos.m4.
8694         [FILE_SYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX]: Don't treat 1: as a
8695         drive prefix.
8696         (IS_ABSOLUTE_FILE_NAME): Treat all drive letters as absolute on
8697         platforms like cygwin with FILE_SYSTEM_DRIVE_PREFIX_IS_ABSOLUTE.
8698         (last_component): New method.
8699         * lib/dirname.c (dir_len): Determine when drive letters need a
8700         subsequent slash.  Preserve // when it is special.
8701         (dir_name): Don't append dot when drive letter is absolute.
8702         [TEST_DIRNAME]: Move into a full-blown gnulib test.
8703         * lib/basename.c (base_name): New semantics - malloc the result.
8704         Preserve // when it is special.  Preserve relative files that look
8705         like drive letters.
8706         (base_len): Preserve // when it is special.
8707         (last_component): New method, similar to old base_name semantics.
8708         * lib/stripslash.c (strip_trailing_slashes): Use last_component, not
8709         base_name.  Strip redundant slashes from ///.
8710
8711 2006-07-03  Jim Meyering  <jim@meyering.net>
8712
8713         * lib/cycle-check.h (CYCLE_CHECK_REFLECT_CHDIR_UP): Abort if this
8714         macro is used before the first cycle_check call.
8715
8716 2006-07-03  Eric Blake  <ebb9@byu.net>
8717
8718         * modules/dirname (Depends-on): Add xstrndup.
8719
8720 2006-07-02  Paul Eggert  <eggert@cs.ucla.edu>
8721
8722         * m4/stdint.m4 (gl_STDINT_H): Use more-mnemonic identifiers for
8723         test cases, so that config.log is a bit easier to follow.
8724
8725 2006-07-02  Paul Eggert  <eggert@cs.ucla.edu>
8726
8727         * lib/stdint_.h (intmax_t, uintmax_t): Prefer long to long long if
8728         both are 64 bits, since this seems to be the tradition, and this
8729         prevents gcc -Wformat from warning about usages with PRIuMAX.  If
8730         we ever run into a host that prefers long long to long in this
8731         case, we'll need another configure-time test.  Problem reported by
8732         Jim Meyering.
8733
8734 2006-07-02  Eric Blake  <ebb9@byu.net>
8735
8736         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Simplify by using AC_CHECK_DECLS.
8737
8738 2006-07-01  Paul Eggert  <eggert@cs.ucla.edu>
8739
8740         * modules/inttypes (Depends-on): No longer depends on stdint.
8741         * modules/stdint (Description): Say more about assumptions.
8742         Say that the fast types might differ.  Say macros are used.
8743         (Files): Remove m4/size_max.m4, m4/wchar_t.m4.  Add m4/longlong.m4.
8744         (Makefile.am): Revise list of substituted symbols to match
8745         new stdint.m4.
8746         * modules/stdint-tests (Files): Add m4/wchar_t.m4, m4/wint_t.m4.
8747         (configure.ac): Add gt_TYPE_WCHAR_T, gt_TYPE_WINT_T.
8748         * tests/test-stdint.c (verify_same_types)
8749         [! (__GNUC__ >= 2 && DO_PEDANTIC)]: Put in a decl, so that
8750         the code conforms to C99/C89.
8751         Test for WCHAR_MIN and WCHAR_MAX only if HAVE_WCHAR_T.
8752         Test for WINT_MIN and WINT_MAX only if HAVE_WINT_T.
8753
8754 2006-07-01  Paul Eggert  <eggert@cs.ucla.edu>
8755
8756         * m4/longlong.m4 (AC_TYPE_LONG_LONG_INT): Backport from Autoconf 2.60,
8757         but fix a bug, by requiring at least 64 bits.
8758         * m4/ulonglong.m4 (AC_TYPE_UNSIGNED_LONG_LONG_INT): Likewise.
8759         * m4/longlong.m4 (gl_AC_TYPE_LONG_LONG): Now just call
8760         AC_TYPE_LONG_LONG_INT.  This macro is obsolete and will go soon.
8761         * m4/ulonglong.m4 (gl_AC_TYPE_UNSIGNED_LONG_LONG) Likewise.
8762
8763         * m4/stdint.m4 (gl_STDINT_H): Rewrite to accommodate stdint_.h
8764         changes.  Make 2.59 a prerequisite.  Check and substitute for
8765         HAVE_LONG_LONG_INT.  Rely on Autoconf to check for stdint.h and
8766         inttypes.h.  Do not use special include files; just use the
8767         defaults.  Check for sys/inttypes.h and sys/bitypes.h in the usual
8768         way now.  Remove no-longer-needed tests for HAVE_LONG_64BIT,
8769         HAVE_LONG_LONG_64BIT, int8_t, int16_t, int32_t, int64_t, uint8_t,
8770         uint16_t, uint32_t uint64_t, int_least8_t, int_least16_t,
8771         int_least32_t, int_least64_t, uint_least8_t, uint_least16_t,
8772         uint_least32_t, uint_least64_t, int_fast8_t, int_fast16_t,
8773         int_fast32_t, int_fast64_t, uint_fast8_t uint_fast16_t,
8774         uint_fast32_t, uint_fast64_t, intptr_t, uintptr_t, intmax_t,
8775         uintmax_t, INT8_MIN, INT8_MAX, UINT8_MAX, INT16_MIN, INT16_MAX,
8776         UINT16_MAX, INT32_MIN, INT32_MAX, UINT32_MAX, INT64_MIN,
8777         INT64_MAX, UINT64_MAX, INT_LEAST8_MIN, INT_LEAST8_MAX,
8778         UINT_LEAST8_MAX, INT_LEAST16_MIN, INT_LEAST16_MAX,
8779         UINT_LEAST16_MAX, INT_LEAST32_MIN, INT_LEAST32_MAX,
8780         UINT_LEAST32_MAX, INT_LEAST64_MIN, INT_LEAST64_MAX,
8781         UINT_LEAST64_MAX, INT_FAST8_MIN, INT_FAST8_MAX, UINT_FAST8_MAX,
8782         INT_FAST16_MIN, INT_FAST16_MAX, UINT_FAST16_MAX, INT_FAST32_MIN,
8783         INT_FAST32_MAX, UINT_FAST32_MAX, INT_FAST64_MIN, INT_FAST64_MAX,
8784         UINT_FAST64_MAX, INTPTR_MIN, INTPTR_MAX, UINTPTR_MAX, INTMAX_MIN,
8785         INTMAX_MAX, UINTMAX_MAX, PTRDIFF_MIN, PTRDIFF_MAX, SIG_ATOMIC_MIN,
8786         SIG_ATOMIC_MAX, SIZE_MAX, WCHAR_MIN, WCHAR_MAX, WINT_MIN,
8787         WINT_MAX.  Check for C99 conformance more strictly, by detecting
8788         bugs in glibc 2.4, Solaris 10, and OpenBSD 3.9.  On the other hand do
8789         not check for things that C99 does not require, e.g., int8_t.  If
8790         a test isn't needed unless <stdint.h> isn't working, and is
8791         unlikely to be needed for any other reason, then don't do it
8792         unless <stdint.h> isn't working.  Do not check for ptrdiff_t or
8793         size_t, since we assume C89 freestanding at least.  Do not check
8794         for sig_atomic_t, wchar_t, or wint_t, since the code now does
8795         the right thing even if the types are not defined.  Instead use:
8796         (gl_STDINT_TYPE_PROPERTIES): New macro.
8797         (gl_HEADER_STDINT_H, gl_HEADER_INTTYPES_H): Remove.  Don't bother
8798         testing whether <sys/types.h> clashes, as Autoconf does this for
8799         us now.  All uses removed.
8800         (gl_STDINT_CHECK_TYPES, gl_STDINT_MISSING_BOUND):
8801         (gl_STDINT_MISSING_BOUNDS, gl_STDINT_MISSING_BOUNDS2):
8802         (gl_CHECK_TYPE_SAME):
8803         Remove; no longer needed.
8804         (gl_STDINT_BITSIZEOF): Don't bother to check whether the type
8805         exists, since we'll return 0 anyway in that case.
8806         (gl_INTEGER_TYPE_SUFFIX, gl_STDINT_INCLUDES): New macros.
8807
8808 2006-07-01  Paul Eggert  <eggert@cs.ucla.edu>
8809
8810         * lib/stdint_.h (_GL_STDINT_H): Renamed from _STDINT_H, to avoid
8811         possible collision with system files.
8812         (<stdio.h>, <time.h>, <wchar.h>) [defined __cplusplus && ! defined
8813         __STDC_CONSTANT_MACROS)]: Do not include, since we don't need
8814         WCHAR_MIN and WCHAR_MAX in this case.
8815         (<stddef.h>): Do not include; no longer needed.
8816         (<sys/types.h>): Include if @HAVE_SYS_TYPES_H@, not if
8817         (defined(__OpenBSD__) || defined(__bsdi__) || defined(__sgi)).
8818         (<sys/inttypes.h>): Include if @HAVE_SYS_INTTYPES_H@ &&
8819         !@HAVE_INTTYPES_H@, not if (defined(__FreeBSD__)
8820         && (__FreeBSD__ >= 3) && (__FreeBSD__ <= 4)).
8821         (__STDINT_H__) [@HAVE_STDINT_H@ && defined __sgi && ! defined
8822         __c99]: Define, to work around IRIX <stdint.h> incompatibility.
8823         (@FULL_PATH_STDINT_H@) [!(defined(__sgi) && @HAVE_INTTYPES_H@ &&
8824         !defined(__c99))]: Include in this case too, since it's harmless
8825         now.
8826         (<inttypes.h>) [@HAVE_INTTYPES_H@]: Include, since it's no longer
8827         dangerous to do so.
8828         (@FULL_PATH_INTTYPES_H@) [(defined(__hpux) || defined(_AIX)) &&
8829         @HAVE_INTTYPES_H@]: Do not include, since we now include <inttypes.h>.
8830         (_STDINT_MIN, _STDINT_MAX): New macros.
8831         (int8_t, uint8_t, int16_t, uint16_t, int32_t, uint32_t, int64_t):
8832         (uint64_t, int_least8_t, uint_least8_t, int_least16_t):
8833         (uint_least16_t, int_least32_t, uint_least32_t, int_least64_t):
8834         (uint_least64_t, int_fast8_t, uint_fast8_t, int_fast16_t):
8835         (uint_fast16_t, int_fast32_t, uint_fast32_t, int_fast64_t):
8836         (uint_fast64_t, intptr_t, uintptr_t, intmax_t, uintmax_t): Now
8837         macros, not typedefs; this simplifies things quite a bit.
8838         Use long int for all types narrower than int64_t.
8839         (intmax_t, uintmax_t, INTMAX_C, UINTMAX_C):
8840         Define in terms of long long int or int64_t or long int,
8841         not int64_t or int32_t.  This saves some compile-time testing.
8842         (INT8_MIN, INT8_MAX, UINT8_MAX, INT16_MIN, INT16_MAX, UINT16_MAX):
8843         (INT32_MIN, INT32_MAX, UINT32_MAX, INT64_MIN, INT64_MAX):
8844         (UINT64_MAX, INT_LEAST8_MIN, INT_LEAST8_MAX, UINT_LEAST8_MAX):
8845         (INT_LEAST16_MIN, INT_LEAST16_MAX, UINT_LEAST16_MAX):
8846         (INT_LEAST32_MIN, INT_LEAST32_MAX, UINT_LEAST32_MAX):
8847         (INT_LEAST64_MIN, INT_LEAST64_MAX, UINT_LEAST64_MAX, INT_FAST8_MIN):
8848         (INT_FAST8_MAX, UINT_FAST8_MAX, INT_FAST16_MIN, INT_FAST16_MAX):
8849         (UINT_FAST16_MAX, INT_FAST32_MIN, INT_FAST32_MAX, UINT_FAST32_MAX):
8850         (INT_FAST64_MIN, INT_FAST64_MAX, UINT_FAST64_MAX, INTPTR_MIN):
8851         (INTPTR_MAX, UINTPTR_MAX, INTMAX_MIN, INTMAX_MAX, UINTMAX_MAX):
8852         (PTRDIFF_MIN, PTRDIFF_MAX, SIG_ATOMIC_MIN, SIG_ATOMIC_MAX):
8853         (SIZE_MAX, WCHAR_MIN, WCHAR_MAX, WINT_MIN, WINT_MAX):
8854         undef any previous version and define our own version, for
8855         simplicity and consistency with the new macros for types.
8856         (PTRDIFF_MIN, PTRDIFF_MAX, SIG_ATOMIC_MIN, SIG_ATOMIC_MAX):
8857         (SIZE_MAX, WCHAR_MIN, WCHAR_MAX, WINT_MIN, WINT_MAX):
8858         Simplify definitions by using _STDINT_MIN and _STDINT_MAX
8859         where appropriate.  Rely on new symbols @PTRDIFF_T_SUFFIX@,
8860         @SIG_ATOMIC_T_SUFFIX@, @SIZE_T_SUFFIX@, @WCHAR_T_SUFFIX@,
8861         @WINT_T_SUFFIX@ to keep things simple here.
8862         (UINT8_C, UINT16_C, UINT32_C, INT64_C, UINT64_C):
8863         Simplify by assuming typical 8/16/32/64 host, since we're
8864         already doing that elsewhere anyway.
8865         Use (LONG_MAX >> 31 >> 31 == 1) rather than @HAVE_LONG_64BIT@,
8866         and assume long long int is 64 bits if available.  This
8867         speeds up 'configure'.
8868
8869 2006-07-01  Eric Blake  <ebb9@byu.net>
8870
8871         * m4/stdarg.m4 (gl_STDARG_H): Use proper AH_VERBATIM.
8872         Reported by Andreas Buening.
8873
8874 2006-07-01  Eric Blake  <ebb9@byu.net>
8875
8876         * m4/stdarg.m4 (gl_STDARG_H): Properly parenthesize gl_va_copy.
8877
8878 2006-06-30  Jim Hyslop  <jhyslop@dreampossible.ca>  (tiny change)
8879
8880         * lib/getaddrinfo.c: fixed typo
8881
8882 2006-06-29  Jim Meyering  <jim@meyering.net>
8883
8884         * modules/strftime (Maintainer): Add my name, since with the
8885         FPRINTFTIME changes strftime.c has forked from glibc.
8886
8887 2006-06-29  Eric Blake  <ebb9@byu.net>
8888
8889         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Use AC_C_INLINE.
8890
8891 2006-06-29  Eric Blake  <ebb9@byu.net>
8892
8893         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): New file.
8894
8895 2006-06-29  Eric Blake  <ebb9@byu.net>
8896
8897         * lib/stat_.h: New file.
8898
8899 2006-06-29  Eric Blake  <ebb9@byu.net>
8900
8901         * lib/stat_.h (rpl_mkdir): Declare inline, to avoid warnings about
8902         unused static function.
8903
8904 2006-06-29  Eric Blake  <ebb9@byu.net>
8905
8906         * doc/functions.texi (Function Portability): Document missing lstat
8907         on mingw.
8908
8909 2006-06-29  Eric Blake  <ebb9@byu.net>
8910
8911         * MODULES.html.sh: Add sys_stat.
8912         * modules/sys_stat: New module.
8913         * modules/mkstemp (Depends-on): Add sys_stat.
8914
8915 2006-06-29  Derek R. Price  <derek@ximbiot.com>
8916
8917         * m4/strftime.m4: Don't call AC_FUNC_STRFTIME.
8918
8919 2006-06-29  Derek R. Price  <derek@ximbiot.com>
8920
8921         * m4/c-bs-a.m4: Removed.
8922
8923 2006-06-29  Derek R. Price  <derek@ximbiot.com>
8924
8925         * lib/strftime.c: Assume strftime() exists.
8926
8927 2006-06-29  Derek Price  <derek@ximbiot.com>
8928
8929         * modules/c-bs-a: Removed - \a is C89.
8930         * MODULES.html.sh: Remove c-bs-a.
8931
8932 2006-06-29  Bruno Haible  <bruno@clisp.org>
8933
8934         * modules/wcwidth (License): Change to LGPL.
8935
8936 2006-06-28  Simon Josefsson  <jas@extundo.com>
8937
8938         * tests/test-getaddrinfo.c: Test getnameinfo too.  Call WSAStartup
8939         on _WIN32.
8940
8941         * modules/getaddrinfo (Depends-on): Add inet_ntop, needed by
8942         getnameinfo.
8943
8944 2006-06-28  Simon Josefsson  <jas@extundo.com>
8945
8946         * m4/getaddrinfo.m4: Look for getnameinfo prototypes too.
8947
8948 2006-06-28  Simon Josefsson  <jas@extundo.com>
8949
8950         * lib/getaddrinfo.c: Try to load ws2_32.dll on Windows, to find the
8951         functions there.  It will succeed on Windows XP, but on Windows
8952         2000 and (presumably) earlier, it will fail, and use the internal
8953         re-implementation.
8954         (use_win32_p): New function.
8955         (getaddrinfo): Use strtoul on servname, to support numeric ports.
8956         Support AI_NUMERICSERV to disable getservbyname.
8957         (getnameinfo): New function, only supports
8958         NI_NUMERICHOST|NI_NUMERICSERV for now.
8959
8960         * lib/getaddrinfo.h: Test and check for AI_* flags separately, MinGW
8961         only have some of them.  Add AI_NUMERICSERV.  Add prototype for
8962         getnameinfo.
8963
8964 2006-06-28  Eric Blake  <ebb9@byu.net>
8965
8966         * modules/wcwidth: New file.
8967         * modules/mbchar (Depends-on): Add wcwidth.
8968         * modules/mbswidth (Depends-on): Add wcwidth.
8969         * MODULES.html.sh: Add wcwidth.
8970
8971 2006-06-28  Eric Blake  <ebb9@byu.net>
8972
8973         * m4/mbswidth.m4 (gl_MBSDWIDTH): Move wcwidth from here...
8974         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): ...to this new file.
8975
8976 2006-06-28  Eric Blake  <ebb9@byu.net>
8977
8978         * lib/xvasprintf.h: Fix comments.
8979
8980 2006-06-28  Eric Blake  <ebb9@byu.net>
8981
8982         * lib/mbchar.h (wcwidth): Include wcwidth.h.
8983         * lib/mbswidth.c (wcwidth): Move from here...
8984         * lib/wcwidth.h: ...to this new file.
8985
8986 2006-06-28  Derek R. Price  <derek@ximbiot.com>
8987
8988         * m4/savedir.m4: Remove AC_FUNC_CLOSEDIR_VOID requirement.
8989
8990         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Don't require AC_C_CONST, since
8991         it's obsolete.
8992         * m4/strftime.m4 (gl_FUNC_GNU_STRFTIME): Likewise.
8993
8994 2006-06-28  Derek R. Price  <derek@ximbiot.com>
8995
8996         * lib/savedir.c (CLOSEDIR): Remove.  All uses changed to closedir.
8997         Autoconf 2.60 says this stuff was obsolete.
8998
8999 2006-06-28  Bruno Haible  <bruno@clisp.org>
9000
9001         * modules/wcwidth (Files): Add m4/wchar_t.m4.
9002
9003 2006-06-28  Bruno Haible  <bruno@clisp.org>
9004
9005         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Also require AC_C_INLINE and
9006         gt_TYPE_WCHAR_T.
9007
9008 2006-06-28  Bruno Haible  <bruno@clisp.org>
9009
9010         * lib/wcwidth.h: Declare nothing if !HAVE_WCHAR_T. Provide a fallback
9011         declaration for wcwidth.
9012         * lib/mbswidth.c: Restore the includes of <wchar.h> and <wctypes.h>.
9013
9014 2006-06-28  Bruno Haible  <bruno@clisp.org>
9015
9016         * lib/mkdtemp.c [MINGW]: Include <io.h>.
9017         (mkdir): Define using _mkdir.
9018
9019 2006-06-28  Bruno Haible  <bruno@clisp.org>
9020
9021         * lib/getaddrinfo.h: Fix POSIX URL.
9022         * lib/getaddrinfo.c (WIN32_NATIVE): New macro. Use it instead of
9023         _WIN32.
9024         (use_win32_p): Make static.
9025         (getaddrinfo): Reject service name if it is empty or does not consist
9026         solely of decimal digits, or if its value is > 65535.
9027         (getnameinfo): Remove useless casts.
9028
9029 2006-06-27  Simon Josefsson  <jas@extundo.com>
9030
9031         * modules/sys_select: New file, suggested by Bruno Haible, Paul
9032         Eggert and Martin Lambers.
9033
9034 2006-06-27  Simon Josefsson  <jas@extundo.com>
9035
9036         * m4/sys_select_h.m4: New file, suggested by Bruno Haible, Paul
9037         Eggert and Martin Lambers.
9038
9039 2006-06-27  Bruno Haible  <bruno@clisp.org>
9040
9041         * m4/stdint.m4 (gl_STDINT_BITSIZEOF): For nonexistent types, set the
9042         result to 0, not to empty.
9043         Reported by Martin Neitzel <neitzel@sco.gaertner.de>.
9044
9045 2006-06-27  Bruno Haible  <bruno@clisp.org>
9046
9047         * lib/stdint_.h (intmax_t, uintmax_t): Undefine before typedef.
9048
9049 2006-06-26  Simon Josefsson  <jas@extundo.com>
9050
9051         * m4/inet_ntop.m4: Don't check for sys/types.h, we assume it is
9052         present.
9053
9054 2006-06-26  Paul Eggert  <eggert@cs.ucla.edu>
9055
9056         * lib/base64.c (B64): Use _ as the formal parameter, not x, to avoid
9057         bug in IBM C V6 for AIX.  Problem reported by Larry Jones in
9058         <http://lists.gnu.org/archive/html/bug-gnulib/2006-06/msg00181.html>.
9059
9060 2006-06-26  Mark D. Baushke  <mdb@gnu.org>
9061
9062         * m4/stdint.m4 (gl_STDINT_H): Treat BSD/OS like OpenBSD.
9063
9064 2006-06-26  Bruno Haible  <bruno@clisp.org>
9065
9066         * modules/stdint (Makefile.am): Also substitute HAVE_WCHAR_H.
9067
9068 2006-06-26  Bruno Haible  <bruno@clisp.org>
9069
9070         * m4/stdint.m4 (gl_STDINT_H): Test also for <wchar.h>.
9071
9072 2006-06-26  Bruno Haible  <bruno@clisp.org>
9073
9074         * m4/stdint.m4 (gl_STDINT_H): Don't include <stdint.h> when using the
9075         SGI C compiler in pre-C99 mode.
9076         Suggested by Mark D. Baushke and Larry Jones.
9077
9078 2006-06-26  Bruno Haible  <bruno@clisp.org>
9079
9080         * lib/stdint_.h: Include <wchar.h> if necessary for WCHAR_MIN or
9081         WCHAR_MAX.
9082         Reported by Mark D. Baushke and Larry Jones.
9083
9084 2006-06-26  Bruno Haible  <bruno@clisp.org>
9085
9086         * lib/stdint_.h: Don't include <stdint.h> when using the SGI C compiler
9087         in pre-C99 mode.
9088         Suggested by Mark D. Baushke and Larry Jones.
9089
9090 2006-06-23  Simon Josefsson  <jas@extundo.com>
9091             Bruno Haible  <bruno@clisp.org>
9092
9093         * gnulib-tool (func_emit_lib_Makefile_am): Define MOSTLYCLEANDIRS.
9094         Emit mostlyclean-local rule.
9095         (func_emit_tests_Makefile_am): Likewise.
9096         * modules/sys_socket (Makefile.am): Use MOSTLYCLEANDIRS.
9097
9098 2006-06-23  Mark D. Baushke  <mdb@gnu.org>
9099
9100         * lib/stdint_.h: Treat BSD/OS like OpenBSD.
9101
9102 2006-06-23  Bruno Haible  <bruno@clisp.org>
9103
9104         * tests/test-stdint.c: Update to match ISO C 99 Technical
9105         Corrigendum 1.
9106
9107 2006-06-23  Bruno Haible  <bruno@clisp.org>
9108
9109         * m4/stdint.m4 (gl_STDINT_H): Treat IRIX like OpenBSD.
9110
9111 2006-06-23  Bruno Haible  <bruno@clisp.org>
9112
9113         * lib/stdint_.h: Treat IRIX like OpenBSD.
9114
9115 2006-06-23  Bruno Haible  <bruno@clisp.org>
9116
9117         * lib/stdint_.h (UINT8_C, UINT16_C, UINT32_C): Define according to
9118         ISO C 99 Technical Corrigendum 1.
9119
9120 2006-06-22  Simon Josefsson  <jas@extundo.com>
9121
9122         * m4/sockpfaf.m4: Include winsock2.h too, to make it work under
9123         MinGW.
9124
9125 2006-06-22  Paul Eggert  <eggert@cs.ucla.edu>
9126
9127         * lib/glob.c (collated_compare): Remove 'const' uses that weren't
9128         needed.  Some compiler complained about some of them.  Problem reported
9129         by Larry Jones in
9130         <http://lists.gnu.org/archive/html/bug-gnulib/2006-06/msg00172.html>.
9131
9132 2006-06-21  Simon Josefsson  <jas@extundo.com>
9133
9134         * tests/test-getaddrinfo.c: New file.
9135
9136         * modules/getaddrinfo-tests: New file.
9137
9138         * MODULES.html.sh: Add inet_pton.
9139
9140         * modules/inet_pton: New file.
9141
9142 2006-06-21  Simon Josefsson  <jas@extundo.com>
9143
9144         * m4/getaddrinfo.m4: Don't define WINVER.  Look for gethostbyname in
9145         -lws2_32 too.  Fixes getaddrinfo on Windows 2000, with the price
9146         of using the (limited) gnulib implementation on Windows XP.
9147
9148         * m4/inet_pton.m4: New file.
9149
9150 2006-06-21  Simon Josefsson  <jas@extundo.com>
9151
9152         * lib/getaddrinfo.c (getaddrinfo): Set ai_family in the return
9153         variable.
9154
9155         * lib/socket_.h: Don't define WINVER.
9156
9157         * lib/inet_pton.h, inet_pton.c: New file, taken from glibc but
9158         slightly modified to work in gnulib.
9159
9160 2006-06-21  Simon Josefsson  <jas@extundo.com>
9161
9162         * doc/gnulib.texi (Windows sockets): Add.
9163
9164 2006-06-21  Paul Eggert  <eggert@cs.ucla.edu>
9165
9166         * lib/read-file.c (fread_file): Start with buffer allocation of
9167         0 bytes rather than 1 byte; this simplifies the code.
9168         Don't invoke feof; it's not needed.  Refactor to avoid duplicate
9169         code to free buffer and save/restore errno.
9170         (internal_read_file): Remove unused local.
9171
9172 2006-06-20  Paul Eggert  <eggert@cs.ucla.edu>
9173
9174         * lib/openat.c (openat): Use ?:, not if, to work around GCC bug 4210
9175         <http://gcc.gnu.org/bugzilla/show_bug.cgi?id=4210>.
9176         Problem reported by Denis Excoffier in
9177         <http://lists.gnu.org/archive/html/bug-tar/2006-06/msg00023.html>.
9178
9179 2006-06-19  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
9180
9181         * modules/sys_socket, modules/socklen: Include sys/types since
9182         FreeBSD 4.x's sys/socket.h needs it.
9183
9184 2006-06-19  Simon Josefsson  <jas@extundo.com>
9185
9186         * lib/inet_ntop.c: Always build inet_ntop4, since inet_ntop6 calls it.
9187
9188 2006-06-19  Paul Eggert  <eggert@cs.ucla.edu>
9189
9190         * lib/alloca_.h (alloca) [defined alloca]: Don't define or declare.
9191
9192 2006-06-19  Bruno Haible  <bruno@clisp.org>
9193
9194         * m4/stdint.m4 (gl_STDINT_H): Enclose the values of FULL_PATH_STDINT_H
9195         and FULL_PATH_INTTYPES_H in angle brackets.
9196         Reported by Mark D. Baushke <mdb@gnu.org>.
9197
9198 2006-06-17  Eric Blake  <ebb9@byu.net>
9199
9200         * m4/rmdir-errno.m4 (gl_FUNC_FMDIR_NOTEMPTY): Assume errno.h declares
9201         errno.
9202
9203 2006-06-17  Bruno Haible  <bruno@clisp.org>
9204
9205         * m4/stdint.m4 (gl_STDINT_H) [FreeBSD >= 5]: Don't include
9206         <sys/inttypes.h>.
9207
9208 2006-06-17  Bruno Haible  <bruno@clisp.org>
9209
9210         * m4/setenv.m4 (gl_PREREQ_SETENV, gl_PREREQ_UNSETENV): Remove test
9211         whether errno is declared. Assume <errno.h> declares errno.
9212
9213 2006-06-17  Bruno Haible  <bruno@clisp.org>
9214
9215         * lib/stdint_.h [FreeBSD >= 5]: Don't include <sys/inttypes.h>.
9216
9217 2006-06-17  Bruno Haible  <bruno@clisp.org>
9218
9219         * lib/stdint_.h (_UINT8_T, _UINT32_T, _UINT64_T): New macros. Fixes a
9220         problem on Solaris 2.5.1.
9221
9222 2006-06-16  Eric Blake  <ebb9@byu.net>
9223
9224         * lib/unsetenv.c [!defined errno]: Assume errno.h declares errno.
9225         * lib/unicodeio.c [!defined errno]: Likewise.
9226         * lib/strtol.c [!defined errno]: Likewise.
9227         * lib/strtod.c [!defined errno]: Likewise.
9228
9229 2006-06-15  Eric Blake  <ebb9@byu.net>
9230
9231         * m4/ssize_t.m4 (gt_TYPE_SSIZE_T): Work in spite of -Werror.
9232
9233 2006-06-15  Eric Blake  <ebb9@byu.net>
9234
9235         * config/srclist.txt (ssize_t.m4): Lose sync.
9236
9237 2006-06-15  Bruno Haible  <bruno@clisp.org>
9238
9239         * modules/stdint (Files): Include m4/full-header-path.m4,
9240         m4/size_max.m4, m4/wchar_t.m4.
9241         (Makefile.am): Many more substitutions.
9242         * modules/stdint-tests: New file.
9243         * tests/test-stdint.c: New file.
9244
9245 2006-06-15  Bruno Haible  <bruno@clisp.org>
9246
9247         * m4/stdint.m4 (gl_STDINT_H): Rewritten to produce a complete stdint.h.
9248         (gl_HEADER_STDINT_H, gl_HEADER_INTTYPES_H, gl_STDINT_CHECK_TYPES,
9249         gl_STDINT_MISSING_BOUND, gl_STDINT_MISSING_BOUNDS,
9250         gl_STDINT_MISSING_BOUNDS2, gl_STDINT_BITSIZEOF, gl_CHECK_TYPES_SIGNED,
9251         gl_CHECK_TYPE_SAME): New macros.
9252
9253 2006-06-15  Bruno Haible  <bruno@clisp.org>
9254
9255         * m4/size_max.m4 (gl_SIZE_MAX): Make it work also when cross-compiling.
9256
9257 2006-06-15  Bruno Haible  <bruno@clisp.org>
9258
9259         * lib/stdint_.h: Rewritten to be fully auto-configured.
9260         Fixes bug on HP-UX/IA64.
9261
9262 2006-06-11  Paul Eggert  <eggert@cs.ucla.edu>
9263
9264         * lib/getdate.y (__attribute__): Don't define if already defined.
9265         Problem reported by Larry Jones.
9266         * lib/utimens.c (__attribute__): Likewise.
9267
9268 2006-06-04  Paul Eggert  <eggert@cs.ucla.edu>
9269
9270         * lib/regexec.c (group_nodes_into_DFAstates): Fix a buffer overrun
9271         reported by Andreas Schwab.
9272
9273 2006-05-30  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
9274             Bruno Haible  <bruno@clisp.org>
9275
9276         * m4/strndup.m4 (gl_FUNC_STRNDUP): Replace the AC_REPLACE_FUNCS with a
9277         check for the declaration of strnlen and a run test that exposes the
9278         AIX 5.1 strnlen bug.  In the failure case, #define strndup to
9279         rpl_strndup.
9280
9281 2006-05-30  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
9282             Bruno Haible  <bruno@clisp.org>
9283
9284         * lib/strndup.c (strndup) [!_LIBC]: Don't undefine macro definition.
9285
9286 2006-05-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
9287
9288         * m4/c-strtod.m4 (gl_C99_STRTOLD): Use a link test rather than a
9289         compile test, for Tru64 4.0D.
9290
9291 2006-05-28  Karl Berry  <karl@gnu.org>
9292
9293         * config/srclist.txt (printf-args.c): lose sync.
9294
9295 2006-05-26  Martin Lambers  <marlam@marlam.de>
9296
9297         * lib/getpass.c: Updates the test for the native W32 API, and adds
9298         missing includes, thus fixing compilation warnings.
9299
9300 2006-05-25  Sergey Poznyakoff  <gray@gnu.org.ua>
9301
9302         * lib/exclude.c (exclude_fnmatch): New function.
9303         (excluded_file_name): Call exclude_fnmatch.
9304         * lib/exclude.h (excluded_file_name): New prototype
9305
9306 2006-05-25  Paul Eggert  <eggert@cs.ucla.edu>
9307
9308         * lib/tempname.c (small_open, large_open): New macros.
9309         (__open, __open64) [!_LIBC]: Remove.
9310         (__gen_tempname): Use small_open and large_open instead of __open
9311         and __open64.  This fixes a portability bug on HP-UX 11.11i
9312         reported by Simon Wing-Tang in
9313         <http://lists.gnu.org/archive/html/bug-coreutils/2006-05/msg00114.html>.
9314
9315 2006-05-24  Bruno Haible  <bruno@clisp.org>
9316
9317         * lib/printf-args.c (printf_fetchargs): Turn NULL pointers for
9318         TYPE_STRING and TYPE_WIDE_STRING into a non-NULL replacement.
9319         Reported by Thorsten Maerz <torte@netztorte.de> via
9320         Aaron Stone <aaron@serendipity.cx>.
9321
9322 2006-05-19  Paul Eggert  <eggert@cs.ucla.edu>
9323
9324         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Rename cache variables to use
9325         gl_ rather than jm_.  Link, don't run, so that cross-compiles are
9326         allowed.  Check that resulting type is arithmetic.  Move AC_REQUIRE
9327         and AC_CHECK_HEADERS_ONCE outside of AC_CACHE_CHECK, since they're
9328         not really conditional on the cache.
9329         (gl_PREREQ_NANOSLEEP): Check for sys/select.h.
9330
9331 2006-05-19  Paul Eggert  <eggert@cs.ucla.edu>
9332
9333         * lib/nanosleep.c [HAVE_SYS_SELECT_H]: Include <sys/select.h>.
9334         Use the usual Autoconf way to include <time.h> and/or sys/time.h.
9335         (my_usleep): Don't mishandle maximum value.
9336
9337 2006-05-19  Jim Meyering  <jim@meyering.net>
9338
9339         * lib/getugroups.c: Correct an outdated comment.  From Bruno Haible.
9340
9341 2006-05-17  Bruno Haible  <bruno@clisp.org>
9342
9343         Cygwin portability.
9344         * lib/classpath.c (PATH_SEPARATOR) [CYGWIN]: Define as ':'.
9345
9346 2006-05-17  Bruno Haible  <bruno@clisp.org>
9347
9348         * lib/stdint_.h: Fix recognition of Cygwin.
9349
9350 2006-05-15  Bruno Haible  <bruno@clisp.org>
9351
9352         * build-aux/config.rpath: Improve support for Sun C 5.9 on Linux, based
9353         on libtool patch by Ralf Wildenhues.
9354
9355 2006-05-14  Paul Eggert  <eggert@cs.ucla.edu>
9356
9357         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Fix overly-picky
9358         test for C99 conformance; (bool) 0.5 is an integer constant
9359         expression, but (bool) -0.5 is not.  Problem reported by Fedor
9360         Sergeev in <http://forum.sun.com/jive/thread.jspa?threadID=96202>.
9361
9362 2006-05-11  Simon Josefsson  <jas@extundo.com>
9363
9364         * m4/xvasprintf.m4: Fix obvious typo.
9365
9366 2006-05-11  Jim Meyering  <jim@meyering.net>
9367
9368         * lib/sha1.c (sha1_buffer): Correct comment: s/MD5/SHA1/.  From
9369         James Lemley.
9370
9371 2006-05-10  Simon Josefsson  <jas@extundo.com>
9372
9373         * lib/md4.c: Typo fix, update copyright years.
9374         (K1, K2): Don't use L because it turn computations into 64-bit on
9375         64-bit platforms.
9376
9377 2006-05-10  Paul Eggert  <eggert@cs.ucla.edu>
9378
9379         * lib/crc.c (crc32_update): Remove unnecessary L suffix.
9380         * lib/md4.c (rol): Cast right-shift arg to uint32_t to prevent
9381         unwanted sign propagation, e.g., on hosts with 64-bit int.
9382         There still are some problems with reeelly weird theoretical hosts
9383         (e.g., 33-bit int) but it's not worth worrying about now.
9384         * lib/sha1.c (rol): Likewise.
9385         (K1, K2, K3, K4): Remove unnecessary L suffix.
9386
9387 2006-05-10  Bruno Haible  <bruno@clisp.org>
9388
9389         * lib/des.c: Cast to avoid warnings.
9390
9391 2006-05-09  Bruno Haible  <bruno@clisp.org>
9392
9393         * modules/xvasprintf (Files): Add m4/xvasprintf.m4.
9394         (Depends-on): Depend also on xsize, stdarg.
9395         (configure.ac): Add gl_XVASPRINTF.
9396
9397 2006-05-09  Bruno Haible  <bruno@clisp.org>
9398
9399         * m4/xvasprintf.m4: New file.
9400
9401 2006-05-09  Bruno Haible  <bruno@clisp.org>
9402
9403         * lib/xvasprintf.c: Include limits.h, string.h, xsize.h.
9404         (EOVERFLOW): Define fallback value.
9405         (xstrcat): New function.
9406         (xvasprintf): Recognize the special case of a string concatenation.
9407
9408 2006-05-08  Eric Blake  <ebb9@byu.net>
9409
9410         * gnulib-tool (func_version): Base copyright year on CVS date.
9411         (func_emit_copyright_notice): New function.
9412         (func_emit_lib_Makefile_am): Use it.
9413         (func_emit_tests_Makefile_am): Likewise.
9414         (func_import): Likewise.
9415
9416 2006-05-08  Bruno Haible  <bruno@clisp.org>
9417
9418         * modules/stdarg: New file.
9419         * MODULES.html.sh (func_all_modules): Add section for <stdarg.h>.
9420
9421 2006-05-08  Bruno Haible  <bruno@clisp.org>
9422
9423         * m4/stdarg.m4: New file, from GNU gettext.
9424
9425 2006-05-08  Bruno Haible  <bruno@clisp.org>
9426
9427         * config/srclist.txt (build-aux/config.rpath): different from latest
9428         release.
9429
9430 2006-05-08  Bruno Haible  <bruno@clisp.org>
9431
9432         * build-aux/config.rpath: Add support for Sun C 5.9 on Linux.
9433
9434 2006-05-05  Jim Meyering  <jim@meyering.net>
9435
9436         * m4/warning.m4: New file, derived from bison's file by the same name.
9437
9438 2006-05-03  Bruno Haible  <bruno@clisp.org>
9439
9440         * lib/stdint_.h: Shorter URL.
9441         * lib/inttypes.h: Likewise.
9442
9443 2006-05-02  Paul Eggert  <eggert@cs.ucla.edu>
9444
9445         * modules/inttypes (Maintainer): Change from Derek Price to 'all'.
9446
9447 2006-05-02  Paul Eggert  <eggert@cs.ucla.edu>
9448
9449         * lib/verify.h: Document the internals better.  Most of this change
9450         was written by Bruno Haible.
9451
9452 2006-05-02  Paul Eggert  <eggert@cs.ucla.edu>
9453
9454         * doc/verify.texi: New file, partly based on a proposal by
9455         Bruno Haible.
9456
9457 2006-05-02  Bruno Haible  <bruno@clisp.org>
9458
9459         * m4/full-header-path.m4 (gl_FULL_HEADER_PATH): Move the include_next
9460         test from here...
9461         * m4/_inttypes_h.m4 (gl_INTTYPES_H): ... to here.
9462
9463 2006-04-29  Bruno Haible  <bruno@clisp.org>
9464
9465         * lib/gcd.c: Use WORD_T and GCD instead of unsigned long and gcd.
9466         Suggested by Oskar Liljeblad <oskar@osk.mine.nu>.
9467
9468 2006-04-29  Bruno Haible  <bruno@clisp.org>
9469
9470         * gnulib-tool: Make --update option actually work.
9471
9472 2006-04-29  Bruno Haible  <bruno@clisp.org>
9473
9474         * doc/gcd.texi: New file.
9475         * doc/gnulib.texi: Include it.
9476
9477 2006-04-25  Paul Eggert  <eggert@cs.ucla.edu>
9478
9479         * lib/getdate.y (get_date): When adding relative date, start with the
9480         initial time, not with the result of the first mktime call.
9481
9482 2006-04-25  Bruno Haible  <bruno@clisp.org>
9483
9484         * gnulib-tool (func_import): Output the include directives in three
9485         blocks, sorted separately.
9486         Reported by Ben Pfaff <blp@cs.stanford.edu>.
9487
9488 2006-04-24  Paul Eggert  <eggert@cs.ucla.edu>
9489
9490         * m4/unlink-busy.m4 (gl_FUNC_UNLINK_BUSY_TEXT): Use prototype
9491         to define main with arguments, for C++.  Reported by Eric Blake.
9492         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC):
9493         Prefer 'int main ()' to 'int main (void)', for C++.
9494         * m4/getcwd-path-max.m4 (gl_FUNC_GETCWD_PATH_MAX): Likewise.
9495         * m4/fsusage.m4 (gl_FILE_SYSTEM_USAGE): Specify a return type
9496         for 'main', for C99 and C++.
9497
9498 2006-04-24  Paul Eggert  <eggert@cs.ucla.edu>
9499
9500         * m4/fsusage.m4 (gl_FILE_SYSTEM_USAGE): Use return, not exit.
9501         Don't assume that exit status -1 is valid.
9502         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Likewise.
9503         * m4/putenv.m4 (gl_FUNC_PUTENV): Likewise.
9504         * m4/rmdir-errno.m4 (gl_FUNC_RMDIR_NOTEMPTY): Likewise.
9505         * m4/readdir.m4 (GL_FUNC_READDIR): Include <stdlib.h>.
9506         * m4/rename.m4 (vb_FUNC_RENAME): Likewise.
9507         * m4/unlink-busy.m4 (gl_FUNC_UNLINK_BUSY_TEXT): Use AC_RUN_IFELSE,
9508         not AC_TRY_RUN.  Use return, not exit.  Don't assume that
9509         functions can be used without declaring them, or that you can
9510         exit with status -1.
9511         * m4/utimes-null.m4 (gl_FUNC_UTIMES_NULL): Likewise.
9512
9513 2006-04-24  Karl Berry  <karl@gnu.org>
9514
9515         * config/srclist.txt (longdouble.m4): sync lost.
9516
9517 2006-04-24  Eric Blake  <ebb9@byu.net>
9518
9519         * m4/strerror_r.m4 (AC_FUNC_STRERROR_R): Avoid unused variable warning.
9520
9521 2006-04-24  Bruno Haible  <bruno@clisp.org>
9522
9523         * m4/poll.m4 (gl_FUNC_POLL): When cross-compiling, reject also the
9524         poll() implementation in AIX.
9525         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
9526
9527 2006-04-24  Bruno Haible  <bruno@clisp.org>
9528
9529         * m4/poll.m4 (gl_FUNC_POLL): Rearrange code, so that POLL_H gets
9530         assigned exactly once.
9531
9532 2006-04-23  Claudio Fontana  <claudio@gnu.org>
9533             Bruno Haible  <bruno@clisp.org>
9534
9535         * modules/gettext (Makefile.am): Add a -I flag for <libintl.h>.
9536         * gnulib-tool (func_emit_lib_Makefile_am): Emit empty default value
9537         for AM_CPPFLAGS.
9538
9539 2006-04-23  Bruno Haible  <bruno@clisp.org>
9540
9541         * modules/copy-file: Depend on unistd.
9542         * modules/execute: Likewise.
9543         * modules/fatal-signal: Likewise.
9544         * modules/findprog: Likewise.
9545         * modules/mkdtemp : Likewise.
9546         * modules/pipe: Likewise.
9547         * modules/wait-process: Likewise.
9548
9549 2006-04-23  Bruno Haible  <bruno@clisp.org>
9550
9551         * lib/fwriteerror.c (fwriteerror): Call fclose also when an error
9552         condition was already detected.
9553         Reported by Ben Pfaff <blp@cs.stanford.edu>.
9554
9555 2006-04-23  Bruno Haible  <bruno@clisp.org>
9556
9557         * lib/copy-file.c: Include <unistd.h> unconditionally.
9558         * lib/execute.c: Likewise.
9559         * lib/fatal-signal.c: Likewise.
9560         * lib/findprog.c: Likewise.
9561         * lib/mkdtemp.c: Likewise.
9562         * lib/pipe.h: Likewise.
9563         * lib/pipe.c: Likewise.
9564         * lib/wait-process.h: Likewise.
9565
9566 2006-04-23  Bruno Haible  <bruno@clisp.org>
9567
9568         * gnulib-tool (func_usage): Fix --import description. Document
9569         --update.
9570         (func_import): Create temporary file in a temporary directory, if
9571         --dry-run is specified. Silence errors from 'grep' when there are no
9572         m4 files in $m4dir.
9573         (func_create_testdir): Silence errors from 'grep' when there are no
9574         m4 files in $m4dir.
9575         Reported by Karl Berry <karl@freefriends.org>.
9576
9577 2006-04-20  Bruno Haible  <bruno@clisp.org>
9578
9579         * m4/argp.m4 (gl_ARGP): Don't call AC_CHECK_DECLS_ONCE with more than
9580         one argument, so that the code will be portable to Autoconf 2.60.
9581         * m4/getlogin_r.m4 (gl_PREREQ_GETLOGIN_R): Likewise.
9582         * m4/getpass.m4 (gl_PREREQ_GETPASS): Likewise.
9583         * m4/unlocked-io.m4 (gl_FUNC_GLIBC_UNLOCKED_IO): Likewise.
9584
9585 2006-04-19  Derek Price  <derek@ximbiot.com>
9586             Eric Blake  <ebb9@byu.net>
9587
9588         * m4/full-header-path.m4 (gl_FULL_HEADER_PATH): Use </full/path.h>
9589         rather than "/full/path.h".  Update comment to match.  Shorten &
9590         generalize m4_translit call via AS_TR_CPP.
9591
9592 2006-04-19  Derek Price  <derek@ximbiot.com>
9593             Eric Blake  <ebb9@byu.net>
9594
9595         * lib/inttypes.h: Correct grammar in comment.
9596
9597 2006-04-18  Derek Price  <derek@ximbiot.com>
9598             Paul Eggert  <eggert@cs.ucla.edu>
9599
9600         * modules/inttypes: New file.
9601         * modules/strtoimax, modules/strtoumax: Depend on inttypes.
9602
9603 2006-04-18  Derek Price  <derek@ximbiot.com>
9604             Paul Eggert  <eggert@cs.ucla.edu>
9605
9606         * m4/_inttypes_h.m4, m4/full-header-path.m4, m4/include_next.m4:
9607         New files.
9608
9609 2006-04-18  Derek Price  <derek@ximbiot.com>
9610             Paul Eggert  <eggert@cs.ucla.edu>
9611
9612         * lib/inttypes.h: New file.
9613         * lib/strtoimax.c: Assume <inttypes.h>.
9614
9615 2006-04-15  Paul Eggert  <eggert@cs.ucla.edu>
9616
9617         * lib/utimens.c (futimens): glibc futimesat messes up if /proc
9618         isn't mounted.  Problem reported by Kir Kolyshkin.
9619
9620 2006-04-13  Paul Eggert  <eggert@cs.ucla.edu>
9621
9622         * lib/regcomp.c (init_dfa): Don't use wchar_t or wctype_t if
9623         RE_ENABLE_I18N is not defined.  Problem reported by Mark D. Baushke via
9624         Derek R. Price.
9625         * lib/regex.h (RE_DUP_MAX): Update comment to match current
9626         implementation.
9627
9628 2006-04-12  Eric Blake  <ebb9@byu.net>
9629
9630         * modules/time_r (Makefile.am): Remove lib_SOURCES line, as this
9631         is now done automatically by the corresponding Autoconf macro.
9632
9633 2006-04-11  Paul Eggert  <eggert@cs.ucla.edu>
9634
9635         * m4/time_r.m4 (gl_TIME_R): Add AC_LIBSOURCES for time_r.c and
9636         time_r.h.
9637
9638 2006-04-09  Paul Eggert  <eggert@cs.ucla.edu>
9639
9640         Merge regex changes from libc, removing some of our
9641         POSIX-conformance changes that were rejected and redoing them in a
9642         less-intrusive way.
9643
9644         * lib/regcomp.c (re_compile_internal, init_dfa):
9645         Length arg is now size_t, not Idx.  All uses changed.
9646         (peek_token): Forward decl now says internal_function.
9647         (__re_error_msgid, __re_error_msgid_idx):
9648         Now static rather than extern with attribute_hidden.
9649         (re_compile_pattern) [!defined _LIBC]: Use K&R-style defn.
9650         For some reason libc prefers K&R style defns for external functions.
9651         (regerror) [!defined _LIBC]: Likewise.
9652         (re_set_syntax, re_compile_fastmap, regcomp, regfree, re_comp):
9653         (seek_collating_symbol_entry, lookup_collation_sequence_value):
9654         (build_range_exp, build_collating_symbol):
9655         Use K&R-style defn.
9656         (re_compile_fastmap): Use '\0' to memset, not 0.
9657         (utf8_sb_map): Make the calculations more obvious.
9658         (init_dfa, parse_bracket_exp, build_charclass_op):
9659         Call calloc and cast result, as glibc does.
9660         (init_word_char, fetch_token, peek_token, peek_token_bracket):
9661         (build_range_exp, build_collating_symbol):
9662         Now internal functions.
9663
9664         * lib/regex.c [!defined _LIBC]: Allow compiling with C++ compilers.
9665
9666         * lib/regex.h (__USE_GNU_REGEX): New macro.  Don't depend on
9667         _REGEX_SOURCE any more; depend on _GNU_SOURCE instead.
9668         Don't depend on VMS; depend on __VMS instead, for POSIX
9669         namespace cleanness.
9670         (regoff_t): Define to ssize_t, not long int.
9671
9672         Remove the REG_ macros named below.  Instead, make the old names
9673         (e.g., RE_BACKSLASH_ESCAPE_IN_LISTS) visible only if
9674         __USE_GNU_REGEX.
9675         (REG_BACKSLASH_ESCAPE_IN_LISTS):
9676         (REG_BK_PLUS_QM, REG_CHAR_CLASSES, REG_CONTEXT_INDEP_ANCHORS):
9677         (REG_CONTEXT_INDEP_OPS, REG_CONTEXT_INVALID_OPS):
9678         (REG_DOT_NEWLINE, REG_DOT_NOT_NULL, REG_HAT_LISTS_NOT_NEWLINE):
9679         (REG_INTERVALS, REG_LIMITED_OPS, REG_NEWLINE_ALT):
9680         (REG_NO_BK_BRACES, REG_NO_BK_PARENS, REG_NO_BK_REFS):
9681         (REG_NO_BK_VBAR, REG_NO_EMPTY_RANGES):
9682         (REG_UNMATCHED_RIGHT_PAREN_ORD, REG_NO_POSIX_BACKTRACKING):
9683         (REG_NO_GNU_OPS, REG_DEBUG, REG_INVALID_INTERVAL_ORD):
9684         (REG_IGNORE_CASE, REG_CARET_ANCHORS_HERE):
9685         (REG_CONTEXT_INVALID_DUP, REG_NO_SUB, REG_SYNTAX_EMACS):
9686         (REG_SYNTAX_AWK, REG_SYNTAX_GNU_AWK, REG_SYNTAX_POSIX_AWK):
9687         (REG_SYNTAX_GREP, REG_SYNTAX_EGREP, REG_SYNTAX_POSIX_EGREP):
9688         (REG_SYNTAX_ED, REG_SYNTAX_SED, _REG_SYNTAX_POSIX_COMMON):
9689         (REG_SYNTAX_POSIX_BASIC, REG_SYNTAX_POSIX_MINIMAL_BASIC):
9690         (REG_SYNTAX_POSIX_EXTENDED, REG_SYNTAX_POSIX_MINIMAL_EXTENDED):
9691         (REG_DUP_MAX, REG_UNALLOCATED, REG_REALLOCATE, REG_FIXED):
9692         (REG_NREGS):
9693         Remove.  All uses replaced by the old RE_* names.
9694         (RE_BACKSLASH_ESCAPE_IN_LISTS):
9695         (RE_BK_PLUS_QM, RE_CHAR_CLASSES, RE_CONTEXT_INDEP_ANCHORS):
9696         (RE_CONTEXT_INDEP_OPS, RE_CONTEXT_INVALID_OPS):
9697         (RE_DOT_NEWLINE, RE_DOT_NOT_NULL, RE_HAT_LISTS_NOT_NEWLINE):
9698         (RE_INTERVALS, RE_LIMITED_OPS, RE_NEWLINE_ALT):
9699         (RE_NO_BK_BRACES, RE_NO_BK_PARENS, RE_NO_BK_REFS):
9700         (RE_NO_BK_VBAR, RE_NO_EMPTY_RANGES):
9701         (RE_UNMATCHED_RIGHT_PAREN_ORD, RE_NO_POSIX_BACKTRACKING):
9702         (RE_NO_GNU_OPS, RE_DEBUG, RE_INVALID_INTERVAL_ORD):
9703         (RE_IGNORE_CASE, RE_CARET_ANCHORS_HERE):
9704         (RE_CONTEXT_INVALID_DUP, RE_NO_SUB):
9705         Don't bother having these macros be independent of each others'
9706         values, since they no longer exist in the POSIX name space.
9707
9708         Rename the following member names back to their old names,
9709         unless !__USE_GNU_REGEX.  All uses changed back.
9710         (buffer): Renamed from re_buffer.
9711         (allocated): Renamed from re_allocated.
9712         (used): Renamed from re_used.
9713         (syntax): Renamed from re_syntax.
9714         (fastmap): Renamed from re_fastmap.
9715         (translate): Renamed from re_translate.
9716         (can_be_null): Renamed from re_can_be_null.
9717         (regs_allocated): Renamed from re_regs_allocated.
9718         (fastmap_accurate): Renamed from re_fastmap_accurate.
9719         (no_sub): Renamed from re_no_sub.
9720         (not_bol): Renamed from re_not_bol.
9721         (not_eol): Renamed from re_not_eol.
9722         (newline_anchor): Renamed from re_newline_anchor.
9723         (num_regs): Renamed from rm_num_regs.
9724         (start): Renamed from rm_start.
9725         (end): Renamed from rm_end.
9726
9727         (free_state): Move up a bit.
9728
9729         * lib/regex_internal.h (inline) [__GNUC__ < 3 && defined _LIBC]:
9730         #define to be empty.
9731         (ASCII_CHARS): New macro, replacing all uses of 0x80 and/or SBC_MAX / 2
9732         when that is what is intended.
9733         (SBC_MAX): Define to UCHAR_MAX + 1, not 256.
9734         (__re_error_msgid, __re_error_msgid_idx): Remove decls; not needed.
9735         (MAX): New macro.
9736         (re_xmalloc, re_calloc, re_xrealloc, re_x2realloc): Remove.
9737         All uses changed back to re_malloc, etc.  It's now the caller's
9738         responsibility to check for overflow; all callers changed.
9739         (re_alloc_oversized, re_x2alloc_oversized, re_xnmalloc, re_xnrealloc):
9740         (re_x2nrealloc): Remove.
9741         (free_state): Remove decl.
9742
9743         * lib/regexc.c (regexec, re_match, re_search, re_match_2, re_search_2):
9744         (re_set_registers, re_exec):
9745         Use K&R-style defn.
9746
9747         2006-01-31  Roland McGrath  <roland@redhat.com>
9748
9749         * lib/regcomp.c (calc_eclosure_iter): Remove dead variables.
9750         Reported by Mike Frysinger <vapier@gentoo.org>.
9751
9752         2006-01-15  Andreas Jaeger  <aj@suse.de>
9753
9754         [BZ #1950]
9755         * lib/regex_internal.c (re_string_reconstruct): Adjust for
9756         build_wcs_upper_buffer change.
9757         (build_wcs_upper_buffer): Change return type.
9758
9759         2005-12-10  Ulrich Drepper  <drepper@redhat.com>
9760
9761         * lib/regex_internal.h: Include <stdint.h> if available.
9762
9763         2005-12-06  Paolo Bonzini  <bonzini@gnu.org>
9764
9765         * lib/regex_internal.h (SIZE_MAX): Provide a default definition.
9766
9767         2005-10-14  Ulrich Drepper  <drepper@redhat.com>
9768
9769         * lib/regcomp.c: Adjust for changed secondary hash function.
9770
9771         2005-09-30  Ulrich Drepper  <drepper@redhat.com>
9772
9773         * lib/regex.h: Pretty printing.
9774         Clean up namespace a bit.
9775
9776         2005-09-30  Jakub Jelinek  <jakub@redhat.com>
9777
9778         * lib/regexec.c (update_cur_sifted_state, check_arrival,
9779         check_arrival_add_next_nodes): Avoid using uninitialized variable.
9780
9781         2005-09-06  Paul Eggert  <eggert@cs.ucla.edu>
9782                     Ulrich Drepper  <drepper@redhat.com>
9783
9784         [BZ #1302]
9785         * lib/regex_internal.h (bitset_t): Renamed from bitset.  All uses
9786         changed.
9787         (bitset_word_t): Renamed from bitset_word.  All uses changed.
9788
9789         2005-09-22  Ulrich Drepper  <drepper@redhat.com>
9790
9791         [BZ #281]
9792         * lib/regex.h: Define RE_TRANSLATE_TYPE as unsigned char *.
9793         * lib/regcomp.c: Remove unnecessary uses of
9794         unsigned RE_TRANSLATE_TYPE.
9795         * lib/regex_internal.h: Likewise.
9796         * lib/regex_internal.c: Likewise.
9797         * lib/regexec.c: Likewise.
9798         Based on a patch by Stepan Kasal <kasal@ucw.cz>.
9799
9800         2005-09-07  Ulrich Drepper  <drepper@redhat.com>
9801
9802         * lib/regexec.c (find_recover_state): Remove unnecessary
9803         initialization.
9804         (transit_state_bkref): Make DFA a const pointer.
9805         (get_subexp): Likewise.
9806         (check_arrival): Likewise.
9807         (update_cur_sifted_state): Likewise.
9808         (re_search_internal): Likewise.
9809         (prune_impossible_nodes): Likewise.
9810         (acquire_init_state_context): Likewise.
9811         (proceed_next_node): Likewise.
9812         (set_regs): Likewise.
9813         (free_fail_stack_return): Likewise.
9814         (check_arrival_expand_ecl): Mark DFA parameter as const.
9815         (check_arrival_expand_ecl_sub): Likewise.
9816         (check_subexp_limits): Likewise.
9817         (sub_epsilon_src_nodes):  Likewise.
9818         (add_epsilon_src_nodes):  Likewise.
9819         (merge_state_array): Likewise.
9820         (update_regs): Likewise.
9821         (build_trtable): Likewise.
9822         (sift_states_backward): Mark MCTX parameter as const.
9823         (build_sifted_states): Likewise.
9824         (update_cur_sifted_state): Likewise.
9825         (sift_states_mkref): Likewise.
9826         (check_arrival_expand_ecl): Mark eclosure as const.
9827         (check_dst_limits_calc_pos_1): Likewise.
9828         * lib/regex_internal.h (re_match_context_t): Make dfa a const
9829         pointer.
9830
9831         2005-09-06  Ulrich Drepper  <drepper@redhat.com>
9832
9833         * lib/regexec.c (merge_state_with_log): Define dfa as const pointer.
9834         (transit_state_sb): Likewise.
9835         (transit_state_mb): Likewise.
9836         (sift_states_iter_mb): Likewise.
9837         (check_arrival_add_next_nodes): Likewise.
9838         (check_node_accept_bytes): Change first parameter to pointer-to-const.
9839         [_LIBC] (re_search_2_stub): Use mempcpy.
9840
9841         * lib/regex_internal.c (re_string_reconstruct): Avoid calling
9842         mbrtowc for very simple UTF-8 case.
9843
9844         * lib/regex_internal.c (re_acquire_state): Make DFA pointer arg
9845         a pointer-to-const.
9846         (re_acquire_state_context): Likewise.
9847         * lib/regex_internal.h: Adjust prototypes.
9848
9849         * lib/regex.c: Prevent using C++ compilers.
9850
9851         * lib/regex_internal.c (re_acquire_state): Minor code rearrangement.
9852         (re_acquire_state_context): Likewise.
9853
9854 2006-04-09  Paul Eggert  <eggert@cs.ucla.edu>
9855
9856         * modules/regex (Depends-on): Add ssize_t.
9857
9858 2006-04-09  Paul Eggert  <eggert@cs.ucla.edu>
9859
9860         * m4/regex.m4 (gl_REGEX): Check for new glibc interface to
9861         translation table.
9862
9863 2006-04-09  Paul Eggert  <eggert@cs.ucla.edu>
9864
9865         * doc/gnulib-tool.texi (Modified imports): pathname -> file name.
9866
9867 2006-03-29  Mark D. Baushke  <mdb@gnu.org>
9868             Bruno Haible  <bruno@clisp.org>
9869
9870         * lib/stdint_.h: On OpenBSD, don't redefine types already included in
9871         <sys/types.h> and <inttypes.h>.
9872
9873 2006-03-25  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
9874
9875         * m4/argz.m4 (gl_FUNC_ARGZ): If we define `error_t', also define
9876         `__error_t_defined', so argp.h will not typedef the former.
9877
9878 2006-03-25  Paul Eggert  <eggert@cs.ucla.edu>
9879
9880         * m4/regex.m4 (gl_REGEX): Don't insist on REG_SYNTAX_POSIX_EGREP,
9881         REG_SYNTAX_EMACS, and REG_IGNORE_CASE.  Settle for the traditional
9882         glibc names.  Even if glibc is changed to conform to POSIX, the
9883         traditional names will be available anyway, since regex depends on
9884         the extensions module.  Also, fix a longstanding typo in the
9885         implementation of Spencer ERE test #75 from grep 2.3.  Problems
9886         reported by Emanuele Giaquinta.  Also, change sense of cached
9887         variable, so that the message makes sense.
9888
9889 2006-03-24  Simon Josefsson  <jas@extundo.com>
9890
9891         * lib/base64.c: Fix problems reported by Eric Blake <ebb9@byu.net>,
9892         including some doc fixes.
9893         (base64_encode_alloc): Fix +1 bug on allocation failures.
9894
9895 2006-03-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
9896
9897         * lib/base64.c (base64_encode): Do not read past end of array with
9898         unsanitized input on systems with CHAR_BIT > 8.
9899
9900 2006-03-24  Eric Blake  <ebb9@byu.net>
9901
9902         * lib/time_r.c (copy_string_result): Remove, as it is no longer used.
9903
9904 2006-03-22  Karl Berry  <karl@gnu.org>
9905
9906         * config/srclist.txt (*setenv.[ch]): get from coreutils.
9907         * config/srclistvars.sh (COREUTILS): new var.
9908
9909 2006-03-17  Jim Meyering  <jim@meyering.net>
9910
9911         * m4/regex.m4 (gl_REGEX): Fix typo in last change:
9912         s/_REGEX_WIDE_OFFSETS/_REGEX_LARGE_OFFSETS/.
9913
9914 2006-03-16  Paul Eggert  <eggert@cs.ucla.edu>
9915
9916         * m4/regex.m4 (gl_REGEX): Don't check for off_t, since the code
9917         no longer needs it.  Instead, check that regoff_t is as least
9918         as wide as ptrdiff_t.
9919
9920         Don't define _REGEX_WIDE_OFFSETS unless using the included regex,
9921         so that our regex.h stays compatible with the installed regex.
9922         This is helpful for installers who configure --without-included-regex.
9923         Problem reported by Emanuele Giaquinta.
9924
9925 2006-03-16  Paul Eggert  <eggert@cs.ucla.edu>
9926
9927         * lib/regex.h (regoff_t) [defined _REGEX_LARGE_OFFSETS]:
9928         Typedef to long int, not to off_, as POSIX will likely change
9929         in that direction.
9930
9931 2006-03-15  Eric Blake  <ebb9@byu.net>
9932
9933         * m4/dirfd.m4 (gl_FUNC_DIRFD): Use AC_REQUIRE for AC_HEADER_DIRENT.
9934
9935 2006-03-13  Sergey Poznyakoff  <gray@gnu.org.ua>
9936
9937         * lib/argp-help.c (validate_uparams): Fix typo
9938         * lib/argp-parse.c (argp_default_options): Consistently begin help
9939         messages with a lowercase letter.
9940
9941 2006-03-11  Paul Eggert  <eggert@cs.ucla.edu>
9942
9943         * lib/time_r.h (asctime_r, ctime_r): Remove.  These functions can
9944         overrun buffers and shouldn't be used (much as gets shouldn't be
9945         used).
9946         * lib/time_r.c (asctime_r, ctime_r): Likewise.
9947
9948 2006-03-08  Simon Josefsson  <jas@extundo.com>
9949
9950         * m4/gc-random.m4: Permit 'no' as variable values and fix warnings,
9951         suggested by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
9952
9953 2006-03-08  Simon Josefsson  <jas@extundo.com>
9954
9955         * m4/gc-random.m4: Call AC_CANONICAL_HOST and use $host_os instead of
9956         $target, suggested by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
9957
9958 2006-03-08  Simon Josefsson  <jas@extundo.com>
9959
9960         * lib/gc-gnulib.c (randomize): Don't open files called 'no', they
9961         signal that configure disabled the device.
9962
9963 2006-03-08  Simon Josefsson  <jas@extundo.com>
9964
9965         * build-aux/maint.mk: Fix refresh-po, to handle no translated
9966         languages.
9967
9968 2006-03-07  Simon Josefsson  <jas@extundo.com>
9969
9970         * modules/getopt (Depends-on): Add unistd.
9971
9972         * modules/unistd: New file.
9973
9974 2006-03-07  Simon Josefsson  <jas@extundo.com>
9975
9976         * modules/gc-random: New file.
9977
9978 2006-03-07  Simon Josefsson  <jas@extundo.com>
9979
9980         * m4/unistd_h.m4: New file.
9981
9982 2006-03-07  Simon Josefsson  <jas@extundo.com>
9983
9984         * m4/readline.m4 (gl_FUNC_READLINE): Rewrite the cached part of the
9985         test to be side-effect free by storing the result in the cache
9986         variable gl_cv_lib_readline, and moving the assignment of
9987         LIBREADLINE and LTLIBREADLINE outside the COMMANDS-TO-SET-IT.
9988         From Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
9989
9990 2006-03-07  Simon Josefsson  <jas@extundo.com>
9991
9992         * m4/gc-random.m4: New file, mostly from gc.m4.  Warn instead of
9993         error on missing devices (the functions will return an error).
9994
9995         * m4/gc.m4: Move random stuff to gc-random.m4
9996
9997 2006-03-07  Simon Josefsson  <jas@extundo.com>
9998
9999         * lib/unistd_.h: New file.
10000
10001 2006-03-07  Simon Josefsson  <jas@extundo.com>
10002
10003         * lib/gc-libgcrypt.c, gc-gnulib.c: Use GC_USE_RANDOM.
10004
10005 2006-03-07  Paul Eggert  <eggert@cs.ucla.edu>
10006
10007         * m4/unistd_h.m4 (gl_HEADER_UNISTD): Rename, to match modules file.
10008         Problem reported by Juan Manuel Guerrero.
10009
10010 2006-03-07  Paul Eggert  <eggert@cs.ucla.edu>
10011
10012         * lib/c-stack.c: Include unistd.h unconditionally, since we now assume
10013         the unistd module.
10014         * lib/getlogin_r.c: Likewise.
10015         * lib/getlogin_r.h: Likewise.
10016         * lib/glob.c: Likewise.
10017         * lib/pagealign_alloc.c: Likewise.
10018         * lib/unistd_.h: Remove; no longer needed.
10019
10020 2006-03-07  Paul Eggert  <eggert@cs.ucla.edu>
10021
10022         * MODULES.html.sh (Support for systems lacking POSIX:2001):
10023         Add unistd.
10024         * modules/c-stack (Depends-on): Add unistd.
10025         * modules/getlogin_r: Likewise.
10026         * modules/glob: Likewise.
10027         * modules/pagealign_alloc: Likewise.
10028         * modules/unistd (Files): Remove lib/unistd_.h.
10029         (EXTRA_DIST): Remove.
10030         (unistd.h): Create using 'echo' rather than 'cp', so that we don't
10031         need unistd_.h.
10032         (MOSTLYCLEANFILES): Remove unistd.h-t.
10033
10034 2006-03-03  Simon Josefsson  <jas@extundo.com>
10035
10036         * build-aux/maint.mk: Add several syntax checks from CoreUtils.
10037
10038 2006-03-03  Simon Josefsson  <jas@extundo.com>
10039
10040         * build-aux/maint.mk: Add refresh-po rule, based on ideas from
10041         libidn and bison.
10042
10043 2006-03-03  Simon Josefsson  <jas@extundo.com>
10044
10045         * build-aux/maint.mk: Add indent target.
10046
10047 2006-03-03  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de> (tiny change)
10048
10049         * m4/poll.m4 (gl_FUNC_POLL): If we deem poll(2) unacceptable, use
10050         our replacement poll.h in any case, to avoid a differing
10051         declaration from a system header.  Seen on AIX.
10052
10053 2006-03-01  Simon Josefsson  <jas@extundo.com>
10054
10055         * lib/readline.c: Fix typo, tiny patch from Stepan Kasal
10056         <kasal@ucw.cz>.
10057
10058 2006-03-01  Paul Eggert  <eggert@cs.ucla.edu>
10059
10060         * modules/gettime (Depends-on): Add extensions module.
10061         * modules/nanosleep (Depends-on): Likewise.
10062         * modules/settime (Depends-on): Likewise.
10063
10064 2006-03-01  Paul Eggert  <eggert@cs.ucla.edu>
10065
10066         * m4/clock_time.m4 (gl_CLOCK_TIME): Require gl_USE_SYSTEM_EXTENSIONS,
10067         not merely AC_GNU_SOURCE, for the benefit of Solaris 10 when compiled
10068         pedantically.
10069         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Likewise.
10070         * m4/timespec.m4 (gl_TIMESPEC): Likewise.
10071
10072         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Use "=" with "test",
10073         not "==".  Reported by Ralf Wildenhues.
10074
10075 2006-03-01  Karl Berry  <karl@gnu.org>
10076
10077         * doc/Copyright/request-*: new files, synced from gnuorg.
10078
10079 2006-03-01  Karl Berry  <karl@gnu.org>
10080
10081         * config/srclist.txt (Copyright/*): new entries.
10082
10083 2006-02-28  Simon Josefsson  <jas@extundo.com>
10084
10085         * lib/getopt.c: Protect #include of unistd.h, for MSVS.
10086
10087 2006-02-27  Simon Josefsson  <jas@extundo.com>
10088
10089         * lib/base64.h: Indent #define's.  From Jim Meyering
10090         <jim@meyering.net>.
10091
10092 2006-02-27  Jim Meyering  <jim@meyering.net>
10093
10094         Revert the change of 2006-02-24, so these files can continue
10095         to be sync'd from gettext.
10096         * lib/mkdtemp.c, setenv.c, unsetenv.c: *Un*-normalize inclusion
10097         of `config.h'.
10098
10099 2006-02-26  Paul Eggert  <eggert@cs.ucla.edu>
10100
10101         * modules/intprops: New file.
10102         * MODULES.html.sh (Numeric conversion functions <stdlib.h>):
10103         Add intprops.
10104         * modules/getloadavg (Files): Remove lib/intprops.h.
10105         (Depends-on): Add intprops.
10106         * modules/human: Likewise.
10107         * modules/inttostr: Likewise.
10108         * modules/openat: Likewise.
10109         * modules/sig2str: Likewise.
10110         * modules/userspec: Likewise.
10111         * modules/utimecmp: Likewise.
10112         * modules/xnanosleep: Likewise.
10113         * modules/xstrtol: Likewise.
10114
10115 2006-02-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny changes)
10116
10117         * modules/xstrtod: Omit xstrtod.h, xstrtod.c; they're in LIB_SOURCES.
10118         * modules/lock-tests (TESTS): Use $(EXEEXT).
10119         * modules/tls-tests: Likewise.
10120         * modules/argp-tests: Likewise.
10121         (check_PROGRAMS): New var, replacing...
10122         (noinst_PROGRAMS, test_argp_SOURCES): Remove.
10123
10124 2006-02-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
10125
10126         * lib/mkdtemp.c, lib/setenv.c, lib/unsetenv.c: Normalize inclusion of
10127         `config.h'.
10128
10129 2006-02-24  Paul Eggert  <eggert@cs.ucla.edu>
10130
10131         * lib/glob.c: Say "invalid" rather than "illegal" in comments.
10132
10133 2006-02-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
10134
10135         Sync from coreutils.
10136         * m4/mkdir-p.m4 (gl_MKDIR_PARENTS): Require gl_FUNC_LCHMOD and
10137         gl_CHDIR_SAFER.
10138
10139 2006-02-22  Jim Meyering  <jim@meyering.net>
10140
10141         Sync from coreutils.
10142         * m4/chdir-safer.m4: New file.
10143
10144 2006-02-20  Paul Eggert  <eggert@cs.ucla.edu>
10145
10146         * lib/getcwd.c (AT_FDCWD): Work around a bug in Solaris 9 and 10, where
10147         AT_FDCWD exceeds INT_MAX.
10148         * lib/openat.h (AT_FDCWD): Likewise.
10149
10150 2006-02-17  Eric Blake  <address@hidden>
10151
10152         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Fix caching error.
10153
10154 2006-02-16  Simon Josefsson  <jas@extundo.com>
10155
10156         * modules/getaddrinfo (Depends-on): Add sys_socket.
10157
10158 2006-02-15  Simon Josefsson  <jas@extundo.com>
10159
10160         * build-aux/maint.mk: Add dsyntax-check rule.
10161
10162 2006-02-15  Eric Blake  <ebb9@byu.net>
10163
10164         * m4/sys_socket_h.m4 (gl_HEADER_SYS_SOCKET): Don't attempt using
10165         winsock2.h or ws2tcpip.h when sys/socket.h is present. Fixes
10166         'present but cannot compile' warnings on cygwin.
10167         * m4/socklen.m4 (gl_TYPE_SOCKLEN_T): Use gl_HEADER_SYS_SOCKET.  Don't
10168         use ws2tcpip.h if sys/socket.h works.
10169         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Use gl_HEADER_SYS_SOCKET.
10170         (gl_GETADDRINFO): Don't use ws2tcpip.h when sys/socket.h is present.
10171
10172 2006-02-14  Simon Josefsson  <jas@extundo.com>
10173
10174         * modules/maintainer-makefile (Files): Rename.
10175
10176         * build-aux/GNUmakefile: Rename Makefile.maint to maint.mk
10177         and (the local) Makefile.cfg to maint-cfg.mk.
10178
10179         * build-aux/Makefile.maint, build-aux/maint.mk: Renamed the former
10180         to the latter.
10181
10182         * modules/maintainer-makefile: New module.
10183
10184         * build-aux/Makefile.maint: New file, from GNU CoreUtils, although
10185         severaly stripped to make it possible to build it up from scratch
10186         with reliable tests.
10187
10188         * build-aux/GNUmakefile: New file, from GNU CoreUtils with some
10189         fixes to permit overriding the default actions when configure and
10190         makefile are not available.
10191
10192 2006-02-14  Paul Eggert  <eggert@cs.ucla.edu>
10193
10194         Sync from coreutils.
10195         * modules/lstat (Depends-on): Don't depend on xalloc.
10196         (License): Change from GPL to LGPL, since this is now simply a
10197         replacement for a libc function.
10198
10199 2006-02-14  Jim Meyering  <jim@meyering.net>
10200
10201         Sync from coreutils.
10202
10203         Eliminate the unwelcome (albeit unlikely) possibility of xmalloc
10204         failure on deficient systems, and simplify gnulib lgpl dependencies.
10205         * lib/lstat.c (rpl_lstat): Rewrite to use stat() in place of the
10206         xmalloc/lstat combination.  Based on a patch from Bruno Haible.
10207
10208         * lib/xalloc-die.c: Remove unused definition of N_.
10209
10210 2006-02-14  Jim Meyering  <jim@meyering.net>
10211
10212         Sync from coreutils.
10213         * m4/ls-mntd-fs.m4 (AC_FUNC_GETMNTENT): Invoke
10214         AC_CHECK_FUNCS(getmntent) unconditionally so that tests of
10215         $ac_cv_func_getmntent (e.g., in gl_LIST_MOUNTED_FILE_SYSTEMS) need not
10216         double-quote uses of that variable, to accommodate the rare case in
10217         which getmntent is available in none of the libraries checked.  This
10218         happens at least on FreeBSD 5.0.
10219
10220 2006-02-13  Simon Josefsson  <jas@extundo.com>
10221
10222         * gnulib-tool (Usage): Fix --import, from
10223         karl@freefriends.org (Karl Berry).
10224
10225 2006-02-13  Sergey Poznyakoff  <gray@gnu.org.ua>
10226
10227         * lib/argp-fmtstream.c: Restore another bugfix lost on 2005-12-12
10228
10229 2006-02-07  Sergey Poznyakoff  <gray@gnu.org.ua>
10230
10231         * lib/argp-namefrob.h: Restore changes accidentally lost during the
10232         "autoupdate" on 2005-12-12.
10233
10234 2006-02-07  Paul Eggert  <eggert@cs.ucla.edu>
10235
10236         * modules/closeout (Depends-on): Remove atexit.
10237
10238 2006-02-07  Paul Eggert  <eggert@cs.ucla.edu>
10239
10240         * lib/closeout.c (close_stdout): Don't assume 'bool' converts nonzero
10241         ints to 0 or 1, as this isn't true for the stdbool.h substitute.
10242
10243 2006-02-05  Paul Eggert  <eggert@cs.ucla.edu>
10244
10245         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Don't #define
10246         __EXTENSIONS__ if this causes compilation to fail.  Problem
10247         reported by Nelson H. F. Beebe with Solaris 10 and Sun C 5.7
10248         c89 -D_XOPEN_SOURCE -D_XOPEN_SOURCE_EXTENDED.
10249
10250 2006-01-27  Paul Eggert  <eggert@cs.ucla.edu>
10251
10252         * lib/fnmatch.c (L_): Renamed from L, to work around a bug in
10253         Mac OS X 10.3.9 with GCC 3 reported by Claudio Fontana in
10254         <http://lists.gnu.org/archive/html/bug-gnulib/2006-01/msg00074.html>.
10255         All uses changed.
10256
10257 2006-01-26  Simon Josefsson  <jas@extundo.com>
10258
10259         * lib/socket_.h: Set WINVER to 0x0501, to make sure getaddrinfo
10260         prototype is visible on mingw32.
10261
10262         * lib/getaddrinfo.h: Define EAI_ADDRFAMILY and EAI_SYSTEM if not set,
10263         for mingw32.
10264
10265         * lib/gai_strerror.c, getaddrinfo.h: Protect netdb.h #include (for
10266         mingw32).
10267
10268 2006-01-26  Paul Eggert  <eggert@cs.ucla.edu>
10269
10270         * lib/fts.c (diropen): Open with O_NOCTTY | O_NONBLOCK too.  Don't
10271         attempt to open for write; this always fails, at least on POSIX
10272         hosts.  This reinstates the 2006-01-09 change, which was
10273         inadvertently removed.
10274
10275 2006-01-26  Bruno Haible  <bruno@clisp.org>
10276
10277         * gnulib-tool (func_import): Use "trap 'exit $?' instead of "trap :".
10278         Reported by Paul Eggert.
10279
10280 2006-01-26  Bruno Haible  <bruno@clisp.org>
10281             Paul Eggert  <eggert@cs.ucla.edu>
10282
10283         * lib/stdbool_.h (_Bool)
10284         [(! (defined __cplusplus || defined __BEOS__)
10285           && !defined __GNUC__
10286           && !(defined __HP_cc || defined __xlc__
10287                || (defined __SUNPRO_C && (__SUNPRO_C < 0x550 || __STDC__ == 1))
10288                || defined __sgi))]:
10289         #define to signed char in these cases too; this simplifies
10290         the code (so that we don't have to worry about HP-UX, AIX, SunPRO,
10291         etc., separately) and makes it more conservative.
10292
10293 2006-01-25  Simon Josefsson  <jas@extundo.com>
10294
10295         * m4/getaddrinfo.m4: Look for getaddrinfo inside ws2tcip.h and
10296         -lws2_32.  Protect sys/socket.h and netdb.h #include's.  Include
10297         ws2tcpip.h with WINVER=0x0501.  All for mingw32.
10298
10299 2006-01-25  Sergey Poznyakoff  <gray@gnu.org.ua>
10300
10301         * lib/argp-namefrob.h: Bugfix. Remove stray #
10302
10303 2006-01-25  Paul Eggert  <eggert@cs.ucla.edu>
10304
10305         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Check for xlc bug if __GCC__ too,
10306         so that we test the test.
10307         Check for yet another HP-UX cc bug involving *bool |= bool.
10308
10309 2006-01-25  Karl Berry  <karl@gnu.org>
10310
10311         * config/srclist.txt (vasnprintf.c): sync lost.
10312
10313 2006-01-25  Jim Meyering  <jim@meyering.net>
10314
10315         Sync from the stable (b5) branch of coreutils:
10316
10317         * lib/fts.c (fts_children): Don't let close() clobber errno from
10318         failed fchdir().
10319
10320         * lib/fts.c (fts_stat): When following a symlink-to-directory,
10321         don't necessarily interpret stat-fails+lstat-succeeds as indicating
10322         a dangling symlink.  That can also happen at least for ELOOP.
10323         The fix: return FTS_SLNONE only when the stat errno is ENOENT.
10324         FYI, this bug predates the inclusion of fts.c in coreutils.
10325
10326         * lib/fts.c (fts_open): Put new maxarglen declaration and uses
10327         in their own block, so pre-c99 compilers don't object.
10328
10329         Avoid the double-free (first in fts_read, second in fts_close) that
10330         would occur when an `active' directory is made inaccessible (e.g.,
10331         via chmod a-x) during a traversal.
10332         * lib/fts.c (fts_read): After a failed fchdir, update sp->fts_cur
10333         before returning.  Reproduce this failure by
10334         mkdir -p a/b; cd a; chmod a-x . b
10335         Reported by Stavros Passas.
10336
10337 2006-01-25  Jim Meyering  <jim@meyering.net>
10338
10339         * lib/fileblocks.c: Remove more useless parentheses.
10340         * lib/readutmp.h: Likewise.
10341
10342 2006-01-25  Bruno Haible  <bruno@clisp.org>
10343
10344         * lib/stdbool_.h (_Bool) [IRIX cc]: Define as 'signed char', to avoid
10345         warnings.
10346         Reported by Paul Eggert.
10347
10348 2006-01-25  Bruno Haible  <bruno@clisp.org>
10349
10350         * gnulib-tool (func_import): Use "trap :" instead of "trap -" to get
10351         rid of a trap command. For Solaris sh.
10352         Reported by Mark D. Baushke <mdb@gnu.org>.
10353
10354 2006-01-24  Simon Josefsson  <jas@extundo.com>
10355
10356         * lib/socket_.h (SHUT_WR, SHUT_RDWR): Don't hardcode, suggested by
10357         Bruno.
10358
10359 2006-01-24  Karl Berry  <karl@gnu.org>
10360
10361         * config/srclist.txt (argp-namefrob.h): sync lost.
10362
10363 2006-01-24  Jim Meyering  <jim@meyering.net>
10364
10365         * modules/openat (Files): Add lib/intprops.h.
10366         From Mark D. Baushke.
10367
10368 2006-01-24  Jim Meyering  <jim@meyering.net>
10369
10370         * m4/openat.m4 (gl_FUNC_OPENAT): Add AC_LIBSOURCES([intprops.h]).
10371         Reported by Mark D. Baushke.
10372
10373 2006-01-24  Jim Meyering  <jim@meyering.net>
10374
10375         * lib/socket_.h: Remove useless parentheses in uses of cpp `defined'.
10376
10377 2006-01-24  Bruno Haible  <bruno@clisp.org>
10378
10379         * modules/strnlen (Maintainer): Change from glibc to all.
10380
10381 2006-01-24  Bruno Haible  <bruno@clisp.org>
10382
10383         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Check for IBM and HP-UX bugs.
10384         Patch by Paul Eggert.
10385
10386 2006-01-24  Bruno Haible  <bruno@clisp.org>
10387
10388         * lib/stdbool_.h (_Bool) [__cplusplus]: Don't define if the compiler
10389         already has it.
10390         Report and patch by Albert Chin-A-Young  <china@thewrittenword.com> on
10391         2005-11-26.
10392
10393         * lib/stdbool_.h (_Bool) [HP-UX cc, AIX cc,xlc]: Define as
10394         'signed char' to avoid problems with the built-in _Bool type.
10395         Reported by Paul Eggert on 2005-11-26.
10396
10397 2006-01-24  Bruno Haible  <bruno@clisp.org>
10398
10399         * gnulib-tool (func_import): Avoid constructing complicated sed
10400         expressions inside backquote.
10401         Report and solution by Mark D. Baushke <mdb@gnu.org>.
10402
10403 2006-01-23  Ulrich Drepper  <drepper@redhat.com>
10404
10405         These changes imported from libc.
10406         * lib/getopt.c: Use __fxprintf instead of inline stream orientation
10407         test and two separate function calls.
10408         * lib/strndup.c (__strndup): Add libc_hidden_def.
10409
10410 2006-01-23  Simon Josefsson  <jas@extundo.com>
10411
10412         * modules/lock-tests: Use check_PROGRAMS instead of noinst_PROGRAMS.
10413         Remove the test_*_SOURCES variable: automake infers it by default.
10414         * modules/tls-tests: Likewise.
10415
10416 2006-01-23  Paul Eggert  <eggert@cs.ucla.edu>
10417
10418         Work around porting bugs reported by Dieter in
10419         <http://lists.gnu.org/archive/html/bug-bison/2006-01/msg00049.html>.
10420         * lib/getopt.c (_NOPROTO): Remove; no longer needed.
10421         Include <stdlib.h> and <unistd.h> in all environments; it's safe now.
10422         Include "getopt.h" first, to check interface.
10423         (getenv): Declare only if defined HAVE_DECL_GETENV &&
10424         !HAVE_DECL_GETENV.
10425         * lib/strndup.c [!_LIBC]: Include "strndup.h" to get prototype.
10426         (__strndup): Revert to K&R-style function dfns, the glibc style.
10427         * lib/strnlen.c: Don't claim it's taken from glibc; it's not.
10428         (strnlen, __strnlen): Remove #defines and #undefs; not needed.
10429         Include strnlen.h first, to get prototype properly.
10430         (strnlen): Renamed from __strnlen.
10431         Remove weak alias.
10432
10433 2006-01-23  Paul Eggert  <eggert@cs.ucla.edu>
10434
10435         * m4/getopt.m4 (gl_PREREQ_GETOPT): Check for getenv decl.
10436
10437 2006-01-23  Paul Eggert  <eggert@cs.ucla.edu>
10438
10439         * config/srclist.txt: Adjust to reflect glibc reorganization.
10440         This affects only comments.
10441
10442 2006-01-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny change)
10443
10444          * gnulib-tool, build-aux/csharpcomp.sh.in: Do not pass `-q' to mktemp.
10445          Reported by Bruce Korb <bkorb@gnu.org>.
10446
10447 2006-01-22  Paul Eggert  <eggert@cs.ucla.edu>
10448
10449         * lib/quotearg.c (quotearg_buffer_restyled): Add "default: break;"
10450         to pacify gcc -Wswitch-default.
10451
10452 2006-01-22  Bruno Haible  <bruno@clisp.org>
10453
10454         * lib/vasnprintf.c (VASNPRINTF): In the computation of the size of the
10455         temporary buffer for sprintf, take into account the precision also
10456         for 'd', 'i', 'u', 'o', 'x', 'X'.
10457
10458 2006-01-21  Sergey Poznyakoff  <gray@gnu.org.ua>
10459
10460         * modules/argp-tests: New module
10461         * tests/test-argp.c: New file
10462         * tests/test-argp-2.sh: New file
10463
10464 2006-01-21  Sergey Poznyakoff  <gray@gnu.org.ua>
10465
10466         * lib/argp-help.c (usage_long_opt): Do not print DOC options.
10467         (__argp_base_name): Removed
10468         * lib/argp-namefrob.h (__argp_basename): Removed definition. Was a
10469         typo.
10470         (__argp_base_name): Provide macro definition or extern declaration
10471         depending on the configuration
10472
10473 2006-01-20  Simon Josefsson  <jas@extundo.com>
10474
10475         * modules/inet_ntop (Depends-on): Depend on sys_socket.
10476
10477 2006-01-20  Simon Josefsson  <jas@extundo.com>
10478
10479         * lib/inet_ntop.h: Unconditionally include sys/socket.h.
10480
10481 2006-01-20  Paul Eggert  <eggert@cs.ucla.edu>
10482
10483         * m4/lib-ignore.m4 (gl_IGNORE_UNUSED_LIBRARIES): Use -Wl,-z,ignore
10484         rather than -Xlinker -z -Xlinker ignore, as it's more portable.
10485         Suggested by Bruno Haible.
10486
10487 2006-01-20  Karl Berry  <karl@gnu.org>
10488
10489         * config/srclist.txt (argp-fmtstream.h, localcharset.c): comment out
10490         until changes propagate, I guess.
10491
10492 2006-01-19  Simon Josefsson  <jas@extundo.com>
10493
10494         * m4/socklen.m4: Look in ws2tcpip.h too, for mingw32.
10495
10496 2006-01-19  Simon Josefsson  <jas@extundo.com>
10497
10498         * lib/socket_.h: Map SHUT_RD, SHUT_WR, SHUT_RDWR correctly.
10499
10500 2006-01-19  Simon Josefsson  <jas@extundo.com>
10501
10502         * gnulib-tool: Set check_PROGRAMS.
10503
10504         * modules/arcfour-tests, modules/arctwo-tests, modules/crc-tests,
10505         modules/des-tests, modules/gc-arcfour-tests,
10506         modules/gc-arctwo-tests, modules/gc-des-tests,
10507         modules/gc-hmac-md5-tests, modules/gc-hmac-sha1-tests,
10508         modules/gc-md2-tests, modules/gc-md4-tests, modules/gc-md5-tests,
10509         modules/gc-pbkdf2-sha1-tests, modules/gc-rijndael-tests,
10510         modules/gc-sha1-tests, modules/gc-tests, modules/hmac-md5-tests,
10511         modules/hmac-sha1-tests, modules/md2-tests, modules/md4-tests,
10512         modules/md5-tests, modules/readline, modules/rijndael-tests: Use
10513         check_PROGRAMS instead of noinst_PROGRAMS to be able to remove
10514         test_*_SOURCES.
10515
10516 2006-01-18  Simon Josefsson  <jas@extundo.com>
10517
10518         * modules/socklen (Depends-on): Depend on sys_socket.
10519
10520 2006-01-18  Simon Josefsson  <jas@extundo.com>
10521
10522         * modules/arcfour-tests, modules/arctwo-tests, modules/crc-tests,
10523         modules/des-tests, modules/gc-arcfour-tests,
10524         modules/gc-arctwo-tests, modules/gc-des-tests,
10525         modules/gc-hmac-md5-tests, modules/gc-hmac-sha1-tests,
10526         modules/gc-md2-tests, modules/gc-md4-tests, modules/gc-md5-tests,
10527         modules/gc-pbkdf2-sha1-tests, modules/gc-rijndael-tests,
10528         modules/gc-sha1-tests, modules/gc-tests, modules/hmac-md5-tests,
10529         modules/hmac-sha1-tests, modules/md2-tests, modules/md4-tests,
10530         modules/md5-tests, modules/readline, modules/rijndael-tests: Add
10531         $(EXEEXT) to automake TESTS variable, for mingw32.
10532
10533 2006-01-17  Simon Josefsson  <jas@extundo.com>
10534
10535         * modules/socklen (Include): Need sys/socket.h.
10536
10537 2006-01-17  Bruno Haible  <bruno@clisp.org>
10538
10539         * modules/ssize_t (Include): Add <sys/types.h>.
10540
10541 2006-01-16  Paul Eggert  <eggert@cs.ucla.edu>
10542
10543         * m4/lib-ignore.m4 (gl_IGNORE_UNUSED_LIBRARIES): Don't use ldd, as
10544         it's not portable and it doesn't work with cross-compiles.
10545         Problem reported by Bruno Haible.  Fix missing-$ typo in
10546         'test "gl_cv_ignore_unused_libraries" ...' that prevented
10547         -zignore from being used with Sun's C compiler.
10548
10549 2006-01-12  Simon Josefsson  <jas@extundo.com>
10550
10551         * lib/base64.c: Fix warning, reported by Bruno Haible
10552         <bruno@clisp.org> and patch by Paul Eggert <eggert@CS.UCLA.EDU>.
10553
10554 2006-01-12  Bruno Haible  <bruno@clisp.org>
10555
10556         * modules/ldd: New file.
10557         * build-aux/ldd.sh.in: New file.
10558         * MODULES.html.sh (Support for building libraries and executables): Add
10559         ldd.
10560
10561 2006-01-12  Bruno Haible  <bruno@clisp.org>
10562
10563         * m4/ldd.m4: New file.
10564
10565 2006-01-12  Bruno Haible  <bruno@clisp.org>
10566
10567         * gnulib-tool (func_import, func_create_testdir): Don't go into an
10568         endless loop while replacing $auxdir with build-aux.
10569
10570 2006-01-11  Simon Josefsson  <jas@extundo.com>
10571
10572         * lib/stdint_.h (SIZE_MAX): Add missing (.
10573
10574 2006-01-11  Paul Eggert  <eggert@cs.ucla.edu>
10575
10576         Sync from coreutils.
10577         * lib/md5.c: Fix commentary typos.
10578         (alignof, UNALIGNED_P): No need for a GCC-specific version.
10579         * lib/md5.h (__attribute__): Remove; unused.
10580         * lib/sha1.c: Fix commentary to match md5 better.
10581         * lib/sha1.h (struct sha1_ctx): Use a word buffer, not a byte buffer,
10582         so that we don't need to worry about alignment.  All uses changed.
10583         This merges the 2005-10-28 md5 change into sha1.
10584
10585 2006-01-11  Jim Meyering  <jim@meyering.net>
10586
10587         Sync from coreutils.
10588         * lib/md5.c (OP): Fix spacing.
10589
10590 2006-01-11  Bruno Haible  <bruno@clisp.org>
10591
10592         Ensure automatic ordering between gl_LOCK and gl_ARGP.
10593         * m4/lock.m4 (gl_LOCK_BODY): Renamed from gl_LOCK.
10594         (gl_LOCK): New macro, requiring gl_LOCK_BODY.
10595
10596 2006-01-11  Bruno Haible  <bruno@clisp.org>
10597
10598         Ensure automatic ordering between gl_LOCK and gl_ARGP.
10599         * gnulib-tool (func_import, func_create_testdir): Put gl_LOCK into
10600         the "early" section as well.
10601
10602 2006-01-11  Bruno Haible  <bruno@clisp.org>
10603
10604         Avoid "ar: no archive members specified" error on MacOS X.
10605         * gnulib-tool (func_modules_add_dummy): New function.
10606         (func_import, func_create_testdir): Invoke it.
10607
10608 2006-01-11  Bruno Haible  <bruno@clisp.org>
10609
10610         * gnulib-tool (func_import, func_create_testdir): Replace build-aux
10611         with $auxdir in AC_CONFIG_FILES statements.
10612
10613 2006-01-11  Bruno Haible  <bruno@clisp.org>
10614
10615         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
10616         Initialize also noinst_HEADERS to empty.
10617
10618 2006-01-11  Bruno Haible  <bruno@clisp.org>
10619
10620         * gnulib-tool (AUTOMAKEPATH, AUTOCONF, ACLOCAL, AUTOMAKE): New
10621         variables.
10622         (func_create_megatestdir): Call aclocal, autoconf, automake here, not
10623         autoreconf.
10624
10625 2006-01-11  Bruno Haible  <bruno@clisp.org>
10626
10627         * gnulib-tool (AUTOCONF, ACLOCAL, AUTOMAKE, AUTORECONF): Make
10628         overridable by the user.
10629         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
10630
10631 2006-01-10  Simon Josefsson  <jas@extundo.com>
10632
10633         * modules/sys_socket: New file.
10634
10635 2006-01-10  Simon Josefsson  <jas@extundo.com>
10636
10637         * m4/sys_socket_h.m4: New file.
10638
10639 2006-01-10  Simon Josefsson  <jas@extundo.com>
10640
10641         * lib/socket_.h: New file.
10642
10643 2006-01-10  Paul Eggert  <eggert@cs.ucla.edu>
10644
10645         * modules/readutmp (Maintainer): Add myself.
10646
10647 2006-01-10  Paul Eggert  <eggert@cs.ucla.edu>
10648
10649         * m4/memcoll.m4 (gl_MEMCOLL): Don't require AC_FUNC_MEMCMP, undoing
10650         the 2002-12-31 change.  Problem and fix reported by Bruno Haible.
10651         People who are still concerned with buggy memcmp implementations
10652         can invoke gl_FUNC_MEMCMP themselves.
10653
10654 2006-01-10  Paul Eggert  <eggert@cs.ucla.edu>
10655
10656         * lib/regex_internal.h (BITSET_WORD_BITS):
10657         Work around a bug in 64-bit PGC (before version 6.1-2), where the
10658         preprocessor mishandles large unsigned values as if they were signed.
10659         Problem reported by Claudio Fontana in
10660         <http://lists.gnu.org/archive/html/bug-gnulib/2005-12/msg00061.html>.
10661
10662 2006-01-10  Jim Meyering  <jim@meyering.net>
10663
10664         Avoid the double-free (first in fts_read, second in fts_close) that
10665         would occur when an `active' directory is made inaccessible (e.g.,
10666         via chmod a-x) during a traversal.
10667         * lib/fts.c (fts_read): After a failed fchdir, update sp->fts_cur
10668         before returning.  Reproduce this failure by
10669         mkdir -p a/b; cd a; chmod a-x . b
10670         Reported by Stavros Passas.
10671
10672         Sync from coreutils.
10673         * lib/sha1.c: Tweak grammar in a comment.
10674
10675 2006-01-10  Jim Meyering  <jim@meyering.net>
10676
10677         * m4/fpending.m4: Also include <stdio.h>, for Dragonfly.
10678         Patch by Joerg Sonnenberger.
10679
10680 2006-01-10  Bruno Haible  <bruno@clisp.org>
10681
10682         * modules/readutmp: Depend on module free.
10683         * modules/strtok_r: Depend on module restrict.
10684
10685 2006-01-10  Bruno Haible  <bruno@clisp.org>
10686
10687         * modules/gettext (configure.ac): Add an invocation of
10688         AM_GNU_GETTEXT_VERSION. Needed since autoreconf is used by gnulib-tool.
10689
10690 2006-01-10  Bruno Haible  <bruno@clisp.org>
10691
10692         * m4/localcharset.m4 (gl_LOCALCHARSET): Also test for getc_unlocked.
10693         Reported by Werner Lemberg <wl@gnu.org>.
10694
10695 2006-01-10  Bruno Haible  <bruno@clisp.org>
10696
10697         * lib/localcharset.c: Update from GNU gettext.
10698
10699 2006-01-10  Bruno Haible  <bruno@clisp.org>
10700
10701         * lib/argp.h (__const): Remove macro. Use const instead.
10702         * lib/argp-fmtstream.h (__const): Likewise.
10703         * lib/glob_.h (__const): Remove macro.
10704         * lib/glob-libc.h: Use const instead of __const.
10705
10706 2006-01-10  Bruno Haible  <bruno@clisp.org>
10707
10708         * gnulib-tool (func_emit_tests_Makefile_am): Emit an empty SUBDIR
10709         variable.
10710         Needed to avoid an automake error regarding the 'gettext' module.
10711
10712 2006-01-09  Simon Josefsson  <jas@extundo.com>
10713
10714         * modules/inet_ntop (Depends-on): Add restrict.
10715
10716 2006-01-09  Simon Josefsson  <jas@extundo.com>
10717
10718         * modules/gc-rijndael-tests (License): Put under LGPL.
10719
10720         * modules/gc-des-tests (License): Likewise.
10721
10722         * modules/gc-arcfour-tests (License): Likewise.
10723
10724         * modules/gc-arctwo-tests (License): Likewise.
10725
10726         * modules/gc-pbkdf2-sha1-tests (License): Likewise.
10727
10728         * modules/gc-hmac-sha1-tests (Files): Likewise.
10729
10730         * modules/gc-hmac-md5-tests (License): Likewise.
10731
10732         * modules/gc-sha1-tests (License): Likewise.
10733
10734         * modules/gc-md5-tests (License): Likewise.
10735
10736         * modules/gc-md4-tests (License): Likewise.
10737
10738         * modules/gc-md2-tests (License): Likewise.
10739
10740         * modules/gc-tests (License): Likewise.
10741
10742         * modules/des-tests (License): Likewise.
10743
10744         * modules/md4-tests (License): Likewise.
10745
10746         * modules/md2-tests (License): Likewise.
10747
10748 2006-01-09  Paul Eggert  <eggert@cs.ucla.edu>
10749
10750         Sync from coreutils:
10751
10752         * MODULES.html.sh (build_lib): New section, with new lib-ignore module.
10753         * modules/lib-ignore: New file.
10754         * modules/mkdir-p (Files): Add chdir-safer.c, chdir-safer.h, lchmod.h,
10755         chdir-safer.m4, lchmod.m4.
10756         * modules/openat: Add mkdirat.c, openat-priv.h.
10757
10758 2006-01-09  Paul Eggert  <eggert@cs.ucla.edu>
10759
10760         Sync from coreutils.
10761         * m4/lib-ignore.m4: New file.
10762         * m4/lchmod.m4: New file.
10763
10764 2006-01-09  Paul Eggert  <eggert@cs.ucla.edu>
10765
10766         Sync from coreutils.
10767         * lib/chdir-long.c (cdb_free): Don't bother trying to open directory
10768         for write access: POSIX says that must fail.
10769         * lib/fts.c (diropen): Likewise.
10770         * lib/save-cwd.c (save_cwd): Likewise.
10771         * lib/chdir-long.c (cdb_free): Open with O_NOCTTY | O_NONBLOCK as
10772         well, for minor improvements on hosts that lack O_DIRECTORY.
10773         * lib/chown.c (rpl_chown) [CHOWN_MODIFIES_SYMLINK]:
10774         Don't try O_WRONLY unless O_RDONLY failed wth EACCES.
10775         Fall back on chown if open failed with EACCES.
10776
10777         * lib/gettime.c (gettime) [!defined OK_TO_USE_1S_CLOCK]:
10778         Report an error at compile-time if only a 1-second nominal clock
10779         resolution is found.
10780
10781         * lib/lchmod.h: New file.
10782         * lib/mkdir-p.c: Include lchmod.h, lchown.h.
10783         (make_dir_parents): Use lchown rather than chown, and
10784         lchmod rather than chmod.
10785
10786         * lib/mountlist.c (ME_DUMMY): "none" and "proc" file systems are
10787         dummies too.  Problem with "none" reported by Bob Proulx.  Problem with
10788         "proc" reported by n0dalus.
10789
10790         * lib/mountlist.c: Include <limits.h>.
10791         (dev_from_mount_options)
10792         [defined MOUNTED_GETMNTENT1 || defined MOUNTED_GETMNTENT2]:
10793         New function.  It no longer assumes "dev=" has the System V meaning
10794         on Linux (since it doesn't).  It also parses "dev=" more carefully.
10795         (read_file_system_list)
10796         [defined MOUNTED_GETMNTENT1 || defined MOUNTED_GETMNTENT2]: Use it.
10797         MOUNTED_GETMNTENT2 is new here; the code didn't used to look for
10798         dev= in that case.
10799
10800         * lib/posixtm.h (PDS_PRE_2000): New macro.
10801         * lib/posixtm.c (year): Arg is now syntax_bits rather than
10802         allow_century.  All usages changed.  Reject dates outside the range
10803         1969-1999 if PDS_PRE_2000 is used.
10804
10805 2006-01-09  Paul Eggert  <eggert@cs.ucla.edu>
10806
10807         Sync from coreutils.
10808         * doc/getdate.texi (General date syntax): Invalid dates are rejected.
10809         (Time of day items): Mention the possibility of leap seconds.
10810         Problem reported by Dr. David Alan Gilbert.
10811
10812 2006-01-09  Jim Meyering  <jim@meyering.net>
10813
10814         Sync from coreutils.
10815
10816         * lib/version-etc.c (COPYRIGHT_YEAR): Update to 2006.
10817
10818         * lib/chdir-safer.h, lib/chdir-safer.c: New files.
10819
10820         * lib/modechange.c (mode_compile): Reject an invalid mode string
10821         that starts with an octal digit.  From Andreas Gruenbacher.
10822
10823         * lib/openat.c: Include "fcntl--.h" and "unistd--.h", to map open
10824         and dup to open_safer and dup_safer, respectively.
10825         (openat_permissive): Fix typo in comment.
10826
10827         * lib/openat.c: Don't include <stdlib.h>, <unistd.h>, <fcntl.h>,
10828         "gettext.h"; either no longer needed or are guaranteed by openat.h.
10829         (_): Remove; no longer needed.
10830         (openat): Renamed from rpl_openat; no need for rpl_openat
10831         since openat.h renames openat for us.
10832         Replace most of the body with a call to openat_permissive,
10833         to avoid duplicate code.
10834         Port to (probably hypothetical) environments were mode_t is
10835         wider than int.
10836         (openat_permissive): Require mode arg, so that we can check
10837         types better.  Put it just after flags.  Change cwd failure
10838         indicator from pointer-to-bool to pointer-to-errno-value.
10839         All callers changed.
10840         Invoke openat_save_fail and/or openat_restore_fail if
10841         cwd_errno is null, so that openat can call us.
10842         (openat_permissive, fdopendir, fstatat, unlinkat):
10843         Simplify errno handling to avoid some duplicate code,
10844         as it's OK to set errno on success.
10845         * lib/openat.h: Revamp code so that function macros depend on
10846         __OPENAT_PREFIX only, not also on AT_FDCWD.
10847         (openat_ro): Remove.  Caller changed to use openat_permissive.
10848         (openat_permissive): Now a macro, if not a function.
10849         (openat_restore_fail, openat_save_fail): Now always functions,
10850         since mkdirat needs them even if __OPENAT_PREFIX is defined.
10851
10852         * lib/openat-priv.h: New file, defining macros used by mkdirat.c
10853         and openat.c.
10854         * lib/mkdirat.c: Include openat-priv.h.
10855         Remove definitions of macros defined therein.
10856         * lib/openat.c: Likewise.
10857
10858         * lib/mkdirat.c (mkdirat): New file and function.
10859         * lib/openat.h (mkdirat): Declare.
10860
10861         * lib/openat.c (fdopendir): Don't change errno when returning non-NULL.
10862
10863         * lib/openat.h (openat_permissive): Declare.
10864         (openat_ro): Define.
10865
10866         * lib/openat.c (EXPECTED_ERRNO): New macro.
10867         (openat_permissive): New function -- used in remove.c rewrite.
10868         (all functions): Set errno just before returning, only if there
10869         was an actual failure.
10870         Use EXPECTED_ERRNO rather than comparing against only ENOTDIR.
10871
10872         Emulate openat-family functions using Linux's procfs, if possible.
10873         Idea and some code based on Ulrich Drepper's glibc changes.
10874
10875         * lib/openat.c: (BUILD_PROC_NAME): New macro.
10876         Include <stdio.h>, <string.h>, "alloca.h" and "intprops.h".
10877         (rpl_openat): Emulate by trying to open /proc/self/fd/%d/%s,
10878         before falling back on save_cwd and restore_cwd.
10879         (fdopendir, fstatat, unlinkat): Likewise.
10880
10881         * lib/openat.c (fstatat, unlinkat): Perform the syscall directly,
10882         skipping the save_cwd...restore_cwd overhead, if FILE is absolute.
10883
10884         * lib/openat.c (rpl_openat): Use the promoted type (int), not mode_t,
10885         as second argument to va_arg.  Otherwise, some versions of gcc
10886         warn that `if this code is reached, the program will abort'.
10887
10888 2006-01-09  Jim Meyering  <jim@meyering.net>
10889
10890         Sync from coreutils.
10891         * m4/openat.m4 (gl_FUNC_OPENAT): Require and compile mkdirat.c.
10892         Require openat-priv.h.
10893
10894 2006-01-09  Bruno Haible  <bruno@clisp.org>
10895
10896         * modules/strnlen (Include): Use strnlen.h.
10897
10898 2006-01-09  Bruno Haible  <bruno@clisp.org>
10899
10900         * m4/stdint.m4 (gl_STDINT_H): Also test for <sys/bitypes.h>.
10901
10902 2006-01-09  Bruno Haible  <bruno@clisp.org>
10903
10904         * lib/sysexit_.h (EX_OK): New macro.
10905         Suggested by Martin Lambers <marlam@marlam.de>.
10906
10907 2006-01-09  Bruno Haible  <bruno@clisp.org>
10908
10909         * lib/stdint_.h: On Linux libc4 and libc5, include <sys/bitypes.h> and
10910         don't define _STDINT_H_NEED_SIGNED_INT_TYPES.
10911
10912 2006-01-09  Bruno Haible  <bruno@clisp.org>
10913
10914         * lib/stdint_.h (SIZE_MAX): Write the value without involving negative
10915         numbers.
10916
10917 2006-01-09  Bruno Haible  <bruno@clisp.org>
10918
10919         * lib/javacomp.sh.in: Move to ../build-aux/javacomp.sh.in.
10920         * lib/javaexec.sh.in: Move to ../build-aux/javaexec.sh.in.
10921         * lib/csharpcomp.sh.in: Move to ../build-aux/csharpcomp.sh.in.
10922         * lib/csharpexec.sh.in: Move to ../build-aux/csharpexec.sh.in.
10923
10924 2006-01-09  Bruno Haible  <bruno@clisp.org>
10925
10926         * build-aux/javacomp.sh.in: New file, moved from lib/.
10927         * modules/javacomp-script (Files): Update.
10928         (configure.ac): Add AC_CONFIG_FILES invocation.
10929         (EXTRA_DIST): Remove variable.
10930
10931         * build-aux/javaexec.sh.in: New file, moved from lib/.
10932         * modules/javaexec (Files): Update.
10933         (configure.ac): Add AC_CONFIG_FILES invocation.
10934         (EXTRA_DIST): Remove javaexec.sh.in.
10935
10936         * build-aux/csharpcomp.sh.in: New file, moved from lib/.
10937         * modules/csharpcomp-script (Files): Update.
10938         (configure.ac): Add AC_CONFIG_FILES invocation.
10939         (EXTRA_DIST): Remove variable.
10940
10941         * build-aux/csharpexec.sh.in: New file, moved from lib/.
10942         * modules/csharpexec (Files): Update.
10943         (configure.ac): Add AC_CONFIG_FILES invocation.
10944         (EXTRA_DIST): Remove csharpexec.sh.in.
10945
10946 2006-01-09  Andreas Gruenbacher  <agruen@suse.de>
10947
10948         Sync from coreutils.
10949
10950         Add POSIX ACL support
10951         * lib/acl.h (copy_acl, set_acl): Add declarations.
10952         * lib/acl.c (acl_entries): Add fallback implementation for POSIX ACL
10953         systems other than Linux.
10954         (chmod_or_fchmod): New function: use fchmod when possible,
10955         and chmod otherwise.
10956         (file_has_acl): Add a POSIX ACL implementation, with a
10957         Linux-specific subcase.
10958         (copy_acl): Add: copy an acl and S_ISUID, S_ISGID, and
10959         S_ISVTX from one file to another.  Fall back to fchmod/chmod when
10960         acls are unsupported.
10961         (set_acl): Add: set a file's acl and S_ISUID, S_ISGID, and
10962         S_ISVTX to a defined value.  Fall back to fchmod/chmod when acls
10963         are unsupported.
10964
10965 2006-01-09  Andreas Gruenbacher  <agruen@suse.de>
10966
10967         Sync from coreutils.
10968         * m4/acl.m4 (AC_FUNC_ACL): Add POSIX ACL and Linux-specific acl tests.
10969
10970 2006-01-07  Bruno Haible  <bruno@clisp.org>
10971
10972         * gnulib-tool (func_import): Add an AC_PROG_RANLIB dependency to
10973         gl_EARLY.
10974
10975 2006-01-04  Paul Eggert  <eggert@cs.ucla.edu>
10976
10977         * lib/strftime.c (tzname): Don't declare if it is already #defined.
10978         Problem reported for Mingw by Mark Junker.
10979
10980 2006-01-04  Paul Eggert  <eggert@cs.ucla.edu>
10981
10982         * README: Gnulib normally doesn't generate a tarball.
10983
10984 2006-01-03  Paul Eggert  <eggert@cs.ucla.edu>
10985
10986         * lib/xtime.h (xtime_make, xtime_nonnegative_nsec, xtime_nsec): Use
10987         long int, not int, for nanosecond counts, so that people who are
10988         used to POSIX struct timespec won't be surprised.  Reported by Jim
10989         Meyering.
10990
10991 2005-12-28  Bruno Haible  <bruno@clisp.org>
10992
10993         * build-aux/config.rpath: Update from GNU gettext.
10994
10995 2005-12-16  Jim Meyering  <jim@meyering.net>
10996
10997         * modules/fprintftime: New module.
10998         * MODULES.html.sh (Date and time <time.h>): Add fprintftime.
10999
11000 2005-12-16  Jim Meyering  <jim@meyering.net>
11001
11002         * m4/fprintftime.m4: New file.
11003
11004 2005-12-16  Jim Meyering  <jim@meyering.net>
11005
11006         * lib/fprintftime.c, lib/fprintftime.h: New files.
11007
11008 2005-12-15  Simon Josefsson  <jas@extundo.com>
11009
11010         * modules/socklen (configure.ac): Fix M4 macro name, to align with
11011         new m4/socklen.m4.
11012
11013 2005-12-10  Sergey Poznyakoff  <gray@gnu.org.ua>
11014
11015         * m4/argp.m4: Define HAVE_DECL_PROGRAM_INVOCATION_NAME and
11016         HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME
11017
11018 2005-12-10  Sergey Poznyakoff  <gray@gnu.org.ua>
11019
11020         * lib/argp-fmtstream.c (__argp_fmtstream_update): Fix coredump
11021         * lib/argp-help.c (fill_in_uparams): Check if the constructed
11022         struct uparams is valid. Fall back to the default values if it is
11023         not.
11024
11025 2005-12-09  Sergey Poznyakoff  <gray@gnu.org.ua>
11026
11027         * modules/argp (Files): Add argp-pin.c
11028         (Depends-on): dirname
11029         (lib_SOURCES): Add argp-pin.c
11030
11031 2005-12-09  Sergey Poznyakoff  <gray@gnu.org.ua>
11032
11033         * m4/argp.m4:  Check if program_invocation_name and
11034         program_invocation_short_name are declared and define appropriate
11035         macros if they are not.
11036
11037 2005-12-09  Sergey Poznyakoff  <gray@gnu.org.ua>
11038
11039         * lib/argp-help.c (__argp_base_name): New function
11040         (__argp_short_program_name): Rewrite using __argp_base_name
11041         * lib/argp-namefrob.h: Define program_invocation_name and
11042         program_invocation_short_name if requested
11043         (__argp_base_name): Add prototype
11044         * lib/argp-parse.c (argp_def): Use gettext wrappers
11045         (argp_default_parser): Use __argp_base_name
11046         * lib/argp-pin.c: New file. Defines program_invocation_name and
11047         program_invocation_short_name on systems that lack them.
11048
11049 2005-12-07  Paul Eggert  <eggert@cs.ucla.edu>
11050
11051         * m4/stat-time.m4 (gl_STAT_TIME): Add check for
11052         TYPEOF_STRUCT_STAT_ST_ATIM_IS_STRUCT_TIMESPEC, to fix IRIX 5.3
11053         porting problem reported by Georg Schwarz in
11054         <http://lists.gnu.org/archive/html/bug-coreutils/2005-12/msg00083.html>.
11055
11056 2005-12-07  Paul Eggert  <eggert@cs.ucla.edu>
11057
11058         * lib/stat-time.h (STATE_TIMESPEC, STAT_TIMESPEC_NS): Add check for
11059         TYPEOF_STRUCT_STAT_ST_ATIM_IS_STRUCT_TIMESPEC, to fix IRIX 5.3
11060         porting problem reported by Georg Schwarz in
11061         <http://lists.gnu.org/archive/html/bug-coreutils/2005-12/msg00083.html>.
11062
11063 2005-12-05  Bruno Haible  <bruno@clisp.org>
11064
11065         * lib/csharpcomp.sh.in (options_csc): For -l option, add a .dll suffix.
11066         * lib/csharpcomp.c (compile_csharp_using_sscli): Likewise.
11067         Reported by Mark Junker <mjscod@gmx.de>.
11068
11069 2005-12-02  Paul Eggert  <eggert@cs.ucla.edu>
11070
11071         * m4/socklen.m4 (gl_TYPE_SOCKLEN_T): Renamed from gl_SOCKLEN_T.
11072         Use implementation from Albert Chin, with some
11073         comments/corrections by Stepan Kasal and myself.
11074
11075 2005-12-02  Bruno Haible  <bruno@clisp.org>
11076
11077         * gnulib-tool (func_import): Accept GPLed build tool modules when
11078         --lgpl is given.
11079         * modules/csharpcomp-script: New file.
11080         * modules/csharpcomp: Depend on it.
11081         * modules/javacomp-script: New file.
11082         * modules/javacomp: Depend on it.
11083         Suggested by Simon Josefsson.
11084
11085 2005-12-01  Paul Eggert  <eggert@cs.ucla.edu>
11086
11087         * m4/regex.m4 (gl_REGEX): Check whether off_t can be used in a switch
11088         statement, to work around an HP-UX 10.20 compiler bug reported by
11089         Peter O'Gorman.
11090
11091 2005-11-29  Paul Eggert  <eggert@cs.ucla.edu>
11092
11093         * modules/savedir (Depends-on): Add openat.
11094
11095 2005-11-29  Paul Eggert  <eggert@cs.ucla.edu>
11096
11097         * lib/stdint_.h (intmax_t) [defined intmax_t]: Do not declare.
11098         (uintmax_t) [defined uintmax_t]: Do not declare.
11099         (SIZE_MAX) [defined SIZE_MAX]: Do not define.
11100         This works around a problem if intmax_t.m4 and/or uintmax_t.m4
11101         and/or size_max.m4 are also used.  Problem reported by Mark D. Baushke.
11102         (SIZE_MAX): Define to ((size_t) -1), not (~(size_t)0), for the
11103         sake of portability to weird hosts that C allows (though we don't
11104         know of any practical examples).
11105
11106         * lib/savedir.h (fdsavedir): New decl.
11107         * lib/savedir.c (fdsavedir, savedirstream): New functions; the latter
11108         contains most of the former guts of savedir.
11109         (savedir): Use savedirstream.
11110         Include "openat.h".
11111
11112 2005-11-25  Paul Eggert  <eggert@cs.ucla.edu>
11113
11114         * modules/obstack (Files): Add m4/ulonglong.m4.
11115         Problem reported by Davide Angelocola.
11116
11117 2005-11-15  Paul Eggert  <eggert@cs.ucla.edu>
11118
11119         * lib/xstrtod.c: Don't bother with #pragma STDC FENV_ACCESS ON, as
11120         coreutils no longer futzes with rounding modes.
11121
11122 2005-11-14  Jim Meyering  <jim@meyering.net>
11123
11124         * lib/mkstemp-safer.c: Include <config.h>, required for possible
11125         replacement of mkstemp.
11126
11127 2005-11-10  Simon Josefsson  <jas@extundo.com>
11128
11129         * lib/readline.c: Remove EOL.
11130
11131 2005-11-10  Paul Eggert  <eggert@cs.ucla.edu>
11132
11133         * modules/gethrxtime (Depends-on): Add gettime.
11134
11135 2005-11-10  Paul Eggert  <eggert@cs.ucla.edu>
11136
11137         * m4/gethrxtime.m4 (gl_PREREQ_GETHRXTIME): Don't require AC_HEADER_TIME
11138         or gettimeofday; no longer needed.
11139
11140 2005-11-10  Paul Eggert  <eggert@cs.ucla.edu>
11141
11142         * lib/gethrxtime.c: Include "timespec.h" rather than the sys/time /
11143         time business.
11144         (gethrxtime) [! (HAVE_NANOUPTIME
11145         || (defined CLOCK_MONOTONIC && HAVE_CLOCK_GETTIME)
11146         || HAVE_MICROUPTIME)]: Fall back on gettime rather than rolling
11147         our own approximation.
11148
11149 2005-11-08  Eric Blake  <ebb9@byu.net>
11150
11151         * lib/inet_ntop.h: Use #if !, not #ifndef, for AC_CHECK_DECLS.
11152
11153 2005-11-08  Eric Blake  <ebb9@byu.net>
11154
11155         * lib/getaddrinfo.h: Use #if !, not #ifndef, for AC_CHECK_DECLS.
11156
11157 2005-11-04  Bruno Haible  <bruno@clisp.org>
11158
11159         * gnulib-tool: Implement --update mode.
11160
11161 2005-10-30  Paul Eggert  <eggert@cs.ucla.edu>
11162
11163         Fix porting problem reported by Theodoros V. Kalamatianos.
11164         * lib/utimens.c (futimens) [HAVE_WORKING_UTIMES && HAVE_FUTIMES]:
11165         Don't assume that futimes failing means we must fail.
11166
11167 2005-10-30  Paul Eggert  <eggert@cs.ucla.edu>
11168
11169         * m4/chdir-long.m4 (gl_FUNC_CHDIR_LONG): Revamp wording and local
11170         variables to suggest the intended function of the PATH_MAX check.
11171
11172 2005-10-30  Kean Johnston  <jkj@sco.com>
11173
11174         Trivial changes to support SCO systems.
11175         * m4/chdir-long.m4 (gl_FUNC_CHDIR_LONG): Check for MAXPATHLEN as well
11176         as PATH_MAX.
11177         * m4/fpending.m4 (gl_FUNC_FPENDING): Correct check for SCO systems,
11178         where __ptr is null when no I/O is pending.
11179
11180 2005-10-29  Paul Eggert  <eggert@cs.ucla.edu>
11181
11182         * lib/getcwd.c (__getcwd): Don't assume that system calls after readdir
11183         leave errno alone.  Problem reported by Dmitry V. Levin.
11184
11185 2005-10-28  Simon Josefsson  <jas@extundo.com>
11186
11187         * tests/test-gc-md4.c, tests/test-gc-md5.c, tests/test-gc-sha1.c:
11188         Test more.
11189
11190         * tests/test-gc-md2.c, tests/test-md2.c: New files.
11191
11192         * modules/md2, modules/md2-tests: New files.
11193
11194 2005-10-28  Simon Josefsson  <jas@extundo.com>
11195
11196         * m4/inet_ntop.m4: More tests.
11197
11198         * m4/gc-md2.m4, md2.m4: New file.
11199
11200 2005-10-28  Simon Josefsson  <jas@extundo.com>
11201
11202         * lib/inet_ntop.h, inet_ntop.c: Make it work under mingw32: Add
11203         "restrict" keywords, as per POSIX.  Protect the function
11204         declaration around HAVE_DECL_INET_NTOP rather than HAVE_INET_NTOP.
11205         Don't use K&R prototypes.  Check the sprintf return values.
11206         Re-define EAFNOSUPPORT if not present.  Indent.
11207
11208         * lib/md5.h, md5.c: Simplify buffer handling visavi alignment,
11209         suggested by Bruno Haible <bruno@clisp.org>.
11210
11211         * lib/gc-gnulib.c, gc-libgcrypt.c: Check calloc return value.
11212
11213         * lib/gc.h: Add MD2 and RMD160 length defines.  Add prototypes.
11214
11215         * lib/gc-libgcrypt.c: Add MD2 (which is not available through
11216         libgcrypt).
11217
11218         * lib/gc-gnulib.c: Add MD2.  Implement gc_hash_* API.
11219
11220         * lib/md2.h, lib/md2.c: New files.
11221
11222 2005-10-28  Paul Eggert  <eggert@cs.ucla.edu>
11223
11224         * lib/savedir.c (savedir): Don't assume that xrealloc etc. leave
11225         errno alone.  Problem reported by Frederic Jolliton.
11226
11227 2005-10-27  Paul Eggert  <eggert@cs.ucla.edu>
11228
11229         * modules/verify (License): Change from GPL to LGPL.  This is a
11230         tiny module and there are apparently near-equivalents that are
11231         under the BSD license.
11232
11233 2005-10-24  Simon Josefsson  <jas@extundo.com>
11234
11235         * modules/sha1: Relicense to LGPL.
11236
11237 2005-10-24  Simon Josefsson  <jas@extundo.com>
11238
11239         * lib/md4.h: Shrink buffer size, now that we changed the type.
11240
11241 2005-10-23  Simon Josefsson  <jas@extundo.com>
11242
11243         * gnulib-tool (func_import): Fix --tests-base.
11244
11245 2005-10-22  Simon Josefsson  <jas@extundo.com>
11246
11247         * modules/arcfour (Depends-on): Need stdint.
11248
11249 2005-10-22  Simon Josefsson  <jas@extundo.com>
11250
11251         * m4/gc.m4: Don't be fooled by --disable-*random-device parameters,
11252         suggested by Bruno Haible <bruno@clisp.org>.  Fix error messages.
11253
11254 2005-10-22  Simon Josefsson  <jas@extundo.com>
11255
11256         * lib/md4.h, md4.c: Simplify buffer handling visavi alignment,
11257         suggested by Bruno Haible <bruno@clisp.org>.
11258
11259 2005-10-22  Simon Josefsson  <jas@extundo.com>
11260
11261         * lib/crc.h: Include stddef.h, for size_t.
11262
11263 2005-10-22  Simon Josefsson  <jas@extundo.com>
11264
11265         * lib/arcfour.h, arcfour.c: Use fixed size indices in the
11266         arcfour_context struct (simplify test vector testing in GNU
11267         Shishi).
11268
11269 2005-10-21  Simon Josefsson  <jas@extundo.com>
11270
11271         * modules/des, modules/des-tests: New files.
11272
11273         * modules/gc-des, modules/gc-des-tests: New files.
11274
11275         * tests/test-des.c, tests/test-gc-des.c: New file.
11276
11277 2005-10-21  Simon Josefsson  <jas@extundo.com>
11278
11279         * modules/arctwo, modules/arctwo-tests: New files.
11280
11281         * tests/test-arctwo.c: New file.
11282
11283         * modules/gc-arctwo, modules/gc-arctwo-tests: New files.
11284
11285         * tests/test-gc-arctwo.c: New file.
11286
11287 2005-10-21  Simon Josefsson  <jas@extundo.com>
11288
11289         * m4/gc.m4: Don't use libgcrypt if gcrypt.h isn't found, suggested by
11290         Bruno Haible <bruno@clisp.org>.
11291
11292         * m4/gc-des.m4: New file.
11293
11294 2005-10-21  Simon Josefsson  <jas@extundo.com>
11295
11296         * m4/arctwo.m4: New file.
11297
11298         * m4/gc-arctwo.m4: New file.
11299
11300 2005-10-21  Simon Josefsson  <jas@extundo.com>
11301
11302         * lib/rijndael-api-fst.c: Fix bugs in CBC mode for more than one
11303         block.
11304
11305 2005-10-21  Simon Josefsson  <jas@extundo.com>
11306
11307         * lib/hmac-md5.c (hmac_md5): Add comments, suggested by Bruno Haible
11308         <bruno@clisp.org>.
11309
11310         * lib/hmac-sha1.c (hmac_sha1): Likewise.
11311
11312         * lib/crc.c (crc32_update): Actually use crc parameter, suggested by
11313         Bruno Haible <bruno@clisp.org>.
11314
11315         * lib/crc.h: Include stdint.h directly, suggested by Bruno Haible
11316         <bruno@clisp.org>.
11317
11318 2005-10-21  Simon Josefsson  <jas@extundo.com>
11319
11320         * lib/gc-libgcrypt.c (gc_cipher_open): Handle ECB.
11321
11322 2005-10-21  Simon Josefsson  <jas@extundo.com>
11323
11324         * lib/gc-gnulib.c: Support ARCTWO in CBC mode.
11325
11326 2005-10-21  Simon Josefsson  <jas@extundo.com>
11327
11328         * lib/des.h, lib/des.c: New files.
11329
11330         * lib/gc-gnulib.c: Support DES.c
11331
11332 2005-10-21  Simon Josefsson  <jas@extundo.com>
11333
11334         * lib/arctwo.h, lib/arctwo.c: New files.
11335
11336         * lib/gc-gnulib.c: Support ARCTWO.
11337
11338 2005-10-21  Simon Josefsson  <jas@extundo.com>
11339
11340         * lib/arctwo.h (arctwo_setkey): Protect variable in CPP macro,
11341         suggested by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
11342
11343 2005-10-21  Simon Josefsson  <jas@extundo.com>
11344
11345         * gnulib-tool (func_import, func_create_testdir): Define automake
11346         conditional GL_COND_LIBTOOL if libtool is used (to be used by modules
11347         Makefile.am snippet),
11348         suggested by Bruno Haible <bruno@clisp.org>.
11349
11350         * modules/gc (Makefile.am): Use it.
11351
11352 2005-10-21  Bruno Haible  <bruno@clisp.org>
11353
11354         * gnulib-tool (func_import, func_create_testdir): Add quoting to last
11355         patch.
11356
11357 2005-10-19  Simon Josefsson  <jas@extundo.com>
11358
11359         * tests/test-gc-rijndael.c: New file.
11360
11361         * modules/gc-rijndael, modules/gc-rijndael-test: New files.
11362
11363 2005-10-19  Simon Josefsson  <jas@extundo.com>
11364
11365         * tests/test-gc-md4.c, tests/test-gc-md5.c: Test gc_hash_buffer
11366         interface too.
11367
11368 2005-10-19  Simon Josefsson  <jas@extundo.com>
11369
11370         * tests/test-gc-arcfour.c: New file.
11371
11372         * modules/gc-arcfour, modules/gc-arcfour-tests: New files.
11373
11374 2005-10-19  Simon Josefsson  <jas@extundo.com>
11375
11376         * modules/gc-md4, modules/gc-md4-tests: New file.
11377
11378         * tests/test-gc-md4.c: New file.
11379
11380 2005-10-19  Simon Josefsson  <jas@extundo.com>
11381
11382         * m4/gc-md4.m4: New file.
11383
11384 2005-10-19  Simon Josefsson  <jas@extundo.com>
11385
11386         * m4/gc-hmac-md5.m4, gc-hmac-sha1.m4, gc-md4.m4,
11387         gc-md5.m4, gc-sha1.m4: Fix typo, suggested by Stepan Kasal
11388         <kasal@ucw.cz>.
11389
11390 2005-10-19  Simon Josefsson  <jas@extundo.com>
11391
11392         * m4/gc-arcfour.m4: New file.
11393
11394         * m4/gc-rijndael.m4: New file.
11395
11396 2005-10-19  Simon Josefsson  <jas@extundo.com>
11397
11398         * lib/gc.h, gc-gnulib.c, gc-libgcrypt.c: Support MD4.
11399
11400 2005-10-19  Simon Josefsson  <jas@extundo.com>
11401
11402         * lib/gc-gnulib.c: Support ARCFOUR.
11403
11404 2005-10-19  Simon Josefsson  <jas@extundo.com>
11405
11406         * lib/gc-gnulib.c: Implement gc_cipher_* API, currently only with AES
11407         support.
11408
11409         * lib/gc.h: Add ECB enum type.
11410
11411         * lib/hmac-md5.c, hmac-sha1.c: Include memxor.h.
11412
11413 2005-10-18  Simon Josefsson  <jas@extundo.com>
11414
11415         * tests/test-md5.c: New file.
11416
11417         * modules/md5-tests: New file.
11418
11419 2005-10-18  Simon Josefsson  <jas@extundo.com>
11420
11421         * tests/test-md4.c: New file.
11422
11423         * modules/md4, modules/md4-tests: New files.
11424
11425 2005-10-18  Simon Josefsson  <jas@extundo.com>
11426
11427         * m4/md4.m4: New file.
11428
11429 2005-10-18  Simon Josefsson  <jas@extundo.com>
11430
11431         * lib/md4.h, lib/md4.c: New files, based on md5.?.
11432
11433 2005-10-17  Stepan Kasal  <kasal@ucw.cz>
11434
11435         * gnulib-tool (func_create_testdir): Omit the second check whether
11436         BUILT_SOURCES in nonempty.
11437
11438 2005-10-17  Simon Josefsson  <jas@extundo.com>
11439
11440         * tests/test-rijndael.c: New file.
11441
11442 2005-10-17  Simon Josefsson  <jas@extundo.com>
11443
11444         * modules/sha1: Depend on stdint instead of md5.
11445
11446         * modules/md5: Depend on stdint, remove uint32_t.
11447
11448 2005-10-17  Simon Josefsson  <jas@extundo.com>
11449
11450         * modules/gc-sha1-tests: New file.
11451
11452         * tests/test-gc-sha1.c: New file.
11453
11454 2005-10-17  Simon Josefsson  <jas@extundo.com>
11455
11456         * m4/md5.m4: Remove call to uint32_t.m4.
11457
11458 2005-10-17  Simon Josefsson  <jas@extundo.com>
11459
11460         * lib/sha1.c: Use uint32_t instead of md5_uint32.t
11461
11462         * lib/sha1.h: Use stdint.h and uint32_t instead of md5_uint32 from
11463         md5.h.
11464
11465         * lib/md5.c: Use uin32_t.  Fix non-gcc UNALIGNED_P macro.
11466
11467         * lib/md5.h: Use stdint.h and uint32_t.  Doc fix.
11468
11469 2005-10-17  Simon Josefsson  <jas@extundo.com>
11470
11471         * lib/gc.h, gc-libgcrypt.c: Add more hash types/functions.
11472
11473 2005-10-17  Simon Josefsson  <jas@extundo.com>
11474
11475         * lib/gc.h, gc-libgcrypt.c: Add ciphers.
11476
11477 2005-10-17  Simon Josefsson  <jas@extundo.com>
11478
11479         * lib/gc-libgcrypt.c (gc_hmac_sha1): Fix assert.
11480
11481         * lib/gc.h (gc_nonce, gc_pseudo_random, gc_random): Add prototypes.
11482
11483 2005-10-17  Bruno Haible  <bruno@clisp.org>
11484
11485         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Change the return statement so
11486         that it can also be used in a test.
11487
11488 2005-10-16  Bruno Haible  <bruno@clisp.org>
11489
11490         * gnulib-tool (func_emit_tests_Makefile_am): Also define
11491         TESTS_ENVIRONMENT, so that individual tests can augment it.
11492
11493         * gnulib-tool (func_create_testdir): Use an intermediate target for
11494         building $(BUILT_SOURCES). Needed because BUILT_SOURCES can contain
11495         macros, like $(ALLOCA_H), which cannot be passed through the command
11496         line.
11497
11498 2005-10-15  Simon Josefsson  <jas@extundo.com>
11499
11500         * modules/rijndael-tests: New file.
11501
11502         * modules/rijndael: New file.
11503
11504 2005-10-15  Simon Josefsson  <jas@extundo.com>
11505
11506         * m4/rijndael.m4: New file.
11507
11508 2005-10-15  Simon Josefsson  <jas@extundo.com>
11509
11510         * lib/rijndael-api-fst.h, lib/rijndael-api-fst.c: New files.
11511
11512         * lib/rijndael-alg-fst.h, lib/rijndael-alg-fst.c: New files.
11513
11514 2005-10-14  Simon Josefsson  <jas@extundo.com>
11515
11516         * tests/test-arcfour.c: New file.
11517
11518         * modules/arcfour, modules/arcfour-tests: New files.
11519
11520 2005-10-14  Simon Josefsson  <jas@extundo.com>
11521
11522         * m4/arcfour.m4: New file.
11523
11524 2005-10-14  Simon Josefsson  <jas@extundo.com>
11525
11526         * lib/arcfour.h, lib/arcfour.c: New files.
11527
11528 2005-10-14  Roland McGrath  <roland@redhat.com>
11529
11530         Import from libc.  [BZ #1331]
11531         * lib/obstack.h [!__STDC__] (obstack_int_grow_fast): Fix misnamed
11532         macro argument.
11533         Reported by Matej Vela <vela@debian.org>.
11534
11535 2005-10-14  Paul Eggert  <eggert@cs.ucla.edu>
11536
11537         * lib/obstack.c [defined _LIBC && defined USE_IN_LIBIO]: Don't
11538         include <wchar.h>; no longer needed.
11539
11540 2005-10-14  Paul Eggert  <eggert@cs.ucla.edu>
11541
11542         * config/srclist.txt: Add glibc bug 321 for obstack.c, obstack.h.
11543
11544 2005-10-14  Jakub Jelinek  <jakub@redhat.com>
11545         and  Ulrich Drepper  <drepper@redhat.com>
11546
11547         Import from libc.
11548         * lib/obstack.c (print_and_abort) [defined _LIBC]: Use __fxprintf
11549         instead of inline stream orientation test and two separate
11550         function calls.  Pay no attention to USE_IN_LIBIO.
11551
11552 2005-10-13  Simon Josefsson  <jas@extundo.com>
11553
11554         * modules/gc-hmac-md5-tests: New file.
11555
11556         * tests/test-gc-hmac-sha1.c: New file.
11557
11558         * tests/test-gc.c (main): Remove MD5 and HMAC-MD5 tests.
11559
11560         * modules/gc-hmac-md5-tests: New file.
11561
11562         * tests/test-gc-md5.c: New file.
11563
11564         * modules/gc-md5-tests: New file.
11565
11566 2005-10-13  Simon Josefsson  <jas@extundo.com>
11567
11568         * lib/gc-pbkdf2-sha1.c (gc_pbkdf2_sha1): Optimize CEIL computation.
11569         Move memory allocation outside of loop.
11570
11571 2005-10-13  Paul Eggert  <eggert@cs.ucla.edu>
11572
11573         * lib/mkdir-p.c (make_dir_parents): Don't report an error if an
11574         intermediate directory is in a read-only file system.  Problem
11575         reported by Eric Blake.
11576
11577 2005-10-13  Oskar Liljeblad  <oskar@osk.mine.nu>
11578
11579         * modules/human (Depends-on): Depend on xstrtoumax, not xstrtol.
11580
11581 2005-10-12  Simon Josefsson  <jas@extundo.com>
11582
11583         * tests/test-hmac-sha1.c: New file.
11584
11585         * modules/hmac-sha1-tests: New file.
11586
11587         * modules/hmac-sha1: New file.
11588
11589 2005-10-12  Simon Josefsson  <jas@extundo.com>
11590
11591         * modules/gc-sha1: New file.
11592
11593 2005-10-12  Simon Josefsson  <jas@extundo.com>
11594
11595         * modules/gc-pbkdf2-sha1, modules/gc-pbkdf2-sha1-tests: New files.
11596
11597         * tests/test-gc-pbkdf2-sha1.c: New file.
11598
11599 2005-10-12  Simon Josefsson  <jas@extundo.com>
11600
11601         * modules/gc-md5, modules/gc-hmac-md5: New files.
11602
11603         * modules/gc (Files): Remove md5, memxor and hmac files.
11604
11605 2005-10-12  Simon Josefsson  <jas@extundo.com>
11606
11607         * m4/gc-pbkdf2-sha1.m4: New file.
11608
11609         * m4/gc-hmac-sha1.m4: New file.
11610
11611         * m4/gc-sha1: New file.
11612
11613         * m4/hmac-sha1.m4: New file.
11614
11615 2005-10-12  Simon Josefsson  <jas@extundo.com>
11616
11617         * m4/gc-md5.m4, m4/gc-hmac-md5.m4: New files.
11618
11619         * m4/gc.m4: Don't call gl_MD5, gl_MEMXOR or gl_HMAC_MD5.
11620
11621 2005-10-12  Simon Josefsson  <jas@extundo.com>
11622
11623         * lib/gc.h, gc-gnulib.c, gc-libgcrypt.c: Use Gc_rc for return types,
11624         suggested by Bruno Haible <bruno@clisp.org>.
11625
11626 2005-10-12  Simon Josefsson  <jas@extundo.com>
11627
11628         * lib/gc.h, gc-gnulib.c, gc-libgcrypt.c: Support SHA-1.
11629
11630 2005-10-12  Simon Josefsson  <jas@extundo.com>
11631
11632         * lib/gc-pbkdf2-sha1.c: New file.
11633
11634         * lib/gc.h: Add gc_pbkdf2_sha1 prototype.
11635
11636 2005-10-12  Simon Josefsson  <jas@extundo.com>
11637
11638         * lib/gc-libgcrypt.c (gc_hmac_sha1): New function.
11639
11640         * lib/gc-gnulib.c (gc_hmac_sha1): New function.
11641
11642 2005-10-12  Simon Josefsson  <jas@extundo.com>
11643
11644         * lib/gc-gnulib.c: Condition MD5 and HMAC-MD5 use on GC_USE_MD5 and
11645         GC_USE_HMAC_MD5, respectively.
11646
11647         * lib/gc-libgcrypt.c (gc_md5): Fix assert call.
11648         (gc_md5): Fix typo.
11649
11650         * lib/gc.h (gc_hash_buffer): Use gc_hash in prototype.
11651
11652         * lib/gc-libgcrypt.c (gc_hash_buffer): Ditto.
11653
11654         * lib/gc-gnulib.c (gc_hash_buffer): Ditto.
11655
11656 2005-10-12  Bruno Haible  <bruno@clisp.org>
11657
11658         * m4/stdbool.m4 (gl_STDBOOL_H): Define as an alias of AM_STDBOOL_H.
11659         Reported by Stepan Kasal <kasal@ucw.cz>.
11660
11661 2005-10-11  Simon Josefsson  <jas@extundo.com>
11662
11663         * tests/test-crc.c: New file.
11664
11665         * modules/crc, modules/crc-tests: New files.
11666
11667 2005-10-11  Simon Josefsson  <jas@extundo.com>
11668
11669         * m4/crc.m4: New file.
11670
11671 2005-10-11  Simon Josefsson  <jas@extundo.com>
11672
11673         * lib/gc.h: Add gc_hash and gc_hash_buffer.
11674
11675         * lib/gc-gnulib.c (gc_hash_buffer): Add.  Reorder #include's.
11676
11677         * lib/gc-libgcrypt.c (gc_hash_buffer): Add.
11678
11679 2005-10-11  Simon Josefsson  <jas@extundo.com>
11680
11681         * lib/crc.h, lib/crc.c: New files.
11682
11683         * lib/gc.h (gc_hash_buffer): Add doc.
11684
11685 2005-10-11  Bruno Haible  <bruno@clisp.org>
11686
11687         * modules/c-strcasestr: New file.
11688         * MODULES.html.sh (String handling <string.h>): Add c-strcasestr.
11689
11690 2005-10-11  Bruno Haible  <bruno@clisp.org>
11691
11692         * modules/c-strcase: New file.
11693         * MODULES.html.sh (String handling <string.h>): Add c-strcase.
11694
11695 2005-10-11  Bruno Haible  <bruno@clisp.org>
11696
11697         * lib/strcasecmp.c: Include limits.h.
11698         (strcasecmp): Avoid integer overflow on exotic platforms.
11699         * lib/strncasecmp.c: Include limits.h.
11700         (strncasecmp): Avoid integer overflow on exotic platforms.
11701         Reported by Paul Eggert.
11702
11703 2005-10-11  Bruno Haible  <bruno@clisp.org>
11704
11705         * lib/c-strcasestr.h: New file, from GNU gettext.
11706         * lib/c-strcasestr.c: New file, from GNU gettext.
11707
11708 2005-10-11  Bruno Haible  <bruno@clisp.org>
11709
11710         * lib/c-strcase.h: New file, from GNU gettext.
11711         * lib/c-strcasecmp.c: New file, from GNU gettext.
11712         * lib/c-strncasecmp.c: New file, from GNU gettext.
11713
11714 2005-10-10  Paul Eggert  <eggert@cs.ucla.edu>
11715
11716         * modules/mempcpy (License): GPL -> LGPL.
11717         * modules/strchrnul (License): Likewise.
11718         * modules/sysexits (License): Likewise.
11719
11720 2005-10-08  Simon Josefsson  <jas@extundo.com>
11721
11722         * config/srclist.txt: Bug 1423 is closed, but 1439 remains.
11723
11724 2005-10-07  Simon Josefsson  <jas@extundo.com>
11725
11726         * m4/memxor.m4: Remove gl_C_RESTRICT call.
11727
11728 2005-10-06  Simon Josefsson  <jas@extundo.com>
11729
11730         * tests/test-hmac-md5.c: New file.
11731
11732         * modules/hmac-md5-tests: New file.
11733
11734         * modules/hmac-md5: New file.
11735
11736 2005-10-06  Simon Josefsson  <jas@extundo.com>
11737
11738         * m4/hmac-md5.m4: New file.
11739
11740         * m4/memxor.m4: Require gl_C_RESTRICT.
11741
11742 2005-10-06  Simon Josefsson  <jas@extundo.com>
11743
11744         * lib/memxor.c (memxor): Avoid casts and warnings.
11745
11746 2005-10-06  Simon Josefsson  <jas@extundo.com>
11747
11748         * lib/hmac-md5.c: New file.
11749
11750         * lib/hmac.h: New file.
11751
11752 2005-10-06  Paul Eggert  <eggert@cs.ucla.edu>
11753
11754         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Check that bool
11755         promotes to int, not unsigned int, to catch the AIX 5.3
11756         compiler bug.
11757
11758 2005-10-05  Simon Josefsson  <jas@extundo.com>
11759
11760         * modules/memxor: New file.
11761
11762         * modules/iconv (Files): Move config.rpath to havelib, it is used
11763         there.
11764
11765         * modules/havelib (Files): Add config.rpath.
11766
11767 2005-10-05  Simon Josefsson  <jas@extundo.com>
11768
11769         * m4/memxor.m4: New file.
11770
11771 2005-10-05  Simon Josefsson  <jas@extundo.com>
11772
11773         * lib/memxor.c (memxor): Fix compiler error.
11774
11775         * lib/md5.h (MD5_DIGEST_SIZE, MD5_BLOCK_SIZE): Add, see also
11776         <http://sourceware.org/bugzilla/show_bug.cgi?id=1423>.
11777
11778         * lib/memxor.h, lib/memxor.c: New files.
11779
11780         * lib/getaddrinfo.h: Don't protect sys/types.h with HAVE_SYS_TYPES_H,
11781         we assume all systems have it, suggested by Jim Meyering
11782         <jim@meyering.net>.  Remove HAVE_SYS_SOCKET_H test too, to see if
11783         any systems lack sys/socket.h; mingw32 is known to lack it, but we
11784         don't support it yet anyway.  Also remove HAVE_NETDB_H test, for
11785         same reasons.
11786
11787 2005-10-05  Simon Josefsson  <jas@extundo.com>
11788
11789         * config/srclist.txt: Add glibc bug 1423 for md5.h.
11790
11791 2005-10-05  Paul Eggert  <eggert@cs.ucla.edu>
11792
11793         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Don't check for
11794         sys/socket.h, netdb.h, sys/types.h; the checks areno longer
11795         needed, since the source code now assumes these .h files.
11796
11797 2005-10-05  Derek Price  <derek@ximbiot.com>
11798
11799         * lib/getdelim.c (SIZE_MAX): New macro, if not already defined.
11800
11801 2005-10-05  Bruno Haible  <bruno@clisp.org>
11802
11803         * modules/stdint (License): Change to LGPL.
11804
11805 2005-10-04  Simon Josefsson  <jas@extundo.com>
11806
11807         * lib/getaddrinfo.h: Move sys/types.h include first, reported by "Mark
11808         D. Baushke" <mdb@gnu.org>.
11809
11810 2005-10-04  Bruno Haible  <bruno@clisp.org>
11811
11812         * lib/verify.h (verify_true): Provide alternative definition for C++.
11813
11814 2005-10-03  Paul Eggert  <eggert@cs.ucla.edu>
11815
11816         * lib/getdelim.c: Include getdelim.h first.  Include <limits.h>.
11817         (SSIZE_MAX): New macro, if not already defined.
11818         (getdelim): Fix buffer overrun on 64-bit hosts with lines longer
11819         than 2 GiB.
11820
11821 2005-10-02  Paul Eggert  <eggert@cs.ucla.edu>
11822
11823         Sync from coreutils.
11824         * m4/openat.m4 (gl_FUNC_OPENAT): Check for fdopendir.
11825         * m4/ullong_max.m4 (gl_ULLONG_MAX): Simplify so that it merely
11826         defines ULONG_MAX_LT_ULLONG_MAX.  Thomas M.Ott reports that
11827         ULLONG_MAX doesn't work with 2.7.2.1.
11828
11829 2005-10-02  Paul Eggert  <eggert@cs.ucla.edu>
11830
11831         * modules/xreadlink (Makefile.am): Remove lib_SOURCES.
11832         From Ben Pfaff.
11833
11834         * modules/exclude (Depends-on): Depend on verify.
11835         * modules/strtoimax (Depends-on): Likewise.
11836         * modules/utimecmp (Depends-on): Likewise.
11837
11838 2005-10-02  Paul Eggert  <eggert@cs.ucla.edu>
11839
11840         * lib/exclude.c: Include verify.h.
11841         (verify): Remove.  All callers changed to use verify.h's version.
11842         * lib/strtoimax.c: Likewise.
11843         * lib/utimecmp.c: Likewis.e
11844
11845         Sync from coreutils.
11846         * lib/.cppi-disable: Add getaddrinfo.h, getdelim.h, getline.h,
11847         getpass.c, mbchar.h, mbuiter.h, strcase.h, strnlen.h, strnlen1.h.
11848         * lib/.cvsignore: Add fts.h, search.h, t-fpending.
11849         * lib/settime.c (settime): Fix { typo in previous patch.  Also, don't
11850         bother returning ENOSYS if settimeofday or stime fails; just let
11851         them return whatever errno they want to return.
11852         * lib/utimens.c: Include unistd.h, for dup2.
11853         (futimens): Fix typo: HAVE_FUTIMESAT was misspelled in an #if.
11854         (futimens) [! HAVE_FUTIMESAT]: If !file, set errno before returning -1.
11855
11856 2005-10-02  Jim Meyering  <jim@meyering.net>
11857
11858         Sync from coreutils.
11859         * m4/utimes.m4 (gl_FUNC_UTIMES): Detect the version of utimes
11860         from glibc-2.2.5 that fails for read-only files.
11861
11862 2005-10-02  Jim Meyering  <jim@meyering.net>
11863
11864         Sync from coreutils.
11865         * lib/fts-cycle.c [HAVE_CONFIG_H]: Include <config.h>.
11866         * lib/openat-die.c: Use `#ifdef HAVE_CONFIG_H', not
11867         `#if HAVE_CONFIG_H'.
11868         * lib/openat.c (fdopendir): Do not define if HAVE_FDOPENDIR.
11869         Remove AT_FDCWD test.
11870         Do not consume the fd unless successful.
11871         * lib/openat.h (fdopendir): Do not define if HAVE_FDOPENDIR.
11872         * lib/settime.c (settime): Move the HAVE_STIME block `up' into an #elif
11873         block, so that we don't even try to compile it if settimeofday is
11874         available.  This works around a compilation failure on OSF1 V5.1,
11875         due to stime requiring a `long int*' while tv_sec is `int'.
11876
11877 2005-10-02  Alfred M. Szmidt  <ams@gnu.org>
11878
11879         Sync from coreutils.
11880         * m4/chdir-long.m4 (gl_FUNC_CHDIR_LONG): Compare $gl_have_path...
11881         against `yes', rather than just testing for nonempty.
11882
11883 2005-10-01  Simon Josefsson  <jas@extundo.com>
11884
11885         * m4/getaddrinfo.m4: Include sys/types.h for sys/socket.h, on FreeBSD
11886         and Darwin.
11887
11888         * m4/getaddrinfo.m4: Use AC_GNU_SOURCE, GNU only declare getaddrinfo
11889         as an (POSIX) extension.  Check for sys/types.h, sys/socket.h, and
11890         netdb.h too, needed by getaddrinfo.h.  Check if getaddrinfo,
11891         freeaddrinfo and gai_strerror are declared by the POSIX headers.
11892         Check if struct addrinfo is declared.
11893
11894 2005-10-01  Simon Josefsson  <jas@extundo.com>
11895
11896         * lib/getaddrinfo.h: Protect #include's of sys/socket.h and netdb.h.
11897         Only define struct addrinfo if !HAVE_STRUCT_ADDRINFO.  Protect
11898         AI_* and EAI_* definitions.  Protect function declarations.
11899
11900 2005-10-01  Jim Meyering  <jim@meyering.net>
11901
11902         Sync from coreutils.
11903
11904         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Look for getservbyname in these
11905         libraries [inet nsl socket xnet].  Nelson Beebe reported that with
11906         native cc on Solaris 7, getaddrinfo.c requires -lsocket.
11907         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Check for gethostbyname
11908         in the inet and nsl libraries.  Required on Solaris 5.7.
11909
11910 2005-10-01  Jim Meyering  <jim@meyering.net>
11911
11912         Sync from coreutils.
11913         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Check for gethostbyname
11914         in the inet and nsl libraries.  Required on Solaris 5.7.
11915
11916 2005-10-01  Eric Blake  <ebb9@byu.net>  (tiny change)
11917
11918         * lib/getdelim.c (getdelim): Remove unused variables.
11919
11920 2005-09-29  Paul Eggert  <eggert@cs.ucla.edu>
11921
11922         * lib/xtime.h (XTIME_PRECISION): Now of type int, not long long int,
11923         so that the code works even with ancient cpp.  Portability problem
11924         with GCC 2.7.2.1 reported by Thomas M.Ott.
11925
11926 2005-09-27  Paul Eggert  <eggert@cs.ucla.edu>
11927
11928         * modules/regex (Depends-on): Add strcase.
11929
11930         * modules/gethostname (Licence): Change from GPL to LGPL, since
11931         gethostname.c is a trivial implementation of a standard library
11932         function.
11933         * modules/poll (License): Change from GPL to LGPL, since it's
11934         derived from LGPL code.
11935
11936 2005-09-27  Jim Meyering  <jim@meyering.net>
11937
11938         * lib/getcwd.c: Change #ifdef<TAB>HAVE_CONFIG_H to #ifdef
11939         HAVE_CONFIG_H.
11940
11941         * lib/intprops.h (signed_type_or_expr__): Define.
11942         (INT_STRLEN_BOUND) [__GNUC__]: Use a slightly tighter bound
11943         for unsigned types.
11944
11945 2005-09-26  Paul Eggert  <eggert@cs.ucla.edu>
11946
11947         * lib/verify.h (verify_expr): Remove, replacing with:
11948         (verify_true): New macro that returns true instead of void.
11949         (verify_type__): Remove.
11950         (verify): Use verify_true rather than verify_type__.
11951
11952 2005-09-26  Bruno Haible  <bruno@clisp.org>
11953
11954         * modules/mbchar (Include): Mention that HAVE_WCHAR_H && HAVE_WCTYPE_H
11955         is necessary.
11956         (lib_SOURCES): Remove mbchar.c.
11957         * modules/mbfile (Include): Mention that HAVE_MBRTOWC is necessary.
11958         (Files): Add m4/mbrtowc.m4.
11959         * modules/mbiter: Likewise.
11960         * modules/mbuiter: Likewise.
11961
11962 2005-09-26  Bruno Haible  <bruno@clisp.org>
11963
11964         * m4/mbchar.m4 (gl_MBCHAR): Check for wchar.h and wctype.h. Don't
11965         compile mbchar.c if they are not both present.
11966         * m4/mbfile.m4 (gl_MBFILE): Require gl_FUNC_MBRTOWC.
11967         * m4/mbiter.m4 (gl_MBITER): Likewise.
11968         * m4/strstr.m4 (gl_PREREQ_STRSTR): Use AC_REQUIRE.
11969         * m4/strcasestr.m4 (gl_PREREQ_STRCASESTR): Likewise.
11970         * m4/strcase.m4 (gl_PREREQ_STRCASECMP): Likewise.
11971
11972 2005-09-25  Jim Meyering  <jim@meyering.net>
11973
11974         * modules/inet_ntop (Depends-on): Add socklen, since inet_ntop.c
11975         also uses socklen_t.
11976
11977 2005-09-24  Paul Eggert  <eggert@cs.ucla.edu>
11978
11979         * lib/utimens.c (ENOSYS): Define if not already defined.
11980         (futimens): Support having a null PATH if the file descriptor
11981         is nonnegative.
11982
11983         * lib/regex_internal.h (__GNUC_PREREQ, always_inline, inline, pure):
11984         Remove.
11985         (__attribute): Define to empty unless GCC 3.1 or later.
11986         This works around a core dump on OpenBSD 3.4, which has GCC
11987         2.95.3, which dumps core when given __attribute__(()).  It also
11988         simplifies other tests, since we really don't want to bother with
11989         worrying about which ancient version of GCC supported what.
11990         Original problem reported by Yoann Vandoorselaere, with part of
11991         the fix suggested by Derek Price.
11992
11993 2005-09-24  Jim Meyering  <jim@meyering.net>
11994
11995         * lib/verify.h (verify_type__): Use `unsigned int' as the bitfield type
11996         so we can once again use a positive bitfield width of 1 -- now we
11997         don't have to explain why we were using a bitfield width of 2.
11998
11999 2005-09-23  Paul Eggert  <eggert@cs.ucla.edu>
12000
12001         * m4/regex.m4 (gl_REGEX): If replacing, define regcomp to rpl_regcomp,
12002         and similarly for the other external symbols.  Problem reported
12003         by James Gallager.
12004
12005         * m4/fnmatch.m4 (_AC_FUNC_FNMATCH_IF): Catch Sun Studio 10u1 on Linux
12006         bug reported by Jim Meyering.
12007
12008         * m4/utimens.m4 (gl_UTIMENS): Check for futimesat.
12009         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Undo previous change;
12010         not needed, since socklen is a prerequisite module.
12011
12012 2005-09-23  Paul Eggert  <eggert@cs.ucla.edu>
12013
12014         * lib/getaddrinfo.c [HAVE_NETINET_IN_H]: Include <netinet/in.h>.
12015         Problem reported by Eric Blake.
12016         (getaddrinfo): Initialize se so that it's not garbage.
12017         Redo internal storage allocation so that it doesn't make unportable
12018         assumptions about alignment.
12019         Fix a memory leak.
12020
12021         * lib/utimens.c (futimens): Use futimesat if available.
12022         Prefer it to futimes since it doesn't have the futimes bug.
12023
12024         * lib/verify.h (GL_CONCAT0, GL_CONCAT): Remove.
12025         (verify): Don't use the __LINE__ trick, as it doesn't work in general.
12026         Instead, declare a function that returns a pointer to an array,
12027         and use verify_type__ to declare the size of the array.
12028         Problem and germ of a solution reported by Bruno Haible.
12029         (verify_type__): Use 2, not 1, for bitfield size, to avoid
12030         a warning with Irix 6.5 cc.  Problem reported by Bruno Haible.
12031
12032 2005-09-23  Jim Meyering  <jim@meyering.net>
12033
12034         Sync from coreutils.
12035         Correct build failure (socklen_t not defined) on at least
12036         mips-sgi-irix6.5 and alphaev67-dec-osf5.1.
12037         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Require gl_SOCKLEN_T.
12038
12039 2005-09-23  Jim Meyering  <jim@meyering.net>
12040
12041         * modules/getaddrinfo (Depends-on): Add socklen.
12042
12043 2005-09-23  Bruno Haible  <bruno@clisp.org>
12044
12045         * tests/test-verify.c: New file.
12046
12047 2005-09-22  Paul Eggert  <eggert@cs.ucla.edu>
12048
12049         Sync from coreutils.
12050
12051         * modules/argmatch (Depends-on): Add verify.
12052         * modules/getloadavg (Depends-on): Depend on fcntl-safer, not
12053         unistd-safer.
12054         * modules/save-cwd (Depends-on): Likewise.
12055
12056         * modules/openat (Files): Add lib/openat-die.c.
12057         (Depends-on): Remove error, exitfail.
12058         Add dirname.
12059
12060         * modules/verify: New file.
12061         * MODULES.html.sh (Diagnostics <assert.h>): New section,
12062         with "verify" module.
12063
12064 2005-09-22  Paul Eggert  <eggert@cs.ucla.edu>
12065
12066         Sync from coreutils.
12067
12068         * m4/backupfile.m4, calloc.m4, chown.m4, cloexec.m4, dup2.m4:
12069         * m4/fileblocks.m4, free.m4, ftruncate.m4, getcwd.m4, getpagesize.m4:
12070         * m4/getugroups.m4, group-member.m4, idcache.m4, link-follow.m4:
12071         * m4/mkstemp.m4, mktime.m4, mountlist.m4, nanosleep.m4, pathmax.m4:
12072         * m4/physmem.m4, posixver.m4, putenv.m4, safe-read.m4, same.m4:
12073         * m4/save-cwd.m4, stdio-safer.m4, unistd-safer.m4, unlinkdir.m4:
12074         * m4/userspec.m4, xgetcwd.m4, xreadlink.m4:
12075         Don't bother checking for string.h, stdlib.h, unistd.h.
12076         * m4/fts.m4 (gl_FUNC_FTS_CORE): Don't require
12077         AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK; that's now the lstat
12078         module's job.
12079         * m4/jm-macros.m4 (gl_MACROS): Likewise.
12080         * m4/prereq.m4 (gl_PREREQ): Add gl_FUNC_LSTAT.
12081
12082         * m4/getdate.m4 (gl_C_COMPOUND_LITERALS): New macro.
12083         (gl_GETDATE): Use it.
12084
12085         * m4/mkdir-p.m4 (gl_MKDIR_PARENTS): Don't bother checking for unistd.h.
12086
12087 2005-09-22  Paul Eggert  <eggert@cs.ucla.edu>
12088
12089         Sync from coreutils.
12090
12091         * lib/.cppi-disable: Add regcomp.c, regex_internal.c, regex_internal.h,
12092         stat-time.h.
12093         * lib/argmatch.h: Include verify.h
12094         (ARGMATCH_VERIFY): Use verify rather than rolling our own.
12095         (ARGMATCH_ASSERT): Remove; unused.
12096         * lib/canonicalize.c: Assume STDC_HEADERS.
12097         * lib/exclude.c: Include "strcase.h".
12098         * lib/regex_internal.h [!defined _LIBC]: Likewise.
12099         * lib/getusershell.c: Include stdio--.h rather than stdio.h
12100         and stdio-safer.h.
12101         (getusershell): Call fopen, not fopen_safer.
12102         * lib/save-cwd.c: Include fcntl--.h rather than fcntl.h.
12103         Do not include unistd-safer.h.
12104         (save_cwd): Don't call fd_safer; no longer needed
12105         now that we include fcntl--.h.
12106
12107         * lib/getdate.y (relative_time): New type.
12108         (RELATIVE_TIME_0): New constant.
12109         (parser_control): Use relative_time instead of doing it ourselves.
12110         (%union): Add new relative_time rel member.
12111         (tYEAR_UNIT, tMONTH_UNIT, tHOUR_UNIT, tMINUTE_UNIT, tSEC_UNIT):
12112         Now typeless.
12113         (relunit, relunit_snumber): Now of type rel.
12114         (zone, rel, relunit, get_date): Adjust to above changes.
12115
12116         * lib/getloadavg.c: Include fcntl--.h rather than fcntl.h.
12117         Do not include unistd-safer.h.
12118         (getloadavg): Don't call fd_safer; no longer needed
12119         now that we include fcntl--.h.
12120
12121         * lib/mkdir-p.c (ENOSYS): Define to EEXIST if not defined.
12122         (make_dir_parents): Treat ENOSYS like EEXIST.
12123
12124         Improve quality of diagnostics on restore_cwd failure.
12125         * lib/mkdir-p.h (make_dir): Remove.  All uses replaced by mkdir.
12126         (make_dir_parents): Last arg is now int * (for errno), not bool *.
12127         * lib/mkdir-p.c (make_dir, make_dir_parents): Likewise.
12128         Rewrite "mkdir -p" algorithm to avoid the need for "stat"
12129         each time through the loop.  Do not diagnose restore_cwd failure;
12130         that is the caller's job (and perhaps the caller does not care).
12131
12132         * lib/mkdir-p.c (CLEANUP_CWD, CLEANUP): Remove.
12133         (make_dir_parents): Revamp to avoid need for CLEANUP_CWD, CLEANUP.
12134         If the file already exists but is not a directory, don't bother
12135         to try to make its parents.
12136         Close potential file descriptor leak if we can't chdir("/") (!).
12137         Don't always return true if chdir($PWD) fails; return true only
12138         if the requested action was done successfully (except for the
12139         chdir($PWD)).
12140         Don't log final directory unless we actually made it.
12141         Refactor to avoid duplicate code to fix up permissions.
12142         Don't attempt to fix up parent permissions if chdir($PWD) fails.
12143
12144         * lib/strftime.c (my_strftime): Rewrite the previous change slightly,
12145         to make it a bit faster and (I hope) clearer.
12146         * lib/strftime.c (my_strftime): Add support for %:z, %::z, %:::z.
12147         Fix bug in formats like %2N.
12148
12149         * lib/verify.h: New file.
12150
12151 2005-09-22  Paul Eggert  <eggert@cs.ucla.edu>
12152
12153         Sync from coreutils.
12154         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Check for netinet/in.h.
12155
12156 2005-09-22  Jim Meyering  <jim@meyering.net>
12157
12158         Sync from coreutils.
12159
12160         * m4/lstat.m4 (gl_FUNC_LSTAT):
12161         Use AC_LIBSOURCES to require lstat.c and lstat.h.
12162         Remove obsolete comment.
12163         * m4/xreadlink.m4: Use AC_LIBSOURCES and AC_LIBOBJ.
12164         * m4/xstrtod.m4: Likewise.
12165
12166         * m4/openat.m4 (gl_FUNC_OPENAT): Add openat-die.c.
12167
12168 2005-09-22  Jim Meyering  <jim@meyering.net>
12169
12170         Sync from coreutils.
12171
12172         * lib/backupfile.c: Use ARGMATCH_VERIFY, just in case.
12173
12174         * lib/posixtm.c (posixtime) [lint]: Initialize *all* of tm0, not just
12175         the .tm_year member, since otherwise gcc-4.0 would now warn about
12176         tm_zone, tm_gmtoff, tm_isdst, tm_yday, tm_wday.
12177
12178         * lib/quotearg.c (quotearg_n_options): Change code to be suboptimal, in
12179         order to avoid an unsuppressible warning from gcc on 64-bit systems.
12180
12181         * lib/getdate.y (get_date): Undo part of the 2005-04-04 change, so that
12182         the command "date -d'2005-03-27 +1 day'" succeeds once again, even
12183         when run in a time zone for which daylight savings time is in effect
12184         for the starting date.
12185
12186         * lib/mkdir-p.c (make_dir_parents): Don't let a failed chdir($PWD)
12187         stop us from restricting permissions of just-created absolute-named
12188         directories.
12189         * lib/mkdir-p.c (CLEANUP_CWD): Return *true*, not false when failing
12190         to restore initial working directory.
12191         * lib/mkdir-p.c (make_dir_parents): New parameter:
12192         different_working_dir, to tell caller if/when we change the working
12193         directory and are unable to return to the initial one.
12194         * lib/mkdir-p.h (make_dir_parents): Update prototype.
12195         * lib/mkdir-p.c (CLEANUP_CWD): Change one more `return 1' to
12196         `return false'.  This fixes a bug introduced on 2004-07-30.
12197
12198         * lib/openat.c (fdopendir): Be sure to close the supplied
12199         file descriptor before returning.  This makes our replacement
12200         implementation a little closer to Solaris's, where fdopendir
12201         ties the file descriptor to the returned DIR* pointer.
12202         * lib/openat.c (unlinkat): New function.
12203         * lib/openat.h (unlinkat): Add prototype.
12204         * lib/openat-die.c (openat_save_fail): Rename from openat_save_die.
12205         (openat_restore_fail): Rename from openat_restore_die.
12206         * lib/openat.c, openat.h: Reflect s/_die/_fail/ renaming.
12207
12208         Provide an alternative to exiting immediately upon save_cwd or
12209         restore_cwd failure.  Now, an application can arrange e.g.,
12210         to perform a longjump in that case.
12211         * lib/openat.c: Include dirname.h.
12212         Use IS_ABSOLUTE_FILE_NAME rather than testing for leading slash.
12213         (rpl_openat, fdopendir, fstatat): Call openat_save_die
12214         and openat_restore_die rather than calling error directly.
12215         Don't include "error.h" or "exitfail.h"; they're no longer needed.
12216
12217         * lib/openat-die.c (openat_save_die, openat_restore_die): New file.
12218         * lib/openat.h (openat_save_die, openat_restore_die): Declare and
12219         define.
12220
12221         * lib/strftime.c [FPRINTFTIME] (fprintftime): Provide a new interface:
12222         size_t fprintftime (FILE *fp, char const *fmt, struct tm const *tm,
12223                             int utc, int nanoseconds);
12224         Background:
12225         date should not have to allocate a megabyte of virtual memory to
12226         handle a format argument like +%1048575T.  When implemented with
12227         strftime, it must allocate such a buffer, use strftime to fill it
12228         in, print it, then free it.
12229         With fprintftime, it simply prints everything and exits.
12230         With no need for memory allocation, that's one fewer way to fail.
12231         * lib/strftime.c (my_strftime): Parse the colons of %:::z *after* the
12232         optional field width, not before, so we accept %9:z, not %:9z.
12233         (my_strftime): Be sure to use L_('x') for literals.
12234
12235         * lib/backupfile.c, lib/canon-host.c, lib/canonicalize.c, lib/chown.c:
12236         * lib/cloexec.c, lib/dup-safer.c, lib/dup2.c, lib/euidaccess.c:
12237         * lib/fd-safer.c, lib/fileblocks.c, lib/fopen-safer.c, lib/fsusage.c:
12238         * lib/ftruncate.c, lib/getcwd.c, lib/getcwd.h, lib/getloadavg.c:
12239         * lib/getopt_.h, lib/getpagesize.h, lib/getugroups.c:
12240         * lib/group-member.c, lib/human.h, lib/idcache.c, lib/mkdir-p.c:
12241         * lib/mountlist.c, lib/nanosleep.c, lib/pathmax.h, lib/physmem.c:
12242         * lib/posixver.c, lib/putenv.c, lib/raise.c, lib/safe-read.c:
12243         * lib/same.c, lib/save-cwd.c, lib/setenv.c, lib/settime.c:
12244         * lib/tempname.c, lib/unlinkdir.c, lib/unsetenv.c, lib/userspec.c:
12245         * lib/xgethostname.c, lib/xreadlink.c:
12246         Assume HAVE_UNISTD_H, i.e., include <unistd.h> unconditionally.
12247
12248         * lib/chown.c, lib/cloexec.c, lib/dup-safer.c, lib/dup2.c:
12249         * lib/fsusage.c, lib/getcwd.c, lib/getloadavg.c, lib/mountlist.c:
12250         * lib/openat.h, lib/save-cwd.c, lib/tempname.c:
12251         Assume HAVE_FCNTL_H (i.e., include <fcntl.h> unconditionally,
12252         and don't include <sys/file.h>).
12253
12254 2005-09-22  Eric Blake  <ebb9@byu.net>  (tiny change)
12255
12256         Sync from coreutils.
12257
12258         * lib/getloadavg.c (getloadavg) [__CYGWIN__]: Port to cygwin.
12259         [__linux__]: Allocate a big enough buffer for /proc/loadavg.
12260         [!LDAV_DONE]: Avoid unused variable warning.
12261
12262 2005-09-21  Bruno Haible  <bruno@clisp.org>
12263
12264         * lib/unicodeio.h (unicode_to_mb): New declaration.
12265
12266 2005-09-20  Derek Price  <derek@ximbiot.com>
12267
12268         * lib/getaddrinfo.c: Don't include <netdb.h> included from
12269         getaddrinfo.h.
12270
12271 2005-09-20  Bruno Haible  <bruno@clisp.org>
12272
12273         * gnulib-tool: Remove trailing slashes from the values specified for
12274         --source-base, --m4-base, --tests-base, --aux-dir.
12275         Suggested by Simon Josefsson <jas@extundo.com>.
12276
12277 2005-09-20  Bruno Haible  <bruno@clisp.org>
12278
12279         * gnulib-tool (func_all_modules, func_modules_transitive_closure,
12280         func_modules_to_filelist, func_import, func_create_testdir): Make all
12281         sorting results locale-independent, so that gnulib-cache.m4 doesn't
12282         change when gnulib-tool is invoked in a different locale.
12283
12284 2005-09-19  Simon Josefsson  <jas@extundo.com>
12285
12286         * m4/socklen.m4: Fix typo.
12287
12288 2005-09-19  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
12289
12290         Use a consistent style for including <config.h>.
12291         * lib/__fpending.c, lib/acl.c, lib/argmatch.c, lib/argp-help.c,
12292         lib/argp-parse.c, lib/argp-pvh.c, lib/backupfile.c, lib/basename.c,
12293         lib/c-stack.c, lib/calloc.c, lib/check-version.c, lib/cloexec.c,
12294         lib/closeout.c, lib/copy-file.c, lib/creat-safer.c, lib/cycle-check.c,
12295         lib/dirfd.c, lib/dirname.c, lib/dup-safer.c, lib/dup2.c,
12296         lib/euidaccess.c, lib/exclude.c, lib/exitfail.c, lib/fatal-signal.c,
12297         lib/fd-safer.c, lib/file-type.c, lib/fileblocks.c, lib/filemode.c,
12298         lib/filenamecat.c, lib/findprog.c, lib/fnmatch.c, lib/fopen-safer.c,
12299         lib/free.c, lib/fsusage.c, lib/ftruncate.c, lib/full-write.c,
12300         lib/fwriteerror.c, lib/getaddrinfo.c, lib/getcwd.c, lib/getdelim.c,
12301         lib/getline.c, lib/getlogin_r.c, lib/getndelim2.c, lib/getnline.c,
12302         lib/getopt1.c, lib/getpass.c, lib/group-member.c, lib/hard-locale.c,
12303         lib/hash-pjw.c, lib/hash.c, lib/human.c, lib/idcache.c,
12304         lib/inet_ntop.c, lib/isdir.c, lib/long-options.c, lib/malloc.c,
12305         lib/memcasecmp.c, lib/memcmp.c, lib/memcoll.c, lib/memcpy.c,
12306         lib/memmove.c, lib/mkdir-p.c, lib/modechange.c, lib/mountlist.c,
12307         lib/open-safer.c, lib/physmem.c, lib/pipe-safer.c, lib/pipe.c,
12308         lib/poll.c, lib/posixver.c, lib/progname.c, lib/progreloc.c,
12309         lib/putenv.c, lib/quote.c, lib/quotearg.c, lib/readline.c,
12310         lib/readlink.c, lib/realloc.c, lib/regex.c, lib/rename.c, lib/rmdir.c,
12311         lib/rpmatch.c, lib/safe-read.c, lib/same.c, lib/save-cwd.c,
12312         lib/savedir.c, lib/sig2str.c, lib/strcspn.c, lib/strerror.c,
12313         lib/stripslash.c, lib/strncasecmp.c, lib/strndup.c, lib/strnlen.c,
12314         lib/strnlen1.c, lib/strsep.c, lib/strstr.c, lib/strtod.c,
12315         lib/strtoimax.c, lib/strtol.c, lib/strverscmp.c, lib/tempname.c,
12316         lib/time_r.c, lib/userspec.c, lib/utimecmp.c, lib/version-etc-fsf.c,
12317         lib/version-etc.c, lib/wait-process.c, lib/xalloc-die.c, lib/xgetcwd.c,
12318         lib/xmalloc.c, lib/xmemcoll.c, lib/xnanosleep.c, lib/xreadlink.c,
12319         lib/xsetenv.c, lib/xstrndup.c, lib/xstrtoimax.c, lib/xstrtol.c,
12320         lib/xstrtoumax.c, lib/yesno.c:
12321         Standardize inclusion of config.h.
12322         * lib/__fpending.h, lib/dirfd.h, lib/getdate.h, lib/human.h,
12323         lib/inttostr.h:  Removed inclusion of config.h from header files.
12324         * lib/inttostr.c:  Adjusted in-tree users.
12325         * lib/timespec.h: Remove superfluous warning to include config.h.
12326         * lib/atexit.c, lib/chdir-long.c, lib/chown.c, lib/fchown-stub.c,
12327         lib/getgroups.c, lib/gettimeofday.c, lib/lchown.c, lib/lstat.c,
12328         lib/mkdir.c, lib/mkstemp.c, lib/nanosleep.c, lib/openat.c, lib/raise.c,
12329         lib/readtokens0.c, lib/readutmp.c, lib/unlinkdir.c: Guard inclusion of
12330         config.h with HAVE_CONFIG_H.
12331
12332 2005-09-19  Jim Meyering  <jim@meyering.net>
12333
12334         * modules/pathmax (License): Change to LGPL.
12335
12336 2005-09-19  Derek Price  <derek@ximbiot.com>
12337
12338         * config/srclist.txt: glibc's glob.h is now in lib/glob-libc.h.
12339
12340 2005-09-19  Bruno Haible  <bruno@clisp.org>
12341
12342         * gnulib-tool (import): Provide default for --tests-base.
12343
12344 2005-09-19  Bruno Haible  <bruno@clisp.org>
12345
12346         * doc/quote.texi: New file, extracted from gnulib.texi.
12347         * doc/ctime.texi: New file, extracted from gnulib.texi.
12348         * doc/inet_ntoa.texi: New file, extracted from gnulib.texi.
12349         * doc/gnulib-tool.texi: New file, extracted from gnulib.texi.
12350         * doc/gnulib.texi: Include them.
12351
12352 2005-09-18  Bruno Haible  <bruno@clisp.org>
12353
12354         Portability fix.
12355         * gnulib-tool (func_readlink): New function.
12356         (func_ln_if_changed): Use it.
12357
12358 2005-09-18  Bruno Haible  <bruno@clisp.org>
12359
12360         * gnulib-tool: Support --with-tests also with --import.
12361         (func_emit_tests_Makefile_am): Use variables $m4base and $testsbase.
12362         (func_import): Use variables $testsbase and $inctests. Emit a
12363         gl_TESTS_BASE form into gnulib-cache.m4. Create $testsbase/Makefile.am.
12364         Remind the user to add AC_CONFIG_FILES($testsdir/Makefile) and
12365         SUBDIRS += $testsdir.
12366         (func_create_testdir): Update.
12367
12368 2005-09-18  Bruno Haible  <bruno@clisp.org>
12369
12370         * gnulib-tool: Revise --dry-run implementation. Use variable $doit
12371         instead of $dry_run.
12372         (func_cp_if_changed, func_mv_if_changed): Remove functions.
12373         (func_ln_if_changed): Don't handle dry-run here.
12374         (func_import): In dry-run mode, detect more precisely which actions
12375         would be performed, and don't use "...ing" verbs.
12376
12377 2005-09-18  Bruno Haible  <bruno@clisp.org>
12378
12379         * gnulib-tool (func_tmpdir): New function, taken from GNU gettextize.
12380         (func_import): Use join on two temporary files instead of three nested
12381         loops, in order to determine which files are new or old.
12382
12383 2005-09-18  Bruno Haible  <bruno@clisp.org>
12384
12385         * gnulib-tool (func_import): Comment out code that spits out the
12386         new files with --dry-run.
12387
12388 2005-09-18  Bruno Haible  <bruno@clisp.org>
12389
12390         * doc/gnulib.texi (Invoking gnulib-tool): 50% rewritten.
12391
12392 2005-09-16  Paul Eggert  <eggert@cs.ucla.edu>
12393
12394         * lib/stat-time.h: New file.
12395         * lib/timespec.h (ST_TIME_CMP_NS, ST_TIME_CMP, ATIME_CMP, CTIME_CMP):
12396         (MTIME_CMP, TIMESPEC_NS): Remove.  Now done by stat-time.h,
12397         in a different way.
12398         (timespec_cmp): New function.
12399         * lib/utimecmp.c: Include stat-time.h.
12400         (SYSCALL_RESOLUTION): Depend on whether various struct stat
12401         members exist, not on the obsolescent ST_MTIM_NSEC.
12402         (utimecmp): Use the new stat-time functions rater than TIMESPEC_NS.
12403
12404 2005-09-16  Paul Eggert  <eggert@cs.ucla.edu>
12405
12406         * config/srclist.txt: Remove glibc bug 1033 and uncomment mktime.c.
12407
12408 2005-09-16  Paul Eggert  <eggert@cs.ucla.edu>
12409
12410         * MODULES.html.sh (File system functions): Add stat-time.
12411         * modules/stat-time: New file.
12412         * modules/timespec (Files): Remove m4/st_mtim.m4; this
12413         is now done in a different way, by the stat-time module.
12414         * modules/utimecmp (Depends-on): Add stat-time.
12415
12416 2005-09-15  Paul Eggert  <eggert@cs.ucla.edu>
12417
12418         * m4/st_mtim.m4: Remove.  Superseded by...
12419         * m4/stat-time.m4: New file.
12420         * m4/timespec.m4 (gl_TIMESPEC): Require AC_C_INLINE.
12421         Do not invoke AC_STRUCT_ST_MTIM_NSEC; no longer needed.
12422
12423 2005-09-15  Derek Price  <derek@ximbiot.com>
12424
12425         * m4/strstr.m4 (gl_FUNC_STRSTR): Don't define strstr here.
12426
12427 2005-09-15  Derek Price  <derek@ximbiot.com>
12428
12429         * lib/regex_internal.h: Blank `pure' for GNUC < 3.
12430         * lib/regex_internal.c: Ditto, using this...
12431         (__GNUC_PREREQ): ...new macro.
12432         * lib/regcomp.c, regexec.c: Blank `always_inline' for GNUC < 3.1
12433         using...
12434         (__GNUC_PREREQ): ...this new macro.
12435
12436         * lib/strstr.h: Include string.h. Define strstr as a macro here.
12437
12438 2005-09-15  Derek Price  <derek@ximbiot.com>
12439             Paul Eggert  <eggert@cs.ucla.edu>
12440
12441         * lib/regcomp.c, regexec.c, regex_internal.c: Back out previous
12442         changes, consolidating in...
12443         * lib/regex_internal.h: ...this file.
12444
12445 2005-09-13  Jim Meyering  <jim@meyering.net>
12446
12447         * lib/canon-host.c: Filter through gnu indent and reword comments
12448         slightly.
12449         * lib/canon-host.h (ch_strerror_r): Tweak cpp indentation and spacing.
12450
12451 2005-09-13  Derek Price  <derek@ximbiot.com>
12452
12453         * lib/canon-host.c (canon_host_r): Set *cherror on memory allocation
12454         failure.
12455         Reported by Jim Meyering  <jim@meyering.net>.
12456
12457 2005-09-12  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny change)
12458
12459         * lib/base64.c: Typo.
12460         (base64_encode): Put b64str in initialized data section.
12461
12462 2005-09-12  Paul Eggert  <eggert@cs.ucla.edu>
12463
12464         Merge glibc and coreutils changes into gnulib, plus a few
12465         extra fixes.
12466         * lib/md5.c: Use #error rather than a string.
12467         (CYCLIC): New macro, from glibc source.  Use it instead of rol.
12468         * lib/md5.h (__GNUC_PREREQ, __THROW): Define if not defined already.
12469         (__attribute__): Define to empty for non recent-GCC.
12470         (__md5_buffer, __md5_finish_ctx, __md5_init_ctx, __md5_process_block):
12471         (__md5_process_bytes, __md5_read_ctx, __md5_stream):
12472         Renamed from their non-__ counterparts, with new macros replacing
12473         them if not _LIBC.  Add __THROW attribute.
12474         (rol): Remove.
12475         (struct md5_ctx): Align buffer if using GCC.
12476         * lib/sha1.h (struct sha1_ctx): Likewise.
12477         * lib/sha1.c (SWAP): Renamed from the NOTSWAP.  All uses changed.
12478         The old name was backwards.
12479         (NOTSWAP): Remove; not used.
12480         (rol): New macro, moved here from md5.h.
12481         (sha1_process_block): Remove a FIXME that doesn't make sense.
12482
12483 2005-09-12  Derek Price  <derek@ximbiot.com>
12484
12485         Return usable errors from canon-host.
12486         * lib/canon-host.h: New file.
12487         * lib/canon-host.c (canon_host): Wrap...
12488         (canon_host_r): ...this new function, which now relies exclusively on
12489         getaddrinfo.
12490         (ch_strerror): New function.
12491         (last_cherror): New global.
12492         * lib/getaddrinfo.c: Move include of getaddrinfo.h first to test
12493         interface.
12494         (getaddrinfo): Add AI_CANONNAME functionality.  Don't do arithmetic on
12495         void *.
12496         (freeaddrinfo): Free ai->ai_canonname when set.
12497
12498 2005-09-12  Derek Price  <derek@ximbiot.com>
12499
12500         Make canon-host require getaddrinfo.
12501         * m4/canon-host.m4 (gl_CANON_HOST): Remove most dependencies.
12502         AC_LIBSOURCE canon-host.h.  Call...
12503         (gl_PREREQ_CANON_HOST): ...this new function, which requires
12504         gl_GETADDRINFO.
12505         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Compile gai_strerror when needed.
12506
12507 2005-09-12  Derek Price  <derek@ximbiot.com>
12508
12509         * modules/canon-host: Add canon-host.h.  Depend on getaddrinfo.  Make
12510         LGPL.
12511         * modules/getaddrinfo: Add link to opengroup spec.  Depend on strdup.
12512
12513 2005-09-12  Derek Price  <derek@ximbiot.com>
12514
12515         * lib/gai_strerror.c: Include config.h when available.  Include
12516         getaddrinfo.h before other headers to test interface.
12517         Reported by Larry Jones <lawrence.jones@ugs.com>.
12518
12519 2005-09-12  Derek Price  <derek@ximbiot.com>
12520             Paul Eggert  <eggert@cs.ucla.edu>
12521
12522         * modules/glob (Files): Add glob-libc.h.
12523
12524 2005-09-12  Derek Price  <derek@ximbiot.com>
12525             Paul Eggert  <eggert@cs.ucla.edu>
12526
12527         * m4/glob.m4 (gl_GLOB_SUBSTITUTE): AC_LIBSOURCES for glob.c,
12528         glob_.h, glob-libc.h.
12529         (gl_PREREQ_GLOB): Remove _SYS_CDEFS_H hack; no longer needed.
12530
12531 2005-09-12  Derek Price  <derek@ximbiot.com>
12532             Paul Eggert  <eggert@cs.ucla.edu>
12533
12534         * lib/glob-libc.h: Renamed from glob_.h.  The new version is
12535         taken from libc's glob.h, except with '#ifdef __GLOB_GNULIB'
12536         protecting things that should be done only in gnulib contexts.
12537         * lib/glob_.h: New file, containing only the glob things needed for
12538         gnulib.
12539         (GLOB_PREFIX): Remove.  All uses changed to look for __GLOB_GNULIB.
12540         (__GLOB_CONCAT, __GLOB_XCONCAT, __GLOB_ID): Remove; no longer needed.
12541         (glob, globfree, glob_pattern_p): Now defined simply in terms of
12542         rpl_glob, rpl_globfree, rpl_glob_pattern_p.
12543         (__GLOB_GNULIB): New macro, to keep the glob.h changes clearer
12544         and to respect the namespace rules better.
12545
12546 2005-09-08  Simon Josefsson  <jas@extundo.com>
12547
12548         * modules/socklen: New file.
12549
12550 2005-09-08  Simon Josefsson  <jas@extundo.com>
12551
12552         * m4/socklen.m4: New file.
12553
12554 2005-09-08  Paul Eggert  <eggert@cs.ucla.edu>
12555
12556         * modules/utimens (Files): Add m4/utimbuf.m4, since
12557         m4/utimens.m4 requires gl_CHECK_TYPE_STRUCT_UTIMBUF.
12558         Reported by Sergey Poznyakoff.
12559
12560 2005-09-08  Paul Eggert  <eggert@cs.ucla.edu>
12561
12562         * lib/glob.c (glob, globfree, __glob_pattern_p): Use old-style function
12563         definitions, since that's the preferred style in glibc.
12564         Fix a minor spacing issue, and update copyright notice to match
12565         glibc's.
12566
12567 2005-09-08  Paul Eggert  <eggert@cs.ucla.edu>
12568
12569         * config/srclist.txt: Remove glibc bug 1061; it's been fixed.
12570
12571 2005-09-06  Simon Josefsson  <jas@extundo.com>
12572
12573         * lib/getpass.c (getpass): Fix typo, test for HAVE_TCSETATTR and not
12574         TCSETATTR.  Reported by Derek Price <derek@ximbiot.com>.
12575
12576 2005-09-06  Paul Eggert  <eggert@cs.ucla.edu>
12577
12578         * lib/regex_internal.h (bitset_not): Add parens to avoid gcc -Wall
12579         warning.
12580
12581 2005-09-06  Paul Eggert  <eggert@cs.ucla.edu>
12582
12583         * config/srclist.txt: Add glibc bug 1302.
12584
12585 2005-09-05  Paul Eggert  <eggert@cs.ucla.edu>
12586
12587         Change bitset word type from unsigned int to unsigned long int,
12588         as this has better performance on typical 64-bit hosts.
12589         Port bitset code to hosts with unusual word sizes.
12590         * lib/regcomp.c (build_equiv_class, build_charclass, build_range_exp):
12591         (build_collating_symbol):
12592         Prefer bitset to re_bitset_ptr_t in prototypes, when the actual
12593         argument is a bitset.  This is merely a style issue, but it makes
12594         it clearer that an entire array is expected.
12595         (re_compile_fastmap_iter, init_dfa, init_word_char, optimize_subexps):
12596         * lib/regcomp.c (lower_subexp, parse_bracket_exp, built_charclass_op):
12597         Port to the case where bitset_word is not the same as unsigned int.
12598         * lib/regex_internal.h (bitset_set, bitset_clear, bitset_contain):
12599         (bitset_not, bitset_merge, bitset_set_all, bitset_mask):
12600         Likewise.
12601         * lib/regexec.c (check_dst_limits_calc_pos_1,
12602         check_subexp_matching_top):
12603         (build_trtable, group_nodes_into_DFAstates):
12604         Likewise.
12605         * lib/regcomp.c (re_compile_fastmap_iter, utf8_sb_map, optimize_utf8):
12606         Don't assume that SBC_MAX is a multiple of BITSET_WORD_BITS.
12607         * lib/regex_internal.h (bitset_set_all, bitset_not): Likewise.
12608         * lib/regexec.c (group_nodes_into_DFAstates): Likewise.
12609         * lib/regcomp.c (utf8_sb_map): Don't assume UINT_MAX == 0xffffffff.
12610         * lib/regcomp.c (optimize_subexps, lower_subexp):
12611         Work even if bitset_word has holes in its bitwise representation.
12612         * lib/regex_internal.h (BITSET_WORD_BITS): Likewise.
12613         * lib/regexec.c (check_dst_limits_calc_pos_1,
12614         check_subexp_matching_top):
12615         Likewise.
12616         * lib/regex_internal.c (re_string_reconstruct):
12617         Don't assume UCHAR_MAX == 255.
12618         * lib/regex_internal.h (bitset_set_all): Likewise.
12619         * lib/regex_internal.h (BITSET_WORD_BITS): Renamed from UINT_BITS.
12620         All uses changed.
12621         (BITSET_WORDS): Renamed from BITSET_UINTS.  All uses changed.
12622         (bitset_word): New type, replacing 'unsigned int' for bitset uses.
12623         All uses changed.
12624         (BITSET_WORD_MAX): New macro.
12625         (bitset_set, bitset_clear, bitset_contain, bitset_empty):
12626         (bitset_set_all, bitset_copy):  Now inline functions, not macros.
12627         (bitset_empty, bitset_copy):
12628         Prefer sizeof (bitset) to multiplying it out ourselves.
12629         (bitset_not_merge): Remove; unused.
12630         (bitset_contain): Return bool, not unsigned int with one bit on.
12631         All callers changed.
12632         * lib/regexec.c (build_trtable): Don't assume bitset has no stricter
12633         alignment than re_node_set; do this by defining a new internal
12634         type struct dests_alloc and using it to allocate memory.
12635
12636 2005-09-05  Bruno Haible  <bruno@clisp.org>
12637
12638         * gnulib-tool (func_import): Fix comparison in handling of symbolic
12639         links.
12640
12641 2005-09-04  Martin Lambers  <marlam@marlam.de>  (tiny change)
12642
12643         * modules/size_max (Makefile.am): Add size_max.h
12644
12645 2005-09-04  Derek Price  <derek@ximbiot.com>
12646
12647         * gnulib-tool (func_import): Fix reversed $symbolic logic.
12648
12649 2005-09-03  Simon Josefsson  <jas@extundo.com>
12650
12651         * gnulib-tool: Fix typo.
12652
12653 2005-09-03  Simon Josefsson  <jas@extundo.com>
12654
12655         * config/srclist.txt: Add glibc bug 1293.
12656
12657 2005-09-03  Derek Price  <derek@ximbiot.com>
12658
12659         * m4/getlogin_r (gl_GETLOGIN_R): Fix cut & paste error.
12660         From Larry Jones <lawrence.jones@ugs.com>.
12661
12662 2005-09-02  Simon Josefsson  <jas@extundo.com>
12663
12664         * modules/socklen: New file.
12665
12666 2005-09-02  Simon Josefsson  <jas@extundo.com>
12667
12668         * modules/havelib: New module.
12669
12670         * modules/gettext, modules/iconv, modules/lock, modules/readline:
12671         Use havelib.
12672
12673 2005-09-02  Paul Eggert  <eggert@cs.ucla.edu>
12674
12675         Check for arithmetic overflow when calculating sizes, to prevent
12676         some buffer-overflow issues.  These patches are conservative, in the
12677         sense that when I couldn't determine whether an overflow was possible,
12678         I inserted a run-time check.
12679         * lib/regex_internal.h (re_xmalloc, re_xrealloc, re_x2realloc): New
12680         macros.
12681         (SIZE_MAX) [!defined SIZE_MAX]: New macro.
12682         (re_alloc_oversized, re_x2alloc_oversized, re_xnmalloc):
12683         (re_xnrealloc, re_x2nrealloc): New inline functions.
12684         * lib/regcomp.c (init_dfa, analyze, build_range_exp,
12685         parse_bracket_exp):
12686         (build_equiv_class, build_charclass): Check for arithmetic overflow
12687         in size expression calculations.
12688         * lib/regex_internal.c (re_string_realloc_buffers):
12689         (build_wcs_upper_buffer, re_node_set_add_intersect):
12690         (re_node_set_init_union, re_node_set_insert, re_node_set_insert_last):
12691         (re_dfa_add_node, register_state): Likewise.
12692         * lib/regexec.c (re_search_stub, re_copy_regs, re_search_internal):
12693         (prune_impossible_nodes, push_fail_stack, set_regs, check_arrival):
12694         (build_trtable, extend_buffers, match_ctx_init, match_ctx_add_entry):
12695         (match_ctx_add_subtop, match_ctx_add_sublast): Likewise.
12696
12697 2005-09-02  Paul Eggert  <eggert@cs.ucla.edu>
12698
12699         * modules/inttostr (Files): Add m4/inttypes_h.m4, m4/stdint_h.m4,
12700         m4/ulonglong.m4.  Problem reported by Martin Lambers.
12701
12702 2005-09-02  Bruno Haible  <bruno@clisp.org>
12703
12704         Support for lib vs. lib64 distinction on biarch platforms.
12705         * m4/lib-prefix.m4 (AC_LIB_PREPARE_MULTILIB): New macro.
12706         (AC_LIB_PREFIX): Require it. Use $acl_libdirstem instead of 'lib'.
12707         * m4/lib-link.m4 (AC_LIB_LINKFLAGS_BODY): Likewise.
12708
12709 2005-09-02  Bruno Haible  <bruno@clisp.org>
12710
12711         * gnulib-tool (import): In the other first-use case, provide defaults
12712         as well.
12713
12714 2005-09-02  Bruno Haible  <bruno@clisp.org>
12715
12716         * config/srclist.txt: lib-link.m4 and lib-prefix.m4 currently have
12717         patches not yet found in the latest gettext release.
12718
12719 2005-09-01  Paul Eggert  <eggert@cs.ucla.edu>
12720
12721         * lib/glob.c (GET_LOGIN_NAME_MAX): Renamed from LOGIN_NAME_MAX,
12722         to avoid a collision with bits/local_lim.h in glibc.
12723         All uses changed.  Problem reported by Dmitry V. Levin in
12724         <http://sources.redhat.com/bugzilla/show_bug.cgi?id=1060>.
12725
12726         * lib/regex_internal.c (build_wcs_upper_buffer): Fix portability
12727         bugs in int versus size_t comparisons.
12728         (re_string_context_at): Fix bug where the code assumed that
12729         Idx is signed.
12730
12731         Use bool where appropriate.
12732         * lib/regcomp.c (re_set_fastmap): ICASE arg is bool, not int.
12733         All callers changed.
12734         (calc_eclosure_iter): Likewise, for ROOT arg.
12735         (parse_bracket_element): Likewise, for ACCEPT_HYPHEN arg.
12736         (build_charclass_op): Likewise, for NON_MATCH arg.
12737         * lib/regex_internal.c (re_string_allocate, re_string_construct):
12738         (re_string_construct_common): Likewise, for ICASE arg.
12739         * lib/regexec.c (re_search_2_stub, re_search_stub):
12740         Likewise, for RET_LEN arg.
12741         (check_matching): Likewise, for FL_LONGEST_MATCH arg.
12742         (set_regs): Likewise, for FL_BACKTRACK arg.
12743         * lib/regcomp.c (re_compile_fastmap_iter, optimize_utf8):
12744         (duplicate_node_closure, calc_inveclosure, calc_eclosure):
12745         (calc_eclosure_iter, parse_bracket_exp):
12746         Use bool for internal variables that are booleans.
12747         * lib/regexec.c (re_search_internal, check_matching,
12748         proceed_next_node):
12749         (set_regs, build_sifted_states, sift_states_bkref):
12750         (check_arrival_add_next_nodes, check_arrival_expand_ecl_sub):
12751         (expand_bkref_cache, build_trtable, group_nodes_into_DFAstates):
12752         (find_collation_sequence_value):
12753         Likewise.
12754         * lib/regex_internal.c (re_node_set_insert, re_node_set_insert_last):
12755         (re_node_set_compare):
12756         Return bool, not int. All callers changed.
12757         * lib/regexec.c (check_halt_node_context, check_dst_limits):
12758         (build_trtable, check_node_accept): Likewise.
12759         * lib/regex_internal.h: Include stdbool.h.
12760
12761         Fix bugs uncovered when converting to bool.
12762         * lib/regcomp.c (calc_eclosure_iter): Check for storage allocation
12763         failure instead of charging ahead blindly.
12764         * lib/regex_internal.c (register_state): Likewise.
12765         * lib/regexec.c (re_search_2_stub): Use simpler method than boolean
12766         for freeing internal storage.
12767         (group_nodes_into_DFA_states): Use unsigned int, not int, for
12768         bitset pieces used as boolean, to avoid undefined behavior
12769         on hosts that do int overflow checking.
12770
12771 2005-09-01  Paul Eggert  <eggert@cs.ucla.edu>
12772
12773         * config/srclist.txt: Add glibc bugs 1285-1287.
12774
12775 2005-09-01  Jim Meyering  <jim@meyering.net>
12776
12777         * m4/lchown.m4: Require gl_FUNC_CHOWN, for the definition of
12778         CHOWN_MODIFIES_SYMLINK, which is used by lchown.c.
12779         Require gl_STAT_MACROS, too.
12780
12781 2005-09-01  Bruno Haible  <bruno@clisp.org>
12782
12783         * gnulib-tool (import): In the first-use case, provide defaults.
12784
12785 2005-09-01  Bruno Haible  <bruno@clisp.org>
12786
12787         * gnulib-tool (func_import): Remove the .tmp files.
12788
12789 2005-09-01  Bruno Haible  <bruno@clisp.org>
12790
12791         * gnulib-tool (func_import): Fix handling of symbolic links.
12792
12793 2005-08-31  Paul Eggert  <eggert@cs.ucla.edu>
12794
12795         On 64-bit hosts (where size_t is 64 bits and int is 32 bits), the
12796         old glibc regex code mishandles strings longer than 2**31 bytes.
12797         This patch fixes this when the regex code is used in gnulib
12798         (i.e., outside glibc).
12799
12800         This patch should not affect the use of the regex code inside
12801         glibc.  No doubt this problem also needs to be handled for glibc
12802         as well, but the result will be an incompatible change to the
12803         glibc ABI, and the old ABI will have to be supported too.  That
12804         can be the the subject for another patch.
12805
12806         * lib/regex.h (_REGEX_LARGE_OFFSETS): New feature-test macro,
12807         governing whether the rest of this patch is active.  By default,
12808         the macro is disabled and the patch has no effect.
12809         (regoff_t) [defined _REGEX_LARGE_OFFSETS]: Define to off_t, not int.
12810         (__re_idx_t, __re_size_t, __re_long_size_t): New types.
12811         (struct re_pattern_buffer, re_search, re_search_2, re_match):
12812         (re_match_2, re_set_registers): Use the new types.
12813         * lib/regex_internal.h (Idx, re_hashval_t): New types.
12814         (REG_MISSING, REG_ERROR, REG_VALID_INDEX, REG_VALID_NONZERO_INDEX):
12815         New macros.
12816         (re_node_set, re_charset_t, re_token_t, re_string_realloc_buffers):
12817         (re_string_context_at, bin_tree_t, re_dfastate_t):
12818         (struct re_state_table_entry, state_array_t, re_sub_match_last_t):
12819         (re_sub_match_top_t, re_match_context_t, re_sift_context_t):
12820         (struct re_fail_stack_ent_t, struct re_fail_stack_t, struct re_dfa_t):
12821         (re_string_char_size_at, re_string_wchar_at):
12822         (re_string_elem_size_at):
12823         Use the new types and macros to port to 64-bit hosts.
12824         Use unsigned types for internal values, so that the code
12825         mostly works even for arrays larger than SSIZE_MAX.
12826         * lib/regcomp.c (re_compile_internal, init_dfa, duplicate_node):
12827         (search_duplicated_node, calc_eclosure_iter, fetch_number):
12828         (parse_reg_exp, parse_branch, parse_expression, parse_sub_exp):
12829         (build_equiv_class, build_charclass, re_compile_fastmap_iter):
12830         (free_dfa_content, create_initial_state, optimize_utf8, analyze):
12831         (optimize_subexps, calc_first, link_nfa_nodes, duplicate_node_closure):
12832         (calc_inveclosure, parse_dup_op, build_range_exp):
12833         (build_collating_symbol, parse_bracket_exp, build_charclass_op):
12834         (fetch_number, create_token_tree, mark_opt_subexp):
12835         Likewise.
12836         * lib/regex_internal.c (re_string_construct_common,
12837         create_ci_newstate):
12838         (create_cd_newstate, re_string_allocate, re_string_construct):
12839         (re_string_realloc_buffers, build_wcs_upper_buffer):
12840         (re_string_skip_chars, build_upper_buffer, re_string_translate_buffer):
12841         (re_string_reconstruct, re_string_peek_byte_case):
12842         (re_string_fetch_byte_case, re_string_context_at):
12843         (re_node_set_alloc, re_node_set_init_1, re_node_set_init_2):
12844         (re_node_set_init_copy, re_node_set_add_intersect):
12845         (re_node_set_init_union, re_node_set_merge, re_node_set_insert):
12846         (re_node_set_insert_last, re_node_set_compare, re_node_set_contains):
12847         (re_node_set_remove_at, re_dfa_add_node, calc_state_hash):
12848         (re_acquire_state, re_acquire_state_context, register_state):
12849         Likewise.
12850         * lib/regex.c (match_ctx_init, match_ctx_add_entry,
12851         search_cur_bkref_entry):
12852         (match_ctx_add_subtop, match_ctx_add_sublast, sift_ctx_init):
12853         (re_search_internal, re_search_2_stub, re_search_stub)
12854         (re_copy_regs, check_matching, check_halt_state_context, update_regs):
12855         (push_fail_stack, sift_states_iter_mb, build_sifted_states):
12856         (update_cur_sifted_state, check_dst_limits):
12857         (check_dst_limits_calc_pos_1, check_dst_limits_calc_pos):
12858         (check_subexp_limits, sift_states_bkref, merge_state_array):
12859         (check_subexp_matching_top, get_subexp, get_subexp_sub):
12860         (find_subexp_node, check_arrival, check_arrival_add_next_nodes):
12861         (check_arrival_expand_ecl, check_arrival_expand_ecl_sub):
12862         (expand_bkref_cache, check_node_accept_bytes):
12863         (group_nodes_into_DFAstates, check_node_accept, regexec, re_match):
12864         (re_search, re_match_2, re_search_2, prune_impossible_nodes):
12865         (acquire_init_state_context, check_halt_node_context):
12866         (proceed_next_node, pop_fail_stack, set_regs, free_fail_stack_return):
12867         (sift_states_backward, clean_state_log_if_needed):
12868         (sub_epsilon_src_nodes, add_epsilone_src_nodes, merge_state_with_log):
12869         (find_recover_state, transit_state_sb, transit_state_mb):
12870         (transit_state_bkref, build_trtable, match_ctx_clean):
12871         Likewise.
12872         * lib/regcomp.c (parse_dup_op): Add an extra test if Idx is unsigned,
12873         to work around an assumption that REG_MISSING is negative.
12874
12875         * lib/regcomp.c (re_comp) [defined _REGEX_RE_COMP || defined _LIBC]:
12876         (seek_collating_symbol_entry) [defined _LIBC]:
12877         (lookup_collation_sequence_value) [defined _LIBC]:
12878         (build_range_exp, build_collating_symbol) [defined _LIBC]:
12879         Use prototypes rather than old-style function definitions.
12880         * lib/regexec.c (re_exec) [defined _REGEX_RE_COMP || defined _LIBC]:
12881         (transit_state_sb) [0]:
12882         (find_collation_sequence_value) [defined _LIBC]: Likewise.
12883
12884         * lib/regexec.c (re_search_internal): Simplify update of rm_so and
12885         rm_eo.
12886
12887         * lib/regcomp.c (re_compile_fastmap_iter, init_dfa, init_word_char):
12888         (optimize_subexps, lower_subexp):
12889         Don't assume 1<<31 has defined behavior on hosts with 32-bit int,
12890         since the signed shift might overflow.  Use 1u<<31 instead.
12891         * lib/regex_internal.h (bitset_set, bitset_clear, bitset_contain):
12892         Likewise.
12893         * lib/regexec.c (check_dst_limits_calc_pos_1,
12894         check_subexp_matching_top): Likewise.
12895
12896         * lib/regcomp.c (optimize_subexps, lower_subexp):
12897         Use CHAR_BIT rather than 8, for clarity.
12898         * lib/regexec.c (check_dst_limits_calc_pos_1):
12899         (check_subexp_matching_top): Likewise.
12900         * lib/regcomp.c (init_dfa): Make table_size unsigned, so that we don't
12901         have to worry about portability issues when shifting it left.
12902         Remove no-longer-needed test for table_size > 0.
12903         * lib/regcomp.c (parse_sub_exp): Do not shift more bits than there are
12904         in a word, as the resulting behavior is undefined.
12905         * lib/regexec.c (check_dst_limits_calc_pos_1): Likewise;
12906         in one case, a <= should have been an <, and in another case the
12907         whole test was missing.
12908         * lib/regex_internal.h (BYTE_BITS): Remove.  All uses changed to
12909         the standard name CHAR_BIT.
12910         * lib/regexec.c (match_ctx_add_entry): Don't assume that ~0 == -1;
12911         this is not true on one's complement and signed-magnitude hosts.
12912
12913         * lib/regex_internal.h (re_sub_match_top_t): Remove unused member
12914         next_last_offset.
12915         (struct re_dfa_t): Remove unused member states_alloc.
12916         * lib/regcomp.c (init_dfa): Don't initialize unused members.
12917
12918 2005-08-31  Paul Eggert  <eggert@cs.ucla.edu>
12919
12920         * m4/regex.m4 (gl_REGEX): Require AC_SYS_LARGEFILE, Define
12921         _REGEX_LARGE_OFFSETS).  Test for regoff_t/off_t bug in 64-bit
12922         and large-file glibc and in 32-bit large-file Solaris.
12923
12924 2005-08-31  Paul Eggert  <eggert@cs.ucla.edu>
12925
12926         * lib/regex_internal.c (re_string_reconstruct): Don't assume buffer
12927         lengths fit in regoff_t; this isn't true if regoff_t is the same
12928         width as size_t.
12929         * lib/regex.c (re_search_internal): 5th arg is LAST_START
12930         (= START + RANGE) instead of RANGE.  This avoids overflow
12931         problems when regoff_t is the same width as size_t.
12932         All callers changed.
12933         (re_search_2_stub): Check for overflow when adding the
12934         sizes of the two strings.
12935         (re_search_stub): Check for overflow when adding START
12936         to RANGE; if it occurs, substitute the extreme value.
12937
12938 2005-08-31  Paul Eggert  <eggert@cs.ucla.edu>
12939
12940         * config/srclist.txt: Add glibc bugs 1273, 1278-1282, 1284.
12941
12942 2005-08-31  Jim Meyering  <jim@meyering.net>
12943
12944         * lib/regcomp.c (search_duplicated_node): Make first pointer arg
12945         a pointer-to-const.
12946         * lib/regex_internal.c (create_ci_newstate, create_cd_newstate):
12947         (register_state): Likewise.
12948         * lib/regexec.c (search_cur_bkref_entry, check_dst_limits):
12949         (check_dst_limits_calc_pos_1, check_dst_limits_calc_pos):
12950         (group_nodes_into_DFAstates): Likewise.
12951
12952 2005-08-31  Jim Meyering  <jim@meyering.net>
12953
12954         * check-module: Add a FIXME comment.
12955
12956 2005-08-31  Eric Blake  <ebb9@byu.net>
12957
12958         * modules/unistd-safer (Files): Add unistd--.h.
12959         * modules/stdio-safer (Files): Add stdio--.h.
12960
12961 2005-08-31  Derek Price  <derek@ximbiot.com>
12962
12963         * lib/getdelim.c (getdelim): Return EOF on EOF.
12964         Reported by Larry Jones <lawrence.jones@ugs.com>.
12965
12966 2005-08-31  Bruno Haible  <bruno@clisp.org>
12967
12968         Avoid unnecessary diffs in the generated lib/Makefile.am.
12969         * gnulib-tool (func_emit_lib_Makefile_am): Don't write the cmd into
12970         the generated files.
12971         (func_import): Don't set cmd.
12972
12973 2005-08-31  Bruno Haible  <bruno@clisp.org>
12974
12975         * lib/strstr.c: Include <stddef.h>, for NULL.
12976         * lib/strcasestr.c: Likewise.
12977         Reported by Yoann Vandoorselaere <yoann.v@prelude-ids.com>.
12978
12979 2005-08-31  Bruno Haible  <bruno@clisp.org>
12980
12981         * gnulib-tool: New option --macro-prefix.
12982         (func_import): Use macro_prefix.
12983         (import): Handle option --macro-prefix.
12984
12985 2005-08-31  Bruno Haible  <bruno@clisp.org>
12986
12987         * gnulib-tool (import): Rename most ac_* variables to cached_*.
12988         Also use new variables cached_lgpl, cached_libtool.
12989
12990 2005-08-31  Bruno Haible  <bruno@clisp.org>
12991
12992         * gnulib-tool (func_import): Require AC_GNU_SOURCE etc. instead of
12993         always instantiating them.
12994
12995 2005-08-31  Bruno Haible  <bruno@clisp.org>
12996
12997         * gnulib-tool (func_import): Read the previous cached settings
12998         from gnulib-cache.m4 and gnulib-comp.m4. Remove files that were
12999         earlier added by gnulib but are now dropped. Warn when a gnulib file
13000         overwrites a non-gnulib file.
13001
13002 2005-08-31  Bruno Haible  <bruno@clisp.org>
13003
13004         * gnulib-tool (func_import): Generate two files gnulib-cache.m4 and
13005         gnulib-comp.m4 instead of a single gnulib.m4, to make it easy for
13006         projects that don't keep autogenerated files in CVS. Put into
13007         actioncmd only the specified modules, not the transitive closure.
13008
13009 2005-08-31  Bruno Haible  <bruno@clisp.org>
13010
13011         * gnulib-tool (func_import): Fix defaulting of $libname and $libtool.
13012         Create directories that shall be filled.
13013         (import): Don't look for gl_* macros in configure.ac. Recurse across
13014         all directories containing a gnulib-cache.m4 files, if meaningful.
13015
13016 2005-08-31  Bruno Haible  <bruno@clisp.org>
13017
13018         * gnulib-tool (func_import): Emit also a stub for gl_LIBTOOL.
13019         (import): Set seen_libtool when we see gl_LIBTOOL.
13020
13021 2005-08-31  Bruno Haible  <bruno@clisp.org>
13022
13023         * gnulib-tool (func_import): Also copy m4/gnulib-tool.m4. Omit
13024         declaration macro definitions from generated gnulib.m4.
13025
13026 2005-08-30  Oskar Liljeblad  <oskar@osk.mine.nu>
13027
13028         * lib/iconvme.h: Add prototype for iconv_alloc.
13029
13030 2005-08-29  Simon Josefsson  <jas@extundo.com>
13031
13032         * lib/iconvme.c: Fix errno.
13033
13034 2005-08-29  Bruno Haible  <bruno@clisp.org>
13035
13036         * gnulib-tool: Enclose all occurrences of $destdir in "...", so
13037         that it works when the directory contains spaces.
13038
13039 2005-08-29  Bruno Haible  <bruno@clisp.org>
13040
13041         * gnulib-tool (import): Avoid unnecessary spaces in $avoidlist.
13042
13043 2005-08-29  Bruno Haible  <bruno@clisp.org>
13044
13045         * gnulib-tool (func_import): Emit more comments into gnulib.m4.
13046         Emit more advice.
13047
13048 2005-08-29  Bruno Haible  <bruno@clisp.org>
13049         and Stepan Kasal  <kasal@ucw.cz>
13050
13051         * check-module: If more parameters are given, check each of them
13052         separately; add more exceptions, as noted by Jim Meyering.
13053         (check_module): New procedure.
13054         (%exempt_header): Now contains all exceptions.
13055
13056 2005-08-29  Ben Pfaff  <blp@cs.stanford.edu>
13057
13058         * modules/byteswap (Makefile.am): Fix rule to not assume GNU make.
13059
13060 2005-08-29  Oskar Liljeblad  <oskar@osk.mine.nu>
13061
13062         * lib/iconvme.c: Split iconv_string into iconv_alloc.
13063
13064 2005-08-28  Bruno Haible  <bruno@clisp.org>
13065
13066         * m4/gnulib-tool.m4: New file.
13067
13068 2005-08-27  Jim Meyering  <jim@meyering.net>
13069
13070         * modules/unistd-safer (Files): Add pipe-safer.c.
13071         * modules/fcntl-safer (Files): Add creat-safer.c.
13072
13073 2005-08-27  Jim Meyering  <jim@meyering.net>
13074
13075         * m4/stdlib-safer.m4: New file.  From coreutils.
13076         * m4/stdio-safer.m4 (gl_STDIO_SAFER): Add stdio--.h.
13077         * m4/fcntl-safer.m4 (gl_FCNTL_SAFER): Add creat-safer.c to the
13078         AC_LIBSOURCES list and arrange to compile it via AC_LIBOBJ.
13079         * m4/unistd-safer.m4 (gl_UNISTD_SAFER): Likewise, add pipe-safer.c.
13080         Add pipe-safer.c and unistd--.h to the AC_LIBSOURCES list.
13081
13082 2005-08-27  Jim Meyering  <jim@meyering.net>
13083
13084         * lib/fopen-safer.c: Merge minor changes from coreutils.
13085         * lib/dup-safer.c: Likewise.
13086         * lib/fd-safer.c: Likewise.
13087
13088         Merge from coreutils.
13089         * lib/stdio--.h: New file.
13090         * lib/stdlib--.h: New file.
13091         * lib/mkstemp-safer.c: New file.
13092
13093         GNU tar needs these.
13094         * lib/pipe-safer.c: New file.
13095         * lib/creat-safer.c: New file.
13096         * lib/fcntl--.h (creat): Define to creat_safer.
13097         * lib/fcntl-safer.h: Include <sys/types.h> and declare creat_safer.
13098         * lib/unistd--.h (pipe): Define to pipe_safer.
13099         * lib/unistd-safer.h: Declare pipe_safer.
13100
13101 2005-08-26  Simon Josefsson  <jas@extundo.com>
13102
13103         * lib/getpass.c: Use _WIN32 instead of WIN32, suggested by Bruno
13104         Haible <bruno@clisp.org>.
13105
13106 2005-08-26  Paul Eggert  <eggert@cs.ucla.edu>
13107
13108         * lib/regex_internal.h: Remove all references to
13109         RE_NO_INTERNAL_PROTOTYPES; no longer neeeded now that we assume C89
13110         or better.
13111         (bitset_not, bitset_merge, bitset_not_merge):
13112         (bitset_mask, re_string_allocate, re_string_construct):
13113         (re_string_reconstruct, re_string_destruct, re_string_elem_size_at):
13114         (re_string_char_size_at, re_string_wchar_at, re_string_peek_byte_case):
13115         (re_string_fetch_byte_case, re_node_set_alloc, re_node_set_init_1):
13116         (re_node_set_init_2, re_node_set_init_copy, re_node_set_add_intersect):
13117         (re_node_set_init_union, re_node_set_merge, re_node_set_insert):
13118         (re_node_set_insert_last, re_node_set_compare, re_node_set_contains):
13119         (re_node_set_remove_at, re_dfa_add_node, re_acquire_state):
13120         (re_acquire_state_context):
13121         Remove unnecessary forward decls.
13122         (re_string_char_size_at, re_string_wchar_at, re_string_elem_size_at):
13123         Put __attribute at function definition,
13124         now that the function decl has been removed.
13125         * lib/regex_internal.c (re_string_peek_byte_case):
13126         (re_string_fetch_byte_case, re_node_set_compare, re_node_set_contains):
13127         Likewise.
13128
13129 2005-08-25  Stepan Kasal  <kasal@ucw.cz>
13130
13131         * m4/regex.m4: Add AC_PREREQ(2.50).
13132         (gl_REGEX): If --with-included-regex was given, skip the autodetection.
13133
13134 2005-08-25  Simon Josefsson  <jas@extundo.com>
13135
13136         * m4/getpass.m4: Check for termios.h, tcgetattr, tcsetattr, and
13137         __fsetlocking.
13138
13139 2005-08-25  Simon Josefsson  <jas@extundo.com>
13140
13141         * lib/getpass.c: Add WIN32 implementation.  Conditionalize use of
13142         termios.h, tcgetattr, tcsetattr and __fsetlocking.  Remove some
13143         GLIBC specific code.
13144
13145 2005-08-25  Paul Eggert  <eggert@cs.ucla.edu>
13146
13147         Make regex safe for g++.  This fixes one real bug (an "err"
13148         that should have been "*err").  g++ problem reported by
13149         Sam Steingold.
13150         * lib/regex_internal.h (re_calloc): New macro, consistent with
13151         re_malloc etc.  All callers of calloc changed to use re_calloc.
13152         * lib/regex_internal.c (build_wcs_upper_buffer): Return reg_errcode_t,
13153         not int.  All callers changed.
13154         * lib/regcomp.c (re_compile_fastmap_iter): Don't use
13155         alloca (mb_cur_max); just use an array of size MB_LEN_MAX.
13156         * lib/regexec.c (push_fail_stack): Use re_realloc, not realloc.
13157         (find_recover_state): Change "err" to "*err"; this fixes what
13158         appears to be a real bug.
13159         (check_arrival_expand_ecl_sub): Be consistent about reg_errcode_t
13160         versus int.
13161
13162 2005-08-25  Paul Eggert  <eggert@cs.ucla.edu>
13163
13164         * modules/regex (Depends-on): Add malloc, since the code
13165         assumes that !malloc(0) means failure.
13166
13167 2005-08-25  Paul Eggert  <eggert@cs.ucla.edu>
13168
13169         * lib/regexec.c (set_regs): Don't alloca with an unbounded size.
13170
13171         alloca modernization/simplification for regex.
13172         * lib/regex.c: Remove portability cruft for alloca.  This no longer
13173         needs to be at the start of the file, and can be moved into
13174         regex_internal.h and simplified.
13175         * lib/regex_internal.h: Include <alloca.h>.
13176         (__libc_use_alloca) [!defined _LIBC]: New macro.
13177         * lib/regexec.c (build_trtable): Remove "#ifdef _LIBC", since the code
13178         now works outside glibc.
13179
13180 2005-08-25  Paul Eggert  <eggert@cs.ucla.edu>
13181
13182         * config/srclist.txt: Add glibc bugs 1241, 1245.
13183
13184 2005-08-25  Jim Meyering  <jim@meyering.net>
13185
13186         * lib/open-safer.c: Include <config.h>.
13187         Otherwise, we'd lose LARGEFILE support in any file using
13188         e.g. "fcntl--.h"
13189
13190 2005-08-25  Bruno Haible  <bruno@clisp.org>
13191
13192         * m4/minmax.m4: Require autoconf 2.52.
13193         (gl_MINMAX_IN_HEADER): Add comments. Use m4_pushdef/m4_popdef instead
13194         of define/undefine. Use AS_TR_SH and AS_TR_CPP as more robust
13195         alternatives of translit over the alphabet.
13196         Based on a patch from Stepan Kasal <kasal@ucw.cz>.
13197
13198 2005-08-24  Simon Josefsson  <jas@extundo.com>
13199
13200         * tests/test-getpass.c: New file.
13201
13202 2005-08-24  Paul Eggert  <eggert@cs.ucla.edu>
13203
13204         * m4/regex.m4 (gl_REGEX): Use POSIX-compliant spellings when testing
13205         for GNU regex features.
13206
13207 2005-08-24  Paul Eggert  <eggert@cs.ucla.edu>
13208
13209         * lib/regcomp.c (regerror): 2nd arg is 'restrict', as per POSIX.
13210         * lib/regex.h (regerror): Likewise.
13211
13212         * lib/regex.c: Do not include <sys/types.h>, as POSIX no longer
13213         requires this.  (The code never needed it.)
13214
13215         * lib/regcomp.c, regex_internal.c, regex_internal.h, regexec.c:
13216         All uses of recently-renamed identifiers changed to use the new,
13217         POSIX-compliant names.  The code will build and run just fine
13218         without these changes, but it's better to eat our own dog food
13219         and use the standard-conforming names.
13220
13221         * lib/regex.h: Fix a multitude of POSIX name space violations.
13222         These changes have an effect only for programs that define
13223         _POSIX_C_SOURCE, _POSIX_SOURCE, or _XOPEN_SOURCE; they
13224         do not change anything for programs compiled in the normal way.
13225         Also, there is no effect on the ABI.
13226
13227         (_REGEX_SOURCE): New macro.
13228         Do not include <stddef.h> if _XOPEN_SOURCE and VMS are both
13229         defined and _GNU_SOURCE is not; this fixes a name space violation.
13230
13231         Rename the following macros to obey POSIX requirements.
13232         The old names are still visible as macros if _REGEX_SOURCE is defined.
13233         (REG_BACKSLASH_ESCAPE_IN_LISTS): renamed from
13234         RE_BACKSLASH_ESCAPE_IN_LISTS.
13235         (REG_BK_PLUS_QM): renamed from RE_BK_PLUS_QM.
13236         (REG_CHAR_CLASSES): renamed from RE_CHAR_CLASSES.
13237         (REG_CONTEXT_INDEP_ANCHORS): renamed from RE_CONTEXT_INDEP_ANCHORS.
13238         (REG_CONTEXT_INDEP_OPS): renamed from RE_CONTEXT_INDEP_OPS.
13239         (REG_CONTEXT_INVALID_OPS): renamed from RE_CONTEXT_INVALID_OPS.
13240         (REG_DOT_NEWLINE): renamed from RE_DOT_NEWLINE.
13241         (REG_DOT_NOT_NULL): renamed from RE_DOT_NOT_NULL.
13242         (REG_HAT_LISTS_NOT_NEWLINE): renamed from RE_HAT_LISTS_NOT_NEWLINE.
13243         (REG_INTERVALS): renamed from RE_INTERVALS.
13244         (REG_LIMITED_OPS): renamed from RE_LIMITED_OPS.
13245         (REG_NEWLINE_ALT): renamed from RE_NEWLINE_ALT.
13246         (REG_NO_BK_BRACES): renamed from RE_NO_BK_BRACES.
13247         (REG_NO_BK_PARENS): renamed from RE_NO_BK_PARENS.
13248         (REG_NO_BK_REFS): renamed from RE_NO_BK_REFS.
13249         (REG_NO_BK_VBAR): renamed from RE_NO_BK_VBAR.
13250         (REG_NO_EMPTY_RANGES): renamed from RE_NO_EMPTY_RANGES.
13251         (REG_UNMATCHED_RIGHT_PAREN_ORD): renamed from
13252         RE_UNMATCHED_RIGHT_PAREN_ORD.
13253         (REG_NO_POSIX_BACKTRACKING): renamed from RE_NO_POSIX_BACKTRACKING.
13254         (REG_NO_GNU_OPS): renamed from RE_NO_GNU_OPS.
13255         (REG_DEBUG): renamed from RE_DEBUG.
13256         (REG_INVALID_INTERVAL_ORD): renamed from RE_INVALID_INTERVAL_ORD.
13257         (REG_IGNORE_CASE): renamed from RE_ICASE.  This renaming is a bit
13258         unusual, since we can't clash with the POSIX REG_ICASE.
13259         (REG_CARET_ANCHORS_HERE): renamed from RE_CARET_ANCHORS_HERE.
13260         (REG_CONTEXT_INVALID_DUP): renamed from RE_CONTEXT_INVALID_DUP.
13261         (REG_NO_SUB): renamed from RE_NO_SUB.
13262         (REG_SYNTAX_EMACS): renamed from RE_SYNTAX_EMACS.
13263         (REG_SYNTAX_AWK): renamed from RE_SYNTAX_AWK.
13264         (REG_SYNTAX_GNU_AWK): renamed from RE_SYNTAX_GNU_AWK.
13265         (REG_SYNTAX_POSIX_AWK): renamed from RE_SYNTAX_POSIX_AWK.
13266         (REG_SYNTAX_GREP): renamed from RE_SYNTAX_GREP.
13267         (REG_SYNTAX_EGREP): renamed from RE_SYNTAX_EGREP.
13268         (REG_SYNTAX_POSIX_EGREP): renamed from RE_SYNTAX_POSIX_EGREP.
13269         (REG_SYNTAX_ED): renamed from RE_SYNTAX_ED.
13270         (REG_SYNTAX_SED): renamed from RE_SYNTAX_SED.
13271         (_REG_SYNTAX_POSIX_COMMON): renamed from _RE_SYNTAX_POSIX_COMMON.
13272         (REG_SYNTAX_POSIX_BASIC): renamed from RE_SYNTAX_POSIX_BASIC.
13273         (REG_SYNTAX_POSIX_MINIMAL_BASIC): renamed from
13274         RE_SYNTAX_POSIX_MINIMAL_BASIC.
13275         (REG_SYNTAX_POSIX_EXTENDED): renamed from RE_SYNTAX_POSIX_EXTENDED.
13276         (REG_SYNTAX_POSIX_MINIMAL_EXTENDED): renamed from
13277         RE_SYNTAX_POSIX_MINIMAL_EXTENDED.
13278         (REG_DUP_MAX): renamed from RE_DUP_MAX.  No need to undef it.
13279         (REG_UNALLOCATED): Renamed from REGS_UNALLOCATED.
13280         (REG_REALLOCATE): Renamed from REGS_REALLOCATE.
13281         (REG_FIXED): Renamed from REGS_FIXED.
13282         (REG_NREGS): Renamed from RE_NREGS.
13283
13284         (REG_ICASE, REG_NEWLINE, REG_NOSUB): Do not depend on the values
13285         of other REG_* macros, since POSIX says the user is allowed to
13286         #undef these macros selectively.
13287
13288         (reg_errcode_t): Update comment stating what other tables need
13289         to be consistent.
13290
13291         Rename the following enum values to obey POSIX requirements.
13292         The old names are still visible as macros.
13293         (_REG_ENOSYS): Renamed from REG_ENOSYS.  Define even if _XOPEN_SOURCE
13294         is not defined, since GNU is supposed to be a superset of POSIX as
13295         much as possible, and since we want reg_errcode_t to be a signed
13296         type for implementation consistency.
13297         (_REG_NOERROR): Renamed from REG_NOERROR.
13298         (_REG_NOMATCH): Renamed from REG_NOMATCH.
13299         (_REG_BADPAT): Renamed from REG_BADPAT.
13300         (_REG_ECOLLATE): Renamed from REG_ECOLLATE.
13301         (_REG_ECTYPE): Renamed from REG_ECTYPE.
13302         (_REG_EESCAPE): Renamed from REG_EESCAPE.
13303         (_REG_ESUBREG): Renamed from REG_ESUBREG.
13304         (_REG_EBRACK): Renamed from REG_EBRACK.
13305         (_REG_EPAREN): Renamed from REG_EPAREN.
13306         (_REG_EBRACE): Renamed from REG_EBRACE.
13307         (_REG_BADBR): Renamed from REG_BADBR.
13308         (_REG_ERANGE): Renamed from REG_ERANGE.
13309         (_REG_ESPACE): Renamed from REG_ESPACE.
13310         (_REG_BADRPT): Renamed from REG_BADRPT.
13311         (_REG_EEND): Renamed from REG_EEND.
13312         (_REG_ESIZE): Renamed from REG_ESIZE.
13313         (_REG_ERPAREN): Renamed from REG_ERPAREN.
13314         (REG_ENOSYS, REG_NOERROR, REG_NOMATCH, REG_BADPAT, REG_ECOLLATE):
13315         (REG_ECTYPE, REG_EESCAPE, REG_ESUBREG, REG_EBRACK, REG_EPAREN):
13316         (REG_EBRACE, REG_BADBR, REG_ERANGE, REG_ESPACE, REG_BADRPT, REG_EEND):
13317         (REG_ESIZE, REG_ERPAREN): Now macros, not enum constants.
13318
13319         (_REG_RE_NAME, _REG_RM_NAME): New macros.
13320         (REG_TRANSLATE_TYPE): Renamed from RE_TRANSLATE_TYPE.  All uses
13321         changed.  But support the old name if the new one is not defined
13322         and if _REGEX_SOURCE.
13323
13324         Change the following member names in struct re_pattern_buffer.
13325         The old names are still supported if !_REGEX_SOURCE.
13326         The new names are always supported, regardless of _REGEX_SOURCE.
13327         (re_buffer): Renamed from buffer.
13328         (re_allocated): Renamed from allocated.
13329         (re_used): Renamed from used.
13330         (re_syntax): Renamed from syntax.
13331         (re_fastmap): Renamed from fastmap.
13332         (re_translate): Renamed from translate.
13333         (re_can_be_null): Renamed from can_be_null.
13334         (re_regs_allocated): Renamed from regs_allocated.
13335         (re_fastmap_accurate): Renamed from fastmap_accurate.
13336         (re_no_sub): Renamed from no_sub.
13337         (re_not_bol): Renamed from not_bol.
13338         (re_not_eol): Renamed from not_eol.
13339         (re_newline_anchor): Renamed from newline_anchor.
13340
13341         Change the following member names in struct re_registers.
13342         The old names are still supported if !_REGEX_SOURCE.
13343         The new names are always supported, regardless of _REGEX_SOURCE.
13344         (rm_num_regs): Renamed from num_regs.
13345         (rm_start): Renamed from start.
13346         (rm_end): Renamed from end.
13347
13348         (re_set_syntax, re_compile_pattern, re_compile_fastmap):
13349         (re_search, re_search_2, re_match, re_match_2, re_set_registers):
13350         Prepend __ to parameter names.
13351
13352         Undo yesterday's changes.
13353
13354 2005-08-24  Paul Eggert  <eggert@cs.ucla.edu>
13355
13356         * config/srclist.txt: Remove glibc bug 1233 and add 1236, which
13357         supersedes it. Add glibc bugs 1237, 1238, 1240.  Comment out
13358         lib/regex.c.
13359
13360 2005-08-24  Jim Meyering  <jim@meyering.net>
13361
13362         Sync from coreutils.
13363         * m4/fcntl-safer.m4: New file.
13364
13365         * m4/xgetcwd.m4: Use AC_LIBSOURCES and AC_LIBOBJ to indicate source
13366         and object files for this module.
13367
13368 2005-08-24  Jim Meyering  <jim@meyering.net>
13369
13370         Sync from coreutils.
13371         * lib/fcntl--.h, lib/fcntl-safer.h, lib/open-safer.c: New files.
13372
13373 2005-08-24  Jim Meyering  <jim@meyering.net>
13374
13375         * modules/xgetcwd (Makefile.am): Remove `lib_SOURCES += ...' line,
13376         now that xgetcwd.m4 requires xgetcwd.c and xgetcwd.h.
13377
13378 2005-08-24  Jim Meyering  <jim@meyering.net>
13379
13380         * modules/fcntl-safer: New module.
13381         * modules/fts (Depends-on): Add fcntl-safer.
13382         * MODULES.html.sh (File descriptor based Input/Output):
13383         Add fcntl-safer.
13384
13385 2005-08-24  Bruno Haible  <bruno@clisp.org>
13386
13387         Support for unit test modules.
13388         * modules/README: Mention tests modules.
13389         * modules/TEMPLATE-TESTS: New file.
13390         * gnulib-tool: New options --extract-tests-module, --with-tests and
13391         --tests-base (unused for the moment).
13392         (testsbase, inctests): New variables.
13393         (func_all_modules): Exclude TEMPLATE-TESTS and *-tests.
13394         (func_verify_module): Exclude TEMPLATE-TESTS.
13395         (func_verify_nontests_module, func_verify_tests_module): New functions.
13396         (func_get_dependencies): Add implicit dependency for tests modules.
13397         (func_get_tests_module): New function.
13398         (func_modules_transitive_closure): When --with-tests was specified,
13399         include the unit tests as well, unless explicitly avoided.
13400         (func_emit_lib_Makefile_am): Ignore the tests modules here.
13401         (func_emit_tests_Makefile_am): New function.
13402         (func_create_testdir): When --with-tests was specified, emit a
13403         tests/ directory.
13404         * MODULES.html.sh (Future developments): Update.
13405
13406 2005-08-24  Bruno Haible  <bruno@clisp.org>
13407
13408         * modules/tls-tests: New file.
13409         * tests/test-tls.c: New file, from GNU gettext.
13410
13411 2005-08-24  Bruno Haible  <bruno@clisp.org>
13412
13413         * modules/lock-tests: New file.
13414         * tests/test-lock.c: New file, from GNU gettext.
13415
13416 2005-08-24  Bruno Haible  <bruno@clisp.org>
13417
13418         * lib/lock.h: Add multiple inclusion guard.
13419         * lib/tls.h: Add multiple inclusion guard.
13420
13421 2005-08-24  Bruno Haible  <bruno@clisp.org>
13422
13423         * gnulib-tool: Add support for the --aux-dir option to
13424         --create-testdir, --create-megatestdir, --test, --megatest.
13425         (func_create_testdir, func_create_megatestdir): Optionally emit a
13426         AC_CONFIG_AUX_DIR directive.
13427         (create-testdir, create-megatestdir, test, megatest): Provide a
13428         default value for $auxdir.
13429
13430 2005-08-24  Bruno Haible  <bruno@clisp.org>
13431
13432         * gnulib-tool (import): Use compound statement instead of subshell
13433         where possible.
13434
13435 2005-08-24  Bruno Haible  <bruno@clisp.org>
13436
13437         * gnulib-tool (import): Change --aux-dir default to "build-aux".
13438
13439 2005-08-24  Bruno Haible  <bruno@clisp.org>
13440
13441         * gnulib-tool (func_version): Update.
13442
13443 2005-08-24  Bruno Haible  <bruno@clisp.org>
13444
13445         * gnulib-tool (func_import, func_create_testdir,
13446         func_create_megatestdir): Quote all autoconf macro arguments.
13447
13448 2005-08-24  Bruno Haible  <bruno@clisp.org>
13449
13450         * gnulib-tool (func_create_megatestdir): Call autoreconf without the
13451         option --force, because --force causes the aclocal.m4 of each
13452         subdirectory to be newer than the corresponding config.h.in.
13453
13454 2005-08-23  Paul Eggert  <eggert@cs.ucla.edu>
13455
13456         * m4/regex.m4 (gl_INCLUDED_REGEX): Remove; no longer used.
13457         All contents moved to gl_REGEX.
13458         (gl_REGEX): Don't bother checking whether lib/regex.c exists;
13459         assume that it does.
13460
13461 2005-08-23  Paul Eggert  <eggert@cs.ucla.edu>
13462
13463         * lib/regex.h (REG_NOSYS)
13464         [!defined _XOPEN_SOURCE && 200112L <= _POSIX_C_SOURCE]:
13465         Define, since POSIX requires it as of 2001.
13466         (_REG_ENOSYS)
13467         [! (defined _XOPEN_SOURCE || 200112L <= _POSIX_C_SOURCE)]:
13468         New private symbol, used to keep the enum signed in all cases.
13469         * lib/regex.h (RE_NO_EMPTY_RANGES): Fix doc bug reported by James
13470         Youngman in
13471         <http://lists.gnu.org/archive/html/bug-gnulib/2005-07/msg00132.html>.
13472
13473         * lib/regex_internal.c (re_string_skip_chars, register_state):
13474         (calc_state_hash):
13475         Remove forward decls; no longer needed now that we use prototypes.
13476         * lib/regexec.c (acquire_init_state_context, check_halt_node_context):
13477         (proceed_next_node, pop_fail_stack, sub_epsilon_src_nodes):
13478         (clean_state_log_if_needed): Likewise.
13479
13480 2005-08-23  Paul Eggert  <eggert@cs.ucla.edu>
13481
13482         * config/srclist.txt: Add glibc bugs 1231-1233.
13483
13484 2005-08-20  Paul Eggert  <eggert@cs.ucla.edu>
13485
13486         Fix problems reported by Sam Steingold in
13487         <http://lists.gnu.org/archive/html/bug-gnulib/2005-08/msg00007.html>.
13488         * lib/regexec.c (sift_states_bkref): Fix portability bug: the code
13489         assumed that reg_errcode_t is a signed type, which is not
13490         necessarily true if _XOPEN_SOURCE is not defined.
13491         * lib/regex_internal.c (calc_state_hash): Put 'inline' before type,
13492         since some compilers warn about it otherwise.
13493
13494 2005-08-20  Paul Eggert  <eggert@cs.ucla.edu>
13495
13496         * lib/regcomp.c (create_initial_state): Remove duplicate decl.
13497         (init_word_char, create_initial_state, duplicate_node_closure):
13498         (fetch_token, peek_token_bracket, build_range_exp):
13499         (build_collating_symbol): Remove forward decls; no longer needed
13500         now that we use prototypes.
13501
13502         * lib/regcomp.c:
13503         (re_compile_pattern, re_set_syntax, re_compile_fastmap):
13504         (re_compile_fastmap_iter, regcomp, regerror, regfree):
13505         (re_compile_internal, init_dfa, init_word_char, free_workarea_compile):
13506         (create_initial_state, optimize_utf8, analyze, postorder, preorder):
13507         (optimize_subexps, lower_subexps, lower_subexp, calc_first, calc_next):
13508         (link_nfa_nodes, duplicate_node_closure, search_duplicated_node):
13509         (duplicate_node, calc_inveclosure, calc_eclosure, calc_eclosure_iter):
13510         (fetch_token, peek_token, peek_token_bracket, parse, parse_reg_exp):
13511         (parse_branch, parse_expression, parse_sub_exp, parse_dup_op):
13512         (build_range_exp, build_collating_symbol, parse_bracket_exp):
13513         (parse_bracket_element, parse_bracket_symbol, build_equiv_class):
13514         (build_charclass, build_charclass_op, fetch_number, create_tree):
13515         (create_token_tree, mark_opt_subexp, duplicate_tree):
13516         Use prototypes rather than old-style definitions.
13517
13518         * lib/regex_internal.c:
13519         (re_string_allocate, re_string_construct, re_string_realloc_buffers):
13520         (re_string_construct_common, build_wcs_buffer, build_wcs_upper_buffer):
13521         (re_string_skip_chars, build_upper_buffer, re_string_translate_buffer):
13522         (re_string_reconstruct, re_string_peek_byte_case):
13523         (re_string_fetch_byte_case, re_string_destruct, re_string_context_at):
13524         (re_node_set_alloc, re_node_set_init_1, re_node_set_init_2):
13525         (re_node_set_init_copy, re_node_set_add_intersect):
13526         (re_node_set_init_union, re_node_set_merge, re_node_set_insert):
13527         (re_node_set_insert_last, re_node_set_compare, re_node_set_contains):
13528         (re_node_set_remove_at, re_dfa_add_node, calc_state_hash):
13529         (re_acquire_state, re_acquire_state_context, register_state):
13530         (create_ci_newstate, create_cd_newstate, free_state):
13531         Likewise.
13532         * lib/regexec.c (regexec, re_match, re_search, re_match_2,
13533         re_search_2):
13534         (re_search_2_stub, re_search_stub, re_copy_regs, re_set_registers):
13535         (re_search_internal, prune_impossible_nodes):
13536         (acquire_init_state_context, check_matching, static):
13537         (check_halt_node_context, check_halt_state_context, proceed_next_node):
13538         (push_fail_stack, pop_fail_stack, set_regs, free_fail_stack_return):
13539         (update_regs, sift_states_backward, build_sifted_states):
13540         (clean_state_log_if_needed, merge_state_array):
13541         (update_cur_sifted_state, add_epsilon_src_nodes):
13542         (sub_epsilon_src_nodes, check_dst_limits, check_dst_limits_calc_pos_1):
13543         (check_dst_limits_calc_pos, check_subexp_limits, sift_states_bkref):
13544         (sift_states_iter_mb, transit_state, merge_state_with_log, static):
13545         (find_recover_state, check_subexp_matching_top, transit_state_mb):
13546         (transit_state_bkref, get_subexp, get_subexp_sub, find_subexp_node):
13547         (check_arrival, check_arrival_add_next_nodes):
13548         (check_arrival_expand_ecl, check_arrival_expand_ecl_sub):
13549         (expand_bkref_cache, build_trtable, group_nodes_into_DFAstates):
13550         (check_node_accept_bytes, check_node_accept, extend_buffers):
13551         (match_ctx_init, match_ctx_clean, match_ctx_free, match_ctx_add_entry):
13552         (search_cur_bkref_entry, match_ctx_add_subtop, match_ctx_add_sublast):
13553         (sift_ctx_init):
13554         Likewise.
13555
13556         * lib/regex_internal.h:
13557         (re_string_allocate, re_string_construct, re_string_reconstruct):
13558         (re_string_realloc_buffers, build_wcs_buffer, build_wcs_upper_buffer):
13559         (build_upper_buffer, re_string_translate_buffer, re_string_destruct):
13560         (re_string_elem_size_at, re_string_char_size_at, re_string_wchar_at):
13561         (re_string_context_at, re_string_peek_byte_case):
13562         (re_string_fetch_byte_case): Declare even if RE_NO_INTERNAL_PROTOTYPES
13563         is defined, since we now use prototypes always.
13564
13565         * lib/regex.h (_RE_ARGS): Remove.  No longer needed, since we assume
13566         C89 or better.  All uses removed.
13567
13568 2005-08-20  Paul Eggert  <eggert@cs.ucla.edu>
13569
13570         * config/srclist.txt: Add glibc bugs 1220-1227.
13571
13572 2005-08-20  Jim Meyering  <jim@meyering.net>
13573
13574         * lib/regexec.c (regexec, re_search_stub) [!_LIBC]: Omit declaration
13575         of unused local, dfa.
13576
13577 2005-08-20  Bruno Haible  <bruno@clisp.org>
13578
13579         * m4/regex.m4 (gl_PREREQ_REGEX): Require AC_GNU_SOURCE.
13580
13581 2005-08-19  Paul Eggert  <eggert@cs.ucla.edu>
13582
13583         * lib/regex_internal.c (re_string_realloc_buffers, re_node_set_insert):
13584         (re_node_set_insert_last, re_dfa_add_node):
13585         Rename local variables to avoid GCC shadowing warnings.
13586
13587 2005-08-19  Paul Eggert  <eggert@cs.ucla.edu>
13588
13589         * lib/regex_internal.c (re_acquire_state, re_acquire_state_context)
13590         [defined lint]: Suppress bogus uninitialized-variable warnings.
13591
13592         * lib/regcomp.c (duplicate_node): Return new index, not an error code,
13593         and let the caller return REG_ESPACE if out of space.  This
13594         removes an uninitialied-variable warning with GCC 4.0.1, and also
13595         avoids taking the address of a local variable.  All callers
13596         changed.
13597
13598 2005-08-19  Paul Eggert  <eggert@cs.ucla.edu>
13599
13600         * config/srclist.txt: Comment out $LIBCSRC/posix/regex_internal.c,
13601         $LIBCSRC/posix/regexec.c.
13602         Add glibc bug 1217 for regcomp.c.
13603
13604 2005-08-19  Jim Meyering  <jim@meyering.net>
13605
13606         * lib/regexec.c (proceed_next_node): Redo local variables to
13607         avoid GCC shadowing warnings.
13608
13609 2005-08-18  Bruno Haible  <bruno@clisp.org>
13610
13611         * lib/strstr.c (strstr): Fix return value in multibyte case.
13612         * lib/strcasestr.c (strcasestr): Likewise.
13613
13614 2005-08-17  Paul Eggert  <eggert@cs.ucla.edu>
13615
13616         * lib/regex.h: Remove useless space-before-tab.  From coreutils.
13617
13618 2005-08-17  Jim Meyering  <jim@meyering.net>
13619
13620         Make the %s format (seconds since the epoch) work for a negative
13621         number and when used with a zero-padded field width, e.g. %015s.
13622
13623         * lib/strftime.c (my_strftime): Move the `do_number_sign_and_padding'
13624         label so that it precedes the code to set `digits'.  Otherwise,
13625         %0Ns wouldn't work.  Before this change, `date -d @-22 +%05s' would
13626         print `00-22'.  Now, it prints `-0022', as it should.
13627
13628 2005-08-17  Bruno Haible  <bruno@clisp.org>
13629
13630         * modules/strstr (Files): Add m4/mbrtowc.m4.
13631         (Depends-on): Add mbuiter.
13632
13633 2005-08-17  Bruno Haible  <bruno@clisp.org>
13634
13635         * modules/strcasestr: New file.
13636         * MODULES.html.sh (String handling, based on ANSI C 89): Add
13637         strcasestr.
13638
13639 2005-08-17  Bruno Haible  <bruno@clisp.org>
13640
13641         * modules/strcase (Depends-on): Add mbuiter. Remove strnlen1, mbchar.
13642
13643 2005-08-17  Bruno Haible  <bruno@clisp.org>
13644
13645         * modules/mbuiter: New file.
13646         * MODULES.html.sh (Extended multibyte and wide character utilities):
13647         Add mbuiter.
13648
13649 2005-08-17  Bruno Haible  <bruno@clisp.org>
13650
13651         * m4/strstr.m4 (gl_FUNC_STRSTR): Use the replacement function always.
13652         (gl_PREREQ_STRSTR): Use gl_FUNC_MBRTOWC.
13653
13654 2005-08-17  Bruno Haible  <bruno@clisp.org>
13655
13656         * m4/strcasestr.m4: New file.
13657
13658 2005-08-17  Bruno Haible  <bruno@clisp.org>
13659
13660         * lib/strstr.h: Ignore HAVE_STRSTR, always declare the gnulib function.
13661         * lib/strstr.c: Completely rewritten, with multibyte locale support.
13662
13663 2005-08-17  Bruno Haible  <bruno@clisp.org>
13664
13665         * lib/strcasestr.h: New file.
13666         * lib/strcasestr.c: New file.
13667
13668 2005-08-17  Bruno Haible  <bruno@clisp.org>
13669
13670         * lib/strcasecmp.c: Use mbuiter.h.
13671
13672 2005-08-17  Bruno Haible  <bruno@clisp.org>
13673
13674         * lib/mbuiter.h: New file.
13675
13676 2005-08-16  Paul Eggert  <eggert@cs.ucla.edu>
13677
13678         * m4/getopt.m4 (gl_GETOPT_CHECK_HEADERS): Do not override the results
13679         of gl_GETOPT_SUBSTITUTE.  That way, if both gl_GETOPT_SUBSTITUTE
13680         and gl_GETOPT are both invoked via different paths (as happens
13681         with GNU tar CVS because it uses both argp and getopt), the former
13682         wins.
13683
13684 2005-08-16  Bruno Haible  <bruno@clisp.org>
13685
13686         * modules/tls: New file.
13687         * MODULES.html.sh (Multithreading): Add tls.
13688
13689 2005-08-16  Bruno Haible  <bruno@clisp.org>
13690
13691         * modules/strnlen1: New file.
13692         * MODULES.html.sh (String handling): Add strnlen1.
13693
13694 2005-08-16  Bruno Haible  <bruno@clisp.org>
13695
13696         * modules/strcase (Files): Add m4/mbrtowc.m4.
13697         (Depends-on): Add strnlen1, mbchar.
13698
13699 2005-08-16  Bruno Haible  <bruno@clisp.org>
13700
13701         * modules/mbiter: New file.
13702         * MODULES.html.sh (Extended multibyte and wide character utilities):
13703         Add mbiter.
13704
13705 2005-08-16  Bruno Haible  <bruno@clisp.org>
13706
13707         * modules/mbfile: New file.
13708         * MODULES.html.sh (Extended multibyte and wide character utilities):
13709         Add mbfile.
13710
13711 2005-08-16  Bruno Haible  <bruno@clisp.org>
13712
13713         * modules/mbchar: New file.
13714         * MODULES.html.sh (Extended multibyte and wide character utilities):
13715         New section.
13716
13717 2005-08-16  Bruno Haible  <bruno@clisp.org>
13718
13719         * m4/tls.m4: New file, from GNU gettext.
13720
13721 2005-08-16  Bruno Haible  <bruno@clisp.org>
13722
13723         * m4/strcase.m4 (gl_FUNC_STRCASECMP): Use the replacement function
13724         always.
13725         (gl_PREREQ_STRCASECMP): Use gl_FUNC_MBRTOWC.
13726
13727 2005-08-16  Bruno Haible  <bruno@clisp.org>
13728
13729         * m4/mbiter.m4: New file.
13730
13731 2005-08-16  Bruno Haible  <bruno@clisp.org>
13732
13733         * m4/mbfile.m4: New file.
13734
13735 2005-08-16  Bruno Haible  <bruno@clisp.org>
13736
13737         * m4/mbchar.m4: New file.
13738
13739 2005-08-16  Bruno Haible  <bruno@clisp.org>
13740
13741         * lib/tls.h: New file, from GNU gettext.
13742         * lib/tls.c: New file, from GNU gettext.
13743
13744 2005-08-16  Bruno Haible  <bruno@clisp.org>
13745
13746         * lib/strnlen1.h: New file.
13747         * lib/strnlen1.c: New file.
13748
13749 2005-08-16  Bruno Haible  <bruno@clisp.org>
13750
13751         * lib/strcasecmp.c (struct mbiter_multi): Remove at_end field.
13752         (mbi_init): Update.
13753         (mbi_avail, mbi_advance): Let the iteration end before the terminating
13754         NUL byte, not after it.
13755
13756 2005-08-16  Bruno Haible  <bruno@clisp.org>
13757
13758         * lib/strcase.h (strcasecmp): Add note in comments.
13759         * lib/strncasecmp.c: Use code from strcasecmp.c.
13760         * lib/strcasecmp.c: Use mbchar module. Define private mbiter variant.
13761         (strcasecmp): Work correctly in multibyte locales.
13762
13763 2005-08-16  Bruno Haible  <bruno@clisp.org>
13764
13765         * lib/mbiter.h: New file.
13766
13767 2005-08-16  Bruno Haible  <bruno@clisp.org>
13768
13769         * lib/mbfile.h: New file.
13770
13771 2005-08-16  Bruno Haible  <bruno@clisp.org>
13772
13773         * lib/mbchar.h: New file.
13774         * lib/mbchar.c: New file.
13775
13776 2005-08-16  Bruno Haible  <bruno@clisp.org>
13777
13778         * lib/mbchar.h (mb_cmp, mb_casecmp): Order the invalid characters after
13779         the valid ones. Makes the comparison operations transitive:
13780         cmp (a, b) < 0 && cmp (b, c) < 0 ==> cmp (a, c) < 0.
13781         * lib/strcasecmp.c (strcasecmp): Use mb_casecmp.
13782
13783 2005-08-15  Simon Josefsson  <jas@extundo.com>
13784
13785         * modules/ssize_t (License): Change to 'unlimited'.
13786
13787         * gnulib-tool (sed_extract_prog): Recognize 'unlimited' license.
13788
13789 2005-08-15  Paul Eggert  <eggert@cs.ucla.edu>
13790
13791         * config/srclist.txt: Comment out $LIBCSRC/posix/regex.h.
13792         Add comments for each pending glibc patch.
13793
13794 2005-08-15  Bruno Haible  <bruno@clisp.org>
13795
13796         * lib/regex.h (__restrict_arr): Don't define to __restrict if
13797         __cplusplus is defined.
13798
13799 2005-08-14  Jim Meyering  <jim@meyering.net>
13800
13801         Sync from coreutils.
13802
13803         * lib/fts-cycle.c (setup_dir, enter_dir, leave_dir, free_dir):
13804         Use the hash-table-based cycle-detection code not just when
13805         FTS_TIGHT_CYCLE_CHECK if specified, but also with FTS_LOGICAL.
13806         Reported by James Youngman in
13807         <http://lists.gnu.org/archive/html/bug-gnulib/2005-08/msg00011.html>.
13808         * lib/fts_.h: Mention that with FTS_LOGICAL, we use
13809         FTS_TIGHT_CYCLE_CHECK.
13810         * lib/fts.c (fts_cross_check) [FTS_DEBUG]:
13811         s/active_dir_ht/fts_cycle.ht/. This lets us compile with -DFTS_DEBUG,
13812         once again.
13813         * lib/fts.c [! _LIBC]: Include "lstat.h" rather than rolling our own.
13814         * lib/fts.c (fd_safer): Remove decl.
13815         Include fcntl--.h rather than unistd-safer.h
13816         (fts_safe_changedir): Don't call fd_safer; no longer needed
13817         now that we include fcntl--.h.
13818
13819 2005-08-12  Simon Josefsson  <jas@extundo.com>
13820
13821         * modules/getndelim2: Use ssize_t module.
13822         * modules/getnline: Likewise.
13823         * modules/safe-read: Likewise.
13824         * modules/xreadlink: Likewise.
13825
13826         * modules/ssize_t: New file.
13827
13828 2005-08-12  Simon Josefsson  <jas@extundo.com>
13829
13830         * m4/readline.m4: Look for termcap, curses or ncurses if required.
13831
13832 2005-08-12  Simon Josefsson  <jas@extundo.com>
13833
13834         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
13835         ssize_t.
13836
13837 2005-08-12  Simon Josefsson  <jas@extundo.com>
13838
13839         * MODULES.html.sh (Extra functions based on ANSI C 89: Misc): Add
13840         readline, getdelim and check_version.
13841         (Support for systems lacking ISO C 99: Sizes of integer types):
13842         Add size_max.
13843
13844 2005-08-12  Bruno Haible  <bruno@clisp.org>
13845
13846         * m4/readline.m4 (gl_FUNC_READLINE): Look for ncurses first.
13847
13848 2005-08-11  Simon Josefsson  <jas@extundo.com>
13849
13850         * modules/readline: New file.
13851
13852         * modules/strnlen (Files): Add strnlen.h.
13853
13854 2005-08-11  Simon Josefsson  <jas@extundo.com>
13855
13856         * m4/readline.m4: New file.
13857
13858 2005-08-11  Simon Josefsson  <jas@extundo.com>
13859
13860         * lib/readline.h, readline.c: New file.
13861
13862 2005-08-11  Simon Josefsson  <jas@extundo.com>
13863
13864         * doc/gnulib.texi (Initial import, Finishing touches): Mention
13865         gl_AVOID.
13866
13867 2005-08-11  Bruno Haible  <bruno@clisp.org>
13868
13869         * lib/strnlen.h (strnlen): Change parameter name to match comment.
13870
13871 2005-08-10  Stepan Kasal  <kasal@ucw.cz>
13872
13873         * m4/onceonly_2_57.m4: Really require Autoconf 2.57.
13874
13875 2005-08-10  Simon Josefsson  <jas@extundo.com>
13876
13877         * tests/test-iconvme.c: New file.
13878
13879 2005-08-10  Simon Josefsson  <jas@extundo.com>
13880
13881         * m4/strnlen.m4: New file.
13882
13883         * m4/strndup.m4: Don't check for strnlen declaration, done in
13884         strnlen.m4.
13885
13886 2005-08-10  Simon Josefsson  <jas@extundo.com>
13887
13888         * lib/strndup.c: Use strnlen.h.
13889
13890         * lib/strnlen.h: New file.
13891
13892 2005-08-08  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny change)
13893
13894         * README: Typos.
13895
13896 2005-08-02  Simon Josefsson  <jas@extundo.com>
13897
13898         * modules/readline: New file.
13899
13900 2005-08-02  Simon Josefsson  <jas@extundo.com>
13901
13902         * modules/getdelim: New file.
13903
13904         * modules/getline: Rewrite, don't use getndelim2.
13905
13906 2005-08-02  Simon Josefsson  <jas@extundo.com>
13907
13908         * m4/getline.m4: Separate out getdelim stuff into separate module.
13909
13910         * m4/getdelim.m4: New file.
13911
13912 2005-08-02  Simon Josefsson  <jas@extundo.com>
13913
13914         * lib/getline.h, getline.c: Rewrite.
13915
13916         * lib/getdelim.h, lib/getdelim.c: New files, ported from glibc.
13917
13918 2005-07-31  Bruno Haible  <bruno@clisp.org>
13919
13920         * lib/lock.h (gl_lock_initializer): New macro.
13921         (gl_lock_define_initialized): Use it.
13922         (gl_rwlock_initializer): New macro.
13923         (gl_rwlock_define_initialized): Use it.
13924         (gl_recursive_lock_initializer): New macro.
13925         (gl_recursive_lock_define_initialized): Use it.
13926
13927 2005-07-30  Karl Berry  <karl@gnu.org>
13928
13929         * doc/gnulib.texi (Initial import): mention -I$(top_builddir)/lib.
13930         Report from Ben Pfaff, regarding getopt.
13931
13932 2005-07-26  Paul Eggert  <eggert@cs.ucla.edu>
13933
13934         Add support to getopt for Emacs, which doesn't use LIBOBJS in the
13935         normal way.
13936         * m4/getopt.m4 (gl_GETOPT_SUBSTITUTE_HEADER): New macro.
13937         (gl_GETOPT_SUBSTITUTE): Use it.  Invoke gl_PREREQ_GETOPT.
13938         (gl_GETOPT_IFELSE, gl_GETOPT_CHECK_HEADERS): New macros.
13939         (gl_GETOPT): Use the new macros.  Most of the implementation
13940         is moved to the new macros.  This is for programs like Emacs
13941         that don't want all the functionality of gl_GETOPT.
13942
13943 2005-07-26  Bruno Haible  <bruno@clisp.org>
13944
13945         * m4/lock.m4: Update from GNU gettext.
13946
13947 2005-07-26  Bruno Haible  <bruno@clisp.org>
13948
13949         * lib/lock.h: Update from GNU gettext.
13950         * lib/lock.c: Update from GNU gettext.
13951
13952 2005-07-25  Paul Eggert  <eggert@cs.ucla.edu>
13953
13954         * m4/regex.m4 (gl_INCLUDED_REGEX): Use AC_RUN_IFELSE instead of the
13955         obsolescent AC_TRY_RUN.  Include the default includes files, for
13956         'exit'.
13957
13958 2005-07-24  Bruno Haible  <bruno@clisp.org>
13959
13960         * modules/visibility: New file.
13961         * MODULES.html.sh (Misc): Add visibility.
13962
13963 2005-07-24  Bruno Haible  <bruno@clisp.org>
13964
13965         * m4/visibility.m4: New file.
13966
13967 2005-07-24  Bruno Haible  <bruno@clisp.org>
13968
13969         * doc/visibility.texi: New file.
13970
13971 2005-07-22  Bruno Haible  <bruno@clisp.org>
13972
13973         * modules/alloca-opt (Makefile.am): Remove explicit dependency on
13974         $(ALLOCA_H), redundant through BUILT_SOURCES.
13975         * modules/argz (Makefile.am): Remove explicit dependency on $(ARGZ_H),
13976         redundant through BUILT_SOURCES.
13977         * modules/byteswap (Makefile.am): Remove explicit dependency on
13978         $(BYTESWAP_H), redundant through BUILT_SOURCES.
13979         * modules/fnmatch (Makefile.am): Remove explicit dependency on
13980         $(FNMATCH_H), redundant through BUILT_SOURCES.
13981         * modules/getopt (Makefile.am): Remove explicit dependency on
13982         $(GETOPT_H), redundant through BUILT_SOURCES.
13983         * modules/glob (Makefile.am): Remove explicit dependency on $(GLOB_H),
13984         redundant through BUILT_SOURCES.
13985         * modules/poll (Makefile.am): Remove explicit dependency on $(POLL_H),
13986         redundant through BUILT_SOURCES.
13987         * modules/stdbool (Makefile.am): Remove explicit dependency on
13988         $(STDBOOL_H), redundant through BUILT_SOURCES.
13989         * modules/stdint (Makefile.am): Remove explicit dependency on
13990         $(STDINT_H), redundant through BUILT_SOURCES.
13991         * modules/sysexits (Makefile.am): Add $(SYSEXITS_H) to BUILT_SOURCES.
13992         Remove explicit dependency on $(SYSEXITS_H).
13993         Reported by Alexandre Duret-Lutz <adl@src.lip6.fr>.
13994
13995 2005-07-18  Simon Josefsson  <jas@extundo.com>
13996
13997         * lib/check-version.c (check_version): Accept identical versions too.
13998
13999 2005-07-18  Bruno Haible  <bruno@clisp.org>
14000
14001         * modules/lock: New file.
14002         * MODULES.html.sh (Multithreading): New section.
14003
14004 2005-07-18  Bruno Haible  <bruno@clisp.org>
14005
14006         * m4/lock.m4: New file, from GNU gettext.
14007
14008 2005-07-18  Bruno Haible  <bruno@clisp.org>
14009
14010         * lib/lock.h: New file, from GNU gettext.
14011         * lib/lock.c: New file, from GNU gettext.
14012
14013 2005-07-18  Bruno Haible  <bruno@clisp.org>
14014
14015         * lib/lock.h (gl_once_t): New type.
14016         (gl_once_define, gl_once): New macros.
14017         * lib/lock.c (fresh_once): New variable.
14018         (glthread_once, glthread_once_call, glthread_once_singlethreaded): New
14019         functions.
14020
14021 2005-07-16  Simon Josefsson  <jas@extundo.com>
14022
14023         * doc/gnulib.texi (Library version handling): Add ELF symbol collision
14024         workaround, suggested by Bruno.
14025
14026 2005-07-15  Paul Eggert  <eggert@cs.ucla.edu>
14027
14028         * modules/xalloc (Depends-on): Add xalloc-die.
14029         * modules/xvasprintf (Depends-on): Add xalloc-die.
14030
14031 2005-07-15  Paul Eggert  <eggert@cs.ucla.edu>
14032
14033         * lib/quotearg.c: Add translator comment suggested by Bruno Haible,
14034         with a minor change.
14035
14036 2005-07-15  Bruno Haible  <bruno@clisp.org>
14037
14038         * m4/poll.m4 (gl_FUNC_POLL): Check against MacOS X 10.4 poll() bug.
14039         When using lib/poll.c, define poll as rpl_poll.
14040
14041 2005-07-14  Paul Eggert  <eggert@cs.ucla.edu>
14042
14043         * modules/argp (Depends-on): Remove unlocked-io.
14044
14045 2005-07-14  Derek Price  <derek@ximbiot.com>
14046
14047         * m4/glob.m4 (gl_GLOB): Cache glob interface check result.  Add check
14048         for glob symlink bug.
14049
14050 2005-07-14  Bruno Haible  <bruno@clisp.org>
14051
14052         * m4/argp.m4 (gl_ARGP): Remove invocation of gl_FUNC_GLIBC_UNLOCKED_IO.
14053         Instead, test for *_unlocked function declarations directly.
14054
14055 2005-07-11  Simon Josefsson  <jas@extundo.com>
14056
14057         * modules/size_max: New file.
14058
14059         * modules/xsize: Depend on size_max module for size_max.m4.
14060
14061 2005-07-11  Simon Josefsson  <jas@extundo.com>
14062
14063         * lib/size_max.h: New file.
14064
14065 2005-07-11  Paul Eggert  <eggert@cs.ucla.edu>
14066
14067         * lib/version-etc-fsf.c (version_etc_copyright): Parameterize the
14068         copyright symbol and the year.
14069         * lib/version-etc.c (COPYRIGHT_YEAR): New constant.
14070         (version_etc_va): Use parameterized copyright notice.
14071         Reword to conform to the current GNU coding standards.
14072
14073 2005-07-11  Karl Berry  <karl@gnu.org>
14074
14075         * doc/gnulib.texi (Quoting): new node.
14076         (Initial import): more info, from Patrice.
14077
14078 2005-07-11  Bruno Haible  <bruno@clisp.org>
14079
14080         * gnulib-tool (func_usage): Document option --avoid.
14081         (Command line options): Handle --avoid.
14082         (func_acceptable): New function.
14083         (func_modules_transitive_closure): Use it.
14084
14085 2005-07-11  Bruno Haible  <bruno@clisp.org>
14086
14087         * MODULES.html.sh: Use shortcut URLs to the www.opengroup.org site.
14088         Reported by Jim Meyering.
14089
14090 2005-07-10  Bruno Haible  <bruno@clisp.org>
14091
14092         * m4/size_max.m4 (gl_SIZE_MAX): Cast ~(size_t)0 back to size_t.
14093         Needed when size_t is smaller than 'unsigned int'.
14094         Reported by Paul Eggert.
14095
14096 2005-07-09  Sergey Poznyakoff  <gray@gnu.org.ua>
14097
14098         * modules/argp (Depends-on): Add unlocked-io
14099
14100 2005-07-09  Sergey Poznyakoff  <gray@gnu.org.ua>
14101
14102         * lib/argp-namefrob.h: Include unlocked-io.h. Removed unnecessary
14103         block of defines.
14104
14105 2005-07-08  Paul Eggert  <eggert@cs.ucla.edu>
14106
14107         * config/srclist.txt: Comment out regcomp.c, since we have a porting
14108         fix now.
14109
14110 2005-07-08  Eric Blake  <ebb9@byu.net>  (tiny change)
14111         and Paul Eggert  <eggert@cs.ucla.edu>
14112
14113         * lib/regcomp.c (init_dfa, build_range_exp): Store __btowc value
14114         in wint_t, not wchar_t.  Remove now-unnecessary cast.
14115
14116 2005-07-07  Paul Eggert  <eggert@cs.ucla.edu>
14117
14118         * modules/regex (Files): Add lib/regex_internal.c,
14119         lib/regex_internal.h, lib/regexec.c, lib/regcomp.c, m4/codeset.m4.
14120         (Depends-on): Add extensions.
14121         (Makefile.am): Remove lib_SOURCES; now done by m4 code.
14122
14123 2005-07-07  Paul Eggert  <eggert@cs.ucla.edu>
14124
14125         * m4/backupfile.m4 (gl_BACKUPFILE): Use AC_CHECK_FUNCS_ONCE on
14126         pathconf.
14127         * m4/same.m4 (gl_SAME): Likewise.
14128         Require AC_SYS_LONG_FILE_NAMES; bug reported by Gerrit P. Haase.
14129
14130         * m4/regex.m4: Adjust to new libc regex implementation.
14131         (gl_INCLUDED_REGEX): Add AC_LIBSOURCES for
14132         all the .c and .h parts of (the new) regex.
14133         Quote the m4 stuff better.
14134         Check for RE_ICASE bug of old gnulib.
14135         Check for REG_STARTEND of recent libc.
14136         Rename local variables from jm_* to gl_*.
14137         Quote operand of "test -f".
14138         Say "recent enough" version of libc, not "version 2".
14139         (gl_PREREQ_REGEX): Remove AC_FUNC_ALLOCA, since alloca is a
14140         prerequisite module.  Remove AC_HEADER_STDC; no longer needed.
14141         Check for locale.h, isblank, mbrtowc, wcrtomb, wcscoll.
14142         Remove check for btowc, isascii.
14143         Require AM_LANGINFO_CODESET.
14144
14145 2005-07-07  Paul Eggert  <eggert@cs.ucla.edu>
14146
14147         * lib/regex.c, regex.h: Sync from libc.
14148         * lib/regcomp.c, lib/regexec_internal.c, lib/regex_internal.h:
14149         * lib/regexec.c:
14150         New files, synced from libc, except that regex_internal.h
14151         currently has a small porting fix.
14152
14153 2005-07-07  Paul Eggert  <eggert@cs.ucla.edu>
14154
14155         * config/srclist.txt: Add regcomp.c, regex.c, regex.h,
14156         regex_internal.c, regexec.c.
14157         Add regex_internal.h too, but as a comment, since the libc version
14158         is currently broken in gnulib mode.
14159
14160 2005-07-06  Paul Eggert  <eggert@cs.ucla.edu>
14161
14162         Support programs like Emacs that use gnulib but not gettext.
14163         * MODULES.html.sh (Internationalization functions): Add gettext-h.
14164         * modules/gettext-h: New file.
14165         * modules/gettext (Files): Remove lib/gettext.h.
14166         (Depends-on): Add gettext-h.
14167         (Makefile.am): Remove lib_SOURCES.
14168         * modules/argmatch, modules/c-stack, modules/closeout:
14169         * modules/copy-file, modules/csharpcomp, modules/csharpexec:
14170         * modules/execute, modules/file-type, modules/getaddrinfo:
14171         * modules/getopt, modules/human, modules/javacomp:
14172         * modules/javaexec, modules/mkdir-p, modules/obstack:
14173         * modules/openat, modules/pagealign_alloc, modules/pipe:
14174         * modules/quotearg, modules/regex, modules/rpmatch:
14175         * modules/unicodeio, modules/userspec, modules/version-etc:
14176         * modules/wait-process, modules/xalloc-die, modules/xmemcoll:
14177         * modules/xsetenv:
14178         Depend on gettext-h, not gettext.
14179
14180 2005-07-05  Paul Eggert  <eggert@cs.ucla.edu>
14181
14182         * gnulib-tool (func_import): Add support for 'public domain' license.
14183         * modules/alloca, modules/atexit, modules/memmove:
14184         Now public domain, not GPL.
14185         * modules/dup2, modules/getpagesize, modules/malloc, modules/memset:
14186         * modules/realloc, modules/strerror, modules/strtod:
14187         Now LGPL, not GPL.
14188
14189 2005-07-05  Bruno Haible  <bruno@clisp.org>
14190
14191         * m4/mbrtowc.m4 (gl_FUNC_MBRTOWC): Upgrade to version from current
14192         autoconf CVS. Needed for mingw.
14193
14194 2005-07-03  Paul Eggert  <eggert@cs.ucla.edu>
14195
14196         Remove the dependency of the strftime module on the tzset module.
14197         * modules/strftime (Depends-on): Remove dependency on tzset.
14198
14199 2005-07-03  Paul Eggert  <eggert@cs.ucla.edu>
14200
14201         Remove the dependency of the strftime module on the tzset module.
14202         * m4/strftime.m4 (gl_FUNC_STRFTIME): Don't require
14203         gl_FUNC_TZSET_CLOBBER.
14204
14205 2005-07-03  Paul Eggert  <eggert@cs.ucla.edu>
14206
14207         Remove the dependency of the strftime module on the tzset module.
14208         * lib/strftime.c (my_strftime)
14209         [! defined _LIBC && ! HAVE_RUN_TZSET_TEST]:
14210         Copy the input structure, to work around some of the bug with
14211         Solaris 2.5.1 and Solaris 2.6.  If you still care about these old
14212         Solaris releases, you should also use the tzset module, but we won't
14213         require it as a dependency any more since we don't want LGPLed code
14214         to depend on GPLed code.
14215
14216 2005-07-02  Jim Meyering  <jim@meyering.net>
14217
14218         * m4/chown.m4, cloexec.m4, dup2.m4, fsusage.m4:
14219         * m4/getcwd-path-max.m4, getcwd.m4, mkstemp.m4, mountlist.m4:
14220         * m4/pagealign_alloc.m4, save-cwd.m4, unistd-safer.m4:
14221         Don't check for fcntl.h, and don't test for HAVE_FCNTL_H.
14222
14223 2005-07-02  Jim Meyering  <jim@meyering.net>
14224
14225         * lib/backupfile.c (backup_args): Change a `0' to NULL.
14226
14227 2005-07-01  Paul Eggert  <eggert@cs.ucla.edu>
14228
14229         * lib/xnanosleep.c: Include timespec.h, since OpenBSD 3.4 <time.h>
14230         declares only 'struct timespec;' (!).
14231
14232 2005-07-01  Jim Meyering  <jim@meyering.net>
14233
14234         * lib/chown.c, cloexec.c, dup-safer.c, dup2.c, fsusage.c, getcwd.c:
14235         * lib/getloadavg.c, mountlist.c, openat.h, pagealign_alloc.c:
14236         * lib/save-cwd.c, tempname.c:
14237         Assume HAVE_FCNTL_H (i.e., include <fcntl.h> unconditionally,
14238         and don't include <sys/file.h>).
14239
14240 2005-06-29  Jim Meyering  <jim@meyering.net>
14241
14242         * lib/mkdir-p.c (make_dir_parents): Don't apply sizeof to a hard-coded
14243         type name.  Use the variable name instead.
14244         * lib/idcache.c (getuser, getuidbyname, getgroup, getgidbyname):
14245         Likewise.
14246
14247 2005-06-28  Simon Josefsson  <jas@extundo.com>
14248
14249         * modules/check-version (Files): Add check-version.m4.
14250
14251 2005-06-28  Simon Josefsson  <jas@extundo.com>
14252
14253         * m4/check-version.m4: New file, suggested by Jim Meyering
14254         <jim@meyering.net>.
14255
14256 2005-06-28  Simon Josefsson  <jas@extundo.com>
14257
14258         * lib/check-version.h, lib/check-version.c: New files.
14259
14260 2005-06-28  Simon Josefsson  <jas@extundo.com>
14261
14262         * lib/base64.c (base64_encode): Indent.  Rename 'b64' to avoid
14263         collision with global variable.  Better indentation.  Don't
14264         increment buffer pointer beyond buffer end.  Based on comments
14265         from Paul Eggert <eggert@cs.ucla.edu>.
14266
14267         * lib/base64.h: Indent.
14268
14269 2005-06-28  Simon Josefsson  <jas@extundo.com>
14270
14271         * doc/gnulib.texi (Library version handling): New section.
14272
14273 2005-06-28  Jim Meyering  <jim@meyering.net>
14274
14275         * check-module (find_included_lib_files): Hard-code another
14276         pair of exceptions: fts.c includes fts-cycle.c and unistd-safer.h
14277         but modules/fts-lgpl (correctly) does not list those files.
14278
14279         * modules/canonicalize (Files): Add lib/pathmax.h.
14280
14281 2005-06-25  Simon Josefsson  <jas@extundo.com>
14282
14283         * modules/check-version: New file.
14284
14285 2005-06-24  Paul Eggert  <eggert@cs.ucla.edu>
14286
14287         * lib/canon-host.c (canon-host): Append trailing "," to 0 in
14288         initializer of struct addrinfo, as an indication that we don't
14289         care how many members the structure has.
14290
14291 2005-06-24  Derek Price  <derek@ximbiot.com>
14292         and Bruno Haible  <bruno@clisp.org>
14293
14294         Remove stat module & update lstat.
14295         * m4/lstat.m4 (gl_FUNC_LSTAT): Drop AC_FUNC_LSTAT in favor of
14296         AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK.
14297         * m4/stat.m4: Remove this file.
14298
14299 2005-06-24  Derek Price  <derek@ximbiot.com>
14300         and Bruno Haible  <bruno@clisp.org>
14301
14302         Remove stat module & update lstat.
14303         * lib/stat.c: Remove this file...
14304         (slash_aware_lstat): ...moving this content and its support...
14305         * lib/lstat.c (rpl_lstat): ...into here.
14306         * lib/lstat.h: New file.
14307
14308 2005-06-24  Derek Price  <derek@ximbiot.com>
14309         and Bruno Haible  <bruno@clisp.org>
14310
14311         Remove stat module & update lstat.
14312         * config/srclist.txt (libc sources): Remove stat.
14313
14314 2005-06-24  Derek Price  <derek@ximbiot.com>
14315         and Bruno Haible  <bruno@clisp.org>
14316
14317         Remove stat module & update lstat.
14318         * MODULES.html.sh (stat): Remove.
14319         * MODULES.html: Regenerated.
14320         * modules/lstat (Description): Correct function name.
14321         (Files): Add "lstat.h".
14322         (Depends-on): Remove stat, add xalloc, stat-macros.
14323         * modules/stat: Remove this file.
14324         (Include): Add "lstat.h", remove <sys/stat.h>.
14325
14326 2005-06-23  Paul Eggert  <eggert@cs.ucla.edu>
14327
14328         * lib/mktime.c: Include <string.h> even if !DEBUG.  (From glibc.)
14329         (ranged_convert): Don't save conversion in a temporary struct.
14330         This causes a warning with GCC 4.0.0, and anyway in the typical
14331         case it's not worth the extra 100 bytes or so of code.
14332         (ranged_convert, __mktime_internal): When calling a function via a
14333         pointer P, use P () rather than (*P) (), as we now assume C89 or
14334         better.
14335
14336 2005-06-22  Paul Eggert  <eggert@cs.ucla.edu>
14337
14338         * lib/readutmp.c (desirable_utmp_entry): Fix bug where "who -b" and
14339         "who -r" failed to give output.  Problem reported by Tim Waugh.
14340
14341         * lib/xmalloc.c (HAVE_GNU_CALLOC): New constant.
14342         (xcalloc): Use it to avoid needless tests.
14343         Problem reported by Jim Meyering.
14344
14345 2005-06-20  Derek Price  <derek@ximbiot.com>
14346
14347         * m4/bison.m4: Note that precious decls of YACC & YFLAGS will be
14348         unnecessary for Autoconfs > 2.59c.
14349
14350 2005-06-16  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
14351
14352         * lib/argp.h (__option_is_short): Check upper limit of
14353         __key. Isprint() requires its argument to have the value
14354         of an unsigned char or EOF.
14355
14356 2005-06-16  Jim Meyering  <jim@meyering.net>
14357
14358         * lib/calloc.c (rpl_calloc): Allocate a 1-byte buffer (not 1xS or Nx1)
14359         when either N or S is zero.
14360
14361 2005-06-16  Derek Price  <derek@ximbiot.com>
14362
14363         * m4/bison.m4: Declare YACC & YFLAGS precious.
14364
14365 2005-06-10  Paul Eggert  <eggert@cs.ucla.edu>
14366
14367         * lib/fnmatch.c (fnmatch): If there is an encoding error in a
14368         multibyte string or pattern, fall back on unibyte matching.
14369         Problem reported by James Youngman.
14370
14371 2005-06-08  Bruno Haible  <bruno@clisp.org>
14372
14373         * modules/csharpcomp: New file.
14374         * MODULES.html.sh (C#): Add csharpcomp.
14375
14376 2005-06-08  Bruno Haible  <bruno@clisp.org>
14377
14378         * m4/csharpcomp.m4: New file, from GNU gettext.
14379
14380 2005-06-08  Bruno Haible  <bruno@clisp.org>
14381
14382         * lib/csharpcomp.h: New file, from GNU gettext.
14383         * lib/csharpcomp.c: New file, from GNU gettext.
14384         * lib/csharpcomp.sh.in: New file, from GNU gettext.
14385
14386 2005-06-08  Bruno Haible  <bruno@clisp.org>
14387
14388         * lib/binary-io.h (fileno): Undefine before defining it. Avoids a gcc
14389         warning on mingw.
14390
14391 2005-06-07  Derek Price  <derek@ximbiot.com>
14392
14393         Sync from CVS.
14394         * lib/glob_.h: Indent nested #ifdef.
14395
14396 2005-06-02  Paul Eggert  <eggert@cs.ucla.edu>
14397
14398         Sync from coreutils.
14399         Use "file name" when talking about file names, instead of "filename"
14400         or "path", as per the GNU coding standards.
14401         * lib/mkdir-p.c: Renamed from makepath.c.
14402         (make_dir_parents): Renamed from make_path.  All callers changed.
14403         * lib/mkdir-p.h: Likewise.  All includers changed.
14404         * lib/filenamecat.c: Renamed from path-concat.c.
14405         (file_name_concat): Renamed from path_concat.  All callers changed.
14406         [TEST_FILE_NAME_CONCAT]: Renamed from TEST_PATH_CONCAT.
14407         * lib/filenamecat.h: Likewise.  All includers changed.
14408         * lib/acl.c: Don't use "path" or "filename" to mean "file name"
14409         in comments or local variable names.
14410         * lib/basename.c: Likewise.
14411         * lib/canonicalize.c, canonicalize.h: Likewise.
14412         * lib/dirname.c, dirname.h: Likewise.
14413         * lib/euidaccess.c: Likewise.
14414         * lib/exclude.c: Likewise
14415         * lib/fnmatch_.h, fnmatch_loop.c: Likewise.
14416         * lib/fsusage.c, fsuage.h: Likewise.
14417         * lib/fts.c, fts_.h: Likewise.
14418         * lib/getcwd.c: Likewise.
14419         * lib/getloadavg.c: Likewise.
14420         * lib/mkstemp.c: Likewise.
14421         * lib/mountlist.c, mountlist.h: Likewise.
14422         * lib/openat.c, openat.h: Likewise.
14423         * lib/readlink-stub.c: Likewise.
14424         * lib/readutmp.c, readutmp.h: Likewise.
14425         * lib/rename.c: Likewise.
14426         * lib/rmdir.c: Likewise.
14427         * lib/same.c: Likewise.
14428         * lib/savedir.c: Likewise.
14429         * lib/stripslash.c: Likewise.
14430         * lib/tempname.c: Likewise.
14431         * lib/xreadlink.c: Likewise.
14432         * lib/exclude.c (excluded_file_name): Renamed from excluded_filename.
14433         All uses changed.
14434         * lib/exclude.h: Likewise.
14435
14436         * lib/euidaccess.c (getuid, getgid, getuid, getegid)
14437         [!defined _POSIX_VERSION]: Remove decls; not needed these days.
14438         * lib/idcache.c (getpwuid, getpwnam, getgrgid, getgrnam)
14439         [!defined _POSIX_VERSION]: Remove decls; not needed these days.
14440         * lib/pathmax.h: Include <limits.h> unconditionally, since other
14441         files have been getting away with it for years (MORE/BSD 4.3
14442         is extinct now).
14443         * lib/userspec.c (getpwnam, getgrnam, getgrgid)
14444         [!defined _POSIX_VERSION]: Remove decls; not needed these days.
14445
14446         * lib/pathmax.h (_POSIX_PATH_MAX) [!defined _POSIX_PATH_MAX]:
14447         Define to 256, not 255, as per modern POSIX.
14448
14449 2005-06-02  Paul Eggert  <eggert@cs.ucla.edu>
14450
14451         Sync from coreutils.
14452         Use "file name" when talking about file names, instead of "filename"
14453         or "path", as per the GNU coding standards.
14454         * MODULES.html.sh: mkdir-p renamed from makepath.
14455         filenamecat renamed from path-concat.
14456         * modules/filenamecat: Renamed from modules/path-concat.
14457         (Files): filenamecat.h and filenamecat.c renamed from
14458         path-concat.h and path-concat.c.
14459         (configure.ac): gl_FILE_NAME_CONCAT, not gl_PATH_CONCAT.
14460         (Include): filenamecat.h, not path-concat.h.
14461         * modules/mkdir-p: Renamed from modules/makepath.
14462         (Files): mkdir-p.h and mkdir-p.c renamed from makepath.h and
14463         makepath.c.
14464         (configure.ac): gl_MKDIR_PARENTS, not gl_MAKEPATH.
14465         (Include): mkdir-p.h, not makepath.h.
14466
14467 2005-06-02  Paul Eggert  <eggert@cs.ucla.edu>
14468
14469         Sync from coreutils.
14470         * m4/mkdir-p.m4: Renamed from makepath.m4.
14471         (gl_MKDIR_PARENTS): Renamed from gl_MAKEPATH.  All uses changed.
14472         Rename files from makepath.c to mkdir-p.c, and from
14473         makepath.h to mkdir-p.h.
14474         * m4/filenamecat.m4: Renamed from path-concat.m4.
14475         (gl_FILE_NAME_CONCAT): Renamed from gl_PATH_CONCAT.  All uses changed.
14476         Rename files from path-concat.c to filenamecat.c,
14477         and from path-concat.h to filenamecat.h.
14478         * m4/getcwd-path-max.m4: Don't use "path" or "filename" to mean
14479         "file name" in local variables or comments.
14480         * m4/rename.m4: Likewise.
14481
14482 2005-06-01  Bruno Haible  <bruno@clisp.org>
14483
14484         * modules/csharpexec: New file.
14485         * MODULES.html.sh (C#): New section.
14486
14487 2005-06-01  Bruno Haible  <bruno@clisp.org>
14488
14489         * m4/csharp.m4: New file, from GNU gettext.
14490         * m4/csharpexec.m4: New file, from GNU gettext.
14491
14492 2005-06-01  Bruno Haible  <bruno@clisp.org>
14493
14494         * lib/csharpexec.h: New file, from GNU gettext.
14495         * lib/csharpexec.c: New file, from GNU gettext.
14496         * lib/csharpexec.sh.in: New file, from GNU gettext.
14497
14498 2005-05-31  Derek Price  <derek@ximbiot.com>
14499             Paul Eggert  <eggert@cs.ucla.edu>
14500
14501         Sync from cvs.
14502         * m4/glob.m4: s/MISSING_SYS_CDEFS_H/_SYS_CDEFS_H/ and comment.
14503
14504 2005-05-31  Derek Price  <derek@ximbiot.com>
14505             Paul Eggert  <eggert@cs.ucla.edu>
14506
14507         Sync from cvs.
14508         * lib/glob_.h: s/MISSING_SYS_CDEFS_H/_SYS_CDEFS_H/ and comment.
14509
14510 2005-05-29  Derek Price  <derek@ximbiot.com>
14511
14512         * config/srclist.txt (glob_.h, glob.c): Add these files.
14513
14514 2005-05-29  Derek Price  <derek@ximbiot.com>
14515
14516         * MODULES.html.sh: Add glob to Enhanced POSIX.2001 section.
14517         * modules/glob: New file.
14518         * modules/getlogin_r: Add link to POSIX spec in description.
14519
14520 2005-05-29  Derek Price  <derek@ximbiot.com>
14521             Paul Eggert  <eggert@cs.ucla.edu>
14522
14523         * m4/glob.m4: New file.
14524
14525 2005-05-29  Derek Price  <derek@ximbiot.com>
14526             Paul Eggert  <eggert@cs.ucla.edu>
14527
14528         * lib/glob_.h, lib/glob.c: New files.
14529
14530 2005-05-27  Paul Eggert  <eggert@cs.ucla.edu>
14531
14532         * modules/fts (Files): Remove m4/inttypes-pri.m4.
14533         * modules/fts-lgpl (Depends-on): Remove gettext.
14534
14535 2005-05-27  Paul Eggert  <eggert@cs.ucla.edu>
14536
14537         * m4/fts.m4 (gl_FUNC_FTS_CORE): Don't check for inttypes.h or stdint.h,
14538         and don't require gt_INTTYPES_PRI.
14539
14540 2005-05-27  Paul Eggert  <eggert@cs.ucla.edu>
14541
14542         * lib/getlogin_r.c (getlogin_r): Don't set errno to 0 on return.
14543
14544         * lib/fts.c: Don't worry about debugging on pre-C99-compatible hosts;
14545         the configuration hassle isn't worth it.
14546         Include inttypes.h and stdint.h unconditionally if FTS_DEBUG.
14547         (LONGEST_MODIFIER, PRIuMAX): Remove.
14548
14549 2005-05-27  Bruno Haible  <bruno@clisp.org>
14550
14551         * lib/getlogin_r.h: Remove second include of <stddef.h>.
14552
14553 2005-05-26  Paul Eggert  <eggert@cs.ucla.edu>
14554
14555         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Define
14556         _POSIX_PTHREAD_SEMANTICS for Solaris.
14557
14558 2005-05-25  Derek Price  <derek@ximbiot.com>
14559
14560         * MODULES.html.sh: Add getlogin_r to POSIX.2001 support section.
14561
14562 2005-05-25  Derek Price  <derek@ximbiot.com>
14563             Paul Eggert  <eggert@cs.ucla.edu>
14564
14565         * modules/getlogin_r, m4/getlogin_r.m4: New files.
14566         * lib/getlogin_r.c, getlogin_r.h: New files.
14567
14568 2005-05-25  Bruno Haible  <bruno@clisp.org>
14569             Derek Price  <derek@ximbiot.com>
14570
14571         * lib/getlogin_r.h: Simplify API documentation.
14572
14573 2005-05-23  Derek Price  <derek@ximbiot.com>
14574
14575         * modules/minmax (Files): Add m4/minmax.m4.
14576         (configure.ac): Add gl_MINMAX.
14577
14578 2005-05-22  Paul Eggert  <eggert@cs.ucla.edu>
14579
14580         * lib/fts.c (fd_safer) [_LGPL_PACKAGE]: New static function,
14581         so that unistd-safer.h (GPL'ed code) need not be included.
14582
14583 2005-05-22  Bruno Haible  <bruno@clisp.org>
14584
14585         * m4/minmax.m4: New file.
14586         Based on a patch by Derek Price <derek@ximbiot.com>.
14587
14588 2005-05-22  Bruno Haible  <bruno@clisp.org>
14589
14590         * lib/stdint_.h (_STDINT_H_HAVE_INT64): New macro. Use it in #ifdefs.
14591         (INT64_MIN): Fix definition.
14592         Suggested by Paul Eggert <eggert@cs.ucla.edu>.
14593
14594         * lib/stdint_.h (_STDINT_H_NEED_SIGNED_INT_TYPES): Renamed from
14595         NEED_SIGNED_INT_TYPES.
14596
14597         * lib/stdint_.h (_STDINT_H_HAVE_SYSTEM_INTTYPES): Renamed from
14598         HAVE_SYSTEM_INTTYPES.
14599
14600 2005-05-22  Bruno Haible  <bruno@clisp.org>
14601
14602         * lib/minmax.h: Include <limits.h> only when it defines MIN, MAX.
14603         Also include <sys/param.h> if it defines MIN, MAX.
14604         Based on a patch by Derek Price <derek@ximbiot.com>.
14605
14606 2005-05-21  Jim Meyering  <jim@meyering.net>
14607
14608         * modules/fts (Files): Add m4/inttypes-pri.m4.
14609         (Depends-on): Add lstat and remove gettext.  Alphabetize.
14610
14611 2005-05-20  Paul Eggert  <eggert@cs.ucla.edu>
14612
14613         New fts module.
14614         * lib/fts.c: Don't include "cycle-check.h" or "hash.h".
14615         (setup_dir, free_dir): New functions.
14616         (enter_dir, leave_dir): Define trivial
14617         alternatives of _LGPL_PACKAGE.  Move to fts-cycle.c if !_LGPL_PACKAGE.
14618         (HT_INITIAL_SIZE, ENTER_DIR): Remove.  All uses removed.
14619         (LEAVE_DIR): Fix typo: pass Fts and Ent to leave_dir.
14620         (struct Active_dir, AD_compare, AD_hash, enter_dir, leave_dir):
14621         Move to fts-cycle.c.
14622         (fts_open): Use setup_dir.
14623         (fts_close): Use free_dir.
14624         (fts_read): Have just one copy of the ENTER_DIR code rather than three.
14625         This adds a label and some gotos, but the alternatives were messier.
14626         Check for memory allocation failure when entering a dir.
14627         (fts_stat) [_LGPL_PACKAGE]: Bring back glibc cycle detection code.
14628         * lib/fts_.h (_LGPL_PACKAGE) [defined _LIBC]: New macro.
14629         (FTS): New member fts_cycle, that is a union that contains the
14630         old active_dir_ht and cycle_state.  All uses changed to mention
14631         fts_cycle.ht and fts_cycle.state.
14632         * lib/fts-cycle.c: New file, containing GPL'ed code migrated out of
14633         fts.c, with the following changes:
14634         (setup_dir, free_dir): New functions.
14635         (enter_dir): Now returns bool.  Return true if successful, false
14636         if memory exhausted.  All callers changed.
14637         Do not bother partly cleaning up on
14638         memory allocation failure; that is free_dir's job.
14639         However, free ad if hash_insert fails, to avoid memory leak.
14640         (enter_dir, leave_dir): Accommodate change to FTS by inspecting
14641         fts->fts_options to see which union member to use.
14642
14643 2005-05-20  Paul Eggert  <eggert@cs.ucla.edu>
14644
14645         * m4/fts.m4 (gl_FUNC_FTS_CORE): Renamed from gl_FUNC_FTS.
14646         (gl_FUNC_FTS, gl_FUNC_FTS_LGPL): New macros.
14647
14648 2005-05-20  Paul Eggert  <eggert@cs.ucla.edu>
14649
14650         * MODULES.html.sh (File system functions): Add fts, fts-lgpl.
14651
14652 2005-05-20  Jim Meyering  <jim@meyering.net>
14653
14654         * lib/unlinkdir.h (cannot_unlink_dir) [UNLINK_CANNOT_UNLINK_DIR]:
14655         Now a macro, to pacify GCC.
14656
14657 2005-05-20  Eric Blake  <ebb9@byu.net>  (tiny change)
14658
14659         * m4/chown.m4 (gl_FUNC_CHOWN): Correct sense of test for honoring IDs
14660         of -1.
14661
14662 2005-05-20  Eric Blake  <ebb9@byu.net>  (tiny change)
14663
14664         * lib/chown.c (rpl_chown): Return -1 on failure.
14665
14666 2005-05-18  Paul Eggert  <eggert@cs.ucla.edu>
14667
14668         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME]):
14669         Don't check for stddef.h.
14670         * m4/fts.m4 (gl_FUNC_FTS): Don't require AC_HEADER_STDC, as we
14671         don't use its results.
14672         Don't check for fcntl.h, stddef.h, stdlib.h, string.h, unistd.h,
14673         since we include them unconditionally.  Don't require
14674         AM_STDBOOL_H, since stdbool is a prerequisite.
14675         Don't require AC_C_CONST, AC_TYPE_SIZE_T or check for ptrdiff_t
14676         since we assume C89 or better.
14677         Don't require AC_FUNC_CLOSEDIR_VOID, AC_FUNC_LSTAT, or AC_FUNC_STAT,
14678         as we don't use their results.
14679         Don't check for fchdir, memmove, memset, strrchr, as we use
14680         them unconditionally.
14681         * m4/gettimeofday.m4 (AC_FUNC_GETTIMEOFDAY_CLOBBER): Don't define
14682         GETTIMEOFDAY_CLOBBERS_LOCALTIME_BUFFER, since nobody uses it.
14683
14684 2005-05-18  Paul Eggert  <eggert@cs.ucla.edu>
14685
14686         * lib/canonicalize.c: Include canonicalize.h first, to test interface.
14687         Include <stddef.h> unconditionally, since we assume C89 now.
14688         All uses of PTR_INT_TYPE replaced by ptrdiff_t.
14689         * lib/fts.c: Include fts_.h first, to check interface.
14690         Do not include intprops.h; no longer needed.
14691         Include cycle-check.h and hash.h, since fts_.h no longer does.
14692         Remove unnecessary casts of closedir to void.
14693         (fts_build): Use a simpler method (not involving TYPE_SIGNED) to
14694         decide whether to decrement nlinks.
14695         * lib/fts_.h: Do not include hash.h or cycle-check.h; no longer needed.
14696         (FTS): Use struct hash_table * instead of Hash_table, so that
14697         we no longer need to include hash.h here.
14698
14699 2005-05-18  Jim Meyering  <jim@meyering.net>
14700
14701         * modules/dirfd (License): Change to LGPL.  Most of the code
14702         is already in the public domain.
14703
14704 2005-05-18  Jim Meyering  <jim@meyering.net>
14705
14706         * m4/fts.m4 (AC_LIBSOURCES): Add intprops.h to the list.
14707         Reported by Yoann Vandoorselaere.
14708
14709 2005-05-17  Jim Meyering  <jim@meyering.net>
14710
14711         * m4/fts.m4: New file, from coreutils.
14712
14713 2005-05-17  Jim Meyering  <jim@meyering.net>
14714
14715         * lib/fts.c, lib/fts_.h: New files, from coreutils.
14716
14717 2005-05-14  Paul Eggert  <eggert@cs.ucla.edu>
14718
14719         Sync from coreutils.
14720         * m4/unlinkdir.m4: New file.
14721
14722 2005-05-14  Paul Eggert  <eggert@cs.ucla.edu>
14723
14724         Sync from coreutils.
14725         * lib/unlinkdir.c, lib/unlinkdir.h: New files.
14726         * lib/gethrxtime.c, lib/gethrxtime.h, lib/getpass.h, lib/mountlist.h,
14727         lib/path-concat.c, lib/regex.h, lib/unlocked-io.h, lib/xtime.h:
14728         White space changes only.
14729         * lib/makepath.c (make_path): Port to hosts where leading "//" is
14730         special.
14731         * lib/yesno.c: Include getline.h, not ctype.h.
14732         (yesno): Don't remove leading white space; POSIX doesn't allow it.
14733         Use getline to remove arbitrary restriction on response length.
14734
14735 2005-05-14  Paul Eggert  <eggert@cs.ucla.edu>
14736
14737         * config/srclist-update: Spell out "Street" in FSF postal
14738         mail address; this is the style the FSF seems to prefer.
14739
14740         * build-aux/depcomp, build-aux/install-sh, build-aux/mdate-sh,
14741         build-aux/missing, build-aux/mkinstalldirs: Sync from Automake;
14742         this updates FSF postal mail address.
14743
14744         Sync from coreutils.
14745         * modules/unlinkdir: New file.
14746         * modules/yesno (Depends-on): Add getline.
14747         * MODULES.html.sh (File system functions): Add unlinkdir.
14748
14749 2005-05-13  Paul Eggert  <eggert@cs.ucla.edu>
14750
14751         * lib/byteswap_.h, lib/getsubopt.h, lib/iconvme.h, lib/strsep.c,
14752         lib/strsep.h:
14753         Change the initial comment to refer to GPL, not LGPL.
14754         gnulib-tool will change it to LGPL as needed.
14755
14756         * lib/__fpending.c, lib/acl.c, lib/acl.h, lib/alloca_.h, lib/allocsa.c,
14757         lib/allocsa.h, lib/argmatch.c, lib/argmatch.h, lib/argp-ba.c,
14758         lib/argp-eexst.c, lib/argp-fmtstream.c, lib/argp-fmtstream.h,
14759         lib/argp-fs-xinl.c, lib/argp-help.c, lib/argp-namefrob.h,
14760         lib/argp-parse.c, lib/argp-pv.c, lib/argp-pvh.c, lib/argp-xinl.c,
14761         lib/argp.h, lib/argz.c, lib/argz_.h, lib/asnprintf.c, lib/asprintf.c,
14762         lib/atanl.c, lib/backupfile.c, lib/backupfile.h, lib/base64.c,
14763         lib/base64.h, lib/basename.c, lib/binary-io.h, lib/byteswap_.h,
14764         lib/c-ctype.c, lib/c-ctype.h, lib/c-stack.c, lib/c-stack.h,
14765         lib/c-strtod.c, lib/calloc.c, lib/canon-host.c, lib/canonicalize.c,
14766         lib/canonicalize.h, lib/ceill.c, lib/chdir-long.c, lib/chdir-long.h,
14767         lib/chown.c, lib/classpath.c, lib/classpath.h, lib/cloexec.c,
14768         lib/closeout.c, lib/closeout.h, lib/concatpath.c, lib/config.charset,
14769         lib/copy-file.c, lib/copy-file.h, lib/cycle-check.c, lib/cycle-check.h,
14770         lib/diacrit.c, lib/diacrit.h, lib/dirfd.c, lib/dirfd.h, lib/dirname.c,
14771         lib/dirname.h, lib/dummy.c, lib/dup-safer.c, lib/dup2.c, lib/eealloc.h,
14772         lib/error.c, lib/error.h, lib/euidaccess.c, lib/exclude.c,
14773         lib/exclude.h, lib/execute.c, lib/execute.h, lib/exit.h,
14774         lib/exitfail.c, lib/exitfail.h, lib/expl.c, lib/fatal-signal.c,
14775         lib/fatal-signal.h, lib/fd-safer.c, lib/file-type.c, lib/file-type.h,
14776         lib/fileblocks.c, lib/filemode.c, lib/filemode.h, lib/findprog.c,
14777         lib/findprog.h, lib/floorl.c, lib/fnmatch.c, lib/fnmatch_.h,
14778         lib/fnmatch_loop.c, lib/fopen-safer.c, lib/free.c, lib/frexpl.c,
14779         lib/fsusage.c, lib/fsusage.h, lib/full-read.c, lib/full-read.h,
14780         lib/full-write.c, lib/full-write.h, lib/fwriteerror.c,
14781         lib/fwriteerror.h, lib/gai_strerror.c, lib/gcd.c, lib/gcd.h,
14782         lib/getaddrinfo.c, lib/getaddrinfo.h, lib/getcwd.c, lib/getcwd.h,
14783         lib/getdate.h, lib/getdate.y, lib/getdomainname.c, lib/getdomainname.h,
14784         lib/getgroups.c, lib/gethostname.c, lib/gethrxtime.c, lib/gethrxtime.h,
14785         lib/getline.c, lib/getline.h, lib/getloadavg.c, lib/getndelim2.c,
14786         lib/getndelim2.h, lib/getnline.c, lib/getnline.h, lib/getopt.c,
14787         lib/getopt1.c, lib/getopt_.h, lib/getopt_int.h, lib/getpagesize.h,
14788         lib/getpass.c, lib/getpass.h, lib/getsubopt.c, lib/getsubopt.h,
14789         lib/gettext.h, lib/gettime.c, lib/gettimeofday.c, lib/getugroups.c,
14790         lib/getusershell.c, lib/group-member.c, lib/group-member.h,
14791         lib/hard-locale.c, lib/hard-locale.h, lib/hash-pjw.c, lib/hash-pjw.h,
14792         lib/hash.c, lib/hash.h, lib/human.c, lib/human.h, lib/iconvme.c,
14793         lib/iconvme.h, lib/idcache.c, lib/inet_ntop.h, lib/intprops.h,
14794         lib/inttostr.c, lib/inttostr.h, lib/isdir.c, lib/javacomp.c,
14795         lib/javacomp.h, lib/javacomp.sh.in, lib/javaexec.c, lib/javaexec.h,
14796         lib/javaexec.sh.in, lib/lbrkprop.h, lib/lchown.c, lib/ldexpl.c,
14797         lib/linebreak.c, lib/linebreak.h, lib/linebuffer.c, lib/linebuffer.h,
14798         lib/localcharset.c, lib/localcharset.h, lib/logl.c, lib/long-options.c,
14799         lib/long-options.h, lib/lstat.c, lib/makepath.c, lib/makepath.h,
14800         lib/malloc.c, lib/mathl.h, lib/mbswidth.c, lib/mbswidth.h, lib/md5.c,
14801         lib/md5.h, lib/memcasecmp.c, lib/memcasecmp.h, lib/memchr.c,
14802         lib/memcmp.c, lib/memcoll.c, lib/memcoll.h, lib/memcpy.c, lib/memmem.c,
14803         lib/memmem.h, lib/mempcpy.c, lib/mempcpy.h, lib/memrchr.c,
14804         lib/memrchr.h, lib/memset.c, lib/minmax.h, lib/mkdir.c, lib/mkdtemp.c,
14805         lib/mkdtemp.h, lib/mkstemp.c, lib/mktime.c, lib/modechange.c,
14806         lib/modechange.h, lib/mountlist.c, lib/mountlist.h, lib/nanosleep.c,
14807         lib/obstack.c, lib/obstack.h, lib/openat.c, lib/openat.h,
14808         lib/pagealign_alloc.c, lib/pagealign_alloc.h, lib/path-concat.c,
14809         lib/path-concat.h, lib/pathmax.h, lib/pathname.h, lib/physmem.c,
14810         lib/physmem.h, lib/pipe.c, lib/pipe.h, lib/poll.c, lib/poll_.h,
14811         lib/posixtm.c, lib/posixtm.h, lib/posixver.c, lib/printf-args.c,
14812         lib/printf-args.h, lib/printf-parse.c, lib/printf-parse.h,
14813         lib/progname.c, lib/progname.h, lib/progreloc.c, lib/putenv.c,
14814         lib/quote.c, lib/quote.h, lib/quotearg.c, lib/quotearg.h, lib/raise.c,
14815         lib/readlink.c, lib/readtokens.c, lib/readtokens.h, lib/readtokens0.c,
14816         lib/readtokens0.h, lib/readutmp.c, lib/readutmp.h, lib/realloc.c,
14817         lib/ref-add.sin, lib/ref-del.sin, lib/regex.c, lib/regex.h,
14818         lib/rename.c, lib/rmdir.c, lib/rpmatch.c, lib/safe-read.c,
14819         lib/safe-read.h, lib/safe-write.c, lib/safe-write.h, lib/same.c,
14820         lib/same.h, lib/save-cwd.c, lib/save-cwd.h, lib/savedir.c,
14821         lib/savedir.h, lib/setenv.c, lib/setenv.h, lib/settime.c,
14822         lib/sh-quote.c, lib/sh-quote.h, lib/sha1.c, lib/sha1.h, lib/sig2str.c,
14823         lib/sig2str.h, lib/sincosl.c, lib/snprintf.c, lib/snprintf.h,
14824         lib/sqrtl.c, lib/stat-macros.h, lib/stat.c, lib/stdbool_.h,
14825         lib/stdint_.h, lib/stdio-safer.h, lib/stpcpy.c, lib/stpcpy.h,
14826         lib/stpncpy.c, lib/stpncpy.h, lib/strcase.h, lib/strcasecmp.c,
14827         lib/strchrnul.c, lib/strchrnul.h, lib/strcspn.c, lib/strdup.c,
14828         lib/strdup.h, lib/strerror.c, lib/strftime.c, lib/strftime.h,
14829         lib/stripslash.c, lib/strndup.c, lib/strndup.h, lib/strnlen.c,
14830         lib/strpbrk.c, lib/strpbrk.h, lib/strsep.c, lib/strsep.h, lib/strstr.c,
14831         lib/strstr.h, lib/strtod.c, lib/strtoimax.c, lib/strtok_r.c,
14832         lib/strtok_r.h, lib/strtol.c, lib/strtoll.c, lib/strtoul.c,
14833         lib/strtoull.c, lib/strverscmp.c, lib/strverscmp.h, lib/sysexit_.h,
14834         lib/tempname.c, lib/time_r.c, lib/time_r.h, lib/timegm.c, lib/timegm.h,
14835         lib/timespec.h, lib/trigl.c, lib/trigl.h, lib/ucs4-utf16.h,
14836         lib/ucs4-utf8.h, lib/unicodeio.c, lib/unicodeio.h, lib/unistd-safer.h,
14837         lib/unlocked-io.h, lib/unsetenv.c, lib/userspec.c, lib/utf16-ucs4.h,
14838         lib/utf8-ucs4.h, lib/utime.c, lib/utimecmp.c, lib/utimecmp.h,
14839         lib/utimens.c, lib/vasnprintf.c, lib/vasnprintf.h, lib/vasprintf.c,
14840         lib/vasprintf.h, lib/version-etc-fsf.c, lib/version-etc.c,
14841         lib/version-etc.h, lib/vsnprintf.c, lib/vsnprintf.h, lib/w32spawn.h,
14842         lib/wait-process.c, lib/wait-process.h, lib/xalloc-die.c, lib/xalloc.h,
14843         lib/xallocsa.c, lib/xallocsa.h, lib/xasprintf.c, lib/xgetcwd.c,
14844         lib/xgetcwd.h, lib/xgetdomainname.c, lib/xgetdomainname.h,
14845         lib/xgethostname.c, lib/xmalloc.c, lib/xmemcoll.c, lib/xnanosleep.c,
14846         lib/xreadlink.c, lib/xreadlink.h, lib/xsetenv.c, lib/xsetenv.h,
14847         lib/xsize.h, lib/xstrndup.c, lib/xstrndup.h, lib/xstrtod.c,
14848         lib/xstrtod.h, lib/xstrtoimax.c, lib/xstrtol.c, lib/xstrtol.h,
14849         lib/xstrtoumax.c, lib/xtime.h, lib/xvasprintf.c, lib/xvasprintf.h,
14850         lib/yesno.c, lib/yesno.h:
14851         Update FSF postal mail address.
14852
14853 2005-05-13  Paul Eggert  <eggert@cs.ucla.edu>
14854
14855         * MODULES.html.sh, README, gnulib-tool, tests/test-base64.c,
14856         tests/test-memmem.c, tests/test-stpncpy.c:
14857         Update FSF postal mail address.
14858
14859 2005-05-13  Bruno Haible  <bruno@clisp.org>
14860
14861         * lib/stdint_.h (int64_t, uint64_t, int_least64_t, uint_least64_t,
14862         int_fast64_t, uint_fast64_t, intmax_t, uintmax_t, INT64_MIN, INT64_MAX,
14863         UINT64_MAX, INT_LEAST64_MIN, INT_LEAST64_MAX, UINT_LEAST64_MAX,
14864         INT_FAST64_MIN, INT_FAST64_MAX, UINT_FAST64_MAX, INTMAX_MIN,
14865         INTMAX_MAX, UINTMAX_MAX, INT64_C, UINT64_C, INTMAX_C, UINTMAX_C):
14866         Add support for 64-bit integers in the MSVC compiler.
14867
14868 2005-05-12  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
14869
14870         * modules/getdate (Makefile.am): Add getdate.c to EXTRA_DIST
14871
14872 2005-05-12  Eric Blake  <ebb9@byu.net>  (tiny change)
14873
14874         * gnulib-tool (func_import): Sort and uniquify recommended includes.
14875
14876 2005-05-11  Paul Eggert  <eggert@cs.ucla.edu>
14877
14878         * doc/getdate.texi (General date syntax): Don't say that date
14879         date --iso-8601=ns generates acceptable dates; it doesn't yet.
14880         Problem reported by Nic Ferrier.
14881
14882 2005-05-10  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
14883
14884         * lib/getaddrinfo.c: Don't fail when SOCK_STREAM or SOCK_DGRAM are
14885         specified in ai_socktype. Fix invalid ai_protocol
14886         check. ai_protocol is usually set to 0 or depending on
14887         ai_family/ai_socktype to IPPROTO_TCP / IPPROTO_UDP.  Checking for
14888         SOCK_STREAM / SOCK_DGRAM in ai_protocol was invalid.  Set
14889         ai_socktype / ai_protocol in the returned addrinfo structure.
14890
14891 2005-05-10  Simon Josefsson  <jas@extundo.com>
14892
14893         * m4/getaddrinfo.m4: Look in libnsl/libsocket for getaddrinfo, from
14894         Yoann Vandoorselaere <yoann.v@prelude-ids.com>.
14895
14896 2005-05-10  Karl Berry  <karl@gnu.org>
14897
14898         * doc/fdl.texi, gpl.texi, lgpl.texi, COPYING: update FSF address
14899         (from http://www.gnu.org/licenses).
14900         * doc/COPYING.LIB: also rename to COPYING.LESSER.
14901         * doc/COPYING.DOC: remove; per rms, only needed in doc files, so
14902         fdl.texi suffices.
14903
14904 2005-05-10  Karl Berry  <karl@gnu.org>
14905
14906         * config/srclist.txt (COPYING.LESSER): rename from COPYING.LIB.
14907         (COPYING.DOC): remove.
14908
14909         * config/srclist-update: new FSF address.
14910
14911 2005-05-10  Derek Price  <derek@ximbiot.com>
14912
14913         * m4/getopt.m4 (gl_GETOPT): Check for Solaris 10 bug, not decl, when
14914         possible.
14915
14916 2005-05-09  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
14917             Bruno Haible  <bruno@clisp.org>
14918
14919         * modules/inet_ntop: New file.
14920         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
14921         inet_ntop.
14922
14923 2005-05-09  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
14924             Bruno Haible  <bruno@clisp.org>
14925
14926         * m4/inet_ntop.m4: New file.
14927
14928 2005-05-09  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
14929             Bruno Haible  <bruno@clisp.org>
14930
14931         * lib/inet_ntop.h: New file.
14932         * lib/inet_ntop.c: New file, from glibc with modifications.
14933
14934 2005-05-09  Paul Eggert  <eggert@cs.ucla.edu>
14935
14936         * modules/time_r (License): Change to LGPL.
14937         * modules/extensions (License): Change to LGPL.  Actually,
14938         the license is more permissive than that, but currently gnulib-tool
14939         doesn't know how to handle more-permissive licenses.
14940
14941         * modules/stat-macros (Depends-on): Don't depend on stat-macros (!).
14942         Problem reported by Dave Love.
14943
14944 2005-05-08  Jim Meyering  <jim@meyering.net>
14945
14946         * lib/classpath.c (PATH_SEPARATOR): Remove insignificant trailing
14947         blank.
14948
14949 2005-05-06  Paul Eggert  <eggert@cs.ucla.edu>
14950
14951         * modules/argmatch (Depends-on): Add stdbool.
14952         * modules/backupfile (Depends-on): Likewise.
14953         * modules/chdir-long (Depends-on): Likewise.
14954         * modules/closeout (Depends-on): Likewise.
14955         * modules/cycle-check (Depends-on): Likewise.
14956         * modules/dirname (Depends-on): Likewise.
14957         * modules/fnmatch (Depends-on): Likewise.
14958         * modules/fsusage (Depends-on): Likewise.
14959         * modules/fwriteerror (Depends-on): Likewise.
14960         * modules/getcwd (Depends-on): Likewise.
14961         * modules/getloadavg (Depends-on): Likewise.
14962         * modules/hard-locale (Depends-on): Likewise.
14963         * modules/makepath (Depends-on): Likewise.
14964         * modules/mountlist (Depends-on): Likewise.
14965         * modules/nanosleep (Depends-on): Likewise.
14966         * modules/posixtm (Depends-on): Likewise.
14967         * modules/quotearg (Depends-on): Likewise.
14968         * modules/readtokens (Depends-on): Likewise.
14969         * modules/readtokens0 (Depends-on): Likewise.
14970         * modules/readutmp (Depends-on): Likewise.
14971         * modules/save-cwd (Depends-on): Likewise.
14972         * modules/strftime (Depends-on): Likewise.
14973         * modules/userspec (Depends-on): Likewise.
14974         * modules/utimecmp (Depends-on): Likewise.
14975         * modules/xgetcwd (Depends-on): Likewise.
14976         * modules/xnanosleep (Depends-on): Likewise.
14977         * modules/xstrtod (Depends-on): Likewise.
14978         * modules/yesno (Depends-on): Likewise.
14979
14980 2005-05-05  Paul Eggert  <eggert@cs.ucla.edu>
14981
14982         * m4/getopt.m4 (gl_GETOPT): Check for Solaris 10 getopt, and avoid
14983         needless checks.
14984
14985 2005-05-01  Paul Eggert  <eggert@cs.ucla.edu>
14986
14987         Merge from coreutils.  Among other things,
14988         add bulletproofing for cases where stdin, stdout, or stderr are closed.
14989         * lib/fd-safer.c: New file.
14990         * lib/fcntl-safer.h, open-safer.c: Remove.
14991         * lib/chdir-long.c: Fix comment "fetish" -> "coreutils".
14992         * lib/dup-safer.c: Include unistd-safer.h first.
14993         Don't include errno.h.
14994         (dup_safer) [!defined F_DUPFD]: Let fd_safer do the real work.
14995         * lib/file-type.h: Don't assume invoker included sys/stat.h first.
14996         * lib/file-type.c: Rely on file-type.h change.
14997         * lib/getloadavg.c: Include unistd-safer.h.
14998         (getloadavg): Use safer open.
14999         * lib/getusershell.c: Include "stdio-safer.h".
15000         (getusershell): Use safer fopen.
15001         * lib/long-options.c (long_options): Use NULL rather than 0.
15002         * lib/modechange.h (mode_free): Remove; all callers changed to invoke
15003         'free'.
15004         * lib/modechange.c: Likewise.
15005         xstrtol.h, stdbool.h, stddef.h: Don't include; no longer needed.
15006         (MODE_DONE): New constant.
15007         (struct mode_change): Remove 'next' member.
15008         (make_node_op_equals): New function; like the old one of the
15009         same name, except it allocates an array.
15010         (mode_compile, mode_create_from_ref): Use it.
15011         (mode_compile): Allocate result as an array, not a linked list.
15012         Parse octal string ourself, so that we catch mistakes like "+0".
15013         (mode_adjust): Arg is an array, not a linked list.
15014         * lib/modechange.c: Include stat-macros.h, xalloc.h.
15015         (S_ISDIR, S_ISUID, S_ISGID, S_ISVTX, S_IRUSR, S_IWUSR, S_IXUSR):
15016         (S_IRGRP, S_IWGRP, S_IXGRP, S_IROTH, S_IWOTH, S_IXOTH, S_IRXWU):
15017         (S_IRWXG, S_IRWXO, CHMOD_MODE_BITS):
15018         Remove.  This is now stat-macros.h's job.
15019         (talloc): Remove.  All callers replaced by xalloc, so that
15020         our invokers don't have to worry about reporting memory failures.
15021         (make_node_op_equals): Remove.
15022         (MODE_ORDINARY_CHAGE, MODE_X_IF_ANY_X, MODE_COPY_EXISTING):
15023         New constants.
15024         (struct mode_change): Moved here from modechange.h.
15025         (mode_append_entry): Remove.
15026         (mode_compile): Remove MASKED_OPS arg, since it encouraged
15027         apps to have incorrect behavior.  Use simpler algorithm for head
15028         and tail.  Don't futz with umask; that's now the job of mode_adjust.
15029         Detect more invalid usages rather than having somewhat-random behavior.
15030         Don't insert an "a=" action, as that leads to incorrect behavior.
15031         (mode_compile, mode_create_from_ref): Return NULL on error instead
15032         of an enum, since now there's only one way to have an error.  All
15033         callers changed.
15034         (mode_adjust): Accept new arg UMASK_VALUE, and interpret it
15035         at the correct time.  Simplify calculation of "+u" and its ilk.
15036         Don't mishandle "+X".
15037         (mode_free): Remove "register" and localize decls.
15038         * lib/modechange.h (MODE_X_IF_ANY_X, MODE_COPY_EXISTING):
15039         (struct mode_change): Move to modechange.c; callers don't
15040         need to see this stuff.
15041         (MODE_MASK_EQUALS, MODE_MASK_PLUS, MODE_MASK_MINUS, MODE_MASK_ALL):
15042         (MODE_INVALID, MODE_MEMORY_EXHAUSTED, MODE_BAD_REFERENCE): Remove.
15043         (mode_change, mode_adjust): Reflect the new signatures noted above.
15044         * lib/nanosleep.c (rpl_nanosleep): Include "timespec.h" before macros
15045         that might redefine system include files.
15046         (siginterrupt) [!HAVE_SIGINTERRUPT]: New macro.
15047         (my_usleep): Use NULL rather than (void *) 0.
15048         (rpl_nanosleep) [!defined SA_NOCLDSTOP]:
15049         Use siginterrupt to specify that system calls should be interrupted.
15050         (rpl_nanosleep): Move initialization of suspended closer to call of
15051         my_usleep.
15052         * lib/readutmp.h (read_utmp): New arg OPTIONS.  All uses changed.
15053         * lib/readutmp.c: Likewise.  Include signal.h, stdbool.h.
15054         (desirable_utmp_entry): New function.
15055         (read_utmp) [defined UTMP_NAME_FUNCTION]: Redo memory allocation
15056         using x2nrealloc, to simplify logic.
15057         (read_utmp) [!defined UTMP_NAME_FUNCTION]: Check for overflow in
15058         size calculation.  Do not assume utmp file is a regular file.
15059         * lib/readutmp.h (UT_PID): Moved here from ../src/who.c.
15060         (READ_UTMP_CHECK_PIDS): New constant.
15061         * lib/save-cwd.c: Include unistd-safer.h.
15062         (save_cwd): Use fd_safer.
15063         * lib/tempname.c (S_ISDIR, S_IRUSR, S_IRUSR, S_IWUSR, S_IXUSR): Remove.
15064         [!_LIBC] Include "stat-macros.h" instead.
15065         * lib/unistd-safer.h (fd_safer): New decl.
15066
15067 2005-05-01  Paul Eggert  <eggert@cs.ucla.edu>
15068
15069         * modules/getloadavg (Depends-on): Add unistd-safer.
15070         * modules/getusershell (Depends-on): Add stdio-safer.
15071         * modules/lstat (Depends-on): Remove xalloc.
15072         * modules/mkstemp (Depends-on): Add stat-macros.
15073         * modules/modechange (Depends-on): Remove xstrtol.
15074         Add stat-macros, xalloc.
15075         * modules/save-cwd (Depends-on): Add unistd-safer.
15076         * modules/stdio-safer (Makefile.am): Remove lib_SOURCES.
15077         * modules/unistd-safer (Files): Add lib/fd-safer.c
15078         (Makefile.am): Remove lib_SOURCES.
15079
15080         * MODULES.html.sh (Enhancements for POSIX:2001 functions):
15081         Remove fcntl-safer; unistd-safer supersedes it.
15082
15083 2005-05-01  Paul Eggert  <eggert@cs.ucla.edu>
15084
15085         * m4/euidaccess.m4 (gl_PREREQ_EUIDACCESS): Don't require
15086         AC_HEADER_STAT.
15087         * m4/lchown.m4 (gl_FUNC_CHOWN): Likewise.
15088         (gl_PREREQ_CHOWN): Remove.
15089         * m4/lstat.m4 (gl_FUNC_LSTAT): Require AC_FUNC_LSTAT instead of calling
15090         it.  Don't require AC_HEADER_STAT.
15091         (gl_PREREQ_LSTAT): Remove.
15092         * m4/mkstemp.m4 (gl_PREREQ_TEMPNAME): Check stdint.h only once.
15093         Don't require AC_HEADER_STAT.
15094         * m4/rmdir.m4 (gl_FUNC_RMDIR): Don't require AC_HEADER_STAT.
15095         (gl_PREREQ_RMDIR): Remove.
15096         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME): Don't
15097         mention stat-macros.h or AC_HEADER_STAT, since we'll make
15098         the stat-macros module a prerequisite.
15099         * m4/file-type.m4 (gl_FILE_TYPE): Likewise.
15100         * m4/filemode.m4 (gl_FILEMODE): Likewise.
15101         * m4/makepath.m4 (gl_MAKEPATH): Likewise.
15102         * m4/modechange.m4 (gl_MODECHANGE): Likewise.
15103         * m4/clock_time.m4 (gl_CLOCK_TIME): Use gl_ rather than fetish_ for
15104         variable names.
15105         * m4/rmdir-errno.m4 (gl_FUNC_RMDIR_NOTEMPTY): Renamed from
15106         fetish_FUNC_RMDIR_NOTEMPTY.  All uses changed.  Use gl_ for
15107         variable prefixes.
15108         * m4/fcntl-safer.m4: Remove.
15109         * m4/stdio-safer.m4 (gl_STDIO_SAFER): Use AC_LIBSOURCES and AC_LIBOBJ.
15110         * m4/unistd-safer.m4 (gl_UNISTD_SAFER): Likewise.
15111         Invoke gl_PREREQ_FD_SAFER.
15112         (gl_PREREQ_FD_SAFER): New macro.
15113         * m4/nanosleep.m4 (gl_PREREQ_NANOSLEEP): Check for siginterrupt.
15114         * m4/readutmp.m4 (gl_READUTMP): Require AC_C_INLINE.
15115         Use AC_CHECK_HEADERS_ONCE and AC_CHECK_FUNCS_ONCE when possible.
15116         Remove duplicate call to AC_LIBOBJ(readutmp).
15117         (gl_PREREQ_READUTMP): Remove.  All uses inlined.
15118
15119         * m4/mmap-anon.m4 (gl_FUNC_MMAP_ANON): Check for message, not for
15120         MAP_ANON.  Problem reported by Moriyoshi Koizumi to bug-cvs.
15121
15122 2005-05-01  Paul Eggert  <eggert@cs.ucla.edu>
15123
15124         * MODULES.html.sh (Misc): Add byteswap.
15125
15126 2005-05-01  Oskar Liljeblad  <oskar@osk.mine.nu>
15127
15128         * modules/getcwd (Depends-on): Add extensions.
15129         * modules/openat (Depends-on): Likewise.
15130
15131 2005-05-01  Oskar Liljeblad  <oskar@osk.mine.nu>
15132
15133         * modules/byteswap: New file.
15134
15135 2005-05-01  Oskar Liljeblad  <oskar@osk.mine.nu>
15136
15137         * m4/byteswap.m4: New file.
15138
15139 2005-05-01  Oskar Liljeblad  <oskar@osk.mine.nu>
15140
15141         * lib/byteswap_.h: New file.
15142
15143 2005-04-25  Karl Berry  <karl@gnu.org>
15144
15145         * m4/gettext.m4: Update from GNU gettext 0.14.4.
15146
15147 2005-04-25  Albert Chin  <china@thewrittenword.com>
15148
15149         * lib/regex.c: Include <stdio.h>, as a workaround to a Compaq Desktop
15150         Toolkit C bug.
15151
15152 2005-04-21  Oskar Liljeblad  <oskar@osk.mine.nu>
15153
15154         * gnulib-tool (Options): Add -s for --symlink/--symbolic.
15155         (func_ln_if_changed) Remove forcibly for no error message
15156         in case file does not exist.
15157
15158 2005-04-19  Simon Josefsson  <jas@extundo.com>
15159
15160         * gnulib-tool (Options): Make --symlink mean --symbolic.
15161
15162 2005-04-18  Oskar Liljeblad  <oskar@osk.mine.nu>
15163
15164         * doc/gnulib.texi (Initial import): Fix.  Mention --aux-dir.
15165
15166 2005-04-16  Simon Josefsson  <jas@extundo.com>
15167
15168         * modules/getpass-gnu (Makefile.am): Don't mention getpass.h.
15169
15170 2005-04-15  Simon Josefsson  <jas@extundo.com>
15171
15172         * m4/getpass.m4 (gl_FUNC_GETPASS): Use AC_LIBSOURCES.
15173
15174 2005-04-15  Simon Josefsson  <jas@extundo.com>
15175
15176         * gnulib-tool: Rename --symlink to --symbolic.
15177
15178 2005-04-15  Oskar Liljeblad  <oskar@osk.mine.nu>
15179
15180         * gnulib-tool: Add -s, --symlink option to gnulib-tool to make
15181         symbolic links to files instead of copying/moving.  Add --aux-dir,
15182         specifying directory relative --dir where auxiliary build tools
15183         are placed.
15184
15185 2005-04-14  Bruno Haible  <bruno@clisp.org>
15186
15187         * modules/allocsa (License): Change to LGPL.
15188         Requested by Yoann Vandoorselaere <yoann@prelude-ids.org>.
15189
15190 2005-04-13  Paul Eggert  <eggert@cs.ucla.edu>
15191
15192         * lib/getdate.y (zone): Allow relunit_snumber after tZONE, so
15193         that "UTC +1 second" continues to work.  Problem reported
15194         by Dmitry V. Levin.
15195         (relunit_snumber): New rule.
15196         (relunit): Use it.
15197
15198 2005-04-12  Paul Eggert  <eggert@cs.ucla.edu>
15199
15200         * lib/getdate.y (universal_time_zone_table): New constant.
15201         (time_zone_table): Remove GMT, UT, UTC entries; they're now in
15202         universal_time_zone_table.
15203         (lookup_zone): Prefer universal_time_zone_table to
15204         local_time_zone_table, so that "GMT" time stamps are allowed in
15205         London during the summer.  Problem reported by Ian Abbott.
15206
15207 2005-04-12  Jim Meyering  <jim@meyering.net>
15208
15209         * lib/human.c (humblock): Set *options even when returning due to
15210         xstrtoumax conversion failure.  Thanks to a used-uninitialized
15211         warning from gcc-4.
15212
15213 2005-04-09  Jim Meyering  <jim@meyering.net>
15214
15215         * lib/posixtm.c (posixtime) [lint]: Avoid spurious warning from gcc-4's
15216         -Wuninitialized: initialize tm0.tm_year.
15217
15218 2005-04-04  Paul Eggert  <eggert@cs.ucla.edu>
15219
15220         * lib/getdate.y (parser_control): rels_seen is now a boolean, not a
15221         count, since there's no maximum.  All uses changed.
15222         Add member dsts_seen.
15223         (local_zone): Accumulate dsts_seen rather than relying on tm_isdst
15224         not being INT_MAX.
15225         (get_date): Initialize dsts_seen, and check that it doesn't go over 1.
15226         Use pc_rels_seen to decide whther a date is absolute.
15227
15228         * lib/getdate.y (number): Don't overwrite year.
15229         (get_date): Initialize pc.year.digits to 0, not 4, to enable above
15230         check.
15231
15232 2005-04-02  Simon Josefsson  <jas@extundo.com>
15233
15234         * lib/getaddrinfo.h: Fix OpenBSD compilation failure, inspired by tiny
15235         patch from Yoann Vandoorselaere <yoann@prelude-ids.org>.
15236
15237 2005-03-28  Eric Blake  <ebb9@byu.net>  (tiny change)
15238
15239         * m4/getcwd-path-max.m4: Return success on systems such as Cygwin
15240         where no absolute path name can be longer than PATH_MAX.
15241
15242 2005-03-27  Jim Meyering  <jim@meyering.net>
15243
15244         * lib/argmatch.c: Clarify comment: null-terminated -> NULL-terminated.
15245
15246 2005-03-26  Paul Eggert  <eggert@cs.ucla.edu>
15247
15248         * lib/intprops.h (INT_STRLEN_BOUND, INT_BUFSIZE_BOUND):
15249         "one's complement" -> "ones' complement" in comment, as per Knuth.
15250         "value of type" -> "type or expression" in comment.
15251         * lib/mktime.c, strftime.c: Propagate intprops.h comment nits.
15252
15253 2005-03-26  Jim Meyering  <jim@meyering.net>
15254
15255         Comment nits.
15256         * lib/intprops.h: Add the apostrophe in `(one|two)'s complement'.
15257         Correct typos: s/or/of/.
15258
15259 2005-03-26  Jim Meyering  <jim@meyering.net>
15260
15261         * modules/check-include-files: Move to ../ and rename to...
15262         * check-module: ...this.
15263
15264 2005-03-25  Jim Meyering  <jim@meyering.net>
15265
15266         * modules/xvasprintf (Files): Add xalloc.h.
15267
15268 2005-03-23  Paul Eggert  <eggert@cs.ucla.edu>
15269
15270         * modules/gettext (Files): config/config.rpath ->
15271         build-aux/config.rpath
15272         * modules/iconv (Files): Likewise.
15273         Problem reported by Oskar Liljeblad.
15274
15275 2005-03-23  Jim Meyering  <jim@meyering.net>
15276
15277         * modules/check-include-files: New script to check for
15278         missing dependencies, multiple includes, etc.
15279
15280         * modules/c-strtold (Depends-on): Add xalloc.
15281         * modules/c-strtod (Depends-on): Add xalloc.
15282         * modules/hash (Depends-on): Add xalloc.
15283         (Files): Remove lib/xalloc.h.
15284
15285         * modules/gethrxtime (Files): Add lib/gethrxtime.h.
15286         * modules/userspec (Files): Add lib/inttostr.h.
15287
15288 2005-03-23  Jim Meyering  <jim@meyering.net>
15289
15290         * lib/canonicalize.c: Remove duplicate `#include "stat-macros.h"'.
15291
15292 2005-03-22  Jim Meyering  <jim@meyering.net>
15293
15294         * modules/stat-macros: New module.
15295         * modules/canonicalize, modules/euidaccess, modules/file-type,
15296         * modules/filemode, modules/lchown, modules/makepath,
15297         * modules/rmdir, modules/stat: Depend on new stat-macros module
15298         rather than listing lib/stat-macros.h manually.
15299         Don't add stat-macros.h to lib_SOURCES or list it in Files: section.
15300
15301 2005-03-22  Jim Meyering  <jim@meyering.net>
15302
15303         * m4/stat-macros.m4 (gl_STAT_MACROS): New file/macro.
15304
15305 2005-03-22  Bruno Haible  <bruno@clisp.org>
15306
15307         * config/srclist.txt: Replace target directory 'config' with
15308         'build-aux'.
15309         * config/config.guess, config.sub, config.rpath, depcomp, install-sh:
15310         * config/mdate-sh, missing, mkinstalldirs, texinfo.tex: Move to
15311         ../build-aux/.
15312
15313 2005-03-21  Paul Eggert  <eggert@cs.ucla.edu>
15314
15315         * modules/chdir-long (Depends-on): Add mempcpy.
15316
15317         * modules/acl, modules/backupfile, modules/c-strtod,
15318         modules/c-strtold, modules/canon-host, modules/canonicalize,
15319         modules/cloexec, modules/closeout, modules/dirfd, modules/dirname,
15320         modules/exclude, modules/exitfail, modules/file-type,
15321         modules/filemode, modules/fpending, modules/fsusage, modules/getcwd,
15322         modules/getdate, modules/getline, modules/getpagesize,
15323         modules/getpass, modules/getugroups, modules/group-member,
15324         modules/hard-locale, modules/hash, modules/human, modules/idcache,
15325         modules/inttostr, modules/long-options, modules/makepath,
15326         modules/md5, modules/memcasecmp, modules/memcoll,
15327         modules/modechange, modules/mountlist, modules/path-concat,
15328         modules/pathmax, modules/physmem, modules/posixtm, modules/posixver,
15329         modules/quote, modules/quotearg, modules/readtokens, modules/readutmp,
15330         modules/safe-read, modules/safe-write, modules/same, modules/savedir,
15331         modules/settime, modules/sha1, modules/sig2str, modules/strdup,
15332         modules/strftime, modules/strndup, modules/strverscmp,
15333         modules/timespec, modules/unlocked-io, modules/userspec,
15334         modules/utimecmp, modules/utimens, modules/xalloc, modules/xstrtol,
15335         modules/yesno:
15336         Remove lib_SOURCES line from Makefile.am section, as this is now
15337         done automatically by the corresponding Autoconf macro.
15338
15339 2005-03-21  Jim Meyering  <jim@meyering.net>
15340
15341         Changes imported from coreutils.
15342
15343         * lib/cycle-check.c: Don't include xalloc.h.
15344
15345         * lib/path-concat.c: Don't include assert.h.
15346         (path_concat): Remove assertion that would have triggered
15347         for ABASE starting with more than one slash.
15348         Reported by Andreas Schwab.
15349
15350         * lib/path-concat.c (path_concat): Set *BASE_IN_RESULT
15351         properly when ABASE is an absolute file name.
15352         Correct the description of this function.
15353         Include <assert.h>.
15354         Add an assertion and a test driver.
15355         This fixes a bug introduced on 2004-07-02.
15356         Andreas Schwab reported the resulting failure of cp --parents:
15357         http://lists.gnu.org/archive/html/bug-coreutils/2005-01/msg00130.html
15358
15359 2005-03-21  Jim Meyering  <jim@meyering.net>
15360
15361         * m4/chdir-long.m4 (gl_PREREQ_CHDIR_LONG): Invoke gl_FUNC_MEMRCHR.
15362         * m4/memrchr.m4 (gl_FUNC_MEMRCHR): Check for memrchr decl.
15363
15364 2005-03-21  Jim Meyering  <jim@meyering.net>
15365         and  Paul Eggert  <eggert@cs.ucla.edu>
15366
15367         * m4/acl.m4, m4/backupfile.m4, m4/c-strtod.m4, m4/canon-host.m4,
15368         m4/canonicalize.m4, m4/cloexec.m4, m4/closeout.m4, m4/dirfd.m4,
15369         m4/dirname.m4, m4/exclude.m4, m4/exitfail.m4, m4/file-type.m4,
15370         m4/filemode.m4, m4/fpending.m4, m4/fsusage.m4, m4/getcwd.m4,
15371         m4/getdate.m4, m4/getline.m4, m4/getpagesize.m4, m4/getpass.m4,
15372         m4/getugroups.m4, m4/group-member.m4, m4/hard-locale.m4, m4/hash.m4,
15373         m4/human.m4, m4/idcache.m4, m4/inttostr.m4, m4/long-options.m4,
15374         m4/makepath.m4, m4/md5.m4, m4/memcasecmp.m4, m4/memcoll.m4,
15375         m4/modechange.m4, m4/mountlist.m4, m4/nanosleep.m4, m4/path-concat.m4,
15376         m4/pathmax.m4, m4/physmem.m4, m4/posixtm.m4, m4/posixver.m4,
15377         m4/quote.m4, m4/quotearg.m4, m4/readtokens.m4, m4/readutmp.m4,
15378         m4/safe-read.m4, m4/safe-write.m4, m4/same.m4, m4/savedir.m4,
15379         m4/settime.m4, m4/sha1.m4, m4/sig2str.m4, m4/strdup.m4, m4/strftime.m4,
15380         m4/strndup.m4, m4/strverscmp.m4, m4/timespec.m4, m4/unlocked-io.m4,
15381         m4/userspec.m4, m4/utimecmp.m4, m4/utimens.m4, m4/xalloc.m4,
15382         m4/xnanosleep.m4, m4/xstrtol.m4, m4/yesno.m4:
15383         Use AC_LIBSOURCES and AC_LIBOBJ to indicate source and object files
15384         for these modules.
15385
15386 2005-03-18  Paul Eggert  <eggert@cs.ucla.edu>
15387
15388         * lib/strftime.c (my_strftime): If the underlying strftime returns 0
15389         (which shouldn't happen), generate nothing instead of returning 0
15390         immediately, so that nstrftime (NULL, ...) doesn't return 0.
15391
15392 2005-03-16  Bruno Haible  <bruno@clisp.org>
15393
15394         * modules/stdint (Makefile.am): Use HAVE_LONG_LONG_64BIT instead of
15395         HAVE_LONGLONG_64BIT.
15396
15397 2005-03-16  Bruno Haible  <bruno@clisp.org>
15398
15399         * m4/stdint.m4 (gl_STDINT_H): Define HAVE_LONG_LONG_64BIT instead of
15400         HAVE_LONGLONG_64BIT.
15401
15402 2005-03-16  Bruno Haible  <bruno@clisp.org>
15403
15404         * lib/stdint_.h: Use HAVE_LONG_LONG_64BIT instead of
15405         HAVE_LONGLONG_64BIT.
15406
15407 2005-03-15  Paul Eggert  <eggert@cs.ucla.edu>
15408
15409         * lib/strftime.c (my_strftime): Prepend space to format so that we can
15410         reliably distinguish strftime failure from empty output on POSIX
15411         hosts.
15412
15413 2005-03-15  Paul Eggert  <eggert@cs.ucla.edu>
15414
15415         * lib/iconvme.c (SIZE_MAX): New macro, if not already defined.
15416         (iconv_string): Don't guess a size-zero buffer, as that might cause
15417         buffer overrun.  Instead, avoid multiplying by MB_LEN_MAX if the
15418         result would be 'too large', where 'too large' is (heuristically)
15419         the square root of SIZE_MAX, divided by MB_LEN_MAX to allay
15420         overflow concerns.  This will prevent some unwanted malloc failures
15421         when the inputs are very large.
15422
15423 2005-03-15  Karl Berry  <karl@gnu.org>
15424
15425         * config/srclist.txt (config.rpath): from gettext.
15426         * config/config.rpath: update.
15427
15428 2005-03-15  Bruno Haible  <bruno@clisp.org>
15429
15430         * lib/regex.c (byte_re_match_2_internal): Rename local variable 'not'
15431         to 'negate'.
15432
15433         * lib/regex.c (byte_re_match_2_internal): Reduce scope of same_str_p
15434         variable.
15435
15436         * lib/regex.c (EXTEND_BUFFER, regcomp): Cast the realloc/malloc
15437         results.
15438
15439 2005-03-14  Simon Josefsson  <jas@extundo.com>
15440
15441         * lib/timegm.h: Use proper prototype CPP guards, reported by Dave Love
15442         <fx@gnu.org>.
15443
15444 2005-03-14  Paul Eggert  <eggert@cs.ucla.edu>
15445
15446         * lib/mktime.c (TYPE_TWOS_COMPLEMENT, TYPE_ONES_COMPLEMENT,
15447         TYPE_SIGNED_MAGNITUDE, TYPE_MINIMUM, TYPE_MAXIMUM): Sync from
15448         intprops.h.
15449         * lib/strtol.c: Likewise.
15450
15451 2005-03-14  Jim Meyering  <jim@meyering.net>
15452
15453         * lib/strftime.c (my_strftime) [HAVE_STRFTIME && ! (_NL_CURRENT
15454         && HAVE_STRUCT_ERA_ENTRY)]: Initialize the first byte of ubuf[]
15455         to be nonzero so that we (and caller) can detect the difference
15456         between a valid zero-length expansion and an error return, even
15457         when the underlying strftime fails before writing anything into
15458         that location.
15459
15460 2005-03-14  Bruno Haible  <bruno@clisp.org>
15461
15462         * m4/lib-link.m4, gettext.m4, nls.m4, po.m4:
15463         Update from GNU gettext 0.14.3.
15464
15465 2005-03-10  Jim Meyering  <jim@meyering.net>
15466
15467         * m4/save-cwd.m4 (gl_SAVE_CWD): Check for fchdir.
15468
15469 2005-03-10  Jim Meyering  <jim@meyering.net>
15470
15471         * lib/save-cwd.c [!HAVE_FCHDIR]: Define open, fchdir, and chdir_long
15472         so that this module works on systems without fchdir.
15473
15474 2005-03-09  Paul Eggert  <eggert@cs.ucla.edu>
15475
15476         Factor int-properties macros into a single file, except for
15477         glibc-related files.
15478         * lib/intprops.h: New file.
15479         * lib/getloadavg.c: Include it instead of limits.h.
15480         (INT_STRLEN_BOUND): Remove.
15481         * lib/human.c: Include intprops.h.
15482         (group_number): Use INT_STRLEN_BOUND instead of rolling it ourself.
15483         * lib/human.h (LONGEST_HUMAN_READABLE): Use 146/485 rather than
15484         302/1000.
15485         * lib/inttostr.h: Include intprops.h instead of limits.h.
15486         (INT_STRLEN_BOUND, INT_BUFSIZE_BOUND): Remove.
15487         * lib/mktime.c (TYPE_IS_INTEGER, TYPE_TWOS_COMPLEMENT): New macros,
15488         for consistency with intprops.h.
15489         (time_t_is_integer, twos_complement_arithmetic): Use them.
15490         * lib/sig2str.h: Include <signal.h>, intprops.h.
15491         (INT_STRLEN_BOUND): Remove.
15492         * lib/strftime.c (TYPE_SIGNED): Remove.
15493         (INT_STRLEN_BOUND): Switch to same implementation as intprops.h.
15494         * lib/strtol.c: Adjust comments to match intprops.h.
15495         * lib/userspec.c: Include intprops.h.
15496         (TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM): Remove.
15497         * lib/utimecmp.c, xnanosleep.c, xstrtol.c: Likewise.
15498         * lib/utimecmp.c (utimecmp): Use TYPE_IS_INTEGER, TYPE_TWOS_COMPLEMENT
15499         instead of rolling our own expressions.
15500         * lib/xstrtol.c: Include xstrtol.h first, to test interface.
15501
15502         * lib/strftime.c: Include <stdbool.h>.  Use bool where appropriate,
15503         instead of int.
15504         (my_strftime): Do not mishandle years close to INT_MAX, by doing
15505         the right thing even if adding 1900 would overflow.  Similarly
15506         for tm_mon + 1 and tm_yday + 1.
15507         Make %Y always equivalent to %C%y, and similarly for %G and %g.
15508         (DO_NUMBER, DO_NUMBER_SPACEPAD): Set digits to d, not a conditional.
15509         (DO_SIGNED_NUMBER): New macro.
15510         (my_strftime) [HAVE_TZNAME]: Don't dump core if tp->tm_dst > 1.
15511
15512 2005-03-07  Bruno Haible  <bruno@clisp.org>
15513
15514         * m4/mmap-anon.m4 (MAP_FILE, MAP_FAILED): Remove definitions.
15515
15516 2005-03-07  Bruno Haible  <bruno@clisp.org>
15517
15518         * lib/pagealign_alloc.c (MAP_FILE, MAP_FAILED): Define fallbacks.
15519
15520 2005-03-04  Derek R. Price  <derek@ximbiot.com>
15521
15522         * gnulib-tool (func_cp_if_changed, func_mv_if_changed): New functions.
15523         (func_import): Only replace files via --import when they have actually
15524         changed.
15525
15526 2005-03-03  Derek R. Price  <derek@ximbiot.com>
15527
15528         * m4/mmap-anon.m4: New file.
15529         * m4/pagealign_alloc.m4: New file.
15530
15531 2005-03-03  Derek R. Price  <derek@ximbiot.com>
15532             Bruno Haible  <bruno@clisp.org>
15533
15534         * modules/pagealign_alloc: New file.
15535         * MODULES.html.sh (Memory management functions): Add pagealign_alloc.
15536
15537 2005-03-03  Derek R. Price  <derek@ximbiot.com>
15538             Bruno Haible  <bruno@clisp.org>
15539
15540         * lib/pagealign_alloc.h: New file.
15541         * lib/pagealign_alloc.c: New file.
15542
15543 2005-03-03  Bruno Haible  <bruno@clisp.org>
15544
15545         * m4/inttypes.m4, isc-posix.m4, once-only.m4:
15546         Use an all-permissive copyright notice, recommended by RMS.
15547
15548 2005-03-02  Bruno Haible  <bruno@clisp.org>
15549
15550         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Undo the replacement here. Because
15551         of AIX, the replacement has to be done only after <string.h> is
15552         included, therefore not in config.h. stpncpy.h does the replacement,
15553         and stpncpy.c uses it.
15554
15555 2005-03-02  Bruno Haible  <bruno@clisp.org>
15556
15557         * lib/stpncpy.h (stpncpy): Define as a macro without arguments, so that
15558         stpncpy.c uses it.
15559
15560 2005-03-01  Paul Eggert  <eggert@cs.ucla.edu>
15561
15562         Remove workaround for bug in Linux kernel 2.6.8 or thereabouts.
15563         The workaround isn't strictly needed for POSIX conformance, and
15564         it's too much of a pain to configure and maintain.  We'll ask
15565         people to fix their kernels instead.
15566         * lib/xnanosleep.c: Don't include gethrxtime.h or xtime.h.
15567         (NANOSLEEP_BUG_WORKAROUND): Remove.
15568         (xnanosleep): Remove the workaround.
15569
15570 2005-03-01  Paul Eggert  <eggert@cs.ucla.edu>
15571
15572         * modules/gettime (Makefile.am): Remove lib_SOURCES line.
15573         Reported by Derek Price.
15574         (Include): Add "timespec.h".
15575
15576         * modules/xnanosleep (Depends-on): Remove gethrxtime.
15577
15578 2005-03-01  Paul Eggert  <eggert@cs.ucla.edu>
15579
15580         * m4/xnanosleep.m4 (gl_XNANOSLEEP): Remove configuration attempting
15581         to detect nanosleep bug.
15582
15583 2005-03-01  Bruno Haible  <bruno@clisp.org>
15584
15585         * lib/vasnprintf.c (EOVERFLOW): Define to a fallback if needed.
15586
15587 2005-02-26  Paul Eggert  <eggert@cs.ucla.edu>
15588
15589         * modules/gethrxtime: New file.
15590         * modules/xnanosleep (Files): Add m4/xnanosleep.m4.
15591         (Depends-on): Add gethrxtime.
15592         (configure.ac): Add gl_XNANOSLEEP.
15593         (Makefile.am): Remove lib_SOURCES line.
15594
15595 2005-02-25  Paul Eggert  <eggert@cs.ucla.edu>
15596
15597         * m4/gethrxtime.m4, m4/xnanosleep.m4: New files.
15598         * m4/gettime.m4 (gl_GETTIME): Check for nanotime.
15599
15600 2005-02-25  Paul Eggert  <eggert@cs.ucla.edu>
15601
15602         * lib/gethrxtime.h, lib/gethrxtime.c, lib/xtime.h: New files.
15603         * lib/timespec.h (gettime): Return void, since it always
15604         succeeds now.  All uses changed.
15605         * lib/gettime.c (gettime) Likewise.
15606         [HAVE_NANOTIME]: Prefer nanotime.
15607         Assume gettimeofday succeeds, as POSIX requires.
15608         Assime time () succeeds, since other code already does.
15609         * lib/xnanosleep.c: Include xtime.h and gethrxtime.h, not xalloc.h.
15610         (timespec_subtract): Remove.
15611         (NANOSLEEP_BUG_WORKAROUND): New constant.
15612         (xnanosleep): Use gethrxtime rather than gettime; this simplifies
15613         things considerably.  Use it only on GNU/Linux hosts, since the
15614         workaround shouldn't be needed elsewhere.
15615
15616 2005-02-24  Bruno Haible  <bruno@clisp.org>
15617
15618         * modules/gettext (Files): Add m4/glibc2.m4.
15619
15620 2005-02-24  Bruno Haible  <bruno@clisp.org>
15621
15622         * m4/gettext.m4, intdiv0.m4, intmax.m4, inttypes-pri.m4, lcmessage.m4:
15623         * m4/lib-link.m4, lib-prefix.m4, nls.m4, po.m4, printf-posix.m4:
15624         * m4/progtest.m4:
15625         Update from GNU gettext 0.14.2.
15626         * m4/glibc2.m4: New file, from GNU gettext 0.14.2.
15627
15628 2005-02-24  Bruno Haible  <bruno@clisp.org>
15629
15630         * lib/localcharset.c: Update from GNU gettext 0.14.2.
15631         * lib/config.charset: Update from GNU gettext 0.14.2.
15632
15633 2005-02-24  Bruno Haible  <bruno@clisp.org>
15634
15635         * lib/gettext.h: Update from GNU gettext 0.14.2.
15636
15637 2005-02-23  Simon Josefsson  <jas@extundo.com>
15638
15639         * m4/iconvme.m4: New file.
15640
15641 2005-02-23  Jim Meyering  <jim@meyering.net>
15642
15643         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Revert yesteday's
15644         change.
15645         Thanks to Bruno Haible for catching it.
15646
15647 2005-02-22  Simon Josefsson  <jas@extundo.com>
15648
15649         * modules/iconvme: New file.
15650
15651         * MODULES.html.sh: Add iconvme.
15652
15653 2005-02-22  Simon Josefsson  <jas@extundo.com>
15654
15655         * lib/iconvme.h, lib/iconvme.c: New files, from libc.
15656
15657 2005-02-22  Simon Josefsson  <jas@extundo.com>
15658
15659         * config/srclist.txt: Sync iconvme.h, iconvme.c from libc.
15660
15661 2005-02-22  Jim Meyering  <jim@meyering.net>
15662
15663         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Fix typo:
15664         s/ifndef/ifdef/.
15665
15666 2005-02-20  Neil Conway  <neilc@samurai.com>
15667
15668         * lib/xgethostname.c (xgethostname): Check for ENOMEM, which is
15669         returned by OSX/Darwin if the specified buffer is not large
15670         enough for the hostname.
15671
15672 2005-02-03  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
15673
15674         * lib/argp-help.c (__argp_help): Create a fake struct argp_state and
15675         pass it to _help, otherwise the latter coredumps trying to
15676         dereference state.root_argp.
15677
15678 2005-02-03  Paul Eggert  <eggert@cs.ucla.edu>
15679
15680         * modules/chdir-long (Depends-on): Add memrchr.
15681         * modules/memrchr (Files): Add lib/memrchr.h.
15682         (Include): "memrchr.h".
15683
15684 2005-02-03  Paul Eggert  <eggert@cs.ucla.edu>
15685
15686         * m4/memrchr.m4 (gl_FUNC_MEMRCHR): Add AC_LIBSOURCES, for memrchr.h.
15687
15688 2005-02-03  Paul Eggert  <eggert@cs.ucla.edu>
15689
15690         * lib/memrchr.h: New file.
15691         * lib/chdir-long.c: Include it.
15692         * lib/memrchr.c [!defined _LIBC]: Include it rather than <string.h>
15693         Don't bother including stddef.h.
15694
15695 2005-02-01  Paul Eggert  <eggert@cs.ucla.edu>
15696
15697         * lib/mountlist.h (MOUNTLIST_H_): New macro, to protect against double
15698         inclusion.
15699         Include <sys/types.h>, for dev_t.
15700         (ME_DUMMY, ME_REMOTE): Move from here....
15701         * lib/mountlist.c (ME_DUMMY, ME_REMOTE): To here.
15702         (ME_DUMMY): Count "subfs" as a dummy.  Problem reported by
15703         Dmitry V. Levin.
15704         Include mountlist.h first, to test the interface.
15705
15706 2005-01-29  Bruno Haible  <bruno@clisp.org>
15707
15708         * lib/progname.c (program_name): Initialize.
15709         Needed when linking statically on MacOS X.
15710
15711 2005-01-28  Paul Eggert  <eggert@cs.ucla.edu>
15712
15713         Sync from coreutils.
15714         * modules/getloadavg (Files): Remove m4/getloadavg.m4.
15715         (Depends-on): Add c-strtod.
15716         (configure.ac): Replace gl_FUNC_GETLOADAVG with AC_FUNC_GETLOADAVG.
15717
15718 2005-01-28  Paul Eggert  <eggert@cs.ucla.edu>
15719
15720         Sync from coreutils.
15721         * m4/getloadavg.m4, glibc.m4, search-libs.m4: Remove.
15722
15723         Remove files that are specific to coreutils.
15724         * m4/check-decl.m4, jm-macros.m4, lib-check.m4, prereq.m4: Remove.
15725
15726 2005-01-28  Bruno Haible  <bruno@clisp.org>
15727
15728         * modules/javacomp: New file.
15729         * MODULES.html.sh (Java): Add javacomp.
15730
15731 2005-01-28  Bruno Haible  <bruno@clisp.org>
15732
15733         * m4/javacomp.m4: New file, from GNU gettext.
15734
15735 2005-01-28  Bruno Haible  <bruno@clisp.org>
15736
15737         * lib/javacomp.sh.in: New file, from GNU gettext.
15738         * lib/javacomp.h: New file, from GNU gettext.
15739         * lib/javacomp.c: New file, from GNU gettext.
15740
15741 2005-01-26  Simon Josefsson  <jas@extundo.com>
15742
15743         * lib/gai_strerror.c: Use GPL in header.
15744
15745 2005-01-26  Bruno Haible  <bruno@clisp.org>
15746
15747         * modules/javaexec: New file.
15748         * MODULES.html.sh (Java): Add javaexec.
15749
15750 2005-01-26  Bruno Haible  <bruno@clisp.org>
15751
15752         * m4/javaexec.m4: New file, from GNU gettext.
15753
15754 2005-01-26  Bruno Haible  <bruno@clisp.org>
15755
15756         * lib/javaexec.sh.in: New file, from GNU gettext.
15757         * lib/javaexec.h: New file, from GNU gettext.
15758         * lib/javaexec.c: New file, from GNU gettext.
15759
15760 2005-01-24  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
15761
15762         * modules/lchown (Depends-on): Remove lchown.h
15763
15764 2005-01-24  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
15765
15766         * m4/sysexits.m4 (gl_SYSEXITS): Reverted logic. SYSEXITS_H
15767         must be defined if the header file was not found, in order
15768         to provide a replacement. Reported by Todd Vierling <tv@duh.org>
15769
15770 2005-01-24  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
15771
15772         * lib/argp-help.c (hol_entry_help): Avoid using non-constant
15773         initializers for struct pentry_state.
15774         (__argp_error): Check return value of __asprintf
15775         (__argp_failure): Translate error message
15776
15777         * lib/argp-parse.c: Removed braces around the expansion of N_()
15778
15779 2005-01-23  Paul Eggert  <eggert@cs.ucla.edu>
15780
15781         * m4/acl.m4, afs.m4, alloca.m4, argp.m4, assert.m4, atexit.m4,
15782         backupfile.m4, base64.m4, bison.m4, c-bs-a.m4, c-stack.m4,
15783         c-strtod.m4, calloc.m4, canon-host.m4, canonicalize.m4,
15784         clock_time.m4, cloexec.m4, closeout.m4, d-ino.m4, d-type.m4,
15785         dirfd.m4, dirname.m4, dos.m4, dup2.m4, error.m4, euidaccess.m4,
15786         exclude.m4, exitfail.m4, extensions.m4, fcntl-safer.m4,
15787         file-type.m4, fileblocks.m4, filemode.m4, fnmatch.m4, fpending.m4,
15788         free.m4, fstypename.m4, fsusage.m4, ftruncate.m4, getaddrinfo.m4,
15789         getcwd-path-max.m4, getcwd.m4, getdate.m4, getdomainname.m4,
15790         getgroups.m4, gethostname.m4, getline.m4, getndelim2.m4,
15791         getnline.m4, getopt.m4, getpagesize.m4, getpass.m4, getsubopt.m4,
15792         gettime.m4, gettimeofday.m4, getugroups.m4, getusershell.m4,
15793         group-member.m4, hard-locale.m4, hash.m4, host-os.m4, human.m4,
15794         idcache.m4, inttostr.m4, isdir.m4, jm-winsz1.m4, jm-winsz2.m4,
15795         link-follow.m4, long-options.m4, ls-mntd-fs.m4, lstat.m4,
15796         makepath.m4, mathl.m4, md5.m4, memcasecmp.m4, memchr.m4,
15797         memcmp.m4, memcoll.m4, memcpy.m4, memmem.m4, memmove.m4,
15798         memrchr.m4, memset.m4, mkdir-slash.m4, mkstemp.m4, mktime.m4,
15799         modechange.m4, mountlist.m4, nanosleep.m4, obstack.m4,
15800         path-concat.m4, pathmax.m4, perl.m4, physmem.m4, poll.m4,
15801         posixtm.m4, posixver.m4, putenv.m4, quote.m4, quotearg.m4,
15802         readdir.m4, readtokens.m4, readutmp.m4, regex.m4, rename.m4,
15803         restrict.m4, rmdir-errno.m4, rmdir.m4, rpmatch.m4, same.m4,
15804         savedir.m4, settime.m4, sha1.m4, sig2str.m4, snprintf.m4,
15805         sockpfaf.m4, st_dm_mode.m4, st_mtim.m4, stat.m4, stdint.m4,
15806         stdio-safer.m4, strchrnul.m4, strdup.m4, strerror.m4,
15807         strerror_r.m4, strftime.m4, strndup.m4, strnlen.m4, strsep.m4,
15808         strtod.m4, strtoimax.m4, strtok_r.m4, strtol.m4, strtoll.m4,
15809         strtoul.m4, strtoull.m4, strtoumax.m4, strverscmp.m4, sysexits.m4,
15810         time_r.m4, timegm.m4, timespec.m4, tm_gmtoff.m4, tzset.m4,
15811         uint32_t.m4, uintptr_t.m4, unistd-safer.m4, unlink-busy.m4,
15812         unlocked-io.m4, uptime.m4, userspec.m4, utimbuf.m4, utime.m4,
15813         utimecmp.m4, utimens.m4, utimes-null.m4, vsnprintf.m4, xalloc.m4,
15814         xgetcwd.m4, xreadlink.m4, xstrndup.m4, xstrtod.m4, xstrtoimax.m4,
15815         xstrtol.m4, xstrtoumax.m4, yesno.m4:
15816         Use an all-permissive copyright notice, recommended by RMS.
15817
15818 2005-01-21  Paul Eggert  <eggert@cs.ucla.edu>
15819
15820         * modules/chdir-long (Depends-on): Remove mempcpy.
15821
15822 2005-01-21  Jim Meyering  <jim@meyering.net>
15823
15824         * lib/openat.h (AT_SYMLINK_NOFOLLOW): Define to 4096, so it's the
15825         same value as for Solaris 9.
15826
15827         * lib/chdir-long.c (chdir_long): Rewrite to remove limitation on
15828         component length.  This included changing the parameter to be
15829         of type `char *' rather than `char const *'.
15830         * lib/chdir-long.h (chdir_long): Update prototype.
15831
15832         * lib/openat.c (fdopendir, fstatat): New functions.
15833         * lib/openat.h: Include headers required for use of DIR and struct
15834         stat.
15835         [AT_SYMLINK_NOFOLLOW]: Define.
15836         (fdopendir, fstatat): Add prototypes.
15837
15838 2005-01-21  Bruno Haible  <bruno@clisp.org>
15839
15840         * modules/classpath: New file.
15841         * MODULES.html.sh (Java): Add classpath.
15842
15843 2005-01-21  Bruno Haible  <bruno@clisp.org>
15844
15845         * lib/classpath.h: New file, from GNU gettext.
15846         * lib/classpath.c: New file, from GNU gettext.
15847
15848 2005-01-20  Simon Josefsson  <jas@extundo.com>
15849
15850         * modules/version-etc-fsf: New file.
15851
15852 2005-01-20  Simon Josefsson  <jas@extundo.com>
15853
15854         * lib/version-etc-fsf.c: New file, with version_etc_copyright.
15855         * lib/version-etc.c: Remove version_etc_copyright.
15856         * lib/version-etc.h (version_etc_copyright): Use [] instead of * in
15857         prototype, suggested by Paul Eggert <eggert@CS.UCLA.EDU>.
15858
15859 2005-01-20  Simon Josefsson  <jas@extundo.com>
15860
15861         * lib/base64.h (isbase64): Add.
15862
15863         * lib/base64.c (isb64): Rename to isbase64, use to_uchar instead of
15864         using a unsigned prototype, don't inline.
15865         (base64_decode): Use it.
15866
15867 2005-01-20  Paul Eggert  <eggert@cs.ucla.edu>
15868
15869         * m4/save-cwd.m4 (gl_SAVE_CWD): Remove check for fcntl; we now assume
15870         it.
15871
15872 2005-01-20  Paul Eggert  <eggert@cs.ucla.edu>
15873
15874         * lib/save-cwd.c (save_cwd): Remove code to support the case
15875         where fchdir is missing or flaky.
15876
15877 2005-01-20  Paul Eggert  <eggert@cs.ucla.edu>
15878
15879         * MODULES.html.sh (Command-line arguments): Add version-etc-fsf.
15880
15881 2005-01-19  Paul Eggert  <eggert@cs.ucla.edu>
15882
15883         * modules/mempcpy (Makefile.am): Remove mention of mempcpy.h;
15884         AC_LIBSOURCES now does this.
15885         * MODULES.html.sh (Sizes of integer types <limits.h>): New element,
15886         with new ullong_max module.
15887
15888 2005-01-19  Bruno Haible  <bruno@clisp.org>
15889
15890         * modules/sh-quote: New file.
15891         * MODULES.html.sh (Executing programs): Add sh-quote.
15892
15893 2005-01-19  Bruno Haible  <bruno@clisp.org>
15894
15895         * lib/sh-quote.h: New file, from GNU gettext.
15896         * lib/sh-quote.c: New file, from GNU gettext.
15897
15898 2005-01-18  Paul Eggert  <eggert@cs.ucla.edu>
15899
15900         Merge from coreutils.
15901         * m4/ullong_max.m4: New file.
15902         * m4/jm-macros.m4 (gl_MACROS): Require gl_ULLONG_MAX.
15903         (gl_MACROS): Assume localeconv exists.
15904
15905 2005-01-18  Paul Eggert  <eggert@cs.ucla.edu>
15906
15907         Merge changes from coreutils, as described below in several
15908         changelogs dated today.
15909
15910         * lib/save-cwd.c: Include "save-cwd.h" before other include files.
15911         (O_DIRECTORY): Remove; not needed here, since "." must be
15912         a directory.  All uses removed.
15913         (save_cwd): Use __sgi || __sun, not sun || __sun.  __sun is
15914         universal on Suns, and we also need to test for IRIX.
15915         Revamp code to use 'if' rather than '#if'.
15916         Avoid unnecessary comparison of cwd->desc to 0.
15917
15918         * lib/utimens.c (futimens): Robustify the previous patch, by checking
15919         for known valid error numbers rather than observed invalid ones.
15920
15921 2005-01-18  Paul Eggert  <eggert@cs.ucla.edu>
15922
15923         * modules/ullong_max: New file.
15924
15925         * modules/chdir-long, modules/openat: New files.
15926         * modules/save-cwd (Depends-on): Depend on chdir-long.
15927         (Makefile.am): Remove lib_SOURCES; now handled by AC_LIBSOURCES.
15928
15929 2005-01-18  Jim Meyering  <jim@meyering.net>
15930
15931         Merge from coreutils.
15932         * m4/chdir-long.m4, m4/openat.m4: New files.
15933         * m4/save-cwd.m4 (gl_SAVE_CWD): Add AC_LIBSOURCES for save-cwd.c,
15934         save-cwd.h.  Add AC_LIBOBJ for save-cwd.
15935         * m4/chown.m4 (gl_FUNC_CHOWN): When cross-compiling, assume that chown
15936         is sane and DOES follow symlinks.  Besides, testing 20 different
15937         systems found no broken chown implementations.
15938         Prompted by a change in rsync's copy of this macro.
15939         * m4/jm-macros.m4 (gl_MACROS): Require gl_FUNC_CHDIR_LONG.
15940
15941         * m4/lchown.m4 (gl_FUNC_LCHOWN): Use AC_LIBSOURCES.
15942
15943         * m4/utimes.m4: Work around tests/touch/empty-file failure on a system
15944         (sparc64, Linux-2.4.28, glibc-2.3.3) that didn't honor utimes'
15945         NULL-means-set-to-current-time semantics.
15946         Remove temporary file immediately, rather than waiting
15947         for configure's at-exit trap code to do it.
15948
15949 2005-01-18  Jim Meyering  <jim@meyering.net>
15950
15951         * lib/version-etc.c (version_etc_copyright): Update copyright date.
15952
15953         * lib/utimens.c (futimens): Account for the fact that futimes
15954         can also fail with errno == ENOSYS or errno == ENOENT.
15955         Patch from Dmitry V. Levin.
15956
15957         Change the name of the robust chdir function from chdir to chdir_long.
15958         * lib/save-cwd.c: Include chdir-long.h rather than chdir.h.
15959         (restore_cwd): Use chdir_long, not chdir.
15960         * lib/chdir-long.c: Renamed from chdir.c.
15961         * lib/chdir-long.h: Renamed from chdir.h.
15962         [!defined PATH_MAX]: Define chdir_long to chdir on systems like the
15963         Hurd.
15964
15965 2005-01-18  Bruno Haible  <bruno@clisp.org>
15966
15967         * m4/allocsa.m4, m4/codeset.m4, m4/copy-file.m4, m4/eaccess.m4:
15968         * m4/eealloc.m4, m4/eoverflow.m4, m4/execute.m4, m4/fatal-signal.m4:
15969         * m4/findprog.m4, m4/glibc21.m4, m4/iconv.m4, m4/intmax_t.m4:
15970         * m4/inttypes_h.m4, m4/lib-ld.m4, m4/lib-link.m4, m4/lib-prefix.m4:
15971         * m4/linebreak.m4, m4/localcharset.m4, m4/longdouble.m4:
15972         * m4/longlong.m4, m4/mbrtowc.m4, m4/mbstate_t.m4, m4/mbswidth.m4:
15973         * m4/mkdtemp.m4, m4/pipe.m4, m4/readlink.m4, m4/safe-read.m4:
15974         * m4/safe-write.m4, m4/setenv.m4, m4/sig_atomic_t.m4:
15975         * m4/signalblocking.m4, m4/signed.m4, m4/size_max.m4, m4/ssize_t.m4:
15976         * m4/stdbool.m4, m4/stdint_h.m4, m4/stpcpy.m4, m4/stpncpy.m4:
15977         * m4/strcase.m4, m4/strcspn.m4, m4/strpbrk.m4, m4/strstr.m4:
15978         * m4/ucs4-utf.m4, m4/uintmax_t.m4, m4/ulonglong.m4, m4/unicodeio.m4:
15979         * m4/utf-ucs4.m4, m4/vasnprintf.m4, m4/vasprintf.m4:
15980         * m4/wait-process.m4, m4/wchar_t.m4, m4/wint_t.m4, m4/xsize.m4:
15981         Use an all-permissive copyright notice, recommended by RMS.
15982
15983 2005-01-18  Bob Proulx  <bob@proulx.com>
15984
15985         * lib/obstack.c [DEFAULT_ALIGNMENT]: Use an intermediate type to
15986         simplify offsetof() macro construct to avoid compile failure with
15987         native HP-UX 11.0 ANSI C compiler.
15988
15989 2005-01-17  Bruno Haible  <bruno@clisp.org>
15990
15991         * lib/stpncpy.c: Remove HAVE_STPNCPY and gnu_stpncpy renaming,
15992         redundant because stpncpy.m4 takes care of it.
15993
15994 2005-01-17  Bruno Haible  <bruno@clisp.org>
15995
15996         * lib/progreloc.c: Include xalloc.h instead of xmalloc.h.
15997
15998 2005-01-17  Bruno Haible  <bruno@clisp.org>
15999
16000         * lib/progreloc.c (xstrdup): Define as strdup if no xmalloc should be
16001         used.
16002
16003 2005-01-17  Bruno Haible  <bruno@clisp.org>
16004
16005         * lib/fwriteerror.h (fwriteerror): Change specification to include
16006         fclose.
16007         * lib/fwriteerror.c: Include <stdbool.h>.
16008         (fwriteerror): At the end, close the file stream. Record whether
16009         stdout was already closed.
16010
16011 2005-01-17  Bruno Haible  <bruno@clisp.org>
16012
16013         * lib/execute.c (environ): Declare if needed.
16014         * lib/pipe.c (environ): Likewise.
16015         Reported by Michael Schloh von Bennewitz <michael.schloh@cw.com>.
16016
16017 2005-01-11  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
16018
16019         * modules/argp: Depend on vsnprintf
16020
16021 2005-01-10  Jim Meyering  <jim@meyering.net>
16022
16023         * modules/closeout (Depends-on): Add atexit.
16024
16025 2005-01-06  Bruno Haible  <bruno@clisp.org>
16026
16027         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Rename stpncpy to gnu_stpncpy here.
16028
16029 2005-01-04  Paul Eggert  <eggert@cs.ucla.edu>
16030
16031         * lib/human.c (SIZE_MAX, UINTMAX_MAX): Move these conditional
16032         definitions to be after all include files, to avoid collisions.
16033         Problem reported by Bob Proulx.
16034
16035 2005-01-04  Jim Meyering  <jim@meyering.net>
16036
16037         Changes imported from coreutils.
16038         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Rather than using "conftestXXXXXX"
16039         as the mkstemp template, use a temporary directory and an
16040         8.3-friendly template to avoid trouble on systems like DJGPP.
16041         Reported by Juan M. Guerrero via Stepan Kasal.
16042         * m4/(gl_FUNC_MKSTEMP): Include <unistd.h> for the declaration of
16043         close. Remove the temporary directory right away, rather than waiting
16044         for configure's at-exit trap code to do it.
16045         Suggestion from Stepan Kasal.
16046
16047 2005-01-01  Simon Josefsson  <jas@extundo.com>
16048
16049         * gnulib-tool: Print #include directives when --import'ing.
16050
16051 2004-12-28  Simon Josefsson  <jas@extundo.com>
16052
16053         * tests/test-base64.c: Include required header files.  Remove
16054         unused variables.
16055
16056 2004-12-28  Paul Eggert  <eggert@cs.ucla.edu>
16057
16058         * modules/error (Depends-on): Remove gettext.
16059
16060 2004-12-28  Paul Eggert  <eggert@cs.ucla.edu>
16061
16062         * lib/error.c [!_LIBC && !ENABLE_NLS]: Do not include "gettext.h";
16063         not needed.  This removes a dependency on the gettext module.
16064         [defined _LIBC]: Do not include <libintl.h>; not needed.
16065
16066 2004-12-24  Paul Eggert  <eggert@cs.ucla.edu>
16067
16068         * m4/c-strtod.m4 (gl_C99_STRTOLD): New macro.
16069         (gl_C_STRTOD): Use it instead of AC_CHECK_DECLS_ONCE(strtold).
16070
16071 2004-12-24  Paul Eggert  <eggert@cs.ucla.edu>
16072
16073         * lib/c-strtod.c (STRTOD): Depend on HAVE_C99_STRTOLD, not
16074         HAVE_DECL_STRTOLD.
16075
16076 2004-12-23  Paul Eggert  <eggert@cs.ucla.edu>
16077
16078         * modules/getdate (Depends-on): Remove alloca-opt.
16079
16080 2004-12-23  Paul Eggert  <eggert@cs.ucla.edu>
16081
16082         * m4/getdate.m4 (gl_GETDATE): Remove AC_FUNC_ALLOCA.
16083
16084 2004-12-23  Paul Eggert  <eggert@cs.ucla.edu>
16085
16086         * lib/argp-parse.c: Include <stddef.h>.
16087         (alignof, alignto): New macros.
16088         (parser_init): Don't assume that void * is aligned sufficiently
16089         for struct option.
16090
16091         * lib/getdate.y (YYSTACK_USE_ALLOCA): Define to 0, since there's no
16092         need to extend the stack.
16093         (YYINITDEPTH): New macro, so that the initial stack isn't overly
16094         large.
16095
16096 2004-12-22  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
16097
16098         * lib/argp-parse.c (parser_init): Avoid arithmetics on void pointers.
16099
16100 2004-12-19  Paul Eggert  <eggert@cs.ucla.edu>
16101
16102         * modules/regex (lib_SOURCES): Remove regex.c, undoing previous
16103         (2004-10-24) change.  Apparently this was a false alarm.
16104
16105         * modules/getdate: Depend on alloca-opt, not alloca.
16106
16107 2004-12-19  Paul Eggert  <eggert@cs.ucla.edu>
16108
16109         * lib/alloca_.h: Conditionalize on _GNULIB_ALLOCA_H, not _ALLOCA_H.
16110         Remove now-obsolete comment about AIX.
16111         * lib/getdate.y: Include <alloca.h> only if HAVE_ALLOCA.
16112         (YYSTACK_USE_ALLOCA): Define to 0 if !HAVE_ALLOCA.
16113         (YYMAXDEPTH): New macro.
16114
16115 2004-12-18  Simon Josefsson  <jas@extundo.com>
16116
16117         * modules/alloca: Depend on alloca-opt, instead of duplicating it.
16118
16119 2004-12-18  Bruno Haible  <bruno@clisp.org>
16120
16121         * m4/fatal-signal.m4 (gl_FATAL_SIGNAL): Also test for sigaction.
16122
16123 2004-12-18  Bruno Haible  <bruno@clisp.org>
16124
16125         * lib/fatal-signal.c (fatal_signals): Make non-const.
16126         (init_fatal_signals): New function.
16127         (uninstall_handlers, install_handlers): Ignore signals that were set to
16128         SIG_IGN.
16129         (at_fatal_signal): Call init_fatal_signals.
16130         (init_fatal_signal_set): Likewise. Ignore signals that were set to
16131         SIG_IGN.
16132         Reported by Paul Eggert.
16133
16134 2004-12-18  Bruno Haible  <bruno@clisp.org>
16135
16136         * doc/alloca.texi: New file.
16137         * doc/alloca-opt.texi: New file.
16138
16139 2004-12-17  Jim Meyering  <jim@meyering.net>
16140
16141         * config/install-sh: Use `(exit N); exit N', not `(exit N); exit'.
16142         Otherwise, install-sh could exit with improper exit status when
16143         exiting via a trapped interrupt.  Thanks to a report from Bob Proulx.
16144
16145 2004-12-16  Simon Josefsson  <jas@extundo.com>
16146
16147         * tests/test-base64.c: Add license.
16148
16149 2004-12-15  Stepan Kasal  <address@hidden>
16150
16151         * gnulib-tool (func_emit_lib_Makefile_am): Shorten a long sed command.
16152
16153 2004-12-12  Paul Eggert  <eggert@cs.ucla.edu>
16154
16155         * modules/getcwd (Files): Add m4/d-ino.m4.
16156         Suggested by Mark D. Baushke.
16157
16158 2004-12-08  Paul Eggert  <eggert@cs.ucla.edu>
16159
16160         * lib/getdate.y (textint): New member "negative".
16161         (time_zone_hhmm): New function.
16162         Expect 14 shift-reduce conflicts, not 13.
16163         (o_colon_minutes): New rule.
16164         (time, zone): Use it to add support for +HH:MM, UTC+HH:MM.
16165         (yylex): Set the "negative" member of signed numbers.
16166
16167 2004-12-08  Paul Eggert  <eggert@cs.ucla.edu>
16168
16169         * doc/getdate.texi (Time of day items, Time zone items):
16170         Describe new formats +00:00, UTC+00:00.
16171
16172 2004-12-07  Paul Eggert  <eggert@cs.ucla.edu>
16173
16174         * m4/ls-mntd-fs.m4 (AC_FUNC_GETMNTENT): Fix typo in previous change:
16175         spurious "-l"s.  Problem reported by Stepan Kasal.
16176
16177 2004-12-06  Paul Eggert  <eggert@cs.ucla.edu>
16178
16179         * m4/ls-mntd-fs.m4 (AC_FUNC_GETMNTENT): New macro, to work around bug
16180         in Autoconf 2.59.  Problem reported by Mark D. Baushke.
16181
16182 2004-12-04  Simon Josefsson  <jas@extundo.com>
16183
16184         * modules/getaddrinfo (License): Add LGPL, reported by Yoann
16185         Vandoorselaere <yoann@prelude-ids.org>.
16186
16187 2004-12-04  Paul Eggert  <eggert@cs.ucla.edu>
16188
16189         Changes imported from coreutils.
16190         * m4/hard-locale.m4 (gl_HARD_LOCALE): Assume locale.h and setlocale
16191         exist.
16192         * m4/human.m4 (gl_HUMAN): Assume locale.h and localeconv exist.
16193
16194 2004-12-04  Paul Eggert  <eggert@cs.ucla.edu>
16195
16196         Changes imported from coreutils.
16197         * lib/hard-locale.c: Assume <locale.h> exists.
16198         Include "strdup.h".
16199         (GLIBC_VERSION): New macro.
16200         (hard_locale): Assume setlocale exists.
16201         Rewrite to avoid #ifdef.
16202         Use strdup rather than malloc + strcpy.
16203         * lib/human.c: Assume <locale.h> exists.
16204         (human_readable): Assume localeconv exists.
16205
16206 2004-12-04  Paul Eggert  <eggert@cs.ucla.edu>
16207
16208         * modules/hard-locale (Depends-on): Add strdup.
16209
16210 2004-12-01  Jakub Jelinek  <jakub@redhat.com>
16211
16212         * lib/mktime.c (__mktime_internal): If SEC_REQUESTED != SEC,
16213         convert T2, not T.  (Imported from libc.)
16214
16215 2004-11-30  Simon Josefsson  <jas@extundo.com>
16216
16217         * modules/restrict (License): Change to LGPL.
16218
16219 2004-11-30  Simon Josefsson  <jas@extundo.com>
16220
16221         * m4/restrict.m4: Add copyright and copying conditions.
16222
16223 2004-11-30  Simon Josefsson  <jas@extundo.com>
16224
16225         * m4/base64.m4: New file.
16226
16227 2004-11-30  Simon Josefsson  <jas@extundo.com>
16228
16229         * MODULES.html.sh (Extra functions based on ANSI C 89): Add
16230         base64.
16231
16232         * tests/test-base64.c: New file.
16233
16234         * modules/base64: New file.
16235
16236 2004-11-30  Paul Eggert  <eggert@cs.ucla.edu>
16237
16238         * m4/getcwd-path-max.m4 (gl_FUNC_GETCWD_PATH_MAX):
16239         Define HAVE_PARTLY_WORKING_GETCWD if getcwd is partly working.
16240
16241         * m4/readutmp.m4 (gl_READUTMP): Don't check for sys/param.h.
16242
16243 2004-11-30  Paul Eggert  <eggert@cs.ucla.edu>
16244
16245         * lib/getcwd.c (is_ENAMETOOLONG): New macro.
16246         (__getcwd.c): Don't restore errno; glibc doesn't.
16247         [HAVE_PARTLY_WORKING_GETCWD && !defined AT_FDCWD]: Try system getcwd
16248         first, falling back to our code only if its results look suspicious.
16249         Ensure that the resulting buffer is only as large as necessary.
16250
16251         * lib/readutmp.c: Include readutmp.h first.
16252         Include <errno.h>, since readutmp.h no longer does that.
16253         * lib/readutmp.h: Don't include <errno.h>,
16254         <sys/param.h>, <time.h>; not needed to establish interface.
16255         (errno): Remove decl.
16256         (HAVE_STRUCT_XTMP_UT_TYPE): Remove; no longer needed.
16257         (UT_TYPE_EQ, UT_TYPE_NOT_DEFINED, UT_TYPE_BOOT_TIME,
16258         UT_TYPE_USER_PROCESS, IS_USER_PROCESS): New macros.
16259
16260 2004-11-28  Simon Josefsson  <jas@extundo.com>
16261
16262         * lib/base64.h, base64.c: New file.
16263
16264 2004-11-27  Paul Eggert  <eggert@cs.ucla.edu>
16265
16266         * lib/getcwd.h: New file, which I forgot to check in on 2004-11-25.
16267
16268 2004-11-26  Paul Eggert  <eggert@cs.ucla.edu>
16269
16270         * modules/getcwd (Files): Add lib/getcwd.h, m4/getcwd.m4.
16271         (Depends-on): Remove pathmax, same.  Add mempcpy.
16272         (configure.ac): GL_FUNC_GETCWD_PATH_MAX -> gl_FUNC_GETCWD.
16273         (Makefile.am): Append getcwd.h to lib_SOURCES.
16274         (Include): Add getcwd.h.
16275         (Maintainer): Change from Jim Meyering to "all, glibc",
16276         since getdate now uses intended-for-glibc code.
16277         * modules/xgetcwd (Files): Remove m4/getcwd.m4.
16278         (Depends-on): Depend on getcwd.  Do not depend on pathmax.
16279
16280 2004-11-25  Paul Eggert  <eggert@cs.ucla.edu>
16281
16282         Fix problems reported by Scott S. Tinsley for HP-UX 11.11 using
16283         HP's ANSI C compiler.
16284         * lib/fsusage.c (statvfs) [HAVE_SYS_STATVFS_H]: Remove decl.
16285         Declaring int functions causes warnings on some modern systems and
16286         shouldn't be needed to compile on ancient ones.
16287         * lib/same.c (MIN) [defined MIN]: Don't define, since it's already
16288         defined.
16289
16290         * lib/getcwd.c: Replace by a copy of glibc/sysdeps/posix/getcwd.c, but
16291         with the following changes.
16292         (__set_errno): Parenthesize properly.
16293         Include <stdbool.h>.
16294         (MIN, MAX, MATCHING_INO): New macros.
16295         (__getcwd): Define with prototype, not K&R form.
16296         Use heuristics to allocate default buffer on stack if possible.
16297         If AT_FDCWD is defined, use openat and fstatat to avoid O(N**2)
16298         behavior, and to avoid the PATH_MAX limit when computing
16299         ../../../../...
16300         Use MATCHING_INO to compare inode number to file.
16301         Check for arithmetic overflow in size calculations.
16302         Fix bug in reallocation of dot array that caused getcwd to fail
16303         on directories nested deeper than 75.
16304         Be more careful about saving errno on error.
16305         Do not use realloc; use only free+malloc, as this is a bit
16306         more flexible and avoids a needless copy operation.
16307         Do not inspect st_dev and st_ino for symbolic links; POSIX
16308         doesn't specify the latter.
16309         Check for closedir errors.
16310         Avoid needless casts.
16311         Use "#ifdef weak_alias" around weak_alias, to be like other
16312         glibc code.
16313         The following changes to getcwd.c have effect only when used in
16314         gnulib; they have no effect inside glibc proper.
16315         (#pragma alloca) [defined _AIX && !defined __GNUC__]: Remove,
16316         as alloca isn't used.
16317         (alloca, __alloca): Likewise.
16318         [!_LIBC]: Include "getcwd.h", "mempcpy.h".
16319         Include <stddef.h>, <stdlib.h>, <string.h>, <limits.h>
16320         unconditionally, as gnulib assumes C89 or better.
16321         Do not include <sys/param.h>.
16322         (errno) [!defined __GNU_LIBRARY__ && !defined STDC_HEADERS]: Remove
16323         no-longer-necessary 'extern int errno' decl; gnulib assumes C89 or
16324         better.
16325         (NULL) [!defined NULL]: Remove; we assume C89 or better.
16326         Include <dirent.h> in a way that is compatible with modern Autoconf.
16327         (_D_ALLOC_NAMELEN, _D_EXACT_NAMLEN):
16328         New macros, if not already defined.
16329         Include <unistd.h> if _LIBC, not if __GNU_LIBRARY__.
16330         Use "_LIBC", not "defined _LIBC", for consistency.
16331         (HAVE_MEMPCPY): Remove; no longer needed now that gnulib has
16332         a mempcpy module.
16333         (__lstat, __closedir, __opendir, __readdir) [!_LIBC]: New macros.
16334         (GETCWD_RETURN_TYPE): Remove.  All uses replaced by char *.
16335         * lib/xgetcwd.c: David MacKenzie's old code was removed, so give
16336         credit only to Jim Meyering and adjust the copyright dates.
16337         Do not include <limits.h>, <stdio.h>, <sys/types.h>,
16338         <stdlib.h>, <unistd.h>, "pathmax.h".
16339         Instead, include "xgetcwd.h" (first) and "getcwd.h".
16340         (INITIAL_BUFFER_SIZE): Remove.
16341         (xgetcwd): Rely on getcwd, since we now depend on a reliable one.
16342
16343 2004-11-25  Paul Eggert  <eggert@cs.ucla.edu>
16344
16345         * m4/getcwd-path-max.m4 (gl_FUNC_GETCWD_PATH_MAX): Renamed from
16346         GL_FUNC_GETCWD_PATH_MAX for consistency.  All uses changed.
16347         Use the _ONCE methods, for efficiency.
16348         Check for fcntl.h.  In test program, include <errno.h>
16349         and <fcntl.h> if available.  Remove old K&R cruft from
16350         test program.  Check for common errors in GNU/Linux,
16351         OpenBSD, and Solaris.  Just set gl_cv_func_getcwd_path_max;
16352         don't do AC_LIBOBJ, as that's getcwd.m4's job.
16353         * m4/getcwd.m4 (gl_FUNC_GETCWD_NULL): Renamed from
16354         AC_FUNC_GETCWD_NULL.  All used changed.  Change cache variable
16355         name accordingly.
16356         (gl_FUNC_GETCWD, gl_PREREQ_GETCWD): New macros.  Revamp to
16357         accommodate new getcwd.c.
16358         * m4/jm-macros.m4 (gl_MACROS): Don't require GL_FUNC_GETCWD_PATH_MAX.
16359         * m4/prereq.m4 (gl_PREREQ): Add gl_FUNC_MEMPCPY.
16360         * m4/xgetcwd.m4 (gl_XGETCWD): Replace with gl_FUNC_GETCWD, since
16361         that's all we need now.
16362
16363 2004-11-23  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
16364
16365         * m4/argp.m4 (gl_ARGP): Require gl_GETOPT_SUBSTITUTE unconditionally:
16366         argp-parse.c depends on getopt internals, that means we should
16367         always use our getopt, to be on the safe side.
16368         * m4/getopt.m4 (gl_GETOPT): Check if GETOPT_H is already set, in
16369         order not to spoil the result of an eventual previous invocation
16370         of gl_GETOPT_SUBSTITUTE.
16371
16372 2004-11-23  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
16373
16374         * lib/getopt_.h: Re-addition of __getopt_argv_const caused
16375         redefinition warnings. To avoid them, include the defines
16376         in `#if !defined __need_getopt ... #endif'. The only place
16377         where __getopt_argv_const is used is in definitions
16378         of getopt_long and getopt_long_only below, which are as well
16379         protected by `#ifndef __need_getopt'.
16380         [defined __GETOPT_PREFIX && !defined __need_getopt]: Undef
16381         __need_getopt after including <stdio.h> and <unistd.h> These
16382         headers might have defined it.
16383
16384 2004-11-23  Paul Eggert  <eggert@cs.ucla.edu>
16385
16386         * m4/utimens.m4 (gl_UTIMENS): Check for futimes function.
16387
16388 2004-11-23  Paul Eggert  <eggert@cs.ucla.edu>
16389
16390         * lib/utimens.c (__attribute__, ATTRIBUTE_UNUSED): New macros.
16391         (futimens): New function, which uses futimes if available.
16392         (futimens, utimens): Support timespec==NULL, with same semantics
16393         as utime and utimens.
16394         * lib/utimens.h (futimens): New decl.
16395
16396 2004-11-23  Jim Meyering  <jim@meyering.net>
16397
16398         * lib/getopt_.h: Remove trailing blanks.
16399
16400 2004-11-23  Jim Meyering  <jim@meyering.net>
16401
16402         * lib/__fpending.c: Add comment.
16403
16404 2004-11-22  Paul Eggert  <eggert@cs.ucla.edu>
16405
16406         * modules/canonicalize (Depends-on): Add xreadlink.
16407         Problem reported by James Youngman.
16408
16409 2004-11-20  Paul Eggert  <eggert@cs.ucla.edu>
16410
16411         * lib/getopt_.h (__GETOPT_CONCAT, __GETOPT_XCONCAT, __GETOPT_ID):
16412         New macros.
16413         (getopt, getopt_long, getopt_long_only, optarg, opterr, optind,
16414         optopt): Use them instead of invoking ## directly; otherwise, the
16415         symbols will be __GETOPT_PREFIXgetopt rather than rpl_getopt.
16416
16417 2004-11-19  Bruno Haible  <bruno@clisp.org>
16418
16419         * lib/strtok_r.c: Move comments from here...
16420         * lib/strtok_r.h: ... to here.
16421
16422 2004-11-17  Paul Eggert  <eggert@cs.ucla.edu>
16423
16424         * m4/calloc.m4 (_AC_FUNC_CALLOC_IF): Check for buggy calloc
16425         implementations that mishandle size_t overflow.
16426
16427 2004-11-17  Paul Eggert  <eggert@cs.ucla.edu>
16428
16429         * lib/realloc.c (rpl_realloc): Call 'free' if n==0, since realloc
16430         might fail.  Problem reported by Yoann Vandoorselaere.
16431         * lib/calloc.c (rpl_calloc): Defend against buggy calloc
16432         implementations that mishandle size_t overflow.
16433
16434 2004-11-16  Paul Eggert  <eggert@cs.ucla.edu>
16435
16436         * modules/canon-host (Depends-on): Add strdup.
16437
16438 2004-11-16  Paul Eggert  <eggert@cs.ucla.edu>
16439
16440         * m4/canon-host.m4 (gl_CANON_HOST): Check for getaddrinfo.
16441
16442 2004-11-16  Paul Eggert  <eggert@cs.ucla.edu>
16443
16444         * lib/canon-host.c: Include "strdup.h".
16445         (canon_host): Use getaddrinfo if available, so that IPv6 works.
16446         Use strdup instead of malloc/strcpy to duplicate strings.
16447
16448         * lib/human.h (LONGEST_HUMAN_READABLE): Add 1 for space before unit.
16449         (human_space_before_unit): New constant.
16450         * lib/human.c (human_readable): Support it.
16451
16452         * lib/xgetcwd.c: Include <limits.h>, for PATH_MAX.
16453         (xgetcwd): Set errno correctly when failing.
16454         Work around Solaris 9 bug: getcwd sets errno==ERANGE even though
16455         the failure is actually due to a PATH_MAX problem.
16456
16457         Further getopt changes to make it more likely that glibc will
16458         buy the changes back.
16459         * lib/getopt.c (POSIXLY_CORRECT): New constant.
16460         (getopt): Use it, so to preserve glibc semantic
16461         * lib/getopt1.c (getopt_long, getopt_long_only): Arg is char * const *
16462         when compiling for libc.
16463         * lib/getopt_.h (__getopt_argv_const): Bring it back.
16464         (getopt_long, getopt_long_only): Use it.
16465
16466         * lib/getopt.c (_getopt_initialize, _getopt_internal_r,
16467         _getopt_internal): New arg POSIXLY_CORRECT.  All callers changed.
16468         (getopt): Argv is now char * const *, as per standard.
16469         (_getopt_internal_r, _getopt_internal): Argv is now char **,
16470         not char *__getopt_argv_const *.
16471         * lib/getopt1.c (getopt_long, _getopt_long_r, getopt_long_only,
16472         _getopt_long_only_r): Likewise.
16473         * lib/getopt_.h (getopt, getopt_long, geopt_long_only): Likewise.
16474         * lib/getopt_int.h (_getopt_internal, _getopt_internal_r,
16475         _getopt_long_r, _getopt_long_only_r): Likewise.
16476         * lib/getopt_.h (__getopt_argv_const): Remove.
16477         (getopt): Argv is now char * const *, as per standard.
16478
16479         * lib/getdate.y (tORDINAL): New token.
16480         (day, relunit): Allow it for relative times.
16481         (relative_time_table): Use tORDINAL for ordinals.
16482
16483 2004-11-16  Paul Eggert  <eggert@cs.ucla.edu>
16484
16485         * doc/getdate.texi (General date syntax): "next" is 1, not 2.
16486         Document that "second" isn't allowed as an ordinal number.
16487
16488 2004-11-16  Jim Meyering  <jim@meyering.net>
16489
16490         * modules/closeout (Depends-on): Add fpending.
16491
16492 2004-11-15  Jim Meyering  <jim@meyering.net>
16493
16494         * lib/closeout.c: Include "__fpending.h" once again.
16495         Include <stdbool.h>.
16496         (close_stdout): Don't fail just because stdout was closed initially,
16497         since some programs don't write to stdout in the normal course of
16498         operation (other than --version and --help), and we don't want this
16499         function to make e.g. `touch file >&-' fail.
16500         But do fail if it was closed and someone has tried to write to it.
16501         E.g., `printf foo >&-' must fail.
16502
16503 2004-11-13  Jim Meyering  <jim@meyering.net>
16504
16505         * m4/jm-macros.m4: Do require gl_FUNC_FPENDING.
16506
16507 2004-11-12  Simon Josefsson  <jas@extundo.com>
16508
16509         * config/srclist.txt: Add strtok_r.c, glibc bought our changes, but a
16510         small doc fix is still pending.
16511
16512 2004-11-11  Simon Josefsson  <jas@extundo.com>
16513
16514         * modules/strtok_r: New file.
16515
16516         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
16517         strtok_r.
16518
16519 2004-11-11  Simon Josefsson  <jas@extundo.com>
16520
16521         * m4/strtok_r.m4: New file.
16522
16523         * m4/getopt.m4: Replace opterr.
16524
16525 2004-11-11  Simon Josefsson  <jas@extundo.com>
16526
16527         * lib/strtok_r.h, strtok_r.c: New file.
16528
16529 2004-11-11  Paul Eggert  <eggert@cs.ucla.edu>
16530
16531         * m4/getopt.m4 (gl_GETOPT_SUBSTITUTE): Define __GETOPT_PREFIX instead
16532         of replacing opterr, getopt, etc.  This should handle the
16533         powerpc-apple-darwin5.5 problem recently noted by Simon Josefsson.
16534
16535 2004-11-11  Paul Eggert  <eggert@cs.ucla.edu>
16536
16537         * lib/getopt_.h (__getopt_argv_const): New macro, to be used so that
16538         we can stop lying to compilers about the constness of argv when we
16539         are compiled outside glibc.
16540         (getopt, getopt_long, getopt_long_only): Use it.
16541         * lib/getopt.c (_getopt_initialize, _getopt_internal_r,
16542         _getopt_internal, getopt): Likewise.
16543         * lib/getopt1.c (getopt_long, _getopt_long_r, getopt_long_only,
16544         _getopt_long_only_r): Likewise.
16545         * lib/getopt_int.h (_getopt_internal, _getopt_internal_r,
16546         _getopt_long_r, _getopt_long_only_r): Likewise.
16547
16548         * lib/getopt_.h [defined __GETOPT_PREFIX && !defined __need_getopt]:
16549         Include <stdlib.h> and <stdio.h>, and <unistd.h> if available.
16550         Then rename getopt to __GETOPT_PREFIX##getopt, and so forth for
16551         the other external symbols.
16552         (getopt) [!defined __GNU_LIBRARY]: Use prototype, not old-style
16553         declaration, since the above renaming now works around collisions.
16554
16555 2004-11-11  Jim Meyering  <jim@meyering.net>
16556
16557         * lib/linebreak.c: Remove trailing blanks.
16558         * lib/alloca_.h: Likewise.
16559         * lib/acosl.c: Likewise.
16560         * lib/euidaccess.c: Likewise.
16561         * lib/allocsa.h: Likewise.
16562
16563 2004-11-10  Simon Josefsson  <jas@extundo.com>
16564
16565         * m4/getaddrinfo.m4: New file.
16566
16567 2004-11-10  Simon Josefsson  <jas@extundo.com>
16568
16569         * lib/getaddrinfo.h, lib/getaddrinfo.c: New files.
16570
16571 2004-11-10  Simon Josefsson  <jas@extundo.com>
16572
16573         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
16574         getaddrinfo.
16575
16576         * modules/getaddrinfo: New file.
16577
16578 2004-11-10  Paul Eggert  <eggert@cs.ucla.edu>
16579
16580         * m4/prereq.m4 (gl_PREREQ): Require gt_FUNC_SETENV.
16581
16582 2004-11-10  Paul Eggert  <eggert@cs.ucla.edu>
16583
16584         * lib/mktime.c (SHR): New macro, which is a portable
16585         substitute for >> that should work even on Crays.
16586         (TIME_T_MIDPOINT, ydhms_diff, __mktime_internal): Use it.
16587         Problem reported by Mark D. Baushke in
16588         <http://lists.gnu.org/archive/html/bug-gnulib/2004-11/msg00071.html>.
16589         * lib/getdate.y (SHR): Likewise.
16590         (tm_diff): Use it.
16591         * lib/strftime.c (SHR): Likewise.
16592         (tm_diff): Use it.
16593         * lib/quotearg.c (struct quoting_options): Use unsigned int for
16594         quote_these_too, so that right shifts are well defined.  All uses
16595         changed.
16596
16597 2004-11-10  Jim Meyering  <jim@meyering.net>
16598
16599         Ensure that no close failure goes unreported.
16600         * lib/closeout.c (close_stdout): Always close stdout.  I.e., don't
16601         return early when it seems there's nothing to flush.
16602         Don't include __fpending.h.
16603
16604 2004-11-10  Jim Meyering  <jim@meyering.net>
16605
16606         * modules/closeout (Depends-on): Remove fpending.
16607
16608 2004-11-10  Jim Meyering  <jim@meyering.net>
16609
16610         * m4/jm-macros.m4 (gl_MACROS): Don't require gl_FUNC_FPENDING.
16611
16612 2004-11-09  Paul Eggert  <eggert@cs.ucla.edu>
16613
16614         * m4/strftime.m4 (_gl_STRFTIME_PREREQS): Remove.  Move its body to
16615         gl_FUNC_STRFTIME.
16616         (gl_FUNC_STRFTIME): Use AC_CHECK_FUNCS_ONCE and AC_CHECK_HEADERS_ONCE
16617         and AC_REQUIRE when possible, to avoid duplicate checks.
16618         Check for <wchar.h>.
16619
16620 2004-11-09  Paul Eggert  <eggert@cs.ucla.edu>
16621
16622         * lib/strftime.c (DO_MULTIBYTE): Check for wchar.h, too.
16623
16624 2004-11-09  Bruno Haible  <bruno@clisp.org>
16625
16626         * m4/sockpfaf.m4: New file.
16627
16628 2004-11-05  Bruno Haible  <bruno@clisp.org>
16629
16630         * lib/readlink.c: Include stddef.h, needed for size_t on Woe32.
16631         Reported by Mark D. Baushke <mdb@cvshome.org>.
16632
16633 2004-11-04  Bruno Haible  <bruno@clisp.org>
16634
16635         2004-09-11  Bruno Haible  <bruno@clisp.org>
16636                 * allocsa.valgrind: New file.
16637         2004-02-06  Bruno Haible  <bruno@clisp.org>
16638                 * allocsa.h (sa_alignof): Define differently with HP-UX cc, to
16639                 avoid a bug of this cc on HP-UX 10.20 dealing with enums.
16640                 Reported by Christopher Seip <chris.seip@hp.com>.
16641
16642 2004-11-04  Bruno Haible  <bruno@clisp.org>
16643
16644         * modules/allocsa (Files): Add lib/allocsa.valgrind.
16645         (Makefile.am): Distribute it.
16646
16647 2004-11-03  Paul Eggert  <eggert@cs.ucla.edu>
16648
16649         * lib/xreadlink.c (xreadlink): AIX and HP-UX readlink return -1
16650         with errno == ERANGE if the buffer is too small.
16651         Problem reported by Mark D. Baushke.
16652
16653 2004-11-03  Albert Chin  <china@thewrittenword.com>
16654             Paul Eggert  <eggert@cs.ucla.edu>
16655
16656         * m4/uint32_t.m4 (gl_AC_TYPE_UINT32_T): When determining uint32_t
16657         equivalent, substitute $ac_type for equivalent type rather than
16658         blindly using uint32_t *always* which won't work if uint32_t is not
16659         available.  Define _UINT32_T to work around typedef of uint32_t if
16660         <sys/sched.h>, <pthread.h>, or <semaphore.h> used on Solaris
16661         2.5.1.
16662
16663 2004-11-02  Paul Eggert  <eggert@cs.ucla.edu>
16664
16665         * m4/jm-macros.m4: Sync from coreutils.
16666         (gl_MACROS): Check for mbrlen, for pathchk.
16667         (gl_CHECK_ALL_TYPES): Require AC_TYPE_MBSTATE_T, for pathchk.
16668
16669 2004-11-02  Paul Eggert  <eggert@cs.ucla.edu>
16670
16671         * lib/xreadlink.c (MAXSIZE): New macro.
16672         (xreadlink): Use it instead of SSIZE_MAX.  Ensure initial buffer
16673         size does not exceed MAXSIZE.  Avoid cast.
16674         As suggested by Mark D. Baushke in
16675         <http://lists.gnu.org/archive/html/bug-gnulib/2004-11/msg00009.html>,
16676         if readlink fails with buffer size just under MAXSIZE, try again
16677         with MAXSIZE.
16678
16679 2004-11-02  Paul Eggert  <eggert@cs.ucla.edu>
16680
16681         * config/srclist.txt: Add mktime.c; glibc bought all our changes.
16682
16683 2004-11-02  Derek R. Price  <derek@ximbiot.com>
16684         and  Paul Eggert  <eggert@cs.ucla.edu>
16685
16686         * lib/getdate.y [!TEST]: Include <stdio.h>, since we use sprintf now.
16687         (get_date): Overparenthesize to avoid GCC warning.
16688
16689 2004-11-02  Bruno Haible  <bruno@clisp.org>
16690
16691         * m4/setenv.m4 (gt_FUNC_SETENV): Define VOID_UNSETENV if unsetenv()
16692         returns void.
16693
16694 2004-11-02  Bruno Haible  <bruno@clisp.org>
16695
16696         * lib/setenv.h (unsetenv): Define as a macro if the system's unsetenv()
16697         function returns void.
16698
16699 2004-11-01  Paul Eggert  <eggert@cs.ucla.edu>
16700
16701         * m4/getpass.m4 (gl_PREREQ_GETPASS): Check for declarations of
16702         fflush_unlocked, flockfile, funlockfile, funlockfile,
16703         fputs_unlocked, putc_unlocked.
16704
16705 2004-11-01  Paul Eggert  <eggert@cs.ucla.edu>
16706
16707         * lib/getpass.c (fflush_unlocked, flockfile, funlockfile)
16708         (funlockfile, fputs_unlocked, putc_unlocked): Don't define if
16709         already declared.
16710
16711 2004-10-29  Paul Eggert  <eggert@cs.ucla.edu>
16712
16713         * modules/getdate (Files): Add doc/getdate.texi.
16714         (Depends-on): Add setenv, xalloc.
16715
16716 2004-10-29  Paul Eggert  <eggert@cs.ucla.edu>
16717
16718         * lib/getdate.y: Add support for TZ="foo" within a date string.
16719         Fix some bugs near time_t boundaries.  Reject dates with
16720         out-of-range components, e.g., "Sept 31".
16721         Include <stdlib.h>, "setenv.h", "xalloc.h".
16722         (ISDIGIT_LOCALE): Remove; unused.
16723         Note that the TZ and time functions used here are not reentrant.
16724         (mktime_ok, get_tz): New functions.
16725         (TZBUFSIZE): New constant.
16726         (get_date): Parse leading TZ="foo".  Reject out-of-range components;.
16727         This requires that we sometimes generate our own TZ="XXX..." setting.
16728
16729 2004-10-29  Paul Eggert  <eggert@cs.ucla.edu>
16730
16731         * doc/getdate.texi: New file, from coreutils with modifications for
16732         the new TZ parsing.
16733
16734 2004-10-27  Derek R. Price  <derek@ximbiot.com>
16735
16736         * lib/mktime.c (not_equal_tm): Remove redundant check.
16737
16738 2004-10-24  Paul Eggert  <eggert@cs.ucla.edu>
16739
16740         * modules/regex (lib_SOURCES): Add regex.c.
16741         Reported by James Youngman in
16742         <http://lists.gnu.org/archive/html/bug-gnulib/2004-10/msg00199.html>.
16743
16744 2004-10-24  Paul Eggert  <eggert@cs.ucla.edu>
16745
16746         * lib/getdate.y: Use Bison 1.875 features, and some minor
16747         code cleanups.  This change does not affect semantics.
16748         Don't include <stdlib.h>; no longer needed.
16749         Don't include unlocked-io.h; only the "#if TEST" code uses
16750         stdio, and performance isn't crucial there.
16751         (PC, YYLEX_PARAM, YYPARSE_PARAM): Remove; replaced by
16752         Bison 1.875 features as described below.
16753         All uses of "PC." replaced by "pc->".
16754         (YYSTYPE): Add a forward declaration.
16755         (yylex, yyerror): Use full prototypes in forward decls.
16756         Use "%pure-parser" rather than obsolescent "%pure_parser".
16757         Use %parse-param and %lex-param instead of obsolescent
16758         YYPARSE_PARAM and YYLEX_PARAM.
16759         (meridian_table, month_and_day_table, time_units_table,
16760         relative_time_table, time_zone_table, military_table,
16761         lookup_zone, lookup_word, get_date):
16762         Use NULL instead of 0 where appropriate.
16763         (to_hour): Avoid abort (), to avoid a dependency on
16764         stdlib.h.
16765         (yyerror, yylex): Now accepts parser_control * arg.
16766         (main) [TEST]: Use '\0' rather than 0 for char.
16767
16768 2004-10-22  Paul Eggert  <eggert@cs.ucla.edu>
16769
16770         * m4/getpagesize.m4 (gl_GETPAGESIZE): Check for <sys/param.h>.
16771
16772 2004-10-22  Paul Eggert  <eggert@cs.ucla.edu>
16773
16774         * lib/getpagesize.c (getpagesize): Don't assume <sys/param.h> exists.
16775         It's now the caller's responsibility to handle the case where
16776         !HAVE_GETPAGESIZE && !defined getpagesize.
16777
16778         * lib/mktime.c (leapyear): Arg is long int, not int.
16779
16780 2004-10-18  Paul Eggert  <eggert@cs.ucla.edu>
16781
16782         * lib/argp-fs-xinl.c, argp-xinl.c: Update from glibc.
16783
16784 2004-10-17  Paul Eggert  <eggert@cs.ucla.edu>
16785
16786         * gnulib-tool (func_emit_lib_Makefile_am): Fix typo: a $ was
16787         missing.  Problem reported by James Youngman.
16788
16789 2004-10-16  Simon Josefsson  <jas@extundo.com>
16790
16791         * gnulib-tool: Fix comments.  Fix parse problem.
16792         (func_emit_lib_Makefile_am): Don't hard code a in libgl_a_SOURCES.
16793
16794 2004-10-15  Paul Eggert  <eggert@cs.ucla.edu>
16795
16796         * m4/getopt.m4 (gl_GETOPT): Detect and reject the incompatible BSD
16797         implementation of getopt_long.  Problem reported by Alexander Taler in:
16798         http://lists.gnu.org/archive/html/bug-gnulib/2004-10/msg00103.html
16799
16800 2004-10-15  Bruno Haible  <bruno@clisp.org>
16801
16802         * gnulib-tool: Untabify. Initialize supplied_libname.
16803         (func_usage): More homogenous output.
16804         (func_modules_transitive_closure, func_modules_to_filelist,
16805         func_emit_lib_Makefile_am): New functions.
16806         (func_import): New function, extracted from big case statement. Use
16807         func_get_license, func_modules_transitive_closure,
16808         func_modules_to_filelist, func_emit_lib_Makefile_am. Initialize
16809         opt_lgpl. Don't use test -a, as it's not portable.
16810         (func_create_testdir): Use func_modules_transitive_closure,
16811         func_modules_to_filelist, func_emit_lib_Makefile_am.
16812
16813 2004-10-15  Bruno Haible  <bruno@clisp.org>
16814
16815         * gnulib-tool (func_import): Let gl_INIT define LTALLOCA when needed.
16816
16817 2004-10-15  Bruno Haible  <bruno@clisp.org>
16818
16819         * gnulib-tool (func_emit_lib_Makefile_am): Add markers to separate
16820         the portions belonging to each module.
16821         Suggested by Derek Robert Price <derek@ximbiot.com>.
16822
16823 2004-10-12  Simon Josefsson  <jas@extundo.com>
16824
16825         * lib/getpass.c (fflush_unlocked, flockfile, funlockfile)
16826         (fputs_unlocked, putc_unlocked) [!_LIBCS && !USE_UNLOCKED_IO]: Map
16827         to real functions.
16828
16829 2004-10-11  Yoann Vandoorselaere  <yoann@prelude-ids.org>
16830
16831         * modules/vsnprintf: New file.
16832
16833 2004-10-11  Yoann Vandoorselaere  <yoann@prelude-ids.org>
16834
16835         * m4/vsnprintf.m4: New file.
16836
16837 2004-10-11  Yoann Vandoorselaere  <yoann@prelude-ids.org>
16838
16839         * lib/vsnprintf.h: New file.
16840         * lib/vsnprintf.c: New file.
16841
16842 2004-10-11  Bruno Haible  <bruno@clisp.org>
16843
16844         * MODULES.html.sh (Support for systems lacking ISO C 99): Add
16845         vsnprintf.
16846
16847 2004-10-10  Paul Eggert  <eggert@cs.ucla.edu>
16848
16849         * config/srclistvars.sh: Add GNUSTANDARDS (for eggert only).
16850
16851 2004-10-07  Bruno Haible  <bruno@clisp.org>
16852
16853         * lib/snprintf.c (snprintf): Avoid a memory allocation if the result
16854         fits into the provided buffer.
16855
16856 2004-10-06  Paul Eggert  <eggert@cs.ucla.edu>
16857
16858         * lib/diacrit.c, diacrit.h: Add GPL notice.
16859
16860         * lib/atanl.c, logl.c: Add GPL notice, to match glibc's added LGPL
16861         notice.
16862         * lib/atanl.c (atanl): Keep the code as similar to glibc as possible.
16863         * lib/logl.c (logl): Keep the code as similar to glibc as possible.
16864         This avoids a potential constant-folding bug.
16865
16866 2004-10-05  Bruno Haible  <bruno@clisp.org>
16867
16868         * m4/strsep.m4 (gl_FUNC_STRSEP): Require AC_GNU_SOURCE. Don't check
16869         for the declaration of strsep.
16870
16871 2004-10-05  Bruno Haible  <bruno@clisp.org>
16872
16873         * lib/strsep.h: Don't declare strsep() if HAVE_STRSEP.
16874
16875 2004-10-04  Simon Josefsson  <jas@extundo.com>
16876
16877         * modules/memmem: New file.
16878         * tests/test-memmem.c: New file.
16879         * MODULES.html.sh (Extra functions based on ANSI C 89): Add memmem.
16880
16881 2004-10-04  Simon Josefsson  <jas@extundo.com>
16882
16883         * m4/memmem.m4: New file.
16884
16885 2004-10-04  Simon Josefsson  <jas@extundo.com>
16886
16887         * lib/memmem.h: New file.
16888         * lib/memmem.c: New file, taken from glibc.
16889
16890 2004-10-04  Simon Josefsson  <jas@extundo.com>
16891
16892         * lib/error.c, md5.c, regex.c: Use '#if USE_UNLOCKED_IO' instead of
16893         '#ifdef USE_UNLOCKED_IO'.
16894
16895 2004-10-04  Simon Josefsson  <jas@extundo.com>
16896
16897         * config/srclist.txt: Add memmem from glibc.
16898
16899 2004-10-04  Paul Eggert  <eggert@cs.ucla.edu>
16900
16901         * modules/xalloc (Files, Makefile.am): Remove xstrdup.c.
16902
16903         * modules/argmatch, modules/argp, modules/closeout, modules/error,
16904         modules/exclude, modules/getdate, modules/getline,
16905         modules/getndelim2, modules/getpass, modules/getpass-gnu,
16906         modules/getusershell, modules/linebuffer, modules/md5,
16907         modules/mountlist, modules/posixtm, modules/readtokens,
16908         modules/readutmp, modules/regex, modules/sha1,
16909         modules/version-etc, modules/yesno:
16910         Remove dependency on unlocked-io.
16911
16912 2004-10-04  Paul Eggert  <eggert@cs.ucla.edu>
16913
16914         * m4/xalloc.m4 (gl_PREREQ_XSTRDUP): Remove.  All uses removed.
16915
16916         * m4/unlocked-io.m4: Add copyright notice.
16917         (gl_FUNC_GLIBC_UNLOCKED_IO): Define USE_UNLOCKED_IO.
16918
16919 2004-10-04  Paul Eggert  <eggert@cs.ucla.edu>
16920
16921         * lib/xalloc.h (xmemdup): Renamed from xclone.  All uses changed.
16922         * lib/xmalloc.c (xmemdup): Likewise.
16923         * lib/xalloc.h (CCLONE, CLONE, NEW, XCALLOC, XMALLOC, XREALLOC,
16924         XFREE): Remove these long-obsolescent macros.
16925         * lib/xmalloc.c (xstrdup): Implementation moved here from xstrdup.c
16926         * lib/xstrdup.c: Remove.
16927
16928         * lib/regex.c (re_comp): Cast gettext return value to char *,
16929         Problem reported by Martin Neitzel via Mark D. Baushke.
16930
16931 2004-10-04  Paul Eggert  <eggert@cs.ucla.edu>
16932
16933         * lib/argmatch.c, closeout.c, error.c, exclude.c, getdate.y,
16934         getndelim2.c, getpass.c, getusershell.c, linebuffer.c,
16935         md5.c, mountlist.c, posixtm.c, readtokens.c, readutmp.c,
16936         regex.c, sha1.c, version-etc.c, yesno.c:
16937         Include "unlocked-io.h" only if USE_UNLOCKED_IO.
16938         * lib/unlocked-io.h: Don't worry about USE_UNLOCKED_IO; that's now
16939         the includer's responsibility.
16940
16941         Sync from coreutils.
16942
16943         * lib/modechange.c (mode_compile): Don't decrement a pointer that
16944         points to the start of a string, as the C Standard says the
16945         resulting behavior is undefined.
16946
16947         * lib/backupfile.h (enum backuptype): Rename none -> no_backups,
16948         simple -> simple_backups, numbered_existing ->
16949         numbered_existing_backups, numbered -> numbered_backups
16950         to avoid shadowing problems.  All uses changed.
16951         * lib/argmatch.c (enum backuptype) [defined TEST]: Likewise.
16952         * lib/backupfile.c (check_extension, numbered_backup):
16953         Rename locals to avoid shadowing 'basename'.
16954         * lib/backupfile.h (VALID_BACKUP_TYPE): Don't evaluate arg more than
16955         once.
16956
16957         * lib/.cppi-disable: Add getopt_.h, getopt_int.h.
16958         * lib/.cvsignore: Add getopt.h.
16959
16960 2004-10-04  Bruno Haible  <bruno@clisp.org>
16961
16962         * modules/README: New file.
16963         * gnulib-tool (func_all_modules, func_verify_module): modules/README is
16964         not a module.
16965
16966 2004-10-02  Jim Meyering  <jim@meyering.net>
16967
16968         * lib/dirfd.h, getpagesize.h: Add copyright notice.
16969
16970 2004-10-01  Yoann Vandoorselaere  <yoann@prelude-ids.org>
16971
16972         * modules/strsep: New file.
16973
16974 2004-10-01  Yoann Vandoorselaere  <yoann@prelude-ids.org>
16975
16976         * m4/strsep.m4: New file.
16977
16978 2004-10-01  Yoann Vandoorselaere  <yoann@prelude-ids.org>
16979
16980         * lib/strsep.h: New file.
16981         * lib/strsep.c: New file.
16982
16983 2004-10-01  Simon Josefsson  <jas@extundo.com>
16984
16985         * lib/snprintf.c (snprintf): Handle size==0.
16986
16987 2004-10-01  Simon Josefsson  <jas@extundo.com>
16988             Bruno Haible  <bruno@clisp.org>
16989
16990         * lib/snprintf.c: Include <stdarg.h>, <stdlib.h>, <string.h>.
16991         (snprintf): Declare 'args'.
16992
16993 2004-10-01  Paul Eggert  <eggert@cs.ucla.edu>
16994
16995         * lib/snprintf.c: Remove comments as to why each header is needed.
16996
16997 2004-10-01  Bruno Haible  <bruno@clisp.org>
16998
16999         * MODULES.html.sh: Add strsep.
17000
17001 2004-09-30  Simon Josefsson  <jas@extundo.com>
17002
17003         * modules/snprintf: New file.
17004
17005 2004-09-30  Simon Josefsson  <jas@extundo.com>
17006
17007         * m4/snprintf.m4: New file.
17008
17009 2004-09-30  Simon Josefsson  <jas@extundo.com>
17010
17011         * lib/snprintf.h, lib/snprintf.c: New files.
17012
17013 2004-09-30  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
17014
17015         * lib/argp-help.c (canon_doc_option): Fixed coredump if *name==NULL
17016         (hol_entry_help): Never translate an empty string.
17017         Do not translate option tag (opt->name) if OPTION_NO_TRANS is set
17018         * lib/argp.h (OPTION_NO_TRANS): New option.
17019
17020 2004-09-30  Paul Eggert  <eggert@cs.ucla.edu>
17021
17022         * modules/argp (Maintainer): Replace Simon Josefsson
17023         by Sergey Poznyakoff.
17024
17025 2004-09-30  Paul Eggert  <eggert@cs.ucla.edu>
17026
17027         * config/srclist.txt: Comment-out argp/argp.h, until we get the argp
17028         changes merged back into glibc.
17029
17030 2004-09-30  Paul Eggert  <eggert@cs.ucla.edu>
17031
17032         * MODULES.html.sh (Support for systems lacking ISO C 99): Add snprintf.
17033
17034 2004-09-29  Oskar Liljeblad  <oskar@osk.mine.nu>
17035
17036         * lib/xvasprintf.c: Include xalloc.h.
17037         (xvasprintf): Use xalloc_die, not xmalloc_die.
17038
17039 2004-09-29  Bruno Haible  <bruno@clisp.org>
17040
17041         * modules/alloca-opt: New file, derived from modules/alloca.
17042         * modules/allocsa: Depend on alloca-opt instead of alloca.
17043         * modules/setenv: Likewise.
17044         * modules/vasnprintf: Likewise.
17045         * MODULES.html.sh: Add alloca-opt.
17046
17047 2004-09-28  Simon Josefsson  <jas@extundo.com>
17048
17049         * gnulib-tool: New parameter --lgpl, to asseert that modules are
17050         LGPL, and to replace license template from GPL to LGPL.
17051
17052 2004-09-28  Paul Eggert  <eggert@cs.ucla.edu>
17053
17054         * modules/dummy: Change license to LGPL.
17055
17056 2004-09-28  Paul Eggert  <eggert@cs.ucla.edu>
17057
17058         * lib/dummy.c: Change copyright notice to FSF, and license to GPL.
17059
17060 2004-09-24  Simon Josefsson  <jas@extundo.com>
17061
17062         * modules/minmax (License): Change from GPL to LGPL.
17063
17064 2004-09-23  Simon Josefsson  <jas@extundo.com>
17065
17066         * gnulib-tool (--import): Typo.
17067
17068 2004-09-23  Simon Josefsson  <jas@extundo.com>
17069
17070         * gnulib-tool (--import): Make sure *.m4 end up in m4/ by default.
17071
17072 2004-09-22  Bruno Haible  <bruno@clisp.org>
17073
17074         * modules/*: Add 'License' field.
17075         * gnulib-tool: Accept --extract-license option.
17076         (func_get_license): New function.
17077
17078 2004-09-21  Bruno Haible  <bruno@clisp.org>
17079
17080         * modules/vasnprintf (Files): Add m4/stdint_h.m4, m4/inttypes_h.m4.
17081         Reported by Simon Josefsson.
17082
17083 2004-09-20  Paul Eggert  <eggert@cs.ucla.edu>
17084
17085         * modules/inttostr (Files): Add m4/longlong.m4, since it uses
17086         gl_AC_TYPE_LONG_LONG.
17087
17088 2004-09-20  Paul Eggert  <eggert@cs.ucla.edu>
17089
17090         * config/srclist.txt: Add getsubopt.c, since libc bought our changes.
17091
17092 2004-09-18  Simon Josefsson  <jas@extundo.com>
17093         and  Paul Eggert  <eggert@cs.ucla.edu>
17094
17095         * gnulib-tool: Replace various ad-hoc automake/autoconf/aclocal
17096         calls with autoreconf.  Define GL_LIB.
17097
17098 2004-09-14  Karl Berry  <karl@gnu.org>
17099
17100         * config/srclist.txt: unsync setenv.c, sigh.
17101
17102 2004-09-13  Paul Eggert  <eggert@cs.ucla.edu>
17103
17104         * lib/argp-pvh.c (argp_program_version_hook): Provide initial value.
17105         Problem reported by Bruno Haible in:
17106         http://lists.gnu.org/archive/html/bug-tar/2004-09/msg00023.html
17107
17108 2004-09-13  Paul Eggert  <eggert@cs.ucla.edu>
17109
17110         * config/srclist.txt: Comment out argp-pvh.c.
17111
17112 2004-09-11  Paul Eggert  <eggert@cs.ucla.edu>
17113
17114         * lib/mempcpy.h: Wrap the entire include file inside #ifndef mempcpy,
17115         in case some system header has #define'd it.  Problem reported by
17116         Soeren D. Schulze in
17117         <http://lists.gnu.org/archive/html/bug-gnulib/2004-09/msg00017.html>.
17118
17119 2004-09-09  Karl Berry  <karl@gnu.org>
17120
17121         * regex.[ch]: delete from the root.  These were supposed to be
17122                 synced with emacs cvs, but this has not happened for about
17123                 a year, and anyway nothing else uses emacs regex.[ch].
17124                 bug-gnulib mail from Jeff Bailey, 9 Sep 2004 15:49:24 -0700.
17125                 lib/regex[.ch] is untouched.
17126
17127 2004-09-09  Bruno Haible  <bruno@clisp.org>
17128
17129         * modules/vasnprintf (Files): Add m4/eoverflow.m4.
17130
17131 2004-09-09  Bruno Haible  <bruno@clisp.org>
17132
17133         * m4/eoverflow.m4: New file, taken from GNU libiconv eilseq.m4 with
17134         modifications.
17135         * m4/vasnprintf.m4 (gl_FUNC_VASNPRINTF): Require gl_EOVERFLOW.
17136
17137 2004-09-08  Oskar Liljeblad  <oskar@osk.mine.nu>
17138
17139         * modules/xvasprintf: New file.
17140         * MODULES.html.sh (Extra functions based on ANSI C 89): Add vasprintf.
17141
17142 2004-09-08  Oskar Liljeblad  <oskar@osk.mine.nu>
17143
17144         * lib/xvasprintf.h: New file.
17145         * lib/xvasprintf.c: New file.
17146         * lib/xasprintf.c: New file.
17147
17148 2004-09-08  Bruno Haible  <bruno@clisp.org>
17149
17150         * m4/stdint.m4: New file, taken from GNU clisp with modifications.
17151
17152 2004-09-08  Bruno Haible  <bruno@clisp.org>
17153
17154         * lib/vasnprintf.c (VASNPRINTF): Signal EOVERFLOW if the resulting
17155         length is > INT_MAX.
17156         * lib/vasprintf.c (vasprintf): Don't test for length > INT_MAX any
17157         more.
17158
17159 2004-09-08  Bruno Haible  <bruno@clisp.org>
17160
17161         * lib/stdint_.h: New file, taken from GNU clisp.
17162
17163 2004-09-08  Bruno Haible  <bruno@clisp.org>
17164             Oskar Liljeblad  <oskar@osk.mine.nu>
17165
17166         * modules/stdint: New file.
17167         * MODULES.html.sh (Support for systems lacking ISO C 99): Add stdint.
17168
17169 2004-08-19  Paul Eggert  <eggert@cs.ucla.edu>
17170
17171         Import from coreutils.
17172         * lib/userspec.c: Don't use <alloca.h>, so that we don't use alloca on
17173         strings on unbounded length.  alloca's performance benefits aren't
17174         that important here.
17175         (V_STRDUP): Remove.
17176         (parse_with_separator): New function, with most of the internals
17177         of the old parse_user_spec.  Allow user to omit both user and group,
17178         for compatibility with FreeBSD.
17179         Clone only the user name, not the entire spec.
17180         Do not set *uid, *gid unless entirely successful.
17181         Avoid memory leak in some failing cases.
17182         Fix regression for USER.GROUP reported by Dmitry V. Levin in
17183         <http://lists.gnu.org/archive/html/bug-coreutils/2004-08/msg00102.html>
17184         (parse_user_spec): Rewrite to use parse_with_separator.
17185
17186 2004-08-19  Paul Eggert  <eggert@cs.ucla.edu>
17187
17188         * modules/userspec: Don't depend on alloca.
17189
17190 2004-08-19  Paul Eggert  <eggert@cs.ucla.edu>
17191
17192         * m4/userspec.m4 (gl_USERSPEC): Don't require AC_FUNC_ALLOCA.
17193
17194 2004-08-17  Paul Eggert  <eggert@cs.ucla.edu>
17195
17196         * MODULES.html.sh: Add xalloc-die, c-strtod, c-strtold, raise,
17197         readtokens0, getcwd, fcntl-safer, canonicalize, cycle-check,
17198         utimecmp, utimens, xnanosleep.  Rename sha to sha1.
17199
17200 2004-08-16  Simon Josefsson  <jas@extundo.com>
17201
17202         * gnulib-tool: Use sed instead of autoconf --trace, inspired by
17203         libtoolize behaviour by "Gary V. Vaughan" <gary@gnu.org>.
17204         Add --dry-run for --import.
17205         Let user provided command line parameters override configure.ac
17206         settings.
17207
17208 2004-08-12  Simon Josefsson  <jas@extundo.com>
17209
17210         * m4/getopt.m4 (gl_GETOPT_SUBSTITUTE): New macro,
17211         as discussed with Paul Eggert in threads rooted at
17212         <http://lists.gnu.org/archive/html/bug-gnulib/2004-06/msg00039.html>
17213         and
17214         <http://lists.gnu.org/archive/html/bug-gnulib/2004-07/msg00001.html>.
17215         Before, the test was empty, and relied on ELIDE_CODE in source
17216         code.)
17217         (gl_PREREQ_GETOPT): New macro.
17218         (gl_GETOPT): Use them.
17219
17220 2004-08-12  Simon Josefsson  <jas@extundo.com>
17221
17222         * lib/getopt.c, getopt1.c: Remove ELIDE_CODE hack.
17223         * lib/getopt_.h: Renamed from getopt.h.
17224
17225 2004-08-12  Simon Josefsson  <jas@extundo.com>
17226
17227         * gnulib-tool: Add --source-base, --m4-base, --libtool options.
17228         Change default library name from libfoo to libgnu.
17229         Now, if you have a configure.ac that says:
17230                 gl_SOURCE_BASE(gl)
17231                 gl_M4_BASE(gl/m4)
17232                 gl_MODULES(error getopt etcetera)
17233                 gl_INIT
17234         you can import all you need by running:
17235                 ../gnulib/gnulib-tool --import
17236
17237         * modules/getopt (Files): Rename getopt.h to getopt_.h.
17238         (Makefile.am): Rewrite, use logic from argz.
17239         (Include): Use <getopt.h> instead of "getopt.h".
17240
17241 2004-08-12  Paul Eggert  <eggert@cs.ucla.edu>
17242
17243         * modules/argp (Files): Add m4/unlocked-io.m4.
17244         (Depends-on): Add extensions.
17245
17246 2004-08-12  Paul Eggert  <eggert@cs.ucla.edu>
17247
17248         * m4/argp.m4 (gl_ARGP): Do not check for argp.h or argp_parse; nobody
17249         uses HAVE_ARGP_H or HAVE_ARGP_PARSE.
17250         Require gl_FUNC_GLIBC_UNLOCKED_IO, gl_USE_SYSTEM_EXTENSIONS.
17251         Check for program_invocation_name, program_invocation_short_name,
17252         flockfile, funlockfile, features.h, _getopt_long_only_r.
17253
17254 2004-08-12  Paul Eggert  <eggert@cs.ucla.edu>
17255
17256         * lib/argp-help.c, argp-parse.c: Use "gettext.h" instead of
17257         its complicated substitute.
17258         * lib/argp-help.c: Include <errno.h>, for program_invocation_short_name
17259         and program_invocation_name.
17260         (__argp_basename) [!_LIBC]: Remove; the only use was
17261         replaced by its body.
17262         (__argp_short_program_name): Change condition from
17263         !defined __argp_short_program_name to
17264         ! (defined _LIBC || HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME),
17265         to match argp-namefrob.h.
17266         (__argp_failure): Don't assume strerror_r returns char *.
17267         * lib/argp-parse.c (N_): Define unconditionally.
17268         (argp_default_options): Fill out initializers with 0 to avoid
17269         gcc warnings.
17270
17271 2004-08-12  Paul Eggert  <eggert@cs.ucla.edu>
17272
17273         * config/srclist.txt: Remove getopt.c, getopt.h (renamed to getopt_.h),
17274         getopt1.c.
17275
17276 2004-08-11  Paul Eggert  <eggert@cs.ucla.edu>
17277
17278         Merge from coreutils.
17279
17280         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Check for wmemchr and wmemcpy.
17281
17282         * m4/obstack.m4 (gl_PREREQ_OBSTACK): Require
17283         gl_AC_HEADER_INTTYPES_H, gl_AC_HEADER_STDINT_H, gl_AC_TYPE_UINTMAX_T.
17284
17285 2004-08-11  Paul Eggert  <eggert@cs.ucla.edu>
17286
17287         Merge from coreutils.
17288
17289         * lib/fnmatch.c (WIDE_CHAR_SUPPORT): Don't set to 1 if missing
17290         wmemchr or wmemcpy.  Problem reported by Robert Dahlem
17291         for Reliant Unix 5.43.
17292
17293         * lib/obstack.c: Include <inttypes.h> and <stdint.h> if available.
17294         (union fooround): Use uintmax_t, not long int.
17295         The rest is a merge from libc:
17296         [defined _LIBC]: Include <shlib-compat.h>.
17297         (_obstack) [defined _LIBC]: Remove after 2.3.4.
17298
17299         * lib/settime.c (settime): Recode to avoid warning with
17300         Sun Forte C 6U2.
17301
17302         * lib/strverscmp.c: Convert to UTF-8.
17303
17304 2004-08-11  Paul Eggert  <eggert@cs.ucla.edu>
17305
17306         * modules/obstack (Files): Add m4/inttypes_h.m4, m4/stdint_h.m4,
17307         m4/uintmax_t.m4.
17308
17309 2004-08-09  Paul Eggert  <eggert@cs.ucla.edu>
17310
17311         * modules/xalloc-die: New file.
17312         * modules/xalloc: Remove dependencies on error, gettext, exitfail.
17313
17314         * modules/md5 (Files): Add m4/uint32_t.m4.
17315         * modules/sha1: Renamed from modules/sha.
17316         (Files):
17317         Rename lib/sha.h to lib/sha1.h.
17318         Rename lib/sha.c to lib/sha1.c.
17319         Rename m4/sha.m4 to m4/sha1.m4.
17320         (lib_SOURCES): Likewise.
17321         (configure.ac): Rename gl_SHA to gl_SHA1.
17322         (Include): sha.h -> sha1.h.
17323
17324 2004-08-09  Paul Eggert  <eggert@cs.ucla.edu>
17325
17326         * m4/uint32_t.m4, m4/uintptr_t.m4: New files.
17327         * m4/sha1.m4: Renamed from sha.m4.
17328         (gl_SHA1): Renamed from gl_SHA.  All uses changed.
17329
17330 2004-08-09  Paul Eggert  <eggert@cs.ucla.edu>
17331
17332         * lib/obstack.h (obstack_empty_p):
17333         Don't assume that chunk->contents is suitably aligned.
17334         * lib/obstack.c (_obstack_begin, _obstack_begin_1, _obstack_newchunk):
17335         Likewise. Problem reported by Benno in
17336         <http://sources.redhat.com/ml/libc-alpha/2004-08/msg00055.html>.
17337
17338         * lib/chown.c (rpl_chown): Work even if the file is writeable but not
17339         readable.  This could be improved further but it'd take some work.
17340
17341 2004-08-08  Simon Josefsson  <jas@extundo.com>
17342
17343         * modules/xgethostname (Depends-on): Remove exit and error (not
17344         used).
17345
17346         * modules/getpass-gnu: Add getpass.h.
17347         (Depends-on): Add stdbool.
17348         * modules/getpass: Add getpass.h.
17349
17350 2004-08-08  Simon Josefsson  <jas@extundo.com>
17351
17352         * m4/getpass.m4 (gl_FUNC_GETPASS, gl_FUNC_GETPASS_GNU):
17353         Check getpass declaration.
17354
17355 2004-08-08  Simon Josefsson  <jas@extundo.com>
17356
17357         * lib/xgethostname.c: Don't include error.h (not used).
17358
17359         * lib/getpass.h: Add.
17360         * lib/getpass.c: Include getpass.h first.
17361
17362 2004-08-08  Paul Eggert  <eggert@cs.ucla.edu>
17363
17364         * lib/xalloc-die.c: New file.
17365         * lib/xalloc.h (xalloc_fail_func, xalloc_msg_memory_exhausted): Remove.
17366         All uses removed.
17367         * lib/xmalloc.c (xalloc_fail_func, xalloc_msg_memory_exhausted):
17368         Likewise. Move inclusions of gettext.h, error.h, exitfail.h to
17369         xalloc-die.c.
17370         (_, N_, xalloc_die): Move to xalloc-die.c.
17371         * lib/userspec.c (parse_user_spaec): Use xstrdup rather than strdup,
17372         so that we needn't mess with xalloc_msg_memory_exhausted.
17373
17374         * lib/sha1.h: Renamed from sha.h.
17375         (SHA1_H): Renamed from _SHA_H.
17376         (sha1_ctx): Renamed from sha_ctx.
17377         (sha1_init_ctx): Renamed from sha_init_ctx.
17378         (sha1_process_block): Renamed from sha_process_block.
17379         (sha1_process_bytes): Renamed from sha_process_bytes.
17380         (sha1_finish_ctx): Renamed from sha_finish_ctx.
17381         (sha1_read_ctx): Renamed from sha_read_ctx.
17382         (sha1_stream): Renamed from sha_stream.
17383         (sha1_buffer): Renamed from sha_buffer.
17384         * lib/sha1.c: Likewise; renamed from sha.c.
17385         Do not include <sys/types.h>.
17386         Include <stddef.h> rather than <stdlib.h>.
17387
17388 2004-08-08  Bruno Haible  <bruno@clisp.org>
17389
17390         * lib/pathname.h (FILE_SYSTEM_PREFIX_LEN): Renamed from
17391         FILESYSTEM_PREFIX_LEN.
17392         * lib/progreloc.c: Likewise.
17393         * lib/concatpath.c (concatenated_pathname): Use FILE_SYSTEM_PREFIX_LEN.
17394
17395 2004-08-06  Simon Josefsson  <jas@extundo.com>
17396
17397         * modules/progname (Depends-on): Don't depend on stdbool.
17398
17399 2004-08-06  Simon Josefsson  <jas@extundo.com>
17400
17401         * modules/getsubopt: New file.
17402         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
17403         getsubopt.
17404
17405 2004-08-06  Paul Eggert  <eggert@cs.ucla.edu>
17406
17407         More merge from coreutils.
17408
17409         * m4/utimens.m4, m4/utimecmp.m4: New files.
17410         * m4/backupfile.m4, euidacces.m4, acl.m4, afs.m4, calloc.m4, dirfd.m4,
17411         fsusage.m4, jm-macros.m4, ls-mntd-fs.m4, md5.m4, mountlist.m4,
17412         prereq.m4, sha.m4: Import changes from coreutils.
17413
17414 2004-08-06  Paul Eggert  <eggert@cs.ucla.edu>
17415
17416         More merge from coreutils.
17417         * modules/raise, modules/readtokens0, modules/utimens:
17418         * modules/utimecmp, module/xnanosleep: New files.
17419         * modules/strftime: Add lib/strftime.h.
17420         Change include from <time.h> to "strftime.h".
17421         * modules/yesno: Add lib/yesno.h.
17422         * modules/backupfile: Remove lib/addext.c.
17423         * modules/euidaccess: Add stat-macros.h.
17424         * modules/canonicalize, modules/euidaccess,
17425         modules/filemode, modules/lchown, modules/makepath,
17426         modules/rmdir, modules/stat: Likewise.
17427
17428 2004-08-06  Paul Eggert  <eggert@cs.ucla.edu>
17429
17430         Merge from tar.
17431         * lib/argp-help.c (make_hol, hol_append): Don't assume that
17432         SIZE_MAX is a valid preprocessor constant.
17433         (__argp_basename): Change from "#ifndef _LIBC"
17434         to "#ifndef __argp_short_program_name", so that
17435         we don't compile these functions for tar.
17436
17437         More merges from coreutils.
17438         * lib/raise.c, lib/readtokens0.h, lib/readtokens0.c, lib/strftime.h:
17439         * lib/utimens.h, lib/utimens.c, lib/utimecmp.h, lib/utimecmp.c:
17440         * lib/xnanosleep.h, lib/xnanosleep.c, lib/yesno.h: New files.
17441         * lib/addext.c: Remove; no longer needed.
17442         * lib/yesno.c, lib/argmatch.h, lib/argmatch.c, lib/backupfile.h,
17443         lib/backupfile.c, lib/euidaccess.c, lib/filemode.c, lib/closeout.c,
17444         lib/dup2.c, lib/exclude.c, lib/fileblocks.c, lib/filemode.c,
17445         lib/fnmatch.c, lib/fnmtahc_loop.c, lib/fopen-safer.c, lib/fsusage.c,
17446         lib/fsusage.h, lib/ftruncate.c, lib/full-write.c, lib/getdate.y,
17447         lib/getloadavg.c, lib/getugroups.c, lib/hard-locale.c,
17448         lib/hard-locale.h, lib/hash.c, lib/human.c, lib/human.h, lib/lchown.c,
17449         lib/lchown.h, lib/makepath.c, lib/makepath.h, lib/md5.c, lib/md5.h,
17450         lib/memchr.c, lib/memcoll.c, lib/memrchr.c, lib/modechange.c,
17451         lib/modechange.h, lib/mountlist.c, lib/mountlist.h, lib/nanosleep.c,
17452         lib/posixtm.c, lib/putenv.c, quotearg.c, lib/quotearg.h,
17453         lib/readtokens.c, lib/readutmp.c, lib/readutmp.h, lib/rmdir.c,
17454         lib/safe-read.c, lib/save-cwd.c, lib/savedir.c, lib/setenv.c,
17455         lib/sig2str.c, lib/stat.c, lib/strtoimax.c, lib/strverscmp.c,
17456         lib/userspec.c, lib/utime.c, lib/version-etc.c., lib/xgethostname.c,
17457         lib/xmemcoll.c, lib/xreadlink.c, lib/xstrtod.c, lib/xstrtod.h,
17458         lib/xstrtoimax.c, lib/xstrtol.c, lib/xstrtol.h, lib/xstrtoumax.c:
17459         Import changes from coreutils.
17460
17461 2004-08-05  Simon Josefsson  <jas@extundo.com>
17462
17463         * m4/strdup.m4: Always run gl_PREREQ_STRDUP, since strdup.h need it.
17464
17465 2004-08-05  Simon Josefsson  <jas@extundo.com>
17466
17467         * m4/getsubopt.m4: New file.
17468
17469 2004-08-05  Paul Eggert  <eggert@cs.ucla.edu>
17470
17471         Merge from coreutils.
17472
17473         * m4/c-strtod.m4, m4/canonicalize.m4, m4/fcntl-safer.m4:
17474         * m4/getcwd-path-max.m4: New files.
17475
17476         * m4/dos.m4 (gl_AC_DOS): filesystem -> file system renaming.
17477         FILESYSTEM_PREFIX_LEN ->
17478         FILE_SYSTEM_PREFIX_LEN.
17479         FILESYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX ->
17480         FILE_SYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX.
17481         FILESYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR ->
17482         FILE_SYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR.
17483
17484         * m4/path-concat.m4 (gl_PATH_CONCAT): Don't require gl_AC_DOS, the
17485         prerequisite modules now handle the DOS stuff.
17486         Don't check for unistd.h.
17487
17488 2004-08-05  Paul Eggert  <eggert@cs.ucla.edu>
17489
17490         Merge from coreutils.
17491
17492         * lib/.gdb-history: Remove; this doesn't belong here.
17493
17494         * lib/c-strtod.c, lib/c-strtod.h, lib/c-strtold.c, lib/cycle-check.c:
17495         * lib/cycle-check.h, lib/dev-ino.h, lib/canonicalize.h:
17496         * lib/canonicalize.c, lib/fcntl-safer.h, lib/fcntl-safer.c:
17497         * lib/getcwd.c: New files.
17498
17499         * lib/dirname.h: Include <stdbool.h>.
17500         (FILE_SYSTEM_PREFIX_LEN): Renamed from FILESYSTEM_PREFIX_LEN,
17501         for consistency with POSIX terminology.  All uses changed.
17502         (IS_ABSOLUTE_FILE_NAME, IS_RELATIVE_FILE_NAME): New macros.
17503         (strip_trailing_slashes): Use bool for booleans.
17504         * lib/stripslash.c (strip_trailing_slashes): Likewise.
17505
17506         * lib/error.c: Work around bug in OpenBSD 3.4 sterror_r: it
17507         sometimes returns a positive errno value even when it succeeds.
17508         (print_errno_message) [!LIBC]: Fall back on strerror if
17509         __strerror_r fails.
17510
17511         * lib/path-concat.c (mempcpy): Don't define if a system header defines
17512         it. Don't include stdio.h, stdlib.h, unistd.h, strdup.h.
17513         (longest_relative_suffix): New function.
17514         (path_concat): Use it.  Assume first argument is not NULL.
17515         Port to DOS.  Omit redundant separators.
17516         Report an error instead of returning NULL.
17517         Use mempcpy instead of memcpy.
17518         (xpath_concat): Remove: not declared or used.
17519
17520         * lib/same.h: Include <stdbool.h>
17521         (same_name): Return bool, not int.
17522         * lib/same.c (same_name): Likewise.
17523         (errno): Don't declare; we assume C89 or better now.
17524
17525         * lib/stat-macros (S_ISCTG, S_ISOFD, S_ISOFL): New macros,
17526         if not already defined.
17527
17528         * lib/xgetcwd.c (errno): Don't declare; we assume C89 or better now.
17529         * lib/dup-safer.c (errno): Likewise.
17530
17531 2004-08-05  Paul Eggert  <eggert@cs.ucla.edu>
17532
17533         Merge from coreutils.
17534         * modules/c-strtod, modules/c-strtold, modules/canonicalize:
17535         * modules/cycle-check, modules/fcntl-safer, modules/getcwd: New files.
17536         * modules/path-concat: Don't depend on strdup.
17537
17538 2004-08-03  Simon Josefsson  <jas@extundo.com>
17539
17540         * lib/strdup.h: Only use HAVE_DECL_STRDUP if defined.
17541         * lib/progname.h: Don't include stdbool.h.
17542
17543 2004-08-03  Paul Eggert  <eggert@cs.ucla.edu>
17544
17545         * modules/fatal: Remove, as the "fatal" module wasn't used or working.
17546         * MODULES.html.sh (func_all_modules): Remove fatal.
17547
17548 2004-08-03  Paul Eggert  <eggert@cs.ucla.edu>
17549
17550         * m4/fatal.m4: Remove, as the "fatal" module wasn't used or working.
17551
17552 2004-08-03  Paul Eggert  <eggert@cs.ucla.edu>
17553
17554         * lib/fatal.c, fatal.h: Remove as the "fatal" module wasn't used or
17555         working.
17556
17557 2004-08-02  Simon Josefsson  <jas@extundo.com>
17558
17559         * lib/getsubopt.h: New file, with comments from Bruno Haible.
17560         * lib/getsubopt.c: New file, from glibc, but slightly modified based on
17561         suggestions from Paul Eggert <eggert@cs.ucla.edu>.
17562
17563 2004-08-01  Simon Josefsson  <jas@extundo.com>
17564
17565         * lib/xgetdomainname.c: Include stdlib.h, for free().
17566
17567 2004-07-19  Bruno Haible  <bruno@clisp.org>
17568
17569         * MODULES.html.sh (func_all_modules): Add dummy.
17570
17571 2004-07-16  Simon Josefsson  <jas@extundo.com>
17572
17573         * modules/dummy: New file.
17574
17575 2004-07-16  Simon Josefsson  <jas@extundo.com>
17576
17577         * lib/dummy.c: New file.
17578
17579 2004-07-16  Bruno Haible  <bruno@clisp.org>
17580
17581         * lib/backupfile.h: Add extern "C" for C++.
17582         * lib/closeout.h: Likewise.
17583         * lib/copy-file.h: Likewise.
17584         * lib/findprog.h: Likewise.
17585         * lib/full-write.h: Likewise.
17586         * lib/pathname.h: Likewise.
17587         * lib/progname.h: Likewise.
17588         * lib/stpcpy.h: Likewise.
17589         * lib/stpncpy.h: Likewise.
17590         * lib/strcase.h: Likewise.
17591         * lib/strstr.h: Likewise.
17592         * lib/xalloc.h: Likewise.
17593
17594         * lib/mbswidth.h: Add extern "C" for C++.
17595         Reported by Albert Chin-A-Young <china@thewrittenword.com>.
17596
17597 2004-07-13  Robert Millan  <robertmh@gnu.org>
17598
17599         * m4/host-os.m4: s/KNetBSD/kNetBSD/g and s/KFreeBSD/kFreeBSD/g.
17600
17601 2004-07-09  Simon Josefsson  <jas@extundo.com>
17602
17603         * lib/getndelim2.c: Include stddef.h, for ptrdiff_t.  (FreeBSD 4.9
17604         failed without this.)
17605
17606 2004-07-09  Paul Eggert  <eggert@cs.ucla.edu>
17607
17608         * modules/chown (Files): Add lib/fchown-stub.c, since
17609         gl_PREREQ_CHOWN invokes AC_LIBOBJ(fchown-stub).
17610
17611 2004-07-09  Paul Eggert  <eggert@cs.ucla.edu>
17612
17613         * lib/fchown-stub.c: New file.
17614
17615 2004-06-24  Jim Meyering  <jim@meyering.net>
17616
17617         * lib/obstack.h (obstack_base): Cast to (void *), per documentation.
17618
17619 2004-06-22  Paul Eggert  <eggert@cs.ucla.edu>
17620
17621         * modules/argz: Omit "#include".
17622
17623         * MODULES.html.sh (func_all_modules): Add calloc, to match
17624         2004-06-01 addition of calloc module.
17625
17626 2004-06-22  Paul Eggert  <eggert@cs.ucla.edu>
17627
17628         * m4/argz.m4: New file, which is autoupdated from libtool.
17629
17630 2004-06-22  Paul Eggert  <eggert@cs.ucla.edu>
17631
17632         * lib/argz.c, lib/argz_.h: New files, which are autoupdated from
17633         libtool.
17634
17635 2004-06-22  Paul Eggert  <eggert@cs.ucla.edu>
17636
17637         * config/srclist-update: Don't insist on "USA." before the
17638         close-comment, as libtool omits the period and puts the */ on a
17639         separate line.
17640         * config/srclist.txt: Add argz.c, argz_.h, argz.m4.
17641         * config/srclistvars.sh: Add LIBTOOL (for eggert only).
17642
17643 2004-06-22  Gary V. Vaughan  <gary@gnu.org>
17644
17645         * modules/argz: New file.
17646         * MODULES.html.sh (func_all_modules): Add argz.
17647
17648 2004-06-12  Jim Meyering  <jim@meyering.net>
17649         and  Paul Eggert  <eggert@cs.ucla.edu>
17650
17651         * modules/hash (Files): Add lib/xalloc.h.
17652         * modules/pipe (Depends-on): Add wait-process.
17653         * modules/stat (Depends-on): Add xalloc.
17654         * modules/userspec (Files): Add lib/userspec.h.
17655         * modules/xstrto
17656
17657         Upgrade from gettext-0.13.
17658         * modules/gettext (Files): Add m4/intmax.m4, m4/longdouble.m4,
17659         m4/longlong.m4, m4/printf-posix.m4, m4/signed.m4, m4/size_max.m4,
17660         m4/wchar_t.m4, m4/wint_t.m4, m4/xsize.m4.
17661
17662 2004-06-10  Jim Meyering  <jim@meyering.net>
17663
17664         * lib/calloc.c: New file.
17665
17666 2004-06-06  Paul Eggert  <eggert@cs.ucla.edu>
17667
17668         * lib/getdate.y (yylex): Allow space between sign and number.
17669         Problem reported by Dan Jacobson.
17670
17671 2004-06-01  Paul Eggert  <eggert@cs.ucla.edu>
17672
17673         Merge from coreutils CVS.
17674
17675         * m4/backupfile.m4, dirname.m4, human.m4, inttypes.m4, longlong.m4,
17676         makepath.m4, memchr.m4, memcmp.m4, mountlist.m4, path-concat.m4,
17677         putenv.m4, quotearg.m4, readutmp.m4, strtoimax.m4, strtoll.m4,
17678         strtoull.m4, strtoumax.m4, ulonglong.m4, vasnprintf.m4,
17679         xstrtol.m4: Fix copyright date and/or serial number.
17680
17681         * m4/chown.m4 (gl_PREREQ_CHOWN): Check for fcntl.h.
17682         See if we need an fchown replacement.
17683         (gl_FUNC_CHOWN_FOLLOWS_SYMLINK): New macro.
17684         (gl_FUNC_CHOWN): Require gl_FUNC_CHOWN_FOLLOWS_SYMLINK,
17685         and use the replacement function if we detect either defect.
17686
17687         * m4/prereq.m4 (gl_PREREQ): Add gl_ALLOCSA, gl_CLOEXEC, gl_INTTOSTR,
17688         gl_UTIMECMP.
17689
17690 2004-06-01  Paul Eggert  <eggert@cs.ucla.edu>
17691         and  Jim Meyering  <jim@meyering.net>
17692
17693         Merge from coreutils CVS.
17694
17695         * lib/stat-macros.h: New file, with contents from file-type.h
17696         and coreutils' system.h.
17697         * lib/file-type.c: Include "stat-macros.h".
17698         * lib/file-type.h (file_type): Move all macro definitions to new file,
17699         stat-macros.h.
17700
17701         * lib/chown.c (rpl_chown) [CHOWN_FAILS_TO_HONOR_ID_OF_NEGATIVE_ONE]:
17702         Wrap old code with this conditional.
17703         [CHOWN_MODIFIES_SYMLINK]: Try to work around a chown
17704         function that does not dereference symlinks.
17705         * lib/lchown.c (lchown) [CHOWN_MODIFIES_SYMLINK]: Just call chown.
17706
17707         * lib/xreadlink.c: Include xreadlink.h first, to catch .h file
17708         dependency problems.
17709         (xreadlink): Accept new arg SIZE, for efficiency.
17710         All decls and uses changed.
17711         * lib/xreadlink.h: Include <stddef.h>, for size_t.
17712
17713         * lib/.cppi-disable: Add alloca_.h, allocsa.h, exit.h, getndelim2.h,
17714         gettext.h, localcharset.h, strdup.h, strndup.h, strtoul.c, time_r.h.
17715
17716         * lib/.cvsignore: Add alloca.h, fnmatch.h, poll.h, stdbool.h,
17717         sysexits.h.
17718
17719 2004-06-01  Jim Meyering  <jim@meyering.net>
17720
17721         * m4/calloc.m4: New file.
17722
17723 2004-05-31  Paul Eggert  <eggert@cs.ucla.edu>
17724
17725         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Detect _Bool bug in HP aC++/ANSI
17726         C B3910B A.05.55 [Dec 04 2003].  Problem reported by Jim Meyering.
17727         Also, fix a typo in a diagnostic.
17728
17729 2004-05-30  Paul Eggert  <eggert@cs.ucla.edu>
17730
17731         * m4/xalloc.m4 (gl_PREREQ_XMALLOC): Do not require AC_FUNC_MALLOC
17732         or AC_FUNC_REALLOC.
17733
17734 2004-05-30  Paul Eggert  <eggert@cs.ucla.edu>
17735
17736         * lib/xmalloc.c (HAVE_MALLOC, HAVE_REALLOC): Do not require these
17737         macros to be defined.
17738         (xnmalloc_inline, xnrealloc_inline, xcalloc): Do not die if
17739         the allocator returns NULL because the requested size is zero.
17740
17741 2004-05-20  Paul Eggert  <eggert@cs.ucla.edu>
17742
17743         * lib/malloc/obstack.c (_obstack) [defined _LIBC]: Bring back this
17744         var.  Add comment explaining why libc still defines it.  This
17745         merges the following patch from glibc:
17746         http://sources.redhat.com/ml/libc-alpha/2004-05/msg00157.html
17747
17748 2004-05-20  Andreas Schwab  <schwab@suse.de>
17749
17750         * m4/free.m4: Replace free if it not known to work, not the other
17751         way round.
17752
17753 2004-05-19  Paul Eggert  <eggert@cs.ucla.edu>
17754
17755         * lib/obstack.c (_obstack): Remove unused variable.  It hasn't been
17756         present in glibc since revision 1.1 of this file.
17757         * lib/obstack.h (_obstack_free, obstack_1grow, obstack_1grow_fast,
17758         obstack_alignment_mask, obstack_alloc, obstack_base,
17759         obstack_blank, obstack_blank_fast, obstack_chunk_size,
17760         obstack_copy, obstack_copy0, obstack_finish, obstack_grow,
17761         obstack_grow0, obstack_init, obstack_int_grow,
17762         obstack_int_grow_fast, obstack_make_room, obstack_memory_used,
17763         obstack_next_free, obstack_object_size, obstack_ptr_grow,
17764         obstack_ptr_grow_fast, obstack_room): Remove declarations of
17765         nonexistent functions.
17766
17767 2004-05-18  Karl Berry  <karl@gnu.org>
17768
17769         * config/srclist.txt: break link for vasnprintf.c.
17770
17771 2004-05-17  Paul Eggert  <eggert@cs.ucla.edu>
17772
17773         Port obstack to the AS/400, where pointers are 16 bytes wide and
17774         you cannot cast an integer to a valid pointer.  This patch is
17775         currently waiting to be integrated into glibc; see
17776         <http://sources.redhat.com/ml/libc-alpha/2004-05/msg00073.html>.
17777
17778         * lib/obstack.h (__PTR_TO_INT, __INT_TO_PTR): Remove.
17779         All uses of __INT_TO_PTR (PTR_TO_INT ...) replaced by __PTR_ALIGN.
17780         (__BPTR_ALIGN, __PTR_ALIGN): New macros.
17781         (struct obstack): temp member is now a union of a pointer and
17782         an integer, instead of an integer.  All integer uses changed.
17783         This does not affect the physical layout of struct obstack,
17784         except on hosts (like the AS/400) where the size or alignment of
17785         void * is greater than that of ptrdiff_t.
17786         (obstack_finish) [! (defined __GNUC__ && defined __STDC__ &&
17787         __STDC__)]: Store temporary in pointer member of union, not
17788         integer member.
17789         * lib/obstack.c: Include <stddef.h>, for offsetof.
17790         (struct fooalign): Remove; it doesn't need a name.
17791         (union fooround): Change double to long double, and add void *.
17792         (DEFAULT_ALIGNMENT): Use offsetof to compute.
17793         (DEFAULT_ALIGNMENT, DEFAULT_ROUNDING): Now an enum constant,
17794         not a macro.  Hence the values are always int; so remove all
17795         casts-to-int in uses.
17796
17797 2004-05-17  Paul Eggert  <eggert@cs.ucla.edu>
17798
17799         * config/srclist.txt: Break link for argp-help.c and argp-parse.c until
17800         we can get this patch merged into glibc.
17801
17802 2004-05-17  Derek R. Price  <derek@ximbiot.com>
17803             Paul Eggert  <eggert@cs.ucla.edu>
17804
17805         * m4/argp: Depend on alloca.
17806
17807 2004-05-17  Derek R. Price  <derek@ximbiot.com>
17808             Paul Eggert  <eggert@cs.ucla.edu>
17809
17810         * lib/argp-help.c, argp-parse.c: Assume <alloca.h> rather than
17811         freecoding.
17812
17813 2004-05-17  Bruno Haible  <bruno@clisp.org>
17814
17815         * lib/vasnprintf.c (VASNPRINTF): Correctly handle the case of a
17816         precision that consists of a '.' followed by an empty digit string.
17817         Patch by Tor Lillqvist <tml@iki.fi>.
17818
17819 2004-05-16  Paul Eggert  <eggert@cs.ucla.edu>
17820
17821         * m4/alloca.m4 (gl_FUNC_ALLOCA): Define HAVE_ALLOCA_H always,
17822         for backward compatibility with older code.  We need our own
17823         alloca.h if _AIX is defined.  Define HAVE_ALLOCA if we discover
17824         it under some other name, and our alloca.h will define it.
17825
17826 2004-05-16  Paul Eggert  <eggert@cs.ucla.edu>
17827             Derek Price  <derek@ximbiot.com>
17828
17829         * lib/alloca.c: Include <alloca.h>, to get our interface.
17830         * lib/alloca_.h: Use __alloca on AIX, so that we don't have to
17831         include <alloca.h> first.  Use C89 prototype for alloca; this
17832         requires including <stddef.h> for size_t.  Use extern "C" if C++.
17833         Use #elif for simplicity, since we can assume C89 now.
17834         Don't try to source the system alloca.h since it will not be found
17835         and to prevent recursively including its replacement.
17836         * lib/fnmatch.c: Include <alloca.h> instead of opencoding.
17837         * lib/regex.c: Likewise.
17838
17839 2004-05-16  Derek Price  <derek@ximbiot.com>
17840             Paul Eggert  <eggert@cs.ucla.edu>
17841
17842         getline cleanup.  This changes the getndelim2 API: both order of
17843         arguments, and meaning of delim2 (now uses EOF, not 0, to indicate
17844         no delimiter).
17845
17846         * lib/getline.c: Don't include stddef.h or stdio.h, since our
17847         interface does that.
17848         (getline): Always use getdelim, so that we don't have two
17849         copies of this code.
17850         * lib/getndelim2.c: Include <limits.h>, <inttypes.h>, <stdint.h>
17851         if available.
17852         (PTRDIFF_MAX, SIZE_MAX, SSIZE_MAX): Define if not defined.
17853         (GETNDELIM2_MAXIMUM): New macro.
17854         (getndelim2): Reorder arguments.  delim==EOF now means no delimiter,
17855         instead of the old practice of delim2==0.  All callers changed.
17856         Return -1 on overflow, instead of returning junk.
17857         Do not set *linesize unless allocation succeeds.
17858         * lib/getndelim2.h: Do not include stddef.h; no longer needed, now
17859         that we include sys/types.h.
17860         * lib/getnline.h: Likewise.
17861         * lib/getndelim2.h (GETNLINE_NO_LIMIT): New macro.
17862         (getndelim2): Reorder arguments.
17863         * lib/getnline.c (getnline, getndelim):
17864         Don't discard the NMAX argument.
17865         (getnline): Invoke getndelim, to avoid code duplication.
17866         * lib/getnline.h (GETNLINE_NO_LIMIT): New macro, used instead
17867         of (size_t) -1 by callers of the getnline family.
17868
17869 2004-05-13  Paul Eggert  <eggert@cs.ucla.edu>
17870
17871         * m4/gettime.m4 (gl_GETTIME): Require gl_TIMESPEC.
17872         Check for gettimeofday.
17873         * m4/settime.m4 (gl_SETTIME): Require gl_TIMESPEC.
17874         Check for settimeofday, stime.
17875
17876 2004-05-13  Paul Eggert  <eggert@cs.ucla.edu>
17877
17878         * lib/nanosleep.c (suspended): Change its type from int to
17879         sig_atomic_t volatile.
17880         (first_call): Make it private to rpl_nanosleep, and have it
17881         be zero initially as that's a bit faster.
17882         (my_usleep): Round up fractional times instead of truncating them,
17883         as this is the usual meaning for 'sleep'.
17884
17885         * lib/gettime.c (gettime): Fall back on `time' if `gettimeofday'
17886         doesn't work.
17887         * lib/settime.c: Include <unistd.h>, for stime (on Solaris 8, anyway).
17888         (ENOSYS): Define if not defined.
17889         (settime): Fall back on stime if it exists and settimeofday fails.
17890         But don't bother with fallbacks if a method fails with errno == EPERM.
17891
17892 2004-05-11  Jim Meyering  <jim@meyering.net>
17893
17894         Prior to this change, the save_cwd caller required read access to the
17895         current directory on most systems (ones with the fchdir function).
17896
17897         * lib/save-cwd.c (save_cwd) [HAVE_FCHDIR]: If opening `.' read-only
17898         fails, try write-only, and finally, resort to using xgetcwd.
17899
17900 2004-05-06  Paul Eggert  <eggert@cs.ucla.edu>
17901
17902         * lib/obstack.c, obstack.h: Import changes from libc.
17903
17904 2004-04-28  Bruno Haible  <bruno@clisp.org>
17905
17906         * lib/findprog.c (find_in_path): Treat Cygwin like Windows, since it
17907         also implicitly appends .exe to executables.
17908         * lib/localcharset.c (ISSLASH): Treat Cygwin like Windows, since it now
17909         accepts Windows pathnames.
17910         * lib/pathname.h (ISSLASH, IS_PATH_WITH_DIR, FILESYSTEM_PREFIX_LEN):
17911         Treat Cygwin like Windows, since it now accepts Windows pathnames.
17912         * lib/progreloc.c (ISSLASH, IS_PATH_WITH_DIR, FILESYSTEM_PREFIX_LEN):
17913         Treat Cygwin like Windows, since it now accepts Windows pathnames.
17914         Reported by Derek Robert Price <derek@ximbiot.com>.
17915
17916 2004-04-21  Karl Berry  <karl@gnu.org>
17917
17918         * config/srclist.txt (localcharset.c): break sync.
17919
17920 2004-04-20  Paul Eggert  <eggert@twinsun.com>
17921
17922         * m4/host-os.m4: Add a copyright notice.
17923
17924 2004-04-20  Jim Meyering  <jim@meyering.net>
17925
17926         Change UTILS_ to gl_ in AC_DEFINE'd names.
17927         Change utils_- and jm_-prefixed variables, too.
17928         * m4/mkdir-slash.m4 (gl_FUNC_MKDIR_TRAILING_SLASH): Renamed from
17929         UTILS_FUNC_MKDIR_TRAILING_SLASH.
17930         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Renamed from UTILS_FUNC_MKSTEP.
17931
17932         * m4/dirfd.m4 (gl_FUNC_DIRFD): Rename from UTILS_FUNC_DIRFD.
17933         Don't emit trailing blanks.
17934         Also rename jm_-prefixed variables to have gl_ prefix.
17935
17936         * m4/host-os.m4 (gl_HOST_OS): Rename from UTILS_HOST_OS.
17937         Also rename jm_-prefixed variables to have gl_ prefix.
17938
17939         * m4/jm-macros.m4: Reflect the renamings.
17940         * m4/prereq.m4: Likewise.
17941
17942 2004-04-20  Jim Meyering  <jim@meyering.net>
17943
17944         * lib/getndelim2.c (getndelim2): Upon realloc failure, don't leak
17945         memory.
17946
17947 2004-04-20  Jim Meyering  <jim@meyering.net>
17948             Bruno Haible  <bruno@clisp.org>
17949
17950         * lib/localcharset.c (get_charset_aliases) [!VMS && !WIN32]: Don't leak
17951         memory when realloc fails.
17952
17953 2004-04-19  Jim Meyering  <jim@meyering.net>
17954
17955         * m4/readutmp.m4 (gl_PREREQ_READUTMP): Require gl_FUNC_FREE,
17956         now that readutmp.c may call `free (0)'.
17957
17958 2004-04-19  Bruno Haible  <bruno@clisp.org>
17959
17960         * m4/mbrtowc.m4: Change jm_ to gl_ in cache variables as well.
17961         * m4/inttypes_h.m4: Likewise.
17962         * m4/stdint_h.m4: Likewise.
17963         * m4/intmax_t.m4: Likewise.
17964         * m4/uintmax_t.m4: Likewise.
17965
17966 2004-04-18  Jim Meyering  <jim@meyering.net>
17967
17968         * m4/prereq.m4: Don't forbid jm_ prefix.
17969
17970         * m4/afs.m4, m4/allocsa.m4, m4/assert.m4, m4/backupfile.m4:
17971         * m4/bison.m4, m4/check-decl.m4, m4/chown.m4, m4/d-ino.m4:
17972         * m4/d-type.m4, m4/dirname.m4, m4/dos.m4, m4/error.m4, m4/fpending.m4:
17973         * m4/fstypename.m4, m4/fsusage.m4, m4/ftruncate.m4, m4/getdate.m4:
17974         * m4/getgroups.m4, m4/gettext.m4, m4/glibc21.m4, m4/group-member.m4:
17975         * m4/human.m4, m4/intmax.m4, m4/intmax_t.m4, m4/inttostr.m4:
17976         * m4/inttypes.m4, m4/inttypes_h.m4, m4/jm-macros.m4, m4/jm-winsz1.m4:
17977         * m4/jm-winsz2.m4, m4/lchown.m4, m4/lib-check.m4, m4/link-follow.m4:
17978         * m4/localcharset.m4, m4/longlong.m4, m4/ls-mntd-fs.m4, m4/lstat.m4:
17979         * m4/makepath.m4, m4/mbrtowc.m4, m4/mbswidth.m4, m4/memchr.m4:
17980         * m4/memcmp.m4, m4/mkdtemp.m4, m4/mkstemp.m4, m4/mountlist.m4:
17981         * m4/nanosleep.m4, m4/path-concat.m4, m4/perl.m4, m4/prereq.m4:
17982         * m4/putenv.m4, m4/quotearg.m4, m4/regex.m4, m4/stat.m4:
17983         * m4/stdint_h.m4, m4/strftime.m4, m4/strtoimax.m4, m4/strtoll.m4:
17984         * m4/strtoull.m4, m4/strtoumax.m4, m4/timespec.m4, m4/uintmax_t.m4:
17985         * m4/ulonglong.m4, m4/unlink-busy.m4, m4/unlocked-io.m4, m4/uptime.m4,
17986         * m4/utimbuf.m4, m4/utime.m4, m4/utimes-null.m4, m4/vasnprintf.m4:
17987         * m4/xstrtoimax.m4, m4/xstrtol.m4, m4/xstrtoumax.m4:
17988         Change jm_ to gl_ in AC_DEFINE'd names. Update all uses.
17989
17990 2004-04-18  Jim Meyering  <jim@meyering.net>
17991
17992         * lib/readutmp.c (read_utmp) [UTMP_NAME_FUNCTION]: Upon realloc
17993         failure, don't leak memory and do call END_UTMP_ENT.
17994
17995 2004-04-16  Jim Meyering  <jim@meyering.net>
17996
17997         * m4/prereq.m4 (jm_PREREQ_STAT): Remove macro.  It is specific to
17998         coreutils' stat program.
17999         (gl_PREREQ): Don't require jm_PREREQ_STAT.
18000
18001 2004-04-11  Paul Eggert  <eggert@twinsun.com>
18002
18003         * lib/inttostr.h: Include <limits.h> unconditionally, since we assume
18004         C89.
18005         (CHAR_BIT): Remove, since we assume C89.
18006         Include <stdint.h> if available, as per current Autoconf CVS advice.
18007
18008 2004-03-31  Jim Meyering  <jim@meyering.net>
18009
18010         * m4/prereq.m4: Require AC_FUNC_MALLOC, not jm_FUNC_MALLOC.
18011         Require AC_FUNC_REALLOC, not jm_FUNC_REALLOC.
18012         * m4/xalloc.m4: Likewise.
18013
18014 2004-03-30  Paul Eggert  <eggert@twinsun.com>
18015
18016         Merge from coreutils.
18017
18018         * m4/inttostr.m4: New file.
18019         * m4/getdate.m4 (gl_GETDATE): Remove time-related stuff.
18020         Require AM_STDBOOL_H and gl_TIMESPEC instead.
18021         Require gl_CLOCK_TIME.
18022         * m4/clock_time.m4 (gl_CLOCK_TIME): Require AC_GNU_SOURCE.
18023
18024 2004-03-30  Paul Eggert  <eggert@twinsun.com>
18025
18026         * lib/cloexec.h, cloexec.c (set_cloexec_flag): Return int
18027         not bool, to be more consistent with Unix conventions.
18028         Suggested by Bruno Haible.
18029
18030         Merge from coreutils.
18031
18032         * lib/imaxtostr.c, lib/inttostr.c, lib/inttostr.h, lib/offtostr.c:
18033         * lib/umaxtostr.c: New files.
18034
18035         * lib/getdate.h: Include stdbool.h, and timespec.h instead of
18036         the usual <time.h> dance.
18037         (get_date): Change signature to support fractional time stamps.
18038         All callers changed.
18039         * lib/getdate.y: Include "getdate.h" first, as we can now
18040         assume C89 and don't need to worry about 'const'.
18041         Similarly, include "unlocked-io.h" near start, not in middle.
18042         Include <limits.h>.
18043         (textint.value): Use long int rather than int.
18044         (textint.digits): Use size_t rather than int.
18045         (BILLION, LOG10_BILLION): New constants.
18046         (parser_control): New member rel_ns.  Members day_ordinal,
18047         time_zone, month, day, hour, minutes, rel_year, rel_month,
18048         rel_day, rel_hour, rel_minutes, rel_seconds
18049         are now long int, not int.  Member seconds is now struct timespec,
18050         not int.  New member timespec_seen.  Members dates_seen, days_seen,
18051         local_zones_seen, rels_seen, times_seen, zones_seen are now size_t,
18052         not int.
18053         (%union.intval): Now long int, not int.
18054         New member timespec.
18055         (tSDECIMAL_NUMBER, tUDECIMAL_NUMBER): New tokens.
18056         (seconds, signed_seconds, unsigned_seconds): New nonterminals.
18057         (spec): Now is a timespec or an item list.
18058         (timespec, items): New nonterminals.
18059         (time, rel, relunit, number, get_date):
18060         Add support for fractional seconds.
18061         (time): Fix bug: seconds weren't cleared in "00:00 +0000" syntax.
18062         (gmtime, localtime, mktime): Remove decls; not needed with C89.
18063         (to_hour): First arg is now long int, not int.
18064         (to_year): Returns long int, not int.
18065         Don't treat year -70 like 70.
18066         (tm_diff): Returns long int, not int.
18067         (lookup_word): Use bool instead of int when appropriate.
18068         (yylex): Use size_t for count, not int.
18069         Detect overflow when parsing large integer constants.
18070         Add support for fractions.
18071         (get_date): Make pointers 'const' if possible.
18072         Use more-portable code to detect integer overflow.
18073         (main) [TEST]: Adjust to above changes.  Test for localtime failure.
18074         Don't use ctime; it's not reliable if the year has >4 digits.
18075
18076         * lib/human.c (humblock): Inspect BLOCKSIZE if BLOCK_SIZE isn't set.
18077         This is for compatibility with BSD.
18078
18079         * lib/timespec.h (ST_TIME_CMP_NS, ST_TIME_CMP): Define.
18080         (ATIME_CMP, CTIME_CMP, MTIME_CMP, TIMESPEC_NS): Likewise.
18081         From coreutils' system.h.
18082
18083         * lib/userspec.c: Don't include "posixver.h".
18084         (parse_user_spec): Fall back on USER.GROUP parsing, regardless
18085         of POSIX version, as POSIX 1003.1-2001 allows that behavior as a
18086         compatible extension.  Simplify code by removing a boolean int
18087         that was always nonzero if a string was nonnull.
18088
18089 2004-03-30  Jim Meyering  <jim@meyering.net>
18090
18091         Merge from coreutils.
18092
18093         Avoid a configure-time warning about sys/ucred.h on OSF V4.0.
18094         * m4/ls-mntd-fs.m4: Test for sys/ucred.h separately, since
18095         on some systems one must include <grp.h> before it.
18096         Reported by Christian Krackowizer.
18097
18098 2004-03-30  Jim Meyering  <jim@meyering.net>
18099
18100         Merge from coreutils.
18101
18102         * lib/mountlist.c [HAVE_SYS_UCRED_H]: Include grp.h before sys/ucred.h.
18103
18104         * lib/readtokens.c (readtoken): Don't leak 64 bytes when reading
18105         an empty input stream.
18106
18107         * lib/readtokens.c: Include <stdbool.h>.
18108         (readtoken): Use `size_t' rather than int/long.
18109         All callers adjusted.
18110         Use `bool' rather than `int' where appropriate.
18111         Use memset rather than an explicit loop.
18112         Use x2nrealloc rather than xrealloc.
18113         Allow the use of `\0' as a delimiter.
18114         (readtokens): Likewise.
18115         * lib/readtokens.h (readtoken, readtokens): Update prototypes.
18116
18117 2004-03-30  Jim Meyering  <jim@meyering.net>
18118
18119         * m4/realloc.m4: Remove file, since now it does no more than
18120         AC_REQUIRE([AC_FUNC_REALLOC]), and that can be done via
18121         the `configure.ac' section of module/realloc.
18122         * m4/malloc.m4: Likewise, but for AC_FUNC_MALLOC.
18123
18124 2004-03-30  Bruno Haible  <bruno@clisp.org>
18125
18126         * lib/getloadavg.c (getloadavg): Don't assume setlocale returns
18127         nonnull.
18128
18129 2004-03-29  Paul Eggert  <eggert@twinsun.com>
18130
18131         Merge changes to getloadavg.c from coreutils and Emacs.
18132
18133         * lib/getloadavg.c [!defined HAVE_SETLOCALE] (setlocale):
18134         Define to an expression, not to the empty string.
18135         Include cloexec.h and xalloc.h.
18136         (getloadavg): Restore LC_NUMERIC locale after setting it temporarily.
18137         Use set_cloexec_flag rather than rolling our own.
18138         * lib/cloexec.c, lib/cloexec.h: New files.
18139
18140 2004-03-29  Paul Eggert  <eggert@twinsun.com>
18141
18142         * m4/cloexec.m4: New file.
18143
18144 2004-03-18  Paul Eggert  <eggert@twinsun.com>
18145
18146         * lib/getopt.h: Sync with libc CVS.
18147
18148 2004-03-18  Paul Eggert  <eggert@twinsun.com>
18149             Bruno Haible  <bruno@clisp.org>
18150
18151         * m4/mbswidth.m4 (gl_MBSWIDTH): Also test whether <wchar.h> declares
18152         mbswidth.
18153
18154 2004-03-18  Paul Eggert  <eggert@twinsun.com>
18155             Bruno Haible  <bruno@clisp.org>
18156
18157         * lib/mbswidth.h: Include <wchar.h> only if
18158         HAVE_DECL_MBSWIDTH_IN_WCHAR_H, not on all platforms that have
18159         <wchar.h>.
18160         * lib/mbswidth.c: Include <stdio.h> and <time.h> before <wchar.h>.
18161
18162 2004-03-09  Paul Eggert  <eggert@twinsun.com>
18163
18164         * lib/argp-parse.c, getopt.c, getopt.h, getopt1.c:
18165         Sync with libc CVS.
18166         * lib/getopt_int.h: New file, also synced from libc.
18167
18168 2004-03-09  Paul Eggert  <eggert@twinsun.com>
18169
18170         * config/srclistvars.sh: Add GNUWWWLICENSES for eggert.
18171         * config/srclist.txt: Sync getopt with libc.  Add getopt_int.h.
18172         Bring back getopt.c, getopt.h, getopt1.c.
18173
18174 2004-03-07  Paul Eggert  <eggert@twinsun.com>
18175
18176         * m4/c-stack.m4 (gl_PREREQ_C_STACK): Renamed from jm_PREREQ_C_STACK.
18177         All uses changed.  Check for sa_sigaction member; this fixes
18178         a bug first reported by Jason Andrade in
18179         <http://mail.gnu.org/archive/html/bug-textutils/2003-03/msg00027.html>.
18180
18181 2004-03-07  Paul Eggert  <eggert@twinsun.com>
18182
18183         * lib/c-stack.c (SIGACTION_WORKS): New macro.  Use it instead of long
18184         '#if' expressions.  Unlike the code it replaces, it does not
18185         depend on (defined _SC_PAGESIZE).  However, it does depend on
18186         HAVE_STRUCT_SIGACTION_SA_SIGACTION; this last change fixes a bug
18187         first reported by Jason Andrade in
18188         <http://mail.gnu.org/archive/html/bug-textutils/2003-03/msg00027.html>.
18189
18190 2004-02-25  Simon Josefsson  <jas@extundo.com>
18191
18192         * m4/strdup.m4 (gl_PREREQ_STRDUP): Check whether strdup is declared.
18193
18194 2004-02-25  Simon Josefsson  <jas@extundo.com>
18195
18196         * lib/strdup.h: New file.
18197         * lib/strdup.c: Include it.
18198         * lib/path-concat.c: Include strdup.h. Drop strdup declaration.
18199         * lib/userspec.c: Include strdup.h. Drop strdup declaration.
18200
18201 2004-02-23  Karl Berry  <karl@gnu.org>
18202
18203         * doc/maintain.texi, doc/standards.texi, doc/make-stds.texi: new files
18204         (from fencepost.gnu.org:/gd/gnuorg).
18205
18206 2004-02-23  Karl Berry  <karl@gnu.org>
18207
18208         * config/srclistvars.sh (GNUORG) [karl]: redefine.
18209         * config/srclist.txt: add maintain/standards documents.
18210
18211 2004-02-18  Bruno Haible  <bruno@clisp.org>
18212
18213         * m4/xsize.m4 (gl_XSIZE): Require AC_C_INLINE.
18214         Reported by Derek Robert Price <derek@ximbiot.com>.
18215
18216 2004-02-16  Karl Berry  <karl@gnu.org>
18217
18218         * config/mkinstalldirs, install-sh: update from automake.
18219
18220 2004-02-06  Karl Berry  <karl@gnu.org>
18221
18222         * m4/po.m4: update from gettext 0.14.1.
18223
18224 2004-02-06  Karl Berry  <karl@gnu.org>
18225
18226         * lib/config.charset: update from gettext 0.14.1.
18227
18228 2004-02-05  Paul Eggert  <eggert@twinsun.com>
18229
18230         Add comments and code, prompted by suggestions from Bruno Haible
18231         for sh-quote.
18232         * lib/quotearg.h (quotearg_alloc): New decl.  Improve the comments
18233         describing the enum quoting_style values.
18234         * lib/quotearg.c (quotearg_alloc): New function.
18235         (quotearg_buffer_restyled): Treat lone { and } as special.
18236         Treat = as special.  Work around bug with older shells
18237         that "see" a '\' that is really the 2nd byte of a multibyte char.
18238         Quote empty string with shell_quoting_style.
18239
18240 2004-02-03  Bruno Haible  <bruno@clisp.org>
18241
18242         * m4/pipe.m4: New file, from GNU gettext.
18243
18244 2004-02-03  Bruno Haible  <bruno@clisp.org>
18245
18246         * lib/pipe.h: New file, from GNU gettext.
18247         * lib/pipe.c: New file, from GNU gettext.
18248
18249 2004-01-27  Bruno Haible  <bruno@clisp.org>
18250
18251         * m4/execute.m4: New file, from GNU gettext.
18252
18253 2004-01-27  Bruno Haible  <bruno@clisp.org>
18254
18255         * lib/execute.h: New file, from GNU gettext.
18256         * lib/execute.c: New file, from GNU gettext.
18257         * lib/w32spawn.h: New file, from GNU gettext.
18258
18259 2004-01-24  Paul Eggert  <eggert@twinsun.com>
18260
18261         Merge from diffutils.
18262
18263         * lib/file-type.c (file_type): Add typed memory objects.
18264         * lib/file-type.h (S_TYPEISTMO): New macro.
18265
18266         * lib/c-stack.h (c_stack_action): Remove argv argument.
18267         * lib/c-stack.c (c_stack_action): Likewise.  All uses changed.
18268         (die): Don't calculate message unless segv_action returns.
18269         (get_stack_location, min_address_from_argv, max_address_from_argv,
18270         volatile stack_base, volatile_stack_size): Remove.
18271         (segv_handler): If ! HAVE_XSI_STACK_OVERFLOW_HEURISTIC, assume
18272         that every segmentation violation is a stack overflow.  (Ouch!)
18273         See Debian bug 136249 (still outstanding) for more info about why
18274         HAVE_XSI_STACK_OVERFLOW_HEURISTIC fails on Linux kernels.
18275
18276 2004-01-24  Paul Eggert  <eggert@twinsun.com>
18277
18278         Exit-status fix from coreutils.
18279
18280         Use exit_failure consistently in place of EXIT_FAILURE,
18281         so that program exit statuses are consistent on failure.
18282
18283         * lib/argmatch.c (ARGMATCH_DIE) [! defined ARGMATCH_DIE]:
18284         Include "exitfail.h", and use exit_failure rather than EXIT_FAILURE.
18285         * lib/argmatch.h: Comment fix to match the above.
18286         * lib/obstack.c (obstack_exit_failure) [!defined _LIBC]:
18287         Now a macro referring to exit_failure, instead of a separate
18288         variable.  Include "exitfail.h" to get it.
18289         * lib/xstrtol.h: Include "exitfail.h".
18290         (STRTOL_FATAL_ERROR): Exit with status exit_failure, not 2.
18291
18292         * lib/long-options.c (parse_long_options): Use prototype
18293         for usage function arg.  Pass it EXIT_SUCCESS rather than 0,
18294         for clarity.
18295
18296 2004-01-21  Jim Meyering  <jim@meyering.net>
18297
18298         * lib/mktime.c (__mktime_internal) [!_LIBC]: Define to mktime_internal
18299         so as not to conflict with a different-sized __mktime_internal
18300         function in GNU libc.
18301         * lib/timegm.c (__mktime_internal) [!_LIBC]: Likewise.
18302         Problem building statically-linked `ls' reported by Michael Brunnbauer.
18303
18304 2004-01-20  Karl Berry  <karl@gnu.org>
18305
18306         * config/config.guess: update from config.
18307
18308         * config/srclistvars.sh: GNUWWWLICENSES for karl.
18309
18310 2004-01-20  Bruno Haible  <bruno@clisp.org>
18311
18312         Safer stack allocation.
18313         * lib/setenv.c: Include allocsa.h.
18314         (alloca): Remove fallback definition.
18315         (freea): Remove macro.
18316         (__add_to_environ) [!_LIBC]: Use allocsa instead of alloca. Use freesa
18317         instead of freea.
18318
18319 2004-01-20  Bruno Haible  <bruno@clisp.org>
18320
18321         * m4/eealloc.m4: New file, from GNU gettext.
18322
18323 2004-01-20  Bruno Haible  <bruno@clisp.org>
18324
18325         * m4/allocsa.m4: New file, from GNU gettext.
18326
18327 2004-01-20  Bruno Haible  <bruno@clisp.org>
18328
18329         * lib/xallocsa.h: New file, from GNU gettext.
18330         * lib/xallocsa.c: New file, from GNU gettext.
18331
18332 2004-01-20  Bruno Haible  <bruno@clisp.org>
18333
18334         * lib/wait-process.c: On Windows, include windows.h. Needed on mingw.
18335
18336 2004-01-20  Bruno Haible  <bruno@clisp.org>
18337
18338         * lib/wait-process.c (wait_subprocess): Add ignore_sigpipe argument.
18339         * lib/wait-process.c (wait_subprocess): Likewise. Handle SIGPIPE
18340         specially.
18341
18342 2004-01-20  Bruno Haible  <bruno@clisp.org>
18343
18344         * lib/wait-process.c (wait_process): Disable the 2003-10-31 waitid()
18345         patch.
18346
18347 2004-01-20  Bruno Haible  <bruno@clisp.org>
18348
18349         * lib/wait-process.c (cleanup_slaves): Use ANSI C declaration.
18350
18351 2004-01-20  Bruno Haible  <bruno@clisp.org>
18352
18353         * lib/eealloc.h: New file.
18354
18355 2004-01-20  Bruno Haible  <bruno@clisp.org>
18356
18357         * lib/binary-io.h: Avoid warnings on Cygwin.
18358
18359 2004-01-20  Bruno Haible  <bruno@clisp.org>
18360
18361         * lib/allocsa.h: New file, from GNU gettext.
18362         * lib/allocsa.c: New file, from GNU gettext.
18363
18364 2004-01-18  Karl Berry  <karl@gnu.org>
18365
18366         * doc/gpl.texi, doc/lgpl.texi: new files.
18367
18368 2004-01-18  Karl Berry  <karl@gnu.org>
18369
18370         * config/srclistvars.sh (GNUWWWLICENSES): new variable.
18371         * config/srclist.txt ({fdl,gpl,lgpl}.text): get from there.
18372
18373 2004-01-15  Paul Eggert  <eggert@twinsun.com>
18374
18375         Merge from coreutils.
18376
18377         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Check for uintptr_t.
18378         * m4/posixver.m4 (gl_POSIXVER): Require gl_DEFAULT_POSIX2_VERSION.
18379         (gl_DEFAULT_POSIX2_VERSION): Move
18380         the documentation from 'configure' into 'config.hin',
18381         so that 'configure --help' isn't burdened by it and
18382         we don't have to worry about its formatting there.
18383         Reword the documentation so that it's more succinct
18384         and can be run together into a single paragraph.
18385         * m4/same.m4 (gl_SAME): Check for pathconf.
18386
18387 2004-01-15  Paul Eggert  <eggert@twinsun.com>
18388
18389         Merge from coreutils.
18390
18391         * lib/posixver.c: Include posixver.h.
18392
18393         * lib/same.c: Include <stdbool.h>, <limits.h>.
18394         (_POSIX_NAME_MAX): Define if not defined.
18395         (MIN): New macro.
18396         (same_name): If file names are silently truncated, report
18397         that the file names are the same if they are the same after
18398         the silent truncation.
18399
18400         * lib/xstrtod.h (xstrtod): Accept an extra arg, specifying the
18401         conversion function.
18402         * lib/xstrtod.c (xstrtod): Likewise.  All callers changed to
18403         include c-strtod.h and use c_strtod.  Don't include stdlib.h; no
18404         longer needed.
18405
18406 2004-01-15  Jim Meyering  <jim@meyering.net>
18407
18408         Merge from coreutils.
18409
18410         * m4/clock_time.m4 (gl_CLOCK_TIME): Don't set LIB_CLOCK_GETTIME
18411         if no library is required.
18412         * m4/jm-macros.m4: Don't require UTILS_SYS_OPEN_MAX.
18413         * m4/jm-macros.m4 (jm_MACROS): Require gl_FUNC_FREE.
18414         * m4/jm-macros.m4 (jm_MACROS): Require autoconf-2.58.
18415         (AC_LANG_SOURCE): Remove definition, now that we require autoconf-2.58.
18416         * m4/jm-macros.m4 (jm_MACROS): Don't require AC_FUNC_FTW.
18417         * m4/lib-check.m4 (jm_LIB_CHECK): Do not set LIB_CRYPT to the
18418         value, $ac_cv_search_crypt, if it's "none required".
18419         * m4/posixver.m4 (gl_DEFAULT_POSIX2_VERSION): New macro.
18420         * m4/prereq.m4 (jm_PREREQ): Require AC_FUNC_GETLOADAVG,
18421         not gl_FUNC_GETLOADAVG.
18422         * m4/prereq.m4 (jm_PREREQ): Require gl_READTOKENS, gl_MD5, gl_MAKEPATH,
18423         gl_LONG_OPTIONS, and gl_IDCACHE, gl_GETUGROUPS.
18424
18425 2004-01-15  Jim Meyering  <jim@meyering.net>
18426
18427         Merge from coreutils.
18428
18429         * lib/md5.h (rol) [__GNUC__ && __i386__]: Don't use `asm' code.  These
18430         days, gcc-3.x does better all by itself.  Patch from Dean Gaudet:
18431         http://mail.gnu.org/archive/html/bug-coreutils/2003-11/msg00144.html
18432
18433         * lib/posixver.c (DEFAULT_POSIX2_VERSION): Use definition of new,
18434         optional configure-time default.
18435
18436         * lib/version-etc.c (version_etc_copyright): Update copyright date.
18437
18438         * lib/xreadlink.c (xreadlink): Correct outdated comment.
18439
18440 2004-01-15  Alexandre Duret-Lutz  <adl@gnu.org>
18441
18442         Merge from coreutils.
18443
18444         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): Do not set LIB_NANOSLEEP to the
18445         value, $ac_cv_search_nanosleep, if it's "none required".
18446
18447 2004-01-14  Paul Eggert  <eggert@twinsun.com>
18448
18449         * lib/fnmatch_loop.c (ALLOCA_LIMIT): Remove macro, which collided
18450         with like-named macro in fnmatch.c.
18451         (EXT): Use an internal constant instead.
18452
18453         Merge fnmatch patches from glibc.
18454         * lib/fnmatch.c (mbsinit): Remove define.
18455         Add libc_hidden_ver (__fnmatch, fnmatch).
18456         * lib/fnmatch_loop.c (FCT): Cast to int32_t and UCHAR when appropriate.
18457         Adjust to renaming of collseq_table_lookup to __collseq_table_lookup.
18458
18459 2004-01-14  Karl Berry  <karl@gnu.org>
18460
18461         * config/install-sh: update from automake.
18462
18463 2004-01-13  Karl Berry  <karl@gnu.org>
18464
18465         * config/install-sh: update from automake.
18466
18467 2004-01-09  Karl Berry  <karl@gnu.org>
18468
18469         * config/install-sh: update from automake.
18470
18471 2004-01-05  Karl Berry  <karl@gnu.org>
18472
18473         * config/config.{sub,guess}: update from config.
18474
18475 2003-12-31  Karl Berry  <karl@gnu.org>
18476
18477         * config/depcomp: update from automake.
18478
18479 2003-12-14  Karl Berry  <karl@gnu.org>
18480
18481         * lib/config.charset: update from gettext-runtime.
18482
18483 2003-12-03  Paul Eggert  <eggert@twinsun.com>
18484
18485         * lib/getgroups.c (getgroups): xmalloc takes one argument, not two.
18486         Bug reported by Alfred M. Szmidt.
18487
18488 2003-12-03  Bruno Haible  <bruno@clisp.org>
18489
18490         * m4/gettext.m4: Upgrade from gettext-0.13.
18491         * m4/po.m4: Upgrade from gettext-0.13.
18492         * m4/size_max.m4 (gl_SIZE_MAX): Don't use the _ONCE macros here.
18493         * m4/intmax.m4: New file, from gettext-0.13.
18494         * m4/printf-posix.m4: New file, from gettext-0.13.
18495
18496 2003-11-29  Karl Berry  <karl@gnu.org>
18497
18498         * lib/argp-{help.c,parse.c,namefrob.h}, argp.h: update from libc.
18499
18500 2003-11-25  Paul Eggert  <eggert@twinsun.com>
18501             Bruno Haible  <bruno@clisp.org>
18502
18503         * lib/printf-parse.h: Don't include sys/types.h.
18504         (ARG_NONE): New macro.
18505         (char_directive): Change type of *arg_index fields to size_t.
18506         * lib/printf-parse.c: Don't include sys/types.h.
18507         (SSIZE_MAX): Remove macro.
18508         (PRINTF_PARSE): Change the type of the arg_index variables to size_t.
18509         Remove unnecessary overflow check.
18510         * lib/vasnprintf.c (VASNPRINTF): Update for type change of *arg_index
18511         fields.
18512
18513 2003-11-25  Bruno Haible  <bruno@clisp.org>
18514
18515         * modules/vasnprintf (Files): Remove m4/ssize_t.m4.
18516
18517 2003-11-25  Bruno Haible  <bruno@clisp.org>
18518
18519         * m4/vasnprintf.m4 (gl_PREREQ_PRINTF_PARSE): Don't require
18520         gt_TYPE_SSIZE_T.
18521
18522 2003-11-24  Paul Eggert  <eggert@twinsun.com>
18523
18524         * modules/alloca: Remove dependency on xalloc.
18525
18526 2003-11-24  Paul Eggert  <eggert@twinsun.com>
18527
18528         * lib/alloca.c: Remove dependency on xalloc module.
18529         (xalloc_die): Remove.
18530         (memory_full) [!defined emacs]: New macro.
18531         [!defined emacs]: Don't include xalloc.h.
18532         (alloca): Invoke memory_full, not xalloc_die, if malloc fails or
18533         address arithmetic overflows.  Change datatypes a bit to avoid
18534         unnecessary casts.
18535
18536 2003-11-22  Jim Meyering  <jim@meyering.net>
18537
18538         * lib/xmalloc.c (x2nrealloc_inline): Fix typos in comments:
18539         s/size/size_t/.
18540
18541 2003-11-21  Karl Berry  <karl@gnu.org>
18542
18543         * config/config.{sub,guess}: update from config.
18544
18545 2003-11-18  Karl Berry  <karl@gnu.org>
18546
18547         * config/config.{sub,guess}: update from config.
18548
18549         * config/(printf-{parse,args}.[ch]): sync broken, sigh.
18550
18551 2003-11-17  Paul Eggert  <eggert@twinsun.com>
18552
18553         * README: Mention that S+T cannot overflow if S is the size of
18554         an existing object and T is sufficiently small.
18555
18556 2003-11-17  Jim Meyering  <jim@meyering.net>
18557
18558         On systems without utime and without a utimes function capable of
18559         dealing with a NULL struct utimbuf* argument, this utime replacement
18560         could -- in unusual circumstances -- leak a file descriptor.
18561         * lib/utime.c: Include <unistd.h> and <errno.h>.
18562         (utime_null): Be sure to close `fd' and to preserve errno.
18563         Reported by Geoff Collyer via Arnold Robbins.
18564
18565 2003-11-17  Bruno Haible  <bruno@clisp.org>
18566
18567         * modules/vasnprintf (Files): Add m4/ssize_t.m4.
18568         (Depends-on): Add xsize.
18569
18570 2003-11-17  Bruno Haible  <bruno@clisp.org>
18571
18572         * m4/vasnprintf.m4 (gl_PREREQ_PRINTF_PARSE): Require gt_TYPE_SSIZE_T.
18573
18574 2003-11-17  Bruno Haible  <bruno@clisp.org>
18575
18576         * lib/vasnprintf.c (alloca): Remove fallback definition.
18577         (freea): Remove definition.
18578         (VASNPRINTF): Use alloca only for small sizes, say <= 4000 bytes.
18579         Reported by Paul Eggert.
18580
18581 2003-11-16  Paul Eggert  <eggert@twinsun.com>
18582             Bruno Haible  <bruno@clisp.org>
18583
18584         Protect against address arithmetic overflow.
18585         * lib/printf-args.h: Include stddef.h.
18586         (arguments): Change type of field 'count' to size_t.
18587         * lib/printf-args.c (printf_fetchargs): Use size_t instead of
18588         'unsigned int' where appropriate.
18589         * lib/printf-parse.h: Include sys/types.h.
18590         (char_directive): Change type of *arg_index fields to ssize_t.
18591         (char_directives): Change type of fields 'count', max_*_length to
18592         size_t.
18593         * lib/printf-parse.c: Include sys/types.h and xsize.h.
18594         (SSIZE_MAX): Define fallback value.
18595         (PRINTF_PARSE): Use size_t instead of 'unsigned int' and ssize_t
18596         instead of 'int' where appropriate. Check a_allocated, d_allocated
18597         against overflow. Reject %m$ argument numbers > SSIZE_MAX + 1.
18598         * lib/vasnprintf.c: Include xsize.h.
18599         (VASNPRINTF): Use size_t instead of 'unsigned int' where appropriate.
18600         Check alloca, malloc, realloc, ENSURE_ALLOCATION arguments against
18601         overflow. Avoid wraparound when converting a width or precision from
18602         decimal to binary.
18603
18604 2003-11-16  Bruno Haible  <bruno@clisp.org>
18605
18606         Update from GNU gettext.
18607         * lib/printf-parse.c: Generalize to it can be compiled for wide
18608         strings.
18609         (PRINTF_PARSE, CHAR_T, DIRECTIVE, DIRECTIVES): New macros.
18610         * lib/vasnprintf.c: Generalize to it can be compiled for wide strings.
18611         (VASNPRINTF, CHAR_T, DIRECTIVE, DIRECTIVES, PRINTF_PARSE, USE_SNPRINTF,
18612         SNPRINTF): New macros.
18613         Don't include <alloca.h> if the file is used inside libintl.
18614         (local_wcslen): New function, for Solaris 2.5.1.
18615         (VASNPRINTF): Use it instead of wcslen.
18616
18617 2003-11-16  Bruno Haible  <bruno@clisp.org>
18618
18619         * lib/xsize.h (xmax): New function.
18620         (xsum, xsum3, xsum4): Declare as "pure" functions.
18621
18622 2003-11-12  Paul Eggert  <eggert@twinsun.com>
18623
18624         * modules/xalloc (Files): Undo latest change, since xalloc.h
18625         no longer needs SIZE_MAX or PTRDIFF_MAX.
18626
18627 2003-11-12  Paul Eggert  <eggert@twinsun.com>
18628
18629         * m4/xalloc.m4 (gl_PREREQ_XALLOC): Do not require gl_SIZE_MAX or
18630         gl_PTRDIFF_MAX.
18631
18632 2003-11-12  Paul Eggert  <eggert@twinsun.com>
18633
18634         * lib/xstrtol.c (__xstrtol): Remove "break" immediately after
18635         "return", to pacify some unknown compiler.  Problem reported
18636         by Joerg Schilling.
18637
18638 2003-11-12  Paul Eggert  <eggert@twinsun.com>
18639
18640         * lib/xalloc.h: Do not include <limits.h> or <stdint.h>.
18641         (xalloc_oversized): Use sizeof (ptrdiff_t) and sizeof (size_t) for
18642         the heuristic, rather than PTRDIFF_MAX and SIZE_MAX.  This
18643         heuristic is just as accurate as far as we know, and it removes a
18644         dependency on size_max.m4 and ptrdiff_max.m4.
18645
18646 2003-11-11  Bruno Haible  <bruno@clisp.org>
18647
18648         * modules/xsize (Files): Add m4/size_max.m4.
18649         * modules/xalloc (Files): Add m4/size_max.m4, m4/ptrdiff_max.m4.
18650
18651 2003-11-11  Bruno Haible  <bruno@clisp.org>
18652
18653         * m4/size_max.m4: New file.
18654         * m4/ptrdiff_max.m4: New file.
18655         * m4/xsize,m4 (gl_XSIZE): Require gl_SIZE_MAX.
18656         * m4/xalloc.m4 (gl_PREREQ_XALLOC): New macro.
18657         (gl_XALLOC): Invoke it.
18658
18659 2003-11-11  Bruno Haible  <bruno@clisp.org>
18660
18661         * lib/xsize.h (SIZE_MAX): Remove fallback definition.
18662         * lib/xalloc.h: Include limits.h. Assume SIZE_MAX and PTRDIFF_MAX are
18663         defined.
18664
18665 2003-11-10  Paul Eggert  <eggert@twinsun.com>
18666
18667         * lib/xalloc.h (xalloc_oversized): [! (defined PTRDIFF_MAX &&
18668         PTRDIFF_MAX < SIZE_MAX)]: Fix off-by-one error that would have
18669         rejected some allocations of exactly SIZE_MAX - 2 bytes.
18670         From Bruno Haible.
18671         [defined PTRDIFF_MAX && PTRDIFF_MAX < SIZE_MAX]: Use SIZE_MAX,
18672         not (size_t) -1, since it's defined here.
18673
18674 2003-11-09  Karl Berry  <karl@gnu.org>
18675
18676         * config/mkinstalldirs, depcomp, mdate-sh: update from automake.
18677
18678 2003-11-06  Paul Eggert  <eggert@twinsun.com>
18679
18680         * lib/xalloc.h [HAVE_STDINT_H]: Include <stdint.h>.
18681         (xalloc_oversized) [! (PTRDIFF_MAX < SIZE_MAX)]:
18682         Reject sizes of exactly SIZE_MAX bytes.
18683         * lib/xreadlink.c: Include "xalloc.h" before checking whether SIZE_MAX
18684         is defined, since "xalloc.h" now defines SIZE_MAX on modern hosts.
18685
18686 2003-11-05  Bruno Haible  <bruno@clisp.org>
18687
18688         * lib/xsize.h: Include limits.h, to avoid a possible collision with
18689         SIZE_MAX defined in <limits.h> on Solaris.
18690
18691 2003-11-04  Jim Meyering  <jim@meyering.net>
18692
18693         * modules/sysexits: Use the `$(VAR)' notation for AC_SUBST'd
18694         variable names, rather than @VAR@.
18695         * modules/poll: Likewise.
18696
18697 2003-11-04  Bruno Haible  <bruno@clisp.org>
18698
18699         * modules/xsize: New file.
18700         * modules/linebreak: Depend on xsize.
18701         * MODULES.html.sh (func_all_modules): Add xsize.
18702
18703 2003-11-04  Bruno Haible  <bruno@clisp.org>
18704
18705         * m4/xsize.m4: New file.
18706
18707 2003-11-04  Bruno Haible  <bruno@clisp.org>
18708
18709         * lib/xsize.h: New file.
18710         * lib/linebreak.c: Include xsize.h.
18711         (mbs_possible_linebreaks, mbs_width_linebreaks): Check malloc()
18712         argument for overflow.
18713         Suggested by Paul Eggert.
18714
18715 2003-11-03  Karl Berry  <karl@gnu.org>
18716
18717         * config/config.{guess,sub}: update from config.
18718
18719 2003-11-03  Jim Meyering  <jim@meyering.net>
18720
18721         * modules/userspec (lib_SOURCES): Add userspec.h.
18722         (Include): Add "userspec.h".
18723         Improve description.
18724
18725 2003-11-03  Jim Meyering  <jim@meyering.net>
18726
18727         * lib/userspec.c: Include "userspec.h".
18728         * lib/userspec.h: New file.
18729
18730 2003-11-03  Bruno Haible  <bruno@clisp.org>
18731
18732         * m4/wait-process.m4 (gl_WAIT_PROCESS): Also check for waitid.
18733
18734 2003-11-03  Bruno Haible  <bruno@clisp.org>
18735
18736         * lib/wait-process.c (wait_process): Use waitid with WNOWAIT if
18737         available, to avoid (extremely rare) race condition.
18738         Suggested by Paul Eggert.
18739
18740 2003-11-02  Karl Berry  <karl@gnu.org>
18741
18742         * config/srclist.txt (vasprintf.c): sync broken, sigh.
18743
18744 2003-10-31  Paul Eggert  <eggert@twinsun.com>
18745
18746         * lib/mountlist.h (struct mount_entry.me_type_malloced): New member.
18747         * lib/mountlist.c (SIZE_MAX): Define if not defined already.
18748         (read_filesystem_list): Set and use me_type_malloced.
18749         Use "sizeof *me" rather than "sizeof (struct mount_entry)" (or
18750         whatever the type happens to be), for brevity and consistency.
18751         Check for size calculation overflow on Alphas running OSF/1.
18752
18753 2003-10-31  Jim Meyering  <jim@meyering.net>
18754
18755         * lib/hash.c: Include "xalloc.h" for use of xalloc_oversized.
18756
18757         * lib/linebuffer.c: Include <string.h> for declaration of memset.
18758
18759 2003-10-30  Paul Eggert  <eggert@twinsun.com>
18760             Bruno Haible  <bruno@clisp.org>
18761
18762         * lib/vasprintf.c: Include <limits.h>, <stdlib.h>.
18763         (vasprintf): Fail if the resulting length doesn't fit in an 'int'.
18764
18765 2003-10-30  Paul Eggert  <eggert@cs.ucla.edu>
18766
18767         * m4/host-os.m4 (UTILS_HOST_OS): Change netbsd*-gnu pattern back to
18768         netbsd*-gnu*.  Suggested by Robert Millan.
18769
18770 2003-10-29  Paul Eggert  <eggert@twinsun.com>
18771
18772         * modules/group-member: Depend on stdbool.
18773
18774 2003-10-29  Paul Eggert  <eggert@twinsun.com>
18775
18776         * m4/xalloc.m4 (gl_XALLOC): Undo previous change.
18777
18778 2003-10-29  Paul Eggert  <eggert@twinsun.com>
18779
18780         * m4/host-os.m4 (UTILS_HOST_OS): Resurrect netbsd*-gnu.  Add comments
18781         to it, and to knetbsd*-gnu and kfreebsd*-gnu.  Remove the '*' from
18782         after the 'gnu' in these cases.  This fixes some bugs in the
18783         previous change, and is based on suggestions by Robert Millan.
18784
18785 2003-10-29  Paul Eggert  <eggert@twinsun.com>
18786
18787         * lib/xalloc.h (xalloc_oversized): Now a macro, not a function,
18788         so that it works even if SIZE_MAX < N.  Do not include <stdbool.h>;
18789         no longer needed.
18790         * lib/quotearg.c (quotearg_n_options): Use it.
18791         * lib/group-member.c: Include <stdbool.h>.
18792         (free_group_info): Arg is now const *; don't free arg.
18793         (get_group_info): Now returns bool and accepts struct group_info *,
18794         rather than returning a malloc'ed struct group_info *.
18795         All uses changed.  Check for overflow in internal size calculation.
18796
18797         * lib/getusershell.c (readname): Simplify the code by using x2nrealloc
18798         rather than xmalloc/xrealloc.
18799         * lib/linebuffer.c (initbuffer, readlinebuffer): Simplify the code by
18800         using x2realloc rather than xmalloc/xrealloc.  Also, fix a C
18801         conformance bug: the old code used a pointer after freeing the
18802         storage that it addressed.
18803         * lib/hash.c (hash_initialize): Simplify the code by using
18804         xalloc_oversized rather than doing it by hand.
18805         * lib/getgroups.c (getgroups): Don't use xrealloc, since we don't need
18806         the buffer preserved.  Use free and xmalloc instead.
18807         * lib/quotearg.c (quotearg_n_options): Likewise.
18808         Use a simpler test for size overflow.  Don't use xalloc_oversized
18809         because unsigned int might be wider than size_t (!); this suggests
18810         that we should switch from unsigned int to size_t for slot numbers.
18811
18812 2003-10-28  Paul Eggert  <eggert@twinsun.com>
18813
18814         * m4/host-os.m4 (UTILS_HOST_OS): Identify GNU/KFreeBSD and
18815         GNU/KNetBSD.  These implementations use glibc atop the FreeBSD and
18816         NetBSD kernels.  Requested by Richard Stallman.
18817
18818 2003-10-27  Paul Eggert  <eggert@twinsun.com>
18819
18820         * lib/exclude.c (new_exclude): Use xzalloc rather than xmalloc
18821         to allocate the returned structure.  Do not allocate a subarray,
18822         as x2nrealloc will do that.
18823         (add_exclude): Use x2nrealloc to reallocate ex->exclude,
18824         instead of xnrealloc.
18825         (add_exclude_file): Use x2realloc instead of malloc + xnrealloc.
18826
18827 2003-10-27  Bruno Haible  <bruno@clisp.org>
18828
18829         * lib/stdbool_.h: Better support for BeOS.
18830
18831 2003-10-26  Paul Eggert  <eggert@twinsun.com>
18832
18833         * m4/xalloc.m4 (gl_XALLOC): Requore AC_C_INLINE, since xalloc.h
18834         now uses inline.
18835
18836 2003-10-26  Paul Eggert  <eggert@twinsun.com>
18837
18838         * lib/xalloc.h (xalloc_oversized): New static inline function, for
18839         callers that want to do their own size-overflow checking.  Include
18840         <stdbool.h>, since xalloc_oversized returns bool.
18841         * lib/xalloc.c (array_size_overflow): Remove.  All callers changed
18842         to use xalloc_oversized.
18843
18844         Add two functions x2realloc, x2nrealloc, for programs that grow
18845         arrays dynamically by doubling their sizes.
18846         * lib/xalloc.h (x2realloc, x2nrealloc): New decls.
18847         * lib/xmalloc.c (x2nrealloc_inline, x2nrealloc, x2realloc):
18848         New functions.
18849
18850         Port to C99 semantics for 'inline' of external functions.
18851         Bug reported by Bruno Haible.
18852         * lib/xmalloc.c (xnmalloc_inline): New static inline function,
18853         with the old contents of xnmalloc.
18854         (xnmalloc, xmalloc): Use it.
18855         (xnrealloc_inline): New static inline function,
18856         with the old contents of xnrealloc.
18857         (xnrealloc, xrealloc): Use it.
18858
18859         * lib/alloc.c (alloca): xmalloc cannot return NULL, so don't test for
18860         that.
18861
18862 2003-10-26  Karl Berry  <karl@gnu.org>
18863
18864         * config/srclist.txt (COPYING.DOC): no longer available from
18865         /gd/gnuorg; don't know where the ultimate source is.
18866
18867 2003-10-25  Paul Eggert  <eggert@twinsun.com>
18868
18869         Fix several address-calculation bugs in the hash modules,
18870         plus some minor code cleanup.
18871
18872         * lib/hash.h: Include <stdbool.h>, for bool.
18873         * lib/hash.c: Don't include <stdbool.h>, since hash.h does it now.
18874         * lib/hash.h (Hash_hasher, hash_get_n_buckets, hash_get_n_buckets_used,
18875         hash_get_n_entries, hash_get_max_bucket_length,
18876         hash_get_entries, hash_do_for_each, hash_string, hash_initialize,
18877         hash_rehash): Use size_t rather than unsigned.
18878         * lib/hash.c (struct hash_table, hash_get_n_buckets,
18879         hash_get_n_buckets_used, hash_get_n_entries,
18880         hash_get_max_bucket_length, hash_table_ok, hash_print_statistics,
18881         hash_get_entries, hash_do_for_each, hash_string, is_prime,
18882         next_prime, hash_initialize, hash_rehash, hash_delete, hash_print):
18883         Likewise.
18884         (SIZE_MAX): Define if not defined.
18885         (hash_get_max_bucket_length, hash_table_ok, hash_lookup,
18886         hash_get_first, hash_get_next, hash_get_entries, hash_do_for_each,
18887         hash_print):
18888         Use const * when possible.
18889         (hash_string): Use (unsigned char) *P rather than *(unsigned char *) P.
18890         (check_tuning): Fix bug: if tuning parameters were very close to
18891         0 or 1, rounding errors could have caused subscript violations.
18892         (hash_initialize, allocate_entry, hash_print): Remove unnecessary cast.
18893         (hash_initialize): Add 'fail:' label
18894         to free table and return NULL, and use it to simplify code.
18895         Use calloc rather than clearing the storage ourself.
18896         (hash_initialize, hash_rehash): Check for arithmetic overflow in
18897         buffer size calculations.
18898         * lib/hash-pjw.h (hash_pjw): Use size_t, not unsigned.
18899         Include <stddef.h>, for size_t.
18900         * lib/hash-pjw.c (hash_pjw): Likewise.
18901         Switch to method described by Bruno Haible.
18902         Include <limits.h>, for CHAR_BIT.
18903         (SIZE_BITS): New macro.
18904
18905 2003-10-23  Paul Eggert  <eggert@twinsun.com>
18906
18907         * m4/getline.m4 (AM_FUNC_GETLINE):
18908         Don't include getndelim2.o twice into LIBOBJS; this breaks on some
18909         hosts.  Problem reported by Derek Robert Price in
18910         <http://mail.gnu.org/archive/html/bug-gnulib/2003-10/msg00092.html>.
18911         This patch can be withdrawn after Autoconf 2.58 is required for gnulib.
18912         * m4/getndelim2.m4 (gl_GETNDELIM2): Likewise.
18913
18914 2003-10-21  Paul Eggert  <eggert@twinsun.com>
18915
18916         * lib/getndelim2.c (getndelim2): When size calculation overflows,
18917         ceiling the allocation at NMAX bytes rather than silently
18918         discarding input bytes before NMAX is reached.  This makes
18919         a difference only if NMAX exceeds SIZE_MAX / 2.
18920
18921         * lib/obstack.c: Merge from glibc.
18922         [defined _LIBC]: Include <obstack.h>, not "obstack.h".
18923         Add libc_hidden_def (_obstack_newchunk).
18924         (_obstack_free) [! defined _LIBC]: Remove.
18925         [defined _LIBC]: Make a strong alias from obstack_free, rather than
18926         a clone of the function body.
18927         (fputs) [defined _LIBC && defined USE_IN_LIBIO]: Remove.
18928         [defined _LIBC && !defined USE_IN_LIBIO]: Include <libio/iolibio.h>.
18929
18930         * lib/obstack.h: Indenting cleanup, to make it easier to merge with
18931         glibc.
18932         (obstack_grow, obstack_grow0): Remove unnecessary parentheses around
18933         arg to memcpy.
18934
18935         * lib/obstack.h (obstack_1grow_fast): Properly parenthesize arg.
18936         (obstack_ptr_grow_fast, obstack_int_grow_fast):
18937         Don't use lvalue casts, as GCC plans to remove support for them
18938         in GCC 3.5.  Reported by Joseph S. Myers.  This bug
18939         was also present in the non-GCC version, indicating that this
18940         code had always been buggy and had never been widely used.
18941         (obstack_1grow, obstack_ptr_grow, obstack_int_grow, obstack_blank):
18942         Use the fast variant of each macro, rather than copying the
18943         definiens of the fast variant; that way, we'll be more likely to
18944         catch future bugs in the fast variants.
18945
18946 2003-10-20  Bruno Haible  <bruno@clisp.org>
18947
18948         * modules/wait-process: New file.
18949         * MODULES.html.sh (func_all_modules): Add wait-process.
18950
18951 2003-10-20  Bruno Haible  <bruno@clisp.org>
18952
18953         * m4/wait-process.m4: New file.
18954
18955 2003-10-20  Bruno Haible  <bruno@clisp.org>
18956
18957         * lib/wait-process.h: New file, from GNU gettext.
18958         * lib/wait-process.c: New file, from GNU gettext.
18959
18960 2003-10-19  Jim Meyering  <jim@meyering.net>
18961
18962         * lib/vasnprintf.c (vasnprintf): Work around losing snprintf on
18963         HPUX 10.20.
18964
18965 2003-10-18  Karl Berry  <karl@gnu.org>
18966
18967         * config/config.guess: update from config.
18968
18969 2003-10-16  Paul Eggert  <eggert@twinsun.com>
18970
18971         * lib/getgroups.c: Include <errno.h>, <stdlib.h>.
18972         (getgroups): First arg is int, not size_t.
18973         Don't let 'free' mangle errno.
18974
18975 2003-10-16  Paul Eggert  <eggert@twinsun.com>
18976
18977         * README: Mention that gnulib assumes that (foo *) NULL + 0 == NULL.
18978
18979 2003-10-16  Karl Berry  <karl@gnu.org>
18980
18981         * config/config.{guess,sub}: update from config.
18982
18983 2003-10-16  Jim Meyering  <jim@meyering.net>
18984
18985         * lib/xmalloc.c: Include <string.h>, for declarations of memset and
18986         memcpy.
18987
18988 2003-10-15  Paul Eggert  <eggert@twinsun.com>
18989
18990         * lib/exclude.c: Do not include <inttypes.h> or <stdint.h>.
18991         (SIZE_MAX): Remove.
18992         (new_exclude, add_exclude_file): Initial size no longer needs to
18993         be a power of 2.
18994         (add_exclude, add_exclude_file): Use xnrealloc instead of rolling
18995         our own address arithmetic overflow checking.
18996
18997         * lib/fnmatch.c (SIZE_MAX): Define if standard headers don't.
18998         (fnmatch): Do not alloca more than 2000 wide characters;
18999         instead, use malloc for large buffers.
19000         Check for address arithmetic overflow, and return -1
19001         with errno set to ENOMEM in that case.
19002         * lib/fnmatch_loop.c (ALLOCA_LIMIT): New macro.
19003         (NEW_PATTERN): Do not alloca more than 8000 bytes;
19004         instead, return -1.  Check for address arithmetic overflow.
19005
19006 2003-10-14  Paul Eggert  <eggert@twinsun.com>
19007
19008         Handle invalid suffixes and overflow independently, so that
19009         callers can treat them independently as needed.  Fix some bugs in
19010         suffix handling, e.g., "100k@" was not diagnosed as an invalid
19011         suffix for a human-readable blocksize.  The major caller-visible
19012         change is the addition of a new
19013         LONGINT_INVALID_SUFFIX_CHAR_WITH_OVERFLOW enum value, indicating
19014         that both overflow and suffix chars were found.
19015
19016         * lib/human.c (humblock): Don't check separately for invalid suffix
19017         char; that is xstrtoumax's job (now that its bug is fixed).
19018         * lib/xstrtoimax.c (STRTOL_T_MINIMUM, STRTOL_T_MAXIMUM) [defined
19019         INTMAX_MAX]: New macros.
19020         * lib/xstrtol.c (STRTOL_T_MINIMUM, STRTOL_T_MAXIMUM, TYPE_MINIMUM,
19021         TYPE_MAXIMUM): New macros.
19022         (bkm_scale, bkm_scale_by_power): Return strtol_error, not int.
19023         (bkm_scale, bkm_scale_by_power, __xstrtol): Return maximal values
19024         if overflow occurs, as it's what __strtol does and it's more useful
19025         in practice.
19026         (__xstrtol): If __strtol reports some error other than ERANGE,
19027         reflect it to the caller as LONGINT_INVALID.  If it reports
19028         ERANGE, continue the rest of parsing, and report LONGINT_OVERFLOW
19029         | LONGINT_INVALID_SUFFIX_CHAR if both errors occur.
19030         * lib/xstrtol.h (LONGINT_INVALID_SUFFIX_CHAR_WITH_OVERFLOW): New enum
19031         value.
19032         (_STRTOL_ERROR): Handle it.  Abort when given unknown error codes.
19033         * lib/xstrtoul.c (STRTOL_T_MINIMUM, STRTOL_T_MAXIMUM): New macros.
19034         * lib/xstrtoumax.c (STRTOL_T_MINIMUM, STRTOL_T_MAXIMUM)
19035         [defined UINTMAX_MAX]: New macros.
19036
19037 2003-10-14  Bruno Haible  <bruno@clisp.org>
19038
19039         * modules/fatal-signal: Add m4/sig_atomic_t.m4 to file list.
19040
19041 2003-10-14  Bruno Haible  <bruno@clisp.org>
19042
19043         * m4/sig_atomic_t: New file, from GNU gettext.
19044         * m4/fatal-signal.m4 (gl_FATAL_SIGNAL): Require gt_TYPE_SIG_ATOMIC_T.
19045
19046 2003-10-14  Bruno Haible  <bruno@clisp.org>
19047
19048         * lib/fatal-signal.h: Improved comments. Suggested by Paul Eggert.
19049         * lib/fatal-signal.c: Use sig_atomic_t. Suggested by Paul Eggert.
19050         Also use volatile where needed.
19051
19052 2003-10-12  Paul Eggert  <eggert@twinsun.com>
19053
19054         * modules/xalloc: Do not depend on 'exit'.  Depend on 'stdbool'.
19055         Change maintainer from Bruno Haible to 'all'.
19056
19057 2003-10-12  Paul Eggert  <eggert@twinsun.com>
19058
19059         * m4/xalloc.m4 (gl_PREREQ_XMALLOC): Require AC_C_INLINE.
19060
19061 2003-10-12  Paul Eggert  <eggert@twinsun.com>
19062
19063         * lib/xalloc.h (xnmalloc, xzalloc, xnrealloc, xclone): New decls.
19064         (XMALLOC, XCALLOC, XREALLOC, XFREE, CCLONE, CLONE): Deprecate,
19065         and define in terms of the other primitives.
19066         * lib/xmalloc.c: Include stdbool.h; do not include exit.h.
19067         (SIZE_MAX): Define if not already defined.
19068         (array_size_overflow): New function.
19069         (xalloc_die): Abort instead of exiting if 'error' returns.
19070         (xnmalloc, xnrealloc, xzalloc, xclone): New functions.
19071         (xmalloc, xrealloc): Use them.
19072         (xcalloc): Check for address arithmetic overflow.
19073         * lib/xstrdup.c (xstrdup): Use xclone, since memcpy should be
19074         a bit faster than strcpy.
19075
19076 2003-10-10  Simon Josefsson  <jas@extundo.com>
19077
19078         * modules/argp (Depends-on): Add restrict and strcase.
19079
19080 2003-10-10  Simon Josefsson  <jas@extundo.com>
19081
19082         * m4/argp.m4: Add AC_C_INLINE.
19083
19084 2003-10-08  Paul Eggert  <eggert@twinsun.com>
19085
19086         Merge getpass from libc, plus a few fixes.
19087
19088         * lib/getpass.c (HAVE_STDIO_EXT) [_LIBC]: Define to 1.
19089         Include <stdbool.h>.
19090         Include <stdio_ext.h> if HAVE_STDIO_H, otherwise define
19091         __fsetlocking to empty.
19092         [_LIBC]: Do not include "getline.h" or "unlocked-io.h", but
19093         do include <bits/libc-lock.h>.
19094         Do not include <fcntl.h>; not needed.
19095         [_LIBC]: Include <wchar.h>.
19096         (NOTCANCEL_MODE): New macro.
19097         (flockfile, funlockfile) [_LIBC]: New macros.
19098         (__libc_cleanup_push, __libc_cleanup_pop, __getline, __tcgetattr)
19099         [!_LIBC]: New macros.
19100         (call_fclose): New function.
19101         (getpass): Use it.  Save tty stream separately; this simplifies the
19102         code and makes it more reliable if stdin happens to equal stdout.
19103         Invoke __fsetlocking on tty.
19104         Handle thread cancellation if needed.
19105         Namespace cleanup (use __tcgetattr, __getline).
19106         Use bool for Booleans.
19107         [USE_IN_LIBIO]: Handle wide streams.
19108         [!_LIBC]: Unconditionally do the fseek, since we don't know what
19109         stream might go where.
19110
19111         * lib/unlocked-io.h: Include <stdio.h>, so that the caller
19112         doesn't have to include <stdio.h> before us.
19113         (clearerr_unlocked, feof_unlocked, ferror_unlocked,
19114         fflush_unlocked, fgets_unlocked, fputc_unlocked, fputs_unlocked,
19115         fread_unlocked, fwrite_unlocked, getc_unlocked, getchar_unlocked,
19116         putc_unlocked, putchar_unlocked): Define to the unlocked counterpart
19117         if not declared, so that we can use getpass.c code from libc without
19118         rewriting it.
19119         (flockfile, ftrylockfile, funlockfile): New macros.
19120
19121 2003-10-08  Paul Eggert  <eggert@twinsun.com>
19122
19123         * modules/getpass: Depend on stdbool.
19124
19125 2003-10-08  Paul Eggert  <eggert@twinsun.com>
19126
19127         * m4/getpass.m4 (gl_PREREQ_GETPASS): Check for stdio_ext.h.
19128
19129 2003-10-07  Karl Berry  <karl@gnu.org>
19130
19131         * config/config.{guess,sub}: update from config.
19132
19133 2003-10-06  Jim Meyering  <jim@meyering.net>
19134             Bruno Haible  <bruno@clisp.org>
19135
19136         This lets translators provide better translations for the
19137         "Written by ..." part of --version output.
19138         * lib/version-etc.h: Include stdarg.h.
19139         (version_etc_copyright): Declare as readonly.
19140         (version_etc): Make this function variadic with a NULL-terminated list
19141         of author name strings.
19142         (version_etc_va): New declaration.
19143         * lib/version-etc.c: Include stdarg.h, stdlib.h.
19144         (version_etc_copyright): Declare as readonly.
19145         (version_etc_va): New function. Provide a different translatable string
19146         for each possible number of authors < 10. Abbreviate when there are 10
19147         authors or more.
19148         (version_etc): Make this function variadic. Call version_etc_va.
19149         Suggestion from Gary V. Vaughan.
19150
19151         * lib/long-options.h (parse_long_options): Change prototype: the
19152         authors string is moved to the end and becomes variadic.
19153         * lib/long-options.c: Include stdarg.h.
19154         (parse_long_options): Make this function variadic, too.
19155         Call version_etc_va, not version_etc.
19156
19157 2003-10-06  Bruno Haible  <bruno@clisp.org>
19158
19159         * modules/version-etc-2: Remove file.
19160         * MODULES.html.sh (func_all_modules): Remove version-etc-2.
19161
19162 2003-10-06  Bruno Haible  <bruno@clisp.org>
19163
19164         * modules/fatal-signal: New file.
19165         * MODULES.html.sh (func_all_modules): Add fatal-signal.
19166
19167 2003-10-06  Bruno Haible  <bruno@clisp.org>
19168
19169         * m4/fatal-signal.m4: New file.
19170         * m4/signalblocking.m4: New file, from GNU gettext.
19171
19172 2003-10-06  Bruno Haible  <bruno@clisp.org>
19173
19174         * lib/version-etc-2.h: Remove file.
19175         * lib/version-etc-2.c: Remove file.
19176
19177 2003-10-06  Bruno Haible  <bruno@clisp.org>
19178
19179         * lib/fatal-signal.h: New file, from GNU gettext.
19180         * lib/fatal-signal.c: New file, from GNU gettext.
19181
19182 2003-10-05  Paul Eggert  <eggert@twinsun.com>
19183
19184         * README: Rework advice for preventing empty .o files.
19185         Don't recommend ELIDE constructs.  Recommend <stddef.h>,
19186         not <sys/types.h>.
19187
19188 2003-10-04  Karl Berry  <karl@gnu.org>
19189
19190         * lib/argp*: update from libc.
19191
19192 2003-10-04  Karl Berry  <karl@gnu.org>
19193
19194         * config/config.{guess,sub}: update from config.
19195
19196 2003-10-02  Bruno Haible  <bruno@clisp.org>
19197
19198         * modules/lchown (Include): Add lchown.h.
19199         * modules/time_r (Include): Use "..." syntax.
19200         * modules/xgetdomainname (Include): Add xgetdomainname.h.
19201
19202 2003-10-01  Simon Josefsson  <jas@extundo.com>
19203
19204         * MODULES.html.sh (func_all_modules): Move gethostname from section
19205         'based on' to section 'lacking' POSIX:2001.
19206
19207 2003-10-01  Larry Jones  <lawrence.jones@eds.com>
19208
19209         * lib/getpass.c (getpass): Use a no-op fseek when switching from input
19210         to output mode on the same stream.
19211
19212 2003-09-29  Paul Eggert  <eggert@twinsun.com>
19213
19214         * lib/strftime.c (tm_diff) [! HAVE_TM_GMTOFF]:
19215         Fix arg typo in previous patch.
19216
19217 2003-09-28  Jim Meyering  <jim@meyering.net>
19218
19219         * lib/error.c: Correct cpp indentation.
19220
19221 2003-09-27  Paul Eggert  <eggert@twinsun.com>
19222
19223         * modules/free: New file.
19224
19225 2003-09-27  Paul Eggert  <eggert@twinsun.com>
19226
19227         * m4/free.m4: New file.
19228
19229 2003-09-27  Paul Eggert  <eggert@twinsun.com>
19230
19231         * lib/minmax.h (MIN, MAX)
19232         [__STDC__ && defined __GNUC__ && __GNUC__ >= 2]:
19233         Omit the special code that used __typeof__, since we worry that
19234         it could be more trouble than it's worth.  See:
19235         http://mail.gnu.org/archive/html/bug-gnulib/2003-01/msg00090.html
19236         http://mail.gnu.org/archive/html/bug-gnulib/2003-01/msg00095.html
19237
19238         * lib/free.c: New file.
19239
19240 2003-09-27  Oskar Liljeblad  <oskar@osk.mine.nu>
19241
19242         Trivial fixes to Makefile.am parts of module listings.
19243         * modules/strstr: Append strstr.h to lib_SOURCES.
19244         * modules/strcase: Likewise, for strcase.h.
19245
19246 2003-09-27  Karl Berry  <karl@gnu.org>
19247
19248         * config/mkinstalldirs: update from automake.
19249
19250 2003-09-26  Paul Eggert  <eggert@twinsun.com>
19251
19252         * lib/error.c (SIZE_MAX) [!defined SIZE_MAX]: Define.
19253         (error_tail): Do not loop, reallocating temporary buffer, since
19254         the output cannot contain more wide characters than the input
19255         contains bytes, the size must be big enough already.  This avoids
19256         one potential size overflow calculation.  Check for size overflow
19257         when calculating temporary buffer size.  Free temporary buffer
19258         when done, if it was allocated with malloc; this plugs a memory
19259         leak.  Remove casts from void * to pointers, that are no longer
19260         needed now that we're assuming C89 or better.
19261
19262         Merge error changes from glibc.
19263
19264         * lib/error.c, error.h: Update copyright notice header to match glibc.
19265         * lib/error.c [defined _LIBC]: Include <errno.h>, <bits/libc-lock.h>.
19266         (error, error_at_line) [defined _LIBC && defined __libc_ptf_call]:
19267         Disable cancellation while printing error.
19268         * lib/error.h: Prepend __ to parameter names.
19269
19270 2003-09-26  Jim Meyering  <jim@meyering.net>
19271
19272         * lib/error.c (error_tail): Move some declarations
19273         into inner scope where the local variables are used.
19274
19275 2003-09-26  Bruno Haible  <bruno@clisp.org>
19276
19277         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Add comments about the AIX
19278         stpncpy().
19279         Don't define stpncpy through config.h; it's now done through stpncpy.h.
19280
19281 2003-09-26  Bruno Haible  <bruno@clisp.org>
19282
19283         * lib/stpncpy.h (gnu_stpncpy): New declaration.
19284         (stpncpy): Define as alias for gnu_stpncpy.
19285         * lib/stpncpy.c [!_LIBC]: Define gnu_stpncpy, not stpncpy.
19286
19287 2003-09-25  Simon Josefsson  <jas@extundo.com>
19288
19289         * lib/xgetdomainname.h: New file.
19290         * lib/xgetdomainname.c: New file.
19291
19292 2003-09-25  Simon Josefsson  <jas@extundo.com>
19293             Bruno Haible  <bruno@clisp.org>
19294
19295         * modules/getdomainname: New file.
19296         * modules/xgetdomainname: New file.
19297         * MODULES.html.sh (func_all_modules): Add getdomainname,
19298         xgetdomainname.
19299
19300 2003-09-25  Simon Josefsson  <jas@extundo.com>
19301             Bruno Haible  <bruno@clisp.org>
19302
19303         * m4/getdomainname.m4: New file.
19304
19305 2003-09-25  Simon Josefsson  <jas@extundo.com>
19306             Bruno Haible  <bruno@clisp.org>
19307
19308         * lib/getdomainname.h: New file.
19309         * lib/getdomainname.c: New file.
19310
19311 2003-09-25  Karl Berry  <karl@gnu.org>
19312
19313         * lib/argp-fmtstream.c, argp-help.c: update from libc.
19314
19315 2003-09-25  Karl Berry  <karl@gnu.org>
19316
19317         * config/install-sh: update from automake.
19318
19319 2003-09-25  Bruno Haible  <bruno@clisp.org>
19320
19321         * modules/version-etc-2: New file, from modules/version-etc with
19322         modifications.
19323         * MODULES.html.sh (func_all_modules): Add version-etc-2.
19324
19325 2003-09-25  Bruno Haible  <bruno@clisp.org>
19326
19327         * lib/version-etc-2.h: New file, from version-etc.h with modifications.
19328         * lib/version-etc-2.c: New file, from version-etc.c with modifications.
19329
19330 2003-09-24  Simon Josefsson  <jas@extundo.com>
19331
19332         * modules/xgethostname: Add xgethostname.h.
19333
19334 2003-09-24  Paul Eggert  <eggert@twinsun.com>
19335
19336         * lib/linebuffer.c (freebuffer): Don't free the argument, just
19337         the buffer associated with the argument.  Bug reported by
19338         Simon Josefsson.
19339
19340 2003-09-24  Paul Eggert  <eggert@twinsun.com>
19341
19342         * README: Document assumptions that 'int' is at least 32 bits
19343         wide, that integer arithmetic is 2's complement without overflow,
19344         that there are no holes in integer values, that adding sizes of
19345         two nonoverlapping objects can't overflow, and that all-bits-zero
19346         yields scalar zero.  Fix spelling and capitalization typos.
19347
19348 2003-09-19  Karl Berry  <karl@gnu.org>
19349
19350         * lib/argp.h: update from libc.
19351
19352 2003-09-17  Paul Eggert  <eggert@twinsun.com>
19353
19354         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Call AC_BEFORE first,
19355         to avoid spurious warnings like "AC_RUN_IFELSE was called before
19356         gl_USE_SYSTEM_EXTENSIONS" from autoreconf.
19357
19358 2003-09-17  Paul Eggert  <eggert@twinsun.com>
19359
19360         * gnulib-tool: Use "test -h", not "test -L", for portability
19361         to Solaris 8 /bin/sh.  (This bug is fixed in Solaris 9.)
19362         (tags_regexp): Remove, since \| doesn't conform to POSIX.
19363         (sed_extract_prog): Issue s commands one-by-one, rather than
19364         using \| in one s command.
19365
19366 2003-09-16  Paul Eggert  <eggert@twinsun.com>
19367
19368         * lib/linebuffer.c (readlinebuffer): Return NULL immediately upon
19369         input error, instead of returning NULL the next time we are called
19370         (and therefore losing track of errno).
19371
19372 2003-09-16  Bruno Haible  <bruno@clisp.org>
19373
19374         * gnulib-tool (func_create_testdir): Warn about duplicated
19375         dependencies.
19376
19377 2003-09-15  Paul Eggert  <eggert@twinsun.com>
19378
19379         * modules/argmatch, modules/fatal, modules/obstack,
19380         modules/xalloc, modules/xgethostname: Sort dependencies by
19381         importance, not alphabetically.
19382
19383 2003-09-15  Paul Eggert  <eggert@twinsun.com>
19384
19385         * lib/getndelim2.c (getndelim2): Don't trash errno when a read
19386         fails, so that the caller gets the proper errno.
19387
19388         * lib/readutmp.c (read_utmp): Likewise.
19389         Check for fstat error.  Close stream and free storage
19390         when failing.
19391
19392 2003-09-14  Karl Berry  <karl@gnu.org>
19393
19394         * config/srclist.txt (strdup.c): disable for c89 changes.
19395
19396 2003-09-14  Jim Meyering  <jim@meyering.net>
19397
19398         * lib/getloadavg.c: Correct cpp indentation.
19399         * lib/strdup.c: Likewise.
19400         * lib/vasnprintf.c: Likewise.
19401
19402 2003-09-14  Bruno Haible  <bruno@clisp.org>
19403
19404         * modules/fwriteerror: New file.
19405         * MODULES.html.sh (func_all_modules): Add fwriteerror.
19406
19407 2003-09-14  Bruno Haible  <bruno@clisp.org>
19408
19409         * lib/fwriteerror.h: New file.
19410         * lib/fwriteerror.c: New file.
19411
19412 2003-09-12  Paul Eggert  <eggert@twinsun.com>
19413
19414         * modules/argmatch, modules/exitfail, modules/fatal, modules/obstack,
19415         modules/xgethostname, modules/xalloc: Depend on exit.
19416
19417 2003-09-12  Paul Eggert  <eggert@twinsun.com>
19418
19419         * m4/error.m4: Require AC_FUNC_STRERROR_R rather than invoking it.
19420
19421         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Require AC_AIX
19422         and AC_MINIX, too, so that their extensions are available.
19423
19424         * m4/prereq.m4 (jm_PREREQ_ADDEXT): Remove.  All uses removed.
19425         This macro has been superseded by gl_BACKUPFILE.
19426
19427         More patches to assume C89 or better.
19428
19429         * m4/error.m4 (gl_ERROR): Don't check for vprintf.
19430
19431         * m4/check-decl.m4 (jm_CHECK_DECLS): Include <string.h>, <stdlib.h>
19432         unconditionally.
19433         * m4/closeout.m4 (gl_CLOSEOUT): Don't check for stdlib.h.
19434         * m4/gettimeofday.m4 (AC_FUNC_GETTIMEOFDAY_CLOBBER):
19435         Include <string.h>, <stdlib.h> unconditionally.
19436         * m4/lstat.m4 (gl_PREREQ_LSTAT): Don't check for stdlib.h, free.
19437         * m4/readdir.m4 (GL_FUNC_READDIR): Don't check for string.h.
19438         * m4/readutmp.m4 (gl_PREREQ_READUTMP): Don't check for standard C
19439         headers or for string.h.
19440         * m4/strtoumax.m4 (gl_PREREQ_STRTOUMAX): Don't check for stdlib.h
19441         or strtoul.
19442
19443         * m4/mkstemp.m4 (jm_PREREQ_TEMPNAME): Do not require standard C
19444         headers.
19445         * m4/strdup.m4 (gl_PREREQ_STRDUP): Likewise.
19446         * m4/userspec.m4 (gl_USERSPEC): Likewise.
19447         * m4/xalloc.m4 (gl_PREREQ_XMALLOC): Likewise.
19448         * m4/xstrtod.m4 (gl_XSTRTOD): Likewise.
19449         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Likewise.
19450         * m4/strftime.m4 (_jm_STRFTIME_PREREQS): Don't check for limits.h,
19451         memcpy, memset.
19452         (jm_FUNC_GNU_STRFTIME): Don't require standard C headers.
19453         * m4/strtod.m4 (gl_FUNC_STRTOD): Do not check for float.h.
19454         * m4/strtoimax.m4 (gl_PREREQ_STRTOIMAX): Do not check for stdlib.h,
19455         strtol.
19456         * m4/strtol.m4 (gl_FUNC_STRTOL): Do not check for limits.h.
19457         * m4/userspec.m4 (gl_USERSPEC): Do not check for string.h.
19458         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Do not check for string.h, strtol,
19459         strtoul.
19460
19461 2003-09-12  Paul Eggert  <eggert@twinsun.com>
19462
19463         * lib/argmatch.c, fatal.c, xgethostname.c, xmalloc.c: Include exit.h.
19464         * lib/obstack.c [!defined _LIBC]: Likewise.
19465         * lib/argmatch.c (EXIT_FAILURE): Remove; now done by exit.h
19466         * lib/exitfail.c, fatal.c, xgethostname.c, xmalloc.c: Likewise.
19467         * lib/exitfail.c: Don't include stdlib.h; no longer needed.
19468
19469         More changes to assume C89 or better.
19470
19471         * lib/error.c (error_tail): Assume vprintf.
19472
19473         * lib/argmatch.c (getenv): Remove decl.
19474         * lib/progreloc.c (get_full_program_name): Define via prototype.
19475         * lib/setenv.c (clearenv): Likewise.
19476         * lib/stpncpy.c: Do not include <string.h> or <sys/types.h>; not
19477         needed.
19478         * lib/strdup.c: Include <stdlib.h>, <string.h> unconditionally.
19479         (malloc, memcpy): Remove decls.
19480         * lib/strftime.c (HAVE_LIMITS_H, STDC_HEADERS) [defined _LIBC]: Remove.
19481         (HAVE_MEMCPY) [defined emacs && !defined HAVE_BCOPY]: Remove.
19482         Include <limits.h>, <stddef.h>, <stdlib.h>, <string.h> unconditionally.
19483         (memcpy): Remove macro.
19484         (MEMCPY) [!defined COMPILE_WIDE]: Define to memcpy unconditionally.
19485         (__P): Remove.  All uses removed.
19486         (PTR): Remove.  All uses changed to void *.
19487         (CHAR_BIT, NULL): Remove.
19488         (spaces, zeros, memset_space, memset_zero)
19489         [!defined memset && !defined HAVE_MEMSET && !defined _LIBC]:
19490         Remove.
19491         (LOCALE_PARAM, LOCALE_PARAM_DECL): Remove.
19492         (memcpy_lowcase, memcpy_uppcase, tm_diff, iso_week_days):
19493         Define with prototype.
19494         Remove now-unnecessary prototype decl.
19495         (extra_args_spec): Assume ANSI C.  All uses changed.
19496         (extra_args_spec_iso): Remove.
19497         (my_strftime, emacs_strftimeu): Define via prototype.
19498         * lib/strtod.c: Include <float.h>, <stdlib.h>, <string.h>
19499         unconditionally.
19500         (DBL_MAX, DBL_MIN, HUGE_VAL, NULL): Remove decls.
19501         * lib/strtoimax.c: Include <stdlib.h> unconditionally.
19502         (strtoul, strtol): Remove decls.
19503         * lib/strtol.c (STDC_HEADERS, HAVE_LIMITS_H, NULL, ULONG_MAX,
19504         LONG_MAX): Remove.
19505         Include <limits.h>, <stddef.h>, <stdlib.h>, <string.h> unconditionally.
19506         (LOCALE_PARAM_DECL): Remove.  All uses changed to LOCALE_PARAM_PROTO.
19507         (LOCALE_PARAM_PROTO): New macro.
19508         (INTERNAL, INTERNAL1, WEAKNAME): Assume ANSI C, not K&R.
19509         (INTERNAL (strtol), strtol): Define with a prototype.
19510         (PARAMS): Remove.  All uses removed.
19511         * lib/tempname.c: Include <string.h> unconditionally.
19512         * lib/userspec.c: Include <stdlib.h>, <string.h> unconditionally.
19513         * lib/xgethostname.c (main): Define with a prototype.
19514         * lib/xmalloc.c: Include "xalloc.h" first, to check interface.
19515         Include <stdlib.h> unconditionally.
19516         (calloc, malloc, realloc, free): Remove decls.
19517         * lib/xstrtod.c: Include "xstrtod.h" first, to check interface.
19518         Include <stdlib.h> unconditionally.  Sort include file names.
19519         (strtod): Remove.
19520         (xstrtod): Define with a prototype.
19521         * lib/xstrtol.c: Include <stdlib.h>, <string.h> unconditionally.
19522         (strtol, strtoul): Remove decls.
19523
19524 2003-09-11  Paul Eggert  <eggert@twinsun.com>
19525
19526         More patches to assume C89 or better.
19527         * m4/strndup.m4 (gl_PREREQ_STRNDUP): Remove STDC_HEADERS check.
19528         * m4/strnlen.m4 (gl_PREREQ_STRNLEN): Don't check for memory.h,
19529         string.h, memchr, STDC_HEADERS.
19530
19531 2003-09-11  Paul Eggert  <eggert@twinsun.com>
19532
19533         * lib/strndup.c: Don't include <stdio.h>, <sys/types.h>.
19534         Include <stdlib.h>, <string.h> unconditionally.
19535         Remove now-unnecessary cast to char *.
19536         * lib/strnlen.c: Include <string.h> unconditionally.
19537         * lib/yesno.c (yesno): Define with a prototype.
19538
19539 2003-09-11  Bruno Haible  <bruno@clisp.org>
19540
19541         * config/srclist.txt (setenv.c, unsetenv.c): Disable for the moment.
19542
19543 2003-09-10  Jim Meyering  <jim@meyering.net>
19544
19545         * lib/error.c: Correct indentation of cpp directives.
19546
19547 2003-09-10  Bruno Haible  <bruno@clisp.org>
19548
19549         * m4/strcspn.m4 (gl_PREREQ_STRCSPN): Remove <string.h> check.
19550         * m4/strpbrk.m4 (gl_PREREQ_STRPBRK): Remove <string.h> check.
19551         * m4/strstr.m4 (gl_PREREQ_STRSTR): Remove <string.h> check.
19552         * m4/unicodeio.m4 (gl_UNICODEIO): Remove <string.h> check.
19553         * m4/setenv.m4 (gl_PREREQ_SETENV, gl_PREREQ_UNSETENV): Remove
19554         <stdlib.h> and <string.h> checks.
19555         * m4/xreadlink.m4 (gl_XREADLINK): Remove <stdlib.h> check.
19556         * m4/yesno.m4 (gl_YESNO): Remove <stdlib.h> check.
19557
19558 2003-09-10  Bruno Haible  <bruno@clisp.org>
19559
19560         * lib/strcspn.c: Include <string.h> unconditionally.
19561         * lib/strpbrk.c: Include <string.h> unconditionally.
19562         * lib/strstr.c: Include <string.h> unconditionally.
19563         * lib/unicodeio.c: Include <string.h> unconditionally.
19564         * lib/setenv.c: Include <stdlib.h> and <string.h> unconditionally.
19565         * lib/unsetenv.c: Likewise.
19566         * lib/xreadlink.c: Include <stdlib.h> unconditionally.
19567         * lib/yesno.c: Include <stdlib.h> unconditionally.
19568         (rpmatch): Add prototype.
19569
19570 2003-09-09  Paul Eggert  <eggert@twinsun.com>
19571
19572         More patches to assume C89 or better.
19573         * m4/getcwd.m4 (AC_FUNC_GETCWD_NULL): Don't check for stdlib.h.
19574         * m4/getopt.m4 (gl_GETOPT): Don't check for string.h.
19575         * m4/getugroups.m4 (gl_GETUGROUPS): Do not check for standard C headers
19576         or for string.h.
19577         * m4/getusershell.m4 (gl_PREREQ_GETUSERSHELL): Do not check for
19578         stdlib.h.
19579         * m4/group-member.m4 (gl_PREREQ_GROUP_MEMBER): Do not require standard
19580         C headers.
19581         * m4/hard-locale.m4 (gl_HARD_LOCALE): Do not check for stdlib.h,
19582         string.h.
19583         * m4/hash.m4 (gl_HASH): Do not check for stdlib.h, malloc, free.
19584         * m4/human.m4 (gl_HUMAN): Do not check for stdlib.h, string.h, getenv.
19585         * m4/idcache.m4 (gl_IDCACHE): Do not check for standard C headers,
19586         or for string.h.
19587         * m4/long-options.m4 (gl_LONG_OPTIONS): Do not check for stdlib.h.
19588         * m4/makepath.m4 (gl_MAKEPATH): Do not check for string.h or standard
19589         C headers.
19590         * m4/md5.m4 (gl_MD5): Don't check for limits.h, standard C headers,
19591         memcpy.
19592         * m4/sha.m4 (gl_SHA): Don't check for standard Cheaders, memcpy.
19593         * m4/memchr.m4 (jm_PREREQ_MEMCHR): Don't check for limits.h, stdlib.h.
19594         * m4/memcmp.m4 (gl_PREREQ_MEMCMP): Don't check for string.h.
19595         * m4/memcoll.m4 (gl_MEMCOLL): Likewise.
19596         * m4/memrchr.c (gl_PREREQ_MEMRCHR): Don't check for limits.h.
19597         * m4/mkdir-slash.m4 (gl_PREREQ_MKDIR): Don't check for stdlib.h,
19598         string.h, free.
19599         * m4/mktime.m4 (gl_PREREQ_MKTIME): Don't check for standard C headers.
19600         * m4/modechange.m4 (gl_MODECHANGE): Don't check for standard C headers.
19601         * m4/mountlist.m4 (gl_PREREQ_MOUNTLIST_EXTRA): Don't check for standard
19602         C headers, or for string.h.
19603         * m4/obstack.m4 (gl_OBSTACK): Don't check for stddefe.h, string.h.
19604         (gl_PREREQ_OBSTACK): Don't check for stdlib.h.
19605         * m4/path-concat.m4 (gl_PATH_CONCAT): Don't check for standard C
19606         headers, memory.h, stdlib.h, string.h, strings.h.
19607         * m4/posixtm.m4 (gl_POSIXTM): Don't check for stdlib.h, string.h.
19608         * m4/posixver.m4 (gl_POSIXVER): Don't check for getenv.
19609         * m4/putenv.m4 (gl_PREREQ_PUTENV): Don't check for string.h, memcpy,
19610         strchr.
19611         * m4/readtokens.m4 (gl_READTOKENS): Don't check for standard C
19612         headers, memory.h, string.h.
19613         * m4/regex.m4 (jm_PREREQ_REGEX): Do not check for limits.h, string.h.
19614         * m4/rename.m4 (gl_PREREQ_RENAME): Do not check for stdlib.h, string.h,
19615         free.
19616         * m4/rpmatch.m4 (gl_PREREQ_RPMATCH): Don't check for standard C
19617         headers.
19618         * m4/same.m4 (gl_SAME): Don't check for stdlib.h, string.h, free.
19619         * m4/save-cwd.m4 (gl_SAVE_CWD): Don't check for standard C headers.
19620         * m4/savedir.m4 (gl_SAVEDIR): Don't check for standard C headers.
19621         * m4/strchrnul.m4 (gl_PREREQ_STRCHRNUL): Don't check for string.h.
19622         * m4/xgetcwd.m4 (gl_XGETCWD): Don't check for stdlib.h.
19623
19624 2003-09-09  Paul Eggert  <eggert@twinsun.com>
19625
19626         More K&R removal.
19627
19628         * lib/acosl.c (main): Use a prototype.
19629         * lib/asinl.c, cosl.c, expl.c, frexpl.c, ldexpl.c, sinl.c,
19630         tanl.c: Likewise.
19631
19632         * lib/getloadavg.c (getloadavg, main): Define via prototypes.
19633
19634         * lib/getopt.h (struct option.name): Assume C89, and use 'const'.
19635         (getopt, etopt_long, getopt_long_only, _getopt_internal)
19636         [defined __GNU_LIBRARY__]: Assume C89, so we can always declare
19637         with a prototype.
19638         * lib/getopt.c (const): Remove macro.
19639         Include <string.h> unconditionally.
19640         (my_index): Remove; all uses changed to strchr.
19641         (strlen): Remove decl.
19642         (exchange): Remove forward decl; no longer needed.
19643         (exchange, _getopt_initialize, _getopt_internal, getopt, main):
19644         Define with prototype.
19645         * lib/getopt1.c (const): Remove macro.
19646         (getopt_long, getopt_long_only, main): Define with prototype.
19647
19648         * lib/getugroups.c: Include <string.h> unconditionally.
19649
19650         * lib/getusershell.c: Include <stdlib.h> unconditionally.
19651         (getusershell, setusershell, endusershell, readname, main):
19652         Define with prototypes.
19653
19654         * lib/group-member.c: Include group-member.h first.
19655         Include <stdlib.h> unconditionally.
19656
19657         * lib/hard-locale.c: Include hard-locale.h first.
19658         Include <stdlib.h>, <string.h> unconditionally.
19659
19660         * lib/hash.c (free, malloc): Remove decls.
19661         Include <stdlib.h> unconditionally.
19662
19663         * lib/human.c: Include <stdlib.h>, <string.h> unconditionally.
19664         (getenv): Do not declare.
19665
19666         * lib/idcache.c: Include <string.h> unconditionally.
19667
19668         * lib/long-options.c: Include long-options.h first, to test interface.
19669         Include <stdlib.h> unconditionally.
19670
19671         * lib/makepath.c: Include makepath.h first, to test interface.
19672         Include <stdlib.h> and <string.h> unconditionally.
19673
19674         * lib/linebuffer.c: Include <stdlib.h>.
19675         (free): Remove decl.
19676
19677         * lib/malloc.c: Include <stdlib.h>, for malloc; don't bother with
19678         stddef.h. rpl_malloc returns void *, not char *.
19679         * lib/realloc.c (rpl_realloc): Likewise.  Also, define with a
19680         prototype.
19681
19682         * lib/md5.h: Include <limits.h> unconditionally.
19683         (UINT_MAX_32_BITS): Don't worry about non-__STDC__ case.
19684         (__P): Remove; all uses removed.
19685         * lib/md5.c: Include "md5.h" first.
19686         (md5_init_ctx, md5_read_ctx, md5_finish_ctx, md5_stream,
19687         md5_buffer, md5_process_bytes, md5_process_block):
19688         Define with prototypes.
19689         * lib/sha.h (__P): Remove all uses.  (It wasn't defined??)
19690         * lib/sha.c: Include "sha.h" first.
19691         Include <stdlib.h>, <string.h> unconditionally.
19692
19693         * lib/memchr.c (__ptr_t): Remove; all uses changed to void *.
19694         * lib/memcmp.c (__ptr_t): Likewise.
19695         * lib/memrchr.c (__ptr_t): Likewise.
19696         * lib/memchr.c, memcmp.c, memcoll.c, memrchr.c:
19697         Include <string.h> unconditionally.
19698         * lib/memchr.c, memrchr.c: Include <limits.h> unconditionally.
19699         * lib/memchr.c: Include <stdlib.h> unconditionally.
19700         * lib/memchr.c (LONG_MAX): Remove.
19701         * lib/memrchr.c (LONG_MAX): Likewise.
19702         * lib/memchr.c (__memchr): Define via a prototype.
19703         * lib/memrchr.c (__memrchr): Likewise.
19704         * lib/memcmp.c (__P): Remove, and remove all uses.
19705         (memcmp_bytes, memcmp_common_alignment, memcmp_not_common_alignment):
19706         Remove forward decls; no longer needed.
19707         * lib/memcpy.c, memmove.c, memset.c: Include <stddef.h>.
19708         Use types required by C89 in prototype.
19709
19710         * lib/mkdir.c: Include <stdlib.h>, <string.h> unconditionally.
19711         * lib/savedir.c: Likewise.
19712         * lib/mkdir.c (free): Remove decl.
19713         * lib/rmdir.c (rmdir): Define with a prototype.
19714         * lib/savedir.c: Include savedir.h first, to test interface.
19715
19716         * lib/mktime.c (STDC_HEADERS): Remove.
19717         Include <stdlib.h>, <string.h> unconditionally.
19718
19719         * lib/modechange.c: Include <stdlib.h> unconditionally.
19720         (malloc): Remove decl.
19721
19722         * lib/mountlist.c: Include <stdlib.h>, <string.h> unconditionally.
19723         (free): Remove decl.
19724
19725         * lib/obstack.h (PTR_INT_TYPE) [!defined __PTRDIFF_TYPE__]:
19726         Define to ptrdiff_t, without bothering to check HAVE_STDDEF_H.
19727         (This type really should be intptr_t, but that's a C99ism.)
19728         (_obstack_memcpy): Remove: all uses changed to memcpy.
19729         Include <string.h> unconditionally.
19730         (struct obstack): Assume __STDC__ for types of members
19731         chunkfun, freefun, extra_arg.
19732         (_obstack_newchunk, _obstack_free, _obstack_begin, _obstack_begin_1,
19733         _obstack_memory_used, obstack_alloc_failed_handler, obstack_init,
19734         obstack_begin, obstack_specify_allocation,
19735         obstack_specify_allocation_with_arg, obstack_chunkfun,
19736         obstack_freefun, obstack_free) [! (defined __STDC__ && __STDC__)]:
19737         Remove unprototyped decls and the macros that use them.
19738         * lib/obstack.c (POINTER): Remove.  All uses changed to void *.
19739         (obstack_alloc_failed_handler, CALL_CHUNKFUN, CALL_FREEFUN,
19740         _obstack_begin, _obstack_begin_1, _obstack_allocated_p)
19741         (defined __STDC__ && __STDC__)]:
19742         Remove nonprototyped code.
19743         Include <stdlib.h> unconditionally.
19744         (_obstack_begin, _obstack_begin_1, _obstack_newchunk,
19745         _obstack_allocated_p, _obstack_free, obstack_free,
19746         _obstack_memory_used, print_and_abort):
19747         Define using prototypes.
19748         (obstack_1grow, obstack_1grow_fast, obstack_alloc, obstack_base,
19749         obstack_blank, obstack_blank_fast, obstack_copy, obstack_copy0,
19750         obstack_finish, obstack_grow, obstack_grow0, obstack_make_room,
19751         obstack_next_free, obstack_object_size, obstack_room) [0]:
19752         Remove unused, unprototyped code.
19753
19754         * lib/path-concat.c: Include <stdlib.h>, <string.h> unconditionally.
19755
19756         * lib/physmem.c (physmem_total, physmem_available, main): Define
19757         with prototypes.
19758
19759         * lib/posixtm.c: Include <stdlib.h>, <string.h> unconditionally.
19760         (main): Define with a prototype.
19761
19762         * lib/posixver.c (getenv): Remove decl.
19763
19764         * lib/putenv.c (malloc): Returns void *, not char *.
19765         Include <string.h> unconditionally.
19766         (strchr, memcpy, NULL): Do not define.
19767
19768         * lib/readtokens.c: Include readtokens.h first, to test interface.
19769         Include <stdlib.h>, <string.h> unconditionally.
19770         (init_tokenbuffer): Define with a prototype.
19771
19772         * lib/regex.c (PARAMS): Remove.  All uses removed.
19773         All uses of _RE_ARGS removed, too.
19774         Include <stddef.h>, <stdlib.h>, <string.h>, <limits.h>
19775         unconditionally.
19776         (bzero): Assume memset exists.
19777         (memcmp, memcpy, NULL): Remove.
19778         (SIGN_EXTEND_CHAR): Remove; all uses replaced by casts to signed
19779         char, or assignments to local vars of type signed char.
19780         (init_syntax_once, PREFIX(extract_number_and_incr),
19781         PREFIX(print_partial_compiled_pattern),
19782         PREFIX(print_compiled_pattern), PREFIX(print_double_string),
19783         convert_mbs_to_wcs, print_fastmap, re_set_syntax,
19784         PREFIX(regex_grow_registers), PREFIX(regex_compile),
19785         PREFIX(store_op1), PREFIX(store_op2), PREFIX(insert_op1),
19786         PREFIX(insert_op2), PREFIX(at_begline_loc_p),
19787         PREFIX(at_endline_loc_p), group_in_compile_stack, insert_space,
19788         wcs_compile_range, byte_compile_range, truncate_wchar,
19789         PREFIX(re_compile_fastmap), re_compile_fastmap, re_set_registers,
19790         re_search, re_search_2, PREFIX(re_search_2), re_match, re_match_2,
19791         count_mbs_length, wcs_re_match_2_internal,
19792         byte_re_match_2_internal, PREFIX(group_match_null_string_p),
19793         PREFIX(alt_match_null_string_p),
19794         PREFIX(common_op_match_null_string_p), PREFIX(bcmp_translate),
19795         re_compile_pattern, re_comp, re_exec, regcomp, regexec, regerror,
19796         regfree, PREFIX(extract_number)): Define with prototype.  Remove
19797         now-unnecessary declaration, if any.
19798         (byte_compile_range, PREFIX(regex_compile), re_comp, re_exec,
19799         regcomp, regexec):
19800         Remove now-unnecessary casts among pointer types.
19801         * lib/regex.h (_RE_ARGS): Remove.  All uses removed.
19802
19803         * lib/rename.c: Include <stdlib.h>, <string.h> unconditionally.
19804         (free): Remove decl.
19805
19806         * lib/rpmatch.c: Include <stdlib.h> unconditionally.
19807
19808         * lib/same.c: Include <stdlib.h>, <string.h> unconditionally.
19809         (free): Remove decl.
19810
19811         * lib/save-cwd.c: Include <stdlib.h> unconditionally.
19812         * lib/xgetcwd.c: Likewise.
19813
19814         * lib/stat.c: Include <stdlib.h>, <string.h> unconditionally.
19815         (free): Remove decl.
19816
19817         * lib/strchrnul.c (strchrnul): Define with a prototype.
19818         Fix bug: c_in was not converted to char before searching.
19819
19820         The following changes are not K&R related:
19821
19822         * lib/group-member.h: Include <sys/types.h>, so that this file is
19823         self-contained.
19824         * lib/makepath.h: Likewise.
19825
19826         * lib/getusershell.c (readname, default_index, line_size, readname):
19827         Use size_t, not int, for sizes.
19828         (readname): If the size overflows, report an error instead of
19829         looping forever.
19830
19831 2003-09-09  Paul Eggert  <eggert@twinsun.com>
19832
19833         * config/srclist.txt: Do not get getopt.h, getopt1.c, or regex.h from
19834         libc.
19835
19836 2003-09-09  Paul Eggert  <eggert@twinsun.com>
19837
19838         * README: New section: portability guidelines.
19839
19840 2003-09-09  Derek Robert Price  <derek@ximbiot.com>
19841
19842         * m4/getndelim2.m4 (gl_PREREQ_GETNDELIM2): Assume stdlib.h per the
19843         C89 spec.
19844
19845 2003-09-09  Derek Robert Price  <derek@ximbiot.com>
19846
19847         * lib/getndelim2.c: Assume stdlib.h per the C89 spec.
19848
19849 2003-09-08  Paul Eggert  <eggert@twinsun.com>
19850
19851         Assume C89 or better; remove K&R cruft.
19852         A few of these changes were first proposed by Derek Robert Price
19853         in <http://mail.gnu.org/archive/html/bug-gnulib/2003-07/msg00105.html>.
19854
19855         * lib/addext.c: Include <string.h> unconditionally.
19856         * lib/backupfile.c: Include <string.h>, <stdlib.h> unconditionally.
19857         Don't declare getenv or malloc.
19858
19859         * lib/alloca.c: Include <string.h>, <stdlib.h> unconditionally.
19860         (POINTER_TYPE, pointer): Remove; all uses changed to void *.
19861         (NULL): Remove.
19862         (find_stack_direction, alloca): Use prototypes.
19863
19864         * lib/atexit.c (atexit): Define using a prototype.
19865
19866         * lib/basename.c, dirname.c, stripslash.c:
19867         Include <string.h> unconditionally.
19868
19869         * lib/bcopy.c: Include <stddef.h>.
19870         (bcopy): Define with prototype, using 'const' and 'void' and 'size_t'.
19871
19872         * lib/canon-host.c: Include <stdlib.h>, <string.h> unconditionally.
19873
19874         * lib/error.h (error, error_at_line, error_print_progname)
19875         [! (defined (__STDC__) && __STDC__)]: Remove decls.
19876         * lib/error.c: Include error.h first, to check interface.
19877         Include <stdarg.h>, <stdlib.h>, <string.h> unconditionally.
19878         (VA_START): Remove; all uses changeed to va_start.
19879         (exit, strerror): Remove decls.
19880         (error_print_progname): Prototype uncondionally.
19881         Don't include <errno.h>; no longer needed.
19882         (private_strerror): Remove.
19883         (error_tail): Always define.
19884         (error, error_at_line): Assume C89 or better; always use prototypes.
19885         * lib/fatal.c: Include "fatal.h" first, to test interface.
19886         Include <stdarg.h>, <stdlib.h>, <string.h> unconditionally.
19887         (VA_START): Remove; all uses changed to va_start.
19888         [! (HAVE_VPRINTF || HAVE_DOPRNT || _LIBC)]: Remove support for
19889         this case.
19890         (exit): Remove decl.
19891         (fatal): Prototype unconditionally.  Assume va_start works.
19892         Abort at end, to pacify gcc.
19893
19894         * lib/euidaccess.c (main): Define with a prototype.
19895
19896         * lib/exclude.c: Include <stdlib.h>, <string.h> unconditionally.
19897
19898         * lib/exitfail.c: Include <stdlib.h> unconditionally.
19899
19900         * lib/fnmatch_.h (__P): Remove.  All uses changed to assume
19901         prototypes.
19902         * lib/fnmatch.c: Include fnmatch.h first, to test interface.
19903         Include <string.h>, <stddef.h>, <stdlib.h> unconditionally.
19904         (getenv): Remove decl.
19905         (fnmatch): Define using a prototype.
19906         * lib/fnmatch_loop.c (FCT): Remove forward decl; no longer needed.
19907         (FCT): Define using a prototype.
19908
19909         * lib/getdate.y: Include <stdlib.h>, <string.h> unconditionally.
19910
19911         * lib/gethostname.c: Include <stddef.h>.
19912         (gethostname): Define with prototype.  Length is size_t, not int.
19913
19914 2003-09-08  Paul Eggert  <eggert@twinsun.com>
19915
19916         Assume C89 or better; remove K&R cruft.
19917         * m4/alloca.m4 (gl_PREREQ_ALLOCA): Don't check for stdlib.h, string.h.
19918         * m4/backupfile.m4 (gl_BACKUPFILE): Don't check for stdlib.h,
19919         string.h, getenv, malloc.
19920         * m4/dirname.m4 (gl_DIRNAME): Don't check for string.h or C standard
19921         headers.
19922         * m4/canon-host.m4 (gl_CANON_HOST): Don't check for string.h, stdlib.h.
19923         * m4/error.m4 (jm_PREREQ_ERROR): Do not require STDC headers, and
19924         do not check for strerror.
19925         * m4/exclude.m4: Do not check for stdlib.h, string.h, strings.h.
19926         * m4/exitfail.m4 (gl_EXITFAIL): Do not check for stdlib.h.
19927         * m4/fatal.m4 (gl_FATAL): Do not require STDC headers, and
19928         do not check for doprnt or vprintf.
19929         * m4/fnmatch.m4 (gl_PREREQ_FNMATCH_EXTRA): Remove.  All uses removed.
19930         * m4/getdate.m4 (gl_GETDATE): Don't check for stdlib.h or string.h.
19931
19932 2003-09-08  Paul Eggert  <eggert@twinsun.com>
19933
19934         * lib/getversion.c: Remove; was migrated to backupfile.c in 1997.
19935         getversion.c should have been removed then, but was accidentally
19936         preserved.
19937
19938         * lib/utime.c [!HAVE_UTIMES_NULL]: Include <sys/stat.h>, <fcntl.h>.
19939         (utime_null): Fix typo: 'st' was sometimes called 'sb'.
19940
19941 2003-09-08  Karl Berry  <karl@gnu.org>
19942
19943         * config/config.sub, config.guess, srclistvars.sh: update from savannah
19944                 config, forget about prep.
19945
19946         * config/depcomp, missing: update from automake.
19947
19948 2003-09-07  Paul Eggert  <eggert@twinsun.com>
19949
19950         * modules/time_r: Depend on 'restrict'.  Fix from Simon Josefsson in
19951         <http://mail.gnu.org/archive/html/bug-gnulib/2003-09/msg00028.html>.
19952
19953 2003-09-07  Paul Eggert  <eggert@twinsun.com>
19954
19955         * lib/time_r.c (gmtime_r, localtime_r): Fix silly typo: missing arg to
19956         copy_tm_result.  Bug reported by Simon Josefsson in
19957         <http://mail.gnu.org/archive/html/bug-gnulib/2003-09/msg00028.html>.
19958
19959 2003-09-06  Paul Eggert  <eggert@twinsun.com>
19960
19961         * m4/time_r.m4: New file.
19962         * m4/mktime.m4 (gl_PREREQ_MKTIME): Remove check for limits.h.
19963         * m4/timegm.m4 (gl_FUNC_TIMEGM): Assume that timegm is buggy if mktime
19964         is. Check for timegm declaration.
19965         (gl_PREREQ_TIMEGM): Require gl_FUNC_MKTIME.
19966         Do not check for gmtime_r.
19967         Replace mktime if __mktime_internal does not exist and if mktime
19968         hasn't been replaced already.
19969
19970 2003-09-06  Paul Eggert  <eggert@twinsun.com>
19971
19972         * lib/time_r.c, lib/time_r.h: New files.
19973
19974         * lib/mktime.c (my_mktime_localtime_r): Remove; all uses changed to
19975         __localtime_r.
19976         (__localtime_r) [!defined _LIBC]: New macro.  Include <time_r.h>.
19977         (__mktime_internal) [!defined _LIBC]: Now extern, not static.
19978
19979         * lib/strftime.c (my_strftime_gmtime_r): Remove; all uses changed to
19980         __gmtime_r.
19981         (my_strftime_localtime_r): Remove; all uses changed to __localtime_r.
19982         (__gtime_r, __localtime_r) [!HAVE_TM_GMTOFF]: New macros.
19983         Include <time_r.h>.
19984
19985         * lib/timegm.c: Switch to glibc implementation, with the following
19986         changes:
19987         [defined HAVE_CONFIG_H]: Include <config.h>.
19988         [!defined _LIBC]: Include "timegm.h" rather than <time.h>.
19989         (__mktime_internal) [!defined _LIBC]: New decl.
19990         (__gmtime_r) [!defined _LIBC]: New macro and function.
19991         (timegm): Use a prototype, since gnulib assumes C89.
19992         Do not bother declaring tmp to be const, as it's not really usefu.
19993         * lib/timegm.h: Hoist "#include <time.h>" out of #ifdef.
19994         (timegm): Declare only if HAVE_DECL_TIMEGM.
19995
19996 2003-09-06  Paul Eggert  <eggert@twinsun.com>
19997
19998         * MODULES.html.sh (func_all_modules): Add time_r.
19999         * modules/time_r: New file.
20000         * modules/mktime, modules/strftime, modules/timegm: Depend on time_r.
20001         * modules/timegm: Depend on mktime.  Change maintainer to "all, glibc".
20002
20003 2003-09-03  Paul Eggert  <eggert@twinsun.com>
20004
20005         * lib/human.c (human_readable): Fix bug that rounded 10501 to 10k.
20006         Bug reported by Lute Kamstra in
20007         <http://mail.gnu.org/archive/html/bug-gnulib/2003-09/msg00003.html>.
20008
20009         * lib/getdate.y (relative_time_table): Use tDAY_UNIT for "tomorrow",
20010         "yesterday", "today", and "now" rather than tMINUTE_UNIT.  Of
20011         course with correspondingly smaller numbers for tomorrow and
20012         yesterday.  From Tadayoshi Funaba.  Originally installed into
20013         sh-utils on 1999-08-07, but the patch got lost (I guess during the
20014         coreutils merge?).
20015
20016 2003-08-31  Simon Josefsson  <jas@extundo.com>
20017
20018         * modules/timegm: New file.
20019         * MODULES.html.sh (func_all_modules): Add timegm.
20020
20021 2003-08-31  Simon Josefsson  <jas@extundo.com>
20022
20023         * m4/timegm.m4: New file.
20024
20025 2003-08-31  Simon Josefsson  <jas@extundo.com>
20026
20027         * lib/timegm.h: New file.
20028         * lib/timegm.c: New file.  Based on
20029         wget-1.8.2/src/http.c:mktime_from_utc.
20030
20031 2003-08-31  Karl Berry  <karl@gnu.org>
20032
20033         * lib/argp.h: update from libc.
20034
20035 2003-08-28  Bruno Haible  <bruno@clisp.org>
20036
20037         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Remove AC_DEFINE of fnmatch here.
20038         This avoids havoc on compilers for which '#define fnmatch rpl_fnmatch'
20039         followed by '#define fnmatch fnmatch_posix' gives an error.
20040
20041 2003-08-28  Bruno Haible  <bruno@clisp.org>
20042
20043         * lib/binary-io.h: Undefine O_BINARY before defining it. This avoids a
20044         warning on QNX, which defines O_BINARY to 000000.
20045
20046 2003-08-27  Jim Meyering  <jim@meyering.net>
20047
20048         * m4/mkstemp.m4: Require that the system mkstemp be able to create
20049         70 temporary files, not just 30.  Tru64 V4.0F's mkstemp function
20050         would fail after 32.  Reported by Danny Levinson.  Details here:
20051         http://mail.gnu.org/archive/html/bug-coreutils/2003-08/msg00124.html
20052
20053 2003-08-24  Bruno Haible  <bruno@clisp.org>
20054
20055         * lib/binary-io.h: Include <stdio.h>, to avoid a compilation error when
20056         MSVC7 <stdio.h> is included later.
20057
20058 2003-08-22  Simon Josefsson  <jas@extundo.com>
20059
20060         * modules/strndup (Makefile.am): Add strndup.h to lib_SOURCES.
20061
20062 2003-08-20  Karl Berry  <karl@gnu.org>
20063
20064         * m4/lib-ld.m4: serial 1003 from gettext, no changes besides serial.
20065
20066 2003-08-20  Bruno Haible  <bruno@clisp.org>
20067
20068         * modules/progname: New file.
20069         * MODULES.html.sh (func_all_modules): Add progname.
20070
20071 2003-08-20  Bruno Haible  <bruno@clisp.org>
20072
20073         * lib/progname.h: New file, from GNU gettext.
20074         * lib/progname.c: New file, from GNU gettext.
20075         * lib/progreloc.c: New file, from GNU gettext.
20076
20077 2003-08-19  Jim Meyering  <jim@meyering.net>
20078
20079         * m4/lib-ld.m4: Revert yesterday's change, per Bruno's request here:
20080         http://mail.gnu.org/archive/html/bug-gnulib/2003-08/msg00155.html
20081
20082 2003-08-19  Bruno Haible  <bruno@clisp.org>
20083
20084         * m4/xalloc.m4 (gl_PREREQ_XSTRDUP): Don't check for <string.h> any
20085         more.
20086
20087 2003-08-19  Bruno Haible  <bruno@clisp.org>
20088
20089         * lib/xstrdup.c: Assume <string.h> exists.
20090
20091 2003-08-18  Paul Eggert  <eggert@twinsun.com>
20092
20093         * modules/stdbool: Add BUILT_SOURCES.  Prefer $@ to target name
20094         in makefile rules.
20095
20096 2003-08-18  Jim Meyering  <jim@meyering.net>
20097
20098         * m4/getloadavg.m4: Use [\t ], not [ \t] (where \t is a literal TAB).
20099         * m4/lib-ld.m4: Likewise.
20100
20101 2003-08-18  Jim Meyering  <jim@meyering.net>
20102
20103         * lib/setenv.h: Indent nested cpp directive.
20104         * lib/vasnprintf.c: Remove trailing blanks.
20105
20106 2003-08-17  Simon Josefsson  <jas@extundo.com>
20107
20108         * modules/xstrndup: New file.
20109         * MODULES.html.sh (func_all_modules): Add xstrndup.
20110
20111 2003-08-17  Simon Josefsson  <jas@extundo.com>
20112
20113         * modules/argp: Fix autoconf macro name. Add more dependencies.
20114
20115 2003-08-17  Simon Josefsson  <jas@extundo.com>
20116
20117         * m4/xstrndup.m4: New file.
20118
20119 2003-08-17  Simon Josefsson  <jas@extundo.com>
20120
20121         * m4/argp.m4: New file.
20122
20123 2003-08-17  Simon Josefsson  <jas@extundo.com>
20124             Bruno Haible  <bruno@clisp.org>
20125
20126         * lib/xstrndup.h: New file.
20127         * lib/xstrndup.c: New file.
20128
20129 2003-08-17  Bruno Haible  <bruno@clisp.org>
20130
20131         * modules/strndup (Files, Include): Add lib/strndup.h.
20132
20133 2003-08-17  Bruno Haible  <bruno@clisp.org>
20134
20135         * modules/euidaccess (Files): Add lib/euidaccess.h.
20136
20137 2003-08-17  Bruno Haible  <bruno@clisp.org>
20138
20139         * lib/strndup.h: New file.
20140
20141 2003-08-17  Bruno Haible  <bruno@clisp.org>
20142
20143         * gnulib-tool (func_create_testdir): Handle gl_USE_SYSTEM_EXTENSIONS
20144         like AC_GNU_SOURCE.
20145         * modules/extensions (configure.ac): Comment out the invocation of
20146         gl_USE_SYSTEM_EXTENSIONS.
20147
20148 2003-08-16  Paul Eggert  <eggert@twinsun.com>
20149
20150         Merges from coreutils, etc.
20151         * m4/rpmatch.m4 (gl_PREREQ_RPMATCH): Insert ':' to prevent a syntax
20152         error in gl_FUNC_MATCH.  This fixes a bug I introduced on 2003-05-28.
20153         * m4/readlink.m4 (gl_PREREQ_READLINK): Renamed from gl_PREREQ_READLINE,
20154         fixing a typo.
20155         * m4/host-os.m4 (UTILS_HOST_OS): Add GNU/NetBSD, GNU/FreeBSD.
20156         * m4/hash.m4 (gl_HASH): Use AM_STDBOOL_H, not AC_HEADER_STDBOOL.
20157
20158 2003-08-16  Paul Eggert  <eggert@twinsun.com>
20159
20160         Document merge from coreutils.
20161         * modules/alloca: Append $(ALLOCA_H) to BUILT_SOURCES.
20162         * modules/fnmatch: Append $(FNMATCH_H) to BUILT_SOURCES.
20163         * modules/utime: Add m4/utimes-null.m4.
20164
20165 2003-08-16  Paul Eggert  <eggert@twinsun.com>
20166
20167         * lib/regex.h, strdup.c, strtoll.c, strtoul.c: Do not normalize white
20168         space, undoing this 2003-08-12 change:
20169         <http://mail.gnu.org/archive/html/bug-gnulib/2003-08/msg00080.html>
20170
20171 2003-08-16  Paul Eggert  <eggert@twinsun.com>
20172
20173         * config/srclist.txt: Get regex.h, strdup.c, strtoll.c,
20174         strtoul.c from libc, undoing this 2003-08-12 change:
20175         <http://mail.gnu.org/archive/html/bug-gnulib/2003-08/msg00080.html>
20176
20177 2003-08-16  Jim Meyering  <jim@meyering.net>
20178
20179         Merges from coreutils.
20180         * m4/readdir.m4 (GL_FUNC_READDIR): Change name to have GL_ (not jm_)
20181         prefix.  Adjust cache variables similarly.  Create 500 rather than
20182         just 300 files, to exercise bug on Darwin6.5, too.
20183         * m4/perl.m4 (jm_PERL): Use $am_missing_run, not undefined
20184         $missing_dir.
20185         * m4/jm-winsz1.m4: Require AC_SYS_POSIX_TERMIOS, not
20186         AM_SYS_POSIX_TERMIOS.
20187         Reported by mkc@mathdogs.com.
20188         Also change use of $am_cv_sys_posix_termios
20189         to $ac_cv_sys_posix_termios.  Reported by Andreas Schwab.
20190         * m4/getgroups.m4 (jm_FUNC_GETGROUPS): Rewrite to use AC_FUNC_GETGROUPS
20191         and (if needed) to call AC_LIBOBJ and to set GETGROUPS_LIB.
20192         * m4/fsusage.m4 [__GLIBC__]: GNU libc's statvfs stats each mount point
20193         in /proc/mounts until it finds one with matching device number.  This
20194         is unnecessary when the FILE argument *is* a mount point.  No stat call
20195         is necessary in that case.  So, disable the statvfs-testing code on
20196         systems with GNU libc.  Reported by Andrei Gaponenko via Tim Waugh
20197         as RedHat bug# 84846.
20198         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC): Limit stack size
20199         to 1MB, so as not to render systems with no stack size limit (e.g.,
20200         linux-2.2.x) unusable.  Suggestion and code from Bruno Haible.
20201         Include <unistd.h>.  On some systems,
20202         it is required for the definition of _SC_PAGESIZE.
20203
20204 2003-08-16  Jim Meyering  <jim@meyering.net>
20205
20206         Merge from coreutils.
20207         * lib/xstrtoimax.c: #else #if -> #elif.
20208         * lib/xstrtoumax.c: Likewise.
20209
20210 2003-08-16  Jim Meyering  <jim@meyering.net>
20211
20212         * m4/utimes.m4 (gl_FUNC_UTIMES): New file.
20213         * m4/utimes.m4: Removed.
20214         * m4/utimes-null.m4: Renamed from utimes.m4.
20215
20216         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC): Limit stack size
20217         to 1MB, so as not to render systems with no stack size limit (e.g.,
20218         linux-2.2.x) unusable.  Suggestion and code from Bruno Haible.
20219         Include <unistd.h>.  On some systems,
20220         it is required for the definition of _SC_PAGESIZE.
20221
20222 2003-08-16  Jim Meyering  <jim@meyering.net>
20223         and Paul Eggert  <eggert@cs.ucla.edu>
20224
20225         Merges from coreutils, etc.
20226
20227         * m4/jm-macros.m4 (AC_LANG_SOURCE(C)): New macro, undefine, then define
20228         using the latest version from cvs.  This avoids problems with #line
20229         directives using a vendor (Sun) compiler.
20230         (jm_MACROS): Bump prerequisite from 2.52g to 2.57.
20231         Don't set GETGROUPS_LIB here; now it's
20232         done via getgroups.m4's wrapper function.
20233         AC_SUBST OPTIONAL_BIN_PROGS, OPTIONAL_BIN_ZCRIPTS, and MAN here,
20234         rather than just in sh-util/configure.in, so that the
20235         now-shared-by-fileutils-and-textutils lib/Makefile.am are all the
20236         same.
20237         Use AC_CONFIG_LIBOBJ_DIR(lib) to tell the new
20238         AC_FUNC_GETLOADAVG where to find getloadavg.c.
20239         Require AC_FUNC_FTW, gt_INTTYPES_PRI, gl_CLOCK_TIME,
20240         UTILS_SYS_OPEN_MAX, GL_FUNC_GETCWD_PATH_MAX, GL_FUNC_READDIR,
20241         gl_FSUSAGE, gl_MOUNTLIST, AC_FUNC_CANONICALIZE_FILE_NAME.
20242         Remove code that is now done by the newly-required macros.
20243         Append $(EXEEXT) to DF_PROG.
20244         AC_LIBOBJ fchdir-stub if fchdir doesn't exist; similarly for fchown.
20245         Do not invoke or require the following here,
20246         since prereq.m4 or some gnulib .m4 now does this for us:
20247         gl_REGEX, UTILS_FUNC_MKDIR_TRAILING_SLASH, jm_BISON, gl_FUNC_MKTIME,
20248         jm_FUNC_LSTAT, jm_FUNC_STAT, jm_FUNC_REALLOC, jm_FUNC_MALLOC,
20249         jm_FUNC_NANOSLEEP, jm_FUNC_READDIR, jm_FUNC_MEMCMP,
20250         jm_FUNC_GLIBC_UNLOCKED_IO, AC_FUNC_FNMATCH_GNU, jm_FUNC_PUTENV,
20251         jm_AC_PREREQ_XSTRTOUMAX, jm_AC_PREREQ_XSTRTOIMAX,
20252         AC_FUNC_ERROR_AT_LINE, jm_FUNC_GNU_STRFTIME, AC_FUNC_VPRINTF,
20253         vb_FUNC_RENAME, UTILS_FUNC_MKSTEP, jm_FUNC_UTIME, AM_FUNC_GETLINE,
20254         AC_FUNC_OBSTACK.
20255         Do not replace the following functions, as this is now the job
20256         of some gnulib .m4: strcasecmp, strncasecmp, dup2, gethostname,
20257         getusershell, sig2str, strcspn, stpcpy, strstr, strtol, strtoul
20258         strpbrk, euidaccess, memcmp, rmdir, rpmatch, strndup, strverscmp,
20259         atexit getpass, strdup, getpagesize.
20260         Replace 'raise'.
20261         Do not check for the following functions, as this is now the job
20262         of some gnulib .m4: bcopy, canonicalize_file_name, fchdir, ftime,
20263         getcwd, getmntinfo, resolvepath.  But check for sysctl, setreuid,
20264         setregid.
20265         (jm_CHECK_ALL_HEADERS): Do not check for fenv.h.
20266         Check for sys/sysctl.h.
20267         (jm_CHECK_ALL_TYPES): Do not require AC_STRUCT_TM, AC_STRUCT_TIMEZONE,
20268         jm_CHECK_TYPE_STRUCT_TIMESPEC.  Invoke gt_TYPE_SSIZE_T instead
20269         of checking for ssize_t ourselves.
20270
20271         * m4/prereq.m4 (jm_PREREQ): Don't invoke macros; AC_REQUIRE them.
20272         Require every macro that gnulib/modules/* suggests for us.
20273         (jm_PREREQ_ADDEXT): New macro.
20274         (jm_PREREQ_STAT): Check for 'struct statfs' on Ultrix 4.4.
20275         Require jm_AC_TYPE_LONG_LONG instead of invoking it.
20276
20277         * m4/physmem.m4 (gl_SYS__SYSTEM_CONFIGURATION): New macro.
20278         (gl_PHYSMEM): Use it.
20279         Also check for `table' function.
20280         Check for new headers and functions.
20281         Add check for sys/sysmp.h.
20282         With suggestions from Kaveh Ghazi.
20283         Ignore headers that are present but cannot be compiled.  This
20284         avoids spurious warnings on Solaris 9 sparc with Forte Developer 7
20285         C 5.4.
20286
20287 2003-08-15  Paul Eggert  <eggert@twinsun.com>
20288
20289         Document merge from coreutils.
20290         * modules/userspec: Depend on posixver.
20291         * modules/strftime: Depend on tzset.
20292
20293 2003-08-15  Paul Eggert  <eggert@twinsun.com>
20294
20295         * lib/config.charset, ref-add.sin, ref-del.sin: Use three spaces,
20296         rather than tab, after '#' in shell-script copyright notices.
20297         Suggested by Bruno Haible.
20298
20299 2003-08-15  Paul Eggert  <eggert@twinsun.com>
20300
20301         * config/srclist-update: Use three spaces, rather than tab, after '#'
20302         in shell-script copyright notices.  Suggested by Bruno Haible.
20303         Remove unnecessary parenthesization in regular expression.
20304
20305 2003-08-15  Jim Meyering  <jim@meyering.net>
20306
20307         Merge from coreutils.
20308         * lib/xgethostname.c: Include <stdlib.h>.
20309         (xghostname): Don't exit for anything other than memory-related
20310         failure; just return NULL.
20311         * lib/userspec.c: Include "posixver.h".
20312         (parse_user_spec): Accept `.' as a separator only
20313         in pre-POSIX-200112 mode.
20314         * lib/strtoimax.c: Use #elif rather than #else #if.
20315         * lib/strftime.c (my_strftime) [!_LIBC && HAVE_TZNAME && HAVE_TZSET]:
20316         Remove function, now that we can rely on a working tzset function.
20317         [!_LIBC]: Ensure that the required autoconf test has been run.
20318         [!defined _NL_CURRENT && HAVE_STRFTIME]:
20319         Use underlying_strftime for %r.
20320         * lib/sha.c: Merge in some clean-up and optimization changes from
20321         glibc.
20322         * lib/sha.c (sha_stream) [BLOCKSIZE]: Move definition to top of file.
20323         Ensure that it is a multiple of 64.
20324         Rearrange loop exit tests so as to avoid performing an
20325         additional fread after encountering an error or EOF.
20326         * lib/realloc.c: Update copyright date.
20327
20328 2003-08-15  Jim Meyering  <jim@meyering.net>
20329         and Paul Eggert  <eggert@twinsun.com>
20330
20331         Merge from coreutils.
20332         * lib/readutmp.h (HAVE_UTMPX_H): Undef if struct utmp has the ut_exit
20333         member but strut utmpx does not.  Needed for AIX 4.3.3.
20334         (UT_EXIT_E_TERMINATION, UT_EXIT_E_EXIT): Define.
20335
20336 2003-08-15  Jim Meyering  <jim@meyering.net>
20337         and Paul Eggert  <eggert@cs.ucla.edu>
20338
20339         Merges from coreutils, etc.
20340         * m4/strftime.m4 (_jm_STRFTIME_PREREQS):
20341         Require gl_FUNC_TZSET_CLOBBER.
20342         * m4/readutmp.m4 (gl_READUTMP): Check for ut_exit.ut_exit,
20343         ut_exit.e_exit, ut_exit.ut_termination, and ut_exit.e_termination
20344         members.
20345
20346 2003-08-14  Paul Eggert  <eggert@twinsun.com>
20347
20348         Help the merge from coreutils.
20349         * m4/gettimeofday.m4 (gl_GETTIMEOFDAY_REPLACE_LOCALTIME): New macro.
20350         (AC_FUNC_GETTIMEOFDAY_CLOBBER): Use it.
20351         * m4/tzset.m4: Use it too.
20352
20353 2003-08-14  Paul Eggert  <eggert@twinsun.com>
20354
20355         * modules/tzset: New file.
20356
20357 2003-08-14  Jim Meyering  <jim@meyering.net>
20358
20359         Merges from coreutils.
20360         * modules/fnmatch: Use the `$(FNMATCH_H)' notation for AC_REPLACED
20361         variable names, rather than @FNMATCH_H@.
20362         * modules/alloca: Likewise for $(ALLOCA_H).
20363
20364         * modules/fnmatch (fnmatch.h): Use `$@' in the commands, in place of
20365         the three copies of the literal target, `fnmatch.h'.
20366         * modules/alloca (alloca.h): Likewise.
20367
20368 2003-08-14  Jim Meyering  <jim@meyering.net>
20369
20370         Merge from coreutils.
20371         * m4/tzset.m4: New file.
20372         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Move the
20373         MOUNTED_VMOUNT test to precede the MOUNTED_GETMNTENT1 tests, since
20374         otherwise, AIX 5.1 systems would end up using the latter.
20375         MOUNTED_GETMNTENT1 support is inadequate on such systems: 1) detecting
20376         whether a file system is remote doesn't work  2) the MOUNTED_VMOUNT
20377         code reports the HOSTNAME:/MOUNT_POINT, while the MOUNTED_GETMNTENT1
20378         code reports merely /MOUNT_POINT.  Reported by Mike Jetzer.
20379
20380 2003-08-14  Jim Meyering  <jim@meyering.net>
20381
20382         Merge from coreutils.
20383         * lib/obstack.h: Whitespace changes.
20384         * lib/mountlist.c: Remove anachronistic casts of xmalloc, xrealloc,
20385         and xcalloc return values.
20386         (read_filesystem_list) [MOUNTED_GETFSSTAT]:
20387         Use MNT_NOWAIT, rather than MNT_WAIT.  Otherwise, `df DIR' could
20388         hang on OSF/1 5.1 for DIR on both local and remote file systems.
20389         Reported by (and fix confirmed by) Nelson H. F. Beebe.
20390         (read_filesystem_list) [MOUNTED_VMOUNT]: Detect any
20391         error from mntctl.
20392         Use mntctl's return value to drive the entry-processing loop, since
20393         we can't rely on the value of the vmt_length member in the last
20394         entry.  On some systems doing so could result in exhausting
20395         virtual memory.  Based in part on a patch from Mike Jetzer.
20396
20397 2003-08-14  Jim Meyering  <jim@meyering.net>
20398         and Paul Eggert  <eggert@twinsun.com>
20399
20400         Merges from coreutils, plus other fixes.
20401         * lib/physmem.c: Merge in portability changes from gcc/libiberty
20402         to support AIX, IRIX, Tru64, and Windows.  See the ChangeLog there
20403         for credits and details.  Thanks to Kaveh Ghazi for helping
20404         to keep these files in sync.
20405         (ARRAY_SIZE): Define it.
20406         (physmem_total, physmem_available): Add comments. From Kaveh Ghazi.
20407         * lib/memcasecmp.c: Remove unnecessary parentheses after 'defined'.
20408         (memcasecmp): Don't assume size_t fits in unsigned int.
20409         Remove casts and duplicate code.
20410         * lib/md5.c: Include <string.h> and <stdlib.h> unconditionally.
20411         (memcpy): Remove definition.
20412         Merge in some clean-up and optimization changes from glibc.
20413         [BLOCKSIZE]: Move definition to top of file.
20414         Ensure that it is a multiple of 64.
20415         Rearrange loop exit tests so as to avoid performing an
20416         additional fread after encountering an error or EOF.
20417         * lib/md5.h (md5_uintptr): Define.
20418         * lib/makepath.c (CLEANUP_CWD): Report an error if we failed to
20419         return to the initial working directory.  Preserve errno
20420         for caller.
20421         * lib/idcache.c: Include "xalloc.h".
20422         (xmalloc, xrealloc): Remove decls.
20423         (getuser): Remove casts no longer required in C89.
20424         * lib/human.c: Include stdio.h, for sprintf.
20425         * lib/group-member.c: Include "xalloc.h".
20426         (xmalloc, xrealloc): Remove decls.
20427         (get_group_info): Remove casts no longer required in C89.
20428         * lib/getusershell.c (readname): Remove casts no longer required in
20429         C89.
20430         * lib/gettimeofday.c (rpl_gmtime, rpl_tzset): New functions.
20431         * lib/getline.c: Whitespace fix, from coreutils.
20432
20433 2003-08-13  Paul Eggert  <eggert@twinsun.com>
20434
20435         * m4/exclude.m4 (gl_EXCLUDE): Require AC_C_INLINE, AC_HEADER_STDC.
20436         Check for isascii.
20437
20438         * m4/gettext.m4, iconv.m4, intdiv0.m4, inttypes-pri.m4, lib-link.m4,
20439         lib-prefix.m4, longdouble.m4, po.m4, progtest.m4, signed.m4:
20440         Undo previous (whitespace-only) change.
20441
20442 2003-08-13  Paul Eggert  <eggert@twinsun.com>
20443
20444         * lib/exclude.c: Include <ctype.h>
20445         (IN_CTYPE_DOMAIN): New macro.
20446         (is_space): New fn.
20447         (add_exclude_file): If LINE_END is a space, ignore trailing spaces
20448         and empty lines.
20449
20450         * lib/argp-help.c, argp-parse.c, config.charset, getopt.h:
20451         Undo previous (whitespace-only) change.
20452
20453 2003-08-13  Paul Eggert  <eggert@twinsun.com>
20454
20455         * config/srclist-update: Change update back to the old behavior,
20456         leaving whitespace alone.  Use one 'sed' command rather than a
20457         pipeline.
20458         (fixlicense): Now a variable, not a function.
20459         (remove_trailing_blanks): Remove.
20460         (fixfile): Don't invoke unexpand or cat, or remove trailing blanks.
20461         * config/config.guess, config.sub, install-sh, missing, texinfo.tex:
20462         Undo previous (whitespace-only) change.
20463
20464 2003-08-12  Paul Eggert  <eggert@twinsun.com>
20465
20466         Merge from coreutils.
20467         * modules/euidaccess: Add lib_SOURCES, include for new
20468         file euidaccess.h
20469
20470 2003-08-12  Paul Eggert  <eggert@twinsun.com>
20471
20472         * m4/gettext.m4, iconv.m4, intdiv0.m4, inttypes-pri.m4, lib-link.m4,
20473         lib-prefix.m4, longdouble.m4, po.m4, progtest.m4, signed.m4:
20474         Normalize leading white space and remove trailing white space.
20475
20476         Merge from coreutils
20477         * m4/euidaccess.m4 (gl_FUNC_EUIDACCESS): Check for euidaccess decl.
20478
20479         * m4/lib-ld.m4, lib-link.m4, lib-prefix.m4: Regenerate from gettext
20480         0.12.1.  These files are now being upgraded automatically by
20481         ../config/srclist-update.
20482
20483 2003-08-12  Paul Eggert  <eggert@twinsun.com>
20484
20485         * lib/argp-help.c, argp-parse.c, config.charset, getopt.h:
20486         Normalize leading white space and remove trailing white space.
20487         * lib/ref-add.sin, ref-del.sin: Use '#' before empty line in copyright
20488         notice, as per ../config/srclist-update.
20489
20490         Merge from coreutils.
20491         * lib/euidaccess.h: New file.
20492         * lib/euidaccess.c: Include it.
20493         * lib/.cppi-disable: Add printf-args.h, printf-parse.h, stdbool_.h,
20494         vasnprintf.h, vasprintf.h.  Remove strdup.c, gettext.h.
20495         * lib/regex.h, strdup.c, strtoll.c, strtoul.c: Normalize white space.
20496
20497 2003-08-12  Paul Eggert  <eggert@twinsun.com>
20498
20499         * config/srclist-update: Add copyright notice.
20500         (remove_id_lines, remove_trailing_blanks): New constants.
20501         (fixfile): Use them to normalize spacing a bit in copied files.
20502         * config/config.guess, config.sub, install-sh, missing, texinfo.tex:
20503         Normalize leading white space and remove trailing white space.
20504
20505         * config/texinfo.tex: Sync with texinfo.
20506
20507         * config/srclist.txt: Don't get regex.h, strdup.c, strtoll.c,
20508         strtoul.c from libc, to merge coreutils whitespace changes.
20509
20510         * config/srclist.txt: Get the following m4 files from gettext:
20511         codeset.m4, gettext.m4, glibc21.m4, iconv.m4, intdiv0.m4,
20512         inttypes-pri.m4, lcmessage.m4, lib-ld.m4, lib-link.m4, lib-prefix.m4,
20513         longdouble.m4, nls.m4, po.m4, progtest.m4, signed.m4, wchar_t.m4,
20514         wint_t.m4.
20515
20516 2003-08-12  Karl Berry  <karl@gnu.org>
20517
20518         * config/srclist.txt: can't sync vasnprintf.c any more, changes have
20519         been made.
20520
20521 2003-08-11  Paul Eggert  <eggert@twinsun.com>
20522
20523         * modules/gnu-source, m4/gnu-source.m4:
20524         Remove; we're assuming Autoconf 2.54 or later now.
20525         Suggested by Bruno Haible.
20526         * MODULES.html.sh (func_all_modules): Remove gnu-source.
20527
20528 2003-08-11  Bruno Haible  <bruno@clisp.org>
20529
20530         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF): Also check for wcslen.
20531
20532 2003-08-11  Bruno Haible  <bruno@clisp.org>
20533
20534         * lib/vasnprintf.c (local_wcslen): New function, for Solaris 2.5.1.
20535         (vasnprintf): Use it instead of wcslen.
20536
20537 2003-08-11  Bruno Haible  <bruno@clisp.org>
20538
20539         * lib/stdbool_.h (_Bool): Undo last change; instead use a negative enum
20540         value to ensure that _Bool promotes to int. Use #define for _Bool when
20541         using the Solaris C compiler. Adds comments suggested by Paul Eggert.
20542
20543 2003-08-10  Karl Berry  <karl@gnu.org>
20544
20545         * lib/regex.h: update from libc (whitespace fix).
20546
20547 2003-08-09  Paul Eggert  <eggert@twinsun.com>
20548
20549         Merge some files from coreutils.  These changes were
20550         originally made by Jim Meyering.
20551         * lib/acl.c: Include <sys/types.h> before <sys/stat.h>;
20552         many older Unixes require this.
20553         * lib/alloca.c (alloca): Remove cast to argument of free;
20554         no longer needed in C89.
20555         * lib/alloca_.h, regex.h: Fix white space to match
20556         what GNU indent does.
20557
20558 2003-08-09  Paul Eggert  <eggert@twinsun.com>
20559
20560         * m4/regex.m4 (jm_INCLUDED_REGEX): Change "\201" to "\371";
20561         apparently Emacs's Unicode mode got confused before my 2003-08-05
20562         checkin.
20563
20564 2003-08-08  Paul Eggert  <eggert@twinsun.com>
20565
20566         * m4/extensions.m4: New file.
20567         * m4/timespec.m4 (jm_CHECK_TYPE_STRUCT_TIMESPEC):
20568         Require gl_USE_SYSTEM_EXTENSIONS.
20569         * m4/unlocked-io.m4 (jm_FUNC_GLIBC_UNLOCKED_IO):
20570         Require gl_USE_SYSTEM_EXTENSIONS rather than AC_GNU_SOURCE.
20571
20572 2003-08-08  Paul Eggert  <eggert@twinsun.com>
20573
20574         * MODULES.html.sh (func_all_modules): Add extensions, gnu-source.
20575         * modules/extensions, modules/gnu-source: New files.
20576         * modules/timespec, modules/unlocked-io: Depend on extensions.
20577
20578 2003-08-07  Paul Eggert  <eggert@twinsun.com>
20579
20580         * modules/restrict: New file.
20581         * MODULES.html.sh (func_all_modules): Add restrict.
20582         * modules/regex: Depend on restrict.
20583
20584 2003-08-07  Paul Eggert  <eggert@twinsun.com>
20585
20586         * m4/restrict.m4: New file.
20587         * m4/regex.m4 (jm_PREREQ_REGEX): Add gl_C_RESTRICT.
20588
20589 2003-08-07  Bruno Haible  <bruno@clisp.org>
20590
20591         * modules/getndelim2 (Makefile.am): Add the files to EXTRA_DIST, not
20592         lib_SOURCES, because getndelim2.m4 now uses AC_LIBOBJ(getndelim2).
20593
20594 2003-08-07  Bruno Haible  <bruno@clisp.org>
20595
20596         * m4/getndelim2.m4 (gl_GETNDELIM2): Use AC_LIBOBJ(getndelim2). This
20597         makes the module 'getndelim2' compatible with the module 'getline'.
20598
20599 2003-08-05  Paul Eggert  <eggert@twinsun.com>
20600
20601         * m4/regex.m4 (jm_INCLUDED_REGEX): Replace a single non-ASCII
20602         byte with "\201" to avoid glitches when editing that source file
20603         with multi-gnome-terminal.
20604
20605 2003-08-05  Paul Eggert  <eggert@twinsun.com>
20606
20607         * lib/bumpalloc.h: Remove.
20608
20609 2003-08-05  Paul Eggert  <eggert@twinsun.com>
20610
20611         * MODULES.html.sh (func_all_modules): Remove bumpalloc.
20612         * modules/bumpalloc: Remove.
20613
20614 2003-08-04  Paul Eggert  <eggert@twinsun.com>
20615
20616         * lib/getloadavg.c: Change copyright notice and spacing to conform to
20617         GNU coding style.
20618
20619         Merge from coreutils.
20620         * lib/error.c [!USE_IN_LIBIO]: Omit this case; assume USE_IN_LIBIO is
20621         1. From glibc.
20622         * lib/getdate.y (date): Also accept dates like May-23-2003; suggestion
20623         from Karl Berry, implemented by Jim Meyering.
20624         * lib/getgroups.c: Include "xalloc.h" instead of declaring xalloc fns;
20625         from Dmitry V. Levin.
20626         Remove anachronistic cast of xrealloc.
20627         * lib/fnmatch_.h (__const): Remove.  Use 'const'.
20628         * lib/fnmatch_loop.c (NEW_PATTERN): Cast alloca return value to proper
20629         type. Otherwise, it wouldn't compile with at least /bin/cc on
20630         ymp-cray-unicos9.0.2.X.
20631         Combine two mostly-identical uses of alloca into one.
20632         Thanks to the Cray-Cyber project for access to a Cray Y-MP.
20633
20634 2003-08-04  Dave Love  <d.love@dl.ac.uk>
20635
20636         [From Emacs.]
20637
20638         * lib/getloadavg.c: Check `__unix' as well as `unix'.  Use #ifdef, not
20639         #if.  Check HAVE_LIBKSTAT as well as LOAD_AVE_TYPE.  Check
20640         F_SETFD, not FD_SETFD.  Use HAVE_STRUCT_NLIST_N_UN_N_NAME, not
20641         obsolete NLIST_NAME_UNION.
20642         [__GNU__]: Undef BSD and FSCALE.
20643         [!NLIST_STRUCT]: Remove conditional definition of NLIST_STRUCT.
20644
20645 2003-08-03  Paul Eggert  <eggert@twinsun.com>
20646
20647         * lib/stdbool_.h (_Bool): Make it signed char, instead of
20648         an enum type, so that it's guaranteed to promote to int.  See:
20649         <http://mail.gnu.org/archive/html/bug-gnulib/2003-07/msg00124.html>
20650
20651 2003-08-03  Karl Berry  <karl@gnu.org>
20652
20653         * config/depcomp: update from automake.
20654
20655 2003-07-31  Paul Eggert  <eggert@twinsun.com>
20656
20657         * lib/strerror.c: Include config.h, limits.h.  Declare sprintf.
20658         (strerror): Don't assume that a printable int fits in 14 bytes.
20659
20660 2003-07-31  Bruno Haible  <bruno@clisp.org>
20661
20662         * modules/getpass-gnu: New file.
20663         * MODULES.html.sh (func_all_modules): Add getpass-gnu.
20664
20665 2003-07-31  Bruno Haible  <bruno@clisp.org>
20666
20667         * m4/getpass.m4 (gl_FUNC_GETPASS_GNU): New macro.
20668
20669 2003-07-24  Karl Berry  <karl@gnu.org>
20670
20671         * config/missing: update from automake.
20672
20673 2003-07-24  Derek Robert Price  <derek@ximbiot.com>
20674             Bruno Haible  <bruno@clisp.org>
20675
20676         * lib/getline.h (getline, getdelim): Change return type to ssize_t.
20677         * lib/getline.c (getline, getdelim): Likewise.
20678         Remove _GNU_SOURCE define; now it's defined in config.h through
20679         m4/getline.m4.
20680
20681 2003-07-23  Karl Berry  <karl@gnu.org>
20682
20683         * config/config.sub: update from prep.
20684
20685 2003-07-22  Paul Eggert  <eggert@twinsun.com>
20686
20687         * modules/xalloc (Depends-on): Add exitfail.
20688         * modules/xmemcoll: Likewise.
20689
20690 2003-07-22  Paul Eggert  <eggert@twinsun.com>
20691
20692         * lib/xalloc.h (XCALLOC, XREALLOC, CCLONE): Fix under- and
20693         over-parenthesization in macros.
20694
20695         Sync with coreutils.
20696
20697         * lib/xalloc.h (XMALLOC, XCALLOC, XREALLOC): Remove casts not
20698         required by C99.
20699
20700         Use `exit_failure' for xalloc and xmemcoll instead of their own
20701         private exit-failure variables.
20702         * lib/xalloc.h (xalloc_exit_failure): Remove.
20703         * lib/xmalloc.c: Likewise.  Include exitfail.h.
20704         (xalloc_die): Use exit_failure instead of xalloc_exit_failure.
20705         * lib/xmemcoll.h (xmemcoll_exit_failure): Remove.
20706         * lib/xmemcoll.c: Likewise.  Include exitfail.h.
20707         (xmemcoll): Use exit_failure instead of xalloc_exit_failure.
20708
20709 2003-07-20  Jim Meyering  <jim@meyering.net>
20710
20711         * modules/closeout (Depends-on): Add exitfail.
20712         Suggestion from Bruno Haible.
20713
20714 2003-07-19  Karl Berry  <karl@gnu.org>
20715
20716         * config/config.sub: update from prep.
20717
20718 2003-07-18  Paul Eggert  <eggert@twinsun.com>
20719
20720         * lib/closeout.h (close_stdout_set_status, close_stdout_status):
20721         Remove.
20722         * lib/closeout.c: Likewise.  Include "closeout.h" right after config.h,
20723         to test that it can stand by itself.  Include "exitfail.h".
20724         Clients should set exit_failure instead.
20725         (EXIT_FAILURE): Remove; no longer needed.  Do not include <stdlib.h>.
20726
20727 2003-07-18  Bruno Haible  <bruno@clisp.org>
20728
20729         * modules/getndelim2: New file.
20730         * modules/getline: Share files with module getndelim2.
20731         * modules/getnline: Depend on getndelim2 instead of sharing files with
20732         it. Add getnline.c to lib_SOURCES.
20733         * MODULES.html.sh (func_all_modules): Add getndelim2.
20734
20735 2003-07-18  Bruno Haible  <bruno@clisp.org>
20736
20737         * m4/getndelim2.m4: New file.
20738         * m4/getline.m4 (AM_FUNC_GETLINE): Add AC_LIBOBJ of getndelim2.c and
20739         invoke gl_PREREQ_GETNDELIM2.
20740         (gl_PREREQ_GETLINE): Drop AC_HEADER_STDC, now done by
20741         gl_PREREQ_GETNDELIM2.
20742         * m4/getnline.m4 (gl_GETNLINE): Drop AC_HEADER_STDC, now done by
20743         gl_GETNDELIM2.
20744
20745 2003-07-18  Bruno Haible  <bruno@clisp.org>
20746
20747         * lib/getndelim2.h: New file.
20748         * lib/getndelim2.c: Make into a module of its own. Include config.h,
20749         getndelim2.h.
20750         (getndelim2): Make non-static. Change return type to ssize_t.
20751         * lib/getline.h: Change argument names.
20752         * lib/getline.c: Include getndelim2.h instead of getndelim2.c.
20753         * lib/getnline.c: Include getndelim2.h.
20754
20755 2003-07-18  Andreas Schwab  <schwab@suse.de>
20756
20757         * lib/memcoll.c (memcoll) [!HAVE_STRCOLL]: Clear errno.
20758
20759 2003-07-17  Karl Berry  <karl@gnu.org>
20760
20761         * config/config.sub: update from prep.
20762
20763 2003-07-17  Bruno Haible  <bruno@clisp.org>
20764
20765         * modules/getnline: New file.
20766         * modules/getline: Add lib/getndelim2.c to source file list.
20767         * MODULES.html.sh (func_all_modules): Add getnline.
20768
20769 2003-07-17  Bruno Haible  <bruno@clisp.org>
20770
20771         * m4/getnline.m4: New file.
20772
20773 2003-07-17  Bruno Haible  <bruno@clisp.org>
20774
20775         * m4/Makefile.am.in: Remove file.
20776         * m4/Makefile.am: Remove file.
20777         * m4/Makefile.in: Remove file.
20778
20779 2003-07-17  Bruno Haible  <bruno@clisp.org>
20780
20781         * lib/getnline.h: New file.
20782         * lib/getnline.c: New file.
20783         * lib/getndelim2.c: New file, extracted from getline.c.
20784         (getndelim2): Renamed from getdelim2, with added nmax argument.
20785         * lib/getline.c: Include getndelim2.c.
20786         (getdelim2): Moved out to getndelim2.c.
20787         (getline, getdelim): Update.
20788
20789 2003-07-17  Bruno Haible  <bruno@clisp.org>
20790
20791         * lib/Makefile.am: Remove file.
20792         * lib/Makefile.in: Remove file.
20793
20794 2003-07-17  Bruno Haible  <bruno@clisp.org>
20795
20796         * configure.in: Remove file.
20797         * Makefile.in: Remove file.
20798
20799 2003-07-17  Bruno Haible  <bruno@clisp.org>
20800
20801         * MODULES.html.sh: Put the </BODY> right before </HTML>.
20802
20803 2003-07-16  Karl Berry  <karl@gnu.org>
20804
20805         * config/srclist-update: was running fixlicense twice, which caused
20806                 texinfo.tex to be nullified for some reason.  Simplify,
20807                 $gplsrc is no longer needed as far as I can see?
20808
20809 2003-07-16  Jim Meyering  <jim@meyering.net>
20810
20811         * modules/save-cwd: Depend on xgetcwd.  From Derek Price.
20812
20813 2003-07-15  Paul Eggert  <eggert@twinsun.com>
20814
20815         * config/srclist.txt: Get the following files from gettext-runtime/intl
20816         instead: config.charset, localcharset.c, localcharset.h, ref-add.sin,
20817         ref-del.sin.  From Bruno Haible.
20818         * config/srclist-update (fixfile): Change grep pattern again, since the
20819         previous fix didn't work (there was another trailing $).  Use
20820         '[$]' to escape the $s.
20821
20822 2003-07-15  Karl Berry  <karl@gnu.org>
20823
20824         * lib/vasnprintf.c: update from gettext.
20825
20826 2003-07-15  Karl Berry  <karl@gnu.org>
20827
20828         * config/srclist-update (fixfile): Change grep pattern, since 'Id'
20829         gets expanded when surrounded by '$'.
20830
20831 2003-07-15  Jim Meyering  <jim@meyering.net>
20832
20833         * modules/save-cwd: Don't depend on error.  From Derek Price.
20834
20835 2003-07-15  Jim Meyering  <jim@meyering.net>
20836
20837         * lib/makepath.c (make_path): Enclose diagnostic in _(...).
20838
20839 2003-07-14  Simon Josefsson  <jas@extundo.com>
20840
20841         * modules/mempcpy: New file.
20842         * MODULES.html.sh (func_all_modules): Add mempcpy.
20843
20844 2003-07-14  Simon Josefsson  <jas@extundo.com>
20845
20846         * m4/mempcpy.m4: New file.
20847
20848 2003-07-14  Simon Josefsson  <jas@extundo.com>
20849
20850         * lib/mempcpy.h: New file.
20851         * lib/mempcpy.c: New file.
20852
20853 2003-07-14  Paul Eggert  <eggert@twinsun.com>
20854
20855         * modules/getdate, modules/posixtm: Depend on mktime.
20856
20857 2003-07-14  Paul Eggert  <eggert@twinsun.com>
20858
20859         * lib/ceill.c, expl.c, floorl.c, frexpl.c, ldexpl.c, mathl.h,
20860         sincosl.c, sqrtl.c, trigl.c, trigl.h, poll.c, poll_.h, mkstemp.c,
20861         unicodeio.c, unicodeio.h, unlocked-io.h:
20862         Switch from LGPL to GPL.
20863
20864 2003-07-14  Paul Eggert  <eggert@twinsun.com>
20865
20866         * lib/asnprintf.c, asprintf.c, config.charset, gettext.h,
20867         localcharset.c, localcharset.h, mkdtemp.c, printf-args.c,
20868         printf-args.h, printf-parse.c, printf-parse.h, ref-add.sin,
20869         ref-del.sin, setenv.c, unsetenv.c, vasnprintf.c, vasnprintf.h,
20870         vasprintf.c, vasprintf.h: Regenerate.  These files are now being
20871         updated automatically by ../config/srclist-update.  This changes
20872         their license from LPGL to GPL.
20873
20874 2003-07-14  Paul Eggert  <eggert@twinsun.com>
20875
20876         * config/srclist.txt: Add tons more gettext files.  $GETTEXT is now
20877         assumed to refer to the root of the most recent stable gettext version.
20878         * config/srclistvars.sh: Add defaults for eggert.
20879         * config/srclist-update: Convert LGPL to GPL in shell scripts, too.
20880         Match "This program" as well as "The program".  This is needed
20881         for gettext.
20882
20883 2003-07-14  Jim Meyering  <jim@meyering.net>
20884
20885         Don't emit diagnostics.  Let callers do that.
20886         * lib/save-cwd.c: Don't include "error.h".
20887         (save_cwd): Don't call error.  Ensure that errno is valid
20888         when returning nonzero.
20889
20890         * lib/save-cwd.h (restore_cwd): Update prototype.
20891         * lib/save-cwd.c (restore_cwd): Remove two parameters.
20892         Simplify.  Don't call error upon failure.  Let callers do that.
20893         (save_cwd): Mention that Irix 5.3 has the same problem as SunOS 4
20894         when auditing is enabled.  But don't bother updating the #if.
20895
20896 2003-07-11  Alexandre Duret-Lutz  <adl@gnu.org>
20897
20898         * lib/obstack.h (__INT_TO_PTR): Revert change of 2003-03-13;
20899         it breaks C++ compilation.
20900         [!__GNUC__ || !__STDC__] (obstack_finish): Cast result to void*.
20901
20902 2003-07-10  Simon Josefsson  <jas@extundo.com>
20903
20904         * modules/strchrnul (Makefile.am): Add strchrnul.h.
20905
20906 2003-07-10  Jim Meyering  <jim@meyering.net>
20907
20908         * m4/clock_time.m4: Remove trailing blank.
20909         * m4/intmax_t.m4: Likewise.
20910
20911 2003-07-10  Jim Meyering  <jim@meyering.net>
20912
20913         * lib/vasnprintf.c: Remove trailing blanks.
20914         Make cpp indentation consistent.
20915
20916 2003-07-09  Paul Eggert  <eggert@twinsun.com>
20917
20918         * lib/alloca_.h, euidaccess.c, getpass.c, memrchr.c, obstack.h,
20919         posixver.c, strftime.c, strnlen.c, strverscmp.c:
20920         Switch from LGPL to GPL.
20921
20922 2003-07-09  Paul Eggert  <eggert@twinsun.com>
20923
20924         * config/srclist.txt: Sort sublists.  Add
20925         $LIBCSRC/sysdeps/generic/strtoul.c. In comments, add more libc files
20926         that differ from gnulib for one reason or another; we'd like this list
20927         to be smaller but for now let's document what we have.
20928
20929 2003-07-08  Paul Eggert  <eggert@twinsun.com>
20930
20931         * config/srclist-update: Port to POSIX 1003.1-2001 hosts by avoiding
20932         the use of GNU extensions.  Change "x=`eval echo $x`" to the shorter
20933         and sweeter "eval x=$x".
20934         * config/srclist.txt: Get lib/argp* from glibc.
20935
20936 2003-07-07  Paul Eggert  <eggert@twinsun.com>
20937
20938         * lib/mktime.c: Fix some boundary cases and remove need for floating
20939         point.
20940
20941         Issue a compile-time diagnostic if time_t is floating point, or if
20942         two's complement arithmetic is not in effect, or if arithmetic
20943         right shift does not propagate the sign.  These assumptions were
20944         all in the original code but they weren't checked.
20945
20946         (TIME_T_MIDPOINT, verify): New macros.
20947         (__isleap): Remove; it has integer overflow problems.
20948         (leapyear): New function, without those problems.
20949         (ydhms_tm_diff): Remove; splitting into two parts.
20950         (ydhms_diff): New function, containing the arithmetic part of
20951         the old ydhms_tm_diff function.  Issue a compile-time
20952         diagnostic if we are not using C99 integer division.
20953         Avoid casts when possible.
20954         (guess_time_tm): New function, containing the checking part of
20955         the old ydhms_tm_diff function.  Return the new value, rather than
20956         the difference between it and the old.  Accept a new argument T
20957         so that *T specifies the old value.  Check for overflow in the result.
20958
20959         (__mktime_internal): Use a time_t offset, not a long int offset.
20960         This undoes the 2003-06-04 change, which is no longer needed now
20961         that we have better overflow checking.
20962         (localtime_offset): Likewise.
20963
20964         (__mktime_internal): Avoid harmful overflow on hosts where time_t
20965         and long are 64-bit but int is only 32-bit.
20966         (ydhms_diff): Use long int to store year1 and yday1.
20967         Issue a compile-time diagnostic if long int is not wide enough.
20968
20969         (__mktime_internal): Use long int to store adjusted year and yday.
20970         Use plain C rather than preprocessor commands, if that doesn't
20971         affect efficiency.
20972         Check for overflow (and try to repair) after each probe
20973         rather than checking only at the very end.  This avoids some bugs
20974         (e.g., southern hemisphere, behind GMT, and GMT offset at minimum time
20975         does not equal GMT offset at maximum time).
20976         Use integer to check for overflow rather than floating point; this
20977         is more portable to non-IEEE hosts, and is a tad faster.
20978         When we detect that we are oscillating between two values,
20979         don't check whether tm_isdst has the requested value, since
20980         we already know the answer.  When tm_isdst has the wrong value,
20981         use a different heuristic to find the right one, based on the
20982         extreme values actually observed in practice in tz2003a,
20983         rather than the (overly optimistic) "previous 3 calendar quarters".
20984
20985         (not_equal_tm, print_tm, check_result): Use "const T" rather than
20986         "T const" to accommodate glibc style.
20987         (check_result): Use less-confusing report format.  "long" -> "long int.
20988         (main): Likewise.
20989         Don't loop if the iteration overflows time_t.
20990         Allow a negative step in the iteration.
20991
20992 2003-07-06  Karl Berry  <karl@gnu.org>
20993
20994         * config/depcomp: update from automake.
20995         * config/config.sub: update from prep.
20996
20997 2003-07-03  Karl Berry  <karl@gnu.org>
20998
20999         * config/config.guess: update from prep.
21000
21001 2003-07-01  Paul Eggert  <eggert@twinsun.com>
21002
21003         * m4/xreadlink.m4 (gl_XREADLINK): Don't check for sys/types.h, since
21004         xreadlink.c now includes it unconditionally.
21005
21006 2003-07-01  Paul Eggert  <eggert@twinsun.com>
21007
21008         * lib/xreadlink.c: Include <sys/types.h> unconditionally, instead of
21009         having it depend on HAVE_SYS_TYPES_H.
21010
21011 2003-07-01  Bruno Haible  <bruno@clisp.org>
21012
21013         * m4/ssize_t.m4 (gt_TYPE_SSIZE_T): Don't include <unistd.h>.
21014         <sys/types.h> should be sufficient.
21015         Reported by Paul Eggert.
21016
21017 2003-06-26  Karl Berry  <karl@gnu.org>
21018
21019         * config/depcomp: update from automake.
21020
21021 2003-06-26  Bruno Haible  <bruno@clisp.org>
21022
21023         * modules/human: Depend on module stdbool.
21024
21025 2003-06-25  Bruno Haible  <bruno@clisp.org>
21026
21027         * modules/readlink: New file.
21028         * modules/xreadlink: Depend on it.
21029         * MODULES.html.sh (func_all_modules): Add readlink.
21030
21031 2003-06-25  Bruno Haible  <bruno@clisp.org>
21032
21033         * m4/readlink.m4: New file.
21034
21035 2003-06-25  Bruno Haible  <bruno@clisp.org>
21036
21037         * lib/readlink.c: New file.
21038
21039 2003-06-22  Karl Berry  <karl@gnu.org>
21040
21041         * config/srclist.txt: update mkinstalldirs from automake.
21042         * config/mkinstalldirs: update.
21043
21044 2003-06-22  Bruno Haible  <bruno@clisp.org>
21045
21046         Portability to mingw32.
21047         * m4/ssize_t.m4: New file, from GNU gettext.
21048         * m4/safe-read.m4 (gl_PREREQ_SAFE_READ): Require gt_TYPE_SSIZE_T.
21049         * m4/xreadlink.m4 (gl_XREADLINK): Require gt_TYPE_SSIZE_T.
21050
21051 2003-06-22  Bruno Haible  <bruno@clisp.org>
21052
21053         * modules/safe-read: Add m4/ssize_t.m4.
21054         * modules/xreadlink: Add m4/ssize_t.m4.
21055
21056 2003-06-20  Bruno Haible  <bruno@clisp.org>
21057
21058         Assume C89, so PARAMS isn't needed.
21059         * lib/unicodeio.h (PARAMS): Remove.
21060         * lib/unicodeio.c: Don't use PARAMS.
21061
21062 2003-06-18  Karl Berry  <karl@gnu.org>
21063
21064         * config/config.{guess,sub}: update from prep.
21065
21066 2003-06-18  Jim Meyering  <jim@meyering.net>
21067
21068         Merge changes from coreutils.
21069         * lib/readutmp.c: Include <string.h> and <stdlib.h> unconditionally.
21070         Remove explicit declarations of xmalloc and realloc.
21071         Include xalloc.h.
21072         (read_utmp): Remove anachronistic cast of xmalloc.
21073
21074 2003-06-17  Paul Eggert  <eggert@twinsun.com>
21075
21076         Assume C89, so PARAMS isn't needed.
21077         * lib/backupfile.h (PARAMS): Remove.  All uses removed.
21078         * lib/closeout.h, lib/dirname.h, lib/filemode.h, lib/fsusage.h,
21079         lib/getdate.h, lib/getline.h, lib/group-member.h, lib/hard-locale.h,
21080         lib/hash.h, lib/linebuffer.h, lib/long-options.h, lib/makepath.h,
21081         lib/memcasecmp.h, lib/memcoll.h, lib/modechange.h, lib/mountlist.h,
21082         lib/path-concat.h, lib/physmem.h, lib/posixtm.h, lib/quote.h,
21083         lib/readutmp.h, lib/same.h, lib/save-cwd.h, lib/savedir.h,
21084         lib/stdio-safer.h, lib/strtoimax.c, lib/strverscmp.h,
21085         lib/unistd-safer.h, lib/version-etc.h, lib/xalloc.h, lib/xreadlink.h,
21086         lib/xstrtod.h, lib/xstrtol.h: Likewise.
21087         * lib/filemode.h, lib/hard-locale.h, lib/memcoll.h, lib/modechange.h,
21088         lib/physmem.h, lib/same.h, lib/strverscmp.h: Do not include config.h;
21089         no longer needed. Anyway, config.h should always be included before any
21090         other file.
21091
21092 2003-06-11  Simon Josefsson  <jas@extundo.com>
21093
21094         * modules/sysexits: New file.
21095         * MODULES.html.sh (func_all_modules): Add sysexits.
21096
21097 2003-06-11  Simon Josefsson  <jas@extundo.com>
21098
21099         * lib/sysexit_.h: New file.
21100
21101 2003-06-11  Derek Price  <derek@ximbiot.com>
21102
21103         * lib/stat.c [LSTAT]: Compile/use slash_aware_lstat only if it is
21104         necessary.
21105
21106 2003-06-11  Bruno Haible  <bruno@clisp.org>
21107
21108         * m4/sysexits.m4: New file.
21109
21110 2003-06-10  Simon Josefsson  <jas@extundo.com>
21111
21112         * lib/argp.h: New file, from glibc.
21113         * lib/argp-ba.c: New file, from glibc.
21114         * lib/argp-eexst.c: New file, from glibc.
21115         * lib/argp-fmtstream.c: New file, from glibc.
21116         * lib/argp-fmtstream.h: New file, from glibc.
21117         * lib/argp-fs-xinl.c: New file, from glibc.
21118         * lib/argp-help.c: New file, from glibc.
21119         * lib/argp-namefrob.h: New file, from glibc.
21120         * lib/argp-parse.c: New file, from glibc.
21121         * lib/argp-pv.c: New file, from glibc.
21122         * lib/argp-pvh.c: New file, from glibc.
21123         * lib/argp-xinl.c: New file, from glibc.
21124
21125 2003-06-10  Simon Josefsson  <jas@extundo.com>
21126
21127         * modules/strchrnul: New file.
21128
21129 2003-06-10  Simon Josefsson  <jas@extundo.com>
21130
21131         * modules/argp: New file.
21132
21133 2003-06-10  Simon Josefsson  <jas@extundo.com>
21134
21135         * m4/strchrnul.m4: New file.
21136
21137 2003-06-10  Simon Josefsson  <jas@extundo.com>
21138
21139         * lib/strchrnul.h: New file.
21140         * lib/strchrnul.c: New file.
21141
21142 2003-06-10  Bruno Haible  <bruno@clisp.org>
21143
21144         * MODULES.html.sh (func_all_modules): Add strchrnul and argp.
21145
21146 2003-06-07  Karl Berry  <karl@gnu.org>
21147
21148         * config/config.{guess,sub}: update from prep.
21149
21150 2003-06-07  Jim Meyering  <jim@meyering.net>
21151
21152         * modules/strtod: Use $(...) notation, not @...@ for
21153         AC_REPLACE'd variables.
21154         * modules/localcharset: Likewise.
21155
21156 2003-06-07  Jim Meyering  <jim@meyering.net>
21157
21158         * lib/readtokens.h: Put `Free Software Foundation, Inc.'
21159         in place of my name in the copyright comment.
21160         Remove definition and uses of __P.
21161
21162         From coreutils.
21163         * lib/stat.c: Don't declare xmalloc explicitly.
21164         Instead, include "xalloc.h".
21165         * lib/readtokens.c (readtokens): Remove anachronistic casts of xmalloc,
21166         xrealloc, and xcalloc return values.
21167         * lib/xgetcwd.c (xgetcwd): Include "xgetcwd.h".
21168         Improve comment.
21169         * lib/xgetcwd.h: Remove definition/uses of PARAMS.
21170
21171 2003-06-07  Bruno Haible  <bruno@clisp.org>
21172
21173         * modules/poll (Makefile.am): Use explicit creation rule for poll.h, to
21174         avoid AC_CONFIG_LINKS.
21175         * modules/fnmatch (Makefile.am): Use explicit creation rule for
21176         fnmatch.h, to avoid AC_CONFIG_LINKS.
21177         * modules/alloca (Makefile.am): Make creation of alloca.h Ctrl-C safe.
21178
21179 2003-06-07  Bruno Haible  <bruno@clisp.org>
21180
21181         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH, gl_FUNC_FNMATCH_POSIX,
21182         gl_FUNC_FNMATCH_GNU): Set FNMATCH_H instead of invoking
21183         AC_CONFIG_LINKS. Needed to allow for a different name of the lib
21184         directory.
21185         * m4/poll.m4 (gl_FUNC_POLL): Set POLL_H instead of invoking
21186         AC_CONFIG_LINKS. Needed to allow for a different name of the lib
21187         directory.
21188
21189 2003-06-06  Jim Meyering  <jim@meyering.net>
21190
21191         Merge from coreutils.
21192         * lib/same.c: (same_name): Declare *_basename locals to be `const'.
21193         Consolidate declarations and initializations of *_base* locals.
21194
21195         Merge from coreutils.
21196         This avoids a core dump on systems without GNU putenv,
21197         when running `env -u SOME_ALREADY_UNSET_VARIABLE'.
21198         * lib/putenv.c (__set_errno, LOCK, UNLOCK): Define.
21199         (unsetenv): New static function, from GNU libc.
21200         (rpl_putenv): Use it.
21201
21202         * lib/modechange.c: Remove trailing blanks.
21203
21204         Merge from coreutils.
21205         * lib/fsusage.c: Remove declaration of statfs.
21206         It conflicted with one from OSF/1 5.1 in <sys/mount.h>.
21207
21208         * lib/posixtm.c: Include <stdbool.h> unconditionally.
21209
21210 2003-06-06  Jim Meyering  <jim@meyering.net>
21211
21212         * lib/stdbool_.h: Renamed from stdbool.h.in.
21213
21214 2003-06-06  Jim Meyering  <jim@meyering.net>
21215             Bruno Haible  <bruno@clisp.org>
21216
21217         * modules/stdbool: Reflect renaming: stdbool.h.in -> stdbool_.h.
21218         Adjust Makefile.am snippet not to redirect directly to target.
21219         Use $(STDBOOL_H) notation, not @STDBOOL_H@ for AC_REPLACE'd variables.
21220
21221 2003-06-05  Paul Eggert  <eggert@twinsun.com>
21222
21223         * lib/mktime.c (__mktime_internal): When resolving a tm_isdst
21224         mismatch, look in future quarters as well as past.  This fixes a
21225         bug when processing fall-backwards gaps immediately after a long
21226         period of daylight-saving time.
21227
21228         * lib/mktime.c: Assume freestanding C89 or better.
21229         (HAVE_LIMITS_H): Remove.  Assume it's 1.
21230         (__P): Remove; not used.
21231         (CHAR_BIT, INT_MIN, INT_MAX): Remove; <limits.h> defines them.
21232         (mktime, not_equal_tm, print_tm, check_result,
21233         main): Use prototypes.  Use const * where appropriate.
21234         (main): Fix typo in testing code that uncovered by above changes.
21235         (Local Variables): Remove -DHAVE_LIMITS_H from compile-command.
21236
21237 2003-06-04  Paul Eggert  <eggert@twinsun.com>
21238
21239         * m4/human.m4 (gl_HUMAN): Require AM_STDBOOL_H.  Check for
21240         locale.h, localeconv.  This merges changes from coreutils.
21241
21242         * m4/mktime.m4 (AC_FUNC_MKTIME): New macro, taken from Autoconf CVS.
21243         It can be removed after the next Autoconf is released.
21244         * m4/exclude.m4 (gl_EXCLUDE): Don't check for sys/types.h; no loner
21245         needed.
21246
21247 2003-06-04  Paul Eggert  <eggert@twinsun.com>
21248
21249         * lib/mktime.c: Fix Debian bug 177940
21250         <http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=177940>.
21251         (localtime_offset): Now long int, not time_t, because we want it
21252         to be guaranteed to be signed.  All uses changed.
21253         (__mktime_internal): If overflow would occur when adding offset,
21254         don't add it.
21255
21256         Merge 'human' changes from coreutils.  Rewrite to support
21257         locale-specific notations like thousands separators.
21258         * lib/human.c: Simplify authorship notice.
21259         Include human.h immediately after config.h.
21260         <sys/types.h>, <stdio.h>: Do not include; no longer needed.
21261         <limits.h>: Do not include, since human.h does.
21262         (SIZE_MAX, UINTMAX_MAX): New macros.
21263         <strings.h>: Include if HAVE_STRINGS_H, not if !HAVE_STRING_H.
21264         <locale.h>: Include if HAVE_LOCALE_H and HAVE_LOCALECONV.
21265         (HUMAN_READABLE_SUFFIX_LENGTH_MAX): New macro.
21266         (power_letter): Renamed from suffixes.
21267         (generate_suffix_backwards): Remove.
21268         (adjust_value): Now takes int style (because of human.h changes)
21269         and long double value (for greater precision on some platforms).
21270         (group_number): New function.
21271         (human_readable): Use it.  Use integer options, not enum.
21272         Put the options before the sizes in the arg list.
21273         Support all the new options.
21274         The old human_readable function has been removed;
21275         use inttostr.h instead.
21276         (human_readable, default_block_size, humblock):
21277         Use uintmax_t, not int, for block sizes.
21278         (human_readable_inexact, block_size_types): Remove.
21279         (block_size_opts): New constant.
21280         (human_options): Renamed from human_block_size, with new signature
21281         that allows block sizes up to UINTMAX_MAX.  All callers changed.
21282         * lib/human.h: Add copyright and authorship notice.
21283         Include <limits.h> and <stdbool.h> unconditionally.
21284         (PARAMS): Remove.  All uses removed.
21285         (LONGEST_HUMAN_READABLE): Add support for thousands separator.
21286         (enum human_inexact_style): Remove tag; now a nameless enum.
21287         (human_floor, human_ceiling, human_round_to_even): Now have
21288         values 2, 0, 1 rather than -1, 1, 0.
21289         (human_group_digits, human_suppress_point_zero, human_autoscale,
21290         human_base_1024, human_SI, human_B): New constants.
21291         (human_readable_inexact, human_block_size): Remove.
21292         (human_readable): Size args are now uintmax_t, not int.
21293         (human_options): New decl.
21294
21295         * lib/exclude.c: (new_exclude, add_exclude): Remove casts that are
21296         unnecessary now that we assume C89 or better.  This change
21297         imported from coreutils.
21298
21299         * lib/mktime.c (__mktime_internal): Do not reject negative timestamps
21300         arbitrarily.  This is the same patch as 2003-05-28, but it got lost
21301         in the 2003-05-30 sync from glibc.
21302
21303         .h files should stand alone, but we shouldn't include <sys/types.h>
21304         if we can get away with just <stddef.h>.
21305
21306         * lib/__fpending.h, addext.c, backupfile.c, exclude.c, getline.c,
21307         malloc.c, putenv.c, realloc.c, strcasecmp.c: Include <stddef.h>
21308         rather than <sys/types.h>, as we merely need size_t.
21309         * lib/dirname.h, memcoll.h, xalloc.h, xmemcoll.h: Include <stddef.h>,
21310         to get size_t.
21311         * lib/hash.h, linebuffer.h, readtokens.h, stdio-safer.h, version-etc.h:
21312         Include <stdio.h>, to get FILE.
21313         * lib/memcasecmp.c: Don't include <sys/types.h>, as we can assume
21314         memcasecmp.h has included <stddef.h> and all we need is size_t.
21315         * lib/memcoll.c: Include "memcoll.h", which gets us size_t and checks
21316         our interface, instead of including <sys/types.h>
21317
21318 2003-06-04  Paul Eggert  <eggert@twinsun.com>
21319
21320         * config/srclist.txt ($LIBCSRC/time/mktime.c lib gpl): Comment out for
21321         now, as glibc mktime is buggy on non-glibc systems.
21322
21323 2003-06-03  Karl Berry  <karl@gnu.org>
21324
21325         * config/config.sub: update from prep.
21326
21327 2003-06-02  Paul Eggert  <eggert@twinsun.com>
21328
21329         [from coreutils]
21330         Fix some minor time-related bugs with POSIX time arguments.
21331         Some valid time stamps were being rejected (notably -1, and
21332         time stamps before 1900 on 64-bit hosts).  And some invalid
21333         time stamps were being accepted, e.g. September 31.
21334
21335         * lib/posixtm.h (posixtime): Return bool instead of time_t, so
21336         that we can return (time_t) -1 successfully.
21337         * lib/posixtm.c: Likewise.
21338         [HAVE_STDBOOL_H]: Include <stdbool.h>.
21339         (bool, false, true) [!HAVE_STDBOOL_H]: New type.
21340         (t): Remove static var.
21341         (year, posix_time_parse): Now takes struct tm * arg to modify, instead
21342         of static var.  All uses changed.
21343         (year): Do not reject years before 1900; they can occur with
21344         64-bit time_t.
21345         (posix_time_parse): Do not check for out-of-range components;
21346         that is now the caller's responsibility, since our checks were
21347         only approximations.
21348         (posixtime): Use mktime to check for out-of-range components,
21349         since it knows them exactly.
21350         If mktime returns (time_t) -1, check whether an error actually occurred
21351         by invoking localtime on -1.
21352         (main) [TEST_POSIXTIME]: Check for input data errors, and report
21353         posixtime failures better.
21354         Improve the test data (in comments only).
21355
21356 2003-06-02  Karl Berry  <karl@gnu.org>
21357
21358         * config/mkinstalldirs (version): new variable.
21359         (--version): new option.
21360         (usage): improve message.
21361
21362 2003-05-30  Karl Berry  <karl@gnu.org>
21363
21364         * lib/mktime.c: update from libc.
21365
21366 2003-05-30  Bruno Haible  <bruno@clisp.org>
21367
21368         * modules/gettext: Add files m4/nls.m4 and m4/po.m4.
21369         * config/config.rpath: Upgrade to gettext-0.12.1.
21370
21371 2003-05-30  Bruno Haible  <bruno@clisp.org>
21372
21373         * m4/gettext.m4: Upgrade to gettext-0.12.1.
21374         * m4/nls.m4: New file, from gettext-0.12.1.
21375         * m4/po.m4: New file, from gettext-0.12.1.
21376         * m4/progtest.m4: Upgrade to gettext-0.12.1.
21377
21378 2003-05-30  Bruno Haible  <bruno@clisp.org>
21379
21380         * lib/config.charset: Upgrade to gettext-0.12.1 and libiconv-1.9.1.
21381         * lib/localcharset.h: Likewise.
21382         * lib/localcharset.c: Likewise.
21383
21384 2003-05-29  Karl Berry  <karl@gnu.org>
21385
21386         * config/config.rpath: update from gettext.
21387
21388 2003-05-28  Paul Eggert  <eggert@twinsun.com>
21389
21390         Assume the headers required for C89 freestanding compilers.
21391         * m4/backupfile.m4 (gl_BACKUPFILE): Don't check for limits.h.
21392         * m4/fsusage.m4 (gl_PREREQ_FSUSAGE_EXTRA): Likewise.
21393         * m4/human.m4 (gl_HUMAN): Likewise.
21394         * m4/pathmax.m4 (gl_PATHMAX): Likewise.
21395         * m4/rpmatch.m4 (gl_FUNC_RPMATCH): Likewise.
21396         * m4/userspec.m4 (gl_USERSPEC): Likewise.
21397         * m4/xreadlink.m4 (gl_XREADLINK): Likewise.
21398         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Likewise.
21399         * m4/quote.m4 (gl_QUOTE): Don't check for stddef.h.
21400
21401 2003-05-28  Paul Eggert  <eggert@twinsun.com>
21402
21403         Assume the headers required for C89 freestanding compilers.
21404         * lib/addext.c, lib/backupfile.c, lib/fsusage.c, lib/human.c,
21405         lib/pathmax.h, lib/rpmatch.c, lib/userspec.c, lib/xreadlink.c,
21406         lib/xstrtol.c: Include <limits.h> without checking for HAVE_LIMITS_H.
21407         * lib/backupfile.c, lib/fsusage.c, lib/hash.c, lib/human.c,
21408         lib/safe-read.c, lib/userspec.c, lib/xstrtol.c (CHAR_BIT): Don't
21409         define, since <limits.h> is guaranteed to do that.
21410         * lib/fatal.c: Include <stdarg.h> without checking for __STDC__.
21411         * lib/exclude.c: Include <stdbool.h> unconditionally.
21412         * lib/tempname.c: Include <stddef.h> unconditionally.
21413         * lib/hash.c: Include <limits.h>, since we no longer define CHAR_BIT.
21414         * lib/modechange.c, rpmatch.c (NULL): Don't define, since
21415         <stddef.h> does that.
21416         * lib/quote.c: Dont include <stddef.h> or <sys/types.h>; not needed.
21417         * lib/safe-read.c (INT_MAX): Don't define, since <limits.h> does that.
21418         * lib/safe-read.c (TYPE_MINIMUM, TYPE_MAXIMUM): Remove; no longer
21419         needed.
21420         * lib/xstrtol.c: Likewise.
21421         * lib/safe-read.c: Remove TYPE_SIGNED; no longer needed.
21422         * lib/savedir.c: Include <stddef.h> instead of defining NULL.
21423
21424         * lib/addext.c (addext): Use assignment rather than cast, to avoid
21425         warnings on some platforms.
21426
21427         * lib/mktime.c (__mktime_internal): Do not reject negative timestamps
21428         arbitrarily.
21429
21430 2003-05-26  Jim Meyering  <jim@meyering.net>
21431
21432         Merge in a change from coreutils:
21433         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Test the cache variable, not one
21434         that is guaranteed to be `no'.  Use `no_such_member' to indicate
21435         that condition, rather than `-1' which is slightly misleading.
21436         Change the name of the cache variable to have the gl_ prefix.
21437         Prompted by a patch from Richard Dawe for DJGPP.
21438
21439 2003-05-24  Karl Berry  <karl@gnu.org>
21440
21441         * config/config.guess: update from prep.
21442
21443 2003-05-22  Karl Berry  <karl@gnu.org>
21444
21445         * gnulib-tool (func_usage): =LIBRARY not =libRARY in help msg.
21446
21447 2003-05-20  Karl Berry  <karl@gnu.org>
21448
21449         * config/config.guess: update from prep.
21450
21451 2003-05-18  Karl Berry  <karl@gnu.org>
21452
21453         * config/srclistvars.sh (TEXMF): use TEXMFROOT instead, since TEXMF
21454         might actually be set by the user.
21455
21456         * config/depcomp, install-sh, mdate-sh: update from automake.
21457
21458 2003-05-17  Bruno Haible  <bruno@clisp.org>
21459
21460         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Fix a quoting bug leading to an
21461         invalid expansion for AC_EGREP_CPP.
21462         * m4/strtoimax.m4 (gl_FUNC_STRTOIMAX): Likewise.
21463         * m4/strtoumax.m4 (gl_FUNC_STRTOUMAX): Likewise.
21464         Suggested by Akim Demaille <akim@epita.fr> in
21465         http://mail.gnu.org/archive/html/bug-autoconf/2003-05/threads.html
21466
21467 2003-05-12  Jim Meyering  <jim@meyering.net>
21468
21469         * lib/strftime.c (my_strftime): Let the `-' (no-pad) flag affect
21470         the space-padded-by-default conversion specifiers, %e, %k, %l.
21471
21472 2003-05-12  Bruno Haible  <bruno@clisp.org>
21473
21474         * lib/linebreak.c (iconv_string_length): Don't return -1 just because
21475         the string is longer than 4 KB.
21476
21477 2003-05-11  Karl Berry  <karl@gnu.org>
21478
21479         * config/config.{guess,sub}: update from prep.
21480
21481 2003-05-09  Bruno Haible  <bruno@clisp.org>
21482
21483         * modules/error: Add m4/strerror_r.m4 to file list.
21484
21485 2003-05-03  Bruno Haible  <bruno@clisp.org>
21486
21487         Upgrade to Unicode-4.0.
21488         * lib/linebreak.c (nonspacing_table_data): Change width of U+00AD,
21489         U+0350..U+0357, U+035D..U+035F, U+0600..U+0603, U+0610..U+0615,
21490         U+0656..U+0658, U+0A01, U+0AE2..U+0AE3, U+0CBC, U+17B4..U+17B5,
21491         U+17DD, U+1920..U+1922, U+1927..U+192B, U+1932, U+1939..U+193B
21492         from 1 to 0. Change width of U+0CBF, U+0CC6, U+180E from 0 to 1.
21493         (uc_width): Change width of U+4DC0..U+4DFF from 2 to 1. Change width
21494         of U+2A6D7..U+2F7FF, U+2FA1E..U+2FFFD, U+30000..U+3FFFD from 1 to 2.
21495         Change width of U+E0100..U+E01EF from 1 to 0.
21496
21497 2003-04-25  Jim Meyering  <jim@meyering.net>
21498
21499         * lib/copy-file.c (copy_file_preserving): Declare buf_size to be
21500         of type size_t, not int.
21501
21502 2003-04-25  Bruno Haible  <bruno@clisp.org>
21503
21504         * lib/copy-file.c: Include <stddef.h>, for size_t.
21505
21506 2003-04-21  Paul Eggert  <eggert@twinsun.com>
21507
21508         * m4/error.m4 (gl_ERROR): Do not put under dynamic conditions some
21509         code which expansion is under static control.  Patch imported from
21510         Akim Demaille's patch to Bison; see
21511         <http://mail.gnu.org/archive/html/bison-patches/2003-03/msg00057.html>.
21512
21513 2003-04-14  Bruno Haible  <bruno@clisp.org>
21514
21515         * m4/error.m4 (jm_PREREQ_ERROR): Use AC_FUNC_VPRINTF.
21516
21517 2003-04-11  Jim Meyering  <jim@meyering.net>
21518
21519         Merge changes from Coreutils.
21520
21521         2003-03-22  Jim Meyering  <jim@meyering.net>
21522
21523         * lib/strftime.c (widen): Cast alloca return value to proper type.
21524
21525         2003-01-19  Ulrich Drepper  <drepper@redhat.com>
21526
21527         From GNU libc.
21528         * lib/strftime.c (my_strftime): Handle very large width
21529         specifications for numeric values correctly.  Improve checks for
21530         overflow.
21531
21532         2003-01-19  Jim Meyering  <jim@meyering.net>
21533
21534         * lib/strftime.c (widen) [COMPILE_WIDE]: Merge nearly-identical
21535         definitions.
21536         (nl_get_alt_digit) [! defined my_strftime]: Define.
21537         (my_strftime) [_NL_CURRENT]: Merge nearly-identical uses of
21538         _nl_get_alt_digit and _nl_get_walt_digit.
21539
21540         * lib/strftime.c (my_strftime): Merge in locale-related changes from
21541         libc. These changes have no effect outside of _LIBC.
21542
21543 2003-04-10  Bruno Haible  <bruno@clisp.org>
21544
21545         * modules/findprog: New file.
21546         * MODULES.html.sh (func_all_modules): Add it.
21547
21548 2003-04-10  Bruno Haible  <bruno@clisp.org>
21549
21550         * m4/findprog.m4: New file.
21551         * m4/eaccess.m4: New file.
21552
21553 2003-04-10  Bruno Haible  <bruno@clisp.org>
21554
21555         * lib/findprog.h: New file, from GNU gettext.
21556         * lib/findprog.c: New file, from GNU gettext.
21557
21558 2003-04-05  Jim Meyering  <jim@meyering.net>
21559
21560         Merge changes from Coreutils.
21561
21562         * lib/exclude.h (PARAMS): Remove definition and uses.
21563         * lib/exclude.c: Remove uses of `PARAMS'.
21564
21565         * lib/dirname.c [TEST_DIRNAME]: Update build instructions for test.
21566         Add test-cases for DOS filenames. Declare program_name.
21567         (main): Set up program_name.  Patch by Rich Dawe.
21568
21569         * lib/mountlist.c (read_filesystem_list) [MOUNTED_VMOUNT]: Detect any
21570         error from mntctl.
21571         Use mntctl's return value to drive the entry-processing loop, since
21572         we can't rely on the value of the vmt_length member in the last
21573         entry.  On some systems doing so could result in exhausting
21574         virtual memory.  Based in part on a patch from Mike Jetzer.
21575
21576 2003-04-04  Bruno Haible  <bruno@clisp.org>
21577
21578         * modules/linebreak: New file.
21579         * MODULES.html.sh (func_all_modules): Add it.
21580
21581 2003-04-04  Bruno Haible  <bruno@clisp.org>
21582
21583         * m4/linebreak.m4: New file.
21584
21585 2003-04-04  Bruno Haible  <bruno@clisp.org>
21586
21587         * lib/linebreak.h: New file, from GNU gettext.
21588         * lib/linebreak.c: New file, from GNU gettext with slight
21589         modifications.
21590         * lib/lbrkprop.h: New file, from GNU gettext.
21591
21592 2003-04-03  Bruno Haible  <bruno@clisp.org>
21593
21594         * modules/utf8-ucs4: New file.
21595         * modules/utf16-ucs4: New file.
21596         * modules/ucs4-utf8: New file.
21597         * modules/ucs4-utf16: New file.
21598         * MODULES.html.sh (func_all_modules): Add them.
21599
21600 2003-04-03  Bruno Haible  <bruno@clisp.org>
21601
21602         * m4/utf-ucs4.m4: New file.
21603         * m4/ucs4-utf.m4: New file.
21604
21605 2003-04-03  Bruno Haible  <bruno@clisp.org>
21606
21607         * lib/utf8-ucs4.h: New file, from GNU gettext.
21608         * lib/utf16-ucs4.h: New file, from GNU gettext.
21609         * lib/ucs4-utf8.h: New file, from GNU gettext.
21610         * lib/ucs4-utf16.h: New file, from GNU gettext.
21611
21612 2003-04-02  Bruno Haible  <bruno@clisp.org>
21613
21614         * modules/binary-io: New file.
21615         * MODULES.html.sh (func_all_modules): Add it.
21616
21617 2003-04-02  Bruno Haible  <bruno@clisp.org>
21618
21619         * lib/binary-io.h: New file, from GNU gettext.
21620
21621 2003-04-01  Bruno Haible  <bruno@clisp.org>
21622
21623         * modules/pathname: New file.
21624         * MODULES.html.sh (func_all_modules): Add it.
21625
21626 2003-04-01  Bruno Haible  <bruno@clisp.org>
21627
21628         * lib/pathname.h: New file, from GNU gettext.
21629         * lib/concatpath.c: New file, from GNU gettext.
21630
21631 2003-03-30  Bruno Haible  <bruno@clisp.org>
21632
21633         * m4/copy-file.m4 (gl_COPY_FILE): Add check for chown().
21634
21635 2003-03-30  Bruno Haible  <bruno@clisp.org>
21636
21637         * lib/copy-file.c (copy_file_preserving): Don't set owner if the
21638         function chown() doesn't exist.
21639
21640 2003-03-28  Bruno Haible  <bruno@clisp.org>
21641
21642         * modules/copy-file: New file.
21643         * MODULES.html.sh (func_all_modules): Add it.
21644
21645 2003-03-28  Bruno Haible  <bruno@clisp.org>
21646
21647         * m4/copy-file.m4: New file.
21648
21649 2003-03-28  Bruno Haible  <bruno@clisp.org>
21650
21651         * lib/copy-file.h: New file, from GNU gettext.
21652         * lib/copy-file.c: New file, from GNU gettext.
21653
21654 2003-03-18  Jim Meyering  <jim@meyering.net>
21655
21656         * lib/quote.c (quote_n): Fix typo in comment.
21657
21658 2003-03-18  Bruno Haible  <bruno@clisp.org>
21659
21660         * m4/onceonly.m4: Use m4_defn instead of defn, for better error
21661         checking.
21662         * m4/onceonly_2_57.m4: Likewise.
21663
21664 2003-03-17  Bruno Haible  <bruno@clisp.org>
21665
21666         * m4/onceonly.m4: Require autoconf 2.54 or newer.
21667         (m4_quote): Remove macro.
21668         * m4/onceonly_2_57.m4: Require autoconf 2.54 or newer.
21669
21670 2003-03-14  Jim Meyering  <jim@meyering.net>
21671
21672         Merge changes from Coreutils.
21673         * lib/obstack.h (obstack_object_size): Declare temporary, __o,
21674         to be const, in order to avoid warnings.
21675         (obstack_room): Likewise.
21676         (obstack_empty_p): Likewise.
21677
21678 2003-03-14  Bruno Haible  <bruno@clisp.org>
21679
21680         * m4/onceonly_2_57.m4 (AC_CHECK_HEADERS_ONCE, AC_CHECK_FUNCS_ONCE,
21681         AC_CHECK_DECLS_ONCE): Quote AC_FOREACH variable-expansions properly.
21682
21683 2003-03-13  Paul Eggert  <eggert@twinsun.com>
21684
21685         Merge changes from Bison.
21686         * lib/obstack.h: (__INT_TO_PTR) [__STDC__]: Cast result to
21687         (void *) to avoid diagnostic with native c89 on SGI IRIX 6.5
21688         when compiling Bison 1.875's `bitset bset = obstack_alloc
21689         (bobstack, bytes);'.  Problem reported by Nelson H. F. Beebe.
21690         * lib/hash.c: Include <stdbool.h> unconditionally.
21691
21692 2003-03-13  Paul Eggert  <eggert@twinsun.com>
21693
21694         * m4/onceonly.m4 (m4_quote): New macro.
21695         (AC_CHECK_HEADERS_ONCE, AC_CHECK_FUNCS_ONCE, AC_CHECK_DECLS_ONCE):
21696         Quote AC_FOREACH variable-expansions properly.
21697
21698 2003-03-13  Paul Eggert  <eggert@twinsun.com>
21699
21700         * doc/COPYING.DOC, fdl.texi: Sync with latest FSF version.
21701
21702 2003-03-09  Paul Eggert  <eggert@twinsun.com>
21703
21704         * lib/argmatch.c (EXIT_FAILURE): Define if the system doesn't.
21705         Reported by Bruce Becker; see:
21706         http://mail.gnu.org/archive/html/bug-bison/2003-03/msg00017.html
21707
21708 2003-03-03  Paul Eggert  <eggert@twinsun.com>
21709             Bruno Haible  <bruno@clisp.org>
21710
21711         * lib/mbswidth.h: Include <wchar.h>. Needed for UnixWare 7.1.1.
21712         Reported by John Hughes, see
21713         http://mail.gnu.org/archive/html/bug-bison/2003-02/msg00030.html
21714
21715 2003-02-20  Bruno Haible  <bruno@clisp.org>
21716
21717         * MODULES.html.sh (func_all_modules): Add poll.
21718
21719 2003-02-19  Paolo Bonzini  <bonzini@gnu.org>
21720
21721         * modules/poll: New file.
21722
21723 2003-02-19  Paolo Bonzini  <bonzini@gnu.org>
21724
21725         * lib/poll_.h: New file.
21726         * lib/poll.c: New file.
21727
21728 2003-02-19  Paolo Bonzini  <bonzini@gnu.org>
21729
21730         * m4/poll.m4: New file.
21731
21732 2003-02-18  Paolo Bonzini  <bonzini@gnu.org>
21733
21734         * modules/mathl: New file.
21735
21736 2003-02-18  Paolo Bonzini  <bonzini@gnu.org>
21737
21738         * lib/mathl.h: New file.
21739         * lib/acosl.c: New file.
21740         * lib/asinl.c: New file.
21741         * lib/atanl.c: New file.
21742         * lib/ceill.c: New file.
21743         * lib/cosl.c: New file.
21744         * lib/expl.c: New file.
21745         * lib/floorl.c: New file.
21746         * lib/frexpl.c: New file.
21747         * lib/ldexpl.c: New file.
21748         * lib/logl.c: New file.
21749         * lib/sincosl.c: New file.
21750         * lib/sinl.c: New file.
21751         * lib/sqrtl.c: New file.
21752         * lib/tanl.c: New file.
21753         * lib/trigl.c: New file.
21754         * lib/trigl.h: New file.
21755
21756 2003-02-18  Paolo Bonzini  <bonzini@gnu.org>
21757
21758         * m4/mathl.m4: New file.
21759
21760 2003-02-18  Bruno Haible  <bruno@clisp.org>
21761
21762         * MODULES.html.sh (func_all_modules): Add mathl.
21763
21764 2003-02-17  Bruno Haible  <bruno@clisp.org>
21765
21766         * modules/mkdtemp: New module.
21767         * MODULES.html.sh (func_all_modules): Add it.
21768
21769 2003-02-17  Bruno Haible  <bruno@clisp.org>
21770
21771         * m4/mkdtemp.m4: New file, from GNU gettext with modifications.
21772
21773 2003-02-17  Bruno Haible  <bruno@clisp.org>
21774
21775         * lib/mkdtemp.h: New file, from GNU gettext.
21776         * lib/mkdtemp.c: New file, from GNU gettext.
21777
21778 2003-02-02  Jim Meyering  <jim@meyering.net>
21779
21780         * m4/regex.m4 (jm_INCLUDED_REGEX): Detect broken re_search in
21781         e.g. glibc-2.2.93.
21782
21783 2003-01-31  Bruno Haible  <bruno@clisp.org>
21784
21785         * m4/rename.m4 (vb_FUNC_RENAME): Add a redirection from 'rename' to
21786         'rpl_rename'.
21787         * m4/strnlen.m4 (gl_FUNC_STRNLEN): Add a redirection from 'strnlen' to
21788         'rpl_strnlen'.
21789         * m4/strtod.m4 (gl_FUNC_STRTOD): Add a redirection from 'strtod' to
21790         'rpl_strtod'.
21791         * m4/utime.m4 (jm_FUNC_UTIME): Add a redirection from 'utime' to
21792         'rpl_utime'.
21793
21794 2003-01-31  Bruno Haible  <bruno@clisp.org>
21795
21796         * lib/rename.c: #undef rename before defining rpl_rename.
21797         * lib/strnlen.c: #undef strnlen, define rpl_strnlen instead of strnlen.
21798
21799 2003-01-30  Bruno Haible  <bruno@clisp.org>
21800
21801         * modules/vasnprintf, modules/vasprintf: New modules.
21802         * MODULES.html.sh (func_all_modules): Add them.
21803
21804 2003-01-30  Bruno Haible  <bruno@clisp.org>
21805
21806         * m4/signed.m4: New file, from GNU gettext.
21807         * m4/longdouble.m4: New file, from GNU gettext.
21808         * m4/wchar_t.m4: New file, from GNU gettext.
21809         * m4/wint_t.m4: New file, from GNU gettext.
21810         * m4/vasnprintf.m4: New file.
21811         * m4/vasprintf.m4: New file.
21812
21813 2003-01-30  Bruno Haible  <bruno@clisp.org>
21814
21815         * lib/printf-args.h: New file, from GNU gettext.
21816         * lib/printf-args.c: New file, from GNU gettext.
21817         * lib/printf-parse.h: New file, from GNU gettext.
21818         * lib/printf-parse.c: New file, from GNU gettext.
21819         * lib/vasnprintf.h: New file, from GNU gettext.
21820         * lib/vasnprintf.c: New file, from GNU gettext.
21821         * lib/asnprintf.c: New file, from GNU gettext.
21822         * lib/vasprintf.h: New file, from GNU gettext with modifications.
21823         * lib/vasprintf.c: New file, from GNU gettext.
21824         * lib/asprintf.c: New file, from GNU gettext.
21825
21826 2003-01-29  Bruno Haible  <bruno@clisp.org>
21827
21828         * modules/stpncpy: New module.
21829         * MODULES.html.sh (func_all_modules): Add it.
21830
21831 2003-01-29  Bruno Haible  <bruno@clisp.org>
21832
21833         * m4/stpncpy.m4: New file.
21834
21835 2003-01-29  Bruno Haible  <bruno@clisp.org>
21836
21837         * lib/stpncpy.h: New file, from GNU gettext with modifications.
21838         * lib/stpncpy.c: New file, from GNU gettext with modifications.
21839
21840 2003-01-28  Bruno Haible  <bruno@clisp.org>
21841
21842         * modules/c-ctype: New module.
21843         * MODULES.html.sh (func_all_modules): Add it.
21844
21845 2003-01-28  Bruno Haible  <bruno@clisp.org>
21846
21847         * lib/c-ctype.h: New file, from GNU gettext, with changes suggested by
21848         Paul Eggert.
21849         * lib/c-ctype.c: New file, from GNU gettext, with changes suggested by
21850         Paul Eggert.
21851
21852 2003-01-27  Bruno Haible  <bruno@clisp.org>
21853
21854         * modules/xsetenv: New module.
21855         * MODULES.html.sh (func_all_modules): Add it.
21856
21857 2003-01-27  Bruno Haible  <bruno@clisp.org>
21858
21859         * lib/xsetenv.h: New file, from GNU gettext.
21860         * lib/xsetenv.c: New file, from GNU gettext.
21861
21862 2003-01-23  Jim Meyering  <jim@meyering.net>
21863
21864         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Correct typo: s/-1/no/ that kept this
21865         from working on systems without dirfd (at least Irix and OSF1/Tru64).
21866
21867 2003-01-23  Bruno Haible  <bruno@clisp.org>
21868
21869         * modules/minmax: New module.
21870         * MODULES.html.sh (func_all_modules): Add it.
21871
21872 2003-01-23  Bruno Haible  <bruno@clisp.org>
21873
21874         * lib/minmax.h: New file, from GNU gettext, with comments from Paul
21875         Eggert.
21876
21877 2003-01-22  Bruno Haible  <bruno@clisp.org>
21878
21879         * modules/exit: New module.
21880         * MODULES.html.sh (func_all_modules): Add it.
21881
21882 2003-01-22  Bruno Haible  <bruno@clisp.org>
21883
21884         * lib/exit.h: New file, from GNU gettext.
21885
21886 2003-01-19  Bruno Haible  <bruno@clisp.org>
21887
21888         * gnulib-tool: Recognize option --extract-maintainer.
21889         (func_get_maintainer): New function.
21890         * modules/*: Add Maintainer entry.
21891
21892 2003-01-16  Jim Meyering  <jim@meyering.net>
21893
21894         * m4/regex.m4: The `regex' struct is both input and output.
21895         Initialize it before each use.  Patch by Tim Waugh.
21896
21897 2003-01-16  Bruno Haible  <bruno@clisp.org>
21898
21899         * MODULES.html.sh: Add a table of contents. Add the module name as
21900         leftmost column. Add hyperlinks.
21901
21902 2003-01-15  Bruno Haible  <bruno@clisp.org>
21903
21904         * m4/md5.m4 (gl_MD5): Require AC_C_INLINE.
21905
21906 2003-01-15  Bruno Haible  <bruno@clisp.org>
21907
21908         * m4/longlong.m4 (jm_AC_TYPE_LONG_LONG): Also test the LL suffix.
21909         * m4/ulonglong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): Also test the ULL
21910         suffix.
21911
21912 2003-01-15  Bruno Haible  <bruno@clisp.org>
21913
21914         * m4/alloca.m4 (gl_FUNC_ALLOCA): Invoke AC_EGREP_CPP prerequisites.
21915
21916 2003-01-15  Bruno Haible  <bruno@clisp.org>
21917
21918         * lib/stpcpy.h (stpcpy): Use ANSI C function declarations.
21919         * lib/strcase.h (strcasecmp, strncasecmp): Likewise.
21920
21921 2003-01-14  Jim Meyering  <jim@meyering.net>
21922
21923         * lib/same.c (same_name): Tweak a comment.
21924
21925 2003-01-14  Bruno Haible  <bruno@clisp.org>
21926
21927         * lib/same.c (same_name): Reorder tests so as to avoid calling stat()
21928         when a string comparison is sufficient.
21929
21930 2003-01-14  Bruno Haible  <bruno@clisp.org>
21931
21932         * lib/readtokens.c (readtoken): Cast character to 'unsigned char', not
21933         'unsigned int'.
21934
21935 2003-01-14  Bruno Haible  <bruno@clisp.org>
21936
21937         * lib/hash-pjw.c: Add comment about low quality of this function.
21938
21939 2003-01-13  Bruno Haible  <bruno@clisp.org>
21940
21941         * modules/stpcpy: Distribute lib/stpcpy.h.
21942         * modules/setenv: Depend on alloca. Distribute lib/setenv.h.
21943
21944 2003-01-13  Bruno Haible  <bruno@clisp.org>
21945
21946         * modules/*: Add a description.
21947         * modules/strpbrk: Fix Makefile.am snippet.
21948         * modules/strtoimax: Fix dependencies.
21949         * modules/strtoumax: Likewise.
21950
21951 2003-01-13  Bruno Haible  <bruno@clisp.org>
21952
21953         * gnulib-tool (func_create_testdir): Substitute lib_OBJECTS.
21954         * modules/alloca (Makefile.am): All object files depend on alloca.h.
21955         * modules/stdbool (Makefile.am): All object files depend on stdbool.h.
21956
21957 2003-01-13  Bruno Haible  <bruno@clisp.org>
21958
21959         * gnulib-tool (func_create_testdir): Store config/* files in the main
21960         directory.
21961         * config.rpath: Move to ...
21962         * config/config.rpath: ... here.
21963         * modules/gettext: Contains config/config.rpath, not config.rpath.
21964         * modules/iconv: Likewise.
21965
21966 2003-01-12  Paul Eggert  <eggert@twinsun.com>
21967
21968         Finish renaming getstr -> getdelim2 and readline -> readlinebuffer,
21969         to avoid collisions with libcurses and libreadline.
21970
21971         * m4/getstr.m4: Remove.
21972         * m4/getline.m4 (gl_PREREQ_GETLINE): Require AC_HEADER_STDC.
21973
21974 2003-01-12  Paul Eggert  <eggert@twinsun.com>
21975
21976         Finish renaming getstr -> getdelim2 and readline -> readlinebuffer,
21977         to avoid collisions with libcurses and libreadline.
21978
21979         * lib/Makefile.am (libfetish_a_SOURCES): Remove getstr.c, getstr.h.
21980         * lib/getstr.h, getstr.c: Remove.
21981         * lib/getline.c: Include "getline.h", to check interface.
21982         Move body of old getstr.c here: this defines MIN_CHUNK and
21983         declares getdelim2, which is renamed from getstr.
21984         (getline, getdelim): Adjust to renaming of getstr -> getdelim2.
21985
21986         * lib/linebuffer.c (readlinebuffer): Renamed from readline.
21987         All uses changed.
21988         * lib/linebuffer.h: Likewise.
21989         (readline): Remove backward-compatibility macro.
21990
21991 2003-01-12  Paul Eggert  <eggert@twinsun.com>
21992
21993         Finish renaming getstr -> getdelim2 and readline -> readlinebuffer,
21994         to avoid collisions with libcurses and libreadline.
21995         * getstr: Remove.
21996         * MODULES.html.sh: Remove getstr.
21997         * modules/getline: Depend on unlocked-io, not getstr.
21998
21999 2003-01-12  Jim Meyering  <jim@meyering.net>
22000
22001         * lib/makepath.c: Don't test HAVE_ERRNO_H.  It's not necessary.
22002
22003 2003-01-10  Bruno Haible  <bruno@clisp.org>
22004
22005         * modules/alloca: Change Makefile.am requirements. Simplify Include
22006         requirements. Add lib/alloca_.h to file list.
22007
22008 2003-01-10  Bruno Haible  <bruno@clisp.org>
22009
22010         * m4/alloca.m4 (gl_FUNC_ALLOCA): Also define ALLOCA_H.
22011
22012 2003-01-10  Bruno Haible  <bruno@clisp.org>
22013
22014         * lib/alloca_.h: New file.
22015         * lib/getdate.y: Unconditionally include alloca.h.
22016         * lib/makepath.c: Likewise.
22017         * lib/setenv.c: Likewise.
22018         * lib/userspec.c: Likewise.
22019
22020 2003-01-09  Karl Berry  <karl@gnu.org>
22021
22022         * MODULES.html.sh: include `dirname $0` in PATH, to find
22023         gnulib-tool.
22024
22025 2003-01-09  Bruno Haible  <bruno@clisp.org>
22026
22027         * modules/stdbool: Change configure.ac, Makefile.am requirements.
22028         Simplify Include requirements. Add lib/stdbool.h.in to file list.
22029
22030 2003-01-09  Bruno Haible  <bruno@clisp.org>
22031
22032         * m4/stdbool.m4 (AM_STDBOOL_H): New macro.
22033
22034 2003-01-09  Bruno Haible  <bruno@clisp.org>
22035
22036         * lib/stdbool.h.in: New file.
22037
22038 2003-01-09  Bruno Haible  <bruno@clisp.org>
22039
22040         * gnulib-tool (func_all_modules): Ignore files ending in ~.
22041         * MODULES.html.sh: Likewise.
22042
22043 2003-01-08  Jim Meyering  <jim@meyering.net>
22044
22045         * lib/full-write.c: Undefine and define-away `const' after inclusion
22046         of errno.h, not before.  Suggestion from Bruno Haible.
22047
22048 2003-01-08  Bruno Haible  <bruno@clisp.org>
22049
22050         * modules/full-read: Depend on full-write.
22051
22052 2003-01-08  Bruno Haible  <bruno@clisp.org>
22053
22054         * lib/safe-read.c: Include specification header first, to ensure its
22055         selfcontainedness.
22056         * lib/full-write.c: Likewise.
22057
22058 2003-01-07  Jim Meyering  <jim@meyering.net>
22059
22060         * lib/full-write.c: Rework so that it may serve to define full_read,
22061         too.
22062         * lib/full-read.c: Simply #define FULL_READ and include full-write.c.
22063
22064 2003-01-07  Bruno Haible  <bruno@clisp.org>
22065
22066         * lib/strtoimax.c: Include <stdint.h> as an alternative to
22067         <inttypes.h>.
22068         * lib/xstrtol.h: Likewise.
22069         * lib/xstrtoimax.c: Likewise.
22070         * lib/xstrtoumax.c: Likewise.
22071         * lib/human.h: Likewise.
22072
22073         * lib/tempname.c: Include <inttypes.h> too. Avoids a compilation error
22074         on systems that have <inttypes.h> but not <stdint.h>.
22075
22076 2003-01-07  Bruno Haible  <bruno@clisp.org>
22077
22078         * MODULES.html.sh: Add copyright notice.
22079         (missed_files): Omit CVS directory entries.
22080         (func_module): Make it work with sed-3.02.
22081         * MODULES.txt: Remove file.
22082
22083 2003-01-06  Jim Meyering  <jim@meyering.net>
22084
22085         * lib/version-etc.c: Update year in translatable copyright string.
22086
22087 2003-01-03  Karl Berry  <karl@gnu.org>
22088
22089         * config/config.{guess,sub}: update from prep.
22090
22091 2003-01-02  Karl Berry  <karl@gnu.org>
22092
22093         * doc/COPYING.DOC: belatedly updated to 1.2.
22094
22095 2003-01-01  Karl Berry  <karl@gnu.org>
22096
22097         * gnulib-tool (func_verify_module): report module name $module in
22098         error message, not $1.
22099         * gnulib-tool (create-testdir): don't complain if destdir couldn't
22100         be created, only if it doesn't exist.
22101         * gnulib-tool (last_checkin_date): don't expand the $Date here.
22102
22103 2002-12-31  Paul Eggert  <eggert@twinsun.com>
22104
22105         * m4/memcoll.m4 (gl_MEMCOLL): Require AC_FUNC_MEMCMP.
22106
22107 2002-12-31  Paul Eggert  <eggert@twinsun.com>
22108
22109         * lib/memcoll.c (memcoll): Fall back on a simple algorithm using
22110         memcmp if strcoll doesn't work.
22111
22112 2002-12-31  Bruno Haible  <bruno@clisp.org>
22113
22114         * lib/utime.c (utime_null): No need to call ftruncate if the file was
22115         nonempty.
22116
22117 2002-12-31  Bruno Haible  <bruno@clisp.org>
22118
22119         * lib/memcoll.c (STRCOLL): New macro.
22120         (memcoll): Use it.
22121
22122 2002-12-31  Bruno Haible  <bruno@clisp.org>
22123
22124         * lib/localcharset.h: New file.
22125         * lib/localcharset.c: Include it.
22126         * lib/unicodeio.c: Likewise.
22127
22128 2002-12-31  Bruno Haible  <bruno@clisp.org>
22129
22130         * lib/getstr.h (getstr): Define, to avoid clash with libcurses.
22131         * lib/linebuffer.h (readline): Define, to avoid clash with libreadline.
22132
22133 2002-12-31  Bruno Haible  <bruno@clisp.org>
22134
22135         * lib/getline.h: Include <stddef.h>, for size_t.
22136
22137         * lib/unicodeio.h: Include <stddef.h>, for size_t.
22138         * lib/unicodeio.c: Don't include <stddef.h>.
22139
22140 2002-12-31  Bruno Haible  <bruno@clisp.org>
22141
22142         * lib/getdate.y (get_date): Test HAVE_STRUCT_TM_TM_ZONE, not
22143         HAVE_TM_ZONE.
22144
22145 2002-12-24  Karl Berry  <karl@gnu.org>
22146
22147         * config/config.guess: update from prep.
22148
22149 2002-12-24  Bruno Haible  <bruno@clisp.org>
22150
22151         General infrasructure.
22152         * m4/README: Rewritten.
22153         * m4/onceonly.m4: New file.
22154         * m4/onceonly_2_57.m4: New file.
22155
22156         Module atexit.
22157         * m4/atexit.m4: New file.
22158
22159         Module strtod.
22160         * m4/strtod.m4: New file.
22161
22162         Module strtol.
22163         * m4/strtol.m4: New file.
22164
22165         Module strtoul.
22166         * m4/strtoul.m4: New file.
22167
22168         Module memchr.
22169         * m4/memchr.m4: New file.
22170
22171         Module memcmp.
22172         * m4/memcmp.m4 (gl_PREREQ_MEMCMP): New macro.
22173         (jm_FUNC_MEMCMP): Invoke it.
22174
22175         Module memcpy.
22176         * m4/memcpy.m4: New file.
22177
22178         Module memmove.
22179         * m4/memmove.m4: New file.
22180
22181         Module memset.
22182         * m4/memset.m4: New file.
22183
22184         Module strcspn.
22185         * m4/strcspn.m4: New file.
22186
22187         Module strpbrk.
22188         * m4/strpbrk.m4: New file.
22189
22190         Module strstr.
22191         * m4/strstr.m4: New file.
22192
22193         Module strerror.
22194         * m4/strerror.m4: New file.
22195
22196         Module mktime.
22197         * m4/mktime.m4: Renamed from jm-mktime.m4.
22198         (gl_PREREQ_MKTIME): New macro.
22199         (gl_FUNC_MKTIME): Renamed from jm_FUNC_MKTIME. Invoke gl_PREREQ_MKTIME.
22200
22201         Module malloc.
22202         * m4/malloc.m4 (gl_PREREQ_MALLOC): New macro.
22203         (jm_FUNC_MALLOC): Use AC_FUNC_MALLOC. Invoke gl_PREREQ_MALLOC.
22204         Don't define HAVE_DONE_WORKING_MALLOC_CHECK, since nothing uses it.
22205
22206         Module realloc.
22207         * m4/realloc.m4 (gl_PREREQ_REALLOC): New macro.
22208         (jm_FUNC_REALLOC): Use AC_FUNC_REALLOC. Invoke gl_PREREQ_REALLOC.
22209         Don't define HAVE_DONE_WORKING_REALLOC_CHECK, since nothing uses it.
22210
22211         Module strftime.
22212         * m4/tm_gmtoff.m4: New file, extracted from strftime.m4.
22213         * m4/strftime.m4 (_jm_STRFTIME_PREREQS): Use AC_FUNC_STRFTIME.
22214         Don't test for bcopy (we are not emacs). Invoke AC_TYPE_MBSTATE_T and
22215         gl_TM_GMTOFF.
22216         (_jm_STRFTIME_PREREQS, jm_FUNC_GNU_STRFTIME): Use onceonly macros.
22217
22218         Module xalloc.
22219         * m4/xalloc.m4: New file.
22220
22221         Module alloca.
22222         * m4/alloca.m4: New file.
22223
22224         Module putenv.
22225         * m4/putenv.m4 (gl_PREREQ_PUTENV): New macro.
22226         (jm_FUNC_PUTENV): Invoke it.
22227
22228         Module setenv.
22229         * m4/setenv.m4 (gt_FUNC_SETENV): New macro.
22230         (gt_CHECK_VAR_DECL): Fix quoting error that led to infinite loop in m4
22231         when invoked twice.
22232         (gt_PREREQ_SETENV, gt_PREREQ_UNSETENV): New macros, replacing old
22233         gt_FUNC_SETENV.
22234
22235         Module memrchr.
22236         * m4/memrchr.m4: New file.
22237
22238         Module stpcpy.
22239         * m4/stpcpy.m4: New file.
22240
22241         Module strcase.
22242         * m4/strcase.m4: New file.
22243
22244         Module strdup.
22245         * m4/strdup.m4: New file.
22246
22247         Module strnlen.
22248         * m4/strnlen.m4: New file.
22249
22250         Module strndup.
22251         * m4/strndup.m4: New file.
22252
22253         Module xstrtod.
22254         * m4/xstrtod.m4: New file.
22255
22256         Module xstrtol.
22257         * m4/xstrtol.m4: New file.
22258
22259         Module getdate.
22260         * m4/getdate.m4: New file.
22261
22262         Module unlocked-io.
22263         * m4/unlocked-io.m4: Renamed from jm-glibc-io.m4.
22264         (jm_FUNC_GLIBC_UNLOCKED_IO): Invoke AC_GNU_SOURCE. Use onceonly macros.
22265         * m4/jm-glibc-io.m4n: Remove file.
22266
22267         Module long-options.
22268         * m4/long-options.m4: New file.
22269
22270         Module md5.
22271         * m4/md5.m4: New file.
22272
22273         Module sha.
22274         * m4/sha.m4: New file.
22275
22276         Module getstr.
22277         * m4/getstr.m4: New file.
22278
22279         Module getline.
22280         * m4/getline.m4 (gl_PREREQ_GETLINE): New macro.
22281         (AM_FUNC_GETLINE): Invoke AC_GNU_SOURCE. Use <stdlib.h>, not
22282         <sys/types.h>, for size_t. Use the function name gnu_getline, not
22283         simply getline. Infoke gl_PREREQ_GETLINE.
22284
22285         Module obstack.
22286         * m4/obstack.m4: New file.
22287
22288         Module hash.
22289         * m4/hash.m4: New file.
22290
22291         Module readtokens.
22292         * m4/readtokens.m4: New file.
22293
22294         Module strverscmp.
22295         * m4/strverscmp.m4: New file.
22296
22297         Module stdbool.
22298         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Add test for _Bool. Needed for
22299         OSF/1.
22300
22301         Module strtoll.
22302         * m4/strtoll.m4: New file.
22303
22304         Module strtoull.
22305         * m4/strtoull.m4: New file.
22306
22307         Module strtoimax.
22308         * m4/strtoimax.m4: New file.
22309
22310         Module strtoumax.
22311         * m4/strtoumax.m4: New file.
22312
22313         Module xstrtoimax.
22314         * m4/xstrtoimax.m4 (jm_XSTRTOIMAX): Renamed from
22315         jm_AC_PREREQ_XSTRTOIMAX.
22316         Moved the strtol prerequisites to strtol.m4.
22317         Moved the strtoll prerequisites to strtoll.m4.
22318         Moved the strtoimax prerequisites to strtoimax.m4.
22319
22320         Module xstrtoumax.
22321         * m4/xstrtoumax.m4 (jm_XSTRTOUMAX): Renamed from
22322         jm_AC_PREREQ_XSTRTOUMAX.
22323         Moved the strtoul prerequisites to strtoul.m4.
22324         Moved the strtoull prerequisites to strtoull.m4.
22325         Moved the strtoumax prerequisites to strtoumax.m4.
22326
22327         Module chown.
22328         * m4/chown.m4 (gl_PREREQ_CHOWN): New macro.
22329         (jm_FUNC_CHOWN): Use AC_FUNC_CHOWN. Invoke gl_PREREQ_CHOWN.
22330
22331         Module dup2.
22332         * m4/dup2.m4: New file.
22333
22334         Module ftruncate.
22335         * m4/ftruncate.m4 (gl_PREREQ_FTRUNCATE): New macro.
22336         (jm_FUNC_FTRUNCATE): Use AC_REPLACE_FUNCS. Invoke gl_PREREQ_FTRUNCATE.
22337
22338         Module getgroups.
22339         * m4/getgroups.m4 (gl_PREREQ_GETGROUPS): New macro.
22340         (jm_FUNC_GETGROUPS): Use AC_FUNC_GETGROUPS. Invoke gl_PREREQ_GETGROUPS.
22341
22342         Module gettimeofday.
22343         * m4/gettimeofday.m4 (gl_PREREQ_GETTIMEOFDAY): New macro.
22344         (AC_FUNC_GETTIMEOFDAY_CLOBBER): Use onceonly macros. Invoke
22345         gl_PREREQ_GETTIMEOFDAY.
22346
22347         Module mkdir.
22348         * m4/mkdir-slash.m4 (gl_PREREQ_MKDIR): New macro.
22349         (UTILS_FUNC_MKDIR_TRAILING_SLASH): Invoke gl_PREREQ_MKDIR.
22350
22351         Module mkstemp.
22352         * m4/mkstemp.m4 (gl_PREREQ_MKSTEMP): New macro.
22353         (jm_PREREQ_TEMPNAME): New macro, from prereq.m4. Also invoke
22354         jm_AC_TYPE_UINTMAX_T.
22355         (UTILS_FUNC_MKSTEMP): Invoke gl_PREREQ_MKSTEMP and jm_PREREQ_TEMPNAME.
22356
22357         Module stat.
22358         * m4/stat.m4 (gl_PREREQ_STAT): New macro.
22359         (jm_FUNC_STAT): Use AC_FUNC_STAT. Invoke gl_PREREQ_STAT.
22360
22361         Module lstat.
22362         * m4/lstat.m4 (gl_PREREQ_LSTAT): New macro.
22363         (jm_FUNC_LSTAT): Use AC_FUNC_LSTAT. Invoke gl_PREREQ_LSTAT.
22364
22365         Module timespec.
22366         * m4/timespec.m4 (gl_TIMESPEC): New macro.
22367         (jm_CHECK_TYPE_STRUCT_TIMESPEC): Add check for <sys/time.h>.
22368         * m4/st_mtim.m4: Indentation.
22369
22370         Module nanosleep.
22371         * m4/nanosleep.m4 (gl_PREREQ_NANOSLEEP): New macro.
22372         (jm_FUNC_NANOSLEEP): Add check for <sys/time.h>. Invoke
22373         gl_PREREQ_NANOSLEEP.
22374
22375         Module regex.
22376         * m4/regex.m4 (jm_PREREQ_REGEX): New macro.
22377         (jm_INCLUDED_REGEX): Invoke jm_PREREQ_REGEX.
22378         (gl_REGEX): New macro.
22379
22380         Module rename.
22381         * m4/rename.m4 (gl_PREREQ_RENAME): New macro.
22382         (vb_FUNC_RENAME): Invoke gl_PREREQ_RENAME.
22383
22384         Module rmdir.
22385         * m4/rmdir.m4: New file.
22386
22387         Module utime.
22388         * m4/utimbuf.m4 (jm_CHECK_TYPE_STRUCT_UTIMBUF): Use onceonly macros.
22389         * m4/utime.m4 (gl_PREREQ_UTIME): New macro.
22390         (jm_FUNC_UTIME): Invoke gl_PREREQ_UTIME.
22391
22392         Module dirname.
22393         * m4/dirname.m4: New file.
22394
22395         Module getopt.
22396         * m4/getopt.m4: New file.
22397
22398         Module unistd-safer.
22399         * m4/unistd-safer.m4: New file.
22400
22401         Module fnmatch.
22402         * m4/fnmatch.m4 (_AC_FUNC_FNMATCH_IF): Include <stdlib.h>, for exit()
22403         declaration.
22404         (gl_PREREQ_FNMATCH_EXTRA): New macro.
22405         (gl_FUNC_FNMATCH_POSIX): New macro.
22406         (gl_FUNC_FNMATCH_GNU): Renamed from AC_FUNC_FNMATCH_GNU. Invoke
22407         gl_PREREQ_FNMATCH_EXTRA. Use the function name gnu_fnmatch, not
22408         simply fnmatch.
22409
22410         Module exclude.
22411         * m4/exclude.m4: New file.
22412
22413         Module human.
22414         * m4/human.m4: New file.
22415
22416         Module acl.
22417         * m4/acl.m4: Nop.
22418
22419         Module backupfile.
22420         * m4/backupfile.m4: New file.
22421         * m4/d-ino.m4: Indentation.
22422
22423         Module fsusage.
22424         * m4/fsusage.m4 (gl_FSUSAGE): New macro.
22425         (jm_STATFS_TRUNCATES): New macro, from coreutils-4.5.4/configure.ac.
22426         (gl_PREREQ_FSUSAGE_EXTRA): New macro.
22427
22428         Module dirfd.
22429         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Invoke some AC_EGREP_CPP
22430         requirements.
22431
22432         Module euidaccess.
22433         * m4/euidaccess.m4: New file.
22434
22435         Module file-type.
22436         * m4/file-type.m4: New file.
22437
22438         Module fileblocks.
22439         * m4/fileblocks.m4: New file.
22440
22441         Module filemode.
22442         * m4/filemode.m4: New file.
22443
22444         Module isdir.
22445         * m4/isdir.m4: New file.
22446
22447         Module lchown.
22448         * m4/lchown.m4 (gl_PREREQ_LCHOWN): New macro.
22449         (jm_FUNC_LCHOWN): Invoke gl_PREREQ_LCHOWN.
22450
22451         Module makepath.
22452         * m4/makepath.m4: New file.
22453
22454         Module modechange.
22455         * m4/modechange.m4: New file.
22456
22457         Module mountlist.
22458         * m4/mountlist.m4: New file.
22459         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Use onceonly macros.
22460         Indentation.
22461
22462         Module path-concat.
22463         * m4/path-concat.m4: New file.
22464
22465         Module pathmax.
22466         * m4/pathmax.m4: New file.
22467
22468         Module same.
22469         * m4/same.m4: New file.
22470
22471         Module save-cwd.
22472         * m4/save-cwd.m4: New file.
22473
22474         Module savedir.
22475         * m4/savedir.m4: New file.
22476
22477         Module xgetcwd.
22478         * m4/xgetcwd.m4: New file.
22479         * m4/getcwd.m4 (AC_FUNC_GETCWD_NULL): Use onceonly macros.
22480
22481         Module xreadlink.
22482         * m4/xreadlink.m4: New file.
22483
22484         Module safe-read.
22485         * m4/safe-read.m4: New file.
22486
22487         Module safe-write.
22488         * m4/safe-write.m4: New file.
22489
22490         Module closeout.
22491         * m4/closeout.m4: New file.
22492
22493         Module stdio-safer.
22494         * m4/stdio-safer.m4: New file.
22495
22496         Module getpass.
22497         * m4/getpass.m4: New file.
22498
22499         Module getugroups.
22500         * m4/getugroups.m4: New file.
22501
22502         Module group-member.
22503         * m4/group-member.m4 (gl_PREREQ_GROUP_MEMBER): New macro.
22504         (jm_FUNC_GROUP_MEMBER): Invoke AC_GNU_SOURCE, gl_PREREQ_GROUP_MEMBER.
22505
22506         Module idcache.
22507         * m4/idcache.m4: New file.
22508
22509         Module userspec.
22510         * m4/userspec.m4: New file.
22511
22512         Module gettime.
22513         * m4/clock_time.m4: New file.
22514         * m4/gettime.m4: New file.
22515
22516         Module settime.
22517         * m4/settime.m4: New file.
22518
22519         Module posixtm.
22520         * m4/posixtm.m4: New file.
22521
22522         Module gethostname.
22523         * m4/gethostname.m4: New file.
22524
22525         Module canon-host.
22526         * m4/canon-host.m4: New file.
22527
22528         Module gettext.
22529         * m4/codeset.m4: New file, from gettext-0.11.5.
22530         * m4/gettext.m4: New file, from gettext-0.11.5.
22531         * m4/glibc21.m4: New file, from gettext-0.11.5.
22532         * m4/iconv.m4: New file, from gettext-0.11.5.
22533         * m4/intdiv0.m4: New file, from gettext-0.11.5.
22534         * m4/inttypes-pri.m4: New file, from gettext-0.11.5.
22535         * m4/inttypes.m4: New file, from gettext-0.11.5.
22536         * m4/inttypes_h.m4: New file, from gettext-0.11.5 with modifications.
22537         * m4/isc-posix.m4: New file, from gettext-0.11.5.
22538         * m4/lcmessage.m4: New file, from gettext-0.11.5.
22539         * m4/lib-ld.m4: New file, from gettext-0.11.5.
22540         * m4/lib-link.m4: New file, from gettext-0.11.5.
22541         * m4/lib-prefix.m4: New file, from gettext-0.11.5.
22542         * m4/progtest.m4: New file, from gettext-0.11.5.
22543         * m4/stdint_h.m4: New file, from gettext-0.11.5 with modifications.
22544         * m4/uintmax_t.m4: New file, from gettext-0.11.5 with modifications.
22545         * m4/ulonglong.m4: New file, from gettext-0.11.5 with modifications.
22546
22547         Module localcharset.
22548         * m4/localcharset.m4: New file.
22549
22550         Module hard-locale.
22551         * m4/hard-locale.m4: New file.
22552
22553         Module mbswidth.
22554         * m4/mbswidth.m4 (gl_MBSWIDTH): Renamed from jm_PREREQ_MBSWIDTH. Use
22555         onceonly macros.
22556         * m4/mbrtowc.m4: Add comment.
22557
22558         Module memcasecmp.
22559         * m4/memcasecmp.m4: New file.
22560
22561         Module memcoll.
22562         * m4/memcoll.m4: New file.
22563
22564         Module unicodeio.
22565         * m4/unicodeio.m4: New file.
22566
22567         Module rpmatch.
22568         * m4/rpmatch.m4: New file.
22569
22570         Module yesno.
22571         * m4/yesno.m4: New file.
22572
22573         Module exitfail.
22574         * m4/exitfail.m4: New file.
22575
22576         Module c-stack.
22577         * m4/c-stack.m4 (gl_C_STACK): New macro.
22578         (jm_PREREQ_C_STACK): Check for <sys/time.h>. Use onceonly macros.
22579
22580         Module error.
22581         * m4/error.m4 (gl_ERROR): New macro.
22582         (jm_PREREQ_ERROR): Use onceonly macros.
22583
22584         Module fatal.
22585         * m4/fatal.m4: New file.
22586
22587         Module getloadavg.
22588         * m4/getloadavg.m4 (AC_FUNC_GETLOADAVG): Use onceonly macros.
22589         (gl_FUNC_GETLOADAVG, gl_PREREQ_GETLOADAVG): New macros.
22590
22591         Module getpagesize.
22592         * m4/getpagesize.m4: New file.
22593
22594         Module getusershell.
22595         * m4/getusershell.m4: New file.
22596
22597         Module physmem.
22598         * m4/physmem.m4: New file.
22599
22600         Module posixver.
22601         * m4/posixver.m4: New file.
22602
22603         Module quotearg.
22604         * m4/quotearg.m4: New file.
22605
22606         Module quote.
22607         * m4/quote.m4: New file.
22608
22609         Module readutmp.
22610         * m4/readutmp.m4: New file, based on jm_PREREQ_READUTMP from prereq.m4.
22611
22612         Module sig2str.
22613         * m4/sig2str.m4: New file.
22614
22615         Other.
22616         * m4/longlong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): Remove, moved to
22617         ulonglong.m4.
22618         * m4/intmax_t.m4: New file.
22619         * m4/d-type.m4: Indentation.
22620         * m4/jm-macros.m4: Update.
22621         * m4/prereq.m4 (jm_PREREQ): Update.
22622         (jm_PREREQ_ADDEXT): Remove, obsoleted by backupfile.m4.
22623         (jm_PREREQ_CANON_HOST): Remove, obsoleted by canon-host.m4.
22624         (jm_PREREQ_DIRNAME): Remove, obsoleted by dirname.m4.
22625         (jm_PREREQ_EXCLUDE): Remove, obsoleted by exclude.m4.
22626         (jm_PREREQ_GETPAGESIZE): Remove, obsoleted by getpagesize.m4.
22627         (jm_PREREQ_HARD_LOCALE): Remove, obsoleted by hard-locale.m4.
22628         (jm_PREREQ_HASH): Remove, obsoleted by hash.m4.
22629         (jm_PREREQ_HUMAN): Remove, obsoleted by human.m4.
22630         (jm_PREREQ_MEMCHR): Remove, obsoleted by memchr.m4.
22631         (jm_PREREQ_PHYSMEM): Remove, obsoleted by physmem.m4.
22632         (jm_PREREQ_POSIXVER): Remove, obsoleted by posixver.m4.
22633         (jm_PREREQ_QUOTEARG): Remove, obsoleted by quotearg.m4.
22634         (jm_PREREQ_READUTMP): Remove, obsoleted by readutmp.m4.
22635         (jm_PREREQ_REGEX): Remove, obsoleted by regex.m4.
22636         (jm_PREREQ_STRNLEN): Remove, obsoleted by strnlen.m4.
22637         (jm_PREREQ_TEMPNAME): Remove, obsoleted by mkstemp.m4.
22638         (jm_PREREQ_XGETCWD): Remove, obsoleted by xgetcwd.m4.
22639         (jm_PREREQ_XREADLINK): Remove, obsoleted by xreadlink.m4.
22640         * m4/readdir.m4 (jm_FUNC_READDIR): Use onceonly macros.
22641
22642 2002-12-24  Bruno Haible  <bruno@clisp.org>
22643
22644         * MODULES.txt: Update according to m4/ changes.
22645
22646         Module gettext.
22647         * config.rpath: New file, from gettext-0.11.5.
22648
22649         * modules/*: New module descriptions.
22650         * gnulib-tool: New file.
22651         * MODULES.html.sh: New file.
22652
22653 2002-12-21  Karl Berry  <karl@gnu.org>
22654
22655         * doc/fdl.texi: update to version 1.2.
22656
22657 2002-12-19  Karl Berry  <karl@gnu.org>
22658
22659         * config/config.guess: update from prep.
22660
22661 2002-12-18  Bruno Haible  <bruno@clisp.org>
22662
22663         * m4/strftime.m4 (_jm_STRFTIME_PREREQS): Don't test for localtime_r.
22664         * m4/jm-mktime.m4 (jm_FUNC_MKTIME): Likewise.
22665
22666 2002-12-17  Bruno Haible  <bruno@clisp.org>
22667
22668         * m4/mbswidth.m4 (jm_PREREQ_MBSWIDTH): Remove checks for limits.h,
22669         stdlib.h, string.h.
22670
22671 2002-12-17  Bruno Haible  <bruno@clisp.org>
22672
22673         * lib/canon-host.c (strdup): Remove unused declaration.
22674
22675         * lib/fsusage.c: Include full_read.h.
22676         (get_fs_usage): Use full_read instead of safe_read.
22677
22678         * lib/utime.c (utime_null): Use SAFE_READ_ERROR.
22679
22680 2002-12-12  Karl Berry  <karl@gnu.org>
22681
22682         * config/config.guess: update from prep.
22683
22684 2002-12-11  Bruno Haible  <bruno@clisp.org>
22685
22686         * m4/setenv.m4: New file, from gettext-0.11.5.
22687
22688 2002-12-11  Bruno Haible  <bruno@clisp.org>
22689
22690         * lib/setenv.h: Rewritten to cope with systems that have setenv() but
22691         not unsetenv().
22692         * lib/setenv.c, unsetenv.c: Taken from glibc-2.2.4 with the following
22693         modifications:
22694
22695         2002-12-11  Bruno Haible  <bruno@clisp.org>
22696
22697                 * setenv.c (alloca): Fall back to malloc.
22698                 (freea): New macro.
22699                 (setenv): Use freea() to free memory allocated with alloca().
22700
22701         2002-11-13  Bruno Haible  <bruno@clisp.org>
22702
22703                 * setenv.c (compar_fn_t, __add_to_environ, setenv): Use ANSI C
22704                 function declarations.
22705                 * unsetenv.c (unsetenv): Likewise.
22706
22707         2002-03-04  Bruno Haible  <bruno@clisp.org>
22708
22709                 Portability to AIX 4.3.3.
22710                 * unsetenv.c: New file, extracted from setenv.c.
22711                 * setenv.c: Move the unsetenv() function to unsetenv.c.
22712
22713         2001-12-20  Bruno Haible  <bruno@clisp.org>
22714
22715                 * setenv.c (__add_to_environ): Don't call realloc(NULL,...),
22716                 use malloc instead. For SunOS 4.
22717
22718         2001-12-11  Bruno Haible  <bruno@clisp.org>
22719
22720                 * setenv.c: Declare alloca.
22721                 (compar_fn_t): New typedef.
22722                 (KNOWN_VALUE, STORE_VALUE): Use it.
22723
22724         * lib/Makefile.am (libfetish_a_SOURCES): Add setenv.c, unsetenv.c,
22725         setenv.h.
22726
22727 2002-12-10  Paul Eggert  <eggert@twinsun.com>
22728
22729         Port exclude.c and exclude.h to more non-GNU systems, e.g. Solaris 7.
22730         * lib/exclude.h (EXCLUDE_ANCHORED, EXCLUDE_INCLUDE, EXCLUDE_WILDCARDS):
22731         Choose values that are less likely to collide with system fnmatch
22732         options.
22733         * lib/exclude.c (FNM_CASEFOLD, FNM_LEADING_DIR): Define to 0 if not
22734         defined (e.g., a pure POSIX system).
22735         (EXCLUDE_macros_do_not_collide_with_FNM_macros): Use FNM_PATHNAME
22736         instead of FNM_FILE_NAME, for compatibility with pure POSIX sytems.
22737
22738 2002-12-06  Paul Eggert  <eggert@twinsun.com>
22739
22740         Undo the 2001-07-02 change for jm-glibc-io, as it was too much of
22741         a pain in practice to deal with generated m4 files.  This change
22742         goes together with the 2002-12-04 unlocked-io.h change in ../lib.
22743
22744         * m4/Makefile.am.in (Makefile.am): Don't mention jm-glibc-io.m4n
22745         and jm-glibc-io.m4, as they are no longer a special case.
22746         * m4/jm-glibc-io.m4: Rename from jm-glibc-io.m4n, and remove the
22747         kludge and the auto-generation stuff.  Check only whether the
22748         functions are declared, not whether they exist, since older hosts
22749         that don't declare the functions can't use the optimization anyway.
22750
22751 2002-12-06  Jim Meyering  <jim@meyering.net>
22752
22753         * lib/error.c: Be consistent: change `#ifndef _LIBC' to `#if !_LIBC'.
22754
22755         Merge in changes from libc's misc/error.c, in preparation
22756         for the merge of gnulib's changes back into libc.
22757
22758         * lib/error.c (_): Define only if not already defined.
22759         Move definition to follow all #include directives.
22760         Include unlocked-io.h only if !_LIBC.
22761         [_LIBC]: Include <libio/libioP.h>.
22762         [USE_IN_LIBIO]: Include <libio/iolibio.h>
22763         (fflush): Tweak definition to use INTUSE.
22764         (putc): Define.
22765
22766 2002-12-05  Paul Eggert  <eggert@twinsun.com>
22767
22768         * lib/alloca.c [defined emacs]: Include "lisp.h".
22769         (xalloc_die) [defined emacs]: New macro.
22770         (free) [defined emacs && defined EMACS_FREE]: Define to EMACS_FREE.
22771         [! defined emacs]: Include <xalloc.h>.
22772         (POINTER_TYPE) [!defined POINTER_TYPE]: New macro.
22773         (pointer): Typedef to POINTER_TYPE *.
22774         (malloc): Remove decl; we now always use xmalloc.
22775         (alloca): Use old-style definition, since Emacs needs this.
22776         Check for arithmetic overflow when computing combined size.
22777
22778 2002-12-04  Paul Eggert  <eggert@twinsun.com>
22779
22780         Do not generate unlocked-io.h automatically, since it's easier to
22781         maintain it by hand.
22782
22783         * lib/unlocked-io.h: New file, from GNU diffutils,
22784         but with proper copyright notice and attribution.
22785         * lib/gen-uio: Remove.
22786         * lib/Makefile.am: Add copyright notice.
22787         (libfetish_a_SOURCES): Add unlocked-io.h.
22788         (BUILT_SOURCES, all-local): Remove unlocked-io.h.
22789         (DISTCLEANFILES, io_functions): Remove macros.
22790         (EXTRA_DIST): Remove gen_uio.
22791         (unlocked-io.h): Remove rule.
22792
22793 2002-12-04  Jim Meyering  <jim@meyering.net>
22794
22795         Reflect the fact that stat.c and lstat.c are no longer generated.
22796         * lib/Makefile.am (BUILT_SOURCES): Remove stat.c and lstat.c.
22797         (DISTCLEANFILES): Likewise.
22798         (EXTRA_DIST): Likewise.
22799         (all_local): Don't depend on stat.c or lstat.c.
22800         (stat.c, lstat.c): Remove rules.
22801         (EXTRA_DIST): Remove xstat.in.
22802
22803         * lib/xstat.in: Remove file.  Contents moved into stat.c.
22804         * lib/stat.c: New file.  Contents mostly from xstat.in.
22805         * lib/stat.c: Rework so that it may serve to define rpl_lstat, too.
22806         * lib/lstat.c: New file. Simply #define LSTAT and include stat.c.
22807
22808         * lib/safe-read.c: Rework so that it may serve to define safe_write,
22809         too.
22810         * lib/safe-write.c: Simply #define SAFE_WRITE and include safe-read.c.
22811
22812 2002-12-03  Jim Meyering  <jim@meyering.net>
22813
22814         * lib/safe-read.c, safe-write.c: Change variable names and comments,
22815         but not semantics, to minimize the differences between these two files.
22816         (safe_read): Change comment to mention SAFE_READ_ERROR.
22817
22818         * lib/safe-read.c (IS_EINTR): Define.
22819         (safe_read): Use IS_EINTR in place of in-function cpp directives.
22820
22821 2002-12-02  Jim Meyering  <jim@meyering.net>
22822
22823         * lib/safe-read.c (EINTR): Define.
22824         (CHAR_BIT, TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM): Define.
22825         (INT_MAX): Provide fallback.
22826         (safe_read): Rewrite to iterate IFF the read fails with EINTR.
22827
22828         * lib/safe-read.h (SAFE_READ_ERROR): Define.
22829
22830 2002-12-02  Bruno Haible  <bruno@clisp.org>
22831
22832         * lib/safe-write.c (CHAR_BIT, TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM):
22833         Define, taken from safe-read.c.
22834         (INT_MAX): Provide fallback.
22835         (safe_write): Rewrite to iterate IFF the write fails with EINTR.
22836         * lib/safe-write.h (SAFE_WRITE_ERROR): Define.
22837
22838         * lib/safe-read.c (EINTR): Remove definition.
22839         (safe_read): Don't use EINTR if it is absent.
22840
22841 2002-12-01  Jim Meyering  <jim@meyering.net>
22842
22843         * lib/safe-read.c: (safe_read): Also exit the loop when read returns
22844         zero.
22845         (CHAR_BIT, TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM, INT_MAX): Define.
22846
22847 2002-11-27  Paul Eggert  <eggert@twinsun.com>
22848
22849         * lib/hash.c (hash_lookup, hash_get_first, hash_get_next,
22850         hash_find_entry, hash_rehash): Replace `if (limit <= value) abort ();'
22851         with `if (! (value < limit)) abort ();', for readability.
22852
22853 2002-11-26  Karl Berry  <karl@gnu.org>
22854
22855         * lib/strdup.c: copy from libc again, with jim's ok.
22856         * lib/.cppi-disable: re-add strdup.c
22857
22858 2002-11-25  Karl Berry  <karl@gnu.org>
22859
22860         * lib/strtoll.c: copy from libc, meaning we now #include <strtol.c>
22861         instead of "strtol.c".
22862
22863 2002-11-25  Karl Berry  <karl@gnu.org>
22864
22865         * config/install-sh: update from automake for variable quoting, $0 in
22866         error msgs, etc.
22867
22868         * config/srclist.txt ($LIBCSRC/time/mktime.c lib gpl): new entry.
22869         * config/srclist.txt ($LIBCSRC/sysdeps/generic/strtoll.c lib gpl): new
22870         entry.
22871
22872 2002-11-25  Jim Meyering  <jim@meyering.net>
22873
22874         * lib/mktime.c: Sync from libc, now that it has the latest fix.
22875
22876 2002-11-24  Karl Berry  <karl@gnu.org>
22877
22878         * lib/error.c, getopt.c, getopt.h, getopt1.c, obstack.c, regex.c,
22879         regex.h, strdup.c, strtoll.c, tempname.c: change license to gpl.
22880
22881 2002-11-24  Jim Meyering  <jim@meyering.net>
22882
22883         Update from coreutils:
22884
22885         * lib/mktime.c: Merge in changes from libc.
22886
22887         Avoid a link-time failure on some Linux systems.
22888         * lib/mktime.c (STATIC): Define to be empty (_LIBC) or `static'
22889         (otherwise).
22890         (__mon_yday): Declare with the STATIC attribute.
22891         (__mktime_internal): Likewise.
22892         Based on a report from Greg Schafer.
22893
22894 2002-11-23  Jim Meyering  <jim@meyering.net>
22895
22896         * lib/sig2str.c (str2signum, sig2str): Avoid a warning from gcc:
22897         Use `unsigned', not `int', as type of index.
22898
22899         * lib/xstat.in [@BEGIN_LSTAT_ONLY@]: Include <string.h>.
22900
22901         * lib/fsusage.c: Remove unneeded parentheses around operands of
22902         `defined'.
22903
22904 2002-11-22  Paul Eggert  <eggert@twinsun.com>
22905
22906         * lib/quotearg.h: Allow multiple inclusion by surrounding with
22907         "#ifndef QUOTEARG_H_".  Include <stddef.h>, for size_t,
22908         so that we can be included first.
22909         (PARAMS): Remove; we now assume C89 or later.  All uses removed.
22910         * lib/quotearg.c: Include quotearg.h immediately after config.h.
22911         No need to include stddef.h or sys/types.h any more.
22912         Surround local include files with "", not "<>".
22913         Assume HAVE_LIMITS_H unconditionally, as we assume C89.
22914         Similarly, assume HAVE_C_BACKSLASH_A, CHAR_BIT, UCHAR_MAX, UINT_MAX,
22915         HAVE_STDLIB_H, HAVE_STRING_H, STDC_HEADERS.
22916         (HAVE_MBSINIT): Undef if !HAVE_MBRTOWC.
22917         (mbsinit): Define to 1 if !defined mbsinit && !HAVE_MBSINIT.
22918         (ISPRINT): Remove; no longer needed now that we assume C89.
22919
22920         (clone_quoting_options, quotearg_buffer, quotearg_n_options):
22921         Preserve errno.
22922
22923         (quotearg_buffer_restyled, quotearg_n, quotearg_n_style,
22924         quotearg_char): Use SIZE_MAX rather than
22925         (size_t) -1 when we are talking about "infinity".
22926
22927         (quotearg_buffer_restyled): Fix bug when quoting trigraphs.
22928
22929 2002-11-22  Paul Eggert  <eggert@twinsun.com>
22930
22931         * lib/hash.c: Avoid use of <assert.h>, as the GNU Coding Standards
22932         hint that one should use `if (! x) abort ();' rather than `assert
22933         (x);', and anyway it's one less thing to worry about configuring.
22934         (hash_lookup, hash_get_first, hash_get_next, hash_find_entry,
22935         hash_rehash, hash_insert): Use abort rather than assert.
22936
22937 2002-11-22  Bruno Haible  <bruno@clisp.org>
22938
22939         * lib/safe-read.h: Assume C89. Add comments.
22940         (safe_read): Change return type to size_t.
22941         * lib/safe-read.c (safe_read): Change return type to size_t. Handle
22942         byte counts > SSIZE_MAX correctly.
22943         * lib/safe-write.h: New file.
22944         * lib/safe-write.c: New file.
22945         * lib/full-read.h: New file.
22946         * lib/full-read.c: New file.
22947         * lib/full-write.h: Assume C89. Add comments.
22948         * lib/full-write.c: Include safe-write.h.
22949         (full_write): Rewritten to use safe_write.
22950         Suggested by Jim Meyering and Paul Eggert.
22951
22952 2002-11-21  Jim Meyering  <jim@meyering.net>
22953
22954         * lib/strdup.c (strdup): Tweak comment and initial #if/#include.
22955
22956         Merge in changes from the coreutils.
22957
22958         2002-09-25  Paul Eggert  <eggert@twinsun.com>
22959         * lib/fsusage.c [! HAVE_INTTYPES_H && HAVE_STDINT_H] Include
22960         <stdint.h>.
22961         (UINTMAX_MAX) [!defined UINTMAX_MAX]: New macro.
22962         (PROPAGATE_ALL_ONES): Work even if X is unsigned and narrower than
22963         int.  Work more efficiently if X is the same width as uintmax_t.
22964         Do not compare X to -1, to avoid bogus compiler warning.
22965         (get_fs_usage): (uintmax_t) -1 -> UINTMAX_MAX to avoid a cast.
22966         Don't assume that f_frsize and f_bsize are the same type.
22967
22968         * lib/mountlist.c: #undef MNT_IGNORE before defining it, to avoid
22969         warning on FreeBSD.
22970
22971         * lib/makepath.c (make_path): Restore umask *before* creating the final
22972         component.
22973         (make_path): Minor reformatting.
22974
22975         * lib/xmalloc.c: Adjust to work with new autoconf macros,
22976         AC_FUNC_MALLOC and AC_FUNC_REALLOC: test #ifndef
22977         HAVE_MALLOC/HAVE_REALLOC.
22978
22979         * lib/mountlist.h (ME_DUMMY): Don't count entries of type `auto' as
22980         dummy ones.  At least on GNU/Linux systems, `auto' means something
22981         else.
22982         From Michael Stone.
22983
22984 2002-11-21  Bruno Haible  <bruno@clisp.org>
22985
22986         Remove case insensitive option matching.
22987         * lib/argmatch.h (argcasematch): Remove declaration.
22988         (ARGCASEMATCH): Remove macro.
22989         (__xargmatch_internal): Remove case_sensitive argument.
22990         (XARGMATCH): Update.
22991         (XARGCASEMATCH): Remove macro.
22992         * lib/argmatch.c (argmatch): Renamed from __argmatch_internal. Remove
22993         case_sensitive argument.
22994         (argcasematch): Remove function.
22995         (__xargmatch_internal): Remove case_sensitive argument.
22996         (main): Use XARGMATCH instead of XARGCASEMATCH.
22997
22998         * lib/xmalloc.c: Change compile-time error message. Add comment about
22999         required autoconf version.
23000
23001 2002-11-20  Paul Eggert  <eggert@twinsun.com>
23002
23003         Merge argmatch cleanups from Bison.  Assume C89.
23004
23005         * lib/argmatch.c: Include config.h here, not in argmatch.h.
23006         Include stdlib.h, for EXIT_FAILURE.
23007         Always include <string.h>, since we assume C89.
23008         (EXIT_FAILURE): Remove pre-C89 bug workaround.
23009         * lib/argmatch.h: Do not include <config.h> or <sys/types.h>.
23010         Include <stddef.h> instead, since it's all we need for size_t.
23011         (PARAMS): Remove.  All uses removed.
23012         (ARRAY_CARDINALITY): Do not bother to #undef.
23013         (ARRAY_CARDINALITY, ARGMATCH, ARGCASEMATCH, invalid_arg,
23014         ARGMATCH_VALID, XARGMATCH, XARGCASEMATCH):
23015         Remove unnecessary parentheses.
23016         (ARGMATCH_VALID, XARGMATCH, XARGCASEMATCH):
23017         Insert necessary parentheses.
23018         (ARGMATCH_CONSTRAINT, ARGMATCH_VERIFY): New macros.
23019         (ARGMATCH_ASSERT): Use ARGMATCH_CONSTRAINT.
23020
23021 2002-11-19  Bruno Haible  <bruno@clisp.org>
23022
23023         * lib/mbswidth.c: Include mbswidth.h right at the beginning.
23024         * lib/mbswidth.h: Include <stddef.h>, for size_t.
23025
23026         * lib/mbswidth.h (PARAMS): Remove macro.
23027         (mbswidth, mbsnwidth): Use ANSI C function declarations.
23028         * lib/mbswidth.c (mbswidth, mbsnwidth): Likewise.
23029
23030         * lib/gcd.h (PARAMS): Remove macro.
23031         (gcd): Use ANSI C function declarations.
23032         * lib/gcd.c (gcd): Likewise.
23033
23034 2002-11-15  Bruno Haible  <bruno@clisp.org>
23035
23036         * lib/strcspn.c: Include <stddef.h>.
23037         (strcspn): Use ANSI C function declaration. Change return type to
23038         size_t. Use NULL.
23039         * lib/strpbrk.c: Minimize diffs to glibc. Include <stddef.h>.
23040         (strpbrk): Use NULL.
23041         * lib/strpbrk.h (PARAMS): Remove macro.
23042         (strpbrk): Use ANSI C function declaration.
23043         * lib/strstr.c: Don't include <sys/types.h>.
23044         * lib/strstr.h (PARAMS): Remove macro.
23045         (strstr): Use ANSI C function declarations.
23046
23047 2002-11-14  Karl Berry  <karl@gnu.org>
23048
23049         * config/mkinstalldirs: `do' on separate line, instead of
23050         `for var; do'.
23051
23052 2002-11-06  Bruno Haible  <bruno@clisp.org>
23053
23054         * lib/gcd.h (gcd): Change argument type to 'unsigned long'.
23055         * lib/gcd.c (gcd): Likewise.
23056
23057 2002-11-05  Bruno Haible  <bruno@clisp.org>
23058
23059         * lib/gcd.h: New file, from gettext-0.11.5.
23060         * lib/gcd.c: New file, from gettext-0.11.5.
23061
23062 2002-11-05  Bruno Haible  <bruno@clisp.org>
23063
23064         * lib/error.c [!_LIBC]: Include gettext.h instead of <libintl.h>.
23065         * lib/getopt.c [!_LIBC]: Include gettext.h instead of <libintl.h>.
23066         * lib/obstack.c [!_LIBC]: Include gettext.h instead of <libintl.h>.
23067         * lib/regex.c [!_LIBC]: Include gettext.h instead of <libintl.h>.
23068
23069         * lib/argmatch.c: Include gettext.h instead of <locale.h> and
23070         <libintl.h>.
23071         * lib/makepath.c: Include gettext.h instead of <locale.h> and
23072         <libintl.h>.
23073
23074         * lib/closeout.c: Include gettext.h instead of <libintl.h>.
23075         * lib/human.c: Include gettext.h instead of <libintl.h>.
23076         * lib/quotearg.c: Include gettext.h instead of <libintl.h>.
23077         * lib/rpmatch.c: Include gettext.h instead of <libintl.h>.
23078         * lib/unicodeio.c: Include gettext.h instead of <libintl.h>.
23079         * lib/userspec.c: Include gettext.h instead of <libintl.h>.
23080         * lib/version-etc.c: Include gettext.h instead of <libintl.h>.
23081         * lib/xmalloc.c: Include gettext.h instead of <libintl.h>.
23082         (textdomain): Remove definition.
23083         * lib/xmemcoll.c: Include gettext.h instead of <libintl.h>.
23084
23085         * lib/long-options.c: Remove include of <libintl.h> and definition of
23086         _.
23087         * lib/same.c: Remove include of <libintl.h> and definition of _.
23088
23089 2002-11-04  Owen Taylor  <otaylor@redhat.com>
23090
23091         * lib/config.charset: A few additions for Solaris.
23092
23093 2002-11-04  Bruno Haible  <haible@clisp.cons.org>
23094
23095         Make it possible to build libcharset with CC=gcc CFLAGS="-x c++".
23096         * lib/localcharset.c (locale_charset): Declare as extern "C".
23097
23098 2002-11-04  Bruno Haible  <haible@clisp.cons.org>
23099
23100         * lib/config.charset: msdos in uk_UA uses CP1125.
23101
23102 2002-11-04  Bruno Haible  <bruno@clisp.org>
23103
23104         * lib/stpcpy.h: New file, from GNU gettext-0.11.5.
23105         * lib/strcase.h: New file, from GNU gettext-0.11.5.
23106         * lib/strpbrk.h: New file, from GNU gettext-0.11.5.
23107         * lib/strstr.h: New file, from GNU gettext-0.11.5.
23108         * lib/xgetcwd.h: New file, from GNU gettext-0.11.5.
23109
23110 2002-11-04  Bruno Haible  <bruno@clisp.org>
23111
23112         * lib/localcharset.c (locale_charset): Don't return an empty string.
23113
23114 2002-11-04  Bruno Haible  <bruno@clisp.org>
23115
23116         * lib/localcharset.c (get_charset_aliases): Add more Windows specific
23117         aliases.
23118
23119 2002-11-04  Bruno Haible  <bruno@clisp.org>
23120
23121         * lib/config.charset: Update for newest glibc. Add canonical names
23122         ISO-8859-14, KOI8-T, TCVN5712-1, GEORGIAN-PS.
23123
23124 2002-11-04  Bruno Haible  <bruno@clisp.org>
23125
23126         * lib/config.charset: Add support for NetBSD.
23127
23128 2002-11-04  Bruno Haible  <bruno@clisp.org>
23129
23130         * lib/config.charset [msdosdjgpp]: For Russian, use CP866.
23131
23132 2002-11-01  Bruno Haible  <bruno@clisp.org>
23133
23134         * configure.in: Add AC_CONFIG_AUX_DIR call.
23135         (AC_OUTPUT): Add m4/Makefile, lib/Makefile. Remove doc/Makefile,
23136         test/Makefile.
23137         * Makefile.in (subdirs): Add m4, lib. Remove doc, test.
23138
23139 2002-09-28  Karl Berry  <karl@gnu.org>
23140
23141         * config/srclist.txt: can't copy install-sh/mkinstalldirs from
23142         installed automake until the next release, since changes have been
23143         made.
23144
23145 2002-09-25  Karl Berry  <karl@gnu.org>
23146
23147         * lib/strdup.c: copy from libc/string (via ../config/srclist*).
23148         * lib/getopt*: copy from libc/posix.
23149         * lib/gettext.h: copy from gettext.
23150         * lib/.cppi-disable: add strdup.c, gettext.h.
23151
23152 2002-09-25  Karl Berry  <karl@gnu.org>
23153
23154         * config/srclist.txt: enable gettext.h check.
23155         * config/config.{guess,sub}: update from prep.
23156         * config/depcomp, install-sh, mdate-sh, missing, mkinstalldirs: update
23157                 from automake 1.6.3.
23158         See srclist*.
23159
23160 2002-08-23  Stefan Monnier  <monnier@cs.yale.edu>
23161
23162         * regex.c (PATFETCH): Remove the translating fetch.
23163         (PATFETCH_RAW): Rename to PATFETCH.
23164         (set_image_of_range): New fun.
23165         (SET_RANGE_TABLE_WORK_AREA): Use it.
23166         (regex_compile): Don't translate the pattern chars so eagerly.
23167         Only do it when inserting an `exactn' bytecode or when handling
23168         a char-range.
23169         (mutually_exclusive_p): Avoid empty statement.
23170
23171 2002-07-06  Jim Meyering  <meyering@lucent.com>
23172
23173         * m4/README: Don't mention Makefile.am.in.
23174         Outline how I've tested changes to .m4 files.  Yep, it's a pain.
23175
23176 2002-07-01  Jim Meyering  <meyering@lucent.com>
23177
23178         * lib/c-stack.c: Include sys/time.h.
23179         From Volker Borchert.
23180
23181 2002-06-26  Paul Eggert  <eggert@twinsun.com>
23182
23183         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Check for btowc.
23184
23185 2002-06-26  Paul Eggert  <eggert@twinsun.com>
23186
23187         * lib/fnmatch.c, fnmatch_loop.c (WIDE_CHAR_SUPPORT):
23188         New macro.  Use it uniformly instead of
23189         (defined HAVE_WCTYPE_H && defined HAVE_WCHAR_H).
23190         It also uses HAVE_BTOWC, to fix a porting bug on Solaris 2.5.1
23191         reported by Vin Shelton.
23192
23193 2002-06-22  Paul Eggert  <eggert@twinsun.com>
23194
23195         * lib/c-stack.h (segv_handler, c_stack_action) [! defined SA_SIGINFO]:
23196         Do not assume SA_SIGINFO behavior.
23197         Bug reported by Jim Meyering on NetBSD 1.5.2.
23198
23199 2002-06-22  Jim Meyering  <meyering@lucent.com>
23200
23201         * m4/c-stack.m4: New file, from diffutils-2.8.2.
23202         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_C_STACK.
23203
23204         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Don't require AC__GNU_SOURCE,
23205         now that configure.ac uses AC_GNU_SOURCE.
23206         (jm_MACROS): Rename: jm_FUNC_FNMATCH to AC_FUNC_FNMATCH_GNU.
23207         * m4/prereq.m4 (jm_PREREQ_EXCLUDE): Likewise, wrt jm_FUNC_FNMATCH.
23208
23209         Update to latest tools.  Suggestions from Paul Eggert.
23210         * m4/stdbool.m4: New file, from diffutils-2.8.2.
23211         * m4/gnu-source.m4: Update from diffutils-2.8.2.
23212         * m4/fnmatch.m4: Likewise.
23213         * m4/prereq.m4: Change each use of AC_CHECK_HEADERS(stdbool.h)
23214         to AC_HEADER_STDBOOL
23215
23216 2002-06-22  Jim Meyering  <meyering@lucent.com>
23217
23218         * lib/fnmatch.c (ISASCII, ISPRINT): Undefine, to avoid warning about
23219         redefinition due to Solaris 2.6's definition in /usr/include/sys/euc.h.
23220
23221 2002-06-22  Jim Meyering  <meyering@lucent.com>
23222
23223         * lib/c-stack.c, lib/c-stack.h: New files, from diffutils-2.8.2.
23224
23225         * lib/exitfail.c, exitfail.h: Likewise.
23226         * lib/Makefile.am (libfetish_a_SOURCES): Add exitfail.c and exitfail.h.
23227
23228         * lib/Makefile.am (libfetish_a_SOURCES): Add fnmatch_.h in place
23229         of fnmatch.h.
23230         (EXTRA_DIST): Add fnmatch_loop.c.
23231         (libfetish_a_SOURCES): Add c-stack.c and c-stack.h.
23232
23233         * lib/fnmatch_loop.c: New file, from diffutils-2.8.2.
23234         * lib/fnmatch.c: Update from diffutils-2.8.2.
23235         * lib/fnmatch_.h: New file.  From diffutils-2.8.2.
23236         * lib/fnmatch.h: Remove file.
23237
23238 2002-06-21  Jim Meyering  <meyering@lucent.com>
23239
23240         * m4/c-bs-a.m4: Add comment, from diffutils-2.8.2.
23241         * m4/mbrtowc.m4: Likewise.
23242
23243         * m4/mbstate_t.m4: Update from diffutils-2.8.2.
23244         * m4/mbswidth.m4: Reflect name change:
23245         s/AC_MBSTATE_T/AC_TYPE_MBSTATE_T.
23246         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Likewise.
23247
23248         * m4/lib-link.m4: Update from gettext-0.11.2.
23249         * m4/gettext.m4: Likewise.
23250
23251         * m4/jm-macros.m4 (jm_CHECK_ALL_HEADERS): Check for hurd.h.
23252         From Alfred M. Szmidt.
23253
23254 2002-06-18  Paul Eggert  <eggert@twinsun.com>
23255
23256         * lib/file-type.h: Report an error if neither S_ISREG nor
23257         S_IFREG is defined, instead of using a test specific to glibc
23258         2.2.  This should be safe, since POSIX requires S_ISREG and
23259         Unix Version 7 had S_IFREG.  We don't need to check for
23260         <sys/types.h> since we don't use any symbols that it defines.
23261
23262 2002-06-15  Richard Dawe  <richdawe@bigfoot.com>
23263
23264         * lib/Makefile.am (lstat.c, stat.c, .sin.sed): Use t-$@, rather than
23265         $@-t, so that each temporary file name is unique and valid in the first
23266         8 characters, for operation under DOS.
23267
23268 2002-06-15  Paul Eggert  <eggert@twinsun.com>
23269
23270         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Check for st_author.
23271
23272 2002-06-15  Jim Meyering  <meyering@lucent.com>
23273
23274         Work even with DJGPP 2.03, which lacks support for symlinks.
23275         From Richard Dawe.
23276         * lib/xstat.in (S_ISLNK): Define to 0 if neither S_ISLNK nor S_IFLNK
23277         is defined.
23278         * lib/lchown.c (S_ISLNK): Likewise.
23279
23280 2002-06-15  Jim Meyering  <meyering@lucent.com>
23281
23282         * lib/file-type.h (FILE_TYPE_H): Guard entire contents with #ifndef.
23283         For GNU libc 2.2 and newer, ensure that <sys/types.h> and <sys/stat.h>
23284         have been included before this file.
23285
23286 2002-06-14  Jim Meyering  <meyering@lucent.com>
23287
23288         * lib/file-type.h: Use the version from diffutils-2.8.2.
23289         * lib/file-type.c: Likewise.
23290
23291 2002-06-07  Jim Meyering  <meyering@lucent.com>
23292
23293         * m4/prereq.m4 (jm_PREREQ_STAT): Check for sys/param.h and sys/mount.h.
23294         They're needed at least for NetBSD 1.5.2.
23295         ($statxfs_includes): Include those same headers.
23296         ($statxfs_includes): Include sys/vfs.h if available.
23297         ($statxfs_includes): Likewise for sys/statvfs.h.
23298         Check for the following members in both structs statfs and statvfs:
23299         f_basetype, f_type, f_fsid.__val, f_namemax, f_namelen.
23300
23301 2002-06-01  Jim Meyering  <meyering@lucent.com>
23302
23303         * m4/d-type.m4 (jm_CHECK_TYPE_STRUCT_DIRENT_D_TYPE): Rename macro:
23304         s/D_TYPE_IN_DIRENT/HAVE_STRUCT_DIRENT_D_TYPE/.
23305
23306 2002-05-28  Jim Meyering  <meyering@lucent.com>
23307
23308         * m4/readdir.m4 (jm_FUNC_READDIR): Undefine `mkdir', not `rmdir'.
23309         Reported by Volker Borchert.
23310
23311 2002-05-27  Jim Meyering  <meyering@lucent.com>
23312
23313         Fix a problem seen only on nonconforming systems whereby ls.c's
23314         use of localtime, and then of gettimeofday would cause trouble:
23315         the localtime call used to initialize rpl_gettimeofday's save
23316         mechanism would clobber ls's current local time information so
23317         that in any long listing the first file would always be listed
23318         with date 1970-01-01.  Analysis by Volker Borchert.
23319
23320         * lib/gettimeofday.c (localtime): Undefine.
23321         (rpl_localtime): New function.
23322
23323 2002-05-27  Jim Meyering  <meyering@lucent.com>
23324
23325         * m4/gettimeofday.m4 (AC_FUNC_GETTIMEOFDAY_CLOBBER): Also replace
23326         localtime.
23327
23328         * m4/readdir.m4 (jm_FUNC_READDIR): Undefine `rmdir' so we don't try to
23329         use the replacement function; it wouldn't resolve at link time.
23330         Reported by Volker Borchert.
23331
23332 2002-05-22  Jim Meyering  <meyering@lucent.com>
23333
23334         * lib/Makefile.am (libfetish_a_SOURCES): Add file-type.c and
23335         file-type.h.
23336         * lib/file-type.h: New file.
23337         * lib/file-type.c (file_type): New file/function.  Extracted from
23338         diffutils.
23339
23340 2002-04-30  Jim Meyering  <meyering@lucent.com>
23341
23342         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_STAT.
23343
23344 2002-04-29  Paul Eggert  <eggert@twinsun.com>
23345
23346         * m4/prereq.m4 (jm_PREREQ_SIG2STR): Remove; all callers changed.
23347
23348 2002-04-29  Paul Eggert  <eggert@twinsun.com>
23349
23350         * m4/prereq.m4 (jm_PREREQ_HARD_LOCALE): Check for stdlib.h.
23351         Do not check for alloca.h (no longer used) or stdbool.h (was never
23352         used?).  Add AM_C_PROTOTYPES since hard-locale.h uses it.
23353
23354 2002-04-29  Paul Eggert  <eggert@twinsun.com>
23355
23356         * lib/hard-locale.c: Upgrade to version used in GNU Diffutils 2.8.1.
23357
23358 2002-04-29  Jim Meyering  <meyering@lucent.com>
23359
23360         * m4/jm-macros.m4 (jm_MACROS): Remove use of AC_FUNC_STRNLEN.
23361         * m4/prereq.m4: Add jm_PREREQ_STRNLEN.
23362         Use AC_FUNC_STRNLEN here instead.
23363
23364         * m4/jm-macros.m4: Don't AC_REQUIRE([AC_PROG_CC_STDC]).
23365         With autoconf-2.53a, it's part of AC_PROG_CC.
23366
23367 2002-04-28  Paul Eggert  <eggert@twinsun.com>
23368
23369         * m4/jm-macros.m4 (jm_MACROS): Add AC_REPLACE_FUNCS(sig2str).
23370         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_SIG2STR.
23371
23372 2002-04-28  Paul Eggert  <eggert@twinsun.com>
23373
23374         * lib/sig2str.h, lib/sig2str.c: New files.
23375         * lib/Makefile.am (libfetish_a_SOURCES): Add sig2str.h.
23376
23377 2002-04-28  Paul Eggert  <eggert@twinsun.com>
23378
23379         * lib/sig2str.h (SIGNUM_BOUND): Do not use WTERMSIG, to avoid
23380         depending on <sys/wait.h> and WTERMSIG.  Default to 64 instead
23381         of 127, since 64 is the largest conceivable number for ancient
23382         nonstandard hosts.
23383         * lib/sig2str.c: Do not include <sys/wait.h>; no longer needed.
23384
23385 2002-04-28  Jim Meyering  <meyering@lucent.com>
23386
23387         * lib/sig2str.c (WTERMSIG): Remove definition (unused).
23388
23389 2002-04-24  Jim Meyering  <meyering@lucent.com>
23390
23391         * m4/prereq.m4 (jm_PREREQ_HARD_LOCALE): New macro.
23392         (jm_PREREQ): Use it.
23393
23394         * m4/getloadavg.m4: Check for these headers: locale.h unistd.h
23395         mach/mach.h fcntl.h.
23396         Check for this function: setlocale.
23397
23398 2002-04-24  Jim Meyering  <meyering@lucent.com>
23399
23400         * lib/gettext.h: New file, from Gettext.
23401         * lib/Makefile.am (INCLUDES): Remove -I../intl.
23402         (libfetish_a_SOURCES): Add gettext.h.
23403
23404 2002-04-16  Jim Meyering  <meyering@lucent.com>
23405
23406         * m4/prereq.m4 (jm_PREREQ_READUTMP): Also check for these members:
23407         ut_pid, ut_id, ut_exit.
23408
23409 2002-04-16  Jim Meyering  <meyering@lucent.com>
23410
23411         * lib/readutmp.h (UT_TYPE): Remove definition (now in who.c).
23412         (HAVE_STRUCT_XTMP_UT_EXIT, HAVE_STRUCT_XTMP_UT_ID): Define.
23413         (HAVE_STRUCT_XTMP_UT_PID, HAVE_STRUCT_XTMP_UT_TYPE): Define.
23414
23415 2002-04-12  Jim Meyering  <meyering@lucent.com>
23416
23417         * m4/ls-mntd-fs.m4 (checking for getmntinfo function...): Remove
23418         now-bogus check for f_type in sys/mount.h.  Instead, just test for the
23419         existence of the getmntinfo function.  Needed for Darwin 5.3.
23420
23421         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Also detect when dirfd is a macro.
23422         This is necessary at least on Darwin 5.3.
23423
23424         * m4/jm-macros.m4: Don't AC_REPLACE(strnlen), now that we use
23425         AC_FUNC_STRNLEN.  Otherwise, we'd end up putting two copies of
23426         strnlen.o in the library, and that makes some versions of ranlib
23427         object.
23428
23429 2002-04-12  Jim Meyering  <meyering@lucent.com>
23430
23431         * lib/dirfd.h (dirfd): Elide prototype if dirfd is a macro.
23432
23433 2002-04-09  Jim Meyering  <meyering@lucent.com>
23434
23435         * m4/malloc.m4: (jm_FUNC_MALLOC): Change the `checking ...' message
23436         to be more precise.  Rather than saying we're checking whether the
23437         function `works', say what we're testing.
23438         * m4/realloc.m4 (jm_FUNC_REALLOC): Likewise.
23439         Reported by Bruno Haible.
23440
23441 2002-03-10  Jim Meyering  <meyering@lucent.com>
23442
23443         * lib/makepath.c (make_path): Remove a comma from a diagnostic.
23444         Suggestion from Santiago Vila.
23445
23446 2002-03-08  Jim Meyering  <meyering@lucent.com>
23447
23448         * lib/rename.c: Mention that this wrapper is needed also on
23449         mips-dec-ultrix4.4 systems.
23450
23451 2002-03-02  Jim Meyering  <meyering@lucent.com>
23452
23453         * lib/gettime.c (gettime): Test HAVE_CLOCK_GETTIME,
23454         not HAVE_CLOCK_SETTIME.
23455
23456 2002-02-27  Paul Eggert  <eggert@twinsun.com>
23457
23458         * m4/jm-macros.m4 (jm_MACROS): Do not replace stime; no longer used.
23459         Check for clock_settime.
23460
23461 2002-02-27  Paul Eggert  <eggert@twinsun.com>
23462
23463         * lib/nanosleep.h: Rename to....
23464         * lib/timespec.h: New name for nanosleep.h.  All uses changed.
23465
23466         * lib/gettime.c: New file.
23467         * lib/settime.c: New file.
23468         * lib/stime.c: Remove.
23469
23470         * lib/Makefile.am (libfetish_a_SOURCES): Add gettime.c, settime.c,
23471         timespec.h.  Remove nanosleep.h.
23472
23473 2002-02-25  Paul Eggert  <eggert@twinsun.com>
23474
23475         * m4/acl.m4: New file.
23476         * m4/jm-macros.m4 (jm_MACROS): Require AC_FUNC_ACL.
23477         Do not check for acl or sys/acl.h, as AC_FUNC_ACL does that now.
23478
23479 2002-02-25  Paul Eggert  <eggert@twinsun.com>
23480
23481         * lib/acl.c, lib/acl.h: New files.
23482         * lib/Makefile.am (libfetish_a_SOURCES): Add acl.h, acl.c.
23483
23484 2002-02-24  Jim Meyering  <meyering@lucent.com>
23485
23486         * lib/strnlen.c (strnlen): Define-away/undef so that an inconsistent
23487         prototype in string.h (on at least AIX4.3.2.0 w/gcc-2.95.3) doesn't
23488         cause trouble.  Reported by Nelson Beebe.
23489
23490 2002-02-23  Paul Eggert  <eggert@twinsun.com>
23491
23492         * lib/path-concat.c (xpath_concat): Reorder code to pacify
23493         compilers that don't know that xalloc_die never returns.
23494
23495 2002-02-20  Jim Meyering  <meyering@lucent.com>
23496
23497         * lib/getdate.c: Regenerate using bison-1.33.
23498
23499 2002-02-17  Jim Meyering  <meyering@lucent.com>
23500
23501         * config/config.guess (main): Don't use `head -1'; it's no longer
23502         portable. Use `sed 1q' instead.
23503
23504 2002-02-16  gettextize  <bug-gnu-gettext@gnu.org>
23505
23506         * m4/codeset.m4: Upgrade to gettext-0.11.
23507         * m4/gettext.m4: Upgrade to gettext-0.11.
23508         * m4/glibc21.m4: Upgrade to gettext-0.11.
23509         * m4/iconv.m4: Upgrade to gettext-0.11.
23510         * m4/isc-posix.m4: Upgrade to gettext-0.11.
23511         * m4/lcmessage.m4: Upgrade to gettext-0.11.
23512         * m4/lib-ld.m4: New file, from gettext-0.11.
23513         * m4/lib-link.m4: New file, from gettext-0.11.
23514         * m4/lib-prefix.m4: New file, from gettext-0.11.
23515         * m4/progtest.m4: Upgrade to gettext-0.11.
23516
23517 2002-02-15  Paul Eggert  <eggert@twinsun.com>
23518
23519         * m4/prereq.m4 (jm_PREREQ_POSIXVER): New macro.
23520         (jm_PREREQ): Use it.
23521
23522 2002-02-15  Paul Eggert  <eggert@twinsun.com>
23523
23524         * lib/posixver.c, lib/posixver.h: New files.
23525         * lib/Makefile.am (libfetish_a_SOURCES): Add them.
23526
23527 2002-02-02  Paul Eggert  <eggert@twinsun.com>
23528             Bruno Haible  <bruno@clisp.org>
23529
23530         * lib/unicodeio.h (print_unicode_char): Add exit_on_error argument.
23531         (fwrite_success_callback): New declaration.
23532         * lib/unicodeio.c (unicode_to_mb): New function, extracted from
23533         print_unicode_char. Call failure callback instead of error.
23534         (fwrite_success_callback): New function.
23535         (exit_failure_callback): New function.
23536         (fallback_failure_callback): New function.
23537         (print_unicode_char): Call unicode_to_mb.
23538
23539 2002-01-26  Jim Meyering  <meyering@lucent.com>
23540
23541         * m4/jm-macros.m4 (jm_MACROS): Require autoconf-2.52g.
23542         * m4/strnlen.m4: Remove file, now that it's part of autoconf.
23543
23544 2002-01-26  Jim Meyering  <meyering@lucent.com>
23545
23546         * lib/Makefile.am (getdate$U.o): Depend on unlocked-io.h.
23547
23548 2002-01-22  Paul Eggert  <eggert@twinsun.com>
23549
23550         * m4/jm-macros.m4 (jm_MACROS): Require AC_FUNC_FSEEKO.
23551
23552 2002-01-22  Jim Meyering  <meyering@lucent.com>
23553
23554         * lib/Makefile.am (Makefile): Don't depend on $(BUILT_SOURCES).
23555         Otherwise, some versions of automake would omit the rule that makes
23556         Makefile from Makefile.in.
23557
23558 2002-01-21  Paul Eggert  <eggert@twinsun.com>
23559
23560         * lib/xmemcoll.h, lib/xmemcoll.c: New files.
23561         * lib/Makefile.am (libfetish_a_SOURCES): Add them.
23562         * lib/memcoll.c: Include errno.h, and declare errno if not defined.
23563         (memcoll): Set errno to zero if there is no error.
23564
23565         * lib/quotearg.c (quotearg_buffer_restyled):
23566         Fix bug with quoting buffers containing NUL when backslashing escapes.
23567         This bug was exposed by the other changes in this patch.
23568         (quotearg_n_options): New arg ARGSIZE.
23569         All callers changed.
23570         (quoting_options_from_style): New function.
23571         (quotearg_n_style): Use it.
23572         (quotearg_n_style_mem): New function.
23573
23574         * lib/quotearg.h (quotearg_n_style_mem): New function.
23575
23576 2002-01-19  Jim Meyering  <meyering@lucent.com>
23577
23578         * m4/jm-macros.m4 (jm_MACROS): Use AC_FUNC_STRNLEN.
23579         Remove useless quotes: DF_PROG="df".
23580         * m4/strnlen.m4: New file.
23581
23582 2002-01-16  Paul Eggert  <eggert@twinsun.com>
23583
23584         * lib/backupfile.c (ISDIGIT): Comment fix.
23585         * lib/getdate.y (ISDIGIT): Likewise.
23586         * lib/posixtm.c (ISDIGIT, year): Likewise.
23587         * lib/strverscmp.c (ISDIGIT): Likewise.
23588         * lib/userspec.c (ISDIGIT): Likewise.
23589
23590 2002-01-16  Jim Meyering  <meyering@lucent.com>
23591
23592         * lib/getdate.y: Add three semicolons, each just before a closing
23593         brace. Bison (as of version 1.31) no longer papers over that mistake.
23594
23595 2002-01-05  Jim Meyering  <meyering@lucent.com>
23596
23597         * lib/version-etc.c (version_etc_copyright): Update copyright year.
23598
23599 2001-12-19  Paul Eggert  <eggert@twinsun.com>
23600
23601         * lib/closeout.c (close_stdout_status): If ferror (stdout), do
23602         not silently exit merely because the output buffer happens to
23603         have nothing pending.
23604
23605 2001-12-18  Paul Eggert  <eggert@twinsun.com>
23606
23607         See the big note in ../ChangeLog.
23608         * lib/human.c (suffixes): Prefer K to k for 1024.
23609         (generate_suffix_backwards): New function.
23610         (human_readable_inexact): Use it.
23611         * lib/xstrtol.c (__xstrtol): If there is no number but there
23612         is a valid suffix, assume 1.  "MB" now means decimal, "MiB" binary.
23613         Accept 'K' as well as 'k'.
23614
23615 2001-12-15  Jim Meyering  <meyering@lucent.com>
23616
23617         * lib/regex.h (__restrict_arr): Update from libc.
23618
23619         * lib/mountlist.h (ME_REMOTE): Recognize file systems of type smbfs
23620         as `remote' if the name starts with `//'.  Suggested by Michael Stone.
23621         (STREQ): Define.
23622
23623 2001-12-14  Jim Meyering  <meyering@lucent.com>
23624
23625         * m4/jm-macros.m4 (jm_MACROS): Check for iswspace.
23626         Suggestion from Bruno Haible.
23627
23628 2001-12-10  Jim Meyering  <meyering@lucent.com>
23629
23630         * lib/linebuffer.c: Remove explicit declarations of xmalloc and
23631         xrealloc, Instead, include "xalloc.h".
23632         (initbuffer): Don't cast xmalloc return value to char*.
23633         (readline): Reword comment.
23634         Don't cast xrealloc return value to char*
23635         Return NULL, not 0.
23636
23637 2001-12-09  Jim Meyering  <meyering@lucent.com>
23638
23639         * lib/modechange.c (mode_compile): Add cast to avoid pedantic warning
23640         about `signed and unsigned type in conditional expression'.
23641         * lib/posixtm.c (posix_time_parse): Likewise.
23642
23643         * lib/xreadlink.c (xreadlink): Add cast to avoid a pedantic warning.
23644
23645         * lib/readtokens.c (readtoken): Declare an index to be of type unsigned
23646         to avoid a pedantic warning.
23647
23648         * lib/getstr.c: Don't include assert.h.
23649         (getstr): Remove warning-evoking assertions.
23650         Return -1 if offset parameter is out of bounds.
23651         Change the type of a local from int to size_t.
23652
23653         * lib/strftime.c (my_strftime_localtime_r): Include this function
23654         definition in the `#if ! HAVE_TM_GMTOFF' block.
23655
23656         * lib/xgethostname.c: Remove declarations of xmalloc and xrealloc.
23657         Include xalloc.h instead.
23658
23659 2001-12-02  Jim Meyering  <meyering@lucent.com>
23660
23661         * lib/tempname.c: Don't declare getenv, thus reverting the change of
23662         2001-11-18.  It's no longer necessary, now that stdlib.h is always
23663         included.
23664
23665         * lib/regex.c [!__BOUNDED_POINTERS__]: Define away __bounded,
23666         __unbounded, and __ptrvalue.  Reported by Uwe H. Steinfeld.
23667
23668 2001-11-30  Akim Demaille  <akim@epita.fr>
23669
23670         * lib/xstrdup.c: Include xalloc.h, so that xstrdup is declared
23671         before being defined.
23672
23673 2001-11-27  Paul Eggert  <eggert@twinsun.com>
23674
23675         * lib/quotearg.h (quotearg_n, quotearg_n_style):
23676         First arg is int, not unsigned.
23677         * lib/quotearg.c (quotearg_n, quotearg_n_style): Likewise.
23678         (SIZE_MAX, UINT_MAX): New macros.
23679         (quotearg_n_options): Abort if N is negative.
23680         Avoid overflow check on hosts where size_t is 64 bits and int
23681         is 32 bits, as overflow is impossible there.
23682         Fix off-by-one typo that caused unnecessary reallocation.
23683
23684 2001-11-27  Jim Meyering  <meyering@lucent.com>
23685
23686         * lib/tempname.c: Merge with version from libc.
23687         * lib/regex.c: Likewise.
23688
23689         * lib/tempname.c: Include stdlib.h unconditionally.  On some old
23690         systems for which STDC_HEADERS is 0, it was not included, resulting in
23691         a warning about an integer-to-pointer conversion problem with getenv.
23692         Reported by Volker Borchert.
23693
23694 2001-11-26  Jim Meyering  <meyering@lucent.com>
23695
23696         * lib/gtod.h: Remove file.
23697         * lib/Makefile.am (libfetish_a_SOURCES): Remove gtod.h.
23698         * lib/gettimeofday.c: Don't include gtod.h.
23699         (GTOD_init): Remove function.
23700         (rpl_gettimeofday): Do its job here instead, rather than aborting.
23701         Suggestion from Volker Borchert.
23702
23703 2001-11-23  Jim Meyering  <meyering@lucent.com>
23704
23705         * lib/hash.h (struct hash_table): Don't define here.  Merely declare
23706         it.
23707         * lib/hash.c (struct hash_table): Define it here instead.
23708
23709 2001-11-22  Jim Meyering  <meyering@lucent.com>
23710
23711         * lib/hash.h: Bracket contents of file with #ifndef HASH_H_ ... #endif.
23712
23713 2001-11-20  Jim Meyering  <meyering@lucent.com>
23714
23715         * m4/mkstemp.m4 (UTILS_FUNC_MKSTEMP): Update comment to reflect that
23716         SunOS 4.1.4 and Solaris 2.5.1 lose, too.
23717
23718 2001-11-19  Jim Meyering  <meyering@lucent.com>
23719
23720         * m4/mkstemp.m4 (UTILS_FUNC_MKSTEMP): Don't bother with a temporary
23721         directory.  Use "conftestXXXXXX" as the template.
23722         Suggestion from Paul Eggert.
23723
23724         * m4/mkstemp.m4 (UTILS_FUNC_MKSTEMP): Close each descriptor
23725         immediately, so the test doesn't mistakenly hit the max-open-files
23726         limit.
23727
23728 2001-11-18  Paul Eggert  <eggert@twinsun.com>
23729
23730         * lib/tempname.c (TMP_MAX): Remove; no longer needed.
23731         (TEMPORARIES): New macro.
23732         (__gen_tempname): Use TEMPORARIES rather than TMP_MAX.  This
23733         removes an artificial limitation (e.g. HP-UX 10.20, where
23734         TMP_MAX is 17576).
23735
23736 2001-11-18  Jim Meyering  <meyering@lucent.com>
23737
23738         * m4/prereq.m4 (jm_PREREQ_TEMPNAME): Check for declaration of getenv.
23739
23740 2001-11-18  Jim Meyering  <meyering@lucent.com>
23741
23742         * lib/tempname.c [!HAVE_DECL_GETENV]: Declare getenv to avoid warning
23743         on SunOS 4.
23744
23745         * lib/Makefile.am (Makefile): Depend on $(BUILT_SOURCES), so those
23746         files will be created before anything else.
23747
23748 2001-11-17  Paul Eggert  <eggert@twinsun.com>
23749
23750         * m4/jm-winsz1.m4 (jm_WINSIZE_IN_PTEM): Do not define
23751         WINSIZE_IN_PTEM if <termios.h> defines struct winsize.
23752
23753 2001-11-17  Jim Meyering  <meyering@lucent.com>
23754
23755         * m4/mkstemp.m4 (UTILS_FUNC_MKSTEMP): New file and macro.
23756         Prompted by a report from Bob Proulx.
23757
23758         * m4/jm-macros.m4 (jm_MACROS): Don't test for mkstemp here.
23759         Instead, require UTILS_FUNC_MKSTEMP.
23760
23761 2001-11-17  Jim Meyering  <meyering@lucent.com>
23762
23763         * m4/jm-macros.m4 (jm_MACROS): Remove code to set POW_LIBM.
23764         Now, that's done as part of AC_FUNC_STRTOD.
23765
23766 2001-11-17  Jim Meyering  <meyering@lucent.com>
23767
23768         * lib/modechange.c (mode_adjust): Fix error introduced on 1999-04-26
23769         that made e.g., `chmod a=,o=w,g=o F' cause F to be group readable
23770         rather than group writable.  Patch by Juan F. Codagnone.
23771
23772         * lib/readtokens.c: Remove explicit declarations of xmalloc and
23773         xrealloc, Instead, include "xalloc.h".
23774
23775         * lib/mountlist.c: Include unlocked-io.h after all system headers.
23776         Remove explicit declarations of xmalloc, xrealloc,
23777         and xstrdup.  Instead, include "xalloc.h".
23778
23779         * lib/argmatch.c, closeout.c, error.c, exclude.c: Include
23780         unlocked-io.h.
23781         * lib/fatal.c, getdate.y, getpass.c, getstr.c, getusershell.c:
23782         Likewise.
23783         * lib/mountlist.c, posixtm.c, readtokens.c, readutmp.c: Likewise.
23784
23785         * lib/regex.c, sha.c, version-etc.c, yesno.c: Likewise.
23786         Reported by Padraig Brady.
23787
23788         * lib/mkstemp.c: #undef mkstemp.
23789         Include config.h.
23790         (rpl_mkstemp): Rename from mkstemp.
23791         Protoize.
23792
23793 2001-11-16  Jim Meyering  <meyering@lucent.com>
23794
23795         * lib/physmem.c [HAVE_SYS_PSTAT_H]: Include <sys/pstat.h>.
23796         (physmem_total) [HAVE_PSTAT_GETSTATIC]: If sysconf couldn't be used to
23797         determine the amount of total physical memory, use pstat_getstatic.
23798         HPUX-11 doesn't define _SC_PHYS_PAGES.
23799         (physmem_available) [HAVE_PSTAT_GETSTATIC && HAVE_PSTAT_GETDYNAMIC]:
23800         If sysconf couldn't be used to determine the amount of available
23801         physical memory, use both pstat_getstatic and pstat_getdynamic.
23802         Based on a patch from Bob Proulx.
23803
23804 2001-11-10  Jim Meyering  <meyering@lucent.com>
23805
23806         * m4/prereq.m4 (jm_PREREQ_PHYSMEM): New function.
23807         (jm_PREREQ): Use it.
23808
23809 2001-11-09  Jim Meyering  <meyering@lucent.com>
23810
23811         * m4/jm-macros.m4: Require autoconf-2.52f.
23812         (AC_FUNC_ERROR_AT_LINE, AC_FUNC_OBSTACK, AC_FUNC_STRTOD):
23813         Use these AC_-prefixed names, not the AM_-prefixed ones.
23814
23815         * m4/afs.m4 (jm_AFS): Quote the body.  Patch by Akim Demaille.
23816
23817 2001-11-05  Jim Meyering  <meyering@lucent.com>
23818
23819         * lib/xstat.in (slash_aware_lstat): Correct a misleading comment.
23820
23821 2001-11-04  Jim Meyering  <meyering@lucent.com>
23822
23823         * m4/fpending.m4: Remove unused cruft that saved, set, and restored
23824         $DEFS.
23825
23826 2001-11-03  Jim Meyering  <meyering@lucent.com>
23827
23828         * m4/jm-glibc-io.m4n (jm_FUNC_GLIBC_UNLOCKED_IO): Quote first arg
23829         of AC_DEFUN.
23830
23831         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Rework so dirfd.c doesn't have to
23832         know the name of the variable in the macro definition.
23833
23834 2001-11-03  Jim Meyering  <meyering@lucent.com>
23835
23836         * lib/argmatch.h (ARGMATCH_TO_ARGUMENT): Remove casts of first two args
23837         in argmatch_to_argument call.
23838
23839         * lib/dirfd.c (dirfd): Reflect the fact that DIR_TO_FD now takes an
23840         argument.
23841
23842         * lib/hash.c (hash_clear): Fix a bug that could lead to an infloop or
23843         e.g., a fault due to an attempt to free a NULL pointer.
23844
23845 2001-11-01  Jim Meyering  <meyering@lucent.com>
23846
23847         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): New macro.
23848         * m4/jm-macros.m4 (jm_MACROS): Require UTILS_FUNC_DIRFD.
23849
23850 2001-11-01  Jim Meyering  <meyering@lucent.com>
23851
23852         * lib/dirfd.c, lib/dirfd.h: New files.
23853         * lib/Makefile.am (libfetish_a_SOURCES): Add dirfd.h.
23854
23855         * lib/hash.c (hash_print) [TESTING]: Clean up.
23856
23857 2001-10-22  Paul Eggert  <eggert@twinsun.com>
23858
23859         * lib/hard-locale.c (alloca): Define to __builtin_alloca if __GNUC__,
23860         to avoid a warning if -Wall.
23861
23862 2001-10-22  Jeff Bailey  <jbailey@outpost.dnsalias.org>
23863
23864         * README: New file
23865         * doc/*: Add COPYING, COPYING.LIB, COPYING.DOC, fdl.texi
23866         (per RMS's instructions, this is now the canonical source)
23867         * lgpl/, gpl/: New directories.
23868
23869 2001-10-21  Paul Eggert  <eggert@twinsun.com>
23870
23871         * lib/regex.c (uintptr_t): Remove macro and decl; it's config.h's job.
23872
23873 2001-10-21  Jim Meyering  <meyering@lucent.com>
23874
23875         * lib/obstack.c (_): Honor the setting of ENABLE_NLS.  Otherwise,
23876         this code would end up calling gettext even in packages built
23877         with --disable-nls.
23878         * lib/getopt.c (_): Likewise.
23879         * lib/regex.c (_): Likewise.
23880
23881 2001-10-20  Paul Eggert  <eggert@twinsun.com>
23882
23883         * m4/error.m4 (jm_PREREQ_ERROR):
23884         Do not invoke AC_CHECK_FUNCS with strerror_r, as
23885         AC_FUNC_STRERROR_R does that.
23886         Check for strerror declaration.
23887
23888         * m4/strerror_r.m4: Add copyright notice, as nontrivial m4 files
23889         are supposed to have them these days.
23890         (AC_FUNC_STRERROR_R): Always do char* test, so that it gets cached.
23891         Merge changes from latest Autoconf CVS.
23892         Rename ac_cv_func_strerror_r_works to ac_cv_func_strerror_r_char_p,
23893         and rename HAVE_WORKING_STRERROR_R to STRERROR_R_CHAR_P, since
23894         POSIX decided to standardize on the int flavor of strerror_r.
23895
23896 2001-10-20  Paul Eggert  <eggert@twinsun.com>
23897
23898         * lib/error.c (strerror_r): Do not declare unless !_LIBC.
23899         Do not check for HAVE_DECL_STRERROR_R missing unless STRERROR_R_CHAR_P.
23900         Use strerror_r that is only a macro, even if it is not a function.
23901         (strerror): Check for HAVE_DECL_STRERROR before declaring.
23902         (private_strerror): Use prototypes, not old-style function definition.
23903         (print_errno_message): New function.
23904         Support the POSIX 'int'-flavored strerror_r, as well as the traditional
23905         char*-flavored one.
23906         (error_tail, error, error_at_line): Use it.
23907
23908 2001-10-11  Jim Meyering  <meyering@lucent.com>
23909
23910         * lib/argmatch.c (argmatch_invalid): Use quotearg_n_style (0, ...
23911         and quote_n (1, ... to avoid clobbering a buffer.
23912
23913 2001-10-05  Jim Meyering  <meyering@lucent.com>
23914
23915         * lib/Makefile.am: (libfetish_a_SOURCES): Add hash-pjw.c and
23916         hash-pjw.h.
23917         * lib/hash-pjw.c: New file (factored out of fileutils' remove.c).
23918         * lib/hash-pjw.h: New file.
23919
23920 2001-09-30  Jim Meyering  <meyering@lucent.com>
23921
23922         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): See if
23923         `struct fsstat' has the `f_fstypename' member.
23924         Use that to define FS_TYPE, which is now used to make
23925         the getfsstat link test tighter.
23926
23927 2001-09-30  Jim Meyering  <meyering@lucent.com>
23928
23929         * lib/mountlist.c [MOUNTED_GETFSSTAT]:
23930         Include <sys/ucred.h>, for Apple Darwin.
23931         Include sys/mount.h and sys/fs_types.h only if available.
23932         (FS_TYPE): Define.
23933         (read_filesystem_list): Use FS_TYPE.
23934
23935 2001-09-29  Paul Eggert  <eggert@twinsun.com>
23936
23937         * lib/exclude.c (excluded_filename): 0 -> false, since it's
23938         a boolean context.
23939
23940 2001-09-29  Jim Meyering  <meyering@lucent.com>
23941
23942         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS)
23943         [one-argument getmntent function]): Include stdio.h before mntent.h.
23944         SunOS 4.1.x needs it for the declaration of `FILE'.
23945         Patch by Volker Borchert.
23946
23947         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS)
23948         Check for these headers: sys/param.h sys/ucred.h sys/mount.h
23949         sys/fs_types.h, and make the link-test for getfsstat guard #include
23950         directives with appropriate #if HAVE_*_H tests so that we can
23951         detect getfsstat on Apple Darwin1.3.7 systems.
23952         Reported by Nelson Beebe.
23953         Fix harmless typo in cache variable name: s/getsstat/getfsstat/.
23954
23955 2001-09-28  Paul Eggert  <eggert@twinsun.com>
23956
23957         Fix bug reported by Petter Reinholdtsen for HP-UX 10.20, which
23958         #defines strtoimax.  Also treat the other strto* functions
23959         like strtoimax.
23960
23961         * m4/xstrtoimax.m4 (jm_AC_PREREQ_XSTRTOIMAX):
23962         Check for strtoul and strtoumax,
23963         as those declarations are made even in the signed case.
23964         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX):
23965         Likewise, for strtol and strtoimax.
23966
23967 2001-09-28  Paul Eggert  <eggert@twinsun.com>
23968
23969         Fix bug reported by Petter Reinholdtsen for HP-UX 10.20, which
23970         #defines strtoimax.  Also treat the other strto* functions
23971         like strtoimax.
23972
23973         * lib/xstrtol.c (strtol): Do not declare if HAVE_DECL_STRTOL.
23974         (strtoul): Do not declare if HAVE_DECL_STRTOUL.
23975         (strtoimax, strtoumax): Do not declare if already defined as a macro.
23976
23977 2001-09-26  Jim Meyering  <meyering@lucent.com>
23978
23979         Most macros in unlocked-io.h had the wrong number of arguments.
23980         * lib/gen-uio: New script.
23981         (USE_UNLOCKED_IO): Define to 1 if not already defined.
23982         * lib/unlocked-io.hin: Remove file.
23983         * lib/Makefile.am (unlocked-io.h): Rewrite to use a separate script,
23984         rather than trying to embed it here.
23985         (EXTRA_DIST): Add gen-uio.  Remove unlocked-io.hin
23986         Reported by Padraig Brady.
23987
23988 2001-09-25  Volker Borchert  <bt@teknon.de>
23989
23990         * lib/gettimeofday.c (rpl_gettimeofday): Declare local variable
23991         `result'.
23992
23993 2001-09-24  Jim Meyering  <meyering@lucent.com>
23994
23995         * m4/gettext.m4: Use the version from gettext-0.10.40, not CVS.
23996
23997 2001-09-23  Jim Meyering  <meyering@lucent.com>
23998
23999         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Add a compile-test
24000         instead of the mere test for existence of mntent.h.  The latter
24001         would get a false-positive on AIX 3.4 systems.
24002         In the outer getmntent if-block, don't die if neither of the getmntent
24003         tests succeeds.  Instead, just fall through and continue with the
24004         remaining tests.
24005
24006 2001-09-23  Jim Meyering  <meyering@lucent.com>
24007
24008         * lib/mountlist.c: Remove useless parentheses in #if directives.
24009         (MOUNTED) [!defined MOUNTED]: Define to _PATH_MOUNTED, for when
24010         the deprecated MOUNTED symbol is no longer defined in mntent.h.
24011
24012 2001-09-22  Jim Meyering  <meyering@lucent.com>
24013
24014         * m4/gettext.m4: New file.  From gettext.
24015         * m4/lcmessage.m4: Sync with gettext -- this changes only comments.
24016         * m4/progtest.m4: Likewise
24017         * m4/isc-posix.m4: Decrement serial number to sync with gettext.
24018         * m4/glibc21.m4: Likewise.
24019
24020         * m4/libintl.m4: Remove.  No longer used.
24021
24022 2001-09-22  Jim Meyering  <meyering@lucent.com>
24023
24024         * lib/localcharset.c: Update from latest gettext.
24025         * lib/config.charset: Likewise.
24026
24027 2001-09-20  Jim Meyering  <meyering@lucent.com>
24028
24029         * m4/xstrtoimax.m4 (jm_AC_PREREQ_XSTRTOIMAX): Check for declaration of
24030         strtoimax.
24031         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): Check for declaration of
24032         strtoumax.
24033
24034 2001-09-20  Jim Meyering  <meyering@lucent.com>
24035
24036         * lib/xstrtol.c (strtoimax): Guard declaration with
24037         `#if !HAVE_DECL_STRTOIMAX', rather than just `#ifndef strtoimax'.
24038         The latter fails because some systems (at least rs6000-ibm-aix4.3.3.0)
24039         have their own, conflicting declaration of strtoimax in sys/inttypes.h.
24040         (strtoumax): Likewise, for completeness (it wasn't necessary).
24041
24042 2001-09-17  Paul Eggert  <eggert@twinsun.com>
24043
24044         * lib/strtoimax.c (HAVE_LONG_LONG):
24045         Redefine to HAVE_UNSIGNED_LONG_LONG if unsigned.
24046         (strtoimax): Use sizeof (long), not sizeof strtol (ptr, endptr, base),
24047         to work around bug in IBM C compiler.
24048
24049 2001-09-17  Jim Meyering  <meyering@lucent.com>
24050
24051         * m4/chown.m4, fstypename.m4, getgroups.m4, gettimeofday.m4,
24052         * m4/jm-mktime.m4, lstat.m4, malloc.m4, memcmp.m4, mkdir-slash.m4,
24053         * m4/nanosleep.m4, putenv.m4, readdir.m4, realloc.m4, rename.m4,
24054         * m4/st_dm_mode.m4, stat.m4, strerror_r.m4, timespec.m4, utimbuf.m4,
24055         * m4/utimes.m4: Use AC_DEFINE rather than AC_DEFINE_UNQUOTED,
24056         whenever the right hand side need not be expanded by the shell.
24057
24058 2001-09-16  Paul Eggert  <eggert@twinsun.com>
24059
24060         * m4/fnmatch.m4 (jm_FUNC_FNMATCH): Remove test for GNU C
24061         library.  It's not correct, as some older glibcs are buggy.
24062         fnmatch wasn't fixed until glibc 2.2.
24063
24064         Use AC_DEFINE, not AC_DEFINE_UNQUOTED, as there's no
24065         special shell magic here.
24066
24067 2001-09-16  Jim Meyering  <meyering@lucent.com>
24068
24069         * m4/mkdir-slash.m4 (UTILS_FUNC_MKDIR_TRAILING_SLASH): New file/macro.
24070         * m4/jm-macros.m4: Require it.
24071
24072 2001-09-16  Jim Meyering  <meyering@lucent.com>
24073
24074         * lib/mkdir.c: New file.
24075
24076 2001-09-15  Jim Meyering  <meyering@lucent.com>
24077
24078         * m4/jm-macros.m4: Check for help2man.
24079
24080 2001-09-11  Jim Meyering  <meyering@lucent.com>
24081
24082         * m4/host-os.m4 (UTILS_HOST_OS): New file/macro.
24083         The body, by Paul Eggert, was moved here from configure.in.
24084         * m4/jm-macros.m4: Require UTILS_HOST_OS.
24085
24086 2001-09-04  Paul Eggert  <eggert@twinsun.com>
24087
24088         * m4/prereq.m4 (jm_PREREQ_XREADLINK): New macro.
24089         (jm_PREREQ): Use it.
24090
24091 2001-09-04  Paul Eggert  <eggert@twinsun.com>
24092
24093         * lib/xreadlink.c (xreadlink): Omit size_t* arg.  All uses changed.
24094         Use ssize_t, not int, to store result of readlink.
24095         Check for ssize_t overflow as well as size_t overflow,
24096         as POSIX says the result of readlink is implementation-defined
24097         when ssize_t overflows.
24098         Remove unnecessary cast to char*.
24099         Use free+malloc instead of realloc, as the storage doesn't need
24100         to be preserved and it's clearer and can be more efficient that way.
24101         (SIZE_MAX, SSIZE_MAX): New macros, if <limits.h> doesn't declare.
24102         * lib/xreadlink.h (xreadlink): Update prototype.
24103
24104 2001-09-04  Paul Eggert  <eggert@twinsun.com>
24105
24106         * lib/xgetcwd.c: Revert some of the previous change; intead,
24107         fix the HAVE_GETCWD_NULL code to behave more like the
24108         !HAVE_GETCWD_NULL code used to.
24109
24110         Include "xalloc.h".
24111         (xgetcwd): Do not return NULL when memory is exhausted; instead,
24112         invoke xalloc_die.
24113
24114 2001-09-03  Paul Eggert  <eggert@twinsun.com>
24115
24116         * m4/prereq.m4 (jm_PREREQ_XGETCWD): Check for limits.h and
24117         sys/param.h, as pathmax.h includes them.
24118
24119 2001-09-03  Paul Eggert  <eggert@twinsun.com>
24120
24121         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_XGETCWD.
24122         (jm_PREREQ_XGETCWD): New macro.
24123
24124         * m4/getcwd.m4: New file.
24125
24126 2001-09-03  Paul Eggert  <eggert@twinsun.com>
24127
24128         * lib/xgetcwd.c: Fix the !HAVE_GETCWD_NULL code to behave more
24129         like the HAVE_GETCWD_NULL code.
24130         Include pathmax.h if not HAVE_GETCWD.
24131         Do not include xalloc.h.
24132         (INITIAL_BUFFER_SIZE): New symbol.
24133         Do not use xmalloc / xrealloc, since the caller is responsible for
24134         handling errors.  Preserve errno around `free' during failure.
24135         Do not overrun buffer when using getwd.
24136
24137 2001-09-03  Paul Eggert  <eggert@twinsun.com>
24138
24139         * lib/xgetcwd.c (xgetcwd): Use HAVE_GETCWD_NULL, not (defined
24140         __GLIBC__ && __GLIBC__ >= 2), to decide whether to use
24141         getcwd (NULL, 0).
24142
24143 2001-09-03  Paul Eggert  <eggert@twinsun.com>
24144
24145         * lib/exclude.c (fnmatch_no_wildcards): Fix confusion between
24146         usage of FNM_CASEFOLD and FNM_LEADING_DIR.  The bug was
24147         spotted by Jim Meyering.
24148
24149 2001-09-03  Jim Meyering  <meyering@lucent.com>
24150
24151         * lib/xreadlink.c (xreadlink): Preserve errno around `free' during
24152         failure.
24153
24154 2001-09-02  Jim Meyering  <meyering@lucent.com>
24155
24156         * lib/error.c: Update from GNU libc.
24157
24158 2001-09-01  Jim Meyering  <meyering@lucent.com>
24159
24160         * m4/jm-macros.m4 (jm_MACROS): Check for canonicalize_file_name.
24161         Used by df.
24162
24163 2001-09-01  Jim Meyering  <meyering@lucent.com>
24164
24165         * lib/xreadlink.c: New file.
24166         * lib/xreadlink.h: New file.
24167         * lib/Makefile.am (libfetish_a_SOURCES): Add xreadlink.c and
24168         xreadlink.h.
24169
24170         * lib/regex.c (uintptr_t) [!_LIBC]: Define to private_uintptr_t, so it
24171         doesn't conflict with sparc Solaris 7's definition in
24172         /usr/include/sys/int_types.h.
24173
24174         * lib/exclude.c: Use `""', not `<>' to #include non-system header
24175         files.
24176         (fnmatch_no_wildcards): Rewrite not to use function names, strcasecmp
24177         and strncasecmp as r-values.  Unixware didn't have declarations.
24178
24179 2001-08-31  Paul Eggert  <eggert@twinsun.com>
24180
24181         * lib/xstrtol.h: Add copyright notice.
24182         (_DECLARE_XSTRTOL): Improve quality of diagnostic for
24183         LONGINT_INVALID_SUFFIX_CHAR.
24184
24185 2001-08-31  Paul Eggert  <eggert@twinsun.com>
24186
24187         * lib/xstrtol.c (strtoimax): New decl.
24188
24189 2001-08-31  Paul Eggert  <eggert@twinsun.com>
24190
24191         * lib/xgetcwd.c: Don't include pathmax.h.
24192         Include stdlib.h and unistd.h if available.
24193         Include xalloc.h.
24194         (xmalloc, xstrdup, free): Remove decls.
24195         (xgetcwd): Don't assume sizes fit in unsigned.
24196         Check for overflow when computing sizes.
24197         Simplify reallocation code.
24198
24199 2001-08-31  Paul Eggert  <eggert@twinsun.com>
24200
24201         * lib/savedir.c (savedir): Remove size parameter, as POSIX says that
24202         a directory's st_size can have an arbitrary value, so the old
24203         usage could waste an arbitrary amount of memory.  All uses
24204         changed.
24205         * lib/savedir.h: Update prototype.
24206
24207 2001-08-31  Paul Eggert  <eggert@twinsun.com>
24208
24209         * lib/Makefile.am (libfetish_a_SOURCES): Remove strtoxmax.c.
24210
24211         * lib/strtoimax.c: Renamed from strtoxmax.c, removing the
24212         old strtoimax.c.
24213
24214         Also, make the following further changes to make this file's
24215         configuration more similar to that of strtol.c:
24216         (UNSIGNED): Renamed from STRTOUXMAX_UNSIGNED.  All uses changed.
24217         (strtoumax, uintmax_t, strtoull, strtol): Remove.
24218         (intmax_t, strtoimax, strtol, strtoll): New macros, if UNSIGNED.
24219         (strtoimax): Renamed from strtoumax.  All uses of unsigned values
24220         changed to signed values.
24221
24222         And make the following changes as well:
24223         Fix copyright notice, as 1999 was missing.
24224         (verify): New macro.
24225         (strtoimax): Check sizes at compile-time, not run-time.
24226         Prefer strtol to strtoll if both work.
24227         (main): Remove; it was not that useful and was a pain to maintain.
24228
24229         * lib/strtoumax.c: Include strtoimax.c, not strtouxmax.c.
24230
24231 2001-08-31  Jim Meyering  <meyering@lucent.com>
24232
24233         * lib/xgetcwd.c (xgetcwd): Reorganize to avoid some duplication.
24234         Use an initial, malloc'd, buffer of length 128 rather than
24235         a statically allocated one of length 1024.
24236
24237 2001-08-30  Paul Eggert  <eggert@twinsun.com>
24238
24239         Simplify code, partly by assuming autoconf 2.52 semantics.
24240
24241         * m4/Makefile.am (EXTRA_DIST): Remove uintmax_t.m4.
24242
24243         * m4/inttypes.m4 (AC_PREREQ): Bump to 2.52.
24244         (jm_AC_HEADER_INTTYPES_H): Remove; now done by autoconf in 2.52.
24245         All uses removed.
24246         (jm_AC_TYPE_INTMAX_T, jm_AC_TYPE_UINTMAX_T):
24247         Move AC_REQUIRE to next-to-top level, to avoid confusion.
24248         Use 2.52's AC_CHECK_TYPE instead of merely looking for the header.
24249         * m4/prereq.m4 (jm_PREREQ_HUMAN): Don't require
24250         jm_AC_HEADER_INTTYPES_H.
24251         * m4/jm-macros.m4 (jm_MACROS): Likewise.
24252
24253         * m4/uintmax_t.m4: Remove, as it duplicates inttypes.m4.
24254
24255         * m4/xstrtoimax.m4 (jm_AC_PREREQ_XSTRTOIMAX):
24256         Quote first arg of AC_DEFUN.
24257         Require jm_AC_TYPE_UINTMAX_T and jm_AC_TYPE_UNSIGNED_LONG_LONG
24258         since they are needed to parse the include file even if we need
24259         only xstrtoimax.  Simplify logic behind the args to AC_REPLACE.
24260         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): Likewise,
24261         but with opposite signedness.
24262
24263 2001-08-30  Paul Eggert  <eggert@twinsun.com>
24264
24265         Merge 'exclude' changes from tar 1.13.22.
24266         This fixes one or two unlikely storage allocation overflow bugs,
24267         but doesn't change user-visible behavior otherwise.
24268
24269 2001-08-30  Paul Eggert  <eggert@twinsun.com>
24270
24271         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_EXCLUDE.
24272         (jm_PREREQ_EXCLUDE): New macro.
24273
24274 2001-08-30  Paul Eggert  <eggert@twinsun.com>
24275
24276         * lib/quotearg.c: BSD/OS 4.1 wchar.h requires FILE and struct
24277         tm to be declared.
24278
24279 2001-08-30  Paul Eggert  <eggert@twinsun.com>
24280
24281         * lib/hash.c: Remove '2001' from copyright notice.
24282
24283 2001-08-30  Paul Eggert  <eggert@twinsun.com>
24284
24285         * lib/full-write.h: New file.
24286         * lib/Makefile.am (libfetish_a_SOURCES): Add full-write.h.
24287         * lib/full-write.c: Correct credits, as cccp.c no longer
24288         exists and anyway it was so heavily changed from the old cccp
24289         code as to be unrecognizable.  Include full-write.h.
24290         (full_write) Return size_t, with short writes meaning failure.
24291         All callers changed.  This fixes a bug with large buffers
24292         on 64-bit hosts.
24293         * lib/utime.c: Include full-write.h.
24294
24295 2001-08-30  Paul Eggert  <eggert@twinsun.com>
24296
24297         * lib/exclude.c (bool): Declare, perhaps by including stdbool.h.
24298         (<sys/types.h>): Include only if HAVE_SYS_TYPES_H.
24299         (<stdlib.h>, <string.h>, <strings.h>, <inttypes.h>, <stdint.h>):
24300         Include if available.
24301         (<xalloc.h>): Include
24302         (SIZE_MAX): Define if <stdint.h> or <inttypes.h> doesn't.
24303         (verify): New macro.  Use it to verify that EXCLUDE macros do not
24304         collide with FNM macros.
24305         (struct patopts): New struct.
24306         (struct exclude): Use it, as exclude patterns now come with options.
24307         (new_exclude): Support above changes.
24308         (new_exclude, add_exclude_file):
24309         Initial size must now be a power of two to simplify overflow checking.
24310         (free_exclude, fnmatch_no_wildcards): New function.
24311         (excluded_filename): No longer requires options arg, as the options
24312         are determined by add_exclude.  Now returns bool, not int.
24313         (excluded_filename, add_exclude):
24314         Add support for the fancy new exclusion options.
24315         (add_exclude, add_exclude_file): Now takes int options arg.
24316         Check for arithmetic overflow when computing sizes.
24317         (add_exclude_file): xrealloc might modify errno, so don't
24318         realloc until after errno might be used.
24319
24320         * lib/exclude.h (EXCLUDE_ANCHORED, EXCLUDE_INCLUDE,EXCLUDE_WILDCARDS):
24321         New macros.
24322         (free_exclude): New decl.
24323         (add_exclude, add_exclude_file): Now takes int options arg.
24324         (excluded_filename): No longer requires options arg, as the options
24325         are determined by add_exclude.  Now returns bool, not int.
24326
24327 2001-08-30  Paul Eggert  <eggert@twinsun.com>
24328
24329         * lib/alloca.c (alloca): Arg is of type size_t, not unsigned.
24330
24331 2001-08-27  Jim Meyering  <meyering@lucent.com>
24332
24333         * lib/Makefile.am (libfetish_a_SOURCES): Add strtoxmax.c
24334
24335         * lib/version-etc.c (N_): Remove definition.
24336         Revert most of last change.
24337         Instead, simply don't mark the `Copyright...' string for translation.
24338         Based on advice from Paul Eggert.
24339
24340         * lib/strtoxmax.c: Tweak comment.
24341
24342 2001-08-26  Jim Meyering  <meyering@lucent.com>
24343
24344         * m4/jm-macros.m4: Require jm_AC_PREREQ_XSTRTOIMAX.
24345
24346         * m4/xstrtoimax.m4: New file.
24347         * m4/xstrtoumax.m4: Add comments explaining why we
24348         AC_REPLACE_FUNCS(strtol).
24349
24350 2001-08-26  Jim Meyering  <meyering@lucent.com>
24351
24352         * lib/version-etc.c (version_etc_copyright_fmt): Replace literal year
24353         of copyright with `%s' so translators don't get an untranslated
24354         message in 2002.
24355         (COPYRIGHT_YEAR): Define.
24356         (version_etc): Use fprintf rather than fputs.
24357         Suggestion from Ulrich Drepper.
24358
24359         * lib/Makefile.am (libfetish_a_SOURCES): Add xstrtoimax.c.
24360
24361         * lib/strtoll.c: New file, from GNU libc.
24362         * lib/xstrtoimax.c: New file.
24363
24364         * lib/xstrtol.h: Add xstrtoimax.
24365         * lib/strtoumax.c: New file.  Simply include "strtoumax.c".
24366         * lib/strtoimax.c: New file.  Likewise, but first define
24367         STRTOUXMAX_SIGNED.
24368
24369         * lib/strtoumax.c: Factor to work both for unsigned and signed types,
24370         ...
24371         * lib/strtoxmax.c: ... then renamed to this.
24372
24373 2001-08-18  Paul Eggert  <eggert@twinsun.com>
24374
24375         * m4/inttypes.m4: Add AC_PREREQ(2.13).
24376         (jm_AC_HEADER_INTTYPES_H): Test for intmax_t, too.
24377         (jm_AC_TYPE_INTMAX_T): New macro.
24378         (jm_AC_TYPE_UINTMAX_T): Moved here from uintmax_t.m4.
24379
24380         * m4/longlong.m4 (jm_AC_TYPE_LONG_LONG): New macro.
24381
24382         * m4/longlong.m4: Renamed from ulonglong.m4.
24383         * m4/inttypes.m4: Renamed from inttypes_h.m4.
24384         * m4/uintmax_t.m4: Removed.
24385
24386 2001-08-13  Paul Eggert  <eggert@twinsun.com>
24387
24388         * lib/Makefile.am (unlocked-io.h): Do not append "_unlocked" twice.
24389         Port to Solaris 8, where 'sed' requires a space after the 'r'
24390         command, and where sh dislikes "$/".  Clean up the spacing a bit.
24391         Redirect output to $tmp just once.
24392
24393 2001-08-12  Paul Eggert  <eggert@sic.twinsun.com>
24394
24395         * lib/addext.c (<errno.h>): Include.
24396         (errno): Declare if not defined.
24397         (addext): Work correctly when pathconf returns -1 and leaves
24398         errno alone because there is no limit.  Also, work even if
24399         pathconf returns a value greater than SIZE_MAX.
24400
24401 2001-08-12  Jim Meyering  <meyering@lucent.com>
24402
24403         * m4/afs.m4, assert.m4, bison.m4, check-decl.m4, chown.m4, d-ino.m4,
24404         d-type.m4, dos.m4, error.m4, fnmatch.m4, fpending.m4, fstypename.m4,
24405         fsusage.m4, ftruncate.m4, getgroups.m4, glibc.m4, gnu-source.m4,
24406         group-member.m4, jm-glibc-io.m4, jm-macros.m4, jm-mktime.m4,
24407         jm-winsz1.m4, jm-winsz2.m4, lchown.m4, lib-check.m4, libintl.m4,
24408         link-follow.m4, ls-mntd-fs.m4, lstat.m4, malloc.m4, mbrtowc.m4,
24409         mbstate_t.m4, mbswidth.m4, memcmp.m4, nanosleep.m4, perl.m4,
24410         prereq.m4, putenv.m4, readdir.m4, realloc.m4, regex.m4, rename.m4,
24411         rmdir-errno.m4, search-libs.m4, st_dm_mode.m4, st_mtim.m4, stat.m4,
24412         strftime.m4, timespec.m4, unlink-busy.m4, uptime.m4, utimbuf.m4,
24413         utime.m4, utimes.m4, xstrtoumax.m4:
24414         Quote the first argument in each use of AC_DEFUN.
24415
24416 2001-08-12  Jim Meyering  <meyering@lucent.com>
24417
24418         * lib/xgetcwd.c (xgetcwd) [defined __GLIBC__ && __GLIBC__ >= 2]:
24419         Simply `return getcwd (NULL, 0);'.
24420         [! (defined __GLIBC__ && __GLIBC__ >= 2)]:
24421         Use 1300 as initial value for length, not PATH_MAX.
24422
24423         * lib/pathmax.h: Clean up cpp syntax.
24424
24425 2001-08-12  Jim Meyering  <meyering@lucent.com>
24426
24427         * lib/gettimeofday.c: New file.
24428         * lib/gtod.h: New file.
24429         * lib/Makefile.am (libfetish_a_SOURCES): Add gtod.h.
24430
24431 2001-08-05  Jim Meyering  <meyering@lucent.com>
24432
24433         * m4/jm-macros.m4: Require autoconf-2.52.
24434
24435 2001-08-04  Jim Meyering  <meyering@lucent.com>
24436
24437         * lib/error.h (__attribute__): Remove `|| __STRICT_ANSI__' from #if
24438         stmt, to get in sync with glibc.
24439
24440 2001-08-03  Paul Eggert  <eggert@twinsun.com>
24441
24442         The following changes are from gettext 0.10.39 as maintained by
24443         Bruno Haible.
24444
24445         * lib/mbswidth.h (MBSW_REJECT_UNPRINTABLE, MBSW_REJECT_INVALID):
24446         Renamed from MBSW_ACCEPT_UNPRINTABLE and MBSW_ACCEPT_INVALID
24447         with inverted sense.  All uses changed.
24448
24449         * lib/mbswidth.c: Don't include <limits.h>.
24450         Include <stdlib.h> and <string.h> unconditionally.
24451         (iswcntrl, mbsinit, ISCNTRL): New macros.
24452         (mbsnwidth): Use K&R style function declarations.
24453         Don't bother checking for MB_LEN_MAX == 1, since the compiler
24454         can optimize it when MB_CUR_MAX == 1.
24455         The width of control characters is zero, not 1.
24456
24457 2001-08-03  Paul Eggert  <eggert@twinsun.com>
24458
24459         The following changes are from gettext 0.10.39 as maintained by
24460         Bruno Haible, except that getline.m4 continues to use AC_LIBOBJ.
24461
24462         * m4/codeset.m4: Upgrade to serial AM1.
24463         (AM_LANGINFO_CODESET): Renamed from jm_LANGINFO_CODESET;
24464         all uses changed.  Quote first arg of AC_DEFUN.
24465         (am_cv_langinfo_codeset): Renamed from jm_cv_langinfo_codeset.
24466
24467         * m4/iconv.m4: Upgrade to serial AM2.
24468         (AM_ICONV): Renamed from jm_ICONV; all uses changed.
24469         Add --with-libconv-prefix.
24470         Quote first arg of AC_DEFUN.  Add description for ICONV_CONST.
24471         (am_cv_func_iconv): Renamed from jm_cv_func_iconv.
24472         (am_cv_lib_iconv): Renamed from jm_cv_lib_iconv.
24473         (am_cv_proto_iconv): Renamed from jm_cv_proto_iconv.
24474         * m4/jm-macros.m4 (jm_MACROS): Reflect s/jm_/AM_/ renamings.
24475
24476         * m4/c-bs-a.m4 (AC_C_BACKSLASH_A): Quote first arg of AC_DEFUN.
24477         * m4/getline.m4 (AM_FUNC_GETLINE): Likewise.
24478         * m4/glibc21.m4 (jm_GLIBC21): Likewise.
24479         * m4/inttypes_h.m4 (jm_AC_HEADER_INTTYPES_H): Likewise.
24480         * m4/isc-posix.m4 (AC_ISC_POSIX): Likewise.
24481         * m4/lcmessage.m4 (AM_LC_MESSAGES): Likewise.
24482         * m4/progtest.m4 (AM_PATH_PROG_WITH_TEST): Likewise.
24483         * m4/uintmax_t.m4 (jm_AC_TYPE_UINTMAX_T): Likewise.
24484         * m4/ulonglong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): Likewise.
24485
24486         * m4/getline.m4 (AM_FUNC_GETLINE): Don't bother checking for
24487         string.h any more.
24488
24489         * m4/progtest.m4 (AM_PATH_PROG_WITH_TEST): If not found, print "no",
24490         not the default value.
24491
24492         2001-06-25  Bruno Haible  <haible@clisp.cons.org>
24493         * m4/mbswidth.m4 (jm_PREREQ_MBSWIDTH): Don't require AM_C_PROTOTYPES.
24494         Also check for mbsinit.  Needed for SCO 3.2v5.0.2.
24495         Also include <string.h>; this is where AIX 3.2.5 declares wcwidth.
24496         Also check for iswcntrl, used for wcwidth fallback.
24497         Use AC_TRY_COMPILE to emulate AC_CHECK_DECLS, for portability
24498         to Autoconf 2.13.
24499
24500 2001-08-03  Jim Meyering  <meyering@lucent.com>
24501
24502         * m4/mbrtowc.m4 (jm_FUNC_MBRTOWC): Use `#include', not `@%:@include',
24503         as it was in the original.  Reported by Paul Eggert.
24504
24505 2001-07-16  Jim Meyering  <meyering@lucent.com>
24506
24507         * m4/gettimeofday.m4: New file.
24508         Prompted by a report from Bernhard Baehr.
24509
24510 2001-07-15  Jim Meyering  <meyering@lucent.com>
24511
24512         * m4/Makefile.am.in (Makefile.am): Remove most of the unlocked-io.h
24513         stuff. Now it's in ../Makefile.cfg.
24514
24515 2001-07-15  Jim Meyering  <meyering@lucent.com>
24516
24517         * lib/Makefile.am (EXTRA_DIST): Add unlocked-io.hin.
24518         (BUILT_SOURCES): Add unlocked-io.h.
24519         (io_functions): Define.
24520         (unlocked-io.h): New rule.
24521         (DISTCLEANFILES): Add unlocked-io.h.
24522         (all-local): Depend on unlocked-io.h, to ensure it is created.
24523
24524         * lib/unlocked-io.hin: New file
24525
24526         * lib/regex.c: Update from glibc.
24527
24528 2001-07-05  Jim Meyering  <meyering@lucent.com>
24529
24530         * lib/Makefile.am (noinst_HEADERS): Remove definition, per new automake
24531         recommendation.
24532         (libfetish_a_SOURCES): Put all .h files here instead.
24533         Remove a thus-exposed (better checks in automake) duplicate and
24534         two unnecessary .h files.
24535
24536 2001-07-04  Jim Meyering  <meyering@lucent.com>
24537
24538         * m4/Makefile.am.in (glibc-io.struct): New target.  Rework the code
24539         that generates jm-glibc-io.m4 so that it doesn't trigger any make
24540         distcheck failure.
24541
24542 2001-07-02  Jim Meyering  <meyering@lucent.com>
24543
24544         The following changes were prompted by suggestions from Bruno Haible.
24545
24546         * m4/jm-glibc-io.m4n: New file, the template from which jm-glibc-io.m4
24547         is now generated.
24548         * m4/Makefile.am.in (Makefile.am): Include jm-glibc-io.m4n in emitted
24549         definition of EXTRA_DIST.
24550         (Makefile.am): Emit the dependency, `all-local: jm-glibc-io.m4' to
24551         ensure that the generated file is created/updated whenever the list
24552         of $(unlocked_functions) is changed.
24553         (jm-glibc-io.m4): New rule.
24554         (unlocked-io.h): New rule -- currently unused.
24555
24556 2001-06-24  Jim Meyering  <meyering@lucent.com>
24557
24558         * m4/regex.m4 (jm_INCLUDED_REGEX): Use a quadrigraph to represent an
24559         unmatched right bracket, rather than kludging it with an extra,
24560         falsely-matching quote in a comment.  Patch by Akim Demaille.
24561
24562 2001-06-11  Jim Meyering  <meyering@lucent.com>
24563
24564         * lib/regex.c: Update from GNU libc.
24565
24566 2001-05-27  Jim Meyering  <meyering@lucent.com>
24567
24568         * m4/prereq.m4 (jm_PREREQ_READUTMP): Check for ut_type in struct utmpx.
24569         Check for ut_type in struct utmp.
24570
24571 2001-05-27  Jim Meyering  <meyering@lucent.com>
24572
24573         * lib/readutmp.h (UT_TYPE): Define.
24574
24575 2001-05-24  Jim Meyering  <meyering@lucent.com>
24576
24577         * lib/argmatch.c: Include "quote.h".
24578         (argmatch_invalid): Remove explicit `' quotes.  Instead, use the
24579         quote function.  Reported by Göran Uddeborg.
24580
24581 2001-05-22  Jim Meyering  <meyering@lucent.com>
24582
24583         * m4/strftime.m4 (_jm_STRFTIME_PREREQS): Don't use AC_LIBOBJ(strftime),
24584         now that we use the package-supplied version unconditionally.
24585         (jm_FUNC_STRFTIME): Don't replace strftime, for the same reason.
24586
24587 2001-05-21  Jim Meyering  <meyering@lucent.com>
24588
24589         * m4/regex.m4: Change a couple backticks to single quotes to avoid
24590         shell syntax errors.
24591
24592 2001-05-21  Alexandre Duret-Lutz  <duret_g@epita.fr>
24593
24594         * m4/dos.m4 (jm_AC_DOS): Check for _WIN32, __WIN32__, and __MSDOS__.
24595
24596 2001-05-20  Paul Eggert  <eggert@twinsun.com>
24597
24598         * m4/strftime.m4 (jm_FUNC_GNU_STRFTIME):
24599         Don't bother to check library strftime, since
24600         we'll be using our own my_strftime function anyway.
24601         Define my_strftime instead of strftime.
24602
24603 2001-05-20  Alexandre Duret-Lutz  <duret_g@epita.fr>
24604
24605         * lib/dirname.c (dir_name): Compute append_dot using path, not newpath
24606         which is not yet declared.
24607
24608 2001-05-15  Jim Meyering  <meyering@lucent.com>
24609
24610         * m4/regex.m4: Use proper quoting so brackets appear in the test
24611         program.
24612         Reported by, and with help from, Bruno Haible.
24613
24614 2001-05-13  Jim Meyering  <meyering@lucent.com>
24615
24616         * m4/jm-macros.m4 (major_t, minor_t): Define to unsigned int if
24617         undefined.
24618
24619 2001-05-11  Paul Eggert  <eggert@twinsun.com>
24620
24621         dirname code cleanup.  base_name now behaves more compatibly
24622         with POSIX basename when given file names that have trailing
24623         slashes, and similarly for dir_name.  Add new primitives
24624         base_len and dir_len.  Put the directory-name-related decls
24625         into dirname.h.
24626
24627         * lib/addext.c (ISSLASH, base_name): Remove; now in dirname.h.
24628         * lib/backupfile.c (base_name): Likewise.
24629         * lib/basename.c (FILESYSTEM_PREFIX_LEN, PARAMS, ISSLASH): Likewise.
24630         * lib/dirname.c (FILESYSTEM_PREFIX_LEN, ISSLASH): Likewise.
24631         * lib/makepath.c (strip_trailing_slashes): Likewise.
24632         * lib/path-concat.c (DIRECTORY_SEPARATOR, FILESYSTEM_PREFIX_LEN,
24633         ISSLASH): Likewise.
24634         * lib/rename.c (strip_trailing_slashes): Likewise.
24635         * lib/same.c (base_name): Likewise.
24636         * lib/stripslash.c (ISSLASH): Likewise.
24637
24638         * lib/addext.c: Include <dirname.h> after size_t is defined.
24639         * lib/backupfile.c: Likewise.
24640
24641         * lib/addext.c (addext): Use base_len to trim redundant
24642         trailing slashes instead of doing it ourselves.
24643         But do not trim the last slash if it is not redundant.
24644
24645         * lib/backupfile.c (find_backup_file_name,
24646         max_backup_version): Use base_len instead of rolling it ourselves.
24647         Handle the case of "" and (on DOS) "C:" correctly.
24648
24649         * lib/basename.c: Do not include <stdio.h>, <assert.h>; no longer
24650         needed. Include <string.h>, <dirname.h>.
24651         (base_name): Allow file names ending in slashes, other than names
24652         that are all slashes.  In this case, return the basename followed
24653         by the slashes.  This is more general, and can be used in places
24654         where the original base_name purposely had an assertion failure.
24655         (base_len): New function.
24656
24657         * lib/dirname.c: Include <string.h> instead of <stdlib.h>.
24658         Do not include <assert.h>; no longer needed.
24659         Include xalloc.h.
24660         (memrchr): Remove decl.
24661         (dir_name_r): Remove.
24662         (dir_len): Renamed from dirlen.  All callers changed.
24663         Rewrite in terms of base_name, for simplicity and consistency.
24664         (dir_name): Never return NULL.  All callers changed.
24665         Do not include <stdlib.h> in test program; no longer needed.
24666         return 0; is fine for test program.
24667
24668         * lib/dirname.h (DIRECTORY_SEPARATOR, ISSLASH, FILESYSTEM_PREFIX_LEN):
24669         New macros.
24670         (base_name, base_len, dir_len, strip_trailing_slashes): New decls.
24671
24672         * lib/path-concat.c (path_concat): Use base_len to compute
24673         base length, not strlen; this means we cannot rely on memcpy
24674         to null-terminate.
24675
24676         * lib/same.c (STREQ): Remove.
24677         (same_name): Handle the case where the basename ends in trailing '/'.
24678
24679         * lib/stripslash.c (strip_trailing_slashes): Return nonzero if
24680         a slash was stripped.  Do not strip the last slash after a
24681         file system prefix.
24682
24683 2001-05-11  Paul Eggert  <eggert@twinsun.com>
24684
24685         * lib/Makefile.am (libfetish_a_SOURCES):
24686         Add strftime.c, since we now compile it on all hosts.
24687
24688         * lib/strftime.c (my_strftime):
24689         Define to nstrftime if emacs, but only if my_strftime is not defined.
24690         (extra_args, extra_args_spec, extra_args_spec_iso): Rename from
24691         ut_argument, ut_argument_spec, ut_argument_spec_iso, respectively.
24692         Add one more extra argument: a nanoseconds value.
24693         All uses changed.
24694         (ns): New macro.
24695         (my_strftime function): Add %N format.
24696         (emacs_strftimeu): Renamed from emacs_strftime,
24697         with extra ut argument.
24698
24699 2001-05-09  Paul Eggert  <eggert@twinsun.com>
24700
24701         * m4/jm-macros.m4 (jm_MACROS): Do not check for fseeko; no longer used.
24702
24703 2001-04-21  Jim Meyering  <meyering@lucent.com>
24704
24705         * m4/rmdir-errno.m4: Write to a new file, so that a restrictive umask
24706         doesn't interfere.
24707
24708 2001-04-21  Alexandre Duret-Lutz  <duret_g@epita.fr>
24709
24710         * m4/ftruncate.m4: Check for chsize.
24711         Link with ftruncate.o unconditionally if ftruncate is missing.
24712         This was required when cross-compiling to i586-mingw32msvc.
24713
24714 2001-04-08  Jim Meyering  <meyering@lucent.com>
24715
24716         * lib/getdate.y (get_date): Set tm_isdst to -1 to ensure that it is
24717         recomputed; that's necessary when the offset spans a DST transition.
24718         Patch by David J. MacKenzie.  Reported by Hon-Yin Kok.
24719
24720 2001-04-02  Jim Meyering  <meyering@lucent.com>
24721
24722         * lib/regex.h, regex.c: Update from GNU libc.
24723
24724 2001-03-24  Jim Meyering  <meyering@lucent.com>
24725
24726         * m4/jm-macros.m4: Require autoconf-2.49d.
24727
24728 2001-03-20  Bruno Haible  <haible@clisp.cons.org>
24729
24730         * m4/iconv.m4 (jm_ICONV): Recommend GNU libiconv.
24731
24732 2001-03-19  Paul Eggert  <eggert@twinsun.com>
24733
24734         * lib/version-etc.c (version_etc_copyright): Update to 2001.
24735
24736 2001-03-17  Jim Meyering  <meyering@lucent.com>
24737
24738         * m4/memcmp.m4 (jm_AC_FUNC_MEMCMP): Remove my copy of AC_FUNC_MEMCMP,
24739         now that the version in autoconf is equivalent.
24740         (jm_FUNC_MEMCMP): Adjust to use AC_FUNC_MEMCMP.
24741
24742         * m4/error.m4 (jm_PREREQ_ERROR): Invoke AC_FUNC_STRERROR_R.
24743         Suggestion from Akim Demaille.
24744
24745         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_TEMPNAME.
24746         (jm_PREREQ_TEMPNAME): New function.
24747
24748 2001-03-16  Paul Eggert  <eggert@twinsun.com>
24749
24750         * lib/tempname.c (uint64_t): Define to uintmax_t if
24751         not defined, and if UINT64_MAX is not defined.
24752         Required at least for Vax Ultrix4.3, which doesn't define uint64_t.
24753         Reported by John David Anglin.
24754
24755 2001-03-15  Bruno Haible  <haible@clisp.cons.org>
24756
24757         * lib/localcharset.c (locale_charset): Allow wildcard syntax. Also
24758         resolve alias if codeset is empty.
24759         * lib/config.charset (BeOS): Use wildcard syntax.
24760
24761 2001-03-13  Jim Meyering  <meyering@lucent.com>
24762
24763         * lib/path-concat.c (path_concat)
24764         [FILESYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX]: Don't insert a backslash when
24765         concatenating e.g., `C:' and `foo'.
24766         From Bruno Haible.
24767
24768 2001-03-06  Bruno Haible  <haible@clisp.cons.org>
24769
24770         * lib/localcharset.c (locale_charset): Don't use
24771         setlocale(LC_CTYPE,NULL). Don't return NULL.
24772         * lib/unicodeio.c (print_unicode_char): Simplify accordingly.
24773
24774 2001-03-06  Bruno Haible  <haible@clisp.cons.org>
24775
24776         * lib/config.charset: Update for FreeBSD 4.2 and OSF/1 5.1. Add
24777         support for DOS/DJGPP.
24778
24779 2001-03-01  Paul Eggert  <eggert@twinsun.com>
24780
24781         * m4/jm-macros.m4 (jm_MACROS): Use mkstemp replacement if the system
24782         lacks mkstemp.  Compile our own tempname.c if we compile our own
24783         mkstemp.c, as mkstemp relies on tempname.
24784
24785 2001-03-01  Jim Meyering  <meyering@lucent.com>
24786
24787         * m4/dos.m4 (jm_AC_DOS): Remove extra backslashes, now that
24788         AH_VERBATIM really does output its argument verbatim.
24789
24790 2001-02-28  Paul Eggert  <eggert@twinsun.com>
24791
24792         * lib/Makefile.am (libfetish_a_SOURCES):
24793         Add dup-safer.c, fopen-safer.c.
24794         (noinst_HEADERS): Add stdio-safer.h, unistd-safer.h.
24795
24796         * lib/dup-safer.c, lib/fopen-safer.c, lib/stdio-safer.h:
24797         * lib/unistd-safer.h: New files.
24798
24799 2001-02-25  Paul Eggert  <eggert@twinsun.com>
24800
24801         The mkstemp replacement is taken from glibc 2.2.2, with some
24802         portability fixes for use outside glibc, as follows:
24803
24804         * lib/tempname.c (struct_stat64): New macro.
24805         (direxists, __gen_tempname): Use it.
24806         This avoids a portability problem with Solaris 8.
24807
24808         * lib/tempname.c (<config.h>): Include if HAVE_CONFIG_H.
24809         (<stddef.h>, <stdint.h>, <string.h>):
24810         Include only if STDC_HEADERS || _LIBC.
24811         (<fcntl.h>): Include only if HAVE_FCNTL_H || _LIBC.
24812         (<unistd.h>): Include only if HAVE_UNISTD_H || _LIBC.
24813         (<sys/time.h>): Include only if HAVE_SYS_TIME_H || _LIBC.
24814         (__set_errno): Define this macro if <errno.h> doesn't.
24815         (P_tmpdir, TMP_MAX, __GT_FILE, __GT_BIGFILE, __GT_DIR, __GT_NOCREATE):
24816         Define these macros if <stdio.h> doesn't.
24817         (S_ISDIR, S_IRUSR, S_IWUSR, S_IXUSR):
24818         Define these macros if <sys/stat.h>
24819         doesn't.  Ignore <sys/stat.h> S_ISDIR if STAT_MACROS_BROKEN.
24820         (stat64, __getpid, __gettimeofday, __mkdir, __open, __open64, lxstat64,
24821         __xstat64): Define if not _LIBC.
24822         (__secure_getenv): Define if ! (HAVE___SECURE_GETENV || _LIBC).
24823         (__gen_tempname): Invoke gettimeofday only if
24824         HAVE_GETTIMEOFDAY || _LIBC;
24825         otherwise, fall back on plain "time".
24826         Use macros like S_IRUSR | S_IWUSR rather than octal values like 0600.
24827
24828         * lib/mkstemp.c (__GT_FILE): Define to zero if not defined.
24829
24830         * lib/mkstemp.c, lib/tempname.c: New files, taken from glibc 2.2.2.
24831
24832 2001-02-18  Paul Eggert  <eggert@twinsun.com>
24833
24834         * m4/jm-macros.m4 (jm_CHECK_ALL_HEADERS): Check for sys/resource.h.
24835
24836 2001-02-17  Paul Eggert  <eggert@twinsun.com>
24837
24838         * m4/mbrtowc.m4: New file, defining jm_FUNC_MBRTOWC.
24839         * m4/mbswidth.m4 (jm_PREREQ_MBSWIDTH):
24840         Use jm_FUNC_MBRTOWC, not AC_CHECK_FUNCS(mbrtowc).
24841         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Likewise.
24842
24843 2001-02-17  Paul Eggert  <eggert@twinsun.com>
24844
24845         * lib/mbswidth.c, quotearg.c (mbrtowc, mbsinit):
24846         Remove workaround macros for hosts that have mbrtowc but not
24847         mbstate_t, as we now insist on proper declarations for both
24848         before using mbrtowc.
24849
24850 2001-02-17  Jim Meyering  <meyering@lucent.com>
24851
24852         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Don't check for
24853         getmntent via AC_CHECK_FUNCS, since that would get a `no' and disrupt
24854         further attempts by AC_FUNC_GETMNTENT to check with e.g., -lgen on
24855         UnixWare 7.1.1.
24856
24857         * m4/mbrtowc.m4 (jm_FUNC_MBRTOWC): Adapt to use AC_CACHE_CHECK etc.,
24858         rather than AC_CACHE_VAL.
24859
24860 2001-02-17  Jim Meyering  <meyering@lucent.com>
24861
24862         * lib/strtoul.c: Sync from GNU libc.  Use double quotes, not <...>
24863         around included file name.
24864
24865         * lib/strnlen.c (__strnlen): Merge in a change from GNU libc.
24866
24867         * lib/strftime.c: Update from GNU libc (the only changes were to
24868         comments).
24869
24870 2001-02-17  Jim Meyering  <meyering@lucent.com>
24871
24872         * lib/regex.c: Update from libc.
24873
24874 2001-02-17  Bruno Haible  <haible@clisp.cons.org>
24875
24876         * lib/mbswidth.h (mbswidth): Also define as macro, to avoid prototype
24877         clash.
24878
24879 2001-02-16  Paul Eggert  <eggert@twinsun.com>
24880
24881         * lib/alloca.c (malloc): Undef before defining, since stdlib.h
24882         may have defined it.  Needed for Encore Umax-3.0.9.16b systems.
24883         Reported by Mark Hounschell via Paul Eggert.
24884
24885 2001-02-07  Jim Meyering  <meyering@lucent.com>
24886
24887         * m4/regex.m4 (jm_INCLUDED_REGEX): Add a test for the latest bug.
24888
24889 2001-02-05  Jim Meyering  <meyering@lucent.com>
24890
24891         * m4/jm-macros.m4: Require autoconf-2.14d (not yet released), because
24892         it includes the patch required for `large file' support with at least
24893         HP-UX's 10.20 /bin/cc.
24894
24895 2001-02-03  Jim Meyering  <meyering@lucent.com>
24896
24897         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Restore prior use of
24898         AS_IF, now that it works once again (mysteriously).
24899         * m4/fsusage.m4 (jm_FILE_SYSTEM_USAGE): Likewise.
24900
24901 2001-01-30  Jim Meyering  <meyering@lucent.com>
24902
24903         Don't use filenames that are 8.3-equivalent to "conftest" on DOS.
24904         * m4/chown.m4: Rename conftestchown to conftest.chown.
24905         * m4/rename.m4: s/conftestdir/conftest.d1/ and
24906         s/conftestdir2/conftest.d2/.
24907         * m4/utimes.m4: s/conftestdata/conftest.data/
24908         Inspired by Pavel Roskin's change in autoconf.
24909
24910 2001-01-30  Bruno Haible  <haible@clisp.cons.org>
24911
24912         * lib/config.charset: Update for FreeBSD 4.2.
24913
24914 2001-01-27  Jim Meyering  <meyering@lucent.com>
24915
24916         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Open-code what was
24917         a use of AS_IF.
24918         * m4/fsusage.m4 (jm_FILE_SYSTEM_USAGE): Likewise.
24919
24920 2001-01-26  Jim Meyering  <meyering@lucent.com>
24921
24922         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Check for stddef.h, now that
24923         quotearg.c includes it.
24924
24925 2001-01-26  Jim Meyering  <meyering@lucent.com>
24926
24927         * lib/quotearg.c: Include stddef.h.
24928         * lib/quote.c: Include stddef.h.
24929         Reported by Axel Kittenberger.
24930
24931         * lib/xmalloc.c [HAVE_DONE_WORKING_MALLOC_CHECK]: Enclose error-evoking
24932         line in double quotes so that it evokes a better diagnostic.
24933         [HAVE_DONE_WORKING_REALLOC_CHECK]: Likewise.
24934         Reported by Axel Kittenberger.
24935
24936 2001-01-24  Stefan Monnier  <monnier@cs.yale.edu>
24937
24938         * regex.c (mutually_exclusive_p): Don't blindly handle `charset_not'
24939         as if it was a `charset'.
24940
24941 2001-01-21  Bruno Haible  <haible@clisp.cons.org>
24942
24943         * m4/iconv.m4 (jm_ICONV): Also check whether the iconv declaration
24944         has const.
24945
24946 2001-01-21  Bruno Haible  <haible@clisp.cons.org>
24947
24948         * lib/unicodeio.c (print_unicode_char): Cast the second iconv() arg,
24949         to avoid a warning.  Add back 'const' to inptr.
24950
24951 2001-01-20  Jim Meyering  <meyering@lucent.com>
24952
24953         Be sure that headers are checked before used in code compiled
24954         for the type checks.
24955         * m4/jm-macros.m4 (jm_MACROS): Remove all header checks.
24956         In place of that, invoke jm_CHECK_ALL_TYPES.
24957         (jm_CHECK_ALL_HEADERS): New functions with the above checks.
24958         (jm_CHECK_ALL_TYPES): Require jm_CHECK_ALL_HEADERS.
24959         Alan Iwi reported a build failure on an f300-fujitsu-uxpv4.1_ES;
24960         The check for ssize_t was mistakenly run before the test for unistd.h.
24961
24962         The configure-time check for stdbool.h was missing.
24963         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_HASH.
24964         (jm_PREREQ_HASH): New function.
24965
24966 2001-01-17  Jim Meyering  <meyering@lucent.com>
24967
24968         * m4/fsusage.m4 (jm_FILE_SYSTEM_USAGE): Use AS_IF, not AS_IFELSE,
24969         for autoconf-2.49c.
24970         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Likewise.
24971
24972 2001-01-16  Jim Meyering  <meyering@lucent.com>
24973
24974         * lib/basename.c: Include <stdio.h>, needed by assert on SunOS 4.
24975         From Bruno Haible.
24976
24977 2001-01-14  Jim Meyering  <meyering@lucent.com>
24978
24979         * m4/rename.m4: Use temporary directories named conftestdir{,2}, not
24980         foo and bar.  Create conftestdir/ in the script, not in the C code.
24981         Remove directories in the script, not in the C code.
24982         Remove conftestdir{,2} before trying to create the directory.
24983         Make the entire configure script fail if the mkdir fails.
24984
24985 2001-01-14  Jim Meyering  <meyering@lucent.com>
24986
24987         * lib/rename.c: New file.  From Volker Borchert.
24988         Include stdlib.h, string.h or strings.h, and xalloc.h.
24989         Use strip_trailing_slashes rather than open-coding it.
24990
24991 2001-01-03  Paul Eggert  <eggert@twinsun.com>
24992
24993         * lib/strftime.c: Sync with glibc time/strftime.c 1.81.
24994
24995 2001-01-03  Jim Meyering  <meyering@lucent.com>
24996
24997         * lib/unicodeio.c (print_unicode_char): Remove `const' from declaration
24998         of local `inptr' to avoid warning with some system declarations of
24999         iconv.
25000
25001 2001-01-02  Volker Borchert  <bt@teknon.de>
25002
25003         * m4/rename.m4: New file.
25004         * m4/jm-macros.m4 (jm_MACROS): Require vb_FUNC_RENAME.
25005
25006 2001-01-01  Jim Meyering  <meyering@lucent.com>
25007
25008         * m4/prereq.m4 (jm_PREREQ_READUTMP): Include utmp.h (if available),
25009         even on systems with utmpx.h.  It's necessary for the declaration of
25010         utmp's ut_user member.  Reported by Andreas Jaeger.
25011
25012         * m4/check-decl.m4 (jm_CHECK_DECLS): Include grp.h and pwd.h if
25013         available. They are required for the declarations of getgrgid and
25014         getpwuid resp.
25015         (_jm_DECL_HEADERS): Check for grp.h and pwd.h.
25016         Reported by Andreas Jaeger.
25017
25018 2001-01-01  Alexandre Duret-Lutz  <duret_g@epita.fr>
25019
25020         * m4/libintl.m4 (AM_GNU_GETTEXT): Define MKINSTALLDIRS by
25021         expanding the value of $ac_aux_dir, as in AM_MISSING_HAS_RUN,
25022         so `make install' also works in VPATH builds.
25023
25024 2000-12-31  Alexandre Duret-Lutz  <duret_g@epita.fr>
25025
25026         * m4/libintl.m4 (AM_WITH_NLS): When using AC_CONFIG_AUX_DIR,
25027         prepend $(top_srcdir) to the value of MKINSTALLDIRS so that it
25028         can be used in subdirectories.
25029
25030 2000-12-29  Paul Eggert  <eggert@twinsun.com>
25031
25032         * lib/modechange.c: Do not assume that mode_t uses the
25033         traditional octal encoding.  E.g. "chmod 1 FOO" should set
25034         the other-execute bit of FOO even if S_IXOTH != 1.
25035
25036         (SUID, SGID, SVTX, RUSR, WUSR, XUSR, RGRP, WGRP, XGRP, ROTH,
25037         WOTH, XOTH, ALLM): New macros.
25038         (S_ISUID, S_ISGID, S_ISVTX, S_IRUSR, S_IWUSR, S_IXUSR,
25039          S_IRGRP, S_IWGRP, S_IXGRP, S_IROTH, S_IWOTH, S_IXOTH):
25040         Use them.
25041         (S_ISGID): Fix typo; it was defaulting to the same value as S_ISUID.
25042         (S_IRWXU, S_IRWXG, S_IRWXO): Specify defaults in terms of the above.
25043         (mode_compile):
25044         No need to use uintmax_t; unsigned long is long enough.
25045         Don't bother to get suffix since we don't use it.
25046
25047 2000-12-26  Jim Meyering  <meyering@lucent.com>
25048
25049         * m4/dos.m4 (jm_AC_DOS): Rewrite (though it's still a stub) to work
25050         better with autoheader.
25051
25052 2000-12-24  Jim Meyering  <meyering@lucent.com>
25053
25054         * lib/hash.c (is_prime): Return explicit boolean values.
25055         (hash_get_first): Return NULL to appease Irix5.6's 89.
25056         Reported by Nelson Beebe.
25057
25058 2000-12-19  Bruno Haible  <haible@clisp.cons.org>
25059
25060         * lib/localcharset.c (locale_charset): Add support for Win32.
25061
25062 2000-12-18  Paul Eggert  <eggert@twinsun.com>
25063
25064         * lib/physmem.h, lib/physmem.c: New files.
25065
25066         * lib/Makefile.am (libfetish_a_SOURCES): Add physmem.c.
25067         (noinst_HEADERS): Add physmem.h.
25068
25069         * lib/xstrtol.c (__xstrtol): Add undocumented suffixes 'g' and
25070         't' for compatibility with Solaris 8 sort.
25071
25072 2000-12-18  Bruno Haible  <haible@clisp.cons.org>
25073
25074         * lib/config.charset: Add support for BeOS.
25075
25076 2000-12-17  Jim Meyering  <meyering@lucent.com>
25077
25078         * m4/dos.m4 (jm_AC_DOS): New file and macro.
25079         * m4/jm-macros.m4 (jm_MACROS): Require jm_AC_DOS.
25080
25081 2000-12-16  Jim Meyering  <meyering@lucent.com>
25082
25083         This bug had a serious impact on chown: `chown N:M FILE' (for integer
25084         N and M) would have treated it like `chown N:N FILE'.
25085
25086         * lib/userspec.c (parse_user_spec): Fix typo: s/u/g/.
25087
25088 2000-12-16  Jim Meyering  <meyering@lucent.com>
25089
25090         * lib/getusershell.c [!SHELLS_FILE && __DJGPP__]: Define
25091         SHELLS_FILE to a file name that's useful on djgpp systems.
25092         Include stdlib.h.
25093         (ADDITIONAL_DEFAULT_SHELLS): Define.
25094         (default_shells): Prepend ADDITIONAL_DEFAULT_SHELLS.
25095         Based mostly on a patch from Prashant TR.
25096
25097 2000-12-16  Bruno Haible  <haible@clisp.cons.org>
25098
25099         * lib/config.charset: Add ISO-8859-3, BIG5HKSCS, GB18030, JOHAB,
25100         VISCII, CP874, CP949, CP950, CP1250, CP1253, CP1254, CP1255, CP1256,
25101         CP1257 to the list of canonical encodings. Rename EUC-CN to GB2312.
25102
25103 2000-12-08  Andreas Schwab  <schwab@suse.de>
25104
25105         * lib/mbswidth.c (mbsnwidth): Don't loop endlessly when called with an
25106         invalid mulitbyte sequence and with the MBSW_ACCEPT_INVALID flag set.
25107
25108 2000-12-07  Jim Meyering  <meyering@lucent.com>
25109
25110         * lib/stripslash.c (ISSLASH): Define.
25111         (strip_trailing_slashes): Use ISSLASH rather than comparing against
25112         `/'.
25113         From Prashant TR.
25114
25115         * lib/dirname.c (FILESYSTEM_PREFIX_LEN): Define.
25116         (dir_name_r): Declare this function as static.
25117         [BACKSLASH_IS_PATH_SEPARATOR]: Fix a bug that'd
25118         manifest itself on a name containing a mix of slashes and
25119         backslashes.
25120         Make this function work with names starting with a DOS-style
25121         drive letter and colon prefix.
25122         (dir_name): Append `.' if necessary.
25123         Based mostly on patches from Prashant TR and Eli Zaretskii.
25124
25125         * lib/dirname.h (dir_name_r): Remove prototype.
25126
25127 2000-12-06  Paul Eggert  <eggert@twinsun.com>
25128
25129         * m4/off_t-format.m4: Remove this file.
25130         * m4/jm-macros.m4 (jm_MACROS): Remove jm_SYS_OFF_T_PRINTF_FORMAT.
25131
25132 2000-12-06  Jim Meyering  <meyering@lucent.com>
25133
25134         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): If we need the
25135         replacement strtoull, we may well need the replacement strtoul, too.
25136         Check for declarations of strtoul and strtoull.
25137         Check for strtol.  Mainly as a cue to cause automake to include
25138         strtol.c -- that file is included by each of strtoul.c and strtoull.c.
25139         Check for limits.h -- strtol.c needs it.
25140
25141 2000-12-05  Jim Meyering  <meyering@lucent.com>
25142
25143         * lib/dirname.c (dir_name_r): Add `const' in a few local declarations.
25144
25145 2000-12-04  Jim Meyering  <meyering@lucent.com>
25146
25147         * lib/path-concat.c: [!HAVE_DECL_MALLOC]: Declare malloc.
25148         Also include memory.h, stdlib.h, unistd.h if appropriate.
25149         Reported by Andreas Jaeger (conflicting declaration of malloc).
25150
25151 2000-12-02  Jim Meyering  <meyering@lucent.com>
25152
25153         * m4/off_t-format.m4 (OFF_T_PRINTF_FORMAT_STRING): New file/macro.
25154         * m4/jm-macros.m4 (jm_MACROS): require it.
25155
25156 2000-12-02  Jim Meyering  <meyering@lucent.com>
25157
25158         * lib/closeout.h: Make idempotent, to avoid some obscure warnings.
25159
25160 2000-12-01  Paul Eggert  <eggert@twinsun.com>
25161
25162         * lib/memrchr.c: Include <config.h> before any system include file.
25163
25164 2000-11-30  Jim Meyering  <meyering@lucent.com>
25165
25166         * m4/jm-macros.m4 (jm_MACROS): Check for stdint.h.
25167
25168 2000-11-30  Jim Meyering  <meyering@lucent.com>
25169
25170         * m4/getloadavg.m4: s/ifval/m4_ifval/ to accommodate new autoconf.
25171
25172 2000-11-29  Paul Eggert  <eggert@twinsun.com>
25173
25174         * lib/dirname.c (dir_name_r): Fix typo: int -> size_t.
25175
25176 2000-11-26  Jim Meyering  <meyering@lucent.com>
25177
25178         * lib/memcoll.c: Include sys/types.h.  From Werner Almesberger.
25179
25180 2000-11-22  Paul Eggert  <eggert@twinsun.com>
25181
25182         * lib/strftime.c (my_strftime): Do not invoke mbrlen with a
25183         size of (size_t) -1; it's not portable.
25184
25185 2000-11-17  Jim Meyering  <meyering@lucent.com>
25186
25187         * lib/strstr.c: Update from GNU libc.
25188
25189 2000-11-17  Akim Demaille  <akim@epita.fr>
25190
25191         * lib/obstack.h: Formatting changes.
25192         (obstack_grow, obstack_grow0): Don't cast WHERE at all: that would
25193         prevent type checking.
25194         (obstack_ptr_grow, obstack_ptr_grow_fast): When assigning, don't
25195         cast the value to (void *): assigning a `foo *' to a `void *'
25196         variable is valid.
25197         (obstack_int_grow, obstack_int_grow_fast): Don't cast AINT to int.
25198
25199 2000-11-16  Jim Meyering  <meyering@lucent.com>
25200
25201         * lib/strverscmp.c: Incorporate weak-alias-related changes from glibc.
25202
25203 2000-11-11  Jim Meyering  <meyering@lucent.com>
25204
25205         * lib/error.c: Add a couple #includes, merging from GNU libc version.
25206
25207 2000-11-10  Jim Meyering  <meyering@lucent.com>
25208
25209         * lib/obstack.h: Update from GNU libc.
25210         * lib/obstack.c: Likewise.
25211
25212 2000-11-08  Bruno Haible  <haible@clisp.cons.org>
25213
25214         * m4/jm-macros.m4 (jm_MACROS): Add test for wcrtomb.
25215
25216 2000-11-06  Paul Eggert  <eggert@twinsun.com>
25217
25218         * lib/getusershell.c (setusershell): Use rewind rather than
25219         fseek/fseeko, to avoid configuration hassles with fseeko.
25220         Don't bother opening SHELLS_FILE if shellstream is NULL;
25221         it's not necessary.
25222
25223 2000-11-05  Jim Meyering  <meyering@lucent.com>
25224
25225         * lib/makepath.h (make_dir): Declare.
25226         * lib/makepath.c (make_dir): Remove `static' attribute.
25227         Tweak a comment.
25228
25229 2000-11-04  Jim Meyering  <meyering@lucent.com>
25230
25231         * m4/regex.m4: Use the `m4_' prefix on `syscmd' and `m4_sysval'.
25232
25233 2000-11-04  Alexandre Duret-Lutz  <duret_g@epita.fr>
25234
25235         * lib/hash.c (hash_get_next): Fix a thinko:  when ENTRY is the
25236         last one in a bucket, advance to the next bucket.
25237
25238 2000-11-02  Vesselin Atanasov  <vesselin@bgnet.bg>
25239
25240         * lib/fnmatch.c: Do not comment out all the code if we are using
25241         the GNU C library, because in some cases we are replacing buggy
25242         code in the GNU C library itself.
25243
25244 2000-10-30  Stefan Monnier  <monnier@cs.yale.edu>
25245
25246         * regex.c (re_iswctype, re_wctype_to_bit): Fix braino.
25247         (regex_compile): Catch bogus \(\1\).
25248
25249 2000-10-30  Paul Eggert  <eggert@twinsun.com>
25250
25251         * lib/fnmatch.c (FOLD): Do not assume that characters are unsigned.
25252         (fnmatch): Fix some FNM_FILE_NAME and FNM_LEADING_DIR bugs,
25253         e.g. fnmatch("d*/*1", "d/s/1", FNM_FILE_NAME) incorrectly yielded zero.
25254
25255 2000-10-30  Paul Eggert  <eggert@twinsun.com>
25256
25257         * lib/error.h, getline.h, modechange.h:
25258         Remove "2000" from Copyright line, as the file hasn't been
25259         changed this year other than in the copyright notice.
25260
25261         * lib/xalloc.h: Add "2000" to Copyright line, as this file
25262         was changed this year.
25263
25264 2000-10-29  Jim Meyering  <meyering@lucent.com>
25265
25266         * m4/fsusage.m4: s/AC_SHELL_IFELSE/AS_IFELSE/ to match autoconf
25267         renaming.
25268         * m4/ls-mntd-fs.m4: Likewise
25269
25270 2000-10-29  Jim Meyering  <meyering@lucent.com>
25271
25272         * lib/xstat.in: Fix grammar in comment.
25273
25274 2000-10-29  Greg Louis  <glouis@dynamicro.on.ca>
25275
25276         * lib/regex.h (__restrict_arr): Move definition out of #ifndef block.
25277         Required because egcs-2.91.66 (aka 1.1.2) defines __restrict, but
25278         doesn't define __restrict_arr.
25279
25280 2000-10-28  Jim Meyering  <meyering@lucent.com>
25281
25282         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_MEMCHR.
25283         (jm_PREREQ_MEMCHR): New function.
25284
25285 2000-10-28  Jim Meyering  <meyering@lucent.com>
25286
25287         * lib/memchr.c: Update from libc.
25288         Adjust for portability:
25289         [HAVE_STDLIB_H]: Include stdlib.h.
25290         [HAVE_BP_SYM_H || _LIBC]: Guard inclusion of bp-sym.h.
25291         Undef __memchr, too.
25292         [!weak_alias]: Define __memchr to memchr.
25293
25294         * lib/regex.c: Update from libc.
25295         * lib/regex.h: Likewise.
25296         * lib/getopt1.c: Likewise.
25297         * lib/memcmp.c: Likewise.
25298
25299         * lib/getusershell.c (setusershell) [HAVE_FSEEKO]: Use fseeko.
25300         Avoid using fseek, when possible -- it's broken by design.
25301         Patch by Ulrich Drepper.
25302
25303 2000-10-27  Stefan Monnier  <monnier@cs.yale.edu>
25304
25305         * regex.c (POP_FAILURE_REG_OR_COUNT, re_match_2_internal)
25306         (re_match_2_internal, re_match_2_internal, re_match_2_internal):
25307         Giving in to popular pressure to shut up the compiler with casts.
25308
25309 2000-10-26  Jim Meyering  <meyering@lucent.com>
25310
25311         * lib/strftime.c: Update from libc.
25312
25313 2000-10-25  Stefan Monnier  <monnier@cs.yale.edu>
25314
25315         * regex.c: More `unsigned char' -> `re_char' changes.
25316         Also change several `int' into `re_wchar_t'.
25317         (PATTERN_STACK_EMPTY, PUSH_PATTERN_OP, POP_PATTERN_OP): Remove.
25318         (PUSH_FAILURE_POINTER): Don't cast any more.
25319         (POP_FAILURE_REG_OR_COUNT): Remove the cast that strips `const'.
25320         We want GCC to complain, since this piece of code makes
25321         re_match non-reentrant, which *should* be fixed.
25322         (GET_BUFFER_SPACE): Use size_t rather than unsigned long.
25323         (EXTEND_BUFFER): Use RETALLOC.
25324         (SET_LIST_BIT): Don't cast.
25325         (re_wchar_t): New type.
25326         (re_iswctype, re_wctype_to_bit): Make it crystal clear to GCC
25327         that those two functions will always properly return.
25328         (IMMEDIATE_QUIT_CHECK): Cast to void.
25329         (analyse_first): Use recursion rather than an explicit stack.
25330         (re_compile_fastmap): Can't fail anymore.
25331         (re_search_2): Don't check re_compile_fastmap for failure.
25332         (PUSH_NUMBER): Renamed from PUSH_FAILURE_COUNT.
25333         Now also sets the new value (passed in a new argument).
25334         (re_match_2_internal): Use it.
25335         Also, use a new var `reg' of type size_t when looping through regs
25336         rather than reuse the inappropriate `mcnt'.
25337
25338 2000-10-25  Jim Meyering  <meyering@lucent.com>
25339
25340         * lib/obstack.c: Update from libc.
25341
25342 2000-10-24  Kenichi Handa  <handa@etl.go.jp>
25343
25344         * regex.c (regex_compile): Change the way of handling a range from
25345         a char less than 256 to a char not less than 256.
25346
25347 2000-10-24  Andrew Innes  <andrewi@gnu.org>
25348
25349         * regex.c (IMMEDIATE_QUIT_CHECK): New macro, which does QUIT on
25350         NT-Emacs only.
25351         (re_match_2_internal): Use IMMEDIATE_QUIT_CHECK instead of QUIT,
25352         so that re_search functions only quit when callers expect them to.
25353
25354 2000-10-23  Jim Meyering  <meyering@lucent.com>
25355
25356         * lib/hard-locale.c (hard_locale): Revert last change -- it was simply
25357         wrong.  That set_locale call must not have any side effects.
25358         From Paul Eggert.
25359
25360 2000-10-22  Jim Meyering  <meyering@lucent.com>
25361
25362         * lib/md5.c (md5_process_block) [OP]: Use `rol', not CYCLIC.
25363         [CYCLIC]: Remove now-unused definition.
25364
25365         * lib/save-cwd.c (O_DIRECTORY): Define, if needed.
25366         (save_cwd) [HAVE_FCHDIR]: Use O_DIRECTORY when opening ".".
25367         Suggestion from Ulrich Drepper.
25368
25369 2000-10-21  Jim Meyering  <meyering@lucent.com>
25370
25371         * m4/check-decl.m4 (jm_CHECK_DECLS): Also check for memrchr.
25372         * m4/prereq.m4 (jm_PREREQ_DIRNAME): New macro.
25373         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add memrchr.
25374
25375 2000-10-21  Jim Meyering  <meyering@lucent.com>
25376
25377         * lib/dirname.c (memrchr): Declare if necessary.
25378         (dir_name): Remove the restriction that there be no
25379         trailing slashes.  Now, this code skips past them, effectively
25380         ignoring them.
25381         [TEST_DIRNAME] (main): New unit tests.
25382
25383         * lib/memrchr.c: New file from GNU libc.
25384         Undef __memrchr, too.
25385         [!weak_alias]: Define __memrchr to memrchr.
25386         Guard weak_alias use with `#ifdef weak_alias'.
25387
25388 2000-10-21  Jim Meyering  <meyering@lucent.com>
25389
25390         * lib/dirname.c (dir_name_r): New function, factored out of dir_name.
25391         (dir_name): Use dir_name_r.
25392         * lib/dirname.h (dir_name_r): Declare it.
25393
25394 2000-10-17  Jim Meyering  <meyering@lucent.com>
25395
25396         * lib/quote.h (PARAMS): Define and use.
25397         Reported by Akim Demaille.
25398
25399         * lib/getopt.c: Update from libc.
25400
25401 2000-10-16  Jim Meyering  <meyering@lucent.com>
25402
25403         * lib/hard-locale.c (hard_locale): Use "", not 0 as 2nd arg to
25404         setlocale.
25405         From Jan Fedak.
25406
25407 2000-10-15  Stefan Monnier  <monnier@cs.yale.edu>
25408
25409         * regex.c (WIDE_CHAR_SUPPORT): Define if _LIBC as well.
25410
25411 2000-09-25  Jim Meyering  <meyering@lucent.com>
25412
25413         * lib/md5.h (rol): Define (from GnuPG).
25414
25415         * lib/sha.c: Give credit (GnuPG) where due.
25416         (M): Use rol rather than open-coding it.
25417         Add a FIXME comment.
25418
25419 2000-09-21  Jim Meyering  <meyering@lucent.com>
25420
25421         * lib/userspec.c (parse_user_spec): Remove debugging printf I'd added.
25422         Reported by Michael Stone.
25423
25424 2000-09-20  Jim Meyering  <meyering@lucent.com>
25425
25426         * lib/Makefile.am (libfetish_a_SOURCES): Add sha.c.
25427         (noinst_HEADERS): Add sha.h.
25428         Based on code from Scott G. Miller and from GnuPG.
25429
25430 2000-09-18  Jim Meyering  <meyering@lucent.com>
25431
25432         * m4/getloadavg.m4 (AC_FUNC_GETLOADAVG): Restore the initial value of
25433         LIBS. Otherwise, everyone ends up linking with -lelf for some
25434         configurations.
25435         Reported by Mike Stone.
25436
25437 2000-09-15  Jim Meyering  <meyering@lucent.com>
25438
25439         * lib/regex.c: Update from libc.
25440
25441 2000-09-10  Jim Meyering  <meyering@lucent.com>
25442
25443         * lib/getopt.c (_getopt_internal): Update from glibc.
25444
25445 2000-09-09  Jim Meyering  <meyering@lucent.com>
25446
25447         * lib/quotearg.c: Rename ISASCII to IN_CTYPE_DOMAIN, so people don't
25448         think it should be used as a general replacement for isascii.
25449         * lib/fnmatch.c: Likewise.
25450         * lib/mbswidth.c: Likewise
25451         * lib/regex.c: Likewise.
25452
25453         Don't use atoi.
25454         * lib/userspec.c: Include sys/param.h and limits.h.
25455         Include xstrtol.h.
25456         (CHAR_BIT, TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM): Define.
25457         (UID_T_MAX, GID_T_MAX, MAXUID, MAXGID): Define.
25458         (parse_user_spec): Use xstrtoul, not atoi when converting numeric
25459         UID, GID.  Check range.
25460
25461 2000-09-06  Jim Meyering  <meyering@lucent.com>
25462
25463         * lib/getopt.c (_getopt_internal): Update from glibc.
25464
25465 2000-08-30  Jim Meyering  <meyering@lucent.com>
25466
25467         * lib/strftime.c: Merge in changes from GNU libc.
25468
25469 2000-08-26  Jim Meyering  <meyering@lucent.com>
25470
25471         * m4/jm-macros.m4: Use jm_FUNC_FPENDING.
25472         * m4/fpending.m4: New file.
25473
25474 2000-08-26  Jim Meyering  <meyering@lucent.com>
25475
25476         * lib/closeout.c: Include "__fpending.h".
25477         (close_stdout_status): Return right away if there's nothing to flush.
25478
25479         * lib/Makefile.am (noinst_HEADERS): Add __fpending.h.
25480         * lib/__fpending.c: New file.
25481         * lib/__fpending.h: New file.
25482
25483 2000-08-20  Jim Meyering  <meyering@lucent.com>
25484
25485         * m4/check-decl.m4: Include utmp.h `#if HAVE_UTMP_H', rather than
25486         `#if !HAVE_UTMPX_H'.  The latter would lose on systems with neither
25487         utmp.h nor utmpx.h.  Reported by Eli Zaretskii.
25488
25489 2000-08-11  J. David Anglin  <dave@hiauly1.hia.nrc.ca>
25490
25491         Improve fileutils installation on systems where running
25492         programs (like install) can't be unlinked.
25493         * m4/unlink-busy.m4 (jm_FUNC_UNLINK_BUSY_TEXT): New file/macro.
25494         * m4/jm-macros.m4: Use jm_FUNC_UNLINK_BUSY_TEXT.
25495
25496 2000-08-07  Paul Eggert  <eggert@twinsun.com>
25497
25498         Standardize on "memory exhausted" instead of "Memory exhausted"
25499         or "virtual memory exhausted".
25500         * lib/obstack.c (print_and_abort): Use "memory exhausted", not
25501         "virtual memory exhausted".
25502         * lib/same.c (same_name): Invoke xalloc_die instead of printing
25503         our own message.
25504         * lib/userspec.c (parse_user_spec): Likewise.
25505         * lib/bumpalloc.h: comment fix
25506         * lib/same.c, userspec.c: Include xalloc.h.
25507
25508         * lib/xalloc.h (xalloc_msg_memory_exhausted): Now char const[],
25509         not char *const and pointing to a constant array.
25510         * lib/xmalloc.c (xalloc_msg_memory_exhausted): Likewise.
25511         (xrealloc): Comment fix.
25512
25513         * lib/userspec.c (parse_user_spec):
25514         Don't translate a message until just before returning,
25515         to avoid unnecessary translation.
25516
25517 2000-08-07  Jim Meyering  <meyering@lucent.com>
25518
25519         * lib/addext.c, argmatch.c, argmatch.h, backupfile.h, bumpalloc.h,
25520         chown.c, diacrit.h, dirname.h, dup2.c, exclude.h, fileblocks.c,
25521         fnmatch.c, fnmatch.h, fsusage.c, fsusage.h, getdate.h,
25522         getgroups.c, gethostname.c, getopt.h, group-member.c,
25523         hard-locale.c, hash.h, isdir.c, lchown.c, linebuffer.c,
25524         linebuffer.h, long-options.h, malloc.c, md5.c, md5.h, memchr.c,
25525         memcmp.c, memcoll.c, memset.c, mktime.c, modechange.h, obstack.h,
25526         pathmax.h, realloc.c, rmdir.c, safe-read.c, save-cwd.c, stime.c,
25527         stpcpy.c, strcasecmp.c, strcspn.c, strdup.c, stripslash.c,
25528         strstr.c, strtod.c, strtol.c, strtoul.c, strtoull.c, strtoumax.c,
25529         utime.c, version-etc.h, xalloc.h, xstrdup.c, xstrtoumax.c,
25530         yesno.c: Back out Copyright date changes for each file with no change
25531         this year.  This eases coordination with other programs using the same
25532         source code modules.  From Paul Eggert.
25533
25534 2000-08-06  Paul Eggert  <eggert@twinsun.com>
25535
25536         * m4/mbstate_t.m4 (AC_MBSTATE_T): Define mbstate_t to be int,
25537         not char, for compatibility with glibc 2.1.3 strftime.c.
25538
25539 2000-08-03  Greg McGary  <greg@mcgary.org>
25540
25541         * lib/regex.c (SET_HIGH_BOUND, MOVE_BUFFER_POINTER,
25542         ELSE_EXTEND_BUFFER_HIGH_BOUND): New macros.
25543         (EXTEND_BUFFER): Use them.
25544
25545 2000-08-01  Jim Meyering  <meyering@lucent.com>
25546
25547         * lib/dirname.c (ISSLASH): Define.
25548         (BACKSLASH_IS_PATH_SEPARATOR): Define.
25549         (dir_name) [BACKSLASH_IS_PATH_SEPARATOR]: Handle the case in which
25550         both `\' and `/' may be use as path separators.
25551         Based on a patch from Prashant TR.
25552
25553 2000-07-31  Paul Eggert  <eggert@twinsun.com>
25554
25555         * lib/quotearg.c (quotearg_n_options): Don't make the initial
25556         slot vector a constant, since it might get modified.
25557
25558 2000-07-31  Jim Meyering  <meyering@lucent.com>
25559
25560         * lib/xmalloc.c: Use `virtual memory exhausted', not
25561         `Memory exhausted'.
25562         * lib/obstack.c (print_and_abort): Likewise.
25563
25564 2000-07-30  Paul Eggert  <eggert@twinsun.com>
25565
25566         * lib/quotearg.c (quotearg_n_options): Preallocate a slot 0
25567         buffer, so that the caller can always quote one small
25568         component of a "memory exhausted" message in slot 0.
25569         From a suggestion by Jim Meyering.
25570
25571 2000-07-30  Jim Meyering  <meyering@lucent.com>
25572
25573         * lib/makepath.c (make_path): Quote the other instance, too.
25574
25575         * lib/quotearg.c (N_STATIC_SLOTVECS): Define.
25576         (STATIC_BUF_SIZE): Define.
25577         (quotearg_n_options): Use only statically allocated storage when
25578         N < N_STATIC_SLOTVECS and the length of the quoted result is smaller
25579         than STATIC_BUF_SIZE.
25580
25581 2000-07-29  Jim Meyering  <meyering@lucent.com>
25582
25583         * lib/diacrit.c (diacrit_diac): Use __MSDOS__ in favor of MSDOS.
25584         * lib/dirname.c (dir_name): Likewise.
25585
25586         * lib/basename.c (base_name): Use ISSLASH rather than comparing against
25587         `/'.
25588
25589         * lib/dirname.c (dir_name) [MSDOS]: Declare `lim' to be const.
25590         (dir_name): Assert that there are no trailing slashes.
25591
25592 2000-07-29  Bruno Haible  <haible@clisp.cons.org>
25593
25594         * lib/mbswidth.h (mbswidth): Add a flags argument.
25595         (mbswidth): New declaration.
25596         (MBSW_ACCEPT_INVALID, MBSW_ACCEPT_UNPRINTABLE): New macros.
25597         * lib/mbswidth.c (mbswidth): Add a flags argument.
25598         (mbsnwidth): New function.
25599
25600 2000-07-24  Jim Meyering  <meyering@lucent.com>
25601
25602         * lib/mbswidth.c: Remove useless #else.  From Bruno Haible.
25603
25604 2000-07-23  Paul Eggert  <eggert@twinsun.com>
25605
25606         * m4/mbswidth.m4 (jm_PREREQ_MBSWIDTH): Check for wcwidth declaration.
25607
25608 2000-07-23  Paul Eggert  <eggert@twinsun.com>
25609
25610         * lib/quotearg.c: Streamline by invoking multibyte code only if needed.
25611         <wchar.h>: Include only if HAVE_MBRTOWC && 1 < MB_LEN_MAX.
25612         (MB_CUR_MAX): Redefine to 1 if ! (HAVE_MBRTOWC && 1 < MB_LEN_MAX).
25613         (quotearg_buffer_restyled): If a unibyte locale, don't bother to
25614         invoke multibyte primitives.
25615
25616 2000-07-23  Paul Eggert  <eggert@twinsun.com>
25617
25618         * lib/quotearg.c:
25619         Include <wchar.h> even if ! (HAVE_MBRTOWC && 1 < MB_LEN_MAX),
25620         so that mbstate_t is always defined.
25621
25622         Do not inspect MB_LEN_MAX, since it's incorrectly defined to
25623         be 1 in at least one GCC installation, and this configuration
25624         error is likely to be common.  Ignoring MB_LEN_MAX hurts
25625         performance on hosts that have mbrtowc but have only unibyte
25626         locales, but I assume these hosts are rare.
25627
25628 2000-07-23  Paul Eggert  <eggert@twinsun.com>
25629
25630         * lib/mbswidth.c (_XOPEN_SOURCE):
25631         Don't define; this causes problems on Solaris 7.
25632         (wcwidth) [!HAVE_DECL_WCWIDTH]: Declare.
25633
25634 2000-07-23  Jim Meyering  <meyering@lucent.com>
25635
25636         * m4/check-decl.m4 (jm_CHECK_DECLS): Check for declarations of these,
25637         too: getgrgid, getpwuid, getuid.
25638
25639 2000-07-23  Jim Meyering  <meyering@lucent.com>
25640
25641         * lib/basename.c (base_name): Add an assertion.
25642
25643 2000-07-23  Bruno Haible  <haible@clisp.cons.org>
25644
25645         * lib/quotearg.c: When the system forces us to redefine mbstate_t,
25646         shadow its mbsinit function.
25647
25648 2000-07-17  Bruno Haible  <haible@clisp.cons.org>
25649
25650         * lib/mbswidth.h: New file.
25651         * lib/mbswidth.c: New file.
25652         * lib/Makefile.am (libfetish_a_SOURCES): Add mbswidth.c.
25653         (noinst_HEADERS): Add mbswidth.h.
25654
25655 2000-07-17  Bruno Haible  <haible@clisp.cons.org>
25656
25657         * lib/config.charset: Add support for FreeBSD. Improve support for
25658         HP-UX and IRIX 6.
25659
25660 2000-07-16  Bruno Haible  <haible@clisp.cons.org>
25661
25662         * m4/mbswidth.m4: New file.
25663         * m4/prereq.m4 (jm_PREREQ): Call jm_PREREQ_MBSWIDTH.
25664
25665 2000-07-15  Jim Meyering  <meyering@lucent.com>
25666
25667         * lib/makepath.c: Include quote.h.
25668         (make_path): Convert "`%s'" in format strings to "%s", and wrap each
25669         corresponding argument in a `quote (...)' call.
25670         Give better diagnostics.
25671
25672         * lib/Makefile.am (libfetish_a_SOURCES): Add quote.c.
25673         (noinst_HEADERS): Add quote.h.
25674
25675         * lib/quote.c (quote, quote_n): New file.  Two functions taken verbatim
25676         from tar's src/misc.c.
25677         * lib/quote.h: New file.  Prototypes for same.
25678
25679 2000-07-14  Paul Eggert  <eggert@twinsun.com>
25680
25681         From a suggestion by Bruno Haible.
25682         * lib/quotearg.c (mbrtowc): Do not use HAVE_WCHAR_H in the definition.
25683         Use defined mbstate_t, not HAVE_MBSTATE_T_OBJECT,
25684         to decide whether to define the BeOS workaround macro;
25685         this adjusts to the change to AC_MBSTATE_T.
25686
25687 2000-07-14  Jim Meyering  <meyering@lucent.com>
25688
25689         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): Require
25690         jm_AC_TYPE_UINTMAX_T.
25691
25692 2000-07-13  Paul Eggert  <eggert@twinsun.com>
25693
25694         * lib/quotearg.h (enum quoting style): New enum clocale_quoting_style.
25695
25696         * lib/quotearg.c (quoting_style_args, quoting_style_vals,
25697         quotearg_buffer_restyled): Add support for
25698         clocale_quoting_style.  Undo previous change to
25699         locale_quoting_style behavior, and undo the "{LEFT QUOTATION MARK}"
25700         and "{RIGHT QUOTATION MARK}" msgids.
25701
25702 2000-07-10  Paul Eggert  <eggert@twinsun.com>
25703
25704         From a suggestion by Bruno Haible.
25705         * m4/mbstate_t.m4 (AC_MBSTATE_T):
25706         Renamed from AC_MBSTATE_T_OBJECT.  All uses changed.
25707         Change from a two-part test, which defines both HAVE_MBSTATE_T_OBJECT
25708         and mbstate_t, to a single-part test that simply defines mbstate_t.
25709         * m4/prereq.m4 (jm_PREREQ_QUOTEARG):
25710         s/AC_MBSTATE_T_OBJECT/AC_MBSTATE_T/.
25711
25712 2000-07-10  Jim Meyering  <meyering@lucent.com>
25713
25714         * m4/strerror_r.m4: Mirror the correction made in autoconf.
25715
25716         * m4/gnu-source.m4: Output to confdefs.h directly.
25717         Suggestion from Akim Demaille.
25718
25719 2000-07-09  Paul Eggert  <eggert@twinsun.com>
25720
25721         The old behavior of quoting `like this' doesn't look good with
25722         newer, ISO-style fonts.  See:
25723         http://www.cl.cam.ac.uk/~mgk25/ucs/quotes.html
25724
25725         Instead, quote "like this" by default.  Let the translator
25726         tailor the locale-specific quoting behavior by providing
25727         translations for {LEFT QUOTATION MARK} and {RIGHT QUOTATION MARK}.
25728
25729         * lib/quotearg.c (N_): New macro.
25730         (gettext_default): New function.
25731         (quotearg_buffer_restyled): Use
25732         gettext_default ("{LEFT QUOTATION MARK}", "\"") for left quote, and
25733         gettext_default ("{RIGHT QUOTATION MARK}", "\"") for right quote.
25734
25735 2000-07-09  Jim Meyering  <meyering@lucent.com>
25736
25737         * m4/jm-macros.m4 (jm_MACROS): Add a test to see if -lm is required
25738         to link seq.  If so, set SEQ_LIBM to -lm.  From Bruno Haible.
25739
25740         * m4/gnu-source.m4 (AC__GNU_SOURCE): New file/macro.
25741         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Require it.
25742
25743 2000-07-09  Jim Meyering  <meyering@lucent.com>
25744
25745         * lib/Most files: Update copyright dates to include 2000.
25746
25747 2000-07-08  Jim Meyering  <meyering@lucent.com>
25748
25749         * lib/xgethostname.c (ENAMETOOLONG): Define to an unlikely value
25750         if not defined.
25751         (xgethostname): Remove now-unnecessary #ifdef.
25752         Move declaration of `err' into loop where it's used.
25753
25754 2000-07-05  Paul Eggert  <eggert@twinsun.com>
25755         and Bruno Haible  <haible@clisp.cons.org>
25756
25757         * m4/mbstate_t.m4 (AC_MBSTATE_T_OBJECT): Test for mbstate_t
25758         only if the test for an object-type mbstate_t fails.  This
25759         prevents us from mistakenly reporting that mbstate_t is a
25760         system object type after we "#define mbstate_t int" to work
25761         around its lack.
25762
25763 2000-07-05  Paul Eggert  <eggert@twinsun.com>
25764         and Bruno Haible  <haible@clisp.cons.org>
25765
25766         * lib/quotearg.c (mbrtowc): Declare returned type, since BeOS doesn't.
25767
25768 2000-07-05  Bruno Haible  <haible@clisp.cons.org>
25769
25770         * m4/strerror_r.m4 (AC_FUNC_STRERROR_R): Pass a reasonably large buffer
25771         to strerror_r.
25772         Include <ctype.h> for use of isalpha.
25773
25774 2000-07-05  Bruno Haible  <haible@clisp.cons.org>
25775
25776         * lib/xgethostname.c (xgethostname): Protect against the SunOS 5.5 bug
25777         by allocating a larger buffer. Test the gethostname return value for
25778         being >= 0, not == 0, for BeOS.  Don't exhaust memory if gethostname
25779         returns an error and ENAMETOOLONG isn't defined.
25780
25781 2000-07-05  Bruno Haible  <haible@clisp.cons.org>
25782
25783         * lib/quotearg.c (struct quoting_options): Simplify quote_these_too
25784         dimension.
25785
25786 2000-07-04  Jim Meyering  <meyering@lucent.com>
25787
25788         * m4/fsusage.m4 (jm_FILE_SYSTEM_USAGE): Use plain old `echo' instead
25789         of the deprecated AC_CHECKING.
25790
25791 2000-07-04  Jim Meyering  <meyering@lucent.com>
25792
25793         * lib/strndup.c: [!HAVE_DECL_STRNLEN]: Declare strnlen.
25794         Reported by Bruno Haible.
25795
25796 2000-07-04  Jim Meyering  <meyering@lucent.com>
25797
25798         * lib/quotearg.c: Make inclusion of <wchar.h> independent of whether
25799         HAVE_MBRTOWC is set.  Required at least for irix-5.6, which
25800         lacks mbrtowc.
25801
25802 2000-07-03  Paul Eggert  <eggert@twinsun.com>
25803
25804         * m4/mbstate_t.m4 (AC_MBSTATE_T_OBJECT): Port to autoconf 2.13.
25805         Add AC_CHECK_HEADERS(stdlib.h), since we use HAVE_STDLIB_H.
25806
25807 2000-07-03  Paul Eggert  <eggert@twinsun.com>
25808         and Bruno Haible  <haible@clisp.cons.org>
25809
25810         * lib/quotearg.c (mbrtowc):
25811         Assign to *pwc, and return 1 only if result is nonzero.
25812         (iswprint): Use ISPRINT when substituting our own mbrtowc.
25813
25814 2000-07-03  Jim Meyering  <meyering@lucent.com>
25815
25816         * m4/check-decl.m4 (AC_CHECK_DECLS): Add strnlen.
25817
25818 2000-07-03  Jim Meyering  <meyering@lucent.com>
25819
25820         * lib/readutmp.h: [HAVE_UTMPX_H]: Include <utmp.h> if HAVE_UTMP_H.
25821         This is necessary to get a definition of e.g., UTMP_FILE on
25822         HP-UX 10.20.
25823         From Bob Proulx.
25824
25825 2000-07-02  Jim Meyering  <meyering@lucent.com>
25826
25827         * m4/mbstate_t.m4: Also define mbstate_t, if necessary.
25828
25829         * m4/chown.m4: Replace each use of AC_SUBST(LIBOBJS)/LIBOBJS=... with
25830         AC_LIBOBJ(function_name).
25831         * m4/chown.m4: Likewise.
25832         * m4/fnmatch.m4: Likewise.
25833         * m4/ftruncate.m4: Likewise.
25834         * m4/getgroups.m4: Likewise.
25835         * m4/getline.m4: Likewise.
25836         * m4/group-member.m4: Likewise.
25837         * m4/jm-macros.m4: Likewise.
25838         * m4/lstat.m4: Likewise.
25839         * m4/malloc.m4: Likewise.
25840         * m4/memcmp.m4: Likewise.
25841         * m4/nanosleep.m4: Likewise.
25842         * m4/putenv.m4: Likewise.
25843         * m4/realloc.m4: Likewise.
25844         * m4/regex.m4: Likewise.
25845         * m4/stat.m4: Likewise.
25846         * m4/strftime.m4: Likewise.
25847
25848 2000-07-02  Jim Meyering  <meyering@lucent.com>
25849
25850         * lib/quotearg.c (mbstate_t): Don't define here.
25851
25852 2000-07-02  Jim Meyering  <meyering@lucent.com>
25853
25854         * lib/nanosleep.c (SIGCONT): Define if not already defined.
25855
25856 2000-07-01  Jim Meyering  <meyering@lucent.com>
25857
25858         * m4/uptime.m4: Put double quotes around use of $cross_compiling.
25859
25860 2000-07-01  Jim Meyering  <meyering@lucent.com>
25861
25862         * m4/ls-mntd-fs.m4: Remove a `FIXME' comment and fix the associated
25863         problem.
25864
25865 2000-07-01  Bruno Haible  <haible@clisp.cons.org>
25866
25867         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Rename BeOS specific
25868         macro from MOUNTED_NEXT_DEV to MOUNTED_FS_STAT_DEV.
25869
25870 2000-07-01  Bruno Haible  <haible@clisp.cons.org>
25871
25872         * lib/mountlist.c: Use MOUNTED_FS_STAT_DEV instead of MOUNTED_NEXT_DEV,
25873         per change in ../m4/ls-mntd-fs.m4.
25874         (read_filesystem_list): Ignore symbolic links.
25875
25876 2000-06-29  Jim Meyering  <meyering@lucent.com>
25877
25878         * lib/same.c: Include <string.h> or <strings.h>, as appropriate,
25879         for declaration of strcmp.
25880
25881         * lib/long-options.c: Include <stdlib.h>, for declaration of exit.
25882
25883         * lib/mountlist.c (fsp_to_string) [HAVE_F_FSTYPENAME_IN_STATFS]:
25884         Avoid warning by casting result to `char *' to remove `const'.
25885
25886 2000-06-28  Jim Meyering  <meyering@lucent.com>
25887
25888         * m4/mbstate_t.m4: Use stdlib.h, not stdio.h.  The latter is not
25889         included by quotearg.c, for which we perform this test.  From
25890         Bruno Haible.
25891
25892 2000-06-27  Bruno Haible  <haible@clisp.cons.org>
25893
25894         * m4/check-decl.m4 (_jm_DECL_HEADERS): Check for utmp.h as well.
25895         * m4/prereq.m4 (jm_PREREQ_READUTMP): Likewise. If either <utmp.h> or
25896         <utmpx.h> exists, put readutmp.o into LIBOBJS.
25897
25898 2000-06-27  Bruno Haible  <haible@clisp.cons.org>
25899
25900         * lib/Makefile.am (libfetish_a_SOURCES): Remove readutmp.c.
25901
25902 2000-06-26  Paul Eggert  <eggert@twinsun.com>
25903
25904         savedir now sets errno on failure and invokes xmalloc to get memory.
25905         Fix a couple of other minor bugs while we're at it.
25906
25907         * lib/savedir.c (<unistd.h>): Do not include; there's no need.
25908         (NAMLEN): Remove macro.
25909         (malloc, realloc): Remove decls.
25910         (stpcpy): Likewise.
25911         ("xalloc.h"): Include.
25912         (NAME_SIZE_DEFAULT): New macro.
25913         (savedir): Use xmalloc / xrealloc to allocate memory.
25914         Use NAME_SIZE_DEFAULT if name_size is negative or overflows to zero.
25915         Skip "" directory entries.
25916         Use strlen to calculate directory entry length, since the old method
25917         is rarely used these days and isn't worth supporting.
25918         Don't use a pointer after freeing it.
25919         Check for integer overflow when calculating allocation size.
25920         Use memcpy to copy entries, instead of stpcpy.
25921         Set errno properly when returning NULL.
25922         Check for readdir error.
25923
25924 2000-06-26  Jim Meyering  <meyering@lucent.com>
25925
25926         * lib/posixtm.c [HAVE_STDLIB_H]: Include stdlib.h, for decl of abort.
25927
25928 2000-06-25  Jim Meyering  <meyering@lucent.com>
25929
25930         * m4/mbstate_t.m4: Include stdio.h before wchar.h to work around
25931         Linux header bug when _XOPEN_SOURCE is defined to 500.
25932
25933 2000-06-25  Bruno Haible  <haible@clisp.cons.org>
25934
25935         * lib/unicodeio.c (print_unicode_char): Work around ansi2knr
25936         deficiency.
25937
25938 2000-06-25  Bruno Haible  <haible@clisp.cons.org>
25939
25940         * lib/getusershell.c (xmalloc, xrealloc): Remove functions.
25941         Include xalloc.h.
25942         Don't include <stdlib.h>.  Don't declare malloc, realloc.
25943
25944 2000-06-24  Jim Meyering  <meyering@lucent.com>
25945
25946         * m4/strerror_r.m4: Revive this file -- to try out an experimental
25947         version of AC_FUNC_STRERROR_R that may work even on BeOS, a system
25948         for which strerror does return char*, but which lacks a conveniently
25949         accessible declaration of the function.  If the compile-test says
25950         strerror_r doesn't work, then resort to a `run'-test that works on
25951         BeOS and segfaults on DEC Unix.
25952
25953 2000-06-24  Jim Meyering  <meyering@lucent.com>
25954
25955         * lib/error.c [!HAVE_DECL_STRERROR_R]: Declare strerror_r.
25956
25957 2000-06-23  Paul Eggert  <eggert@twinsun.com>
25958
25959         * m4/mbstate_t.m4: New file, defining AC_MBSTATE_T_OBJECT.
25960         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Use it.  Add check for iswprint.
25961
25962 2000-06-23  Paul Eggert  <eggert@twinsun.com>
25963
25964         * lib/quotearg.c: Include <wctype.h> after <wchar.h>, for Solaris 2.5.
25965         (mbrtowc, mbstate_t): Define substitutes if
25966         HAVE_MBRTOWC && HAVE_WCHAR_H && !HAVE_MBSTATE_T_OBJECT.
25967         (iswprint): Define to 1 if !defined iswprint && !HAVE_ISWPRINT,
25968         not if ! (HAVE_MBRTOWC && HAVE_WCHAR_H).
25969
25970 2000-06-23  Jim Meyering  <meyering@lucent.com>
25971
25972         * m4/afs.m4: Add missing AC_MSG_RESULT.
25973         Reported by Bruno Haible.
25974
25975         * m4/fsusage.m4: s/AC_MSG_CHECKING/AC_CHECKING/.
25976         Suggestion from Bruno Haible.
25977
25978 2000-06-23  Jim Meyering  <meyering@lucent.com>
25979
25980         * lib/getpass.c: New file, from Bruno Haible.  Required for BeOS.
25981
25982 2000-06-21  Jim Meyering  <meyering@lucent.com>
25983
25984         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add getpass.
25985
25986 2000-06-21  Jim Meyering  <meyering@lucent.com>
25987
25988         * lib/Makefile.am (libfetish_a_SOURCES): Add getstr.c.
25989         (noinst_HEADERS): Add getstr.h.
25990
25991         * lib/getline.c (getstr): Move into a separate file.
25992         * lib/getstr.c (getstr): New file, extracted from getline.c, with
25993         the following changes: new parameter, delim2; both delim[12]
25994         parameters have type `int', not `char'.  The latter would lose
25995         with 8-bit delimiters.
25996         * lib/getstr.h: New file.
25997
25998 2000-06-21  Bruno Haible  <haible@clisp.cons.org>
25999
26000         * lib/xgetcwd.c (xgetcwd): If the required pathname length is smaller
26001         than 1024, return a memory chunk of least possible size, instead
26002         of size PATH_MAX + 2. In the loop, increment the size proportionally.
26003         Use free/xmalloc instead of xrealloc to avoid copying for very long
26004         paths.
26005
26006 2000-06-21  Bruno Haible  <haible@clisp.cons.org>
26007
26008         * lib/path-concat.c (path_concat): Don't access dir[-1] if dir is
26009         the empty string.
26010
26011 2000-06-21  Bruno Haible  <haible@clisp.cons.org>
26012
26013         * lib/canon-host.c (canon_host): Use malloc and memcpy to copy an
26014         address, not strdup.  Include <stdlib.h> and don't declare free().
26015
26016 2000-06-19  Jim Meyering  <meyering@lucent.com>
26017
26018         * lib/getloadavg.c [HAVE_NLIST_H] (NLIST_STRUCT): Define.
26019
26020 2000-06-18  Jim Meyering  <meyering@lucent.com>
26021
26022         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Remove mkdir.
26023
26024         * m4/link-follow.m4 (jm_AC_FUNC_LINK_FOLLOWS_SYMLINK): Change the
26025         `checking whether...' message to be consistent with that of the
26026         lstat test.
26027
26028 2000-06-18  Jim Meyering  <meyering@lucent.com>
26029
26030         * lib/mkdir.c: Remove file, due mainly to copyright incompatibility.
26031         Besides, these days every porting target provides a mkdir function.
26032
26033         * lib/strnlen.c: Include memory.h, string.h, and/or strings.h as
26034         needed. (this snippet comes from src/system.h).
26035
26036 2000-06-16  Bruno Haible  <haible@clisp.cons.org>
26037
26038         * m4/glibc21.m4 (jm_GLIBC21): Define GLIBC21 for Makefiles, not for C.
26039
26040 2000-06-15  Paul Eggert  <eggert@twinsun.com>
26041
26042         * lib/human.c (adjust_value): New function.
26043         (human_readable_inexact): Apply rounding style even when
26044         printing approximate values.
26045
26046 2000-06-14  Paul Eggert  <eggert@twinsun.com>
26047
26048         * lib/human.c (human_readable_inexact): Allow an input block
26049         size that is not a multiple of the output block size, and vice versa.
26050         Reported by Piergiorgio Sartor.
26051
26052 2000-06-14  Paul Eggert  <eggert@twinsun.com>
26053
26054         * lib/getdate.y (get_date): Apply relative times after time
26055         zone indicator, not before.  Reported by Todd A. Jacobs.
26056
26057 2000-06-13  Jim Meyering  <meyering@lucent.com>
26058
26059         * lib/Makefile.am (all-local): Depend on lstat.c and stat.c.
26060
26061         * lib/xstat.in [!HAVE_DECL_FREE]: Declare free in lstat.c.
26062
26063 2000-06-12  Paul Eggert  <eggert@twinsun.com>
26064
26065         * lib/xstat.in: Include <stdlib.h> in lstat, to declare "free".
26066
26067 2000-06-12  Jim Meyering  <meyering@lucent.com>
26068
26069         * m4/getloadavg.m4 (AM_FUNC_GETLOADAVG): Replace with
26070         AC_FUNC_GETLOADAVG from autoconf, and tweak the latter to accept an
26071         optional argument.
26072         * m4/jm-macros.m4: s/AM_FUNC_GETLOADAVG/AC_FUNC_GETLOADAVG/, and supply
26073         the optional argument, `lib'.
26074
26075 2000-06-08  Jim Meyering  <meyering@lucent.com>
26076
26077         * m4/largefile.m4: Remove file (now that it's part of autoconf).
26078
26079 2000-06-04  Paul Eggert  <eggert@twinsun.com>