Work around difference between Linux ACLs and Solaris 10 ZFS.
[gnulib.git] / ChangeLog
1 2007-03-04  Jim Meyering  <jim@meyering.net>
2
3         Work around difference between Linux ACLs and Solaris 10 ZFS.
4         * lib/acl.c (set_acl): Revert to using chmod_or_fchmod also
5         for EINVAL.
6
7 2007-03-03  Bruno Haible  <bruno@clisp.org>
8
9         * modules/relocatable-prog (Depends-on): Add back progreloc's
10         dependencies: canonicalize-lgpl, xalloc, xreadlink, stdbool, unistd.
11
12 2007-03-03  Bruno Haible  <bruno@clisp.org>
13
14         * modules/relocatable-lib-lgpl: Renamed from modules/relocatable-lib.
15         * modules/relocatable-lib: New file.
16
17 2007-03-03  Bruno Haible  <bruno@clisp.org>
18
19         * modules/relocatable-prog: Renamed from modules/relocatable.
20         * doc/relocatable-maint.texi: Talk about module 'relocatable-prog'.
21
22 2007-03-03  Bruno Haible  <bruno@clisp.org>
23
24         * modules/relocatable-script (Files): Add doc/relocatable.texi,
25         m4/relocatable-lib.m4.
26         (Depends-on): Remove 'relocatable'.
27         (configure.ac): Add gl_RELOCATABLE_NOP.
28
29 2007-03-03  Bruno Haible  <bruno@clisp.org>
30
31         * modules/relocatable-prog-wrapper: New file.
32         * modules/relocatable (Depends-on): Add it. Remove all other
33         dependencies except progname.
34         (Files): Remove build-aux/install-reloc, lib/relocwrapper.c.
35
36         * m4/strerror.m4 (gl_FUNC_STRERROR_SEPARATE): New macro.
37         (gl_FUNC_STRERROR): Nop.
38         * lib/strerror.c: Compile the file only if !HAVE_STRERROR.
39
40         * m4/setenv.m4 (gl_FUNC_SETENV_SEPARATE): New macro.
41         * lib/setenv.c: Compile the file only if _LIBC || !HAVE_SETENV.
42
43         * m4/readlink.m4 (gl_FUNC_READLINK_SEPARATE): New macro.
44         (gl_FUNC_READLINK): Update.
45
46         * m4/canonicalize-lgpl.m4 (gl_CANONICALIZE_LGPL_SEPARATE): New macro.
47
48 2007-03-03  Bruno Haible  <bruno@clisp.org>
49
50         * lib/xreadlink.c: Include <unistd.h> unconditionally.
51         * modules/xreadlink (Depends-on): Add unistd.
52         * modules/xreadlink-with-size (Depends-on): Likewise.
53
54 2007-03-03  Bruno Haible  <bruno@clisp.org>
55
56         * m4/setenv.m4 (gl_FUNC_SETENV, gl_FUNC_UNSETENV): New macros,
57         extracted from gt_FUNC_SETENV.
58         (gt_FUNC_SETENV): Remove macro.
59         * modules/setenv (configure.ac): Add gl_FUNC_SETENV, gl_FUNC_UNSETENV,
60         remove gt_FUNC_SETENV.
61
62 2007-03-03  Bruno Haible  <bruno@clisp.org>
63
64         * m4/relocatable-lib.m4 (gl_RELOCATABLE_LIBRARY): Define
65         ENABLE_RELOCATABLE here.
66         * m4/relocatable.m4 (gl_RELOCATABLE_BODY): Don't define it here.
67
68 2007-03-03  Bruno Haible  <bruno@clisp.org>
69
70         * modules/rbtreehash-list-tests (Depends-on): Add progname.
71         * tests/test-rbtreehash_list.c: Include progname.h.
72         (main): Call set_program_name.
73
74         * modules/rbtree-oset-tests (Depends-on): Add progname.
75         * tests/test-rbtree_oset.c: Include progname.h.
76         (main): Call set_program_name.
77
78         * modules/rbtree-list-tests (Depends-on): Add progname.
79         * tests/test-rbtree_list.c: Include progname.h.
80         (main): Call set_program_name.
81
82         * modules/linked-list-tests (Depends-on): Add progname.
83         * tests/test-linked_list.c: Include progname.h.
84         (main): Call set_program_name.
85
86 2007-03-03  Bruno Haible  <bruno@clisp.org>
87
88         * lib/glob-libc.h (_Restrict_): New macro, copied from lib/regex.h.
89         All uses of __restrict changed to _Restrict_.
90         * lib/glob_.h (__restrict): Remove macro.
91
92 2007-03-02  Bruno Haible  <bruno@clisp.org>
93
94         * modules/gettext (configure.ac): Require gettext infrastructure
95         from version 0.16.1.
96
97 2007-03-02  Bruno Haible  <bruno@clisp.org>
98
99         * modules/linkedhash-list-tests (Depends-on): Add progname.
100         * tests/test-linkedhash_list.c: Include progname.h.
101         (main): Call set_program_name.
102
103         * modules/carray-list-tests (Depends-on): Add progname.
104         * tests/test-carray_list.c: Include progname.h.
105         (main): Call set_program_name.
106
107         * modules/avltreehash-list-tests (Depends-on): Add progname.
108         * tests/test-avltreehash_list.c: Include progname.h.
109         (main): Call set_program_name.
110
111         * modules/avltree-oset-tests (Depends-on): Add progname.
112         * tests/test-avltree_oset.c: Include progname.h.
113         (main): Call set_program_name.
114
115         * modules/avltree-list-tests (Depends-on): Add progname.
116         * tests/test-avltree_list.c: Include progname.h.
117         (main): Call set_program_name.
118
119         * modules/array-oset-tests (Depends-on): Add progname.
120         * tests/test-array_oset.c: Include progname.h.
121         (main): Call set_program_name.
122
123         * modules/array-list-tests (Depends-on): Add progname.
124         * tests/test-array_list.c: Include progname.h.
125         (main): Call set_program_name.
126
127         * modules/argp-tests (Depends-on): Add progname.
128         * tests/test-argp.c: Include argp.h first. Include progname.h.
129         (main): Call set_program_name.
130
131 2007-03-02  Paul Eggert  <eggert@cs.ucla.edu>
132
133         * doc/gnulib-tool.texi (Initial import): Reword description of
134         _FILE_OFFSET_BITS and _GNU_SOURCE, since they sometimes have a
135         limited effect even if defined after the first system include.
136
137 2007-03-01  Bruno Haible  <bruno@clisp.org>
138
139         * build-aux/config.libpath: Update to libtool-1.5.22.
140         Reported by Albert Chin <bug-gnulib@mlists.thewrittenword.com>.
141
142 2007-03-01  Bruno Haible  <bruno@clisp.org>
143
144         * doc/relocatable-maint.texi: Recommend to set foo_CPPFLAGS, not
145         foo_CFLAGS.
146         Reported by Ralf Wildenhues.
147
148 2007-03-01  Bruno Haible  <bruno@clisp.org>
149
150         * build-aux/install-reloc: Remove object files left over by some
151         compilers.
152         Reported by Ralf Wildenhues.
153
154 2007-03-01  Bruno Haible  <bruno@clisp.org>
155
156         * build-aux/install-reloc: Break long lines.
157
158 2007-03-01  Bruno Haible  <bruno@clisp.org>
159
160         * doc/relocatable.texi: Document that it may not work on OpenBSD.
161         Reported by Ralf Wildenhues.
162
163 2007-03-01  Bruno Haible  <bruno@clisp.org>
164
165         * doc/gnulib-tool.texi (Initial import): Remove paragraph about
166         include ordering constraints.
167
168 2007-03-01  Paul Eggert  <eggert@cs.ucla.edu>
169
170         Followup to the 2007-02-12 patch, using suggestions from Bruno Haible in
171         <http://lists.gnu.org/archive/html/bug-gnulib/2007-02/msg00136.html>.
172         * doc/gnulib-tool.texi (Initial import): Mention _FILE_OFFSET_BITS
173         as another example.
174         * lib/time_.h: Fix misspelling.
175         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP):
176         Require gl_HEADER_TIME_H_DEFAULTS.
177         * m4/strptime.m4 (gl_FUNC_STRPTIME): Likewise.
178         * m4/time_r.m4 (gl_TIME_R): Likewise.
179         * m4/timegm.m4 (gl_FUNC_TIMEGM): Likewise.
180
181 2007-03-01  Bruno Haible  <bruno@clisp.org>
182
183         * m4/utimecmp.m4 (gl_UTIMECMP): Don't require gl_TIMESPEC.
184         * m4/utimens.m4 (gl_UTIMENS): Likewise.
185
186 2007-03-01  Jim Meyering  <jim@meyering.net>
187
188         * modules/xreadlink (Maintainer): Add my name.
189         * modules/xreadlink-with-size (Depends-on): Alphabetize.
190
191 2007-02-26  Ben Pfaff  <blp@cs.stanford.edu>
192             Bruno Haible  <bruno@clisp.org>
193
194         * build-aux/install-reloc: Compile also c-ctype.c.
195         * build-aux/relocatable.sh.in: New file.
196         * doc/relocatable.texi: New file.
197         * doc/relocatable-maint.texi: New file.
198         * doc/gnulib.texi: Include relocatable-maint.texi.
199         * lib/progreloc.c: Include unistd.h unconditionally.
200         * lib/relocwrapper.c: Include unistd.h unconditionally.
201         Include c-ctype.h.
202         (add_dotbin): Use c_tolower.
203         * m4/relocatable-lib.m4: New file, extracted from m4/relocatable.m4.
204         (gl_RELOCATABLE_LIBRARY): Renamed from AC_RELOCATABLE_LIBRARY.
205         (gl_RELOCATABLE_NOP): Renamed from AC_RELOCATABLE_NOP.
206         * m4/relocatable.m4 (AC_RELOCATABLE_LIBRARY, AC_RELOCATABLE_NOP): Move
207         to m4/relocatable-lib.m4.
208         (gl_RELOCATABLE): Renamed from AC_RELOCATABLE. Set also
209         RELOCATABLE_CONFIG_H_DIR, RELOCATABLE_SRC_DIR, RELOCATABLE_BUILD_DIR.
210         (gl_RELOCATABLE_BODY): Renamed from AC_RELOCATABLE_BODY. Don't
211         require obsolete macro AC_EXEEXT. Don't check for unistd.h. Don't set
212         SET_RELOCATABLE. Instead set RELOCATABLE_LDFLAGS, INSTALL_PROGRAM_ENV.
213         * modules/relocatable: New file.
214         * modules/relocatable-lib: New file.
215         * modules/relocatable-script: New file.
216
217 2007-02-28  Bruno Haible  <bruno@clisp.org>
218
219         Import --enable-relocatable infrastructure.
220         * build-aux/config.libpath: New file, from GNU gettext.
221         * build-aux/install-reloc: New file, from GNU gettext.
222         * build-aux/reloc-ldflags: New file, from GNU gettext.
223         * lib/relocatable.h: New file, from GNU gettext.
224         * lib/relocatable.c: New file, from GNU gettext.
225         * lib/relocwrapper.c: New file, from GNU gettext.
226         * m4/relocatable.m4: New file, from GNU gettext.
227
228 2007-02-28  Bruno Haible  <bruno@clisp.org>
229
230         * MODULES.html.sh (File system functions): Add xreadlink-with-size.
231
232         * modules/xreadlink: New file, from GNU gettext with modifications.
233         * lib/xreadlink.c: New file, from GNU gettext.
234         * lib/xreadlink.h: Add comments.
235         (xreadlink): New declaration.
236
237         * modules/xreadlink-with-size: Renamed from modules/xreadlink.
238         (Files): Remove m4/xreadlink.m4. Replace lib/xreadlink.c with
239         lib/xreadlink-with-size.c.
240         (configure.ac): Remove gl_XREADLINK invocation.
241         (Makefile.am): Augment lib_SOURCES.
242         * m4/xreadlink.m4: Remove file.
243         * lib/xreadlink-with-size.c: Renamed from lib/xreadlink.c.
244         (xreadlink_with_size): Renamed from xreadink.
245         * lib/xreadlink.h (xreadlink_with_size): Renamed from xreadink.
246         * modules/canonicalize (Depends-on): Replace xreadlink with
247         xreadlink-with-size.
248         * lib/canonicalize.c (canonicalize_filename_mode): Update.
249
250 2007-02-25  Jim Meyering  <jim@meyering.net>
251
252         * build-aux/announce-gen: When complaining about excess arguments,
253         list them.
254
255 2007-02-25  Paul Eggert  <eggert@cs.ucla.edu>
256
257         * README: Document signed integer overflow situation more
258         accurately.
259
260 2007-02-25  Bruno Haible  <bruno@clisp.org>
261
262         * lib/vasnprintf.c (VASNPRINTF): Fix estimate of size needed for a
263         'a' or 'A' conversion.
264
265 2007-02-25  Bruno Haible  <bruno@clisp.org>
266
267         * modules/filename: Renamed from modules/pathname.
268         (Files): Replace lib/pathname.h with lib/filename.h. Replace
269         lib/concatpath.c with lib/concat-filename.c.
270         (Makefile.am): Update.
271         (Include): Replace pathname.h with filename.h.
272         * lib/filename.h: Renamed from lib/pathname.h.
273         (concatenated_filename): Renamed from concatenated_pathname.
274         * lib/concat-filename.c: Renamed from lib/concatpath.c.
275         (concatenated_filename): Renamed from concatenated_pathname.
276         * lib/findprog.c: Include filename.h instead of pathname.h.
277         (find_in_path): Update.
278         * lib/javacomp.c: Include filename.h instead of pathname.h.
279         (is_envjavac_gcj43_usable, is_envjavac_oldgcj_14_14_usable,
280         is_envjavac_oldgcj_14_13_usable, is_envjavac_nongcj_usable,
281         is_gcj_present, is_gcj43_usable, is_oldgcj_14_14_usable,
282         is_oldgcj_14_13_usable, is_javac_usable): Update.
283         * lib/javaexec.c: Include filename.h instead of pathname.h.
284         (execute_java_class): Update.
285         * modules/findprog: Update.
286         * modules/javacomp: Update.
287         * modules/javaexec: Update.
288         * MODULES.html.sh (File system functions): Add 'filename', remove
289         'pathname'.
290
291 2007-02-25  Bruno Haible  <bruno@clisp.org>
292
293         * modules/printf-frexpl-tests: New file.
294         * tests/test-printf-frexpl.c: New file.
295
296         * modules/printf-frexpl: New file.
297         * lib/printf-frexpl.h: New file.
298         * lib/printf-frexpl.c: New file.
299         * m4/printf-frexpl.m4: New file.
300
301 2007-02-25  Bruno Haible  <bruno@clisp.org>
302
303         * modules/printf-frexp-tests: New file.
304         * tests/test-printf-frexp.c: New file.
305
306         * modules/printf-frexp: New file.
307         * lib/printf-frexp.h: New file.
308         * lib/printf-frexp.c: New file.
309         * m4/printf-frexp.m4: New file.
310
311 2007-02-25  Bruno Haible  <bruno@clisp.org>
312
313         Assume automake >= 1.10 for the tests.
314         * modules/arcfour-tests (TESTS): Remove $(EXEEXT) suffix.
315         * modules/arctwo-tests: Likewise.
316         * modules/argp-tests: Likewise.
317         * modules/avltree-list-tests: Likewise.
318         * modules/avltree-oset-tests: Likewise.
319         * modules/avltreehash-list-tests: Likewise.
320         * modules/carray-list-tests: Likewise.
321         * modules/crc-tests: Likewise.
322         * modules/des-tests: Likewise.
323         * modules/gc-arcfour-tests: Likewise.
324         * modules/gc-arctwo-tests: Likewise.
325         * modules/gc-des-tests: Likewise.
326         * modules/gc-hmac-md5-tests: Likewise.
327         * modules/gc-hmac-sha1-tests: Likewise.
328         * modules/gc-md2-tests: Likewise.
329         * modules/gc-md4-tests: Likewise.
330         * modules/gc-md5-tests: Likewise.
331         * modules/gc-pbkdf2-sha1-tests: Likewise.
332         * modules/gc-rijndael-tests: Likewise.
333         * modules/gc-sha1-tests: Likewise.
334         * modules/gc-tests: Likewise.
335         * modules/getaddrinfo-tests: Likewise.
336         * modules/hmac-md5-tests: Likewise.
337         * modules/hmac-sha1-tests: Likewise.
338         * modules/linked-list-tests: Likewise.
339         * modules/linkedhash-list-tests: Likewise.
340         * modules/lock-tests: Likewise.
341         * modules/md2-tests: Likewise.
342         * modules/md4-tests: Likewise.
343         * modules/md5-tests: Likewise.
344         * modules/rbtree-list-tests: Likewise.
345         * modules/rbtree-oset-tests: Likewise.
346         * modules/rbtreehash-list-tests: Likewise.
347         * modules/read-file-tests: Likewise.
348         * modules/rijndael-tests: Likewise.
349         * modules/stdint-tests: Likewise.
350         * modules/tls-tests: Likewise.
351
352 2007-02-24  Bruno Haible  <bruno@clisp.org>
353
354         * lib/isnanl.h (isnanl): Define through isnan if isnan is a macro.
355         * m4/isnan.m4 (gl_FUNC_ISNAN_NO_LIBM): Don't check for isnan as a
356         function; instead check whether isnan with a double argument links.
357         * m4/isnanl.m4 (gl_FUNC_ISNANL_NO_LIBM): Don't check for isnanl as a
358         function; instead check whether isnan with a 'long double' argument
359         links.
360         Reported by Eric Blake <ebb9@byu.net>.
361
362 2007-02-24  Bruno Haible  <bruno@clisp.org>
363
364         * lib/isnan.c: Support the 'long double' case if USE_LONG_DOUBLE is
365         defined.
366         * lib/isnanl.c: Remove all code. Just include isnan.c.
367         * modules/isnanl-nolibm (Files): Add lib/isnan.c.
368
369 2007-02-25  Jim Meyering  <jim@meyering.net>
370
371         Avoid conflicting types for 'unsetenv' on FreeBSD.
372         * lib/putenv.c (_unsetenv): Rename from "unsetenv", to avoid
373         conflicting with FreeBSD's (5.0 and 6.1) function declaration
374         in stdlib.h.
375
376 2007-02-24  Bruno Haible  <bruno@clisp.org>
377
378         * modules/isnanl-nolibm-tests: New file.
379         * tests/test-isnanl.c: New file.
380
381         * modules/isnanl-nolibm: New file.
382         * lib/isnanl.h: New file.
383         * lib/isnanl.c: New file.
384         * m4/isnanl.m4: New file.
385
386 2007-02-24  Bruno Haible  <bruno@clisp.org>
387
388         * modules/isnan-nolibm-tests: New file.
389         * tests/test-isnan.c: New file.
390
391         * modules/isnan-nolibm: New file.
392         * lib/isnan.h: New file.
393         * lib/isnan.c: New file.
394         * m4/isnan.m4: New file.
395
396 2007-02-24  Bruno Haible  <bruno@clisp.org>
397
398         * lib/frexpl.c (frexpl): Correct return values for x = 1.0L. Don't
399         assume that an exponent fits in 20 bits.
400
401 2007-02-24  Jim Meyering  <jim@meyering.net>
402
403         * m4/regex.m4: Update the description of the configure-time option,
404         --without-included-regex, to state accurately what the defaults are,
405         and perhaps to give people an idea why using this option is risky.
406
407 2007-02-24  Paul Eggert  <eggert@cs.ucla.edu>
408
409         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Check for a nanosleep that
410         loops on small arguments.  This attempts to avoid the problem
411         Bruno Haible reported for AIX 4.3.2 in
412         <http://lists.gnu.org/archive/html/bug-gnulib/2007-02/msg00309.html>.
413
414 2007-02-23  Bruno Haible  <bruno@clisp.org>
415
416         * m4/perl.m4 (gl_PERL): Require version 5.005, not 5.003.
417         Needed for help2man.
418
419 2007-02-23  Karl Berry  <karl@gnu.org>
420
421         * doc/gnulib-tool.texi (CVS Issues): mention that when foo_.h
422         exists, foo.h should be cvs-ignored, not committed.
423
424 2007-02-23  Eric Blake  <ebb9@byu.net>
425
426         * lib/getdate.h (includes):  Include <time.h>, not "timespec.h".
427         * lib/stat-time.h (includes): Likewise.
428         * lib/utimecmp.c (includes): Likewise.
429         * lib/utimens.h (includes): Likewise.
430         * lib/getdate.y (includes): Also include "timespec.h" for use
431         internal to the module.
432         * modules/utimens (Depends-on): Revert yesterday's patch.
433         * modules/nanosleep (Depends-on): Add missing dependency.
434
435 2007-02-22  Bruno Haible  <bruno@clisp.org>
436
437         * lib/glob.c: Don't include getlogin_r.h.
438
439 2007-02-22  Jim Meyering  <jim@meyering.net>
440
441         * modules/utimens (Depends-on): Add timespec, required for
442         utimens.h's inclusion of timespec.h.
443
444 2007-02-21  Paul Eggert  <eggert@cs.ucla.edu>
445
446         * lib/getcwd.c (__getcwd): Undo previous change; it mishandled
447         long unreadable paths in GNU/Linux.  Problem reported by Andreas
448         Schwab in
449         <http://lists.gnu.org/archive/html/bug-gnulib/2007-02/msg00261.html>.
450         I'll try to think of a better way to fix the Solaris problem.
451
452         * lib/getcwd.c (__getcwd): Don't assume getcwd (NULL, 0) works
453         like glibc; on Solaris 10, it fails with errno == EINVAL.
454         POSIX says the behavior is unspecified if the first argument is NULL,
455         so play it safe and never pass NULL to the system getcwd.
456
457 2007-02-21  Jim Meyering  <jim@meyering.net>
458
459         * lib/gettimeofday.c (rpl_gettimeofday): Remove declaration
460         of gettimeofday.  It would conflict with the one now always
461         provided via sys_time_.h.  Reported by Matthew Woehlke, as
462         an IRIX 6.5 build failure.
463
464 2007-02-20  Paul Eggert  <eggert@cs.ucla.edu>
465
466         Minor fixups to port to Solaris 10 with Sun C 5.8.
467         * lib/getcwd.c [!_LIBC]: Include dirfd.h, since we use dirfd.
468         * modules/getcwd (Depends-on): Add dirfd.
469         * lib/putenv.c (putenv): #undef it.
470         (rpl_putenv): New decl.
471         (malloc, free): Include <stdlib.h> rather than prototyping separately.
472
473 2007-02-20  Bruno Haible  <bruno@clisp.org>
474
475         * modules/stdio-tests: New file.
476         * tests/test-stdio.c: New file.
477
478         * modules/vsnprintf (Files): Remove lib/vsnprintf.h.
479         (Depends-on): Add stdio.
480         (configure.ac): Invoke gl_STDIO_MODULE_INDICATOR.
481         (Include): Use <stdio.h> instead of vsnprintf.h.
482         * m4/vsnprintf.m4 (gl_FUNC_VSNPRINTF): Require gl_STDIO_H_DEFAULTS. Set
483         HAVE_DECL_VSNPRINTF.
484         * lib/vsnprintf.c: Include <stdio.h> instead of vsnprintf.h.
485
486         * modules/snprintf (Files): Remove lib/snprintf.h.
487         (Depends-on): Add stdio.
488         (configure.ac): Invoke gl_STDIO_MODULE_INDICATOR.
489         (Include): Use <stdio.h> instead of snprintf.h.
490         * m4/snprintf.m4 (gl_FUNC_SNPRINTF): Require gl_STDIO_H_DEFAULTS. Set
491         HAVE_DECL_SNPRINTF.
492         * lib/snprintf.c: Include <stdio.h> instead of snprintf.h.
493         * lib/getaddrinfo.c: Likewise.
494
495         * modules/stdio: New file.
496         * lib/stdio_.h: New file, incorporating snprintf.h and vsnprintf.h.
497         * lib/snprintf.h: Remove file.
498         * lib/vsnprintf.h: Remove file.
499         * lib/.cppi-disable: Remove snprintf.h.
500         * m4/stdio_h.m4: New file.
501         * MODULES.html.sh (Support for systems lacking ISO C 99): Add stdio.
502
503 2007-02-20  Jim Meyering  <jim@meyering.net>
504
505         * lib/ftruncate.c [HAVE_CHSIZE]: Document that this code is
506         used by e.g., mingw.  From Bruno Haible.
507
508 2007-02-19  Bruno Haible  <bruno@clisp.org>
509
510         * lib/string_.h: Use "#pragma GCC system_header" to suppress some gcc
511         warnings.
512         Reported by Ben Pfaff <blp@cs.stanford.edu>.
513
514 2007-02-19  Bruno Haible  <bruno@clisp.org>
515
516         * m4/ftruncate.m4 (gl_FUNC_FTRUNCATE): Don't request a complaint mail
517         from mingw users.
518
519 2007-02-19  Bruno Haible  <bruno@clisp.org>
520
521         * lib/stdlib_.h: Use "#pragma GCC system_header" to suppress some gcc
522         warnings.
523         Reported by Joel E. Denny <jdenny@ces.clemson.edu> via Paul Eggert.
524
525 2007-02-19  Jim Meyering  <jim@meyering.net>
526
527         Don't use FD after a successful "fdopendir (fd)".
528         * lib/getcwd.c (__getcwd) [AT_FDCWD]: fdopendir (fd) usually closes fd.
529         Reset it by calling dirfd on the just-obtained DIR*.
530
531         * m4/ftruncate.m4: Adjust comment to give this module a 3-year reprieve.
532         Prompted by a report from Bruno Haible that mingw lacks ftruncate.
533
534 2007-02-18  Bruno Haible  <bruno@clisp.org>
535
536         * lib/readlink.c: Include <unistd.h>.
537         * m4/readlink.m4 (gl_FUNC_READLINK): Require gl_UNISTD_H_DEFAULTS. Set
538         HAVE_READLINK.
539         * modules/readlink (Depends-on): Add unistd.
540         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
541         (Include): Add <unistd.h>.
542
543         * lib/getlogin_r.h: Remove file.
544         * lib/getlogin_r.c: Include <unistd.h> instead of getlogin_r.h.
545         * m4/getlogin_r.m4 (gl_GETLOGIN_R_SUBSTITUTE): Remove macro.
546         (gl_GETLOGIN_R): Inline it here. Require gl_UNISTD_H_DEFAULTS. Set
547         HAVE_DECL_GETLOGIN_R.
548         * modules/getlogin_r (Files): Remove lib/getlogin_r.h.
549         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
550         (Include): Use <unistd.h> instead of getlogin_r.h.
551
552         * lib/getcwd.h: Remove file.
553         * lib/getcwd.c: Include <unistd.h> instead of getcwd.h.
554         * lib/xgetcwd.c: Likewise.
555         * m4/getcwd.m4 (gl_FUNC_GETCWD): Require gl_UNISTD_H_DEFAULTS. Set
556         REPLACE_GETCWD. Don't define __GETCWD_PREFIX.
557         * modules/getcwd (Files): Remove lib/getcwd.h.
558         (Depends-on): Add unistd.
559         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
560         (Include): Use <unistd.h> instad of getcwd.h.
561
562         * lib/ftruncate.c: Include <unistd.h> first.
563         * m4/ftruncate.m4 (gl_FUNC_FTRUNCATE): Require gl_UNISTD_H_DEFAULTS.
564         Set HAVE_FTRUNCATE.
565         * modules/ftruncate (Depends-on): Add unistd.
566         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
567
568         * lib/fchdir.c: Include <unistd.h> first.
569         * lib/dirent_.h: Test REPLACE_FCHDIR, not FCHDIR_REPLACEMENT.
570         * m4/fchdir.m4 (gl_FUNC_FCHDIR): Require gl_UNISTD_H_DEFAULTS instead
571         of gl_HEADER_UNISTD_DEFAULTS. Set REPLACE_FCHDIR. Don't set UNISTD_H.
572         * modules/fchdir (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
573         (Makefile.am): Substitute also REPLACE_FCHDIR into dirent.h.
574
575         * lib/dup2.c: Include <unistd.h> first.
576         * m4/dup2.m4 (gl_FUNC_DUP2): Require gl_UNISTD_H_DEFAULTS. Set
577         HAVE_DUP2.
578         * modules/dup2 (Depends-on): Add unistd.
579         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
580
581         * lib/chown.c: Include <unistd.h> first. Undefine chown later.
582         * m4/chown.m4 (gl_FUNC_CHOWN): Require gl_UNISTD_H_DEFAULTS. Set
583         REPLACE_CHOWN. Don't define chown as a macro here.
584         * modules/chown (Depends-on): Add unistd.
585         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
586
587         * lib/unistd_.h: Test HAVE_UNISTD_H determined at configure time.
588         Add definition for GL_LINK_WARNING.
589         (chown, dup2): New declarations.
590         (fchdir): Test REPLACE_FCHDIR, not FCHDIR_REPLACEMENT. Provide optional
591         link warning.
592         (ftruncate): New declaration.
593         (getcwd): New declaration, taken from old getcwd.h.
594         (getlogin_r): New declaration, taken from old getlogin_r.h.
595         (readlink): New declaration.
596         * m4/unistd_h.m4 (gl_UNISTD_H): Renamed from gl_HEADER_UNISTD. Don't
597         set UNISTD_H. Inline gl_PREREQ_UNISTD. Set HAVE_UNISTD_H.
598         (gl_PREREQ_UNISTD): Remove macro.
599         (gl_UNISTD_MODULE_INDICATOR): New macro.
600         (gl_UNISTD_H_DEFAULTS): Renamed from gl_HEADER_UNISTD_DEFAULTS. Set
601         many new variables. Don't set UNISTD_H.
602         * modules/unistd (Description): Change.
603         (Depends-on): Add link-warning.
604         (configure.ac): Update.
605         (Makefile.am): Create unistd.h always. Substitute many new variables
606         into it.
607
608 2007-02-18  Bruno Haible  <bruno@clisp.org>
609
610         * lib/stdlib_.h (getsubopt): New declaration, copied from getsubopt.h.
611         * modules/stdlib (stdlib.h): Also substitute GNULIB_GETSUBOPT and
612         HAVE_GETSUBOPT.
613         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Also initialize
614         GNULIB_GETSUBOPT and HAVE_GETSUBOPT.
615         * lib/getsubopt.h: Remove file.
616         * modules/getsubopt (Files): Remove lib/getsubopt.h.
617         (Depends-on): Add stdlib.
618         (configure.ac): Invoke gl_STDLIB_MODULE_INDICATOR.
619         (Includes): Use <stdlib.h> instead of getsubopt.h.
620         * m4/getsubopt.m4 (gl_FUNC_GETSUBOPT): Require gl_STDLIB_H_DEFAULTS.
621         Set HAVE_GETSUBOPT.
622         * lib/getsubopt.c: Don't include getsubopt.h.
623
624 2007-02-18  Bruno Haible  <bruno@clisp.org>
625
626         * modules/fchdir (Depends-on): Add dup2.
627
628 2007-02-18  Bruno Haible  <bruno@clisp.org>
629
630         * lib/stdlib_.h: Handle glibc's special invocation convention
631         specially.
632
633 2007-02-18  Bruno Haible  <bruno@clisp.org>
634
635         * modules/stdlib-tests: New file.
636         * tests/test-stdlib.c: New file.
637
638         * modules/mkstemp (Files): Remove lib/mkstemp.h.
639         (Depends-on): Add stdlib.
640         (configure.ac): Invoke gl_STDLIB_MODULE_INDICATOR.
641         (Includes): Use <stdlib.h> instead of mkstemp.h.
642         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Require gl_STDLIB_H_DEFAULTS. Set
643         REPLACE_MKSTEMP. Remove definition of __MKSTEMP_PREFIX.
644         * lib/mkstemp.c: Don't include mkstemp.h.
645         * lib/mkstemp-safer.c: Include <stdlib.h> instead of mkstemp.h.
646         * lib/stdlib--.h: Don't include mkstemp.h.
647
648         * modules/mkdtemp (Files): Remove lib/mkdtemp.h.
649         (Depends-on): Add stdlib.
650         (configure.ac): Invoke gl_STDLIB_MODULE_INDICATOR.
651         (Includes): Use <stdlib.h> instead of mkdtemp.h.
652         * m4/mkdtemp.m4 (gt_FUNC_MKDTEMP): Require gl_STDLIB_H_DEFAULTS. Set
653         HAVE_MKDTEMP.
654         * lib/mkdtemp.c: Don't include mkdtemp.h.
655         * lib/clean-temp.c: Don't include mkdtemp.h.
656
657         * modules/exit (Files): Remove lib/exit.h.
658         (Depends-on): Add stdlib.
659         (Makefile.am): Remove lib_SOURCES.
660         (Include): Use <stdlib.h> instead of exit.h.
661         * lib/argmatch.c: Don't include exit.h.
662         * lib/execute.c: Likewise.
663         * lib/pagealign_alloc.c: Likewise.
664         * lib/pipe.c: Likewise.
665         * lib/wait-process.c: Likewise.
666         * lib/copy-file.c: Include <stdlib.h> instead of exit.h.
667         * lib/exitfail.c: Likewise.
668         * lib/savewd.c: Likewise.
669         * lib/xsetenv.c: Likewise.
670
671         * modules/stdlib: New file.
672         * lib/stdlib_.h: New file, incorporating exit.h, mkdtemp.h, mkstemp.h
673         and extra comments about mkstemp().
674         * lib/exit.h: Remove file.
675         * lib/mkdtemp.h: Remove file.
676         * lib/mkstemp.h: Remove file.
677         * m4/stdlib_h.m4: New file.
678         * MODULES.html.sh (Support for systems lacking ANSI C 89): Add stdlib.
679
680 2007-02-18  Bruno Haible  <bruno@clisp.org>
681
682         * modules/math-tests: New file.
683         * tests/test-math.c: New file.
684
685         * modules/math: New file.
686         * modules/mathl (Files): Remove lib/mathl.h.
687         (Depends-on): Add math.
688         (Makefile.am): Don't mention mathl.h.
689         (Include): Use <math.h> instead of mathl.h.
690         * lib/math_.h: New file.
691         * lib/mathl.h: Remove file.
692         * lib/acosl.c: Include <config.h> and <math.h> first. Don't include
693         mathl.h.
694         * lib/asinl.c: Likewise.
695         * lib/atanl.c: Likewise.
696         * lib/ceill.c: Likewise.
697         * lib/cosl.c: Likewise.
698         * lib/expl.c: Likewise.
699         * lib/floorl.c: Likewise.
700         * lib/frexpl.c: Likewise.
701         * lib/ldexpl.c: Likewise.
702         * lib/logl.c: Likewise.
703         * lib/sincosl.c: Likewise.
704         * lib/sinl.c: Likewise.
705         * lib/sqrtl.c: Likewise.
706         * lib/tanl.c: Likewise.
707         * lib/trigl.c: Likewise.
708         * m4/math_h.m4: New file.
709         * MODULES.html.sh (Mathematics): Add math.
710
711 2007-02-17  Bruno Haible  <bruno@clisp.org>
712
713         * modules/wctype-tests: New file.
714         * tests/test-wctype.c: New file.
715
716         * modules/wchar-tests: New file.
717         * tests/test-wchar.c: New file.
718
719         * modules/unistd-tests: New file.
720         * tests/test-unistd.c: New file.
721
722         * modules/time-tests: New file.
723         * tests/test-time.c: New file.
724
725         * modules/sysexits-tests: New file.
726         * tests/test-sysexits.c: New file.
727
728         * modules/sys_time-tests: New file.
729         * tests/test-sys_time.c: New file.
730
731         * modules/sys_stat-tests: New file.
732         * tests/test-sys_stat.c: New file.
733
734         * modules/sys_socket-tests: New file.
735         * tests/test-sys_socket.c: New file.
736
737         * modules/sys_select-tests: New file.
738         * tests/test-sys_select.c: New file.
739
740         * modules/string-tests: New file.
741         * tests/test-string.c: New file.
742
743         * modules/stdbool-tests: New file.
744         * tests/test-stdbool.c: New file.
745
746         * modules/netinet_in-tests: New file.
747         * tests/test-netinet_in.c: New file.
748
749         * modules/inttypes-tests: New file.
750         * tests/test-inttypes.c: New file.
751
752         * modules/fcntl-tests: New file.
753         * tests/test-fcntl.c: New file.
754
755         * modules/byteswap-tests: New file.
756         * tests/test-byteswap.c: New file.
757
758         * modules/arpa_inet-tests: New file.
759         * tests/test-arpa_inet.c: New file.
760
761 2007-02-17  Bruno Haible  <bruno@clisp.org>
762
763         * lib/inttypes_.h: Add definition for GL_LINK_WARNING.
764         (imaxabs, imaxdiv, strtoimax, strtoumax): Don't declare the function
765         if the corresponding module is not enabled. Emit link warnings if
766         the function is used nevertheless.
767         * m4/inttypes.m4 (gl_INTTYPES_H): Never use the existing <inttypes.h>.
768         Don't AC_SUBST HAVE_DECL_IMAXABS, HAVE_DECL_IMAXDIV,
769         HAVE_DECL_STRTOIMAX, HAVE_DECL_STRTOUMAX.
770         (gl_INTTYPES_MODULE_INDICATOR, gl_INTTYPES_H_DEFAULTS): New macros.
771         * modules/inttypes (Depends-on): Add link-warning.
772         (Makefile.am): Copy the contents of build-aux/link-warning.h into
773         inttypes.h. Substitute also GNULIB_IMAXABS, GNULIB_IMAXDIV,
774         GNULIB_STRTOIMAX, GNULIB_STRTOUMAX.
775         * modules/imaxabs (configure.ac): Invoke gl_INTTYPES_MODULE_INDICATOR.
776         * modules/imaxdiv (configure.ac): Likewise.
777         * modules/strtoimax (configure.ac): Likewise.
778         * modules/strtoumax (configure.ac): Likewise.
779
780 2007-02-17  Bruno Haible  <bruno@clisp.org>
781
782         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Include the contents of
783         gl_STRING_MODULE_INDICATOR_DEFAULTS.
784         (gl_STRING_MODULE_INDICATOR_DEFAULTS): Remove macro.
785         (gl_HEADER_STRING_H_BODY, gl_STRING_MODULE_INDICATOR): Update.
786
787 2007-02-17  Bruno Haible  <bruno@clisp.org>
788
789         * modules/link-warning: New file.
790         * build-aux/link-warning.h: New file, extracted from lib/string_.h.
791         * lib/string_.h (GL_LINK_WARNING): Remove definition.
792         * modules/string (Depends-on): Add link-warning.
793         (Makefile.am): Copy the contents of build-aux/link-warning.h into
794         string.h.
795         * MODULES.html.sh (Support for building libraries and executables): Add
796         link-warning.
797
798 2007-02-17  Bruno Haible  <bruno@clisp.org>
799
800         * lib/string_.h (memmem, mempcpy, memrchr, stpcpy, stpncpy, strcasecmp,
801         strncasecmp, strchr, strchrnul, strdup, strndup, strnlen, strcspn,
802         strpbrk, strspn, strrchr, strsep, strstr, strcasestr, strtok_r): Break
803         long lines.
804
805 2007-02-17  Ben Pfaff  <blp@cs.stanford.edu>
806             Bruno Haible  <bruno@clisp.org>
807
808         * modules/tmpfile: New file.
809         * lib/tmpfile.c: New file.
810         * m4/tmpfile.m4: New file.
811         * MODULES.html.sh (func_all_modules): New section "Input/output".
812
813 2007-02-15  Bruno Haible  <bruno@clisp.org>
814
815         * lib/clean-temp.c [WIN32 && !CYGWIN]: Include <windows.h>.
816         (supports_delete_on_close): New function.
817         (open_temp, fopen_temp): Use _O_TEMPORARY when supported.
818
819 2007-02-14  Bruno Haible  <bruno@clisp.org>
820
821         * modules/mbspcasecmp-tests: New file.
822         * tests/test-mbspcasecmp.sh: New file.
823         * tests/test-mbspcasecmp.c: New file.
824
825         New module mbspcasecmp.
826         * modules/mbspcasecmp: New file.
827         * lib/mbspcasecmp.c: New file.
828         * lib/string_.h (strncasecmp): Change warning message.
829         (mbspcasecmp): New declaration.
830         * m4/mbspcasecmp.m4: New file.
831         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
832         GNULIB_MBSPCASECMP.
833         * modules/string (string.h): Also substitute GNULIB_MBSPCASECMP.
834         * MODULES.html.sh (Internationalization functions): Add mbspcasecmp.
835
836 2007-02-14  Bruno Haible  <bruno@clisp.org>
837
838         * modules/mbsncasecmp-tests: New file.
839         * tests/test-mbsncasecmp.sh: New file.
840         * tests/test-mbsncasecmp.c: New file.
841
842         New module mbsncasecmp.
843         * modules/mbsncasecmp: New file.
844         * lib/mbsncasecmp.c: New file.
845         * lib/string_.h (mbsncasecmp): New declaration.
846         * m4/mbsncasecmp.m4: New file.
847         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
848         GNULIB_MBSNCASECMP.
849         * modules/string (string.h): Also substitute GNULIB_MBSNCASECMP.
850         * MODULES.html.sh (Internationalization functions): Add mbsncasecmp.
851
852 2007-02-14  Paul Eggert  <eggert@cs.ucla.edu>
853
854         * lib/exclude.c (FNM_EXTMATCH): Define if system does not.
855         Verify that it doesn't overlap with our flags.
856         (fnmatch_no_wildcards): Don't use strcasecmp or strncasecmp, which
857         do not have the desired effect in multibyte locales; instead, use
858         mbscasecmp.
859         * modules/exclude (Depends-on): Depend on mbscasecmp, not strcase.
860         Add dependency on xalloc.  Depend on fnmatch, not fnmatch-gnu, since
861         we don't require GNU fnmatch ourselves (if our users require it, they
862         should do so explicitly).
863
864         Fix regex code so it doesn't rely on strcasecmp.
865         * lib/regex_internal.h: Include <langinfo.h> only if _LIBC is defined.
866         Otherwise, include gnulib's langinfo.h.
867         * lib/regcomp.c (init_dfa): Don't use strcasecmp, as it can have
868         undesirable behavior in non-C locales.  Instead, rely on localecharset.
869         * m4/regex.m4 (gl_PREREQ_REGEX): Don't require AM_LANGINFO_CODESET.
870         * modules/regex (FILES): Remove m4/codeset.m4.
871         (Depends-on): Add localcharset.  Remove strcase.
872
873 2007-02-13  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
874
875         * m4/unlinkdir.m4 (gl_UNLINKDIR): Fix m4 quoting bug.
876         * m4/unlink-busy.m4 (gl_FUNC_UNLINK_BUSY_TEXT): Likewise.
877
878 2007-02-13  Bruno Haible  <bruno@clisp.org>
879
880         * m4/intdiv0.m4 (gt_INTDIV0): Assume ANSI C. Fix underquoting bug.
881         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
882
883 2007-02-12  Bruno Haible  <bruno@clisp.org>
884
885         * lib/string_.h (memmem, mempcpy, memrchr, stpcpy, stpncpy, strchrnul,
886         strdup, strndup, strnlen, strpbrk, strsep, strtok_r): If
887         GNULIB_POSIXCHECK and the gnulib module not enabled, provoke a link-
888         time warning rather than a link error.
889
890 2007-02-12  Bruno Haible  <bruno@clisp.org>
891
892         * m4/locale-fr.m4 (gt_LOCALE_FR): Fix m4 quoting bug.
893         * m4/locale-zh.m4 (gt_LOCALE_ZH_CN): Likewise.
894         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
895
896 2007-02-12  Paul Eggert  <eggert@cs.ucla.edu>
897
898         * lib/string_.h (strncasecmp): Fix typo: this macro takes 3
899         args, not 2.
900
901 2007-02-12  Paul Eggert  <eggert@cs.ucla.edu>
902
903         New module 'time', so that apps can include <time.h> as per
904         POSIX and GNU instead of separate include files like time_r.h
905         and timegm.h.  This implementation tries out a simpler approach
906         for replacing decls in standard include files (as compared to
907         the string module), somewhat as an experiment.
908
909         * config/srclist.txt: Comment out mktime.c for now.
910         * doc/gnulib-tool.texi (Initial import): Don't use time_r as an example
911         since it doesn't apply any more.  Use generic wording instead.
912         * MODULES.html.sh (Support for systems lacking POSIX:2001): New module
913         'time'.
914         * lib/time_.h, m4/time_h.m4, modules/time: New files.
915         * lib/strptime.h, lib/time_r.h, lib/timegm.h: Remove.
916         * lib/mktime.c: Include config.h depending on _LIBC, not HAVE_CONFIG_H.
917         Don't include <sys/types.h>; no longer needed since we assume C89.
918         * lib/mktime.c: Don't include "time_r.h"; no longer needed.
919         * lib/strftime.c: Likewise.
920         * lib/time_r.c: Likewise.
921         * lib/nanosleep.c (nanosleep): #undef after include files, not before.
922         * lib/nanosleep.c: Include <time.h> first, to check interface.
923         * lib/strptime.c: Likewise.
924         * lib/time_r.c: Likewise.
925         * lib/timegm.c: Likewise.
926         * lib/strptime.c: Don't include strptime.h or time_r.h; no longer
927         needed.
928         * lib/timegm.c: Don't include timegm.h; no longer needed.
929         * lib/timespec.h: Don't include <sys/time.h> before <time.h>;
930         time.h now handles any problems in that area.
931         (struct timespec, nanosleep): Remove; time.h now arranges for these.
932         * lib/xnanosleep.c: Don't include timespec.h; no longer needed now
933         that time.h defines struct timespec.
934         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Check that nanosleep is declared.
935         Set REPLACE_NANOSLEEP.  Don't AC_DEFINE nanosleep; the time module now
936         handles that.
937         * m4/strptime.m4 (gl_FUNC_STPRTIME): Set REPLACE_STRPTIME.
938         * m4/time_r.m4 (gl_TIME_R): Don't define HAVE_TIME_R_POSIX; no longer
939         needed.  Set REPLACE_LOCALTIME.
940         * m4/timegm.m4 (gl_FUNC_TIMEGM): Set REPLACE_TIMEGM.
941         * m4/timespec.m4 (gl_CHECK_TYPE_STRUCT_TIMESPEC): Move to time_h.m4.
942         (gl_TIMESPEC): Don't check for sys/time.h or struct timespec or
943         nanosleep; time_h.m4 now does that.  Don't require
944         gl_USE_SYSTEM_EXTENSIONS; no longer needed directly, and the time
945         module handles this now.
946         * modules/getdate (Depends-on): Remove timespec.  Add time.
947         * modules/nanosleep (Depends-on): Likewise.
948         * modules/stat-time (Depends-on): Likewise.
949         * modules/nanosleep (Include): Include time.h, not timespec.h.
950         * modules/strptime (Files): Remove lib/strptime.h.
951         (Depends-on): Add extensions, time.
952         (Include): Include time.h, not strptime.h.
953         * modules/time_r (Files): Remove lib/time_r.h.
954         (Depends-on): Add time.
955         (Include): Include time.h, not time_r.h.
956         * modules/timegm: Likewise.
957         * modules/timespec (Description): Now does timespec-related decls
958         of our own, instead of struct timespec itself.
959         (Depends-on): Add time; remove extensions.
960         (Maintainer): Add self.
961         * modules/utimecmp (Depends-on): Add time; remove timespec.
962         * modules/utimens (Depends-on): Likewise.
963         * modules/xnanosleep (Depends-on): Likewise.
964
965 2007-02-11  Bruno Haible  <bruno@clisp.org>
966
967         * lib/c-strstr.c: Include allocsa.h.
968         (knuth_morris_pratt): Use allocsa/freesa instead of malloc/free.
969         * lib/c-strcasestr.c: Include allocsa.h.
970         (knuth_morris_pratt): Use allocsa/freesa instead of malloc/free.
971         * lib/strcasestr.c: Include allocsa.h.
972         (knuth_morris_pratt): Use allocsa/freesa instead of malloc/free.
973         * lib/mbsstr.c: Include allocsa.h.
974         (knuth_morris_pratt_unibyte, knuth_morris_pratt_multibyte): Use
975         allocsa/freesa instead of malloc/free.
976         * lib/mbscasestr.c: Include allocsa.h.
977         (knuth_morris_pratt_unibyte, knuth_morris_pratt_multibyte): Use
978         allocsa/freesa instead of malloc/free.
979         * modules/c-strstr (Depends-on): Add allocsa.
980         * modules/c-strcasestr (Depends-on): Likewise.
981         * modules/strcasestr (Depends-on): Likewise.
982         * modules/mbsstr (Depends-on): Likewise.
983         * modules/mbscasestr (Depends-on): Likewise.
984
985 2007-02-11  Bruno Haible  <bruno@clisp.org>
986
987         * lib/mbsspn.c (mbsspn): Fix bug. Remove unnecessary strlen call.
988
989         * modules/mbsspn-tests: New file.
990         * tests/test-mbsspn.sh: New file.
991         * tests/test-mbsspn.c: New file.
992
993 2007-02-11  Bruno Haible  <bruno@clisp.org>
994
995         * lib/mbspbrk.c (mbspbrk): Remove unneeded cast.
996
997         * modules/mbspbrk-tests: New file.
998         * tests/test-mbspbrk.sh: New file.
999         * tests/test-mbspbrk.c: New file.
1000
1001 2007-02-11  Bruno Haible  <bruno@clisp.org>
1002
1003         * lib/mbscspn.c (mbscspn): Remove unnecessary strlen call and
1004         unneeded cast.
1005
1006         * modules/mbscspn-tests: New file.
1007         * tests/test-mbscspn.sh: New file.
1008         * tests/test-mbscspn.c: New file.
1009
1010 2007-02-11  Bruno Haible  <bruno@clisp.org>
1011
1012         * modules/mbscasecmp-tests: New file.
1013         * tests/test-mbscasecmp.sh: New file.
1014         * tests/test-mbscasecmp.c: New file.
1015
1016 2007-02-11  Bruno Haible  <bruno@clisp.org>
1017
1018         Ensure O(n) worst-case complexity of mbscasestr.
1019         * lib/mbscasestr.c: Include stdbool.h.
1020         (knuth_morris_pratt_unibyte, knuth_morris_pratt_multibyte): New
1021         functions.
1022         (mbscasestr): Add some bookkeeping. Invoke knuth_morris_pratt_* when
1023         the bookkeeping indicates that it's worth it.
1024         * modules/mbscasestr (Depends-on): Add stdbool, mbslen, strnlen.
1025
1026         * modules/mbscasestr-tests: New file.
1027         * tests/test-mbscasestr1.c: New file.
1028         * tests/test-mbscasestr2.sh: New file.
1029         * tests/test-mbscasestr2.c: New file.
1030         * tests/test-mbscasestr3.sh: New file.
1031         * tests/test-mbscasestr3.c: New file.
1032         * tests/test-mbscasestr4.sh: New file.
1033         * tests/test-mbscasestr4.c: New file.
1034         * m4/locale-tr.m4: New file.
1035
1036 2007-02-11  Bruno Haible  <bruno@clisp.org>
1037
1038         Ensure O(n) worst-case complexity of mbsstr.
1039         * lib/mbsstr.c: Include stdbool.h.
1040         (knuth_morris_pratt_unibyte, knuth_morris_pratt_multibyte): New
1041         functions.
1042         (mbsstr): Add some bookkeeping. Invoke knuth_morris_pratt_* when the
1043         bookkeeping indicates that it's worth it.
1044         * modules/mbsstr (Depends-on): Add stdbool, mbslen, strnlen.
1045
1046         * modules/mbsstr-tests: New file.
1047         * tests/test-mbsstr1.c: New file.
1048         * tests/test-mbsstr2.sh: New file.
1049         * tests/test-mbsstr2.c: New file.
1050         * tests/test-mbsstr3.sh: New file.
1051         * tests/test-mbsstr3.c: New file.
1052         * m4/locale-fr.m4: New file.
1053
1054 2007-02-11  Bruno Haible  <bruno@clisp.org>
1055
1056         * lib/mbsrchr.c (mbsrchr): Fix bug.
1057
1058         * modules/mbsrchr-tests: New file.
1059         * tests/test-mbsrchr.sh: New file.
1060         * tests/test-mbsrchr.c: New file.
1061
1062 2007-02-11  Bruno Haible  <bruno@clisp.org>
1063
1064         * lib/mbschr.c (mbschr): Fix bug.
1065
1066         * modules/mbschr-tests: New file.
1067         * tests/test-mbschr.sh: New file.
1068         * tests/test-mbschr.c: New file.
1069         * m4/locale-zh.m4: New file.
1070
1071 2007-02-11  Bruno Haible  <bruno@clisp.org>
1072
1073         Support for copying multibyte string iterators.
1074         * lib/mbiter.h: Include <string.h>.
1075         (mbiter_multi_copy): New function.
1076         (mbi_copy): New macro.
1077         * lib/mbuiter.h: Include <string.h>.
1078         (mbuiter_multi_copy): New function.
1079         (mbui_copy): New macro.
1080
1081 2007-02-11  Bruno Haible  <bruno@clisp.org>
1082
1083         New module mbslen.
1084         * modules/mbslen: New file.
1085         * lib/mbslen.c: New file.
1086         * lib/string_.h (mbslen): New declaration.
1087         * m4/mbslen.m4: New file.
1088         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
1089         GNULIB_MBSLEN.
1090         * modules/string (string.h): Also substitute GNULIB_MBSLEN.
1091         * MODULES.html.sh (Internationalization functions): Add mbslen.
1092
1093 2007-02-11  Bruno Haible  <bruno@clisp.org>
1094
1095         Ensure O(n) worst-case complexity of strcasestr substitute.
1096         * lib/strcasestr.c: Include stdbool.h.
1097         (knuth_morris_pratt): New function.
1098         (strcasestr): Add some bookkeeping. Invoke knuth_morris_pratt when the
1099         bookkeeping indicates that it's worth it.
1100         * modules/strcasestr (Depends-on): Add stdbool, strnlen.
1101
1102         * modules/strcasestr-tests: New file.
1103         * tests/test-strcasestr.c: New file.
1104
1105 2007-02-11  Bruno Haible  <bruno@clisp.org>
1106
1107         Ensure O(n) worst-case complexity of c_strcasestr.
1108         * lib/c-strcasestr.c: Include stdbool.h, string.h.
1109         (knuth_morris_pratt): New function.
1110         (c_strcasestr): Add some bookkeeping. Invoke knuth_morris_pratt when
1111         the bookkeeping indicates that it's worth it.
1112         * modules/c-strcasestr (Depends-on): Add stdbool, strnlen.
1113
1114         * modules/c-strcasestr-tests: New file.
1115         * tests/test-c-strcasestr.c: New file.
1116
1117 2007-02-11  Bruno Haible  <bruno@clisp.org>
1118
1119         Ensure O(n) worst-case complexity of c_strstr.
1120         * lib/c-strstr.c: Include stdbool.h, string.h.
1121         (knuth_morris_pratt): New function.
1122         (c_strstr): Add some bookkeeping. Invoke knuth_morris_pratt when the
1123         bookkeeping indicates that it's worth it.
1124         * modules/c-strstr (Depends-on): Add stdbool, strnlen.
1125
1126         * lib/c-strstr.c: Complete rewrite for maintainability.
1127
1128         * modules/c-strstr-tests: New file.
1129         * tests/test-c-strstr.c: New file.
1130
1131 2007-02-11  Bruno Haible  <bruno@clisp.org>
1132
1133         * m4/javacomp.m4 (gt_JAVACOMP): Work around a 'tr' bug in coreutils
1134         5.2.1 and earlier, whereby \055 was treated just like the range
1135         delimiter '-'.
1136         Reported by Joel E. Denny <jdenny@ces.clemson.edu>.
1137
1138 2007-02-08  Bruno Haible  <bruno@clisp.org>
1139
1140         * modules/regex (Depends-on): Add stdbool.
1141         Reported by Dalibor Topic <robilad@kaffe.org>.
1142
1143 2007-02-05  Paul Eggert  <eggert@cs.ucla.edu>
1144
1145         * m4/regex.m4 (gl_REGEX): Check for glibc bug #3957.
1146         Prefer returning from main to exiting from it.
1147         Remove unnecessary parens after sizeof.
1148
1149 2007-02-05  Bruno Haible  <bruno@clisp.org>
1150
1151         New module mbssep.
1152         * modules/mbssep: New file.
1153         * lib/mbssep.c: New file.
1154         * lib/string_.h (strsep): Add a conditional link warning.
1155         (mbssep): New declaration.
1156         * m4/mbssep.m4: New file.
1157         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
1158         GNULIB_MBSSEP.
1159         * modules/string (string.h): Also substitute GNULIB_MBSSEP.
1160         * MODULES.html.sh (Internationalization functions): Add mbssep.
1161
1162 2007-02-05  Bruno Haible  <bruno@clisp.org>
1163
1164         * lib/strsep.c (strsep): Fix actions in case of no delimiters.
1165         Optimize search in case of 1 delimiter.
1166
1167 2007-02-05  Paolo Bonzini  <bonzini@gnu.org>
1168
1169         * lib/acl.h: Include sys/types.h before sys/acl.h.
1170
1171 2007-02-05  Paolo Bonzini  <bonzini@gnu.org>
1172
1173         Merge upstream fix for glibc bugzilla #3957:
1174
1175         2007-02-05  Jakub Jelinek  <jakub@redhat.com>
1176
1177         * lib/regcomp.c (parse_bracket_exp): Set '\n' bit rather than '\0'
1178         bit for RE_HAT_LISTS_NOT_NEWLINE.
1179         (build_charclass_op): Remove bogus comment.
1180
1181 2007-02-05  Simon Josefsson  <simon@josefsson.org>
1182
1183         * lib/gc.h, lib/gc-libgcrypt.c: Support SHA-256/384/512.
1184
1185 2007-02-04  Paul Eggert  <eggert@cs.ucla.edu>
1186
1187         * lib/getsubopt.c [!_LIBC]: Include config.h and getsubopt.h.
1188         * lib/memmem.c [!defined _LIBC]: Include config.h.
1189
1190 2007-02-04  Bruno Haible  <bruno@clisp.org>
1191
1192         * lib/string_.h (GL_LINK_WARNING2): Put the word "warning:" into the
1193         warning message.
1194
1195 2007-02-04  Bruno Haible  <bruno@clisp.org>
1196
1197         New module mbstok_r.
1198         * modules/mbstok_r: New file.
1199         * lib/mbstok_r.c: New file.
1200         * lib/string_.h (strtok_r): Change argument names to match the
1201         comments. Add a conditional link warning.
1202         (mbstok_r): New declaration.
1203         * m4/mbstok_r.m4: New file.
1204         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
1205         GNULIB_MBSTOK_R.
1206         * modules/string (string.h): Also substitute GNULIB_MBSTOK_R.
1207         * MODULES.html.sh (Internationalization functions): Add mbstok_r.
1208
1209 2007-02-04  Bruno Haible  <bruno@clisp.org>
1210
1211         New module mbsspn.
1212         * modules/mbsspn: New file.
1213         * lib/mbsspn.c: New file.
1214         * lib/string_.h (strspn): Add a conditional link warning.
1215         (mbsspn): New declaration.
1216         * m4/mbsspn.m4: New file.
1217         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
1218         GNULIB_MBSSPN.
1219         * modules/string (string.h): Also substitute GNULIB_MBSSPN.
1220         * MODULES.html.sh (Internationalization functions): Add mbsspn.
1221
1222 2007-02-04  Bruno Haible  <bruno@clisp.org>
1223
1224         New module mbspbrk.
1225         * modules/mbspbrk: New file.
1226         * lib/mbspbrk.c: New file.
1227         * lib/string_.h (strpbrk): Add a conditional link warning.
1228         (mbspbrk): New declaration.
1229         * m4/mbspbrk.m4: New file.
1230         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
1231         GNULIB_MBSPBRK.
1232         * modules/string (string.h): Also substitute GNULIB_MBSPBRK.
1233         * MODULES.html.sh (Internationalization functions): Add mbspbrk.
1234
1235 2007-02-04  Bruno Haible  <bruno@clisp.org>
1236
1237         New module mbscspn.
1238         * modules/mbscspn: New file.
1239         * lib/mbscspn.c: New file.
1240         * lib/string_.h (strcspn): Add a conditional link warning.
1241         (mbscspn): New declaration.
1242         * m4/mbscspn.m4: New file.
1243         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
1244         GNULIB_MBSCSPN.
1245         * modules/string (string.h): Also substitute GNULIB_MBSCSPN.
1246         * MODULES.html.sh (Internationalization functions): Add mbscspn.
1247
1248 2007-02-04  Bruno Haible  <bruno@clisp.org>
1249
1250         New module mbscasestr, reduced goal of strcasestr.
1251         * modules/mbscasestr: New file.
1252         * lib/mbscasestr.c: New file, copied from lib/strcasestr.c.
1253         (mbscasestr): Renamed from strcasestr.
1254         * lib/strcasestr.c: Don't include mbuiter.h.
1255         (strcasestr): Remove support for multibyte locales.
1256         * lib/string_.h (strcasestr): Don`t rename. Declare only if missing.
1257         Change the conditional link warning.
1258         (mbscasestr): New declaration.
1259         * m4/mbscasestr.m4: New file.
1260         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR): Enable the replacement only if
1261         the system does not have strcasestr. Set HAVE_STRCASESTR instead of
1262         REPLACE_STRCASESTR.
1263         (gl_PREREQ_STRCASESTR): Don't require gl_FUNC_MBRTOWC.
1264         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Initialize
1265         HAVE_STRCASESTR instead of REPLACE_STRCASESTR.
1266         (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize GNULIB_MBSCASESTR.
1267         * modules/string (string.h): Also substitute GNULIB_MBSCASESTR.
1268         Substitute HAVE_STRCASESTR instead of REPLACE_STRCASESTR.
1269         * modules/strcasestr (Files): Remove m4/mbrtowc.m4.
1270         (Depends-on): Remove mbuiter.
1271         * MODULES.html.sh (Internationalization functions): Add mbscasestr.
1272
1273 2007-02-04  Bruno Haible  <bruno@clisp.org>
1274
1275         Simplify handling of strncasecmp.
1276         * lib/string_.h (strncasecmp): Remove test for GNULIB_STRCASE. Change
1277         the conditional link warning.
1278         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Initialize
1279         HAVE_STRCASECMP, not REPLACE_STRCASECMP.
1280         (gl_STRING_MODULE_INDICATOR_DEFAULTS): Don't initialize GNULIB_STRCASE.
1281         * modules/strcase (configure.ac): Don't invoke
1282         gl_STRING_MODULE_INDICATOR.
1283         * modules/string (string.h): Don't substitute GNULIB_STRCASE.
1284
1285 2007-02-04  Bruno Haible  <bruno@clisp.org>
1286
1287         New module mbscasecmp, reduced goal of strcasecmp.
1288         * modules/mbscasecmp: New file.
1289         * lib/mbscasecmp.c: New file, copied from lib/strcasecmp.c.
1290         (mbscasecmp): Renamed from strcasecmp.
1291         * lib/strcasecmp.c: Don't include mbuiter.h.
1292         (strcasecmp): Remove support for multibyte locales.
1293         * lib/string_.h (strcasecmp): Don`t rename. Declare only if missing.
1294         Change the conditional link warning.
1295         (mbscasecmp): New declaration.
1296         * m4/mbscasecmp.m4: New file.
1297         * m4/strcase.m4 (gl_FUNC_STRCASECMP): Enable the replacement only if
1298         the system lacks strcasecmp. Set HAVE_STRCASECMP instead of
1299         REPLACE_STRCASECMP.
1300         (gl_PREREQ_STRCASECMP): Don't require gl_FUNC_MBRTOWC.
1301         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
1302         GNULIB_MBSCASECMP.
1303         * modules/string (string.h): Also substitute GNULIB_MBSCASECMP.
1304         Substitute HAVE_STRCASECMP instead of REPLACE_STRCASECMP.
1305         * modules/strcase (Files): Remove m4/mbrtowc.m4.
1306         (Depends-on): Remove mbuiter.
1307         * MODULES.html.sh (Internationalization functions): Add mbscasecmp.
1308
1309 2007-02-04  Bruno Haible  <bruno@clisp.org>
1310
1311         New module mbsstr. Remove module strstr.
1312         * modules/mbsstr: New file.
1313         * modules/strstr: Remove file.
1314         * lib/mbsstr.c: Renamed from lib/strstr.c.
1315         (mbsstr): Renamed from strstr.
1316         * lib/string_.h (strstr): Remove declaration. Change the conditional
1317         link warning.
1318         (mbsstr): New declaration.
1319         * m4/mbsstr.m4: New file.
1320         * m4/strstr.m4: Remove file.
1321         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Don't initialize
1322         REPLACE_STRSTR.
1323         (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize GNULIB_MBSSTR.
1324         Don't initialize GNULIB_STRSTR.
1325         * modules/string (string.h): Also substitute GNULIB_MBSSTR. Don't
1326         substitute GNULIB_STRSTR and REPLACE_STRSTR.
1327         * MODULES.html.sh (Internationalization functions): Add mbsstr.
1328         (Support for systems lacking ANSI C 89): Remove strstr.
1329
1330 2007-02-04  Bruno Haible  <bruno@clisp.org>
1331
1332         New module mbsrchr.
1333         * modules/mbsrchr: New file.
1334         * lib/mbsrchr.c: New file.
1335         * lib/string_.h (strrchr): Add a conditional link warning.
1336         (mbsrchr): New declaration.
1337         * m4/mbsrchr.m4: New file.
1338         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
1339         GNULIB_MBSRCHR.
1340         * modules/string (string.h): Also substitute GNULIB_MBSRCHR.
1341         * MODULES.html.sh (Internationalization functions): Add mbsrchr.
1342
1343 2007-02-04  Bruno Haible  <bruno@clisp.org>
1344
1345         New module mbschr.
1346         * modules/mbschr: New file.
1347         * lib/mbschr.c: New file.
1348         * lib/string_.h (strchr): Add a conditional link warning.
1349         (mbschr): New declaration.
1350         * m4/mbschr.m4: New file.
1351         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
1352         GNULIB_MBSCHR.
1353         * modules/string (string.h): Also substitute GNULIB_MBSCHR.
1354         * MODULES.html.sh (Internationalization functions): Add mbschr.
1355
1356 2007-02-04  Paul Eggert  <eggert@cs.ucla.edu>
1357
1358         * lib/stdbool_.h: Mention that bool bit-fields aren't supported.
1359
1360         * modules/stdarg (configure.ac-early): Require AC_PROG_CC_STDC.
1361
1362 2007-02-04  Bruno Haible  <bruno@clisp.org>
1363
1364         New module description section 'configure.ac-early'.
1365         * gnulib-tool (sed_extract_prog): Recognize configure.ac-early.
1366         (func_get_autoconf_early_snippet): New function.
1367         (func_import, func_create_testdir): Use it. Remove special cases for
1368         modules 'extensions' and 'lock'.
1369         * modules/extensions (configure.ac-early): Require
1370         gl_USE_SYSTEM_EXTENSIONS.
1371         * modules/lock (configure.ac-early): Require gl_LOCK_EARLY.
1372
1373 2007-02-04  Bruno Haible  <bruno@clisp.org>
1374
1375         Make use of gcj-4.3's -fsource and -ftarget option.
1376         * m4/javacomp.m4 (gt_JAVACOMP): Test whether gcj is in version >= 4.3,
1377         and if so try the options -fsource and -ftarget.
1378         * lib/javacomp.c (compile_using_gcj): Add fsource_option,
1379         source_version, ftarget_option, target_version arguments.
1380         (is_envjavac_gcj43, is_envjavac_gcj43_usable): New functions.
1381         (is_envjavac_oldgcj_14_14_usable): Renamed from
1382         is_envjavac_gcj_14_14_usable.
1383         (is_envjavac_oldgcj_14_13_usable): Renamed from
1384         is_envjavac_gcj_14_13_usable.
1385         (is_gcj_present): Update.
1386         (is_gcj_43, is_gcj43_usable): New functions.
1387         (is_oldgcj_14_14_usable): Renamed from is_gcj_14_14_usable. Update.
1388         (is_oldgcj_14_13_usable): Renamed from is_gcj_14_13_usable. Update.
1389         (compile_java_class): Test whether gcj is in version >= 4.3, and if so
1390         try the options -fsource and -ftarget.
1391
1392 2007-02-03  Paul Eggert  <eggert@cs.ucla.edu>
1393
1394         * lib/xalloc.h (x2nrealloc): Fix an unlikely bug in the overflow
1395         checking code.  Set N = ceil (1.5 * N) rather than to a slightly
1396         larger value.
1397
1398 2007-02-03  Jim Meyering  <jim@meyering.net>
1399
1400         Give tools a better chance to allocate space for very large buffers.
1401         * lib/xalloc.h (x2nrealloc): Use 3/2, not 2, as buffer size factor.
1402
1403         Make pwd and readlink work also when run with an unreadable parent dir
1404         on systems with openat support.
1405         * lib/getcwd.c (__getcwd) [HAVE_PARTLY_WORKING_GETCWD]: Use the system
1406         provided getcwd function, even when we have openat support.
1407         Reported by Dmitry V. Levin in <http://bugzilla.redhat.com/227168>.
1408
1409 2007-02-02  Bruno Haible  <bruno@clisp.org>
1410
1411         * lib/string_.h (memmem, mempcpy, memrchr, stpcpy, stpncpy, strchrnul,
1412         strdup, strndup, strnlen, strpbrk, strsep, strtok_r): Provoke a link
1413         error only if GNULIB_POSIXCHECK is defined. Needed to avoid artificial
1414         portability problems if one of these functions is only used on specific
1415         platforms.
1416         Reported by Paul Eggert.
1417
1418 2007-02-02  Paul Eggert  <eggert@cs.ucla.edu>
1419
1420         Avoid mempcpy in the regex code, as the string.h mempcpy stuff
1421         is causing more trouble than it's curing.
1422         * lib/regex_internal.h (__mempcpy): Remove.
1423         * lib/regcomp.c (regerror): Rewrite to avoid the need for mempcpy
1424         (and make the code a tad smaller to boot).
1425         * m4/regex.m4 (gl_PREREQ_REGEX): Don't check for mempcpy.
1426
1427 2007-02-02  Jim Meyering  <jim@meyering.net>
1428
1429         * modules/arpa_inet: Put AC_PROG_MKDIR_P in the configure.ac:
1430         section, not in the Makefile.am: one.
1431
1432 2007-02-02  Eric Blake  <ebb9@byu.net>
1433
1434         * lib/strchrnul.c: Always include config.h first.
1435
1436         * modules/mountlist (Depends-on): Revert 2007-01-31 change,
1437         gnulib strstr is not necessary here.
1438
1439 2007-02-02  Simon Josefsson  <simon@josefsson.org>
1440
1441         * m4/socklen.m4: Fix typo.
1442
1443 2007-02-02  Eric Blake  <ebb9@byu.net>
1444
1445         * modules/arpa_inet (Makefile.am): Use MKDIR_P to avoid races.
1446         * modules/netinet_in (Makefile.am): Likewise.
1447
1448 2007-02-01  Bruno Haible  <bruno@clisp.org>
1449
1450         * lib/string_.h (GL_LINK_WARNING): New macro.
1451         (strcasecmp, strstr, strcasestr): If provided by the system,
1452         conditionally define as a macro that leads to a warning instead of to
1453         an error.
1454         (strncasecmp): Conditionally define as a macro that leads to a warning.
1455
1456 2007-02-01  Karl Berry  <karl@gnu.org>
1457
1458         * config/srclist.txt (strtok_r.c): lose sync, no more strtok_r.h.
1459
1460 2007-02-01  Bruno Haible  <bruno@clisp.org>
1461
1462         * MODULES.html.sh (Unicode string functions): Update after 2007-01-27
1463         renamings.
1464
1465 2007-02-01  Eric Blake  <ebb9@byu.net>
1466
1467         * modules/regex (Depends-on): Revert dependence on mempcpy.
1468         * lib/regex_internal.h [! _LIBC && !__mempcpy]: Undo string
1469         module's definition of mempcpy.
1470         Reported by Paul Eggert.
1471
1472 2007-02-01  Paul Eggert  <eggert@cs.ucla.edu>
1473
1474         * lib/string_.h: If the gnulib module XYZ is not present, undefine
1475         the symbol XYZ before redefining it.  This fixes a problem with
1476         programs that don't use XYZ, when compiled on systems that define
1477         XYZ to something else.
1478
1479 2007-01-31  Paul Eggert  <eggert@cs.ucla.edu>
1480
1481         * lib/mkdir-p.c (make_dir_parents): Close a race condition that
1482         occurs when "mkdir -m foo" creates a setgid directory that is (1)
1483         writeable to group or other and (2) is intended to have a special
1484         mode bit that is set or cleared.  In such a case, the directory
1485         should be neither group- nor other-writeable until the special
1486         mode bits are right.
1487
1488 2007-01-31  Eric Blake  <ebb9@byu.net>
1489
1490         * modules/mountlist (Depends-on): Add strstr.
1491
1492         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR): Correct m4 usage
1493         bug.
1494         * modules/string (Makefile.am): Remove redundant replacement.
1495         * modules/regex (Depends-on): Add mempcpy.
1496
1497 2007-01-31  Bruno Haible  <bruno@clisp.org>
1498
1499         New module description field 'Link'.
1500         * gnulib-tool (func_usage): Document --extract-link-directive.
1501         (sed_extract_prog): Recognize 'Link' directive.
1502         (func_get_link_directive): New function.
1503         (func_import): Show summary of link directives.
1504         Handle --extract-link-directive option.
1505         * modules/acl (Link): New section.
1506         * modules/clock-time (Link): New section.
1507         * modules/euidaccess (Link): New section.
1508         * modules/gettext (Link): New section.
1509         * modules/iconv (Link): New section.
1510         * modules/lock (Link): New section.
1511         * modules/nanosleep (Link): New section.
1512         * modules/readline (Link): New section.
1513
1514 2007-01-27  Bruno Haible  <bruno@clisp.org>
1515
1516         Enforce the use of gnulib modules for unportable <string.h> functions.
1517         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR): New macro.
1518         (gl_STRING_MODULE_INDICATOR_DEFAULTS): New macro.
1519         (gl_HEADER_STRING_H_BODY): Require it.
1520         * lib/string_.h: If the gnulib module XYZ is not present, redefine
1521         the symbol XYZ to one that gives a link error.
1522         * modules/string (Makefile.am): Also substitute the GNULIB_* variables.
1523         * modules/memmem (configure.ac): Invoke gl_STRING_MODULE_INDICATOR.
1524         * modules/mempcpy (configure.ac): Likewise.
1525         * modules/memrchr (configure.ac): Likewise.
1526         * modules/stpcpy (configure.ac): Likewise.
1527         * modules/stpncpy (configure.ac): Likewise.
1528         * modules/strcase (configure.ac): Likewise.
1529         * modules/strcasestr (configure.ac): Likewise.
1530         * modules/strchrnul (configure.ac): Likewise.
1531         * modules/strdup (configure.ac): Likewise.
1532         * modules/strndup (configure.ac): Likewise.
1533         * modules/strnlen (configure.ac): Likewise.
1534         * modules/strpbrk (configure.ac): Likewise.
1535         * modules/strsep (configure.ac): Likewise.
1536         * modules/strstr (configure.ac): Likewise.
1537         * modules/strtok_r (configure.ac): Likewise.
1538
1539 2007-01-31  Jean-Louis Martineau  <martineau@zmanda.com>  (tiny change)
1540
1541         * lib/gai_strerror.c (values): Add EAI_OVERFLOW.
1542
1543 2007-01-30  Jim Meyering  <jim@meyering.net>
1544
1545         * lib/mpsort.c (mpsort): Remove spurious "return" in void function.
1546
1547 2007-01-29  Bruno Haible  <bruno@clisp.org>
1548
1549         * lib/allocsa.h: Use '#if HAVE_*' instead of '#ifdef HAVE_*'.
1550         * lib/execute.c: Likewise.
1551         * lib/pipe.c: Likewise.
1552         * lib/printf-args.h: Likewise.
1553         * lib/printf-args.c: Likewise.
1554         * lib/printf-parse.c: Likewise.
1555         * lib/vasnprintf.c: Likewise.
1556
1557 2007-01-29  Eric Blake  <ebb9@byu.net>
1558
1559         * lib/memrchr.c: Assume <string.h> unconditionally, to pull in
1560         declaration.
1561
1562 2007-01-29  Paul Eggert  <eggert@cs.ucla.edu>
1563
1564         * lib/strptime.h (strptime): Use 'restrict' for args where
1565         POSIX requires this.
1566         * lib/strptime.c (strptime): Likewise.
1567         Change license notice from LGPL to GPL, since gnulib-tool will
1568         change this as needed.
1569         Include <config.h> if _LIBC is not defined, not if HAVE_CONFIG_H is
1570         defined.
1571         Include "strptime.h" first, to check interface.
1572         Do not #undef _LIBC and _NL_CURRENT.
1573         Do not include <stdlib.h>; no longer needed.
1574         Include "time_r.h" and declare ptime_locale_status
1575         only if _LIBC is not defined.
1576         (__P): Remove unused macro.
1577         (match_string): Bring back glibc version, but use it only if _LIBC
1578         is defined.
1579         (__strptime_internal): Compile tm_gmtoff code if _LIBC is defined, too.
1580         Remove unnecessary assertion and abort() call.
1581         Use #ifdef _NL_CURRENT rather than #if 0, for benefit of glibc.
1582         * m4/strptime.m4: Fix serial number comment.
1583         (gl_FUNC_STRPTIME): Require AC_C_RESTRICT, gl_TM_GMTOFF.
1584         * modules/strptime (Files): Add m4/tm_gmtoff.m4.
1585         (Depends-on): Add time_r.
1586
1587 2007-01-29  Bruno Haible  <bruno@clisp.org>
1588
1589         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
1590         strptime.
1591         * modules/strptime (Depends-on): Add stdbool.
1592         * lib/strptime.h: Include <time.h> always. Add comments.
1593
1594 2007-01-29  Yoann Vandoorselaere  <yoann@prelude-ids.org>
1595
1596         * modules/strptime: New file.
1597         * lib/strptime.h: New file.
1598         * lib/strptime.c: New file.
1599         * m4/strptime.m4: New file.
1600
1601 2007-01-28  Paul Eggert  <eggert@cs.ucla.edu>
1602
1603         * MODULES.html.sh: New module mpsort.
1604         * lib/mpsort.c, lib/mpsort.h, m4/mpsort.m4, modules/mpsort: New files.
1605
1606         * lib/regex.h (_Restrict_): Renamed from __restrict, to avoid
1607         a circularity problem with HP-UX ia64 reported by Bob Proulx in
1608         <http://lists.gnu.org/archive/html/bug-gnulib/2007-01/msg00394.html>.
1609         All uses changed.
1610         (_Restrict_arr_): Renamed from __restrict_arr, for similar reasons.
1611         All uses changed.
1612         * lib/regcomp.c, lib/regexec.c: Change all uses from __restrict
1613         to _Restrict_.
1614         * lib/regexec.c (regexec): Declare pmatch with _Restrict_arr_, so that
1615         the parameter matches the prototype.
1616
1617 2007-01-28  Jim Meyering  <jim@meyering.net>
1618
1619         * modules/sys_time (Makefile.am) [MOSTLYCLEANFILES]: Do use
1620         sys/time.h here, reverting that part of the previous patch:
1621         <http://thread.gmane.org/gmane.comp.lib.gnulib.bugs/8959>.
1622
1623 2007-01-28  Bruno Haible  <bruno@clisp.org>
1624
1625         * modules/sys_time (Makefile.am): Build sys/time.h only when it's the
1626         value of $(SYS_TIME_H).
1627         [MOSTLYCLEANFILES]: Now that sys/time.h is created only when needed,
1628         remove it conditionally, too. [added by Jim Meyering]
1629         * m4/sys_time_h.m4 (gl_HEADER_SYS_TIME_H_BODY): Set SYS_TIME_H.
1630         * m4/gettimeofday.m4 (gl_FUNC_GETTIMEOFDAY):
1631         (gl_FUNC_GETTIMEOFDAY_CLOBBER): Set SYS_TIME_H when setting
1632         GETTIMEOFDAY_REPLACEMENT to 1.
1633
1634 2007-01-28  Bruno Haible  <bruno@clisp.org>
1635
1636         * m4/unistd_h.m4 (gl_HEADER_UNISTD_DEFAULTS): New macro.
1637         (gl_HEADER_UNISTD): Require it. Don't set UNISTD_H to empty here.
1638         * m4/fchdir.m4 (gl_FUNC_FCHDIR): Require gl_HEADER_UNISTD_DEFAULTS.
1639         Set UNISTD_H instead of UNISTD_H2.
1640         * modules/fchdir (BUILT_SOURCES): Drop $(UNISTD_H2).
1641
1642 2007-01-28  Bruno Haible  <bruno@clisp.org>
1643
1644         * modules/mbchar (Makefile.am): Add mbchar.c to lib_SOURCES.
1645         * m4/mbchar.m4 (gl_MBCHAR): Remove AC_LIBOBJ invocation.
1646
1647 2007-01-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1648
1649         * gnulib-tool (func_emit_lib_Makefile_am, func_add_or_update)
1650         (func_create_testdir): Ensure C locale for `grep' and `tr'
1651         character ranges.
1652         (func_create_megatestdir): Avoid one `grep'.  Fix bug in
1653         ACLOCAL_AMFLAGS parsing state machine.
1654
1655 2007-01-27  Bruno Haible  <bruno@clisp.org>
1656
1657         * modules/unistr/base: Update.
1658
1659 2007-01-27  Bruno Haible  <bruno@clisp.org>
1660
1661         Rename u32-mbtouc -> u32-mbtouc-unsafe, u32-mbtouc-safe -> u32-mbtouc,
1662         u32_mbtouc -> u32_mbtouc_unsafe, u32_mbtouc_safe -> u32_mbtouc.
1663         * modules/unistr/u32-mbtouc-unsafe: Renamed from
1664         modules/unistr/u32-mbtouc.
1665         * lib/unistr/u32-mbtouc-unsafe.c: Renamed from lib/unistr/u32-mbtouc.c.
1666         * lib/unistr.h: Update.
1667         * lib/linebreak.c: Update.
1668         * modules/unistr/u32-mbtouc: Renamed from
1669         modules/unistr/u32-mbtouc-safe.
1670         * lib/unistr/u32-mbtouc.c: Renamed from lib/unistr/u32-mbtouc-safe.c.
1671         * lib/unistr.h: Update.
1672         * lib/unistr/u32-to-u8.c: Update.
1673         * lib/unistr/u32-to-u16.c: Update.
1674
1675 2007-01-27  Bruno Haible  <bruno@clisp.org>
1676
1677         Rename utf16-ucs4 -> utf16-ucs4-unsafe, utf16-ucs4-safe -> utf16-ucs4,
1678         u16_mbtouc -> u16_mbtouc_unsafe, u16_mbtouc_safe -> u16_mbtouc.
1679         * modules/utf16-ucs4-unsafe: Renamed from modules/utf16-ucs4.
1680         * lib/utf16-ucs4-unsafe.h: Renamed from lib/utf16-ucs4.h.
1681         * lib/unistr/utf16-ucs4-unsafe.c: Renamed from lib/unistr/utf16-ucs4.c.
1682         * modules/unistr/u16-mbtouc-unsafe: Renamed from
1683         modules/unistr/u16-mbtouc.
1684         * lib/unistr/u16-mbtouc-unsafe.c: Renamed from lib/unistr/u16-mbtouc.c.
1685         * lib/unistr.h: Update.
1686         * lib/linebreak.c: Update.
1687         * modules/linebreak: Update.
1688         * modules/utf16-ucs4: Renamed from modules/utf16-ucs4-safe.
1689         * lib/utf16-ucs4.h: Renamed from lib/utf16-ucs4-safe.h.
1690         * lib/unistr/utf16-ucs4.c: Renamed from lib/unistr/utf16-ucs4-safe.c.
1691         * modules/unistr/u16-mbtouc: Renamed from
1692         modules/unistr/u16-mbtouc-safe.
1693         * lib/unistr/u16-mbtouc.c: Renamed from lib/unistr/u16-mbtouc-safe.c.
1694         * lib/unistr.h: Update.
1695         * lib/unistr/u16-to-u8.c: Update.
1696         * modules/unistr/u16-to-u8: Update.
1697         * lib/unistr/u16-to-u32.c: Update.
1698         * modules/unistr/u16-to-u32: Update.
1699
1700 2007-01-27  Bruno Haible  <bruno@clisp.org>
1701
1702         Rename utf8-ucs4 -> utf8-ucs4-unsafe, utf8-ucs4-safe -> utf8-ucs4,
1703         u8_mbtouc -> u8_mbtouc_unsafe, u8_mbtouc_safe -> u8_mbtouc.
1704         * modules/utf8-ucs4-unsafe: Renamed from modules/utf8-ucs4.
1705         * lib/utf8-ucs4-unsafe.h: Renamed from lib/utf8-ucs4.h.
1706         * lib/unistr/utf8-ucs4-unsafe.c: Renamed from lib/unistr/utf8-ucs4.c.
1707         * modules/unistr/u8-mbtouc-unsafe: Renamed from
1708         modules/unistr/u8-mbtouc.
1709         * lib/unistr/u8-mbtouc-unsafe.c: Renamed from lib/unistr/u8-mbtouc.c.
1710         * lib/unistr.h: Update.
1711         * lib/striconveh.c: Update.
1712         * modules/striconveh: Update.
1713         * lib/linebreak.c: Update.
1714         * modules/linebreak: Update.
1715         * modules/utf8-ucs4: Renamed from modules/utf8-ucs4-safe.
1716         * lib/utf8-ucs4.h: Renamed from lib/utf8-ucs4-safe.h.
1717         * lib/unistr/utf8-ucs4.c: Renamed from lib/unistr/utf8-ucs4-safe.c.
1718         * modules/unistr/u8-mbtouc: Renamed from modules/unistr/u8-mbtouc-safe.
1719         * lib/unistr/u8-mbtouc.c: Renamed from lib/unistr/u8-mbtouc-safe.c.
1720         * lib/unistr.h: Update.
1721         * lib/striconveh.c: Update.
1722         * modules/striconveh: Update.
1723         * lib/unistr/u8-to-u16.c: Update.
1724         * modules/unistr/u8-to-u16: Update.
1725         * lib/unistr/u8-to-u32.c: Update.
1726         * modules/unistr/u8-to-u32: Update.
1727
1728 2007-01-27  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1729
1730         Sync from Libtool.
1731         * lib/argz.c: Do not include strings.h nor memory.h, include
1732         string.h unconditionally.  Patch by Simon Josefsson.
1733
1734 2007-01-27  Bruno Haible  <bruno@clisp.org>
1735
1736         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): New macro, extracted
1737         from gl_HEADER_STRING_H_BODY.
1738         (gl_HEADER_STRING_H_BODY): Require it.
1739         * m4/memmem.m4 (gl_FUNC_MEMMEM): Require gl_HEADER_STRING_H_DEFAULTS.
1740         * m4/mempcpy.m4 (gl_FUNC_MEMPCPY): Likewise.
1741         * m4/memrchr.m4 (gl_FUNC_MEMRCHR): Likewise.
1742         * m4/stpcpy.m4 (gl_FUNC_STPCPY): Likewise.
1743         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Likewise.
1744         * m4/strcase.m4 (gl_FUNC_STRCASECMP, gl_FUNC_STRNCASECMP): Likewise.
1745         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR): Likewise.
1746         * m4/strchrnul.m4 (gl_FUNC_STRCHRNUL): Likewise.
1747         * m4/strdup.m4 (gl_FUNC_STRDUP): Likewise.
1748         * m4/strndup.m4 (gl_FUNC_STRNDUP): Likewise.
1749         * m4/strnlen.m4 (gl_FUNC_STRNLEN): Likewise.
1750         * m4/strpbrk.m4 (gl_FUNC_STRPBRK): Likewise.
1751         * m4/strsep.m4 (gl_FUNC_STRSEP): Likewise.
1752         * m4/strstr.m4 (gl_FUNC_STRSTR): Likewise.
1753         * m4/strtok_r.m4 (gl_FUNC_STRTOK_R): Likewise.
1754
1755 2007-01-27  Bruno Haible  <bruno@clisp.org>
1756
1757         * gnulib-tool (func_emit_lib_Makefile_am): If $for_test is true, turn
1758         check_PROGRAMS into noinst_PROGRAMS.
1759         (func_emit_tests_Makefile_am): Likewise. Also don't initialize
1760         check_PROGRAMS in this case.
1761         (func_import): Set for_test to false.
1762         (func_create_testdir): Set for_test to true.
1763
1764 2007-01-27  Yoann Vandoorselaere <yoann.v@prelude-ids.com>
1765             Bruno Haible  <bruno@clisp.org>
1766
1767         * modules/strcasestr (Files): Remove lib/strcasestr.h.
1768         (Depends-on): Add string.
1769         (Includes): Use <string.h> instead of strcasestr.h.
1770         * modules/string (Makefile.am): Also substitute the value of
1771         REPLACE_STRCASESTR.
1772         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR): Don't define strcasestr here;
1773         assume strcasestr is declared in <string.h> not <strings.h>. Also
1774         set REPLACE_STRCASESTR.
1775         * m4/string_h.m4 (gl_HEADER_STRING_H_BODY): Provide a default value for
1776         REPLACE_STRCASESTR.
1777         * lib/strcasestr.h: Remove file.
1778         * lib/strcasestr.c: Include <string.h> instead of strcasestr.h.
1779         * lib/string_.h (strcasestr): New declaration.
1780
1781 2007-01-27  Bruno Haible  <bruno@clisp.org>
1782
1783         * lib/string_.h: Use 'extern'.
1784
1785 2007-01-27  Jim Meyering  <jim@meyering.net>
1786
1787         * lib/regex_internal.c (re_string_reconstruct): Remove declaration
1788         of set-but-not-used local, "q".
1789
1790         * lib/mempcpy.c: Include <config.h> before <string.h>.
1791         This fixes a compilation error on HP-UX, due to the system's
1792         "restrict"-using mempcpy prototype.
1793
1794 2007-01-26  Bruno Haible  <bruno@clisp.org>
1795
1796         Small optimization.
1797         * lib/javacomp.c: Include c-strstr.h.
1798          (is_envjavac_gcj): Use c_strstr instead of strstr.
1799         * modules/javacomp (Depends-on): Add c-strstr, remove strstr.
1800
1801 2007-01-26  Bruno Haible  <bruno@clisp.org>
1802
1803         * MODULES.html.sh (Unicode string functions): Add the new modules.
1804
1805         * modules/uniconv/u32-strconv-to-locale: New file.
1806         * lib/uniconv/u32-strconv-to-locale.c: New file.
1807
1808         * modules/uniconv/u16-strconv-to-locale: New file.
1809         * lib/uniconv/u16-strconv-to-locale.c: New file.
1810
1811         * modules/uniconv/u8-strconv-to-locale: New file.
1812         * lib/uniconv/u8-strconv-to-locale.c: New file.
1813
1814         * modules/uniconv/u32-strconv-from-locale: New file.
1815         * lib/uniconv/u32-strconv-from-locale.c: New file.
1816
1817         * modules/uniconv/u16-strconv-from-locale: New file.
1818         * lib/uniconv/u16-strconv-from-locale.c: New file.
1819
1820         * modules/uniconv/u8-strconv-from-locale: New file.
1821         * lib/uniconv/u8-strconv-from-locale.c: New file.
1822
1823         * modules/uniconv/u32-strconv-to-enc: New file.
1824         * lib/uniconv/u32-strconv-to-enc.c: New file.
1825         * modules/uniconv/u32-strconv-to-enc-tests: New file.
1826         * tests/uniconv/test-u32-strconv-to-enc.c: New file.
1827
1828         * modules/uniconv/u16-strconv-to-enc: New file.
1829         * lib/uniconv/u16-strconv-to-enc.c: New file.
1830         * lib/uniconv/u-strconv-to-enc.h: New file.
1831         * modules/uniconv/u16-strconv-to-enc-tests: New file.
1832         * tests/uniconv/test-u16-strconv-to-enc.c: New file.
1833
1834         * modules/uniconv/u8-strconv-to-enc: New file.
1835         * lib/uniconv/u8-strconv-to-enc.c: New file.
1836         * modules/uniconv/u8-strconv-to-enc-tests: New file.
1837         * tests/uniconv/test-u8-strconv-to-enc.c: New file.
1838
1839         * modules/uniconv/u32-strconv-from-enc: New file.
1840         * lib/uniconv/u32-strconv-from-enc.c: New file.
1841         * modules/uniconv/u32-strconv-from-enc-tests: New file.
1842         * tests/uniconv/test-u32-strconv-from-enc.c: New file.
1843
1844         * modules/uniconv/u16-strconv-from-enc: New file.
1845         * lib/uniconv/u16-strconv-from-enc.c: New file.
1846         * modules/uniconv/u16-strconv-from-enc-tests: New file.
1847         * tests/uniconv/test-u16-strconv-from-enc.c: New file.
1848
1849         * modules/uniconv/u8-strconv-from-enc: New file.
1850         * lib/uniconv/u8-strconv-from-enc.c: New file.
1851         * lib/uniconv/u-strconv-from-enc.h: New file.
1852         * modules/uniconv/u8-strconv-from-enc-tests: New file.
1853         * tests/uniconv/test-u8-strconv-from-enc.c: New file.
1854
1855         * modules/uniconv/u32-conv-from-enc: New file.
1856         * lib/uniconv/u32-conv-from-enc.c: New file.
1857         * modules/uniconv/u32-conv-from-enc-tests: New file.
1858         * tests/uniconv/test-u32-conv-from-enc.c: New file.
1859
1860         * modules/uniconv/u16-conv-from-enc: New file.
1861         * lib/uniconv/u16-conv-from-enc.c: New file.
1862         * lib/uniconv/u-conv-from-enc.h: New file.
1863         * modules/uniconv/u16-conv-from-enc-tests: New file.
1864         * tests/uniconv/test-u16-conv-from-enc.c: New file.
1865
1866         * modules/uniconv/u8-conv-from-enc: New file.
1867         * lib/uniconv/u8-conv-from-enc.c: New file.
1868         * modules/uniconv/u8-conv-from-enc-tests: New file.
1869         * tests/uniconv/test-u8-conv-from-enc.c: New file.
1870
1871         * modules/uniconv/base: New file.
1872         * lib/uniconv.h: New file.
1873
1874 2007-01-26  Paul Eggert  <eggert@cs.ucla.edu>
1875
1876         * doc/gnulib-tool.texi (Initial import): Update to match current
1877         behavior with strdup module.
1878         * lib/.cppi-disable: Remove strcase.h, strdup.h, strndup.h, strnlen.h.
1879         * lib/memmem.h: Remove; all uses removed.  This is now done
1880         by <string.h>.
1881         * lib/mempcpy.h: Likewise.
1882         * lib/memrchr.h: Likewise.
1883         * lib/stpcpy.h: Likewise.
1884         * lib/stpncpy.h: Likewise.
1885         * lib/strcase.h: Likewise.
1886         * lib/strchrnul.h: Likewise.
1887         * lib/strdup.h: Likewise.
1888         * lib/strndup.h: Likewise.
1889         * lib/strnlen.h: Likewise.
1890         * lib/strpbrk.h: Likewise.
1891         * lib/strsep.h: Likewise.
1892         * lib/strstr.h: Likewise.
1893         * lib/strtok_r.h: Likewise.
1894         * lib/string_.h: New file.
1895         * lib/argp-namefrob.h: Don't include no-longer-existent include files.
1896         Rely on <string.h> instead.
1897         * lib/canon-host.c: Likewise.
1898         * lib/chdir-long.c: Likewise.
1899         * lib/concatpath.c: Likewise.
1900         * lib/exclude.c: Likewise.
1901         * lib/fchdir.c: Likewise.
1902         * lib/getaddrinfo.c: Likewise.
1903         * lib/getcwd.c: Likewise.
1904         * lib/getsubopt.c: Likewise.
1905         * lib/glob.c: Likewise.
1906         * lib/hard-locale.c: Likewise.
1907         * lib/iconvme.c: Likewise.
1908         * lib/javacomp.c: Likewise.
1909         * lib/mempcpy.c: Likewise.
1910         * lib/memrchr.c: Likewise.
1911         * lib/regex_internal.h: Likewise.
1912         * lib/stpncpy.c: Likewise.
1913         * lib/strcasecmp.c: Likewise.
1914         * lib/strchrnul.c: Likewise.
1915         * lib/strdup.c: Likewise.
1916         * lib/striconv.c: Likewise.
1917         * lib/striconveh.c: Likewise.
1918         * lib/striconveha.c: Likewise.
1919         * lib/strncasecmp.c: Likewise.
1920         * lib/strndup.c: Likewise.
1921         * lib/strnlen.c: Likewise.
1922         * lib/strsep.c: Likewise.
1923         * lib/strstr.c: Likewise.
1924         * lib/strtok_r.c: Likewise.
1925         * lib/userspec.c: Likewise.
1926         * lib/w32spawn.h: Likewise.
1927         * lib/xstrndup.c: Likewise.
1928         * lib/mountlist.c (strstr): Remove decl.
1929         * m4/string_h.m4: New file.
1930         * m4/memmem.m4 (gl_FUNC_MEMMEM): Set HAVE_DECL_MEMMEM if necessary.
1931         * m4/mempcpy.m4 (gl_FUNC_MEMPCPY): Set HAVE_MEMPCPY if necessary.
1932         * m4/memrchr.m4 (gl_FUNC_MEMRCHR): Set HAVE_MEMRCHR
1933         * m4/stpcpy.m4 (gl_FUNC_STPCPY): Set HAVE_STPCPY if necessary.
1934         * m4/stpncpy.m4 (gl_PREREQ_STPNCPY): Set HAVE_STPNCPY if necessary.
1935         * m4/strcase.m4 (gl_FUNC_STRCASECMP):
1936         Set REPLACE_STRCASECMP if necessary.
1937         (gl_FUNC_STRNCASECMP): Set HAVE_DECL_STRNCASECMP if necessary.
1938         * m4/strchrnul.m4 (gl_FUNC_STRCHRNUL): Set HAVE_STRCHRNUL if necessary.
1939         * m4/strdup.m4 (gl_FUNC_STRDUP): Set HAVE_DECL_STRDUP if necessary.
1940         * m4/strndup.m4 (gl_FUNC_STRNDUP): Set HAVE_DECL_STRNLEN and
1941         HAVE_DECL_STRDUP if necessary.
1942         (gl_PREREQ_STRNLEN): Don't bother to check for strnlen decl,
1943         since gl_FUNC_STRNDUP does that now.
1944         * m4/strnlen.m4 (gl_FUNC_STRNLEN): Set HAVE_DECL_STRNLEN if necessary.
1945         Check for decl here...
1946         (gl_PREREQ_STRNLEN): ... not here.
1947         * m4/strpbrk.m4 (gl_FUNC_STRPBRK): Set HAVE_STRPBRK if necessary.
1948         * m4/strsep.m4 (gl_FUNC_STRSEP): Set HAVE_STRSEP if necessary.
1949         * m4/strstr.m4 (gl_FUNC_STRSTR): Set REPLACE_STRSTR if necessary.
1950         * m4/strtok_r.m4 (gl_FUNC_STRTOK_R): Set HAVE_DECL_STRTOK_R if
1951         necessary.
1952         * modules/string: New file.
1953         * modules/memmem (Files): Remove special-purpose include file.
1954         (Depends-on): Add string.
1955         (Include): Include <string.h>, not the removed file.
1956         * modules/mempcpy: Likewise.
1957         * modules/memrchr: Likewise.
1958         * modules/stpcpy: Likewise.
1959         * modules/stpncpy: Likewise.
1960         * modules/strcase: Likewise.
1961         * modules/strchrnul: Likewise.
1962         * modules/strdup: Likewise.
1963         * modules/strndup: Likewise.
1964         * modules/strnlen: Likewise.
1965         * modules/strpbrk: Likewise.
1966         * modules/strsep: Likewise.
1967         * modules/strstr: Likewise.
1968         * modules/strtok_r: Likewise.
1969         * tests/test-dirname.c: Don't include "strdup.h", since
1970         <string.h> now suffices.
1971         * tests/test-memmem.c: Don't include "memmem.h", since
1972         <string.h> now suffices.
1973
1974 2007-01-25  Bruno Haible  <bruno@clisp.org>
1975
1976         * lib/striconveh.c (mem_cd_iconveh_internal): Ignore *lengthp if
1977         *resultp is 0.
1978
1979         * lib/unistr/u16-to-u8.c (u16_to_u8): Fix u8_uctomb invocation.
1980         * lib/unistr/u32-to-u8.c (u32_to_u8): Likewise.
1981         * lib/unistr/u8-to-u16.c (u8_to_u16): Fix u16_uctomb invocation.
1982         * lib/unistr/u32-to-u16.c (u32_to_u16): Likewise.
1983
1984         * modules/unistr/u8-to-u16 (Depends-on): Add missing modules.
1985         * modules/unistr/u8-to-u32 (Depends-on): Add missing modules.
1986         * modules/unistr/u16-to-u8 (Depends-on): Add missing modules.
1987         * modules/unistr/u16-to-u32 (Depends-on): Add missing modules.
1988         * modules/unistr/u32-to-u8 (Depends-on): Add missing modules.
1989         * modules/unistr/u32-to-u16 (Depends-on): Add missing modules.
1990
1991 2007-01-24  Bruno Haible  <bruno@clisp.org>
1992
1993         Don't AC_REQUIRE autoconf macros that invoke AC_LIBOBJ. See
1994         <http://lists.gnu.org/archive/html/bug-gnulib/2006-10/msg00279.html>.
1995         * m4/argp.m4 (gl_ARGP): Invoke, don't require, gl_GETOPT_SUBSTITUTE.
1996         * m4/fts.m4 (gl_FUNC_FTS, gl_FUNC_FTS_LGPL): Invoke, don't require,
1997         gl_FUNC_FTS_CORE.
1998         (gl_FUNC_FTS_CORE): Invoke, don't require, gl_FUNC_OPENAT.
1999         * m4/lstat.m4 (gl_FUNC_LSTAT): Invoke, don't require,
2000         AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK.
2001         * m4/memcmp.m4 (gl_FUNC_MEMCMP): Invoke, don't require, AC_FUNC_MEMCMP.
2002         * m4/mktime.m4 (gl_FUNC_MKTIME): Invoke, don't require, AC_FUNC_MKTIME.
2003         * m4/openat.m4 (gl_FUNC_OPENAT): Invoke, don't require,
2004         gl_FUNC_FCHOWNAT.
2005         * m4/strftime.m4 (gl_FUNC_GNU_STRFTIME): Invoke, don't require,
2006         gl_FUNC_STRFTIME.
2007         * m4/strtod.m4 (gl_FUNC_STRTOD): Invoke, don't require, AC_FUNC_STRTOD.
2008         Reported by Ralf Wildenhues.
2009
2010 2007-01-24  Bruno Haible  <bruno@clisp.org>
2011
2012         Drop AC_REQUIRE calls that are redundant with the module dependencies.
2013         * m4/canon-host.m4 (gl_PREREQ_CANON_HOST): Don't require
2014         gl_GETADDRINFO.
2015         * m4/chdir-long.m4 (gl_PREREQ_CHDIR_LONG): Don't require AM_STDBOOL_H,
2016         gl_FUNC_MEMPCPY, gl_FUNC_OPENAT, gl_FUNC_MEMRCHR.
2017         * m4/openat.m4 (gl_PREREQ_OPENAT): Don't require gl_SAVE_CWD.
2018
2019 2007-01-24  Paul Eggert  <eggert@cs.ucla.edu>
2020
2021         * m4/fnmatch.m4 (_AC_FUNC_FNMATCH_IF): Add test for glibc bug 361.
2022         Don't use 'exit'; just return from 'main'.
2023         (_AC_LIBOBJ_FNMATCH): Check for headers and functions just once.
2024
2025         * lib/fnmatch_.h: Readjust white space and comments to match
2026         glibc, to avoid spurious diffs.
2027
2028 2007-01-23  Paul Eggert  <eggert@cs.ucla.edu>
2029
2030         * lib/fnmatch_loop.c (internal_fnmatch) [!_LIBC]: #if-out the
2031         2004-12-01 change by Jakub Jelinek, since this code won't compile
2032         if !LIBC.  Problem reported by Bob Proulx.
2033
2034 2007-01-23  Bruno Haible  <bruno@clisp.org>
2035
2036         * lib/striconveh.c: Include c-strcaseeq.h.
2037         (mem_iconveh, str_iconveh): Use STRCASEEQ instead of c_strcasecmp.
2038         * modules/striconveh (Depends-on): Add c-strcaseeq.
2039
2040 2007-01-23  Bruno Haible  <bruno@clisp.org>
2041
2042         * MODULES.html.sh (String handling): Add streq, c-strcaseeq.
2043
2044         * modules/c-strcaseeq: New file.
2045         * lib/c-strcaseeq.h: New file.
2046
2047         * modules/streq: New file.
2048         * lib/streq.h: New file.
2049
2050 2007-01-23  Bruno Haible  <bruno@clisp.org>
2051
2052         * modules/striconveha-tests: New file.
2053         * tests/test-striconveha.c: New file.
2054
2055         * lib/striconveha.h: Include <stdbool.h>.
2056         (mem_iconveha, str_iconveha): Add 'transliterate' argument.
2057         * lib/striconveha.c: Include allocsa.h, strdup.h, c-strcase.h.
2058         (mem_iconveha_notranslit): Renamed from mem_iconveha.
2059         (mem_iconveha): New function.
2060         (str_iconveha_notranslit): Renamed from str_iconveha.
2061         (str_iconveha): New function.
2062         * modules/striconveha (Depends-on): Add stdbool, allocsa, strdup,
2063         c-strcase.
2064
2065 2007-01-23  Bruno Haible  <bruno@clisp.org>
2066
2067         * lib/striconveha.c (mem_iconveha): Fix endless recursion. Try all
2068         encodings without forgiving before trying any encoding with handler.
2069         (str_iconveha): Try all encodings without forgiving before trying any
2070         encoding with handler.
2071
2072 2007-01-23  Paul Eggert  <eggert@cs.ucla.edu>
2073
2074         Import the following changes from libc.
2075
2076         2005-10-14  Ulrich Drepper  <drepper@redhat.com>
2077
2078         * lib/fnmatch_loop.c: Adjust for changed secondary hash function.
2079
2080         2004-12-01  Jakub Jelinek  <jakub@redhat.com>
2081
2082         * lib/fnmatch_loop.c (internal_fnmatch): Clear is_seqval after
2083         normal_bracket label.
2084
2085         2004-09-01  Jakub Jelinek  <jakub@redhat.com>
2086
2087         [BZ #361]
2088         * lib/fnmatch_loop.c (FCT): For backslash between brackets, branch
2089         to normal_bracket after fetching the next character.
2090
2091 2007-01-22  Bruno Haible  <bruno@clisp.org>
2092
2093         * lib/striconveh.h (mem_cd_iconveh, mem_iconveh): Add 'offsets'
2094         argument.
2095         * lib/striconveh.c (iconv_carefully_1): New function.
2096         (mem_cd_iconveh_internal, mem_cd_iconveh, mem_iconveh): Add 'offsets'
2097         argument.
2098         (str_cd_iconveh): Update.
2099         * lib/striconveha.h (mem_iconveha): Add 'offsets' argument.
2100         * lib/striconveha.c (mem_iconveha): Add 'offsets' argument.
2101         * tests/test-striconveh.c (MAGIC): New macro.
2102         (new_offsets): New function.
2103         (main): Test call with and without offsets.
2104
2105 2007-01-22  Bruno Haible  <bruno@clisp.org>
2106
2107         * modules/sys_stat (Makefile.am): Use @MKDIR_P@ instead of $(MKDIR_P).
2108         * modules/sys_select (Makefile.am): Likewise.
2109         * modules/sys_socket (Makefile.am): Likewise.
2110         * modules/sys_time (Makefile.am): Likewise.
2111
2112 2007-01-22  Paul Eggert  <eggert@cs.ucla.edu>
2113
2114         * modules/gettimeofday (License): Change from GPL to LGPL, since
2115         gettimeofday is a library function.
2116
2117 2007-01-22  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
2118
2119         * lib/poll.c (rpl_poll): Don't check against FD_SETSIZE under Win32.
2120
2121 2007-01-21  Bruno Haible  <bruno@clisp.org>
2122
2123         * m4/gnulib-common.m4 (AC_PROG_MKDIR_P): New macro.
2124
2125 2007-01-21  Bruno Haible  <bruno@clisp.org>
2126
2127         * modules/striconveha: New file.
2128         * lib/striconveha.h: New file.
2129         * lib/striconveha.c: New file.
2130         * MODULES.html.sh (Internationalization functions): Add striconveha.
2131         * lib/striconv.c (str_iconv): Optimize the case of an empty input
2132         string.
2133         * lib/striconveh.c (mem_iconveh, str_iconveh): Likewise.
2134
2135 2007-01-21  Bruno Haible  <bruno@clisp.org>
2136
2137         * lib/striconv.c (str_iconv): Guarantee errno is set when strdup fails.
2138         * lib/striconveh.c (str_iconveh): Likewise.
2139
2140 2007-01-21  Bruno Haible  <bruno@clisp.org>
2141
2142         * lib/striconveh.h (mem_iconveh): New declaration.
2143         * lib/striconveh.c (mem_iconveh): New function.
2144         * tests/test-striconveh.c (main): Add tests for mem_iconveh.
2145
2146 2007-01-21  Bruno Haible  <bruno@clisp.org>
2147
2148         * lib/xstriconv.h (xmem_cd_iconv): Change specification.
2149
2150         * lib/striconveh.h (mem_cd_iconveh): Change specification.
2151         * lib/striconveh.c (mem_cd_iconveh): Don't free the user-supplied
2152         original result buffer.
2153         (str_cd_iconveh): Update.
2154         * tests/test-striconveh.c (main): Update.
2155
2156         * lib/striconv.h (mem_cd_iconv): Change specification.
2157         * lib/striconv.c (mem_cd_iconv): Don't free the user-supplied original
2158         result buffer.
2159         (str_cd_iconv): Update.
2160         * tests/test-striconv.c (main): Update.
2161
2162 2007-01-21  Bruno Haible  <bruno@clisp.org>
2163
2164         * gnulib-tool: Fix test whether sed is GNU sed supporting --posix.
2165
2166 2007-01-20  Jim Meyering  <jim@meyering.net>
2167
2168         * lib/userspec.c (parse_with_separator): If a user or group string
2169         starts with "+", skip the corresponding name-to-ID look-up, since
2170         such a look-up must fail: user and group names may not include "+".
2171
2172 2007-01-19  Paul Eggert  <eggert@cs.ucla.edu>
2173
2174         * lib/poll.c: Include sys/time.h and time.h unconditionally,
2175         since we now assume the sys_time module.
2176         * m4/poll.m4 (gl_PREREQ_POLL): Don't require AC_HEADER_TIME or
2177         check for sys/time.h; no longer needed.
2178         * modules/poll (Depends-on): Depend on sys_time.
2179
2180 2007-01-18  Bruno Haible  <bruno@clisp.org>
2181
2182         * m4/mktime.m4 (AC_FUNC_MKTIME): Remove test for <sys/time.h>.
2183         * m4/strftime.m4 (gl_FUNC_STRFTIME): Likewise.
2184
2185         * m4/tempname.m4 (gl_PREREQ_TEMPNAME): Remove tests for sys/time.h and
2186         gettimeofday.
2187
2188         * tests/test-gettimeofday.c: Include <time.h>.
2189         (dummy): Remove variable.
2190
2191         * m4/sys_time_h.m4 (gl_HEADER_SYS_TIME_H_BODY): Renamed from
2192         gl_HEADER_SYS_TIME_H.
2193         (gl_HEADER_SYS_TIME_H): New macro.
2194
2195         * lib/sys_time_.h: Test GETTIMEOFDAY_REPLACEMENT instead of
2196         HAVE_GETTIMEOFDAY_POSIX_SIGNATURE and GETTIMEOFDAY_CLOBBERS_LOCALTIME.
2197         * m4/gettimeofday.m4 (gl_FUNC_GETTIMEOFDAY,
2198         gl_FUNC_GETTIMEOFDAY_CLOBBER): Set GETTIMEOFDAY_REPLACEMENT instead of
2199         HAVE_GETTIMEOFDAY_POSIX_SIGNATURE and GETTIMEOFDAY_CLOBBERS_LOCALTIME.
2200         * m4/sys_time_h.m4 (gl_HEADER_SYS_TIME_H): Initialize
2201         GETTIMEOFDAY_REPLACEMENT instead of HAVE_GETTIMEOFDAY_POSIX_SIGNATURE
2202         and GETTIMEOFDAY_CLOBBERS_LOCALTIME.
2203         * modules/sys_time (sys/time.h): Substitute GETTIMEOFDAY_REPLACEMENT
2204         instead of HAVE_GETTIMEOFDAY_POSIX_SIGNATURE and
2205         GETTIMEOFDAY_CLOBBERS_LOCALTIME.
2206
2207         * m4/gettimeofday.m4 (gl_GETTIMEOFDAY_REPLACE_LOCALTIME): Undo the
2208         last change; it caused a compilation error when cross-compiling to
2209         Cygwin.
2210
2211 2007-01-18  Jim Meyering  <jim@meyering.net>
2212
2213         Use "$(MKDIR_P) sys", not race-prone "test -d sys || mkdir sys".
2214         * modules/sys_stat (Makefile.am): Use "$(MKDIR_P) sys", rather
2215         than the race-prone "test -d sys || mkdir sys".
2216         (configure.ac): Use AC_PROG_MKDIR_P.
2217         * modules/sys_select: Likewise.
2218         * modules/sys_socket: Likewise.
2219         * modules/sys_time: Likewise.
2220
2221 2007-01-18  Eric Blake  <ebb9@byu.net>
2222
2223         * m4/gettimeofday.m4 (gl_GETTIMEOFDAY_REPLACE_LOCALTIME): Also
2224         replace gettimeofday.
2225         * lib/gettimeofday.c (rpl_gettimeofday): Declare with replacement
2226         name, to avoid infinite recursion.
2227
2228 2007-01-17  Paul Eggert  <eggert@cs.ucla.edu>
2229
2230         * MODULES.html.sh (Support for systems lacking POSIX:2001): New
2231         module sys_time.
2232         * lib/gethrxtime.c: Include <sys/time.h>, since we can no longer
2233         assume timespec.h defines struct timeval.
2234         * lib/settime.c: Likewise.
2235         * lib/utimens.c: Likewise.
2236         * lib/gettime.c (gettime): Remove test against HAVE_GETTIMEOFDAY,
2237         since we now assume the gettimeofday module.
2238         * lib/tempname.c (__gen_tempname): Likewise.
2239         * lib/gettimeofday.h: Remove.
2240         * lib/gettimeofday.c: Include <sys/time.h> instead of "gettimeofday.h".
2241         Don't include <sys/types.h> and <stdlib.h>; shouldn't be needed.
2242         Include <time.h>, for 'time()'.
2243         (localtime_buffer_addr): Also use this workaround if
2244         TZSET_CLOBBERS_LOCALTIME.  Set to a dummy static variable by default,
2245         to simplify the uses.  All uses changed.
2246         (localtime, gmtime, tzset, gettimeofday): Reformat slightly so
2247         that #undef is inside {}, and 'const' follows type name consistently.
2248         (tzset): Define replacement only if TZSET_CLOBBERS_LOCALTIME.
2249         (gettimeofday): Do not use the maximum possible value for
2250         tv->tv_usec, since that might break usages other than ls.c.
2251         Instead, we'll leave ls.c alone.  This undoes today's patch
2252         by Bruno.  Add a compile-time warning for 1s-clock resolution;
2253         we've never observed the problem but might as well keep the
2254         canary.
2255         * lib/nanosleep.c: Include timespec.h first, for interface check.
2256         * lib/nanosleep.c: Include <sys/time.h> unconditionally, since we
2257         now assume the sys_time module.
2258         * lib/tempname.c: Likewise.
2259         * lib/timespec.h: Likewise.
2260         * lib/nanosleep.c: Don't worry about TIME_WITH_SYS_TIME; no longer
2261         needed.
2262         * lib/strftime.c: Likewise.
2263         * lib/timespec.h: Likewise.
2264         * lib/posixtm.c: Include posixtm.h first, for interface check.
2265         Don't worry about TM_IN_SYS_TIME; that's wayyy obsolete.
2266         * lib/posixtm.h: Include stdbool.h and time.h, for proper interface.
2267         * lib/strftime.c: Don't include <sys/types.h>; shouldn't be needed.
2268         * lib/sys_time_.h: New file.
2269         * lib/timespec.h (struct timespec): Use long int, not long.
2270         * m4/gettimeofday.m4 (gl_FUNC_GETTIMEOFDAY):
2271         (gl_FUNC_GETTIMEOFDAY_CLOBBER, gl_PREREQ_GETTIMEOFDAY):
2272         Remove obsolescent call to AC_HEADER_TIME.
2273         * m4/mktime.m4 (AC_FUNC_MKTIME): Likewise.
2274         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Likewise.
2275         * m4/strftime.m4 (gl_FUNC_STRFTIME): Likewise.
2276         * m4/timespec.m4 (gl_TIMESPEC, gl_CHECK_TYPE_STRUCT_TIMESPEC):
2277         Likewise.
2278         * m4/tzset.m4 (gl_FUNC_TZSET_CLOBBER): Likewise.
2279         * m4/utimbuf.m4 (gl_CHECK_TYPE_STRUCT_UTIMBUF): Likewise.
2280         * m4/gettimeofday.m4 (gl_FUNC_GETTIMEOFDAY): Move sys/time.h tests
2281         into the sys_time module.  Check for gettimeofday just once.
2282         Prefix our variables with gl_, not with ac_ or jm_.  Tighten test
2283         for gettimeofday signature to just check the signature.  Merely
2284         compile it, since linking doesn't test signature.  Improve test for
2285         whether gettimeofday.o is actually needed.
2286         (gl_FUNC_GETTIMEOFDAY_CLOBBER): Renamed from
2287         AC_FUNC_GETTIMEOFDAY_CLOBBER.  All uses changed.  Use
2288         AC_RUN_IFELSE rather than AC_TRY_RUN.  If clobbering, set
2289         and define GETTIMEOFDAY_CLOBBERS_LOCALTIME.
2290         (gl_GETTIMEOFDAY_REPLACE_LOCALTIME): Don't define
2291         GETTIMEOFDAY_CLOBBERS_LOCALTIME; that's gl_FUNC_GETTIMEOFDAY_CLOBBER's
2292         job.  Don't define tzset; that's gl_FUNC_TZSET_CLOBBER's job.
2293         * m4/mktime.m4 (AC_FUNC_MKTIME): Just include <time.h> rather
2294         than worrying about sys/time.h.
2295         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP):
2296         Don't bother worrying about TIME_WITH_SYS_TIME.
2297         * m4/stat-time.m4 (gl_STAT_TIME): Likewise.
2298         * m4/posixtm.m4 (gl_POSIXTM): Remove obsolescent call to AC_STRUCT_TM.
2299         * m4/sys_time_h.m4: New file.
2300         * m4/tzset.m4 (gl_FUNC_TZSET_CLOBBER): Require gl_HEADER_SYS_TIME_H.
2301         Don't include sys/time.h.  Return from main rather than exiting.
2302         Define TZSET_CLOBBERS_LOCALTIME, for consistency with other names;
2303         all uses changed.
2304         * modules/gethrxtime (Depends-on): Add sys_time.
2305         * modules/gettime (Depends-on): Likewise.
2306         * modules/gettimeofday (Depends-on): Likewise.
2307         * modules/nanosleep (Depends-on): Likewise.
2308         * modules/settime (Depends-on): Likewise.
2309         * modules/tempname (Depends-on): Likewise.
2310         * modules/utimens (Depends-on): Likewise.
2311         * modules/gettimeofday (Files): Remove lib/gettimeofday.h.
2312         (Include:) Change back to <sys/time.h>.
2313         (Maintainer:) Add self.
2314         * modules/sys_time: New file.
2315         * modules/tempname (Depends-on): Add gettimeofday.
2316         * tests/test-gettimeofday.c: Include <sys/time.h>
2317         rather than gettimeofday.h.
2318
2319 2007-01-17  Bruno Haible  <bruno@clisp.org>
2320
2321         * gnulib-tool (func_get_license): Revert last patch. Instead, let
2322         the license default to GPL.
2323         (func_create_testdir): Don't complain if a module is LGPL and its
2324         tests module depends on GPLed modules.
2325
2326 2007-01-17  Bruno Haible  <bruno@clisp.org>
2327
2328         * lib/gettimeofday.c (gettimeofday): Add code for the case
2329         HAVE_GETTIMEOFDAY && !GETTIMEOFDAY_CLOBBERS_LOCALTIME. Use the
2330         maximum possible value for tv->tv_usec, rather than the minimum one.
2331
2332 2005-10-08  Martin Lambers  <marlam@marlam.de>
2333 2005-10-08  Paul Eggert  <eggert@cs.ucla.edu>
2334 2007-01-16  Bruno Haible  <bruno@clisp.org>
2335
2336         * modules/gettimeofday (Files): Add lib/gettimeofday.h.
2337         (configure.ac): Remove AC_FUNC_GETTIMEOFDAY_CLOBBER. Add
2338         gl_FUNC_GETTIMEOFDAY.
2339         (Include): Add gettimeofday.h.
2340         * m4/gettimeofday.m4 (gl_FUNC_GETTIMEOFDAY): New macro.
2341         (AC_FUNC_GETTIMEOFDAY_CLOBBER): Don't invoke gl_PREREQ_GETTIMEOFDAY.
2342         (gl_GETTIMEOFDAY_REPLACE_LOCALTIME): Define
2343         GETTIMEOFDAY_CLOBBERS_LOCALTIME. Invoke gl_PREREQ_GETTIMEOFDAY here.
2344         (gl_PREREQ_GETTIMEOFDAY): Check for <sys/timeb.h> and _ftime.
2345         * lib/gettimeofday.h: New file.
2346         * lib/gettimeofday.c: Include <sys/timeb.h>.
2347         (localtime_buffer_addr, rpl_localtime, rpl_gmtime, rpl_tzset): Define
2348         only if GETTIMEOFDAY_CLOBBERS_LOCALTIME.
2349         (rpl_gettimeofday) [!HAVE_GETTIMEOFDAY]: Use _ftime() when available;
2350         fall back on time().
2351
2352         * tests/test-gettimeofday.c: New file.
2353         * modules/gettimeofday-tests: New file.
2354
2355 2007-01-16  Eric Blake  <ebb9@byu.net>
2356
2357         * modules/fnmatch (Depends-on): Depend on wchar.
2358         * lib/fnmatch.c (WIDE_CHAR_SUPPORT): Assume <wchar.h>.
2359         * m4/fnmatch.m4: Likewise.
2360         * modules/mbchar (Makefile.am): Assume <wchar.h>.
2361         * m4/mbchar.m4: Likewise.
2362         * modules/mbswidth (Depends-on): Depend on wchar.
2363         * lib/mbswidth.c: Assume <wchar.h>.
2364         * m4/mbswidth.m4: Likewise.
2365         * modules/quotearg (Depends-on): Depend on wchar.
2366         * lib/quotearg.c: Assume <wchar.h>.
2367         * m4/quotearg.m4: Likewise.
2368         * modules/regex (Depends-on): Depend on wchar.
2369         * lib/regex_internal.h: Assume <wchar.h>.
2370         * m4/regex.m4: Likewise.
2371         * modules/stdint (Depends-on): Depend on wchar.
2372         * lib/stdint_.h [!defined WCHAR_MIN]: Assume <wchar.h>.
2373         * m4/stdint.m4: Likewise.
2374         * tests/test-stdint.c [HAVE_WINT_T]: Likewise.
2375         * modules/strftime (Depends-on): Depend on wchar.
2376         * lib/strftime.c (DO_MULTIBYTE): Assume <wchar.h>.
2377         * modules/strtol (Depends-on): Depend on wchar.
2378         * lib/strtol.c: Assume <wchar.h>.
2379         * modules/wcwidth (Depends-on): Depend on wchar.
2380         * lib/wcwidth.h: Assume <wchar.h>.
2381         * m4/wcwidth.m4: Likewise.
2382
2383 2007-01-16  Bruno Haible  <bruno@clisp.org>
2384
2385         * modules/csharpexec-script: New, created from...
2386         * modules/csharpexec: ... this.
2387
2388 2007-01-16  Paolo Bonzini  <bonzini@gnu.org>
2389
2390         * modules/javaexec-script: New, created from...
2391         * modules/javaexec: ... this.
2392
2393 2007-01-16  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
2394
2395         * modules/poll (Dependencies): Add sys_select.
2396
2397 2007-01-15  Jim Meyering  <jim@meyering.net>
2398
2399         * m4/readutmp.m4 (gl_READUTMP): Work around AIX 4.3 struct-
2400         redefinition bug when using both <utmp.h> and <utmpx.h> headers.
2401         * lib/readutmp.h: Likewise.  Reported by Daniel Richard G. in
2402         <http://article.gmane.org/gmane.comp.gnu.core-utils.bugs/9415>.
2403
2404 2007-01-15  Bruno Haible  <bruno@clisp.org>
2405
2406         * modules/striconveh: New file.
2407         * lib/striconveh.h: New file.
2408         * lib/striconveh.c: New file.
2409         * MODULES.html.sh (Internationalization functions): Add striconveh.
2410
2411         * modules/striconveh-tests: New file.
2412         * tests/test-striconveh.c: New file.
2413
2414 2007-01-15  Bruno Haible  <bruno@clisp.org>
2415
2416         * lib/striconv.c (str_cd_iconv): Use the first algorithm if iconv is
2417         not from GNU libiconv or GNU libc.
2418
2419 2007-01-15  Bruno Haible  <bruno@clisp.org>
2420
2421         * doc/gnulib-intro.texi (Copyright): Explain the different license
2422         terms for module descriptions, autoconf macros, tests, documentation.
2423
2424 2007-01-14  Bruno Haible  <bruno@clisp.org>
2425
2426         * modules/striconv-tests: New file.
2427         * tests/test-striconv.c: New file.
2428
2429 2007-01-14  Bruno Haible  <bruno@clisp.org>
2430
2431         * modules/iconv-tests: New file.
2432         * tests/test-iconv.c: New file.
2433
2434 2007-01-14  Bruno Haible  <bruno@clisp.org>
2435
2436         * gnulib-tool (func_get_license): For test modules, use the license of
2437         the main module.
2438
2439 2007-01-14  Bruno Haible  <bruno@clisp.org>
2440
2441         * modules/iconv (Include): Clarify that <iconv.h> can only be included
2442         if iconv is found to exist.
2443
2444 2007-01-14  Bruno Haible  <bruno@clisp.org>
2445
2446         * modules/c-ctype-tests: New file.
2447         * tests/test-c-ctype.c: New file.
2448
2449 2007-01-14  Bruno Haible  <bruno@clisp.org>
2450
2451         * modules/binary-io-tests: New file.
2452         * tests/test-binary-io.sh: New file.
2453         * tests/test-binary-io.c: New file.
2454
2455 2007-01-14  Bruno Haible  <bruno@clisp.org>
2456
2457         * modules/array-oset-tests: New file.
2458         * tests/test-array_oset.c: New file.
2459
2460 2007-01-14  Bruno Haible  <bruno@clisp.org>
2461
2462         * modules/array-list-tests: New file.
2463         * tests/test-array_list.c: New file.
2464
2465 2007-01-14  Bruno Haible  <bruno@clisp.org>
2466
2467         * gnulib-tool (func_create_testdir): Don't unnecessarily run configure
2468         and make.
2469         Reported by Simon Josefsson in
2470         <http://lists.gnu.org/archive/html/bug-gnulib/2007-01/msg00139.html>
2471
2472 2007-01-14  Bruno Haible  <bruno@clisp.org>
2473
2474         * modules/allocsa-tests: New file.
2475         * tests/test-allocsa.c: New file.
2476
2477 2007-01-14  Bruno Haible  <bruno@clisp.org>
2478
2479         * modules/fchdir (Depends-on): Add absolute-header.
2480         * modules/unistd (Depends-on): Likewise.
2481
2482 2006-12-30  Bruno Haible  <bruno@clisp.org>
2483
2484         * modules/fchdir: New file.
2485         * modules/unistd (Files): Add lib/unistd_.h.
2486         (Makefile.am): Generate unistd.h from unistd_.h.
2487         * lib/fchdir.c: New file.
2488         * lib/dirent_.h: New file.
2489         * lib/unistd_.h: New file.
2490         * lib/fcntl_.h (open) [FCHDIR_REPLACEMENT]: New replacement.
2491         * m4/fchdir.m4: New file.
2492         * m4/unistd_h.m4 (gl_PREREQ_UNISTD): New macro.
2493         (gl_HEADER_UNISTD): Invoke it.
2494         * lib/dup-safer.c (dup_safer) [FCHDIR_REPLACEMENT]: Use the dup
2495         function.
2496         * lib/backupfile.c (opendir, closedir): Undefine.
2497         * lib/chown.c (open, close): Undefine.
2498         * lib/clean-temp.c (open, close): Undefine.
2499         * lib/copy-file.c (open, close): Undefine.
2500         * lib/execute.c (open, close): Undefine.
2501         * lib/fsusage.c (open, close): Undefine.
2502         * lib/gc-gnulib.c (open, close): Undefine.
2503         * lib/getcwd.c (opendir, closedir): Undefine.
2504         * lib/glob.c (opendir, closedir): Undefine.
2505         * lib/javacomp.c (open, close): Undefine.
2506         * lib/mountlist.c (open, close, opendir, closedir): Undefine.
2507         * lib/openat-proc.c (open, close): Undefine.
2508         * lib/pagealign_alloc.c (open, close): Undefine.
2509         * lib/pipe.c (open, close): Undefine.
2510         * lib/progreloc.c (open, close): Undefine.
2511         * lib/savedir.c (opendir, closedir): Undefine.
2512         * lib/utime.c (open, close): Undefine.
2513         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add fchdir.
2514
2515 2007-01-10  Bruno Haible  <bruno@clisp.org>
2516
2517         * lib/striconv.c (mem_cd_iconv): Align the temporary buffer.
2518
2519 2007-01-12  Eric Blake  <ebb9@byu.net>
2520
2521         Provide a robust <wchar.h>.  Further simplifications are now
2522         possible in other modules, but not included here.
2523         * modules/wchar: New module.
2524         * m4/wchar.m4: New file.
2525         * lib/wchar_.h: Likewise.
2526         * modules/mbchar (Depends-on): Depend on wchar, as the first use
2527         of the new module.
2528         * MODULES.html.sh (Extended multibyte and wide character utilities):
2529         New section.
2530
2531 2007-01-12  Paul Eggert  <eggert@cs.ucla.edu>
2532
2533         * lib/xreadlink.c (SYMLINK_MAX) [!defined SYMLINK_MAX]: Define
2534         to a reasonable default for memory allocation.
2535         (xreadlink): Don't allocate a huge buffer, to work around a buggy
2536         file system that reports garbage st_size values for symlinks.
2537         Problem reported by Liyang Hu.
2538
2539 2007-01-11  Simon Josefsson  <simon@josefsson.org>
2540
2541         * gnulib-tool (func_all_modules): Exclude all .* files (e.g.,
2542         Emacs .#* auto-save files).
2543
2544 2007-01-11  Bruno Haible  <bruno@clisp.org>
2545
2546         * gnulib-tool (func_all_modules): Exclude all files inside the CVS
2547         directory.
2548
2549 2007-01-10  Paul Eggert  <eggert@cs.ucla.edu>
2550
2551         Use @...@ consistently in lib/wctype_.h.
2552         * lib/wctype_.h [HAVE_WINT_T]: Go back to using @...@, but rely
2553         on it being set to 1 or 0.
2554         * m4/wctype.m4 (gl_WCTYPE_H): Set HAVE_WINT_T to 1 or 0, and
2555         go back to AC_SUBSTing it.
2556         * modules/wctype (Makefile.am): Undo previous change.
2557
2558 2007-01-10  Eric Blake  <ebb9@byu.net>
2559
2560         * lib/wctype_.h [HAVE_WINT_T]: Rely on AC_DEFINE.
2561         * m4/wctype.m4 (gl_WCTYPE_H): No need to AC_SUBST(HAVE_WINT_T).
2562         * modules/wctype (Makefile.am): Likewise.
2563         Reported by Chris McGuire.
2564
2565 2007-01-10  Jim Meyering  <jim@meyering.net>
2566
2567         fts.c: a small readability/maintainability improvement
2568         * lib/fts.c (fts_read): Make this code slightly more readable and
2569         maintainable by hoisting the "sp->fts_cur = p" assignments to
2570         immediately follow the statements that set P.  Derived from
2571         the patch by Miloslav Trmac in http://bugzilla.redhat.com/222089.
2572
2573 2007-01-10  Eric Blake  <ebb9@byu.net>
2574
2575         * lib/wctype_.h [HAVE_WINT_T]: Include <stddef.h> before
2576         <wchar.h>, to work around BSDI bug in BSD/OS 4.0.1.
2577         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Likewise.
2578         * m4/wint_t.m4 (gt_TYPE_WINT_T): Likewise.
2579         Reported by Chris McGuire.
2580
2581 2007-01-09  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2582
2583         * gnulib-tool (func_all_modules): Use POSIX conforming escaping
2584         in sed script.
2585
2586 2007-01-09  Bruno Haible  <bruno@clisp.org>
2587
2588         * MODULES.html.sh: Accept options --cvs-urls, --git-urls.
2589         (repo_url_prefix, repo_url_suffix, repo_url_suffix_repl): New
2590         variables.
2591         (func_module): Use them.
2592
2593 2007-01-09  Bruno Haible  <bruno@clisp.org>
2594
2595         * modules/unistr/base: New file.
2596         * lib/unistr.h: New file.
2597
2598         * modules/unistr/u8-to-u16: New file.
2599         * lib/unistr/u8-to-u16.c: New file.
2600
2601         * modules/unistr/u8-to-u32: New file.
2602         * lib/unistr/u8-to-u32.c: New file.
2603
2604         * modules/unistr/u16-to-u8: New file.
2605         * lib/unistr/u16-to-u8.c: New file.
2606
2607         * modules/unistr/u16-to-u32: New file.
2608         * lib/unistr/u16-to-u32.c: New file.
2609
2610         * modules/unistr/u32-to-u8: New file.
2611         * lib/unistr/u32-to-u8.c: New file.
2612
2613         * modules/unistr/u32-to-u16: New file.
2614         * lib/unistr/u32-to-u16.c: New file.
2615
2616         * modules/unistr/u8-check: New file.
2617         * modules/unistr/u16-check: New file.
2618         * modules/unistr/u32-check: New file.
2619         * lib/unistr/u8-check.c: New file.
2620         * lib/unistr/u16-check.c: New file.
2621         * lib/unistr/u32-check.c: New file.
2622
2623         * modules/unistr/u8-chr: New file.
2624         * modules/unistr/u16-chr: New file.
2625         * modules/unistr/u32-chr: New file.
2626         * lib/unistr/u8-chr.c: New file.
2627         * lib/unistr/u16-chr.c: New file.
2628         * lib/unistr/u32-chr.c: New file.
2629
2630         * modules/unistr/u8-cmp: New file.
2631         * modules/unistr/u16-cmp: New file.
2632         * modules/unistr/u32-cmp: New file.
2633         * lib/unistr/u8-cmp.c: New file.
2634         * lib/unistr/u16-cmp.c: New file.
2635         * lib/unistr/u32-cmp.c: New file.
2636
2637         * modules/unistr/u8-cpy: New file.
2638         * modules/unistr/u16-cpy: New file.
2639         * modules/unistr/u32-cpy: New file.
2640         * lib/unistr/u8-cpy.c: New file.
2641         * lib/unistr/u16-cpy.c: New file.
2642         * lib/unistr/u32-cpy.c: New file.
2643         * lib/unistr/u-cpy.h: New file.
2644
2645         * modules/unistr/u8-cpy-alloc: New file.
2646         * modules/unistr/u16-cpy-alloc: New file.
2647         * modules/unistr/u32-cpy-alloc: New file.
2648         * lib/unistr/u8-cpy-alloc.c: New file.
2649         * lib/unistr/u16-cpy-alloc.c: New file.
2650         * lib/unistr/u32-cpy-alloc.c: New file.
2651         * lib/unistr/u-cpy-alloc.h: New file.
2652
2653         * modules/unistr/u8-endswith: New file.
2654         * modules/unistr/u16-endswith: New file.
2655         * modules/unistr/u32-endswith: New file.
2656         * lib/unistr/u8-endswith.c: New file.
2657         * lib/unistr/u16-endswith.c: New file.
2658         * lib/unistr/u32-endswith.c: New file.
2659         * lib/unistr/u-endswith.h: New file.
2660
2661         * modules/unistr/u8-mblen: New file.
2662         * modules/unistr/u16-mblen: New file.
2663         * modules/unistr/u32-mblen: New file.
2664         * lib/unistr/u8-mblen.c: New file.
2665         * lib/unistr/u16-mblen.c: New file.
2666         * lib/unistr/u32-mblen.c: New file.
2667
2668         * modules/unistr/u8-mbtouc: New file.
2669         * modules/unistr/u16-mbtouc: New file.
2670         * modules/unistr/u32-mbtouc: New file.
2671         * lib/unistr/u8-mbtouc.c: New file.
2672         * lib/unistr/u16-mbtouc.c: New file.
2673         * lib/unistr/u32-mbtouc.c: New file.
2674
2675         * modules/unistr/u8-mbtouc-safe: New file.
2676         * modules/unistr/u16-mbtouc-safe: New file.
2677         * modules/unistr/u32-mbtouc-safe: New file.
2678         * lib/unistr/u8-mbtouc-safe.c: New file.
2679         * lib/unistr/u16-mbtouc-safe.c: New file.
2680         * lib/unistr/u32-mbtouc-safe.c: New file.
2681
2682         * modules/unistr/u8-move: New file.
2683         * modules/unistr/u16-move: New file.
2684         * modules/unistr/u32-move: New file.
2685         * lib/unistr/u8-move.c: New file.
2686         * lib/unistr/u16-move.c: New file.
2687         * lib/unistr/u32-move.c: New file.
2688         * lib/unistr/u-move.h: New file.
2689
2690         * modules/unistr/u8-next: New file.
2691         * modules/unistr/u16-next: New file.
2692         * modules/unistr/u32-next: New file.
2693         * lib/unistr/u8-next.c: New file.
2694         * lib/unistr/u16-next.c: New file.
2695         * lib/unistr/u32-next.c: New file.
2696
2697         * modules/unistr/u8-prev: New file.
2698         * modules/unistr/u16-prev: New file.
2699         * modules/unistr/u32-prev: New file.
2700         * lib/unistr/u8-prev.c: New file.
2701         * lib/unistr/u16-prev.c: New file.
2702         * lib/unistr/u32-prev.c: New file.
2703
2704         * modules/unistr/u8-set: New file.
2705         * modules/unistr/u16-set: New file.
2706         * modules/unistr/u32-set: New file.
2707         * lib/unistr/u8-set.c: New file.
2708         * lib/unistr/u16-set.c: New file.
2709         * lib/unistr/u32-set.c: New file.
2710         * lib/unistr/u-set.h: New file.
2711
2712         * modules/unistr/u8-startswith: New file.
2713         * modules/unistr/u16-startswith: New file.
2714         * modules/unistr/u32-startswith: New file.
2715         * lib/unistr/u8-startswith.c: New file.
2716         * lib/unistr/u16-startswith.c: New file.
2717         * lib/unistr/u32-startswith.c: New file.
2718         * lib/unistr/u-startswith.h: New file.
2719
2720         * modules/unistr/u8-stpcpy: New file.
2721         * modules/unistr/u16-stpcpy: New file.
2722         * modules/unistr/u32-stpcpy: New file.
2723         * lib/unistr/u8-stpcpy.c: New file.
2724         * lib/unistr/u16-stpcpy.c: New file.
2725         * lib/unistr/u32-stpcpy.c: New file.
2726         * lib/unistr/u-stpcpy.h: New file.
2727
2728         * modules/unistr/u8-stpncpy: New file.
2729         * modules/unistr/u16-stpncpy: New file.
2730         * modules/unistr/u32-stpncpy: New file.
2731         * lib/unistr/u8-stpncpy.c: New file.
2732         * lib/unistr/u16-stpncpy.c: New file.
2733         * lib/unistr/u32-stpncpy.c: New file.
2734         * lib/unistr/u-stpncpy.h: New file.
2735
2736         * modules/unistr/u8-strcat: New file.
2737         * modules/unistr/u16-strcat: New file.
2738         * modules/unistr/u32-strcat: New file.
2739         * lib/unistr/u8-strcat.c: New file.
2740         * lib/unistr/u16-strcat.c: New file.
2741         * lib/unistr/u32-strcat.c: New file.
2742         * lib/unistr/u-strcat.h: New file.
2743
2744         * modules/unistr/u8-strchr: New file.
2745         * modules/unistr/u16-strchr: New file.
2746         * modules/unistr/u32-strchr: New file.
2747         * lib/unistr/u8-strchr.c: New file.
2748         * lib/unistr/u16-strchr.c: New file.
2749         * lib/unistr/u32-strchr.c: New file.
2750
2751         * modules/unistr/u8-strcmp: New file.
2752         * modules/unistr/u16-strcmp: New file.
2753         * modules/unistr/u32-strcmp: New file.
2754         * lib/unistr/u8-strcmp.c: New file.
2755         * lib/unistr/u16-strcmp.c: New file.
2756         * lib/unistr/u32-strcmp.c: New file.
2757
2758         * modules/unistr/u8-strcpy: New file.
2759         * modules/unistr/u16-strcpy: New file.
2760         * modules/unistr/u32-strcpy: New file.
2761         * lib/unistr/u8-strcpy.c: New file.
2762         * lib/unistr/u16-strcpy.c: New file.
2763         * lib/unistr/u32-strcpy.c: New file.
2764         * lib/unistr/u-strcpy.h: New file.
2765
2766         * modules/unistr/u8-strcspn: New file.
2767         * modules/unistr/u16-strcspn: New file.
2768         * modules/unistr/u32-strcspn: New file.
2769         * lib/unistr/u8-strcspn.c: New file.
2770         * lib/unistr/u16-strcspn.c: New file.
2771         * lib/unistr/u32-strcspn.c: New file.
2772         * lib/unistr/u-strcspn.h: New file.
2773
2774         * modules/unistr/u8-strdup: New file.
2775         * modules/unistr/u16-strdup: New file.
2776         * modules/unistr/u32-strdup: New file.
2777         * lib/unistr/u8-strdup.c: New file.
2778         * lib/unistr/u16-strdup.c: New file.
2779         * lib/unistr/u32-strdup.c: New file.
2780         * lib/unistr/u-strdup.h: New file.
2781
2782         * modules/unistr/u8-strlen: New file.
2783         * modules/unistr/u16-strlen: New file.
2784         * modules/unistr/u32-strlen: New file.
2785         * lib/unistr/u8-strlen.c: New file.
2786         * lib/unistr/u16-strlen.c: New file.
2787         * lib/unistr/u32-strlen.c: New file.
2788         * lib/unistr/u-strlen.h: New file.
2789
2790         * modules/unistr/u8-strmblen: New file.
2791         * modules/unistr/u16-strmblen: New file.
2792         * modules/unistr/u32-strmblen: New file.
2793         * lib/unistr/u8-strmblen.c: New file.
2794         * lib/unistr/u16-strmblen.c: New file.
2795         * lib/unistr/u32-strmblen.c: New file.
2796
2797         * modules/unistr/u8-strmbtouc: New file.
2798         * modules/unistr/u16-strmbtouc: New file.
2799         * modules/unistr/u32-strmbtouc: New file.
2800         * lib/unistr/u8-strmbtouc.c: New file.
2801         * lib/unistr/u16-strmbtouc.c: New file.
2802         * lib/unistr/u32-strmbtouc.c: New file.
2803
2804         * modules/unistr/u8-strncat: New file.
2805         * modules/unistr/u16-strncat: New file.
2806         * modules/unistr/u32-strncat: New file.
2807         * lib/unistr/u8-strncat.c: New file.
2808         * lib/unistr/u16-strncat.c: New file.
2809         * lib/unistr/u32-strncat.c: New file.
2810         * lib/unistr/u-strncat.h: New file.
2811
2812         * modules/unistr/u8-strncmp: New file.
2813         * modules/unistr/u16-strncmp: New file.
2814         * modules/unistr/u32-strncmp: New file.
2815         * lib/unistr/u8-strncmp.c: New file.
2816         * lib/unistr/u16-strncmp.c: New file.
2817         * lib/unistr/u32-strncmp.c: New file.
2818
2819         * modules/unistr/u8-strncpy: New file.
2820         * modules/unistr/u16-strncpy: New file.
2821         * modules/unistr/u32-strncpy: New file.
2822         * lib/unistr/u8-strncpy.c: New file.
2823         * lib/unistr/u16-strncpy.c: New file.
2824         * lib/unistr/u32-strncpy.c: New file.
2825         * lib/unistr/u-strncpy.h: New file.
2826
2827         * modules/unistr/u8-strnlen: New file.
2828         * modules/unistr/u16-strnlen: New file.
2829         * modules/unistr/u32-strnlen: New file.
2830         * lib/unistr/u8-strnlen.c: New file.
2831         * lib/unistr/u16-strnlen.c: New file.
2832         * lib/unistr/u32-strnlen.c: New file.
2833         * lib/unistr/u-strnlen.h: New file.
2834
2835         * modules/unistr/u8-strpbrk: New file.
2836         * modules/unistr/u16-strpbrk: New file.
2837         * modules/unistr/u32-strpbrk: New file.
2838         * lib/unistr/u8-strpbrk.c: New file.
2839         * lib/unistr/u16-strpbrk.c: New file.
2840         * lib/unistr/u32-strpbrk.c: New file.
2841         * lib/unistr/u-strpbrk.h: New file.
2842
2843         * modules/unistr/u8-strrchr: New file.
2844         * modules/unistr/u16-strrchr: New file.
2845         * modules/unistr/u32-strrchr: New file.
2846         * lib/unistr/u8-strrchr.c: New file.
2847         * lib/unistr/u16-strrchr.c: New file.
2848         * lib/unistr/u32-strrchr.c: New file.
2849
2850         * modules/unistr/u8-strspn: New file.
2851         * modules/unistr/u16-strspn: New file.
2852         * modules/unistr/u32-strspn: New file.
2853         * lib/unistr/u8-strspn.c: New file.
2854         * lib/unistr/u16-strspn.c: New file.
2855         * lib/unistr/u32-strspn.c: New file.
2856         * lib/unistr/u-strspn.h: New file.
2857
2858         * modules/unistr/u8-strstr: New file.
2859         * modules/unistr/u16-strstr: New file.
2860         * modules/unistr/u32-strstr: New file.
2861         * lib/unistr/u8-strstr.c: New file.
2862         * lib/unistr/u16-strstr.c: New file.
2863         * lib/unistr/u32-strstr.c: New file.
2864         * lib/unistr/u-strstr.h: New file.
2865
2866         * modules/unistr/u8-strtok: New file.
2867         * modules/unistr/u16-strtok: New file.
2868         * modules/unistr/u32-strtok: New file.
2869         * lib/unistr/u8-strtok.c: New file.
2870         * lib/unistr/u16-strtok.c: New file.
2871         * lib/unistr/u32-strtok.c: New file.
2872         * lib/unistr/u-strtok.h: New file.
2873
2874         * modules/unistr/u8-uctomb: New file.
2875         * modules/unistr/u16-uctomb: New file.
2876         * modules/unistr/u32-uctomb: New file.
2877         * lib/unistr/u8-uctomb.c: New file.
2878         * lib/unistr/u16-uctomb.c: New file.
2879         * lib/unistr/u32-uctomb.c: New file.
2880
2881         * MODULES.html.sh (Unicode string functions): Add the new modules.
2882
2883 2007-01-08  Bruno Haible  <bruno@clisp.org>
2884
2885         * gnulib-tool (func_all_modules): Use find, not ls, to traverse the
2886         modules directory. Filter out CVS, ChangeLog, COPYING, README also from
2887         subdirectories.
2888
2889 2007-01-08  Karl Berry  <karl@gnu.org>
2890
2891         * doc/error.texi: mention that main() fns must set program_name
2892         when progname is used.
2893
2894 2007-01-08  Paul Eggert  <eggert@cs.ucla.edu>
2895
2896         * m4/wctype.m4 (gl_WCTYPE_H): Compute ABSOLUTE_WCTYPE_H even if
2897         WCTYPE_H is empty, for the benefit of builds from non-distclean
2898         directories.  Problem reported by Eric Blake in
2899         <http://lists.gnu.org/archive/html/bug-gnulib/2007-01/msg00157.html>.
2900
2901 2007-01-08  Bruno Haible  <bruno@clisp.org>
2902
2903         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME): Remove
2904         PROVIDE_CANONICALIZE_FILENAME_MODE macro definition.
2905         * lib/canonicalize.h: Test GNULIB_CANONICALIZE instead of
2906         PROVIDE_CANONICALIZE_FILENAME_MODE.
2907         * modules/canonicalize (configure.ac): Use gl_MODULE_INDICATOR.
2908
2909 2007-01-08  Bruno Haible  <bruno@clisp.org>
2910
2911         * m4/fts.m4 (gl_FUNC_FTS_LGPL): Remove _LGPL_PACKAGE macro definition.
2912         * lib/fts_.h (_LGPL_PACKAGE): Remove macro.
2913         Use !GNULIB_FTS instead of _LGPL_PACKAGE.
2914         * lib/fts.c: Likewise.
2915         * modules/fts (configure.ac): Use gl_MODULE_INDICATOR.
2916
2917 2006-12-25  Bruno Haible  <bruno@clisp.org>
2918
2919         * modules/utf8-ucs4-safe: New file.
2920         * lib/utf8-ucs4-safe.h: New file.
2921         * lib/unistr/utf8-ucs4-safe.c: New file.
2922
2923         * modules/utf16-ucs4-safe: New file.
2924         * lib/utf16-ucs4-safe.h: New file.
2925         * lib/unistr/utf16-ucs4-safe.c: New file.
2926
2927         * MODULES.html.sh (Unicode string functions): Add the new modules.
2928
2929 2007-01-08  Bruno Haible  <bruno@clisp.org>
2930
2931         * modules/utf8-ucs4 (Files, lib_SOURCES): Add unistr/utf8-ucs4.c.
2932         (Depends-on): Add unitypes.
2933         * lib/utf8-ucs4.h: Add double-inclusion guard. Include unitypes.h.
2934         (u8_mbtouc_aux): Move out to separate file.
2935         (u8_mbtouc): Use ucs4_t, uint8_t types.
2936         * lib/unistr/utf8-ucs4.c: New file.
2937
2938         * modules/utf16-ucs4 (Files, lib_SOURCES): Add unistr/utf16-ucs4.c.
2939         (Depends-on): Add unitypes.
2940         * lib/utf16-ucs4.h: Add double-inclusion guard. Include unitypes.h.
2941         (u16_mbtouc_aux): Move out to separate file.
2942         (u16_mbtouc): Use ucs4_t, uint16_t types.
2943         * lib/unistr/utf16-ucs4.c: New file.
2944
2945         * modules/ucs4-utf8 (Files, lib_SOURCES): Add unistr/ucs4-utf8.c.
2946         (Depends-on): Add unitypes.
2947         * lib/ucs4-utf8.h: Add double-inclusion guard. Include unitypes.h.
2948         (u8_uctomb_aux): Move out to separate file.
2949         (u8_uctomb): Use ucs4_t, uint8_t types.
2950         * lib/unistr/ucs4-utf8.c: New file.
2951
2952         * modules/ucs4-utf16 (Files, lib_SOURCES): Add unistr/ucs4-utf16.c.
2953         (Depends-on): Add unitypes.
2954         * lib/ucs4-utf16.h: Add double-inclusion guard. Include unitypes.h.
2955         (u16_uctomb_aux): Move out to separate file.
2956         (u16_uctomb): Use ucs4_t, uint16_t types.
2957         * lib/unistr/ucs4-utf16.c: New file.
2958
2959 2006-12-25  Bruno Haible  <bruno@clisp.org>
2960
2961         * modules/unitypes: New file.
2962         * lib/unitypes.h: New file.
2963         * MODULES.html.sh (func_all_modules): New section "Unicode string
2964         functions". Move ucs4-utf8, ucs4-utf16, utf8-ucs4, utf16-ucs4 to
2965         this section. Add unitypes.
2966
2967 2007-01-08  Bruno Haible  <bruno@clisp.org>
2968
2969         Avoid variable names that conflict with those from libtool.
2970         * m4/lib-link.m4 (AC_LIB_RPATH, AC_LIB_LINKFLAGS_BODY,
2971         AC_LIB_LINKFLAGS_FROM_LIBS): Rename libext to acl_libext,
2972         shlibext to acl_shlibext, libname_spec to acl_libname_spec,
2973         library_names_spec to acl_library_names_spec, hardcode_* to
2974         acl_hardcode_*.
2975         Reported by Ralf Wildenhues.
2976
2977 2007-01-08  Bruno Haible  <bruno@clisp.org>
2978
2979         * m4/gc-arcfour.m4 (gl_GC_ARCFOUR): Remove GC_USE_ARCFOUR macro
2980         definition.
2981         * m4/gc-arctwo.m4 (gl_GC_ARCTWO): Remove GC_USE_ARCTWO macro
2982         definition.
2983         * m4/gc-des.m4 (gl_GC_DES): Remove GC_USE_DES macro definition.
2984         * m4/gc-hmac-md5.m4 (gl_GC_HMAC_MD5): Remove GC_USE_HMAC_MD5 macro
2985         definition.
2986         * m4/gc-hmac-sha1.m4 (gl_GC_HMAC_SHA1): Remove GC_USE_HMAC_SHA1 macro
2987         definition.
2988         * m4/gc-md2.m4 (gl_GC_MD2): Remove GC_USE_MD2 macro definition.
2989         * m4/gc-md4.m4 (gl_GC_MD4): Remove GC_USE_MD4 macro definition.
2990         * m4/gc-md5.m4 (gl_GC_MD5): Remove GC_USE_MD5 macro definition.
2991         * m4/gc-random.m4 (gl_GC_RANDOM): Remove GC_USE_RANDOM macro
2992         definition.
2993         * m4/gc-rijndael.m4 (gl_GC_RIJNDAEL): Remove GC_USE_RIJNDAEL macro
2994         definition.
2995         * m4/gc-sha1.m4 (gl_GC_SHA1): Remove GC_USE_SHA1 macro definition.
2996         * lib/gc-gnulib.c: Use GNULIB_GC_<algorithm> instead of
2997         GC_USE_<algorithm>.
2998         * lib/gc-libgcrypt.c: Likewise.
2999         * modules/gc-arcfour (configure.ac): Use gl_MODULE_INDICATOR.
3000         * modules/gc-arctwo (configure.ac): Likewise.
3001         * modules/gc-des (configure.ac): Likewise.
3002         * modules/gc-hmac-md5 (configure.ac): Likewise.
3003         * modules/gc-hmac-sha1 (configure.ac): Likewise.
3004         * modules/gc-md2 (configure.ac): Likewise.
3005         * modules/gc-md4 (configure.ac): Likewise.
3006         * modules/gc-md5 (configure.ac): Likewise.
3007         * modules/gc-random (configure.ac): Likewise.
3008         * modules/gc-rijndael (configure.ac): Likewise.
3009         * modules/gc-sha1 (configure.ac): Likewise.
3010
3011 2007-01-08  Bruno Haible  <bruno@clisp.org>
3012
3013         * m4/close-stream.m4 (gl_CLOSE_STREAM): Remove GNULIB_CLOSE_STREAM
3014         macro definition.
3015         * m4/fcntl-safer.m4 (gl_FCNTL_SAFER): Remove GNULIB_FCNTL_SAFER macro
3016         definition.
3017         * m4/stdio-safer.m4 (gl_FOPEN_SAFER): Remove GNULIB_FOPEN_SAFER macro
3018         definition.
3019         * modules/close-stream (configure.ac): Invoke gl_MODULE_INDICATOR.
3020         * modules/fcntl-safer (configure.ac): Likewise.
3021         * modules/fopen-safer (configure.ac): Likewise.
3022         * modules/fwriteerror (configure.ac): Likewise. Remove explicit
3023         GNULIB_FWRITEERROR macro definition.
3024
3025 2007-01-08  Bruno Haible  <bruno@clisp.org>
3026
3027         * m4/gnulib-common.m4: New file.
3028         * gnulib-tool (func_get_autoconf_snippet): Undo last change.
3029         (func_get_filelist): Add m4/gnulib-common.m4.
3030
3031 2007-01-08  Bruno Haible  <bruno@clisp.org>
3032
3033         * m4/lib-link.m4 (AC_LIB_LINKFLAGS_BODY): Simplify the sorting
3034         command.
3035
3036 2007-01-08  Jim Meyering  <jim@meyering.net>
3037
3038         Use a more robust test for a "can't happen" condition.
3039         * lib/fts.c (fts_read): Revert the change of 2006-11-22, since it
3040         narrowed the st_size value.  Presuming the "can't happen" condition
3041         is true, that narrowing could conceivably convert an invalid st_size
3042         value into a valid one.  Instead, use a change based on Matthew
3043         Woehlke's original patch.
3044
3045         Slight readability improvement: use an assert-like macro
3046         in place of literal "abort ()" uses.
3047         * lib/fts.c (fts_assert): Define.
3048         (fts_set_stat_required, cwd_advance_fd, fts_read, fd_ring_check):
3049         Use this macro instead of a bare 'abort'.
3050
3051 2007-01-05  Paul Eggert  <eggert@cs.ucla.edu>
3052
3053         Don't worry about using IRIX 5.3's wctype.h broken definitions;
3054         simply work around them.
3055         * lib/wctype_.h: Remove test for HAVE_WCTYPE_CTMP_BUG.
3056         (iswalnum, iswalpha, iswblank, iswcntrl, iswdigit, iswgraph, iswlower):
3057         (iswprint, iswpunct, iswspace, iswupper, iswxdigit): Undef before
3058         declaring.
3059         Don't bother to define as macros, since the standard doesn't require it.
3060         * m4/wctype.m4 (WCTYPE_H, ABSOLUTE_WCTYPE_H): Simplify, since we no
3061         longer worry about IRIX 5.3.
3062         (HAVE_WCTYPE_CTMP_BUG): Remove.
3063
3064 2007-01-04  Paul Eggert  <eggert@cs.ucla.edu>
3065
3066         * lib/wctype_.h (_ctmp_) [HAVE_WCTYPE_CTMP_BUG]: Now of type wchar_t,
3067         not wint_t.  Also, include <ctype.h>, to fix another IRIX bug.
3068         * m4/wctype.m4 (gl_WCTYPE_H): Likewise.
3069         Problems reported by Georg Schwarz for IRIX 5.3.
3070
3071         * gnulib-tool (autoconf_minversion): Take the maximum version number
3072         found, not the minimum.  Problem reported by James Youngman.
3073
3074 2007-01-03  Karl Berry  <karl@gnu.org>
3075
3076         * doc/error.texi: new file, explaining interaction with progname.
3077         * doc/gnulib.texi: include it.  Update copyright.
3078
3079 2007-01-03  Simon Josefsson  <simon@josefsson.org>
3080
3081         * gnulib-tool (func_create_testdir): Run AC_CANONICAL_BUILD and
3082         AC_CANONICAL_HOST, to improve autobuild outputs.
3083
3084 2007-01-03  Paolo Bonzini  <bonzini@gnu.org>
3085             Yoann Vandoorselaere <yoann.v@prelude-ids.com>
3086
3087         * lib/poll.c (poll): Use recv on Mac OS X to distinguish connected
3088         sockets, server sockets, and other file descriptors.  Count errors
3089         to compute the return value.  Reorder the code a bit to be easier
3090         to follow.  Don't set event bits that were not requested (except
3091         POLLERR and POLLHUP).
3092
3093 2007-01-01  Bruno Haible  <bruno@clisp.org>
3094
3095         * modules/lchmod (Include): Require lchmod.h, not lchown.h.
3096
3097 2007-01-03  Jim Meyering  <jim@meyering.net>
3098
3099         * modules/fts-lgpl (Depends-on): Add i-ring.  Reported by Bruno Haible.
3100
3101 2007-01-02  Bruno Haible  <bruno@clisp.org>
3102
3103         * modules/settime (Include): Require timespec.h.
3104         * modules/nanosleep (Include): Likewise.
3105
3106 2007-01-01  Bruno Haible  <bruno@clisp.org>
3107
3108         * gnulib-tool (func_emit_copyright_notice): Bump year.
3109         (func_get_autoconf_snippet): Emit a GNULIB_<modulename> macro.
3110
3111 2007-01-01  Bruno Haible  <bruno@clisp.org>
3112
3113         Improve support for OpenBSD.
3114         * build-aux/config.rpath (libname_spec): Export.
3115         (library_names_spec): New variable. Export.
3116         * m4/lib-link.m4 (AC_LIB_LINKFLAGS_BODY): Extract libname_spec and
3117         library_names_spec from the config.rpath output. Locate shared library
3118         through the name pattern in library_names_spec.
3119
3120 2007-01-01  Eric Blake  <ebb9@byu.net>
3121
3122         * lib/version-etc.c (COPYRIGHT_YEAR): Bump for new year.
3123
3124 2006-12-30  Paul Eggert  <eggert@cs.ucla.edu>
3125
3126         * gnulib-tool (SORT): Remove, since we no longer assume GNU sort.
3127         Rewrite so as not to assume GNU sort or "tail -1".  Also, don't
3128         assume the C locale, and avoid an "eval" that could cause trouble.
3129         Problem with SORT reported by Bob Proulx.
3130
3131         * lib/getpagesize.h (getpagesize) [defined __amigaos4__]:
3132         Define.  Trivial patch from Henning Nielsen Lund, originally
3133         sent to bug-grep@gnu.org today.
3134
3135 2006-12-29  Paul Eggert  <eggert@cs.ucla.edu>
3136
3137         * lib/acl.h: Include sys/types.h and sys/stat.h, for mode_t and
3138         struct stat.  Problem reported by Henning Nielsen Lund.
3139         * lib/acl.c: Include acl.h first, to check interface.  Don't
3140         bother to include sys/types.h and sys/stat.h again.
3141
3142 2006-12-28  Paul Eggert  <eggert@cs.ucla.edu>
3143
3144         Import the following change from libc; problem reported by
3145         Sven Verdoolaege.
3146
3147         2005-10-13  Ulrich Drepper  <drepper@redhat.com>
3148
3149         [BZ #1373]
3150         * lib/argp.h: Remove __NTH for __argp_usage inline function.
3151
3152 2006-12-28  Jim Meyering  <jim@meyering.net>
3153
3154         * build-aux/announce-gen: Do not assume that the package
3155         builds any of tar.gz, tar.bz2, and .xdelta files.
3156         Suggestion from Simon Josefsson.
3157
3158 2006-12-28  Simon Josefsson  <simon@josefsson.org>
3159
3160         * modules/announce-gen: New file.
3161
3162 2006-12-27  Paul Eggert  <eggert@cs.ucla.edu>
3163
3164         * lib/mbchar.h: Just include <wctype.h>; the wctype module
3165         handles its gotchas now.
3166         * lib/mbswidth.c: Likewise.
3167         * lib/wcwidth.h: Likewise.
3168         * m4/mbchar.m4 (gl_MBCHAR): Don't bother checking for wctype.h
3169         and iswcntrl; the wctype module does this stuff now.
3170         * m4/mbswidth.m4 (gl_MBSWIDTH): Likewise.
3171         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Likewise.
3172         * modules/mbchar (Depends-on): Add wctype.
3173         * modules/mbswidth (Depends-on): Likewise.
3174         * modules/wcwidth (Depends-on): Likewise.
3175
3176 2006-12-27  Eric Blake  <ebb9@byu.net>
3177
3178         * lib/fnmatch.c: Reinstate inclusion of <wchar.h>, since this
3179         module uses more than what <wctype.h> is required to provide.
3180
3181 2006-12-26  Eric Blake  <ebb9@byu.net>
3182
3183         * gnulib-tool (sed_extract_prog): Avoid space-tab.
3184
3185 2006-12-26  Eric Blake  <ebb9@byu.net>
3186
3187         * modules/absolute-header: New module.
3188         * modules/fcntl (Depends-on): Depend on it.
3189         * modules/inttypes (Depends-on): Likewise.
3190         * modules/stdint (Depends-on): Likewise.
3191         * modules/sys_stat (Depends-on): Likewise.
3192         * modules/wctype (Depends-on): Likewise.
3193         * MODULES.html.sh (Support for building libraries and
3194         executables): Document it.
3195
3196 2006-12-25  Paul Eggert  <eggert@cs.ucla.edu>
3197
3198         * gnulib-tool (SED): Remove, undoing previous change.
3199         The problem was that it broke coreutils on Solaris, because
3200         "sed --posix" leaked into a makefile.
3201         (sed): New alias, if 'alias' and GNU sed.
3202
3203 2006-12-24  Jim Meyering  <jim@meyering.net>
3204
3205         Work around an fchownat bug in glibc-2.4:
3206         http://lists.ubuntu.com/archives/ubuntu-users/2006-September/093218.html
3207         This bug would cause "chown -RP ... DIR" to follow symlinks in DIR,
3208         in spite of the -P option.
3209         * m4/openat.m4 (gl_FUNC_FCHOWNAT, gl_FUNC_FCHOWNAT_DEREF_BUG):
3210         New macros.
3211         (gl_PREREQ_OPENAT): Require gl_FUNC_FCHOWNAT.
3212         * modules/openat (Files): Add lib/fchownat.c.
3213         * lib/openat.c (fchownat): Don't define here.  Move to...
3214         * lib/fchownat.c: ...this new file.
3215
3216 2006-12-23  Paul Eggert  <eggert@cs.ucla.edu>
3217
3218         Fix bug reported by Bruno Haible in
3219         <http://lists.gnu.org/archive/html/bug-gnulib/2006-12/msg00228.html>
3220         where quotearg.c didn't compile on Mac OS X 10.2 because it
3221         lacks <wchar.h> and wint_t.
3222         * lib/wctype_.h (__wctype_wint_t): New type.
3223         Include <stdio.h>, <time.h>, <wchar.h> only if HAVE_WINT_T.
3224         (iswalnum, iswalpha, iswblank, iswcntrl, iswdigit, iswgraph):
3225         (iswlower, iswprint, iswpunct, iswspace, iswupper, ixwxdigit):
3226         Arg is now of type __wctype_wint_t, not wint_t.
3227         * m4/wctype.m4 (gl_WCTYPE_H): Require gt_TYPE_WINT_T, and
3228         substitute HAVE_WINT_T.
3229         * modules/wctype (Files): Add m4/wint_t.m4.
3230         (wctype.h): Substitute HAVE_WINT_T.
3231
3232 2006-12-23  Bruno Haible  <bruno@clisp.org>
3233
3234         * lib/safe-read.h [C++]: Wrap declarations in extern "C".
3235
3236 2006-12-23  Bruno Haible  <bruno@clisp.org>
3237
3238         * lib/canonicalize-lgpl.c (__realpath): Test HAVE_READLINK instead of
3239         S_ISLNK.
3240         Needed because gnulib's sys/stat.h replacement defines S_ISLNK on
3241         mingw.
3242
3243 2006-12-22  Bruno Haible  <bruno@clisp.org>
3244
3245         * lib/copy-file.c: Include acl.h.
3246         (copy_file_preserving) [USE_ACL]: Use copy_acl instead of chmod.
3247         Close the file descriptors only after being done with copy_acl.
3248         * modules/copy-file (Depends-on): Add acl.
3249
3250 2006-12-22  Bruno Haible  <bruno@clisp.org>
3251
3252         * gnulib-tool (SED): New variable.
3253         Use $SED instead of sed everywhere.
3254
3255 2006-12-22  Bruno Haible  <bruno@clisp.org>
3256
3257         * modules/no-c++: New file.
3258         * m4/no-c++.m4: New file.
3259         * MODULES.html.sh (Support for building libraries and executables):
3260         Add no-c++.
3261
3262 2006-12-22  Paul Eggert  <eggert@cs.ucla.edu>
3263
3264         * m4/mktime.m4 (AC_FUNC_MKTIME): Sync from Autoconf.
3265         Include <limits.h>, and use its INT_MAX to rewrite the
3266         j loop so that it does not overflow 'int'.  Problem reported by
3267         Ralf Wildenhues in
3268         <http://lists.gnu.org/archive/html/bug-gnulib/2006-12/msg00084.html>.
3269         Play it safe by shifting left by 1 rather than multiplying by 2,
3270         as GCC is less likely to optimize this away when the value
3271         is signed (when it assumes overflow leads to undefined behavior).
3272         Also, don't assume time_t uses two's complement.
3273
3274 2006-12-21  Paul Eggert  <eggert@cs.ucla.edu>
3275
3276         * MODULES.html.sh: New module wctype.
3277         * lib/wctype_.h, m4/wctype.m4, modules/wctype: New files.
3278         * lib/fnmatch.c: Don't bother to include <wchar.h> before
3279         <wctype.h>, since the new wctype module should fix this.
3280         * lib/quotearg.c: Include <wctype.h> unconditionally, since
3281         the wctype module should arrange for it.
3282         * lib/regex_internal.h: Likewise.
3283         * m4/quotearg.m4 (gl_QUOTEARG): Don't check for wctype.h or iswprint,
3284         since the wctype module should handle this now.
3285         * m4/regex.m4 (gl_PREREQ_REGEX): Don't check for wctype.h.
3286         * modules/fnmatch (Depends-on): Add wctype.
3287         * modules/quotearg (Depends-on): Likewise.
3288         * modules/regex (Depends-on): Likewise.
3289
3290 2006-12-19  Bruno Haible  <bruno@clisp.org>
3291
3292         * lib/strdup.h [C++]: Wrap definitions in extern "C".
3293         Suggested by Lorenzo Bettini <bettini@dsi.unifi.it>.
3294
3295 2006-12-19  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3296
3297         * modules/savewd (Depends-on): Fix dependency on fcntl.
3298
3299 2006-12-18  Paul Eggert  <eggert@cs.ucla.edu>
3300
3301         * m4/stdint.m4 (gl_STDINT_H): Set STDINT_H to empty if stdint.h
3302         conforms to C99, rather than relying on the user's environment
3303         setting of STDINT_H.
3304
3305 2006-12-18  Paul Eggert  <eggert@cs.ucla.edu>
3306         and Eric Blake  <ebb9@byu.net>
3307
3308         * lib/dirname.h (DOUBLE_SLASH_IS_DISTINCT_ROOT): Default to 0, not 1.
3309         This is more consistent with the other defines here.
3310         * m4/double-slash-root.m4 (gl_DOUBLE_SLASH_ROOT):
3311         Port to z/OS.  Problem reported by Paul Gilmartin.
3312         Change local vars to use gl_ prefix rather than ac_.
3313         Don't define DOUBLE_SLASH_IS_DISTINCT_ROOT to 0, for consistency
3314         with other defines.
3315         * modules/double-slash-root: New module.
3316         * modules/dirname (Files): Remove m4/double-slash-root.m4.
3317         (Depends-on): Add double-slash-root.
3318         * MODULES.html.sh (File system functions): Mention new module.
3319
3320 2006-12-14  Paul Eggert  <eggert@cs.ucla.edu>
3321
3322         * lib/yesno.c [!ENABLE_NLS]: Don't include getline.h.
3323         (yesno) [!ENABLE_NLS]: Don't invoke getline or rpmatch.
3324         This is for the benefit of gzip, which doesn't do i18n.
3325
3326 2006-12-12  Jim Meyering  <jim@meyering.net>
3327
3328         * m4/acl.m4 (gl_ACL_GET_FILE): Fix logic error.
3329         Reported by Andreas Schwab <schwab@suse.de>.
3330
3331 2006-12-12  Bruno Haible  <bruno@clisp.org>
3332
3333         Merge these changes.
3334         2006-09-05  Bruno Haible  <bruno@clisp.org>
3335         * lib/iconvme.c (iconv_string): No need to save and restore errno when
3336         iconv_alloc succeeded.
3337         (iconv_alloc): Don't assume that malloc() or realloc(), when failing,
3338         sets errno to ENOMEM. (malloc on GNU/kFreeBSD doesn't.) No need to
3339         test for " && dest " at the end - dest is always != NULL there. Call
3340         iconv with 4xNULL arguments initially, to reset the state. Call iconv
3341         with 2xNULL arguments, also to flush the state storage. Handle the
3342         IRIX iconv behaviour. Realloc the final result, to throw away unused
3343         memory.
3344
3345 2006-12-11  Paul Eggert  <eggert@cs.ucla.edu>
3346
3347         * m4/openat.m4 (gl_FUNC_OPENAT): Don't compile mkdirat
3348         and fchmodat unconditionally, since glibc 2.4 has them.
3349         Problem reported by Arkadiusz Miskiewicz.
3350
3351 2006-12-10  Bruno Haible  <bruno@clisp.org>
3352
3353         * gnulib-tool (func_import): Show the include files only for those
3354         modules that are copied and specified.
3355         Reported by Karl Berry.
3356
3357 2006-12-08  Jim Meyering  <jim@meyering.net>
3358
3359         * build-aux/announce-gen ($VERSION): Don't use of $Revision...$.
3360         Instead, use Emacs' time-stamp write hook.  Note that the time is UTC.
3361
3362         * build-aux/announce-gen: Add two new options, both optional:
3363         --bootstrap-tools=TOOL_LIST
3364               a comma-separated list of tools, e.g.,
3365               autoconf,automake,bison,gnulib
3366         --gnulib-snapshot-date=DATE
3367               if gnulib is in the bootstrap tool list,
3368               then report this as the snapshot date.
3369               If not specified, use the current date/time.
3370               If you specify a date here, be sure it's UTC.
3371
3372 2006-12-05  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3373
3374         * tests/test-argp-2.sh: Fix test to match actual output.
3375         (func_compare): Fix sed script to be portable.
3376
3377 2006-12-05  Paul Eggert  <eggert@cs.ucla.edu>
3378
3379         * lib/utimens.c (futimens) [HAVE_BUGGY_NFS_TIME_STAMPS]: Add a
3380         workaround for this case.  It is not autoconfigured now; offhand
3381         it's hard to see how to autoconfigure it.
3382
3383 2006-12-03  Paul Eggert  <eggert@cs.ucla.edu>
3384
3385         * lib/mkdir-p.c (make_dir_parents): Fix race condition when making
3386         a directory that is about to be chowned.  Such a directory's
3387         initial file permissions should permit the owner only and this
3388         should not be changed until after the chown, since the group and
3389         other bits would be incorrect if they granted permission before
3390         the chown.
3391
3392         Fix porting problem for iswctype reported by Georg Schwarz in:
3393         http://lists.gnu.org/archive/html/bug-coreutils/2006-12/msg00017.html
3394         * lib/fnmatch.c (WIDE_CHAR_SUPPORT): Require HAVE_ISWCTYPE, too.
3395         * lib/regex_internal.h (RE_ENABLE_I18N): Likewise.
3396         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Check for iswctype, too.
3397         * m4/regex.m4 (gl_PREREQ_REGEX): Likewise.
3398
3399 2006-12-03  Jim Meyering  <jim@meyering.net>
3400
3401         * lib/fts.c (fts_load): Don't set sp->fts_dev here, since
3402         p->fts_statp may not yet be defined.
3403         (fts_read): Instead, set it in the caller, once p->fts_statp is
3404         sure to be defined, and corresponds to a top-level directory.
3405         This bug made du -x fail.  Here's the coreutils test case:
3406         http://git.sv.gnu.org/gitweb/?p=coreutils.git;a=commit;h=ba45154d8e9f
3407         Reported by Mike Frysinger.
3408
3409 2006-12-01  Jim Meyering  <jim@meyering.net>
3410
3411         * modules/savewd (Depends-on): Add fcntl_h to avoid self-test
3412         build failure due to missing definition of HAVE_WORKING_O_NOFOLLOW.
3413         Reported by Simon Josefsson.
3414
3415 2006-11-30  Jim Meyering  <jim@meyering.net>
3416
3417         * m4/warning.m4: Use the all-permissive copyright notice
3418         recommended by RMS (rather than LGPL).
3419         * m4/vararrays.m4: Likewise.
3420         * m4/flexmember.m4: Likewise.
3421
3422 2006-11-29  Bruno Haible  <bruno@clisp.org>
3423
3424         * gnulib-tool (func_emit_lib_Makefile_am): Initialize also
3425         noinst_LIBRARIES. Augment noinst_LIBRARIES and noinst_LTLIBRARIES
3426         using +=.
3427         Reported by Simon Josefsson <simon@josefsson.org>.
3428
3429 2006-11-28  James Youngman <jay@gnu.org>
3430
3431         * README: Advise users that they might find the bug-gnulib@gnu.org
3432         and autotools-announce@gnu.org mailing lists useful.
3433
3434 2006-11-28  Bruno Haible  <bruno@clisp.org>
3435
3436         * m4/ptrdiff_max.m4: Remove file.
3437
3438 2006-11-21  Bruno Haible  <bruno@clisp.org>
3439
3440         * m4/eoverflow.m4 (gl_EOVERFLOW): Use AC_COMPUTE_INT instead of
3441         _AC_COMPUTE_INT.
3442         (AC_COMPUTE_INT): Add fallback definition for autoconf < 2.61.
3443         * m4/ptrdiff_max.m4 (gl_PTRDIFF_MAX): Use AC_COMPUTE_INT instead of
3444         _AC_COMPUTE_INT.
3445         (AC_COMPUTE_INT): Add fallback definition for autoconf < 2.61.
3446         * m4/size_max.m4 (gl_SIZE_MAX): Use AC_COMPUTE_INT instead of
3447         _AC_COMPUTE_INT.
3448         (AC_COMPUTE_INT): Add fallback definition for autoconf < 2.61.
3449
3450 2006-11-28  Jim Meyering  <jim@meyering.net>
3451
3452         * lib/regcomp.c (parse_branch): Rename local, exp->expr, to avoid
3453         warning from "gcc -Wshadow" about shadowing the builtin.
3454
3455 2006-11-27  Bruno Haible  <bruno@clisp.org>
3456
3457         * m4/stdint.m4 (gl_STDINT_BITSIZEOF): Use AC_COMPUTE_INT instead of
3458         _AC_COMPUTE_INT.
3459         (AC_COMPUTE_INT): Add fallback definition for autoconf < 2.61.
3460
3461 2006-11-27  Bruno Haible  <bruno@clisp.org>
3462             Paul Eggert  <eggert@cs.ucla.edu>
3463
3464         * lib/regex.h (__restrict_arr): Redo logic of #if, for clarity.
3465
3466 2006-11-26  Bruno Haible  <bruno@clisp.org>
3467
3468         * gnulib-tool (func_emit_lib_Makefile_am): Initialize also
3469         noinst_LTLIBRARIES.
3470
3471 2006-11-27  Paul Eggert  <eggert@cs.ucla.edu>
3472             Bruno Haible  <bruno@clisp.org>
3473
3474         * lib/gettext.h (_LIBGETTEXT_HAVE_VARIABLE_SIZE_ARRAYS): Define to 0
3475         if compiling with "gcc -ansi".
3476
3477 2006-11-26  Paul Eggert  <eggert@cs.ucla.edu>
3478
3479         Fix some incompatibilities with gcc -ansi -pedantic.
3480         * lib/regex.h (__restrict_arr): Don't use the [restrict] syntax
3481         if compiling pedantically with GCC, unless it's C99 or later.
3482         Don't trust sys/cdefs.h's definition of __restrict_arr, either, as
3483         it mishandles gcc -ansi -pedantic as well.
3484         * lib/regex_internal.h (re_token_t): Don't use enum bitfields
3485         if gcc -pedantic.
3486         * lib/regexec.c (check_node_accept_bytes): Don't use auto
3487         initializers for struct if -pedantic, unless it's C99 or later.
3488
3489 2006-11-25  Nix  <nix@esperi.org.uk>  (tiny change)
3490
3491         * m4/fcntl_h.m4 (gl_FCNTL_H): Test the atime, not the mtime.
3492         Don't close an fd more than once. Identical atimes indicate
3493         success, not failure.
3494
3495 2006-11-22  Robinson Mittmann <bob@hoplon.com>  (tiny change)
3496
3497         * lib/sincosl.c (kernel_sinl): Fix typo in threshold.
3498
3499 2006-11-23  Jim Meyering  <jim@meyering.net>
3500
3501         * build-aux/announce-gen: New file.  From coreutils.
3502
3503 2006-11-22  Jim Meyering  <jim@meyering.net>
3504
3505         Work around a compile-time error from the HP-UX 11.00 /bin/cc.
3506         * lib/fts.c (enum Fts_stat): Give this previously-anon enum a name.
3507         (fts_read): Use a temporary to narrow the overused st_size member
3508         before using it in a switch statement.  Reported by Matthew Woehlke.
3509
3510         * m4/clock_time.m4 (gl_CLOCK_TIME): Quote AC_SUBST argument.
3511         * m4/euidaccess.m4 (gl_PREREQ_EUIDACCESS): Likewise.
3512
3513 2006-11-20  Bruno Haible  <bruno@clisp.org>
3514
3515         * gettext.m4 (AM_GNU_GETTEXT): Revert 2005-07-28 patch: Use
3516         changequote instead of pairs of brackets.
3517         Reported by Andreas Schwab <schwab@suse.de>.
3518
3519 2006-11-21  Jim Meyering  <jim@meyering.net>
3520
3521         * lib/fts.c (fts_safe_changedir): Move a declaration "up",
3522         so as to remain compatible with older compilers.
3523         Patch from Michael Deutschmann.
3524
3525 2006-11-20  Paul Eggert  <eggert@cs.ucla.edu>
3526
3527         * MODULES.html.sh (File system functions): Add openat.
3528
3529         * lib/openat.h (rpl_fstatat): New macro, if
3530         [HAVE_OPENAT && ! LSTAT_FOLLOWS_SLASHED_SYMLINK.
3531         (fstatat): Define to rpl_fstatat under the same conditions,
3532         unless COMPILING_FSTATAT.
3533         * m4/openat.m4 (gl_FUNC_OPENAT): Compile fstatat.c too, if fstatat
3534         seems to have the bug.
3535         * lib/fstatat.c: New file.
3536         * modules/openat (Files): Add it.
3537
3538 2006-11-20  Bruno Haible  <bruno@clisp.org>
3539
3540         * Makefile: New file.
3541
3542 2006-11-20  Jim Meyering  <jim@meyering.net>
3543
3544         The beginnings of syntax-related checks for gnulib.
3545         * lib/Makefile: New file.
3546         * lib/t-idcache: New script.  Ensure that the two halves of
3547         idcache.c stay in sync.
3548
3549         * lib/idcache.c: Adjust comments in user- and group- portions to
3550         be more accurate, and to be consistent with one another.
3551
3552 2006-11-20  Jim Meyering  <jim@meyering.net>
3553
3554         * lib/idcache.c: Restore most of the 2006-11-06 patch, so as to
3555         continue using the flexible array member (thus, this module performs
3556         half as many malloc calls), with the addition that...
3557         (getgroup, getuser): Consistently record a non-match via an empty
3558         "name" string, and map an empty string match to a NULL return value.
3559         * modules/idcache (Depends-on): Re-add flexmember.
3560
3561         * lib/idcache.c (getuser): Remove all uses of the register keyword.
3562         (getuidbyname, getgroup, getgidbyname): Likewise.
3563
3564         Use cleaner syntax: NULL rather than 0.
3565         * lib/idcache.c (getuidbyname, getgidbyname): Return NULL, not 0.
3566
3567 2006-11-20  Paul Eggert  <eggert@cs.ucla.edu>
3568
3569         * lib/idcache.c: Undo most recent patch, dated 2006-11-06.
3570         It mishandled the case where the group was missing.
3571         Problem reported by Greg Schafer.
3572         * modules/idcache: Likewise.
3573
3574 2006-11-18  Jim Meyering  <jim@meyering.net>
3575
3576         * check-module (%exempt_header): Add exception for some
3577         conditionally-included headers.
3578
3579         * modules/i-ring (Depends-on): Add verify.
3580         (License): Change to LGPL.
3581
3582 2006-11-16  Paul Eggert  <eggert@cs.ucla.edu>
3583
3584         * modules/getaddinfo (Depends-on): Remove inttostr; add snprintf.
3585         * lib/getaddrinfo.c: Include snprintf.h rather than intprops.h
3586         and inttostr.h.  Use snprintf rather than uinttostr, so that
3587         LGPLed code doesn't depend on GPLed.
3588
3589 2006-11-17  Paul Eggert  <eggert@cs.ucla.edu>
3590
3591         * modules/inline (License): Change from GPL to LGPL.
3592
3593 2006-11-17  Jim Meyering  <jim@meyering.net>
3594
3595         * modules/d-type (License): Switch to LGPL.
3596
3597 2006-11-15  Bruno Haible  <bruno@clisp.org>
3598
3599         * m4/alloca.m4 (gl_FUNC_ALLOCA): Fix the AC_CACHE_CHECK message.
3600
3601 2006-11-15  Eric Blake  <ebb9@byu.net>
3602
3603         * m4/allocsa.m4 (gl_ALLOCSA): Don't invoke macro already picked up by
3604         the module dependency.
3605
3606 2006-11-15  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
3607             Bruno Haible  <bruno@clisp.org>
3608
3609         * gnulib-tool (func_create_testdir): Add license consistency check.
3610
3611 2006-11-15  Eric Blake  <ebb9@byu.net>
3612
3613         * m4/alloca.m4 (gl_FUNC_ALLOCA): Use AC_CACHE_CHECK to avoid a
3614         random "(cached)" in configure output.
3615
3616 2006-11-14  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3617
3618         * m4/inttypes.m4 (gl_INTTYPES_H): Use AC_CACHE_CHECK so that the
3619         test for conforming inttypes.h is both announced and cached.
3620
3621         * MODULES.html.sh (seen_modules, seen_files): New variables.
3622         (func_module): Rewrite to use a few less gnulib-tool and sed
3623         invocations.  Avoid a couple of quadratic algorithms for ...
3624         (missed_modules, missed_files): ... these, with ...
3625         (func_append, func_tmpdir): ... these new functions, from
3626         gnulib-tool.  Analogously, install traps for cleanup.
3627
3628         * tests/test-gc.c (main): Remove unused variables.
3629         * tests/test-read-file.c: Include stdlib.h, for 'free'.
3630
3631 2006-11-14  Paul Eggert  <eggert@cs.ucla.edu>
3632
3633         * modules/inttostr (License): Change to LGPL.
3634
3635 2006-11-14  Eric Blake  <ebb9@byu.net>
3636
3637         * modules/tempname (License): Change to LGPL.
3638
3639 2006-11-14  Eric Blake  <ebb9@byu.net>
3640
3641         * doc/functions.texi (Function Portability): *printf functions on
3642         Cygwin now understand all POSIX size specifiers.
3643
3644 2006-11-14  Bruno Haible  <bruno@clisp.org>
3645
3646         * modules/c-ctype (License): Change to LGPL.
3647
3648 2006-11-12  Bruno Haible  <bruno@clisp.org>
3649
3650         * m4/lib-link.m4 (AC_LIB_LINKFLAGS, AC_LIB_HAVE_LINKFLAGS,
3651         AC_LIB_LINKFLAGS_BODY): Also set a LIB${NAME}_PREFIX variable. Needed
3652         for GNOME libraries, for which the include files are installed in
3653         subdirectories of $prefix/include.
3654
3655 2006-11-12  Bruno Haible  <bruno@clisp.org>
3656
3657         * m4/lib-link.m4: Require at least autoconf-2.54.
3658         (AC_LIB_LINKFLAGS_BODY) [autoconf < 2.61]: Turn dots into the library
3659         name to underscores for the --with option.
3660
3661 2006-11-13  Bruno Haible  <bruno@clisp.org>
3662
3663         * gnulib-tool (func_create_testdir): Set gl_source_base correctly in
3664         the tests directory.
3665         Reported by Ralf Wildenhues.
3666
3667 2006-11-13  Bruno Haible  <bruno@clisp.org>
3668
3669         * gnulib-tool (func_emit_initmacro_start): Also override AC_LIBSOURCES.
3670         (func_emit_initmacro_end): Undo the override here.
3671         (func_emit_initmacro_done): Emit a definition for gl_LIBSOURCES.
3672         Works around the famous automake error in coreutils.
3673
3674 2006-11-13  Eric Blake  <ebb9@byu.net>
3675
3676         * lib/gl_anytree_oset.h (gl_tree_search_atleast): Return the
3677         element, not its node.
3678
3679 2006-11-12  Bruno Haible  <bruno@clisp.org>
3680
3681         * gnulib-tool (func_emit_lib_Makefile_am): Replace occurrences of
3682         '$(top_srcdir)/build-aux/', taking into account the real auxdir.
3683
3684 2006-11-12  Bruno Haible  <bruno@clisp.org>
3685
3686         * gnulib-tool: New option --local-symlink.
3687         (func_usage): Document it.
3688         (lsymbolic): New variable.
3689         (func_import, func_create_testdir): If --symlink was not specified,
3690         test whether --local-symlink was specified and the file comes from
3691         the local_gnulib_dir.
3692
3693 2006-11-12  Bruno Haible  <bruno@clisp.org>
3694
3695         * gnulib-tool (func_ln): New function.
3696         (func_ln_if_changed, func_create_testdir): Use it instead of "ln -s".
3697
3698 2006-11-12  Bruno Haible  <bruno@clisp.org>
3699
3700         Finish support for source files in subdirectories.
3701         * gnulib-tool (func_emit_lib_Makefile_am): If some of the source files
3702         are in subdirectories, set uses_subdirs and add 'subdir-objects' to
3703         AUTOMAKE_OPTIONS.
3704         (func_import, func_create_testdir): Invoke AM_PROG_CC_C_O in this case.
3705
3706 2006-11-12  Bruno Haible  <bruno@clisp.org>
3707
3708         * gnulib-tool (func_get_automake_snippet): Synthesize also an
3709         EXTRA_lib_SOURCES augmentation.
3710         (func_emit_lib_Makefile_am): Initialize EXTRA_lib..._SOURCES to empty.
3711
3712 2006-11-12  Jim Meyering  <jim@meyering.net>
3713
3714         Make fts (in FTS_CWDFD mode) more efficient by caching a few open
3715         file descriptors.  This also averts a failure on systems with
3716         native openat support when a traversed directory lacks "x" access.
3717         * lib/fts_.h: Include "i-ring.h"
3718         (struct FTS) [fts_fd_ring]: New member.
3719         * lib/fts.c (RESTORE_INITIAL_CWD): Also call fd_ring_clear.
3720         (FCHDIR): Add parentheses.
3721         (fd_ring_check, fd_ring_print) [!FTS_DEBUG]: Define away.
3722         (cwd_advance_fd): Add a 3rd parameter.  Adjust all callers.
3723         When descending, rather than simply closing the previous
3724         fts_cwd_fd value, push that file descriptor onto the ring.
3725         (same_fd, fd_ring_print, fd_ring_check) [FTS_DEBUG]: New functions.
3726         (fts_open): Initialize the new fd_ring member.
3727         (fts_close): Clear the ring.
3728         (fts_safe_changedir): When possible, use our new fd_ring to skip
3729         the diropen and fstat and dev/ino comparison that would normally
3730         accompany a virtual `chdir ("..")'.
3731
3732         * modules/fts (Depends-on): Add i-ring.
3733         * modules/i-ring: New module.
3734         * lib/i-ring.c, lib/i-ring.h, lib/i-ring-test.c: New files.
3735         * m4/i-ring.m4: New file.
3736
3737 2006-11-12  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3738
3739         * gnulib-tool (func_create_testdir): Fix replacement of
3740         `build-aux' in configure.ac.  Run autotools in gltests
3741         subdirectory.
3742         (func_create_testdir, func_create_megatestdir, test): There is
3743         no need for '--force' in most autotool invocations in a new
3744         tree.  Actually fail the whole test if any of the tools, or the
3745         configure or make stages fail.
3746
3747         Sync from Automake.
3748         * build-aux/gnupload: Revert last change.  Add pointer to upload
3749         instructions of the GNU Maintenance Instructions.
3750         Suggestion by Karl Berry.
3751
3752 2006-11-10  Jim Meyering  <jim@meyering.net>
3753
3754         * lib/fts.c [FTS_DEBUG]: Don't try to print a pointer via %s.
3755
3756 2006-11-09  Paul Eggert  <eggert@cs.ucla.edu>
3757
3758         * lib/gettext.h (dgettext, dcgettext, ngettext) [! ENABLE_NLS]:
3759         (dngettext, dcngettext, bindtextdomain) [! ENABLE_NLS]:
3760         (bind_textdomain_codeset) [! ENABLE_NLS]:
3761         Evaluate all the arguments.  That way, callers get compatible behavior
3762         if the arguments have side effects.  Also, it avoids some GCC
3763         diagnostics in some cases; Joel E. Denny reported problems when Bison
3764         was configured with --enable-gcc-warnigs.
3765
3766 2006-11-10  Jim Meyering  <jim@meyering.net>
3767
3768         * m4/inline.m4 (gl_INLINE): Check with the compiler, not cpp, so that
3769         relevant options in CFLAGS (like -O, -fno-inline) are taken into
3770         account.
3771
3772 2006-11-10  Jim Meyering  <jim@meyering.net>
3773
3774         * modules/inline: New file/module.
3775         * modules/xalloc (Files): Remove m4/inline.m4.
3776         (Depends-on): Add inline, instead.
3777         * modules/oset: Likewise.
3778         * modules/list: Likewise.
3779
3780 2006-11-09  Paul Eggert  <eggert@cs.ucla.edu>
3781
3782         * lib/stdint_.h (uintmax_t): Fix typo: int64_t -> uint64_t.
3783         Problem reported by Matthew Woehlke.
3784
3785 2006-11-09  Bruno Haible  <bruno@clisp.org>
3786
3787         * lib/tempname.c (gen_tempname): Remove variant that invokes
3788         __gen_tempname.
3789         * m4/tempname.m4 (gl_FUNC_GEN_TEMPNAME): Don't test for
3790         __gen_tempname.
3791
3792 2006-11-08  Bruno Haible  <bruno@clisp.org>
3793
3794         * m4/longlong.m4 (AC_TYPE_LONG_LONG_INT): Set ac_cv_type_long_long_int
3795         to 'yes' instead of 'cross-compiling'.
3796
3797 2006-11-08  Paul Eggert  <eggert@cs.ucla.edu>
3798
3799         * lib/quotearg.h (quotearg_free): New decl.
3800         * lib/quotearg.c (quotearg_free): New function.
3801         (slot0, nslots, slotvec0, slotvec):
3802         Now file-scope so that quotearg_free can get at them.
3803
3804 2006-11-08  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3805
3806         Sync from Automake.
3807         * build-aux/gnupload: Add missing 'gnu' to example URL.
3808         Report by Karl Berry.
3809
3810 2006-11-08  Bruno Haible  <bruno@clisp.org>
3811
3812         * m4/inline.m4 (gl_INLINE): Also test __NO_INLINE__.
3813         Suggested by Paul Eggert.
3814
3815 2006-11-08  Jim Meyering  <jim@meyering.net>
3816
3817         * lib/fts.c [!_LGPL_PACKAGE]: Don't include fcntl--.h twice.
3818         It's already included if !_LIBC.
3819         (fts_safe_changedir): Add a comment.
3820
3821 2006-11-07  Paul Eggert  <eggert@cs.ucla.edu>
3822
3823         * m4/longlong.m4 (AC_TYPE_LONG_LONG_INT): Detect bug in
3824         Tandem NonStop Kernel (OSS) cc -O circa 2004, reported by
3825         Matthew Woehlke.
3826
3827         * lib/xalloc.h (XMALLOC, XNMALLOC, XZALLOC, XCALLOC): Move
3828         definitions up, to avoid colliding with change below.
3829         (static_inline) [HAVE_INLINE]: New macro.
3830         (xnmalloc, xnrealloc, x2nrealloc, xcharalloc):
3831         Provide extern decls when !HAVE_INLINE.  Do not define unless
3832         static_inline is defined, either by us or by xmalloc.c.  Use
3833         static_inline rather than static inline.
3834         (XCALLOC): Optimize sizeof(T) = 1 case.
3835         * lib/xmalloc.c (static_inline) [!HAVE_INLINE]: New macro.
3836
3837 2006-11-07  Bruno Haible  <bruno@clisp.org>
3838
3839         * lib/xalloc.h (XNMALLOC): Restore optimization of sizeof(T) = 1 case.
3840         * m4/xalloc.m4 (gl_PREREQ_XALLOC): Require gl_INLINE instead of
3841         AC_C_INLINE.
3842         * modules/xalloc (Files): Add m4/inline.m4.
3843
3844 2006-11-07  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3845
3846         * README: Fix typo.
3847         * doc/gnulib.texi (Miscellaneous Notes): Likewise, rename...
3848         (Miscellanous Notes): ...from this.
3849
3850 2006-11-07  Paul Eggert  <eggert@cs.ucla.edu>
3851
3852         * m4/flexmember.m4 (AC_C_FLEXIBLE_ARRAY_MEMBER):
3853         Mention that offsetof should be used instead of sizeof.
3854         From Bruno Haible.
3855
3856 2006-11-07  Bruno Haible  <bruno@clisp.org>
3857
3858         * lib/w32spawn.h (prepare_spawn): Use XNMALLOC instead of xmalloc.
3859
3860 2006-11-06  Paul Eggert  <eggert@cs.ucla.edu>
3861
3862         Simplify xmalloc expressions. Add overflow check in xmalloc arguments.
3863         * lib/gl_anyavltree_list2.h (create_subtree_with_contents):
3864         (gl_tree_create, gl_tree_add_first, gl_tree_add_last):
3865         (gl_tree_add_before, gl_tree_add_after):
3866         Use XMALLOC instead of xmalloc, and XCALLOC instead of xzalloc.
3867         * lib/gl_anyhash_list2.h (hash_resize): Likewise.
3868         * lib/gl_anylinked_list2.h (gl_linked_create_empty, gl_linked_create):
3869         (gl_linked_add_first, gl_linked_add_last, gl_linked_add_before):
3870         (gl_linked_add_after, gl_linked_add_at): Likewise.
3871         * lib/gl_anyrbtree_list2.h (create_subtree_with_contents):
3872         (gl_tree_create, gl_tree_add_first, gl_tree_add_last):
3873         (gl_tree_add_before, gl_tree_add_after): Likewise.
3874         * lib/gl_anytree_list2.h (gl_tree_create_empty): Likewise.
3875         * lib/gl_anytree_oset.h (gl_tree_create_empty): Likewise.
3876         * lib/gl_anytreehash_list1.h (add_to_bucket): Likewise.
3877
3878 2006-11-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3879
3880         * lib/gl_oset.h: Use C comment style, not C++ comment style.
3881
3882 2006-11-06  Bruno Haible  <bruno@clisp.org>
3883
3884         * m4/inline.m4: New file.
3885         * m4/gl_list.m4 (gl_LIST): Require gl_INLINE.
3886         * modules/list (Files): Add m4/inline.m4.
3887         * modules/oset (Files): Likewise.
3888
3889 2006-11-06  Paul Eggert  <eggert@cs.ucla.edu>
3890
3891         * lib/idcache.c: Include <stddef.h>, for offsetof.
3892         (struct userid.name): Change from char * to a flexible array member.
3893         All uses changed.
3894         * modules/idcache (Depends-on): Add flexmember.
3895
3896         * MODULES.html.sh (Core language properties): New module flexmember.
3897         * modules/flexmember, m4/flexmember.m4: New files.
3898
3899         * lib/xalloc.h (xnmalloc, xnrealloc, x2nrealloc): Now static
3900         inline functions that are identical with the old xnmalloc_inline,
3901         xnrealloc_inline, x2nrealloc_inline of lib/xmalloc.c.  This is so
3902         that we can avoid some unnecessary integer multiplications and
3903         divisions in the common case where the element size is known at
3904         compile time.
3905         (XNMALLOC) [HAVE_INLINE]: Remove special case, which is no longer
3906         needed.
3907         (xnboundedmalloc): Remove.
3908         (XMALLOC, XNMALLOC, XZALLOC, XCALLOC): Use lower-case letters for
3909         arguments, for consistency with rest of this header.
3910         (xcharalloc): Rewrite using XNMALLOC.
3911         * lib/xmalloc.c (xnmalloc_inline, xnmalloc, xnrealloc_inline):
3912         (xnrealloc, x2nrealloc_inline, x2nrealloc): Remove.  The *_inline
3913         versions have been moved to lib/xalloc.h and renamed to be the
3914         non-*_inline versions.
3915         (xmalloc, xrealloc): Implement without reference to the xnmalloc
3916         and xnrealloc functions, since those functions are now inline and
3917         now call us.
3918         (x2realloc): Invoke x2realloc, not x2realloc_inline, to accommodate
3919         renaming described above.
3920         * m4/xalloc.m4 (gl_PREREQ_XMALLOC): Remove AC_C_INLINE since
3921         xmalloc.c no longer uses inline directly.  gl_PREREQ_XALLOC now
3922         captures the dependency in AC_C_INLINE.
3923
3924         New module canonicalize-lgpl, proposed by Charles Wilson in
3925         <http://lists.gnu.org/archive/html/bug-gnulib/2006-11/msg00020.html>
3926         with a few small changes afterwards.
3927         * MODULES.html.sh (File system functions): New module
3928         canonicalize-lgpl.
3929         * lib/canonicalize.h: Add comments for canonicalize_filename_mode
3930         and canonicalize_file_name.
3931         * lib/canonicalize-lgpl.c, m4/canonicalize-lgpl.m4:
3932         * modules/canonicalize-lgpl: New files.
3933
3934 2006-11-05  Bruno Haible  <bruno@clisp.org>
3935
3936         * gnulib-tool (func_import, func_create_testdir): Create directories
3937         also for files in subdirectories of lib/.
3938
3939 2006-11-05  Bruno Haible  <bruno@clisp.org>
3940
3941         * lib/gl_array_list.c (gl_array_iterator_next): Make pointer decrement
3942         ANSI C compliant.
3943
3944 2006-11-03  Bruno Haible  <bruno@clisp.org>
3945
3946         Simplify xmalloc expressions. Add overflow check in xmalloc arguments.
3947         * m4/xalloc.m4 (gl_PREREQ_XALLOC): Require AC_C_INLINE.
3948         * lib/xalloc.h (XMALLOC, XNMALLOC, XZALLOC, XCALLOC): New macros.
3949         (xnboundedmalloc): New inline function.
3950         * lib/classpath.c (new_classpath): Use XNMALLOC instead of xmalloc.
3951         * lib/clean-temp.c (create_temp_dir): Use XNMALLOC, XMALLOC instead of
3952         xmalloc.
3953         * lib/concatpath.c (concatenated_pathname): Use XNMALLOC instead of
3954         xmalloc.
3955         * lib/fatal-signal.c (at_fatal_signal): Use XNMALLOC instead of xmalloc.
3956         * lib/findprog.c (find_in_path): Use XNMALLOC instead of xmalloc.
3957         * lib/gl_array_list.c (gl_array_create_empty): Use XMALLOC instead of
3958         xmalloc.
3959         (gl_array_create): Use XNMALLOC, XMALLOC instead of xmalloc.
3960         * lib/gl_array_oset.c (gl_array_create_empty): Use XNMALLOC instead of
3961         xmalloc.
3962         * lib/gl_avltree_oset.c (gl_tree_add_first, gl_tree_add_before,
3963         gl_tree_add_after): Use XMALLOC instead of xmalloc.
3964         * lib/gl_carray_list.c (gl_carray_create_empty): Use XMALLOC instead of
3965         xmalloc.
3966         (gl_carray_create): Use XNMALLOC, XMALLOC instead of xmalloc.
3967         * lib/gl_rbtree_oset.c (gl_tree_add_first, gl_tree_add_before,
3968         gl_tree_add_after): Use XMALLOC instead of xmalloc.
3969         * lib/gl_sublist.c (gl_sublist_create): Use XMALLOC instead of xmalloc.
3970         * lib/pagealign_alloc.c (new_memnode): Use XMALLOC instead of xmalloc.
3971         * lib/sh-quote.c (shell_quote_argv): Use XNMALLOC instead of xmalloc.
3972         * lib/xvasprintf.c (xstrcat): Use XNMALLOC instead of xmalloc.
3973
3974 2006-11-03  Bruno Haible  <bruno@clisp.org>
3975
3976         * lib/c-ctype.h [C++]: Define functions without name mangling.
3977         * lib/fwriteerror.h [C++]: Likewise.
3978         * lib/gcd.h [C++]: Likewise.
3979         * lib/linebreak.h [C++]: Likewise.
3980
3981 2006-11-03  Paul Eggert  <eggert@cs.ucla.edu>
3982
3983         * lib/canonicalize.h: (canonicalize_mode_t, CAN_EXISTING):
3984         (CAN_ALL_BUT_LAST, CAN_MISSING, canonicalize_filename_mode):
3985         Define only if PROVIDE_CANONICALIZE_FILENAME_MODE is defined.
3986         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME):
3987         Check for functions and headers just once.
3988         Check for declaration of canonicalize_file_name.
3989         Define PROVIDE_CANONICALIZE_FILENAME_MODE.
3990
3991 2006-11-02  Charles Wilson  <cygwin@cwilson.fastmail.fm>
3992
3993         * gnulib-tool (func_import): Fix typo in actioncmd.
3994
3995 2006-11-02  Bruno Haible  <bruno@clisp.org>
3996
3997         * gnulib-tool (func_get_automake_snippet): Interpret a backslash-
3998         newline sequence in the Makefile.am snippet as a space, like "make"
3999         does.
4000         Reported by Roger Persson <perrog@gmail.com>.
4001
4002 2006-11-01  Bruno Haible  <bruno@clisp.org>
4003
4004         * m4/strcase.m4 (gl_FUNC_STRNCASECMP): Check whether strncasecmp is
4005         already declared in <string.h>.
4006         * lib/strcase.h (strncasecmp): Don't declare it if yes.
4007
4008 2006-11-01  Bruno Haible  <bruno@clisp.org>
4009
4010         * m4/strcase.m4 (gl_FUNC_STRCASECMP): Don't define strcasecmp here.
4011         * lib/strcase.h: Include <string.h>.
4012         (strcasecmp): Define to rpl_strcasecmp here.
4013
4014 2006-11-01  Bruno Haible  <bruno@clisp.org>
4015
4016         * lib/printf-parse.c (PRINTF_PARSE): Cast malloc/realloc results.
4017
4018 2006-11-01  Eric Blake  <ebb9@byu.net>
4019
4020         * lib/mkstemp-safer.c (mkstemp_safer): Allow C++ compilation.
4021
4022         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Allow C++ configuration.
4023
4024 2006-10-29  Bruno Haible  <bruno@clisp.org>
4025
4026         Make it compile in C++ mode.
4027         * lib/full-write.c (full_rw): Add a cast.
4028
4029 2006-11-01  Bruno Haible  <bruno@clisp.org>
4030
4031         * gnulib-tool (func_get_automake_snippet): Change sed_combine_lines to
4032         be POSIX compliant.
4033         Reported by Roger Persson <perrog@gmail.com>.
4034
4035 2006-11-01  Eric Blake  <ebb9@byu.net>
4036
4037         * lib/getopt_.h: Fix comments.
4038
4039 2006-10-31  Eric Blake  <ebb9@byu.net>
4040
4041         * modules/tmpdir (Depends-on): Add sys_stat.
4042         * modules/mkdtemp (Depends-on): Add tempname, drop unistd.
4043         * lib/mkdtemp.c (gen_tempname): Remove; tempname covers this.
4044         * lib/tmpdir.c (S_ISDIR): Simplify, thanks to sys_stat.
4045         * m4/mkdtemp.m4 (gl_PREREQ_MKDTEMP): Simplify, thanks to
4046         tempname.
4047
4048 2006-10-31  Paul Eggert  <eggert@cs.ucla.edu>
4049
4050         Avoid some C++ diagnostics reported by Bruno Haible.
4051         * lib/quotearg.c (clone_quoting_options): Use xmemdup rather than
4052         xmalloc.
4053         (quotearg_alloc): Use xcharalloc rather than xmalloc.
4054         (struct slotvec): Move to top level.
4055         (quotearg_n_options): Rewrite to avoid xmalloc.
4056         * lib/xalloc.h (xcharalloc): New function.
4057         * (xrealloc, xnrealloc, x2realloc, x2nrealloc, xmemdup):
4058         [defined __cplusplus]: Add function template that provides result
4059         type propagation.  This part of the change is from Bruno Haible.
4060
4061 2006-10-29  Bruno Haible  <bruno@clisp.org>
4062
4063         Make it compile in C++ mode.
4064         * lib/striconv.c (mem_cd_iconv): Cast malloc/realloc result.
4065         * lib/strnlen1.c (strnlen1): Cast memchr result.
4066         * lib/mbchar.h (mb_copy): Rename arguments to 'new_mbc', 'old_mbc'.
4067         * lib/clean-temp.c (string_equals, string_hash): Add casts.
4068         (create_temp_dir): Rename local variable 'template'.
4069         (compile_csharp_using_sscli): Add cast.
4070         * lib/fatal-signal.c (at_fatal_signal): Cast xmalloc result.
4071         * lib/findprog.c (find_in_path): Likewise.
4072         * lib/linebreak.c (mbs_width_linebreaks): Cast malloc result.
4073         * lib/wait-process.c (register_slave_subprocess): Likewise.
4074
4075 2006-10-22  Bruno Haible  <bruno@clisp.org>
4076
4077         * modules/tsearch: New file.
4078         * lib/tsearch.h: New file.
4079         * lib/tsearch.c: New file, from glibc-2.5 with small modifications.
4080         * m4/tsearch.m4: New file.
4081         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add tsearch.
4082
4083 2006-10-29  Eric Blake  <ebb9@byu.net>
4084
4085         * lib/arcfour.c: Assume config.h.
4086         * lib/arctwo.c: Likewise.
4087         * lib/base64.c: Likewise.
4088         * lib/check-version.c: Likewise.
4089         * lib/crc.c: Likewise.
4090         * lib/des.c: Likewise.
4091         * lib/gc-gnulib.c: Likewise.
4092         * lib/gc-libgcrypt.c: Likewise.
4093         * lib/gc-pbkdf2-sha1.c: Likewise.
4094         * lib/getaddrinfo.c: Likewise.
4095         * lib/getdelim.c: Likewise.
4096         * lib/getline.c: Likewise.
4097         * lib/hmac-md5.c: Likewise.
4098         * lib/hmac-sha1.c: Likewise.
4099         * lib/iconvme.c: Likewise.
4100         * lib/md2.c: Likewise.
4101         * lib/md4.c: Likewise.
4102         * lib/memxor.c: Likewise.
4103         * lib/read-file.c: Likewise.
4104         * lib/readline.c: Likewise.
4105         * lib/rijndael-alg-fst.c: Likewise.
4106         * lib/rijndael-api-fst.c: Likewise.
4107         * lib/xgetdomainname.c: Likewise.
4108
4109 2006-10-28  Eric Blake  <ebb9@byu.net>
4110
4111         * lib/xstrndup.c: Assume config.h.
4112
4113 2006-10-27  Paul Eggert  <eggert@cs.ucla.edu>
4114
4115         Move stat.h-substitute stuff from lib/stat-macros.h to lib/stat_.h.
4116         stat-macros.h is now for our own macros, whereas stat_h is for
4117         macros in the <sys/stat.h> name space.
4118         * lib/stat-macros.h: Remove copyright notice, as this file is now tiny.
4119         (STAT_MACROS_H): Remove.
4120         (S_IFMT, S_ISBLK, S_ISCHR, S_ISDIR, S_ISFIFO, S_ISLNK, S_ISNAM):
4121         (S_ISMPB, S_ISMPC, S_ISNWK, S_ISREG, S_ISSOCK, S_ISDOOR, S_ISPORT):
4122         (S_TYPEISMQ, S_TYPEISTMO, S_TYPEISSEM, S_TYPEISSHM, S_ISCTG, S_ISOFD):
4123         (S_ISOFL, S_ISWHT, S_ISUID, S_ISGID, S_ISVTX, S_IRUSR, S_IRGRP):
4124         (S_IROTH, S_IWUSR, S_IWGRP, S_IWOTH, S_IXUSR, S_IXGRP, S_IXOTH):
4125         (S_IRWXU, S_IRWXG, S_IRWXO, S_IXUGO, S_IRWXUGO):
4126         Move these macros to ...
4127         * lib/stat_.h: here.  Don't include stat-macros.h.
4128         * lib/canonicalize.c: Don't include stat-macros.h.
4129         * lib/chown.c: Likewise.
4130         * lib/euidaccess.c: Likewise.
4131         * lib/file-type.c: Likewise.
4132         * lib/filemode.c: Likewise.
4133         * lib/glob.c: Likewise.
4134         * lib/isapipe.c: Likewise.
4135         * lib/lchown.c: Likewise.
4136         * lib/lstat.c: Likewise.
4137         * lib/mkdir-p.c: Likewise.
4138         * lib/rmdir.c: Likewise.
4139         * m4/lchown.m4 (gl_FUNC_LCHOWN): Don't require gl_STAT_MACROS.
4140         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Don't check for io.h
4141         unless mkdir isn't declared, to speed up 'configure'.
4142         Always create sys/stat.h, since it's unlikely any real sys/stat.h
4143         would define all the S_* symbols.
4144         * modules/canonicalize (Depends-on):
4145         Depend on sys_stat, not stat-macros.
4146         * modules/chown: Likewise.
4147         * modules/euidaccess: Likewise.
4148         * modules/filemode: Likewise.
4149         * modules/file-type: Likewise.
4150         * modules/glob: Likewise.
4151         * modules/isapipe: Likewise.
4152         * modules/lchown: Likewise.
4153         * modules/lstat: Likewise.
4154         * modules/mkancesdirs: Likewise.
4155         * modules/rmdir: Likewise.
4156         * modules/mkdir-p (Depends-on): Also depend on sys_stat.
4157         * modules/modechange: Likewise.
4158         * modules/stat-macros (Files): Remove m4/stat-macros.m4.
4159         (configure.ac): Remove gl_STAT_MACROS.
4160         * modules/sys_stat (Depends-on): Remove stat-macros.
4161
4162 2006-10-27  Bruno Haible  <bruno@clisp.org>
4163
4164         * m4/signed.m4: Remove file.
4165         * m4/vasnprintf.m4 (gl_PREREQ_PRINTF_ARGS_: Remove bh_C_SIGNED
4166         invocation.
4167         * modules/vasnprintf (Files): Remove m4/signed.m4.
4168
4169 2006-10-27  Bruno Haible  <bruno@clisp.org>
4170
4171         Update to GNU gettext 0.16.
4172         * modules/gettext (Files): Add m4/intl.m4, m4/intldir.m4. Remove
4173         m4/inttypes-h.m4, m4/signed.m4.
4174         * m4/gettext.m4: Update to GNU gettext 0.16.
4175         * m4/intl.m4: New file, from GNU gettext.
4176         * m4/intldir.m4: New file, from GNU gettext.
4177         * config/srclist.txt: Update
4178
4179 2006-10-27  Eric Blake  <ebb9@byu.net>
4180
4181         * MODULES.html.sh: Document tempname.
4182         * modules/mkstemp (Depends-on): Add tempname, and drop transitive
4183         dependencies.
4184         (Files): Move lib/tempname.c...
4185         * modules/tempname: ...to this new module.
4186         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Remove tempname checks.
4187         (gl_PREREQ_TEMPNAME): Move...
4188         * m4/tempname.m4: ...to this new file.
4189         * lib/mkstemp.c (includes) [!_LIBC]: Use tempname.h.
4190         * modules/sys_stat (Depends-on): Add stat-macros.
4191         * lib/stat_.h (includes): Pick up stat macros.
4192         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Replace <sys/stat.h>
4193         if stat macros are broken.
4194         * lib/tempname.c (includes): No need to include "stat-macros.h".
4195         (__gen_tempname) [!_LIBC]: Expose as gen_tempname.
4196         (direxists, __path_search) [!_LIBC]: Don't compile these in
4197         gnulib; the tmpdir module covers that.
4198         * lib/tempname.h: New file.
4199
4200 2006-10-26  Paul Eggert  <eggert@cs.ucla.edu>
4201
4202         * COPYING: Explain how gnulib-tool converts licence headers.
4203         Almost all wording by Eric Blake.
4204
4205 2006-10-25  Paul Eggert  <eggert@cs.ucla.edu>
4206
4207         * lib/mbchar.h (is_basic_table): Make read-only.
4208         * lib/mbchar.c (is_basic_table): Likewise.
4209         Reported by John Darrington.
4210
4211 2006-10-25  Bruno Haible  <bruno@clisp.org>
4212
4213         * lib/progname.h (set_program_name): Undefine before defining.
4214
4215 2006-10-25  Bruno Haible  <bruno@clisp.org>
4216
4217         * lib/gettext.h (_LIBGETTEXT_HAVE_VARIABLE_SIZE_ARRAYS): Define to
4218         false for non-gcc C++ compilers.
4219         Reported by Nelson H. F. Beebe <beebe@math.utah.edu>.
4220
4221 2006-10-24  Bruno Haible  <bruno@clisp.org>
4222
4223         * lib/striconv.c (mem_cd_iconv, str_cd_iconv): Treat all non-GNU
4224         iconv implementations like Irix iconv.
4225
4226 2006-10-24  Paul Eggert  <eggert@cs.ucla.edu>
4227
4228         * modules/vararrays: New file.
4229         * m4/vararrays.m4: New file, taken from diffutils.
4230         * MODULES.html.sh: New module vararrays.
4231
4232 2006-10-24  Karl Berry  <karl@gnu.org>
4233
4234         * doc/gnulib-intro.texi: --- instead of --; non-naive naive.
4235         Don't call GNU Unix.
4236
4237 2006-10-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4238
4239         * users.txt: Add Libtool.
4240
4241         Sync from Libtool:
4242
4243         2006-10-24  Paul Eggert  <eggert@cs.ucla.edu>
4244
4245         * lib/argz.c: Remove check for HAVE_CONFIG_H, to conform
4246         to gnulib's policy of including config.h unconditionally.
4247
4248 2006-10-24  Bruno Haible  <bruno@clisp.org>
4249
4250         * modules/wcwidth (Files): Add m4/wint_t.m4.
4251         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Require gt_TYPE_WINT_T.
4252         * lib/wcwidth.h (iswprint): Use 'int' if 'wint_t' is not defined.
4253
4254 2006-10-24  Paul Eggert  <eggert@cs.ucla.edu>
4255
4256         * lib/getdate.y (yyerror): Make the arguments pointer-to-const,
4257         to pacify GCC with some -W flags enabled.  Problem reported by
4258         Bruno Haible.
4259
4260 2006-10-24  Jim Meyering  <jim@meyering.net>
4261
4262         * MODULES.html.sh: Remove uinttostr.  It's not a module.
4263         Reported by Karl Berry.
4264
4265 2006-10-23  Bruno Haible  <bruno@clisp.org>
4266
4267         * lib/fts.c (fts_build): Move variable declaration, for C89 compliance.
4268
4269 2006-10-24  Bruno Haible  <bruno@clisp.org>
4270
4271         * lib/gl_list.h: Use C comment style, not C++ comment style.
4272
4273 2006-10-23  Eric Blake  <ebb9@byu.net>
4274
4275         * lib/getaddrinfo.c (includes): Add missing include.
4276
4277 2006-10-23  Bruno Haible  <bruno@clisp.org>
4278             Paul Eggert  <eggert@cs.ucla.edu>
4279
4280         Ability to rename obstack_free.
4281         * lib/obstack.h (__obstack_free): New macro. Declare instead of
4282         obstack_free.
4283         (obstack_free): Invoke the __obstack_free macro.
4284         * lib/obstack.c (obstack_free): Use __obstack_free macro.
4285
4286 2006-10-23  Bruno Haible  <bruno@clisp.org>
4287             Paul Eggert  <eggert@cs.ucla.edu>
4288
4289         * lib/argp.h (argp_parse, __argp_parse): Comment out the identifiers
4290         __argc, __argv from the declaration. (They are defined as macros on
4291         mingw.)
4292
4293 2006-10-22  Bruno Haible  <bruno@clisp.org>
4294
4295         * doc/gnulib-intro.texi: New file.
4296         * doc/gnulib.texi: Include it.
4297
4298 2006-10-21  Bruno Haible  <bruno@clisp.org>
4299
4300         * doc/gnulib.texi: Split the chapter "Gnulib" into 3 chapters
4301         "Introduction", "Miscellanous Notes", "Particular Modules".
4302
4303 2006-10-21  Bruno Haible  <bruno@clisp.org>
4304
4305         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
4306         Change mostlyclean-local rule to avoid sh syntax error from bash
4307         versions 2.00..2.05 when $(MOSTLYCLEANDIRS) is empty.
4308
4309 2006-10-23  Jim Meyering  <jim@meyering.net>
4310
4311         * lib/getaddrinfo.c (getnameinfo): Use new lightweight uinttostr,
4312         in place of snprintf.
4313
4314         * modules/inttostr (Files): Add lib/uinttostr.c.
4315         * lib/uinttostr.c (inttostr): New file/function.
4316         * lib/inttostr.h (uinttostr): Declare.
4317         * m4/inttostr.m4: Add AC_LIBOBJ([uinttostr]).
4318         * MODULES.html.sh (Numeric conversion functions <stdlib.h>):
4319         Add uinttostr.
4320         * modules/getaddrinfo (Depends-on): Remove snprintf.  Add inttostr.
4321
4322 2006-10-21  Paul Eggert  <eggert@cs.ucla.edu>
4323
4324         * lib/canonicalize.c (ELOOP): Define if not already defined.
4325         Problem reported by Bruno Haible in
4326         <http://lists.gnu.org/archive/html/bug-gnulib/2006-10/msg00282.html>.
4327
4328 2006-10-21  Paul Eggert  <eggert@cs.ucla.edu>
4329
4330         * lib/stdint_.h [defined _AIX]: Don't include <sys/types.h>.
4331         Problem reported by Perry Smith and Ville Laurikari.
4332
4333         * lib/getndelim2.c (SSIZE_MAX): Use same defn that getdelim.c
4334         uses.
4335
4336 2006-10-19  Bruno Haible  <bruno@clisp.org>
4337
4338         * lib/getndelim2.c (SSIZE_MAX): Provide fallback definition. Needed
4339         for mingw.
4340
4341 2006-10-19  Bruno Haible  <bruno@clisp.org>
4342
4343         * lib/openat-priv.h (EOPNOTSUPP): Provide fallback definition.
4344         Needed for mingw.
4345
4346 2006-10-19  Bruno Haible  <bruno@clisp.org>
4347
4348         * m4/size_max.m4 (gl_SIZE_MAX): Cache the result.
4349
4350 2006-10-19  Bruno Haible  <bruno@clisp.org>
4351
4352         * m4/allocsa.m4 (gl_ALLOCSA): Invoke gl_FUNC_ALLOCA, don't AC_REQUIRE
4353         it.
4354
4355 2006-10-19  Bruno Haible  <bruno@clisp.org>
4356
4357         * m4/alloca.m4 (gl_FUNC_ALLOCA): Cache the result of the AC_EGREP_CPP
4358         invocation.
4359
4360 2006-10-19  Bruno Haible  <bruno@clisp.org>
4361
4362         * gnulib-tool (func_create_testdir): Don't include ftruncate and
4363         mountlist by default.
4364
4365 2006-10-16  Bruno Haible  <bruno@clisp.org>
4366
4367         * lib/c-strstr.c: Include c-strstr.h.
4368
4369 2006-10-18  Charles Wilson  <cygwin@cwilson.fastmail.fm>
4370
4371         * gnulib-tool: Don't clobber $sourcebase when $local_gnulib_dir ends
4372         in a slash.
4373
4374 2006-10-18  Bruno Haible  <bruno@clisp.org>
4375
4376         * lib/lock.h [C++]: Wrap definitions in extern "C".
4377
4378 2006-10-18  Bruno Haible  <bruno@clisp.org>
4379
4380         * gnulib-tool (func_emit_initmacro_end): Remove duplicates from the
4381         gl_LIBOBJS list.
4382
4383 2006-10-18  Bruno Haible  <bruno@clisp.org>
4384
4385         * lib/findprog.c (find_in_path): Avoid "gcc -Wwrite-strings" warning.
4386
4387 2006-10-19  Paul Eggert  <eggert@cs.ucla.edu>
4388
4389         * lib/xstrtol.h: Include gettext.h.
4390         (_STRTOL_ERROR): Wrap English-language formats inside gettext.
4391         Problem reported by Eric Blake.
4392         * modules/xstrtol (Depends-on): Add gettext-h.
4393
4394 2006-10-19  Paul Eggert  <eggert@cs.ucla.edu>  (tiny change)
4395
4396         * lib/strftime.c (advance): New macro.
4397         (add): Use it to avoid adding 0 to a FILE *.  FILE can be an
4398         incomplete type, so you can't add 0 to it.  Problem and patch
4399         reported by Eelco Dolstra for dietlibc.
4400
4401 2006-10-18  Jim Meyering  <jim@meyering.net>
4402
4403         * lib/readutmp.c (desirable_utmp_entry): Use "bool" as the
4404         type for a local, and rename it: s/up/user_proc/.
4405
4406 2006-10-18  Sergey Poznyakoff  <gray@gnu.org.ua>
4407
4408         * lib/readutmp.c (desirable_utmp_entry): Implement new flag:
4409         READ_UTMP_USER_PROCESS.
4410         * lib/readutmp.h (READ_UTMP_USER_PROCESS): New flag
4411
4412 2006-10-17  Paul Eggert  <eggert@cs.ucla.edu>
4413
4414         * lib/localcharset.c: Do not check HAVE_SETLOCALE.
4415         * m4/localcharset.m4 (gl_LOCALCHARSET): Don't check for setlocale.
4416
4417 2006-10-17  Eric Blake  <ebb9@byu.net>
4418
4419         * lib/sigprocmask.c (sigprocmask): Fix typo.
4420
4421         * m4/signalblocking.m4 (gl_PREREQ_SIGPROCMASK): Fix typo.
4422
4423         * modules/clean-temp (Makefile.am): Don't add to make output...
4424         (configure.ac): ...instead define SIGNAL_SAFE_LIST inside
4425         config.h.
4426
4427 2006-10-17  Bruno Haible  <bruno@clisp.org>
4428
4429         * lib/gettext.h (gettext, ngettext, pgettext, npgettext): Define
4430         differently if DEFAULT_TEXT_DOMAIN is set.
4431
4432 2006-10-16  Bruno Haible  <bruno@clisp.org>
4433
4434         * lib/clean-temp.c: Include fwriteerror.h.
4435
4436 2006-10-16  Bruno Haible  <bruno@clisp.org>
4437
4438         * getndelim2.m4 (gl_GETNDELIM2): Remove 2003-10-23 hack.
4439
4440 2006-10-16  Bruno Haible  <bruno@clisp.org>
4441
4442         * m4/signalblocking.m4 (gl_PREREQ_SIGPROCMASK): Also test for sigset_t.
4443         * lib/sigprocmask.h: Include <sys/types.h>.
4444         (sigset_t): Use the system's definition if present.
4445
4446 2006-10-17  Eric Blake  <ebb9@byu.net>
4447
4448         * lib/xvasprintf.c (includes): Assume config.h.
4449         * lib/xasprintf.c (includes): Likewise.
4450
4451 2006-10-16  Paul Eggert  <eggert@cs.ucla.edu>
4452
4453         * lib/fsusage.c (PROPAGATE_ALL_ONES): Don't assume uintmax_t is
4454         at least as wide as intmax_t.
4455
4456 2006-10-16  Alexandre Duret-Lutz  <adl@gnu.org>
4457
4458         (Imported from Automake.)
4459         * build-aux/gnupload: Update to version 1.1 of directive file.
4460
4461 2006-10-16  Eric Blake  <ebb9@byu.net>
4462
4463         * modules/configmake (Makefile.am): Add pkglibexecdir support, to
4464         match Automake 1.10a.
4465
4466 2006-10-14  Bruno Haible  <bruno@clisp.org>
4467
4468         * modules/sigprocmask: New file.
4469         * lib/sigprocmask.h: New file.
4470         * lib/sigprocmask.c: New file.
4471         * m4/signalblocking.m4 (gl_SIGNALBLOCKING): Renamed from
4472         gt_SIGNALBLOCKING. When not defining HAVE_POSIX_SIGNALBLOCKING,
4473         request sigprocmask.o.
4474         (gl_PREREQ_SIGPROCMASK): New macro.
4475         * modules/fatal-signal (Files): Remove m4/signalblocking.m4.
4476         (Depends-on): Add sigprocmask.
4477         * m4/fatal-signal.m4 (gl_FATAL_SIGNAL): Don't require
4478         gt_SIGNALBLOCKING. Test for 'raise' only once.
4479         * lib/fatal-signal.c: Include sigprocmask.h.
4480         (fatal_signal_set, init_fatal_signal_set, block_fatal_signals,
4481         unblock_fatal_signals): Define always.
4482         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
4483         sigprocmask.
4484
4485 2006-10-14  Paul Eggert  <eggert@cs.ucla.edu>
4486
4487         Sync from Automake.
4488         * build-aux/install-sh (posix_mkdir): Reject FreeBSD 6.1 mkdir -p -m,
4489         which incorrectly sets the mode of an existing destination
4490         directory.  In some cases the unpatched install-sh could do the
4491         equivalent of "chmod 777 /" or "chmod 0 /" on a buggy FreeBSD
4492         system.  We hope this is rare in practice, but it's clearly worth
4493         fixing.  Problem reported by Alex Unleashed in
4494         <http://lists.gnu.org/archive/html/bug-autoconf/2006-10/msg00012.html>.
4495         Also, don't bother to check for -m bugs unless we're using -m;
4496         suggested by Stepan Kasal.
4497
4498 2006-10-14  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4499
4500         Sync from Automake.
4501         * build-aux/depcomp (gcc3): Put dependency extraction flags before the
4502         `-c' flag, so they appear at the same position as in %FASTDEP%
4503         mode in depend2.am.  Fixes build failure for FreeBSD's c89,
4504         which ignores unknown options only after the first non-option.
4505         Bug report against M4 by Nelson H. F. Beebe.
4506
4507 2006-10-13  Jim Meyering  <jim@meyering.net>
4508
4509         Fix a bug in yesterday's change.
4510         * lib/fts.c (fts_open): When using FTS_XDEV|FTS_NOSTAT,
4511         p->fts_statp->st_dev would be used uninitialized.
4512         Ensures that we always call fts_stat on the very first entry.
4513         Miklos Szeredi reported that find -xdev stopped working.
4514
4515 2006-10-12  Bruno Haible  <bruno@clisp.org>
4516
4517         * gnulib-tool (func_get_automake_snippet): Append an automatically
4518         computed EXTRA_DIST augmentation.
4519         * modules/acl (Makefile.am): Remove EXTRA_DIST augmentation.
4520         * modules/alloca-opt (Makefile.am): Likewise.
4521         * modules/allocsa (Makefile.am): Likewise.
4522         * modules/arcfour (Makefile.am): Likewise.
4523         * modules/arctwo (Makefile.am): Likewise.
4524         * modules/argmatch (Makefile.am): Likewise.
4525         * modules/argz (Makefile.am): Likewise.
4526         * modules/atexit (Makefile.am): Likewise.
4527         * modules/backupfile (Makefile.am): Likewise.
4528         * modules/byteswap (Makefile.am): Likewise.
4529         * modules/c-strtod (Makefile.am): Likewise.
4530         * modules/c-strtold (Makefile.am): Likewise.
4531         * modules/calloc (Makefile.am): Likewise.
4532         * modules/canon-host (Makefile.am): Likewise.
4533         * modules/canonicalize (Makefile.am): Likewise.
4534         * modules/chdir-long (Makefile.am): Likewise.
4535         * modules/chdir-safer (Makefile.am): Likewise.
4536         * modules/check-version (Makefile.am): Likewise.
4537         * modules/chown (Makefile.am): Likewise.
4538         * modules/cloexec (Makefile.am): Likewise.
4539         * modules/close-stream (Makefile.am): Likewise.
4540         * modules/closeout (Makefile.am): Likewise.
4541         * modules/crc (Makefile.am): Likewise.
4542         * modules/csharpexec (Makefile.am): Likewise.
4543         * modules/cycle-check (Makefile.am): Likewise.
4544         * modules/des (Makefile.am): Likewise.
4545         * modules/dev-ino (Makefile.am): Likewise.
4546         * modules/dirfd (Makefile.am): Likewise.
4547         * modules/dirname (Makefile.am): Likewise.
4548         * modules/dup2 (Makefile.am): Likewise.
4549         * modules/eealloc (Makefile.am): Likewise.
4550         * modules/error (Makefile.am): Likewise.
4551         * modules/euidaccess (Makefile.am): Likewise.
4552         * modules/exclude (Makefile.am): Likewise.
4553         * modules/exitfail (Makefile.am): Likewise.
4554         * modules/fcntl-safer (Makefile.am): Likewise.
4555         * modules/fcntl (Makefile.am): Likewise.
4556         * modules/file-type (Makefile.am): Likewise.
4557         * modules/fileblocks (Makefile.am): Likewise.
4558         * modules/filemode (Makefile.am): Likewise.
4559         * modules/filenamecat (Makefile.am): Likewise.
4560         * modules/fnmatch (Makefile.am): Likewise.
4561         * modules/fopen-safer (Makefile.am): Likewise.
4562         * modules/fpending (Makefile.am): Likewise.
4563         * modules/fprintftime (Makefile.am): Likewise.
4564         * modules/free (Makefile.am): Likewise.
4565         * modules/fsusage (Makefile.am): Likewise.
4566         * modules/ftruncate (Makefile.am): Likewise.
4567         * modules/fts (Makefile.am): Likewise.
4568         * modules/gc-arcfour (Makefile.am): Likewise.
4569         * modules/gc-des (Makefile.am): Likewise.
4570         * modules/gc-hmac-md5 (Makefile.am): Likewise.
4571         * modules/gc-hmac-sha1 (Makefile.am): Likewise.
4572         * modules/gc-md4 (Makefile.am): Likewise.
4573         * modules/gc-pbkdf2-sha1 (Makefile.am): Likewise.
4574         * modules/gc-sha1 (Makefile.am): Likewise.
4575         * modules/gc (Makefile.am): Likewise.
4576         * modules/getaddrinfo (Makefile.am): Likewise.
4577         * modules/getcwd (Makefile.am): Likewise.
4578         * modules/getdelim (Makefile.am): Likewise.
4579         * modules/getdomainname (Makefile.am): Likewise.
4580         * modules/getgroups (Makefile.am): Likewise.
4581         * modules/gethostname (Makefile.am): Likewise.
4582         * modules/gethrxtime (Makefile.am): Likewise.
4583         * modules/getline (Makefile.am): Likewise.
4584         * modules/getloadavg (Makefile.am): Likewise.
4585         * modules/getlogin_r (Makefile.am): Likewise.
4586         * modules/getndelim2 (Makefile.am): Likewise.
4587         * modules/getopt (Makefile.am): Likewise.
4588         * modules/getpagesize (Makefile.am): Likewise.
4589         * modules/getpass-gnu (Makefile.am): Likewise.
4590         * modules/getpass (Makefile.am): Likewise.
4591         * modules/getsubopt (Makefile.am): Likewise.
4592         * modules/gettime (Makefile.am): Likewise.
4593         * modules/gettimeofday (Makefile.am): Likewise.
4594         * modules/getugroups (Makefile.am): Likewise.
4595         * modules/getusershell (Makefile.am): Likewise.
4596         * modules/glob (Makefile.am): Likewise.
4597         * modules/group-member (Makefile.am): Likewise.
4598         * modules/hard-locale (Makefile.am): Likewise.
4599         * modules/hash (Makefile.am): Likewise.
4600         * modules/hmac-md5 (Makefile.am): Likewise.
4601         * modules/hmac-sha1 (Makefile.am): Likewise.
4602         * modules/human (Makefile.am): Likewise.
4603         * modules/idcache (Makefile.am): Likewise.
4604         * modules/imaxabs (Makefile.am): Likewise.
4605         * modules/imaxdiv (Makefile.am): Likewise.
4606         * modules/inet_ntop (Makefile.am): Likewise.
4607         * modules/inet_pton (Makefile.am): Likewise.
4608         * modules/intprops (Makefile.am): Likewise.
4609         * modules/inttostr (Makefile.am): Likewise.
4610         * modules/inttypes (Makefile.am): Likewise.
4611         * modules/isapipe (Makefile.am): Likewise.
4612         * modules/javaversion (Makefile.am): Likewise.
4613         * modules/lchmod (Makefile.am): Likewise.
4614         * modules/lchown (Makefile.am): Likewise.
4615         * modules/localcharset (Makefile.am): Likewise.
4616         * modules/long-options (Makefile.am): Likewise.
4617         * modules/lstat (Makefile.am): Likewise.
4618         * modules/malloc (Makefile.am): Likewise.
4619         * modules/mathl (Makefile.am): Likewise.
4620         * modules/mbchar (Makefile.am): Likewise.
4621         * modules/md2 (Makefile.am): Likewise.
4622         * modules/md4 (Makefile.am): Likewise.
4623         * modules/md5 (Makefile.am): Likewise.
4624         * modules/memcasecmp (Makefile.am): Likewise.
4625         * modules/memchr (Makefile.am): Likewise.
4626         * modules/memcmp (Makefile.am): Likewise.
4627         * modules/memcoll (Makefile.am): Likewise.
4628         * modules/memcpy (Makefile.am): Likewise.
4629         * modules/memmem (Makefile.am): Likewise.
4630         * modules/memmove (Makefile.am): Likewise.
4631         * modules/mempcpy (Makefile.am): Likewise.
4632         * modules/memrchr (Makefile.am): Likewise.
4633         * modules/memset (Makefile.am): Likewise.
4634         * modules/memxor (Makefile.am): Likewise.
4635         * modules/mkancesdirs (Makefile.am): Likewise.
4636         * modules/mkdir-p (Makefile.am): Likewise.
4637         * modules/mkdir (Makefile.am): Likewise.
4638         * modules/mkdtemp (Makefile.am): Likewise.
4639         * modules/mkstemp (Makefile.am): Likewise.
4640         * modules/mktime (Makefile.am): Likewise.
4641         * modules/modechange (Makefile.am): Likewise.
4642         * modules/mountlist (Makefile.am): Likewise.
4643         * modules/nanosleep (Makefile.am): Likewise.
4644         * modules/obstack (Makefile.am): Likewise.
4645         * modules/openat (Makefile.am): Likewise.
4646         * modules/pagealign_alloc (Makefile.am): Likewise.
4647         * modules/pathmax (Makefile.am): Likewise.
4648         * modules/physmem (Makefile.am): Likewise.
4649         * modules/poll (Makefile.am): Likewise.
4650         * modules/posixtm (Makefile.am): Likewise.
4651         * modules/posixver (Makefile.am): Likewise.
4652         * modules/putenv (Makefile.am): Likewise.
4653         * modules/quote (Makefile.am): Likewise.
4654         * modules/quotearg (Makefile.am): Likewise.
4655         * modules/raise (Makefile.am): Likewise.
4656         * modules/read-file (Makefile.am): Likewise.
4657         * modules/readline (Makefile.am): Likewise.
4658         * modules/readlink (Makefile.am): Likewise.
4659         * modules/readtokens (Makefile.am): Likewise.
4660         * modules/readutmp (Makefile.am): Likewise.
4661         * modules/realloc (Makefile.am): Likewise.
4662         * modules/regex (Makefile.am): Likewise.
4663         * modules/rename-dest-slash (Makefile.am): Likewise.
4664         * modules/rename (Makefile.am): Likewise.
4665         * modules/rijndael (Makefile.am): Likewise.
4666         * modules/rmdir (Makefile.am): Likewise.
4667         * modules/rpmatch (Makefile.am): Likewise.
4668         * modules/safe-read (Makefile.am): Likewise.
4669         * modules/safe-write (Makefile.am): Likewise.
4670         * modules/same-inode (Makefile.am): Likewise.
4671         * modules/same (Makefile.am): Likewise.
4672         * modules/save-cwd (Makefile.am): Likewise.
4673         * modules/savedir (Makefile.am): Likewise.
4674         * modules/setenv (Makefile.am): Likewise.
4675         * modules/settime (Makefile.am): Likewise.
4676         * modules/sha1 (Makefile.am): Likewise.
4677         * modules/sig2str (Makefile.am): Likewise.
4678         * modules/snprintf (Makefile.am): Likewise.
4679         * modules/stat-macros (Makefile.am): Likewise.
4680         * modules/stat-time (Makefile.am): Likewise.
4681         * modules/stdbool (Makefile.am): Likewise.
4682         * modules/stdint (Makefile.am): Likewise.
4683         * modules/stdlib-safer (Makefile.am): Likewise.
4684         * modules/stpcpy (Makefile.am): Likewise.
4685         * modules/stpncpy (Makefile.am): Likewise.
4686         * modules/strcase (Makefile.am): Likewise.
4687         * modules/strcasestr (Makefile.am): Likewise.
4688         * modules/strchrnul (Makefile.am): Likewise.
4689         * modules/strcspn (Makefile.am): Likewise.
4690         * modules/strdup (Makefile.am): Likewise.
4691         * modules/strerror (Makefile.am): Likewise.
4692         * modules/strftime (Makefile.am): Likewise.
4693         * modules/strndup (Makefile.am): Likewise.
4694         * modules/strnlen (Makefile.am): Likewise.
4695         * modules/strpbrk (Makefile.am): Likewise.
4696         * modules/strsep (Makefile.am): Likewise.
4697         * modules/strstr (Makefile.am): Likewise.
4698         * modules/strtod (Makefile.am): Likewise.
4699         * modules/strtoimax (Makefile.am): Likewise.
4700         * modules/strtok_r (Makefile.am): Likewise.
4701         * modules/strtol (Makefile.am): Likewise.
4702         * modules/strtoll (Makefile.am): Likewise.
4703         * modules/strtoul (Makefile.am): Likewise.
4704         * modules/strtoull (Makefile.am): Likewise.
4705         * modules/strtoumax (Makefile.am): Likewise.
4706         * modules/strverscmp (Makefile.am): Likewise.
4707         * modules/sys_socket (Makefile.am): Likewise.
4708         * modules/sys_stat (Makefile.am): Likewise.
4709         * modules/sysexits (Makefile.am): Likewise.
4710         * modules/time_r (Makefile.am): Likewise.
4711         * modules/timegm (Makefile.am): Likewise.
4712         * modules/timespec (Makefile.am): Likewise.
4713         * modules/tmpfile-safer (Makefile.am): Likewise.
4714         * modules/trim (Makefile.am): Likewise.
4715         * modules/unistd-safer (Makefile.am): Likewise.
4716         * modules/unlinkdir (Makefile.am): Likewise.
4717         * modules/unlocked-io (Makefile.am): Likewise.
4718         * modules/userspec (Makefile.am): Likewise.
4719         * modules/utime (Makefile.am): Likewise.
4720         * modules/utimecmp (Makefile.am): Likewise.
4721         * modules/utimens (Makefile.am): Likewise.
4722         * modules/vasnprintf (Makefile.am): Likewise.
4723         * modules/vasprintf (Makefile.am): Likewise.
4724         * modules/vsnprintf (Makefile.am): Likewise.
4725         * modules/xalloc (Makefile.am): Likewise.
4726         * modules/xgetcwd (Makefile.am): Likewise.
4727         * modules/xnanosleep (Makefile.am): Likewise.
4728         * modules/xreadlink (Makefile.am): Likewise.
4729         * modules/xstrtod (Makefile.am): Likewise.
4730         * modules/xstrtol (Makefile.am): Likewise.
4731         * modules/xstrtold (Makefile.am): Likewise.
4732         * modules/yesno (Makefile.am): Likewise.
4733         * modules/getdate (Makefile.am): Don't add getdate.h to EXTRA_DIST.
4734
4735 2006-10-12  Paul Eggert  <eggert@cs.ucla.edu>
4736
4737         * modules/error (Makefile.am): Distribute files through
4738         EXTRA_DIST, not lib_SOURCES.
4739
4740 2006-10-12  Eric Blake  <ebb9@byu.net>
4741
4742         * modules/error (Makefile.am): Distribute files in /lib.
4743         * modules/obstack (Makefile.am): Likewise.
4744
4745 2006-10-12  Bruno Haible  <bruno@clisp.org>
4746
4747         * modules/acl (Makefile.am): Distribute all files in lib/ through
4748         EXTRA_DIST.
4749         * modules/arcfour (Makefile.am): Likewise.
4750         * modules/arctwo (Makefile.am): Likewise.
4751         * modules/argmatch (Makefile.am): Likewise.
4752         * modules/argz (Makefile.am): Likewise.
4753         * modules/atexit (Makefile.am): Likewise.
4754         * modules/backupfile (Makefile.am): Likewise.
4755         * modules/c-strtod (Makefile.am): Likewise.
4756         * modules/c-strtold (Makefile.am): Likewise.
4757         * modules/calloc (Makefile.am): Likewise.
4758         * modules/canon-host (Makefile.am): Likewise.
4759         * modules/canonicalize (Makefile.am): Likewise.
4760         * modules/chdir-long (Makefile.am): Likewise.
4761         * modules/chdir-safer (Makefile.am): Likewise.
4762         * modules/check-version (Makefile.am): Likewise.
4763         * modules/chown (Makefile.am): Likewise.
4764         * modules/cloexec (Makefile.am): Likewise.
4765         * modules/close-stream (Makefile.am): Likewise.
4766         * modules/closeout (Makefile.am): Likewise.
4767         * modules/crc (Makefile.am): Likewise.
4768         * modules/cycle-check (Makefile.am): Likewise.
4769         * modules/des (Makefile.am): Likewise.
4770         * modules/dirfd (Makefile.am): Likewise.
4771         * modules/dirname (Makefile.am): Likewise.
4772         * modules/dup2 (Makefile.am): Likewise.
4773         * modules/euidaccess (Makefile.am): Likewise.
4774         * modules/exclude (Makefile.am): Likewise.
4775         * modules/exitfail (Makefile.am): Likewise.
4776         * modules/fcntl-safer (Makefile.am): Likewise.
4777         * modules/file-type (Makefile.am): Likewise.
4778         * modules/fileblocks (Makefile.am): Likewise.
4779         * modules/filemode (Makefile.am): Likewise.
4780         * modules/filenamecat (Makefile.am): Likewise.
4781         * modules/fnmatch (Makefile.am): Likewise.
4782         * modules/fopen-safer (Makefile.am): Likewise.
4783         * modules/fpending (Makefile.am): Likewise.
4784         * modules/fprintftime (Makefile.am): Likewise.
4785         * modules/free (Makefile.am): Likewise.
4786         * modules/fsusage (Makefile.am): Likewise.
4787         * modules/ftruncate (Makefile.am): Likewise.
4788         * modules/fts (Makefile.am): Likewise.
4789         * modules/gc (Makefile.am): Likewise.
4790         * modules/gc-pbkdf2-sha1 (Makefile.am): Likewise.
4791         * modules/getaddrinfo (Makefile.am): Likewise.
4792         * modules/getcwd (Makefile.am): Likewise.
4793         * modules/getdelim (Makefile.am): Likewise.
4794         * modules/getdomainname (Makefile.am): Likewise.
4795         * modules/getgroups (Makefile.am): Likewise.
4796         * modules/gethostname (Makefile.am): Likewise.
4797         * modules/gethrxtime (Makefile.am): Likewise.
4798         * modules/getline (Makefile.am): Likewise.
4799         * modules/getloadavg (Makefile.am): Likewise.
4800         * modules/getlogin_r (Makefile.am): Likewise.
4801         * modules/getopt (Makefile.am): Likewise.
4802         * modules/getpass (Makefile.am): Likewise.
4803         * modules/getpass-gnu (Makefile.am): Likewise.
4804         * modules/getsubopt (Makefile.am): Likewise.
4805         * modules/gettime (Makefile.am): Likewise.
4806         * modules/gettimeofday (Makefile.am): Likewise.
4807         * modules/getugroups (Makefile.am): Likewise.
4808         * modules/getusershell (Makefile.am): Likewise.
4809         * modules/glob (Makefile.am): Likewise.
4810         * modules/group-member (Makefile.am): Likewise.
4811         * modules/hard-locale (Makefile.am): Likewise.
4812         * modules/hash (Makefile.am): Likewise.
4813         * modules/hmac-md5 (Makefile.am): Likewise.
4814         * modules/hmac-sha1 (Makefile.am): Likewise.
4815         * modules/human (Makefile.am): Likewise.
4816         * modules/idcache (Makefile.am): Likewise.
4817         * modules/imaxabs (Makefile.am): Likewise.
4818         * modules/imaxdiv (Makefile.am): Likewise.
4819         * modules/inet_ntop (Makefile.am): Likewise.
4820         * modules/inet_pton (Makefile.am): Likewise.
4821         * modules/inttostr (Makefile.am): Likewise.
4822         * modules/isapipe (Makefile.am): Likewise.
4823         * modules/lchown (Makefile.am): Likewise.
4824         * modules/long-options (Makefile.am): Likewise.
4825         * modules/lstat (Makefile.am): Likewise.
4826         * modules/malloc (Makefile.am): Likewise.
4827         * modules/mathl (Makefile.am): Likewise.
4828         * modules/mbchar (Makefile.am): Likewise.
4829         * modules/md2 (Makefile.am): Likewise.
4830         * modules/md4 (Makefile.am): Likewise.
4831         * modules/md5 (Makefile.am): Likewise.
4832         * modules/memcasecmp (Makefile.am): Likewise.
4833         * modules/memchr (Makefile.am): Likewise.
4834         * modules/memcmp (Makefile.am): Likewise.
4835         * modules/memcoll (Makefile.am): Likewise.
4836         * modules/memcpy (Makefile.am): Likewise.
4837         * modules/memmem (Makefile.am): Likewise.
4838         * modules/memmove (Makefile.am): Likewise.
4839         * modules/mempcpy (Makefile.am): Likewise.
4840         * modules/memrchr (Makefile.am): Likewise.
4841         * modules/memset (Makefile.am): Likewise.
4842         * modules/memxor (Makefile.am): Likewise.
4843         * modules/mkancesdirs (Makefile.am): Likewise.
4844         * modules/mkdir (Makefile.am): Likewise.
4845         * modules/mkdir-p (Makefile.am): Likewise.
4846         * modules/mkdtemp (Makefile.am): Likewise.
4847         * modules/mkstemp (Makefile.am): Likewise.
4848         * modules/mktime (Makefile.am): Likewise.
4849         * modules/modechange (Makefile.am): Likewise.
4850         * modules/mountlist (Makefile.am): Likewise.
4851         * modules/nanosleep (Makefile.am): Likewise.
4852         * modules/openat (Makefile.am): Likewise.
4853         * modules/pagealign_alloc (Makefile.am): Likewise.
4854         * modules/physmem (Makefile.am): Likewise.
4855         * modules/poll (Makefile.am): Likewise.
4856         * modules/posixtm (Makefile.am): Likewise.
4857         * modules/posixver (Makefile.am): Likewise.
4858         * modules/putenv (Makefile.am): Likewise.
4859         * modules/quote (Makefile.am): Likewise.
4860         * modules/quotearg (Makefile.am): Likewise.
4861         * modules/raise (Makefile.am): Likewise.
4862         * modules/read-file (Makefile.am): Likewise.
4863         * modules/readline (Makefile.am): Likewise.
4864         * modules/readlink (Makefile.am): Likewise.
4865         * modules/readtokens (Makefile.am): Likewise.
4866         * modules/readutmp (Makefile.am): Likewise.
4867         * modules/realloc (Makefile.am): Likewise.
4868         * modules/regex (Makefile.am): Likewise.
4869         * modules/rename (Makefile.am): Likewise.
4870         * modules/rename-dest-slash (Makefile.am): Likewise.
4871         * modules/rijndael (Makefile.am): Likewise.
4872         * modules/rmdir (Makefile.am): Likewise.
4873         * modules/rpmatch (Makefile.am): Likewise.
4874         * modules/safe-read (Makefile.am): Likewise.
4875         * modules/safe-write (Makefile.am): Likewise.
4876         * modules/same (Makefile.am): Likewise.
4877         * modules/save-cwd (Makefile.am): Likewise.
4878         * modules/savedir (Makefile.am): Likewise.
4879         * modules/setenv (Makefile.am): Likewise.
4880         * modules/settime (Makefile.am): Likewise.
4881         * modules/sha1 (Makefile.am): Likewise.
4882         * modules/sig2str (Makefile.am): Likewise.
4883         * modules/snprintf (Makefile.am): Likewise.
4884         * modules/stdlib-safer (Makefile.am): Likewise.
4885         * modules/stpcpy (Makefile.am): Likewise.
4886         * modules/stpncpy (Makefile.am): Likewise.
4887         * modules/strcase (Makefile.am): Likewise.
4888         * modules/strcasestr (Makefile.am): Likewise.
4889         * modules/strchrnul (Makefile.am): Likewise.
4890         * modules/strcspn (Makefile.am): Likewise.
4891         * modules/strdup (Makefile.am): Likewise.
4892         * modules/strerror (Makefile.am): Likewise.
4893         * modules/strftime (Makefile.am): Likewise.
4894         * modules/strndup (Makefile.am): Likewise.
4895         * modules/strnlen (Makefile.am): Likewise.
4896         * modules/strpbrk (Makefile.am): Likewise.
4897         * modules/strsep (Makefile.am): Likewise.
4898         * modules/strstr (Makefile.am): Likewise.
4899         * modules/strtod (Makefile.am): Likewise.
4900         * modules/strtoimax (Makefile.am): Likewise.
4901         * modules/strtok_r (Makefile.am): Likewise.
4902         * modules/strtol (Makefile.am): Likewise.
4903         * modules/strtoll (Makefile.am): Likewise.
4904         * modules/strtoul (Makefile.am): Likewise.
4905         * modules/strtoull (Makefile.am): Likewise.
4906         * modules/strtoumax (Makefile.am): Likewise.
4907         * modules/strverscmp (Makefile.am): Likewise.
4908         * modules/time_r (Makefile.am): Likewise.
4909         * modules/timegm (Makefile.am): Likewise.
4910         * modules/tmpfile-safer (Makefile.am): Likewise.
4911         * modules/unistd-safer (Makefile.am): Likewise.
4912         * modules/unlinkdir (Makefile.am): Likewise.
4913         * modules/userspec (Makefile.am): Likewise.
4914         * modules/utime (Makefile.am): Likewise.
4915         * modules/utimecmp (Makefile.am): Likewise.
4916         * modules/utimens (Makefile.am): Likewise.
4917         * modules/vasnprintf (Makefile.am): Likewise.
4918         * modules/vasprintf (Makefile.am): Likewise.
4919         * modules/vsnprintf (Makefile.am): Likewise.
4920         * modules/xalloc (Makefile.am): Likewise.
4921         * modules/xgetcwd (Makefile.am): Likewise.
4922         * modules/xnanosleep (Makefile.am): Likewise.
4923         * modules/xreadlink (Makefile.am): Likewise.
4924         * modules/xstrtod (Makefile.am): Likewise.
4925         * modules/xstrtol (Makefile.am): Likewise.
4926         * modules/xstrtold (Makefile.am): Likewise.
4927         * modules/yesno (Makefile.am): Likewise.
4928
4929 2006-10-12  Jim Meyering  <jim@meyering.net>
4930
4931         * m4/getloadavg.m4: Revert the change below.
4932
4933         * m4/getloadavg.m4 (gl_GETLOADAVG): Test for the existence of
4934         lib/getloadavg.c using "ls -L", not "test -f".  The latter would
4935         fail with a symlink, which is what coreutils' ./bootstrap now
4936         creates by default.
4937
4938 2006-10-12  Bruno Haible  <bruno@clisp.org>
4939
4940         * lib/inttypes_.h (_LONG_LONG_FORMAT_PREFIX): Don't define for MSVC or
4941         mingw.
4942         (_PRI64_PREFIX, _PRIu64_PREFIX, _SCN64_PREFIX, _SCNu64_PREFIX): Handle
4943         MSVC and mingw explicitly.
4944
4945 2006-10-11  Simon Josefsson  <jas@extundo.com>
4946             Bruno Haible  <bruno@clisp.org>
4947
4948         Add support for multiple gnulib-tool invocations in the scope of a
4949         single configure.ac file.
4950         * gnulib-tool (func_emit_lib_Makefile_am): In the _LIBADD variable,
4951         use a private [LT]LIBOBJS variant. Define a _DEPENDENCIES variable
4952         with the same contents as the _LIBADD variable.
4953         (func_emit_initmacro_start, func_emit_initmacro_end,
4954         func_emit_initmacro_done): New functions.
4955         (func_import, func_create_testdir): Invoke them. Allow the identifiers
4956         gl_LIBOBJS and gl_LTLIBOBJS.
4957
4958 2006-10-11  Bruno Haible  <bruno@clisp.org>
4959
4960         * gnulib-tool (GETTEXTPATH, AUTOHEADER, AUTOPOINT): New variables.
4961         (func_create_testdir): Don't create po/Makefile.am, don't invoke
4962         autoreconf. Instead, invoke autopoint explicitly but move back the
4963         *.m4 files from gnulib.
4964
4965 2006-10-11  Bruno Haible  <bruno@clisp.org>
4966
4967         * gnulib-tool (func_usage): Make module names after --create-testdir
4968         optional.
4969         (func_create_testdir): If no module was specified, use nearly all
4970         modules.
4971
4972 2006-10-12  Jim Meyering  <jim@meyering.net>
4973
4974         Big performance improvement for fts-based tools that use FTS_NOSTAT.
4975         Avoid spurious inode-mismatch problems on non-POSIX file systems.
4976         Details: http://article.gmane.org/gmane.comp.lib.gnulib.bugs/7416
4977         * lib/fts_.h (FTS_DEFER_STAT): Define new flag.
4978         (FTS_OPTIONMASK): Extend the mask to reflect this addition.
4979         * lib/fts.c (DT_IS_KNOWN, DT_MUST_BE): Define.
4980         (FTS_NO_STAT_REQUIRED, FTS_STAT_REQUIRED): Define.
4981         (fts_set_stat_required): New function.
4982         (fts_open): Defer the calls to fts_stat, if possible or requested.
4983         Move the code that maps a command-line fts_info value FTS_DOT to FTS_D
4984         into fts_stat itself.
4985         (fts_read): Perform any required (deferred) fts_stat call.
4986         (fts_build): Likewise, for the directory we're about to open and read.
4987         In the readdir loop, carefully decide whether each entry will require
4988         an eventual call to fts_stat, using dirent.d_type info if available.
4989         (fts_stat): Move the test for whether to honor FTS_COMFOLLOW on
4990         a command line argument into this function.  Update all callers.
4991         Map a return value of FTS_DOT to FTS_D for a command line argument.
4992         * modules/fts (Depends-on): Add d-type.  Alphabetize.
4993         Thanks to Miklos Szeredi for his tenacity and for the initial
4994         bug report about "find" failing on a FUSE-based file system.
4995
4996         * lib/fts.c (fts_open): Use consistent indentation.
4997
4998 2006-10-12  Paul Eggert  <eggert@cs.ucla.edu>
4999
5000         * m4/extensions.m4 (AC_USE_SYSTEM_EXTENSIONS): Renamed from
5001         gl_USE_SYSTEM_EXTENSIONS, to fix a coreutils bootstrap failure
5002         reported by Jim Meyering.  All uses of cache variables renamed
5003         to match Autoconf's.
5004         (gl_USE_SYSTEM_EXTENSIONS): New macro, which simply requires
5005         the other one.
5006
5007         * m4/rename-dest-slash.m4 (gl_FUNC_RENAME_TRAILING_DEST_SLASH):
5008         Fix misspelling in diagnostic.
5009
5010 2006-10-11  Paul Eggert  <eggert@cs.ucla.edu>
5011
5012         * lib/mkdir-p.c (HAVE_FCHMOD): Define to false if not already
5013         defined.  Problem reported by Matthew Woehlke.
5014
5015         * lib/inttypes_.h (_LONG_LONG_FORMAT_PREFIX): New macro.
5016         Add support for Tandem NonStop R series.
5017         (_PRI64_PREFIX, _PRIu64_PREFIX, _SCN64_PREFIX, _SCNu64_PREFIX):
5018         Use new macro.
5019
5020         * lib/rename-dest-slash.c: Include stdbool.h but not string.h.
5021         (has_trailing_slash): Omit size arg; all callers changed.
5022         Omit 'inline', since it doesn't help performance and we'd
5023         need to configure it.
5024         Don't count //, ///, etc. as having a trailing slash.
5025         As a side effect, this removes a C99ism reported by Matthew Woehlke.
5026         (rpl_rename_dest_slash): On failure, use rename's errno rather
5027         than (in some cases) an incorrect or junk errno.
5028         Simplify code by removing need to compute length; this does
5029         cause it to make two passes instead of one over the file name,
5030         but it's worth it.
5031
5032         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Undo previous
5033         change, since Autoconf's version may no longer be appropriate now
5034         that we are using CVS Autoconf's version.  Add support for Tandem.
5035
5036 2006-10-11  Paul Eggert  <eggert@cs.ucla.edu>
5037             Bruno Haible  <bruno@clisp.org>
5038
5039         * lib/allocsa.h (sa_alignment_longlong, sa_alignment_max): Test
5040         HAVE_LONG_LONG_INT instead of HAVE_LONG_LONG.
5041         * m4/allocsa.m4 (gl_ALLOCSA): Invoke AC_TYPE_LONG_LONG_INT instead of
5042         gl_AC_TYPE_LONG_LONG.
5043
5044         * lib/printf-args.h (arg_type, argument): Test HAVE_LONG_LONG_INT
5045         instead of HAVE_LONG_LONG.
5046         * lib/printf-args.c (printf_fetchargs): Likewise.
5047         * lib/printf-parse.c (PRINTF_PARSE): Likewise.
5048         * lib/vasnprintf.c (VASNPRINTF): Likewise.
5049         * m4/vasnprintf.m4 (gl_PREREQ_PRINTF_ARGS, gl_PREREQ_PRINTF_PARSE,
5050         gl_PREREQ_VASNPRINTF): Invoke AC_TYPE_LONG_LONG_INT instead of
5051         gl_AC_TYPE_LONG_LONG.
5052
5053 2006-10-11  Bruno Haible  <bruno@clisp.org>
5054
5055         * m4/longlong.m4: Add comments.
5056         * m4/ulonglong.m4: Likewise.
5057
5058 2006-10-10  Bruno Haible  <bruno@clisp.org>
5059
5060         Make it possible to #define stpcpy, strdup to aliases.
5061         * lib/stpcpy.c (stpcpy) [!_LIBC]: Don't undefine.
5062         * lib/strdup.c (strdup) [!_LIBC]: Don't undefine.
5063
5064 2006-10-10  Bruno Haible  <bruno@clisp.org>
5065
5066         Make it possible to #define gcd to an alias.
5067         * lib/gcd.c: Include config.h.
5068
5069 2006-10-10  Bruno Haible  <bruno@clisp.org>
5070
5071         Make it possible to #define c_isascii to an alias.
5072         * lib/c-ctype.h: Don't define the macros if NO_C_CTYPE_MACROS is
5073         defined. Undefine the macros before defining them, to avoid gcc
5074         warnings.
5075         * lib/c-ctype.c: Include config.h. Don't undefine the macros; instead,
5076         define NO_C_CTYPE_MACROS early.
5077
5078 2006-10-10  Bruno Haible  <bruno@clisp.org>
5079
5080         Make it possible to #define set_program_name to an alias.
5081         * lib/progname.c: Don't undefine set_program_name; instead, undefine
5082         ENABLE_RELOCATABLE early.
5083
5084 2006-10-10  Paul Eggert  <eggert@cs.ucla.edu>
5085
5086         Port to Tandem NSK OSS, which has 64-bit signed int but at most
5087         32-bit unsigned int.  Problem reported by Matthew Woehlke in:
5088         http://lists.gnu.org/archive/html/bug-coreutils/2006-10/msg00062.html
5089         More generally, don't assume that 64-bit signed int is available
5090         if unsigned int is, and vice versa.
5091         * lib/inttypes_.h (_PRIu64_PREFIX, _SCNu64_PREFIX): Depend on
5092         unsigned symbols, not on their signed counterparts.
5093         * lib/stdint_.h (uint64_t, uint_least64_t, uint_fast64_t, uintmax_t):
5094         (UINT64_MAX, UINT_LEAST64_MAX, UINT_FAST64_MAX, UINTMAX_MAX):
5095         (UINT64_C, UINTMAX_C):
5096         Likewise.
5097         * lib/strtoimax.c (strtoll): Depend on signed symbols, not their
5098         unsigned counterparts.
5099         (Have_long_long, Unsigned): New macros.
5100         (Int): Renamed from INT.
5101         (strtoimax): Use the new macros.
5102         * m4/stdint.m4 (gl_STDINT_H): Require AC_TYPE_UNSIGNED_LONG_LONG_INT
5103         and substitute HAVE_UNSIGNED_LONG_LONG_INT.
5104         * modules/inttypes (inttypes.h): Substitute
5105         HAVE_UNSIGNED_LONG_LONG_INT.
5106         * modules/stdint (stdint.h): Likewise.
5107         (Files): Add m4/ulonglong.m4.
5108
5109 2006-10-10  Bruno Haible  <bruno@clisp.org>
5110
5111         Fix a gcc -Wshadow warning.
5112         * lib/gl_anyhash_list2.h (hash_resize): Rename local variable 'index'
5113         to 'bucket'.
5114         * lib/gl_anylinked_list2.h (gl_linked_search_from_to,
5115         gl_linked_indexof_from_to): Likewise.
5116         * lib/gl_linkedhash_list.c (add_to_bucket, remove_from_bucket):
5117         Likewise.
5118         * lib/gl_anytreehash_list1.h (add_to_bucket, remove_from_bucket):
5119         Likewise.
5120         * lib/gl_anytreehash_list2.h (gl_tree_search_from_to): Likewise.
5121         Reported by Eric Blake.
5122
5123 2006-10-09  Paul Eggert  <eggert@cs.ucla.edu>
5124
5125         * lib/filemode.h [HAVE_DECL_STRMODE]: Include unistd.h too,
5126         for NetBSD.  Problem reported by Bruno Haible.
5127
5128 2006-10-09  Jim Meyering  <jim@meyering.net>
5129
5130         * lib/lchown.c: Include <sys/stat.h> before "stat-macros.h".
5131         Patch from Bruno Haible.
5132
5133 2006-10-09  Jim Meyering  <jim@meyering.net>
5134
5135         * lib/fts-cycle.c (leave_dir): When "leaving" a top level directory due
5136         to FTS_SKIP, don't copy the parent's uninitialized dev/ino values.
5137         Trigger with e.g., mkdir d && valgrind ./chmod u+rwx d d
5138
5139 2006-10-08  Paul Eggert  <eggert@cs.ucla.edu>
5140
5141         Don't include <config.h> twice; this doesn't work in some cases,
5142         e.g., when config.h has "#define intmax_t long long int" and
5143         we include <config.h>, <inttypes.h>, <config.h> in that order.
5144         Problem reported by Matthew Woehlke in:
5145         http://lists.gnu.org/archive/html/bug-coreutils/2006-10/msg00073.html
5146         * lib/fprintftime.c: Don't include config.h or fprintftime.h.
5147         * lib/fts-cycle.c: Don't include config.h.
5148         * lib/strftime.c: Include fprintftime.h if FPRINTFTIME is defined.
5149         * lib/xstrtoimax.c: Remove copyright notice since it's short tnow.
5150         Don't include config.h or xstrtol.h.  Define STRTOL_T_MINIMUM
5151         and STRTOL_T_MAXIMUM unconditionally, since we now assume gnulib
5152         inttypes.h.
5153         * lib/xstrtoumax.c: Likewise.
5154         * lib/xstrtol.c: Include config.h and xstrtol.h after defining
5155         __strtol and the like, so that this module is more like its siblings.
5156         (STRTOL_T_MINIMUM, STRTOL_T_MAXIMUM) [! defined STRTOL_T_MINIMUM]:
5157         Remove; no longer needed now that we assume gnulib inttypes.h.
5158
5159 2006-10-08  Bruno Haible  <bruno@clisp.org>
5160
5161         * doc/gnulib-tool.texi: Emphasize the drawbacks of the --symlink
5162         option.
5163
5164 2006-10-07  Jim Meyering  <jim@meyering.net>
5165
5166         * modules/inttypes (inttypes.h): Revert what seems to have been
5167         an inadvertent part of today's change: use "|", not "/" in the
5168         substitution for the "/"-containing string, $(ABSOLUTE_INTTYPES_H).
5169
5170 2006-10-07  Bruno Haible  <bruno@clisp.org>
5171
5172         * modules/sublist: New file.
5173
5174 2006-10-07  Bruno Haible  <bruno@clisp.org>
5175
5176         * modules/alloca-opt (alloca.h): Add a "DO NOT EDIT" comment.
5177         * modules/argz (argz.h): Likewise.
5178         * modules/arpa_inet (arpa/inet.h): Likewise.
5179         * modules/byteswap (byteswap.h): Likewise.
5180         * modules/configmake (configmake.h): Likewise.
5181         * modules/fcntl (fcntl.h): Likewise.
5182         * modules/fnmatch (fnmatch.h): Likewise.
5183         * modules/getopt (getopt.h): Likewise.
5184         * modules/glob (glob.h): Likewise.
5185         * modules/inttypes (inttypes.h): Likewise.
5186         * modules/netinet_in (netinet/in.h): Likewise.
5187         * modules/poll (poll.h): Likewise.
5188         * modules/stdbool (stdbool.h): Likewise.
5189         * modules/stdint (stdint.h): Likewise.
5190         * modules/sys_select (sys/select.h): Likewise.
5191         * modules/sys_socket (sys/socket.h): Likewise.
5192         * modules/sys_stat (sys/stat.h): Likewise.
5193         * modules/sysexits (sysexits.h): Likewise.
5194         * modules/unistd (unistd.h): Likewise.
5195         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
5196         Add a "DO NOT EDIT" comment to the generated file.
5197         (func_import): Likewise for gnulib-comp.m4.
5198
5199 2006-10-07  Bruno Haible  <bruno@clisp.org>
5200
5201         * lib/gl_sublist.h: New file.
5202         * lib/gl_sublist.c: New file.
5203
5204 2006-10-06  Paul Eggert  <eggert@cs.ucla.edu>
5205
5206         * lib/mkancesdirs.c (mkancesdirs): Pass to MAKE_DIR both the full file
5207         name (relative to the original working directory) and the file
5208         name component (relative to the temporary working directory).  All
5209         callers changed.
5210         * lib/mkancesdirs.h (mkancesdirs): Adjust prototype to match.
5211         * lib/mkdir-p.c (make_dir_parents): Likewise.
5212         * lib/mkdir-p.h (make_dir_parents): Likewise.
5213
5214 2006-10-06  Eric Blake  <ebb9@byu.net>
5215
5216         Define several macros for use by the clean-temp module.
5217         * m4/close-stream.m4 (gl_CLOSE_STREAM): Define GNULIB_CLOSE_STREAM.
5218         * m4/fcntl-safer.m4 (gl_FCNTL_SAFER): Define GNULIB_FCNTL_SAFER.
5219         * m4/stdio-safer.m4 (gl_FOPEN_SAFER): Define GNULIB_FOPEN_SAFER.
5220
5221         * lib/clean-temp.h (close_stream_temp): New declaration.
5222         * lib/clean-temp.c (includes): Pull in headers according to what
5223         other modules are in use.
5224         (close_stream_temp) [GNULIB_CLOSE_STREAM]: New function.
5225
5226 2006-10-06  Bruno Haible  <bruno@clisp.org>
5227
5228         * lib/javacomp.c (write_temp_file): Use fopen_temp, fwriteerror_temp
5229         instead of fopen, fwriteerror.
5230
5231 2006-10-06  Bruno Haible  <bruno@clisp.org>
5232
5233         * lib/clean-temp.h (cleanup_temp_file, cleanup_temp_subdir,
5234         cleanup_temp_dir_contents, cleanup_temp_dir): Change return type to
5235         int.
5236         * lib/clean-temp.c (do_unlink, do_rmdir, cleanup_temp_file,
5237         cleanup_temp_subdir, cleanup_temp_dir_contents, cleanup_temp_dir):
5238         Return an error indicator.
5239         Suggested by Eric Blake.
5240
5241 2006-10-06  Bruno Haible  <bruno@clisp.org>
5242
5243         * lib/clean-temp.c (PATH_MAX): Provide a fallback for GNU Hurd.
5244         Reported by Eric Blake.
5245
5246 2006-10-06  Bruno Haible  <bruno@clisp.org>
5247
5248         * modules/closeout (Description): Mention stderr too.
5249
5250 2006-10-06  Bruno Haible  <bruno@clisp.org>
5251         and Paul Eggert  <eggert@cs.ucla.edu>
5252
5253         * lib/closeout.c (close_stdout): Also close stderr.
5254         * lib/closeout.h: Update comment.
5255
5256 2006-10-05  Paul Eggert  <eggert@cs.ucla.edu>
5257
5258         Fix some Darwin-7.9.0 porting problems reported by Bruno Haible in
5259         <http://lists.gnu.org/archive/html/bug-coreutils/2006-10/msg00063.html>.
5260         * lib/dirchownmod.c: Include lchown.h.
5261         * lib/lchown.c: Don't include files that lchown.h now includes.
5262         Don't declare chown, since lchown.h now does that.
5263         * lib/lchown.h: Include errno.h, sys/types.h, unistd.h.
5264         (lchown): Define to rpl_chown if lchown is declared but
5265         does not exist.  Declare using a prototype if lchown is not
5266         declared.  Add a copyright notice.
5267         * lib/mkstemp.h: Include <unistd.h>.
5268         * lib/openat.c: Include lchown.h.
5269
5270         * lib/fcntl_.h (O_NOFOLLOW): Don't depend on O_NOFOLLOW_IS_INEFFECTIVE;
5271         we now test for that separately.
5272         * lib/fts.c (fts_safe_changedir): Inspect HAVE_WORKING_O_NOFOLLOW
5273         rather than O_NOFOLLOW, when testing whether it's possible to
5274         avoid a race condition reliably.
5275         * lib/savewd.c (savewd_chdir): Likewise.
5276
5277         Remove macros that are no longer needed now that stdint.h is
5278         reliable.
5279         * lib/fsusage.c (UINTMAX_MAX): Remove.
5280         * lib/human.c (SIZE_MAX, UINTMAX_MAX): Remove.
5281         * lib/utimecmp.c (SIZE_MAX): Remove.
5282
5283         * m4/lchown.m4 (gl_FUNC_LCHOWN): Check whether lchown is declared.
5284
5285         * m4/fcntl_h.m4 (gl_FCNTL_H): Define HAVE_WORKING_O_NOFOLLOW instead
5286         of O_NOFOLLOW_IS_INEFFECTIVE.  Define HAVE_WORKING_O_NOATIME if
5287         O_NOATIME works.
5288
5289 2006-10-05  Bruno Haible  <bruno@clisp.org>
5290
5291         * lib/gl_list.h (gl_sortedlist_search_from_to,
5292         gl_sortedlist_indexof_from_to): New declarations.
5293         (gl_list_implementation): New fields sortedlist_search_from_to,
5294         sortedlist_indexof_from_to.
5295         (gl_sortedlist_search_from_to, gl_sortedlist_indexof_from_to): New
5296         inline functions.
5297         * lib/gl_list.c (gl_sortedlist_search_from_to,
5298         gl_sortedlist_indexof_from_to): New functions.
5299         * lib/gl_array_list.c (gl_array_sortedlist_indexof_from_to): New
5300         function.
5301         (gl_array_sortedlist_indexof, gl_array_sortedlist_search): Use it.
5302         (gl_array_sortedlist_search_from_to): New function.
5303         (gl_array_list_implementation): Update.
5304         * lib/gl_carray_list.c (gl_carray_sortedlist_indexof_from_to): New
5305         function.
5306         (gl_carray_sortedlist_indexof, gl_carray_sortedlist_search): Use it.
5307         (gl_carray_sortedlist_search_from_to): New function.
5308         (gl_carray_list_implementation): Update.
5309         * lib/gl_anylinked_list2.h (gl_linked_sortedlist_search_from_to,
5310         gl_linked_sortedlist_indexof_from_to): New functions.
5311         * lib/gl_linked_list.c (gl_linked_list_implementation): Update.
5312         * lib/gl_linkedhash_list.c (gl_linkedhash_list_implementation): Update.
5313         * lib/gl_anytree_list2.h (gl_tree_sortedlist_search_from_to,
5314         gl_tree_sortedlist_indexof_from_to): New functions.
5315         * lib/gl_avltree_list.c (gl_avltree_list_implementation): Update.
5316         * lib/gl_avltreehash_list.c (gl_avltreehash_list_implementation):
5317         Update.
5318         * lib/gl_rbtree_list.c (gl_rbtree_list_implementation): Update.
5319         * lib/gl_rbtreehash_list.c (gl_avltreehash_list_implementation):
5320         Update.
5321
5322 2006-10-05  Bruno Haible  <bruno@clisp.org>
5323
5324         * lib/gl_list.h (gl_list_search_from, gl_list_search_from_to,
5325         gl_list_indexof_from, gl_list_indexof_from_to): New declarations.
5326         (struct gl_list_implementation): Add fields search_from_to,
5327         indexof_from_to. Remove fields search, indexof.
5328         (gl_list_search): Use the search_from_to method.
5329         (gl_list_search_from, gl_list_search_from_to): New functions.
5330         (gl_list_indexof): Use the indexof_from_to method.
5331         (gl_list_indexof_from, gl_list_indexof_from_to): New functions.
5332         * lib/gl_list.c (gl_list_search): Use the search_from_to method.
5333         (gl_list_search_from, gl_list_search_from_to): New functions.
5334         (gl_list_indexof): Use the indexof_from_to method.
5335         (gl_list_indexof_from, gl_list_indexof_from_to): New functions.
5336         * lib/gl_array_list.c (gl_array_indexof_from_to): Renamed from
5337         gl_array_indexof. Add start_index, end_index arguments.
5338         (gl_array_search_from_to): Renamed from gl_array_search. Add
5339         start_index, end_index arguments.
5340         (gl_array_remove, gl_array_list_implementation): Update.
5341         * lib/gl_carray_list.c (gl_carray_indexof_from_to): Renamed from
5342         gl_carray_indexof. Add start_index, end_index arguments.
5343         (gl_carray_search_from_to): Renamed from gl_carray_search. Add
5344         start_index, end_index arguments.
5345         (gl_carray_remove, gl_carray_list_implementation): Update.
5346         * lib/gl_anylinked_list2.h (gl_linked_search_from_to): Renamed from
5347         gl_linked_search. Add start_index, end_index arguments.
5348         (gl_linked_indexof_from_to): Renamed from gl_linked_indexof. Add
5349         start_index, end_index arguments.
5350         (gl_linked_remove): Update.
5351         * lib/gl_linked_list.c (gl_linked_list_implementation): Update.
5352         * lib/gl_linkedhash_list.c (gl_linkedhash_list_implementation): Update.
5353         * lib/gl_anytree_list1.h (iterstack_item_t): Change type of 'rightp'
5354         field to 'size_t'.
5355         * lib/gl_anytree_list2.h (gl_tree_search_from_to): Renamed from
5356         gl_tree_search. Add start_index, end_index arguments.
5357         (gl_tree_indexof_from_to): Renamed from gl_tree_indexof. Add
5358         start_index, end_index arguments.
5359         (gl_tree_remove): Update.
5360         * lib/gl_avltree_list.c (gl_avltree_list_implementation): Update.
5361         * lib/gl_rbtree_list.c (gl_rbtree_list_implementation): Update.
5362         * lib/gl_anytreehash_list1.h (compare_position_threshold): New
5363         function.
5364         * lib/gl_anytreehash_list2.h (gl_tree_search_from_to): Renamed from
5365         gl_tree_search. Add start_index, end_index arguments.
5366         (gl_tree_indexof_from_to): Renamed from gl_tree_indexof. Add
5367         start_index, end_index arguments.
5368         * lib/gl_avltreehash_list.c (gl_avltreehash_list_implementation):
5369         Update.
5370         * lib/gl_rbtreehash_list.c (gl_rbtreehash_list_implementation): Update.
5371
5372 2006-10-05  Bruno Haible  <bruno@clisp.org>
5373
5374         * modules/fwriteerror (configure.ac): Define GNULIB_FWRITEERROR.
5375
5376         * lib/clean-temp.h (open_temp, fopen_temp, close_temp, fclose_temp,
5377         fwriteerror_temp): New declarations.
5378         * lib/clean-temp.c (uintptr_t): Provide fallback definition.
5379         (descriptors): New variable.
5380         (cleanup): First, close the descriptors.
5381         (register_fd, unregister_fd, open_temp, fopen_temp, close_temp,
5382         fclose_temp, fwriteerror_temp): New functions.
5383
5384 2006-10-04  Jim Meyering  <jim@meyering.net>
5385
5386         * lib/fts.c (fts_open): Tiny comment change.
5387
5388 2006-10-04  Bruno Haible  <bruno@clisp.org>
5389
5390         Make it possible to invoke AC_GNU_SOURCE after gl_LOCK_EARLY.
5391         * m4/lock.m4 (gl_LOCK_EARLY_BODY): New macro, extracted code from
5392         gl_LOCK_BODY.
5393         (gl_LOCK_EARLY): Require gl_LOCK_EARLY_BODY, not gl_LOCK_BODY.
5394         (gl_LOCK_BODY): Remove settings of CPPFLAGS, now done in
5395         gl_LOCK_EARLY_BODY.
5396         (gl_LOCK): Require gl_LOCK_BODY.
5397
5398 2006-10-04  Bruno Haible  <bruno@clisp.org>
5399
5400         * lib/gl_oset.h (gl_setelement_threshold_fn): New type.
5401         (gl_oset_search_atleast): New declaration.
5402         (struct gl_oset_implementation): Add field 'search_atleast'.
5403         (gl_oset_search_atleast): New inline function.
5404         * lib/gl_oset.c (gl_oset_search_atleast): New function.
5405         * lib/gl_array_oset.c (gl_array_search_atleast): New function.
5406         (gl_array_oset_implementation): Update.
5407         * lib/gl_anytree_oset.h (gl_tree_search_atleast): New function.
5408         * lib/gl_avltree_oset.c (gl_avltree_oset_implementation): Update.
5409         * lib/gl_rbtree_oset.c (gl_rbtree_oset_implementation): Update.
5410
5411 2006-10-04  Bruno Haible  <bruno@clisp.org>
5412
5413         * lib/fatal-signal.c (fatal_signals) [WOE32]: Add the SIGBREAK signal.
5414
5415 2006-10-03  Bruno Haible  <bruno@clisp.org>
5416
5417         * lib/gl_rbtreehash_list.c (gl_rbtreehash_list_implementation): Renamed
5418         from gl_avltreehash_list_implementation.
5419
5420 2006-10-03  Bruno Haible  <bruno@clisp.org>
5421
5422         * lib/gl_oset.c (gl_oset_add): Fix return type.
5423
5424 2006-10-02  Paolo Bonzini  <bonzini@gnu.org>  (tiny change)
5425
5426         * lib/quotearg.c (mbstate_t) [!HAVE_MBRTOWC]: #define to int.
5427
5428 2006-10-02  Eric Blake  <ebb9@byu.net>
5429
5430         * modules/strnlen (Depends-on): Add extensions.
5431
5432 2006-10-02  Eric Blake  <ebb9@byu.net>
5433
5434         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Use autoconf's
5435         definition in 2.60+.
5436
5437 2006-10-02  Dmitry V. Levin  <ldv@altlinux.org>
5438
5439         * lib/fts.c (fts_close, fts_build, fts_palloc): Remove redundant
5440         checks.
5441
5442 2006-10-02  Bruno Haible  <bruno@clisp.org>
5443
5444         * gnulib-tool (func_emit_lib_Makefile_am): Don't add no-dependencies
5445         to the AUTOMAKE_OPTIONS.
5446         Reported by Jim Meyering.
5447
5448 2006-09-29  Paul Eggert  <eggert@cs.ucla.edu>
5449
5450         Work around bug in Solaris 10 /proc file system:
5451         /proc/self/fd/NNN/.. isn't the parent directory of
5452         the directory whose file descriptor is NNN.  This needs to
5453         be worked around at run time, not compile time, since a
5454         program might be built on Solaris 8, where things work, and
5455         run on Solaris 10.
5456         * lib/openat-priv.h (BUILD_PROC_NAME): Remove.  All callers changed
5457         to use the following interface instead:
5458         (OPENAT_BUFFER_SIZE): New macro.
5459         (openat_proc_name): New function.
5460         * lib/at-func.c (AT_FUNC_NAME): Adjust to above changes.
5461         * lib/openat.c (openat_permissive, openat_needs_fchdir, fdopendir):
5462         Likewise.
5463         * lib/openat-proc.c: New file.
5464         * modules/openat (Files): Add lib/openat-proc.c.
5465         (Depends-on): Add same-inode, stdbool.
5466         * m4/openat.m4 (gl_FUNC_OPENAT): Add AC_LIBOBJ(openat-proc).
5467
5468 2006-09-29  Bruno Haible  <bruno@clisp.org>
5469
5470         * lib/fwriteerror.h (fwriteerror_no_ebadf): New declaration.
5471         * lib/(do_fwriteerror): Renamed from fwriteerror. Add ignore_ebadf
5472         argument. Set stdout_closed before testing for ferror, not after.
5473         (fwriteerror, fwriteerror_no_ebadf): New functions.
5474
5475 2006-09-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5476
5477         * m4/intmax.m4 (gt_TYPE_INTMAX_T): Avoid unused variables warning.
5478
5479 2006-09-28  Paolo Bonzini  <bonzini@gnu.org>
5480
5481         * lib/poll.c (rpl_poll) [__APPLE__]: Use FIONREAD instead of MSG_PEEK.
5482         * m4/poll.m4: Look for sys/ioctl.h and sys/filio.h.
5483
5484 2006-09-28  Jim Meyering  <jim@meyering.net>
5485
5486         * lib/mkdir-p.c: Include "dirchownmod.h", not "dirchownmod.c".
5487         Include <unistd.h>.
5488
5489 2006-09-28  Bruno Haible  <bruno@clisp.org>
5490
5491         * modules/avltreehash-list (Depends-on): Add stdint, remove size_max.
5492         * modules/linkedhash-list (Depends-on): Likewise.
5493         * modules/rbtreehash-list (Depends-on): Likewise.
5494
5495 2006-09-28  Bruno Haible  <bruno@clisp.org>
5496
5497         * lib/strndup.h: Simplify the redefinition of strndup.
5498         (_GL_CONCAT, _GL_XCONCAT, __STRNDUP_ID): Remove macros.
5499         * m4/strndup.m4 (gl_FUNC_STRNDUP): Don't define __STRNDUP_PREFIX.
5500
5501 2006-09-28  Bruno Haible  <bruno@clisp.org>
5502
5503         * lib/gl_avltreehash_list.c: Include <stdint.h> instead of size_max.h.
5504         * lib/gl_linkedhash_list.c: Likewise.
5505         * lib/gl_rbtreehash_list.c: Likewise.
5506
5507 2006-09-27  Paul Eggert  <eggert@cs.ucla.edu>
5508
5509         * lib/canon-host.c (canon_host_r): Work around bug in Darwin 7.9.0
5510         getaddrinfo.
5511
5512         * lib/__fpending.h: Don't include <stdio_ext.h> unless
5513         HAVE_DECL___FPENDING.  This avoids a bug with lsbcc, where
5514         it causes <stdio_ext.h> to cause a compile-time error.
5515         Problem reported by Nelson H. F. Beebe.
5516         * lib/getpass.c: Likewise, except for HAVE_DECL___FSETLOCKING instead
5517         of HAVE_DECL___PENDING.
5518
5519         * m4/fpending.m4 (gl_FUNC_FPENDING): Check for stdio_ext at most once.
5520         * m4/getpass.m4 (gl_PREREQ_GETPASS): Check for __fsetlocking's
5521         declaration.
5522
5523 2006-09-27  Jim Meyering  <jim@meyering.net>
5524
5525         This file could end up with a definition for a function
5526         named __strndup, rather than rpl_strndup on a system with
5527         incomplete weak_alias support.
5528         * lib/strndup.c (strndup): Rename from __strndup.
5529         Remove #defines that used to map __strndup to strndup.
5530         Don't use K&R prototypes.
5531         Remove LIBC-related code, since this file is not sync'd with glibc.
5532         * lib/strndup.h: Revamp, accordingly.
5533         * m4/strndup.m4: Modernize.
5534
5535 2006-09-26  Paul Eggert  <eggert@cs.ucla.edu>
5536
5537         * modules/savewd (Depends-on): Add 'raise'.
5538         * lib/savewd.c: Include <signal.h>, for 'raise'.
5539
5540 2006-09-26  Jim Meyering  <jim@meyering.net>
5541
5542         * m4/acl.m4 (AC_FUNC_ACL): Disable ACL support altogether
5543         when we detect Darwin 8.7.0's acl_get_file bug.
5544         Rearrange to perform the new (below) run-test while $LIBS
5545         contains any acl-related library.  Set USE_ACL at the end.
5546         (gl_ACL_GET_FILE): New function.
5547
5548 2006-09-26  Eric Blake  <ebb9@byu.net>
5549
5550         * lib/verror.c: Include <config.h> unconditionally.
5551
5552 2006-09-25  Paul Eggert  <eggert@cs.ucla.edu>
5553
5554         * modules/clock-time (Maintainer): Add self.
5555         * modules/getlogin_r (Depends-on): Add extensions.
5556
5557 2006-09-25  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5558
5559         * modules/clock-time: New module.
5560         * modules/nanosleep (Depends-on): Add clock-time.
5561         * modules/gethrxtime (Depends-on): Likewise.
5562         * modules/gettime (Depends-on): Likewise.
5563         * modules/settime (Depends-on): Likewise.
5564
5565         * modules/fts-lgpl: Depend on openat.
5566         * modules/mkancesdirs: Depend on savewd.
5567         * modules/mkdir-p: Likewise.
5568
5569 2006-09-25  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5570
5571         * m4/host-os.m4 (gl_HOST_OS): Require AC_CANONICAL_HOST.
5572
5573         * m4/chdir-long.m4 (gl_FUNC_CHDIR_LONG): Rename cache variable from
5574         `gl_have_arbitrary_file_name_length_limit' to
5575         `gl_cv_have_arbitrary_file_name_length_limit', so that caching
5576         actually works between configure runs.
5577
5578 2006-09-25  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5579             Bruno Haible  <bruno@clisp.org>
5580
5581         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Include <string.h>.
5582
5583 2006-09-25  Jim Meyering  <jim@meyering.net>
5584
5585         * m4/fcntl_h.m4 (gl_FCNTL_H): Fix typo in test for failed open.
5586         This typo caused coreutils/tests/dd/misc to fail on Darwin 8.7.0.
5587
5588 2006-09-25  Eric Blake  <ebb9@byu.net>
5589
5590         * gnulib-tool (func_import, func_create_testdir): Fix typos in
5591         exec's in 2006-09-18 patch when shuffling fds.
5592
5593 2006-09-25  Bruno Haible  <bruno@clisp.org>
5594
5595         * m4/getloadavg.m4 (gl_GETLOADAVG): Fix directory in error message.
5596         Reported by Jim Meyering.
5597
5598 2006-09-24  Jim Meyering  <jim@meyering.net>
5599
5600         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Don't use '>' to
5601         compare a pointer against a literal "0".  That caused failures with
5602         at least HP-UX's hpcc.
5603
5604 2006-09-22  Simon Josefsson  <jas@extundo.com>
5605
5606         * modules/gc-sha1:
5607         * modules/gc-md4:
5608         * modules/gc-hmac-sha1:
5609         * modules/gc-hmac-md5:
5610         * modules/gc-des:
5611         * modules/gc-arcfour: Distribute more files.
5612
5613 2006-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5614
5615         * lib/gl_anylinked_list2.h [lint] (gl_linked_iterator)
5616         (gl_linked_iterator_from_to): Initialize struct completely.
5617         * lib/gl_anytree_list2.h [lint] (gl_tree_iterator): Likewise.
5618         (gl_tree_iterator_from_to): Likewise
5619         * lib/gl_anytree_oset.h [lint] (gl_tree_iterator): Likewise.
5620         * lib/gl_array_list.c [lint] (gl_array_iterator)
5621         (gl_array_iterator_from_to): Likewise.
5622         * lib/gl_array_oset.c [lint] (gl_array_iterator): Likewise.
5623         * lib/gl_carray_list.c [lint] (gl_carray_iterator)
5624         (gl_carray_iterator_from_to): Likewise.
5625
5626         * lib/gc-gnulib.c [GC_USE_HMAC_SHA1]: include hmac.h for hmac_sha1.
5627         * lib/md4.c (md4_process_block): Remove unused variable.
5628         * lib/rijndael-api-fst.c (rijndaelBlockDecrypt): GCC suggests
5629         parentheses for clarity.
5630
5631 2006-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5632
5633         * modules/bison-i18n (Depends-on): Add gettext.
5634
5635 2006-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5636
5637         * m4/fsusage.m4 (gl_STATFS_TRUNCATES): Avoid unused variable.
5638         * m4/getdate.m4 (gl_C_COMPOUND_LITERALS): Likewise.
5639         * m4/jm-winsz1.m4 (gl_HEADER_TIOCGWINSZ_IN_TERMIOS_H): Likewise;
5640         also add missing comma that caused broken test.
5641         * m4/link-follow.m4 (gl_AC_FUNC_LINK_FOLLOWS_SYMLINK): Include
5642         stdlib.h, for `abort'.
5643         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Avoid unused
5644         variables.
5645         * m4/mkdir-slash.m4 (gl_FUNC_MKDIR_TRAILING_SLASH): Check for and
5646         include unistd.h if present, for `rmdir'.
5647         * m4/physmem.m4 (gl_SYS__SYSTEM_CONFIGURATION): Avoid unused
5648         variables.
5649         * m4/putenv.m4 (gl_FUNC_PUTENV): Rewrite using AC_RUN_IFELSE, and
5650         in the process include standard headers for prototypes.
5651         * m4/readutmp.m4 (gl_READUTMP): Require AC_GNU_SOURCE, so utmpxname
5652         gets declared on GNU/Linux.
5653         * m4/rmdir-errno.m4 (gl_FUNC_RMDIR_NOTEMPTY): Check for and include
5654         unistd.h, for `rmdir'.
5655         * m4/time_r.m4 (gl_TIME_R): Avoid unused variables.
5656
5657         * m4/fnmatch.m4 (_AC_FUNC_FNMATCH_IF): Avoid expression that is
5658         always true.
5659         * m4/strndup.m4 (gl_FUNC_STRNDUP): include stdlib.h, for `free'.
5660
5661         * m4/sockpfaf.m4 (gl_SOCKET_FAMILIES): Avoid gcc -Wall warnings.
5662
5663 2006-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5664
5665         * gnulib-tool (func_version): Create output all at once.  This
5666         may help avoid triggering unnecessary SIGPIPEs, and at any
5667         rate it doesn't hurt.
5668
5669 2006-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5670             Bruno Haible  <bruno@clisp.org>
5671
5672         * m4/lock.m4 (gl_LOCK_BODY): Avoid unused variables warning.
5673         * m4/mbswidth.m4 (gl_MBSWIDTH): Likewise.
5674         * m4/signed.m4 (bh_C_SIGNED): Likewise.
5675
5676         * m4/vasprintf.m4 (gl_PREREQ_VASPRINTF_H): New macro.
5677         (gl_FUNC_VASPRINTF): Invoke it.
5678
5679 2006-09-22  Bruno Haible  <bruno@clisp.org>
5680
5681         * m4/getloadavg.m4 (gl_GETLOADAVG): Expect the directory of
5682         getloadavg.c as first argument.
5683
5684 2006-09-22  Bruno Haible  <bruno@clisp.org>
5685
5686         * gnulib-tool (func_import, func_create_testdir): Set gl_source_base
5687         at the beginning of the gl_INIT macro.
5688         * modules/getloadavg (configure.ac): Pass $gl_source_base to
5689         gl_GETLOADAVG.
5690
5691 2006-09-22  Bruno Haible  <bruno@clisp.org>
5692
5693         * gnulib-tool (func_create_megatestdir): Don't include the config-h
5694         module.
5695         Suggested by Ralf Wildenhues.
5696
5697 2006-09-20  Paul Eggert  <eggert@cs.ucla.edu>
5698
5699         Import this patch from libc:
5700
5701         2006-09-06  Jakub Jelinek  <jakub@redhat.com>
5702
5703         * lib/regex_internal.c (re_string_reconstruct): Handle
5704         offset < pstr->valid_raw_len && pstr->offsets_needed case.
5705         Ensure no bytes read before raw_mbs array.  Pass a saved copy of
5706         pstr->valid_len - 1 rather than pstr->valid_raw_len - 1 to
5707         re_string_context_at.
5708
5709         * m4/regex.m4 (gl_REGEX): Check for locale.h, since the test
5710         now requires it.
5711         (gl_PREREQ_REGEX): Don't check for locale.h any more, since
5712         gl_REGEX now does it for us.
5713         (gl_REGEX): Add test taken from
5714         http://sourceware.org/ml/libc-hacker/2006-09/msg00008.html.
5715
5716         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Require AC_SYS_LARGEFILE.
5717         Check that large offsets work.  Modernize Autoconf usages.
5718         Prefer "yes" to mean a good thing rather than a bad.
5719         Don't put "#define mkstemp" in config.h, as this might interfere
5720         with standard system headers that "#define mkstemp mkstemp64".
5721
5722         * modules/mkstemp (Depends-on): Add extensions, so that
5723         mkstemp is visible on some platforms.
5724         (Makefile.am): Add mkstemp.h to EXTRA_DIST.
5725         (Include): Change to "mkstemp.h" from <stdlib.h>.
5726         (Files): Add mkstemp.h.
5727
5728         * lib/mkstemp.h: New file, since some standard headers
5729         #define mkstemp.
5730         * lib/mkstemp.c: Revamp to put the !_LIBC code together.
5731         Include "mkstemp.h".
5732         Make the _LIBC code resemble glibc original more,
5733         e.g., use K&R style.
5734         * lib/mkstemp-safer.c: Include "mkstemp.h" instead of <stdlib.h>.
5735         (mkstemp): Remove, since mkstemp.h does this for us.
5736         * lib/stdlib--.h: Include mkstemp.h.
5737
5738         Import this patch from libc:
5739
5740         2006-04-07  Ulrich Drepper  <drepper@redhat.com>
5741
5742         * lib/tempname.c (__gen_tempname): Change attempts_min
5743         into a macro.  Use preprocessor to decide how to initialize
5744         attempts [Coverity CID 67].
5745
5746 2006-09-20  Bruno Haible  <bruno@clisp.org>
5747
5748         * lib/mkdtemp.c: Import from libc.
5749         2006-04-07  Ulrich Drepper  <drepper@redhat.com>
5750                 * sysdeps/posix/tempname.c (__gen_tempname): Change
5751                 attempts_min into a macro.  Use preprocessor to decide how to
5752                 initialize attempts [Coverity CID 67].
5753         2001-11-27  Paul Eggert  <eggert@twinsun.com>
5754                 * sysdeps/posix/tempname.c (__gen_tempname): Try at least
5755                 ATTEMPTS_MIN or TMP_MAX times, whichever is greater.
5756
5757 2006-09-19  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5758
5759         * gnulib-tool (func_exit): New function, to allow to pass the
5760         exit status portably through the trap.  Use everywhere.
5761         (--help, --version): Signal a write error.
5762         (trap): catch SIGPIPE, for write errors.
5763         Exit at the end of the trap, with the correct exit status.
5764
5765 2006-09-19  Karl Berry  <karl@gnu.org>
5766
5767         * doc/gnulib.texi: note about the license texinfo files.
5768
5769 2006-09-19  Eric Blake  <ebb9@byu.net>
5770
5771         * gnulib-tool: Avoid space-tab.
5772
5773 2006-09-18  Paul Eggert  <eggert@cs.ucla.edu>
5774
5775         * lib/getaddrinfo.c (getaddrinfo) [defined HAVE_IPV6]: Fix typo
5776         that prevented coreutils 6.1 from building.  Problem reported
5777         by Petter Reinholdtsen.
5778
5779 2006-09-18  Paul Eggert  <eggert@cs.ucla.edu>
5780
5781         * gnulib-tool (avoidlist): Fix typo that broke options like
5782         --avoid=lock that are used by coreutils bootstrap.
5783
5784 2006-09-18  Mark D. Baushke  <mdb@gnu.org>
5785
5786         * m4/inttypes.m4 (gl_INTTYPES_H): Quote "test" args
5787         more systematically.
5788
5789 2006-09-18  Jim Meyering  <jim@meyering.net>
5790
5791         * lib/savewd.c (savewd_restore): Don't shadow: s/status/child_status/.
5792
5793 2006-09-18  Bruno Haible  <bruno@clisp.org>
5794
5795         * modules/inttypes (Files): Remove m4/inttypes-h.m4.
5796
5797 2006-09-18  Bruno Haible  <bruno@clisp.org>
5798
5799         * m4/inttypes-h.m4 (gl_HEADER_INTTYPES_H): Remove macro.
5800         * m4/inttypes-pri.m4: Require autoconf >= 2.52.
5801         (gt_INTTYPES_PRI): Invoke AC_CHECK_HEADERS on inttypes.h. Test
5802         ac_cv_header_inttypes_h instead of gl_cv_header_inttypes_h.
5803         * m4/gettext.m4: Require autoconf >= 2.52.
5804         (gt_INTL_SUBDIR_CORE): Invoke AC_CHECK_HEADERS on inttypes.h.
5805         * m4/inttypes.m4 (gl_INTTYPES_H): Test ac_cv_header_inttypes_h instead
5806         of gl_cv_header_inttypes_h.
5807
5808 2006-09-18  Bruno Haible  <bruno@clisp.org>
5809
5810         * lib/javaversion.c: Include configmake.h.
5811
5812 2006-09-18  Bruno Haible  <bruno@clisp.org>
5813
5814         * gnulib-tool (func_import, func_create_testdir): Use exec tricks to
5815         avoid that the while loops be executed in a subshell.
5816
5817 2006-09-18  Bruno Haible  <bruno@clisp.org>
5818
5819         * MODULES.html.sh (func_module): Break long lines.
5820         Suggested by Bruce Korb <bkorb@gnu.org>.
5821
5822 2006-09-17  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5823
5824         Speed up by a factor of 1.12.
5825         * gnulib-tool (nl): New variable.
5826         (func_import): Rewrite include directive extraction to only read each
5827         directive once.
5828
5829 2006-09-17  Bruno Haible  <bruno@clisp.org>
5830
5831         * modules/javaversion (Makefile.am): Remove DEFS setting.
5832         (Depends-on): Add configmake, for PKGDATADIR definition.
5833
5834 2006-09-17  Bruno Haible  <bruno@clisp.org>
5835
5836         * gnulib-tool (func_create_testdir): Rewrite all files at once.
5837
5838 2006-09-17  Bruno Haible  <bruno@clisp.org>
5839
5840         * gnulib-tool (func_append): New function, stolen from libtool.m4.
5841         (func_modules_transitive_closure, func_modules_add_dummy,
5842         func_modules_to_filelist, func_import, func_create_testdir,
5843         func_create_megatestdir, ...): Use it wherever possible.
5844         Suggested by Ralf Wildenhues.
5845
5846 2006-09-16  Karl Berry  <karl@gnu.org>
5847
5848         * doc/fdl.texi (ADDENDUM): switch to @heading from @appendixsubsec,
5849         to avoid sectioning errors.
5850         * doc/lgpl.texi, gpl.texi (Copying): downcase @unnumbered title.
5851         [ifinfo]: blank line after @center-ed titles.
5852         * doc/lgpl.texi (Library Copying): Rename main node to GNU LGPL.
5853         Spell FSF address consistently with others.
5854         (These changes approved by rms.)
5855
5856 2006-09-15  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5857
5858         Speed up by a factor of 1.61.
5859         * gnulib-tool (func_modules_transitive_closure): Rewrite to not check
5860         already checked module names again.
5861
5862 2006-09-15  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5863
5864         Speed up by a factor of 1.13.
5865         * gnulib-tool (func_import): Rewrite all old_files at once; likewise
5866         for new_files, and the input to func_add_or_update.
5867
5868 2006-09-15  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5869
5870         * gnulib-tool (func_all_modules, func_modules_to_filelist, func_import,
5871         func_create_testdir, ...): Change 'sort | uniq' to 'sort -u'.
5872
5873 2006-09-15  Paul Eggert  <eggert@cs.ucla.edu>
5874
5875         * modules/mkancesdirs (Depends-on): Add fcntl.
5876         * modules/savewd: New file.
5877         * MODULES.html.sh (File system functions): Add savewd.
5878
5879         * modules/configmake (Makefile.am): Add support for the
5880         Automake-supplied PKGLIBDIR, PKGINCLUDEDIR, PKGDATADIR.
5881
5882 2006-09-15  Paul Eggert  <eggert@cs.ucla.edu>
5883
5884         * m4/savewd.m4: New file.
5885
5886 2006-09-15  Paul Eggert  <eggert@cs.ucla.edu>
5887
5888         * lib/dirchownmod.c: Don't include fcntl.h; no longer needed.
5889         (dirchownmod): New arg FD.  All callers changed.
5890         Use FD rather than opening the directory ourself, as opening is
5891         now the caller's responsibility.
5892         * lib/dirchownmod.h: Likewise.
5893         * lib/mkancesdirs.c: Include <sys/types.h>, for portability to older
5894         hosts that require <sys/types.h> before <sys/stat.h>.  Include
5895         fcntl.h, savewd.h, and unistd.h, not dirname.h and stat-macros.h.
5896         (test_dir): Remove.
5897         (mkancesdirs): Return length of prefix of FILE that has already
5898         been made, or -2 if there is a child doing the work.  Redo
5899         algorithm so that it is O(N) rather than O(N**2).  Optimize away
5900         ".", and treat ".." specially since it might stray back into
5901         already-created areas.  Use a subprocess if necessary.  New arg
5902         WD; all users changed.  MAKE_DIR function should now return 1
5903         if it creates a directory that is not readable.  Return -2 if
5904         a child process is spun off.
5905         * lib/mkancesdirs.h: Include <stddef.h>, for ptrdiff_t.
5906         Adjust signature to match code.
5907         * lib/mkdir-p.c: Include dirname.h, for IS_ABSOLUTE_FILE_NAME.
5908         (make_dir_parents): Use a subprocess if necessary.  New arg WD;
5909         all users changed.
5910         * lib/savewd.c, lib/savewd.h: New files.
5911
5912 2006-09-15  Jim Meyering  <jim@meyering.net>
5913
5914         * modules/rename-dest-slash: New module.
5915         * MODULES.html.sh (posix_compat): Add it here.
5916
5917         * modules/rename: Reflect vb_FUNC_RENAME -> gl_FUNC_RENAME change.
5918
5919 2006-09-15  Jim Meyering  <jim@meyering.net>
5920
5921         * m4/rename-dest-slash.m4 (gl_FUNC_RENAME_TRAILING_DEST_SLASH): New
5922         file.
5923
5924         * m4/rename.m4 (gl_FUNC_RENAME): Rename from vb_FUNC_RENAME.
5925
5926 2006-09-15  Jim Meyering  <jim@meyering.net>
5927
5928         * lib/rename-dest-slash.c (has_trailing_slash): Use
5929         FILE_SYSTEM_PREFIX_LEN, for non-POSIX systems.
5930         (rpl_rename_dest_slash): Perform the cheaper trailing slash
5931         test before testing whether SRC is a directory.
5932         Suggestions from Bruno Haible.
5933
5934         Avoid a warning about an unused variable.
5935         * lib/regex_internal.c (re_dfa_add_node): Move declaration of "type"
5936         into the #ifdef block where it's used.
5937
5938         * lib/rename-dest-slash.c: New file.
5939
5940 2006-09-14  Bruno Haible  <bruno@clisp.org>
5941
5942         * lib/allocsa.c: Include <config.h> unconditionally.
5943         * lib/asnprintf.c: Likewise.
5944         * lib/asprintf.c: Likewise.
5945         * lib/c-strcasecmp.c: Likewise.
5946         * lib/c-strcasestr.c: Likewise.
5947         * lib/c-strncasecmp.c: Likewise.
5948         * lib/c-strstr.c: Likewise.
5949         * lib/classpath.c: Likewise.
5950         * lib/clean-temp.c: Likewise.
5951         * lib/concatpath.c: Likewise.
5952         * lib/copy-file.c: Likewise.
5953         * lib/csharpcomp.c: Likewise.
5954         * lib/csharpexec.c: Likewise.
5955         * lib/execute.c: Likewise.
5956         * lib/fatal-signal.c: Likewise.
5957         * lib/findprog.c: Likewise.
5958         * lib/fwriteerror.c: Likewise.
5959         * lib/gl_array_list.c: Likewise.
5960         * lib/gl_array_oset.c: Likewise.
5961         * lib/gl_avltree_list.c: Likewise.
5962         * lib/gl_avltree_oset.c: Likewise.
5963         * lib/gl_avltreehash_list.c: Likewise.
5964         * lib/gl_carray_list.c: Likewise.
5965         * lib/gl_linked_list.c: Likewise.
5966         * lib/gl_linkedhash_list.c: Likewise.
5967         * lib/gl_list.c: Likewise.
5968         * lib/gl_oset.c: Likewise.
5969         * lib/gl_rbtree_list.c: Likewise.
5970         * lib/gl_rbtree_oset.c: Likewise.
5971         * lib/gl_rbtreehash_list.c: Likewise.
5972         * lib/imaxabs.c: Likewise.
5973         * lib/imaxdiv.c: Likewise.
5974         * lib/javacomp.c: Likewise.
5975         * lib/javaexec.c: Likewise.
5976         * lib/javaversion.c: Likewise.
5977         * lib/linebreak.c: Likewise.
5978         * lib/localcharset.c: Likewise.
5979         * lib/lock.c: Likewise.
5980         * lib/mbchar.c: Likewise.
5981         * lib/mbswidth.c: Likewise.
5982         * lib/mkdtemp.c: Likewise.
5983         * lib/pipe.c: Likewise.
5984         * lib/printf-args.c: Likewise.
5985         * lib/printf-parse.c: Likewise.
5986         * lib/progname.c: Likewise.
5987         * lib/progreloc.c: Likewise.
5988         * lib/readlink.c: Likewise.
5989         * lib/sh-quote.c: Likewise.
5990         * lib/stpcpy.c: Likewise.
5991         * lib/stpncpy.c: Likewise.
5992         * lib/strcasecmp.c: Likewise.
5993         * lib/strcasestr.c: Likewise.
5994         * lib/strcspn.c: Likewise.
5995         * lib/striconv.c: Likewise.
5996         * lib/strncasecmp.c: Likewise.
5997         * lib/strnlen1.c: Likewise.
5998         * lib/strstr.c: Likewise.
5999         * lib/strtok_r.c: Likewise.
6000         * lib/tls.c: Likewise.
6001         * lib/tmpdir.c: Likewise.
6002         * lib/unicodeio.c: Likewise.
6003         * lib/unsetenv.c: Likewise.
6004         * lib/vasnprintf.c: Likewise.
6005         * lib/vasprintf.c: Likewise.
6006         * lib/wait-process.c: Likewise.
6007         * lib/xallocsa.c: Likewise.
6008         * lib/xsetenv.c: Likewise.
6009         * lib/xstriconv.c: Likewise.
6010
6011 2006-09-13  Simon Josefsson  <jas@extundo.com>
6012
6013         * m4/getdate.m4: Don't AC_LIBOBJ([getdate]), automake takes care of
6014         that internally, suggested by Ralf Wildenhues
6015         <Ralf.Wildenhues@gmx.de>.
6016
6017 2006-09-13  Simon Josefsson  <jas@extundo.com>
6018
6019         * gnulib-tool (func_emit_lib_Makefile_am): Use $(LIBOBJS), not
6020         @LIBOBJS@.
6021         Suggested by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
6022
6023 2006-09-13  Paul Eggert  <eggert@cs.ucla.edu>
6024
6025         * lib/_fpending.c: Include <config.h> unconditionally, since we no
6026         longer worry about uses that don't define HAVE_CONFIG_H.
6027         * lib/acl.c, lib/alloca.c, lib/argmatch.c, lib/atexit.c:
6028         * lib/backupfile.c, lib/basename.c, lib/c-stack.c, lib/c-strtod.c:
6029         * lib/calloc.c,lib/ canon-host.c, lib/canonicalize.c, lib/chdir-long.c:
6030         * lib/chdir-safer.c, lib/chown.c, lib/cloexec.c, lib/close-stream.c:
6031         * lib/closeout.c, lib/creat-safer.c, lib/cycle-check.c, lib/diacrit.c:
6032         * lib/dirchownmod.c, lib/dirfd.c, lib/dirname.c, lib/dup-safer.c:
6033         * lib/dup2.c, lib/error.c, lib/euidaccess.c, lib/exclude.c:
6034         * lib/exitfail.c, lib/fchmodat.c, lib/fchown-stub.c, lib/fd-safer.c:
6035         * lib/file-type.c, lib/fileblocks.c, lib/filemode.c, lib/filenamecat.c:
6036         * lib/fnmatch.c, lib/fopen-safer.c, lib/fprintftime.c, lib/free.c:
6037         * lib/fsusage.c, lib/ftruncate.c, lib/fts-cycle.c, lib/fts.c:
6038         * lib/full-write.c, lib/gai_strerror.c, lib/getcwd.c, lib/getdate.y:
6039         * lib/getdomainname.c, lib/getgroups.c, lib/gethostname.c:
6040         * lib/gethrxtime.c, lib/getloadavg.c, lib/getlogin_r.c:
6041         * lib/getndelim2.c, lib/getnline.c, lib/getopt.c, lib/getopt1.c:
6042         * lib/getpass.c, lib/gettime.c, lib/gettimeofday.c, lib/getugroups.c:
6043         * lib/getusershell.c, lib/glob.c, lib/group-member.c:
6044         * lib/hard-locale.c, lib/hash-pjw.c, lib/hash.c, lib/human.c:
6045         * lib/idcache.c, lib/inet_ntop.c, lib/inet_pton.c, lib/inttostr.c:
6046         * lib/isdir.c, lib/lchown.c, lib/linebuffer.c, lib/long-options.c:
6047         * lib/lstat.c, lib/malloc.c, lib/md5.c, lib/memcasecmp.c, lib/memchr.c:
6048         * lib/memcmp.c, lib/memcoll.c, lib/memcpy.c, lib/memmove.c:
6049         * lib/memrchr.c, lib/mkancesdirs.c, lib/mkdir-p.c, lib/mkdir.c:
6050         * lib/mkdirat.c, lib/mkstemp-safer.c, lib/mkstemp.c, lib/modechange.c:
6051         * lib/mountlist.c, lib/nanosleep.c, lib/obstack.c, lib/open-safer.c:
6052         * lib/openat-die.c, lib/openat.c, lib/pagealign_alloc.c, lib/physmem.c:
6053         * lib/pipe-safer.c, lib/posixtm.c, lib/posixver.c, lib/putenv.c:
6054         * lib/quote.c, lib/quotearg.c, lib/raise.c, lib/readtokens.c:
6055         * lib/readtokens0.c, lib/readutmp.c, lib/realloc.c, lib/regex.c:
6056         * lib/rename.c, lib/rmdir.c, lib/rpmatch.c, lib/safe-read.c:
6057         * lib/same.c, lib/save-cwd.c, lib/savedir.c, lib/setenv.c:
6058         * lib/settime.c, lib/sha1.c, lib/sig2str.c, lib/snprintf.c:
6059         * lib/strdup.c, lib/strerror.c, lib/strftime.c, lib/stripslash.c:
6060         * lib/strndup.c, lib/strnlen.c, lib/strpbrk.c, lib/strtod.c:
6061         * lib/strtoimax.c, lib/strtol.c, lib/strverscmp.c, lib/tempname.c:
6062         * lib/time_r.c, lib/timegm.c, lib/tmpfile-safer.c, lib/unlinkdir.c:
6063         * lib/userspec.c, lib/utime.c, lib/utimecmp.c, lib/utimens.c:
6064         * lib/version-etc-fsf.c, lib/version-etc.c, lib/xalloc-die.c:
6065         * lib/xgetcwd.c, lib/xgethostname.c, lib/xmalloc.c, lib/xmemcoll.c:
6066         * lib/xnanosleep.c, lib/xreadlink.c, lib/xstrtod.c, lib/xstrtoimax.c:
6067         * lib/xstrtol.c, lib/xstrtoumax.c, lib/yesno.c:
6068         Likewise.
6069
6070 2006-09-13  Eric Blake  <ebb9@byu.net>
6071
6072         * lib/getopt.c: Fix typo in last commit.
6073
6074 2006-09-12  Sergey Poznyakoff  <gray@gnu.org.ua>
6075
6076         * lib/argp-help.c (argp_doc): Make sure NULL is not passed to
6077         dgettext.
6078
6079 2006-09-12  Jim Meyering  <jim@meyering.net>
6080
6081         * lib/nanosleep.c: Include <sys/types.h> before sys/select.h, to avoid
6082         compilation failure (due to use of pid_t in latter) on NetBSD 1.6.
6083         Reported by Nelson H. F. Beebe.
6084
6085 2006-09-10  Sergey Poznyakoff  <gray@gnu.org.ua>
6086
6087         * lib/argp-parse.c (__argp_parse) [!_LIBC]: Make sure
6088         program_invocation_name and program_invocation_short_name are
6089         initialized.
6090         * lib/argp-namefrob.h: Move declarations of program_invocation_name
6091         and program_invocation_short_name to argp.h, so they are visible
6092         to user programs.
6093         * lib/argp.h: Likewise
6094
6095 2006-09-10  Bruno Haible  <bruno@clisp.org>
6096
6097         * modules/mkdtemp (Files): Remove m4/ulonglong.m4, m4/stdint_h.m4,
6098         m4/inttypes_h.m4, m4/uintmax_t.m4.
6099
6100 2006-09-10  Bruno Haible  <bruno@clisp.org>
6101
6102         * m4/mkdtemp.m4 (gl_PREREQ_MKDTEMP): Don't require
6103         gl_AC_TYPE_UINTMAX_T.
6104
6105 2006-09-10  Bruno Haible  <bruno@clisp.org>
6106
6107         * lib/mkdtemp.c: Include <stdint.h> always. Don't include <inttypes.h>.
6108
6109 2006-09-09  Sergey Poznyakoff  <gray@gnu.org.ua>
6110
6111         * lib/argp.h (struct argp): Document the N_("..") "\v" N_("..")
6112         convention.  Text proposed by Bruno Haible.
6113         (struct argp_option): Document the use of N_() wrappers.
6114
6115         * lib/argp-help.c (argp_doc): Split the untranslated doc string on
6116         '\v', and translate the two parts separately, instead of feeding
6117         the whole string to gettext.  This allows to exclude
6118         '\v' from the strings visible to the translator by writing doc
6119         strings as N_("..") "\v" N_("..").
6120
6121 2006-09-09  Paul Eggert  <eggert@cs.ucla.edu>
6122
6123         * config/srclist.txt: Undo latest change; the bug was fixed.
6124
6125 2006-09-09  Bruno Haible  <bruno@clisp.org>
6126
6127         * gnulib-tool (func_emit_lib_Makefile_am): Eliminate lib_LDFLAGS
6128         assignments if building a library without libtool.
6129         (func_emit_tests_Makefile_am): Likewise. Handle lib_* variables as
6130         in func_emit_lib_Makefile_am.
6131         (func_import): When building a static library libfoo.a, arrange to
6132         define variables LIBFOO_LIBDEPS and LIBFOO_LTLIBDEPS.
6133         (func_create_testdir): Likewise.
6134         * modules/gc (configure.ac, Makefile.am): If building statically,
6135         augment gl_libdeps and gl_ltlibdeps instead of lib_LDFLAGS.
6136         * modules/iconvme (configure.ac, Makefile.am): Likewise.
6137         * modules/striconv (configure.ac, Makefile.am): Likewise.
6138         Based on a suggestion by Ralf Wildenhues.
6139
6140 2006-09-08  Paul Eggert  <eggert@cs.ucla.edu>
6141
6142         * m4/mktime.m4 (AC_FUNC_MKTIME): Sync from Autoconf.
6143         Check for unistd.h too, since Autoconf doesn't assume POSIX.
6144         Also:
6145
6146         2006-09-08  Paul Eggert  <eggert@cs.ucla.edu>
6147         Add year_2050_test to catch glibc bug 2821
6148         <http://sourceware.org/bugzilla/show_bug.cgi?id=2821>.
6149
6150         2006-08-15  Paul Eggert  <eggert@cs.ucla.edu>
6151         Prefer #ifdef to #if.
6152
6153         2006-04-02  Paul Eggert  <eggert@cs.ucla.edu>
6154         Return from 'main' instead of calling 'exit'.
6155
6156 2006-09-08  Paul Eggert  <eggert@cs.ucla.edu>
6157
6158         * lib/mktime.c (guess_time_tm): Fix bug where mktime
6159         returned the maximum time_t value rather than (time_t) -1.
6160         Problem originally reported by William Bardwell
6161         <http://sourceware.org/bugzilla/show_bug.cgi?id=2821>.
6162
6163         * lib/isapipe.h (HAVE_FIFO_PIPES) [!defined HAVE_FIFO_PIPES]:
6164         Moved to here ...
6165         * lib/isapipe.c (HAVE_FIFO_PIPES) [!defined HAVE_FIFO_PIPES]:
6166         ... from here.
6167
6168 2006-09-08  Paul Eggert  <eggert@cs.ucla.edu>
6169
6170         * config/srclist.txt: Temporarily comment out mktime.c until glibc bug
6171         2821 is fixed.
6172
6173 2006-09-08  Jim Meyering  <jim@meyering.net>
6174
6175         Don't make generated files read-only.  That would bother too many
6176         people.  However, do retain the ability to work when targets are
6177         read-only: remove the destination and temporary files before writing
6178         them (when generated via sed or echo), or by using the -f option for
6179         both cp and mv commands.  Suggestion to use -f from Paul Eggert.
6180         * modules/alloca-opt, modules/argz, modules/arpa_inet:
6181         * modules/byteswap, modules/configmake, modules/fcntl:
6182         * modules/fnmatch, modules/getopt, modules/glob, modules/inttypes:
6183         * modules/localcharset, modules/netinet_in, modules/poll:
6184         * modules/stdbool, modules/stdint, modules/sys_select:
6185         * modules/sys_socket, modules/sys_stat, modules/sysexits:
6186
6187 2006-09-08  Jim Meyering  <jim@meyering.net>
6188
6189         Avoid new build failure on FreeBSD 6.0.
6190         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Include
6191         <sys/param.h> when testing whether getmntinfo uses statvfs.  Patch by
6192         Pavel Tsekov, in <http://savannah.gnu.org/bugs/?17643>.
6193
6194 2006-09-07  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
6195
6196         * m4/fsusage.m4 (gl_FILE_SYSTEM_USAGE): Don't use plain echo.
6197
6198 2006-09-07  Jim Meyering  <jim@meyering.net>
6199
6200         Fix global typo in last change: use chmod u-w, not chmod u-x.
6201         Spotted by Paul Eggert and Bruce Korb.
6202         * modules/alloca-opt, modules/argz, modules/arpa_inet:
6203         * modules/byteswap, modules/configmake, modules/fcntl:
6204         * modules/fnmatch, modules/getopt, modules/glob, modules/inttypes:
6205         * modules/localcharset, modules/netinet_in, modules/poll:
6206         * modules/stdbool, modules/stdint, modules/sys_select:
6207         * modules/sys_socket, modules/sys_stat, modules/sysexits:
6208
6209 2006-09-06  Jim Meyering  <jim@meyering.net>
6210
6211         Make generated files be read-only.
6212         * modules/alloca-opt (Makefile.am): Work also when $@ is read-only.
6213         Ensure that each generated file is now read-only.
6214         * modules/argz: Likewise.
6215         * modules/arpa_inet: Likewise.
6216         * modules/byteswap: Likewise.
6217         * modules/configmake: Likewise.
6218         * modules/fcntl: Likewise.
6219         * modules/fnmatch: Likewise.
6220         * modules/getopt: Likewise.
6221         * modules/glob: Likewise.
6222         * modules/inttypes: Likewise.
6223         * modules/netinet_in: Likewise.
6224         * modules/poll: Likewise.
6225         * modules/stdbool: Likewise.
6226         * modules/stdint: Likewise.
6227         * modules/sys_select: Likewise.
6228         * modules/sys_socket: Likewise.
6229         * modules/sys_stat: Likewise.
6230         * modules/sysexits: Likewise.
6231         * modules/localcharset: Same as above, but continue using temporary
6232         file named "t-$@" (why different?) rather than the "$@-t" used
6233         everywhere else.
6234
6235         * modules/sysexits (Makefile.am): Replace literal occurrences
6236         of "sysexit.h" more readable, and more consistent, "$@".
6237
6238 2006-09-06  Bruno Haible  <bruno@clisp.org>
6239
6240         * modules/striconv: New file.
6241         * modules/xstriconv: New file.
6242         * MODULES.html.sh (Internationalization functions): Add striconv,
6243         xstriconv.
6244
6245 2006-09-06  Bruno Haible  <bruno@clisp.org>
6246
6247         * modules/gc (Makefile.am): Augment lib_LDFLAGS, not lib_LIBADD.
6248         * modules/iconvme (Makefile.am): Likewise. Also handle the case of
6249         not using libtool correctly.
6250
6251 2006-09-06  Bruno Haible  <bruno@clisp.org>
6252
6253         * lib/striconv.h: New file.
6254         * lib/striconv.c: New file, merging iconvme.c with GNU gettext's
6255         iconvstring.c.
6256         * lib/xstriconv.h: New file.
6257         * lib/xstriconv.c: New file.
6258
6259 2006-09-06  Bruno Haible  <bruno@clisp.org>
6260
6261         * gnulib-tool (func_emit_lib_Makefile_am): Initialize also
6262         lib_..._LDFLAGS.
6263
6264 2006-09-05  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
6265
6266         * lib/argz_.h: Sync from Libtool.
6267
6268         2006-09-04  George Bosilca <bosilca@cs.utk.edu>
6269                 and Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
6270
6271         * lib/libltdl/argz_.h: It's __cplusplus, not _cplusplus.
6272
6273 2006-09-05  Davide Angelocola  <davide.angelocola@tiscali.it>
6274
6275         * modules/trim: New file.
6276
6277 2006-09-05  Davide Angelocola  <davide.angelocola@tiscali.it>
6278
6279         * lib/trim.h: New file.
6280         * lib/trim.c: New file.
6281
6282 2006-09-05  Bruno Haible  <bruno@clisp.org>
6283
6284         * MODULES.html.sh (String handling): Add trim.
6285
6286 2006-09-04  Karl Berry  <karl@gnu.org>
6287
6288         * config/srclist.txt (signed.m4, gettext.m4): changes not propagated
6289         until next release.
6290
6291 2006-09-03  Bruno Haible  <bruno@clisp.org>
6292
6293         * m4/lib-link.m4 (AC_LIB_LINKFLAGS_BODY): Locate mingw shared libraries
6294         correctly.
6295
6296 2006-09-01  Paul Eggert  <eggert@cs.ucla.edu>
6297
6298         * m4/getloadavg.m4 (gl_GETLOADAVG): Use CONFIGURING_GETLOADAVG,
6299         not gl_GETLOADAVG.  Omit unneeded semicolons.
6300         Problems reported by Ralf Wildenhues in
6301         <http://lists.gnu.org/archive/html/bug-gnulib/2006-09/msg00000.html>.
6302         (gl_PREREQ_GETLOADAVG): Use AC_DEFUN, not m4_define.  Put
6303         at the end, which is the usual gnulib style.
6304
6305         * m4/fstypename.m4 (gl_FSTYPENAME): Use AC_CHECK_MEMBERS instead
6306         of doing all the work ourselves.
6307         * m4/fsusage.m4 (gl_PREREQ_FSUSAGE_EXTRA): Don't check for
6308         sys/statvfs.h since the code doesn't use HAVE_SYS_STATVFS_H.
6309
6310 2006-09-01  Paul Eggert  <eggert@cs.ucla.edu>
6311
6312         * lib/getloadavg.c: Use CONFIGURING_GETLOADAVG, not gl_GETLOADAVG.
6313         Problem reported by Ralf Wildenhues in
6314         <http://lists.gnu.org/archive/html/bug-gnulib/2006-09/msg00000.html>.
6315
6316         * lib/mountlist.c: All uses of HAVE_F_FSTYPENAME_IN_STATFS replaced by
6317         HAVE_STRUCT_STATFS_F_FSTYPENAME.
6318
6319 2006-09-01  Paul Eggert  <eggert@cs.ucla.edu>
6320
6321         * gnulib-tool (func_emit_lib_Makefile_am): Fix typos in
6322         yesterday's patch by changing test -n to test -z.
6323
6324 2006-08-31  Paul Eggert  <eggert@cs.ucla.edu>
6325
6326         * modules/getloadavg (Files): Add m4/getloadavg.m4.
6327         (configure.ac): AC_FUNC_GETLOADAVG -> gl_GETLOADAVG, as
6328         the former is now obsolescent.
6329
6330         * modules/chdir-long (Depends-on): Add fcntl.
6331
6332 2006-08-31  Paul Eggert  <eggert@cs.ucla.edu>
6333
6334         * m4/fnmatch.m4: Add comment that Autoconf AC_FUNC_FNMATCH is
6335         obsolescent, and programs should use gnulib instead.
6336         * m4/getloadavg.m4: New file, with contents taken from Autoconf
6337         but with prefixes changed.
6338
6339 2006-08-31  Paul Eggert  <eggert@cs.ucla.edu>
6340
6341         * lib/getloadavg.c [defined gl_GETLOADAVG]: Don't include config.h
6342         or stdbool.h, because they might not exist while configuring.
6343
6344         * lib/chdir-long.c: Include <fcntl.h>, for O_DIRECTORY.
6345         Don't include unistd.h or limits.h; not needed, since chdir-long.h
6346         does that for us.
6347         (O_DIRECTORY): Remove.
6348
6349 2006-08-31  Eric Blake  <ebb9@byu.net>
6350
6351         * gnulib-tool: Don't let emacs change spaces to TAB.
6352
6353 2006-08-31  Bruno Haible  <bruno@clisp.org>
6354
6355         * gnulib-tool: When calling func_import more than once, do it in a
6356         subshell.
6357         Reported by Eric Blake <ebb9@byu.net>.
6358
6359 2006-08-31  Bruno Haible  <bruno@clisp.org>
6360
6361         * gnulib-tool (nl): Remove variable.
6362         (sed_transform_lib_file): Use more robust test for config-h module.
6363         (func_import): Fix typo in 2006-08-25 patch.
6364
6365 2006-08-31  Bruno Haible  <bruno@clisp.org>
6366
6367         * gnulib-tool (func_emit_lib_Makefile_am): When --makefile-name was
6368         specified, augment Makefile.am variables instead of assigning them.
6369
6370 2006-08-30  Paul Eggert  <eggert@cs.ucla.edu>
6371
6372         Work around a bug in both the Linux and SunOS 64-bit kernels:
6373         nanosleep mishandles sleeps for longer than 2**31 seconds.
6374         Problem reported by Frank v Waveren in
6375         <http://lists.gnu.org/archive/html/bug-coreutils/2006-08/msg00298.html>.
6376         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Require gl_CLOCK_TIME.
6377         Check for nanosleep bug.
6378         (LIB_NANOSLEEP): Append clock_gettime library if needed.
6379
6380 2006-08-30  Paul Eggert  <eggert@cs.ucla.edu>
6381
6382         Work around a bug in both the Linux and SunOS 64-bit kernels:
6383         nanosleep mishandles sleeps for longer than 2**31 seconds.
6384         Problem reported by Frank v Waveren in
6385         <http://lists.gnu.org/archive/html/bug-coreutils/2006-08/msg00298.html>.
6386         * lib/nanosleep.c (BILLION): New constant.
6387         (getnow) [HAVE_BUG_BIG_NANOSLEEP]: New functions.
6388         (rpl_nanosleep) [HAVE_BUG_BIG_NANOSLEEP]: Completely new
6389         implementation.
6390
6391 2006-08-30  Paul Eggert  <eggert@cs.ucla.edu>
6392
6393         * modules/nanosleep (Depends-on): Add gettime.
6394
6395 2006-08-30  Paul Eggert  <eggert@cs.ucla.edu>
6396         and Simon Josefsson  <jas@extundo.com>
6397         and Oskar Liljeblad  <oskar@osk.mine.nu>
6398
6399         * MODULES.html.sh (Support for building documentation): Add gpl, lgpl.
6400         * gnulib-tool (func_import): New license type 'unmodifiable license
6401         text'.
6402         * modules/fdl: Use it.  Longer description.
6403         * module/gpl, module/lgpl: New files.
6404
6405 2006-08-30  Jim Meyering  <jim@meyering.net>
6406
6407         * lib/isapipe.c (isapipe): Rename local s/fd/fd_pair/ to avoid
6408         shadowing the parameter.
6409
6410 2006-08-29  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
6411
6412         Sync from Libtool:
6413
6414         2006-08-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
6415
6416         * lib/libltdl/argz.c: Use `#ifdef HAVE_CONFIG_H', to facilitate code
6417         sharing with gnulib.  Report by Eric Blake.
6418
6419 2006-08-29  Paul Eggert  <eggert@cs.ucla.edu>
6420
6421         * modules/isapipe: New file.
6422         * MODULES.html.sh (File descriptor based Input/Output): Add isapipe.
6423
6424 2006-08-29  Paul Eggert  <eggert@cs.ucla.edu>
6425
6426         * modules/configmake (Makefile.am): Add a comment, and omit
6427         the CONFIGMAKE_ prefix from generated macro names.  Suggested
6428         by Bruno Haible.
6429
6430 2006-08-29  Paul Eggert  <eggert@cs.ucla.edu>
6431
6432         * m4/isapipe.m4: New file.
6433
6434 2006-08-29  Paul Eggert  <eggert@cs.ucla.edu>
6435
6436         * lib/isapipe.c, lib/isapipe.h: New files.
6437
6438 2006-08-29  Jim Meyering  <jim@meyering.net>
6439
6440         * modules/configmake (Makefile.am): Make configmake.h depend on
6441         Makefile.  Otherwise, a stale configmake.h could hang around.
6442
6443 2006-08-29  Eric Blake  <ebb9@byu.net>
6444
6445         * lib/error.c (error_at_line, print_errno_message): Match libc, after
6446         resolution of upstream bug 3044.
6447
6448 2006-08-29  Bruno Haible  <bruno@clisp.org>
6449
6450         * modules/localcharset (Depends-on): Add configmake.
6451         (Makefile.am): Remove setting of LIBDIR through DEFS.
6452
6453 2006-08-29  Bruno Haible  <bruno@clisp.org>
6454
6455         * lib/localcharset.c: Include configmake.h in order to get LIBDIR
6456         defined.
6457
6458 2006-08-28  Paul Eggert  <eggert@cs.ucla.edu>
6459
6460         * modules/fcntl: New file.
6461         * modules/chdir-safer (Depends-on): Add fcntl.
6462         * modules/fts: Likewise.
6463         * modules/mkdir-p: Likewise.
6464
6465         * modules/stdint (Makefile.am): Do not substitute ABSOLUTE_INTTYPES_H.
6466         This undoes the most recent change, since we're now addressing the
6467         problem in a different way.
6468
6469         * gnulib-tool (emit_lib_Makefile_am): Don't put $makefile_name
6470         into output, since the output might be called Makefile.am even
6471         if $makefile_name is something different.
6472         (func_import): Use $makefile_am rather than
6473         ${makefile_name-Makefile.am}, to fix a bug where makefile_name was
6474         empty.
6475
6476         * modules/inttypes (Files): Add m4/inttypes-h.m4.
6477
6478 2006-08-28  Paul Eggert  <eggert@cs.ucla.edu>
6479
6480         * m4/inttypes.m4 (gl_INTTYPES_H): Move ABSOLUTE_INTTYPES_H code here...
6481         * m4/stdint.m4 (gl_STDINT_H): ... from here.  This undoes the most
6482         recent change to stdint.m4, since we're now addressing the problem in a
6483         different way.
6484
6485 2006-08-28  Paul Eggert  <eggert@cs.ucla.edu>
6486
6487         * m4/fcntl_h.m4: New file.
6488
6489 2006-08-28  Paul Eggert  <eggert@cs.ucla.edu>
6490
6491         * lib/fcntl_.h: New file.
6492         * lib/chdir-safer.c (O_DIRECTORY, O_NOFOLLOW): Remove, now that we have
6493         the fcntl module.
6494         * lib/dirchownmod.c: Likewise.
6495         * lib/fts.c: Likewise.
6496
6497         * lib/inttypes_.h [defined _GL_JUST_INCLUDE_ABSOLUTE_INTTYPES_H]:
6498         Include @ABSOLUTE_INTTYPES_H@ if available, but do nothing else.
6499         * lib/stdint_.h (_GL_JUST_INCLUDE_ABSOLUTE_INTTYPES_H): Define
6500         just before including <inttypes.h>, to avoid circular inclusion.
6501
6502 2006-08-28  Jim Meyering  <jim@meyering.net>
6503
6504         * doc/visibility.texi: Actually read and correct the grammar of the
6505         sentence affected by yesterday's change.
6506
6507 2006-08-28  Eric Blake  <ebb9@byu.net>
6508
6509         * modules/inttypes (Makefile.am): Fix sed error when inttypes.h
6510         needs wrapper.
6511
6512 2006-08-28  Eric Blake  <ebb9@byu.net>
6513
6514         * m4/inttypes.m4 (gl_INTTYPES_H): Fix missing #endif.
6515
6516 2006-08-28  Eric Blake  <ebb9@byu.net>
6517
6518         * m4/codeset.m4 (AM_LANGINFO_CODESET): Avoid compiler warning.
6519
6520 2006-08-28  Bruno Haible  <bruno@clisp.org>
6521
6522         * modules/c-strstr: New file, from GNU gettext.
6523         * MODULES.html.sh (String handling): Add c-strstr.
6524
6525 2006-08-28  Bruno Haible  <bruno@clisp.org>
6526
6527         * m4/inttypes.m4 (gl_INTTYPES_H): Don't test for the existence of SCNX*
6528         macros.
6529         Reported by Eric Blake.
6530
6531 2006-08-28  Bruno Haible  <bruno@clisp.org>
6532
6533         * lib/vasnprintf.c (EOVERFLOW): Remove definition.
6534         (VASNPRINTF): Return a string of length > INT_MAX without failing.
6535         * lib/vasprintf.c: Include errno.h, limits.h.
6536         (EOVERFLOW): New fallback definition.
6537         (vasprintf): Test here whether the string length is > INT_MAX.
6538         * lib/vsnprintf.c: Include errno.h, limits.h.
6539         (EOVERFLOW): New fallback definition.
6540         (vsnprintf): Fix bug when generated string was too long for the buffer.
6541         Test here whether the string length is > INT_MAX.
6542
6543 2006-08-28  Bruno Haible  <bruno@clisp.org>
6544
6545         * lib/inttypes_.h (SCNX*): Remove definitions.
6546         Reported by Eric Blake.
6547
6548 2006-08-28  Bruno Haible  <bruno@clisp.org>
6549
6550         * lib/c-strstr.h: New file, from GNU gettext.
6551         * lib/c-strstr.c: New file, from GNU gettext.
6552
6553 2006-08-28  Bruno Haible  <bruno@clisp.org>
6554
6555         * gnulib-tool: Reorder some statements.
6556
6557 2006-08-28  Bruno Haible  <bruno@clisp.org>
6558
6559         * gnulib-tool: New option --makefile-name.
6560         (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am): Use
6561         $makefile_name.
6562         (func_import): Write $makefile_name to the cache file, and read it from
6563         there unless explicitly specified. Use $makefile_name as file name
6564         instead of Makefile.am. Adjust the recommendations accordingly.
6565
6566 2006-08-28  Bruno Haible  <bruno@clisp.org>
6567
6568         * gnulib-tool (func_verify_module): Check against misapplying patch.
6569
6570 2006-08-28  Bruno Haible  <bruno@clisp.org>
6571
6572         * gnulib-tool (func_relativize, func_relconcat): New functions.
6573         Give an error if --local-dir is given with --update.
6574         Remove trailing slashes from $local_gnulib_dir.
6575         (func_import): Store the relativized $local_gnulib_dir in
6576         gnulib-cache.m4, and read it from there if not specified explicitly.
6577
6578 2006-08-28  Bruno Haible  <bruno@clisp.org>
6579
6580         * gnulib-tool (func_get_tests_module): Don't assume that $gnulib_dir
6581         is the current directory. Respect also $local_gnulib_dir.
6582
6583 2006-08-28  Bruno Haible  <bruno@clisp.org>
6584             Simon Josefsson  <jas@extundo.com>
6585
6586         BeOS portability.
6587         * lib/getaddrinfo.c (PF_INET, PF_UNSPEC): New macros.
6588
6589 2006-08-27  Jim Meyering  <jim@meyering.net>
6590
6591         * doc/visibility.texi: Remove duplicate word: "pointer".
6592
6593 2006-08-26  Bruno Haible  <bruno@clisp.org>
6594
6595         * modules/inttypes (Files): Add lib/inttypes_.h, remove lib/inttypes.h.
6596         Add m4/inttypes.m4, remove m4/_inttypes_h.m4 and m4/include_next.m4.
6597         (Makefile.am): Create inttypes.h from inttypes_.h.
6598         * modules/stdint (Makefile.am): Substitute also ABSOLUTE_INTTYPES_H.
6599
6600         * modules/imaxabs: New file.
6601
6602         * modules/imaxdiv: New file.
6603
6604 2006-08-26  Bruno Haible  <bruno@clisp.org>
6605
6606         * m4/inttypes.m4: New file.
6607         * m4/_inttypes_h.m4: Remove file.
6608         * m4/inttypes-pri.m4 (gt_INTTYPES_PRI): Also AC_SUBST
6609         PRI_MACROS_BROKEN.
6610         * m4/stdint.m4 (gl_STDINT_H): Define also ABSOLUTE_INTTYPES_H.
6611
6612         * m4/imaxabs.m4: New file.
6613
6614         * m4/imaxdiv.m4: New file.
6615
6616 2006-08-26  Bruno Haible  <bruno@clisp.org>
6617
6618         * lib/inttypes_.h: New file.
6619         * lib/inttypes.h: Remove file.
6620         * lib/stdint_.h: Include <inttypes.h> through its absolute filename.
6621
6622         * lib/imaxabs.c: New file.
6623
6624         * lib/imaxdiv.c: New file.
6625
6626 2006-08-25  Paul Eggert  <eggert@cs.ucla.edu>
6627
6628         New config-h module, so that "make" output needn't be cluttered
6629         by -DHAVE_CONFIG_H.
6630         * MODULES.html.sh (Support for building libraries and executables):
6631         Add config-h.
6632         * modules/config-h: New file.
6633         * gnulib-tool (nl, sed_transform_lib_file): New vars.
6634         (func_import): Turn "#ifdef HAVE_CONFIG_H" to "#if 1" if
6635         the config-h module is used.
6636
6637         New configmake module, so that "make" output needn't be cluttered
6638         by fluff like '-DLIBDIR=\"/usr/local/lib\"'.
6639         * MODULES.html.sh (Support for building libraries and executables):
6640         Add configmake.
6641         * modules/configmake: New file.
6642
6643 2006-08-25  Paul Eggert  <eggert@cs.ucla.edu>
6644
6645         * m4/config-h.m4: New file.
6646
6647 2006-08-24  Paul Eggert  <eggert@cs.ucla.edu>
6648
6649         * config/srclist.txt: Add elisp-comp.
6650
6651 2006-08-24  Paul Eggert  <eggert@cs.ucla.edu>
6652
6653         * MODULES.html.sh (Support for building libraries and executables):
6654         Add elisp-comp.
6655         * build-aux/elisp-comp: New file.
6656         * modules/elisp-comp: New file.
6657
6658 2006-08-24  Bruno Haible  <bruno@clisp.org>
6659
6660         * gnulib-tool (func_create_testdir): Use non-default values of
6661         sourcebase and m4base.
6662
6663 2006-08-24  Bruno Haible  <bruno@clisp.org>
6664
6665         * MODULES.html.sh (Compatibility checks for POSIX:2001 functions: Fix
6666         HTML structure.
6667
6668 2006-08-23  Paul Eggert  <eggert@cs.ucla.edu>
6669
6670         * modules/openat (Depends-on): Add lchown.
6671
6672 2006-08-23  Bruno Haible  <bruno@clisp.org>
6673
6674         * gnulib-tool (func_import, func_create_testdir): Emit an invocation
6675         of gl_LOCK_EARLY instead of gl_LOCK.
6676
6677 2006-08-23  Bruno Haible  <bruno@clisp.org>
6678
6679         * m4/lock.m4 (gl_LOCK_BODY): Change the default value of gl_use_threads
6680         on OSF/1 to no.
6681         Reported by Stephen Cartwright <sgcartwr@ucalgary.ca>.
6682
6683 2006-08-23  Bruno Haible  <bruno@clisp.org>
6684
6685         * m4/fsusage.m4 (gl_FILE_SYSTEM_USAGE): Don't consider BeOS statvfs
6686         as unusable.
6687
6688         * m4/lock.m4 (gl_LOCK_EARLY): Renamed from gl_LOCK.
6689         (gl_LOCK_BODY): Remove gl_PREREQ_LOCK invocation.
6690         (gl_LOCK): New macro.
6691
6692 2006-08-22  Simon Josefsson  <jas@extundo.com>
6693
6694         * modules/gc-md5 (Makefile.am): Need to add md5.h, after changes
6695         to md5 module.
6696
6697 2006-08-22  Simon Josefsson  <jas@extundo.com>
6698
6699         * MODULES.html.sh: Add "Support for maintaining and release
6700         projects".
6701
6702         * build-aux/gnupload: New file, from coreutils.
6703
6704 2006-08-22  Paul Eggert  <eggert@cs.ucla.edu>
6705
6706         Avoid the need for AC_LIBSOURCES in m4 macros.
6707         * modules/arcfour (EXTRA_DIST): Add arcfour.h.
6708         * modules/arctwo (EXTRA_DIST): Add arctwo.h.
6709         * modules/check-version (EXTRA_DIST): Add check-version.h.
6710         * modules/crc (EXTRA_DIST): Add crc.h.
6711         * modules/des (EXTRA_DIST): Add des.h.
6712         * modules/gc (EXTRA_DIST): Add gc.h.
6713         * modules/getdelim (EXTRA_DIST): Add getdelim.h.
6714         * modules/getline (EXTRA_DIST): Add getline.h.
6715         * modules/getlogin_r (EXTRA_DIST): Add getlogin_r.h.
6716         * modules/hmac-md5 (EXTRA_DIST): Add hmac.h.
6717         * modules/hmac-sha1 (EXTRA_DIST): Add hmac.h.
6718         * modules/md2 (EXTRA_DIST): Add md2.h.
6719         * modules/md4 (EXTRA_DIST): Add md4.h.
6720         * modules/pagealign_alloc (EXTRA_DIST): Add pagealign_alloc.h.
6721         * modules/read-file (EXTRA_DIST): Add read-file.h.
6722         * modules/readline (EXTRA_DIST): Add readline.h.
6723         * modules/rijndael (EXTRA_DIST): Add rijndael-alg-fst.h,
6724         rijndael-api-fst.h.
6725
6726 2006-08-22  Paul Eggert  <eggert@cs.ucla.edu>
6727
6728         * m4/rijndael.m4 (gl_ARCFOUR):
6729         * m4/arctwo.m4 (gl_ARCTWO):
6730         * m4/check-version.m4 (gl_CHECK_VERSION):
6731         * m4/crc.m4 (gl_CRC):
6732         * m4/des.m4 (gl_DES):
6733         * m4/gc-pbkdf2-sha1.m4 (gl_GC_PBKDF2_SHA1):
6734         * m4/gc.m4 (gl_GC):
6735         * m4/getdelim.m4 (gl_FUNC_GETDELIM):
6736         * m4/getline.m4 (gl_FUNC_GETLINE):
6737         * m4/getlogin_r.m4 (gl_GETLOGIN_R_SUBSTITUTE):
6738         * m4/hmac-md5.m4 (gl_HMAC_MD5):
6739         * m4/hmac-sha1.m4 (gl_HMAC_SHA1):
6740         * m4/md2.m4 (gl_MD2):
6741         * m4/md4.m4 (gl_MD4):
6742         * m4/pagealign_alloc.m4 (gl_PAGEALIGN_ALLOC):
6743         * m4/read-file.m4 (gl_FUNC_READ_FILE):
6744         * m4/readline.m4 (gl_FUNC_READLINE):
6745         * m4/rijndael.m4 (gl_RIJNDAEL):
6746         Don't use AC_LIBSOURCES; instead, rely on the files in ../modules/
6747         to get the necessary .h files and whatnot.
6748
6749 2006-08-22  Paul Eggert  <eggert@cs.ucla.edu>
6750
6751         * config/srclist.txt: Remove gnupload, since coreutils now syncs from
6752         gnulib rather than the other way around.
6753         * config/srclistvars.sh (COREUTILS): Remove.
6754
6755 2006-08-22  Jim Meyering  <jim@meyering.net>
6756
6757         * modules/mkdir-p (Makefile.am): Fix typo: s/lib+SOURCES/lib_SOURCES/.
6758
6759         * modules/getpass-gnu (Makefile.am): Add getpass.h to EXTRA_DIST.
6760
6761 2006-08-22  Eric Blake  <ebb9@byu.net>
6762
6763         * modules/regexprops-generic: New file.
6764         * MODULES.html.sh (Support for building documentation): List it.
6765
6766 2006-08-22  Eric Blake  <ebb9@byu.net>
6767
6768         * m4/stdint_h.m4 (gl_AC_HEADER_STDINT_H): Avoid compiler warning.
6769         * m4/inttypes_h.m4 (gl_AC_HEADER_INTTYPES_H): Likewise.
6770         * m4/longlong.m4 (AC_TYPE_LONG_LONG_INT): Likewise.
6771         * m4/intmax_t.m4 (gt_AC_TYPE_INTMAX_T): Likewise.
6772
6773 2006-08-22  Bruno Haible  <bruno@clisp.org>
6774
6775         * gnulib-tool (func_emit_lib_Makefile_am): Don't treat lib_LIBRARIES
6776         and lib_LTLIBRARIES like the other lib_* variables.
6777
6778 2006-08-22  Bruno Haible  <bruno@clisp.org>
6779
6780         * build-aux/x-to-1.in: New file, from GNU gettext.
6781
6782 2006-08-22  Bruno Haible  <bruno@clisp.org>
6783
6784         * m4/readutmp.m4 (gl_READUTMP): Compile readutmp.c only if <utmp.h> or
6785         <utmpx.h> exists.
6786
6787 2006-08-22  Bruno Haible  <bruno@clisp.org>
6788
6789         * lib/readutmp.h: Skip most definitions if neither <utmp.h> nor
6790         <utmpx.h> exists.
6791
6792 2006-08-21  Paul Eggert  <eggert@cs.ucla.edu>
6793
6794         BeOS portability.
6795         * lib/dirchownmod.c (dirchownmod): Don't use fchmod if it doesn't
6796         exist.
6797         Problem reported by Bruno Haible.
6798
6799 2006-08-21  Paul Eggert  <eggert@cs.ucla.edu>
6800
6801         Avoid the need for AC_LIBSOURCES in m4 macros.
6802         * modules/acl (EXTRA_DIST): Add acl.h.
6803         * modules/argmatch (Files): Add m4/argmatch.m4.
6804         (configure.ac): Add gl_ARGMATCH.
6805         (EXTRA_DIST): Renamed from lib_SOURCES, for
6806         consistency with the other modules.  Remove argmatch.c.
6807         * modules/backupfile (EXTRA_DIST): Add backupfile.h.
6808         * modules/c-strtod (EXTRA_DIST): Add c-strtod.h.
6809         * modules/c-strtold (EXTRA_DIST): Add c-strtod.c, c-strtod.h.
6810         * modules/canonhost (EXTRA_DIST): Add c-canonhost.h.
6811         * modules/canonicalize (EXTRA_DIST): Add canonicalize.h.
6812         * modules/chdir-long (EXTRA_DIST): Add chdir-long.h.
6813         * modules/chdir-safer (EXTRA_DIST): Add chdir-safer.h.
6814         * modules/cloexec (EXTRA_DIST): Add cloexec.h.
6815         * modules/close-stream (EXTRA_DIST): Add close-stream.h.
6816         * modules/closeout (EXTRA_DIST): Add closeout.h.
6817         * modules/cycle-check (EXTRA_DIST): Add cycle-check.h.
6818         * modules/dev-ino (EXTRA_DIST): Add dev-ino.h.
6819         * modules/dirfd (EXTRA_DIST): Add dirfd.h.
6820         * modules/dirname (EXTRA_DIST): Renamed from lib_SOURCES.  Add
6821         dirname.h; remove basename.c and stripslash.c.
6822         * modules/exclude (EXTRA_DIST): Add exclude.h.
6823         * modules/exitfail (EXTRA_DIST): Add exitfail.h.
6824         * modules/fcntl-safer (EXTRA_DIST): Add fcntl-safer.h fcntl--.h.
6825         * modules/file-type (EXTRA_DIST): Add file-type.h.
6826         * modules/filemode (EXTRA_DIST): Add filemode.h.
6827         * modules/filenamecat (EXTRA_DIST): Add filenamecat.h.
6828         * modules/fopen-safer (EXTRA_DIST): Add stdio-safer.h stdio--.h.
6829         * modules/fpending (EXTRA_DIST): Add __fpending.h.
6830         * modules/fprintftime (EXTRA_DIST): Add fprintftime.h.
6831         * modules/fsusage (EXTRA_DIST): Add fsusage.h.
6832         * modules/fts (EXTRA_DIST): Add fts_.h fts-cycle.c.
6833         * modules/getcwd (EXTRA_DIST): Add getcwd.h.
6834         * modules/getdate (EXTRA_DIST): Add getdate.c.
6835         * modules/gethrxtime (EXTRA_DIST): Add gethrxtime.h xtime.h.
6836         * modules/getpagesize (EXTRA_DIST): Add getpagesize.h.
6837         * modules/getpass (EXTRA_DIST): Add getpass.h.
6838         * modules/glob (EXTRA_DIST): Add glob_.h glob-libc.h.
6839         * modules/group-member (EXTRA_DIST): Add group-member.h.
6840         * modules/hard-locale (EXTRA_DIST): Add hard-locale.h.
6841         * modules/hash (EXTRA_DIST): Add hash.h.
6842         * modules/human (EXTRA_DIST): Add human.h.
6843         * modules/inttypes (EXTRA_DIST): Add inttypes.h.
6844         * modules/lchmod (EXTRA_DIST): Add lchmod.h.
6845         * modules/lchown (EXTRA_DIST): Add lchown.h.
6846         * modules/long-options (EXTRA_DIST): Add long-options.h.
6847         * modules/lstat (EXTRA_DIST): Add lstat.h.
6848         * modules/md5 (EXTRA_DIST): Add memcasecmp.h.
6849         * modules/memcoll (EXTRA_DIST): Add memcoll.h.
6850         * modules/mempcpy (EXTRA_DIST): Add mempcpy.h.
6851         * modules/memrchr (EXTRA_DIST): Add memrchr.h.
6852         * modules/memxor (EXTRA_DIST): Add memxor.h.
6853         * modules/mkancesdirs (EXTRA_DIST): Add mkancesdirs.h.
6854         * modules/mkdir-p (EXTRA_DIST): Add modechange.h.
6855         * modules/mountlist (EXTRA_DIST): Add mountlist.h.
6856         * modules/openat (EXTRA_DIST): Add at-func.c openat.h openat-priv.h.
6857         * modules/pathmax (EXTRA_DIST): Add pathmax.h.
6858         * modules/physmem (EXTRA_DIST): Add physmem.h.
6859         * modules/posixtm (EXTRA_DIST): Add posixtm.h.
6860         * modules/posixver (EXTRA_DIST): Add posixver.h.
6861         * modules/quote (EXTRA_DIST): Add quote.h.
6862         * modules/quotearg (EXTRA_DIST): Add quotearg.h.
6863         * modules/readtokens (EXTRA_DIST): Add readtokens.h.
6864         * modules/readutmp (EXTRA_DIST): Add readutmp.h.
6865         * modules/regex (EXTRA_DIST): Add regcomp.c regex.h regex_internal.c
6866         regex_internal.h regexec.c.
6867         * modules/safe-read (EXTRA_DIST): Add safe-read.h.
6868         * modules/safe-write (EXTRA_DIST): Add safe-write.h.
6869         * modules/same (EXTRA_DIST): Add same.h.
6870         * modules/same-inode (EXTRA_DIST): Add same-inode.h.
6871         * modules/save-cwd (EXTRA_DIST): Add save-cwd.h.
6872         * modules/savedir (EXTRA_DIST): Add savedir.h.
6873         * modules/sha1 (EXTRA_DIST): Add sha1.h.
6874         * modules/sig2str (EXTRA_DIST): Add sig2str.h.
6875         * modules/stat-macros (EXTRA_DIST): Add stat-macros.h.
6876         * modules/stat-time (EXTRA_DIST): Add stat-time.h.
6877         * modules/stdlib-safer (EXTRA_DIST): Add stdlib-safer.h stdlib--.h.
6878         * modules/strdup (EXTRA_DIST): Add strdup.h.
6879         * modules/strftime (EXTRA_DIST): Add strftime.h.
6880         * modules/strndup (EXTRA_DIST): Add strndup.h.
6881         * modules/strnlen (EXTRA_DIST): Add strnlen.h.
6882         * modules/strverscmp (EXTRA_DIST): Add strverscmp.h.
6883         * modules/time_r (EXTRA_DIST): Add time_r.h.
6884         * modules/timespec (EXTRA_DIST): Add timespec.h.
6885         * modules/tmpfile-safer (EXTRA_DIST): Add stdio-safer.h stdio--.h.
6886         * modules/unistd-safer (EXTRA_DIST): Add unistd-safer.h unistd--.h.
6887         * modules/unlinkdir (EXTRA_DIST): Add unlinkdir.h.
6888         * modules/unlocked-io (EXTRA_DIST): Add unlocked-io.h.
6889         * modules/userspec (EXTRA_DIST): Add userspec.h.
6890         * modules/utimecmp (EXTRA_DIST): Add utimecmp.h.
6891         * modules/utimens (EXTRA_DIST): Add utimens.h.
6892         * modules/xalloc (EXTRA_DIST): Add xalloc.h.
6893         * modules/xgetcwd (EXTRA_DIST): Add xgetcwd.h.
6894         * modules/xnanosleep (EXTRA_DIST): Add xnanosleep.h.
6895         * modules/xreadlink (EXTRA_DIST): Add xreadlink.h.
6896         * modules/xstrtod (EXTRA_DIST): Add xstrtod.h.
6897         * modules/xstrtol (EXTRA_DIST): Add xstrtol.h.
6898         * modules/xstrtold (EXTRA_DIST): Add xstrtod.c xstrtod.h.
6899         * modules/yesno (EXTRA_DIST): Add yesno.h.
6900
6901 2006-08-21  Paul Eggert  <eggert@cs.ucla.edu>
6902
6903         * m4/mkdir-p.m4 (gl_MKDIR_PARENTS): Check for fchmod.
6904
6905         * m4/argmatch.m4: New file, from coreutils with AC_LIBSOURCES removed.
6906         * m4/dev-ino.m4, same-inode.m4: Remove.
6907
6908         * m4/_inttypes_h.m4 (gl_INTTYPES_H):
6909         * m4/acl.m4 (AC_FUNC_ACL):
6910         * m4/backupfile.m4 (gl_BACKUPFILE):
6911         * m4/c-strtod.m4 (gl_C99_STRTOLD):
6912         * m4/canon-host.m4 (gl_CANON_HOST):
6913         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME):
6914         * m4/chdir-long.m4 (gl_FUNC_CHDIR_LONG):
6915         * m4/chdir-safer.m4 (gl_CHDIR_SAFER):
6916         * m4/cloexec.m4 (gl_CLOEXEC):
6917         * m4/close-stream.m4 (gl_CLOSE_STREAM):
6918         * m4/closeout.m4 (gl_CLOSEOUT):
6919         * m4/dirfd.m4 (gl_FUNC_DIRFD):
6920         * m4/dirname.m4 (gl_DIRNAME):
6921         * m4/exclude.m4 (gl_EXCLUDE):
6922         * m4/exitfail.m4 (gl_EXITFAIL):
6923         * m4/fcntl-safer.m4 (gl_FCNTL_SAFER):
6924         * m4/file-type.m4 (gl_FILE_TYPE):
6925         * m4/filemode.m4 (gl_FILEMODE):
6926         * m4/filenamecat.m4 (gl_FILE_NAME_CONCAT):
6927         * m4/fpending.m4 (gl_FUNC_FPENDING):
6928         * m4/fprintftime.m4 (gl_FPRINTFTIME):
6929         * m4/fts.m4 (gl_FUNC_FTS):
6930         * m4/getcwd.m4 (gl_FUNC_GETCWD_NULL):
6931         * m4/getdate.m4 (gl_GETDATE):
6932         * m4/gethrxtime.m4 (gl_GETHRXTIME):
6933         * m4/getpagesize.m4 (gl_GETPAGESIZE):
6934         * m4/getpass.m4 (gl_FUNC_GETPASS):
6935         * m4/gettime.m4 (gl_GETTIME):
6936         * m4/getugroups.m4 (gl_GETUGROUPS):
6937         * m4/glob.m4 (gl_GLOB_SUBSTITUTE):
6938         * m4/group-member.m4 (gl_FUNC_GROUP_MEMBER):
6939         * m4/hard-locale.m4 (gl_HARD_LOCALE):
6940         * m4/hash.m4 (gl_HASH):
6941         * m4/idcache.m4 (gl_IDCACHE):
6942         * m4/lchmod.m4 (gl_FUNC_LCHMOD):
6943         * m4/lchown.m4 (gl_FUNC_LCHOWN):
6944         * m4/long-options.m4 (gl_LONG_OPTIONS):
6945         * m4/lstat.m4 (gl_FUNC_LSTAT):
6946         * m4/md5.m4 (gl_MD5):
6947         * m4/memcasecmp.m4 (gl_MEMCASECMP):
6948         * m4/memcoll.m4 (gl_MEMCOLL):
6949         * m4/mempcpy.m4 (gl_FUNC_MEMPCPY):
6950         * m4/memrchr.m4 (gl_FUNC_MEMRCHR):
6951         * m4/memxor.m4 (gl_MEMXOR):
6952         * m4/mkancesdirs.m4 (gl_MKANCESDIRS):
6953         * m4/mkdir-p.m4 (gl_MKDIR_PARENTS):
6954         * m4/modechange.m4 (gl_MODECHANGE):
6955         * m4/mountlist.m4 (gl_MOUNTLIST):
6956         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP):
6957         * m4/openat.m4 (gl_FUNC_OPENAT):
6958         * m4/pathmax.m4 (gl_PATHMAX):
6959         * m4/physmem.m4 (gl_PHYSMEM):
6960         * m4/posixtm.m4 (gl_POSIXTM):
6961         * m4/posixver.m4 (gl_POSIXVER):
6962         * m4/quote.m4 (gl_QUOTE):
6963         * m4/quotearg.m4 (gl_QUOTEARG):
6964         * m4/readtokens.m4 (gl_READTOKENS):
6965         * m4/readutmp.m4 (gl_READUTMP):
6966         * m4/regex.m4 (gl_REGEX):
6967         * m4/safe-read.m4 (gl_SAFE_READ):
6968         * m4/safe-write.m4 (gl_SAFE_WRITE):
6969         * m4/same.m4 (gl_SAME):
6970         * m4/save-cwd.m4 (gl_SAVE_CWD):
6971         * m4/savedir.m4 (gl_SAVEDIR):
6972         * m4/settime.m4 (gl_SETTIME):
6973         * m4/sha1.m4 (gl_SHA1):
6974         * m4/sig2str.m4 (gl_FUNC_SIG2STR):
6975         * m4/stat-macros.m4 (gl_STAT_MACROS):
6976         * m4/stat-time.m4 (gl_STAT_TIME):
6977         * m4/stdio-safer.m4 (gl_FOPEN_SAFER):
6978         * m4/stdlib-safer.m4 (gl_STDLIB_SAFER):
6979         * m4/strdup.m4 (gl_FUNC_STRDUP):
6980         * m4/strftime.m4 (gl_FUNC_GNU_STRFTIME):
6981         * m4/strndup.m4 (gl_FUNC_STRNDUP):
6982         * m4/strnlen.m4 (gl_FUNC_STRNLEN):
6983         * m4/strverscmp.m4 (gl_FUNC_STRVERSCMP):
6984         * m4/time_r.m4 (gl_TIME_R):
6985         * m4/timespec.m4 (gl_TIMESPEC):
6986         * m4/unistd-safer.m4 (gl_UNISTD_SAFER):
6987         * m4/unlinkdir.m4 (gl_UNLINKDIR):
6988         * m4/unlocked-io.m4 (gl_FUNC_GLIBC_UNLOCKED_IO):
6989         * m4/userspec.m4 (gl_USERSPEC):
6990         * m4/utimecmp.m4 (gl_UTIMECMP):
6991         * m4/utimens.m4 (gl_UTIMENS):
6992         * m4/xalloc.m4 (gl_XALLOC):
6993         * m4/xgetcwd.m4 (gl_XGETCWD):
6994         * m4/xnanosleep.m4 (gl_XNANOSLEEP):
6995         * m4/xreadlink.m4 (gl_XREADLINK):
6996         * m4/xstrtod.m4 (gl_XSTRTOD):
6997         * m4/yesno.m4 (gl_YESNO):
6998         Don't use AC_LIBSOURCES; instead, rely on the files in ../modules/
6999         to get the necessary .h files and whatnot.
7000
7001 2006-08-21  Mark D. Baushke  <mdb@gnu.org>
7002             Bruno Haible  <bruno@clisp.org>
7003
7004         * gnulib-tool (func_verify_module): Work around Sun's non-POSIX 1003.2
7005         /bin/sh understanding of '!' conditional negation.
7006
7007 2006-08-21  Jim Meyering  <jim@meyering.net>
7008
7009         * modules/openat (Depends-on): Really alphabetize.
7010
7011         * modules/acl (Depends-on): Add error and quote.
7012
7013         * check-module (find_included_lib_files): Add at-func.c to the
7014         ok-to-include-more-than-once white list.
7015
7016         * modules/openat (Depends-on): Add lstat.  Alphabetize.
7017
7018 2006-08-21  Bruno Haible  <bruno@clisp.org>
7019
7020         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
7021         Emit a pkgdata_DATA variable only if some snippets add contents to it.
7022         Reported by Martin Lambers <marlam@marlam.de>.
7023
7024 2006-08-21  Bruno Haible  <bruno@clisp.org>
7025
7026         * gnulib-tool (func_emit_lib_Makefile_am): If the snippets already
7027         specify an installation location, don't emit a noinst_LIBRARIES or
7028         noinst_LTLIBRARIES assignment.
7029
7030 2006-08-21  Bruno Haible  <bruno@clisp.org>
7031
7032         BeOS portability.
7033         * modules/mbchar (Include): Don't test HAVE_WCTYPE_H any more, since
7034         BeOS has mbrtowc() but no <wctype.h>.
7035
7036 2006-08-21  Bruno Haible  <bruno@clisp.org>
7037
7038         BeOS portability.
7039         * m4/mbchar.m4 (gl_MBCHAR): Compile mbchar.c also if <wctype.h> doesn't
7040         exist.
7041
7042 2006-08-21  Bruno Haible  <bruno@clisp.org>
7043
7044         BeOS portability.
7045         * lib/mbchar.h: Include <wctype.h> only if it exists.
7046
7047 2006-08-20  Paul Eggert  <eggert@cs.ucla.edu>
7048
7049         Remove files that are no longer needed by their respective modules.
7050         * m4/obstack.m4: Remove.
7051         * m4/strerror_r.m4: Remove.
7052         * m4/uint32_t.m4: Remove.
7053         * m4/uintptr_t.m4: Remove.
7054         * m4/ullong_max.m4: Remove.
7055         * m4/xstrtoimax.m4: Remove.
7056         * m4/xstrtoumax.m4: Remove.
7057
7058         * m4/cycle-check.m4 (gl_CYCLE_CHECK): Do not require
7059         gl_AC_TYPE_UINTMAX_T, gl_STRUCT_DEV_INO, or gl_SAME_INODE, since gnulib
7060         dependencies now capture this.
7061
7062         * m4/cycle-check.m4 (gl_CYCLE_CHECK):
7063         Do not use AC_LIBSOURCES, since gnulib modules now do this.
7064         * m4/fsusage.m4 (gl_FSUSAGE): Likewise.
7065         * m4/human.m4 (gl_HUMAN): Likewise.
7066         * m4/inttostr.m4 (gl_INTTOSTR): Likewise.
7067         * m4/xstrtol.m4 (gl_XSTRTOL): Likewise.
7068
7069         * m4/filemode.m4 (gl_FILEMODE): Require AC_STRUCT_ST_DM_MODE.
7070
7071         * m4/filemode.m4 (gl_PREREQ_FSUSAGE_EXTRA): Do not require
7072         gl_AC_TYPE_INTMAX_T or gl_AC_TYPE_UINTMAX_T, since we now require
7073         stdint.
7074         * m4/human.m4 (gl_HUMAN): Likewise.
7075         * m4/inttostr.m4 (gl_PREREQ_INTTOSTR): Likewise.
7076         * m4/mkstemp.m4 (gl_PREREQ_TEMPNAME): Likewise.
7077         * m4/strtoimax.m4 (gl_PREREQ_STRTOIMAX): Likewise.
7078         * m4/strtoumax.m4 (gl_PREREQ_STRTOUMAX): Likewise.
7079         * m4/xstrtol (gl_XSTRTOL): Likewise.
7080
7081         * m4/gethrxtime.m4 (gl_XTIME): gl_AC_TYPE_LONG_LONG ->
7082         AC_TYPE_LONG_LONG_INT.
7083         * m4/strtoimax.m4 (gl_PREREQ_STRTOIMAX): Likewise.
7084         * m4/strtoll.m4 (gl_FUNC_STRTOLL): Likewise.
7085         * m4/strtoull.m4 (gl_FUNC_STRTOULL): Likewise, for unsigned long.
7086         * m4/strtoumax.m4 (gl_PREREQ_STRTOUMAX): Likewise.
7087
7088         * m4/human.m4 (gl_HUMAN): Do not require AM_STDBOOL_H since we depend
7089         on stdbool.
7090
7091         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL_H, gl_PREREQ_XSTRTOL): Remove.
7092         (gl_PREREQ_XSTRTOUL): Remove.
7093
7094         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Check for hasmntopt.
7095
7096         * m4/posixver.m4: Fix comment since head -1 now works even in POSIX
7097         mode.
7098
7099 2006-08-20  Paul Eggert  <eggert@cs.ucla.edu>
7100
7101         Add and change modules to make it easier for coreutils to use
7102         gnulib-tool.
7103         * modules/backupfile (Files): Remove m4/d-ino.m4.
7104         (Depends-on): Add d-ino.
7105         * modules/cycle-check (Depends-on): Add stdint.
7106         (lib_SOURCES): Add cycle-check.h.
7107         * modules/d-ino: New module.
7108         * modules/d-type: New module.
7109         * modules/error (Files): Remove m4/strerror_r.m4.
7110         * modules/filemode (Files): Add m4/st_dm_mode.m4.
7111         * modules/fsuage (Files): Remove m4/ulonglong.m4, m4/stdint_h.m4,
7112         m4/inttypes_h.m4, m4/uintmax_t.m4.
7113         (Depends-on): Add stdint.
7114         (lib_SOURCES): Add fsusage.h.
7115         * modules/getcwd (Files): Remove d-ino.m4.
7116         (Depends-on): Add d-ino.
7117         * modules/getndelim2 (Depends-on): Add stdint.
7118         * modules/glob (Files): Remove m4/d-type.m4.
7119         (Depends-on): Add d-type.
7120         * modules/host-os: New module.
7121         * modules/human (Files):  Remove m4/ulonglong.m4, m4/stdint_h.m4,
7122         m4/inttypes_h.m4, m4/uintmax_t.m4.
7123         * Depends-on: Add stdint.
7124         (lib_SOURCES): Add human.h.
7125         * modules/inttostr (Files): Remove m4/intmax_t.m4,
7126         m4/inttostr.m4, m4/inttypes_h.m4, m4/longlong.m4, m4/stdint_h.m4,
7127         m4/uintmax_t.m4, m4/ulonglong.m4.
7128         (Depends-on): Add stdint.
7129         (EXTRA_DIST): Add inttostr.h.
7130         * modules/lchmod: New module.
7131         * modules/link-follow: New module.
7132         * modules/mkdir-p (Files): Remove lib/lchmod.h, m4/lchmod.m4.
7133         (Depends-on): Add lchmod.
7134         * modules/mkstemp (Files): Remove m4/ulonglong.m4,
7135         m4/stdint_h.m4, m4/inttypes_h.m4, m4/uintmax_t.m4.
7136         (Depends-on): Add stdint.
7137         * modules/obstack (Files): Remove m4/inttypes_h.m4, m4/obstack.m4,
7138         m4/stdint_h.m4, m4/uintmax_t.m4, m4/ulonglong.m4.
7139         (Depends-on): Add stdint.
7140         (configure.ac): Change gl_OBSTACK to AC_FUNC_OBSTACK.
7141         * modules/perl: New module.
7142         * modules/regex (Depends-on): Add stdint.
7143         * modules/rmdir-errno: New module.
7144         * modules/strtoimax (Files): Remove m4/stdint_h.m4, m4/inttypes_h.m4,
7145         m4/intmax_t.m4.
7146         (Depends-on): Add stdint.
7147         * modules/strtoumax (Files): Remove m4/stdint_h.m4, m4/inttypes_h.m4,
7148         m4/uintmax_t.m4.
7149         (Depends-on): Add stdint.
7150         * modules/unlink-busy: New module.
7151         * modules/utimecmp (Depends-on): Add stdint.
7152         * modules/uptime: New module.
7153         * modules/winsz-ioctl: New module.
7154         * modules/winsz-termios: New module.
7155         * modules/xnanosleep (Depends-on): Add nanosleep.
7156         * modules/ullong_max: Remove.
7157         * modules/xstrtoimax (Files): Remove m4/xstrtoimax.m4.
7158         (configure.ac): Remove gl_XSTRTOIMAX; no action needed now.
7159         * modules/xstrtol (Files): Remove m4/ulonglong.m4, m4/longlong.m4,
7160         m4/stdint_h.m4, m4/inttypes_h.m4, m4/uintmax_t.m4, m4/intmax_t.m4.
7161         (Depends-on): Add inttypes.
7162         (lib_SOURCES): Add xstrtol.h.
7163         * modules/xstrtoumax (Files): Remove m4/xstrtoumax.m4.
7164         (configure.ac): Remove gl_XSTRTOUMAX; no action needed now.
7165         * MODULES.html.sh: Move 'assert' into the assert section.
7166         Move 'dummy' into the linking section.
7167         Remove ullong_max.
7168         Add section for compatibility checks for POSIX:2001 functions,
7169         and put d-ino, d-type, link-follow, rmdir-errno, unlink-busy,
7170         winsz-ioctl, and winsz-termios into it.
7171         Add lchmod.
7172         Add top-level Misc section and put host-os, perl, and uptime
7173         into it.
7174
7175 2006-08-20  Paul Eggert  <eggert@cs.ucla.edu>
7176
7177         * lib/cycle-check.h: Include <stdint.h> unconditionally, since we
7178         now assume the stdint module.  Do not include inttypes.h.
7179         * lib/fsusage.h: Likewise.
7180         * lib/getndelim2.c: Likewise.
7181         * lib/human.h: Likewise.
7182         * lib/inttostr.h: Likewise.
7183         * lib/obstack.c: Likewise.
7184         * lib/regex_internal.h: Likewise.
7185         * lib/tempname.c: Likewise.
7186         * lib/utimecmp.c: Likewise.
7187         * lib/xstrtol.h: Likewise.
7188
7189         * lib/stat_.h: Fix typo: HAVE_FUNC_LSTAT -> HAVE_LSTAT.
7190
7191         * lib/strtoimax.c: Adjust to macro name changes in Autoconf,
7192         e.g., HAVE_LONG_LONG -> HAVE_LONG_LONG_INT.
7193         * lib/xtime.h: Likewise.
7194
7195 2006-08-19  Paul Eggert  <eggert@cs.ucla.edu>
7196
7197         * modules/openat (Files): Add lib/fchmodat.c.
7198         Fixes problem reported by Jay Youngman.
7199
7200 2006-08-19  Paul Eggert  <eggert@cs.ucla.edu>
7201
7202         * lib/fchmodat.c: New file, from coreutils.  This was inadvertently
7203         omitted in the 2006-08-17 update.  Problem reported by Jay Youngman.
7204
7205 2006-08-18  Paul Eggert  <eggert@cs.ucla.edu>
7206             Bruno Haible  <bruno@clisp.org>
7207
7208         * m4/bison-i18n.m4 (BISON_I18N): Also handle the case where yacc exists
7209         and is a script that invokes bison. Tighten the code. Add comments.
7210
7211 2006-08-18  Jim Meyering  <jim@meyering.net>
7212
7213         * m4/gethrxtime.m4 (gl_PREREQ_GETHRXTIME): Also check for
7214         CLOCK_REALTIME, since gethrxtime may revert to using clock_gettime via
7215         gettime.c.  Gabor Z. Papp reported that gethrxtime-using programs
7216         failed to link due to unresolved clock_gettime on a linux-2.4.x system.
7217
7218 2006-08-18  Bruno Haible  <bruno@clisp.org>
7219
7220         * modules/bison-i18n: New file.
7221         * MODULES.html.sh (Internationalization functions): Add it.
7222
7223 2006-08-18  Bruno Haible  <bruno@clisp.org>
7224
7225         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Also check for
7226         sys/statvfs.h. When getmntinfo was found, check its declaration and
7227         set either MOUNTED_GETMNTINFO or MOUNTED_GETMNTINFO2 depending on it.
7228
7229 2006-08-18  Bruno Haible  <bruno@clisp.org>
7230
7231         * m4/bison-i18n.m4: New file, from bison.
7232
7233 2006-08-18  Bruno Haible  <bruno@clisp.org>
7234
7235         * lib/mountlist.c [MOUNTED_GETMNTINFO2]: Include sys/statvfs.h.
7236         (ME_DUMMY): Treat "kernfs" as a dummy.
7237         (read_file_system_list) [MOUNTED_GETMNTINFO2]: Implement.
7238
7239 2006-08-17  Paul Eggert  <eggert@cs.ucla.edu>
7240
7241         Update from coreutils.
7242
7243         2006-08-15  Jim Meyering  <jim@meyering.net>
7244
7245         * m4/openat.m4 (gl_FUNC_OPENAT): Add at-func.c via AC_LIBSOURCES.
7246
7247         2006-01-17  Jim Meyering  <jim@meyering.net>
7248
7249         * m4/fts.m4 (gl_FUNC_FTS_CORE): Depend on gl_FUNC_OPENAT.
7250
7251         2006-01-11  Jim Meyering  <jim@meyering.net>
7252
7253         * m4/openat.m4 (gl_FUNC_OPENAT): Require and compile fchmodat.c.
7254         Check for the lchmod function.
7255
7256 2006-08-17  Paul Eggert  <eggert@cs.ucla.edu>
7257
7258         Update from coreutils.
7259
7260         * lib/__fpending.h: Add copyright notice.
7261         * lib/fprintftime.h: Likewise.
7262         * lib/savedir.c: Use (C) in copyright notice.
7263         * lib/savedir.h: Likewise.
7264
7265         2006-08-15  Jim Meyering  <jim@meyering.net>
7266
7267         * lib/at-func.c: New file, with the logic of all emulated at-functions.
7268         * lib/openat-priv.h: Include <errno.h> and define ENOSYS,
7269         in support of the EXPECTED_ERRNO macro.
7270         * lib/openat.c (fstatat, unlinkat, fchownat): Remove function
7271         definitions.  Instead, define the appropriate symbols and include
7272         "at-func.c".
7273         * lib/mkdirat.c (mkdirat): Likewise.
7274         * lib/fchmodat.c (fchmodat): Likewise.
7275         (ENOSYS): Remove definition.
7276         * lib/openat.c: Don't include <errno.h>, now that "openat-priv.h" does
7277         it.  Don't include "unistd--.h" -- it wasn't ever used.
7278
7279         2006-01-17  Jim Meyering  <jim@meyering.net>
7280
7281         Rewrite fts.c not to change the current working directory,
7282         by using openat, fstatat, fdopendir, etc..
7283
7284         * lib/fts.c [! _LIBC]: Include "openat.h" and "unistd--.h".
7285         (HAVE_OPENAT_SUPPORT): Define.
7286         [_LIBC] (fchdir): Don't undef or define; no longer used.
7287         (FCHDIR): Define in terms of cwd_advance_fd rather than fchdir.
7288         Now, this `function' always succeeds, and consumes its file descriptor
7289         parameter -- so callers must not close such FDs.  Update callers.
7290         (diropen_fd, opendirat, cwd_advance_fd): New functions.
7291         (diropen): Add parameter, SP.  Adjust all callers.
7292         Implement using diropen_fd, rather than open.
7293         (fts_open): Initialize new member, fts_cwd_fd.
7294         Remove fts_rft-setting code.
7295         (fts_close): Close fts_cwd_fd, if necessary.
7296         (__opendir2): Define in terms of opendir or opendirat,
7297         depending on whether the FST_NOCHDIR flag is set.
7298         (fts_build): Since fts_safe_changedir consumes its FD, and since
7299         this code must do `closedir(dirp)', dup the dirfd(dirp) argument,
7300         and close the dup'd file descriptor upon failure.
7301         (fts_stat): Use fstatat(...AT_SYMLINK_NOFOLLOW) in place of lstat.
7302         (fts_safe_changedir): Tweak semantics to reflect that this function
7303         now calls cwd_advance_fd and hence consumes its FD argument.
7304         * lib/fts_.h [struct FTS] (fts_cwd_fd): New member.
7305         [struct FTS] (fts_rft): Remove now-unused member.
7306         [struct FTS] (fts_cycle.state): Improve comment.
7307
7308         * lib/openat.c (openat_needs_fchdir): New function.
7309         * lib/openat.h (openat_needs_fchdir): Declare it.
7310
7311 2006-08-16  Paul Eggert  <eggert@cs.ucla.edu>
7312
7313         * lib/memcoll.c (memcoll): Set errno = 0 in the shortcut case, too.
7314         Problem and fix reported by Pádraig Brady in
7315         <http://lists.gnu.org/archive/html/bug-coreutils/2006-08/msg00099.html>.
7316
7317 2006-08-15  Paul Eggert  <eggert@cs.ucla.edu>
7318
7319         * modules/cycle-check (configure.ac): Add gl_CYCLE_CHECK.
7320
7321 2006-08-15  Paul Eggert  <eggert@cs.ucla.edu>
7322
7323         * lib/memcoll.c (memcoll): Optimize for the common case where the
7324         arguments are bytewise equal.
7325
7326 2006-08-15  Paul Eggert  <eggert@cs.ucla.edu>
7327
7328         * doc/regexprops-generic.texi: Add a copyright notice.
7329
7330 2006-08-15  Bruno Haible  <bruno@clisp.org>
7331
7332         * modules/tmpdir (License): Change to LGPL.
7333
7334 2006-08-15  Bruno Haible  <bruno@clisp.org>
7335
7336         * gnulib-tool (func_all_modules, func_verify_module): COPYING is not a
7337         module.
7338
7339 2006-08-14  Simon Josefsson  <jas@extundo.com>
7340
7341         * config/srclist.txt: Add gnupload.
7342
7343 2006-08-14  Paul Eggert  <eggert@cs.ucla.edu>
7344
7345         Change copyright notice from LGPL 2 to GPL 2, since that's the
7346         standard form used in the gnulib repository.
7347         * tests/test-lock.c: Likewise.
7348         * tests/test-stdint.c: Likewise.
7349         * tests/test-tls.c: Likewise.
7350
7351         * users.txt: Add bison, diffutils, libprelude, prelude-lml,
7352         prelude-manager.  User shorter URLs for GNU projects, without '?'.
7353         Add copyright notice.
7354
7355         * check-module: Add copyright notice.  Output a copyright
7356         notice if "--version" is specified.
7357         * modules/COPYING: New file.
7358         * tests/test-getaddrinfo.c: Add copyright notice.
7359         * tests/test-verify.c: Likewise.
7360
7361 2006-08-14  Paul Eggert  <eggert@cs.ucla.edu>
7362
7363         Change copyright notice from LGPL 2 to GPL 2, since that's the
7364         standard form used in the gnulib repository.
7365         * lib/lock.c: LGPL -> GPL.
7366         * lib/lock.h: Likewise.
7367         * lib/strnlen1.c: Likewise.
7368         * lib/strnlen1.h: Likewise.
7369         * lib/tls.c: Likewise.
7370         * lib/tls.h: Likewise.
7371         * lib/tmpdir.c: Likewise.
7372
7373         * lib/TODO: Remove; this belongs only in coreutils.
7374
7375 2006-08-14  Paul Eggert  <eggert@cs.ucla.edu>
7376
7377         Add copyright notices to long-enough files that lack them, since
7378         otherwise the files aren't clearly free.  Use the same notice that
7379         getdate.texi already uses.
7380         * doc/alloca-opt.texi: Add copyright notice.
7381         * doc/alloca.texi: Likewise.
7382         * doc/ctime.texi: Likewise.
7383         * doc/functions.texi: Likewise.
7384         * doc/gcd.texi: Likewise.
7385         * doc/gnulib-tool.texi: Likewise.
7386         * doc/inet_ntoa.texi: Likewise.
7387         * doc/visibility.texi: Likewise.
7388
7389         * doc/getdate.texi: Update FDL version from 1.1 to 1.2.
7390         * doc/quote.texi: Add copyright notice.
7391
7392         * doc/solaris-versions: Add SunOS 5.10, SunOS 1.x, SunOS 4.0, SunOS
7393         4.0.x, SunOS 4.1.1.1, SunOS 4.1.1_U1, SunOS 4.1.3B.  SunOS 4.1.3
7394         was Solaris 1.1A.  Remove space before B in Solaris 1.1.1B.
7395         Mention SunOS 5.11.  Mention that everything before SunOS 5.7
7396         is now obsolete, and give a pointer to the Sun list.
7397         Add copyright notice.
7398
7399 2006-08-14  Paul Eggert  <eggert@cs.ucla.edu>
7400
7401         * config/srclistvars.sh: Add copyright notice.
7402
7403 2006-08-14  Eric Blake  <ebb9@byu.net>
7404
7405         Import the following change from libc:
7406
7407         2006-08-12  Ulrich Drepper  <drepper@redhat.com>
7408
7409         Upstream bug 2997.
7410         * lib/misc/error.c: Add space between program name and message if file
7411         name is missing.
7412
7413 2006-08-12  Karl Berry  <karl@gnu.org>
7414
7415         * config/srclist.txt (ssize_t.m4, sig_atomic_t.m4, signalblocking.m4):
7416         remove, these originate in gnulib now.
7417
7418 2006-08-11  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
7419
7420         * doc/Makefile (standards.info standards.html standards.dvi):
7421         Also depend on make-stds.texi.
7422
7423 2006-08-11  Paul Eggert  <eggert@cs.ucla.edu>
7424
7425         * lib/pipe-safer.c (pipe_safer): Fix misspelling: HAVE_FUNC_PIPE ->
7426         HAVE_PIPE.  Fix a file descriptor leak when fd_safer fails.
7427
7428         * lib/regex_internal.c (re_string_skip_chars): Don't assume WEOF fits
7429         in wchar_t.  Problem reported by Eric Blake.
7430
7431         * lib/snprintf.c (snprintf): memcpy LEN bytes, not SIZE - 1, when
7432         LEN is smaller than SIZE.  Suggested by Bruno Haible.
7433         Also, help the compiler to keep LEN in a register.
7434
7435 2006-08-11  Eric Blake  <ebb9@byu.net>
7436
7437         * users.txt: Sort.  Add tar.
7438
7439 2006-08-11  Bruno Haible  <bruno@clisp.org>
7440
7441         * users.txt: New file.
7442
7443 2006-08-11  Bruno Haible  <bruno@clisp.org>
7444
7445         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Include <stdio.h> and <time.h>
7446         before <wchar.h>. Needed for OSF/1 and BSD/OS.
7447
7448 2006-08-10  Paul Eggert  <eggert@cs.ucla.edu>
7449
7450         * modules/snprintf (Depends-on): Remove minmax.
7451         (Maintainer): Add self and Bruno.
7452
7453 2006-08-10  Paul Eggert  <eggert@cs.ucla.edu>
7454
7455         * lib/.cppi-disable: Add snprintf.h, socket_.h.
7456         * lib/snprintf.c: Include <errno.h> and <limits.h>.
7457         (EOVERFLOW): Define if the system does not.
7458         Do not include "minmax.h"; it wasn't used.
7459         (snprintf): Don't assume size_t promotes to an unsigned type.
7460         Fix bug when generated string was too long for the buffer: the
7461         buffer's contents are supposed to be the initial prefix of the
7462         output.  Don't assume vasnprintf returns EOVERFLOW if the size
7463         exceeds INT_MAX; do the check ourselves.
7464
7465         Import the following changes from libc:
7466
7467         2006-06-02  Jakub Jelinek  <jakub@redhat.com>
7468
7469         * lib/posix/regex_internal.c (re_string_skip_chars): If no character
7470         has been converted at all, set *last_wc to WEOF.  If mbrtowc failed,
7471         set wc to the byte which couldn't be converted.
7472         (re_string_reconstruct): Don't clear valid_raw_len before calling
7473         re_string_skip_chars.  If wc is WEOF after re_string_skip_chars, set
7474         tip_context using re_string_context_at.
7475
7476         2006-05-02  Ulrich Drepper  <drepper@redhat.com>
7477
7478         * lib/posix/regex.h: g++ still cannot handled [restrict].
7479
7480         2006-04-21  Ulrich Drepper  <drepper@redhat.com>
7481
7482         * lib/posix/regex.h: Remove special handling for VMS.
7483
7484 2006-08-10  Jim Meyering  <jim@meyering.net>
7485
7486         * modules/same-inode: New module.
7487         * modules/dev-ino: New module.
7488         * modules/cycle-check: Depend on these modules, rather than simply
7489         including their .h files.
7490         (Makefile.am): Don't list cycle-check.[ch] here, now that they're
7491         required via m4/cycle-check.m4.
7492         * modules/same: Depend on new same-inode module, rather than
7493         including same-inode.h.
7494         * modules/chdir-safer: New file.
7495
7496         * modules/chown (Depends-on): Add stat-macros.
7497
7498 2006-08-10  Jim Meyering  <jim@meyering.net>
7499
7500         * m4/cycle-check.m4: New file.
7501         Require gl_STRUCT_DEV_INO and gl_SAME_INODE.
7502         * m4/dev-ino.m4, m4/same-inode.m4: New files.
7503
7504 2006-08-10  Eric Blake  <ebb9@byu.net>
7505
7506         * modules/verror (Depends-on): Remove bogus gl_VERROR that snuck
7507         in from original proposal.
7508
7509 2006-08-10  Eric Blake  <ebb9@byu.net>
7510         and Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
7511
7512         * gnulib-tool (func_import): Detect unexpanded macros in gnulib
7513         namespace.
7514
7515 2006-08-10  Bruno Haible  <bruno@clisp.org>
7516
7517         * gnulib-tool (func_create_testdir): Detect unexpanded macros here
7518         as well.
7519
7520 2006-08-09  Paul Eggert  <eggert@cs.ucla.edu>
7521
7522         Sync from coreutils.
7523
7524         2006-07-19  Mike Frysinger  <vapier@gentoo.org>
7525
7526         * lib/mountlist.c [ME_REMOTE]: Filter out cifs.
7527         Reported by Toralf Förster in <http://bugs.gentoo.org/141012>.
7528
7529 2006-08-09  Paul Eggert  <eggert@cs.ucla.edu>
7530
7531         * modules/restrict: Remove; no longer needed now that we assume
7532         Autoconf 2.59 or later.
7533         * MODULES.html.sh: Remove 'restrict'.
7534         * modules/argp (Depends-on): Remove 'restrict'.
7535         * modules/base64 (Depends-on): Likewise.
7536         * modules/gc (Depends-on): Likewise.
7537         * modules/getaddrinfo (Depends-on): Likewise.
7538         * modules/glob (Depends-on): Likewise.
7539         * modules/inet_ntop (Depends-on): Likewise.
7540         * modules/inet_pton (Depends-on): Likewise.
7541         * modules/memxor (Depends-on): Likewise.
7542         * modules/regex (Depends-on): Likewise.
7543         * modules/strtok_r (Depends-on): Likewise.
7544         * modules/time_r (Depends-on): Likewise.
7545
7546 2006-08-09  Paul Eggert  <eggert@cs.ucla.edu>
7547
7548         * m4/argp.m4 (gl_ARGP): Require AC_C_RESTRICT.
7549         * m4/gc.m4 (gl_PREREQ_GC): Likewise.
7550         * m4/glob.m4 (gl_PREREQ_GLOB): Likewise.
7551         * m4/inet_ntop.m4 (gl_PREREQ_INET_NTOP): Likewise.
7552         * m4/inet_pton.m4 (gl_PREREQ_INET_PTON): Likewise.
7553         * m4/memxor.m4 (gl_MEMXOR): Likewise.
7554         * m4/restrict.m4: Remove; no longer needed.  All remaining uses of
7555         gl_C_RESTRICT replaced by AC_C_RESTRICT.
7556
7557         Merge from coreutils.
7558         * m4/regex.m4 (gl_PREREQ_REGEX): Require AC_C_RESTRICT, not
7559         gl_C_RESTRICT, now that we assume Autoconf 2.59 or later.
7560         * m4/strtok_r.m4 (gl_FUNC_STRTOK_R): Likewise.
7561         * m4/time_r.m4 (gl_TIME_R): Likewise.
7562
7563 2006-08-09  Karl Berry  <karl@gnu.org>
7564
7565         * config/srclist.txt: no more gettext-tools, per Bruno.
7566
7567 2006-08-08  Eric Blake  <ebb9@byu.net>
7568
7569         * modules/verror: New module.
7570         * MODULES.html.sh: Document it.
7571
7572 2006-08-08  Eric Blake  <ebb9@byu.net>
7573
7574         * lib/verror.h, lib/verror.c: New files.
7575
7576 2006-08-08  Eric Blake  <ebb9@byu.net>
7577
7578         * lib/verror.c (verror_at_line): Work around glibc bug 2997, so that
7579         verror_at_line output complies with GNU Coding Standards even when
7580         file is NULL.
7581
7582 2006-08-07  Bruno Haible  <bruno@clisp.org>
7583
7584         * lib/allocsa.h (sa_alignof) [_AIX]: Also consider 'long long' in newer
7585         versions of AIX.
7586         Reported by Ralf Wildenhues.
7587
7588 2006-08-07  Bruno Haible  <bruno@clisp.org>
7589
7590         * gnulib-tool (func_create_testdir): Wrap the set of autoconf snippets
7591         in an AC_DEFUN. Needed so that the autoconf snippets can use
7592         AC_REQUIRE.
7593
7594 2006-08-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
7595
7596         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
7597         Initialize pkgdata_DATA.
7598         * modules/javaversion (Makefile.am): Add to pkgdata_DATA, rather than
7599         overriding it.
7600
7601 2006-08-06  Eric Blake  <ebb9@byu.net>
7602
7603         * lib/error.h: Fold in some upstream changes from glibc.
7604         * lib/error.c: Likewise.
7605
7606 2006-08-04  Bruno Haible  <bruno@clisp.org>
7607
7608         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
7609         Make the mostlyclean-local rule depend on mostlyclean-generic.
7610         Reported by Jim Meyering. Solution suggested by Ralf Wildenhues.
7611
7612 2006-07-31  Bruno Haible  <bruno@clisp.org>
7613
7614         * m4/localcharset.m4 (gl_LOCALCHARSET): Remove tests for <stddef.h>,
7615         <stdlib.h>, <string.h>.
7616
7617 2006-07-30  Bruno Haible  <bruno@clisp.org>
7618
7619         * modules/readlink (License): Change to LGPL.
7620
7621 2006-07-30  Bruno Haible  <bruno@clisp.org>
7622
7623         * modules/javaversion (Makefile.am): Distribute javaversion.java and
7624         javaversion.class. Also install javaversion.class in $(pkgdatadir) and
7625         set PKGDATADIR to point to it.
7626
7627 2006-07-30  Bruno Haible  <bruno@clisp.org>
7628
7629         * modules/csharpexec (configure.ac): Comment out macro invocation.
7630         * modules/javaexec (configure.ac): Likewise.
7631         * modules/javacomp-script (configure.ac): Likewise.
7632
7633         * modules/csharpcomp-script (configure.ac): Use AC_REQUIRE.
7634
7635 2006-07-30  Bruno Haible  <bruno@clisp.org>
7636
7637         * modules/clean-temp (Depends-on): Add linkedhash-list, remove
7638         linked-list.
7639
7640 2006-07-30  Bruno Haible  <bruno@clisp.org>
7641
7642         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Assume <string.h> exists.
7643
7644 2006-07-30  Bruno Haible  <bruno@clisp.org>
7645
7646         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
7647         Initialize MOSTLYCLEANFILES to core and *.stackdump, so that core dumps
7648         get removed.
7649
7650 2006-07-29  Bruno Haible  <bruno@clisp.org>
7651
7652         Make it possible for gnulib-tool to work with locally modified or
7653         augmented gnulib repositories.
7654         * gnulib-tool (func_usage): Document --local-dir option.
7655         (local_gnulib_dir): New variable.
7656         Handle --local-dir option.
7657         (func_lookup_file): New function.
7658         (func_all_modules, func_verify_module): Look also in $local_gnulib_dir.
7659         (func_get_description, func_get_filelist, func_get_description,
7660         func_get_filelist, func_get_dependencies, func_get_autoconf_snippet,
7661         func_get_automake_snippet, func_get_include_directive,
7662         func_get_license, func_get_maintainer): Use func_lookup_file.
7663         (func_import, func_create_testdir): Use func_lookup_file.
7664
7665 2006-07-29  Bruno Haible  <bruno@clisp.org>
7666
7667         * modules/setenv (Depends-on): Add unistd.
7668
7669 2006-07-29  Bruno Haible  <bruno@clisp.org>
7670
7671         * lib/setenv.c: Undo unintended modification done on 2006-02-27.
7672
7673 2006-07-29  Bruno Haible  <bruno@clisp.org>
7674
7675         * lib/localcharset.c: Assume <stddef.h>, <stdlib.h>, <string.h> exist.
7676
7677 2006-07-29  Bruno Haible  <bruno@clisp.org>
7678
7679         * gnulib-tool (import, update): If there is no Makefile.am, look at
7680         aclocal.m4, instead of bailing out.
7681
7682 2006-07-29  Bruno Haible  <bruno@clisp.org>
7683
7684         * gnulib-tool (func_usage): Revert most of the 2006-07-15 change.
7685         Categorize the options by when they are useful.
7686
7687 2006-07-29  Bruno Haible  <bruno@clisp.org>
7688
7689         * gnulib-tool (func_usage): Document option --no-libtool.
7690         Handle option --no-libtool.
7691         (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am): Update
7692         for changed semantics of $libtool variable.
7693         (func_import): Likewise. If libtool is not used, show this through
7694         an option --no-libtool.
7695         (func_create_testdir): Update.
7696
7697 2006-07-29  Bruno Haible  <bruno@clisp.org>
7698
7699         * gnulib-tool (func_import): Extend error message about missing
7700         --doc-base.
7701
7702 2006-07-29  Bruno Haible  <bruno@clisp.org>
7703
7704         * gnulib-tool (func_import): Don't create the $docbase directory if
7705         there is no file to store there.
7706
7707 2006-07-29  Bruno Haible  <bruno@clisp.org>
7708
7709         * gnulib-tool (autoconf_minversion): If a --dir option is given and
7710         relevant, look for configure.ac there, not in the current directory.
7711         Also use a simple search for AC_PREREQ, not "autoconf --trace".
7712
7713 2006-07-29  Bruno Haible  <bruno@clisp.org>
7714
7715         * gnulib-tool (SORT): New variable.
7716         (func_usage): Undocument --assume-autoconf option.
7717         Remove --assume-autoconf option handling.
7718         (autoconf_minversion): Determine from the contents of configure.ac.
7719         (func_import): Remove autoconf_minversion handling.
7720         Suggested by Eric Blake.
7721
7722 2006-07-29  Bruno Haible  <bruno@clisp.org>
7723
7724         * doc/gnulib-tool.texi (gl_LIBTOOL): Mention --no-libtool option.
7725
7726 2006-07-29  Bruno Haible  <bruno@clisp.org>
7727
7728         * config/srclist.txt (*setenv.[ch]): Remove rules.
7729
7730 2006-07-28  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
7731
7732         * m4/inet_pton.m4, inet_ntop.m4: Check for netinet/in.h too.
7733
7734 2006-07-28  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
7735
7736         * lib/inet_ntop.h, inet_pton.h: Need to include netinet/in.h before
7737         arpa/inet.h.
7738
7739 2006-07-28  Simon Josefsson  <jas@extundo.com>
7740
7741         * modules/inet_ntop (Depends-on): Depend on arpa_inet.
7742         * modules/inet_pton (Depends-on): Likewise.
7743
7744 2006-07-28  Simon Josefsson  <jas@extundo.com>
7745
7746         * m4/netinet_in_h.m4: New file.
7747
7748 2006-07-28  Simon Josefsson  <jas@extundo.com>
7749
7750         * lib/inet_ntop.h, inet_pton.h: No need to guard netinet/in.h
7751         #include's.
7752
7753 2006-07-28  Simon Josefsson  <jas@extundo.com>
7754
7755         * lib/inet_ntop.h, inet_pton.h: No need to guard arpa/inet.h
7756         #include's.
7757
7758 2006-07-28  Paul Eggert  <eggert@cs.ucla.edu>
7759
7760         * lib/modechange.c (mode_compile): Numeric modes now affect setuid and
7761         setgid on directories only if they set these bits.
7762         * lib/modechange.h: Remove obsolete comment about masks.
7763
7764 2006-07-28  Eric Blake  <ebb9@byu.net>
7765
7766         * lib/regex_internal.h (struct re_dfa_t) [!_LIBC]: Avoid invalid C89
7767         macro expansion.
7768
7769 2006-07-28  Bruno Haible  <bruno@clisp.org>
7770
7771         * lib/inet_ntop.h, inet_pton.h: Use #if HAVE* instead of #ifdef HAVE*.
7772
7773 2006-07-28  Bruno Haible  <bruno@clisp.org>
7774
7775         * m4/mbchar.m4 (gl_MBCHAR): Also test for iswcntrl.
7776
7777 2006-07-28  Bruno Haible  <bruno@clisp.org>
7778
7779         * lib/mbchar.h (iswalnum, iswalpha, iswblank, iswcntrl, iswdigit,
7780         iswgraph, iswlower, iswprint, iswpunct, iswspace, iswupper, iswxdigit):
7781         Define fallbacks.
7782         Avoids link error on FreeBSD 4.x.
7783         Reported by Yoann Vandoorselaere <yoann.v@prelude-ids.com>.
7784
7785         * lib/wcwidth.h (iswprint): Assume an ASCII compatible wide character
7786         encoding.
7787         * lib/mbswidth.c (iswcntrl): Likewise.
7788
7789 2006-07-27  Bruno Haible  <bruno@clisp.org>
7790
7791         * m4/stdint.m4 (gl_STDINT_H): Define __STDC_CONSTANT_MACROS during the
7792         test.
7793
7794 2006-07-27  Bruno Haible  <bruno@clisp.org>
7795
7796         * lib/stdint_.h (INT*_C, UINT*_C) [C++]: Define these if
7797         __STDC_CONSTANT_MACROS is defined, not if __STDC_LIMIT_MACROS is
7798         defined.
7799
7800 2006-07-26  Eric Blake  <ebb9@byu.net>
7801
7802         * m4/unistd-safer.m4 (gl_UNISTD_SAFER): Check for missing pipe.
7803
7804 2006-07-26  Eric Blake  <ebb9@byu.net>
7805
7806         * lib/mkstemp-safer.c [! HAVE_MKSTEMP]: Add prototype for platforms
7807         like mingw that lack mkstemp.
7808         * lib/pipe-safer.c (pipe_safer) [!HAVE_FUNC_PIPE]: Provide fallback to
7809         avoid compilation warning on mingw.
7810
7811 2006-07-26  Bruno Haible  <bruno@clisp.org>
7812
7813         * m4/stdint.m4 (gl_STDINT_H): Also verify the existence of the macros
7814         INT*_MIN, INT_LEAST*_MAX, INT_LEAST*_MIN, UINT_LEAST*_MAX,
7815         INT_FAST*_MIN, INTPTR_MIN.
7816
7817 2006-07-25  Bruno Haible  <bruno@clisp.org>
7818
7819         * modules/version-etc (Depends-on): Add stdarg.
7820
7821 2006-07-25  Bruno Haible  <bruno@clisp.org>
7822
7823         * m4/stdint.m4 (gl_INTEGER_TYPE_SUFFIX): Avoid 'eval' in front of
7824         complex commands.
7825
7826 2006-07-25  Bruno Haible  <bruno@clisp.org>
7827
7828         * lib/version-etc.c (version_etc_va): Use va_copy, assumed to be
7829         defined in <stdarg.h> or config.h.
7830
7831 2006-07-24  Paul Eggert  <eggert@cs.ucla.edu>
7832
7833         * m4/stdio-safer.m4 (gl_FOPEN_SAFER, gl_TMPFILE_SAFER): New macros.
7834         (gl_STDIO_SAFER): Remove.
7835
7836 2006-07-24  Paul Eggert  <eggert@cs.ucla.edu>
7837
7838         * MODULES.html.sh (File stream based Input/Output):
7839         Add fopen-safer, tmpfile-safer; remove stdio-safer.
7840         * modules/getusershell (Depends-on): Change stdio-safer to fopen-safer.
7841         * modules/fopen-safer, modules/tmpfile-safer: New files.
7842         * modules/stdio-safer: Remove.
7843
7844 2006-07-24  Bruno Haible  <bruno@clisp.org>
7845
7846         * modules/tmpdir: New file.
7847         * MODULES.html.sh (File system functions): Add it.
7848
7849 2006-07-24  Bruno Haible  <bruno@clisp.org>
7850
7851         * modules/javacomp (Depends-on): Add unistd, javaversion, binary-io,
7852         getline, pathname, fwriteerror, clean-temp, xvasprintf, strstr.
7853
7854 2006-07-24  Bruno Haible  <bruno@clisp.org>
7855
7856         * modules/clean-temp: New file.
7857
7858 2006-07-24  Bruno Haible  <bruno@clisp.org>
7859
7860         * m4/tmpdir.m4: New file, from GNU gettext.
7861
7862 2006-07-24  Bruno Haible  <bruno@clisp.org>
7863
7864         * lib/tmpdir.h: New file, from GNU gettext.
7865         * lib/tmpdir.c: New file, from GNU gettext.
7866
7867 2006-07-24  Bruno Haible  <bruno@clisp.org>
7868
7869         * lib/clean-temp.h: New file, from GNU gettext.
7870         * lib/clean-temp.c: New file, from GNU gettext.
7871
7872 2006-07-23  Eric Blake  <ebb9@byu.net>
7873
7874         * modules/stdio-safer (Files): Add tmpfile-safer.c.
7875         (Depends-on): Add binary-io.
7876
7877 2006-07-23  Eric Blake  <ebb9@byu.net>
7878
7879         * m4/stdio-safer.m4 (gl_STDIO_SAFER): Add tmpfile-safer.c.
7880
7881 2006-07-23  Eric Blake  <ebb9@byu.net>
7882
7883         * lib/tmpfile-safer.c: New file.
7884         * lib/stdio-safer.h (fopen_safer): Add prototype.
7885         * lib/stdio--.h (tmpfile): Make safer.
7886
7887 2006-07-23  Bruno Haible  <bruno@clisp.org>
7888
7889         * lib/gl_anylinked_list2.h (ASYNCSAFE): New macro.
7890         (gl_linked_add_first, gl_linked_add_last, gl_linked_add_before,
7891         gl_linked_add_after, gl_linked_add_at, gl_linked_remove_node,
7892         gl_linked_remove_at): Use it.
7893
7894 2006-07-22  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
7895         and Simon Josefsson <jas@extundo.com>
7896
7897         * lib/getaddrinfo.h (AI_PASSIVE): Make sure it is defined.
7898
7899         * lib/getaddrinfo.c (getaddrinfo): Support AI_PASSIVE.
7900
7901 2006-07-22  Paul Eggert  <eggert@cs.ucla.edu>
7902
7903         * modules/close-stream: New file.
7904         * modules/closeout (Description): Make it clear that it exits
7905         with a diagnostic on error.
7906         (Depends-on): Add close-stream.  Remove fpending, stdbool.
7907         * MODULES.html.sh (File stream based Input/Output): Add close-stream.
7908
7909 2006-07-22  Paul Eggert  <eggert@cs.ucla.edu>
7910
7911         * m4/close-stream.m4: New file.
7912
7913 2006-07-22  Paul Eggert  <eggert@cs.ucla.edu>
7914
7915         * lib/close-stream.c, lib/close-stream.h: New files.
7916
7917 2006-07-22  Bruno Haible  <bruno@clisp.org>
7918
7919         Merge from GNU gettext 0.15.
7920
7921         2006-05-01  Bruno Haible  <bruno@clisp.org>
7922
7923                 * build-aux/javacomp.sh.in: Update for changed javacomp.m4.
7924
7925         2006-07-22  Bruno Haible  <bruno@clisp.org>
7926
7927                 * modules/javaversion: New file.
7928                 * MODULES.html.sh (Java): Add javaversion.
7929
7930         2006-03-12  Bruno Haible  <bruno@clisp.org>
7931
7932                 * build-aux/javaexec.sh.in: Update for changed javaexec.m4.
7933
7934         2005-12-04  Bruno Haible  <bruno@clisp.org>
7935
7936                 * build-aux/csharpexec.sh.in: Add support for 'clix' launcher
7937                 (untested).
7938
7939         2006-06-21  Bruno Haible  <bruno@clisp.org>
7940
7941                 Avoid warnings from recent versions of mcs.
7942                 * build-aux/csharpcomp.sh.in (options_mcs): Don't use options
7943                 -o, -L, -r any more. Use options documented since mcs-1.0
7944                 instead. Similarly for -g.
7945
7946         2005-12-04  Bruno Haible  <bruno@clisp.org>
7947
7948                 * build-aux/csharpcomp.sh.in: Suffix for resources is
7949                 .resources, not .resource.
7950
7951         2005-07-09  Bruno Haible  <bruno@clisp.org>
7952
7953                 * build-aux/csharpcomp.sh.in (options_csc): For -l option,
7954                 add a .dll suffix.
7955                 Reported by Mark Junker <mjscod@gmx.de>.
7956
7957         2006-07-22  Bruno Haible  <bruno@clisp.org>
7958
7959                 * modules/gettext: Upgrade to gettext-0.15.
7960                 (Files): Remove m4/isc-posix.m4. Add m4/lock.m4,
7961                 m4/visibility.m4.
7962                 Replace m4/inttypes.m4 with m4/inttypes-h.m4.
7963
7964 2006-07-22  Bruno Haible  <bruno@clisp.org>
7965
7966         Merge from GNU gettext 0.15.
7967
7968         2006-03-25  Bruno Haible  <bruno@clisp.org>
7969
7970                 * lib-link.m4 (AC_LIB_LINKFLAGS_FROM_LIBS): New macro.
7971
7972         2006-07-21  Bruno Haible  <bruno@clisp.org>
7973
7974                 * javacomp.m4 (gt_JAVACOMP): Convert target_version "null" to
7975                 "1.1".
7976
7977         2006-05-09  Bruno Haible  <bruno@clisp.org>
7978
7979                 * javacomp.m4 (gt_JAVACOMP): On Cygwin, set
7980                 CLASSPATH_SEPARATOR to a semicolon. Use CLASSPATH_SEPARATOR
7981                 for the conftestver execution.
7982
7983         2006-05-01  Bruno Haible  <bruno@clisp.org>
7984
7985                 * javacomp.m4 (gt_JAVACOMP): Accept a source-version and an
7986                 optional target-version argument. Verify that the compiler
7987                 groks source of the specified source-version, or add -source
7988                 option as necessary. Verify that the compiler produces
7989                 bytecode in the specified target-version, or add -target and
7990                 -source options as necessary. Make the result of the test
7991                 available as variable CONF_JAVAC. Also log error output in
7992                 config.log.
7993
7994         2006-03-11  Bruno Haible  <bruno@clisp.org>
7995
7996                 * javacomp.m4 (gt_JAVACOMP): Treat gcj-4.x like gcj-3.x.
7997
7998         2006-05-09  Bruno Haible  <bruno@clisp.org>
7999
8000                 * javaexec.m4 (gt_JAVAEXEC): On Cygwin, set
8001                 CLASSPATH_SEPARATOR to a semicolon.
8002
8003         2006-03-12  Bruno Haible  <bruno@clisp.org>
8004
8005                 * javaexec.m4 (gt_JAVAEXEC): Make the result of the test
8006                 available as variable CONF_JAVA, for subsequent autoconf
8007                 tests. Also log error output in config.log.
8008
8009         2006-07-19  Bruno Haible  <bruno@clisp.org>
8010
8011                 * getline.m4 (AM_FUNC_GETLINE): When cross-compiling, assume
8012                 that getline works on glibc2 systems. Needed to avoid trouble
8013                 in relocatable.c.
8014                 Reported by Nils Magnus Larsgard <nmlarsgaard@atmel.no>.
8015
8016         2005-12-04  Bruno Haible  <bruno@clisp.org>
8017
8018                 * csharpexec.m4 (gt_CSHARPEXEC): Add support for 'clix'
8019                 launcher (untested).
8020
8021         2005-12-04  Bruno Haible  <bruno@clisp.org>
8022
8023                 * csharpcomp.m4 (gt_CSHARPCOMP): Also set CSHARPCOMPFLAGS.
8024
8025         2006-07-22  Bruno Haible  <bruno@clisp.org>
8026
8027                 * gettext.m4: Update from GNU gettext-0.15.
8028                 * nls.m4: Likewise.
8029                 * po.m4: Likewise.
8030                 * inttypes-pri.m4: Likewise.
8031                 * inttypes-h.m4: Renamed from inttypes.m4.
8032                 (gl_HEADER_INTTYPES_H): Renamed from gt_HEADER_INTTYPES_H.
8033
8034 2006-07-22  Bruno Haible  <bruno@clisp.org>
8035
8036         Merge from GNU gettext 0.15.
8037
8038         2005-07-05  Bruno Haible  <bruno@clisp.org>
8039
8040                 * printf-args.c (printf_fetchargs): Work around broken
8041                 definition of wint_t on mingw.
8042
8043         2005-02-12  Bruno Haible  <bruno@clisp.org>
8044
8045                 * xallocsa.h: Add extern "C" for C++.
8046
8047         2006-05-17  Bruno Haible  <bruno@clisp.org>
8048
8049                 Cygwin portability.
8050                 * progreloc.c (WIN32_NATIVE): Renamed from WIN32.
8051
8052         2006-04-30  Bruno Haible  <bruno@clisp.org>
8053
8054                 * progreloc.c: Include <mach-o/dyld.h> if available.
8055                 (find_executable): Use _NSGetExecutablePath when possible.
8056
8057         2006-05-06  Charles Wilson  <cygwin@cwilson.fastmail.fm>
8058
8059                 * progreloc.c (maybe_executable) [CYGWIN]: Use the access()
8060                 function.
8061
8062         2005-12-29  Bruno Haible  <bruno@clisp.org>
8063
8064                 * progreloc.c (set_program_name_and_installdir): Fix
8065                 compilation error.
8066
8067         2005-12-04  Bruno Haible  <bruno@clisp.org>
8068
8069                 Cygwin portability.
8070                 * progreloc.c: Include <windows.h> also on Cygwin.
8071                 (find_executable): Add support for Cygwin.
8072                 (set_program_name_and_installdir): Handle also platforms with
8073                 nonempty EXEEXT.
8074
8075         2006-07-11  Bruno Haible  <bruno@clisp.org>
8076
8077                 * javacomp.c: Fix a comment.
8078                 Reported by Jim Meyering.
8079
8080         2006-04-30  Bruno Haible  <bruno@clisp.org>
8081
8082                 * javacomp.h (compile_java_class): Add source_version,
8083                 target_version arguments.
8084                 * javacomp.c: Rewritten to choose only a compiler that
8085                 respects the specified source_version and target_version.
8086
8087         2006-06-27  Bruno Haible  <bruno@clisp.org>
8088
8089                 Assume correct S_ISDIR macro.
8090                 * mkdtemp.c: Remove test of STAT_MACROS_BROKEN.
8091
8092         2006-07-22  Bruno Haible  <bruno@clisp.org>
8093
8094                 * javaversion.h: New file, from GNU gettext.
8095                 * javaversion.c: New file, from GNU gettext.
8096                 * javaversion.java: New file, from GNU gettext.
8097                 * javaversion.class: New file, from GNU gettext.
8098
8099         2006-05-17  Bruno Haible  <bruno@clisp.org>
8100
8101                 Cygwin portability.
8102                 * javaexec.c (execute_java_class): Test for jview program
8103                 also on Cygwin.
8104
8105         2006-04-09  Bruno Haible  <bruno@clisp.org>
8106
8107                 * fatal-signal.c: Don't include string.h.
8108                 (at_fatal_signal): Use a copying loop instead of memcpy.
8109
8110         2005-12-04  Bruno Haible  <bruno@clisp.org>
8111
8112                 * csharpexec.c: Add support for 'clix' launcher (untested).
8113                 (execute_csharp_using_sscli): New function.
8114                 (execute_csharp_program): Call it.
8115
8116         2006-06-21  Bruno Haible  <bruno@clisp.org>
8117
8118                 Avoid warnings from recent versions of mcs.
8119                 * csharpcomp.c (compile_csharp_using_mono): Don't use options
8120                 -o, -L, -r any more. Use options documented since mcs-1.0
8121                 instead. Similarly for -g.
8122
8123         2005-07-09  Bruno Haible  <bruno@clisp.org>
8124
8125                 * csharpcomp.c (compile_csharp_using_sscli): For -l option,
8126                 add a .dll suffix.
8127                 Reported by Mark Junker <mjscod@gmx.de>.
8128
8129         2006-06-17  Bruno Haible  <bruno@clisp.org>
8130
8131                 * config.charset: Update for NetBSD 3.0.
8132
8133         2006-05-17  Bruno Haible  <bruno@clisp.org>
8134
8135                 Cygwin portability.
8136                 * localcharset.c (WIN32_NATIVE): Renamed from WIN32.
8137
8138         2006-05-16  Bruno Haible  <bruno@clisp.org>
8139
8140                 * localcharset.c [CYGWIN]: Include <windows.h>.
8141                 (get_charset_aliases): For Cygwin, return the same CPxxx
8142                 aliases list as under WIN32.
8143                 (locale_charset) [CYGWIN]: Try to retrieve the encoding from
8144                 the environment variables. Fall back to GetACP().
8145
8146         2006-04-05  Bruno Haible  <bruno@clisp.org>
8147
8148                 * config.charset: Update Juan Manuel Guerrero's address.
8149
8150         2005-02-12  Bruno Haible  <bruno@clisp.org>
8151
8152                 * allocsa.h: Add extern "C" for C++.
8153
8154         2005-02-10  Bruno Haible  <bruno@clisp.org>
8155
8156                 * allocsa.h (sa_alignof): Define differently with AIX xlc, to
8157                 avoid a bug of this compiler on AIX 3.2.5 dealing with enums.
8158
8159         2006-07-22  Bruno Haible  <bruno@clisp.org>
8160
8161                 * gettext.h: Update to GNU gettext-0.15.
8162
8163 2006-07-22  Bruno Haible  <bruno@clisp.org>
8164
8165         * config/srclist.txt: Resync printf-args.c, vasnprintf.c,
8166         localcharset.c, mkdtemp.c, config.rpath, lib-ld.m4, lib-link.m4,
8167         lib-prefix.m4, longdouble.m4, ssize_t.m4.
8168
8169 2006-07-21  Eric Blake  <ebb9@byu.net>
8170
8171         * modules/stdlib-safer: New file.
8172         * MODULES.html.sh (File stream based Input/Output): Add
8173         stdlib-safer.
8174
8175 2006-07-21  Eric Blake  <ebb9@byu.net>
8176
8177         * lib/stdlib-safer.h: New file from coreutils, required by
8178         stdlib--.h.
8179
8180 2006-07-20  Paul Eggert  <eggert@cs.ucla.edu>
8181
8182         * gnulib-tool (func_usage): Document --assume-autoconf='latest-stable'.
8183
8184 2006-07-20  Bruno Haible  <bruno@clisp.org>
8185
8186         * gnulib-tool: Recognize new option --assume-autoconf.
8187         (autoconf_minversion): New variable.
8188         (func_get_filelist): Use it to decide whether to add onceonly_2_57.m4.
8189
8190 2006-07-20  Bruno Haible  <bruno@clisp.org>
8191
8192         * MODULES.html.sh (func_all_modules): Add a missing func_begin_table.
8193
8194 2006-07-19  Derek R. Price  <derek@ximbiot.com>
8195
8196         * lib/getaddrinfo.h: Don't define unimplemented AI_* flags.
8197         Reindent and repaginate.
8198
8199 2006-07-19  Derek Price  <derek@ximbiot.com>
8200
8201         * doc/gnulib.texi (Libtool and Windows):  Eliminate passive voice.
8202         Correct grammar.
8203
8204 2006-07-17  Bruno Haible  <bruno@clisp.org>
8205
8206         * modules/list: New file.
8207         * modules/array-list: New file.
8208         * modules/carray-list, modules/carray-list-tests: New files.
8209         * modules/linked-list, modules/linked-list-tests: New files.
8210         * modules/avltree-list, modules/avltree-list-tests: New files.
8211         * modules/rbtree-list, modules/rbtree-list-tests: New files.
8212         * modules/linkedhash-list, modules/linkedhash-list-tests: New files.
8213         * modules/avltreehash-list, modules/avltreehash-list-tests: New files.
8214         * modules/rbtreehash-list, modules/rbtreehash-list-tests: New files.
8215         * modules/oset: New file.
8216         * modules/array-oset: New file.
8217         * modules/avltree-oset, modules/avltree-oset-tests: New files.
8218         * modules/rbtree-oset, modules/rbtree-oset-tests: New files.
8219         * tests/test-carray_list.c: New file.
8220         * tests/test-linked_list.c: New file.
8221         * tests/test-avltree_list.c: New file.
8222         * tests/test-rbtree_list.c: New file.
8223         * tests/test-linkedhash_list.c: New file.
8224         * tests/test-avltreehash_list.c: New file.
8225         * tests/test-rbtreehash_list.c: New file.
8226         * tests/test-avltree_oset.c: New file.
8227         * tests/test-rbtree_oset.c: New file.
8228         * MODULES.html.sh (Container data structures): New section.
8229
8230 2006-07-17  Bruno Haible  <bruno@clisp.org>
8231
8232         * m4/gl_list.m4: New file.
8233
8234 2006-07-17  Bruno Haible  <bruno@clisp.org>
8235
8236         * lib/gl_list.h: New file.
8237         * lib/gl_list.c: New file.
8238         * lib/gl_array_list.h: New file.
8239         * lib/gl_array_list.c: New file.
8240         * lib/gl_carray_list.h: New file.
8241         * lib/gl_carray_list.c: New file.
8242         * lib/gl_linked_list.h: New file.
8243         * lib/gl_linked_list.c: New file.
8244         * lib/gl_anylinked_list1.h: New file.
8245         * lib/gl_anylinked_list2.h: New file.
8246         * lib/gl_avltree_list.h: New file.
8247         * lib/gl_avltree_list.c: New file.
8248         * lib/gl_anyavltree_list1.h: New file.
8249         * lib/gl_anyavltree_list2.h: New file.
8250         * lib/gl_rbtree_list.h: New file.
8251         * lib/gl_rbtree_list.c: New file.
8252         * lib/gl_anyrbtree_list1.h: New file.
8253         * lib/gl_anyrbtree_list2.h: New file.
8254         * lib/gl_anytree_list1.h: New file.
8255         * lib/gl_anytree_list2.h: New file.
8256         * lib/gl_linkedhash_list.h: New file.
8257         * lib/gl_linkedhash_list.c: New file.
8258         * lib/gl_anyhash_list1.h: New file.
8259         * lib/gl_anyhash_list2.h: New file.
8260         * lib/gl_avltreehash_list.h: New file.
8261         * lib/gl_avltreehash_list.c: New file.
8262         * lib/gl_rbtreehash_list.h: New file.
8263         * lib/gl_rbtreehash_list.c: New file.
8264         * lib/gl_anytreehash_list1.h: New file.
8265         * lib/gl_anytreehash_list2.h: New file.
8266
8267         * lib/gl_oset.h: New file.
8268         * lib/gl_oset.c: New file.
8269         * lib/gl_array_oset.h: New file.
8270         * lib/gl_array_oset.c: New file.
8271         * lib/gl_avltree_oset.h: New file.
8272         * lib/gl_avltree_oset.c: New file.
8273         * lib/gl_rbtree_oset.h: New file.
8274         * lib/gl_rbtree_oset.c: New file.
8275         * lib/gl_anytree_oset.h: New file.
8276
8277 2006-07-16  Paul Eggert  <eggert@cs.ucla.edu>
8278
8279         * m4/mkancesdirs.m4: New file.
8280         * m4/mkdir-p.m4 (gl_MKDIR_PARENTS): Mention dirchownmod.c,
8281         dirchownmod.h.  Don't require AC_FUNC_ALLOCA, gl_AFS, gl_CHDIR_SAFER;
8282         no longer needed.  Require gl_FUNC_LCHOWN, since dirchownmod.c needs
8283         it.
8284
8285 2006-07-16  Paul Eggert  <eggert@cs.ucla.edu>
8286
8287         * lib/dirchownmod.c, lib/dirchownmod.h, lib/mkancesdirs.c:
8288         * lib/mkancesdirs.h: New files.
8289         * lib/mkdir-p.c: Don't include alloca.h, stdio.h, sys/types.h,
8290         unistd.h, string.h, chdir-safer.h, dirname.h, lchmod.h, lchown.h,
8291         save-cwd.h.  Instead, include dirchownmod.h and mkancesdirs.h.
8292         (make_dir_parents): New args MAKE_ANCESTOR, OPTIONS, ANNOUNCE,
8293         MODE_BITS.  Remove options VERBOSE_FMT_STRING, CWD_ERRNO.  All
8294         callers changed.  Revamp internals significantly, by not
8295         attempting to create directories that are temporarily more
8296         permissive than the final results.  Do not attempt to use
8297         save_cwd/restore_cwd; it isn't worth it for mkdir and install.
8298         This removes some race conditions, fixes some bugs, and simplifies
8299         things.  Use new dirchownmod function to do owner and mode changes.
8300         * lib/mkdir-p.h: Likewise.
8301         * lib/modechange.c (octal_to_mode): New function.
8302         (struct mode_change): New member mentioned.
8303         (make_node_op_equals): New arg mentioned.  All callers changed.
8304         (mode_compile): Keep track of which mode bits the user has explicitly
8305         mentioned.
8306         (mode_adjust): New arg DIR, so that we implement the X op correctly.
8307         New arg PMODE_BITS, to keep track of which mode bits the user
8308         mentioned; it treats S_ISUID and S_ISGID speciall.
8309         All callers changed.
8310         * lib/modechange.h: Likewise.
8311
8312 2006-07-16  Paul Eggert  <eggert@cs.ucla.edu>
8313
8314         * MODULES.html.sh: Add mkancestors.
8315         * modules/mkancesdirs: New module.
8316         * modules/mkdir-p (Files): Remove lib/chdir-safer.c, lib/chdir-safer.h,
8317         lib/same-inode.h, m4/afs.m4, m4/chdir-safer.m4.
8318         The chdir-safer and afs files are now orphans; I'll remove them
8319         unless someone speaks up.
8320         Add lib/dirchownmod.c, lib/dirchownmod.h.
8321         (Depends-on): Remove alloca, chown, save-cwd, dirname.
8322         Add lchown, mkancesdirs.
8323         (Maintainer): Add self.
8324
8325 2006-07-15  Karl Berry  <karl@gnu.org>
8326
8327         * gnulib-tool: help message wording/arrangement.
8328
8329 2006-07-14  Simon Josefsson  <jas@extundo.com>
8330
8331         * doc/gnulib.texi (Libtool and Windows): New section.
8332
8333 2006-07-12  Simon Josefsson  <jas@extundo.com>
8334
8335         * modules/gendocs (License): Fix license, approved by Karl.
8336
8337 2006-07-12  Eric Blake  <ebb9@byu.net>
8338
8339         * MODULES.html.sh: Add gendocs.
8340
8341 2006-07-11  Eric Blake  <ebb9@byu.net>
8342
8343         * modules/fdl: New module, to install doc/fdl.texi.
8344         * MODULES.html.sh: Add new section for documentation modules.
8345         * gnulib-tool: Avoid space-tab.
8346         (--doc-base): New option, to manage files from doc.
8347
8348 2006-07-11  Eric Blake  <ebb9@byu.net>
8349
8350         * m4/absolute-header.m4: Fix comments to match recent change.
8351
8352 2006-07-11  Eric Blake  <ebb9@byu.net>
8353
8354         * gnulib-tool: List --doc-base before --tests-base.
8355
8356 2006-07-11  Derek R. Price  <derek@ximbiot.com>
8357
8358         * lib/glob.c: s/NAMLEN/_D_EXACT_NAMLEN/.
8359
8360 2006-07-11  Bruno Haible  <bruno@clisp.org>
8361
8362         * README: Mention where to put documentation.
8363
8364 2006-07-10  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
8365
8366         * doc/functions.texi, gnulib-tool.texi, gnulib.texi: Fix some typos.
8367
8368 2006-07-10  Paul Eggert  <eggert@cs.ucla.edu>
8369
8370         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Like today's change
8371         to stdint.m4.
8372
8373 2006-07-10  Paul Eggert  <eggert@cs.ucla.edu>
8374
8375         * m4/stdint.m4 (gl_STDINT_H): Like yesterday's change to
8376         absolute-header.m4.  Also, set ABSOLUTE_STDINT_H to a string
8377         "no/such/file/stdint.h" when there is no such file, so that
8378         the resulting C code can be parsed by dodgy compilers.
8379         Problems reported by Bob Proulx.
8380
8381 2006-07-10  Derek R. Price  <derek@ximbiot.com>
8382
8383         * lib/backupfile.c, dirfd.h, fts.c, getcwd.c, glob.c, glob_.h:
8384         Ignore the obsolescent !HAVE_DIRENT_H case.  Consolidate NAMLEN
8385         macros into the GNU _D_EXACT_NAMLEN.
8386         * lib/savedir.c:  Likewise.
8387         (savedirstream): Use _D_EXACT_NAMLEN in preference to strlen.
8388
8389 2006-07-10  Derek R. Price  <derek@ximbiot.com>
8390         and Paul Eggert  <eggert@cs.ucla.edu>
8391
8392         * m4/backupfile.m4, d-ino.m4, d-type.m4, dirfd.m4, fts.m4, getcwd.m4:
8393         * m4/savedir.m4:
8394         Ignore the obsolescent !HAVE_DIRENT_H case.  Consolidate NAMLEN
8395         macros into the GNU _D_EXACT_NAMLEN.
8396
8397 2006-07-09  Paul Eggert  <eggert@cs.ucla.edu>
8398
8399         * m4/absolute-header.m4 (gl_ABSOLUTE_HEADER): Use "" rather than <>
8400         around the absolute name, to work around a problem with the HP-UX
8401         11.23 native C compiler, reported by Bob Proulx.
8402
8403 2006-07-09  Paul Eggert  <eggert@cs.ucla.edu>
8404
8405         * doc/maintain.texi, make-stds.texi: Sync from
8406         <http://savannah.gnu.org/projects/gnustandards>.
8407
8408 2006-07-09  Paul Eggert  <eggert@cs.ucla.edu>
8409
8410         * build-aux/depcomp, build-aux/install-sh: Sync from Automake.
8411
8412 2006-07-09  Jim Meyering  <jim@meyering.net>
8413
8414         * m4/glob.m4: Remove a doubled word in a comment.
8415
8416 2006-07-09  Jim Meyering  <jim@meyering.net>
8417
8418         * lib/argp-pv.c: Remove a doubled word in a comment.
8419         * lib/check-version.c (check_version): Likewise.
8420         * lib/javacomp.c (compile_java_class): Likewise.
8421
8422 2006-07-08  Paul Eggert  <eggert@cs.ucla.edu>
8423
8424         * gnulib-tool (func_get_filelist): Don't echo m4/onceonly_2_57.m4,
8425         for the benefit of people using Autoconf 2.60.  If you want to
8426         support older Autoconf versions you can copy m4/onceonly_2_57.m4
8427         (or m4/onceonly.m4, if pre-2.57) manually.
8428
8429 2006-07-08  Jim Meyering  <jim@meyering.net>
8430
8431         * m4/link-follow.m4: Remove one of two adjacent "whether"s in a
8432         comment.
8433         * m4/getopt.m4: Remove one of two adjacent "your"s in a comment.
8434         * m4/regex.m4 (gl_REGEX): Remove one of two adjacent "the"s in a
8435         comment.
8436
8437 2006-07-08  Jim Meyering  <jim@meyering.net>
8438
8439         * lib/getndelim2.h (getndelim2): Remove doubled "after" in comment.
8440
8441 2006-07-07  Simon Josefsson  <jas@extundo.com>
8442
8443         * tests/test-crc.c: Change expected crc value, the test vector
8444         were probably computed using the old broken crc.c?
8445
8446 2006-07-06  Simon Josefsson  <jas@extundo.com>
8447
8448         * modules/sys_socket (Files): Add m4/sockpfaf.m4 (this module is
8449         now the canonical place for the M4 file).
8450
8451         * modules/getaddrinfo (Files): Remove m4/sockpfaf.m4, we get it
8452         from the sys_socket dependency now.
8453
8454         * modules/inet_pton (Files): Ditto.
8455
8456         * modules/inet_ntop (Files): Ditto.
8457
8458 2006-07-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny change)
8459
8460         * modules/getusershell (configure.ac): Use gl_FUNC_GETUSERSHELL,
8461         not gl_PREREQ_GETUSERSHELL.
8462
8463 2006-07-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
8464
8465         * m4/_inttypes_h.m4 (gl_INTTYPES_H): Use AC_CHECK_DECLS_ONCE
8466         with only one argument, for Autoconf 2.60.
8467         * m4/fileblocks.m4 (gl_PREREQ_FILEBLOCKS): AC_CHECK_DECLS_ONCE may
8468         expand to nothing, so add a shell command to avoid syntax error.
8469         * m4/getpass.m4 (gl_PREREQ_GETPASS): Likewise.
8470
8471 2006-07-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
8472
8473         * lib/strtod.c (strtod): cast the argument of tolower to unsigned char.
8474
8475 2006-07-06  Paul Eggert  <eggert@cs.ucla.edu>
8476
8477         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Don't check for getenv decl;
8478         no longer needed.  Check for isblank decl.
8479         * m4/mkstemp.m4 (gl_PREREQ_TEMPNAME): Don't check for getenv decl.
8480         * m4/regex.m4 (gl_PREREQ_REGEX): Dheck for isblank decl instead
8481         of existence.
8482
8483 2006-07-06  Paul Eggert  <eggert@cs.ucla.edu>
8484
8485         * lib/getloadavg.c: Use __VMS, not VMS.
8486         * lib/getopt.c: Likewise.
8487         * lib/getpagesize.h: Likewise.
8488         * lib/glob.c: Remove most VMS cruft; it hasn't been tested for a while
8489         and probably does not work.
8490
8491 2006-07-06  Paul Eggert  <eggert@cs.ucla.edu>
8492
8493         * lib/.cppi-disable: Add wcwidth.
8494         * lib/fnmatch.c (ISBLANK): Remove.  All uses changed to isblank.
8495         (isblank) [! (defined isblank || HAVE_DECL_ISBLANK)]: New macro.
8496         (ISGRAPH): Remove.  All uses changed to isgraph.
8497         (FOLD) [!defined _LIBC]: Remove special case.
8498         * lib/getdate.y (lookup_word): Remove no-longer-needed call to islower.
8499         * lib/regex_internal.h (isblank): Depend on HAVE_DECL_ISBLANK, not
8500         HAVE_ISBLANK.
8501         * lib/strftime.c (TOLOWER, TOUPPER) [!defined _LIBC]: Remove special
8502         case.
8503
8504 2006-07-06  Jim Hyslop  <jhyslop@dreampossible.ca>  (tiny change)
8505
8506         * lib/getaddrinfo.c: Changes to compile under MSVC6: changed
8507         '#if WIN32_NATIVE' to '#ifdef' & moved WSAAPI macro inside
8508         brackets.  Other minor changes to suppress some compiler
8509         warnings.
8510
8511 2006-07-06  Derek R. Price  <derek@ximbiot.com>
8512         and Paul Eggert  <eggert@cs.ucla.edu>
8513
8514         * m4/backupfile.m4 (gl_BACKUPFILE): Check for dirent.h, instead
8515         of invoking obsolescent AC_HEADER_DIRENT macro.
8516         * m4/d-ino.m4 (gl_CHECK_TYPE_STRUCT_DIRENT_D_INO): Likewise.
8517         * m4/d-type.m4 (gl_CHECK_TYPE_STRUCT_DIRENT_D_TYPE): Likewise.
8518         * m4/dirfd.m4 (gl_FUNC_DIRFD): Likewise.
8519         * m4/fts.m4 (gl_FUNC_FTS_CORE): Likewise.
8520         * m4/getcwd.m4 (gl_PREREQ_GETCWD): Likewise.
8521         * m4/glob.m4 (gl_PREREQ_GLOB): Likewise.
8522         * m4/savedir.m4 (gl_SAVEDIR): Likewise.
8523         * m4/readdir.m4: Remove; no longer needed.
8524
8525 2006-07-06  Derek R. Price  <derek@ximbiot.com>
8526         and Paul Eggert  <eggert@cs.ucla.edu>
8527
8528         * lib/backupfile.c [HAVE_DIRENT_H && ! HAVE_NDIR_H]:
8529         Don't worry about this obsolete case any more.
8530         (HAVE_DIR): Remove.  All uses removed; we now assume you can read
8531         directories.
8532         * lib/dirfd.h [HAVE_DIRENT_H && ! HAVE_NDIR_H]: Don't
8533         worry about this obsolete case any more.
8534         * lib/fts.c: Likewise.
8535         * lib/getcwd.c: Likewise.
8536         * lib/glob.h: Likewise.
8537         * lib/savedir.c: Likewise.
8538
8539 2006-07-05  Paul Eggert  <eggert@cs.ucla.edu>
8540
8541         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Use AC_CHECK_DECLS_ONCE
8542         rather than AC_CHECK_DECLS for strtoimax and strtoumax.
8543         * m4/getusershell.m4 (gl_PREREQ_GETUSERSHELL): Remove; no longer
8544         needed.
8545         All uses removed.
8546         * m4/strtol.m4 (gl_PREREQ_STRTOL): Likewise.
8547         * m4/strtoul.m4 (gl_PREREQ_STRTOUL): Likewise.
8548         * m4/exclude.m4 (gl_EXCLUDE): Don't check for isascii; no longer
8549         needed.
8550         * m4/getdate.m4 (gl_GETDATE): Likewise.
8551         * m4/getusershell.m4 (gl_PREREQ_GETUSERSHELL): Likewise.
8552         * m4/memcasecmp.m4 (gl_MEMCASECMP): Likewise.
8553         * m4/strtod.m4 (gl_FUNC_STRTOD): Likewise.
8554         * m4/strtol.m4 (gl_PREREQ_STRTOL): Likewise.
8555         * m4/strtoul.m4 (gl_PREREQ_STRTOUL): Likewise.
8556         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Likewise.
8557         * m4/exclude.m4 (gl_EXCLUDE): Don't require AC_C_INLINE; no longer
8558         needed.
8559
8560 2006-07-05  Paul Eggert  <eggert@cs.ucla.edu>
8561
8562         * lib/memcasecmp.c: Include <limits.h>.
8563         (memcasecmp): Don't assume UCHAR_MAX <= INT_MAX.
8564         * lib/strtod.c (strtod): Don't assume isspace works on negative chars.
8565         Don't assume isdigit succeeds only on '0' through '9'.
8566
8567 2006-07-05  Eric Blake  <ebb9@byu.net>
8568
8569         * modules/getaddrinfo (Depends-on): Add snprintf.
8570
8571 2006-07-05  Eric Blake  <ebb9@byu.net>
8572
8573         * m4/sockpfaf.m4 (gl_SOCKET_FAMILIES): Use gl_HEADER_SYS_SOCKET
8574         to avoid 'header present but could not be compiled' on cygwin.
8575
8576 2006-07-05  Eric Blake  <ebb9@byu.net>
8577
8578         * lib/getaddrinfo.h (NI_NUMERICHOST, NI_NUMERICSERV): Define if
8579         missing from netdb.h.
8580         * lib/getaddrinfo.c (includes): Include inet_ntop and snprintf.
8581
8582 2006-07-05  Derek R. Price  <derek@ximbiot.com>
8583
8584         * m4/calloc.m4 (_AC_FUNC_CALLOC_IF): Don't require AC_HEADER_STDC;
8585         no longer needed.
8586         * m4/exclude.m4 (gl_EXCLUDE): Likewise.
8587         * m4/getdate.m4 (gl_GETDATE): Likewise.
8588         * m4/getusershell.m4 (gl_PREREQ_GETUSERSHELL): Likewise.
8589         * m4/memcasecmp.m4 (gl_MEMCASECMP): Likewise.
8590         * m4/strtod.m4 (gl_FUNC_STRTOD): Likewise.
8591         * m4/strtol.m4 (gl_PREREQ_STRTOL): Likewise.
8592         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Likewise.
8593
8594 2006-07-05  Derek R. Price  <derek@ximbiot.com>
8595
8596         * lib/exclude.c (IN_CTYPE_DOMAIN, is_space): Remove; no longer needed.
8597         All uses of is_space replaced by isspace.
8598         * lib/exit.h: Don't talk about STDC_HEADERS.
8599         * lib/fnmatch.c (ISASCII): Remove; no longer needed.  All uses removed.
8600         (ISPRINT, ISDIGIT, ISALNUM, ISALPHA, ISCNTRL, ISLOWER, ISPUNCT):
8601         (ISSPACE, ISUPPER, ISXDIGIT): Remove; no longer needed.  All uses
8602         replaced by isprint etc.
8603         * lib/getdate.y (IN_CTYPE_DOMAIN, ISSPACE, ISALPHA, ISLOWER): Likewise.
8604         * lib/getusershell.c (IN_CTYPE_DOMAIN, ISSPACE): Likewise.
8605         * lib/memcasecmp.c (IN_CTYPE_DOMAIN, ISLOWER, TOUPPER): Likewise.
8606         * lib/strtod.c (IN_CTYPE_DOMAIN, ISSPACE, ISDIGIT, TOLOWER): Likewise.
8607         * lib/strtol.c (IN_CTYPE_DOMAIN): Likewise.
8608         * lib/xstrtol.c (IN_CTYPE_DOMAIN, ISSPACE): Likewise.
8609
8610 2006-07-05  Bruno Haible  <bruno@clisp.org>
8611
8612         * m4/strndup.m4 (gl_FUNC_STRNDUP): When cross-compiling, check whether
8613         the function exists, before testing against AIX.
8614         Reported by Martin Lambers <marlam@marlam.de>.
8615
8616 2006-07-04  Paul Eggert  <eggert@cs.ucla.edu>
8617
8618         * modules/cycle-check (lib_SOURCES): Add same-inode.h.
8619         From Mark D. Baushke.
8620
8621 2006-07-04  Paul Eggert  <eggert@cs.ucla.edu>
8622
8623         * m4/absolute-header.m4 (gl_ABSOLUTE_HEADER): Prepend three slashes
8624         to the absolute name, not just one, to bypass Sun C 5.8's
8625         "warning: #include of /usr/include/... may be non-portable".
8626
8627 2006-07-04  Eric Blake  <ebb9@byu.net>
8628
8629         * modules/dirname-tests: New test module.
8630         * tests/test-dirname.c: New file, replacing dirname.c
8631         TEST_DIRNAME section that was recently deleted.
8632
8633 2006-07-04  Bruno Haible  <bruno@clisp.org>
8634
8635         Assume ANSI C header files and <ctype.h> functions.
8636         * lib/mbswidth.c (IN_CTYPE_DOMAIN, ISPRINT, ISCNTRL): Remove macros.
8637         (mbsnwidth): Use isprint, iscntrl instead.
8638
8639 2006-07-03  Paul Eggert  <eggert@cs.ucla.edu>
8640
8641         Merge from coreutils.
8642         * MODULES.html.sh: Add xstrtold.
8643         * modules/xstrtold: New file.
8644         * modules/cycle-check (Files): Add lib/same-inode.h.
8645         * modules/dirname (Files): Add m4/double-slash-root.m4.
8646         * modules/getcwd (Files): Add m4/getcwd-abort-bug.m4.
8647         * modules/mkdir-p (Files): Add lib/same-inode.h.
8648         * modules/same (Files): Add lib/same-inode.h.
8649
8650 2006-07-03  Paul Eggert  <eggert@cs.ucla.edu>
8651
8652         * m4/absolute-header.m4: Renamed from full-header-path.m4.
8653         This is to keep the terminology clean; POSIX talks about
8654         "absolute pathnames", not "full pathnames", but the GNU
8655         Coding Standards say to use "path" for something else;
8656         so use "absolute" to keep both sides happy.
8657         (gl_ABSOLUTE_HEADER): Renamed from gl_FULL_HEADER_PATH.
8658         Set gl_absolute_header, not gl_full_header_path.
8659         Set gl_cv_absolute_<header>, not gl_full_path_<header>.
8660         Define ABSOLUTE_<HEADER>, not FULL_PATH_<HEADER>.
8661         All uses changed.
8662
8663         Merge from coreutils.
8664
8665         2006-06-30  Paul Eggert  <eggert@cs.ucla.edu>
8666
8667         * m4/c-strtod.m4 (gl_C_STRTOLD): Add c-strtod.c to LIBSOURCES.
8668         Require gl_USE_SYSTEM_EXTENSIONS, not gl_C_STRTOD, since we don't
8669         want to require the building of c-strtod.o.
8670         * m4/lib-check.m4 (cu_LIB_CHECK): Remove SEQ_LIBM, since seq no longer
8671         needs -lm directly.
8672         * m4/xstrtod.m4 (gl_XSTRTOLD): New macro.
8673
8674         2006-06-19  Paul Eggert  <eggert@cs.ucla.edu>
8675
8676         * m4/lib-ignore.m4 (gl_IGNORE_UNUSED_LIBRARIES): Prefer binutils's
8677         --as-needed option if available.  Problem reported by Albert Chin in
8678         <http://lists.gnu.org/archive/html/bug-gnulib/2006-06/msg00114.html>.
8679         However, use -Wl,--as-needed, not bare --as-needed, since HP-UX 11.11
8680         cc merely issues a bunch of annoying warnings for --as-needed
8681         (this problem was reported by Bob Proulx).  Also, try linking with
8682         -lm to detect a bug in binutils 2.16 (this problem was reported
8683         by Ralf Wildenhues).
8684
8685         2006-06-18  Jim Meyering  <jim@meyering.net>
8686
8687         Test for a bug that causes glibc's getcwd to suffer a failed assertion.
8688         * m4/getcwd-abort-bug.m4 (gl_FUNC_GETCWD_ABORT_BUG): New file and
8689         macro.
8690         * m4/getcwd.m4 (gl_FUNC_GETCWD): If we detect support for getcwd_null,
8691         also check for glibc-2.4's abort-inducing bug.
8692
8693         * m4/getcwd-path-max.m4 (gl_FUNC_GETCWD_PATH_MAX): Fix typo.
8694         Low-probability clean-up should be to use rmdir to get rid of
8695         the just-created directory, not unlink.
8696
8697         * m4/ftruncate.m4 (gl_FUNC_FTRUNCATE): If ftruncate is missing, make
8698         configure fail, and request a bug report to inform us about it.
8699         Add a comment that, barring reports to the contrary, in 2007 we'll
8700         assume ftruncate is universally available.
8701
8702         2006-04-17  Paul Eggert  <eggert@cs.ucla.edu>
8703
8704         * m4/filemode.m4 (gl_FILEMODE): Check for strmode declaration.
8705
8706         2006-03-12  Jim Meyering  <jim@meyering.net>
8707
8708         * m4/chdir-safer.m4 (gl_CHDIR_SAFER): Add same-inode.h to the list.
8709         * m4/cycle-check.m4 (gl_CYCLE_CHECK): Likewise.
8710         * m4/same.m4 (gl_SAME): Likewise.
8711         * m4/root-dev-ino.m4 (gl_ROOT_DEV_INO): Likewise.
8712
8713         2006-03-11  Eric Blake  <ebb9@byu.net>
8714
8715         * m4/double-slash-root.m4: New file, provides gl_DOUBLE_SLASH_ROOT.
8716         * m4/dirname.m4 (gl_DIRNAME): Use gl_DOUBLE_SLASH_ROOT.
8717         * m4/dos.m4 (FILE_SYSTEM_PREFIX_LEN): Move from here to dirname.h.
8718         (FILE_SYSTEM_DRIVE_PREFIX_CAN_BE_RELATIVE): New define.
8719
8720 2006-07-03  Paul Eggert  <eggert@cs.ucla.edu>
8721
8722         * lib/stdint_.h: Include <sys/types.h> after @FULL_PATH_STDINT_H@, for
8723         MacOS X 10.4.6.  Don't mention <sys/int_types.h>.  Problems
8724         reported by Mark D. Baushke, one in
8725         <http://lists.gnu.org/archive/html/bug-gnulib/2006-07/msg00015.html>.
8726
8727         Merge from coreutils.
8728
8729         * lib/.cppi-disable: Add stdint_.h.
8730         * lib/.cvsignore: Add stdint.h.
8731
8732         2006-06-30  Paul Eggert  <eggert@cs.ucla.edu>
8733
8734         * lib/xstrtod.c (XSTRTOD, DOUBLE): New macros, so that we can support
8735         both double and long double versions.
8736         (XSTRTOD): Renamed from xstrtod.  Use DOUBLE internally.
8737         * lib/xstrtold.c: New file.
8738         * lib/xstrtod.h (xstrtold): New decl.
8739
8740         2006-05-22  Paul Eggert  <eggert@cs.ucla.edu>
8741
8742         * lib/filemode.c (setst): Remove.
8743         (strmode): Rewrite to avoid setst.  This makes the code shorter,
8744         (arguably) clearer, and the generated code is a bit smaller on my
8745         Debian GNU/Linux stable x86 host.
8746
8747         2006-04-17  Paul Eggert  <eggert@cs.ucla.edu>
8748
8749         * lib/filemode.c: Include "filemode.h" first, to test the interface.
8750         Assume that filemode.h includes sys/types.h and sys/stat.h.
8751         (HAVE_ST_DM_MODE): New macro, moved here from ls.c.
8752         (ftypelet): Reorder to put common cases first, for efficiency.
8753         Add 'P', 'w'.  Remove 'M', since it's now the caller's responsibility
8754         to do 'M'.
8755         (strmode): Renamed from mode_string, and now stores 12 bytes instead
8756         of 10, for compatibility with FreeBSD.  All callers changed.
8757         (filemodestring): Now stores 12 bytes instead of 10, and sets file
8758         types that can't be deduced solely from st_mode.  First arg is now a
8759         const pointer.
8760         * lib/filemode.h (HAVE_DECL_STRMODE): Include <string.h> for strmode.
8761         (strmode): Renamed from mode_string.
8762         (filemodestring): New decl.
8763         * lib/stat-macros.h: Don't undef S_ISDOOR, since it's never buggy.
8764         (S_ISDOOR): Don't bother with S_IFDOOR, since that code is never
8765         needed.
8766         (S_ISPORT, S_ISWHT): New macros, if not already defined.
8767
8768         2006-04-12  Paul Eggert  <eggert@cs.ucla.edu>
8769
8770         * lib/fsusage.c: Don't include <inttypes.h> or <stdint.h>, since
8771         fsusage.h now does that.  Include fsusage.h first, to test interface.
8772         Prefer statvfs if it works, since it's blessed by POSIX.  Attempt
8773         at most one method (the old code could have generated decls that
8774         didn't conform to C89, not that this was ever exercised).
8775         * lib/fsusage.h: Include <inttypes.h> and <stdint.h> if they exist.
8776
8777         2006-03-19  Jim Meyering  <jim@meyering.net>
8778
8779         Work even in a chroot where d_ino values for entries in "/"
8780         don't match the stat.st_ino values for the same names.
8781         * lib/getcwd.c (__getcwd): When no d_ino value matches the target inode
8782         number, iterate through all entries again, using lstat instead.
8783         Reported by Kenshi Muto in http://bugs.debian.org/355810, and by
8784         Zouhir Hafidi in https://bugzilla.redhat.com/bugzilla/190656.
8785
8786         * lib/getcwd.c (__getcwd): Clarify a comment.
8787         Use memcpy in place of a call to strcpy.
8788
8789         2006-03-12  Jim Meyering  <jim@meyering.net>
8790
8791         * lib/fts-cycle.c (leave_dir): If cycle-check's saved dev-ino pair
8792         matches that of the current directory (which we're about to chdir ".."
8793         out of), then save the dev-ino of the parent, instead.
8794
8795         * lib/same-inode.h (SAME_INODE): New file/macro.
8796         * lib/chdir-safer.c (SAME_INODE): Remove definition.
8797         Include "same-inode.h", instead.
8798         * lib/same.c: Likewise.
8799         * lib/cycle-check.h: Include "same-inode.h".
8800         (CYCLE_CHECK_REFLECT_CHDIR_UP): Define.
8801         * lib/cycle-check.c (SAME_INODE): Remove definition.
8802         * lib/root-dev-ino.h: Include "same-inode.h".
8803
8804         2006-03-11  Eric Blake  <ebb9@byu.net>
8805
8806         * lib/same.c (same_name): s/base_name/last_component/
8807         * lib/backupfile.c (check_extension, numbered_backup): Likewise.
8808         * lib/filenamecat.c (file_name_concat): Likewise.
8809
8810         2006-03-11  Eric Blake  <ebb9@byu.net>,
8811                     Paul Eggert  <eggert@cs.ucla.edu>
8812
8813         * lib/dirname.h (FILE_SYSTEM_PREFIX_LEN): Move here from dos.m4.
8814         [FILE_SYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX]: Don't treat 1: as a
8815         drive prefix.
8816         (IS_ABSOLUTE_FILE_NAME): Treat all drive letters as absolute on
8817         platforms like cygwin with FILE_SYSTEM_DRIVE_PREFIX_IS_ABSOLUTE.
8818         (last_component): New method.
8819         * lib/dirname.c (dir_len): Determine when drive letters need a
8820         subsequent slash.  Preserve // when it is special.
8821         (dir_name): Don't append dot when drive letter is absolute.
8822         [TEST_DIRNAME]: Move into a full-blown gnulib test.
8823         * lib/basename.c (base_name): New semantics - malloc the result.
8824         Preserve // when it is special.  Preserve relative files that look
8825         like drive letters.
8826         (base_len): Preserve // when it is special.
8827         (last_component): New method, similar to old base_name semantics.
8828         * lib/stripslash.c (strip_trailing_slashes): Use last_component, not
8829         base_name.  Strip redundant slashes from ///.
8830
8831 2006-07-03  Jim Meyering  <jim@meyering.net>
8832
8833         * lib/cycle-check.h (CYCLE_CHECK_REFLECT_CHDIR_UP): Abort if this
8834         macro is used before the first cycle_check call.
8835
8836 2006-07-03  Eric Blake  <ebb9@byu.net>
8837
8838         * modules/dirname (Depends-on): Add xstrndup.
8839
8840 2006-07-02  Paul Eggert  <eggert@cs.ucla.edu>
8841
8842         * m4/stdint.m4 (gl_STDINT_H): Use more-mnemonic identifiers for
8843         test cases, so that config.log is a bit easier to follow.
8844
8845 2006-07-02  Paul Eggert  <eggert@cs.ucla.edu>
8846
8847         * lib/stdint_.h (intmax_t, uintmax_t): Prefer long to long long if
8848         both are 64 bits, since this seems to be the tradition, and this
8849         prevents gcc -Wformat from warning about usages with PRIuMAX.  If
8850         we ever run into a host that prefers long long to long in this
8851         case, we'll need another configure-time test.  Problem reported by
8852         Jim Meyering.
8853
8854 2006-07-02  Eric Blake  <ebb9@byu.net>
8855
8856         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Simplify by using AC_CHECK_DECLS.
8857
8858 2006-07-01  Paul Eggert  <eggert@cs.ucla.edu>
8859
8860         * modules/inttypes (Depends-on): No longer depends on stdint.
8861         * modules/stdint (Description): Say more about assumptions.
8862         Say that the fast types might differ.  Say macros are used.
8863         (Files): Remove m4/size_max.m4, m4/wchar_t.m4.  Add m4/longlong.m4.
8864         (Makefile.am): Revise list of substituted symbols to match
8865         new stdint.m4.
8866         * modules/stdint-tests (Files): Add m4/wchar_t.m4, m4/wint_t.m4.
8867         (configure.ac): Add gt_TYPE_WCHAR_T, gt_TYPE_WINT_T.
8868         * tests/test-stdint.c (verify_same_types)
8869         [! (__GNUC__ >= 2 && DO_PEDANTIC)]: Put in a decl, so that
8870         the code conforms to C99/C89.
8871         Test for WCHAR_MIN and WCHAR_MAX only if HAVE_WCHAR_T.
8872         Test for WINT_MIN and WINT_MAX only if HAVE_WINT_T.
8873
8874 2006-07-01  Paul Eggert  <eggert@cs.ucla.edu>
8875
8876         * m4/longlong.m4 (AC_TYPE_LONG_LONG_INT): Backport from Autoconf 2.60,
8877         but fix a bug, by requiring at least 64 bits.
8878         * m4/ulonglong.m4 (AC_TYPE_UNSIGNED_LONG_LONG_INT): Likewise.
8879         * m4/longlong.m4 (gl_AC_TYPE_LONG_LONG): Now just call
8880         AC_TYPE_LONG_LONG_INT.  This macro is obsolete and will go soon.
8881         * m4/ulonglong.m4 (gl_AC_TYPE_UNSIGNED_LONG_LONG) Likewise.
8882
8883         * m4/stdint.m4 (gl_STDINT_H): Rewrite to accommodate stdint_.h
8884         changes.  Make 2.59 a prerequisite.  Check and substitute for
8885         HAVE_LONG_LONG_INT.  Rely on Autoconf to check for stdint.h and
8886         inttypes.h.  Do not use special include files; just use the
8887         defaults.  Check for sys/inttypes.h and sys/bitypes.h in the usual
8888         way now.  Remove no-longer-needed tests for HAVE_LONG_64BIT,
8889         HAVE_LONG_LONG_64BIT, int8_t, int16_t, int32_t, int64_t, uint8_t,
8890         uint16_t, uint32_t uint64_t, int_least8_t, int_least16_t,
8891         int_least32_t, int_least64_t, uint_least8_t, uint_least16_t,
8892         uint_least32_t, uint_least64_t, int_fast8_t, int_fast16_t,
8893         int_fast32_t, int_fast64_t, uint_fast8_t uint_fast16_t,
8894         uint_fast32_t, uint_fast64_t, intptr_t, uintptr_t, intmax_t,
8895         uintmax_t, INT8_MIN, INT8_MAX, UINT8_MAX, INT16_MIN, INT16_MAX,
8896         UINT16_MAX, INT32_MIN, INT32_MAX, UINT32_MAX, INT64_MIN,
8897         INT64_MAX, UINT64_MAX, INT_LEAST8_MIN, INT_LEAST8_MAX,
8898         UINT_LEAST8_MAX, INT_LEAST16_MIN, INT_LEAST16_MAX,
8899         UINT_LEAST16_MAX, INT_LEAST32_MIN, INT_LEAST32_MAX,
8900         UINT_LEAST32_MAX, INT_LEAST64_MIN, INT_LEAST64_MAX,
8901         UINT_LEAST64_MAX, INT_FAST8_MIN, INT_FAST8_MAX, UINT_FAST8_MAX,
8902         INT_FAST16_MIN, INT_FAST16_MAX, UINT_FAST16_MAX, INT_FAST32_MIN,
8903         INT_FAST32_MAX, UINT_FAST32_MAX, INT_FAST64_MIN, INT_FAST64_MAX,
8904         UINT_FAST64_MAX, INTPTR_MIN, INTPTR_MAX, UINTPTR_MAX, INTMAX_MIN,
8905         INTMAX_MAX, UINTMAX_MAX, PTRDIFF_MIN, PTRDIFF_MAX, SIG_ATOMIC_MIN,
8906         SIG_ATOMIC_MAX, SIZE_MAX, WCHAR_MIN, WCHAR_MAX, WINT_MIN,
8907         WINT_MAX.  Check for C99 conformance more strictly, by detecting
8908         bugs in glibc 2.4, Solaris 10, and OpenBSD 3.9.  On the other hand do
8909         not check for things that C99 does not require, e.g., int8_t.  If
8910         a test isn't needed unless <stdint.h> isn't working, and is
8911         unlikely to be needed for any other reason, then don't do it
8912         unless <stdint.h> isn't working.  Do not check for ptrdiff_t or
8913         size_t, since we assume C89 freestanding at least.  Do not check
8914         for sig_atomic_t, wchar_t, or wint_t, since the code now does
8915         the right thing even if the types are not defined.  Instead use:
8916         (gl_STDINT_TYPE_PROPERTIES): New macro.
8917         (gl_HEADER_STDINT_H, gl_HEADER_INTTYPES_H): Remove.  Don't bother
8918         testing whether <sys/types.h> clashes, as Autoconf does this for
8919         us now.  All uses removed.
8920         (gl_STDINT_CHECK_TYPES, gl_STDINT_MISSING_BOUND):
8921         (gl_STDINT_MISSING_BOUNDS, gl_STDINT_MISSING_BOUNDS2):
8922         (gl_CHECK_TYPE_SAME):
8923         Remove; no longer needed.
8924         (gl_STDINT_BITSIZEOF): Don't bother to check whether the type
8925         exists, since we'll return 0 anyway in that case.
8926         (gl_INTEGER_TYPE_SUFFIX, gl_STDINT_INCLUDES): New macros.
8927
8928 2006-07-01  Paul Eggert  <eggert@cs.ucla.edu>
8929
8930         * lib/stdint_.h (_GL_STDINT_H): Renamed from _STDINT_H, to avoid
8931         possible collision with system files.
8932         (<stdio.h>, <time.h>, <wchar.h>) [defined __cplusplus && ! defined
8933         __STDC_CONSTANT_MACROS)]: Do not include, since we don't need
8934         WCHAR_MIN and WCHAR_MAX in this case.
8935         (<stddef.h>): Do not include; no longer needed.
8936         (<sys/types.h>): Include if @HAVE_SYS_TYPES_H@, not if
8937         (defined(__OpenBSD__) || defined(__bsdi__) || defined(__sgi)).
8938         (<sys/inttypes.h>): Include if @HAVE_SYS_INTTYPES_H@ &&
8939         !@HAVE_INTTYPES_H@, not if (defined(__FreeBSD__)
8940         && (__FreeBSD__ >= 3) && (__FreeBSD__ <= 4)).
8941         (__STDINT_H__) [@HAVE_STDINT_H@ && defined __sgi && ! defined
8942         __c99]: Define, to work around IRIX <stdint.h> incompatibility.
8943         (@FULL_PATH_STDINT_H@) [!(defined(__sgi) && @HAVE_INTTYPES_H@ &&
8944         !defined(__c99))]: Include in this case too, since it's harmless
8945         now.
8946         (<inttypes.h>) [@HAVE_INTTYPES_H@]: Include, since it's no longer
8947         dangerous to do so.
8948         (@FULL_PATH_INTTYPES_H@) [(defined(__hpux) || defined(_AIX)) &&
8949         @HAVE_INTTYPES_H@]: Do not include, since we now include <inttypes.h>.
8950         (_STDINT_MIN, _STDINT_MAX): New macros.
8951         (int8_t, uint8_t, int16_t, uint16_t, int32_t, uint32_t, int64_t):
8952         (uint64_t, int_least8_t, uint_least8_t, int_least16_t):
8953         (uint_least16_t, int_least32_t, uint_least32_t, int_least64_t):
8954         (uint_least64_t, int_fast8_t, uint_fast8_t, int_fast16_t):
8955         (uint_fast16_t, int_fast32_t, uint_fast32_t, int_fast64_t):
8956         (uint_fast64_t, intptr_t, uintptr_t, intmax_t, uintmax_t): Now
8957         macros, not typedefs; this simplifies things quite a bit.
8958         Use long int for all types narrower than int64_t.
8959         (intmax_t, uintmax_t, INTMAX_C, UINTMAX_C):
8960         Define in terms of long long int or int64_t or long int,
8961         not int64_t or int32_t.  This saves some compile-time testing.
8962         (INT8_MIN, INT8_MAX, UINT8_MAX, INT16_MIN, INT16_MAX, UINT16_MAX):
8963         (INT32_MIN, INT32_MAX, UINT32_MAX, INT64_MIN, INT64_MAX):
8964         (UINT64_MAX, INT_LEAST8_MIN, INT_LEAST8_MAX, UINT_LEAST8_MAX):
8965         (INT_LEAST16_MIN, INT_LEAST16_MAX, UINT_LEAST16_MAX):
8966         (INT_LEAST32_MIN, INT_LEAST32_MAX, UINT_LEAST32_MAX):
8967         (INT_LEAST64_MIN, INT_LEAST64_MAX, UINT_LEAST64_MAX, INT_FAST8_MIN):
8968         (INT_FAST8_MAX, UINT_FAST8_MAX, INT_FAST16_MIN, INT_FAST16_MAX):
8969         (UINT_FAST16_MAX, INT_FAST32_MIN, INT_FAST32_MAX, UINT_FAST32_MAX):
8970         (INT_FAST64_MIN, INT_FAST64_MAX, UINT_FAST64_MAX, INTPTR_MIN):
8971         (INTPTR_MAX, UINTPTR_MAX, INTMAX_MIN, INTMAX_MAX, UINTMAX_MAX):
8972         (PTRDIFF_MIN, PTRDIFF_MAX, SIG_ATOMIC_MIN, SIG_ATOMIC_MAX):
8973         (SIZE_MAX, WCHAR_MIN, WCHAR_MAX, WINT_MIN, WINT_MAX):
8974         undef any previous version and define our own version, for
8975         simplicity and consistency with the new macros for types.
8976         (PTRDIFF_MIN, PTRDIFF_MAX, SIG_ATOMIC_MIN, SIG_ATOMIC_MAX):
8977         (SIZE_MAX, WCHAR_MIN, WCHAR_MAX, WINT_MIN, WINT_MAX):
8978         Simplify definitions by using _STDINT_MIN and _STDINT_MAX
8979         where appropriate.  Rely on new symbols @PTRDIFF_T_SUFFIX@,
8980         @SIG_ATOMIC_T_SUFFIX@, @SIZE_T_SUFFIX@, @WCHAR_T_SUFFIX@,
8981         @WINT_T_SUFFIX@ to keep things simple here.
8982         (UINT8_C, UINT16_C, UINT32_C, INT64_C, UINT64_C):
8983         Simplify by assuming typical 8/16/32/64 host, since we're
8984         already doing that elsewhere anyway.
8985         Use (LONG_MAX >> 31 >> 31 == 1) rather than @HAVE_LONG_64BIT@,
8986         and assume long long int is 64 bits if available.  This
8987         speeds up 'configure'.
8988
8989 2006-07-01  Eric Blake  <ebb9@byu.net>
8990
8991         * m4/stdarg.m4 (gl_STDARG_H): Use proper AH_VERBATIM.
8992         Reported by Andreas Buening.
8993
8994 2006-07-01  Eric Blake  <ebb9@byu.net>
8995
8996         * m4/stdarg.m4 (gl_STDARG_H): Properly parenthesize gl_va_copy.
8997
8998 2006-06-30  Jim Hyslop  <jhyslop@dreampossible.ca>  (tiny change)
8999
9000         * lib/getaddrinfo.c: fixed typo
9001
9002 2006-06-29  Jim Meyering  <jim@meyering.net>
9003
9004         * modules/strftime (Maintainer): Add my name, since with the
9005         FPRINTFTIME changes strftime.c has forked from glibc.
9006
9007 2006-06-29  Eric Blake  <ebb9@byu.net>
9008
9009         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Use AC_C_INLINE.
9010
9011 2006-06-29  Eric Blake  <ebb9@byu.net>
9012
9013         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): New file.
9014
9015 2006-06-29  Eric Blake  <ebb9@byu.net>
9016
9017         * lib/stat_.h: New file.
9018
9019 2006-06-29  Eric Blake  <ebb9@byu.net>
9020
9021         * lib/stat_.h (rpl_mkdir): Declare inline, to avoid warnings about
9022         unused static function.
9023
9024 2006-06-29  Eric Blake  <ebb9@byu.net>
9025
9026         * doc/functions.texi (Function Portability): Document missing lstat
9027         on mingw.
9028
9029 2006-06-29  Eric Blake  <ebb9@byu.net>
9030
9031         * MODULES.html.sh: Add sys_stat.
9032         * modules/sys_stat: New module.
9033         * modules/mkstemp (Depends-on): Add sys_stat.
9034
9035 2006-06-29  Derek R. Price  <derek@ximbiot.com>
9036
9037         * m4/strftime.m4: Don't call AC_FUNC_STRFTIME.
9038
9039 2006-06-29  Derek R. Price  <derek@ximbiot.com>
9040
9041         * m4/c-bs-a.m4: Removed.
9042
9043 2006-06-29  Derek R. Price  <derek@ximbiot.com>
9044
9045         * lib/strftime.c: Assume strftime() exists.
9046
9047 2006-06-29  Derek Price  <derek@ximbiot.com>
9048
9049         * modules/c-bs-a: Removed - \a is C89.
9050         * MODULES.html.sh: Remove c-bs-a.
9051
9052 2006-06-29  Bruno Haible  <bruno@clisp.org>
9053
9054         * modules/wcwidth (License): Change to LGPL.
9055
9056 2006-06-28  Simon Josefsson  <jas@extundo.com>
9057
9058         * tests/test-getaddrinfo.c: Test getnameinfo too.  Call WSAStartup
9059         on _WIN32.
9060
9061         * modules/getaddrinfo (Depends-on): Add inet_ntop, needed by
9062         getnameinfo.
9063
9064 2006-06-28  Simon Josefsson  <jas@extundo.com>
9065
9066         * m4/getaddrinfo.m4: Look for getnameinfo prototypes too.
9067
9068 2006-06-28  Simon Josefsson  <jas@extundo.com>
9069
9070         * lib/getaddrinfo.c: Try to load ws2_32.dll on Windows, to find the
9071         functions there.  It will succeed on Windows XP, but on Windows
9072         2000 and (presumably) earlier, it will fail, and use the internal
9073         re-implementation.
9074         (use_win32_p): New function.
9075         (getaddrinfo): Use strtoul on servname, to support numeric ports.
9076         Support AI_NUMERICSERV to disable getservbyname.
9077         (getnameinfo): New function, only supports
9078         NI_NUMERICHOST|NI_NUMERICSERV for now.
9079
9080         * lib/getaddrinfo.h: Test and check for AI_* flags separately, MinGW
9081         only have some of them.  Add AI_NUMERICSERV.  Add prototype for
9082         getnameinfo.
9083
9084 2006-06-28  Eric Blake  <ebb9@byu.net>
9085
9086         * modules/wcwidth: New file.
9087         * modules/mbchar (Depends-on): Add wcwidth.
9088         * modules/mbswidth (Depends-on): Add wcwidth.
9089         * MODULES.html.sh: Add wcwidth.
9090
9091 2006-06-28  Eric Blake  <ebb9@byu.net>
9092
9093         * m4/mbswidth.m4 (gl_MBSDWIDTH): Move wcwidth from here...
9094         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): ...to this new file.
9095
9096 2006-06-28  Eric Blake  <ebb9@byu.net>
9097
9098         * lib/xvasprintf.h: Fix comments.
9099
9100 2006-06-28  Eric Blake  <ebb9@byu.net>
9101
9102         * lib/mbchar.h (wcwidth): Include wcwidth.h.
9103         * lib/mbswidth.c (wcwidth): Move from here...
9104         * lib/wcwidth.h: ...to this new file.
9105
9106 2006-06-28  Derek R. Price  <derek@ximbiot.com>
9107
9108         * m4/savedir.m4: Remove AC_FUNC_CLOSEDIR_VOID requirement.
9109
9110         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Don't require AC_C_CONST, since
9111         it's obsolete.
9112         * m4/strftime.m4 (gl_FUNC_GNU_STRFTIME): Likewise.
9113
9114 2006-06-28  Derek R. Price  <derek@ximbiot.com>
9115
9116         * lib/savedir.c (CLOSEDIR): Remove.  All uses changed to closedir.
9117         Autoconf 2.60 says this stuff was obsolete.
9118
9119 2006-06-28  Bruno Haible  <bruno@clisp.org>
9120
9121         * modules/wcwidth (Files): Add m4/wchar_t.m4.
9122
9123 2006-06-28  Bruno Haible  <bruno@clisp.org>
9124
9125         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Also require AC_C_INLINE and
9126         gt_TYPE_WCHAR_T.
9127
9128 2006-06-28  Bruno Haible  <bruno@clisp.org>
9129
9130         * lib/wcwidth.h: Declare nothing if !HAVE_WCHAR_T. Provide a fallback
9131         declaration for wcwidth.
9132         * lib/mbswidth.c: Restore the includes of <wchar.h> and <wctypes.h>.
9133
9134 2006-06-28  Bruno Haible  <bruno@clisp.org>
9135
9136         * lib/mkdtemp.c [MINGW]: Include <io.h>.
9137         (mkdir): Define using _mkdir.
9138
9139 2006-06-28  Bruno Haible  <bruno@clisp.org>
9140
9141         * lib/getaddrinfo.h: Fix POSIX URL.
9142         * lib/getaddrinfo.c (WIN32_NATIVE): New macro. Use it instead of
9143         _WIN32.
9144         (use_win32_p): Make static.
9145         (getaddrinfo): Reject service name if it is empty or does not consist
9146         solely of decimal digits, or if its value is > 65535.
9147         (getnameinfo): Remove useless casts.
9148
9149 2006-06-27  Simon Josefsson  <jas@extundo.com>
9150
9151         * modules/sys_select: New file, suggested by Bruno Haible, Paul
9152         Eggert and Martin Lambers.
9153
9154 2006-06-27  Simon Josefsson  <jas@extundo.com>
9155
9156         * m4/sys_select_h.m4: New file, suggested by Bruno Haible, Paul
9157         Eggert and Martin Lambers.
9158
9159 2006-06-27  Bruno Haible  <bruno@clisp.org>
9160
9161         * m4/stdint.m4 (gl_STDINT_BITSIZEOF): For nonexistent types, set the
9162         result to 0, not to empty.
9163         Reported by Martin Neitzel <neitzel@sco.gaertner.de>.
9164
9165 2006-06-27  Bruno Haible  <bruno@clisp.org>
9166
9167         * lib/stdint_.h (intmax_t, uintmax_t): Undefine before typedef.
9168
9169 2006-06-26  Simon Josefsson  <jas@extundo.com>
9170
9171         * m4/inet_ntop.m4: Don't check for sys/types.h, we assume it is
9172         present.
9173
9174 2006-06-26  Paul Eggert  <eggert@cs.ucla.edu>
9175
9176         * lib/base64.c (B64): Use _ as the formal parameter, not x, to avoid
9177         bug in IBM C V6 for AIX.  Problem reported by Larry Jones in
9178         <http://lists.gnu.org/archive/html/bug-gnulib/2006-06/msg00181.html>.
9179
9180 2006-06-26  Mark D. Baushke  <mdb@gnu.org>
9181
9182         * m4/stdint.m4 (gl_STDINT_H): Treat BSD/OS like OpenBSD.
9183
9184 2006-06-26  Bruno Haible  <bruno@clisp.org>
9185
9186         * modules/stdint (Makefile.am): Also substitute HAVE_WCHAR_H.
9187
9188 2006-06-26  Bruno Haible  <bruno@clisp.org>
9189
9190         * m4/stdint.m4 (gl_STDINT_H): Test also for <wchar.h>.
9191
9192 2006-06-26  Bruno Haible  <bruno@clisp.org>
9193
9194         * m4/stdint.m4 (gl_STDINT_H): Don't include <stdint.h> when using the
9195         SGI C compiler in pre-C99 mode.
9196         Suggested by Mark D. Baushke and Larry Jones.
9197
9198 2006-06-26  Bruno Haible  <bruno@clisp.org>
9199
9200         * lib/stdint_.h: Include <wchar.h> if necessary for WCHAR_MIN or
9201         WCHAR_MAX.
9202         Reported by Mark D. Baushke and Larry Jones.
9203
9204 2006-06-26  Bruno Haible  <bruno@clisp.org>
9205
9206         * lib/stdint_.h: Don't include <stdint.h> when using the SGI C compiler
9207         in pre-C99 mode.
9208         Suggested by Mark D. Baushke and Larry Jones.
9209
9210 2006-06-23  Simon Josefsson  <jas@extundo.com>
9211             Bruno Haible  <bruno@clisp.org>
9212
9213         * gnulib-tool (func_emit_lib_Makefile_am): Define MOSTLYCLEANDIRS.
9214         Emit mostlyclean-local rule.
9215         (func_emit_tests_Makefile_am): Likewise.
9216         * modules/sys_socket (Makefile.am): Use MOSTLYCLEANDIRS.
9217
9218 2006-06-23  Mark D. Baushke  <mdb@gnu.org>
9219
9220         * lib/stdint_.h: Treat BSD/OS like OpenBSD.
9221
9222 2006-06-23  Bruno Haible  <bruno@clisp.org>
9223
9224         * tests/test-stdint.c: Update to match ISO C 99 Technical
9225         Corrigendum 1.
9226
9227 2006-06-23  Bruno Haible  <bruno@clisp.org>
9228
9229         * m4/stdint.m4 (gl_STDINT_H): Treat IRIX like OpenBSD.
9230
9231 2006-06-23  Bruno Haible  <bruno@clisp.org>
9232
9233         * lib/stdint_.h: Treat IRIX like OpenBSD.
9234
9235 2006-06-23  Bruno Haible  <bruno@clisp.org>
9236
9237         * lib/stdint_.h (UINT8_C, UINT16_C, UINT32_C): Define according to
9238         ISO C 99 Technical Corrigendum 1.
9239
9240 2006-06-22  Simon Josefsson  <jas@extundo.com>
9241
9242         * m4/sockpfaf.m4: Include winsock2.h too, to make it work under
9243         MinGW.
9244
9245 2006-06-22  Paul Eggert  <eggert@cs.ucla.edu>
9246
9247         * lib/glob.c (collated_compare): Remove 'const' uses that weren't
9248         needed.  Some compiler complained about some of them.  Problem reported
9249         by Larry Jones in
9250         <http://lists.gnu.org/archive/html/bug-gnulib/2006-06/msg00172.html>.
9251
9252 2006-06-21  Simon Josefsson  <jas@extundo.com>
9253
9254         * tests/test-getaddrinfo.c: New file.
9255
9256         * modules/getaddrinfo-tests: New file.
9257
9258         * MODULES.html.sh: Add inet_pton.
9259
9260         * modules/inet_pton: New file.
9261
9262 2006-06-21  Simon Josefsson  <jas@extundo.com>
9263
9264         * m4/getaddrinfo.m4: Don't define WINVER.  Look for gethostbyname in
9265         -lws2_32 too.  Fixes getaddrinfo on Windows 2000, with the price
9266         of using the (limited) gnulib implementation on Windows XP.
9267
9268         * m4/inet_pton.m4: New file.
9269
9270 2006-06-21  Simon Josefsson  <jas@extundo.com>
9271
9272         * lib/getaddrinfo.c (getaddrinfo): Set ai_family in the return
9273         variable.
9274
9275         * lib/socket_.h: Don't define WINVER.
9276
9277         * lib/inet_pton.h, inet_pton.c: New file, taken from glibc but
9278         slightly modified to work in gnulib.
9279
9280 2006-06-21  Simon Josefsson  <jas@extundo.com>
9281
9282         * doc/gnulib.texi (Windows sockets): Add.
9283
9284 2006-06-21  Paul Eggert  <eggert@cs.ucla.edu>
9285
9286         * lib/read-file.c (fread_file): Start with buffer allocation of
9287         0 bytes rather than 1 byte; this simplifies the code.
9288         Don't invoke feof; it's not needed.  Refactor to avoid duplicate
9289         code to free buffer and save/restore errno.
9290         (internal_read_file): Remove unused local.
9291
9292 2006-06-20  Paul Eggert  <eggert@cs.ucla.edu>
9293
9294         * lib/openat.c (openat): Use ?:, not if, to work around GCC bug 4210
9295         <http://gcc.gnu.org/bugzilla/show_bug.cgi?id=4210>.
9296         Problem reported by Denis Excoffier in
9297         <http://lists.gnu.org/archive/html/bug-tar/2006-06/msg00023.html>.
9298
9299 2006-06-19  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
9300
9301         * modules/sys_socket, modules/socklen: Include sys/types since
9302         FreeBSD 4.x's sys/socket.h needs it.
9303
9304 2006-06-19  Simon Josefsson  <jas@extundo.com>
9305
9306         * lib/inet_ntop.c: Always build inet_ntop4, since inet_ntop6 calls it.
9307
9308 2006-06-19  Paul Eggert  <eggert@cs.ucla.edu>
9309
9310         * lib/alloca_.h (alloca) [defined alloca]: Don't define or declare.
9311
9312 2006-06-19  Bruno Haible  <bruno@clisp.org>
9313
9314         * m4/stdint.m4 (gl_STDINT_H): Enclose the values of FULL_PATH_STDINT_H
9315         and FULL_PATH_INTTYPES_H in angle brackets.
9316         Reported by Mark D. Baushke <mdb@gnu.org>.
9317
9318 2006-06-17  Eric Blake  <ebb9@byu.net>
9319
9320         * m4/rmdir-errno.m4 (gl_FUNC_FMDIR_NOTEMPTY): Assume errno.h declares
9321         errno.
9322
9323 2006-06-17  Bruno Haible  <bruno@clisp.org>
9324
9325         * m4/stdint.m4 (gl_STDINT_H) [FreeBSD >= 5]: Don't include
9326         <sys/inttypes.h>.
9327
9328 2006-06-17  Bruno Haible  <bruno@clisp.org>
9329
9330         * m4/setenv.m4 (gl_PREREQ_SETENV, gl_PREREQ_UNSETENV): Remove test
9331         whether errno is declared. Assume <errno.h> declares errno.
9332
9333 2006-06-17  Bruno Haible  <bruno@clisp.org>
9334
9335         * lib/stdint_.h [FreeBSD >= 5]: Don't include <sys/inttypes.h>.
9336
9337 2006-06-17  Bruno Haible  <bruno@clisp.org>
9338
9339         * lib/stdint_.h (_UINT8_T, _UINT32_T, _UINT64_T): New macros. Fixes a
9340         problem on Solaris 2.5.1.
9341
9342 2006-06-16  Eric Blake  <ebb9@byu.net>
9343
9344         * lib/unsetenv.c [!defined errno]: Assume errno.h declares errno.
9345         * lib/unicodeio.c [!defined errno]: Likewise.
9346         * lib/strtol.c [!defined errno]: Likewise.
9347         * lib/strtod.c [!defined errno]: Likewise.
9348
9349 2006-06-15  Eric Blake  <ebb9@byu.net>
9350
9351         * m4/ssize_t.m4 (gt_TYPE_SSIZE_T): Work in spite of -Werror.
9352
9353 2006-06-15  Eric Blake  <ebb9@byu.net>
9354
9355         * config/srclist.txt (ssize_t.m4): Lose sync.
9356
9357 2006-06-15  Bruno Haible  <bruno@clisp.org>
9358
9359         * modules/stdint (Files): Include m4/full-header-path.m4,
9360         m4/size_max.m4, m4/wchar_t.m4.
9361         (Makefile.am): Many more substitutions.
9362         * modules/stdint-tests: New file.
9363         * tests/test-stdint.c: New file.
9364
9365 2006-06-15  Bruno Haible  <bruno@clisp.org>
9366
9367         * m4/stdint.m4 (gl_STDINT_H): Rewritten to produce a complete stdint.h.
9368         (gl_HEADER_STDINT_H, gl_HEADER_INTTYPES_H, gl_STDINT_CHECK_TYPES,
9369         gl_STDINT_MISSING_BOUND, gl_STDINT_MISSING_BOUNDS,
9370         gl_STDINT_MISSING_BOUNDS2, gl_STDINT_BITSIZEOF, gl_CHECK_TYPES_SIGNED,
9371         gl_CHECK_TYPE_SAME): New macros.
9372
9373 2006-06-15  Bruno Haible  <bruno@clisp.org>
9374
9375         * m4/size_max.m4 (gl_SIZE_MAX): Make it work also when cross-compiling.
9376
9377 2006-06-15  Bruno Haible  <bruno@clisp.org>
9378
9379         * lib/stdint_.h: Rewritten to be fully auto-configured.
9380         Fixes bug on HP-UX/IA64.
9381
9382 2006-06-11  Paul Eggert  <eggert@cs.ucla.edu>
9383
9384         * lib/getdate.y (__attribute__): Don't define if already defined.
9385         Problem reported by Larry Jones.
9386         * lib/utimens.c (__attribute__): Likewise.
9387
9388 2006-06-04  Paul Eggert  <eggert@cs.ucla.edu>
9389
9390         * lib/regexec.c (group_nodes_into_DFAstates): Fix a buffer overrun
9391         reported by Andreas Schwab.
9392
9393 2006-05-30  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
9394             Bruno Haible  <bruno@clisp.org>
9395
9396         * m4/strndup.m4 (gl_FUNC_STRNDUP): Replace the AC_REPLACE_FUNCS with a
9397         check for the declaration of strnlen and a run test that exposes the
9398         AIX 5.1 strnlen bug.  In the failure case, #define strndup to
9399         rpl_strndup.
9400
9401 2006-05-30  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
9402             Bruno Haible  <bruno@clisp.org>
9403
9404         * lib/strndup.c (strndup) [!_LIBC]: Don't undefine macro definition.
9405
9406 2006-05-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
9407
9408         * m4/c-strtod.m4 (gl_C99_STRTOLD): Use a link test rather than a
9409         compile test, for Tru64 4.0D.
9410
9411 2006-05-28  Karl Berry  <karl@gnu.org>
9412
9413         * config/srclist.txt (printf-args.c): lose sync.
9414
9415 2006-05-26  Martin Lambers  <marlam@marlam.de>
9416
9417         * lib/getpass.c: Updates the test for the native W32 API, and adds
9418         missing includes, thus fixing compilation warnings.
9419
9420 2006-05-25  Sergey Poznyakoff  <gray@gnu.org.ua>
9421
9422         * lib/exclude.c (exclude_fnmatch): New function.
9423         (excluded_file_name): Call exclude_fnmatch.
9424         * lib/exclude.h (excluded_file_name): New prototype
9425
9426 2006-05-25  Paul Eggert  <eggert@cs.ucla.edu>
9427
9428         * lib/tempname.c (small_open, large_open): New macros.
9429         (__open, __open64) [!_LIBC]: Remove.
9430         (__gen_tempname): Use small_open and large_open instead of __open
9431         and __open64.  This fixes a portability bug on HP-UX 11.11i
9432         reported by Simon Wing-Tang in
9433         <http://lists.gnu.org/archive/html/bug-coreutils/2006-05/msg00114.html>.
9434
9435 2006-05-24  Bruno Haible  <bruno@clisp.org>
9436
9437         * lib/printf-args.c (printf_fetchargs): Turn NULL pointers for
9438         TYPE_STRING and TYPE_WIDE_STRING into a non-NULL replacement.
9439         Reported by Thorsten Maerz <torte@netztorte.de> via
9440         Aaron Stone <aaron@serendipity.cx>.
9441
9442 2006-05-19  Paul Eggert  <eggert@cs.ucla.edu>
9443
9444         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Rename cache variables to use
9445         gl_ rather than jm_.  Link, don't run, so that cross-compiles are
9446         allowed.  Check that resulting type is arithmetic.  Move AC_REQUIRE
9447         and AC_CHECK_HEADERS_ONCE outside of AC_CACHE_CHECK, since they're
9448         not really conditional on the cache.
9449         (gl_PREREQ_NANOSLEEP): Check for sys/select.h.
9450
9451 2006-05-19  Paul Eggert  <eggert@cs.ucla.edu>
9452
9453         * lib/nanosleep.c [HAVE_SYS_SELECT_H]: Include <sys/select.h>.
9454         Use the usual Autoconf way to include <time.h> and/or sys/time.h.
9455         (my_usleep): Don't mishandle maximum value.
9456
9457 2006-05-19  Jim Meyering  <jim@meyering.net>
9458
9459         * lib/getugroups.c: Correct an outdated comment.  From Bruno Haible.
9460
9461 2006-05-17  Bruno Haible  <bruno@clisp.org>
9462
9463         Cygwin portability.
9464         * lib/classpath.c (PATH_SEPARATOR) [CYGWIN]: Define as ':'.
9465
9466 2006-05-17  Bruno Haible  <bruno@clisp.org>
9467
9468         * lib/stdint_.h: Fix recognition of Cygwin.
9469
9470 2006-05-15  Bruno Haible  <bruno@clisp.org>
9471
9472         * build-aux/config.rpath: Improve support for Sun C 5.9 on Linux, based
9473         on libtool patch by Ralf Wildenhues.
9474
9475 2006-05-14  Paul Eggert  <eggert@cs.ucla.edu>
9476
9477         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Fix overly-picky
9478         test for C99 conformance; (bool) 0.5 is an integer constant
9479         expression, but (bool) -0.5 is not.  Problem reported by Fedor
9480         Sergeev in <http://forum.sun.com/jive/thread.jspa?threadID=96202>.
9481
9482 2006-05-11  Simon Josefsson  <jas@extundo.com>
9483
9484         * m4/xvasprintf.m4: Fix obvious typo.
9485
9486 2006-05-11  Jim Meyering  <jim@meyering.net>
9487
9488         * lib/sha1.c (sha1_buffer): Correct comment: s/MD5/SHA1/.  From
9489         James Lemley.
9490
9491 2006-05-10  Simon Josefsson  <jas@extundo.com>
9492
9493         * lib/md4.c: Typo fix, update copyright years.
9494         (K1, K2): Don't use L because it turn computations into 64-bit on
9495         64-bit platforms.
9496
9497 2006-05-10  Paul Eggert  <eggert@cs.ucla.edu>
9498
9499         * lib/crc.c (crc32_update): Remove unnecessary L suffix.
9500         * lib/md4.c (rol): Cast right-shift arg to uint32_t to prevent
9501         unwanted sign propagation, e.g., on hosts with 64-bit int.
9502         There still are some problems with reeelly weird theoretical hosts
9503         (e.g., 33-bit int) but it's not worth worrying about now.
9504         * lib/sha1.c (rol): Likewise.
9505         (K1, K2, K3, K4): Remove unnecessary L suffix.
9506
9507 2006-05-10  Bruno Haible  <bruno@clisp.org>
9508
9509         * lib/des.c: Cast to avoid warnings.
9510
9511 2006-05-09  Bruno Haible  <bruno@clisp.org>
9512
9513         * modules/xvasprintf (Files): Add m4/xvasprintf.m4.
9514         (Depends-on): Depend also on xsize, stdarg.
9515         (configure.ac): Add gl_XVASPRINTF.
9516
9517 2006-05-09  Bruno Haible  <bruno@clisp.org>
9518
9519         * m4/xvasprintf.m4: New file.
9520
9521 2006-05-09  Bruno Haible  <bruno@clisp.org>
9522
9523         * lib/xvasprintf.c: Include limits.h, string.h, xsize.h.
9524         (EOVERFLOW): Define fallback value.
9525         (xstrcat): New function.
9526         (xvasprintf): Recognize the special case of a string concatenation.
9527
9528 2006-05-08  Eric Blake  <ebb9@byu.net>
9529
9530         * gnulib-tool (func_version): Base copyright year on CVS date.
9531         (func_emit_copyright_notice): New function.
9532         (func_emit_lib_Makefile_am): Use it.
9533         (func_emit_tests_Makefile_am): Likewise.
9534         (func_import): Likewise.
9535
9536 2006-05-08  Bruno Haible  <bruno@clisp.org>
9537
9538         * modules/stdarg: New file.
9539         * MODULES.html.sh (func_all_modules): Add section for <stdarg.h>.
9540
9541 2006-05-08  Bruno Haible  <bruno@clisp.org>
9542
9543         * m4/stdarg.m4: New file, from GNU gettext.
9544
9545 2006-05-08  Bruno Haible  <bruno@clisp.org>
9546
9547         * config/srclist.txt (build-aux/config.rpath): different from latest
9548         release.
9549
9550 2006-05-08  Bruno Haible  <bruno@clisp.org>
9551
9552         * build-aux/config.rpath: Add support for Sun C 5.9 on Linux.
9553
9554 2006-05-05  Jim Meyering  <jim@meyering.net>
9555
9556         * m4/warning.m4: New file, derived from bison's file by the same name.
9557
9558 2006-05-03  Bruno Haible  <bruno@clisp.org>
9559
9560         * lib/stdint_.h: Shorter URL.
9561         * lib/inttypes.h: Likewise.
9562
9563 2006-05-02  Paul Eggert  <eggert@cs.ucla.edu>
9564
9565         * modules/inttypes (Maintainer): Change from Derek Price to 'all'.
9566
9567 2006-05-02  Paul Eggert  <eggert@cs.ucla.edu>
9568
9569         * lib/verify.h: Document the internals better.  Most of this change
9570         was written by Bruno Haible.
9571
9572 2006-05-02  Paul Eggert  <eggert@cs.ucla.edu>
9573
9574         * doc/verify.texi: New file, partly based on a proposal by
9575         Bruno Haible.
9576
9577 2006-05-02  Bruno Haible  <bruno@clisp.org>
9578
9579         * m4/full-header-path.m4 (gl_FULL_HEADER_PATH): Move the include_next
9580         test from here...
9581         * m4/_inttypes_h.m4 (gl_INTTYPES_H): ... to here.
9582
9583 2006-04-29  Bruno Haible  <bruno@clisp.org>
9584
9585         * lib/gcd.c: Use WORD_T and GCD instead of unsigned long and gcd.
9586         Suggested by Oskar Liljeblad <oskar@osk.mine.nu>.
9587
9588 2006-04-29  Bruno Haible  <bruno@clisp.org>
9589
9590         * gnulib-tool: Make --update option actually work.
9591
9592 2006-04-29  Bruno Haible  <bruno@clisp.org>
9593
9594         * doc/gcd.texi: New file.
9595         * doc/gnulib.texi: Include it.
9596
9597 2006-04-25  Paul Eggert  <eggert@cs.ucla.edu>
9598
9599         * lib/getdate.y (get_date): When adding relative date, start with the
9600         initial time, not with the result of the first mktime call.
9601
9602 2006-04-25  Bruno Haible  <bruno@clisp.org>
9603
9604         * gnulib-tool (func_import): Output the include directives in three
9605         blocks, sorted separately.
9606         Reported by Ben Pfaff <blp@cs.stanford.edu>.
9607
9608 2006-04-24  Paul Eggert  <eggert@cs.ucla.edu>
9609
9610         * m4/unlink-busy.m4 (gl_FUNC_UNLINK_BUSY_TEXT): Use prototype
9611         to define main with arguments, for C++.  Reported by Eric Blake.
9612         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC):
9613         Prefer 'int main ()' to 'int main (void)', for C++.
9614         * m4/getcwd-path-max.m4 (gl_FUNC_GETCWD_PATH_MAX): Likewise.
9615         * m4/fsusage.m4 (gl_FILE_SYSTEM_USAGE): Specify a return type
9616         for 'main', for C99 and C++.
9617
9618 2006-04-24  Paul Eggert  <eggert@cs.ucla.edu>
9619
9620         * m4/fsusage.m4 (gl_FILE_SYSTEM_USAGE): Use return, not exit.
9621         Don't assume that exit status -1 is valid.
9622         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Likewise.
9623         * m4/putenv.m4 (gl_FUNC_PUTENV): Likewise.
9624         * m4/rmdir-errno.m4 (gl_FUNC_RMDIR_NOTEMPTY): Likewise.
9625         * m4/readdir.m4 (GL_FUNC_READDIR): Include <stdlib.h>.
9626         * m4/rename.m4 (vb_FUNC_RENAME): Likewise.
9627         * m4/unlink-busy.m4 (gl_FUNC_UNLINK_BUSY_TEXT): Use AC_RUN_IFELSE,
9628         not AC_TRY_RUN.  Use return, not exit.  Don't assume that
9629         functions can be used without declaring them, or that you can
9630         exit with status -1.
9631         * m4/utimes-null.m4 (gl_FUNC_UTIMES_NULL): Likewise.
9632
9633 2006-04-24  Karl Berry  <karl@gnu.org>
9634
9635         * config/srclist.txt (longdouble.m4): sync lost.
9636
9637 2006-04-24  Eric Blake  <ebb9@byu.net>
9638
9639         * m4/strerror_r.m4 (AC_FUNC_STRERROR_R): Avoid unused variable warning.
9640
9641 2006-04-24  Bruno Haible  <bruno@clisp.org>
9642
9643         * m4/poll.m4 (gl_FUNC_POLL): When cross-compiling, reject also the
9644         poll() implementation in AIX.
9645         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
9646
9647 2006-04-24  Bruno Haible  <bruno@clisp.org>
9648
9649         * m4/poll.m4 (gl_FUNC_POLL): Rearrange code, so that POLL_H gets
9650         assigned exactly once.
9651
9652 2006-04-23  Claudio Fontana  <claudio@gnu.org>
9653             Bruno Haible  <bruno@clisp.org>
9654
9655         * modules/gettext (Makefile.am): Add a -I flag for <libintl.h>.
9656         * gnulib-tool (func_emit_lib_Makefile_am): Emit empty default value
9657         for AM_CPPFLAGS.
9658
9659 2006-04-23  Bruno Haible  <bruno@clisp.org>
9660
9661         * modules/copy-file: Depend on unistd.
9662         * modules/execute: Likewise.
9663         * modules/fatal-signal: Likewise.
9664         * modules/findprog: Likewise.
9665         * modules/mkdtemp : Likewise.
9666         * modules/pipe: Likewise.
9667         * modules/wait-process: Likewise.
9668
9669 2006-04-23  Bruno Haible  <bruno@clisp.org>
9670
9671         * lib/fwriteerror.c (fwriteerror): Call fclose also when an error
9672         condition was already detected.
9673         Reported by Ben Pfaff <blp@cs.stanford.edu>.
9674
9675 2006-04-23  Bruno Haible  <bruno@clisp.org>
9676
9677         * lib/copy-file.c: Include <unistd.h> unconditionally.
9678         * lib/execute.c: Likewise.
9679         * lib/fatal-signal.c: Likewise.
9680         * lib/findprog.c: Likewise.
9681         * lib/mkdtemp.c: Likewise.
9682         * lib/pipe.h: Likewise.
9683         * lib/pipe.c: Likewise.
9684         * lib/wait-process.h: Likewise.
9685
9686 2006-04-23  Bruno Haible  <bruno@clisp.org>
9687
9688         * gnulib-tool (func_usage): Fix --import description. Document
9689         --update.
9690         (func_import): Create temporary file in a temporary directory, if
9691         --dry-run is specified. Silence errors from 'grep' when there are no
9692         m4 files in $m4dir.
9693         (func_create_testdir): Silence errors from 'grep' when there are no
9694         m4 files in $m4dir.
9695         Reported by Karl Berry <karl@freefriends.org>.
9696
9697 2006-04-20  Bruno Haible  <bruno@clisp.org>
9698
9699         * m4/argp.m4 (gl_ARGP): Don't call AC_CHECK_DECLS_ONCE with more than
9700         one argument, so that the code will be portable to Autoconf 2.60.
9701         * m4/getlogin_r.m4 (gl_PREREQ_GETLOGIN_R): Likewise.
9702         * m4/getpass.m4 (gl_PREREQ_GETPASS): Likewise.
9703         * m4/unlocked-io.m4 (gl_FUNC_GLIBC_UNLOCKED_IO): Likewise.
9704
9705 2006-04-19  Derek Price  <derek@ximbiot.com>
9706             Eric Blake  <ebb9@byu.net>
9707
9708         * m4/full-header-path.m4 (gl_FULL_HEADER_PATH): Use </full/path.h>
9709         rather than "/full/path.h".  Update comment to match.  Shorten &
9710         generalize m4_translit call via AS_TR_CPP.
9711
9712 2006-04-19  Derek Price  <derek@ximbiot.com>
9713             Eric Blake  <ebb9@byu.net>
9714
9715         * lib/inttypes.h: Correct grammar in comment.
9716
9717 2006-04-18  Derek Price  <derek@ximbiot.com>
9718             Paul Eggert  <eggert@cs.ucla.edu>
9719
9720         * modules/inttypes: New file.
9721         * modules/strtoimax, modules/strtoumax: Depend on inttypes.
9722
9723 2006-04-18  Derek Price  <derek@ximbiot.com>
9724             Paul Eggert  <eggert@cs.ucla.edu>
9725
9726         * m4/_inttypes_h.m4, m4/full-header-path.m4, m4/include_next.m4:
9727         New files.
9728
9729 2006-04-18  Derek Price  <derek@ximbiot.com>
9730             Paul Eggert  <eggert@cs.ucla.edu>
9731
9732         * lib/inttypes.h: New file.
9733         * lib/strtoimax.c: Assume <inttypes.h>.
9734
9735 2006-04-15  Paul Eggert  <eggert@cs.ucla.edu>
9736
9737         * lib/utimens.c (futimens): glibc futimesat messes up if /proc
9738         isn't mounted.  Problem reported by Kir Kolyshkin.
9739
9740 2006-04-13  Paul Eggert  <eggert@cs.ucla.edu>
9741
9742         * lib/regcomp.c (init_dfa): Don't use wchar_t or wctype_t if
9743         RE_ENABLE_I18N is not defined.  Problem reported by Mark D. Baushke via
9744         Derek R. Price.
9745         * lib/regex.h (RE_DUP_MAX): Update comment to match current
9746         implementation.
9747
9748 2006-04-12  Eric Blake  <ebb9@byu.net>
9749
9750         * modules/time_r (Makefile.am): Remove lib_SOURCES line, as this
9751         is now done automatically by the corresponding Autoconf macro.
9752
9753 2006-04-11  Paul Eggert  <eggert@cs.ucla.edu>
9754
9755         * m4/time_r.m4 (gl_TIME_R): Add AC_LIBSOURCES for time_r.c and
9756         time_r.h.
9757
9758 2006-04-09  Paul Eggert  <eggert@cs.ucla.edu>
9759
9760         Merge regex changes from libc, removing some of our
9761         POSIX-conformance changes that were rejected and redoing them in a
9762         less-intrusive way.
9763
9764         * lib/regcomp.c (re_compile_internal, init_dfa):
9765         Length arg is now size_t, not Idx.  All uses changed.
9766         (peek_token): Forward decl now says internal_function.
9767         (__re_error_msgid, __re_error_msgid_idx):
9768         Now static rather than extern with attribute_hidden.
9769         (re_compile_pattern) [!defined _LIBC]: Use K&R-style defn.
9770         For some reason libc prefers K&R style defns for external functions.
9771         (regerror) [!defined _LIBC]: Likewise.
9772         (re_set_syntax, re_compile_fastmap, regcomp, regfree, re_comp):
9773         (seek_collating_symbol_entry, lookup_collation_sequence_value):
9774         (build_range_exp, build_collating_symbol):
9775         Use K&R-style defn.
9776         (re_compile_fastmap): Use '\0' to memset, not 0.
9777         (utf8_sb_map): Make the calculations more obvious.
9778         (init_dfa, parse_bracket_exp, build_charclass_op):
9779         Call calloc and cast result, as glibc does.
9780         (init_word_char, fetch_token, peek_token, peek_token_bracket):
9781         (build_range_exp, build_collating_symbol):
9782         Now internal functions.
9783
9784         * lib/regex.c [!defined _LIBC]: Allow compiling with C++ compilers.
9785
9786         * lib/regex.h (__USE_GNU_REGEX): New macro.  Don't depend on
9787         _REGEX_SOURCE any more; depend on _GNU_SOURCE instead.
9788         Don't depend on VMS; depend on __VMS instead, for POSIX
9789         namespace cleanness.
9790         (regoff_t): Define to ssize_t, not long int.
9791
9792         Remove the REG_ macros named below.  Instead, make the old names
9793         (e.g., RE_BACKSLASH_ESCAPE_IN_LISTS) visible only if
9794         __USE_GNU_REGEX.
9795         (REG_BACKSLASH_ESCAPE_IN_LISTS):
9796         (REG_BK_PLUS_QM, REG_CHAR_CLASSES, REG_CONTEXT_INDEP_ANCHORS):
9797         (REG_CONTEXT_INDEP_OPS, REG_CONTEXT_INVALID_OPS):
9798         (REG_DOT_NEWLINE, REG_DOT_NOT_NULL, REG_HAT_LISTS_NOT_NEWLINE):
9799         (REG_INTERVALS, REG_LIMITED_OPS, REG_NEWLINE_ALT):
9800         (REG_NO_BK_BRACES, REG_NO_BK_PARENS, REG_NO_BK_REFS):
9801         (REG_NO_BK_VBAR, REG_NO_EMPTY_RANGES):
9802         (REG_UNMATCHED_RIGHT_PAREN_ORD, REG_NO_POSIX_BACKTRACKING):
9803         (REG_NO_GNU_OPS, REG_DEBUG, REG_INVALID_INTERVAL_ORD):
9804         (REG_IGNORE_CASE, REG_CARET_ANCHORS_HERE):
9805         (REG_CONTEXT_INVALID_DUP, REG_NO_SUB, REG_SYNTAX_EMACS):
9806         (REG_SYNTAX_AWK, REG_SYNTAX_GNU_AWK, REG_SYNTAX_POSIX_AWK):
9807         (REG_SYNTAX_GREP, REG_SYNTAX_EGREP, REG_SYNTAX_POSIX_EGREP):
9808         (REG_SYNTAX_ED, REG_SYNTAX_SED, _REG_SYNTAX_POSIX_COMMON):
9809         (REG_SYNTAX_POSIX_BASIC, REG_SYNTAX_POSIX_MINIMAL_BASIC):
9810         (REG_SYNTAX_POSIX_EXTENDED, REG_SYNTAX_POSIX_MINIMAL_EXTENDED):
9811         (REG_DUP_MAX, REG_UNALLOCATED, REG_REALLOCATE, REG_FIXED):
9812         (REG_NREGS):
9813         Remove.  All uses replaced by the old RE_* names.
9814         (RE_BACKSLASH_ESCAPE_IN_LISTS):
9815         (RE_BK_PLUS_QM, RE_CHAR_CLASSES, RE_CONTEXT_INDEP_ANCHORS):
9816         (RE_CONTEXT_INDEP_OPS, RE_CONTEXT_INVALID_OPS):
9817         (RE_DOT_NEWLINE, RE_DOT_NOT_NULL, RE_HAT_LISTS_NOT_NEWLINE):
9818         (RE_INTERVALS, RE_LIMITED_OPS, RE_NEWLINE_ALT):
9819         (RE_NO_BK_BRACES, RE_NO_BK_PARENS, RE_NO_BK_REFS):
9820         (RE_NO_BK_VBAR, RE_NO_EMPTY_RANGES):
9821         (RE_UNMATCHED_RIGHT_PAREN_ORD, RE_NO_POSIX_BACKTRACKING):
9822         (RE_NO_GNU_OPS, RE_DEBUG, RE_INVALID_INTERVAL_ORD):
9823         (RE_IGNORE_CASE, RE_CARET_ANCHORS_HERE):
9824         (RE_CONTEXT_INVALID_DUP, RE_NO_SUB):
9825         Don't bother having these macros be independent of each others'
9826         values, since they no longer exist in the POSIX name space.
9827
9828         Rename the following member names back to their old names,
9829         unless !__USE_GNU_REGEX.  All uses changed back.
9830         (buffer): Renamed from re_buffer.
9831         (allocated): Renamed from re_allocated.
9832         (used): Renamed from re_used.
9833         (syntax): Renamed from re_syntax.
9834         (fastmap): Renamed from re_fastmap.
9835         (translate): Renamed from re_translate.
9836         (can_be_null): Renamed from re_can_be_null.
9837         (regs_allocated): Renamed from re_regs_allocated.
9838         (fastmap_accurate): Renamed from re_fastmap_accurate.
9839         (no_sub): Renamed from re_no_sub.
9840         (not_bol): Renamed from re_not_bol.
9841         (not_eol): Renamed from re_not_eol.
9842         (newline_anchor): Renamed from re_newline_anchor.
9843         (num_regs): Renamed from rm_num_regs.
9844         (start): Renamed from rm_start.
9845         (end): Renamed from rm_end.
9846
9847         (free_state): Move up a bit.
9848
9849         * lib/regex_internal.h (inline) [__GNUC__ < 3 && defined _LIBC]:
9850         #define to be empty.
9851         (ASCII_CHARS): New macro, replacing all uses of 0x80 and/or SBC_MAX / 2
9852         when that is what is intended.
9853         (SBC_MAX): Define to UCHAR_MAX + 1, not 256.
9854         (__re_error_msgid, __re_error_msgid_idx): Remove decls; not needed.
9855         (MAX): New macro.
9856         (re_xmalloc, re_calloc, re_xrealloc, re_x2realloc): Remove.
9857         All uses changed back to re_malloc, etc.  It's now the caller's
9858         responsibility to check for overflow; all callers changed.
9859         (re_alloc_oversized, re_x2alloc_oversized, re_xnmalloc, re_xnrealloc):
9860         (re_x2nrealloc): Remove.
9861         (free_state): Remove decl.
9862
9863         * lib/regexc.c (regexec, re_match, re_search, re_match_2, re_search_2):
9864         (re_set_registers, re_exec):
9865         Use K&R-style defn.
9866
9867         2006-01-31  Roland McGrath  <roland@redhat.com>
9868
9869         * lib/regcomp.c (calc_eclosure_iter): Remove dead variables.
9870         Reported by Mike Frysinger <vapier@gentoo.org>.
9871
9872         2006-01-15  Andreas Jaeger  <aj@suse.de>
9873
9874         [BZ #1950]
9875         * lib/regex_internal.c (re_string_reconstruct): Adjust for
9876         build_wcs_upper_buffer change.
9877         (build_wcs_upper_buffer): Change return type.
9878
9879         2005-12-10  Ulrich Drepper  <drepper@redhat.com>
9880
9881         * lib/regex_internal.h: Include <stdint.h> if available.
9882
9883         2005-12-06  Paolo Bonzini  <bonzini@gnu.org>
9884
9885         * lib/regex_internal.h (SIZE_MAX): Provide a default definition.
9886
9887         2005-10-14  Ulrich Drepper  <drepper@redhat.com>
9888
9889         * lib/regcomp.c: Adjust for changed secondary hash function.
9890
9891         2005-09-30  Ulrich Drepper  <drepper@redhat.com>
9892
9893         * lib/regex.h: Pretty printing.
9894         Clean up namespace a bit.
9895
9896         2005-09-30  Jakub Jelinek  <jakub@redhat.com>
9897
9898         * lib/regexec.c (update_cur_sifted_state, check_arrival,
9899         check_arrival_add_next_nodes): Avoid using uninitialized variable.
9900
9901         2005-09-06  Paul Eggert  <eggert@cs.ucla.edu>
9902                     Ulrich Drepper  <drepper@redhat.com>
9903
9904         [BZ #1302]
9905         * lib/regex_internal.h (bitset_t): Renamed from bitset.  All uses
9906         changed.
9907         (bitset_word_t): Renamed from bitset_word.  All uses changed.
9908
9909         2005-09-22  Ulrich Drepper  <drepper@redhat.com>
9910
9911         [BZ #281]
9912         * lib/regex.h: Define RE_TRANSLATE_TYPE as unsigned char *.
9913         * lib/regcomp.c: Remove unnecessary uses of
9914         unsigned RE_TRANSLATE_TYPE.
9915         * lib/regex_internal.h: Likewise.
9916         * lib/regex_internal.c: Likewise.
9917         * lib/regexec.c: Likewise.
9918         Based on a patch by Stepan Kasal <kasal@ucw.cz>.
9919
9920         2005-09-07  Ulrich Drepper  <drepper@redhat.com>
9921
9922         * lib/regexec.c (find_recover_state): Remove unnecessary
9923         initialization.
9924         (transit_state_bkref): Make DFA a const pointer.
9925         (get_subexp): Likewise.
9926         (check_arrival): Likewise.
9927         (update_cur_sifted_state): Likewise.
9928         (re_search_internal): Likewise.
9929         (prune_impossible_nodes): Likewise.
9930         (acquire_init_state_context): Likewise.
9931         (proceed_next_node): Likewise.
9932         (set_regs): Likewise.
9933         (free_fail_stack_return): Likewise.
9934         (check_arrival_expand_ecl): Mark DFA parameter as const.
9935         (check_arrival_expand_ecl_sub): Likewise.
9936         (check_subexp_limits): Likewise.
9937         (sub_epsilon_src_nodes):  Likewise.
9938         (add_epsilon_src_nodes):  Likewise.
9939         (merge_state_array): Likewise.
9940         (update_regs): Likewise.
9941         (build_trtable): Likewise.
9942         (sift_states_backward): Mark MCTX parameter as const.
9943         (build_sifted_states): Likewise.
9944         (update_cur_sifted_state): Likewise.
9945         (sift_states_mkref): Likewise.
9946         (check_arrival_expand_ecl): Mark eclosure as const.
9947         (check_dst_limits_calc_pos_1): Likewise.
9948         * lib/regex_internal.h (re_match_context_t): Make dfa a const
9949         pointer.
9950
9951         2005-09-06  Ulrich Drepper  <drepper@redhat.com>
9952
9953         * lib/regexec.c (merge_state_with_log): Define dfa as const pointer.
9954         (transit_state_sb): Likewise.
9955         (transit_state_mb): Likewise.
9956         (sift_states_iter_mb): Likewise.
9957         (check_arrival_add_next_nodes): Likewise.
9958         (check_node_accept_bytes): Change first parameter to pointer-to-const.
9959         [_LIBC] (re_search_2_stub): Use mempcpy.
9960
9961         * lib/regex_internal.c (re_string_reconstruct): Avoid calling
9962         mbrtowc for very simple UTF-8 case.
9963
9964         * lib/regex_internal.c (re_acquire_state): Make DFA pointer arg
9965         a pointer-to-const.
9966         (re_acquire_state_context): Likewise.
9967         * lib/regex_internal.h: Adjust prototypes.
9968
9969         * lib/regex.c: Prevent using C++ compilers.
9970
9971         * lib/regex_internal.c (re_acquire_state): Minor code rearrangement.
9972         (re_acquire_state_context): Likewise.
9973
9974 2006-04-09  Paul Eggert  <eggert@cs.ucla.edu>
9975
9976         * modules/regex (Depends-on): Add ssize_t.
9977
9978 2006-04-09  Paul Eggert  <eggert@cs.ucla.edu>
9979
9980         * m4/regex.m4 (gl_REGEX): Check for new glibc interface to
9981         translation table.
9982
9983 2006-04-09  Paul Eggert  <eggert@cs.ucla.edu>
9984
9985         * doc/gnulib-tool.texi (Modified imports): pathname -> file name.
9986
9987 2006-03-29  Mark D. Baushke  <mdb@gnu.org>
9988             Bruno Haible  <bruno@clisp.org>
9989
9990         * lib/stdint_.h: On OpenBSD, don't redefine types already included in
9991         <sys/types.h> and <inttypes.h>.
9992
9993 2006-03-25  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
9994
9995         * m4/argz.m4 (gl_FUNC_ARGZ): If we define `error_t', also define
9996         `__error_t_defined', so argp.h will not typedef the former.
9997
9998 2006-03-25  Paul Eggert  <eggert@cs.ucla.edu>
9999
10000         * m4/regex.m4 (gl_REGEX): Don't insist on REG_SYNTAX_POSIX_EGREP,
10001         REG_SYNTAX_EMACS, and REG_IGNORE_CASE.  Settle for the traditional
10002         glibc names.  Even if glibc is changed to conform to POSIX, the
10003         traditional names will be available anyway, since regex depends on
10004         the extensions module.  Also, fix a longstanding typo in the
10005         implementation of Spencer ERE test #75 from grep 2.3.  Problems
10006         reported by Emanuele Giaquinta.  Also, change sense of cached
10007         variable, so that the message makes sense.
10008
10009 2006-03-24  Simon Josefsson  <jas@extundo.com>
10010
10011         * lib/base64.c: Fix problems reported by Eric Blake <ebb9@byu.net>,
10012         including some doc fixes.
10013         (base64_encode_alloc): Fix +1 bug on allocation failures.
10014
10015 2006-03-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
10016
10017         * lib/base64.c (base64_encode): Do not read past end of array with
10018         unsanitized input on systems with CHAR_BIT > 8.
10019
10020 2006-03-24  Eric Blake  <ebb9@byu.net>
10021
10022         * lib/time_r.c (copy_string_result): Remove, as it is no longer used.
10023
10024 2006-03-22  Karl Berry  <karl@gnu.org>
10025
10026         * config/srclist.txt (*setenv.[ch]): get from coreutils.
10027         * config/srclistvars.sh (COREUTILS): new var.
10028
10029 2006-03-17  Jim Meyering  <jim@meyering.net>
10030
10031         * m4/regex.m4 (gl_REGEX): Fix typo in last change:
10032         s/_REGEX_WIDE_OFFSETS/_REGEX_LARGE_OFFSETS/.
10033
10034 2006-03-16  Paul Eggert  <eggert@cs.ucla.edu>
10035
10036         * m4/regex.m4 (gl_REGEX): Don't check for off_t, since the code
10037         no longer needs it.  Instead, check that regoff_t is as least
10038         as wide as ptrdiff_t.
10039
10040         Don't define _REGEX_WIDE_OFFSETS unless using the included regex,
10041         so that our regex.h stays compatible with the installed regex.
10042         This is helpful for installers who configure --without-included-regex.
10043         Problem reported by Emanuele Giaquinta.
10044
10045 2006-03-16  Paul Eggert  <eggert@cs.ucla.edu>
10046
10047         * lib/regex.h (regoff_t) [defined _REGEX_LARGE_OFFSETS]:
10048         Typedef to long int, not to off_, as POSIX will likely change
10049         in that direction.
10050
10051 2006-03-15  Eric Blake  <ebb9@byu.net>
10052
10053         * m4/dirfd.m4 (gl_FUNC_DIRFD): Use AC_REQUIRE for AC_HEADER_DIRENT.
10054
10055 2006-03-13  Sergey Poznyakoff  <gray@gnu.org.ua>
10056
10057         * lib/argp-help.c (validate_uparams): Fix typo
10058         * lib/argp-parse.c (argp_default_options): Consistently begin help
10059         messages with a lowercase letter.
10060
10061 2006-03-11  Paul Eggert  <eggert@cs.ucla.edu>
10062
10063         * lib/time_r.h (asctime_r, ctime_r): Remove.  These functions can
10064         overrun buffers and shouldn't be used (much as gets shouldn't be
10065         used).
10066         * lib/time_r.c (asctime_r, ctime_r): Likewise.
10067
10068 2006-03-08  Simon Josefsson  <jas@extundo.com>
10069
10070         * m4/gc-random.m4: Permit 'no' as variable values and fix warnings,
10071         suggested by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
10072
10073 2006-03-08  Simon Josefsson  <jas@extundo.com>
10074
10075         * m4/gc-random.m4: Call AC_CANONICAL_HOST and use $host_os instead of
10076         $target, suggested by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
10077
10078 2006-03-08  Simon Josefsson  <jas@extundo.com>
10079
10080         * lib/gc-gnulib.c (randomize): Don't open files called 'no', they
10081         signal that configure disabled the device.
10082
10083 2006-03-08  Simon Josefsson  <jas@extundo.com>
10084
10085         * build-aux/maint.mk: Fix refresh-po, to handle no translated
10086         languages.
10087
10088 2006-03-07  Simon Josefsson  <jas@extundo.com>
10089
10090         * modules/getopt (Depends-on): Add unistd.
10091
10092         * modules/unistd: New file.
10093
10094 2006-03-07  Simon Josefsson  <jas@extundo.com>
10095
10096         * modules/gc-random: New file.
10097
10098 2006-03-07  Simon Josefsson  <jas@extundo.com>
10099
10100         * m4/unistd_h.m4: New file.
10101
10102 2006-03-07  Simon Josefsson  <jas@extundo.com>
10103
10104         * m4/readline.m4 (gl_FUNC_READLINE): Rewrite the cached part of the
10105         test to be side-effect free by storing the result in the cache
10106         variable gl_cv_lib_readline, and moving the assignment of
10107         LIBREADLINE and LTLIBREADLINE outside the COMMANDS-TO-SET-IT.
10108         From Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
10109
10110 2006-03-07  Simon Josefsson  <jas@extundo.com>
10111
10112         * m4/gc-random.m4: New file, mostly from gc.m4.  Warn instead of
10113         error on missing devices (the functions will return an error).
10114
10115         * m4/gc.m4: Move random stuff to gc-random.m4
10116
10117 2006-03-07  Simon Josefsson  <jas@extundo.com>
10118
10119         * lib/unistd_.h: New file.
10120
10121 2006-03-07  Simon Josefsson  <jas@extundo.com>
10122
10123         * lib/gc-libgcrypt.c, gc-gnulib.c: Use GC_USE_RANDOM.
10124
10125 2006-03-07  Paul Eggert  <eggert@cs.ucla.edu>
10126
10127         * m4/unistd_h.m4 (gl_HEADER_UNISTD): Rename, to match modules file.
10128         Problem reported by Juan Manuel Guerrero.
10129
10130 2006-03-07  Paul Eggert  <eggert@cs.ucla.edu>
10131
10132         * lib/c-stack.c: Include unistd.h unconditionally, since we now assume
10133         the unistd module.
10134         * lib/getlogin_r.c: Likewise.
10135         * lib/getlogin_r.h: Likewise.
10136         * lib/glob.c: Likewise.
10137         * lib/pagealign_alloc.c: Likewise.
10138         * lib/unistd_.h: Remove; no longer needed.
10139
10140 2006-03-07  Paul Eggert  <eggert@cs.ucla.edu>
10141
10142         * MODULES.html.sh (Support for systems lacking POSIX:2001):
10143         Add unistd.
10144         * modules/c-stack (Depends-on): Add unistd.
10145         * modules/getlogin_r: Likewise.
10146         * modules/glob: Likewise.
10147         * modules/pagealign_alloc: Likewise.
10148         * modules/unistd (Files): Remove lib/unistd_.h.
10149         (EXTRA_DIST): Remove.
10150         (unistd.h): Create using 'echo' rather than 'cp', so that we don't
10151         need unistd_.h.
10152         (MOSTLYCLEANFILES): Remove unistd.h-t.
10153
10154 2006-03-03  Simon Josefsson  <jas@extundo.com>
10155
10156         * build-aux/maint.mk: Add several syntax checks from CoreUtils.
10157
10158 2006-03-03  Simon Josefsson  <jas@extundo.com>
10159
10160         * build-aux/maint.mk: Add refresh-po rule, based on ideas from
10161         libidn and bison.
10162
10163 2006-03-03  Simon Josefsson  <jas@extundo.com>
10164
10165         * build-aux/maint.mk: Add indent target.
10166
10167 2006-03-03  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de> (tiny change)
10168
10169         * m4/poll.m4 (gl_FUNC_POLL): If we deem poll(2) unacceptable, use
10170         our replacement poll.h in any case, to avoid a differing
10171         declaration from a system header.  Seen on AIX.
10172
10173 2006-03-01  Simon Josefsson  <jas@extundo.com>
10174
10175         * lib/readline.c: Fix typo, tiny patch from Stepan Kasal
10176         <kasal@ucw.cz>.
10177
10178 2006-03-01  Paul Eggert  <eggert@cs.ucla.edu>
10179
10180         * modules/gettime (Depends-on): Add extensions module.
10181         * modules/nanosleep (Depends-on): Likewise.
10182         * modules/settime (Depends-on): Likewise.
10183
10184 2006-03-01  Paul Eggert  <eggert@cs.ucla.edu>
10185
10186         * m4/clock_time.m4 (gl_CLOCK_TIME): Require gl_USE_SYSTEM_EXTENSIONS,
10187         not merely AC_GNU_SOURCE, for the benefit of Solaris 10 when compiled
10188         pedantically.
10189         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Likewise.
10190         * m4/timespec.m4 (gl_TIMESPEC): Likewise.
10191
10192         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Use "=" with "test",
10193         not "==".  Reported by Ralf Wildenhues.
10194
10195 2006-03-01  Karl Berry  <karl@gnu.org>
10196
10197         * doc/Copyright/request-*: new files, synced from gnuorg.
10198
10199 2006-03-01  Karl Berry  <karl@gnu.org>
10200
10201         * config/srclist.txt (Copyright/*): new entries.
10202
10203 2006-02-28  Simon Josefsson  <jas@extundo.com>
10204
10205         * lib/getopt.c: Protect #include of unistd.h, for MSVS.
10206
10207 2006-02-27  Simon Josefsson  <jas@extundo.com>
10208
10209         * lib/base64.h: Indent #define's.  From Jim Meyering
10210         <jim@meyering.net>.
10211
10212 2006-02-27  Jim Meyering  <jim@meyering.net>
10213
10214         Revert the change of 2006-02-24, so these files can continue
10215         to be sync'd from gettext.
10216         * lib/mkdtemp.c, setenv.c, unsetenv.c: *Un*-normalize inclusion
10217         of `config.h'.
10218
10219 2006-02-26  Paul Eggert  <eggert@cs.ucla.edu>
10220
10221         * modules/intprops: New file.
10222         * MODULES.html.sh (Numeric conversion functions <stdlib.h>):
10223         Add intprops.
10224         * modules/getloadavg (Files): Remove lib/intprops.h.
10225         (Depends-on): Add intprops.
10226         * modules/human: Likewise.
10227         * modules/inttostr: Likewise.
10228         * modules/openat: Likewise.
10229         * modules/sig2str: Likewise.
10230         * modules/userspec: Likewise.
10231         * modules/utimecmp: Likewise.
10232         * modules/xnanosleep: Likewise.
10233         * modules/xstrtol: Likewise.
10234
10235 2006-02-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny changes)
10236
10237         * modules/xstrtod: Omit xstrtod.h, xstrtod.c; they're in LIB_SOURCES.
10238         * modules/lock-tests (TESTS): Use $(EXEEXT).
10239         * modules/tls-tests: Likewise.
10240         * modules/argp-tests: Likewise.
10241         (check_PROGRAMS): New var, replacing...
10242         (noinst_PROGRAMS, test_argp_SOURCES): Remove.
10243
10244 2006-02-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
10245
10246         * lib/mkdtemp.c, lib/setenv.c, lib/unsetenv.c: Normalize inclusion of
10247         `config.h'.
10248
10249 2006-02-24  Paul Eggert  <eggert@cs.ucla.edu>
10250
10251         * lib/glob.c: Say "invalid" rather than "illegal" in comments.
10252
10253 2006-02-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
10254
10255         Sync from coreutils.
10256         * m4/mkdir-p.m4 (gl_MKDIR_PARENTS): Require gl_FUNC_LCHMOD and
10257         gl_CHDIR_SAFER.
10258
10259 2006-02-22  Jim Meyering  <jim@meyering.net>
10260
10261         Sync from coreutils.
10262         * m4/chdir-safer.m4: New file.
10263
10264 2006-02-20  Paul Eggert  <eggert@cs.ucla.edu>
10265
10266         * lib/getcwd.c (AT_FDCWD): Work around a bug in Solaris 9 and 10, where
10267         AT_FDCWD exceeds INT_MAX.
10268         * lib/openat.h (AT_FDCWD): Likewise.
10269
10270 2006-02-17  Eric Blake  <address@hidden>
10271
10272         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Fix caching error.
10273
10274 2006-02-16  Simon Josefsson  <jas@extundo.com>
10275
10276         * modules/getaddrinfo (Depends-on): Add sys_socket.
10277
10278 2006-02-15  Simon Josefsson  <jas@extundo.com>
10279
10280         * build-aux/maint.mk: Add dsyntax-check rule.
10281
10282 2006-02-15  Eric Blake  <ebb9@byu.net>
10283
10284         * m4/sys_socket_h.m4 (gl_HEADER_SYS_SOCKET): Don't attempt using
10285         winsock2.h or ws2tcpip.h when sys/socket.h is present. Fixes
10286         'present but cannot compile' warnings on cygwin.
10287         * m4/socklen.m4 (gl_TYPE_SOCKLEN_T): Use gl_HEADER_SYS_SOCKET.  Don't
10288         use ws2tcpip.h if sys/socket.h works.
10289         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Use gl_HEADER_SYS_SOCKET.
10290         (gl_GETADDRINFO): Don't use ws2tcpip.h when sys/socket.h is present.
10291
10292 2006-02-14  Simon Josefsson  <jas@extundo.com>
10293
10294         * modules/maintainer-makefile (Files): Rename.
10295
10296         * build-aux/GNUmakefile: Rename Makefile.maint to maint.mk
10297         and (the local) Makefile.cfg to maint-cfg.mk.
10298
10299         * build-aux/Makefile.maint, build-aux/maint.mk: Renamed the former
10300         to the latter.
10301
10302         * modules/maintainer-makefile: New module.
10303
10304         * build-aux/Makefile.maint: New file, from GNU CoreUtils, although
10305         severaly stripped to make it possible to build it up from scratch
10306         with reliable tests.
10307
10308         * build-aux/GNUmakefile: New file, from GNU CoreUtils with some
10309         fixes to permit overriding the default actions when configure and
10310         makefile are not available.
10311
10312 2006-02-14  Paul Eggert  <eggert@cs.ucla.edu>
10313
10314         Sync from coreutils.
10315         * modules/lstat (Depends-on): Don't depend on xalloc.
10316         (License): Change from GPL to LGPL, since this is now simply a
10317         replacement for a libc function.
10318
10319 2006-02-14  Jim Meyering  <jim@meyering.net>
10320
10321         Sync from coreutils.
10322
10323         Eliminate the unwelcome (albeit unlikely) possibility of xmalloc
10324         failure on deficient systems, and simplify gnulib lgpl dependencies.
10325         * lib/lstat.c (rpl_lstat): Rewrite to use stat() in place of the
10326         xmalloc/lstat combination.  Based on a patch from Bruno Haible.
10327
10328         * lib/xalloc-die.c: Remove unused definition of N_.
10329
10330 2006-02-14  Jim Meyering  <jim@meyering.net>
10331
10332         Sync from coreutils.
10333         * m4/ls-mntd-fs.m4 (AC_FUNC_GETMNTENT): Invoke
10334         AC_CHECK_FUNCS(getmntent) unconditionally so that tests of
10335         $ac_cv_func_getmntent (e.g., in gl_LIST_MOUNTED_FILE_SYSTEMS) need not
10336         double-quote uses of that variable, to accommodate the rare case in
10337         which getmntent is available in none of the libraries checked.  This
10338         happens at least on FreeBSD 5.0.
10339
10340 2006-02-13  Simon Josefsson  <jas@extundo.com>
10341
10342         * gnulib-tool (Usage): Fix --import, from
10343         karl@freefriends.org (Karl Berry).
10344
10345 2006-02-13  Sergey Poznyakoff  <gray@gnu.org.ua>
10346
10347         * lib/argp-fmtstream.c: Restore another bugfix lost on 2005-12-12
10348
10349 2006-02-07  Sergey Poznyakoff  <gray@gnu.org.ua>
10350
10351         * lib/argp-namefrob.h: Restore changes accidentally lost during the
10352         "autoupdate" on 2005-12-12.
10353
10354 2006-02-07  Paul Eggert  <eggert@cs.ucla.edu>
10355
10356         * modules/closeout (Depends-on): Remove atexit.
10357
10358 2006-02-07  Paul Eggert  <eggert@cs.ucla.edu>
10359
10360         * lib/closeout.c (close_stdout): Don't assume 'bool' converts nonzero
10361         ints to 0 or 1, as this isn't true for the stdbool.h substitute.
10362
10363 2006-02-05  Paul Eggert  <eggert@cs.ucla.edu>
10364
10365         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Don't #define
10366         __EXTENSIONS__ if this causes compilation to fail.  Problem
10367         reported by Nelson H. F. Beebe with Solaris 10 and Sun C 5.7
10368         c89 -D_XOPEN_SOURCE -D_XOPEN_SOURCE_EXTENDED.
10369
10370 2006-01-27  Paul Eggert  <eggert@cs.ucla.edu>
10371
10372         * lib/fnmatch.c (L_): Renamed from L, to work around a bug in
10373         Mac OS X 10.3.9 with GCC 3 reported by Claudio Fontana in
10374         <http://lists.gnu.org/archive/html/bug-gnulib/2006-01/msg00074.html>.
10375         All uses changed.
10376
10377 2006-01-26  Simon Josefsson  <jas@extundo.com>
10378
10379         * lib/socket_.h: Set WINVER to 0x0501, to make sure getaddrinfo
10380         prototype is visible on mingw32.
10381
10382         * lib/getaddrinfo.h: Define EAI_ADDRFAMILY and EAI_SYSTEM if not set,
10383         for mingw32.
10384
10385         * lib/gai_strerror.c, getaddrinfo.h: Protect netdb.h #include (for
10386         mingw32).
10387
10388 2006-01-26  Paul Eggert  <eggert@cs.ucla.edu>
10389
10390         * lib/fts.c (diropen): Open with O_NOCTTY | O_NONBLOCK too.  Don't
10391         attempt to open for write; this always fails, at least on POSIX
10392         hosts.  This reinstates the 2006-01-09 change, which was
10393         inadvertently removed.
10394
10395 2006-01-26  Bruno Haible  <bruno@clisp.org>
10396
10397         * gnulib-tool (func_import): Use "trap 'exit $?' instead of "trap :".
10398         Reported by Paul Eggert.
10399
10400 2006-01-26  Bruno Haible  <bruno@clisp.org>
10401             Paul Eggert  <eggert@cs.ucla.edu>
10402
10403         * lib/stdbool_.h (_Bool)
10404         [(! (defined __cplusplus || defined __BEOS__)
10405           && !defined __GNUC__
10406           && !(defined __HP_cc || defined __xlc__
10407                || (defined __SUNPRO_C && (__SUNPRO_C < 0x550 || __STDC__ == 1))
10408                || defined __sgi))]:
10409         #define to signed char in these cases too; this simplifies
10410         the code (so that we don't have to worry about HP-UX, AIX, SunPRO,
10411         etc., separately) and makes it more conservative.
10412
10413 2006-01-25  Simon Josefsson  <jas@extundo.com>
10414
10415         * m4/getaddrinfo.m4: Look for getaddrinfo inside ws2tcip.h and
10416         -lws2_32.  Protect sys/socket.h and netdb.h #include's.  Include
10417         ws2tcpip.h with WINVER=0x0501.  All for mingw32.
10418
10419 2006-01-25  Sergey Poznyakoff  <gray@gnu.org.ua>
10420
10421         * lib/argp-namefrob.h: Bugfix. Remove stray #
10422
10423 2006-01-25  Paul Eggert  <eggert@cs.ucla.edu>
10424
10425         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Check for xlc bug if __GCC__ too,
10426         so that we test the test.
10427         Check for yet another HP-UX cc bug involving *bool |= bool.
10428
10429 2006-01-25  Karl Berry  <karl@gnu.org>
10430
10431         * config/srclist.txt (vasnprintf.c): sync lost.
10432
10433 2006-01-25  Jim Meyering  <jim@meyering.net>
10434
10435         Sync from the stable (b5) branch of coreutils:
10436
10437         * lib/fts.c (fts_children): Don't let close() clobber errno from
10438         failed fchdir().
10439
10440         * lib/fts.c (fts_stat): When following a symlink-to-directory,
10441         don't necessarily interpret stat-fails+lstat-succeeds as indicating
10442         a dangling symlink.  That can also happen at least for ELOOP.
10443         The fix: return FTS_SLNONE only when the stat errno is ENOENT.
10444         FYI, this bug predates the inclusion of fts.c in coreutils.
10445
10446         * lib/fts.c (fts_open): Put new maxarglen declaration and uses
10447         in their own block, so pre-c99 compilers don't object.
10448
10449         Avoid the double-free (first in fts_read, second in fts_close) that
10450         would occur when an `active' directory is made inaccessible (e.g.,
10451         via chmod a-x) during a traversal.
10452         * lib/fts.c (fts_read): After a failed fchdir, update sp->fts_cur
10453         before returning.  Reproduce this failure by
10454         mkdir -p a/b; cd a; chmod a-x . b
10455         Reported by Stavros Passas.
10456
10457 2006-01-25  Jim Meyering  <jim@meyering.net>
10458
10459         * lib/fileblocks.c: Remove more useless parentheses.
10460         * lib/readutmp.h: Likewise.
10461
10462 2006-01-25  Bruno Haible  <bruno@clisp.org>
10463
10464         * lib/stdbool_.h (_Bool) [IRIX cc]: Define as 'signed char', to avoid
10465         warnings.
10466         Reported by Paul Eggert.
10467
10468 2006-01-25  Bruno Haible  <bruno@clisp.org>
10469
10470         * gnulib-tool (func_import): Use "trap :" instead of "trap -" to get
10471         rid of a trap command. For Solaris sh.
10472         Reported by Mark D. Baushke <mdb@gnu.org>.
10473
10474 2006-01-24  Simon Josefsson  <jas@extundo.com>
10475
10476         * lib/socket_.h (SHUT_WR, SHUT_RDWR): Don't hardcode, suggested by
10477         Bruno.
10478
10479 2006-01-24  Karl Berry  <karl@gnu.org>
10480
10481         * config/srclist.txt (argp-namefrob.h): sync lost.
10482
10483 2006-01-24  Jim Meyering  <jim@meyering.net>
10484
10485         * modules/openat (Files): Add lib/intprops.h.
10486         From Mark D. Baushke.
10487
10488 2006-01-24  Jim Meyering  <jim@meyering.net>
10489
10490         * m4/openat.m4 (gl_FUNC_OPENAT): Add AC_LIBSOURCES([intprops.h]).
10491         Reported by Mark D. Baushke.
10492
10493 2006-01-24  Jim Meyering  <jim@meyering.net>
10494
10495         * lib/socket_.h: Remove useless parentheses in uses of cpp `defined'.
10496
10497 2006-01-24  Bruno Haible  <bruno@clisp.org>
10498
10499         * modules/strnlen (Maintainer): Change from glibc to all.
10500
10501 2006-01-24  Bruno Haible  <bruno@clisp.org>
10502
10503         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Check for IBM and HP-UX bugs.
10504         Patch by Paul Eggert.
10505
10506 2006-01-24  Bruno Haible  <bruno@clisp.org>
10507
10508         * lib/stdbool_.h (_Bool) [__cplusplus]: Don't define if the compiler
10509         already has it.
10510         Report and patch by Albert Chin-A-Young  <china@thewrittenword.com> on
10511         2005-11-26.
10512
10513         * lib/stdbool_.h (_Bool) [HP-UX cc, AIX cc,xlc]: Define as
10514         'signed char' to avoid problems with the built-in _Bool type.
10515         Reported by Paul Eggert on 2005-11-26.
10516
10517 2006-01-24  Bruno Haible  <bruno@clisp.org>
10518
10519         * gnulib-tool (func_import): Avoid constructing complicated sed
10520         expressions inside backquote.
10521         Report and solution by Mark D. Baushke <mdb@gnu.org>.
10522
10523 2006-01-23  Ulrich Drepper  <drepper@redhat.com>
10524
10525         These changes imported from libc.
10526         * lib/getopt.c: Use __fxprintf instead of inline stream orientation
10527         test and two separate function calls.
10528         * lib/strndup.c (__strndup): Add libc_hidden_def.
10529
10530 2006-01-23  Simon Josefsson  <jas@extundo.com>
10531
10532         * modules/lock-tests: Use check_PROGRAMS instead of noinst_PROGRAMS.
10533         Remove the test_*_SOURCES variable: automake infers it by default.
10534         * modules/tls-tests: Likewise.
10535
10536 2006-01-23  Paul Eggert  <eggert@cs.ucla.edu>
10537
10538         Work around porting bugs reported by Dieter in
10539         <http://lists.gnu.org/archive/html/bug-bison/2006-01/msg00049.html>.
10540         * lib/getopt.c (_NOPROTO): Remove; no longer needed.
10541         Include <stdlib.h> and <unistd.h> in all environments; it's safe now.
10542         Include "getopt.h" first, to check interface.
10543         (getenv): Declare only if defined HAVE_DECL_GETENV &&
10544         !HAVE_DECL_GETENV.
10545         * lib/strndup.c [!_LIBC]: Include "strndup.h" to get prototype.
10546         (__strndup): Revert to K&R-style function dfns, the glibc style.
10547         * lib/strnlen.c: Don't claim it's taken from glibc; it's not.
10548         (strnlen, __strnlen): Remove #defines and #undefs; not needed.
10549         Include strnlen.h first, to get prototype properly.
10550         (strnlen): Renamed from __strnlen.
10551         Remove weak alias.
10552
10553 2006-01-23  Paul Eggert  <eggert@cs.ucla.edu>
10554
10555         * m4/getopt.m4 (gl_PREREQ_GETOPT): Check for getenv decl.
10556
10557 2006-01-23  Paul Eggert  <eggert@cs.ucla.edu>
10558
10559         * config/srclist.txt: Adjust to reflect glibc reorganization.
10560         This affects only comments.
10561
10562 2006-01-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny change)
10563
10564          * gnulib-tool, build-aux/csharpcomp.sh.in: Do not pass `-q' to mktemp.
10565          Reported by Bruce Korb <bkorb@gnu.org>.
10566
10567 2006-01-22  Paul Eggert  <eggert@cs.ucla.edu>
10568
10569         * lib/quotearg.c (quotearg_buffer_restyled): Add "default: break;"
10570         to pacify gcc -Wswitch-default.
10571
10572 2006-01-22  Bruno Haible  <bruno@clisp.org>
10573
10574         * lib/vasnprintf.c (VASNPRINTF): In the computation of the size of the
10575         temporary buffer for sprintf, take into account the precision also
10576         for 'd', 'i', 'u', 'o', 'x', 'X'.
10577
10578 2006-01-21  Sergey Poznyakoff  <gray@gnu.org.ua>
10579
10580         * modules/argp-tests: New module
10581         * tests/test-argp.c: New file
10582         * tests/test-argp-2.sh: New file
10583
10584 2006-01-21  Sergey Poznyakoff  <gray@gnu.org.ua>
10585
10586         * lib/argp-help.c (usage_long_opt): Do not print DOC options.
10587         (__argp_base_name): Removed
10588         * lib/argp-namefrob.h (__argp_basename): Removed definition. Was a
10589         typo.
10590         (__argp_base_name): Provide macro definition or extern declaration
10591         depending on the configuration
10592
10593 2006-01-20  Simon Josefsson  <jas@extundo.com>
10594
10595         * modules/inet_ntop (Depends-on): Depend on sys_socket.
10596
10597 2006-01-20  Simon Josefsson  <jas@extundo.com>
10598
10599         * lib/inet_ntop.h: Unconditionally include sys/socket.h.
10600
10601 2006-01-20  Paul Eggert  <eggert@cs.ucla.edu>
10602
10603         * m4/lib-ignore.m4 (gl_IGNORE_UNUSED_LIBRARIES): Use -Wl,-z,ignore
10604         rather than -Xlinker -z -Xlinker ignore, as it's more portable.
10605         Suggested by Bruno Haible.
10606
10607 2006-01-20  Karl Berry  <karl@gnu.org>
10608
10609         * config/srclist.txt (argp-fmtstream.h, localcharset.c): comment out
10610         until changes propagate, I guess.
10611
10612 2006-01-19  Simon Josefsson  <jas@extundo.com>
10613
10614         * m4/socklen.m4: Look in ws2tcpip.h too, for mingw32.
10615
10616 2006-01-19  Simon Josefsson  <jas@extundo.com>
10617
10618         * lib/socket_.h: Map SHUT_RD, SHUT_WR, SHUT_RDWR correctly.
10619
10620 2006-01-19  Simon Josefsson  <jas@extundo.com>
10621
10622         * gnulib-tool: Set check_PROGRAMS.
10623
10624         * modules/arcfour-tests, modules/arctwo-tests, modules/crc-tests,
10625         modules/des-tests, modules/gc-arcfour-tests,
10626         modules/gc-arctwo-tests, modules/gc-des-tests,
10627         modules/gc-hmac-md5-tests, modules/gc-hmac-sha1-tests,
10628         modules/gc-md2-tests, modules/gc-md4-tests, modules/gc-md5-tests,
10629         modules/gc-pbkdf2-sha1-tests, modules/gc-rijndael-tests,
10630         modules/gc-sha1-tests, modules/gc-tests, modules/hmac-md5-tests,
10631         modules/hmac-sha1-tests, modules/md2-tests, modules/md4-tests,
10632         modules/md5-tests, modules/readline, modules/rijndael-tests: Use
10633         check_PROGRAMS instead of noinst_PROGRAMS to be able to remove
10634         test_*_SOURCES.
10635
10636 2006-01-18  Simon Josefsson  <jas@extundo.com>
10637
10638         * modules/socklen (Depends-on): Depend on sys_socket.
10639
10640 2006-01-18  Simon Josefsson  <jas@extundo.com>
10641
10642         * modules/arcfour-tests, modules/arctwo-tests, modules/crc-tests,
10643         modules/des-tests, modules/gc-arcfour-tests,
10644         modules/gc-arctwo-tests, modules/gc-des-tests,
10645         modules/gc-hmac-md5-tests, modules/gc-hmac-sha1-tests,
10646         modules/gc-md2-tests, modules/gc-md4-tests, modules/gc-md5-tests,
10647         modules/gc-pbkdf2-sha1-tests, modules/gc-rijndael-tests,
10648         modules/gc-sha1-tests, modules/gc-tests, modules/hmac-md5-tests,
10649         modules/hmac-sha1-tests, modules/md2-tests, modules/md4-tests,
10650         modules/md5-tests, modules/readline, modules/rijndael-tests: Add
10651         $(EXEEXT) to automake TESTS variable, for mingw32.
10652
10653 2006-01-17  Simon Josefsson  <jas@extundo.com>
10654
10655         * modules/socklen (Include): Need sys/socket.h.
10656
10657 2006-01-17  Bruno Haible  <bruno@clisp.org>
10658
10659         * modules/ssize_t (Include): Add <sys/types.h>.
10660
10661 2006-01-16  Paul Eggert  <eggert@cs.ucla.edu>
10662
10663         * m4/lib-ignore.m4 (gl_IGNORE_UNUSED_LIBRARIES): Don't use ldd, as
10664         it's not portable and it doesn't work with cross-compiles.
10665         Problem reported by Bruno Haible.  Fix missing-$ typo in
10666         'test "gl_cv_ignore_unused_libraries" ...' that prevented
10667         -zignore from being used with Sun's C compiler.
10668
10669 2006-01-12  Simon Josefsson  <jas@extundo.com>
10670
10671         * lib/base64.c: Fix warning, reported by Bruno Haible
10672         <bruno@clisp.org> and patch by Paul Eggert <eggert@CS.UCLA.EDU>.
10673
10674 2006-01-12  Bruno Haible  <bruno@clisp.org>
10675
10676         * modules/ldd: New file.
10677         * build-aux/ldd.sh.in: New file.
10678         * MODULES.html.sh (Support for building libraries and executables): Add
10679         ldd.
10680
10681 2006-01-12  Bruno Haible  <bruno@clisp.org>
10682
10683         * m4/ldd.m4: New file.
10684
10685 2006-01-12  Bruno Haible  <bruno@clisp.org>
10686
10687         * gnulib-tool (func_import, func_create_testdir): Don't go into an
10688         endless loop while replacing $auxdir with build-aux.
10689
10690 2006-01-11  Simon Josefsson  <jas@extundo.com>
10691
10692         * lib/stdint_.h (SIZE_MAX): Add missing (.
10693
10694 2006-01-11  Paul Eggert  <eggert@cs.ucla.edu>
10695
10696         Sync from coreutils.
10697         * lib/md5.c: Fix commentary typos.
10698         (alignof, UNALIGNED_P): No need for a GCC-specific version.
10699         * lib/md5.h (__attribute__): Remove; unused.
10700         * lib/sha1.c: Fix commentary to match md5 better.
10701         * lib/sha1.h (struct sha1_ctx): Use a word buffer, not a byte buffer,
10702         so that we don't need to worry about alignment.  All uses changed.
10703         This merges the 2005-10-28 md5 change into sha1.
10704
10705 2006-01-11  Jim Meyering  <jim@meyering.net>
10706
10707         Sync from coreutils.
10708         * lib/md5.c (OP): Fix spacing.
10709
10710 2006-01-11  Bruno Haible  <bruno@clisp.org>
10711
10712         Ensure automatic ordering between gl_LOCK and gl_ARGP.
10713         * m4/lock.m4 (gl_LOCK_BODY): Renamed from gl_LOCK.
10714         (gl_LOCK): New macro, requiring gl_LOCK_BODY.
10715
10716 2006-01-11  Bruno Haible  <bruno@clisp.org>
10717
10718         Ensure automatic ordering between gl_LOCK and gl_ARGP.
10719         * gnulib-tool (func_import, func_create_testdir): Put gl_LOCK into
10720         the "early" section as well.
10721
10722 2006-01-11  Bruno Haible  <bruno@clisp.org>
10723
10724         Avoid "ar: no archive members specified" error on MacOS X.
10725         * gnulib-tool (func_modules_add_dummy): New function.
10726         (func_import, func_create_testdir): Invoke it.
10727
10728 2006-01-11  Bruno Haible  <bruno@clisp.org>
10729
10730         * gnulib-tool (func_import, func_create_testdir): Replace build-aux
10731         with $auxdir in AC_CONFIG_FILES statements.
10732
10733 2006-01-11  Bruno Haible  <bruno@clisp.org>
10734
10735         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
10736         Initialize also noinst_HEADERS to empty.
10737
10738 2006-01-11  Bruno Haible  <bruno@clisp.org>
10739
10740         * gnulib-tool (AUTOMAKEPATH, AUTOCONF, ACLOCAL, AUTOMAKE): New
10741         variables.
10742         (func_create_megatestdir): Call aclocal, autoconf, automake here, not
10743         autoreconf.
10744
10745 2006-01-11  Bruno Haible  <bruno@clisp.org>
10746
10747         * gnulib-tool (AUTOCONF, ACLOCAL, AUTOMAKE, AUTORECONF): Make
10748         overridable by the user.
10749         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
10750
10751 2006-01-10  Simon Josefsson  <jas@extundo.com>
10752
10753         * modules/sys_socket: New file.
10754
10755 2006-01-10  Simon Josefsson  <jas@extundo.com>
10756
10757         * m4/sys_socket_h.m4: New file.
10758
10759 2006-01-10  Simon Josefsson  <jas@extundo.com>
10760
10761         * lib/socket_.h: New file.
10762
10763 2006-01-10  Paul Eggert  <eggert@cs.ucla.edu>
10764
10765         * modules/readutmp (Maintainer): Add myself.
10766
10767 2006-01-10  Paul Eggert  <eggert@cs.ucla.edu>
10768
10769         * m4/memcoll.m4 (gl_MEMCOLL): Don't require AC_FUNC_MEMCMP, undoing
10770         the 2002-12-31 change.  Problem and fix reported by Bruno Haible.
10771         People who are still concerned with buggy memcmp implementations
10772         can invoke gl_FUNC_MEMCMP themselves.
10773
10774 2006-01-10  Paul Eggert  <eggert@cs.ucla.edu>
10775
10776         * lib/regex_internal.h (BITSET_WORD_BITS):
10777         Work around a bug in 64-bit PGC (before version 6.1-2), where the
10778         preprocessor mishandles large unsigned values as if they were signed.
10779         Problem reported by Claudio Fontana in
10780         <http://lists.gnu.org/archive/html/bug-gnulib/2005-12/msg00061.html>.
10781
10782 2006-01-10  Jim Meyering  <jim@meyering.net>
10783
10784         Avoid the double-free (first in fts_read, second in fts_close) that
10785         would occur when an `active' directory is made inaccessible (e.g.,
10786         via chmod a-x) during a traversal.
10787         * lib/fts.c (fts_read): After a failed fchdir, update sp->fts_cur
10788         before returning.  Reproduce this failure by
10789         mkdir -p a/b; cd a; chmod a-x . b
10790         Reported by Stavros Passas.
10791
10792         Sync from coreutils.
10793         * lib/sha1.c: Tweak grammar in a comment.
10794
10795 2006-01-10  Jim Meyering  <jim@meyering.net>
10796
10797         * m4/fpending.m4: Also include <stdio.h>, for Dragonfly.
10798         Patch by Joerg Sonnenberger.
10799
10800 2006-01-10  Bruno Haible  <bruno@clisp.org>
10801
10802         * modules/readutmp: Depend on module free.
10803         * modules/strtok_r: Depend on module restrict.
10804
10805 2006-01-10  Bruno Haible  <bruno@clisp.org>
10806
10807         * modules/gettext (configure.ac): Add an invocation of
10808         AM_GNU_GETTEXT_VERSION. Needed since autoreconf is used by gnulib-tool.
10809
10810 2006-01-10  Bruno Haible  <bruno@clisp.org>
10811
10812         * m4/localcharset.m4 (gl_LOCALCHARSET): Also test for getc_unlocked.
10813         Reported by Werner Lemberg <wl@gnu.org>.
10814
10815 2006-01-10  Bruno Haible  <bruno@clisp.org>
10816
10817         * lib/localcharset.c: Update from GNU gettext.
10818
10819 2006-01-10  Bruno Haible  <bruno@clisp.org>
10820
10821         * lib/argp.h (__const): Remove macro. Use const instead.
10822         * lib/argp-fmtstream.h (__const): Likewise.
10823         * lib/glob_.h (__const): Remove macro.
10824         * lib/glob-libc.h: Use const instead of __const.
10825
10826 2006-01-10  Bruno Haible  <bruno@clisp.org>
10827
10828         * gnulib-tool (func_emit_tests_Makefile_am): Emit an empty SUBDIR
10829         variable.
10830         Needed to avoid an automake error regarding the 'gettext' module.
10831
10832 2006-01-09  Simon Josefsson  <jas@extundo.com>
10833
10834         * modules/inet_ntop (Depends-on): Add restrict.
10835
10836 2006-01-09  Simon Josefsson  <jas@extundo.com>
10837
10838         * modules/gc-rijndael-tests (License): Put under LGPL.
10839
10840         * modules/gc-des-tests (License): Likewise.
10841
10842         * modules/gc-arcfour-tests (License): Likewise.
10843
10844         * modules/gc-arctwo-tests (License): Likewise.
10845
10846         * modules/gc-pbkdf2-sha1-tests (License): Likewise.
10847
10848         * modules/gc-hmac-sha1-tests (Files): Likewise.
10849
10850         * modules/gc-hmac-md5-tests (License): Likewise.
10851
10852         * modules/gc-sha1-tests (License): Likewise.
10853
10854         * modules/gc-md5-tests (License): Likewise.
10855
10856         * modules/gc-md4-tests (License): Likewise.
10857
10858         * modules/gc-md2-tests (License): Likewise.
10859
10860         * modules/gc-tests (License): Likewise.
10861
10862         * modules/des-tests (License): Likewise.
10863
10864         * modules/md4-tests (License): Likewise.
10865
10866         * modules/md2-tests (License): Likewise.
10867
10868 2006-01-09  Paul Eggert  <eggert@cs.ucla.edu>
10869
10870         Sync from coreutils:
10871
10872         * MODULES.html.sh (build_lib): New section, with new lib-ignore module.
10873         * modules/lib-ignore: New file.
10874         * modules/mkdir-p (Files): Add chdir-safer.c, chdir-safer.h, lchmod.h,
10875         chdir-safer.m4, lchmod.m4.
10876         * modules/openat: Add mkdirat.c, openat-priv.h.
10877
10878 2006-01-09  Paul Eggert  <eggert@cs.ucla.edu>
10879
10880         Sync from coreutils.
10881         * m4/lib-ignore.m4: New file.
10882         * m4/lchmod.m4: New file.
10883
10884 2006-01-09  Paul Eggert  <eggert@cs.ucla.edu>
10885
10886         Sync from coreutils.
10887         * lib/chdir-long.c (cdb_free): Don't bother trying to open directory
10888         for write access: POSIX says that must fail.
10889         * lib/fts.c (diropen): Likewise.
10890         * lib/save-cwd.c (save_cwd): Likewise.
10891         * lib/chdir-long.c (cdb_free): Open with O_NOCTTY | O_NONBLOCK as
10892         well, for minor improvements on hosts that lack O_DIRECTORY.
10893         * lib/chown.c (rpl_chown) [CHOWN_MODIFIES_SYMLINK]:
10894         Don't try O_WRONLY unless O_RDONLY failed wth EACCES.
10895         Fall back on chown if open failed with EACCES.
10896
10897         * lib/gettime.c (gettime) [!defined OK_TO_USE_1S_CLOCK]:
10898         Report an error at compile-time if only a 1-second nominal clock
10899         resolution is found.
10900
10901         * lib/lchmod.h: New file.
10902         * lib/mkdir-p.c: Include lchmod.h, lchown.h.
10903         (make_dir_parents): Use lchown rather than chown, and
10904         lchmod rather than chmod.
10905
10906         * lib/mountlist.c (ME_DUMMY): "none" and "proc" file systems are
10907         dummies too.  Problem with "none" reported by Bob Proulx.  Problem with
10908         "proc" reported by n0dalus.
10909
10910         * lib/mountlist.c: Include <limits.h>.
10911         (dev_from_mount_options)
10912         [defined MOUNTED_GETMNTENT1 || defined MOUNTED_GETMNTENT2]:
10913         New function.  It no longer assumes "dev=" has the System V meaning
10914         on Linux (since it doesn't).  It also parses "dev=" more carefully.
10915         (read_file_system_list)
10916         [defined MOUNTED_GETMNTENT1 || defined MOUNTED_GETMNTENT2]: Use it.
10917         MOUNTED_GETMNTENT2 is new here; the code didn't used to look for
10918         dev= in that case.
10919
10920         * lib/posixtm.h (PDS_PRE_2000): New macro.
10921         * lib/posixtm.c (year): Arg is now syntax_bits rather than
10922         allow_century.  All usages changed.  Reject dates outside the range
10923         1969-1999 if PDS_PRE_2000 is used.
10924
10925 2006-01-09  Paul Eggert  <eggert@cs.ucla.edu>
10926
10927         Sync from coreutils.
10928         * doc/getdate.texi (General date syntax): Invalid dates are rejected.
10929         (Time of day items): Mention the possibility of leap seconds.
10930         Problem reported by Dr. David Alan Gilbert.
10931
10932 2006-01-09  Jim Meyering  <jim@meyering.net>
10933
10934         Sync from coreutils.
10935
10936         * lib/version-etc.c (COPYRIGHT_YEAR): Update to 2006.
10937
10938         * lib/chdir-safer.h, lib/chdir-safer.c: New files.
10939
10940         * lib/modechange.c (mode_compile): Reject an invalid mode string
10941         that starts with an octal digit.  From Andreas Gruenbacher.
10942
10943         * lib/openat.c: Include "fcntl--.h" and "unistd--.h", to map open
10944         and dup to open_safer and dup_safer, respectively.
10945         (openat_permissive): Fix typo in comment.
10946
10947         * lib/openat.c: Don't include <stdlib.h>, <unistd.h>, <fcntl.h>,
10948         "gettext.h"; either no longer needed or are guaranteed by openat.h.
10949         (_): Remove; no longer needed.
10950         (openat): Renamed from rpl_openat; no need for rpl_openat
10951         since openat.h renames openat for us.
10952         Replace most of the body with a call to openat_permissive,
10953         to avoid duplicate code.
10954         Port to (probably hypothetical) environments were mode_t is
10955         wider than int.
10956         (openat_permissive): Require mode arg, so that we can check
10957         types better.  Put it just after flags.  Change cwd failure
10958         indicator from pointer-to-bool to pointer-to-errno-value.
10959         All callers changed.
10960         Invoke openat_save_fail and/or openat_restore_fail if
10961         cwd_errno is null, so that openat can call us.
10962         (openat_permissive, fdopendir, fstatat, unlinkat):
10963         Simplify errno handling to avoid some duplicate code,
10964         as it's OK to set errno on success.
10965         * lib/openat.h: Revamp code so that function macros depend on
10966         __OPENAT_PREFIX only, not also on AT_FDCWD.
10967         (openat_ro): Remove.  Caller changed to use openat_permissive.
10968         (openat_permissive): Now a macro, if not a function.
10969         (openat_restore_fail, openat_save_fail): Now always functions,
10970         since mkdirat needs them even if __OPENAT_PREFIX is defined.
10971
10972         * lib/openat-priv.h: New file, defining macros used by mkdirat.c
10973         and openat.c.
10974         * lib/mkdirat.c: Include openat-priv.h.
10975         Remove definitions of macros defined therein.
10976         * lib/openat.c: Likewise.
10977
10978         * lib/mkdirat.c (mkdirat): New file and function.
10979         * lib/openat.h (mkdirat): Declare.
10980
10981         * lib/openat.c (fdopendir): Don't change errno when returning non-NULL.
10982
10983         * lib/openat.h (openat_permissive): Declare.
10984         (openat_ro): Define.
10985
10986         * lib/openat.c (EXPECTED_ERRNO): New macro.
10987         (openat_permissive): New function -- used in remove.c rewrite.
10988         (all functions): Set errno just before returning, only if there
10989         was an actual failure.
10990         Use EXPECTED_ERRNO rather than comparing against only ENOTDIR.
10991
10992         Emulate openat-family functions using Linux's procfs, if possible.
10993         Idea and some code based on Ulrich Drepper's glibc changes.
10994
10995         * lib/openat.c: (BUILD_PROC_NAME): New macro.
10996         Include <stdio.h>, <string.h>, "alloca.h" and "intprops.h".
10997         (rpl_openat): Emulate by trying to open /proc/self/fd/%d/%s,
10998         before falling back on save_cwd and restore_cwd.
10999         (fdopendir, fstatat, unlinkat): Likewise.
11000
11001         * lib/openat.c (fstatat, unlinkat): Perform the syscall directly,
11002         skipping the save_cwd...restore_cwd overhead, if FILE is absolute.
11003
11004         * lib/openat.c (rpl_openat): Use the promoted type (int), not mode_t,
11005         as second argument to va_arg.  Otherwise, some versions of gcc
11006         warn that `if this code is reached, the program will abort'.
11007
11008 2006-01-09  Jim Meyering  <jim@meyering.net>
11009
11010         Sync from coreutils.
11011         * m4/openat.m4 (gl_FUNC_OPENAT): Require and compile mkdirat.c.
11012         Require openat-priv.h.
11013
11014 2006-01-09  Bruno Haible  <bruno@clisp.org>
11015
11016         * modules/strnlen (Include): Use strnlen.h.
11017
11018 2006-01-09  Bruno Haible  <bruno@clisp.org>
11019
11020         * m4/stdint.m4 (gl_STDINT_H): Also test for <sys/bitypes.h>.
11021
11022 2006-01-09  Bruno Haible  <bruno@clisp.org>
11023
11024         * lib/sysexit_.h (EX_OK): New macro.
11025         Suggested by Martin Lambers <marlam@marlam.de>.
11026
11027 2006-01-09  Bruno Haible  <bruno@clisp.org>
11028
11029         * lib/stdint_.h: On Linux libc4 and libc5, include <sys/bitypes.h> and
11030         don't define _STDINT_H_NEED_SIGNED_INT_TYPES.
11031
11032 2006-01-09  Bruno Haible  <bruno@clisp.org>
11033
11034         * lib/stdint_.h (SIZE_MAX): Write the value without involving negative
11035         numbers.
11036
11037 2006-01-09  Bruno Haible  <bruno@clisp.org>
11038
11039         * lib/javacomp.sh.in: Move to ../build-aux/javacomp.sh.in.
11040         * lib/javaexec.sh.in: Move to ../build-aux/javaexec.sh.in.
11041         * lib/csharpcomp.sh.in: Move to ../build-aux/csharpcomp.sh.in.
11042         * lib/csharpexec.sh.in: Move to ../build-aux/csharpexec.sh.in.
11043
11044 2006-01-09  Bruno Haible  <bruno@clisp.org>
11045
11046         * build-aux/javacomp.sh.in: New file, moved from lib/.
11047         * modules/javacomp-script (Files): Update.
11048         (configure.ac): Add AC_CONFIG_FILES invocation.
11049         (EXTRA_DIST): Remove variable.
11050
11051         * build-aux/javaexec.sh.in: New file, moved from lib/.
11052         * modules/javaexec (Files): Update.
11053         (configure.ac): Add AC_CONFIG_FILES invocation.
11054         (EXTRA_DIST): Remove javaexec.sh.in.
11055
11056         * build-aux/csharpcomp.sh.in: New file, moved from lib/.
11057         * modules/csharpcomp-script (Files): Update.
11058         (configure.ac): Add AC_CONFIG_FILES invocation.
11059         (EXTRA_DIST): Remove variable.
11060
11061         * build-aux/csharpexec.sh.in: New file, moved from lib/.
11062         * modules/csharpexec (Files): Update.
11063         (configure.ac): Add AC_CONFIG_FILES invocation.
11064         (EXTRA_DIST): Remove csharpexec.sh.in.
11065
11066 2006-01-09  Andreas Gruenbacher  <agruen@suse.de>
11067
11068         Sync from coreutils.
11069
11070         Add POSIX ACL support
11071         * lib/acl.h (copy_acl, set_acl): Add declarations.
11072         * lib/acl.c (acl_entries): Add fallback implementation for POSIX ACL
11073         systems other than Linux.
11074         (chmod_or_fchmod): New function: use fchmod when possible,
11075         and chmod otherwise.
11076         (file_has_acl): Add a POSIX ACL implementation, with a
11077         Linux-specific subcase.
11078         (copy_acl): Add: copy an acl and S_ISUID, S_ISGID, and
11079         S_ISVTX from one file to another.  Fall back to fchmod/chmod when
11080         acls are unsupported.
11081         (set_acl): Add: set a file's acl and S_ISUID, S_ISGID, and
11082         S_ISVTX to a defined value.  Fall back to fchmod/chmod when acls
11083         are unsupported.
11084
11085 2006-01-09  Andreas Gruenbacher  <agruen@suse.de>
11086
11087         Sync from coreutils.
11088         * m4/acl.m4 (AC_FUNC_ACL): Add POSIX ACL and Linux-specific acl tests.
11089
11090 2006-01-07  Bruno Haible  <bruno@clisp.org>
11091
11092         * gnulib-tool (func_import): Add an AC_PROG_RANLIB dependency to
11093         gl_EARLY.
11094
11095 2006-01-04  Paul Eggert  <eggert@cs.ucla.edu>
11096
11097         * lib/strftime.c (tzname): Don't declare if it is already #defined.
11098         Problem reported for Mingw by Mark Junker.
11099
11100 2006-01-04  Paul Eggert  <eggert@cs.ucla.edu>
11101
11102         * README: Gnulib normally doesn't generate a tarball.
11103
11104 2006-01-03  Paul Eggert  <eggert@cs.ucla.edu>
11105
11106         * lib/xtime.h (xtime_make, xtime_nonnegative_nsec, xtime_nsec): Use
11107         long int, not int, for nanosecond counts, so that people who are
11108         used to POSIX struct timespec won't be surprised.  Reported by Jim
11109         Meyering.
11110
11111 2005-12-28  Bruno Haible  <bruno@clisp.org>
11112
11113         * build-aux/config.rpath: Update from GNU gettext.
11114
11115 2005-12-16  Jim Meyering  <jim@meyering.net>
11116
11117         * modules/fprintftime: New module.
11118         * MODULES.html.sh (Date and time <time.h>): Add fprintftime.
11119
11120 2005-12-16  Jim Meyering  <jim@meyering.net>
11121
11122         * m4/fprintftime.m4: New file.
11123
11124 2005-12-16  Jim Meyering  <jim@meyering.net>
11125
11126         * lib/fprintftime.c, lib/fprintftime.h: New files.
11127
11128 2005-12-15  Simon Josefsson  <jas@extundo.com>
11129
11130         * modules/socklen (configure.ac): Fix M4 macro name, to align with
11131         new m4/socklen.m4.
11132
11133 2005-12-10  Sergey Poznyakoff  <gray@gnu.org.ua>
11134
11135         * m4/argp.m4: Define HAVE_DECL_PROGRAM_INVOCATION_NAME and
11136         HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME
11137
11138 2005-12-10  Sergey Poznyakoff  <gray@gnu.org.ua>
11139
11140         * lib/argp-fmtstream.c (__argp_fmtstream_update): Fix coredump
11141         * lib/argp-help.c (fill_in_uparams): Check if the constructed
11142         struct uparams is valid. Fall back to the default values if it is
11143         not.
11144
11145 2005-12-09  Sergey Poznyakoff  <gray@gnu.org.ua>
11146
11147         * modules/argp (Files): Add argp-pin.c
11148         (Depends-on): dirname
11149         (lib_SOURCES): Add argp-pin.c
11150
11151 2005-12-09  Sergey Poznyakoff  <gray@gnu.org.ua>
11152
11153         * m4/argp.m4:  Check if program_invocation_name and
11154         program_invocation_short_name are declared and define appropriate
11155         macros if they are not.
11156
11157 2005-12-09  Sergey Poznyakoff  <gray@gnu.org.ua>
11158
11159         * lib/argp-help.c (__argp_base_name): New function
11160         (__argp_short_program_name): Rewrite using __argp_base_name
11161         * lib/argp-namefrob.h: Define program_invocation_name and
11162         program_invocation_short_name if requested
11163         (__argp_base_name): Add prototype
11164         * lib/argp-parse.c (argp_def): Use gettext wrappers
11165         (argp_default_parser): Use __argp_base_name
11166         * lib/argp-pin.c: New file. Defines program_invocation_name and
11167         program_invocation_short_name on systems that lack them.
11168
11169 2005-12-07  Paul Eggert  <eggert@cs.ucla.edu>
11170
11171         * m4/stat-time.m4 (gl_STAT_TIME): Add check for
11172         TYPEOF_STRUCT_STAT_ST_ATIM_IS_STRUCT_TIMESPEC, to fix IRIX 5.3
11173         porting problem reported by Georg Schwarz in
11174         <http://lists.gnu.org/archive/html/bug-coreutils/2005-12/msg00083.html>.
11175
11176 2005-12-07  Paul Eggert  <eggert@cs.ucla.edu>
11177
11178         * lib/stat-time.h (STATE_TIMESPEC, STAT_TIMESPEC_NS): Add check for
11179         TYPEOF_STRUCT_STAT_ST_ATIM_IS_STRUCT_TIMESPEC, to fix IRIX 5.3
11180         porting problem reported by Georg Schwarz in
11181         <http://lists.gnu.org/archive/html/bug-coreutils/2005-12/msg00083.html>.
11182
11183 2005-12-05  Bruno Haible  <bruno@clisp.org>
11184
11185         * lib/csharpcomp.sh.in (options_csc): For -l option, add a .dll suffix.
11186         * lib/csharpcomp.c (compile_csharp_using_sscli): Likewise.
11187         Reported by Mark Junker <mjscod@gmx.de>.
11188
11189 2005-12-02  Paul Eggert  <eggert@cs.ucla.edu>
11190
11191         * m4/socklen.m4 (gl_TYPE_SOCKLEN_T): Renamed from gl_SOCKLEN_T.
11192         Use implementation from Albert Chin, with some
11193         comments/corrections by Stepan Kasal and myself.
11194
11195 2005-12-02  Bruno Haible  <bruno@clisp.org>
11196
11197         * gnulib-tool (func_import): Accept GPLed build tool modules when
11198         --lgpl is given.
11199         * modules/csharpcomp-script: New file.
11200         * modules/csharpcomp: Depend on it.
11201         * modules/javacomp-script: New file.
11202         * modules/javacomp: Depend on it.
11203         Suggested by Simon Josefsson.
11204
11205 2005-12-01  Paul Eggert  <eggert@cs.ucla.edu>
11206
11207         * m4/regex.m4 (gl_REGEX): Check whether off_t can be used in a switch
11208         statement, to work around an HP-UX 10.20 compiler bug reported by
11209         Peter O'Gorman.
11210
11211 2005-11-29  Paul Eggert  <eggert@cs.ucla.edu>
11212
11213         * modules/savedir (Depends-on): Add openat.
11214
11215 2005-11-29  Paul Eggert  <eggert@cs.ucla.edu>
11216
11217         * lib/stdint_.h (intmax_t) [defined intmax_t]: Do not declare.
11218         (uintmax_t) [defined uintmax_t]: Do not declare.
11219         (SIZE_MAX) [defined SIZE_MAX]: Do not define.
11220         This works around a problem if intmax_t.m4 and/or uintmax_t.m4
11221         and/or size_max.m4 are also used.  Problem reported by Mark D. Baushke.
11222         (SIZE_MAX): Define to ((size_t) -1), not (~(size_t)0), for the
11223         sake of portability to weird hosts that C allows (though we don't
11224         know of any practical examples).
11225
11226         * lib/savedir.h (fdsavedir): New decl.
11227         * lib/savedir.c (fdsavedir, savedirstream): New functions; the latter
11228         contains most of the former guts of savedir.
11229         (savedir): Use savedirstream.
11230         Include "openat.h".
11231
11232 2005-11-25  Paul Eggert  <eggert@cs.ucla.edu>
11233
11234         * modules/obstack (Files): Add m4/ulonglong.m4.
11235         Problem reported by Davide Angelocola.
11236
11237 2005-11-15  Paul Eggert  <eggert@cs.ucla.edu>
11238
11239         * lib/xstrtod.c: Don't bother with #pragma STDC FENV_ACCESS ON, as
11240         coreutils no longer futzes with rounding modes.
11241
11242 2005-11-14  Jim Meyering  <jim@meyering.net>
11243
11244         * lib/mkstemp-safer.c: Include <config.h>, required for possible
11245         replacement of mkstemp.
11246
11247 2005-11-10  Simon Josefsson  <jas@extundo.com>
11248
11249         * lib/readline.c: Remove EOL.
11250
11251 2005-11-10  Paul Eggert  <eggert@cs.ucla.edu>
11252
11253         * modules/gethrxtime (Depends-on): Add gettime.
11254
11255 2005-11-10  Paul Eggert  <eggert@cs.ucla.edu>
11256
11257         * m4/gethrxtime.m4 (gl_PREREQ_GETHRXTIME): Don't require AC_HEADER_TIME
11258         or gettimeofday; no longer needed.
11259
11260 2005-11-10  Paul Eggert  <eggert@cs.ucla.edu>
11261
11262         * lib/gethrxtime.c: Include "timespec.h" rather than the sys/time /
11263         time business.
11264         (gethrxtime) [! (HAVE_NANOUPTIME
11265         || (defined CLOCK_MONOTONIC && HAVE_CLOCK_GETTIME)
11266         || HAVE_MICROUPTIME)]: Fall back on gettime rather than rolling
11267         our own approximation.
11268
11269 2005-11-08  Eric Blake  <ebb9@byu.net>
11270
11271         * lib/inet_ntop.h: Use #if !, not #ifndef, for AC_CHECK_DECLS.
11272
11273 2005-11-08  Eric Blake  <ebb9@byu.net>
11274
11275         * lib/getaddrinfo.h: Use #if !, not #ifndef, for AC_CHECK_DECLS.
11276
11277 2005-11-04  Bruno Haible  <bruno@clisp.org>
11278
11279         * gnulib-tool: Implement --update mode.
11280
11281 2005-10-30  Paul Eggert  <eggert@cs.ucla.edu>
11282
11283         Fix porting problem reported by Theodoros V. Kalamatianos.
11284         * lib/utimens.c (futimens) [HAVE_WORKING_UTIMES && HAVE_FUTIMES]:
11285         Don't assume that futimes failing means we must fail.
11286
11287 2005-10-30  Paul Eggert  <eggert@cs.ucla.edu>
11288
11289         * m4/chdir-long.m4 (gl_FUNC_CHDIR_LONG): Revamp wording and local
11290         variables to suggest the intended function of the PATH_MAX check.
11291
11292 2005-10-30  Kean Johnston  <jkj@sco.com>
11293
11294         Trivial changes to support SCO systems.
11295         * m4/chdir-long.m4 (gl_FUNC_CHDIR_LONG): Check for MAXPATHLEN as well
11296         as PATH_MAX.
11297         * m4/fpending.m4 (gl_FUNC_FPENDING): Correct check for SCO systems,
11298         where __ptr is null when no I/O is pending.
11299
11300 2005-10-29  Paul Eggert  <eggert@cs.ucla.edu>
11301
11302         * lib/getcwd.c (__getcwd): Don't assume that system calls after readdir
11303         leave errno alone.  Problem reported by Dmitry V. Levin.
11304
11305 2005-10-28  Simon Josefsson  <jas@extundo.com>
11306
11307         * tests/test-gc-md4.c, tests/test-gc-md5.c, tests/test-gc-sha1.c:
11308         Test more.
11309
11310         * tests/test-gc-md2.c, tests/test-md2.c: New files.
11311
11312         * modules/md2, modules/md2-tests: New files.
11313
11314 2005-10-28  Simon Josefsson  <jas@extundo.com>
11315
11316         * m4/inet_ntop.m4: More tests.
11317
11318         * m4/gc-md2.m4, md2.m4: New file.
11319
11320 2005-10-28  Simon Josefsson  <jas@extundo.com>
11321
11322         * lib/inet_ntop.h, inet_ntop.c: Make it work under mingw32: Add
11323         "restrict" keywords, as per POSIX.  Protect the function
11324         declaration around HAVE_DECL_INET_NTOP rather than HAVE_INET_NTOP.
11325         Don't use K&R prototypes.  Check the sprintf return values.
11326         Re-define EAFNOSUPPORT if not present.  Indent.
11327
11328         * lib/md5.h, md5.c: Simplify buffer handling visavi alignment,
11329         suggested by Bruno Haible <bruno@clisp.org>.
11330
11331         * lib/gc-gnulib.c, gc-libgcrypt.c: Check calloc return value.
11332
11333         * lib/gc.h: Add MD2 and RMD160 length defines.  Add prototypes.
11334
11335         * lib/gc-libgcrypt.c: Add MD2 (which is not available through
11336         libgcrypt).
11337
11338         * lib/gc-gnulib.c: Add MD2.  Implement gc_hash_* API.
11339
11340         * lib/md2.h, lib/md2.c: New files.
11341
11342 2005-10-28  Paul Eggert  <eggert@cs.ucla.edu>
11343
11344         * lib/savedir.c (savedir): Don't assume that xrealloc etc. leave
11345         errno alone.  Problem reported by Frederic Jolliton.
11346
11347 2005-10-27  Paul Eggert  <eggert@cs.ucla.edu>
11348
11349         * modules/verify (License): Change from GPL to LGPL.  This is a
11350         tiny module and there are apparently near-equivalents that are
11351         under the BSD license.
11352
11353 2005-10-24  Simon Josefsson  <jas@extundo.com>
11354
11355         * modules/sha1: Relicense to LGPL.
11356
11357 2005-10-24  Simon Josefsson  <jas@extundo.com>
11358
11359         * lib/md4.h: Shrink buffer size, now that we changed the type.
11360
11361 2005-10-23  Simon Josefsson  <jas@extundo.com>
11362
11363         * gnulib-tool (func_import): Fix --tests-base.
11364
11365 2005-10-22  Simon Josefsson  <jas@extundo.com>
11366
11367         * modules/arcfour (Depends-on): Need stdint.
11368
11369 2005-10-22  Simon Josefsson  <jas@extundo.com>
11370
11371         * m4/gc.m4: Don't be fooled by --disable-*random-device parameters,
11372         suggested by Bruno Haible <bruno@clisp.org>.  Fix error messages.
11373
11374 2005-10-22  Simon Josefsson  <jas@extundo.com>
11375
11376         * lib/md4.h, md4.c: Simplify buffer handling visavi alignment,
11377         suggested by Bruno Haible <bruno@clisp.org>.
11378
11379 2005-10-22  Simon Josefsson  <jas@extundo.com>
11380
11381         * lib/crc.h: Include stddef.h, for size_t.
11382
11383 2005-10-22  Simon Josefsson  <jas@extundo.com>
11384
11385         * lib/arcfour.h, arcfour.c: Use fixed size indices in the
11386         arcfour_context struct (simplify test vector testing in GNU
11387         Shishi).
11388
11389 2005-10-21  Simon Josefsson  <jas@extundo.com>
11390
11391         * modules/des, modules/des-tests: New files.
11392
11393         * modules/gc-des, modules/gc-des-tests: New files.
11394
11395         * tests/test-des.c, tests/test-gc-des.c: New file.
11396
11397 2005-10-21  Simon Josefsson  <jas@extundo.com>
11398
11399         * modules/arctwo, modules/arctwo-tests: New files.
11400
11401         * tests/test-arctwo.c: New file.
11402
11403         * modules/gc-arctwo, modules/gc-arctwo-tests: New files.
11404
11405         * tests/test-gc-arctwo.c: New file.
11406
11407 2005-10-21  Simon Josefsson  <jas@extundo.com>
11408
11409         * m4/gc.m4: Don't use libgcrypt if gcrypt.h isn't found, suggested by
11410         Bruno Haible <bruno@clisp.org>.
11411
11412         * m4/gc-des.m4: New file.
11413
11414 2005-10-21  Simon Josefsson  <jas@extundo.com>
11415
11416         * m4/arctwo.m4: New file.
11417
11418         * m4/gc-arctwo.m4: New file.
11419
11420 2005-10-21  Simon Josefsson  <jas@extundo.com>
11421
11422         * lib/rijndael-api-fst.c: Fix bugs in CBC mode for more than one
11423         block.
11424
11425 2005-10-21  Simon Josefsson  <jas@extundo.com>
11426
11427         * lib/hmac-md5.c (hmac_md5): Add comments, suggested by Bruno Haible
11428         <bruno@clisp.org>.
11429
11430         * lib/hmac-sha1.c (hmac_sha1): Likewise.
11431
11432         * lib/crc.c (crc32_update): Actually use crc parameter, suggested by
11433         Bruno Haible <bruno@clisp.org>.
11434
11435         * lib/crc.h: Include stdint.h directly, suggested by Bruno Haible
11436         <bruno@clisp.org>.
11437
11438 2005-10-21  Simon Josefsson  <jas@extundo.com>
11439
11440         * lib/gc-libgcrypt.c (gc_cipher_open): Handle ECB.
11441
11442 2005-10-21  Simon Josefsson  <jas@extundo.com>
11443
11444         * lib/gc-gnulib.c: Support ARCTWO in CBC mode.
11445
11446 2005-10-21  Simon Josefsson  <jas@extundo.com>
11447
11448         * lib/des.h, lib/des.c: New files.
11449
11450         * lib/gc-gnulib.c: Support DES.c
11451
11452 2005-10-21  Simon Josefsson  <jas@extundo.com>
11453
11454         * lib/arctwo.h, lib/arctwo.c: New files.
11455
11456         * lib/gc-gnulib.c: Support ARCTWO.
11457
11458 2005-10-21  Simon Josefsson  <jas@extundo.com>
11459
11460         * lib/arctwo.h (arctwo_setkey): Protect variable in CPP macro,
11461         suggested by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
11462
11463 2005-10-21  Simon Josefsson  <jas@extundo.com>
11464
11465         * gnulib-tool (func_import, func_create_testdir): Define automake
11466         conditional GL_COND_LIBTOOL if libtool is used (to be used by modules
11467         Makefile.am snippet),
11468         suggested by Bruno Haible <bruno@clisp.org>.
11469
11470         * modules/gc (Makefile.am): Use it.
11471
11472 2005-10-21  Bruno Haible  <bruno@clisp.org>
11473
11474         * gnulib-tool (func_import, func_create_testdir): Add quoting to last
11475         patch.
11476
11477 2005-10-19  Simon Josefsson  <jas@extundo.com>
11478
11479         * tests/test-gc-rijndael.c: New file.
11480
11481         * modules/gc-rijndael, modules/gc-rijndael-test: New files.
11482
11483 2005-10-19  Simon Josefsson  <jas@extundo.com>
11484
11485         * tests/test-gc-md4.c, tests/test-gc-md5.c: Test gc_hash_buffer
11486         interface too.
11487
11488 2005-10-19  Simon Josefsson  <jas@extundo.com>
11489
11490         * tests/test-gc-arcfour.c: New file.
11491
11492         * modules/gc-arcfour, modules/gc-arcfour-tests: New files.
11493
11494 2005-10-19  Simon Josefsson  <jas@extundo.com>
11495
11496         * modules/gc-md4, modules/gc-md4-tests: New file.
11497
11498         * tests/test-gc-md4.c: New file.
11499
11500 2005-10-19  Simon Josefsson  <jas@extundo.com>
11501
11502         * m4/gc-md4.m4: New file.
11503
11504 2005-10-19  Simon Josefsson  <jas@extundo.com>
11505
11506         * m4/gc-hmac-md5.m4, gc-hmac-sha1.m4, gc-md4.m4,
11507         gc-md5.m4, gc-sha1.m4: Fix typo, suggested by Stepan Kasal
11508         <kasal@ucw.cz>.
11509
11510 2005-10-19  Simon Josefsson  <jas@extundo.com>
11511
11512         * m4/gc-arcfour.m4: New file.
11513
11514         * m4/gc-rijndael.m4: New file.
11515
11516 2005-10-19  Simon Josefsson  <jas@extundo.com>
11517
11518         * lib/gc.h, gc-gnulib.c, gc-libgcrypt.c: Support MD4.
11519
11520 2005-10-19  Simon Josefsson  <jas@extundo.com>
11521
11522         * lib/gc-gnulib.c: Support ARCFOUR.
11523
11524 2005-10-19  Simon Josefsson  <jas@extundo.com>
11525
11526         * lib/gc-gnulib.c: Implement gc_cipher_* API, currently only with AES
11527         support.
11528
11529         * lib/gc.h: Add ECB enum type.
11530
11531         * lib/hmac-md5.c, hmac-sha1.c: Include memxor.h.
11532
11533 2005-10-18  Simon Josefsson  <jas@extundo.com>
11534
11535         * tests/test-md5.c: New file.
11536
11537         * modules/md5-tests: New file.
11538
11539 2005-10-18  Simon Josefsson  <jas@extundo.com>
11540
11541         * tests/test-md4.c: New file.
11542
11543         * modules/md4, modules/md4-tests: New files.
11544
11545 2005-10-18  Simon Josefsson  <jas@extundo.com>
11546
11547         * m4/md4.m4: New file.
11548
11549 2005-10-18  Simon Josefsson  <jas@extundo.com>
11550
11551         * lib/md4.h, lib/md4.c: New files, based on md5.?.
11552
11553 2005-10-17  Stepan Kasal  <kasal@ucw.cz>
11554
11555         * gnulib-tool (func_create_testdir): Omit the second check whether
11556         BUILT_SOURCES in nonempty.
11557
11558 2005-10-17  Simon Josefsson  <jas@extundo.com>
11559
11560         * tests/test-rijndael.c: New file.
11561
11562 2005-10-17  Simon Josefsson  <jas@extundo.com>
11563
11564         * modules/sha1: Depend on stdint instead of md5.
11565
11566         * modules/md5: Depend on stdint, remove uint32_t.
11567
11568 2005-10-17  Simon Josefsson  <jas@extundo.com>
11569
11570         * modules/gc-sha1-tests: New file.
11571
11572         * tests/test-gc-sha1.c: New file.
11573
11574 2005-10-17  Simon Josefsson  <jas@extundo.com>
11575
11576         * m4/md5.m4: Remove call to uint32_t.m4.
11577
11578 2005-10-17  Simon Josefsson  <jas@extundo.com>
11579
11580         * lib/sha1.c: Use uint32_t instead of md5_uint32.t
11581
11582         * lib/sha1.h: Use stdint.h and uint32_t instead of md5_uint32 from
11583         md5.h.
11584
11585         * lib/md5.c: Use uin32_t.  Fix non-gcc UNALIGNED_P macro.
11586
11587         * lib/md5.h: Use stdint.h and uint32_t.  Doc fix.
11588
11589 2005-10-17  Simon Josefsson  <jas@extundo.com>
11590
11591         * lib/gc.h, gc-libgcrypt.c: Add more hash types/functions.
11592
11593 2005-10-17  Simon Josefsson  <jas@extundo.com>
11594
11595         * lib/gc.h, gc-libgcrypt.c: Add ciphers.
11596
11597 2005-10-17  Simon Josefsson  <jas@extundo.com>
11598
11599         * lib/gc-libgcrypt.c (gc_hmac_sha1): Fix assert.
11600
11601         * lib/gc.h (gc_nonce, gc_pseudo_random, gc_random): Add prototypes.
11602
11603 2005-10-17  Bruno Haible  <bruno@clisp.org>
11604
11605         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Change the return statement so
11606         that it can also be used in a test.
11607
11608 2005-10-16  Bruno Haible  <bruno@clisp.org>
11609
11610         * gnulib-tool (func_emit_tests_Makefile_am): Also define
11611         TESTS_ENVIRONMENT, so that individual tests can augment it.
11612
11613         * gnulib-tool (func_create_testdir): Use an intermediate target for
11614         building $(BUILT_SOURCES). Needed because BUILT_SOURCES can contain
11615         macros, like $(ALLOCA_H), which cannot be passed through the command
11616         line.
11617
11618 2005-10-15  Simon Josefsson  <jas@extundo.com>
11619
11620         * modules/rijndael-tests: New file.
11621
11622         * modules/rijndael: New file.
11623
11624 2005-10-15  Simon Josefsson  <jas@extundo.com>
11625
11626         * m4/rijndael.m4: New file.
11627
11628 2005-10-15  Simon Josefsson  <jas@extundo.com>
11629
11630         * lib/rijndael-api-fst.h, lib/rijndael-api-fst.c: New files.
11631
11632         * lib/rijndael-alg-fst.h, lib/rijndael-alg-fst.c: New files.
11633
11634 2005-10-14  Simon Josefsson  <jas@extundo.com>
11635
11636         * tests/test-arcfour.c: New file.
11637
11638         * modules/arcfour, modules/arcfour-tests: New files.
11639
11640 2005-10-14  Simon Josefsson  <jas@extundo.com>
11641
11642         * m4/arcfour.m4: New file.
11643
11644 2005-10-14  Simon Josefsson  <jas@extundo.com>
11645
11646         * lib/arcfour.h, lib/arcfour.c: New files.
11647
11648 2005-10-14  Roland McGrath  <roland@redhat.com>
11649
11650         Import from libc.  [BZ #1331]
11651         * lib/obstack.h [!__STDC__] (obstack_int_grow_fast): Fix misnamed
11652         macro argument.
11653         Reported by Matej Vela <vela@debian.org>.
11654
11655 2005-10-14  Paul Eggert  <eggert@cs.ucla.edu>
11656
11657         * lib/obstack.c [defined _LIBC && defined USE_IN_LIBIO]: Don't
11658         include <wchar.h>; no longer needed.
11659
11660 2005-10-14  Paul Eggert  <eggert@cs.ucla.edu>
11661
11662         * config/srclist.txt: Add glibc bug 321 for obstack.c, obstack.h.
11663
11664 2005-10-14  Jakub Jelinek  <jakub@redhat.com>
11665         and  Ulrich Drepper  <drepper@redhat.com>
11666
11667         Import from libc.
11668         * lib/obstack.c (print_and_abort) [defined _LIBC]: Use __fxprintf
11669         instead of inline stream orientation test and two separate
11670         function calls.  Pay no attention to USE_IN_LIBIO.
11671
11672 2005-10-13  Simon Josefsson  <jas@extundo.com>
11673
11674         * modules/gc-hmac-md5-tests: New file.
11675
11676         * tests/test-gc-hmac-sha1.c: New file.
11677
11678         * tests/test-gc.c (main): Remove MD5 and HMAC-MD5 tests.
11679
11680         * modules/gc-hmac-md5-tests: New file.
11681
11682         * tests/test-gc-md5.c: New file.
11683
11684         * modules/gc-md5-tests: New file.
11685
11686 2005-10-13  Simon Josefsson  <jas@extundo.com>
11687
11688         * lib/gc-pbkdf2-sha1.c (gc_pbkdf2_sha1): Optimize CEIL computation.
11689         Move memory allocation outside of loop.
11690
11691 2005-10-13  Paul Eggert  <eggert@cs.ucla.edu>
11692
11693         * lib/mkdir-p.c (make_dir_parents): Don't report an error if an
11694         intermediate directory is in a read-only file system.  Problem
11695         reported by Eric Blake.
11696
11697 2005-10-13  Oskar Liljeblad  <oskar@osk.mine.nu>
11698
11699         * modules/human (Depends-on): Depend on xstrtoumax, not xstrtol.
11700
11701 2005-10-12  Simon Josefsson  <jas@extundo.com>
11702
11703         * tests/test-hmac-sha1.c: New file.
11704
11705         * modules/hmac-sha1-tests: New file.
11706
11707         * modules/hmac-sha1: New file.
11708
11709 2005-10-12  Simon Josefsson  <jas@extundo.com>
11710
11711         * modules/gc-sha1: New file.
11712
11713 2005-10-12  Simon Josefsson  <jas@extundo.com>
11714
11715         * modules/gc-pbkdf2-sha1, modules/gc-pbkdf2-sha1-tests: New files.
11716
11717         * tests/test-gc-pbkdf2-sha1.c: New file.
11718
11719 2005-10-12  Simon Josefsson  <jas@extundo.com>
11720
11721         * modules/gc-md5, modules/gc-hmac-md5: New files.
11722
11723         * modules/gc (Files): Remove md5, memxor and hmac files.
11724
11725 2005-10-12  Simon Josefsson  <jas@extundo.com>
11726
11727         * m4/gc-pbkdf2-sha1.m4: New file.
11728
11729         * m4/gc-hmac-sha1.m4: New file.
11730
11731         * m4/gc-sha1: New file.
11732
11733         * m4/hmac-sha1.m4: New file.
11734
11735 2005-10-12  Simon Josefsson  <jas@extundo.com>
11736
11737         * m4/gc-md5.m4, m4/gc-hmac-md5.m4: New files.
11738
11739         * m4/gc.m4: Don't call gl_MD5, gl_MEMXOR or gl_HMAC_MD5.
11740
11741 2005-10-12  Simon Josefsson  <jas@extundo.com>
11742
11743         * lib/gc.h, gc-gnulib.c, gc-libgcrypt.c: Use Gc_rc for return types,
11744         suggested by Bruno Haible <bruno@clisp.org>.
11745
11746 2005-10-12  Simon Josefsson  <jas@extundo.com>
11747
11748         * lib/gc.h, gc-gnulib.c, gc-libgcrypt.c: Support SHA-1.
11749
11750 2005-10-12  Simon Josefsson  <jas@extundo.com>
11751
11752         * lib/gc-pbkdf2-sha1.c: New file.
11753
11754         * lib/gc.h: Add gc_pbkdf2_sha1 prototype.
11755
11756 2005-10-12  Simon Josefsson  <jas@extundo.com>
11757
11758         * lib/gc-libgcrypt.c (gc_hmac_sha1): New function.
11759
11760         * lib/gc-gnulib.c (gc_hmac_sha1): New function.
11761
11762 2005-10-12  Simon Josefsson  <jas@extundo.com>
11763
11764         * lib/gc-gnulib.c: Condition MD5 and HMAC-MD5 use on GC_USE_MD5 and
11765         GC_USE_HMAC_MD5, respectively.
11766
11767         * lib/gc-libgcrypt.c (gc_md5): Fix assert call.
11768         (gc_md5): Fix typo.
11769
11770         * lib/gc.h (gc_hash_buffer): Use gc_hash in prototype.
11771
11772         * lib/gc-libgcrypt.c (gc_hash_buffer): Ditto.
11773
11774         * lib/gc-gnulib.c (gc_hash_buffer): Ditto.
11775
11776 2005-10-12  Bruno Haible  <bruno@clisp.org>
11777
11778         * m4/stdbool.m4 (gl_STDBOOL_H): Define as an alias of AM_STDBOOL_H.
11779         Reported by Stepan Kasal <kasal@ucw.cz>.
11780
11781 2005-10-11  Simon Josefsson  <jas@extundo.com>
11782
11783         * tests/test-crc.c: New file.
11784
11785         * modules/crc, modules/crc-tests: New files.
11786
11787 2005-10-11  Simon Josefsson  <jas@extundo.com>
11788
11789         * m4/crc.m4: New file.
11790
11791 2005-10-11  Simon Josefsson  <jas@extundo.com>
11792
11793         * lib/gc.h: Add gc_hash and gc_hash_buffer.
11794
11795         * lib/gc-gnulib.c (gc_hash_buffer): Add.  Reorder #include's.
11796
11797         * lib/gc-libgcrypt.c (gc_hash_buffer): Add.
11798
11799 2005-10-11  Simon Josefsson  <jas@extundo.com>
11800
11801         * lib/crc.h, lib/crc.c: New files.
11802
11803         * lib/gc.h (gc_hash_buffer): Add doc.
11804
11805 2005-10-11  Bruno Haible  <bruno@clisp.org>
11806
11807         * modules/c-strcasestr: New file.
11808         * MODULES.html.sh (String handling <string.h>): Add c-strcasestr.
11809
11810 2005-10-11  Bruno Haible  <bruno@clisp.org>
11811
11812         * modules/c-strcase: New file.
11813         * MODULES.html.sh (String handling <string.h>): Add c-strcase.
11814
11815 2005-10-11  Bruno Haible  <bruno@clisp.org>
11816
11817         * lib/strcasecmp.c: Include limits.h.
11818         (strcasecmp): Avoid integer overflow on exotic platforms.
11819         * lib/strncasecmp.c: Include limits.h.
11820         (strncasecmp): Avoid integer overflow on exotic platforms.
11821         Reported by Paul Eggert.
11822
11823 2005-10-11  Bruno Haible  <bruno@clisp.org>
11824
11825         * lib/c-strcasestr.h: New file, from GNU gettext.
11826         * lib/c-strcasestr.c: New file, from GNU gettext.
11827
11828 2005-10-11  Bruno Haible  <bruno@clisp.org>
11829
11830         * lib/c-strcase.h: New file, from GNU gettext.
11831         * lib/c-strcasecmp.c: New file, from GNU gettext.
11832         * lib/c-strncasecmp.c: New file, from GNU gettext.
11833
11834 2005-10-10  Paul Eggert  <eggert@cs.ucla.edu>
11835
11836         * modules/mempcpy (License): GPL -> LGPL.
11837         * modules/strchrnul (License): Likewise.
11838         * modules/sysexits (License): Likewise.
11839
11840 2005-10-08  Simon Josefsson  <jas@extundo.com>
11841
11842         * config/srclist.txt: Bug 1423 is closed, but 1439 remains.
11843
11844 2005-10-07  Simon Josefsson  <jas@extundo.com>
11845
11846         * m4/memxor.m4: Remove gl_C_RESTRICT call.
11847
11848 2005-10-06  Simon Josefsson  <jas@extundo.com>
11849
11850         * tests/test-hmac-md5.c: New file.
11851
11852         * modules/hmac-md5-tests: New file.
11853
11854         * modules/hmac-md5: New file.
11855
11856 2005-10-06  Simon Josefsson  <jas@extundo.com>
11857
11858         * m4/hmac-md5.m4: New file.
11859
11860         * m4/memxor.m4: Require gl_C_RESTRICT.
11861
11862 2005-10-06  Simon Josefsson  <jas@extundo.com>
11863
11864         * lib/memxor.c (memxor): Avoid casts and warnings.
11865
11866 2005-10-06  Simon Josefsson  <jas@extundo.com>
11867
11868         * lib/hmac-md5.c: New file.
11869
11870         * lib/hmac.h: New file.
11871
11872 2005-10-06  Paul Eggert  <eggert@cs.ucla.edu>
11873
11874         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Check that bool
11875         promotes to int, not unsigned int, to catch the AIX 5.3
11876         compiler bug.
11877
11878 2005-10-05  Simon Josefsson  <jas@extundo.com>
11879
11880         * modules/memxor: New file.
11881
11882         * modules/iconv (Files): Move config.rpath to havelib, it is used
11883         there.
11884
11885         * modules/havelib (Files): Add config.rpath.
11886
11887 2005-10-05  Simon Josefsson  <jas@extundo.com>
11888
11889         * m4/memxor.m4: New file.
11890
11891 2005-10-05  Simon Josefsson  <jas@extundo.com>
11892
11893         * lib/memxor.c (memxor): Fix compiler error.
11894
11895         * lib/md5.h (MD5_DIGEST_SIZE, MD5_BLOCK_SIZE): Add, see also
11896         <http://sourceware.org/bugzilla/show_bug.cgi?id=1423>.
11897
11898         * lib/memxor.h, lib/memxor.c: New files.
11899
11900         * lib/getaddrinfo.h: Don't protect sys/types.h with HAVE_SYS_TYPES_H,
11901         we assume all systems have it, suggested by Jim Meyering
11902         <jim@meyering.net>.  Remove HAVE_SYS_SOCKET_H test too, to see if
11903         any systems lack sys/socket.h; mingw32 is known to lack it, but we
11904         don't support it yet anyway.  Also remove HAVE_NETDB_H test, for
11905         same reasons.
11906
11907 2005-10-05  Simon Josefsson  <jas@extundo.com>
11908
11909         * config/srclist.txt: Add glibc bug 1423 for md5.h.
11910
11911 2005-10-05  Paul Eggert  <eggert@cs.ucla.edu>
11912
11913         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Don't check for
11914         sys/socket.h, netdb.h, sys/types.h; the checks areno longer
11915         needed, since the source code now assumes these .h files.
11916
11917 2005-10-05  Derek Price  <derek@ximbiot.com>
11918
11919         * lib/getdelim.c (SIZE_MAX): New macro, if not already defined.
11920
11921 2005-10-05  Bruno Haible  <bruno@clisp.org>
11922
11923         * modules/stdint (License): Change to LGPL.
11924
11925 2005-10-04  Simon Josefsson  <jas@extundo.com>
11926
11927         * lib/getaddrinfo.h: Move sys/types.h include first, reported by "Mark
11928         D. Baushke" <mdb@gnu.org>.
11929
11930 2005-10-04  Bruno Haible  <bruno@clisp.org>
11931
11932         * lib/verify.h (verify_true): Provide alternative definition for C++.
11933
11934 2005-10-03  Paul Eggert  <eggert@cs.ucla.edu>
11935
11936         * lib/getdelim.c: Include getdelim.h first.  Include <limits.h>.
11937         (SSIZE_MAX): New macro, if not already defined.
11938         (getdelim): Fix buffer overrun on 64-bit hosts with lines longer
11939         than 2 GiB.
11940
11941 2005-10-02  Paul Eggert  <eggert@cs.ucla.edu>
11942
11943         Sync from coreutils.
11944         * m4/openat.m4 (gl_FUNC_OPENAT): Check for fdopendir.
11945         * m4/ullong_max.m4 (gl_ULLONG_MAX): Simplify so that it merely
11946         defines ULONG_MAX_LT_ULLONG_MAX.  Thomas M.Ott reports that
11947         ULLONG_MAX doesn't work with 2.7.2.1.
11948
11949 2005-10-02  Paul Eggert  <eggert@cs.ucla.edu>
11950
11951         * modules/xreadlink (Makefile.am): Remove lib_SOURCES.
11952         From Ben Pfaff.
11953
11954         * modules/exclude (Depends-on): Depend on verify.
11955         * modules/strtoimax (Depends-on): Likewise.
11956         * modules/utimecmp (Depends-on): Likewise.
11957
11958 2005-10-02  Paul Eggert  <eggert@cs.ucla.edu>
11959
11960         * lib/exclude.c: Include verify.h.
11961         (verify): Remove.  All callers changed to use verify.h's version.
11962         * lib/strtoimax.c: Likewise.
11963         * lib/utimecmp.c: Likewis.e
11964
11965         Sync from coreutils.
11966         * lib/.cppi-disable: Add getaddrinfo.h, getdelim.h, getline.h,
11967         getpass.c, mbchar.h, mbuiter.h, strcase.h, strnlen.h, strnlen1.h.
11968         * lib/.cvsignore: Add fts.h, search.h, t-fpending.
11969         * lib/settime.c (settime): Fix { typo in previous patch.  Also, don't
11970         bother returning ENOSYS if settimeofday or stime fails; just let
11971         them return whatever errno they want to return.
11972         * lib/utimens.c: Include unistd.h, for dup2.
11973         (futimens): Fix typo: HAVE_FUTIMESAT was misspelled in an #if.
11974         (futimens) [! HAVE_FUTIMESAT]: If !file, set errno before returning -1.
11975
11976 2005-10-02  Jim Meyering  <jim@meyering.net>
11977
11978         Sync from coreutils.
11979         * m4/utimes.m4 (gl_FUNC_UTIMES): Detect the version of utimes
11980         from glibc-2.2.5 that fails for read-only files.
11981
11982 2005-10-02  Jim Meyering  <jim@meyering.net>
11983
11984         Sync from coreutils.
11985         * lib/fts-cycle.c [HAVE_CONFIG_H]: Include <config.h>.
11986         * lib/openat-die.c: Use `#ifdef HAVE_CONFIG_H', not
11987         `#if HAVE_CONFIG_H'.
11988         * lib/openat.c (fdopendir): Do not define if HAVE_FDOPENDIR.
11989         Remove AT_FDCWD test.
11990         Do not consume the fd unless successful.
11991         * lib/openat.h (fdopendir): Do not define if HAVE_FDOPENDIR.
11992         * lib/settime.c (settime): Move the HAVE_STIME block `up' into an #elif
11993         block, so that we don't even try to compile it if settimeofday is
11994         available.  This works around a compilation failure on OSF1 V5.1,
11995         due to stime requiring a `long int*' while tv_sec is `int'.
11996
11997 2005-10-02  Alfred M. Szmidt  <ams@gnu.org>
11998
11999         Sync from coreutils.
12000         * m4/chdir-long.m4 (gl_FUNC_CHDIR_LONG): Compare $gl_have_path...
12001         against `yes', rather than just testing for nonempty.
12002
12003 2005-10-01  Simon Josefsson  <jas@extundo.com>
12004
12005         * m4/getaddrinfo.m4: Include sys/types.h for sys/socket.h, on FreeBSD
12006         and Darwin.
12007
12008         * m4/getaddrinfo.m4: Use AC_GNU_SOURCE, GNU only declare getaddrinfo
12009         as an (POSIX) extension.  Check for sys/types.h, sys/socket.h, and
12010         netdb.h too, needed by getaddrinfo.h.  Check if getaddrinfo,
12011         freeaddrinfo and gai_strerror are declared by the POSIX headers.
12012         Check if struct addrinfo is declared.
12013
12014 2005-10-01  Simon Josefsson  <jas@extundo.com>
12015
12016         * lib/getaddrinfo.h: Protect #include's of sys/socket.h and netdb.h.
12017         Only define struct addrinfo if !HAVE_STRUCT_ADDRINFO.  Protect
12018         AI_* and EAI_* definitions.  Protect function declarations.
12019
12020 2005-10-01  Jim Meyering  <jim@meyering.net>
12021
12022         Sync from coreutils.
12023
12024         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Look for getservbyname in these
12025         libraries [inet nsl socket xnet].  Nelson Beebe reported that with
12026         native cc on Solaris 7, getaddrinfo.c requires -lsocket.
12027         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Check for gethostbyname
12028         in the inet and nsl libraries.  Required on Solaris 5.7.
12029
12030 2005-10-01  Jim Meyering  <jim@meyering.net>
12031
12032         Sync from coreutils.
12033         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Check for gethostbyname
12034         in the inet and nsl libraries.  Required on Solaris 5.7.
12035
12036 2005-10-01  Eric Blake  <ebb9@byu.net>  (tiny change)
12037
12038         * lib/getdelim.c (getdelim): Remove unused variables.
12039
12040 2005-09-29  Paul Eggert  <eggert@cs.ucla.edu>
12041
12042         * lib/xtime.h (XTIME_PRECISION): Now of type int, not long long int,
12043         so that the code works even with ancient cpp.  Portability problem
12044         with GCC 2.7.2.1 reported by Thomas M.Ott.
12045
12046 2005-09-27  Paul Eggert  <eggert@cs.ucla.edu>
12047
12048         * modules/regex (Depends-on): Add strcase.
12049
12050         * modules/gethostname (Licence): Change from GPL to LGPL, since
12051         gethostname.c is a trivial implementation of a standard library
12052         function.
12053         * modules/poll (License): Change from GPL to LGPL, since it's
12054         derived from LGPL code.
12055
12056 2005-09-27  Jim Meyering  <jim@meyering.net>
12057
12058         * lib/getcwd.c: Change #ifdef<TAB>HAVE_CONFIG_H to #ifdef
12059         HAVE_CONFIG_H.
12060
12061         * lib/intprops.h (signed_type_or_expr__): Define.
12062         (INT_STRLEN_BOUND) [__GNUC__]: Use a slightly tighter bound
12063         for unsigned types.
12064
12065 2005-09-26  Paul Eggert  <eggert@cs.ucla.edu>
12066
12067         * lib/verify.h (verify_expr): Remove, replacing with:
12068         (verify_true): New macro that returns true instead of void.
12069         (verify_type__): Remove.
12070         (verify): Use verify_true rather than verify_type__.
12071
12072 2005-09-26  Bruno Haible  <bruno@clisp.org>
12073
12074         * modules/mbchar (Include): Mention that HAVE_WCHAR_H && HAVE_WCTYPE_H
12075         is necessary.
12076         (lib_SOURCES): Remove mbchar.c.
12077         * modules/mbfile (Include): Mention that HAVE_MBRTOWC is necessary.
12078         (Files): Add m4/mbrtowc.m4.
12079         * modules/mbiter: Likewise.
12080         * modules/mbuiter: Likewise.
12081
12082 2005-09-26  Bruno Haible  <bruno@clisp.org>
12083
12084         * m4/mbchar.m4 (gl_MBCHAR): Check for wchar.h and wctype.h. Don't
12085         compile mbchar.c if they are not both present.
12086         * m4/mbfile.m4 (gl_MBFILE): Require gl_FUNC_MBRTOWC.
12087         * m4/mbiter.m4 (gl_MBITER): Likewise.
12088         * m4/strstr.m4 (gl_PREREQ_STRSTR): Use AC_REQUIRE.
12089         * m4/strcasestr.m4 (gl_PREREQ_STRCASESTR): Likewise.
12090         * m4/strcase.m4 (gl_PREREQ_STRCASECMP): Likewise.
12091
12092 2005-09-25  Jim Meyering  <jim@meyering.net>
12093
12094         * modules/inet_ntop (Depends-on): Add socklen, since inet_ntop.c
12095         also uses socklen_t.
12096
12097 2005-09-24  Paul Eggert  <eggert@cs.ucla.edu>
12098
12099         * lib/utimens.c (ENOSYS): Define if not already defined.
12100         (futimens): Support having a null PATH if the file descriptor
12101         is nonnegative.
12102
12103         * lib/regex_internal.h (__GNUC_PREREQ, always_inline, inline, pure):
12104         Remove.
12105         (__attribute): Define to empty unless GCC 3.1 or later.
12106         This works around a core dump on OpenBSD 3.4, which has GCC
12107         2.95.3, which dumps core when given __attribute__(()).  It also
12108         simplifies other tests, since we really don't want to bother with
12109         worrying about which ancient version of GCC supported what.
12110         Original problem reported by Yoann Vandoorselaere, with part of
12111         the fix suggested by Derek Price.
12112
12113 2005-09-24  Jim Meyering  <jim@meyering.net>
12114
12115         * lib/verify.h (verify_type__): Use `unsigned int' as the bitfield type
12116         so we can once again use a positive bitfield width of 1 -- now we
12117         don't have to explain why we were using a bitfield width of 2.
12118
12119 2005-09-23  Paul Eggert  <eggert@cs.ucla.edu>
12120
12121         * m4/regex.m4 (gl_REGEX): If replacing, define regcomp to rpl_regcomp,
12122         and similarly for the other external symbols.  Problem reported
12123         by James Gallager.
12124
12125         * m4/fnmatch.m4 (_AC_FUNC_FNMATCH_IF): Catch Sun Studio 10u1 on Linux
12126         bug reported by Jim Meyering.
12127
12128         * m4/utimens.m4 (gl_UTIMENS): Check for futimesat.
12129         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Undo previous change;
12130         not needed, since socklen is a prerequisite module.
12131
12132 2005-09-23  Paul Eggert  <eggert@cs.ucla.edu>
12133
12134         * lib/getaddrinfo.c [HAVE_NETINET_IN_H]: Include <netinet/in.h>.
12135         Problem reported by Eric Blake.
12136         (getaddrinfo): Initialize se so that it's not garbage.
12137         Redo internal storage allocation so that it doesn't make unportable
12138         assumptions about alignment.
12139         Fix a memory leak.
12140
12141         * lib/utimens.c (futimens): Use futimesat if available.
12142         Prefer it to futimes since it doesn't have the futimes bug.
12143
12144         * lib/verify.h (GL_CONCAT0, GL_CONCAT): Remove.
12145         (verify): Don't use the __LINE__ trick, as it doesn't work in general.
12146         Instead, declare a function that returns a pointer to an array,
12147         and use verify_type__ to declare the size of the array.
12148         Problem and germ of a solution reported by Bruno Haible.
12149         (verify_type__): Use 2, not 1, for bitfield size, to avoid
12150         a warning with Irix 6.5 cc.  Problem reported by Bruno Haible.
12151
12152 2005-09-23  Jim Meyering  <jim@meyering.net>
12153
12154         Sync from coreutils.
12155         Correct build failure (socklen_t not defined) on at least
12156         mips-sgi-irix6.5 and alphaev67-dec-osf5.1.
12157         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Require gl_SOCKLEN_T.
12158
12159 2005-09-23  Jim Meyering  <jim@meyering.net>
12160
12161         * modules/getaddrinfo (Depends-on): Add socklen.
12162
12163 2005-09-23  Bruno Haible  <bruno@clisp.org>
12164
12165         * tests/test-verify.c: New file.
12166
12167 2005-09-22  Paul Eggert  <eggert@cs.ucla.edu>
12168
12169         Sync from coreutils.
12170
12171         * modules/argmatch (Depends-on): Add verify.
12172         * modules/getloadavg (Depends-on): Depend on fcntl-safer, not
12173         unistd-safer.
12174         * modules/save-cwd (Depends-on): Likewise.
12175
12176         * modules/openat (Files): Add lib/openat-die.c.
12177         (Depends-on): Remove error, exitfail.
12178         Add dirname.
12179
12180         * modules/verify: New file.
12181         * MODULES.html.sh (Diagnostics <assert.h>): New section,
12182         with "verify" module.
12183
12184 2005-09-22  Paul Eggert  <eggert@cs.ucla.edu>
12185
12186         Sync from coreutils.
12187
12188         * m4/backupfile.m4, calloc.m4, chown.m4, cloexec.m4, dup2.m4:
12189         * m4/fileblocks.m4, free.m4, ftruncate.m4, getcwd.m4, getpagesize.m4:
12190         * m4/getugroups.m4, group-member.m4, idcache.m4, link-follow.m4:
12191         * m4/mkstemp.m4, mktime.m4, mountlist.m4, nanosleep.m4, pathmax.m4:
12192         * m4/physmem.m4, posixver.m4, putenv.m4, safe-read.m4, same.m4:
12193         * m4/save-cwd.m4, stdio-safer.m4, unistd-safer.m4, unlinkdir.m4:
12194         * m4/userspec.m4, xgetcwd.m4, xreadlink.m4:
12195         Don't bother checking for string.h, stdlib.h, unistd.h.
12196         * m4/fts.m4 (gl_FUNC_FTS_CORE): Don't require
12197         AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK; that's now the lstat
12198         module's job.
12199         * m4/jm-macros.m4 (gl_MACROS): Likewise.
12200         * m4/prereq.m4 (gl_PREREQ): Add gl_FUNC_LSTAT.
12201
12202         * m4/getdate.m4 (gl_C_COMPOUND_LITERALS): New macro.
12203         (gl_GETDATE): Use it.
12204
12205         * m4/mkdir-p.m4 (gl_MKDIR_PARENTS): Don't bother checking for unistd.h.
12206
12207 2005-09-22  Paul Eggert  <eggert@cs.ucla.edu>
12208
12209         Sync from coreutils.
12210
12211         * lib/.cppi-disable: Add regcomp.c, regex_internal.c, regex_internal.h,
12212         stat-time.h.
12213         * lib/argmatch.h: Include verify.h
12214         (ARGMATCH_VERIFY): Use verify rather than rolling our own.
12215         (ARGMATCH_ASSERT): Remove; unused.
12216         * lib/canonicalize.c: Assume STDC_HEADERS.
12217         * lib/exclude.c: Include "strcase.h".
12218         * lib/regex_internal.h [!defined _LIBC]: Likewise.
12219         * lib/getusershell.c: Include stdio--.h rather than stdio.h
12220         and stdio-safer.h.
12221         (getusershell): Call fopen, not fopen_safer.
12222         * lib/save-cwd.c: Include fcntl--.h rather than fcntl.h.
12223         Do not include unistd-safer.h.
12224         (save_cwd): Don't call fd_safer; no longer needed
12225         now that we include fcntl--.h.
12226
12227         * lib/getdate.y (relative_time): New type.
12228         (RELATIVE_TIME_0): New constant.
12229         (parser_control): Use relative_time instead of doing it ourselves.
12230         (%union): Add new relative_time rel member.
12231         (tYEAR_UNIT, tMONTH_UNIT, tHOUR_UNIT, tMINUTE_UNIT, tSEC_UNIT):
12232         Now typeless.
12233         (relunit, relunit_snumber): Now of type rel.
12234         (zone, rel, relunit, get_date): Adjust to above changes.
12235
12236         * lib/getloadavg.c: Include fcntl--.h rather than fcntl.h.
12237         Do not include unistd-safer.h.
12238         (getloadavg): Don't call fd_safer; no longer needed
12239         now that we include fcntl--.h.
12240
12241         * lib/mkdir-p.c (ENOSYS): Define to EEXIST if not defined.
12242         (make_dir_parents): Treat ENOSYS like EEXIST.
12243
12244         Improve quality of diagnostics on restore_cwd failure.
12245         * lib/mkdir-p.h (make_dir): Remove.  All uses replaced by mkdir.
12246         (make_dir_parents): Last arg is now int * (for errno), not bool *.
12247         * lib/mkdir-p.c (make_dir, make_dir_parents): Likewise.
12248         Rewrite "mkdir -p" algorithm to avoid the need for "stat"
12249         each time through the loop.  Do not diagnose restore_cwd failure;
12250         that is the caller's job (and perhaps the caller does not care).
12251
12252         * lib/mkdir-p.c (CLEANUP_CWD, CLEANUP): Remove.
12253         (make_dir_parents): Revamp to avoid need for CLEANUP_CWD, CLEANUP.
12254         If the file already exists but is not a directory, don't bother
12255         to try to make its parents.
12256         Close potential file descriptor leak if we can't chdir("/") (!).
12257         Don't always return true if chdir($PWD) fails; return true only
12258         if the requested action was done successfully (except for the
12259         chdir($PWD)).
12260         Don't log final directory unless we actually made it.
12261         Refactor to avoid duplicate code to fix up permissions.
12262         Don't attempt to fix up parent permissions if chdir($PWD) fails.
12263
12264         * lib/strftime.c (my_strftime): Rewrite the previous change slightly,
12265         to make it a bit faster and (I hope) clearer.
12266         * lib/strftime.c (my_strftime): Add support for %:z, %::z, %:::z.
12267         Fix bug in formats like %2N.
12268
12269         * lib/verify.h: New file.
12270
12271 2005-09-22  Paul Eggert  <eggert@cs.ucla.edu>
12272
12273         Sync from coreutils.
12274         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Check for netinet/in.h.
12275
12276 2005-09-22  Jim Meyering  <jim@meyering.net>
12277
12278         Sync from coreutils.
12279
12280         * m4/lstat.m4 (gl_FUNC_LSTAT):
12281         Use AC_LIBSOURCES to require lstat.c and lstat.h.
12282         Remove obsolete comment.
12283         * m4/xreadlink.m4: Use AC_LIBSOURCES and AC_LIBOBJ.
12284         * m4/xstrtod.m4: Likewise.
12285
12286         * m4/openat.m4 (gl_FUNC_OPENAT): Add openat-die.c.
12287
12288 2005-09-22  Jim Meyering  <jim@meyering.net>
12289
12290         Sync from coreutils.
12291
12292         * lib/backupfile.c: Use ARGMATCH_VERIFY, just in case.
12293
12294         * lib/posixtm.c (posixtime) [lint]: Initialize *all* of tm0, not just
12295         the .tm_year member, since otherwise gcc-4.0 would now warn about
12296         tm_zone, tm_gmtoff, tm_isdst, tm_yday, tm_wday.
12297
12298         * lib/quotearg.c (quotearg_n_options): Change code to be suboptimal, in
12299         order to avoid an unsuppressible warning from gcc on 64-bit systems.
12300
12301         * lib/getdate.y (get_date): Undo part of the 2005-04-04 change, so that
12302         the command "date -d'2005-03-27 +1 day'" succeeds once again, even
12303         when run in a time zone for which daylight savings time is in effect
12304         for the starting date.
12305
12306         * lib/mkdir-p.c (make_dir_parents): Don't let a failed chdir($PWD)
12307         stop us from restricting permissions of just-created absolute-named
12308         directories.
12309         * lib/mkdir-p.c (CLEANUP_CWD): Return *true*, not false when failing
12310         to restore initial working directory.
12311         * lib/mkdir-p.c (make_dir_parents): New parameter:
12312         different_working_dir, to tell caller if/when we change the working
12313         directory and are unable to return to the initial one.
12314         * lib/mkdir-p.h (make_dir_parents): Update prototype.
12315         * lib/mkdir-p.c (CLEANUP_CWD): Change one more `return 1' to
12316         `return false'.  This fixes a bug introduced on 2004-07-30.
12317
12318         * lib/openat.c (fdopendir): Be sure to close the supplied
12319         file descriptor before returning.  This makes our replacement
12320         implementation a little closer to Solaris's, where fdopendir
12321         ties the file descriptor to the returned DIR* pointer.
12322         * lib/openat.c (unlinkat): New function.
12323         * lib/openat.h (unlinkat): Add prototype.
12324         * lib/openat-die.c (openat_save_fail): Rename from openat_save_die.
12325         (openat_restore_fail): Rename from openat_restore_die.
12326         * lib/openat.c, openat.h: Reflect s/_die/_fail/ renaming.
12327
12328         Provide an alternative to exiting immediately upon save_cwd or
12329         restore_cwd failure.  Now, an application can arrange e.g.,
12330         to perform a longjump in that case.
12331         * lib/openat.c: Include dirname.h.
12332         Use IS_ABSOLUTE_FILE_NAME rather than testing for leading slash.
12333         (rpl_openat, fdopendir, fstatat): Call openat_save_die
12334         and openat_restore_die rather than calling error directly.
12335         Don't include "error.h" or "exitfail.h"; they're no longer needed.
12336
12337         * lib/openat-die.c (openat_save_die, openat_restore_die): New file.
12338         * lib/openat.h (openat_save_die, openat_restore_die): Declare and
12339         define.
12340
12341         * lib/strftime.c [FPRINTFTIME] (fprintftime): Provide a new interface:
12342         size_t fprintftime (FILE *fp, char const *fmt, struct tm const *tm,
12343                             int utc, int nanoseconds);
12344         Background:
12345         date should not have to allocate a megabyte of virtual memory to
12346         handle a format argument like +%1048575T.  When implemented with
12347         strftime, it must allocate such a buffer, use strftime to fill it
12348         in, print it, then free it.
12349         With fprintftime, it simply prints everything and exits.
12350         With no need for memory allocation, that's one fewer way to fail.
12351         * lib/strftime.c (my_strftime): Parse the colons of %:::z *after* the
12352         optional field width, not before, so we accept %9:z, not %:9z.
12353         (my_strftime): Be sure to use L_('x') for literals.
12354
12355         * lib/backupfile.c, lib/canon-host.c, lib/canonicalize.c, lib/chown.c:
12356         * lib/cloexec.c, lib/dup-safer.c, lib/dup2.c, lib/euidaccess.c:
12357         * lib/fd-safer.c, lib/fileblocks.c, lib/fopen-safer.c, lib/fsusage.c:
12358         * lib/ftruncate.c, lib/getcwd.c, lib/getcwd.h, lib/getloadavg.c:
12359         * lib/getopt_.h, lib/getpagesize.h, lib/getugroups.c:
12360         * lib/group-member.c, lib/human.h, lib/idcache.c, lib/mkdir-p.c:
12361         * lib/mountlist.c, lib/nanosleep.c, lib/pathmax.h, lib/physmem.c:
12362         * lib/posixver.c, lib/putenv.c, lib/raise.c, lib/safe-read.c:
12363         * lib/same.c, lib/save-cwd.c, lib/setenv.c, lib/settime.c:
12364         * lib/tempname.c, lib/unlinkdir.c, lib/unsetenv.c, lib/userspec.c:
12365         * lib/xgethostname.c, lib/xreadlink.c:
12366         Assume HAVE_UNISTD_H, i.e., include <unistd.h> unconditionally.
12367
12368         * lib/chown.c, lib/cloexec.c, lib/dup-safer.c, lib/dup2.c:
12369         * lib/fsusage.c, lib/getcwd.c, lib/getloadavg.c, lib/mountlist.c:
12370         * lib/openat.h, lib/save-cwd.c, lib/tempname.c:
12371         Assume HAVE_FCNTL_H (i.e., include <fcntl.h> unconditionally,
12372         and don't include <sys/file.h>).
12373
12374 2005-09-22  Eric Blake  <ebb9@byu.net>  (tiny change)
12375
12376         Sync from coreutils.
12377
12378         * lib/getloadavg.c (getloadavg) [__CYGWIN__]: Port to cygwin.
12379         [__linux__]: Allocate a big enough buffer for /proc/loadavg.
12380         [!LDAV_DONE]: Avoid unused variable warning.
12381
12382 2005-09-21  Bruno Haible  <bruno@clisp.org>
12383
12384         * lib/unicodeio.h (unicode_to_mb): New declaration.
12385
12386 2005-09-20  Derek Price  <derek@ximbiot.com>
12387
12388         * lib/getaddrinfo.c: Don't include <netdb.h> included from
12389         getaddrinfo.h.
12390
12391 2005-09-20  Bruno Haible  <bruno@clisp.org>
12392
12393         * gnulib-tool: Remove trailing slashes from the values specified for
12394         --source-base, --m4-base, --tests-base, --aux-dir.
12395         Suggested by Simon Josefsson <jas@extundo.com>.
12396
12397 2005-09-20  Bruno Haible  <bruno@clisp.org>
12398
12399         * gnulib-tool (func_all_modules, func_modules_transitive_closure,
12400         func_modules_to_filelist, func_import, func_create_testdir): Make all
12401         sorting results locale-independent, so that gnulib-cache.m4 doesn't
12402         change when gnulib-tool is invoked in a different locale.
12403
12404 2005-09-19  Simon Josefsson  <jas@extundo.com>
12405
12406         * m4/socklen.m4: Fix typo.
12407
12408 2005-09-19  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
12409
12410         Use a consistent style for including <config.h>.
12411         * lib/__fpending.c, lib/acl.c, lib/argmatch.c, lib/argp-help.c,
12412         lib/argp-parse.c, lib/argp-pvh.c, lib/backupfile.c, lib/basename.c,
12413         lib/c-stack.c, lib/calloc.c, lib/check-version.c, lib/cloexec.c,
12414         lib/closeout.c, lib/copy-file.c, lib/creat-safer.c, lib/cycle-check.c,
12415         lib/dirfd.c, lib/dirname.c, lib/dup-safer.c, lib/dup2.c,
12416         lib/euidaccess.c, lib/exclude.c, lib/exitfail.c, lib/fatal-signal.c,
12417         lib/fd-safer.c, lib/file-type.c, lib/fileblocks.c, lib/filemode.c,
12418         lib/filenamecat.c, lib/findprog.c, lib/fnmatch.c, lib/fopen-safer.c,
12419         lib/free.c, lib/fsusage.c, lib/ftruncate.c, lib/full-write.c,
12420         lib/fwriteerror.c, lib/getaddrinfo.c, lib/getcwd.c, lib/getdelim.c,
12421         lib/getline.c, lib/getlogin_r.c, lib/getndelim2.c, lib/getnline.c,
12422         lib/getopt1.c, lib/getpass.c, lib/group-member.c, lib/hard-locale.c,
12423         lib/hash-pjw.c, lib/hash.c, lib/human.c, lib/idcache.c,
12424         lib/inet_ntop.c, lib/isdir.c, lib/long-options.c, lib/malloc.c,
12425         lib/memcasecmp.c, lib/memcmp.c, lib/memcoll.c, lib/memcpy.c,
12426         lib/memmove.c, lib/mkdir-p.c, lib/modechange.c, lib/mountlist.c,
12427         lib/open-safer.c, lib/physmem.c, lib/pipe-safer.c, lib/pipe.c,
12428         lib/poll.c, lib/posixver.c, lib/progname.c, lib/progreloc.c,
12429         lib/putenv.c, lib/quote.c, lib/quotearg.c, lib/readline.c,
12430         lib/readlink.c, lib/realloc.c, lib/regex.c, lib/rename.c, lib/rmdir.c,
12431         lib/rpmatch.c, lib/safe-read.c, lib/same.c, lib/save-cwd.c,
12432         lib/savedir.c, lib/sig2str.c, lib/strcspn.c, lib/strerror.c,
12433         lib/stripslash.c, lib/strncasecmp.c, lib/strndup.c, lib/strnlen.c,
12434         lib/strnlen1.c, lib/strsep.c, lib/strstr.c, lib/strtod.c,
12435         lib/strtoimax.c, lib/strtol.c, lib/strverscmp.c, lib/tempname.c,
12436         lib/time_r.c, lib/userspec.c, lib/utimecmp.c, lib/version-etc-fsf.c,
12437         lib/version-etc.c, lib/wait-process.c, lib/xalloc-die.c, lib/xgetcwd.c,
12438         lib/xmalloc.c, lib/xmemcoll.c, lib/xnanosleep.c, lib/xreadlink.c,
12439         lib/xsetenv.c, lib/xstrndup.c, lib/xstrtoimax.c, lib/xstrtol.c,
12440         lib/xstrtoumax.c, lib/yesno.c:
12441         Standardize inclusion of config.h.
12442         * lib/__fpending.h, lib/dirfd.h, lib/getdate.h, lib/human.h,
12443         lib/inttostr.h:  Removed inclusion of config.h from header files.
12444         * lib/inttostr.c:  Adjusted in-tree users.
12445         * lib/timespec.h: Remove superfluous warning to include config.h.
12446         * lib/atexit.c, lib/chdir-long.c, lib/chown.c, lib/fchown-stub.c,
12447         lib/getgroups.c, lib/gettimeofday.c, lib/lchown.c, lib/lstat.c,
12448         lib/mkdir.c, lib/mkstemp.c, lib/nanosleep.c, lib/openat.c, lib/raise.c,
12449         lib/readtokens0.c, lib/readutmp.c, lib/unlinkdir.c: Guard inclusion of
12450         config.h with HAVE_CONFIG_H.
12451
12452 2005-09-19  Jim Meyering  <jim@meyering.net>
12453
12454         * modules/pathmax (License): Change to LGPL.
12455
12456 2005-09-19  Derek Price  <derek@ximbiot.com>
12457
12458         * config/srclist.txt: glibc's glob.h is now in lib/glob-libc.h.
12459
12460 2005-09-19  Bruno Haible  <bruno@clisp.org>
12461
12462         * gnulib-tool (import): Provide default for --tests-base.
12463
12464 2005-09-19  Bruno Haible  <bruno@clisp.org>
12465
12466         * doc/quote.texi: New file, extracted from gnulib.texi.
12467         * doc/ctime.texi: New file, extracted from gnulib.texi.
12468         * doc/inet_ntoa.texi: New file, extracted from gnulib.texi.
12469         * doc/gnulib-tool.texi: New file, extracted from gnulib.texi.
12470         * doc/gnulib.texi: Include them.
12471
12472 2005-09-18  Bruno Haible  <bruno@clisp.org>
12473
12474         Portability fix.
12475         * gnulib-tool (func_readlink): New function.
12476         (func_ln_if_changed): Use it.
12477
12478 2005-09-18  Bruno Haible  <bruno@clisp.org>
12479
12480         * gnulib-tool: Support --with-tests also with --import.
12481         (func_emit_tests_Makefile_am): Use variables $m4base and $testsbase.
12482         (func_import): Use variables $testsbase and $inctests. Emit a
12483         gl_TESTS_BASE form into gnulib-cache.m4. Create $testsbase/Makefile.am.
12484         Remind the user to add AC_CONFIG_FILES($testsdir/Makefile) and
12485         SUBDIRS += $testsdir.
12486         (func_create_testdir): Update.
12487
12488 2005-09-18  Bruno Haible  <bruno@clisp.org>
12489
12490         * gnulib-tool: Revise --dry-run implementation. Use variable $doit
12491         instead of $dry_run.
12492         (func_cp_if_changed, func_mv_if_changed): Remove functions.
12493         (func_ln_if_changed): Don't handle dry-run here.
12494         (func_import): In dry-run mode, detect more precisely which actions
12495         would be performed, and don't use "...ing" verbs.
12496
12497 2005-09-18  Bruno Haible  <bruno@clisp.org>
12498
12499         * gnulib-tool (func_tmpdir): New function, taken from GNU gettextize.
12500         (func_import): Use join on two temporary files instead of three nested
12501         loops, in order to determine which files are new or old.
12502
12503 2005-09-18  Bruno Haible  <bruno@clisp.org>
12504
12505         * gnulib-tool (func_import): Comment out code that spits out the
12506         new files with --dry-run.
12507
12508 2005-09-18  Bruno Haible  <bruno@clisp.org>
12509
12510         * doc/gnulib.texi (Invoking gnulib-tool): 50% rewritten.
12511
12512 2005-09-16  Paul Eggert  <eggert@cs.ucla.edu>
12513
12514         * lib/stat-time.h: New file.
12515         * lib/timespec.h (ST_TIME_CMP_NS, ST_TIME_CMP, ATIME_CMP, CTIME_CMP):
12516         (MTIME_CMP, TIMESPEC_NS): Remove.  Now done by stat-time.h,
12517         in a different way.
12518         (timespec_cmp): New function.
12519         * lib/utimecmp.c: Include stat-time.h.
12520         (SYSCALL_RESOLUTION): Depend on whether various struct stat
12521         members exist, not on the obsolescent ST_MTIM_NSEC.
12522         (utimecmp): Use the new stat-time functions rater than TIMESPEC_NS.
12523
12524 2005-09-16  Paul Eggert  <eggert@cs.ucla.edu>
12525
12526         * config/srclist.txt: Remove glibc bug 1033 and uncomment mktime.c.
12527
12528 2005-09-16  Paul Eggert  <eggert@cs.ucla.edu>
12529
12530         * MODULES.html.sh (File system functions): Add stat-time.
12531         * modules/stat-time: New file.
12532         * modules/timespec (Files): Remove m4/st_mtim.m4; this
12533         is now done in a different way, by the stat-time module.
12534         * modules/utimecmp (Depends-on): Add stat-time.
12535
12536 2005-09-15  Paul Eggert  <eggert@cs.ucla.edu>
12537
12538         * m4/st_mtim.m4: Remove.  Superseded by...
12539         * m4/stat-time.m4: New file.
12540         * m4/timespec.m4 (gl_TIMESPEC): Require AC_C_INLINE.
12541         Do not invoke AC_STRUCT_ST_MTIM_NSEC; no longer needed.
12542
12543 2005-09-15  Derek Price  <derek@ximbiot.com>
12544
12545         * m4/strstr.m4 (gl_FUNC_STRSTR): Don't define strstr here.
12546
12547 2005-09-15  Derek Price  <derek@ximbiot.com>
12548
12549         * lib/regex_internal.h: Blank `pure' for GNUC < 3.
12550         * lib/regex_internal.c: Ditto, using this...
12551         (__GNUC_PREREQ): ...new macro.
12552         * lib/regcomp.c, regexec.c: Blank `always_inline' for GNUC < 3.1
12553         using...
12554         (__GNUC_PREREQ): ...this new macro.
12555
12556         * lib/strstr.h: Include string.h. Define strstr as a macro here.
12557
12558 2005-09-15  Derek Price  <derek@ximbiot.com>
12559             Paul Eggert  <eggert@cs.ucla.edu>
12560
12561         * lib/regcomp.c, regexec.c, regex_internal.c: Back out previous
12562         changes, consolidating in...
12563         * lib/regex_internal.h: ...this file.
12564
12565 2005-09-13  Jim Meyering  <jim@meyering.net>
12566
12567         * lib/canon-host.c: Filter through gnu indent and reword comments
12568         slightly.
12569         * lib/canon-host.h (ch_strerror_r): Tweak cpp indentation and spacing.
12570
12571 2005-09-13  Derek Price  <derek@ximbiot.com>
12572
12573         * lib/canon-host.c (canon_host_r): Set *cherror on memory allocation
12574         failure.
12575         Reported by Jim Meyering  <jim@meyering.net>.
12576
12577 2005-09-12  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny change)
12578
12579         * lib/base64.c: Typo.
12580         (base64_encode): Put b64str in initialized data section.
12581
12582 2005-09-12  Paul Eggert  <eggert@cs.ucla.edu>
12583
12584         Merge glibc and coreutils changes into gnulib, plus a few
12585         extra fixes.
12586         * lib/md5.c: Use #error rather than a string.
12587         (CYCLIC): New macro, from glibc source.  Use it instead of rol.
12588         * lib/md5.h (__GNUC_PREREQ, __THROW): Define if not defined already.
12589         (__attribute__): Define to empty for non recent-GCC.
12590         (__md5_buffer, __md5_finish_ctx, __md5_init_ctx, __md5_process_block):
12591         (__md5_process_bytes, __md5_read_ctx, __md5_stream):
12592         Renamed from their non-__ counterparts, with new macros replacing
12593         them if not _LIBC.  Add __THROW attribute.
12594         (rol): Remove.
12595         (struct md5_ctx): Align buffer if using GCC.
12596         * lib/sha1.h (struct sha1_ctx): Likewise.
12597         * lib/sha1.c (SWAP): Renamed from the NOTSWAP.  All uses changed.
12598         The old name was backwards.
12599         (NOTSWAP): Remove; not used.
12600         (rol): New macro, moved here from md5.h.
12601         (sha1_process_block): Remove a FIXME that doesn't make sense.
12602
12603 2005-09-12  Derek Price  <derek@ximbiot.com>
12604
12605         Return usable errors from canon-host.
12606         * lib/canon-host.h: New file.
12607         * lib/canon-host.c (canon_host): Wrap...
12608         (canon_host_r): ...this new function, which now relies exclusively on
12609         getaddrinfo.
12610         (ch_strerror): New function.
12611         (last_cherror): New global.
12612         * lib/getaddrinfo.c: Move include of getaddrinfo.h first to test
12613         interface.
12614         (getaddrinfo): Add AI_CANONNAME functionality.  Don't do arithmetic on
12615         void *.
12616         (freeaddrinfo): Free ai->ai_canonname when set.
12617
12618 2005-09-12  Derek Price  <derek@ximbiot.com>
12619
12620         Make canon-host require getaddrinfo.
12621         * m4/canon-host.m4 (gl_CANON_HOST): Remove most dependencies.
12622         AC_LIBSOURCE canon-host.h.  Call...
12623         (gl_PREREQ_CANON_HOST): ...this new function, which requires
12624         gl_GETADDRINFO.
12625         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Compile gai_strerror when needed.
12626
12627 2005-09-12  Derek Price  <derek@ximbiot.com>
12628
12629         * modules/canon-host: Add canon-host.h.  Depend on getaddrinfo.  Make
12630         LGPL.
12631         * modules/getaddrinfo: Add link to opengroup spec.  Depend on strdup.
12632
12633 2005-09-12  Derek Price  <derek@ximbiot.com>
12634
12635         * lib/gai_strerror.c: Include config.h when available.  Include
12636         getaddrinfo.h before other headers to test interface.
12637         Reported by Larry Jones <lawrence.jones@ugs.com>.
12638
12639 2005-09-12  Derek Price  <derek@ximbiot.com>
12640             Paul Eggert  <eggert@cs.ucla.edu>
12641
12642         * modules/glob (Files): Add glob-libc.h.
12643
12644 2005-09-12  Derek Price  <derek@ximbiot.com>
12645             Paul Eggert  <eggert@cs.ucla.edu>
12646
12647         * m4/glob.m4 (gl_GLOB_SUBSTITUTE): AC_LIBSOURCES for glob.c,
12648         glob_.h, glob-libc.h.
12649         (gl_PREREQ_GLOB): Remove _SYS_CDEFS_H hack; no longer needed.
12650
12651 2005-09-12  Derek Price  <derek@ximbiot.com>
12652             Paul Eggert  <eggert@cs.ucla.edu>
12653
12654         * lib/glob-libc.h: Renamed from glob_.h.  The new version is
12655         taken from libc's glob.h, except with '#ifdef __GLOB_GNULIB'
12656         protecting things that should be done only in gnulib contexts.
12657         * lib/glob_.h: New file, containing only the glob things needed for
12658         gnulib.
12659         (GLOB_PREFIX): Remove.  All uses changed to look for __GLOB_GNULIB.
12660         (__GLOB_CONCAT, __GLOB_XCONCAT, __GLOB_ID): Remove; no longer needed.
12661         (glob, globfree, glob_pattern_p): Now defined simply in terms of
12662         rpl_glob, rpl_globfree, rpl_glob_pattern_p.
12663         (__GLOB_GNULIB): New macro, to keep the glob.h changes clearer
12664         and to respect the namespace rules better.
12665
12666 2005-09-08  Simon Josefsson  <jas@extundo.com>
12667
12668         * modules/socklen: New file.
12669
12670 2005-09-08  Simon Josefsson  <jas@extundo.com>
12671
12672         * m4/socklen.m4: New file.
12673
12674 2005-09-08  Paul Eggert  <eggert@cs.ucla.edu>
12675
12676         * modules/utimens (Files): Add m4/utimbuf.m4, since
12677         m4/utimens.m4 requires gl_CHECK_TYPE_STRUCT_UTIMBUF.
12678         Reported by Sergey Poznyakoff.
12679
12680 2005-09-08  Paul Eggert  <eggert@cs.ucla.edu>
12681
12682         * lib/glob.c (glob, globfree, __glob_pattern_p): Use old-style function
12683         definitions, since that's the preferred style in glibc.
12684         Fix a minor spacing issue, and update copyright notice to match
12685         glibc's.
12686
12687 2005-09-08  Paul Eggert  <eggert@cs.ucla.edu>
12688
12689         * config/srclist.txt: Remove glibc bug 1061; it's been fixed.
12690
12691 2005-09-06  Simon Josefsson  <jas@extundo.com>
12692
12693         * lib/getpass.c (getpass): Fix typo, test for HAVE_TCSETATTR and not
12694         TCSETATTR.  Reported by Derek Price <derek@ximbiot.com>.
12695
12696 2005-09-06  Paul Eggert  <eggert@cs.ucla.edu>
12697
12698         * lib/regex_internal.h (bitset_not): Add parens to avoid gcc -Wall
12699         warning.
12700
12701 2005-09-06  Paul Eggert  <eggert@cs.ucla.edu>
12702
12703         * config/srclist.txt: Add glibc bug 1302.
12704
12705 2005-09-05  Paul Eggert  <eggert@cs.ucla.edu>
12706
12707         Change bitset word type from unsigned int to unsigned long int,
12708         as this has better performance on typical 64-bit hosts.
12709         Port bitset code to hosts with unusual word sizes.
12710         * lib/regcomp.c (build_equiv_class, build_charclass, build_range_exp):
12711         (build_collating_symbol):
12712         Prefer bitset to re_bitset_ptr_t in prototypes, when the actual
12713         argument is a bitset.  This is merely a style issue, but it makes
12714         it clearer that an entire array is expected.
12715         (re_compile_fastmap_iter, init_dfa, init_word_char, optimize_subexps):
12716         * lib/regcomp.c (lower_subexp, parse_bracket_exp, built_charclass_op):
12717         Port to the case where bitset_word is not the same as unsigned int.
12718         * lib/regex_internal.h (bitset_set, bitset_clear, bitset_contain):
12719         (bitset_not, bitset_merge, bitset_set_all, bitset_mask):
12720         Likewise.
12721         * lib/regexec.c (check_dst_limits_calc_pos_1,
12722         check_subexp_matching_top):
12723         (build_trtable, group_nodes_into_DFAstates):
12724         Likewise.
12725         * lib/regcomp.c (re_compile_fastmap_iter, utf8_sb_map, optimize_utf8):
12726         Don't assume that SBC_MAX is a multiple of BITSET_WORD_BITS.
12727         * lib/regex_internal.h (bitset_set_all, bitset_not): Likewise.
12728         * lib/regexec.c (group_nodes_into_DFAstates): Likewise.
12729         * lib/regcomp.c (utf8_sb_map): Don't assume UINT_MAX == 0xffffffff.
12730         * lib/regcomp.c (optimize_subexps, lower_subexp):
12731         Work even if bitset_word has holes in its bitwise representation.
12732         * lib/regex_internal.h (BITSET_WORD_BITS): Likewise.
12733         * lib/regexec.c (check_dst_limits_calc_pos_1,
12734         check_subexp_matching_top):
12735         Likewise.
12736         * lib/regex_internal.c (re_string_reconstruct):
12737         Don't assume UCHAR_MAX == 255.
12738         * lib/regex_internal.h (bitset_set_all): Likewise.
12739         * lib/regex_internal.h (BITSET_WORD_BITS): Renamed from UINT_BITS.
12740         All uses changed.
12741         (BITSET_WORDS): Renamed from BITSET_UINTS.  All uses changed.
12742         (bitset_word): New type, replacing 'unsigned int' for bitset uses.
12743         All uses changed.
12744         (BITSET_WORD_MAX): New macro.
12745         (bitset_set, bitset_clear, bitset_contain, bitset_empty):
12746         (bitset_set_all, bitset_copy):  Now inline functions, not macros.
12747         (bitset_empty, bitset_copy):
12748         Prefer sizeof (bitset) to multiplying it out ourselves.
12749         (bitset_not_merge): Remove; unused.
12750         (bitset_contain): Return bool, not unsigned int with one bit on.
12751         All callers changed.
12752         * lib/regexec.c (build_trtable): Don't assume bitset has no stricter
12753         alignment than re_node_set; do this by defining a new internal
12754         type struct dests_alloc and using it to allocate memory.
12755
12756 2005-09-05  Bruno Haible  <bruno@clisp.org>
12757
12758         * gnulib-tool (func_import): Fix comparison in handling of symbolic
12759         links.
12760
12761 2005-09-04  Martin Lambers  <marlam@marlam.de>  (tiny change)
12762
12763         * modules/size_max (Makefile.am): Add size_max.h
12764
12765 2005-09-04  Derek Price  <derek@ximbiot.com>
12766
12767         * gnulib-tool (func_import): Fix reversed $symbolic logic.
12768
12769 2005-09-03  Simon Josefsson  <jas@extundo.com>
12770
12771         * gnulib-tool: Fix typo.
12772
12773 2005-09-03  Simon Josefsson  <jas@extundo.com>
12774
12775         * config/srclist.txt: Add glibc bug 1293.
12776
12777 2005-09-03  Derek Price  <derek@ximbiot.com>
12778
12779         * m4/getlogin_r (gl_GETLOGIN_R): Fix cut & paste error.
12780         From Larry Jones <lawrence.jones@ugs.com>.
12781
12782 2005-09-02  Simon Josefsson  <jas@extundo.com>
12783
12784         * modules/socklen: New file.
12785
12786 2005-09-02  Simon Josefsson  <jas@extundo.com>
12787
12788         * modules/havelib: New module.
12789
12790         * modules/gettext, modules/iconv, modules/lock, modules/readline:
12791         Use havelib.
12792
12793 2005-09-02  Paul Eggert  <eggert@cs.ucla.edu>
12794
12795         Check for arithmetic overflow when calculating sizes, to prevent
12796         some buffer-overflow issues.  These patches are conservative, in the
12797         sense that when I couldn't determine whether an overflow was possible,
12798         I inserted a run-time check.
12799         * lib/regex_internal.h (re_xmalloc, re_xrealloc, re_x2realloc): New
12800         macros.
12801         (SIZE_MAX) [!defined SIZE_MAX]: New macro.
12802         (re_alloc_oversized, re_x2alloc_oversized, re_xnmalloc):
12803         (re_xnrealloc, re_x2nrealloc): New inline functions.
12804         * lib/regcomp.c (init_dfa, analyze, build_range_exp,
12805         parse_bracket_exp):
12806         (build_equiv_class, build_charclass): Check for arithmetic overflow
12807         in size expression calculations.
12808         * lib/regex_internal.c (re_string_realloc_buffers):
12809         (build_wcs_upper_buffer, re_node_set_add_intersect):
12810         (re_node_set_init_union, re_node_set_insert, re_node_set_insert_last):
12811         (re_dfa_add_node, register_state): Likewise.
12812         * lib/regexec.c (re_search_stub, re_copy_regs, re_search_internal):
12813         (prune_impossible_nodes, push_fail_stack, set_regs, check_arrival):
12814         (build_trtable, extend_buffers, match_ctx_init, match_ctx_add_entry):
12815         (match_ctx_add_subtop, match_ctx_add_sublast): Likewise.
12816
12817 2005-09-02  Paul Eggert  <eggert@cs.ucla.edu>
12818
12819         * modules/inttostr (Files): Add m4/inttypes_h.m4, m4/stdint_h.m4,
12820         m4/ulonglong.m4.  Problem reported by Martin Lambers.
12821
12822 2005-09-02  Bruno Haible  <bruno@clisp.org>
12823
12824         Support for lib vs. lib64 distinction on biarch platforms.
12825         * m4/lib-prefix.m4 (AC_LIB_PREPARE_MULTILIB): New macro.
12826         (AC_LIB_PREFIX): Require it. Use $acl_libdirstem instead of 'lib'.
12827         * m4/lib-link.m4 (AC_LIB_LINKFLAGS_BODY): Likewise.
12828
12829 2005-09-02  Bruno Haible  <bruno@clisp.org>
12830
12831         * gnulib-tool (import): In the other first-use case, provide defaults
12832         as well.
12833
12834 2005-09-02  Bruno Haible  <bruno@clisp.org>
12835
12836         * config/srclist.txt: lib-link.m4 and lib-prefix.m4 currently have
12837         patches not yet found in the latest gettext release.
12838
12839 2005-09-01  Paul Eggert  <eggert@cs.ucla.edu>
12840
12841         * lib/glob.c (GET_LOGIN_NAME_MAX): Renamed from LOGIN_NAME_MAX,
12842         to avoid a collision with bits/local_lim.h in glibc.
12843         All uses changed.  Problem reported by Dmitry V. Levin in
12844         <http://sources.redhat.com/bugzilla/show_bug.cgi?id=1060>.
12845
12846         * lib/regex_internal.c (build_wcs_upper_buffer): Fix portability
12847         bugs in int versus size_t comparisons.
12848         (re_string_context_at): Fix bug where the code assumed that
12849         Idx is signed.
12850
12851         Use bool where appropriate.
12852         * lib/regcomp.c (re_set_fastmap): ICASE arg is bool, not int.
12853         All callers changed.
12854         (calc_eclosure_iter): Likewise, for ROOT arg.
12855         (parse_bracket_element): Likewise, for ACCEPT_HYPHEN arg.
12856         (build_charclass_op): Likewise, for NON_MATCH arg.
12857         * lib/regex_internal.c (re_string_allocate, re_string_construct):
12858         (re_string_construct_common): Likewise, for ICASE arg.
12859         * lib/regexec.c (re_search_2_stub, re_search_stub):
12860         Likewise, for RET_LEN arg.
12861         (check_matching): Likewise, for FL_LONGEST_MATCH arg.
12862         (set_regs): Likewise, for FL_BACKTRACK arg.
12863         * lib/regcomp.c (re_compile_fastmap_iter, optimize_utf8):
12864         (duplicate_node_closure, calc_inveclosure, calc_eclosure):
12865         (calc_eclosure_iter, parse_bracket_exp):
12866         Use bool for internal variables that are booleans.
12867         * lib/regexec.c (re_search_internal, check_matching,
12868         proceed_next_node):
12869         (set_regs, build_sifted_states, sift_states_bkref):
12870         (check_arrival_add_next_nodes, check_arrival_expand_ecl_sub):
12871         (expand_bkref_cache, build_trtable, group_nodes_into_DFAstates):
12872         (find_collation_sequence_value):
12873         Likewise.
12874         * lib/regex_internal.c (re_node_set_insert, re_node_set_insert_last):
12875         (re_node_set_compare):
12876         Return bool, not int. All callers changed.
12877         * lib/regexec.c (check_halt_node_context, check_dst_limits):
12878         (build_trtable, check_node_accept): Likewise.
12879         * lib/regex_internal.h: Include stdbool.h.
12880
12881         Fix bugs uncovered when converting to bool.
12882         * lib/regcomp.c (calc_eclosure_iter): Check for storage allocation
12883         failure instead of charging ahead blindly.
12884         * lib/regex_internal.c (register_state): Likewise.
12885         * lib/regexec.c (re_search_2_stub): Use simpler method than boolean
12886         for freeing internal storage.
12887         (group_nodes_into_DFA_states): Use unsigned int, not int, for
12888         bitset pieces used as boolean, to avoid undefined behavior
12889         on hosts that do int overflow checking.
12890
12891 2005-09-01  Paul Eggert  <eggert@cs.ucla.edu>
12892
12893         * config/srclist.txt: Add glibc bugs 1285-1287.
12894
12895 2005-09-01  Jim Meyering  <jim@meyering.net>
12896
12897         * m4/lchown.m4: Require gl_FUNC_CHOWN, for the definition of
12898         CHOWN_MODIFIES_SYMLINK, which is used by lchown.c.
12899         Require gl_STAT_MACROS, too.
12900
12901 2005-09-01  Bruno Haible  <bruno@clisp.org>
12902
12903         * gnulib-tool (import): In the first-use case, provide defaults.
12904
12905 2005-09-01  Bruno Haible  <bruno@clisp.org>
12906
12907         * gnulib-tool (func_import): Remove the .tmp files.
12908
12909 2005-09-01  Bruno Haible  <bruno@clisp.org>
12910
12911         * gnulib-tool (func_import): Fix handling of symbolic links.
12912
12913 2005-08-31  Paul Eggert  <eggert@cs.ucla.edu>
12914
12915         On 64-bit hosts (where size_t is 64 bits and int is 32 bits), the
12916         old glibc regex code mishandles strings longer than 2**31 bytes.
12917         This patch fixes this when the regex code is used in gnulib
12918         (i.e., outside glibc).
12919
12920         This patch should not affect the use of the regex code inside
12921         glibc.  No doubt this problem also needs to be handled for glibc
12922         as well, but the result will be an incompatible change to the
12923         glibc ABI, and the old ABI will have to be supported too.  That
12924         can be the the subject for another patch.
12925
12926         * lib/regex.h (_REGEX_LARGE_OFFSETS): New feature-test macro,
12927         governing whether the rest of this patch is active.  By default,
12928         the macro is disabled and the patch has no effect.
12929         (regoff_t) [defined _REGEX_LARGE_OFFSETS]: Define to off_t, not int.
12930         (__re_idx_t, __re_size_t, __re_long_size_t): New types.
12931         (struct re_pattern_buffer, re_search, re_search_2, re_match):
12932         (re_match_2, re_set_registers): Use the new types.
12933         * lib/regex_internal.h (Idx, re_hashval_t): New types.
12934         (REG_MISSING, REG_ERROR, REG_VALID_INDEX, REG_VALID_NONZERO_INDEX):
12935         New macros.
12936         (re_node_set, re_charset_t, re_token_t, re_string_realloc_buffers):
12937         (re_string_context_at, bin_tree_t, re_dfastate_t):
12938         (struct re_state_table_entry, state_array_t, re_sub_match_last_t):
12939         (re_sub_match_top_t, re_match_context_t, re_sift_context_t):
12940         (struct re_fail_stack_ent_t, struct re_fail_stack_t, struct re_dfa_t):
12941         (re_string_char_size_at, re_string_wchar_at):
12942         (re_string_elem_size_at):
12943         Use the new types and macros to port to 64-bit hosts.
12944         Use unsigned types for internal values, so that the code
12945         mostly works even for arrays larger than SSIZE_MAX.
12946         * lib/regcomp.c (re_compile_internal, init_dfa, duplicate_node):
12947         (search_duplicated_node, calc_eclosure_iter, fetch_number):
12948         (parse_reg_exp, parse_branch, parse_expression, parse_sub_exp):
12949         (build_equiv_class, build_charclass, re_compile_fastmap_iter):
12950         (free_dfa_content, create_initial_state, optimize_utf8, analyze):
12951         (optimize_subexps, calc_first, link_nfa_nodes, duplicate_node_closure):
12952         (calc_inveclosure, parse_dup_op, build_range_exp):
12953         (build_collating_symbol, parse_bracket_exp, build_charclass_op):
12954         (fetch_number, create_token_tree, mark_opt_subexp):
12955         Likewise.
12956         * lib/regex_internal.c (re_string_construct_common,
12957         create_ci_newstate):
12958         (create_cd_newstate, re_string_allocate, re_string_construct):
12959         (re_string_realloc_buffers, build_wcs_upper_buffer):
12960         (re_string_skip_chars, build_upper_buffer, re_string_translate_buffer):
12961         (re_string_reconstruct, re_string_peek_byte_case):
12962         (re_string_fetch_byte_case, re_string_context_at):
12963         (re_node_set_alloc, re_node_set_init_1, re_node_set_init_2):
12964         (re_node_set_init_copy, re_node_set_add_intersect):
12965         (re_node_set_init_union, re_node_set_merge, re_node_set_insert):
12966         (re_node_set_insert_last, re_node_set_compare, re_node_set_contains):
12967         (re_node_set_remove_at, re_dfa_add_node, calc_state_hash):
12968         (re_acquire_state, re_acquire_state_context, register_state):
12969         Likewise.
12970         * lib/regex.c (match_ctx_init, match_ctx_add_entry,
12971         search_cur_bkref_entry):
12972         (match_ctx_add_subtop, match_ctx_add_sublast, sift_ctx_init):
12973         (re_search_internal, re_search_2_stub, re_search_stub)
12974         (re_copy_regs, check_matching, check_halt_state_context, update_regs):
12975         (push_fail_stack, sift_states_iter_mb, build_sifted_states):
12976         (update_cur_sifted_state, check_dst_limits):
12977         (check_dst_limits_calc_pos_1, check_dst_limits_calc_pos):
12978         (check_subexp_limits, sift_states_bkref, merge_state_array):
12979         (check_subexp_matching_top, get_subexp, get_subexp_sub):
12980         (find_subexp_node, check_arrival, check_arrival_add_next_nodes):
12981         (check_arrival_expand_ecl, check_arrival_expand_ecl_sub):
12982         (expand_bkref_cache, check_node_accept_bytes):
12983         (group_nodes_into_DFAstates, check_node_accept, regexec, re_match):
12984         (re_search, re_match_2, re_search_2, prune_impossible_nodes):
12985         (acquire_init_state_context, check_halt_node_context):
12986         (proceed_next_node, pop_fail_stack, set_regs, free_fail_stack_return):
12987         (sift_states_backward, clean_state_log_if_needed):
12988         (sub_epsilon_src_nodes, add_epsilone_src_nodes, merge_state_with_log):
12989         (find_recover_state, transit_state_sb, transit_state_mb):
12990         (transit_state_bkref, build_trtable, match_ctx_clean):
12991         Likewise.
12992         * lib/regcomp.c (parse_dup_op): Add an extra test if Idx is unsigned,
12993         to work around an assumption that REG_MISSING is negative.
12994
12995         * lib/regcomp.c (re_comp) [defined _REGEX_RE_COMP || defined _LIBC]:
12996         (seek_collating_symbol_entry) [defined _LIBC]:
12997         (lookup_collation_sequence_value) [defined _LIBC]:
12998         (build_range_exp, build_collating_symbol) [defined _LIBC]:
12999         Use prototypes rather than old-style function definitions.
13000         * lib/regexec.c (re_exec) [defined _REGEX_RE_COMP || defined _LIBC]:
13001         (transit_state_sb) [0]:
13002         (find_collation_sequence_value) [defined _LIBC]: Likewise.
13003
13004         * lib/regexec.c (re_search_internal): Simplify update of rm_so and
13005         rm_eo.
13006
13007         * lib/regcomp.c (re_compile_fastmap_iter, init_dfa, init_word_char):
13008         (optimize_subexps, lower_subexp):
13009         Don't assume 1<<31 has defined behavior on hosts with 32-bit int,
13010         since the signed shift might overflow.  Use 1u<<31 instead.
13011         * lib/regex_internal.h (bitset_set, bitset_clear, bitset_contain):
13012         Likewise.
13013         * lib/regexec.c (check_dst_limits_calc_pos_1,
13014         check_subexp_matching_top): Likewise.
13015
13016         * lib/regcomp.c (optimize_subexps, lower_subexp):
13017         Use CHAR_BIT rather than 8, for clarity.
13018         * lib/regexec.c (check_dst_limits_calc_pos_1):
13019         (check_subexp_matching_top): Likewise.
13020         * lib/regcomp.c (init_dfa): Make table_size unsigned, so that we don't
13021         have to worry about portability issues when shifting it left.
13022         Remove no-longer-needed test for table_size > 0.
13023         * lib/regcomp.c (parse_sub_exp): Do not shift more bits than there are
13024         in a word, as the resulting behavior is undefined.
13025         * lib/regexec.c (check_dst_limits_calc_pos_1): Likewise;
13026         in one case, a <= should have been an <, and in another case the
13027         whole test was missing.
13028         * lib/regex_internal.h (BYTE_BITS): Remove.  All uses changed to
13029         the standard name CHAR_BIT.
13030         * lib/regexec.c (match_ctx_add_entry): Don't assume that ~0 == -1;
13031         this is not true on one's complement and signed-magnitude hosts.
13032
13033         * lib/regex_internal.h (re_sub_match_top_t): Remove unused member
13034         next_last_offset.
13035         (struct re_dfa_t): Remove unused member states_alloc.
13036         * lib/regcomp.c (init_dfa): Don't initialize unused members.
13037
13038 2005-08-31  Paul Eggert  <eggert@cs.ucla.edu>
13039
13040         * m4/regex.m4 (gl_REGEX): Require AC_SYS_LARGEFILE, Define
13041         _REGEX_LARGE_OFFSETS).  Test for regoff_t/off_t bug in 64-bit
13042         and large-file glibc and in 32-bit large-file Solaris.
13043
13044 2005-08-31  Paul Eggert  <eggert@cs.ucla.edu>
13045
13046         * lib/regex_internal.c (re_string_reconstruct): Don't assume buffer
13047         lengths fit in regoff_t; this isn't true if regoff_t is the same
13048         width as size_t.
13049         * lib/regex.c (re_search_internal): 5th arg is LAST_START
13050         (= START + RANGE) instead of RANGE.  This avoids overflow
13051         problems when regoff_t is the same width as size_t.
13052         All callers changed.
13053         (re_search_2_stub): Check for overflow when adding the
13054         sizes of the two strings.
13055         (re_search_stub): Check for overflow when adding START
13056         to RANGE; if it occurs, substitute the extreme value.
13057
13058 2005-08-31  Paul Eggert  <eggert@cs.ucla.edu>
13059
13060         * config/srclist.txt: Add glibc bugs 1273, 1278-1282, 1284.
13061
13062 2005-08-31  Jim Meyering  <jim@meyering.net>
13063
13064         * lib/regcomp.c (search_duplicated_node): Make first pointer arg
13065         a pointer-to-const.
13066         * lib/regex_internal.c (create_ci_newstate, create_cd_newstate):
13067         (register_state): Likewise.
13068         * lib/regexec.c (search_cur_bkref_entry, check_dst_limits):
13069         (check_dst_limits_calc_pos_1, check_dst_limits_calc_pos):
13070         (group_nodes_into_DFAstates): Likewise.
13071
13072 2005-08-31  Jim Meyering  <jim@meyering.net>
13073
13074         * check-module: Add a FIXME comment.
13075
13076 2005-08-31  Eric Blake  <ebb9@byu.net>
13077
13078         * modules/unistd-safer (Files): Add unistd--.h.
13079         * modules/stdio-safer (Files): Add stdio--.h.
13080
13081 2005-08-31  Derek Price  <derek@ximbiot.com>
13082
13083         * lib/getdelim.c (getdelim): Return EOF on EOF.
13084         Reported by Larry Jones <lawrence.jones@ugs.com>.
13085
13086 2005-08-31  Bruno Haible  <bruno@clisp.org>
13087
13088         Avoid unnecessary diffs in the generated lib/Makefile.am.
13089         * gnulib-tool (func_emit_lib_Makefile_am): Don't write the cmd into
13090         the generated files.
13091         (func_import): Don't set cmd.
13092
13093 2005-08-31  Bruno Haible  <bruno@clisp.org>
13094
13095         * lib/strstr.c: Include <stddef.h>, for NULL.
13096         * lib/strcasestr.c: Likewise.
13097         Reported by Yoann Vandoorselaere <yoann.v@prelude-ids.com>.
13098
13099 2005-08-31  Bruno Haible  <bruno@clisp.org>
13100
13101         * gnulib-tool: New option --macro-prefix.
13102         (func_import): Use macro_prefix.
13103         (import): Handle option --macro-prefix.
13104
13105 2005-08-31  Bruno Haible  <bruno@clisp.org>
13106
13107         * gnulib-tool (import): Rename most ac_* variables to cached_*.
13108         Also use new variables cached_lgpl, cached_libtool.
13109
13110 2005-08-31  Bruno Haible  <bruno@clisp.org>
13111
13112         * gnulib-tool (func_import): Require AC_GNU_SOURCE etc. instead of
13113         always instantiating them.
13114
13115 2005-08-31  Bruno Haible  <bruno@clisp.org>
13116
13117         * gnulib-tool (func_import): Read the previous cached settings
13118         from gnulib-cache.m4 and gnulib-comp.m4. Remove files that were
13119         earlier added by gnulib but are now dropped. Warn when a gnulib file
13120         overwrites a non-gnulib file.
13121
13122 2005-08-31  Bruno Haible  <bruno@clisp.org>
13123
13124         * gnulib-tool (func_import): Generate two files gnulib-cache.m4 and
13125         gnulib-comp.m4 instead of a single gnulib.m4, to make it easy for
13126         projects that don't keep autogenerated files in CVS. Put into
13127         actioncmd only the specified modules, not the transitive closure.
13128
13129 2005-08-31  Bruno Haible  <bruno@clisp.org>
13130
13131         * gnulib-tool (func_import): Fix defaulting of $libname and $libtool.
13132         Create directories that shall be filled.
13133         (import): Don't look for gl_* macros in configure.ac. Recurse across
13134         all directories containing a gnulib-cache.m4 files, if meaningful.
13135
13136 2005-08-31  Bruno Haible  <bruno@clisp.org>
13137
13138         * gnulib-tool (func_import): Emit also a stub for gl_LIBTOOL.
13139         (import): Set seen_libtool when we see gl_LIBTOOL.
13140
13141 2005-08-31  Bruno Haible  <bruno@clisp.org>
13142
13143         * gnulib-tool (func_import): Also copy m4/gnulib-tool.m4. Omit
13144         declaration macro definitions from generated gnulib.m4.
13145
13146 2005-08-30  Oskar Liljeblad  <oskar@osk.mine.nu>
13147
13148         * lib/iconvme.h: Add prototype for iconv_alloc.
13149
13150 2005-08-29  Simon Josefsson  <jas@extundo.com>
13151
13152         * lib/iconvme.c: Fix errno.
13153
13154 2005-08-29  Bruno Haible  <bruno@clisp.org>
13155
13156         * gnulib-tool: Enclose all occurrences of $destdir in "...", so
13157         that it works when the directory contains spaces.
13158
13159 2005-08-29  Bruno Haible  <bruno@clisp.org>
13160
13161         * gnulib-tool (import): Avoid unnecessary spaces in $avoidlist.
13162
13163 2005-08-29  Bruno Haible  <bruno@clisp.org>
13164
13165         * gnulib-tool (func_import): Emit more comments into gnulib.m4.
13166         Emit more advice.
13167
13168 2005-08-29  Bruno Haible  <bruno@clisp.org>
13169         and Stepan Kasal  <kasal@ucw.cz>
13170
13171         * check-module: If more parameters are given, check each of them
13172         separately; add more exceptions, as noted by Jim Meyering.
13173         (check_module): New procedure.
13174         (%exempt_header): Now contains all exceptions.
13175
13176 2005-08-29  Ben Pfaff  <blp@cs.stanford.edu>
13177
13178         * modules/byteswap (Makefile.am): Fix rule to not assume GNU make.
13179
13180 2005-08-29  Oskar Liljeblad  <oskar@osk.mine.nu>
13181
13182         * lib/iconvme.c: Split iconv_string into iconv_alloc.
13183
13184 2005-08-28  Bruno Haible  <bruno@clisp.org>
13185
13186         * m4/gnulib-tool.m4: New file.
13187
13188 2005-08-27  Jim Meyering  <jim@meyering.net>
13189
13190         * modules/unistd-safer (Files): Add pipe-safer.c.
13191         * modules/fcntl-safer (Files): Add creat-safer.c.
13192
13193 2005-08-27  Jim Meyering  <jim@meyering.net>
13194
13195         * m4/stdlib-safer.m4: New file.  From coreutils.
13196         * m4/stdio-safer.m4 (gl_STDIO_SAFER): Add stdio--.h.
13197         * m4/fcntl-safer.m4 (gl_FCNTL_SAFER): Add creat-safer.c to the
13198         AC_LIBSOURCES list and arrange to compile it via AC_LIBOBJ.
13199         * m4/unistd-safer.m4 (gl_UNISTD_SAFER): Likewise, add pipe-safer.c.
13200         Add pipe-safer.c and unistd--.h to the AC_LIBSOURCES list.
13201
13202 2005-08-27  Jim Meyering  <jim@meyering.net>
13203
13204         * lib/fopen-safer.c: Merge minor changes from coreutils.
13205         * lib/dup-safer.c: Likewise.
13206         * lib/fd-safer.c: Likewise.
13207
13208         Merge from coreutils.
13209         * lib/stdio--.h: New file.
13210         * lib/stdlib--.h: New file.
13211         * lib/mkstemp-safer.c: New file.
13212
13213         GNU tar needs these.
13214         * lib/pipe-safer.c: New file.
13215         * lib/creat-safer.c: New file.
13216         * lib/fcntl--.h (creat): Define to creat_safer.
13217         * lib/fcntl-safer.h: Include <sys/types.h> and declare creat_safer.
13218         * lib/unistd--.h (pipe): Define to pipe_safer.
13219         * lib/unistd-safer.h: Declare pipe_safer.
13220
13221 2005-08-26  Simon Josefsson  <jas@extundo.com>
13222
13223         * lib/getpass.c: Use _WIN32 instead of WIN32, suggested by Bruno
13224         Haible <bruno@clisp.org>.
13225
13226 2005-08-26  Paul Eggert  <eggert@cs.ucla.edu>
13227
13228         * lib/regex_internal.h: Remove all references to
13229         RE_NO_INTERNAL_PROTOTYPES; no longer neeeded now that we assume C89
13230         or better.
13231         (bitset_not, bitset_merge, bitset_not_merge):
13232         (bitset_mask, re_string_allocate, re_string_construct):
13233         (re_string_reconstruct, re_string_destruct, re_string_elem_size_at):
13234         (re_string_char_size_at, re_string_wchar_at, re_string_peek_byte_case):
13235         (re_string_fetch_byte_case, re_node_set_alloc, re_node_set_init_1):
13236         (re_node_set_init_2, re_node_set_init_copy, re_node_set_add_intersect):
13237         (re_node_set_init_union, re_node_set_merge, re_node_set_insert):
13238         (re_node_set_insert_last, re_node_set_compare, re_node_set_contains):
13239         (re_node_set_remove_at, re_dfa_add_node, re_acquire_state):
13240         (re_acquire_state_context):
13241         Remove unnecessary forward decls.
13242         (re_string_char_size_at, re_string_wchar_at, re_string_elem_size_at):
13243         Put __attribute at function definition,
13244         now that the function decl has been removed.
13245         * lib/regex_internal.c (re_string_peek_byte_case):
13246         (re_string_fetch_byte_case, re_node_set_compare, re_node_set_contains):
13247         Likewise.
13248
13249 2005-08-25  Stepan Kasal  <kasal@ucw.cz>
13250
13251         * m4/regex.m4: Add AC_PREREQ(2.50).
13252         (gl_REGEX): If --with-included-regex was given, skip the autodetection.
13253
13254 2005-08-25  Simon Josefsson  <jas@extundo.com>
13255
13256         * m4/getpass.m4: Check for termios.h, tcgetattr, tcsetattr, and
13257         __fsetlocking.
13258
13259 2005-08-25  Simon Josefsson  <jas@extundo.com>
13260
13261         * lib/getpass.c: Add WIN32 implementation.  Conditionalize use of
13262         termios.h, tcgetattr, tcsetattr and __fsetlocking.  Remove some
13263         GLIBC specific code.
13264
13265 2005-08-25  Paul Eggert  <eggert@cs.ucla.edu>
13266
13267         Make regex safe for g++.  This fixes one real bug (an "err"
13268         that should have been "*err").  g++ problem reported by
13269         Sam Steingold.
13270         * lib/regex_internal.h (re_calloc): New macro, consistent with
13271         re_malloc etc.  All callers of calloc changed to use re_calloc.
13272         * lib/regex_internal.c (build_wcs_upper_buffer): Return reg_errcode_t,
13273         not int.  All callers changed.
13274         * lib/regcomp.c (re_compile_fastmap_iter): Don't use
13275         alloca (mb_cur_max); just use an array of size MB_LEN_MAX.
13276         * lib/regexec.c (push_fail_stack): Use re_realloc, not realloc.
13277         (find_recover_state): Change "err" to "*err"; this fixes what
13278         appears to be a real bug.
13279         (check_arrival_expand_ecl_sub): Be consistent about reg_errcode_t
13280         versus int.
13281
13282 2005-08-25  Paul Eggert  <eggert@cs.ucla.edu>
13283
13284         * modules/regex (Depends-on): Add malloc, since the code
13285         assumes that !malloc(0) means failure.
13286
13287 2005-08-25  Paul Eggert  <eggert@cs.ucla.edu>
13288
13289         * lib/regexec.c (set_regs): Don't alloca with an unbounded size.
13290
13291         alloca modernization/simplification for regex.
13292         * lib/regex.c: Remove portability cruft for alloca.  This no longer
13293         needs to be at the start of the file, and can be moved into
13294         regex_internal.h and simplified.
13295         * lib/regex_internal.h: Include <alloca.h>.
13296         (__libc_use_alloca) [!defined _LIBC]: New macro.
13297         * lib/regexec.c (build_trtable): Remove "#ifdef _LIBC", since the code
13298         now works outside glibc.
13299
13300 2005-08-25  Paul Eggert  <eggert@cs.ucla.edu>
13301
13302         * config/srclist.txt: Add glibc bugs 1241, 1245.
13303
13304 2005-08-25  Jim Meyering  <jim@meyering.net>
13305
13306         * lib/open-safer.c: Include <config.h>.
13307         Otherwise, we'd lose LARGEFILE support in any file using
13308         e.g. "fcntl--.h"
13309
13310 2005-08-25  Bruno Haible  <bruno@clisp.org>
13311
13312         * m4/minmax.m4: Require autoconf 2.52.
13313         (gl_MINMAX_IN_HEADER): Add comments. Use m4_pushdef/m4_popdef instead
13314         of define/undefine. Use AS_TR_SH and AS_TR_CPP as more robust
13315         alternatives of translit over the alphabet.
13316         Based on a patch from Stepan Kasal <kasal@ucw.cz>.
13317
13318 2005-08-24  Simon Josefsson  <jas@extundo.com>
13319
13320         * tests/test-getpass.c: New file.
13321
13322 2005-08-24  Paul Eggert  <eggert@cs.ucla.edu>
13323
13324         * m4/regex.m4 (gl_REGEX): Use POSIX-compliant spellings when testing
13325         for GNU regex features.
13326
13327 2005-08-24  Paul Eggert  <eggert@cs.ucla.edu>
13328
13329         * lib/regcomp.c (regerror): 2nd arg is 'restrict', as per POSIX.
13330         * lib/regex.h (regerror): Likewise.
13331
13332         * lib/regex.c: Do not include <sys/types.h>, as POSIX no longer
13333         requires this.  (The code never needed it.)
13334
13335         * lib/regcomp.c, regex_internal.c, regex_internal.h, regexec.c:
13336         All uses of recently-renamed identifiers changed to use the new,
13337         POSIX-compliant names.  The code will build and run just fine
13338         without these changes, but it's better to eat our own dog food
13339         and use the standard-conforming names.
13340
13341         * lib/regex.h: Fix a multitude of POSIX name space violations.
13342         These changes have an effect only for programs that define
13343         _POSIX_C_SOURCE, _POSIX_SOURCE, or _XOPEN_SOURCE; they
13344         do not change anything for programs compiled in the normal way.
13345         Also, there is no effect on the ABI.
13346
13347         (_REGEX_SOURCE): New macro.
13348         Do not include <stddef.h> if _XOPEN_SOURCE and VMS are both
13349         defined and _GNU_SOURCE is not; this fixes a name space violation.
13350
13351         Rename the following macros to obey POSIX requirements.
13352         The old names are still visible as macros if _REGEX_SOURCE is defined.
13353         (REG_BACKSLASH_ESCAPE_IN_LISTS): renamed from
13354         RE_BACKSLASH_ESCAPE_IN_LISTS.
13355         (REG_BK_PLUS_QM): renamed from RE_BK_PLUS_QM.
13356         (REG_CHAR_CLASSES): renamed from RE_CHAR_CLASSES.
13357         (REG_CONTEXT_INDEP_ANCHORS): renamed from RE_CONTEXT_INDEP_ANCHORS.
13358         (REG_CONTEXT_INDEP_OPS): renamed from RE_CONTEXT_INDEP_OPS.
13359         (REG_CONTEXT_INVALID_OPS): renamed from RE_CONTEXT_INVALID_OPS.
13360         (REG_DOT_NEWLINE): renamed from RE_DOT_NEWLINE.
13361         (REG_DOT_NOT_NULL): renamed from RE_DOT_NOT_NULL.
13362         (REG_HAT_LISTS_NOT_NEWLINE): renamed from RE_HAT_LISTS_NOT_NEWLINE.
13363         (REG_INTERVALS): renamed from RE_INTERVALS.
13364         (REG_LIMITED_OPS): renamed from RE_LIMITED_OPS.
13365         (REG_NEWLINE_ALT): renamed from RE_NEWLINE_ALT.
13366         (REG_NO_BK_BRACES): renamed from RE_NO_BK_BRACES.
13367         (REG_NO_BK_PARENS): renamed from RE_NO_BK_PARENS.
13368         (REG_NO_BK_REFS): renamed from RE_NO_BK_REFS.
13369         (REG_NO_BK_VBAR): renamed from RE_NO_BK_VBAR.
13370         (REG_NO_EMPTY_RANGES): renamed from RE_NO_EMPTY_RANGES.
13371         (REG_UNMATCHED_RIGHT_PAREN_ORD): renamed from
13372         RE_UNMATCHED_RIGHT_PAREN_ORD.
13373         (REG_NO_POSIX_BACKTRACKING): renamed from RE_NO_POSIX_BACKTRACKING.
13374         (REG_NO_GNU_OPS): renamed from RE_NO_GNU_OPS.
13375         (REG_DEBUG): renamed from RE_DEBUG.
13376         (REG_INVALID_INTERVAL_ORD): renamed from RE_INVALID_INTERVAL_ORD.
13377         (REG_IGNORE_CASE): renamed from RE_ICASE.  This renaming is a bit
13378         unusual, since we can't clash with the POSIX REG_ICASE.
13379         (REG_CARET_ANCHORS_HERE): renamed from RE_CARET_ANCHORS_HERE.
13380         (REG_CONTEXT_INVALID_DUP): renamed from RE_CONTEXT_INVALID_DUP.
13381         (REG_NO_SUB): renamed from RE_NO_SUB.
13382         (REG_SYNTAX_EMACS): renamed from RE_SYNTAX_EMACS.
13383         (REG_SYNTAX_AWK): renamed from RE_SYNTAX_AWK.
13384         (REG_SYNTAX_GNU_AWK): renamed from RE_SYNTAX_GNU_AWK.
13385         (REG_SYNTAX_POSIX_AWK): renamed from RE_SYNTAX_POSIX_AWK.
13386         (REG_SYNTAX_GREP): renamed from RE_SYNTAX_GREP.
13387         (REG_SYNTAX_EGREP): renamed from RE_SYNTAX_EGREP.
13388         (REG_SYNTAX_POSIX_EGREP): renamed from RE_SYNTAX_POSIX_EGREP.
13389         (REG_SYNTAX_ED): renamed from RE_SYNTAX_ED.
13390         (REG_SYNTAX_SED): renamed from RE_SYNTAX_SED.
13391         (_REG_SYNTAX_POSIX_COMMON): renamed from _RE_SYNTAX_POSIX_COMMON.
13392         (REG_SYNTAX_POSIX_BASIC): renamed from RE_SYNTAX_POSIX_BASIC.
13393         (REG_SYNTAX_POSIX_MINIMAL_BASIC): renamed from
13394         RE_SYNTAX_POSIX_MINIMAL_BASIC.
13395         (REG_SYNTAX_POSIX_EXTENDED): renamed from RE_SYNTAX_POSIX_EXTENDED.
13396         (REG_SYNTAX_POSIX_MINIMAL_EXTENDED): renamed from
13397         RE_SYNTAX_POSIX_MINIMAL_EXTENDED.
13398         (REG_DUP_MAX): renamed from RE_DUP_MAX.  No need to undef it.
13399         (REG_UNALLOCATED): Renamed from REGS_UNALLOCATED.
13400         (REG_REALLOCATE): Renamed from REGS_REALLOCATE.
13401         (REG_FIXED): Renamed from REGS_FIXED.
13402         (REG_NREGS): Renamed from RE_NREGS.
13403
13404         (REG_ICASE, REG_NEWLINE, REG_NOSUB): Do not depend on the values
13405         of other REG_* macros, since POSIX says the user is allowed to
13406         #undef these macros selectively.
13407
13408         (reg_errcode_t): Update comment stating what other tables need
13409         to be consistent.
13410
13411         Rename the following enum values to obey POSIX requirements.
13412         The old names are still visible as macros.
13413         (_REG_ENOSYS): Renamed from REG_ENOSYS.  Define even if _XOPEN_SOURCE
13414         is not defined, since GNU is supposed to be a superset of POSIX as
13415         much as possible, and since we want reg_errcode_t to be a signed
13416         type for implementation consistency.
13417         (_REG_NOERROR): Renamed from REG_NOERROR.
13418         (_REG_NOMATCH): Renamed from REG_NOMATCH.
13419         (_REG_BADPAT): Renamed from REG_BADPAT.
13420         (_REG_ECOLLATE): Renamed from REG_ECOLLATE.
13421         (_REG_ECTYPE): Renamed from REG_ECTYPE.
13422         (_REG_EESCAPE): Renamed from REG_EESCAPE.
13423         (_REG_ESUBREG): Renamed from REG_ESUBREG.
13424         (_REG_EBRACK): Renamed from REG_EBRACK.
13425         (_REG_EPAREN): Renamed from REG_EPAREN.
13426         (_REG_EBRACE): Renamed from REG_EBRACE.
13427         (_REG_BADBR): Renamed from REG_BADBR.
13428         (_REG_ERANGE): Renamed from REG_ERANGE.
13429         (_REG_ESPACE): Renamed from REG_ESPACE.
13430         (_REG_BADRPT): Renamed from REG_BADRPT.
13431         (_REG_EEND): Renamed from REG_EEND.
13432         (_REG_ESIZE): Renamed from REG_ESIZE.
13433         (_REG_ERPAREN): Renamed from REG_ERPAREN.
13434         (REG_ENOSYS, REG_NOERROR, REG_NOMATCH, REG_BADPAT, REG_ECOLLATE):
13435         (REG_ECTYPE, REG_EESCAPE, REG_ESUBREG, REG_EBRACK, REG_EPAREN):
13436         (REG_EBRACE, REG_BADBR, REG_ERANGE, REG_ESPACE, REG_BADRPT, REG_EEND):
13437         (REG_ESIZE, REG_ERPAREN): Now macros, not enum constants.
13438
13439         (_REG_RE_NAME, _REG_RM_NAME): New macros.
13440         (REG_TRANSLATE_TYPE): Renamed from RE_TRANSLATE_TYPE.  All uses
13441         changed.  But support the old name if the new one is not defined
13442         and if _REGEX_SOURCE.
13443
13444         Change the following member names in struct re_pattern_buffer.
13445         The old names are still supported if !_REGEX_SOURCE.
13446         The new names are always supported, regardless of _REGEX_SOURCE.
13447         (re_buffer): Renamed from buffer.
13448         (re_allocated): Renamed from allocated.
13449         (re_used): Renamed from used.
13450         (re_syntax): Renamed from syntax.
13451         (re_fastmap): Renamed from fastmap.
13452         (re_translate): Renamed from translate.
13453         (re_can_be_null): Renamed from can_be_null.
13454         (re_regs_allocated): Renamed from regs_allocated.
13455         (re_fastmap_accurate): Renamed from fastmap_accurate.
13456         (re_no_sub): Renamed from no_sub.
13457         (re_not_bol): Renamed from not_bol.
13458         (re_not_eol): Renamed from not_eol.
13459         (re_newline_anchor): Renamed from newline_anchor.
13460
13461         Change the following member names in struct re_registers.
13462         The old names are still supported if !_REGEX_SOURCE.
13463         The new names are always supported, regardless of _REGEX_SOURCE.
13464         (rm_num_regs): Renamed from num_regs.
13465         (rm_start): Renamed from start.
13466         (rm_end): Renamed from end.
13467
13468         (re_set_syntax, re_compile_pattern, re_compile_fastmap):
13469         (re_search, re_search_2, re_match, re_match_2, re_set_registers):
13470         Prepend __ to parameter names.
13471
13472         Undo yesterday's changes.
13473
13474 2005-08-24  Paul Eggert  <eggert@cs.ucla.edu>
13475
13476         * config/srclist.txt: Remove glibc bug 1233 and add 1236, which
13477         supersedes it. Add glibc bugs 1237, 1238, 1240.  Comment out
13478         lib/regex.c.
13479
13480 2005-08-24  Jim Meyering  <jim@meyering.net>
13481
13482         Sync from coreutils.
13483         * m4/fcntl-safer.m4: New file.
13484
13485         * m4/xgetcwd.m4: Use AC_LIBSOURCES and AC_LIBOBJ to indicate source
13486         and object files for this module.
13487
13488 2005-08-24  Jim Meyering  <jim@meyering.net>
13489
13490         Sync from coreutils.
13491         * lib/fcntl--.h, lib/fcntl-safer.h, lib/open-safer.c: New files.
13492
13493 2005-08-24  Jim Meyering  <jim@meyering.net>
13494
13495         * modules/xgetcwd (Makefile.am): Remove `lib_SOURCES += ...' line,
13496         now that xgetcwd.m4 requires xgetcwd.c and xgetcwd.h.
13497
13498 2005-08-24  Jim Meyering  <jim@meyering.net>
13499
13500         * modules/fcntl-safer: New module.
13501         * modules/fts (Depends-on): Add fcntl-safer.
13502         * MODULES.html.sh (File descriptor based Input/Output):
13503         Add fcntl-safer.
13504
13505 2005-08-24  Bruno Haible  <bruno@clisp.org>
13506
13507         Support for unit test modules.
13508         * modules/README: Mention tests modules.
13509         * modules/TEMPLATE-TESTS: New file.
13510         * gnulib-tool: New options --extract-tests-module, --with-tests and
13511         --tests-base (unused for the moment).
13512         (testsbase, inctests): New variables.
13513         (func_all_modules): Exclude TEMPLATE-TESTS and *-tests.
13514         (func_verify_module): Exclude TEMPLATE-TESTS.
13515         (func_verify_nontests_module, func_verify_tests_module): New functions.
13516         (func_get_dependencies): Add implicit dependency for tests modules.
13517         (func_get_tests_module): New function.
13518         (func_modules_transitive_closure): When --with-tests was specified,
13519         include the unit tests as well, unless explicitly avoided.
13520         (func_emit_lib_Makefile_am): Ignore the tests modules here.
13521         (func_emit_tests_Makefile_am): New function.
13522         (func_create_testdir): When --with-tests was specified, emit a
13523         tests/ directory.
13524         * MODULES.html.sh (Future developments): Update.
13525
13526 2005-08-24  Bruno Haible  <bruno@clisp.org>
13527
13528         * modules/tls-tests: New file.
13529         * tests/test-tls.c: New file, from GNU gettext.
13530
13531 2005-08-24  Bruno Haible  <bruno@clisp.org>
13532
13533         * modules/lock-tests: New file.
13534         * tests/test-lock.c: New file, from GNU gettext.
13535
13536 2005-08-24  Bruno Haible  <bruno@clisp.org>
13537
13538         * lib/lock.h: Add multiple inclusion guard.
13539         * lib/tls.h: Add multiple inclusion guard.
13540
13541 2005-08-24  Bruno Haible  <bruno@clisp.org>
13542
13543         * gnulib-tool: Add support for the --aux-dir option to
13544         --create-testdir, --create-megatestdir, --test, --megatest.
13545         (func_create_testdir, func_create_megatestdir): Optionally emit a
13546         AC_CONFIG_AUX_DIR directive.
13547         (create-testdir, create-megatestdir, test, megatest): Provide a
13548         default value for $auxdir.
13549
13550 2005-08-24  Bruno Haible  <bruno@clisp.org>
13551
13552         * gnulib-tool (import): Use compound statement instead of subshell
13553         where possible.
13554
13555 2005-08-24  Bruno Haible  <bruno@clisp.org>
13556
13557         * gnulib-tool (import): Change --aux-dir default to "build-aux".
13558
13559 2005-08-24  Bruno Haible  <bruno@clisp.org>
13560
13561         * gnulib-tool (func_version): Update.
13562
13563 2005-08-24  Bruno Haible  <bruno@clisp.org>
13564
13565         * gnulib-tool (func_import, func_create_testdir,
13566         func_create_megatestdir): Quote all autoconf macro arguments.
13567
13568 2005-08-24  Bruno Haible  <bruno@clisp.org>
13569
13570         * gnulib-tool (func_create_megatestdir): Call autoreconf without the
13571         option --force, because --force causes the aclocal.m4 of each
13572         subdirectory to be newer than the corresponding config.h.in.
13573
13574 2005-08-23  Paul Eggert  <eggert@cs.ucla.edu>
13575
13576         * m4/regex.m4 (gl_INCLUDED_REGEX): Remove; no longer used.
13577         All contents moved to gl_REGEX.
13578         (gl_REGEX): Don't bother checking whether lib/regex.c exists;
13579         assume that it does.
13580
13581 2005-08-23  Paul Eggert  <eggert@cs.ucla.edu>
13582
13583         * lib/regex.h (REG_NOSYS)
13584         [!defined _XOPEN_SOURCE && 200112L <= _POSIX_C_SOURCE]:
13585         Define, since POSIX requires it as of 2001.
13586         (_REG_ENOSYS)
13587         [! (defined _XOPEN_SOURCE || 200112L <= _POSIX_C_SOURCE)]:
13588         New private symbol, used to keep the enum signed in all cases.
13589         * lib/regex.h (RE_NO_EMPTY_RANGES): Fix doc bug reported by James
13590         Youngman in
13591         <http://lists.gnu.org/archive/html/bug-gnulib/2005-07/msg00132.html>.
13592
13593         * lib/regex_internal.c (re_string_skip_chars, register_state):
13594         (calc_state_hash):
13595         Remove forward decls; no longer needed now that we use prototypes.
13596         * lib/regexec.c (acquire_init_state_context, check_halt_node_context):
13597         (proceed_next_node, pop_fail_stack, sub_epsilon_src_nodes):
13598         (clean_state_log_if_needed): Likewise.
13599
13600 2005-08-23  Paul Eggert  <eggert@cs.ucla.edu>
13601
13602         * config/srclist.txt: Add glibc bugs 1231-1233.
13603
13604 2005-08-20  Paul Eggert  <eggert@cs.ucla.edu>
13605
13606         Fix problems reported by Sam Steingold in
13607         <http://lists.gnu.org/archive/html/bug-gnulib/2005-08/msg00007.html>.
13608         * lib/regexec.c (sift_states_bkref): Fix portability bug: the code
13609         assumed that reg_errcode_t is a signed type, which is not
13610         necessarily true if _XOPEN_SOURCE is not defined.
13611         * lib/regex_internal.c (calc_state_hash): Put 'inline' before type,
13612         since some compilers warn about it otherwise.
13613
13614 2005-08-20  Paul Eggert  <eggert@cs.ucla.edu>
13615
13616         * lib/regcomp.c (create_initial_state): Remove duplicate decl.
13617         (init_word_char, create_initial_state, duplicate_node_closure):
13618         (fetch_token, peek_token_bracket, build_range_exp):
13619         (build_collating_symbol): Remove forward decls; no longer needed
13620         now that we use prototypes.
13621
13622         * lib/regcomp.c:
13623         (re_compile_pattern, re_set_syntax, re_compile_fastmap):
13624         (re_compile_fastmap_iter, regcomp, regerror, regfree):
13625         (re_compile_internal, init_dfa, init_word_char, free_workarea_compile):
13626         (create_initial_state, optimize_utf8, analyze, postorder, preorder):
13627         (optimize_subexps, lower_subexps, lower_subexp, calc_first, calc_next):
13628         (link_nfa_nodes, duplicate_node_closure, search_duplicated_node):
13629         (duplicate_node, calc_inveclosure, calc_eclosure, calc_eclosure_iter):
13630         (fetch_token, peek_token, peek_token_bracket, parse, parse_reg_exp):
13631         (parse_branch, parse_expression, parse_sub_exp, parse_dup_op):
13632         (build_range_exp, build_collating_symbol, parse_bracket_exp):
13633         (parse_bracket_element, parse_bracket_symbol, build_equiv_class):
13634         (build_charclass, build_charclass_op, fetch_number, create_tree):
13635         (create_token_tree, mark_opt_subexp, duplicate_tree):
13636         Use prototypes rather than old-style definitions.
13637
13638         * lib/regex_internal.c:
13639         (re_string_allocate, re_string_construct, re_string_realloc_buffers):
13640         (re_string_construct_common, build_wcs_buffer, build_wcs_upper_buffer):
13641         (re_string_skip_chars, build_upper_buffer, re_string_translate_buffer):
13642         (re_string_reconstruct, re_string_peek_byte_case):
13643         (re_string_fetch_byte_case, re_string_destruct, re_string_context_at):
13644         (re_node_set_alloc, re_node_set_init_1, re_node_set_init_2):
13645         (re_node_set_init_copy, re_node_set_add_intersect):
13646         (re_node_set_init_union, re_node_set_merge, re_node_set_insert):
13647         (re_node_set_insert_last, re_node_set_compare, re_node_set_contains):
13648         (re_node_set_remove_at, re_dfa_add_node, calc_state_hash):
13649         (re_acquire_state, re_acquire_state_context, register_state):
13650         (create_ci_newstate, create_cd_newstate, free_state):
13651         Likewise.
13652         * lib/regexec.c (regexec, re_match, re_search, re_match_2,
13653         re_search_2):
13654         (re_search_2_stub, re_search_stub, re_copy_regs, re_set_registers):
13655         (re_search_internal, prune_impossible_nodes):
13656         (acquire_init_state_context, check_matching, static):
13657         (check_halt_node_context, check_halt_state_context, proceed_next_node):
13658         (push_fail_stack, pop_fail_stack, set_regs, free_fail_stack_return):
13659         (update_regs, sift_states_backward, build_sifted_states):
13660         (clean_state_log_if_needed, merge_state_array):
13661         (update_cur_sifted_state, add_epsilon_src_nodes):
13662         (sub_epsilon_src_nodes, check_dst_limits, check_dst_limits_calc_pos_1):
13663         (check_dst_limits_calc_pos, check_subexp_limits, sift_states_bkref):
13664         (sift_states_iter_mb, transit_state, merge_state_with_log, static):
13665         (find_recover_state, check_subexp_matching_top, transit_state_mb):
13666         (transit_state_bkref, get_subexp, get_subexp_sub, find_subexp_node):
13667         (check_arrival, check_arrival_add_next_nodes):
13668         (check_arrival_expand_ecl, check_arrival_expand_ecl_sub):
13669         (expand_bkref_cache, build_trtable, group_nodes_into_DFAstates):
13670         (check_node_accept_bytes, check_node_accept, extend_buffers):
13671         (match_ctx_init, match_ctx_clean, match_ctx_free, match_ctx_add_entry):
13672         (search_cur_bkref_entry, match_ctx_add_subtop, match_ctx_add_sublast):
13673         (sift_ctx_init):
13674         Likewise.
13675
13676         * lib/regex_internal.h:
13677         (re_string_allocate, re_string_construct, re_string_reconstruct):
13678         (re_string_realloc_buffers, build_wcs_buffer, build_wcs_upper_buffer):
13679         (build_upper_buffer, re_string_translate_buffer, re_string_destruct):
13680         (re_string_elem_size_at, re_string_char_size_at, re_string_wchar_at):
13681         (re_string_context_at, re_string_peek_byte_case):
13682         (re_string_fetch_byte_case): Declare even if RE_NO_INTERNAL_PROTOTYPES
13683         is defined, since we now use prototypes always.
13684
13685         * lib/regex.h (_RE_ARGS): Remove.  No longer needed, since we assume
13686         C89 or better.  All uses removed.
13687
13688 2005-08-20  Paul Eggert  <eggert@cs.ucla.edu>
13689
13690         * config/srclist.txt: Add glibc bugs 1220-1227.
13691
13692 2005-08-20  Jim Meyering  <jim@meyering.net>
13693
13694         * lib/regexec.c (regexec, re_search_stub) [!_LIBC]: Omit declaration
13695         of unused local, dfa.
13696
13697 2005-08-20  Bruno Haible  <bruno@clisp.org>
13698
13699         * m4/regex.m4 (gl_PREREQ_REGEX): Require AC_GNU_SOURCE.
13700
13701 2005-08-19  Paul Eggert  <eggert@cs.ucla.edu>
13702
13703         * lib/regex_internal.c (re_string_realloc_buffers, re_node_set_insert):
13704         (re_node_set_insert_last, re_dfa_add_node):
13705         Rename local variables to avoid GCC shadowing warnings.
13706
13707 2005-08-19  Paul Eggert  <eggert@cs.ucla.edu>
13708
13709         * lib/regex_internal.c (re_acquire_state, re_acquire_state_context)
13710         [defined lint]: Suppress bogus uninitialized-variable warnings.
13711
13712         * lib/regcomp.c (duplicate_node): Return new index, not an error code,
13713         and let the caller return REG_ESPACE if out of space.  This
13714         removes an uninitialied-variable warning with GCC 4.0.1, and also
13715         avoids taking the address of a local variable.  All callers
13716         changed.
13717
13718 2005-08-19  Paul Eggert  <eggert@cs.ucla.edu>
13719
13720         * config/srclist.txt: Comment out $LIBCSRC/posix/regex_internal.c,
13721         $LIBCSRC/posix/regexec.c.
13722         Add glibc bug 1217 for regcomp.c.
13723
13724 2005-08-19  Jim Meyering  <jim@meyering.net>
13725
13726         * lib/regexec.c (proceed_next_node): Redo local variables to
13727         avoid GCC shadowing warnings.
13728
13729 2005-08-18  Bruno Haible  <bruno@clisp.org>
13730
13731         * lib/strstr.c (strstr): Fix return value in multibyte case.
13732         * lib/strcasestr.c (strcasestr): Likewise.
13733
13734 2005-08-17  Paul Eggert  <eggert@cs.ucla.edu>
13735
13736         * lib/regex.h: Remove useless space-before-tab.  From coreutils.
13737
13738 2005-08-17  Jim Meyering  <jim@meyering.net>
13739
13740         Make the %s format (seconds since the epoch) work for a negative
13741         number and when used with a zero-padded field width, e.g. %015s.
13742
13743         * lib/strftime.c (my_strftime): Move the `do_number_sign_and_padding'
13744         label so that it precedes the code to set `digits'.  Otherwise,
13745         %0Ns wouldn't work.  Before this change, `date -d @-22 +%05s' would
13746         print `00-22'.  Now, it prints `-0022', as it should.
13747
13748 2005-08-17  Bruno Haible  <bruno@clisp.org>
13749
13750         * modules/strstr (Files): Add m4/mbrtowc.m4.
13751         (Depends-on): Add mbuiter.
13752
13753 2005-08-17  Bruno Haible  <bruno@clisp.org>
13754
13755         * modules/strcasestr: New file.
13756         * MODULES.html.sh (String handling, based on ANSI C 89): Add
13757         strcasestr.
13758
13759 2005-08-17  Bruno Haible  <bruno@clisp.org>
13760
13761         * modules/strcase (Depends-on): Add mbuiter. Remove strnlen1, mbchar.
13762
13763 2005-08-17  Bruno Haible  <bruno@clisp.org>
13764
13765         * modules/mbuiter: New file.
13766         * MODULES.html.sh (Extended multibyte and wide character utilities):
13767         Add mbuiter.
13768
13769 2005-08-17  Bruno Haible  <bruno@clisp.org>
13770
13771         * m4/strstr.m4 (gl_FUNC_STRSTR): Use the replacement function always.
13772         (gl_PREREQ_STRSTR): Use gl_FUNC_MBRTOWC.
13773
13774 2005-08-17  Bruno Haible  <bruno@clisp.org>
13775
13776         * m4/strcasestr.m4: New file.
13777
13778 2005-08-17  Bruno Haible  <bruno@clisp.org>
13779
13780         * lib/strstr.h: Ignore HAVE_STRSTR, always declare the gnulib function.
13781         * lib/strstr.c: Completely rewritten, with multibyte locale support.
13782
13783 2005-08-17  Bruno Haible  <bruno@clisp.org>
13784
13785         * lib/strcasestr.h: New file.
13786         * lib/strcasestr.c: New file.
13787
13788 2005-08-17  Bruno Haible  <bruno@clisp.org>
13789
13790         * lib/strcasecmp.c: Use mbuiter.h.
13791
13792 2005-08-17  Bruno Haible  <bruno@clisp.org>
13793
13794         * lib/mbuiter.h: New file.
13795
13796 2005-08-16  Paul Eggert  <eggert@cs.ucla.edu>
13797
13798         * m4/getopt.m4 (gl_GETOPT_CHECK_HEADERS): Do not override the results
13799         of gl_GETOPT_SUBSTITUTE.  That way, if both gl_GETOPT_SUBSTITUTE
13800         and gl_GETOPT are both invoked via different paths (as happens
13801         with GNU tar CVS because it uses both argp and getopt), the former
13802         wins.
13803
13804 2005-08-16  Bruno Haible  <bruno@clisp.org>
13805
13806         * modules/tls: New file.
13807         * MODULES.html.sh (Multithreading): Add tls.
13808
13809 2005-08-16  Bruno Haible  <bruno@clisp.org>
13810
13811         * modules/strnlen1: New file.
13812         * MODULES.html.sh (String handling): Add strnlen1.
13813
13814 2005-08-16  Bruno Haible  <bruno@clisp.org>
13815
13816         * modules/strcase (Files): Add m4/mbrtowc.m4.
13817         (Depends-on): Add strnlen1, mbchar.
13818
13819 2005-08-16  Bruno Haible  <bruno@clisp.org>
13820
13821         * modules/mbiter: New file.
13822         * MODULES.html.sh (Extended multibyte and wide character utilities):
13823         Add mbiter.
13824
13825 2005-08-16  Bruno Haible  <bruno@clisp.org>
13826
13827         * modules/mbfile: New file.
13828         * MODULES.html.sh (Extended multibyte and wide character utilities):
13829         Add mbfile.
13830
13831 2005-08-16  Bruno Haible  <bruno@clisp.org>
13832
13833         * modules/mbchar: New file.
13834         * MODULES.html.sh (Extended multibyte and wide character utilities):
13835         New section.
13836
13837 2005-08-16  Bruno Haible  <bruno@clisp.org>
13838
13839         * m4/tls.m4: New file, from GNU gettext.
13840
13841 2005-08-16  Bruno Haible  <bruno@clisp.org>
13842
13843         * m4/strcase.m4 (gl_FUNC_STRCASECMP): Use the replacement function
13844         always.
13845         (gl_PREREQ_STRCASECMP): Use gl_FUNC_MBRTOWC.
13846
13847 2005-08-16  Bruno Haible  <bruno@clisp.org>
13848
13849         * m4/mbiter.m4: New file.
13850
13851 2005-08-16  Bruno Haible  <bruno@clisp.org>
13852
13853         * m4/mbfile.m4: New file.
13854
13855 2005-08-16  Bruno Haible  <bruno@clisp.org>
13856
13857         * m4/mbchar.m4: New file.
13858
13859 2005-08-16  Bruno Haible  <bruno@clisp.org>
13860
13861         * lib/tls.h: New file, from GNU gettext.
13862         * lib/tls.c: New file, from GNU gettext.
13863
13864 2005-08-16  Bruno Haible  <bruno@clisp.org>
13865
13866         * lib/strnlen1.h: New file.
13867         * lib/strnlen1.c: New file.
13868
13869 2005-08-16  Bruno Haible  <bruno@clisp.org>
13870
13871         * lib/strcasecmp.c (struct mbiter_multi): Remove at_end field.
13872         (mbi_init): Update.
13873         (mbi_avail, mbi_advance): Let the iteration end before the terminating
13874         NUL byte, not after it.
13875
13876 2005-08-16  Bruno Haible  <bruno@clisp.org>
13877
13878         * lib/strcase.h (strcasecmp): Add note in comments.
13879         * lib/strncasecmp.c: Use code from strcasecmp.c.
13880         * lib/strcasecmp.c: Use mbchar module. Define private mbiter variant.
13881         (strcasecmp): Work correctly in multibyte locales.
13882
13883 2005-08-16  Bruno Haible  <bruno@clisp.org>
13884
13885         * lib/mbiter.h: New file.
13886
13887 2005-08-16  Bruno Haible  <bruno@clisp.org>
13888
13889         * lib/mbfile.h: New file.
13890
13891 2005-08-16  Bruno Haible  <bruno@clisp.org>
13892
13893         * lib/mbchar.h: New file.
13894         * lib/mbchar.c: New file.
13895
13896 2005-08-16  Bruno Haible  <bruno@clisp.org>
13897
13898         * lib/mbchar.h (mb_cmp, mb_casecmp): Order the invalid characters after
13899         the valid ones. Makes the comparison operations transitive:
13900         cmp (a, b) < 0 && cmp (b, c) < 0 ==> cmp (a, c) < 0.
13901         * lib/strcasecmp.c (strcasecmp): Use mb_casecmp.
13902
13903 2005-08-15  Simon Josefsson  <jas@extundo.com>
13904
13905         * modules/ssize_t (License): Change to 'unlimited'.
13906
13907         * gnulib-tool (sed_extract_prog): Recognize 'unlimited' license.
13908
13909 2005-08-15  Paul Eggert  <eggert@cs.ucla.edu>
13910
13911         * config/srclist.txt: Comment out $LIBCSRC/posix/regex.h.
13912         Add comments for each pending glibc patch.
13913
13914 2005-08-15  Bruno Haible  <bruno@clisp.org>
13915
13916         * lib/regex.h (__restrict_arr): Don't define to __restrict if
13917         __cplusplus is defined.
13918
13919 2005-08-14  Jim Meyering  <jim@meyering.net>
13920
13921         Sync from coreutils.
13922
13923         * lib/fts-cycle.c (setup_dir, enter_dir, leave_dir, free_dir):
13924         Use the hash-table-based cycle-detection code not just when
13925         FTS_TIGHT_CYCLE_CHECK if specified, but also with FTS_LOGICAL.
13926         Reported by James Youngman in
13927         <http://lists.gnu.org/archive/html/bug-gnulib/2005-08/msg00011.html>.
13928         * lib/fts_.h: Mention that with FTS_LOGICAL, we use
13929         FTS_TIGHT_CYCLE_CHECK.
13930         * lib/fts.c (fts_cross_check) [FTS_DEBUG]:
13931         s/active_dir_ht/fts_cycle.ht/. This lets us compile with -DFTS_DEBUG,
13932         once again.
13933         * lib/fts.c [! _LIBC]: Include "lstat.h" rather than rolling our own.
13934         * lib/fts.c (fd_safer): Remove decl.
13935         Include fcntl--.h rather than unistd-safer.h
13936         (fts_safe_changedir): Don't call fd_safer; no longer needed
13937         now that we include fcntl--.h.
13938
13939 2005-08-12  Simon Josefsson  <jas@extundo.com>
13940
13941         * modules/getndelim2: Use ssize_t module.
13942         * modules/getnline: Likewise.
13943         * modules/safe-read: Likewise.
13944         * modules/xreadlink: Likewise.
13945
13946         * modules/ssize_t: New file.
13947
13948 2005-08-12  Simon Josefsson  <jas@extundo.com>
13949
13950         * m4/readline.m4: Look for termcap, curses or ncurses if required.
13951
13952 2005-08-12  Simon Josefsson  <jas@extundo.com>
13953
13954         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
13955         ssize_t.
13956
13957 2005-08-12  Simon Josefsson  <jas@extundo.com>
13958
13959         * MODULES.html.sh (Extra functions based on ANSI C 89: Misc): Add
13960         readline, getdelim and check_version.
13961         (Support for systems lacking ISO C 99: Sizes of integer types):
13962         Add size_max.
13963
13964 2005-08-12  Bruno Haible  <bruno@clisp.org>
13965
13966         * m4/readline.m4 (gl_FUNC_READLINE): Look for ncurses first.
13967
13968 2005-08-11  Simon Josefsson  <jas@extundo.com>
13969
13970         * modules/readline: New file.
13971
13972         * modules/strnlen (Files): Add strnlen.h.
13973
13974 2005-08-11  Simon Josefsson  <jas@extundo.com>
13975
13976         * m4/readline.m4: New file.
13977
13978 2005-08-11  Simon Josefsson  <jas@extundo.com>
13979
13980         * lib/readline.h, readline.c: New file.
13981
13982 2005-08-11  Simon Josefsson  <jas@extundo.com>
13983
13984         * doc/gnulib.texi (Initial import, Finishing touches): Mention
13985         gl_AVOID.
13986
13987 2005-08-11  Bruno Haible  <bruno@clisp.org>
13988
13989         * lib/strnlen.h (strnlen): Change parameter name to match comment.
13990
13991 2005-08-10  Stepan Kasal  <kasal@ucw.cz>
13992
13993         * m4/onceonly_2_57.m4: Really require Autoconf 2.57.
13994
13995 2005-08-10  Simon Josefsson  <jas@extundo.com>
13996
13997         * tests/test-iconvme.c: New file.
13998
13999 2005-08-10  Simon Josefsson  <jas@extundo.com>
14000
14001         * m4/strnlen.m4: New file.
14002
14003         * m4/strndup.m4: Don't check for strnlen declaration, done in
14004         strnlen.m4.
14005
14006 2005-08-10  Simon Josefsson  <jas@extundo.com>
14007
14008         * lib/strndup.c: Use strnlen.h.
14009
14010         * lib/strnlen.h: New file.
14011
14012 2005-08-08  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny change)
14013
14014         * README: Typos.
14015
14016 2005-08-02  Simon Josefsson  <jas@extundo.com>
14017
14018         * modules/readline: New file.
14019
14020 2005-08-02  Simon Josefsson  <jas@extundo.com>
14021
14022         * modules/getdelim: New file.
14023
14024         * modules/getline: Rewrite, don't use getndelim2.
14025
14026 2005-08-02  Simon Josefsson  <jas@extundo.com>
14027
14028         * m4/getline.m4: Separate out getdelim stuff into separate module.
14029
14030         * m4/getdelim.m4: New file.
14031
14032 2005-08-02  Simon Josefsson  <jas@extundo.com>
14033
14034         * lib/getline.h, getline.c: Rewrite.
14035
14036         * lib/getdelim.h, lib/getdelim.c: New files, ported from glibc.
14037
14038 2005-07-31  Bruno Haible  <bruno@clisp.org>
14039
14040         * lib/lock.h (gl_lock_initializer): New macro.
14041         (gl_lock_define_initialized): Use it.
14042         (gl_rwlock_initializer): New macro.
14043         (gl_rwlock_define_initialized): Use it.
14044         (gl_recursive_lock_initializer): New macro.
14045         (gl_recursive_lock_define_initialized): Use it.
14046
14047 2005-07-30  Karl Berry  <karl@gnu.org>
14048
14049         * doc/gnulib.texi (Initial import): mention -I$(top_builddir)/lib.
14050         Report from Ben Pfaff, regarding getopt.
14051
14052 2005-07-26  Paul Eggert  <eggert@cs.ucla.edu>
14053
14054         Add support to getopt for Emacs, which doesn't use LIBOBJS in the
14055         normal way.
14056         * m4/getopt.m4 (gl_GETOPT_SUBSTITUTE_HEADER): New macro.
14057         (gl_GETOPT_SUBSTITUTE): Use it.  Invoke gl_PREREQ_GETOPT.
14058         (gl_GETOPT_IFELSE, gl_GETOPT_CHECK_HEADERS): New macros.
14059         (gl_GETOPT): Use the new macros.  Most of the implementation
14060         is moved to the new macros.  This is for programs like Emacs
14061         that don't want all the functionality of gl_GETOPT.
14062
14063 2005-07-26  Bruno Haible  <bruno@clisp.org>
14064
14065         * m4/lock.m4: Update from GNU gettext.
14066
14067 2005-07-26  Bruno Haible  <bruno@clisp.org>
14068
14069         * lib/lock.h: Update from GNU gettext.
14070         * lib/lock.c: Update from GNU gettext.
14071
14072 2005-07-25  Paul Eggert  <eggert@cs.ucla.edu>
14073
14074         * m4/regex.m4 (gl_INCLUDED_REGEX): Use AC_RUN_IFELSE instead of the
14075         obsolescent AC_TRY_RUN.  Include the default includes files, for
14076         'exit'.
14077
14078 2005-07-24  Bruno Haible  <bruno@clisp.org>
14079
14080         * modules/visibility: New file.
14081         * MODULES.html.sh (Misc): Add visibility.
14082
14083 2005-07-24  Bruno Haible  <bruno@clisp.org>
14084
14085         * m4/visibility.m4: New file.
14086
14087 2005-07-24  Bruno Haible  <bruno@clisp.org>
14088
14089         * doc/visibility.texi: New file.
14090
14091 2005-07-22  Bruno Haible  <bruno@clisp.org>
14092
14093         * modules/alloca-opt (Makefile.am): Remove explicit dependency on
14094         $(ALLOCA_H), redundant through BUILT_SOURCES.
14095         * modules/argz (Makefile.am): Remove explicit dependency on $(ARGZ_H),
14096         redundant through BUILT_SOURCES.
14097         * modules/byteswap (Makefile.am): Remove explicit dependency on
14098         $(BYTESWAP_H), redundant through BUILT_SOURCES.
14099         * modules/fnmatch (Makefile.am): Remove explicit dependency on
14100         $(FNMATCH_H), redundant through BUILT_SOURCES.
14101         * modules/getopt (Makefile.am): Remove explicit dependency on
14102         $(GETOPT_H), redundant through BUILT_SOURCES.
14103         * modules/glob (Makefile.am): Remove explicit dependency on $(GLOB_H),
14104         redundant through BUILT_SOURCES.
14105         * modules/poll (Makefile.am): Remove explicit dependency on $(POLL_H),
14106         redundant through BUILT_SOURCES.
14107         * modules/stdbool (Makefile.am): Remove explicit dependency on
14108         $(STDBOOL_H), redundant through BUILT_SOURCES.
14109         * modules/stdint (Makefile.am): Remove explicit dependency on
14110         $(STDINT_H), redundant through BUILT_SOURCES.
14111         * modules/sysexits (Makefile.am): Add $(SYSEXITS_H) to BUILT_SOURCES.
14112         Remove explicit dependency on $(SYSEXITS_H).
14113         Reported by Alexandre Duret-Lutz <adl@src.lip6.fr>.
14114
14115 2005-07-18  Simon Josefsson  <jas@extundo.com>
14116
14117         * lib/check-version.c (check_version): Accept identical versions too.
14118
14119 2005-07-18  Bruno Haible  <bruno@clisp.org>
14120
14121         * modules/lock: New file.
14122         * MODULES.html.sh (Multithreading): New section.
14123
14124 2005-07-18  Bruno Haible  <bruno@clisp.org>
14125
14126         * m4/lock.m4: New file, from GNU gettext.
14127
14128 2005-07-18  Bruno Haible  <bruno@clisp.org>
14129
14130         * lib/lock.h: New file, from GNU gettext.
14131         * lib/lock.c: New file, from GNU gettext.
14132
14133 2005-07-18  Bruno Haible  <bruno@clisp.org>
14134
14135         * lib/lock.h (gl_once_t): New type.
14136         (gl_once_define, gl_once): New macros.
14137         * lib/lock.c (fresh_once): New variable.
14138         (glthread_once, glthread_once_call, glthread_once_singlethreaded): New
14139         functions.
14140
14141 2005-07-16  Simon Josefsson  <jas@extundo.com>
14142
14143         * doc/gnulib.texi (Library version handling): Add ELF symbol collision
14144         workaround, suggested by Bruno.
14145
14146 2005-07-15  Paul Eggert  <eggert@cs.ucla.edu>
14147
14148         * modules/xalloc (Depends-on): Add xalloc-die.
14149         * modules/xvasprintf (Depends-on): Add xalloc-die.
14150
14151 2005-07-15  Paul Eggert  <eggert@cs.ucla.edu>
14152
14153         * lib/quotearg.c: Add translator comment suggested by Bruno Haible,
14154         with a minor change.
14155
14156 2005-07-15  Bruno Haible  <bruno@clisp.org>
14157
14158         * m4/poll.m4 (gl_FUNC_POLL): Check against MacOS X 10.4 poll() bug.
14159         When using lib/poll.c, define poll as rpl_poll.
14160
14161 2005-07-14  Paul Eggert  <eggert@cs.ucla.edu>
14162
14163         * modules/argp (Depends-on): Remove unlocked-io.
14164
14165 2005-07-14  Derek Price  <derek@ximbiot.com>
14166
14167         * m4/glob.m4 (gl_GLOB): Cache glob interface check result.  Add check
14168         for glob symlink bug.
14169
14170 2005-07-14  Bruno Haible  <bruno@clisp.org>
14171
14172         * m4/argp.m4 (gl_ARGP): Remove invocation of gl_FUNC_GLIBC_UNLOCKED_IO.
14173         Instead, test for *_unlocked function declarations directly.
14174
14175 2005-07-11  Simon Josefsson  <jas@extundo.com>
14176
14177         * modules/size_max: New file.
14178
14179         * modules/xsize: Depend on size_max module for size_max.m4.
14180
14181 2005-07-11  Simon Josefsson  <jas@extundo.com>
14182
14183         * lib/size_max.h: New file.
14184
14185 2005-07-11  Paul Eggert  <eggert@cs.ucla.edu>
14186
14187         * lib/version-etc-fsf.c (version_etc_copyright): Parameterize the
14188         copyright symbol and the year.
14189         * lib/version-etc.c (COPYRIGHT_YEAR): New constant.
14190         (version_etc_va): Use parameterized copyright notice.
14191         Reword to conform to the current GNU coding standards.
14192
14193 2005-07-11  Karl Berry  <karl@gnu.org>
14194
14195         * doc/gnulib.texi (Quoting): new node.
14196         (Initial import): more info, from Patrice.
14197
14198 2005-07-11  Bruno Haible  <bruno@clisp.org>
14199
14200         * gnulib-tool (func_usage): Document option --avoid.
14201         (Command line options): Handle --avoid.
14202         (func_acceptable): New function.
14203         (func_modules_transitive_closure): Use it.
14204
14205 2005-07-11  Bruno Haible  <bruno@clisp.org>
14206
14207         * MODULES.html.sh: Use shortcut URLs to the www.opengroup.org site.
14208         Reported by Jim Meyering.
14209
14210 2005-07-10  Bruno Haible  <bruno@clisp.org>
14211
14212         * m4/size_max.m4 (gl_SIZE_MAX): Cast ~(size_t)0 back to size_t.
14213         Needed when size_t is smaller than 'unsigned int'.
14214         Reported by Paul Eggert.
14215
14216 2005-07-09  Sergey Poznyakoff  <gray@gnu.org.ua>
14217
14218         * modules/argp (Depends-on): Add unlocked-io
14219
14220 2005-07-09  Sergey Poznyakoff  <gray@gnu.org.ua>
14221
14222         * lib/argp-namefrob.h: Include unlocked-io.h. Removed unnecessary
14223         block of defines.
14224
14225 2005-07-08  Paul Eggert  <eggert@cs.ucla.edu>
14226
14227         * config/srclist.txt: Comment out regcomp.c, since we have a porting
14228         fix now.
14229
14230 2005-07-08  Eric Blake  <ebb9@byu.net>  (tiny change)
14231         and Paul Eggert  <eggert@cs.ucla.edu>
14232
14233         * lib/regcomp.c (init_dfa, build_range_exp): Store __btowc value
14234         in wint_t, not wchar_t.  Remove now-unnecessary cast.
14235
14236 2005-07-07  Paul Eggert  <eggert@cs.ucla.edu>
14237
14238         * modules/regex (Files): Add lib/regex_internal.c,
14239         lib/regex_internal.h, lib/regexec.c, lib/regcomp.c, m4/codeset.m4.
14240         (Depends-on): Add extensions.
14241         (Makefile.am): Remove lib_SOURCES; now done by m4 code.
14242
14243 2005-07-07  Paul Eggert  <eggert@cs.ucla.edu>
14244
14245         * m4/backupfile.m4 (gl_BACKUPFILE): Use AC_CHECK_FUNCS_ONCE on
14246         pathconf.
14247         * m4/same.m4 (gl_SAME): Likewise.
14248         Require AC_SYS_LONG_FILE_NAMES; bug reported by Gerrit P. Haase.
14249
14250         * m4/regex.m4: Adjust to new libc regex implementation.
14251         (gl_INCLUDED_REGEX): Add AC_LIBSOURCES for
14252         all the .c and .h parts of (the new) regex.
14253         Quote the m4 stuff better.
14254         Check for RE_ICASE bug of old gnulib.
14255         Check for REG_STARTEND of recent libc.
14256         Rename local variables from jm_* to gl_*.
14257         Quote operand of "test -f".
14258         Say "recent enough" version of libc, not "version 2".
14259         (gl_PREREQ_REGEX): Remove AC_FUNC_ALLOCA, since alloca is a
14260         prerequisite module.  Remove AC_HEADER_STDC; no longer needed.
14261         Check for locale.h, isblank, mbrtowc, wcrtomb, wcscoll.
14262         Remove check for btowc, isascii.
14263         Require AM_LANGINFO_CODESET.
14264
14265 2005-07-07  Paul Eggert  <eggert@cs.ucla.edu>
14266
14267         * lib/regex.c, regex.h: Sync from libc.
14268         * lib/regcomp.c, lib/regexec_internal.c, lib/regex_internal.h:
14269         * lib/regexec.c:
14270         New files, synced from libc, except that regex_internal.h
14271         currently has a small porting fix.
14272
14273 2005-07-07  Paul Eggert  <eggert@cs.ucla.edu>
14274
14275         * config/srclist.txt: Add regcomp.c, regex.c, regex.h,
14276         regex_internal.c, regexec.c.
14277         Add regex_internal.h too, but as a comment, since the libc version
14278         is currently broken in gnulib mode.
14279
14280 2005-07-06  Paul Eggert  <eggert@cs.ucla.edu>
14281
14282         Support programs like Emacs that use gnulib but not gettext.
14283         * MODULES.html.sh (Internationalization functions): Add gettext-h.
14284         * modules/gettext-h: New file.
14285         * modules/gettext (Files): Remove lib/gettext.h.
14286         (Depends-on): Add gettext-h.
14287         (Makefile.am): Remove lib_SOURCES.
14288         * modules/argmatch, modules/c-stack, modules/closeout:
14289         * modules/copy-file, modules/csharpcomp, modules/csharpexec:
14290         * modules/execute, modules/file-type, modules/getaddrinfo:
14291         * modules/getopt, modules/human, modules/javacomp:
14292         * modules/javaexec, modules/mkdir-p, modules/obstack:
14293         * modules/openat, modules/pagealign_alloc, modules/pipe:
14294         * modules/quotearg, modules/regex, modules/rpmatch:
14295         * modules/unicodeio, modules/userspec, modules/version-etc:
14296         * modules/wait-process, modules/xalloc-die, modules/xmemcoll:
14297         * modules/xsetenv:
14298         Depend on gettext-h, not gettext.
14299
14300 2005-07-05  Paul Eggert  <eggert@cs.ucla.edu>
14301
14302         * gnulib-tool (func_import): Add support for 'public domain' license.
14303         * modules/alloca, modules/atexit, modules/memmove:
14304         Now public domain, not GPL.
14305         * modules/dup2, modules/getpagesize, modules/malloc, modules/memset:
14306         * modules/realloc, modules/strerror, modules/strtod:
14307         Now LGPL, not GPL.
14308
14309 2005-07-05  Bruno Haible  <bruno@clisp.org>
14310
14311         * m4/mbrtowc.m4 (gl_FUNC_MBRTOWC): Upgrade to version from current
14312         autoconf CVS. Needed for mingw.
14313
14314 2005-07-03  Paul Eggert  <eggert@cs.ucla.edu>
14315
14316         Remove the dependency of the strftime module on the tzset module.
14317         * modules/strftime (Depends-on): Remove dependency on tzset.
14318
14319 2005-07-03  Paul Eggert  <eggert@cs.ucla.edu>
14320
14321         Remove the dependency of the strftime module on the tzset module.
14322         * m4/strftime.m4 (gl_FUNC_STRFTIME): Don't require
14323         gl_FUNC_TZSET_CLOBBER.
14324
14325 2005-07-03  Paul Eggert  <eggert@cs.ucla.edu>
14326
14327         Remove the dependency of the strftime module on the tzset module.
14328         * lib/strftime.c (my_strftime)
14329         [! defined _LIBC && ! HAVE_RUN_TZSET_TEST]:
14330         Copy the input structure, to work around some of the bug with
14331         Solaris 2.5.1 and Solaris 2.6.  If you still care about these old
14332         Solaris releases, you should also use the tzset module, but we won't
14333         require it as a dependency any more since we don't want LGPLed code
14334         to depend on GPLed code.
14335
14336 2005-07-02  Jim Meyering  <jim@meyering.net>
14337
14338         * m4/chown.m4, cloexec.m4, dup2.m4, fsusage.m4:
14339         * m4/getcwd-path-max.m4, getcwd.m4, mkstemp.m4, mountlist.m4:
14340         * m4/pagealign_alloc.m4, save-cwd.m4, unistd-safer.m4:
14341         Don't check for fcntl.h, and don't test for HAVE_FCNTL_H.
14342
14343 2005-07-02  Jim Meyering  <jim@meyering.net>
14344
14345         * lib/backupfile.c (backup_args): Change a `0' to NULL.
14346
14347 2005-07-01  Paul Eggert  <eggert@cs.ucla.edu>
14348
14349         * lib/xnanosleep.c: Include timespec.h, since OpenBSD 3.4 <time.h>
14350         declares only 'struct timespec;' (!).
14351
14352 2005-07-01  Jim Meyering  <jim@meyering.net>
14353
14354         * lib/chown.c, cloexec.c, dup-safer.c, dup2.c, fsusage.c, getcwd.c:
14355         * lib/getloadavg.c, mountlist.c, openat.h, pagealign_alloc.c:
14356         * lib/save-cwd.c, tempname.c:
14357         Assume HAVE_FCNTL_H (i.e., include <fcntl.h> unconditionally,
14358         and don't include <sys/file.h>).
14359
14360 2005-06-29  Jim Meyering  <jim@meyering.net>
14361
14362         * lib/mkdir-p.c (make_dir_parents): Don't apply sizeof to a hard-coded
14363         type name.  Use the variable name instead.
14364         * lib/idcache.c (getuser, getuidbyname, getgroup, getgidbyname):
14365         Likewise.
14366
14367 2005-06-28  Simon Josefsson  <jas@extundo.com>
14368
14369         * modules/check-version (Files): Add check-version.m4.
14370
14371 2005-06-28  Simon Josefsson  <jas@extundo.com>
14372
14373         * m4/check-version.m4: New file, suggested by Jim Meyering
14374         <jim@meyering.net>.
14375
14376 2005-06-28  Simon Josefsson  <jas@extundo.com>
14377
14378         * lib/check-version.h, lib/check-version.c: New files.
14379
14380 2005-06-28  Simon Josefsson  <jas@extundo.com>
14381
14382         * lib/base64.c (base64_encode): Indent.  Rename 'b64' to avoid
14383         collision with global variable.  Better indentation.  Don't
14384         increment buffer pointer beyond buffer end.  Based on comments
14385         from Paul Eggert <eggert@cs.ucla.edu>.
14386
14387         * lib/base64.h: Indent.
14388
14389 2005-06-28  Simon Josefsson  <jas@extundo.com>
14390
14391         * doc/gnulib.texi (Library version handling): New section.
14392
14393 2005-06-28  Jim Meyering  <jim@meyering.net>
14394
14395         * check-module (find_included_lib_files): Hard-code another
14396         pair of exceptions: fts.c includes fts-cycle.c and unistd-safer.h
14397         but modules/fts-lgpl (correctly) does not list those files.
14398
14399         * modules/canonicalize (Files): Add lib/pathmax.h.
14400
14401 2005-06-25  Simon Josefsson  <jas@extundo.com>
14402
14403         * modules/check-version: New file.
14404
14405 2005-06-24  Paul Eggert  <eggert@cs.ucla.edu>
14406
14407         * lib/canon-host.c (canon-host): Append trailing "," to 0 in
14408         initializer of struct addrinfo, as an indication that we don't
14409         care how many members the structure has.
14410
14411 2005-06-24  Derek Price  <derek@ximbiot.com>
14412         and Bruno Haible  <bruno@clisp.org>
14413
14414         Remove stat module & update lstat.
14415         * m4/lstat.m4 (gl_FUNC_LSTAT): Drop AC_FUNC_LSTAT in favor of
14416         AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK.
14417         * m4/stat.m4: Remove this file.
14418
14419 2005-06-24  Derek Price  <derek@ximbiot.com>
14420         and Bruno Haible  <bruno@clisp.org>
14421
14422         Remove stat module & update lstat.
14423         * lib/stat.c: Remove this file...
14424         (slash_aware_lstat): ...moving this content and its support...
14425         * lib/lstat.c (rpl_lstat): ...into here.
14426         * lib/lstat.h: New file.
14427
14428 2005-06-24  Derek Price  <derek@ximbiot.com>
14429         and Bruno Haible  <bruno@clisp.org>
14430
14431         Remove stat module & update lstat.
14432         * config/srclist.txt (libc sources): Remove stat.
14433
14434 2005-06-24  Derek Price  <derek@ximbiot.com>
14435         and Bruno Haible  <bruno@clisp.org>
14436
14437         Remove stat module & update lstat.
14438         * MODULES.html.sh (stat): Remove.
14439         * MODULES.html: Regenerated.
14440         * modules/lstat (Description): Correct function name.
14441         (Files): Add "lstat.h".
14442         (Depends-on): Remove stat, add xalloc, stat-macros.
14443         * modules/stat: Remove this file.
14444         (Include): Add "lstat.h", remove <sys/stat.h>.
14445
14446 2005-06-23  Paul Eggert  <eggert@cs.ucla.edu>
14447
14448         * lib/mktime.c: Include <string.h> even if !DEBUG.  (From glibc.)
14449         (ranged_convert): Don't save conversion in a temporary struct.
14450         This causes a warning with GCC 4.0.0, and anyway in the typical
14451         case it's not worth the extra 100 bytes or so of code.
14452         (ranged_convert, __mktime_internal): When calling a function via a
14453         pointer P, use P () rather than (*P) (), as we now assume C89 or
14454         better.
14455
14456 2005-06-22  Paul Eggert  <eggert@cs.ucla.edu>
14457
14458         * lib/readutmp.c (desirable_utmp_entry): Fix bug where "who -b" and
14459         "who -r" failed to give output.  Problem reported by Tim Waugh.
14460
14461         * lib/xmalloc.c (HAVE_GNU_CALLOC): New constant.
14462         (xcalloc): Use it to avoid needless tests.
14463         Problem reported by Jim Meyering.
14464
14465 2005-06-20  Derek Price  <derek@ximbiot.com>
14466
14467         * m4/bison.m4: Note that precious decls of YACC & YFLAGS will be
14468         unnecessary for Autoconfs > 2.59c.
14469
14470 2005-06-16  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
14471
14472         * lib/argp.h (__option_is_short): Check upper limit of
14473         __key. Isprint() requires its argument to have the value
14474         of an unsigned char or EOF.
14475
14476 2005-06-16  Jim Meyering  <jim@meyering.net>
14477
14478         * lib/calloc.c (rpl_calloc): Allocate a 1-byte buffer (not 1xS or Nx1)
14479         when either N or S is zero.
14480
14481 2005-06-16  Derek Price  <derek@ximbiot.com>
14482
14483         * m4/bison.m4: Declare YACC & YFLAGS precious.
14484
14485 2005-06-10  Paul Eggert  <eggert@cs.ucla.edu>
14486
14487         * lib/fnmatch.c (fnmatch): If there is an encoding error in a
14488         multibyte string or pattern, fall back on unibyte matching.
14489         Problem reported by James Youngman.
14490
14491 2005-06-08  Bruno Haible  <bruno@clisp.org>
14492
14493         * modules/csharpcomp: New file.
14494         * MODULES.html.sh (C#): Add csharpcomp.
14495
14496 2005-06-08  Bruno Haible  <bruno@clisp.org>
14497
14498         * m4/csharpcomp.m4: New file, from GNU gettext.
14499
14500 2005-06-08  Bruno Haible  <bruno@clisp.org>
14501
14502         * lib/csharpcomp.h: New file, from GNU gettext.
14503         * lib/csharpcomp.c: New file, from GNU gettext.
14504         * lib/csharpcomp.sh.in: New file, from GNU gettext.
14505
14506 2005-06-08  Bruno Haible  <bruno@clisp.org>
14507
14508         * lib/binary-io.h (fileno): Undefine before defining it. Avoids a gcc
14509         warning on mingw.
14510
14511 2005-06-07  Derek Price  <derek@ximbiot.com>
14512
14513         Sync from CVS.
14514         * lib/glob_.h: Indent nested #ifdef.
14515
14516 2005-06-02  Paul Eggert  <eggert@cs.ucla.edu>
14517
14518         Sync from coreutils.
14519         Use "file name" when talking about file names, instead of "filename"
14520         or "path", as per the GNU coding standards.
14521         * lib/mkdir-p.c: Renamed from makepath.c.
14522         (make_dir_parents): Renamed from make_path.  All callers changed.
14523         * lib/mkdir-p.h: Likewise.  All includers changed.
14524         * lib/filenamecat.c: Renamed from path-concat.c.
14525         (file_name_concat): Renamed from path_concat.  All callers changed.
14526         [TEST_FILE_NAME_CONCAT]: Renamed from TEST_PATH_CONCAT.
14527         * lib/filenamecat.h: Likewise.  All includers changed.
14528         * lib/acl.c: Don't use "path" or "filename" to mean "file name"
14529         in comments or local variable names.
14530         * lib/basename.c: Likewise.
14531         * lib/canonicalize.c, canonicalize.h: Likewise.
14532         * lib/dirname.c, dirname.h: Likewise.
14533         * lib/euidaccess.c: Likewise.
14534         * lib/exclude.c: Likewise
14535         * lib/fnmatch_.h, fnmatch_loop.c: Likewise.
14536         * lib/fsusage.c, fsuage.h: Likewise.
14537         * lib/fts.c, fts_.h: Likewise.
14538         * lib/getcwd.c: Likewise.
14539         * lib/getloadavg.c: Likewise.
14540         * lib/mkstemp.c: Likewise.
14541         * lib/mountlist.c, mountlist.h: Likewise.
14542         * lib/openat.c, openat.h: Likewise.
14543         * lib/readlink-stub.c: Likewise.
14544         * lib/readutmp.c, readutmp.h: Likewise.
14545         * lib/rename.c: Likewise.
14546         * lib/rmdir.c: Likewise.
14547         * lib/same.c: Likewise.
14548         * lib/savedir.c: Likewise.
14549         * lib/stripslash.c: Likewise.
14550         * lib/tempname.c: Likewise.
14551         * lib/xreadlink.c: Likewise.
14552         * lib/exclude.c (excluded_file_name): Renamed from excluded_filename.
14553         All uses changed.
14554         * lib/exclude.h: Likewise.
14555
14556         * lib/euidaccess.c (getuid, getgid, getuid, getegid)
14557         [!defined _POSIX_VERSION]: Remove decls; not needed these days.
14558         * lib/idcache.c (getpwuid, getpwnam, getgrgid, getgrnam)
14559         [!defined _POSIX_VERSION]: Remove decls; not needed these days.
14560         * lib/pathmax.h: Include <limits.h> unconditionally, since other
14561         files have been getting away with it for years (MORE/BSD 4.3
14562         is extinct now).
14563         * lib/userspec.c (getpwnam, getgrnam, getgrgid)
14564         [!defined _POSIX_VERSION]: Remove decls; not needed these days.
14565
14566         * lib/pathmax.h (_POSIX_PATH_MAX) [!defined _POSIX_PATH_MAX]:
14567         Define to 256, not 255, as per modern POSIX.
14568
14569 2005-06-02  Paul Eggert  <eggert@cs.ucla.edu>
14570
14571         Sync from coreutils.
14572         Use "file name" when talking about file names, instead of "filename"
14573         or "path", as per the GNU coding standards.
14574         * MODULES.html.sh: mkdir-p renamed from makepath.
14575         filenamecat renamed from path-concat.
14576         * modules/filenamecat: Renamed from modules/path-concat.
14577         (Files): filenamecat.h and filenamecat.c renamed from
14578         path-concat.h and path-concat.c.
14579         (configure.ac): gl_FILE_NAME_CONCAT, not gl_PATH_CONCAT.
14580         (Include): filenamecat.h, not path-concat.h.
14581         * modules/mkdir-p: Renamed from modules/makepath.
14582         (Files): mkdir-p.h and mkdir-p.c renamed from makepath.h and
14583         makepath.c.
14584         (configure.ac): gl_MKDIR_PARENTS, not gl_MAKEPATH.
14585         (Include): mkdir-p.h, not makepath.h.
14586
14587 2005-06-02  Paul Eggert  <eggert@cs.ucla.edu>
14588
14589         Sync from coreutils.
14590         * m4/mkdir-p.m4: Renamed from makepath.m4.
14591         (gl_MKDIR_PARENTS): Renamed from gl_MAKEPATH.  All uses changed.
14592         Rename files from makepath.c to mkdir-p.c, and from
14593         makepath.h to mkdir-p.h.
14594         * m4/filenamecat.m4: Renamed from path-concat.m4.
14595         (gl_FILE_NAME_CONCAT): Renamed from gl_PATH_CONCAT.  All uses changed.
14596         Rename files from path-concat.c to filenamecat.c,
14597         and from path-concat.h to filenamecat.h.
14598         * m4/getcwd-path-max.m4: Don't use "path" or "filename" to mean
14599         "file name" in local variables or comments.
14600         * m4/rename.m4: Likewise.
14601
14602 2005-06-01  Bruno Haible  <bruno@clisp.org>
14603
14604         * modules/csharpexec: New file.
14605         * MODULES.html.sh (C#): New section.
14606
14607 2005-06-01  Bruno Haible  <bruno@clisp.org>
14608
14609         * m4/csharp.m4: New file, from GNU gettext.
14610         * m4/csharpexec.m4: New file, from GNU gettext.
14611
14612 2005-06-01  Bruno Haible  <bruno@clisp.org>
14613
14614         * lib/csharpexec.h: New file, from GNU gettext.
14615         * lib/csharpexec.c: New file, from GNU gettext.
14616         * lib/csharpexec.sh.in: New file, from GNU gettext.
14617
14618 2005-05-31  Derek Price  <derek@ximbiot.com>
14619             Paul Eggert  <eggert@cs.ucla.edu>
14620
14621         Sync from cvs.
14622         * m4/glob.m4: s/MISSING_SYS_CDEFS_H/_SYS_CDEFS_H/ and comment.
14623
14624 2005-05-31  Derek Price  <derek@ximbiot.com>
14625             Paul Eggert  <eggert@cs.ucla.edu>
14626
14627         Sync from cvs.
14628         * lib/glob_.h: s/MISSING_SYS_CDEFS_H/_SYS_CDEFS_H/ and comment.
14629
14630 2005-05-29  Derek Price  <derek@ximbiot.com>
14631
14632         * config/srclist.txt (glob_.h, glob.c): Add these files.
14633
14634 2005-05-29  Derek Price  <derek@ximbiot.com>
14635
14636         * MODULES.html.sh: Add glob to Enhanced POSIX.2001 section.
14637         * modules/glob: New file.
14638         * modules/getlogin_r: Add link to POSIX spec in description.
14639
14640 2005-05-29  Derek Price  <derek@ximbiot.com>
14641             Paul Eggert  <eggert@cs.ucla.edu>
14642
14643         * m4/glob.m4: New file.
14644
14645 2005-05-29  Derek Price  <derek@ximbiot.com>
14646             Paul Eggert  <eggert@cs.ucla.edu>
14647
14648         * lib/glob_.h, lib/glob.c: New files.
14649
14650 2005-05-27  Paul Eggert  <eggert@cs.ucla.edu>
14651
14652         * modules/fts (Files): Remove m4/inttypes-pri.m4.
14653         * modules/fts-lgpl (Depends-on): Remove gettext.
14654
14655 2005-05-27  Paul Eggert  <eggert@cs.ucla.edu>
14656
14657         * m4/fts.m4 (gl_FUNC_FTS_CORE): Don't check for inttypes.h or stdint.h,
14658         and don't require gt_INTTYPES_PRI.
14659
14660 2005-05-27  Paul Eggert  <eggert@cs.ucla.edu>
14661
14662         * lib/getlogin_r.c (getlogin_r): Don't set errno to 0 on return.
14663
14664         * lib/fts.c: Don't worry about debugging on pre-C99-compatible hosts;
14665         the configuration hassle isn't worth it.
14666         Include inttypes.h and stdint.h unconditionally if FTS_DEBUG.
14667         (LONGEST_MODIFIER, PRIuMAX): Remove.
14668
14669 2005-05-27  Bruno Haible  <bruno@clisp.org>
14670
14671         * lib/getlogin_r.h: Remove second include of <stddef.h>.
14672
14673 2005-05-26  Paul Eggert  <eggert@cs.ucla.edu>
14674
14675         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Define
14676         _POSIX_PTHREAD_SEMANTICS for Solaris.
14677
14678 2005-05-25  Derek Price  <derek@ximbiot.com>
14679
14680         * MODULES.html.sh: Add getlogin_r to POSIX.2001 support section.
14681
14682 2005-05-25  Derek Price  <derek@ximbiot.com>
14683             Paul Eggert  <eggert@cs.ucla.edu>
14684
14685         * modules/getlogin_r, m4/getlogin_r.m4: New files.
14686         * lib/getlogin_r.c, getlogin_r.h: New files.
14687
14688 2005-05-25  Bruno Haible  <bruno@clisp.org>
14689             Derek Price  <derek@ximbiot.com>
14690
14691         * lib/getlogin_r.h: Simplify API documentation.
14692
14693 2005-05-23  Derek Price  <derek@ximbiot.com>
14694
14695         * modules/minmax (Files): Add m4/minmax.m4.
14696         (configure.ac): Add gl_MINMAX.
14697
14698 2005-05-22  Paul Eggert  <eggert@cs.ucla.edu>
14699
14700         * lib/fts.c (fd_safer) [_LGPL_PACKAGE]: New static function,
14701         so that unistd-safer.h (GPL'ed code) need not be included.
14702
14703 2005-05-22  Bruno Haible  <bruno@clisp.org>
14704
14705         * m4/minmax.m4: New file.
14706         Based on a patch by Derek Price <derek@ximbiot.com>.
14707
14708 2005-05-22  Bruno Haible  <bruno@clisp.org>
14709
14710         * lib/stdint_.h (_STDINT_H_HAVE_INT64): New macro. Use it in #ifdefs.
14711         (INT64_MIN): Fix definition.
14712         Suggested by Paul Eggert <eggert@cs.ucla.edu>.
14713
14714         * lib/stdint_.h (_STDINT_H_NEED_SIGNED_INT_TYPES): Renamed from
14715         NEED_SIGNED_INT_TYPES.
14716
14717         * lib/stdint_.h (_STDINT_H_HAVE_SYSTEM_INTTYPES): Renamed from
14718         HAVE_SYSTEM_INTTYPES.
14719
14720 2005-05-22  Bruno Haible  <bruno@clisp.org>
14721
14722         * lib/minmax.h: Include <limits.h> only when it defines MIN, MAX.
14723         Also include <sys/param.h> if it defines MIN, MAX.
14724         Based on a patch by Derek Price <derek@ximbiot.com>.
14725
14726 2005-05-21  Jim Meyering  <jim@meyering.net>
14727
14728         * modules/fts (Files): Add m4/inttypes-pri.m4.
14729         (Depends-on): Add lstat and remove gettext.  Alphabetize.
14730
14731 2005-05-20  Paul Eggert  <eggert@cs.ucla.edu>
14732
14733         New fts module.
14734         * lib/fts.c: Don't include "cycle-check.h" or "hash.h".
14735         (setup_dir, free_dir): New functions.
14736         (enter_dir, leave_dir): Define trivial
14737         alternatives of _LGPL_PACKAGE.  Move to fts-cycle.c if !_LGPL_PACKAGE.
14738         (HT_INITIAL_SIZE, ENTER_DIR): Remove.  All uses removed.
14739         (LEAVE_DIR): Fix typo: pass Fts and Ent to leave_dir.
14740         (struct Active_dir, AD_compare, AD_hash, enter_dir, leave_dir):
14741         Move to fts-cycle.c.
14742         (fts_open): Use setup_dir.
14743         (fts_close): Use free_dir.
14744         (fts_read): Have just one copy of the ENTER_DIR code rather than three.
14745         This adds a label and some gotos, but the alternatives were messier.
14746         Check for memory allocation failure when entering a dir.
14747         (fts_stat) [_LGPL_PACKAGE]: Bring back glibc cycle detection code.
14748         * lib/fts_.h (_LGPL_PACKAGE) [defined _LIBC]: New macro.
14749         (FTS): New member fts_cycle, that is a union that contains the
14750         old active_dir_ht and cycle_state.  All uses changed to mention
14751         fts_cycle.ht and fts_cycle.state.
14752         * lib/fts-cycle.c: New file, containing GPL'ed code migrated out of
14753         fts.c, with the following changes:
14754         (setup_dir, free_dir): New functions.
14755         (enter_dir): Now returns bool.  Return true if successful, false
14756         if memory exhausted.  All callers changed.
14757         Do not bother partly cleaning up on
14758         memory allocation failure; that is free_dir's job.
14759         However, free ad if hash_insert fails, to avoid memory leak.
14760         (enter_dir, leave_dir): Accommodate change to FTS by inspecting
14761         fts->fts_options to see which union member to use.
14762
14763 2005-05-20  Paul Eggert  <eggert@cs.ucla.edu>
14764
14765         * m4/fts.m4 (gl_FUNC_FTS_CORE): Renamed from gl_FUNC_FTS.
14766         (gl_FUNC_FTS, gl_FUNC_FTS_LGPL): New macros.
14767
14768 2005-05-20  Paul Eggert  <eggert@cs.ucla.edu>
14769
14770         * MODULES.html.sh (File system functions): Add fts, fts-lgpl.
14771
14772 2005-05-20  Jim Meyering  <jim@meyering.net>
14773
14774         * lib/unlinkdir.h (cannot_unlink_dir) [UNLINK_CANNOT_UNLINK_DIR]:
14775         Now a macro, to pacify GCC.
14776
14777 2005-05-20  Eric Blake  <ebb9@byu.net>  (tiny change)
14778
14779         * m4/chown.m4 (gl_FUNC_CHOWN): Correct sense of test for honoring IDs
14780         of -1.
14781
14782 2005-05-20  Eric Blake  <ebb9@byu.net>  (tiny change)
14783
14784         * lib/chown.c (rpl_chown): Return -1 on failure.
14785
14786 2005-05-18  Paul Eggert  <eggert@cs.ucla.edu>
14787
14788         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME]):
14789         Don't check for stddef.h.
14790         * m4/fts.m4 (gl_FUNC_FTS): Don't require AC_HEADER_STDC, as we
14791         don't use its results.
14792         Don't check for fcntl.h, stddef.h, stdlib.h, string.h, unistd.h,
14793         since we include them unconditionally.  Don't require
14794         AM_STDBOOL_H, since stdbool is a prerequisite.
14795         Don't require AC_C_CONST, AC_TYPE_SIZE_T or check for ptrdiff_t
14796         since we assume C89 or better.
14797         Don't require AC_FUNC_CLOSEDIR_VOID, AC_FUNC_LSTAT, or AC_FUNC_STAT,
14798         as we don't use their results.
14799         Don't check for fchdir, memmove, memset, strrchr, as we use
14800         them unconditionally.
14801         * m4/gettimeofday.m4 (AC_FUNC_GETTIMEOFDAY_CLOBBER): Don't define
14802         GETTIMEOFDAY_CLOBBERS_LOCALTIME_BUFFER, since nobody uses it.
14803
14804 2005-05-18  Paul Eggert  <eggert@cs.ucla.edu>
14805
14806         * lib/canonicalize.c: Include canonicalize.h first, to test interface.
14807         Include <stddef.h> unconditionally, since we assume C89 now.
14808         All uses of PTR_INT_TYPE replaced by ptrdiff_t.
14809         * lib/fts.c: Include fts_.h first, to check interface.
14810         Do not include intprops.h; no longer needed.
14811         Include cycle-check.h and hash.h, since fts_.h no longer does.
14812         Remove unnecessary casts of closedir to void.
14813         (fts_build): Use a simpler method (not involving TYPE_SIGNED) to
14814         decide whether to decrement nlinks.
14815         * lib/fts_.h: Do not include hash.h or cycle-check.h; no longer needed.
14816         (FTS): Use struct hash_table * instead of Hash_table, so that
14817         we no longer need to include hash.h here.
14818
14819 2005-05-18  Jim Meyering  <jim@meyering.net>
14820
14821         * modules/dirfd (License): Change to LGPL.  Most of the code
14822         is already in the public domain.
14823
14824 2005-05-18  Jim Meyering  <jim@meyering.net>
14825
14826         * m4/fts.m4 (AC_LIBSOURCES): Add intprops.h to the list.
14827         Reported by Yoann Vandoorselaere.
14828
14829 2005-05-17  Jim Meyering  <jim@meyering.net>
14830
14831         * m4/fts.m4: New file, from coreutils.
14832
14833 2005-05-17  Jim Meyering  <jim@meyering.net>
14834
14835         * lib/fts.c, lib/fts_.h: New files, from coreutils.
14836
14837 2005-05-14  Paul Eggert  <eggert@cs.ucla.edu>
14838
14839         Sync from coreutils.
14840         * m4/unlinkdir.m4: New file.
14841
14842 2005-05-14  Paul Eggert  <eggert@cs.ucla.edu>
14843
14844         Sync from coreutils.
14845         * lib/unlinkdir.c, lib/unlinkdir.h: New files.
14846         * lib/gethrxtime.c, lib/gethrxtime.h, lib/getpass.h, lib/mountlist.h,
14847         lib/path-concat.c, lib/regex.h, lib/unlocked-io.h, lib/xtime.h:
14848         White space changes only.
14849         * lib/makepath.c (make_path): Port to hosts where leading "//" is
14850         special.
14851         * lib/yesno.c: Include getline.h, not ctype.h.
14852         (yesno): Don't remove leading white space; POSIX doesn't allow it.
14853         Use getline to remove arbitrary restriction on response length.
14854
14855 2005-05-14  Paul Eggert  <eggert@cs.ucla.edu>
14856
14857         * config/srclist-update: Spell out "Street" in FSF postal
14858         mail address; this is the style the FSF seems to prefer.
14859
14860         * build-aux/depcomp, build-aux/install-sh, build-aux/mdate-sh,
14861         build-aux/missing, build-aux/mkinstalldirs: Sync from Automake;
14862         this updates FSF postal mail address.
14863
14864         Sync from coreutils.
14865         * modules/unlinkdir: New file.
14866         * modules/yesno (Depends-on): Add getline.
14867         * MODULES.html.sh (File system functions): Add unlinkdir.
14868
14869 2005-05-13  Paul Eggert  <eggert@cs.ucla.edu>
14870
14871         * lib/byteswap_.h, lib/getsubopt.h, lib/iconvme.h, lib/strsep.c,
14872         lib/strsep.h:
14873         Change the initial comment to refer to GPL, not LGPL.
14874         gnulib-tool will change it to LGPL as needed.
14875
14876         * lib/__fpending.c, lib/acl.c, lib/acl.h, lib/alloca_.h, lib/allocsa.c,
14877         lib/allocsa.h, lib/argmatch.c, lib/argmatch.h, lib/argp-ba.c,
14878         lib/argp-eexst.c, lib/argp-fmtstream.c, lib/argp-fmtstream.h,
14879         lib/argp-fs-xinl.c, lib/argp-help.c, lib/argp-namefrob.h,
14880         lib/argp-parse.c, lib/argp-pv.c, lib/argp-pvh.c, lib/argp-xinl.c,
14881         lib/argp.h, lib/argz.c, lib/argz_.h, lib/asnprintf.c, lib/asprintf.c,
14882         lib/atanl.c, lib/backupfile.c, lib/backupfile.h, lib/base64.c,
14883         lib/base64.h, lib/basename.c, lib/binary-io.h, lib/byteswap_.h,
14884         lib/c-ctype.c, lib/c-ctype.h, lib/c-stack.c, lib/c-stack.h,
14885         lib/c-strtod.c, lib/calloc.c, lib/canon-host.c, lib/canonicalize.c,
14886         lib/canonicalize.h, lib/ceill.c, lib/chdir-long.c, lib/chdir-long.h,
14887         lib/chown.c, lib/classpath.c, lib/classpath.h, lib/cloexec.c,
14888         lib/closeout.c, lib/closeout.h, lib/concatpath.c, lib/config.charset,
14889         lib/copy-file.c, lib/copy-file.h, lib/cycle-check.c, lib/cycle-check.h,
14890         lib/diacrit.c, lib/diacrit.h, lib/dirfd.c, lib/dirfd.h, lib/dirname.c,
14891         lib/dirname.h, lib/dummy.c, lib/dup-safer.c, lib/dup2.c, lib/eealloc.h,
14892         lib/error.c, lib/error.h, lib/euidaccess.c, lib/exclude.c,
14893         lib/exclude.h, lib/execute.c, lib/execute.h, lib/exit.h,
14894         lib/exitfail.c, lib/exitfail.h, lib/expl.c, lib/fatal-signal.c,
14895         lib/fatal-signal.h, lib/fd-safer.c, lib/file-type.c, lib/file-type.h,
14896         lib/fileblocks.c, lib/filemode.c, lib/filemode.h, lib/findprog.c,
14897         lib/findprog.h, lib/floorl.c, lib/fnmatch.c, lib/fnmatch_.h,
14898         lib/fnmatch_loop.c, lib/fopen-safer.c, lib/free.c, lib/frexpl.c,
14899         lib/fsusage.c, lib/fsusage.h, lib/full-read.c, lib/full-read.h,
14900         lib/full-write.c, lib/full-write.h, lib/fwriteerror.c,
14901         lib/fwriteerror.h, lib/gai_strerror.c, lib/gcd.c, lib/gcd.h,
14902         lib/getaddrinfo.c, lib/getaddrinfo.h, lib/getcwd.c, lib/getcwd.h,
14903         lib/getdate.h, lib/getdate.y, lib/getdomainname.c, lib/getdomainname.h,
14904         lib/getgroups.c, lib/gethostname.c, lib/gethrxtime.c, lib/gethrxtime.h,
14905         lib/getline.c, lib/getline.h, lib/getloadavg.c, lib/getndelim2.c,
14906         lib/getndelim2.h, lib/getnline.c, lib/getnline.h, lib/getopt.c,
14907         lib/getopt1.c, lib/getopt_.h, lib/getopt_int.h, lib/getpagesize.h,
14908         lib/getpass.c, lib/getpass.h, lib/getsubopt.c, lib/getsubopt.h,
14909         lib/gettext.h, lib/gettime.c, lib/gettimeofday.c, lib/getugroups.c,
14910         lib/getusershell.c, lib/group-member.c, lib/group-member.h,
14911         lib/hard-locale.c, lib/hard-locale.h, lib/hash-pjw.c, lib/hash-pjw.h,
14912         lib/hash.c, lib/hash.h, lib/human.c, lib/human.h, lib/iconvme.c,
14913         lib/iconvme.h, lib/idcache.c, lib/inet_ntop.h, lib/intprops.h,
14914         lib/inttostr.c, lib/inttostr.h, lib/isdir.c, lib/javacomp.c,
14915         lib/javacomp.h, lib/javacomp.sh.in, lib/javaexec.c, lib/javaexec.h,
14916         lib/javaexec.sh.in, lib/lbrkprop.h, lib/lchown.c, lib/ldexpl.c,
14917         lib/linebreak.c, lib/linebreak.h, lib/linebuffer.c, lib/linebuffer.h,
14918         lib/localcharset.c, lib/localcharset.h, lib/logl.c, lib/long-options.c,
14919         lib/long-options.h, lib/lstat.c, lib/makepath.c, lib/makepath.h,
14920         lib/malloc.c, lib/mathl.h, lib/mbswidth.c, lib/mbswidth.h, lib/md5.c,
14921         lib/md5.h, lib/memcasecmp.c, lib/memcasecmp.h, lib/memchr.c,
14922         lib/memcmp.c, lib/memcoll.c, lib/memcoll.h, lib/memcpy.c, lib/memmem.c,
14923         lib/memmem.h, lib/mempcpy.c, lib/mempcpy.h, lib/memrchr.c,
14924         lib/memrchr.h, lib/memset.c, lib/minmax.h, lib/mkdir.c, lib/mkdtemp.c,
14925         lib/mkdtemp.h, lib/mkstemp.c, lib/mktime.c, lib/modechange.c,
14926         lib/modechange.h, lib/mountlist.c, lib/mountlist.h, lib/nanosleep.c,
14927         lib/obstack.c, lib/obstack.h, lib/openat.c, lib/openat.h,
14928         lib/pagealign_alloc.c, lib/pagealign_alloc.h, lib/path-concat.c,
14929         lib/path-concat.h, lib/pathmax.h, lib/pathname.h, lib/physmem.c,
14930         lib/physmem.h, lib/pipe.c, lib/pipe.h, lib/poll.c, lib/poll_.h,
14931         lib/posixtm.c, lib/posixtm.h, lib/posixver.c, lib/printf-args.c,
14932         lib/printf-args.h, lib/printf-parse.c, lib/printf-parse.h,
14933         lib/progname.c, lib/progname.h, lib/progreloc.c, lib/putenv.c,
14934         lib/quote.c, lib/quote.h, lib/quotearg.c, lib/quotearg.h, lib/raise.c,
14935         lib/readlink.c, lib/readtokens.c, lib/readtokens.h, lib/readtokens0.c,
14936         lib/readtokens0.h, lib/readutmp.c, lib/readutmp.h, lib/realloc.c,
14937         lib/ref-add.sin, lib/ref-del.sin, lib/regex.c, lib/regex.h,
14938         lib/rename.c, lib/rmdir.c, lib/rpmatch.c, lib/safe-read.c,
14939         lib/safe-read.h, lib/safe-write.c, lib/safe-write.h, lib/same.c,
14940         lib/same.h, lib/save-cwd.c, lib/save-cwd.h, lib/savedir.c,
14941         lib/savedir.h, lib/setenv.c, lib/setenv.h, lib/settime.c,
14942         lib/sh-quote.c, lib/sh-quote.h, lib/sha1.c, lib/sha1.h, lib/sig2str.c,
14943         lib/sig2str.h, lib/sincosl.c, lib/snprintf.c, lib/snprintf.h,
14944         lib/sqrtl.c, lib/stat-macros.h, lib/stat.c, lib/stdbool_.h,
14945         lib/stdint_.h, lib/stdio-safer.h, lib/stpcpy.c, lib/stpcpy.h,
14946         lib/stpncpy.c, lib/stpncpy.h, lib/strcase.h, lib/strcasecmp.c,
14947         lib/strchrnul.c, lib/strchrnul.h, lib/strcspn.c, lib/strdup.c,
14948         lib/strdup.h, lib/strerror.c, lib/strftime.c, lib/strftime.h,
14949         lib/stripslash.c, lib/strndup.c, lib/strndup.h, lib/strnlen.c,
14950         lib/strpbrk.c, lib/strpbrk.h, lib/strsep.c, lib/strsep.h, lib/strstr.c,
14951         lib/strstr.h, lib/strtod.c, lib/strtoimax.c, lib/strtok_r.c,
14952         lib/strtok_r.h, lib/strtol.c, lib/strtoll.c, lib/strtoul.c,
14953         lib/strtoull.c, lib/strverscmp.c, lib/strverscmp.h, lib/sysexit_.h,
14954         lib/tempname.c, lib/time_r.c, lib/time_r.h, lib/timegm.c, lib/timegm.h,
14955         lib/timespec.h, lib/trigl.c, lib/trigl.h, lib/ucs4-utf16.h,
14956         lib/ucs4-utf8.h, lib/unicodeio.c, lib/unicodeio.h, lib/unistd-safer.h,
14957         lib/unlocked-io.h, lib/unsetenv.c, lib/userspec.c, lib/utf16-ucs4.h,
14958         lib/utf8-ucs4.h, lib/utime.c, lib/utimecmp.c, lib/utimecmp.h,
14959         lib/utimens.c, lib/vasnprintf.c, lib/vasnprintf.h, lib/vasprintf.c,
14960         lib/vasprintf.h, lib/version-etc-fsf.c, lib/version-etc.c,
14961         lib/version-etc.h, lib/vsnprintf.c, lib/vsnprintf.h, lib/w32spawn.h,
14962         lib/wait-process.c, lib/wait-process.h, lib/xalloc-die.c, lib/xalloc.h,
14963         lib/xallocsa.c, lib/xallocsa.h, lib/xasprintf.c, lib/xgetcwd.c,
14964         lib/xgetcwd.h, lib/xgetdomainname.c, lib/xgetdomainname.h,
14965         lib/xgethostname.c, lib/xmalloc.c, lib/xmemcoll.c, lib/xnanosleep.c,
14966         lib/xreadlink.c, lib/xreadlink.h, lib/xsetenv.c, lib/xsetenv.h,
14967         lib/xsize.h, lib/xstrndup.c, lib/xstrndup.h, lib/xstrtod.c,
14968         lib/xstrtod.h, lib/xstrtoimax.c, lib/xstrtol.c, lib/xstrtol.h,
14969         lib/xstrtoumax.c, lib/xtime.h, lib/xvasprintf.c, lib/xvasprintf.h,
14970         lib/yesno.c, lib/yesno.h:
14971         Update FSF postal mail address.
14972
14973 2005-05-13  Paul Eggert  <eggert@cs.ucla.edu>
14974
14975         * MODULES.html.sh, README, gnulib-tool, tests/test-base64.c,
14976         tests/test-memmem.c, tests/test-stpncpy.c:
14977         Update FSF postal mail address.
14978
14979 2005-05-13  Bruno Haible  <bruno@clisp.org>
14980
14981         * lib/stdint_.h (int64_t, uint64_t, int_least64_t, uint_least64_t,
14982         int_fast64_t, uint_fast64_t, intmax_t, uintmax_t, INT64_MIN, INT64_MAX,
14983         UINT64_MAX, INT_LEAST64_MIN, INT_LEAST64_MAX, UINT_LEAST64_MAX,
14984         INT_FAST64_MIN, INT_FAST64_MAX, UINT_FAST64_MAX, INTMAX_MIN,
14985         INTMAX_MAX, UINTMAX_MAX, INT64_C, UINT64_C, INTMAX_C, UINTMAX_C):
14986         Add support for 64-bit integers in the MSVC compiler.
14987
14988 2005-05-12  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
14989
14990         * modules/getdate (Makefile.am): Add getdate.c to EXTRA_DIST
14991
14992 2005-05-12  Eric Blake  <ebb9@byu.net>  (tiny change)
14993
14994         * gnulib-tool (func_import): Sort and uniquify recommended includes.
14995
14996 2005-05-11  Paul Eggert  <eggert@cs.ucla.edu>
14997
14998         * doc/getdate.texi (General date syntax): Don't say that date
14999         date --iso-8601=ns generates acceptable dates; it doesn't yet.
15000         Problem reported by Nic Ferrier.
15001
15002 2005-05-10  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
15003
15004         * lib/getaddrinfo.c: Don't fail when SOCK_STREAM or SOCK_DGRAM are
15005         specified in ai_socktype. Fix invalid ai_protocol
15006         check. ai_protocol is usually set to 0 or depending on
15007         ai_family/ai_socktype to IPPROTO_TCP / IPPROTO_UDP.  Checking for
15008         SOCK_STREAM / SOCK_DGRAM in ai_protocol was invalid.  Set
15009         ai_socktype / ai_protocol in the returned addrinfo structure.
15010
15011 2005-05-10  Simon Josefsson  <jas@extundo.com>
15012
15013         * m4/getaddrinfo.m4: Look in libnsl/libsocket for getaddrinfo, from
15014         Yoann Vandoorselaere <yoann.v@prelude-ids.com>.
15015
15016 2005-05-10  Karl Berry  <karl@gnu.org>
15017
15018         * doc/fdl.texi, gpl.texi, lgpl.texi, COPYING: update FSF address
15019         (from http://www.gnu.org/licenses).
15020         * doc/COPYING.LIB: also rename to COPYING.LESSER.
15021         * doc/COPYING.DOC: remove; per rms, only needed in doc files, so
15022         fdl.texi suffices.
15023
15024 2005-05-10  Karl Berry  <karl@gnu.org>
15025
15026         * config/srclist.txt (COPYING.LESSER): rename from COPYING.LIB.
15027         (COPYING.DOC): remove.
15028
15029         * config/srclist-update: new FSF address.
15030
15031 2005-05-10  Derek Price  <derek@ximbiot.com>
15032
15033         * m4/getopt.m4 (gl_GETOPT): Check for Solaris 10 bug, not decl, when
15034         possible.
15035
15036 2005-05-09  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
15037             Bruno Haible  <bruno@clisp.org>
15038
15039         * modules/inet_ntop: New file.
15040         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
15041         inet_ntop.
15042
15043 2005-05-09  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
15044             Bruno Haible  <bruno@clisp.org>
15045
15046         * m4/inet_ntop.m4: New file.
15047
15048 2005-05-09  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
15049             Bruno Haible  <bruno@clisp.org>
15050
15051         * lib/inet_ntop.h: New file.
15052         * lib/inet_ntop.c: New file, from glibc with modifications.
15053
15054 2005-05-09  Paul Eggert  <eggert@cs.ucla.edu>
15055
15056         * modules/time_r (License): Change to LGPL.
15057         * modules/extensions (License): Change to LGPL.  Actually,
15058         the license is more permissive than that, but currently gnulib-tool
15059         doesn't know how to handle more-permissive licenses.
15060
15061         * modules/stat-macros (Depends-on): Don't depend on stat-macros (!).
15062         Problem reported by Dave Love.
15063
15064 2005-05-08  Jim Meyering  <jim@meyering.net>
15065
15066         * lib/classpath.c (PATH_SEPARATOR): Remove insignificant trailing
15067         blank.
15068
15069 2005-05-06  Paul Eggert  <eggert@cs.ucla.edu>
15070
15071         * modules/argmatch (Depends-on): Add stdbool.
15072         * modules/backupfile (Depends-on): Likewise.
15073         * modules/chdir-long (Depends-on): Likewise.
15074         * modules/closeout (Depends-on): Likewise.
15075         * modules/cycle-check (Depends-on): Likewise.
15076         * modules/dirname (Depends-on): Likewise.
15077         * modules/fnmatch (Depends-on): Likewise.
15078         * modules/fsusage (Depends-on): Likewise.
15079         * modules/fwriteerror (Depends-on): Likewise.
15080         * modules/getcwd (Depends-on): Likewise.
15081         * modules/getloadavg (Depends-on): Likewise.
15082         * modules/hard-locale (Depends-on): Likewise.
15083         * modules/makepath (Depends-on): Likewise.
15084         * modules/mountlist (Depends-on): Likewise.
15085         * modules/nanosleep (Depends-on): Likewise.
15086         * modules/posixtm (Depends-on): Likewise.
15087         * modules/quotearg (Depends-on): Likewise.
15088         * modules/readtokens (Depends-on): Likewise.
15089         * modules/readtokens0 (Depends-on): Likewise.
15090         * modules/readutmp (Depends-on): Likewise.
15091         * modules/save-cwd (Depends-on): Likewise.
15092         * modules/strftime (Depends-on): Likewise.
15093         * modules/userspec (Depends-on): Likewise.
15094         * modules/utimecmp (Depends-on): Likewise.
15095         * modules/xgetcwd (Depends-on): Likewise.
15096         * modules/xnanosleep (Depends-on): Likewise.
15097         * modules/xstrtod (Depends-on): Likewise.
15098         * modules/yesno (Depends-on): Likewise.
15099
15100 2005-05-05  Paul Eggert  <eggert@cs.ucla.edu>
15101
15102         * m4/getopt.m4 (gl_GETOPT): Check for Solaris 10 getopt, and avoid
15103         needless checks.
15104
15105 2005-05-01  Paul Eggert  <eggert@cs.ucla.edu>
15106
15107         Merge from coreutils.  Among other things,
15108         add bulletproofing for cases where stdin, stdout, or stderr are closed.
15109         * lib/fd-safer.c: New file.
15110         * lib/fcntl-safer.h, open-safer.c: Remove.
15111         * lib/chdir-long.c: Fix comment "fetish" -> "coreutils".
15112         * lib/dup-safer.c: Include unistd-safer.h first.
15113         Don't include errno.h.
15114         (dup_safer) [!defined F_DUPFD]: Let fd_safer do the real work.
15115         * lib/file-type.h: Don't assume invoker included sys/stat.h first.
15116         * lib/file-type.c: Rely on file-type.h change.
15117         * lib/getloadavg.c: Include unistd-safer.h.
15118         (getloadavg): Use safer open.
15119         * lib/getusershell.c: Include "stdio-safer.h".
15120         (getusershell): Use safer fopen.
15121         * lib/long-options.c (long_options): Use NULL rather than 0.
15122         * lib/modechange.h (mode_free): Remove; all callers changed to invoke
15123         'free'.
15124         * lib/modechange.c: Likewise.
15125         xstrtol.h, stdbool.h, stddef.h: Don't include; no longer needed.
15126         (MODE_DONE): New constant.
15127         (struct mode_change): Remove 'next' member.
15128         (make_node_op_equals): New function; like the old one of the
15129         same name, except it allocates an array.
15130         (mode_compile, mode_create_from_ref): Use it.
15131         (mode_compile): Allocate result as an array, not a linked list.
15132         Parse octal string ourself, so that we catch mistakes like "+0".
15133         (mode_adjust): Arg is an array, not a linked list.
15134         * lib/modechange.c: Include stat-macros.h, xalloc.h.
15135         (S_ISDIR, S_ISUID, S_ISGID, S_ISVTX, S_IRUSR, S_IWUSR, S_IXUSR):
15136         (S_IRGRP, S_IWGRP, S_IXGRP, S_IROTH, S_IWOTH, S_IXOTH, S_IRXWU):
15137         (S_IRWXG, S_IRWXO, CHMOD_MODE_BITS):
15138         Remove.  This is now stat-macros.h's job.
15139         (talloc): Remove.  All callers replaced by xalloc, so that
15140         our invokers don't have to worry about reporting memory failures.
15141         (make_node_op_equals): Remove.
15142         (MODE_ORDINARY_CHAGE, MODE_X_IF_ANY_X, MODE_COPY_EXISTING):
15143         New constants.
15144         (struct mode_change): Moved here from modechange.h.
15145         (mode_append_entry): Remove.
15146         (mode_compile): Remove MASKED_OPS arg, since it encouraged
15147         apps to have incorrect behavior.  Use simpler algorithm for head
15148         and tail.  Don't futz with umask; that's now the job of mode_adjust.
15149         Detect more invalid usages rather than having somewhat-random behavior.
15150         Don't insert an "a=" action, as that leads to incorrect behavior.
15151         (mode_compile, mode_create_from_ref): Return NULL on error instead
15152         of an enum, since now there's only one way to have an error.  All
15153         callers changed.
15154         (mode_adjust): Accept new arg UMASK_VALUE, and interpret it
15155         at the correct time.  Simplify calculation of "+u" and its ilk.
15156         Don't mishandle "+X".
15157         (mode_free): Remove "register" and localize decls.
15158         * lib/modechange.h (MODE_X_IF_ANY_X, MODE_COPY_EXISTING):
15159         (struct mode_change): Move to modechange.c; callers don't
15160         need to see this stuff.
15161         (MODE_MASK_EQUALS, MODE_MASK_PLUS, MODE_MASK_MINUS, MODE_MASK_ALL):
15162         (MODE_INVALID, MODE_MEMORY_EXHAUSTED, MODE_BAD_REFERENCE): Remove.
15163         (mode_change, mode_adjust): Reflect the new signatures noted above.
15164         * lib/nanosleep.c (rpl_nanosleep): Include "timespec.h" before macros
15165         that might redefine system include files.
15166         (siginterrupt) [!HAVE_SIGINTERRUPT]: New macro.
15167         (my_usleep): Use NULL rather than (void *) 0.
15168         (rpl_nanosleep) [!defined SA_NOCLDSTOP]:
15169         Use siginterrupt to specify that system calls should be interrupted.
15170         (rpl_nanosleep): Move initialization of suspended closer to call of
15171         my_usleep.
15172         * lib/readutmp.h (read_utmp): New arg OPTIONS.  All uses changed.
15173         * lib/readutmp.c: Likewise.  Include signal.h, stdbool.h.
15174         (desirable_utmp_entry): New function.
15175         (read_utmp) [defined UTMP_NAME_FUNCTION]: Redo memory allocation
15176         using x2nrealloc, to simplify logic.
15177         (read_utmp) [!defined UTMP_NAME_FUNCTION]: Check for overflow in
15178         size calculation.  Do not assume utmp file is a regular file.
15179         * lib/readutmp.h (UT_PID): Moved here from ../src/who.c.
15180         (READ_UTMP_CHECK_PIDS): New constant.
15181         * lib/save-cwd.c: Include unistd-safer.h.
15182         (save_cwd): Use fd_safer.
15183         * lib/tempname.c (S_ISDIR, S_IRUSR, S_IRUSR, S_IWUSR, S_IXUSR): Remove.
15184         [!_LIBC] Include "stat-macros.h" instead.
15185         * lib/unistd-safer.h (fd_safer): New decl.
15186
15187 2005-05-01  Paul Eggert  <eggert@cs.ucla.edu>
15188
15189         * modules/getloadavg (Depends-on): Add unistd-safer.
15190         * modules/getusershell (Depends-on): Add stdio-safer.
15191         * modules/lstat (Depends-on): Remove xalloc.
15192         * modules/mkstemp (Depends-on): Add stat-macros.
15193         * modules/modechange (Depends-on): Remove xstrtol.
15194         Add stat-macros, xalloc.
15195         * modules/save-cwd (Depends-on): Add unistd-safer.
15196         * modules/stdio-safer (Makefile.am): Remove lib_SOURCES.
15197         * modules/unistd-safer (Files): Add lib/fd-safer.c
15198         (Makefile.am): Remove lib_SOURCES.
15199
15200         * MODULES.html.sh (Enhancements for POSIX:2001 functions):
15201         Remove fcntl-safer; unistd-safer supersedes it.
15202
15203 2005-05-01  Paul Eggert  <eggert@cs.ucla.edu>
15204
15205         * m4/euidaccess.m4 (gl_PREREQ_EUIDACCESS): Don't require
15206         AC_HEADER_STAT.
15207         * m4/lchown.m4 (gl_FUNC_CHOWN): Likewise.
15208         (gl_PREREQ_CHOWN): Remove.
15209         * m4/lstat.m4 (gl_FUNC_LSTAT): Require AC_FUNC_LSTAT instead of calling
15210         it.  Don't require AC_HEADER_STAT.
15211         (gl_PREREQ_LSTAT): Remove.
15212         * m4/mkstemp.m4 (gl_PREREQ_TEMPNAME): Check stdint.h only once.
15213         Don't require AC_HEADER_STAT.
15214         * m4/rmdir.m4 (gl_FUNC_RMDIR): Don't require AC_HEADER_STAT.
15215         (gl_PREREQ_RMDIR): Remove.
15216         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME): Don't
15217         mention stat-macros.h or AC_HEADER_STAT, since we'll make
15218         the stat-macros module a prerequisite.
15219         * m4/file-type.m4 (gl_FILE_TYPE): Likewise.
15220         * m4/filemode.m4 (gl_FILEMODE): Likewise.
15221         * m4/makepath.m4 (gl_MAKEPATH): Likewise.
15222         * m4/modechange.m4 (gl_MODECHANGE): Likewise.
15223         * m4/clock_time.m4 (gl_CLOCK_TIME): Use gl_ rather than fetish_ for
15224         variable names.
15225         * m4/rmdir-errno.m4 (gl_FUNC_RMDIR_NOTEMPTY): Renamed from
15226         fetish_FUNC_RMDIR_NOTEMPTY.  All uses changed.  Use gl_ for
15227         variable prefixes.
15228         * m4/fcntl-safer.m4: Remove.
15229         * m4/stdio-safer.m4 (gl_STDIO_SAFER): Use AC_LIBSOURCES and AC_LIBOBJ.
15230         * m4/unistd-safer.m4 (gl_UNISTD_SAFER): Likewise.
15231         Invoke gl_PREREQ_FD_SAFER.
15232         (gl_PREREQ_FD_SAFER): New macro.
15233         * m4/nanosleep.m4 (gl_PREREQ_NANOSLEEP): Check for siginterrupt.
15234         * m4/readutmp.m4 (gl_READUTMP): Require AC_C_INLINE.
15235         Use AC_CHECK_HEADERS_ONCE and AC_CHECK_FUNCS_ONCE when possible.
15236         Remove duplicate call to AC_LIBOBJ(readutmp).
15237         (gl_PREREQ_READUTMP): Remove.  All uses inlined.
15238
15239         * m4/mmap-anon.m4 (gl_FUNC_MMAP_ANON): Check for message, not for
15240         MAP_ANON.  Problem reported by Moriyoshi Koizumi to bug-cvs.
15241
15242 2005-05-01  Paul Eggert  <eggert@cs.ucla.edu>
15243
15244         * MODULES.html.sh (Misc): Add byteswap.
15245
15246 2005-05-01  Oskar Liljeblad  <oskar@osk.mine.nu>
15247
15248         * modules/getcwd (Depends-on): Add extensions.
15249         * modules/openat (Depends-on): Likewise.
15250
15251 2005-05-01  Oskar Liljeblad  <oskar@osk.mine.nu>
15252
15253         * modules/byteswap: New file.
15254
15255 2005-05-01  Oskar Liljeblad  <oskar@osk.mine.nu>
15256
15257         * m4/byteswap.m4: New file.
15258
15259 2005-05-01  Oskar Liljeblad  <oskar@osk.mine.nu>
15260
15261         * lib/byteswap_.h: New file.
15262
15263 2005-04-25  Karl Berry  <karl@gnu.org>
15264
15265         * m4/gettext.m4: Update from GNU gettext 0.14.4.
15266
15267 2005-04-25  Albert Chin  <china@thewrittenword.com>
15268
15269         * lib/regex.c: Include <stdio.h>, as a workaround to a Compaq Desktop
15270         Toolkit C bug.
15271
15272 2005-04-21  Oskar Liljeblad  <oskar@osk.mine.nu>
15273
15274         * gnulib-tool (Options): Add -s for --symlink/--symbolic.
15275         (func_ln_if_changed) Remove forcibly for no error message
15276         in case file does not exist.
15277
15278 2005-04-19  Simon Josefsson  <jas@extundo.com>
15279
15280         * gnulib-tool (Options): Make --symlink mean --symbolic.
15281
15282 2005-04-18  Oskar Liljeblad  <oskar@osk.mine.nu>
15283
15284         * doc/gnulib.texi (Initial import): Fix.  Mention --aux-dir.
15285
15286 2005-04-16  Simon Josefsson  <jas@extundo.com>
15287
15288         * modules/getpass-gnu (Makefile.am): Don't mention getpass.h.
15289
15290 2005-04-15  Simon Josefsson  <jas@extundo.com>
15291
15292         * m4/getpass.m4 (gl_FUNC_GETPASS): Use AC_LIBSOURCES.
15293
15294 2005-04-15  Simon Josefsson  <jas@extundo.com>
15295
15296         * gnulib-tool: Rename --symlink to --symbolic.
15297
15298 2005-04-15  Oskar Liljeblad  <oskar@osk.mine.nu>
15299
15300         * gnulib-tool: Add -s, --symlink option to gnulib-tool to make
15301         symbolic links to files instead of copying/moving.  Add --aux-dir,
15302         specifying directory relative --dir where auxiliary build tools
15303         are placed.
15304
15305 2005-04-14  Bruno Haible  <bruno@clisp.org>
15306
15307         * modules/allocsa (License): Change to LGPL.
15308         Requested by Yoann Vandoorselaere <yoann@prelude-ids.org>.
15309
15310 2005-04-13  Paul Eggert  <eggert@cs.ucla.edu>
15311
15312         * lib/getdate.y (zone): Allow relunit_snumber after tZONE, so
15313         that "UTC +1 second" continues to work.  Problem reported
15314         by Dmitry V. Levin.
15315         (relunit_snumber): New rule.
15316         (relunit): Use it.
15317
15318 2005-04-12  Paul Eggert  <eggert@cs.ucla.edu>
15319
15320         * lib/getdate.y (universal_time_zone_table): New constant.
15321         (time_zone_table): Remove GMT, UT, UTC entries; they're now in
15322         universal_time_zone_table.
15323         (lookup_zone): Prefer universal_time_zone_table to
15324         local_time_zone_table, so that "GMT" time stamps are allowed in
15325         London during the summer.  Problem reported by Ian Abbott.
15326
15327 2005-04-12  Jim Meyering  <jim@meyering.net>
15328
15329         * lib/human.c (humblock): Set *options even when returning due to
15330         xstrtoumax conversion failure.  Thanks to a used-uninitialized
15331         warning from gcc-4.
15332
15333 2005-04-09  Jim Meyering  <jim@meyering.net>
15334
15335         * lib/posixtm.c (posixtime) [lint]: Avoid spurious warning from gcc-4's
15336         -Wuninitialized: initialize tm0.tm_year.
15337
15338 2005-04-04  Paul Eggert  <eggert@cs.ucla.edu>
15339
15340         * lib/getdate.y (parser_control): rels_seen is now a boolean, not a
15341         count, since there's no maximum.  All uses changed.
15342         Add member dsts_seen.
15343         (local_zone): Accumulate dsts_seen rather than relying on tm_isdst
15344         not being INT_MAX.
15345         (get_date): Initialize dsts_seen, and check that it doesn't go over 1.
15346         Use pc_rels_seen to decide whther a date is absolute.
15347
15348         * lib/getdate.y (number): Don't overwrite year.
15349         (get_date): Initialize pc.year.digits to 0, not 4, to enable above
15350         check.
15351
15352 2005-04-02  Simon Josefsson  <jas@extundo.com>
15353
15354         * lib/getaddrinfo.h: Fix OpenBSD compilation failure, inspired by tiny
15355         patch from Yoann Vandoorselaere <yoann@prelude-ids.org>.
15356
15357 2005-03-28  Eric Blake  <ebb9@byu.net>  (tiny change)
15358
15359         * m4/getcwd-path-max.m4: Return success on systems such as Cygwin
15360         where no absolute path name can be longer than PATH_MAX.
15361
15362 2005-03-27  Jim Meyering  <jim@meyering.net>
15363
15364         * lib/argmatch.c: Clarify comment: null-terminated -> NULL-terminated.
15365
15366 2005-03-26  Paul Eggert  <eggert@cs.ucla.edu>
15367
15368         * lib/intprops.h (INT_STRLEN_BOUND, INT_BUFSIZE_BOUND):
15369         "one's complement" -> "ones' complement" in comment, as per Knuth.
15370         "value of type" -> "type or expression" in comment.
15371         * lib/mktime.c, strftime.c: Propagate intprops.h comment nits.
15372
15373 2005-03-26  Jim Meyering  <jim@meyering.net>
15374
15375         Comment nits.
15376         * lib/intprops.h: Add the apostrophe in `(one|two)'s complement'.
15377         Correct typos: s/or/of/.
15378
15379 2005-03-26  Jim Meyering  <jim@meyering.net>
15380
15381         * modules/check-include-files: Move to ../ and rename to...
15382         * check-module: ...this.
15383
15384 2005-03-25  Jim Meyering  <jim@meyering.net>
15385
15386         * modules/xvasprintf (Files): Add xalloc.h.
15387
15388 2005-03-23  Paul Eggert  <eggert@cs.ucla.edu>
15389
15390         * modules/gettext (Files): config/config.rpath ->
15391         build-aux/config.rpath
15392         * modules/iconv (Files): Likewise.
15393         Problem reported by Oskar Liljeblad.
15394
15395 2005-03-23  Jim Meyering  <jim@meyering.net>
15396
15397         * modules/check-include-files: New script to check for
15398         missing dependencies, multiple includes, etc.
15399
15400         * modules/c-strtold (Depends-on): Add xalloc.
15401         * modules/c-strtod (Depends-on): Add xalloc.
15402         * modules/hash (Depends-on): Add xalloc.
15403         (Files): Remove lib/xalloc.h.
15404
15405         * modules/gethrxtime (Files): Add lib/gethrxtime.h.
15406         * modules/userspec (Files): Add lib/inttostr.h.
15407
15408 2005-03-23  Jim Meyering  <jim@meyering.net>
15409
15410         * lib/canonicalize.c: Remove duplicate `#include "stat-macros.h"'.
15411
15412 2005-03-22  Jim Meyering  <jim@meyering.net>
15413
15414         * modules/stat-macros: New module.
15415         * modules/canonicalize, modules/euidaccess, modules/file-type,
15416         * modules/filemode, modules/lchown, modules/makepath,
15417         * modules/rmdir, modules/stat: Depend on new stat-macros module
15418         rather than listing lib/stat-macros.h manually.
15419         Don't add stat-macros.h to lib_SOURCES or list it in Files: section.
15420
15421 2005-03-22  Jim Meyering  <jim@meyering.net>
15422
15423         * m4/stat-macros.m4 (gl_STAT_MACROS): New file/macro.
15424
15425 2005-03-22  Bruno Haible  <bruno@clisp.org>
15426
15427         * config/srclist.txt: Replace target directory 'config' with
15428         'build-aux'.
15429         * config/config.guess, config.sub, config.rpath, depcomp, install-sh:
15430         * config/mdate-sh, missing, mkinstalldirs, texinfo.tex: Move to
15431         ../build-aux/.
15432
15433 2005-03-21  Paul Eggert  <eggert@cs.ucla.edu>
15434
15435         * modules/chdir-long (Depends-on): Add mempcpy.
15436
15437         * modules/acl, modules/backupfile, modules/c-strtod,
15438         modules/c-strtold, modules/canon-host, modules/canonicalize,
15439         modules/cloexec, modules/closeout, modules/dirfd, modules/dirname,
15440         modules/exclude, modules/exitfail, modules/file-type,
15441         modules/filemode, modules/fpending, modules/fsusage, modules/getcwd,
15442         modules/getdate, modules/getline, modules/getpagesize,
15443         modules/getpass, modules/getugroups, modules/group-member,
15444         modules/hard-locale, modules/hash, modules/human, modules/idcache,
15445         modules/inttostr, modules/long-options, modules/makepath,
15446         modules/md5, modules/memcasecmp, modules/memcoll,
15447         modules/modechange, modules/mountlist, modules/path-concat,
15448         modules/pathmax, modules/physmem, modules/posixtm, modules/posixver,
15449         modules/quote, modules/quotearg, modules/readtokens, modules/readutmp,
15450         modules/safe-read, modules/safe-write, modules/same, modules/savedir,
15451         modules/settime, modules/sha1, modules/sig2str, modules/strdup,
15452         modules/strftime, modules/strndup, modules/strverscmp,
15453         modules/timespec, modules/unlocked-io, modules/userspec,
15454         modules/utimecmp, modules/utimens, modules/xalloc, modules/xstrtol,
15455         modules/yesno:
15456         Remove lib_SOURCES line from Makefile.am section, as this is now
15457         done automatically by the corresponding Autoconf macro.
15458
15459 2005-03-21  Jim Meyering  <jim@meyering.net>
15460
15461         Changes imported from coreutils.
15462
15463         * lib/cycle-check.c: Don't include xalloc.h.
15464
15465         * lib/path-concat.c: Don't include assert.h.
15466         (path_concat): Remove assertion that would have triggered
15467         for ABASE starting with more than one slash.
15468         Reported by Andreas Schwab.
15469
15470         * lib/path-concat.c (path_concat): Set *BASE_IN_RESULT
15471         properly when ABASE is an absolute file name.
15472         Correct the description of this function.
15473         Include <assert.h>.
15474         Add an assertion and a test driver.
15475         This fixes a bug introduced on 2004-07-02.
15476         Andreas Schwab reported the resulting failure of cp --parents:
15477         http://lists.gnu.org/archive/html/bug-coreutils/2005-01/msg00130.html
15478
15479 2005-03-21  Jim Meyering  <jim@meyering.net>
15480
15481         * m4/chdir-long.m4 (gl_PREREQ_CHDIR_LONG): Invoke gl_FUNC_MEMRCHR.
15482         * m4/memrchr.m4 (gl_FUNC_MEMRCHR): Check for memrchr decl.
15483
15484 2005-03-21  Jim Meyering  <jim@meyering.net>
15485         and  Paul Eggert  <eggert@cs.ucla.edu>
15486
15487         * m4/acl.m4, m4/backupfile.m4, m4/c-strtod.m4, m4/canon-host.m4,
15488         m4/canonicalize.m4, m4/cloexec.m4, m4/closeout.m4, m4/dirfd.m4,
15489         m4/dirname.m4, m4/exclude.m4, m4/exitfail.m4, m4/file-type.m4,
15490         m4/filemode.m4, m4/fpending.m4, m4/fsusage.m4, m4/getcwd.m4,
15491         m4/getdate.m4, m4/getline.m4, m4/getpagesize.m4, m4/getpass.m4,
15492         m4/getugroups.m4, m4/group-member.m4, m4/hard-locale.m4, m4/hash.m4,
15493         m4/human.m4, m4/idcache.m4, m4/inttostr.m4, m4/long-options.m4,
15494         m4/makepath.m4, m4/md5.m4, m4/memcasecmp.m4, m4/memcoll.m4,
15495         m4/modechange.m4, m4/mountlist.m4, m4/nanosleep.m4, m4/path-concat.m4,
15496         m4/pathmax.m4, m4/physmem.m4, m4/posixtm.m4, m4/posixver.m4,
15497         m4/quote.m4, m4/quotearg.m4, m4/readtokens.m4, m4/readutmp.m4,
15498         m4/safe-read.m4, m4/safe-write.m4, m4/same.m4, m4/savedir.m4,
15499         m4/settime.m4, m4/sha1.m4, m4/sig2str.m4, m4/strdup.m4, m4/strftime.m4,
15500         m4/strndup.m4, m4/strverscmp.m4, m4/timespec.m4, m4/unlocked-io.m4,
15501         m4/userspec.m4, m4/utimecmp.m4, m4/utimens.m4, m4/xalloc.m4,
15502         m4/xnanosleep.m4, m4/xstrtol.m4, m4/yesno.m4:
15503         Use AC_LIBSOURCES and AC_LIBOBJ to indicate source and object files
15504         for these modules.
15505
15506 2005-03-18  Paul Eggert  <eggert@cs.ucla.edu>
15507
15508         * lib/strftime.c (my_strftime): If the underlying strftime returns 0
15509         (which shouldn't happen), generate nothing instead of returning 0
15510         immediately, so that nstrftime (NULL, ...) doesn't return 0.
15511
15512 2005-03-16  Bruno Haible  <bruno@clisp.org>
15513
15514         * modules/stdint (Makefile.am): Use HAVE_LONG_LONG_64BIT instead of
15515         HAVE_LONGLONG_64BIT.
15516
15517 2005-03-16  Bruno Haible  <bruno@clisp.org>
15518
15519         * m4/stdint.m4 (gl_STDINT_H): Define HAVE_LONG_LONG_64BIT instead of
15520         HAVE_LONGLONG_64BIT.
15521
15522 2005-03-16  Bruno Haible  <bruno@clisp.org>
15523
15524         * lib/stdint_.h: Use HAVE_LONG_LONG_64BIT instead of
15525         HAVE_LONGLONG_64BIT.
15526
15527 2005-03-15  Paul Eggert  <eggert@cs.ucla.edu>
15528
15529         * lib/strftime.c (my_strftime): Prepend space to format so that we can
15530         reliably distinguish strftime failure from empty output on POSIX
15531         hosts.
15532
15533 2005-03-15  Paul Eggert  <eggert@cs.ucla.edu>
15534
15535         * lib/iconvme.c (SIZE_MAX): New macro, if not already defined.
15536         (iconv_string): Don't guess a size-zero buffer, as that might cause
15537         buffer overrun.  Instead, avoid multiplying by MB_LEN_MAX if the
15538         result would be 'too large', where 'too large' is (heuristically)
15539         the square root of SIZE_MAX, divided by MB_LEN_MAX to allay
15540         overflow concerns.  This will prevent some unwanted malloc failures
15541         when the inputs are very large.
15542
15543 2005-03-15  Karl Berry  <karl@gnu.org>
15544
15545         * config/srclist.txt (config.rpath): from gettext.
15546         * config/config.rpath: update.
15547
15548 2005-03-15  Bruno Haible  <bruno@clisp.org>
15549
15550         * lib/regex.c (byte_re_match_2_internal): Rename local variable 'not'
15551         to 'negate'.
15552
15553         * lib/regex.c (byte_re_match_2_internal): Reduce scope of same_str_p
15554         variable.
15555
15556         * lib/regex.c (EXTEND_BUFFER, regcomp): Cast the realloc/malloc
15557         results.
15558
15559 2005-03-14  Simon Josefsson  <jas@extundo.com>
15560
15561         * lib/timegm.h: Use proper prototype CPP guards, reported by Dave Love
15562         <fx@gnu.org>.
15563
15564 2005-03-14  Paul Eggert  <eggert@cs.ucla.edu>
15565
15566         * lib/mktime.c (TYPE_TWOS_COMPLEMENT, TYPE_ONES_COMPLEMENT,
15567         TYPE_SIGNED_MAGNITUDE, TYPE_MINIMUM, TYPE_MAXIMUM): Sync from
15568         intprops.h.
15569         * lib/strtol.c: Likewise.
15570
15571 2005-03-14  Jim Meyering  <jim@meyering.net>
15572
15573         * lib/strftime.c (my_strftime) [HAVE_STRFTIME && ! (_NL_CURRENT
15574         && HAVE_STRUCT_ERA_ENTRY)]: Initialize the first byte of ubuf[]
15575         to be nonzero so that we (and caller) can detect the difference
15576         between a valid zero-length expansion and an error return, even
15577         when the underlying strftime fails before writing anything into
15578         that location.
15579
15580 2005-03-14  Bruno Haible  <bruno@clisp.org>
15581
15582         * m4/lib-link.m4, gettext.m4, nls.m4, po.m4:
15583         Update from GNU gettext 0.14.3.
15584
15585 2005-03-10  Jim Meyering  <jim@meyering.net>
15586
15587         * m4/save-cwd.m4 (gl_SAVE_CWD): Check for fchdir.
15588
15589 2005-03-10  Jim Meyering  <jim@meyering.net>
15590
15591         * lib/save-cwd.c [!HAVE_FCHDIR]: Define open, fchdir, and chdir_long
15592         so that this module works on systems without fchdir.
15593
15594 2005-03-09  Paul Eggert  <eggert@cs.ucla.edu>
15595
15596         Factor int-properties macros into a single file, except for
15597         glibc-related files.
15598         * lib/intprops.h: New file.
15599         * lib/getloadavg.c: Include it instead of limits.h.
15600         (INT_STRLEN_BOUND): Remove.
15601         * lib/human.c: Include intprops.h.
15602         (group_number): Use INT_STRLEN_BOUND instead of rolling it ourself.
15603         * lib/human.h (LONGEST_HUMAN_READABLE): Use 146/485 rather than
15604         302/1000.
15605         * lib/inttostr.h: Include intprops.h instead of limits.h.
15606         (INT_STRLEN_BOUND, INT_BUFSIZE_BOUND): Remove.
15607         * lib/mktime.c (TYPE_IS_INTEGER, TYPE_TWOS_COMPLEMENT): New macros,
15608         for consistency with intprops.h.
15609         (time_t_is_integer, twos_complement_arithmetic): Use them.
15610         * lib/sig2str.h: Include <signal.h>, intprops.h.
15611         (INT_STRLEN_BOUND): Remove.
15612         * lib/strftime.c (TYPE_SIGNED): Remove.
15613         (INT_STRLEN_BOUND): Switch to same implementation as intprops.h.
15614         * lib/strtol.c: Adjust comments to match intprops.h.
15615         * lib/userspec.c: Include intprops.h.
15616         (TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM): Remove.
15617         * lib/utimecmp.c, xnanosleep.c, xstrtol.c: Likewise.
15618         * lib/utimecmp.c (utimecmp): Use TYPE_IS_INTEGER, TYPE_TWOS_COMPLEMENT
15619         instead of rolling our own expressions.
15620         * lib/xstrtol.c: Include xstrtol.h first, to test interface.
15621
15622         * lib/strftime.c: Include <stdbool.h>.  Use bool where appropriate,
15623         instead of int.
15624         (my_strftime): Do not mishandle years close to INT_MAX, by doing
15625         the right thing even if adding 1900 would overflow.  Similarly
15626         for tm_mon + 1 and tm_yday + 1.
15627         Make %Y always equivalent to %C%y, and similarly for %G and %g.
15628         (DO_NUMBER, DO_NUMBER_SPACEPAD): Set digits to d, not a conditional.
15629         (DO_SIGNED_NUMBER): New macro.
15630         (my_strftime) [HAVE_TZNAME]: Don't dump core if tp->tm_dst > 1.
15631
15632 2005-03-07  Bruno Haible  <bruno@clisp.org>
15633
15634         * m4/mmap-anon.m4 (MAP_FILE, MAP_FAILED): Remove definitions.
15635
15636 2005-03-07  Bruno Haible  <bruno@clisp.org>
15637
15638         * lib/pagealign_alloc.c (MAP_FILE, MAP_FAILED): Define fallbacks.
15639
15640 2005-03-04  Derek R. Price  <derek@ximbiot.com>
15641
15642         * gnulib-tool (func_cp_if_changed, func_mv_if_changed): New functions.
15643         (func_import): Only replace files via --import when they have actually
15644         changed.
15645
15646 2005-03-03  Derek R. Price  <derek@ximbiot.com>
15647
15648         * m4/mmap-anon.m4: New file.
15649         * m4/pagealign_alloc.m4: New file.
15650
15651 2005-03-03  Derek R. Price  <derek@ximbiot.com>
15652             Bruno Haible  <bruno@clisp.org>
15653
15654         * modules/pagealign_alloc: New file.
15655         * MODULES.html.sh (Memory management functions): Add pagealign_alloc.
15656
15657 2005-03-03  Derek R. Price  <derek@ximbiot.com>
15658             Bruno Haible  <bruno@clisp.org>
15659
15660         * lib/pagealign_alloc.h: New file.
15661         * lib/pagealign_alloc.c: New file.
15662
15663 2005-03-03  Bruno Haible  <bruno@clisp.org>
15664
15665         * m4/inttypes.m4, isc-posix.m4, once-only.m4:
15666         Use an all-permissive copyright notice, recommended by RMS.
15667
15668 2005-03-02  Bruno Haible  <bruno@clisp.org>
15669
15670         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Undo the replacement here. Because
15671         of AIX, the replacement has to be done only after <string.h> is
15672         included, therefore not in config.h. stpncpy.h does the replacement,
15673         and stpncpy.c uses it.
15674
15675 2005-03-02  Bruno Haible  <bruno@clisp.org>
15676
15677         * lib/stpncpy.h (stpncpy): Define as a macro without arguments, so that
15678         stpncpy.c uses it.
15679
15680 2005-03-01  Paul Eggert  <eggert@cs.ucla.edu>
15681
15682         Remove workaround for bug in Linux kernel 2.6.8 or thereabouts.
15683         The workaround isn't strictly needed for POSIX conformance, and
15684         it's too much of a pain to configure and maintain.  We'll ask
15685         people to fix their kernels instead.
15686         * lib/xnanosleep.c: Don't include gethrxtime.h or xtime.h.
15687         (NANOSLEEP_BUG_WORKAROUND): Remove.
15688         (xnanosleep): Remove the workaround.
15689
15690 2005-03-01  Paul Eggert  <eggert@cs.ucla.edu>
15691
15692         * modules/gettime (Makefile.am): Remove lib_SOURCES line.
15693         Reported by Derek Price.
15694         (Include): Add "timespec.h".
15695
15696         * modules/xnanosleep (Depends-on): Remove gethrxtime.
15697
15698 2005-03-01  Paul Eggert  <eggert@cs.ucla.edu>
15699
15700         * m4/xnanosleep.m4 (gl_XNANOSLEEP): Remove configuration attempting
15701         to detect nanosleep bug.
15702
15703 2005-03-01  Bruno Haible  <bruno@clisp.org>
15704
15705         * lib/vasnprintf.c (EOVERFLOW): Define to a fallback if needed.
15706
15707 2005-02-26  Paul Eggert  <eggert@cs.ucla.edu>
15708
15709         * modules/gethrxtime: New file.
15710         * modules/xnanosleep (Files): Add m4/xnanosleep.m4.
15711         (Depends-on): Add gethrxtime.
15712         (configure.ac): Add gl_XNANOSLEEP.
15713         (Makefile.am): Remove lib_SOURCES line.
15714
15715 2005-02-25  Paul Eggert  <eggert@cs.ucla.edu>
15716
15717         * m4/gethrxtime.m4, m4/xnanosleep.m4: New files.
15718         * m4/gettime.m4 (gl_GETTIME): Check for nanotime.
15719
15720 2005-02-25  Paul Eggert  <eggert@cs.ucla.edu>
15721
15722         * lib/gethrxtime.h, lib/gethrxtime.c, lib/xtime.h: New files.
15723         * lib/timespec.h (gettime): Return void, since it always
15724         succeeds now.  All uses changed.
15725         * lib/gettime.c (gettime) Likewise.
15726         [HAVE_NANOTIME]: Prefer nanotime.
15727         Assume gettimeofday succeeds, as POSIX requires.
15728         Assime time () succeeds, since other code already does.
15729         * lib/xnanosleep.c: Include xtime.h and gethrxtime.h, not xalloc.h.
15730         (timespec_subtract): Remove.
15731         (NANOSLEEP_BUG_WORKAROUND): New constant.
15732         (xnanosleep): Use gethrxtime rather than gettime; this simplifies
15733         things considerably.  Use it only on GNU/Linux hosts, since the
15734         workaround shouldn't be needed elsewhere.
15735
15736 2005-02-24  Bruno Haible  <bruno@clisp.org>
15737
15738         * modules/gettext (Files): Add m4/glibc2.m4.
15739
15740 2005-02-24  Bruno Haible  <bruno@clisp.org>
15741
15742         * m4/gettext.m4, intdiv0.m4, intmax.m4, inttypes-pri.m4, lcmessage.m4:
15743         * m4/lib-link.m4, lib-prefix.m4, nls.m4, po.m4, printf-posix.m4:
15744         * m4/progtest.m4:
15745         Update from GNU gettext 0.14.2.
15746         * m4/glibc2.m4: New file, from GNU gettext 0.14.2.
15747
15748 2005-02-24  Bruno Haible  <bruno@clisp.org>
15749
15750         * lib/localcharset.c: Update from GNU gettext 0.14.2.
15751         * lib/config.charset: Update from GNU gettext 0.14.2.
15752
15753 2005-02-24  Bruno Haible  <bruno@clisp.org>
15754
15755         * lib/gettext.h: Update from GNU gettext 0.14.2.
15756
15757 2005-02-23  Simon Josefsson  <jas@extundo.com>
15758
15759         * m4/iconvme.m4: New file.
15760
15761 2005-02-23  Jim Meyering  <jim@meyering.net>
15762
15763         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Revert yesteday's
15764         change.
15765         Thanks to Bruno Haible for catching it.
15766
15767 2005-02-22  Simon Josefsson  <jas@extundo.com>
15768
15769         * modules/iconvme: New file.
15770
15771         * MODULES.html.sh: Add iconvme.
15772
15773 2005-02-22  Simon Josefsson  <jas@extundo.com>
15774
15775         * lib/iconvme.h, lib/iconvme.c: New files, from libc.
15776
15777 2005-02-22  Simon Josefsson  <jas@extundo.com>
15778
15779         * config/srclist.txt: Sync iconvme.h, iconvme.c from libc.
15780
15781 2005-02-22  Jim Meyering  <jim@meyering.net>
15782
15783         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Fix typo:
15784         s/ifndef/ifdef/.
15785
15786 2005-02-20  Neil Conway  <neilc@samurai.com>
15787
15788         * lib/xgethostname.c (xgethostname): Check for ENOMEM, which is
15789         returned by OSX/Darwin if the specified buffer is not large
15790         enough for the hostname.
15791
15792 2005-02-03  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
15793
15794         * lib/argp-help.c (__argp_help): Create a fake struct argp_state and
15795         pass it to _help, otherwise the latter coredumps trying to
15796         dereference state.root_argp.
15797
15798 2005-02-03  Paul Eggert  <eggert@cs.ucla.edu>
15799
15800         * modules/chdir-long (Depends-on): Add memrchr.
15801         * modules/memrchr (Files): Add lib/memrchr.h.
15802         (Include): "memrchr.h".
15803
15804 2005-02-03  Paul Eggert  <eggert@cs.ucla.edu>
15805
15806         * m4/memrchr.m4 (gl_FUNC_MEMRCHR): Add AC_LIBSOURCES, for memrchr.h.
15807
15808 2005-02-03  Paul Eggert  <eggert@cs.ucla.edu>
15809
15810         * lib/memrchr.h: New file.
15811         * lib/chdir-long.c: Include it.
15812         * lib/memrchr.c [!defined _LIBC]: Include it rather than <string.h>
15813         Don't bother including stddef.h.
15814
15815 2005-02-01  Paul Eggert  <eggert@cs.ucla.edu>
15816
15817         * lib/mountlist.h (MOUNTLIST_H_): New macro, to protect against double
15818         inclusion.
15819         Include <sys/types.h>, for dev_t.
15820         (ME_DUMMY, ME_REMOTE): Move from here....
15821         * lib/mountlist.c (ME_DUMMY, ME_REMOTE): To here.
15822         (ME_DUMMY): Count "subfs" as a dummy.  Problem reported by
15823         Dmitry V. Levin.
15824         Include mountlist.h first, to test the interface.
15825
15826 2005-01-29  Bruno Haible  <bruno@clisp.org>
15827
15828         * lib/progname.c (program_name): Initialize.
15829         Needed when linking statically on MacOS X.
15830
15831 2005-01-28  Paul Eggert  <eggert@cs.ucla.edu>
15832
15833         Sync from coreutils.
15834         * modules/getloadavg (Files): Remove m4/getloadavg.m4.
15835         (Depends-on): Add c-strtod.
15836         (configure.ac): Replace gl_FUNC_GETLOADAVG with AC_FUNC_GETLOADAVG.
15837
15838 2005-01-28  Paul Eggert  <eggert@cs.ucla.edu>
15839
15840         Sync from coreutils.
15841         * m4/getloadavg.m4, glibc.m4, search-libs.m4: Remove.
15842
15843         Remove files that are specific to coreutils.
15844         * m4/check-decl.m4, jm-macros.m4, lib-check.m4, prereq.m4: Remove.
15845
15846 2005-01-28  Bruno Haible  <bruno@clisp.org>
15847
15848         * modules/javacomp: New file.
15849         * MODULES.html.sh (Java): Add javacomp.
15850
15851 2005-01-28  Bruno Haible  <bruno@clisp.org>
15852
15853         * m4/javacomp.m4: New file, from GNU gettext.
15854
15855 2005-01-28  Bruno Haible  <bruno@clisp.org>
15856
15857         * lib/javacomp.sh.in: New file, from GNU gettext.
15858         * lib/javacomp.h: New file, from GNU gettext.
15859         * lib/javacomp.c: New file, from GNU gettext.
15860
15861 2005-01-26  Simon Josefsson  <jas@extundo.com>
15862
15863         * lib/gai_strerror.c: Use GPL in header.
15864
15865 2005-01-26  Bruno Haible  <bruno@clisp.org>
15866
15867         * modules/javaexec: New file.
15868         * MODULES.html.sh (Java): Add javaexec.
15869
15870 2005-01-26  Bruno Haible  <bruno@clisp.org>
15871
15872         * m4/javaexec.m4: New file, from GNU gettext.
15873
15874 2005-01-26  Bruno Haible  <bruno@clisp.org>
15875
15876         * lib/javaexec.sh.in: New file, from GNU gettext.
15877         * lib/javaexec.h: New file, from GNU gettext.
15878         * lib/javaexec.c: New file, from GNU gettext.
15879
15880 2005-01-24  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
15881
15882         * modules/lchown (Depends-on): Remove lchown.h
15883
15884 2005-01-24  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
15885
15886         * m4/sysexits.m4 (gl_SYSEXITS): Reverted logic. SYSEXITS_H
15887         must be defined if the header file was not found, in order
15888         to provide a replacement. Reported by Todd Vierling <tv@duh.org>
15889
15890 2005-01-24  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
15891
15892         * lib/argp-help.c (hol_entry_help): Avoid using non-constant
15893         initializers for struct pentry_state.
15894         (__argp_error): Check return value of __asprintf
15895         (__argp_failure): Translate error message
15896
15897         * lib/argp-parse.c: Removed braces around the expansion of N_()
15898
15899 2005-01-23  Paul Eggert  <eggert@cs.ucla.edu>
15900
15901         * m4/acl.m4, afs.m4, alloca.m4, argp.m4, assert.m4, atexit.m4,
15902         backupfile.m4, base64.m4, bison.m4, c-bs-a.m4, c-stack.m4,
15903         c-strtod.m4, calloc.m4, canon-host.m4, canonicalize.m4,
15904         clock_time.m4, cloexec.m4, closeout.m4, d-ino.m4, d-type.m4,
15905         dirfd.m4, dirname.m4, dos.m4, dup2.m4, error.m4, euidaccess.m4,
15906         exclude.m4, exitfail.m4, extensions.m4, fcntl-safer.m4,
15907         file-type.m4, fileblocks.m4, filemode.m4, fnmatch.m4, fpending.m4,
15908         free.m4, fstypename.m4, fsusage.m4, ftruncate.m4, getaddrinfo.m4,
15909         getcwd-path-max.m4, getcwd.m4, getdate.m4, getdomainname.m4,
15910         getgroups.m4, gethostname.m4, getline.m4, getndelim2.m4,
15911         getnline.m4, getopt.m4, getpagesize.m4, getpass.m4, getsubopt.m4,
15912         gettime.m4, gettimeofday.m4, getugroups.m4, getusershell.m4,
15913         group-member.m4, hard-locale.m4, hash.m4, host-os.m4, human.m4,
15914         idcache.m4, inttostr.m4, isdir.m4, jm-winsz1.m4, jm-winsz2.m4,
15915         link-follow.m4, long-options.m4, ls-mntd-fs.m4, lstat.m4,
15916         makepath.m4, mathl.m4, md5.m4, memcasecmp.m4, memchr.m4,
15917         memcmp.m4, memcoll.m4, memcpy.m4, memmem.m4, memmove.m4,
15918         memrchr.m4, memset.m4, mkdir-slash.m4, mkstemp.m4, mktime.m4,
15919         modechange.m4, mountlist.m4, nanosleep.m4, obstack.m4,
15920         path-concat.m4, pathmax.m4, perl.m4, physmem.m4, poll.m4,
15921         posixtm.m4, posixver.m4, putenv.m4, quote.m4, quotearg.m4,
15922         readdir.m4, readtokens.m4, readutmp.m4, regex.m4, rename.m4,
15923         restrict.m4, rmdir-errno.m4, rmdir.m4, rpmatch.m4, same.m4,
15924         savedir.m4, settime.m4, sha1.m4, sig2str.m4, snprintf.m4,
15925         sockpfaf.m4, st_dm_mode.m4, st_mtim.m4, stat.m4, stdint.m4,
15926         stdio-safer.m4, strchrnul.m4, strdup.m4, strerror.m4,
15927         strerror_r.m4, strftime.m4, strndup.m4, strnlen.m4, strsep.m4,
15928         strtod.m4, strtoimax.m4, strtok_r.m4, strtol.m4, strtoll.m4,
15929         strtoul.m4, strtoull.m4, strtoumax.m4, strverscmp.m4, sysexits.m4,
15930         time_r.m4, timegm.m4, timespec.m4, tm_gmtoff.m4, tzset.m4,
15931         uint32_t.m4, uintptr_t.m4, unistd-safer.m4, unlink-busy.m4,
15932         unlocked-io.m4, uptime.m4, userspec.m4, utimbuf.m4, utime.m4,
15933         utimecmp.m4, utimens.m4, utimes-null.m4, vsnprintf.m4, xalloc.m4,
15934         xgetcwd.m4, xreadlink.m4, xstrndup.m4, xstrtod.m4, xstrtoimax.m4,
15935         xstrtol.m4, xstrtoumax.m4, yesno.m4:
15936         Use an all-permissive copyright notice, recommended by RMS.
15937
15938 2005-01-21  Paul Eggert  <eggert@cs.ucla.edu>
15939
15940         * modules/chdir-long (Depends-on): Remove mempcpy.
15941
15942 2005-01-21  Jim Meyering  <jim@meyering.net>
15943
15944         * lib/openat.h (AT_SYMLINK_NOFOLLOW): Define to 4096, so it's the
15945         same value as for Solaris 9.
15946
15947         * lib/chdir-long.c (chdir_long): Rewrite to remove limitation on
15948         component length.  This included changing the parameter to be
15949         of type `char *' rather than `char const *'.
15950         * lib/chdir-long.h (chdir_long): Update prototype.
15951
15952         * lib/openat.c (fdopendir, fstatat): New functions.
15953         * lib/openat.h: Include headers required for use of DIR and struct
15954         stat.
15955         [AT_SYMLINK_NOFOLLOW]: Define.
15956         (fdopendir, fstatat): Add prototypes.
15957
15958 2005-01-21  Bruno Haible  <bruno@clisp.org>
15959
15960         * modules/classpath: New file.
15961         * MODULES.html.sh (Java): Add classpath.
15962
15963 2005-01-21  Bruno Haible  <bruno@clisp.org>
15964
15965         * lib/classpath.h: New file, from GNU gettext.
15966         * lib/classpath.c: New file, from GNU gettext.
15967
15968 2005-01-20  Simon Josefsson  <jas@extundo.com>
15969
15970         * modules/version-etc-fsf: New file.
15971
15972 2005-01-20  Simon Josefsson  <jas@extundo.com>
15973
15974         * lib/version-etc-fsf.c: New file, with version_etc_copyright.
15975         * lib/version-etc.c: Remove version_etc_copyright.
15976         * lib/version-etc.h (version_etc_copyright): Use [] instead of * in
15977         prototype, suggested by Paul Eggert <eggert@CS.UCLA.EDU>.
15978
15979 2005-01-20  Simon Josefsson  <jas@extundo.com>
15980
15981         * lib/base64.h (isbase64): Add.
15982
15983         * lib/base64.c (isb64): Rename to isbase64, use to_uchar instead of
15984         using a unsigned prototype, don't inline.
15985         (base64_decode): Use it.
15986
15987 2005-01-20  Paul Eggert  <eggert@cs.ucla.edu>
15988
15989         * m4/save-cwd.m4 (gl_SAVE_CWD): Remove check for fcntl; we now assume
15990         it.
15991
15992 2005-01-20  Paul Eggert  <eggert@cs.ucla.edu>
15993
15994         * lib/save-cwd.c (save_cwd): Remove code to support the case
15995         where fchdir is missing or flaky.
15996
15997 2005-01-20  Paul Eggert  <eggert@cs.ucla.edu>
15998
15999         * MODULES.html.sh (Command-line arguments): Add version-etc-fsf.
16000
16001 2005-01-19  Paul Eggert  <eggert@cs.ucla.edu>
16002
16003         * modules/mempcpy (Makefile.am): Remove mention of mempcpy.h;
16004         AC_LIBSOURCES now does this.
16005         * MODULES.html.sh (Sizes of integer types <limits.h>): New element,
16006         with new ullong_max module.
16007
16008 2005-01-19  Bruno Haible  <bruno@clisp.org>
16009
16010         * modules/sh-quote: New file.
16011         * MODULES.html.sh (Executing programs): Add sh-quote.
16012
16013 2005-01-19  Bruno Haible  <bruno@clisp.org>
16014
16015         * lib/sh-quote.h: New file, from GNU gettext.
16016         * lib/sh-quote.c: New file, from GNU gettext.
16017
16018 2005-01-18  Paul Eggert  <eggert@cs.ucla.edu>
16019
16020         Merge from coreutils.
16021         * m4/ullong_max.m4: New file.
16022         * m4/jm-macros.m4 (gl_MACROS): Require gl_ULLONG_MAX.
16023         (gl_MACROS): Assume localeconv exists.
16024
16025 2005-01-18  Paul Eggert  <eggert@cs.ucla.edu>
16026
16027         Merge changes from coreutils, as described below in several
16028         changelogs dated today.
16029
16030         * lib/save-cwd.c: Include "save-cwd.h" before other include files.
16031         (O_DIRECTORY): Remove; not needed here, since "." must be
16032         a directory.  All uses removed.
16033         (save_cwd): Use __sgi || __sun, not sun || __sun.  __sun is
16034         universal on Suns, and we also need to test for IRIX.
16035         Revamp code to use 'if' rather than '#if'.
16036         Avoid unnecessary comparison of cwd->desc to 0.
16037
16038         * lib/utimens.c (futimens): Robustify the previous patch, by checking
16039         for known valid error numbers rather than observed invalid ones.
16040
16041 2005-01-18  Paul Eggert  <eggert@cs.ucla.edu>
16042
16043         * modules/ullong_max: New file.
16044
16045         * modules/chdir-long, modules/openat: New files.
16046         * modules/save-cwd (Depends-on): Depend on chdir-long.
16047         (Makefile.am): Remove lib_SOURCES; now handled by AC_LIBSOURCES.
16048
16049 2005-01-18  Jim Meyering  <jim@meyering.net>
16050
16051         Merge from coreutils.
16052         * m4/chdir-long.m4, m4/openat.m4: New files.
16053         * m4/save-cwd.m4 (gl_SAVE_CWD): Add AC_LIBSOURCES for save-cwd.c,
16054         save-cwd.h.  Add AC_LIBOBJ for save-cwd.
16055         * m4/chown.m4 (gl_FUNC_CHOWN): When cross-compiling, assume that chown
16056         is sane and DOES follow symlinks.  Besides, testing 20 different
16057         systems found no broken chown implementations.
16058         Prompted by a change in rsync's copy of this macro.
16059         * m4/jm-macros.m4 (gl_MACROS): Require gl_FUNC_CHDIR_LONG.
16060
16061         * m4/lchown.m4 (gl_FUNC_LCHOWN): Use AC_LIBSOURCES.
16062
16063         * m4/utimes.m4: Work around tests/touch/empty-file failure on a system
16064         (sparc64, Linux-2.4.28, glibc-2.3.3) that didn't honor utimes'
16065         NULL-means-set-to-current-time semantics.
16066         Remove temporary file immediately, rather than waiting
16067         for configure's at-exit trap code to do it.
16068
16069 2005-01-18  Jim Meyering  <jim@meyering.net>
16070
16071         * lib/version-etc.c (version_etc_copyright): Update copyright date.
16072
16073         * lib/utimens.c (futimens): Account for the fact that futimes
16074         can also fail with errno == ENOSYS or errno == ENOENT.
16075         Patch from Dmitry V. Levin.
16076
16077         Change the name of the robust chdir function from chdir to chdir_long.
16078         * lib/save-cwd.c: Include chdir-long.h rather than chdir.h.
16079         (restore_cwd): Use chdir_long, not chdir.
16080         * lib/chdir-long.c: Renamed from chdir.c.
16081         * lib/chdir-long.h: Renamed from chdir.h.
16082         [!defined PATH_MAX]: Define chdir_long to chdir on systems like the
16083         Hurd.
16084
16085 2005-01-18  Bruno Haible  <bruno@clisp.org>
16086
16087         * m4/allocsa.m4, m4/codeset.m4, m4/copy-file.m4, m4/eaccess.m4:
16088         * m4/eealloc.m4, m4/eoverflow.m4, m4/execute.m4, m4/fatal-signal.m4:
16089         * m4/findprog.m4, m4/glibc21.m4, m4/iconv.m4, m4/intmax_t.m4:
16090         * m4/inttypes_h.m4, m4/lib-ld.m4, m4/lib-link.m4, m4/lib-prefix.m4:
16091         * m4/linebreak.m4, m4/localcharset.m4, m4/longdouble.m4:
16092         * m4/longlong.m4, m4/mbrtowc.m4, m4/mbstate_t.m4, m4/mbswidth.m4:
16093         * m4/mkdtemp.m4, m4/pipe.m4, m4/readlink.m4, m4/safe-read.m4:
16094         * m4/safe-write.m4, m4/setenv.m4, m4/sig_atomic_t.m4:
16095         * m4/signalblocking.m4, m4/signed.m4, m4/size_max.m4, m4/ssize_t.m4:
16096         * m4/stdbool.m4, m4/stdint_h.m4, m4/stpcpy.m4, m4/stpncpy.m4:
16097         * m4/strcase.m4, m4/strcspn.m4, m4/strpbrk.m4, m4/strstr.m4:
16098         * m4/ucs4-utf.m4, m4/uintmax_t.m4, m4/ulonglong.m4, m4/unicodeio.m4:
16099         * m4/utf-ucs4.m4, m4/vasnprintf.m4, m4/vasprintf.m4:
16100         * m4/wait-process.m4, m4/wchar_t.m4, m4/wint_t.m4, m4/xsize.m4:
16101         Use an all-permissive copyright notice, recommended by RMS.
16102
16103 2005-01-18  Bob Proulx  <bob@proulx.com>
16104
16105         * lib/obstack.c [DEFAULT_ALIGNMENT]: Use an intermediate type to
16106         simplify offsetof() macro construct to avoid compile failure with
16107         native HP-UX 11.0 ANSI C compiler.
16108
16109 2005-01-17  Bruno Haible  <bruno@clisp.org>
16110
16111         * lib/stpncpy.c: Remove HAVE_STPNCPY and gnu_stpncpy renaming,
16112         redundant because stpncpy.m4 takes care of it.
16113
16114 2005-01-17  Bruno Haible  <bruno@clisp.org>
16115
16116         * lib/progreloc.c: Include xalloc.h instead of xmalloc.h.
16117
16118 2005-01-17  Bruno Haible  <bruno@clisp.org>
16119
16120         * lib/progreloc.c (xstrdup): Define as strdup if no xmalloc should be
16121         used.
16122
16123 2005-01-17  Bruno Haible  <bruno@clisp.org>
16124
16125         * lib/fwriteerror.h (fwriteerror): Change specification to include
16126         fclose.
16127         * lib/fwriteerror.c: Include <stdbool.h>.
16128         (fwriteerror): At the end, close the file stream. Record whether
16129         stdout was already closed.
16130
16131 2005-01-17  Bruno Haible  <bruno@clisp.org>
16132
16133         * lib/execute.c (environ): Declare if needed.
16134         * lib/pipe.c (environ): Likewise.
16135         Reported by Michael Schloh von Bennewitz <michael.schloh@cw.com>.
16136
16137 2005-01-11  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
16138
16139         * modules/argp: Depend on vsnprintf
16140
16141 2005-01-10  Jim Meyering  <jim@meyering.net>
16142
16143         * modules/closeout (Depends-on): Add atexit.
16144
16145 2005-01-06  Bruno Haible  <bruno@clisp.org>
16146
16147         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Rename stpncpy to gnu_stpncpy here.
16148
16149 2005-01-04  Paul Eggert  <eggert@cs.ucla.edu>
16150
16151         * lib/human.c (SIZE_MAX, UINTMAX_MAX): Move these conditional
16152         definitions to be after all include files, to avoid collisions.
16153         Problem reported by Bob Proulx.
16154
16155 2005-01-04  Jim Meyering  <jim@meyering.net>
16156
16157         Changes imported from coreutils.
16158         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Rather than using "conftestXXXXXX"
16159         as the mkstemp template, use a temporary directory and an
16160         8.3-friendly template to avoid trouble on systems like DJGPP.
16161         Reported by Juan M. Guerrero via Stepan Kasal.
16162         * m4/(gl_FUNC_MKSTEMP): Include <unistd.h> for the declaration of
16163         close. Remove the temporary directory right away, rather than waiting
16164         for configure's at-exit trap code to do it.
16165         Suggestion from Stepan Kasal.
16166
16167 2005-01-01  Simon Josefsson  <jas@extundo.com>
16168
16169         * gnulib-tool: Print #include directives when --import'ing.
16170
16171 2004-12-28  Simon Josefsson  <jas@extundo.com>
16172
16173         * tests/test-base64.c: Include required header files.  Remove
16174         unused variables.
16175
16176 2004-12-28  Paul Eggert  <eggert@cs.ucla.edu>
16177
16178         * modules/error (Depends-on): Remove gettext.
16179
16180 2004-12-28  Paul Eggert  <eggert@cs.ucla.edu>
16181
16182         * lib/error.c [!_LIBC && !ENABLE_NLS]: Do not include "gettext.h";
16183         not needed.  This removes a dependency on the gettext module.
16184         [defined _LIBC]: Do not include <libintl.h>; not needed.
16185
16186 2004-12-24  Paul Eggert  <eggert@cs.ucla.edu>
16187
16188         * m4/c-strtod.m4 (gl_C99_STRTOLD): New macro.
16189         (gl_C_STRTOD): Use it instead of AC_CHECK_DECLS_ONCE(strtold).
16190
16191 2004-12-24  Paul Eggert  <eggert@cs.ucla.edu>
16192
16193         * lib/c-strtod.c (STRTOD): Depend on HAVE_C99_STRTOLD, not
16194         HAVE_DECL_STRTOLD.
16195
16196 2004-12-23  Paul Eggert  <eggert@cs.ucla.edu>
16197
16198         * modules/getdate (Depends-on): Remove alloca-opt.
16199
16200 2004-12-23  Paul Eggert  <eggert@cs.ucla.edu>
16201
16202         * m4/getdate.m4 (gl_GETDATE): Remove AC_FUNC_ALLOCA.
16203
16204 2004-12-23  Paul Eggert  <eggert@cs.ucla.edu>
16205
16206         * lib/argp-parse.c: Include <stddef.h>.
16207         (alignof, alignto): New macros.
16208         (parser_init): Don't assume that void * is aligned sufficiently
16209         for struct option.
16210
16211         * lib/getdate.y (YYSTACK_USE_ALLOCA): Define to 0, since there's no
16212         need to extend the stack.
16213         (YYINITDEPTH): New macro, so that the initial stack isn't overly
16214         large.
16215
16216 2004-12-22  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
16217
16218         * lib/argp-parse.c (parser_init): Avoid arithmetics on void pointers.
16219
16220 2004-12-19  Paul Eggert  <eggert@cs.ucla.edu>
16221
16222         * modules/regex (lib_SOURCES): Remove regex.c, undoing previous
16223         (2004-10-24) change.  Apparently this was a false alarm.
16224
16225         * modules/getdate: Depend on alloca-opt, not alloca.
16226
16227 2004-12-19  Paul Eggert  <eggert@cs.ucla.edu>
16228
16229         * lib/alloca_.h: Conditionalize on _GNULIB_ALLOCA_H, not _ALLOCA_H.
16230         Remove now-obsolete comment about AIX.
16231         * lib/getdate.y: Include <alloca.h> only if HAVE_ALLOCA.
16232         (YYSTACK_USE_ALLOCA): Define to 0 if !HAVE_ALLOCA.
16233         (YYMAXDEPTH): New macro.
16234
16235 2004-12-18  Simon Josefsson  <jas@extundo.com>
16236
16237         * modules/alloca: Depend on alloca-opt, instead of duplicating it.
16238
16239 2004-12-18  Bruno Haible  <bruno@clisp.org>
16240
16241         * m4/fatal-signal.m4 (gl_FATAL_SIGNAL): Also test for sigaction.
16242
16243 2004-12-18  Bruno Haible  <bruno@clisp.org>
16244
16245         * lib/fatal-signal.c (fatal_signals): Make non-const.
16246         (init_fatal_signals): New function.
16247         (uninstall_handlers, install_handlers): Ignore signals that were set to
16248         SIG_IGN.
16249         (at_fatal_signal): Call init_fatal_signals.
16250         (init_fatal_signal_set): Likewise. Ignore signals that were set to
16251         SIG_IGN.
16252         Reported by Paul Eggert.
16253
16254 2004-12-18  Bruno Haible  <bruno@clisp.org>
16255
16256         * doc/alloca.texi: New file.
16257         * doc/alloca-opt.texi: New file.
16258
16259 2004-12-17  Jim Meyering  <jim@meyering.net>
16260
16261         * config/install-sh: Use `(exit N); exit N', not `(exit N); exit'.
16262         Otherwise, install-sh could exit with improper exit status when
16263         exiting via a trapped interrupt.  Thanks to a report from Bob Proulx.
16264
16265 2004-12-16  Simon Josefsson  <jas@extundo.com>
16266
16267         * tests/test-base64.c: Add license.
16268
16269 2004-12-15  Stepan Kasal  <address@hidden>
16270
16271         * gnulib-tool (func_emit_lib_Makefile_am): Shorten a long sed command.
16272
16273 2004-12-12  Paul Eggert  <eggert@cs.ucla.edu>
16274
16275         * modules/getcwd (Files): Add m4/d-ino.m4.
16276         Suggested by Mark D. Baushke.
16277
16278 2004-12-08  Paul Eggert  <eggert@cs.ucla.edu>
16279
16280         * lib/getdate.y (textint): New member "negative".
16281         (time_zone_hhmm): New function.
16282         Expect 14 shift-reduce conflicts, not 13.
16283         (o_colon_minutes): New rule.
16284         (time, zone): Use it to add support for +HH:MM, UTC+HH:MM.
16285         (yylex): Set the "negative" member of signed numbers.
16286
16287 2004-12-08  Paul Eggert  <eggert@cs.ucla.edu>
16288
16289         * doc/getdate.texi (Time of day items, Time zone items):
16290         Describe new formats +00:00, UTC+00:00.
16291
16292 2004-12-07  Paul Eggert  <eggert@cs.ucla.edu>
16293
16294         * m4/ls-mntd-fs.m4 (AC_FUNC_GETMNTENT): Fix typo in previous change:
16295         spurious "-l"s.  Problem reported by Stepan Kasal.
16296
16297 2004-12-06  Paul Eggert  <eggert@cs.ucla.edu>
16298
16299         * m4/ls-mntd-fs.m4 (AC_FUNC_GETMNTENT): New macro, to work around bug
16300         in Autoconf 2.59.  Problem reported by Mark D. Baushke.
16301
16302 2004-12-04  Simon Josefsson  <jas@extundo.com>
16303
16304         * modules/getaddrinfo (License): Add LGPL, reported by Yoann
16305         Vandoorselaere <yoann@prelude-ids.org>.
16306
16307 2004-12-04  Paul Eggert  <eggert@cs.ucla.edu>
16308
16309         Changes imported from coreutils.
16310         * m4/hard-locale.m4 (gl_HARD_LOCALE): Assume locale.h and setlocale
16311         exist.
16312         * m4/human.m4 (gl_HUMAN): Assume locale.h and localeconv exist.
16313
16314 2004-12-04  Paul Eggert  <eggert@cs.ucla.edu>
16315
16316         Changes imported from coreutils.
16317         * lib/hard-locale.c: Assume <locale.h> exists.
16318         Include "strdup.h".
16319         (GLIBC_VERSION): New macro.
16320         (hard_locale): Assume setlocale exists.
16321         Rewrite to avoid #ifdef.
16322         Use strdup rather than malloc + strcpy.
16323         * lib/human.c: Assume <locale.h> exists.
16324         (human_readable): Assume localeconv exists.
16325
16326 2004-12-04  Paul Eggert  <eggert@cs.ucla.edu>
16327
16328         * modules/hard-locale (Depends-on): Add strdup.
16329
16330 2004-12-01  Jakub Jelinek  <jakub@redhat.com>
16331
16332         * lib/mktime.c (__mktime_internal): If SEC_REQUESTED != SEC,
16333         convert T2, not T.  (Imported from libc.)
16334
16335 2004-11-30  Simon Josefsson  <jas@extundo.com>
16336
16337         * modules/restrict (License): Change to LGPL.
16338
16339 2004-11-30  Simon Josefsson  <jas@extundo.com>
16340
16341         * m4/restrict.m4: Add copyright and copying conditions.
16342
16343 2004-11-30  Simon Josefsson  <jas@extundo.com>
16344
16345         * m4/base64.m4: New file.
16346
16347 2004-11-30  Simon Josefsson  <jas@extundo.com>
16348
16349         * MODULES.html.sh (Extra functions based on ANSI C 89): Add
16350         base64.
16351
16352         * tests/test-base64.c: New file.
16353
16354         * modules/base64: New file.
16355
16356 2004-11-30  Paul Eggert  <eggert@cs.ucla.edu>
16357
16358         * m4/getcwd-path-max.m4 (gl_FUNC_GETCWD_PATH_MAX):
16359         Define HAVE_PARTLY_WORKING_GETCWD if getcwd is partly working.
16360
16361         * m4/readutmp.m4 (gl_READUTMP): Don't check for sys/param.h.
16362
16363 2004-11-30  Paul Eggert  <eggert@cs.ucla.edu>
16364
16365         * lib/getcwd.c (is_ENAMETOOLONG): New macro.
16366         (__getcwd.c): Don't restore errno; glibc doesn't.
16367         [HAVE_PARTLY_WORKING_GETCWD && !defined AT_FDCWD]: Try system getcwd
16368         first, falling back to our code only if its results look suspicious.
16369         Ensure that the resulting buffer is only as large as necessary.
16370
16371         * lib/readutmp.c: Include readutmp.h first.
16372         Include <errno.h>, since readutmp.h no longer does that.
16373         * lib/readutmp.h: Don't include <errno.h>,
16374         <sys/param.h>, <time.h>; not needed to establish interface.
16375         (errno): Remove decl.
16376         (HAVE_STRUCT_XTMP_UT_TYPE): Remove; no longer needed.
16377         (UT_TYPE_EQ, UT_TYPE_NOT_DEFINED, UT_TYPE_BOOT_TIME,
16378         UT_TYPE_USER_PROCESS, IS_USER_PROCESS): New macros.
16379
16380 2004-11-28  Simon Josefsson  <jas@extundo.com>
16381
16382         * lib/base64.h, base64.c: New file.
16383
16384 2004-11-27  Paul Eggert  <eggert@cs.ucla.edu>
16385
16386         * lib/getcwd.h: New file, which I forgot to check in on 2004-11-25.
16387
16388 2004-11-26  Paul Eggert  <eggert@cs.ucla.edu>
16389
16390         * modules/getcwd (Files): Add lib/getcwd.h, m4/getcwd.m4.
16391         (Depends-on): Remove pathmax, same.  Add mempcpy.
16392         (configure.ac): GL_FUNC_GETCWD_PATH_MAX -> gl_FUNC_GETCWD.
16393         (Makefile.am): Append getcwd.h to lib_SOURCES.
16394         (Include): Add getcwd.h.
16395         (Maintainer): Change from Jim Meyering to "all, glibc",
16396         since getdate now uses intended-for-glibc code.
16397         * modules/xgetcwd (Files): Remove m4/getcwd.m4.
16398         (Depends-on): Depend on getcwd.  Do not depend on pathmax.
16399
16400 2004-11-25  Paul Eggert  <eggert@cs.ucla.edu>
16401
16402         Fix problems reported by Scott S. Tinsley for HP-UX 11.11 using
16403         HP's ANSI C compiler.
16404         * lib/fsusage.c (statvfs) [HAVE_SYS_STATVFS_H]: Remove decl.
16405         Declaring int functions causes warnings on some modern systems and
16406         shouldn't be needed to compile on ancient ones.
16407         * lib/same.c (MIN) [defined MIN]: Don't define, since it's already
16408         defined.
16409
16410         * lib/getcwd.c: Replace by a copy of glibc/sysdeps/posix/getcwd.c, but
16411         with the following changes.
16412         (__set_errno): Parenthesize properly.
16413         Include <stdbool.h>.
16414         (MIN, MAX, MATCHING_INO): New macros.
16415         (__getcwd): Define with prototype, not K&R form.
16416         Use heuristics to allocate default buffer on stack if possible.
16417         If AT_FDCWD is defined, use openat and fstatat to avoid O(N**2)
16418         behavior, and to avoid the PATH_MAX limit when computing
16419         ../../../../...
16420         Use MATCHING_INO to compare inode number to file.
16421         Check for arithmetic overflow in size calculations.
16422         Fix bug in reallocation of dot array that caused getcwd to fail
16423         on directories nested deeper than 75.
16424         Be more careful about saving errno on error.
16425         Do not use realloc; use only free+malloc, as this is a bit
16426         more flexible and avoids a needless copy operation.
16427         Do not inspect st_dev and st_ino for symbolic links; POSIX
16428         doesn't specify the latter.
16429         Check for closedir errors.
16430         Avoid needless casts.
16431         Use "#ifdef weak_alias" around weak_alias, to be like other
16432         glibc code.
16433         The following changes to getcwd.c have effect only when used in
16434         gnulib; they have no effect inside glibc proper.
16435         (#pragma alloca) [defined _AIX && !defined __GNUC__]: Remove,
16436         as alloca isn't used.
16437         (alloca, __alloca): Likewise.
16438         [!_LIBC]: Include "getcwd.h", "mempcpy.h".
16439         Include <stddef.h>, <stdlib.h>, <string.h>, <limits.h>
16440         unconditionally, as gnulib assumes C89 or better.
16441         Do not include <sys/param.h>.
16442         (errno) [!defined __GNU_LIBRARY__ && !defined STDC_HEADERS]: Remove
16443         no-longer-necessary 'extern int errno' decl; gnulib assumes C89 or
16444         better.
16445         (NULL) [!defined NULL]: Remove; we assume C89 or better.
16446         Include <dirent.h> in a way that is compatible with modern Autoconf.
16447         (_D_ALLOC_NAMELEN, _D_EXACT_NAMLEN):
16448         New macros, if not already defined.
16449         Include <unistd.h> if _LIBC, not if __GNU_LIBRARY__.
16450         Use "_LIBC", not "defined _LIBC", for consistency.
16451         (HAVE_MEMPCPY): Remove; no longer needed now that gnulib has
16452         a mempcpy module.
16453         (__lstat, __closedir, __opendir, __readdir) [!_LIBC]: New macros.
16454         (GETCWD_RETURN_TYPE): Remove.  All uses replaced by char *.
16455         * lib/xgetcwd.c: David MacKenzie's old code was removed, so give
16456         credit only to Jim Meyering and adjust the copyright dates.
16457         Do not include <limits.h>, <stdio.h>, <sys/types.h>,
16458         <stdlib.h>, <unistd.h>, "pathmax.h".
16459         Instead, include "xgetcwd.h" (first) and "getcwd.h".
16460         (INITIAL_BUFFER_SIZE): Remove.
16461         (xgetcwd): Rely on getcwd, since we now depend on a reliable one.
16462
16463 2004-11-25  Paul Eggert  <eggert@cs.ucla.edu>
16464
16465         * m4/getcwd-path-max.m4 (gl_FUNC_GETCWD_PATH_MAX): Renamed from
16466         GL_FUNC_GETCWD_PATH_MAX for consistency.  All uses changed.
16467         Use the _ONCE methods, for efficiency.
16468         Check for fcntl.h.  In test program, include <errno.h>
16469         and <fcntl.h> if available.  Remove old K&R cruft from
16470         test program.  Check for common errors in GNU/Linux,
16471         OpenBSD, and Solaris.  Just set gl_cv_func_getcwd_path_max;
16472         don't do AC_LIBOBJ, as that's getcwd.m4's job.
16473         * m4/getcwd.m4 (gl_FUNC_GETCWD_NULL): Renamed from
16474         AC_FUNC_GETCWD_NULL.  All used changed.  Change cache variable
16475         name accordingly.
16476         (gl_FUNC_GETCWD, gl_PREREQ_GETCWD): New macros.  Revamp to
16477         accommodate new getcwd.c.
16478         * m4/jm-macros.m4 (gl_MACROS): Don't require GL_FUNC_GETCWD_PATH_MAX.
16479         * m4/prereq.m4 (gl_PREREQ): Add gl_FUNC_MEMPCPY.
16480         * m4/xgetcwd.m4 (gl_XGETCWD): Replace with gl_FUNC_GETCWD, since
16481         that's all we need now.
16482
16483 2004-11-23  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
16484
16485         * m4/argp.m4 (gl_ARGP): Require gl_GETOPT_SUBSTITUTE unconditionally:
16486         argp-parse.c depends on getopt internals, that means we should
16487         always use our getopt, to be on the safe side.
16488         * m4/getopt.m4 (gl_GETOPT): Check if GETOPT_H is already set, in
16489         order not to spoil the result of an eventual previous invocation
16490         of gl_GETOPT_SUBSTITUTE.
16491
16492 2004-11-23  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
16493
16494         * lib/getopt_.h: Re-addition of __getopt_argv_const caused
16495         redefinition warnings. To avoid them, include the defines
16496         in `#if !defined __need_getopt ... #endif'. The only place
16497         where __getopt_argv_const is used is in definitions
16498         of getopt_long and getopt_long_only below, which are as well
16499         protected by `#ifndef __need_getopt'.
16500         [defined __GETOPT_PREFIX && !defined __need_getopt]: Undef
16501         __need_getopt after including <stdio.h> and <unistd.h> These
16502         headers might have defined it.
16503
16504 2004-11-23  Paul Eggert  <eggert@cs.ucla.edu>
16505
16506         * m4/utimens.m4 (gl_UTIMENS): Check for futimes function.
16507
16508 2004-11-23  Paul Eggert  <eggert@cs.ucla.edu>
16509
16510         * lib/utimens.c (__attribute__, ATTRIBUTE_UNUSED): New macros.
16511         (futimens): New function, which uses futimes if available.
16512         (futimens, utimens): Support timespec==NULL, with same semantics
16513         as utime and utimens.
16514         * lib/utimens.h (futimens): New decl.
16515
16516 2004-11-23  Jim Meyering  <jim@meyering.net>
16517
16518         * lib/getopt_.h: Remove trailing blanks.
16519
16520 2004-11-23  Jim Meyering  <jim@meyering.net>
16521
16522         * lib/__fpending.c: Add comment.
16523
16524 2004-11-22  Paul Eggert  <eggert@cs.ucla.edu>
16525
16526         * modules/canonicalize (Depends-on): Add xreadlink.
16527         Problem reported by James Youngman.
16528
16529 2004-11-20  Paul Eggert  <eggert@cs.ucla.edu>
16530
16531         * lib/getopt_.h (__GETOPT_CONCAT, __GETOPT_XCONCAT, __GETOPT_ID):
16532         New macros.
16533         (getopt, getopt_long, getopt_long_only, optarg, opterr, optind,
16534         optopt): Use them instead of invoking ## directly; otherwise, the
16535         symbols will be __GETOPT_PREFIXgetopt rather than rpl_getopt.
16536
16537 2004-11-19  Bruno Haible  <bruno@clisp.org>
16538
16539         * lib/strtok_r.c: Move comments from here...
16540         * lib/strtok_r.h: ... to here.
16541
16542 2004-11-17  Paul Eggert  <eggert@cs.ucla.edu>
16543
16544         * m4/calloc.m4 (_AC_FUNC_CALLOC_IF): Check for buggy calloc
16545         implementations that mishandle size_t overflow.
16546
16547 2004-11-17  Paul Eggert  <eggert@cs.ucla.edu>
16548
16549         * lib/realloc.c (rpl_realloc): Call 'free' if n==0, since realloc
16550         might fail.  Problem reported by Yoann Vandoorselaere.
16551         * lib/calloc.c (rpl_calloc): Defend against buggy calloc
16552         implementations that mishandle size_t overflow.
16553
16554 2004-11-16  Paul Eggert  <eggert@cs.ucla.edu>
16555
16556         * modules/canon-host (Depends-on): Add strdup.
16557
16558 2004-11-16  Paul Eggert  <eggert@cs.ucla.edu>
16559
16560         * m4/canon-host.m4 (gl_CANON_HOST): Check for getaddrinfo.
16561
16562 2004-11-16  Paul Eggert  <eggert@cs.ucla.edu>
16563
16564         * lib/canon-host.c: Include "strdup.h".
16565         (canon_host): Use getaddrinfo if available, so that IPv6 works.
16566         Use strdup instead of malloc/strcpy to duplicate strings.
16567
16568         * lib/human.h (LONGEST_HUMAN_READABLE): Add 1 for space before unit.
16569         (human_space_before_unit): New constant.
16570         * lib/human.c (human_readable): Support it.
16571
16572         * lib/xgetcwd.c: Include <limits.h>, for PATH_MAX.
16573         (xgetcwd): Set errno correctly when failing.
16574         Work around Solaris 9 bug: getcwd sets errno==ERANGE even though
16575         the failure is actually due to a PATH_MAX problem.
16576
16577         Further getopt changes to make it more likely that glibc will
16578         buy the changes back.
16579         * lib/getopt.c (POSIXLY_CORRECT): New constant.
16580         (getopt): Use it, so to preserve glibc semantic
16581         * lib/getopt1.c (getopt_long, getopt_long_only): Arg is char * const *
16582         when compiling for libc.
16583         * lib/getopt_.h (__getopt_argv_const): Bring it back.
16584         (getopt_long, getopt_long_only): Use it.
16585
16586         * lib/getopt.c (_getopt_initialize, _getopt_internal_r,
16587         _getopt_internal): New arg POSIXLY_CORRECT.  All callers changed.
16588         (getopt): Argv is now char * const *, as per standard.
16589         (_getopt_internal_r, _getopt_internal): Argv is now char **,
16590         not char *__getopt_argv_const *.
16591         * lib/getopt1.c (getopt_long, _getopt_long_r, getopt_long_only,
16592         _getopt_long_only_r): Likewise.
16593         * lib/getopt_.h (getopt, getopt_long, geopt_long_only): Likewise.
16594         * lib/getopt_int.h (_getopt_internal, _getopt_internal_r,
16595         _getopt_long_r, _getopt_long_only_r): Likewise.
16596         * lib/getopt_.h (__getopt_argv_const): Remove.
16597         (getopt): Argv is now char * const *, as per standard.
16598
16599         * lib/getdate.y (tORDINAL): New token.
16600         (day, relunit): Allow it for relative times.
16601         (relative_time_table): Use tORDINAL for ordinals.
16602
16603 2004-11-16  Paul Eggert  <eggert@cs.ucla.edu>
16604
16605         * doc/getdate.texi (General date syntax): "next" is 1, not 2.
16606         Document that "second" isn't allowed as an ordinal number.
16607
16608 2004-11-16  Jim Meyering  <jim@meyering.net>
16609
16610         * modules/closeout (Depends-on): Add fpending.
16611
16612 2004-11-15  Jim Meyering  <jim@meyering.net>
16613
16614         * lib/closeout.c: Include "__fpending.h" once again.
16615         Include <stdbool.h>.
16616         (close_stdout): Don't fail just because stdout was closed initially,
16617         since some programs don't write to stdout in the normal course of
16618         operation (other than --version and --help), and we don't want this
16619         function to make e.g. `touch file >&-' fail.
16620         But do fail if it was closed and someone has tried to write to it.
16621         E.g., `printf foo >&-' must fail.
16622
16623 2004-11-13  Jim Meyering  <jim@meyering.net>
16624
16625         * m4/jm-macros.m4: Do require gl_FUNC_FPENDING.
16626
16627 2004-11-12  Simon Josefsson  <jas@extundo.com>
16628
16629         * config/srclist.txt: Add strtok_r.c, glibc bought our changes, but a
16630         small doc fix is still pending.
16631
16632 2004-11-11  Simon Josefsson  <jas@extundo.com>
16633
16634         * modules/strtok_r: New file.
16635
16636         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
16637         strtok_r.
16638
16639 2004-11-11  Simon Josefsson  <jas@extundo.com>
16640
16641         * m4/strtok_r.m4: New file.
16642
16643         * m4/getopt.m4: Replace opterr.
16644
16645 2004-11-11  Simon Josefsson  <jas@extundo.com>
16646
16647         * lib/strtok_r.h, strtok_r.c: New file.
16648
16649 2004-11-11  Paul Eggert  <eggert@cs.ucla.edu>
16650
16651         * m4/getopt.m4 (gl_GETOPT_SUBSTITUTE): Define __GETOPT_PREFIX instead
16652         of replacing opterr, getopt, etc.  This should handle the
16653         powerpc-apple-darwin5.5 problem recently noted by Simon Josefsson.
16654
16655 2004-11-11  Paul Eggert  <eggert@cs.ucla.edu>
16656
16657         * lib/getopt_.h (__getopt_argv_const): New macro, to be used so that
16658         we can stop lying to compilers about the constness of argv when we
16659         are compiled outside glibc.
16660         (getopt, getopt_long, getopt_long_only): Use it.
16661         * lib/getopt.c (_getopt_initialize, _getopt_internal_r,
16662         _getopt_internal, getopt): Likewise.
16663         * lib/getopt1.c (getopt_long, _getopt_long_r, getopt_long_only,
16664         _getopt_long_only_r): Likewise.
16665         * lib/getopt_int.h (_getopt_internal, _getopt_internal_r,
16666         _getopt_long_r, _getopt_long_only_r): Likewise.
16667
16668         * lib/getopt_.h [defined __GETOPT_PREFIX && !defined __need_getopt]:
16669         Include <stdlib.h> and <stdio.h>, and <unistd.h> if available.
16670         Then rename getopt to __GETOPT_PREFIX##getopt, and so forth for
16671         the other external symbols.
16672         (getopt) [!defined __GNU_LIBRARY]: Use prototype, not old-style
16673         declaration, since the above renaming now works around collisions.
16674
16675 2004-11-11  Jim Meyering  <jim@meyering.net>
16676
16677         * lib/linebreak.c: Remove trailing blanks.
16678         * lib/alloca_.h: Likewise.
16679         * lib/acosl.c: Likewise.
16680         * lib/euidaccess.c: Likewise.
16681         * lib/allocsa.h: Likewise.
16682
16683 2004-11-10  Simon Josefsson  <jas@extundo.com>
16684
16685         * m4/getaddrinfo.m4: New file.
16686
16687 2004-11-10  Simon Josefsson  <jas@extundo.com>
16688
16689         * lib/getaddrinfo.h, lib/getaddrinfo.c: New files.
16690
16691 2004-11-10  Simon Josefsson  <jas@extundo.com>
16692
16693         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
16694         getaddrinfo.
16695
16696         * modules/getaddrinfo: New file.
16697
16698 2004-11-10  Paul Eggert  <eggert@cs.ucla.edu>
16699
16700         * m4/prereq.m4 (gl_PREREQ): Require gt_FUNC_SETENV.
16701
16702 2004-11-10  Paul Eggert  <eggert@cs.ucla.edu>
16703
16704         * lib/mktime.c (SHR): New macro, which is a portable
16705         substitute for >> that should work even on Crays.
16706         (TIME_T_MIDPOINT, ydhms_diff, __mktime_internal): Use it.
16707         Problem reported by Mark D. Baushke in
16708         <http://lists.gnu.org/archive/html/bug-gnulib/2004-11/msg00071.html>.
16709         * lib/getdate.y (SHR): Likewise.
16710         (tm_diff): Use it.
16711         * lib/strftime.c (SHR): Likewise.
16712         (tm_diff): Use it.
16713         * lib/quotearg.c (struct quoting_options): Use unsigned int for
16714         quote_these_too, so that right shifts are well defined.  All uses
16715         changed.
16716
16717 2004-11-10  Jim Meyering  <jim@meyering.net>
16718
16719         Ensure that no close failure goes unreported.
16720         * lib/closeout.c (close_stdout): Always close stdout.  I.e., don't
16721         return early when it seems there's nothing to flush.
16722         Don't include __fpending.h.
16723
16724 2004-11-10  Jim Meyering  <jim@meyering.net>
16725
16726         * modules/closeout (Depends-on): Remove fpending.
16727
16728 2004-11-10  Jim Meyering  <jim@meyering.net>
16729
16730         * m4/jm-macros.m4 (gl_MACROS): Don't require gl_FUNC_FPENDING.
16731
16732 2004-11-09  Paul Eggert  <eggert@cs.ucla.edu>
16733
16734         * m4/strftime.m4 (_gl_STRFTIME_PREREQS): Remove.  Move its body to
16735         gl_FUNC_STRFTIME.
16736         (gl_FUNC_STRFTIME): Use AC_CHECK_FUNCS_ONCE and AC_CHECK_HEADERS_ONCE
16737         and AC_REQUIRE when possible, to avoid duplicate checks.
16738         Check for <wchar.h>.
16739
16740 2004-11-09  Paul Eggert  <eggert@cs.ucla.edu>
16741
16742         * lib/strftime.c (DO_MULTIBYTE): Check for wchar.h, too.
16743
16744 2004-11-09  Bruno Haible  <bruno@clisp.org>
16745
16746         * m4/sockpfaf.m4: New file.
16747
16748 2004-11-05  Bruno Haible  <bruno@clisp.org>
16749
16750         * lib/readlink.c: Include stddef.h, needed for size_t on Woe32.
16751         Reported by Mark D. Baushke <mdb@cvshome.org>.
16752
16753 2004-11-04  Bruno Haible  <bruno@clisp.org>
16754
16755         2004-09-11  Bruno Haible  <bruno@clisp.org>
16756                 * allocsa.valgrind: New file.
16757         2004-02-06  Bruno Haible  <bruno@clisp.org>
16758                 * allocsa.h (sa_alignof): Define differently with HP-UX cc, to
16759                 avoid a bug of this cc on HP-UX 10.20 dealing with enums.
16760                 Reported by Christopher Seip <chris.seip@hp.com>.
16761
16762 2004-11-04  Bruno Haible  <bruno@clisp.org>
16763
16764         * modules/allocsa (Files): Add lib/allocsa.valgrind.
16765         (Makefile.am): Distribute it.
16766
16767 2004-11-03  Paul Eggert  <eggert@cs.ucla.edu>
16768
16769         * lib/xreadlink.c (xreadlink): AIX and HP-UX readlink return -1
16770         with errno == ERANGE if the buffer is too small.
16771         Problem reported by Mark D. Baushke.
16772
16773 2004-11-03  Albert Chin  <china@thewrittenword.com>
16774             Paul Eggert  <eggert@cs.ucla.edu>
16775
16776         * m4/uint32_t.m4 (gl_AC_TYPE_UINT32_T): When determining uint32_t
16777         equivalent, substitute $ac_type for equivalent type rather than
16778         blindly using uint32_t *always* which won't work if uint32_t is not
16779         available.  Define _UINT32_T to work around typedef of uint32_t if
16780         <sys/sched.h>, <pthread.h>, or <semaphore.h> used on Solaris
16781         2.5.1.
16782
16783 2004-11-02  Paul Eggert  <eggert@cs.ucla.edu>
16784
16785         * m4/jm-macros.m4: Sync from coreutils.
16786         (gl_MACROS): Check for mbrlen, for pathchk.
16787         (gl_CHECK_ALL_TYPES): Require AC_TYPE_MBSTATE_T, for pathchk.
16788
16789 2004-11-02  Paul Eggert  <eggert@cs.ucla.edu>
16790
16791         * lib/xreadlink.c (MAXSIZE): New macro.
16792         (xreadlink): Use it instead of SSIZE_MAX.  Ensure initial buffer
16793         size does not exceed MAXSIZE.  Avoid cast.
16794         As suggested by Mark D. Baushke in
16795         <http://lists.gnu.org/archive/html/bug-gnulib/2004-11/msg00009.html>,
16796         if readlink fails with buffer size just under MAXSIZE, try again
16797         with MAXSIZE.
16798
16799 2004-11-02  Paul Eggert  <eggert@cs.ucla.edu>
16800
16801         * config/srclist.txt: Add mktime.c; glibc bought all our changes.
16802
16803 2004-11-02  Derek R. Price  <derek@ximbiot.com>
16804         and  Paul Eggert  <eggert@cs.ucla.edu>
16805
16806         * lib/getdate.y [!TEST]: Include <stdio.h>, since we use sprintf now.
16807         (get_date): Overparenthesize to avoid GCC warning.
16808
16809 2004-11-02  Bruno Haible  <bruno@clisp.org>
16810
16811         * m4/setenv.m4 (gt_FUNC_SETENV): Define VOID_UNSETENV if unsetenv()
16812         returns void.
16813
16814 2004-11-02  Bruno Haible  <bruno@clisp.org>
16815
16816         * lib/setenv.h (unsetenv): Define as a macro if the system's unsetenv()
16817         function returns void.
16818
16819 2004-11-01  Paul Eggert  <eggert@cs.ucla.edu>
16820
16821         * m4/getpass.m4 (gl_PREREQ_GETPASS): Check for declarations of
16822         fflush_unlocked, flockfile, funlockfile, funlockfile,
16823         fputs_unlocked, putc_unlocked.
16824
16825 2004-11-01  Paul Eggert  <eggert@cs.ucla.edu>
16826
16827         * lib/getpass.c (fflush_unlocked, flockfile, funlockfile)
16828         (funlockfile, fputs_unlocked, putc_unlocked): Don't define if
16829         already declared.
16830
16831 2004-10-29  Paul Eggert  <eggert@cs.ucla.edu>
16832
16833         * modules/getdate (Files): Add doc/getdate.texi.
16834         (Depends-on): Add setenv, xalloc.
16835
16836 2004-10-29  Paul Eggert  <eggert@cs.ucla.edu>
16837
16838         * lib/getdate.y: Add support for TZ="foo" within a date string.
16839         Fix some bugs near time_t boundaries.  Reject dates with
16840         out-of-range components, e.g., "Sept 31".
16841         Include <stdlib.h>, "setenv.h", "xalloc.h".
16842         (ISDIGIT_LOCALE): Remove; unused.
16843         Note that the TZ and time functions used here are not reentrant.
16844         (mktime_ok, get_tz): New functions.
16845         (TZBUFSIZE): New constant.
16846         (get_date): Parse leading TZ="foo".  Reject out-of-range components;.
16847         This requires that we sometimes generate our own TZ="XXX..." setting.
16848
16849 2004-10-29  Paul Eggert  <eggert@cs.ucla.edu>
16850
16851         * doc/getdate.texi: New file, from coreutils with modifications for
16852         the new TZ parsing.
16853
16854 2004-10-27  Derek R. Price  <derek@ximbiot.com>
16855
16856         * lib/mktime.c (not_equal_tm): Remove redundant check.
16857
16858 2004-10-24  Paul Eggert  <eggert@cs.ucla.edu>
16859
16860         * modules/regex (lib_SOURCES): Add regex.c.
16861         Reported by James Youngman in
16862         <http://lists.gnu.org/archive/html/bug-gnulib/2004-10/msg00199.html>.
16863
16864 2004-10-24  Paul Eggert  <eggert@cs.ucla.edu>
16865
16866         * lib/getdate.y: Use Bison 1.875 features, and some minor
16867         code cleanups.  This change does not affect semantics.
16868         Don't include <stdlib.h>; no longer needed.
16869         Don't include unlocked-io.h; only the "#if TEST" code uses
16870         stdio, and performance isn't crucial there.
16871         (PC, YYLEX_PARAM, YYPARSE_PARAM): Remove; replaced by
16872         Bison 1.875 features as described below.
16873         All uses of "PC." replaced by "pc->".
16874         (YYSTYPE): Add a forward declaration.
16875         (yylex, yyerror): Use full prototypes in forward decls.
16876         Use "%pure-parser" rather than obsolescent "%pure_parser".
16877         Use %parse-param and %lex-param instead of obsolescent
16878         YYPARSE_PARAM and YYLEX_PARAM.
16879         (meridian_table, month_and_day_table, time_units_table,
16880         relative_time_table, time_zone_table, military_table,
16881         lookup_zone, lookup_word, get_date):
16882         Use NULL instead of 0 where appropriate.
16883         (to_hour): Avoid abort (), to avoid a dependency on
16884         stdlib.h.
16885         (yyerror, yylex): Now accepts parser_control * arg.
16886         (main) [TEST]: Use '\0' rather than 0 for char.
16887
16888 2004-10-22  Paul Eggert  <eggert@cs.ucla.edu>
16889
16890         * m4/getpagesize.m4 (gl_GETPAGESIZE): Check for <sys/param.h>.
16891
16892 2004-10-22  Paul Eggert  <eggert@cs.ucla.edu>
16893
16894         * lib/getpagesize.c (getpagesize): Don't assume <sys/param.h> exists.
16895         It's now the caller's responsibility to handle the case where
16896         !HAVE_GETPAGESIZE && !defined getpagesize.
16897
16898         * lib/mktime.c (leapyear): Arg is long int, not int.
16899
16900 2004-10-18  Paul Eggert  <eggert@cs.ucla.edu>
16901
16902         * lib/argp-fs-xinl.c, argp-xinl.c: Update from glibc.
16903
16904 2004-10-17  Paul Eggert  <eggert@cs.ucla.edu>
16905
16906         * gnulib-tool (func_emit_lib_Makefile_am): Fix typo: a $ was
16907         missing.  Problem reported by James Youngman.
16908
16909 2004-10-16  Simon Josefsson  <jas@extundo.com>
16910
16911         * gnulib-tool: Fix comments.  Fix parse problem.
16912         (func_emit_lib_Makefile_am): Don't hard code a in libgl_a_SOURCES.
16913
16914 2004-10-15  Paul Eggert  <eggert@cs.ucla.edu>
16915
16916         * m4/getopt.m4 (gl_GETOPT): Detect and reject the incompatible BSD
16917         implementation of getopt_long.  Problem reported by Alexander Taler in:
16918         http://lists.gnu.org/archive/html/bug-gnulib/2004-10/msg00103.html
16919
16920 2004-10-15  Bruno Haible  <bruno@clisp.org>
16921
16922         * gnulib-tool: Untabify. Initialize supplied_libname.
16923         (func_usage): More homogenous output.
16924         (func_modules_transitive_closure, func_modules_to_filelist,
16925         func_emit_lib_Makefile_am): New functions.
16926         (func_import): New function, extracted from big case statement. Use
16927         func_get_license, func_modules_transitive_closure,
16928         func_modules_to_filelist, func_emit_lib_Makefile_am. Initialize
16929         opt_lgpl. Don't use test -a, as it's not portable.
16930         (func_create_testdir): Use func_modules_transitive_closure,
16931         func_modules_to_filelist, func_emit_lib_Makefile_am.
16932
16933 2004-10-15  Bruno Haible  <bruno@clisp.org>
16934
16935         * gnulib-tool (func_import): Let gl_INIT define LTALLOCA when needed.
16936
16937 2004-10-15  Bruno Haible  <bruno@clisp.org>
16938
16939         * gnulib-tool (func_emit_lib_Makefile_am): Add markers to separate
16940         the portions belonging to each module.
16941         Suggested by Derek Robert Price <derek@ximbiot.com>.
16942
16943 2004-10-12  Simon Josefsson  <jas@extundo.com>
16944
16945         * lib/getpass.c (fflush_unlocked, flockfile, funlockfile)
16946         (fputs_unlocked, putc_unlocked) [!_LIBCS && !USE_UNLOCKED_IO]: Map
16947         to real functions.
16948
16949 2004-10-11  Yoann Vandoorselaere  <yoann@prelude-ids.org>
16950
16951         * modules/vsnprintf: New file.
16952
16953 2004-10-11  Yoann Vandoorselaere  <yoann@prelude-ids.org>
16954
16955         * m4/vsnprintf.m4: New file.
16956
16957 2004-10-11  Yoann Vandoorselaere  <yoann@prelude-ids.org>
16958
16959         * lib/vsnprintf.h: New file.
16960         * lib/vsnprintf.c: New file.
16961
16962 2004-10-11  Bruno Haible  <bruno@clisp.org>
16963
16964         * MODULES.html.sh (Support for systems lacking ISO C 99): Add
16965         vsnprintf.
16966
16967 2004-10-10  Paul Eggert  <eggert@cs.ucla.edu>
16968
16969         * config/srclistvars.sh: Add GNUSTANDARDS (for eggert only).
16970
16971 2004-10-07  Bruno Haible  <bruno@clisp.org>
16972
16973         * lib/snprintf.c (snprintf): Avoid a memory allocation if the result
16974         fits into the provided buffer.
16975
16976 2004-10-06  Paul Eggert  <eggert@cs.ucla.edu>
16977
16978         * lib/diacrit.c, diacrit.h: Add GPL notice.
16979
16980         * lib/atanl.c, logl.c: Add GPL notice, to match glibc's added LGPL
16981         notice.
16982         * lib/atanl.c (atanl): Keep the code as similar to glibc as possible.
16983         * lib/logl.c (logl): Keep the code as similar to glibc as possible.
16984         This avoids a potential constant-folding bug.
16985
16986 2004-10-05  Bruno Haible  <bruno@clisp.org>
16987
16988         * m4/strsep.m4 (gl_FUNC_STRSEP): Require AC_GNU_SOURCE. Don't check
16989         for the declaration of strsep.
16990
16991 2004-10-05  Bruno Haible  <bruno@clisp.org>
16992
16993         * lib/strsep.h: Don't declare strsep() if HAVE_STRSEP.
16994
16995 2004-10-04  Simon Josefsson  <jas@extundo.com>
16996
16997         * modules/memmem: New file.
16998         * tests/test-memmem.c: New file.
16999         * MODULES.html.sh (Extra functions based on ANSI C 89): Add memmem.
17000
17001 2004-10-04  Simon Josefsson  <jas@extundo.com>
17002
17003         * m4/memmem.m4: New file.
17004
17005 2004-10-04  Simon Josefsson  <jas@extundo.com>
17006
17007         * lib/memmem.h: New file.
17008         * lib/memmem.c: New file, taken from glibc.
17009
17010 2004-10-04  Simon Josefsson  <jas@extundo.com>
17011
17012         * lib/error.c, md5.c, regex.c: Use '#if USE_UNLOCKED_IO' instead of
17013         '#ifdef USE_UNLOCKED_IO'.
17014
17015 2004-10-04  Simon Josefsson  <jas@extundo.com>
17016
17017         * config/srclist.txt: Add memmem from glibc.
17018
17019 2004-10-04  Paul Eggert  <eggert@cs.ucla.edu>
17020
17021         * modules/xalloc (Files, Makefile.am): Remove xstrdup.c.
17022
17023         * modules/argmatch, modules/argp, modules/closeout, modules/error,
17024         modules/exclude, modules/getdate, modules/getline,
17025         modules/getndelim2, modules/getpass, modules/getpass-gnu,
17026         modules/getusershell, modules/linebuffer, modules/md5,
17027         modules/mountlist, modules/posixtm, modules/readtokens,
17028         modules/readutmp, modules/regex, modules/sha1,
17029         modules/version-etc, modules/yesno:
17030         Remove dependency on unlocked-io.
17031
17032 2004-10-04  Paul Eggert  <eggert@cs.ucla.edu>
17033
17034         * m4/xalloc.m4 (gl_PREREQ_XSTRDUP): Remove.  All uses removed.
17035
17036         * m4/unlocked-io.m4: Add copyright notice.
17037         (gl_FUNC_GLIBC_UNLOCKED_IO): Define USE_UNLOCKED_IO.
17038
17039 2004-10-04  Paul Eggert  <eggert@cs.ucla.edu>
17040
17041         * lib/xalloc.h (xmemdup): Renamed from xclone.  All uses changed.
17042         * lib/xmalloc.c (xmemdup): Likewise.
17043         * lib/xalloc.h (CCLONE, CLONE, NEW, XCALLOC, XMALLOC, XREALLOC,
17044         XFREE): Remove these long-obsolescent macros.
17045         * lib/xmalloc.c (xstrdup): Implementation moved here from xstrdup.c
17046         * lib/xstrdup.c: Remove.
17047
17048         * lib/regex.c (re_comp): Cast gettext return value to char *,
17049         Problem reported by Martin Neitzel via Mark D. Baushke.
17050
17051 2004-10-04  Paul Eggert  <eggert@cs.ucla.edu>
17052
17053         * lib/argmatch.c, closeout.c, error.c, exclude.c, getdate.y,
17054         getndelim2.c, getpass.c, getusershell.c, linebuffer.c,
17055         md5.c, mountlist.c, posixtm.c, readtokens.c, readutmp.c,
17056         regex.c, sha1.c, version-etc.c, yesno.c:
17057         Include "unlocked-io.h" only if USE_UNLOCKED_IO.
17058         * lib/unlocked-io.h: Don't worry about USE_UNLOCKED_IO; that's now
17059         the includer's responsibility.
17060
17061         Sync from coreutils.
17062
17063         * lib/modechange.c (mode_compile): Don't decrement a pointer that
17064         points to the start of a string, as the C Standard says the
17065         resulting behavior is undefined.
17066
17067         * lib/backupfile.h (enum backuptype): Rename none -> no_backups,
17068         simple -> simple_backups, numbered_existing ->
17069         numbered_existing_backups, numbered -> numbered_backups
17070         to avoid shadowing problems.  All uses changed.
17071         * lib/argmatch.c (enum backuptype) [defined TEST]: Likewise.
17072         * lib/backupfile.c (check_extension, numbered_backup):
17073         Rename locals to avoid shadowing 'basename'.
17074         * lib/backupfile.h (VALID_BACKUP_TYPE): Don't evaluate arg more than
17075         once.
17076
17077         * lib/.cppi-disable: Add getopt_.h, getopt_int.h.
17078         * lib/.cvsignore: Add getopt.h.
17079
17080 2004-10-04  Bruno Haible  <bruno@clisp.org>
17081
17082         * modules/README: New file.
17083         * gnulib-tool (func_all_modules, func_verify_module): modules/README is
17084         not a module.
17085
17086 2004-10-02  Jim Meyering  <jim@meyering.net>
17087
17088         * lib/dirfd.h, getpagesize.h: Add copyright notice.
17089
17090 2004-10-01  Yoann Vandoorselaere  <yoann@prelude-ids.org>
17091
17092         * modules/strsep: New file.
17093
17094 2004-10-01  Yoann Vandoorselaere  <yoann@prelude-ids.org>
17095
17096         * m4/strsep.m4: New file.
17097
17098 2004-10-01  Yoann Vandoorselaere  <yoann@prelude-ids.org>
17099
17100         * lib/strsep.h: New file.
17101         * lib/strsep.c: New file.
17102
17103 2004-10-01  Simon Josefsson  <jas@extundo.com>
17104
17105         * lib/snprintf.c (snprintf): Handle size==0.
17106
17107 2004-10-01  Simon Josefsson  <jas@extundo.com>
17108             Bruno Haible  <bruno@clisp.org>
17109
17110         * lib/snprintf.c: Include <stdarg.h>, <stdlib.h>, <string.h>.
17111         (snprintf): Declare 'args'.
17112
17113 2004-10-01  Paul Eggert  <eggert@cs.ucla.edu>
17114
17115         * lib/snprintf.c: Remove comments as to why each header is needed.
17116
17117 2004-10-01  Bruno Haible  <bruno@clisp.org>
17118
17119         * MODULES.html.sh: Add strsep.
17120
17121 2004-09-30  Simon Josefsson  <jas@extundo.com>
17122
17123         * modules/snprintf: New file.
17124
17125 2004-09-30  Simon Josefsson  <jas@extundo.com>
17126
17127         * m4/snprintf.m4: New file.
17128
17129 2004-09-30  Simon Josefsson  <jas@extundo.com>
17130
17131         * lib/snprintf.h, lib/snprintf.c: New files.
17132
17133 2004-09-30  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
17134
17135         * lib/argp-help.c (canon_doc_option): Fixed coredump if *name==NULL
17136         (hol_entry_help): Never translate an empty string.
17137         Do not translate option tag (opt->name) if OPTION_NO_TRANS is set
17138         * lib/argp.h (OPTION_NO_TRANS): New option.
17139
17140 2004-09-30  Paul Eggert  <eggert@cs.ucla.edu>
17141
17142         * modules/argp (Maintainer): Replace Simon Josefsson
17143         by Sergey Poznyakoff.
17144
17145 2004-09-30  Paul Eggert  <eggert@cs.ucla.edu>
17146
17147         * config/srclist.txt: Comment-out argp/argp.h, until we get the argp
17148         changes merged back into glibc.
17149
17150 2004-09-30  Paul Eggert  <eggert@cs.ucla.edu>
17151
17152         * MODULES.html.sh (Support for systems lacking ISO C 99): Add snprintf.
17153
17154 2004-09-29  Oskar Liljeblad  <oskar@osk.mine.nu>
17155
17156         * lib/xvasprintf.c: Include xalloc.h.
17157         (xvasprintf): Use xalloc_die, not xmalloc_die.
17158
17159 2004-09-29  Bruno Haible  <bruno@clisp.org>
17160
17161         * modules/alloca-opt: New file, derived from modules/alloca.
17162         * modules/allocsa: Depend on alloca-opt instead of alloca.
17163         * modules/setenv: Likewise.
17164         * modules/vasnprintf: Likewise.
17165         * MODULES.html.sh: Add alloca-opt.
17166
17167 2004-09-28  Simon Josefsson  <jas@extundo.com>
17168
17169         * gnulib-tool: New parameter --lgpl, to asseert that modules are
17170         LGPL, and to replace license template from GPL to LGPL.
17171
17172 2004-09-28  Paul Eggert  <eggert@cs.ucla.edu>
17173
17174         * modules/dummy: Change license to LGPL.
17175
17176 2004-09-28  Paul Eggert  <eggert@cs.ucla.edu>
17177
17178         * lib/dummy.c: Change copyright notice to FSF, and license to GPL.
17179
17180 2004-09-24  Simon Josefsson  <jas@extundo.com>
17181
17182         * modules/minmax (License): Change from GPL to LGPL.
17183
17184 2004-09-23  Simon Josefsson  <jas@extundo.com>
17185
17186         * gnulib-tool (--import): Typo.
17187
17188 2004-09-23  Simon Josefsson  <jas@extundo.com>
17189
17190         * gnulib-tool (--import): Make sure *.m4 end up in m4/ by default.
17191
17192 2004-09-22  Bruno Haible  <bruno@clisp.org>
17193
17194         * modules/*: Add 'License' field.
17195         * gnulib-tool: Accept --extract-license option.
17196         (func_get_license): New function.
17197
17198 2004-09-21  Bruno Haible  <bruno@clisp.org>
17199
17200         * modules/vasnprintf (Files): Add m4/stdint_h.m4, m4/inttypes_h.m4.
17201         Reported by Simon Josefsson.
17202
17203 2004-09-20  Paul Eggert  <eggert@cs.ucla.edu>
17204
17205         * modules/inttostr (Files): Add m4/longlong.m4, since it uses
17206         gl_AC_TYPE_LONG_LONG.
17207
17208 2004-09-20  Paul Eggert  <eggert@cs.ucla.edu>
17209
17210         * config/srclist.txt: Add getsubopt.c, since libc bought our changes.
17211
17212 2004-09-18  Simon Josefsson  <jas@extundo.com>
17213         and  Paul Eggert  <eggert@cs.ucla.edu>
17214
17215         * gnulib-tool: Replace various ad-hoc automake/autoconf/aclocal
17216         calls with autoreconf.  Define GL_LIB.
17217
17218 2004-09-14  Karl Berry  <karl@gnu.org>
17219
17220         * config/srclist.txt: unsync setenv.c, sigh.
17221
17222 2004-09-13  Paul Eggert  <eggert@cs.ucla.edu>
17223
17224         * lib/argp-pvh.c (argp_program_version_hook): Provide initial value.
17225         Problem reported by Bruno Haible in:
17226         http://lists.gnu.org/archive/html/bug-tar/2004-09/msg00023.html
17227
17228 2004-09-13  Paul Eggert  <eggert@cs.ucla.edu>
17229
17230         * config/srclist.txt: Comment out argp-pvh.c.
17231
17232 2004-09-11  Paul Eggert  <eggert@cs.ucla.edu>
17233
17234         * lib/mempcpy.h: Wrap the entire include file inside #ifndef mempcpy,
17235         in case some system header has #define'd it.  Problem reported by
17236         Soeren D. Schulze in
17237         <http://lists.gnu.org/archive/html/bug-gnulib/2004-09/msg00017.html>.
17238
17239 2004-09-09  Karl Berry  <karl@gnu.org>
17240
17241         * regex.[ch]: delete from the root.  These were supposed to be
17242                 synced with emacs cvs, but this has not happened for about
17243                 a year, and anyway nothing else uses emacs regex.[ch].
17244                 bug-gnulib mail from Jeff Bailey, 9 Sep 2004 15:49:24 -0700.
17245                 lib/regex[.ch] is untouched.
17246
17247 2004-09-09  Bruno Haible  <bruno@clisp.org>
17248
17249         * modules/vasnprintf (Files): Add m4/eoverflow.m4.
17250
17251 2004-09-09  Bruno Haible  <bruno@clisp.org>
17252
17253         * m4/eoverflow.m4: New file, taken from GNU libiconv eilseq.m4 with
17254         modifications.
17255         * m4/vasnprintf.m4 (gl_FUNC_VASNPRINTF): Require gl_EOVERFLOW.
17256
17257 2004-09-08  Oskar Liljeblad  <oskar@osk.mine.nu>
17258
17259         * modules/xvasprintf: New file.
17260         * MODULES.html.sh (Extra functions based on ANSI C 89): Add vasprintf.
17261
17262 2004-09-08  Oskar Liljeblad  <oskar@osk.mine.nu>
17263
17264         * lib/xvasprintf.h: New file.
17265         * lib/xvasprintf.c: New file.
17266         * lib/xasprintf.c: New file.
17267
17268 2004-09-08  Bruno Haible  <bruno@clisp.org>
17269
17270         * m4/stdint.m4: New file, taken from GNU clisp with modifications.
17271
17272 2004-09-08  Bruno Haible  <bruno@clisp.org>
17273
17274         * lib/vasnprintf.c (VASNPRINTF): Signal EOVERFLOW if the resulting
17275         length is > INT_MAX.
17276         * lib/vasprintf.c (vasprintf): Don't test for length > INT_MAX any
17277         more.
17278
17279 2004-09-08  Bruno Haible  <bruno@clisp.org>
17280
17281         * lib/stdint_.h: New file, taken from GNU clisp.
17282
17283 2004-09-08  Bruno Haible  <bruno@clisp.org>
17284             Oskar Liljeblad  <oskar@osk.mine.nu>
17285
17286         * modules/stdint: New file.
17287         * MODULES.html.sh (Support for systems lacking ISO C 99): Add stdint.
17288
17289 2004-08-19  Paul Eggert  <eggert@cs.ucla.edu>
17290
17291         Import from coreutils.
17292         * lib/userspec.c: Don't use <alloca.h>, so that we don't use alloca on
17293         strings on unbounded length.  alloca's performance benefits aren't
17294         that important here.
17295         (V_STRDUP): Remove.
17296         (parse_with_separator): New function, with most of the internals
17297         of the old parse_user_spec.  Allow user to omit both user and group,
17298         for compatibility with FreeBSD.
17299         Clone only the user name, not the entire spec.
17300         Do not set *uid, *gid unless entirely successful.
17301         Avoid memory leak in some failing cases.
17302         Fix regression for USER.GROUP reported by Dmitry V. Levin in
17303         <http://lists.gnu.org/archive/html/bug-coreutils/2004-08/msg00102.html>
17304         (parse_user_spec): Rewrite to use parse_with_separator.
17305
17306 2004-08-19  Paul Eggert  <eggert@cs.ucla.edu>
17307
17308         * modules/userspec: Don't depend on alloca.
17309
17310 2004-08-19  Paul Eggert  <eggert@cs.ucla.edu>
17311
17312         * m4/userspec.m4 (gl_USERSPEC): Don't require AC_FUNC_ALLOCA.
17313
17314 2004-08-17  Paul Eggert  <eggert@cs.ucla.edu>
17315
17316         * MODULES.html.sh: Add xalloc-die, c-strtod, c-strtold, raise,
17317         readtokens0, getcwd, fcntl-safer, canonicalize, cycle-check,
17318         utimecmp, utimens, xnanosleep.  Rename sha to sha1.
17319
17320 2004-08-16  Simon Josefsson  <jas@extundo.com>
17321
17322         * gnulib-tool: Use sed instead of autoconf --trace, inspired by
17323         libtoolize behaviour by "Gary V. Vaughan" <gary@gnu.org>.
17324         Add --dry-run for --import.
17325         Let user provided command line parameters override configure.ac
17326         settings.
17327
17328 2004-08-12  Simon Josefsson  <jas@extundo.com>
17329
17330         * m4/getopt.m4 (gl_GETOPT_SUBSTITUTE): New macro,
17331         as discussed with Paul Eggert in threads rooted at
17332         <http://lists.gnu.org/archive/html/bug-gnulib/2004-06/msg00039.html>
17333         and
17334         <http://lists.gnu.org/archive/html/bug-gnulib/2004-07/msg00001.html>.
17335         Before, the test was empty, and relied on ELIDE_CODE in source
17336         code.)
17337         (gl_PREREQ_GETOPT): New macro.
17338         (gl_GETOPT): Use them.
17339
17340 2004-08-12  Simon Josefsson  <jas@extundo.com>
17341
17342         * lib/getopt.c, getopt1.c: Remove ELIDE_CODE hack.
17343         * lib/getopt_.h: Renamed from getopt.h.
17344
17345 2004-08-12  Simon Josefsson  <jas@extundo.com>
17346
17347         * gnulib-tool: Add --source-base, --m4-base, --libtool options.
17348         Change default library name from libfoo to libgnu.
17349         Now, if you have a configure.ac that says:
17350                 gl_SOURCE_BASE(gl)
17351                 gl_M4_BASE(gl/m4)
17352                 gl_MODULES(error getopt etcetera)
17353                 gl_INIT
17354         you can import all you need by running:
17355                 ../gnulib/gnulib-tool --import
17356
17357         * modules/getopt (Files): Rename getopt.h to getopt_.h.
17358         (Makefile.am): Rewrite, use logic from argz.
17359         (Include): Use <getopt.h> instead of "getopt.h".
17360
17361 2004-08-12  Paul Eggert  <eggert@cs.ucla.edu>
17362
17363         * modules/argp (Files): Add m4/unlocked-io.m4.
17364         (Depends-on): Add extensions.
17365
17366 2004-08-12  Paul Eggert  <eggert@cs.ucla.edu>
17367
17368         * m4/argp.m4 (gl_ARGP): Do not check for argp.h or argp_parse; nobody
17369         uses HAVE_ARGP_H or HAVE_ARGP_PARSE.
17370         Require gl_FUNC_GLIBC_UNLOCKED_IO, gl_USE_SYSTEM_EXTENSIONS.
17371         Check for program_invocation_name, program_invocation_short_name,
17372         flockfile, funlockfile, features.h, _getopt_long_only_r.
17373
17374 2004-08-12  Paul Eggert  <eggert@cs.ucla.edu>
17375
17376         * lib/argp-help.c, argp-parse.c: Use "gettext.h" instead of
17377         its complicated substitute.
17378         * lib/argp-help.c: Include <errno.h>, for program_invocation_short_name
17379         and program_invocation_name.
17380         (__argp_basename) [!_LIBC]: Remove; the only use was
17381         replaced by its body.
17382         (__argp_short_program_name): Change condition from
17383         !defined __argp_short_program_name to
17384         ! (defined _LIBC || HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME),
17385         to match argp-namefrob.h.
17386         (__argp_failure): Don't assume strerror_r returns char *.
17387         * lib/argp-parse.c (N_): Define unconditionally.
17388         (argp_default_options): Fill out initializers with 0 to avoid
17389         gcc warnings.
17390
17391 2004-08-12  Paul Eggert  <eggert@cs.ucla.edu>
17392
17393         * config/srclist.txt: Remove getopt.c, getopt.h (renamed to getopt_.h),
17394         getopt1.c.
17395
17396 2004-08-11  Paul Eggert  <eggert@cs.ucla.edu>
17397
17398         Merge from coreutils.
17399
17400         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Check for wmemchr and wmemcpy.
17401
17402         * m4/obstack.m4 (gl_PREREQ_OBSTACK): Require
17403         gl_AC_HEADER_INTTYPES_H, gl_AC_HEADER_STDINT_H, gl_AC_TYPE_UINTMAX_T.
17404
17405 2004-08-11  Paul Eggert  <eggert@cs.ucla.edu>
17406
17407         Merge from coreutils.
17408
17409         * lib/fnmatch.c (WIDE_CHAR_SUPPORT): Don't set to 1 if missing
17410         wmemchr or wmemcpy.  Problem reported by Robert Dahlem
17411         for Reliant Unix 5.43.
17412
17413         * lib/obstack.c: Include <inttypes.h> and <stdint.h> if available.
17414         (union fooround): Use uintmax_t, not long int.
17415         The rest is a merge from libc:
17416         [defined _LIBC]: Include <shlib-compat.h>.
17417         (_obstack) [defined _LIBC]: Remove after 2.3.4.
17418
17419         * lib/settime.c (settime): Recode to avoid warning with
17420         Sun Forte C 6U2.
17421
17422         * lib/strverscmp.c: Convert to UTF-8.
17423
17424 2004-08-11  Paul Eggert  <eggert@cs.ucla.edu>
17425
17426         * modules/obstack (Files): Add m4/inttypes_h.m4, m4/stdint_h.m4,
17427         m4/uintmax_t.m4.
17428
17429 2004-08-09  Paul Eggert  <eggert@cs.ucla.edu>
17430
17431         * modules/xalloc-die: New file.
17432         * modules/xalloc: Remove dependencies on error, gettext, exitfail.
17433
17434         * modules/md5 (Files): Add m4/uint32_t.m4.
17435         * modules/sha1: Renamed from modules/sha.
17436         (Files):
17437         Rename lib/sha.h to lib/sha1.h.
17438         Rename lib/sha.c to lib/sha1.c.
17439         Rename m4/sha.m4 to m4/sha1.m4.
17440         (lib_SOURCES): Likewise.
17441         (configure.ac): Rename gl_SHA to gl_SHA1.
17442         (Include): sha.h -> sha1.h.
17443
17444 2004-08-09  Paul Eggert  <eggert@cs.ucla.edu>
17445
17446         * m4/uint32_t.m4, m4/uintptr_t.m4: New files.
17447         * m4/sha1.m4: Renamed from sha.m4.
17448         (gl_SHA1): Renamed from gl_SHA.  All uses changed.
17449
17450 2004-08-09  Paul Eggert  <eggert@cs.ucla.edu>
17451
17452         * lib/obstack.h (obstack_empty_p):
17453         Don't assume that chunk->contents is suitably aligned.
17454         * lib/obstack.c (_obstack_begin, _obstack_begin_1, _obstack_newchunk):
17455         Likewise. Problem reported by Benno in
17456         <http://sources.redhat.com/ml/libc-alpha/2004-08/msg00055.html>.
17457
17458         * lib/chown.c (rpl_chown): Work even if the file is writeable but not
17459         readable.  This could be improved further but it'd take some work.
17460
17461 2004-08-08  Simon Josefsson  <jas@extundo.com>
17462
17463         * modules/xgethostname (Depends-on): Remove exit and error (not
17464         used).
17465
17466         * modules/getpass-gnu: Add getpass.h.
17467         (Depends-on): Add stdbool.
17468         * modules/getpass: Add getpass.h.
17469
17470 2004-08-08  Simon Josefsson  <jas@extundo.com>
17471
17472         * m4/getpass.m4 (gl_FUNC_GETPASS, gl_FUNC_GETPASS_GNU):
17473         Check getpass declaration.
17474
17475 2004-08-08  Simon Josefsson  <jas@extundo.com>
17476
17477         * lib/xgethostname.c: Don't include error.h (not used).
17478
17479         * lib/getpass.h: Add.
17480         * lib/getpass.c: Include getpass.h first.
17481
17482 2004-08-08  Paul Eggert  <eggert@cs.ucla.edu>
17483
17484         * lib/xalloc-die.c: New file.
17485         * lib/xalloc.h (xalloc_fail_func, xalloc_msg_memory_exhausted): Remove.
17486         All uses removed.
17487         * lib/xmalloc.c (xalloc_fail_func, xalloc_msg_memory_exhausted):
17488         Likewise. Move inclusions of gettext.h, error.h, exitfail.h to
17489         xalloc-die.c.
17490         (_, N_, xalloc_die): Move to xalloc-die.c.
17491         * lib/userspec.c (parse_user_spaec): Use xstrdup rather than strdup,
17492         so that we needn't mess with xalloc_msg_memory_exhausted.
17493
17494         * lib/sha1.h: Renamed from sha.h.
17495         (SHA1_H): Renamed from _SHA_H.
17496         (sha1_ctx): Renamed from sha_ctx.
17497         (sha1_init_ctx): Renamed from sha_init_ctx.
17498         (sha1_process_block): Renamed from sha_process_block.
17499         (sha1_process_bytes): Renamed from sha_process_bytes.
17500         (sha1_finish_ctx): Renamed from sha_finish_ctx.
17501         (sha1_read_ctx): Renamed from sha_read_ctx.
17502         (sha1_stream): Renamed from sha_stream.
17503         (sha1_buffer): Renamed from sha_buffer.
17504         * lib/sha1.c: Likewise; renamed from sha.c.
17505         Do not include <sys/types.h>.
17506         Include <stddef.h> rather than <stdlib.h>.
17507
17508 2004-08-08  Bruno Haible  <bruno@clisp.org>
17509
17510         * lib/pathname.h (FILE_SYSTEM_PREFIX_LEN): Renamed from
17511         FILESYSTEM_PREFIX_LEN.
17512         * lib/progreloc.c: Likewise.
17513         * lib/concatpath.c (concatenated_pathname): Use FILE_SYSTEM_PREFIX_LEN.
17514
17515 2004-08-06  Simon Josefsson  <jas@extundo.com>
17516
17517         * modules/progname (Depends-on): Don't depend on stdbool.
17518
17519 2004-08-06  Simon Josefsson  <jas@extundo.com>
17520
17521         * modules/getsubopt: New file.
17522         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
17523         getsubopt.
17524
17525 2004-08-06  Paul Eggert  <eggert@cs.ucla.edu>
17526
17527         More merge from coreutils.
17528
17529         * m4/utimens.m4, m4/utimecmp.m4: New files.
17530         * m4/backupfile.m4, euidacces.m4, acl.m4, afs.m4, calloc.m4, dirfd.m4,
17531         fsusage.m4, jm-macros.m4, ls-mntd-fs.m4, md5.m4, mountlist.m4,
17532         prereq.m4, sha.m4: Import changes from coreutils.
17533
17534 2004-08-06  Paul Eggert  <eggert@cs.ucla.edu>
17535
17536         More merge from coreutils.
17537         * modules/raise, modules/readtokens0, modules/utimens:
17538         * modules/utimecmp, module/xnanosleep: New files.
17539         * modules/strftime: Add lib/strftime.h.
17540         Change include from <time.h> to "strftime.h".
17541         * modules/yesno: Add lib/yesno.h.
17542         * modules/backupfile: Remove lib/addext.c.
17543         * modules/euidaccess: Add stat-macros.h.
17544         * modules/canonicalize, modules/euidaccess,
17545         modules/filemode, modules/lchown, modules/makepath,
17546         modules/rmdir, modules/stat: Likewise.
17547
17548 2004-08-06  Paul Eggert  <eggert@cs.ucla.edu>
17549
17550         Merge from tar.
17551         * lib/argp-help.c (make_hol, hol_append): Don't assume that
17552         SIZE_MAX is a valid preprocessor constant.
17553         (__argp_basename): Change from "#ifndef _LIBC"
17554         to "#ifndef __argp_short_program_name", so that
17555         we don't compile these functions for tar.
17556
17557         More merges from coreutils.
17558         * lib/raise.c, lib/readtokens0.h, lib/readtokens0.c, lib/strftime.h:
17559         * lib/utimens.h, lib/utimens.c, lib/utimecmp.h, lib/utimecmp.c:
17560         * lib/xnanosleep.h, lib/xnanosleep.c, lib/yesno.h: New files.
17561         * lib/addext.c: Remove; no longer needed.
17562         * lib/yesno.c, lib/argmatch.h, lib/argmatch.c, lib/backupfile.h,
17563         lib/backupfile.c, lib/euidaccess.c, lib/filemode.c, lib/closeout.c,
17564         lib/dup2.c, lib/exclude.c, lib/fileblocks.c, lib/filemode.c,
17565         lib/fnmatch.c, lib/fnmtahc_loop.c, lib/fopen-safer.c, lib/fsusage.c,
17566         lib/fsusage.h, lib/ftruncate.c, lib/full-write.c, lib/getdate.y,
17567         lib/getloadavg.c, lib/getugroups.c, lib/hard-locale.c,
17568         lib/hard-locale.h, lib/hash.c, lib/human.c, lib/human.h, lib/lchown.c,
17569         lib/lchown.h, lib/makepath.c, lib/makepath.h, lib/md5.c, lib/md5.h,
17570         lib/memchr.c, lib/memcoll.c, lib/memrchr.c, lib/modechange.c,
17571         lib/modechange.h, lib/mountlist.c, lib/mountlist.h, lib/nanosleep.c,
17572         lib/posixtm.c, lib/putenv.c, quotearg.c, lib/quotearg.h,
17573         lib/readtokens.c, lib/readutmp.c, lib/readutmp.h, lib/rmdir.c,
17574         lib/safe-read.c, lib/save-cwd.c, lib/savedir.c, lib/setenv.c,
17575         lib/sig2str.c, lib/stat.c, lib/strtoimax.c, lib/strverscmp.c,
17576         lib/userspec.c, lib/utime.c, lib/version-etc.c., lib/xgethostname.c,
17577         lib/xmemcoll.c, lib/xreadlink.c, lib/xstrtod.c, lib/xstrtod.h,
17578         lib/xstrtoimax.c, lib/xstrtol.c, lib/xstrtol.h, lib/xstrtoumax.c:
17579         Import changes from coreutils.
17580
17581 2004-08-05  Simon Josefsson  <jas@extundo.com>
17582
17583         * m4/strdup.m4: Always run gl_PREREQ_STRDUP, since strdup.h need it.
17584
17585 2004-08-05  Simon Josefsson  <jas@extundo.com>
17586
17587         * m4/getsubopt.m4: New file.
17588
17589 2004-08-05  Paul Eggert  <eggert@cs.ucla.edu>
17590
17591         Merge from coreutils.
17592
17593         * m4/c-strtod.m4, m4/canonicalize.m4, m4/fcntl-safer.m4:
17594         * m4/getcwd-path-max.m4: New files.
17595
17596         * m4/dos.m4 (gl_AC_DOS): filesystem -> file system renaming.
17597         FILESYSTEM_PREFIX_LEN ->
17598         FILE_SYSTEM_PREFIX_LEN.
17599         FILESYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX ->
17600         FILE_SYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX.
17601         FILESYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR ->
17602         FILE_SYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR.
17603
17604         * m4/path-concat.m4 (gl_PATH_CONCAT): Don't require gl_AC_DOS, the
17605         prerequisite modules now handle the DOS stuff.
17606         Don't check for unistd.h.
17607
17608 2004-08-05  Paul Eggert  <eggert@cs.ucla.edu>
17609
17610         Merge from coreutils.
17611
17612         * lib/.gdb-history: Remove; this doesn't belong here.
17613
17614         * lib/c-strtod.c, lib/c-strtod.h, lib/c-strtold.c, lib/cycle-check.c:
17615         * lib/cycle-check.h, lib/dev-ino.h, lib/canonicalize.h:
17616         * lib/canonicalize.c, lib/fcntl-safer.h, lib/fcntl-safer.c:
17617         * lib/getcwd.c: New files.
17618
17619         * lib/dirname.h: Include <stdbool.h>.
17620         (FILE_SYSTEM_PREFIX_LEN): Renamed from FILESYSTEM_PREFIX_LEN,
17621         for consistency with POSIX terminology.  All uses changed.
17622         (IS_ABSOLUTE_FILE_NAME, IS_RELATIVE_FILE_NAME): New macros.
17623         (strip_trailing_slashes): Use bool for booleans.
17624         * lib/stripslash.c (strip_trailing_slashes): Likewise.
17625
17626         * lib/error.c: Work around bug in OpenBSD 3.4 sterror_r: it
17627         sometimes returns a positive errno value even when it succeeds.
17628         (print_errno_message) [!LIBC]: Fall back on strerror if
17629         __strerror_r fails.
17630
17631         * lib/path-concat.c (mempcpy): Don't define if a system header defines
17632         it. Don't include stdio.h, stdlib.h, unistd.h, strdup.h.
17633         (longest_relative_suffix): New function.
17634         (path_concat): Use it.  Assume first argument is not NULL.
17635         Port to DOS.  Omit redundant separators.
17636         Report an error instead of returning NULL.
17637         Use mempcpy instead of memcpy.
17638         (xpath_concat): Remove: not declared or used.
17639
17640         * lib/same.h: Include <stdbool.h>
17641         (same_name): Return bool, not int.
17642         * lib/same.c (same_name): Likewise.
17643         (errno): Don't declare; we assume C89 or better now.
17644
17645         * lib/stat-macros (S_ISCTG, S_ISOFD, S_ISOFL): New macros,
17646         if not already defined.
17647
17648         * lib/xgetcwd.c (errno): Don't declare; we assume C89 or better now.
17649         * lib/dup-safer.c (errno): Likewise.
17650
17651 2004-08-05  Paul Eggert  <eggert@cs.ucla.edu>
17652
17653         Merge from coreutils.
17654         * modules/c-strtod, modules/c-strtold, modules/canonicalize:
17655         * modules/cycle-check, modules/fcntl-safer, modules/getcwd: New files.
17656         * modules/path-concat: Don't depend on strdup.
17657
17658 2004-08-03  Simon Josefsson  <jas@extundo.com>
17659
17660         * lib/strdup.h: Only use HAVE_DECL_STRDUP if defined.
17661         * lib/progname.h: Don't include stdbool.h.
17662
17663 2004-08-03  Paul Eggert  <eggert@cs.ucla.edu>
17664
17665         * modules/fatal: Remove, as the "fatal" module wasn't used or working.
17666         * MODULES.html.sh (func_all_modules): Remove fatal.
17667
17668 2004-08-03  Paul Eggert  <eggert@cs.ucla.edu>
17669
17670         * m4/fatal.m4: Remove, as the "fatal" module wasn't used or working.
17671
17672 2004-08-03  Paul Eggert  <eggert@cs.ucla.edu>
17673
17674         * lib/fatal.c, fatal.h: Remove as the "fatal" module wasn't used or
17675         working.
17676
17677 2004-08-02  Simon Josefsson  <jas@extundo.com>
17678
17679         * lib/getsubopt.h: New file, with comments from Bruno Haible.
17680         * lib/getsubopt.c: New file, from glibc, but slightly modified based on
17681         suggestions from Paul Eggert <eggert@cs.ucla.edu>.
17682
17683 2004-08-01  Simon Josefsson  <jas@extundo.com>
17684
17685         * lib/xgetdomainname.c: Include stdlib.h, for free().
17686
17687 2004-07-19  Bruno Haible  <bruno@clisp.org>
17688
17689         * MODULES.html.sh (func_all_modules): Add dummy.
17690
17691 2004-07-16  Simon Josefsson  <jas@extundo.com>
17692
17693         * modules/dummy: New file.
17694
17695 2004-07-16  Simon Josefsson  <jas@extundo.com>
17696
17697         * lib/dummy.c: New file.
17698
17699 2004-07-16  Bruno Haible  <bruno@clisp.org>
17700
17701         * lib/backupfile.h: Add extern "C" for C++.
17702         * lib/closeout.h: Likewise.
17703         * lib/copy-file.h: Likewise.
17704         * lib/findprog.h: Likewise.
17705         * lib/full-write.h: Likewise.
17706         * lib/pathname.h: Likewise.
17707         * lib/progname.h: Likewise.
17708         * lib/stpcpy.h: Likewise.
17709         * lib/stpncpy.h: Likewise.
17710         * lib/strcase.h: Likewise.
17711         * lib/strstr.h: Likewise.
17712         * lib/xalloc.h: Likewise.
17713
17714         * lib/mbswidth.h: Add extern "C" for C++.
17715         Reported by Albert Chin-A-Young <china@thewrittenword.com>.
17716
17717 2004-07-13  Robert Millan  <robertmh@gnu.org>
17718
17719         * m4/host-os.m4: s/KNetBSD/kNetBSD/g and s/KFreeBSD/kFreeBSD/g.
17720
17721 2004-07-09  Simon Josefsson  <jas@extundo.com>
17722
17723         * lib/getndelim2.c: Include stddef.h, for ptrdiff_t.  (FreeBSD 4.9
17724         failed without this.)
17725
17726 2004-07-09  Paul Eggert  <eggert@cs.ucla.edu>
17727
17728         * modules/chown (Files): Add lib/fchown-stub.c, since
17729         gl_PREREQ_CHOWN invokes AC_LIBOBJ(fchown-stub).
17730
17731 2004-07-09  Paul Eggert  <eggert@cs.ucla.edu>
17732
17733         * lib/fchown-stub.c: New file.
17734
17735 2004-06-24  Jim Meyering  <jim@meyering.net>
17736
17737         * lib/obstack.h (obstack_base): Cast to (void *), per documentation.
17738
17739 2004-06-22  Paul Eggert  <eggert@cs.ucla.edu>
17740
17741         * modules/argz: Omit "#include".
17742
17743         * MODULES.html.sh (func_all_modules): Add calloc, to match
17744         2004-06-01 addition of calloc module.
17745
17746 2004-06-22  Paul Eggert  <eggert@cs.ucla.edu>
17747
17748         * m4/argz.m4: New file, which is autoupdated from libtool.
17749
17750 2004-06-22  Paul Eggert  <eggert@cs.ucla.edu>
17751
17752         * lib/argz.c, lib/argz_.h: New files, which are autoupdated from
17753         libtool.
17754
17755 2004-06-22  Paul Eggert  <eggert@cs.ucla.edu>
17756
17757         * config/srclist-update: Don't insist on "USA." before the
17758         close-comment, as libtool omits the period and puts the */ on a
17759         separate line.
17760         * config/srclist.txt: Add argz.c, argz_.h, argz.m4.
17761         * config/srclistvars.sh: Add LIBTOOL (for eggert only).
17762
17763 2004-06-22  Gary V. Vaughan  <gary@gnu.org>
17764
17765         * modules/argz: New file.
17766         * MODULES.html.sh (func_all_modules): Add argz.
17767
17768 2004-06-12  Jim Meyering  <jim@meyering.net>
17769         and  Paul Eggert  <eggert@cs.ucla.edu>
17770
17771         * modules/hash (Files): Add lib/xalloc.h.
17772         * modules/pipe (Depends-on): Add wait-process.
17773         * modules/stat (Depends-on): Add xalloc.
17774         * modules/userspec (Files): Add lib/userspec.h.
17775         * modules/xstrto
17776
17777         Upgrade from gettext-0.13.
17778         * modules/gettext (Files): Add m4/intmax.m4, m4/longdouble.m4,
17779         m4/longlong.m4, m4/printf-posix.m4, m4/signed.m4, m4/size_max.m4,
17780         m4/wchar_t.m4, m4/wint_t.m4, m4/xsize.m4.
17781
17782 2004-06-10  Jim Meyering  <jim@meyering.net>
17783
17784         * lib/calloc.c: New file.
17785
17786 2004-06-06  Paul Eggert  <eggert@cs.ucla.edu>
17787
17788         * lib/getdate.y (yylex): Allow space between sign and number.
17789         Problem reported by Dan Jacobson.
17790
17791 2004-06-01  Paul Eggert  <eggert@cs.ucla.edu>
17792
17793         Merge from coreutils CVS.
17794
17795         * m4/backupfile.m4, dirname.m4, human.m4, inttypes.m4, longlong.m4,
17796         makepath.m4, memchr.m4, memcmp.m4, mountlist.m4, path-concat.m4,
17797         putenv.m4, quotearg.m4, readutmp.m4, strtoimax.m4, strtoll.m4,
17798         strtoull.m4, strtoumax.m4, ulonglong.m4, vasnprintf.m4,
17799         xstrtol.m4: Fix copyright date and/or serial number.
17800
17801         * m4/chown.m4 (gl_PREREQ_CHOWN): Check for fcntl.h.
17802         See if we need an fchown replacement.
17803         (gl_FUNC_CHOWN_FOLLOWS_SYMLINK): New macro.
17804         (gl_FUNC_CHOWN): Require gl_FUNC_CHOWN_FOLLOWS_SYMLINK,
17805         and use the replacement function if we detect either defect.
17806
17807         * m4/prereq.m4 (gl_PREREQ): Add gl_ALLOCSA, gl_CLOEXEC, gl_INTTOSTR,
17808         gl_UTIMECMP.
17809
17810 2004-06-01  Paul Eggert  <eggert@cs.ucla.edu>
17811         and  Jim Meyering  <jim@meyering.net>
17812
17813         Merge from coreutils CVS.
17814
17815         * lib/stat-macros.h: New file, with contents from file-type.h
17816         and coreutils' system.h.
17817         * lib/file-type.c: Include "stat-macros.h".
17818         * lib/file-type.h (file_type): Move all macro definitions to new file,
17819         stat-macros.h.
17820
17821         * lib/chown.c (rpl_chown) [CHOWN_FAILS_TO_HONOR_ID_OF_NEGATIVE_ONE]:
17822         Wrap old code with this conditional.
17823         [CHOWN_MODIFIES_SYMLINK]: Try to work around a chown
17824         function that does not dereference symlinks.
17825         * lib/lchown.c (lchown) [CHOWN_MODIFIES_SYMLINK]: Just call chown.
17826
17827         * lib/xreadlink.c: Include xreadlink.h first, to catch .h file
17828         dependency problems.
17829         (xreadlink): Accept new arg SIZE, for efficiency.
17830         All decls and uses changed.
17831         * lib/xreadlink.h: Include <stddef.h>, for size_t.
17832
17833         * lib/.cppi-disable: Add alloca_.h, allocsa.h, exit.h, getndelim2.h,
17834         gettext.h, localcharset.h, strdup.h, strndup.h, strtoul.c, time_r.h.
17835
17836         * lib/.cvsignore: Add alloca.h, fnmatch.h, poll.h, stdbool.h,
17837         sysexits.h.
17838
17839 2004-06-01  Jim Meyering  <jim@meyering.net>
17840
17841         * m4/calloc.m4: New file.
17842
17843 2004-05-31  Paul Eggert  <eggert@cs.ucla.edu>
17844
17845         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Detect _Bool bug in HP aC++/ANSI
17846         C B3910B A.05.55 [Dec 04 2003].  Problem reported by Jim Meyering.
17847         Also, fix a typo in a diagnostic.
17848
17849 2004-05-30  Paul Eggert  <eggert@cs.ucla.edu>
17850
17851         * m4/xalloc.m4 (gl_PREREQ_XMALLOC): Do not require AC_FUNC_MALLOC
17852         or AC_FUNC_REALLOC.
17853
17854 2004-05-30  Paul Eggert  <eggert@cs.ucla.edu>
17855
17856         * lib/xmalloc.c (HAVE_MALLOC, HAVE_REALLOC): Do not require these
17857         macros to be defined.
17858         (xnmalloc_inline, xnrealloc_inline, xcalloc): Do not die if
17859         the allocator returns NULL because the requested size is zero.
17860
17861 2004-05-20  Paul Eggert  <eggert@cs.ucla.edu>
17862
17863         * lib/malloc/obstack.c (_obstack) [defined _LIBC]: Bring back this
17864         var.  Add comment explaining why libc still defines it.  This
17865         merges the following patch from glibc:
17866         http://sources.redhat.com/ml/libc-alpha/2004-05/msg00157.html
17867
17868 2004-05-20  Andreas Schwab  <schwab@suse.de>
17869
17870         * m4/free.m4: Replace free if it not known to work, not the other
17871         way round.
17872
17873 2004-05-19  Paul Eggert  <eggert@cs.ucla.edu>
17874
17875         * lib/obstack.c (_obstack): Remove unused variable.  It hasn't been
17876         present in glibc since revision 1.1 of this file.
17877         * lib/obstack.h (_obstack_free, obstack_1grow, obstack_1grow_fast,
17878         obstack_alignment_mask, obstack_alloc, obstack_base,
17879         obstack_blank, obstack_blank_fast, obstack_chunk_size,
17880         obstack_copy, obstack_copy0, obstack_finish, obstack_grow,
17881         obstack_grow0, obstack_init, obstack_int_grow,
17882         obstack_int_grow_fast, obstack_make_room, obstack_memory_used,
17883         obstack_next_free, obstack_object_size, obstack_ptr_grow,
17884         obstack_ptr_grow_fast, obstack_room): Remove declarations of
17885         nonexistent functions.
17886
17887 2004-05-18  Karl Berry  <karl@gnu.org>
17888
17889         * config/srclist.txt: break link for vasnprintf.c.
17890
17891 2004-05-17  Paul Eggert  <eggert@cs.ucla.edu>
17892
17893         Port obstack to the AS/400, where pointers are 16 bytes wide and
17894         you cannot cast an integer to a valid pointer.  This patch is
17895         currently waiting to be integrated into glibc; see
17896         <http://sources.redhat.com/ml/libc-alpha/2004-05/msg00073.html>.
17897
17898         * lib/obstack.h (__PTR_TO_INT, __INT_TO_PTR): Remove.
17899         All uses of __INT_TO_PTR (PTR_TO_INT ...) replaced by __PTR_ALIGN.
17900         (__BPTR_ALIGN, __PTR_ALIGN): New macros.
17901         (struct obstack): temp member is now a union of a pointer and
17902         an integer, instead of an integer.  All integer uses changed.
17903         This does not affect the physical layout of struct obstack,
17904         except on hosts (like the AS/400) where the size or alignment of
17905         void * is greater than that of ptrdiff_t.
17906         (obstack_finish) [! (defined __GNUC__ && defined __STDC__ &&
17907         __STDC__)]: Store temporary in pointer member of union, not
17908         integer member.
17909         * lib/obstack.c: Include <stddef.h>, for offsetof.
17910         (struct fooalign): Remove; it doesn't need a name.
17911         (union fooround): Change double to long double, and add void *.
17912         (DEFAULT_ALIGNMENT): Use offsetof to compute.
17913         (DEFAULT_ALIGNMENT, DEFAULT_ROUNDING): Now an enum constant,
17914         not a macro.  Hence the values are always int; so remove all
17915         casts-to-int in uses.
17916
17917 2004-05-17  Paul Eggert  <eggert@cs.ucla.edu>
17918
17919         * config/srclist.txt: Break link for argp-help.c and argp-parse.c until
17920         we can get this patch merged into glibc.
17921
17922 2004-05-17  Derek R. Price  <derek@ximbiot.com>
17923             Paul Eggert  <eggert@cs.ucla.edu>
17924
17925         * m4/argp: Depend on alloca.
17926
17927 2004-05-17  Derek R. Price  <derek@ximbiot.com>
17928             Paul Eggert  <eggert@cs.ucla.edu>
17929
17930         * lib/argp-help.c, argp-parse.c: Assume <alloca.h> rather than
17931         freecoding.
17932
17933 2004-05-17  Bruno Haible  <bruno@clisp.org>
17934
17935         * lib/vasnprintf.c (VASNPRINTF): Correctly handle the case of a
17936         precision that consists of a '.' followed by an empty digit string.
17937         Patch by Tor Lillqvist <tml@iki.fi>.
17938
17939 2004-05-16  Paul Eggert  <eggert@cs.ucla.edu>
17940
17941         * m4/alloca.m4 (gl_FUNC_ALLOCA): Define HAVE_ALLOCA_H always,
17942         for backward compatibility with older code.  We need our own
17943         alloca.h if _AIX is defined.  Define HAVE_ALLOCA if we discover
17944         it under some other name, and our alloca.h will define it.
17945
17946 2004-05-16  Paul Eggert  <eggert@cs.ucla.edu>
17947             Derek Price  <derek@ximbiot.com>
17948
17949         * lib/alloca.c: Include <alloca.h>, to get our interface.
17950         * lib/alloca_.h: Use __alloca on AIX, so that we don't have to
17951         include <alloca.h> first.  Use C89 prototype for alloca; this
17952         requires including <stddef.h> for size_t.  Use extern "C" if C++.
17953         Use #elif for simplicity, since we can assume C89 now.
17954         Don't try to source the system alloca.h since it will not be found
17955         and to prevent recursively including its replacement.
17956         * lib/fnmatch.c: Include <alloca.h> instead of opencoding.
17957         * lib/regex.c: Likewise.
17958
17959 2004-05-16  Derek Price  <derek@ximbiot.com>
17960             Paul Eggert  <eggert@cs.ucla.edu>
17961
17962         getline cleanup.  This changes the getndelim2 API: both order of
17963         arguments, and meaning of delim2 (now uses EOF, not 0, to indicate
17964         no delimiter).
17965
17966         * lib/getline.c: Don't include stddef.h or stdio.h, since our
17967         interface does that.
17968         (getline): Always use getdelim, so that we don't have two
17969         copies of this code.
17970         * lib/getndelim2.c: Include <limits.h>, <inttypes.h>, <stdint.h>
17971         if available.
17972         (PTRDIFF_MAX, SIZE_MAX, SSIZE_MAX): Define if not defined.
17973         (GETNDELIM2_MAXIMUM): New macro.
17974         (getndelim2): Reorder arguments.  delim==EOF now means no delimiter,
17975         instead of the old practice of delim2==0.  All callers changed.
17976         Return -1 on overflow, instead of returning junk.
17977         Do not set *linesize unless allocation succeeds.
17978         * lib/getndelim2.h: Do not include stddef.h; no longer needed, now
17979         that we include sys/types.h.
17980         * lib/getnline.h: Likewise.
17981         * lib/getndelim2.h (GETNLINE_NO_LIMIT): New macro.
17982         (getndelim2): Reorder arguments.
17983         * lib/getnline.c (getnline, getndelim):
17984         Don't discard the NMAX argument.
17985         (getnline): Invoke getndelim, to avoid code duplication.
17986         * lib/getnline.h (GETNLINE_NO_LIMIT): New macro, used instead
17987         of (size_t) -1 by callers of the getnline family.
17988
17989 2004-05-13  Paul Eggert  <eggert@cs.ucla.edu>
17990
17991         * m4/gettime.m4 (gl_GETTIME): Require gl_TIMESPEC.
17992         Check for gettimeofday.
17993         * m4/settime.m4 (gl_SETTIME): Require gl_TIMESPEC.
17994         Check for settimeofday, stime.
17995
17996 2004-05-13  Paul Eggert  <eggert@cs.ucla.edu>
17997
17998         * lib/nanosleep.c (suspended): Change its type from int to
17999         sig_atomic_t volatile.
18000         (first_call): Make it private to rpl_nanosleep, and have it
18001         be zero initially as that's a bit faster.
18002         (my_usleep): Round up fractional times instead of truncating them,
18003         as this is the usual meaning for 'sleep'.
18004
18005         * lib/gettime.c (gettime): Fall back on `time' if `gettimeofday'
18006         doesn't work.
18007         * lib/settime.c: Include <unistd.h>, for stime (on Solaris 8, anyway).
18008         (ENOSYS): Define if not defined.
18009         (settime): Fall back on stime if it exists and settimeofday fails.
18010         But don't bother with fallbacks if a method fails with errno == EPERM.
18011
18012 2004-05-11  Jim Meyering  <jim@meyering.net>
18013
18014         Prior to this change, the save_cwd caller required read access to the
18015         current directory on most systems (ones with the fchdir function).
18016
18017         * lib/save-cwd.c (save_cwd) [HAVE_FCHDIR]: If opening `.' read-only
18018         fails, try write-only, and finally, resort to using xgetcwd.
18019
18020 2004-05-06  Paul Eggert  <eggert@cs.ucla.edu>
18021
18022         * lib/obstack.c, obstack.h: Import changes from libc.
18023
18024 2004-04-28  Bruno Haible  <bruno@clisp.org>
18025
18026         * lib/findprog.c (find_in_path): Treat Cygwin like Windows, since it
18027         also implicitly appends .exe to executables.
18028         * lib/localcharset.c (ISSLASH): Treat Cygwin like Windows, since it now
18029         accepts Windows pathnames.
18030         * lib/pathname.h (ISSLASH, IS_PATH_WITH_DIR, FILESYSTEM_PREFIX_LEN):
18031         Treat Cygwin like Windows, since it now accepts Windows pathnames.
18032         * lib/progreloc.c (ISSLASH, IS_PATH_WITH_DIR, FILESYSTEM_PREFIX_LEN):
18033         Treat Cygwin like Windows, since it now accepts Windows pathnames.
18034         Reported by Derek Robert Price <derek@ximbiot.com>.
18035
18036 2004-04-21  Karl Berry  <karl@gnu.org>
18037
18038         * config/srclist.txt (localcharset.c): break sync.
18039
18040 2004-04-20  Paul Eggert  <eggert@twinsun.com>
18041
18042         * m4/host-os.m4: Add a copyright notice.
18043
18044 2004-04-20  Jim Meyering  <jim@meyering.net>
18045
18046         Change UTILS_ to gl_ in AC_DEFINE'd names.
18047         Change utils_- and jm_-prefixed variables, too.
18048         * m4/mkdir-slash.m4 (gl_FUNC_MKDIR_TRAILING_SLASH): Renamed from
18049         UTILS_FUNC_MKDIR_TRAILING_SLASH.
18050         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Renamed from UTILS_FUNC_MKSTEP.
18051
18052         * m4/dirfd.m4 (gl_FUNC_DIRFD): Rename from UTILS_FUNC_DIRFD.
18053         Don't emit trailing blanks.
18054         Also rename jm_-prefixed variables to have gl_ prefix.
18055
18056         * m4/host-os.m4 (gl_HOST_OS): Rename from UTILS_HOST_OS.
18057         Also rename jm_-prefixed variables to have gl_ prefix.
18058
18059         * m4/jm-macros.m4: Reflect the renamings.
18060         * m4/prereq.m4: Likewise.
18061
18062 2004-04-20  Jim Meyering  <jim@meyering.net>
18063
18064         * lib/getndelim2.c (getndelim2): Upon realloc failure, don't leak
18065         memory.
18066
18067 2004-04-20  Jim Meyering  <jim@meyering.net>
18068             Bruno Haible  <bruno@clisp.org>
18069
18070         * lib/localcharset.c (get_charset_aliases) [!VMS && !WIN32]: Don't leak
18071         memory when realloc fails.
18072
18073 2004-04-19  Jim Meyering  <jim@meyering.net>
18074
18075         * m4/readutmp.m4 (gl_PREREQ_READUTMP): Require gl_FUNC_FREE,
18076         now that readutmp.c may call `free (0)'.
18077
18078 2004-04-19  Bruno Haible  <bruno@clisp.org>
18079
18080         * m4/mbrtowc.m4: Change jm_ to gl_ in cache variables as well.
18081         * m4/inttypes_h.m4: Likewise.
18082         * m4/stdint_h.m4: Likewise.
18083         * m4/intmax_t.m4: Likewise.
18084         * m4/uintmax_t.m4: Likewise.
18085
18086 2004-04-18  Jim Meyering  <jim@meyering.net>
18087
18088         * m4/prereq.m4: Don't forbid jm_ prefix.
18089
18090         * m4/afs.m4, m4/allocsa.m4, m4/assert.m4, m4/backupfile.m4:
18091         * m4/bison.m4, m4/check-decl.m4, m4/chown.m4, m4/d-ino.m4:
18092         * m4/d-type.m4, m4/dirname.m4, m4/dos.m4, m4/error.m4, m4/fpending.m4:
18093         * m4/fstypename.m4, m4/fsusage.m4, m4/ftruncate.m4, m4/getdate.m4:
18094         * m4/getgroups.m4, m4/gettext.m4, m4/glibc21.m4, m4/group-member.m4:
18095         * m4/human.m4, m4/intmax.m4, m4/intmax_t.m4, m4/inttostr.m4:
18096         * m4/inttypes.m4, m4/inttypes_h.m4, m4/jm-macros.m4, m4/jm-winsz1.m4:
18097         * m4/jm-winsz2.m4, m4/lchown.m4, m4/lib-check.m4, m4/link-follow.m4:
18098         * m4/localcharset.m4, m4/longlong.m4, m4/ls-mntd-fs.m4, m4/lstat.m4:
18099         * m4/makepath.m4, m4/mbrtowc.m4, m4/mbswidth.m4, m4/memchr.m4:
18100         * m4/memcmp.m4, m4/mkdtemp.m4, m4/mkstemp.m4, m4/mountlist.m4:
18101         * m4/nanosleep.m4, m4/path-concat.m4, m4/perl.m4, m4/prereq.m4:
18102         * m4/putenv.m4, m4/quotearg.m4, m4/regex.m4, m4/stat.m4:
18103         * m4/stdint_h.m4, m4/strftime.m4, m4/strtoimax.m4, m4/strtoll.m4:
18104         * m4/strtoull.m4, m4/strtoumax.m4, m4/timespec.m4, m4/uintmax_t.m4:
18105         * m4/ulonglong.m4, m4/unlink-busy.m4, m4/unlocked-io.m4, m4/uptime.m4,
18106         * m4/utimbuf.m4, m4/utime.m4, m4/utimes-null.m4, m4/vasnprintf.m4:
18107         * m4/xstrtoimax.m4, m4/xstrtol.m4, m4/xstrtoumax.m4:
18108         Change jm_ to gl_ in AC_DEFINE'd names. Update all uses.
18109
18110 2004-04-18  Jim Meyering  <jim@meyering.net>
18111
18112         * lib/readutmp.c (read_utmp) [UTMP_NAME_FUNCTION]: Upon realloc
18113         failure, don't leak memory and do call END_UTMP_ENT.
18114
18115 2004-04-16  Jim Meyering  <jim@meyering.net>
18116
18117         * m4/prereq.m4 (jm_PREREQ_STAT): Remove macro.  It is specific to
18118         coreutils' stat program.
18119         (gl_PREREQ): Don't require jm_PREREQ_STAT.
18120
18121 2004-04-11  Paul Eggert  <eggert@twinsun.com>
18122
18123         * lib/inttostr.h: Include <limits.h> unconditionally, since we assume
18124         C89.
18125         (CHAR_BIT): Remove, since we assume C89.
18126         Include <stdint.h> if available, as per current Autoconf CVS advice.
18127
18128 2004-03-31  Jim Meyering  <jim@meyering.net>
18129
18130         * m4/prereq.m4: Require AC_FUNC_MALLOC, not jm_FUNC_MALLOC.
18131         Require AC_FUNC_REALLOC, not jm_FUNC_REALLOC.
18132         * m4/xalloc.m4: Likewise.
18133
18134 2004-03-30  Paul Eggert  <eggert@twinsun.com>
18135
18136         Merge from coreutils.
18137
18138         * m4/inttostr.m4: New file.
18139         * m4/getdate.m4 (gl_GETDATE): Remove time-related stuff.
18140         Require AM_STDBOOL_H and gl_TIMESPEC instead.
18141         Require gl_CLOCK_TIME.
18142         * m4/clock_time.m4 (gl_CLOCK_TIME): Require AC_GNU_SOURCE.
18143
18144 2004-03-30  Paul Eggert  <eggert@twinsun.com>
18145
18146         * lib/cloexec.h, cloexec.c (set_cloexec_flag): Return int
18147         not bool, to be more consistent with Unix conventions.
18148         Suggested by Bruno Haible.
18149
18150         Merge from coreutils.
18151
18152         * lib/imaxtostr.c, lib/inttostr.c, lib/inttostr.h, lib/offtostr.c:
18153         * lib/umaxtostr.c: New files.
18154
18155         * lib/getdate.h: Include stdbool.h, and timespec.h instead of
18156         the usual <time.h> dance.
18157         (get_date): Change signature to support fractional time stamps.
18158         All callers changed.
18159         * lib/getdate.y: Include "getdate.h" first, as we can now
18160         assume C89 and don't need to worry about 'const'.
18161         Similarly, include "unlocked-io.h" near start, not in middle.
18162         Include <limits.h>.
18163         (textint.value): Use long int rather than int.
18164         (textint.digits): Use size_t rather than int.
18165         (BILLION, LOG10_BILLION): New constants.
18166         (parser_control): New member rel_ns.  Members day_ordinal,
18167         time_zone, month, day, hour, minutes, rel_year, rel_month,
18168         rel_day, rel_hour, rel_minutes, rel_seconds
18169         are now long int, not int.  Member seconds is now struct timespec,
18170         not int.  New member timespec_seen.  Members dates_seen, days_seen,
18171         local_zones_seen, rels_seen, times_seen, zones_seen are now size_t,
18172         not int.
18173         (%union.intval): Now long int, not int.
18174         New member timespec.
18175         (tSDECIMAL_NUMBER, tUDECIMAL_NUMBER): New tokens.
18176         (seconds, signed_seconds, unsigned_seconds): New nonterminals.
18177         (spec): Now is a timespec or an item list.
18178         (timespec, items): New nonterminals.
18179         (time, rel, relunit, number, get_date):
18180         Add support for fractional seconds.
18181         (time): Fix bug: seconds weren't cleared in "00:00 +0000" syntax.
18182         (gmtime, localtime, mktime): Remove decls; not needed with C89.
18183         (to_hour): First arg is now long int, not int.
18184         (to_year): Returns long int, not int.
18185         Don't treat year -70 like 70.
18186         (tm_diff): Returns long int, not int.
18187         (lookup_word): Use bool instead of int when appropriate.
18188         (yylex): Use size_t for count, not int.
18189         Detect overflow when parsing large integer constants.
18190         Add support for fractions.
18191         (get_date): Make pointers 'const' if possible.
18192         Use more-portable code to detect integer overflow.
18193         (main) [TEST]: Adjust to above changes.  Test for localtime failure.
18194         Don't use ctime; it's not reliable if the year has >4 digits.
18195
18196         * lib/human.c (humblock): Inspect BLOCKSIZE if BLOCK_SIZE isn't set.
18197         This is for compatibility with BSD.
18198
18199         * lib/timespec.h (ST_TIME_CMP_NS, ST_TIME_CMP): Define.
18200         (ATIME_CMP, CTIME_CMP, MTIME_CMP, TIMESPEC_NS): Likewise.
18201         From coreutils' system.h.
18202
18203         * lib/userspec.c: Don't include "posixver.h".
18204         (parse_user_spec): Fall back on USER.GROUP parsing, regardless
18205         of POSIX version, as POSIX 1003.1-2001 allows that behavior as a
18206         compatible extension.  Simplify code by removing a boolean int
18207         that was always nonzero if a string was nonnull.
18208
18209 2004-03-30  Jim Meyering  <jim@meyering.net>
18210
18211         Merge from coreutils.
18212
18213         Avoid a configure-time warning about sys/ucred.h on OSF V4.0.
18214         * m4/ls-mntd-fs.m4: Test for sys/ucred.h separately, since
18215         on some systems one must include <grp.h> before it.
18216         Reported by Christian Krackowizer.
18217
18218 2004-03-30  Jim Meyering  <jim@meyering.net>
18219
18220         Merge from coreutils.
18221
18222         * lib/mountlist.c [HAVE_SYS_UCRED_H]: Include grp.h before sys/ucred.h.
18223
18224         * lib/readtokens.c (readtoken): Don't leak 64 bytes when reading
18225         an empty input stream.
18226
18227         * lib/readtokens.c: Include <stdbool.h>.
18228         (readtoken): Use `size_t' rather than int/long.
18229         All callers adjusted.
18230         Use `bool' rather than `int' where appropriate.
18231         Use memset rather than an explicit loop.
18232         Use x2nrealloc rather than xrealloc.
18233         Allow the use of `\0' as a delimiter.
18234         (readtokens): Likewise.
18235         * lib/readtokens.h (readtoken, readtokens): Update prototypes.
18236
18237 2004-03-30  Jim Meyering  <jim@meyering.net>
18238
18239         * m4/realloc.m4: Remove file, since now it does no more than
18240         AC_REQUIRE([AC_FUNC_REALLOC]), and that can be done via
18241         the `configure.ac' section of module/realloc.
18242         * m4/malloc.m4: Likewise, but for AC_FUNC_MALLOC.
18243
18244 2004-03-30  Bruno Haible  <bruno@clisp.org>
18245
18246         * lib/getloadavg.c (getloadavg): Don't assume setlocale returns
18247         nonnull.
18248
18249 2004-03-29  Paul Eggert  <eggert@twinsun.com>
18250
18251         Merge changes to getloadavg.c from coreutils and Emacs.
18252
18253         * lib/getloadavg.c [!defined HAVE_SETLOCALE] (setlocale):
18254         Define to an expression, not to the empty string.
18255         Include cloexec.h and xalloc.h.
18256         (getloadavg): Restore LC_NUMERIC locale after setting it temporarily.
18257         Use set_cloexec_flag rather than rolling our own.
18258         * lib/cloexec.c, lib/cloexec.h: New files.
18259
18260 2004-03-29  Paul Eggert  <eggert@twinsun.com>
18261
18262         * m4/cloexec.m4: New file.
18263
18264 2004-03-18  Paul Eggert  <eggert@twinsun.com>
18265
18266         * lib/getopt.h: Sync with libc CVS.
18267
18268 2004-03-18  Paul Eggert  <eggert@twinsun.com>
18269             Bruno Haible  <bruno@clisp.org>
18270
18271         * m4/mbswidth.m4 (gl_MBSWIDTH): Also test whether <wchar.h> declares
18272         mbswidth.
18273
18274 2004-03-18  Paul Eggert  <eggert@twinsun.com>
18275             Bruno Haible  <bruno@clisp.org>
18276
18277         * lib/mbswidth.h: Include <wchar.h> only if
18278         HAVE_DECL_MBSWIDTH_IN_WCHAR_H, not on all platforms that have
18279         <wchar.h>.
18280         * lib/mbswidth.c: Include <stdio.h> and <time.h> before <wchar.h>.
18281
18282 2004-03-09  Paul Eggert  <eggert@twinsun.com>
18283
18284         * lib/argp-parse.c, getopt.c, getopt.h, getopt1.c:
18285         Sync with libc CVS.
18286         * lib/getopt_int.h: New file, also synced from libc.
18287
18288 2004-03-09  Paul Eggert  <eggert@twinsun.com>
18289
18290         * config/srclistvars.sh: Add GNUWWWLICENSES for eggert.
18291         * config/srclist.txt: Sync getopt with libc.  Add getopt_int.h.
18292         Bring back getopt.c, getopt.h, getopt1.c.
18293
18294 2004-03-07  Paul Eggert  <eggert@twinsun.com>
18295
18296         * m4/c-stack.m4 (gl_PREREQ_C_STACK): Renamed from jm_PREREQ_C_STACK.
18297         All uses changed.  Check for sa_sigaction member; this fixes
18298         a bug first reported by Jason Andrade in
18299         <http://mail.gnu.org/archive/html/bug-textutils/2003-03/msg00027.html>.
18300
18301 2004-03-07  Paul Eggert  <eggert@twinsun.com>
18302
18303         * lib/c-stack.c (SIGACTION_WORKS): New macro.  Use it instead of long
18304         '#if' expressions.  Unlike the code it replaces, it does not
18305         depend on (defined _SC_PAGESIZE).  However, it does depend on
18306         HAVE_STRUCT_SIGACTION_SA_SIGACTION; this last change fixes a bug
18307         first reported by Jason Andrade in
18308         <http://mail.gnu.org/archive/html/bug-textutils/2003-03/msg00027.html>.
18309
18310 2004-02-25  Simon Josefsson  <jas@extundo.com>
18311
18312         * m4/strdup.m4 (gl_PREREQ_STRDUP): Check whether strdup is declared.
18313
18314 2004-02-25  Simon Josefsson  <jas@extundo.com>
18315
18316         * lib/strdup.h: New file.
18317         * lib/strdup.c: Include it.
18318         * lib/path-concat.c: Include strdup.h. Drop strdup declaration.
18319         * lib/userspec.c: Include strdup.h. Drop strdup declaration.
18320
18321 2004-02-23  Karl Berry  <karl@gnu.org>
18322
18323         * doc/maintain.texi, doc/standards.texi, doc/make-stds.texi: new files
18324         (from fencepost.gnu.org:/gd/gnuorg).
18325
18326 2004-02-23  Karl Berry  <karl@gnu.org>
18327
18328         * config/srclistvars.sh (GNUORG) [karl]: redefine.
18329         * config/srclist.txt: add maintain/standards documents.
18330
18331 2004-02-18  Bruno Haible  <bruno@clisp.org>
18332
18333         * m4/xsize.m4 (gl_XSIZE): Require AC_C_INLINE.
18334         Reported by Derek Robert Price <derek@ximbiot.com>.
18335
18336 2004-02-16  Karl Berry  <karl@gnu.org>
18337
18338         * config/mkinstalldirs, install-sh: update from automake.
18339
18340 2004-02-06  Karl Berry  <karl@gnu.org>
18341
18342         * m4/po.m4: update from gettext 0.14.1.
18343
18344 2004-02-06  Karl Berry  <karl@gnu.org>
18345
18346         * lib/config.charset: update from gettext 0.14.1.
18347
18348 2004-02-05  Paul Eggert  <eggert@twinsun.com>
18349
18350         Add comments and code, prompted by suggestions from Bruno Haible
18351         for sh-quote.
18352         * lib/quotearg.h (quotearg_alloc): New decl.  Improve the comments
18353         describing the enum quoting_style values.
18354         * lib/quotearg.c (quotearg_alloc): New function.
18355         (quotearg_buffer_restyled): Treat lone { and } as special.
18356         Treat = as special.  Work around bug with older shells
18357         that "see" a '\' that is really the 2nd byte of a multibyte char.
18358         Quote empty string with shell_quoting_style.
18359
18360 2004-02-03  Bruno Haible  <bruno@clisp.org>
18361
18362         * m4/pipe.m4: New file, from GNU gettext.
18363
18364 2004-02-03  Bruno Haible  <bruno@clisp.org>
18365
18366         * lib/pipe.h: New file, from GNU gettext.
18367         * lib/pipe.c: New file, from GNU gettext.
18368
18369 2004-01-27  Bruno Haible  <bruno@clisp.org>
18370
18371         * m4/execute.m4: New file, from GNU gettext.
18372
18373 2004-01-27  Bruno Haible  <bruno@clisp.org>
18374
18375         * lib/execute.h: New file, from GNU gettext.
18376         * lib/execute.c: New file, from GNU gettext.
18377         * lib/w32spawn.h: New file, from GNU gettext.
18378
18379 2004-01-24  Paul Eggert  <eggert@twinsun.com>
18380
18381         Merge from diffutils.
18382
18383         * lib/file-type.c (file_type): Add typed memory objects.
18384         * lib/file-type.h (S_TYPEISTMO): New macro.
18385
18386         * lib/c-stack.h (c_stack_action): Remove argv argument.
18387         * lib/c-stack.c (c_stack_action): Likewise.  All uses changed.
18388         (die): Don't calculate message unless segv_action returns.
18389         (get_stack_location, min_address_from_argv, max_address_from_argv,
18390         volatile stack_base, volatile_stack_size): Remove.
18391         (segv_handler): If ! HAVE_XSI_STACK_OVERFLOW_HEURISTIC, assume
18392         that every segmentation violation is a stack overflow.  (Ouch!)
18393         See Debian bug 136249 (still outstanding) for more info about why
18394         HAVE_XSI_STACK_OVERFLOW_HEURISTIC fails on Linux kernels.
18395
18396 2004-01-24  Paul Eggert  <eggert@twinsun.com>
18397
18398         Exit-status fix from coreutils.
18399
18400         Use exit_failure consistently in place of EXIT_FAILURE,
18401         so that program exit statuses are consistent on failure.
18402
18403         * lib/argmatch.c (ARGMATCH_DIE) [! defined ARGMATCH_DIE]:
18404         Include "exitfail.h", and use exit_failure rather than EXIT_FAILURE.
18405         * lib/argmatch.h: Comment fix to match the above.
18406         * lib/obstack.c (obstack_exit_failure) [!defined _LIBC]:
18407         Now a macro referring to exit_failure, instead of a separate
18408         variable.  Include "exitfail.h" to get it.
18409         * lib/xstrtol.h: Include "exitfail.h".
18410         (STRTOL_FATAL_ERROR): Exit with status exit_failure, not 2.
18411
18412         * lib/long-options.c (parse_long_options): Use prototype
18413         for usage function arg.  Pass it EXIT_SUCCESS rather than 0,
18414         for clarity.
18415
18416 2004-01-21  Jim Meyering  <jim@meyering.net>
18417
18418         * lib/mktime.c (__mktime_internal) [!_LIBC]: Define to mktime_internal
18419         so as not to conflict with a different-sized __mktime_internal
18420         function in GNU libc.
18421         * lib/timegm.c (__mktime_internal) [!_LIBC]: Likewise.
18422         Problem building statically-linked `ls' reported by Michael Brunnbauer.
18423
18424 2004-01-20  Karl Berry  <karl@gnu.org>
18425
18426         * config/config.guess: update from config.
18427
18428         * config/srclistvars.sh: GNUWWWLICENSES for karl.
18429
18430 2004-01-20  Bruno Haible  <bruno@clisp.org>
18431
18432         Safer stack allocation.
18433         * lib/setenv.c: Include allocsa.h.
18434         (alloca): Remove fallback definition.
18435         (freea): Remove macro.
18436         (__add_to_environ) [!_LIBC]: Use allocsa instead of alloca. Use freesa
18437         instead of freea.
18438
18439 2004-01-20  Bruno Haible  <bruno@clisp.org>
18440
18441         * m4/eealloc.m4: New file, from GNU gettext.
18442
18443 2004-01-20  Bruno Haible  <bruno@clisp.org>
18444
18445         * m4/allocsa.m4: New file, from GNU gettext.
18446
18447 2004-01-20  Bruno Haible  <bruno@clisp.org>
18448
18449         * lib/xallocsa.h: New file, from GNU gettext.
18450         * lib/xallocsa.c: New file, from GNU gettext.
18451
18452 2004-01-20  Bruno Haible  <bruno@clisp.org>
18453
18454         * lib/wait-process.c: On Windows, include windows.h. Needed on mingw.
18455
18456 2004-01-20  Bruno Haible  <bruno@clisp.org>
18457
18458         * lib/wait-process.c (wait_subprocess): Add ignore_sigpipe argument.
18459         * lib/wait-process.c (wait_subprocess): Likewise. Handle SIGPIPE
18460         specially.
18461
18462 2004-01-20  Bruno Haible  <bruno@clisp.org>
18463
18464         * lib/wait-process.c (wait_process): Disable the 2003-10-31 waitid()
18465         patch.
18466
18467 2004-01-20  Bruno Haible  <bruno@clisp.org>
18468
18469         * lib/wait-process.c (cleanup_slaves): Use ANSI C declaration.
18470
18471 2004-01-20  Bruno Haible  <bruno@clisp.org>
18472
18473         * lib/eealloc.h: New file.
18474
18475 2004-01-20  Bruno Haible  <bruno@clisp.org>
18476
18477         * lib/binary-io.h: Avoid warnings on Cygwin.
18478
18479 2004-01-20  Bruno Haible  <bruno@clisp.org>
18480
18481         * lib/allocsa.h: New file, from GNU gettext.
18482         * lib/allocsa.c: New file, from GNU gettext.
18483
18484 2004-01-18  Karl Berry  <karl@gnu.org>
18485
18486         * doc/gpl.texi, doc/lgpl.texi: new files.
18487
18488 2004-01-18  Karl Berry  <karl@gnu.org>
18489
18490         * config/srclistvars.sh (GNUWWWLICENSES): new variable.
18491         * config/srclist.txt ({fdl,gpl,lgpl}.text): get from there.
18492
18493 2004-01-15  Paul Eggert  <eggert@twinsun.com>
18494
18495         Merge from coreutils.
18496
18497         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Check for uintptr_t.
18498         * m4/posixver.m4 (gl_POSIXVER): Require gl_DEFAULT_POSIX2_VERSION.
18499         (gl_DEFAULT_POSIX2_VERSION): Move
18500         the documentation from 'configure' into 'config.hin',
18501         so that 'configure --help' isn't burdened by it and
18502         we don't have to worry about its formatting there.
18503         Reword the documentation so that it's more succinct
18504         and can be run together into a single paragraph.
18505         * m4/same.m4 (gl_SAME): Check for pathconf.
18506
18507 2004-01-15  Paul Eggert  <eggert@twinsun.com>
18508
18509         Merge from coreutils.
18510
18511         * lib/posixver.c: Include posixver.h.
18512
18513         * lib/same.c: Include <stdbool.h>, <limits.h>.
18514         (_POSIX_NAME_MAX): Define if not defined.
18515         (MIN): New macro.
18516         (same_name): If file names are silently truncated, report
18517         that the file names are the same if they are the same after
18518         the silent truncation.
18519
18520         * lib/xstrtod.h (xstrtod): Accept an extra arg, specifying the
18521         conversion function.
18522         * lib/xstrtod.c (xstrtod): Likewise.  All callers changed to
18523         include c-strtod.h and use c_strtod.  Don't include stdlib.h; no
18524         longer needed.
18525
18526 2004-01-15  Jim Meyering  <jim@meyering.net>
18527
18528         Merge from coreutils.
18529
18530         * m4/clock_time.m4 (gl_CLOCK_TIME): Don't set LIB_CLOCK_GETTIME
18531         if no library is required.
18532         * m4/jm-macros.m4: Don't require UTILS_SYS_OPEN_MAX.
18533         * m4/jm-macros.m4 (jm_MACROS): Require gl_FUNC_FREE.
18534         * m4/jm-macros.m4 (jm_MACROS): Require autoconf-2.58.
18535         (AC_LANG_SOURCE): Remove definition, now that we require autoconf-2.58.
18536         * m4/jm-macros.m4 (jm_MACROS): Don't require AC_FUNC_FTW.
18537         * m4/lib-check.m4 (jm_LIB_CHECK): Do not set LIB_CRYPT to the
18538         value, $ac_cv_search_crypt, if it's "none required".
18539         * m4/posixver.m4 (gl_DEFAULT_POSIX2_VERSION): New macro.
18540         * m4/prereq.m4 (jm_PREREQ): Require AC_FUNC_GETLOADAVG,
18541         not gl_FUNC_GETLOADAVG.
18542         * m4/prereq.m4 (jm_PREREQ): Require gl_READTOKENS, gl_MD5, gl_MAKEPATH,
18543         gl_LONG_OPTIONS, and gl_IDCACHE, gl_GETUGROUPS.
18544
18545 2004-01-15  Jim Meyering  <jim@meyering.net>
18546
18547         Merge from coreutils.
18548
18549         * lib/md5.h (rol) [__GNUC__ && __i386__]: Don't use `asm' code.  These
18550         days, gcc-3.x does better all by itself.  Patch from Dean Gaudet:
18551         http://mail.gnu.org/archive/html/bug-coreutils/2003-11/msg00144.html
18552
18553         * lib/posixver.c (DEFAULT_POSIX2_VERSION): Use definition of new,
18554         optional configure-time default.
18555
18556         * lib/version-etc.c (version_etc_copyright): Update copyright date.
18557
18558         * lib/xreadlink.c (xreadlink): Correct outdated comment.
18559
18560 2004-01-15  Alexandre Duret-Lutz  <adl@gnu.org>
18561
18562         Merge from coreutils.
18563
18564         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): Do not set LIB_NANOSLEEP to the
18565         value, $ac_cv_search_nanosleep, if it's "none required".
18566
18567 2004-01-14  Paul Eggert  <eggert@twinsun.com>
18568
18569         * lib/fnmatch_loop.c (ALLOCA_LIMIT): Remove macro, which collided
18570         with like-named macro in fnmatch.c.
18571         (EXT): Use an internal constant instead.
18572
18573         Merge fnmatch patches from glibc.
18574         * lib/fnmatch.c (mbsinit): Remove define.
18575         Add libc_hidden_ver (__fnmatch, fnmatch).
18576         * lib/fnmatch_loop.c (FCT): Cast to int32_t and UCHAR when appropriate.
18577         Adjust to renaming of collseq_table_lookup to __collseq_table_lookup.
18578
18579 2004-01-14  Karl Berry  <karl@gnu.org>
18580
18581         * config/install-sh: update from automake.
18582
18583 2004-01-13  Karl Berry  <karl@gnu.org>
18584
18585         * config/install-sh: update from automake.
18586
18587 2004-01-09  Karl Berry  <karl@gnu.org>
18588
18589         * config/install-sh: update from automake.
18590
18591 2004-01-05  Karl Berry  <karl@gnu.org>
18592
18593         * config/config.{sub,guess}: update from config.
18594
18595 2003-12-31  Karl Berry  <karl@gnu.org>
18596
18597         * config/depcomp: update from automake.
18598
18599 2003-12-14  Karl Berry  <karl@gnu.org>
18600
18601         * lib/config.charset: update from gettext-runtime.
18602
18603 2003-12-03  Paul Eggert  <eggert@twinsun.com>
18604
18605         * lib/getgroups.c (getgroups): xmalloc takes one argument, not two.
18606         Bug reported by Alfred M. Szmidt.
18607
18608 2003-12-03  Bruno Haible  <bruno@clisp.org>
18609
18610         * m4/gettext.m4: Upgrade from gettext-0.13.
18611         * m4/po.m4: Upgrade from gettext-0.13.
18612         * m4/size_max.m4 (gl_SIZE_MAX): Don't use the _ONCE macros here.
18613         * m4/intmax.m4: New file, from gettext-0.13.
18614         * m4/printf-posix.m4: New file, from gettext-0.13.
18615
18616 2003-11-29  Karl Berry  <karl@gnu.org>
18617
18618         * lib/argp-{help.c,parse.c,namefrob.h}, argp.h: update from libc.
18619
18620 2003-11-25  Paul Eggert  <eggert@twinsun.com>
18621             Bruno Haible  <bruno@clisp.org>
18622
18623         * lib/printf-parse.h: Don't include sys/types.h.
18624         (ARG_NONE): New macro.
18625         (char_directive): Change type of *arg_index fields to size_t.
18626         * lib/printf-parse.c: Don't include sys/types.h.
18627         (SSIZE_MAX): Remove macro.
18628         (PRINTF_PARSE): Change the type of the arg_index variables to size_t.
18629         Remove unnecessary overflow check.
18630         * lib/vasnprintf.c (VASNPRINTF): Update for type change of *arg_index
18631         fields.
18632
18633 2003-11-25  Bruno Haible  <bruno@clisp.org>
18634
18635         * modules/vasnprintf (Files): Remove m4/ssize_t.m4.
18636
18637 2003-11-25  Bruno Haible  <bruno@clisp.org>
18638
18639         * m4/vasnprintf.m4 (gl_PREREQ_PRINTF_PARSE): Don't require
18640         gt_TYPE_SSIZE_T.
18641
18642 2003-11-24  Paul Eggert  <eggert@twinsun.com>
18643
18644         * modules/alloca: Remove dependency on xalloc.
18645
18646 2003-11-24  Paul Eggert  <eggert@twinsun.com>
18647
18648         * lib/alloca.c: Remove dependency on xalloc module.
18649         (xalloc_die): Remove.
18650         (memory_full) [!defined emacs]: New macro.
18651         [!defined emacs]: Don't include xalloc.h.
18652         (alloca): Invoke memory_full, not xalloc_die, if malloc fails or
18653         address arithmetic overflows.  Change datatypes a bit to avoid
18654         unnecessary casts.
18655
18656 2003-11-22  Jim Meyering  <jim@meyering.net>
18657
18658         * lib/xmalloc.c (x2nrealloc_inline): Fix typos in comments:
18659         s/size/size_t/.
18660
18661 2003-11-21  Karl Berry  <karl@gnu.org>
18662
18663         * config/config.{sub,guess}: update from config.
18664
18665 2003-11-18  Karl Berry  <karl@gnu.org>
18666
18667         * config/config.{sub,guess}: update from config.
18668
18669         * config/(printf-{parse,args}.[ch]): sync broken, sigh.
18670
18671 2003-11-17  Paul Eggert  <eggert@twinsun.com>
18672
18673         * README: Mention that S+T cannot overflow if S is the size of
18674         an existing object and T is sufficiently small.
18675
18676 2003-11-17  Jim Meyering  <jim@meyering.net>
18677
18678         On systems without utime and without a utimes function capable of
18679         dealing with a NULL struct utimbuf* argument, this utime replacement
18680         could -- in unusual circumstances -- leak a file descriptor.
18681         * lib/utime.c: Include <unistd.h> and <errno.h>.
18682         (utime_null): Be sure to close `fd' and to preserve errno.
18683         Reported by Geoff Collyer via Arnold Robbins.
18684
18685 2003-11-17  Bruno Haible  <bruno@clisp.org>
18686
18687         * modules/vasnprintf (Files): Add m4/ssize_t.m4.
18688         (Depends-on): Add xsize.
18689
18690 2003-11-17  Bruno Haible  <bruno@clisp.org>
18691
18692         * m4/vasnprintf.m4 (gl_PREREQ_PRINTF_PARSE): Require gt_TYPE_SSIZE_T.
18693
18694 2003-11-17  Bruno Haible  <bruno@clisp.org>
18695
18696         * lib/vasnprintf.c (alloca): Remove fallback definition.
18697         (freea): Remove definition.
18698         (VASNPRINTF): Use alloca only for small sizes, say <= 4000 bytes.
18699         Reported by Paul Eggert.
18700
18701 2003-11-16  Paul Eggert  <eggert@twinsun.com>
18702             Bruno Haible  <bruno@clisp.org>
18703
18704         Protect against address arithmetic overflow.
18705         * lib/printf-args.h: Include stddef.h.
18706         (arguments): Change type of field 'count' to size_t.
18707         * lib/printf-args.c (printf_fetchargs): Use size_t instead of
18708         'unsigned int' where appropriate.
18709         * lib/printf-parse.h: Include sys/types.h.
18710         (char_directive): Change type of *arg_index fields to ssize_t.
18711         (char_directives): Change type of fields 'count', max_*_length to
18712         size_t.
18713         * lib/printf-parse.c: Include sys/types.h and xsize.h.
18714         (SSIZE_MAX): Define fallback value.
18715         (PRINTF_PARSE): Use size_t instead of 'unsigned int' and ssize_t
18716         instead of 'int' where appropriate. Check a_allocated, d_allocated
18717         against overflow. Reject %m$ argument numbers > SSIZE_MAX + 1.
18718         * lib/vasnprintf.c: Include xsize.h.
18719         (VASNPRINTF): Use size_t instead of 'unsigned int' where appropriate.
18720         Check alloca, malloc, realloc, ENSURE_ALLOCATION arguments against
18721         overflow. Avoid wraparound when converting a width or precision from
18722         decimal to binary.
18723
18724 2003-11-16  Bruno Haible  <bruno@clisp.org>
18725
18726         Update from GNU gettext.
18727         * lib/printf-parse.c: Generalize to it can be compiled for wide
18728         strings.
18729         (PRINTF_PARSE, CHAR_T, DIRECTIVE, DIRECTIVES): New macros.
18730         * lib/vasnprintf.c: Generalize to it can be compiled for wide strings.
18731         (VASNPRINTF, CHAR_T, DIRECTIVE, DIRECTIVES, PRINTF_PARSE, USE_SNPRINTF,
18732         SNPRINTF): New macros.
18733         Don't include <alloca.h> if the file is used inside libintl.
18734         (local_wcslen): New function, for Solaris 2.5.1.
18735         (VASNPRINTF): Use it instead of wcslen.
18736
18737 2003-11-16  Bruno Haible  <bruno@clisp.org>
18738
18739         * lib/xsize.h (xmax): New function.
18740         (xsum, xsum3, xsum4): Declare as "pure" functions.
18741
18742 2003-11-12  Paul Eggert  <eggert@twinsun.com>
18743
18744         * modules/xalloc (Files): Undo latest change, since xalloc.h
18745         no longer needs SIZE_MAX or PTRDIFF_MAX.
18746
18747 2003-11-12  Paul Eggert  <eggert@twinsun.com>
18748
18749         * m4/xalloc.m4 (gl_PREREQ_XALLOC): Do not require gl_SIZE_MAX or
18750         gl_PTRDIFF_MAX.
18751
18752 2003-11-12  Paul Eggert  <eggert@twinsun.com>
18753
18754         * lib/xstrtol.c (__xstrtol): Remove "break" immediately after
18755         "return", to pacify some unknown compiler.  Problem reported
18756         by Joerg Schilling.
18757
18758 2003-11-12  Paul Eggert  <eggert@twinsun.com>
18759
18760         * lib/xalloc.h: Do not include <limits.h> or <stdint.h>.
18761         (xalloc_oversized): Use sizeof (ptrdiff_t) and sizeof (size_t) for
18762         the heuristic, rather than PTRDIFF_MAX and SIZE_MAX.  This
18763         heuristic is just as accurate as far as we know, and it removes a
18764         dependency on size_max.m4 and ptrdiff_max.m4.
18765
18766 2003-11-11  Bruno Haible  <bruno@clisp.org>
18767
18768         * modules/xsize (Files): Add m4/size_max.m4.
18769         * modules/xalloc (Files): Add m4/size_max.m4, m4/ptrdiff_max.m4.
18770
18771 2003-11-11  Bruno Haible  <bruno@clisp.org>
18772
18773         * m4/size_max.m4: New file.
18774         * m4/ptrdiff_max.m4: New file.
18775         * m4/xsize,m4 (gl_XSIZE): Require gl_SIZE_MAX.
18776         * m4/xalloc.m4 (gl_PREREQ_XALLOC): New macro.
18777         (gl_XALLOC): Invoke it.
18778
18779 2003-11-11  Bruno Haible  <bruno@clisp.org>
18780
18781         * lib/xsize.h (SIZE_MAX): Remove fallback definition.
18782         * lib/xalloc.h: Include limits.h. Assume SIZE_MAX and PTRDIFF_MAX are
18783         defined.
18784
18785 2003-11-10  Paul Eggert  <eggert@twinsun.com>
18786
18787         * lib/xalloc.h (xalloc_oversized): [! (defined PTRDIFF_MAX &&
18788         PTRDIFF_MAX < SIZE_MAX)]: Fix off-by-one error that would have
18789         rejected some allocations of exactly SIZE_MAX - 2 bytes.
18790         From Bruno Haible.
18791         [defined PTRDIFF_MAX && PTRDIFF_MAX < SIZE_MAX]: Use SIZE_MAX,
18792         not (size_t) -1, since it's defined here.
18793
18794 2003-11-09  Karl Berry  <karl@gnu.org>
18795
18796         * config/mkinstalldirs, depcomp, mdate-sh: update from automake.
18797
18798 2003-11-06  Paul Eggert  <eggert@twinsun.com>
18799
18800         * lib/xalloc.h [HAVE_STDINT_H]: Include <stdint.h>.
18801         (xalloc_oversized) [! (PTRDIFF_MAX < SIZE_MAX)]:
18802         Reject sizes of exactly SIZE_MAX bytes.
18803         * lib/xreadlink.c: Include "xalloc.h" before checking whether SIZE_MAX
18804         is defined, since "xalloc.h" now defines SIZE_MAX on modern hosts.
18805
18806 2003-11-05  Bruno Haible  <bruno@clisp.org>
18807
18808         * lib/xsize.h: Include limits.h, to avoid a possible collision with
18809         SIZE_MAX defined in <limits.h> on Solaris.
18810
18811 2003-11-04  Jim Meyering  <jim@meyering.net>
18812
18813         * modules/sysexits: Use the `$(VAR)' notation for AC_SUBST'd
18814         variable names, rather than @VAR@.
18815         * modules/poll: Likewise.
18816
18817 2003-11-04  Bruno Haible  <bruno@clisp.org>
18818
18819         * modules/xsize: New file.
18820         * modules/linebreak: Depend on xsize.
18821         * MODULES.html.sh (func_all_modules): Add xsize.
18822
18823 2003-11-04  Bruno Haible  <bruno@clisp.org>
18824
18825         * m4/xsize.m4: New file.
18826
18827 2003-11-04  Bruno Haible  <bruno@clisp.org>
18828
18829         * lib/xsize.h: New file.
18830         * lib/linebreak.c: Include xsize.h.
18831         (mbs_possible_linebreaks, mbs_width_linebreaks): Check malloc()
18832         argument for overflow.
18833         Suggested by Paul Eggert.
18834
18835 2003-11-03  Karl Berry  <karl@gnu.org>
18836
18837         * config/config.{guess,sub}: update from config.
18838
18839 2003-11-03  Jim Meyering  <jim@meyering.net>
18840
18841         * modules/userspec (lib_SOURCES): Add userspec.h.
18842         (Include): Add "userspec.h".
18843         Improve description.
18844
18845 2003-11-03  Jim Meyering  <jim@meyering.net>
18846
18847         * lib/userspec.c: Include "userspec.h".
18848         * lib/userspec.h: New file.
18849
18850 2003-11-03  Bruno Haible  <bruno@clisp.org>
18851
18852         * m4/wait-process.m4 (gl_WAIT_PROCESS): Also check for waitid.
18853
18854 2003-11-03  Bruno Haible  <bruno@clisp.org>
18855
18856         * lib/wait-process.c (wait_process): Use waitid with WNOWAIT if
18857         available, to avoid (extremely rare) race condition.
18858         Suggested by Paul Eggert.
18859
18860 2003-11-02  Karl Berry  <karl@gnu.org>
18861
18862         * config/srclist.txt (vasprintf.c): sync broken, sigh.
18863
18864 2003-10-31  Paul Eggert  <eggert@twinsun.com>
18865
18866         * lib/mountlist.h (struct mount_entry.me_type_malloced): New member.
18867         * lib/mountlist.c (SIZE_MAX): Define if not defined already.
18868         (read_filesystem_list): Set and use me_type_malloced.
18869         Use "sizeof *me" rather than "sizeof (struct mount_entry)" (or
18870         whatever the type happens to be), for brevity and consistency.
18871         Check for size calculation overflow on Alphas running OSF/1.
18872
18873 2003-10-31  Jim Meyering  <jim@meyering.net>
18874
18875         * lib/hash.c: Include "xalloc.h" for use of xalloc_oversized.
18876
18877         * lib/linebuffer.c: Include <string.h> for declaration of memset.
18878
18879 2003-10-30  Paul Eggert  <eggert@twinsun.com>
18880             Bruno Haible  <bruno@clisp.org>
18881
18882         * lib/vasprintf.c: Include <limits.h>, <stdlib.h>.
18883         (vasprintf): Fail if the resulting length doesn't fit in an 'int'.
18884
18885 2003-10-30  Paul Eggert  <eggert@cs.ucla.edu>
18886
18887         * m4/host-os.m4 (UTILS_HOST_OS): Change netbsd*-gnu pattern back to
18888         netbsd*-gnu*.  Suggested by Robert Millan.
18889
18890 2003-10-29  Paul Eggert  <eggert@twinsun.com>
18891
18892         * modules/group-member: Depend on stdbool.
18893
18894 2003-10-29  Paul Eggert  <eggert@twinsun.com>
18895
18896         * m4/xalloc.m4 (gl_XALLOC): Undo previous change.
18897
18898 2003-10-29  Paul Eggert  <eggert@twinsun.com>
18899
18900         * m4/host-os.m4 (UTILS_HOST_OS): Resurrect netbsd*-gnu.  Add comments
18901         to it, and to knetbsd*-gnu and kfreebsd*-gnu.  Remove the '*' from
18902         after the 'gnu' in these cases.  This fixes some bugs in the
18903         previous change, and is based on suggestions by Robert Millan.
18904
18905 2003-10-29  Paul Eggert  <eggert@twinsun.com>
18906
18907         * lib/xalloc.h (xalloc_oversized): Now a macro, not a function,
18908         so that it works even if SIZE_MAX < N.  Do not include <stdbool.h>;
18909         no longer needed.
18910         * lib/quotearg.c (quotearg_n_options): Use it.
18911         * lib/group-member.c: Include <stdbool.h>.
18912         (free_group_info): Arg is now const *; don't free arg.
18913         (get_group_info): Now returns bool and accepts struct group_info *,
18914         rather than returning a malloc'ed struct group_info *.
18915         All uses changed.  Check for overflow in internal size calculation.
18916
18917         * lib/getusershell.c (readname): Simplify the code by using x2nrealloc
18918         rather than xmalloc/xrealloc.
18919         * lib/linebuffer.c (initbuffer, readlinebuffer): Simplify the code by
18920         using x2realloc rather than xmalloc/xrealloc.  Also, fix a C
18921         conformance bug: the old code used a pointer after freeing the
18922         storage that it addressed.
18923         * lib/hash.c (hash_initialize): Simplify the code by using
18924         xalloc_oversized rather than doing it by hand.
18925         * lib/getgroups.c (getgroups): Don't use xrealloc, since we don't need
18926         the buffer preserved.  Use free and xmalloc instead.
18927         * lib/quotearg.c (quotearg_n_options): Likewise.
18928         Use a simpler test for size overflow.  Don't use xalloc_oversized
18929         because unsigned int might be wider than size_t (!); this suggests
18930         that we should switch from unsigned int to size_t for slot numbers.
18931
18932 2003-10-28  Paul Eggert  <eggert@twinsun.com>
18933
18934         * m4/host-os.m4 (UTILS_HOST_OS): Identify GNU/KFreeBSD and
18935         GNU/KNetBSD.  These implementations use glibc atop the FreeBSD and
18936         NetBSD kernels.  Requested by Richard Stallman.
18937
18938 2003-10-27  Paul Eggert  <eggert@twinsun.com>
18939
18940         * lib/exclude.c (new_exclude): Use xzalloc rather than xmalloc
18941         to allocate the returned structure.  Do not allocate a subarray,
18942         as x2nrealloc will do that.
18943         (add_exclude): Use x2nrealloc to reallocate ex->exclude,
18944         instead of xnrealloc.
18945         (add_exclude_file): Use x2realloc instead of malloc + xnrealloc.
18946
18947 2003-10-27  Bruno Haible  <bruno@clisp.org>
18948
18949         * lib/stdbool_.h: Better support for BeOS.
18950
18951 2003-10-26  Paul Eggert  <eggert@twinsun.com>
18952
18953         * m4/xalloc.m4 (gl_XALLOC): Requore AC_C_INLINE, since xalloc.h
18954         now uses inline.
18955
18956 2003-10-26  Paul Eggert  <eggert@twinsun.com>
18957
18958         * lib/xalloc.h (xalloc_oversized): New static inline function, for
18959         callers that want to do their own size-overflow checking.  Include
18960         <stdbool.h>, since xalloc_oversized returns bool.
18961         * lib/xalloc.c (array_size_overflow): Remove.  All callers changed
18962         to use xalloc_oversized.
18963
18964         Add two functions x2realloc, x2nrealloc, for programs that grow
18965         arrays dynamically by doubling their sizes.
18966         * lib/xalloc.h (x2realloc, x2nrealloc): New decls.
18967         * lib/xmalloc.c (x2nrealloc_inline, x2nrealloc, x2realloc):
18968         New functions.
18969
18970         Port to C99 semantics for 'inline' of external functions.
18971         Bug reported by Bruno Haible.
18972         * lib/xmalloc.c (xnmalloc_inline): New static inline function,
18973         with the old contents of xnmalloc.
18974         (xnmalloc, xmalloc): Use it.
18975         (xnrealloc_inline): New static inline function,
18976         with the old contents of xnrealloc.
18977         (xnrealloc, xrealloc): Use it.
18978
18979         * lib/alloc.c (alloca): xmalloc cannot return NULL, so don't test for
18980         that.
18981
18982 2003-10-26  Karl Berry  <karl@gnu.org>
18983
18984         * config/srclist.txt (COPYING.DOC): no longer available from
18985         /gd/gnuorg; don't know where the ultimate source is.
18986
18987 2003-10-25  Paul Eggert  <eggert@twinsun.com>
18988
18989         Fix several address-calculation bugs in the hash modules,
18990         plus some minor code cleanup.
18991
18992         * lib/hash.h: Include <stdbool.h>, for bool.
18993         * lib/hash.c: Don't include <stdbool.h>, since hash.h does it now.
18994         * lib/hash.h (Hash_hasher, hash_get_n_buckets, hash_get_n_buckets_used,
18995         hash_get_n_entries, hash_get_max_bucket_length,
18996         hash_get_entries, hash_do_for_each, hash_string, hash_initialize,
18997         hash_rehash): Use size_t rather than unsigned.
18998         * lib/hash.c (struct hash_table, hash_get_n_buckets,
18999         hash_get_n_buckets_used, hash_get_n_entries,
19000         hash_get_max_bucket_length, hash_table_ok, hash_print_statistics,
19001         hash_get_entries, hash_do_for_each, hash_string, is_prime,
19002         next_prime, hash_initialize, hash_rehash, hash_delete, hash_print):
19003         Likewise.
19004         (SIZE_MAX): Define if not defined.
19005         (hash_get_max_bucket_length, hash_table_ok, hash_lookup,
19006         hash_get_first, hash_get_next, hash_get_entries, hash_do_for_each,
19007         hash_print):
19008         Use const * when possible.
19009         (hash_string): Use (unsigned char) *P rather than *(unsigned char *) P.
19010         (check_tuning): Fix bug: if tuning parameters were very close to
19011         0 or 1, rounding errors could have caused subscript violations.
19012         (hash_initialize, allocate_entry, hash_print): Remove unnecessary cast.
19013         (hash_initialize): Add 'fail:' label
19014         to free table and return NULL, and use it to simplify code.
19015         Use calloc rather than clearing the storage ourself.
19016         (hash_initialize, hash_rehash): Check for arithmetic overflow in
19017         buffer size calculations.
19018         * lib/hash-pjw.h (hash_pjw): Use size_t, not unsigned.
19019         Include <stddef.h>, for size_t.
19020         * lib/hash-pjw.c (hash_pjw): Likewise.
19021         Switch to method described by Bruno Haible.
19022         Include <limits.h>, for CHAR_BIT.
19023         (SIZE_BITS): New macro.
19024
19025 2003-10-23  Paul Eggert  <eggert@twinsun.com>
19026
19027         * m4/getline.m4 (AM_FUNC_GETLINE):
19028         Don't include getndelim2.o twice into LIBOBJS; this breaks on some
19029         hosts.  Problem reported by Derek Robert Price in
19030         <http://mail.gnu.org/archive/html/bug-gnulib/2003-10/msg00092.html>.
19031         This patch can be withdrawn after Autoconf 2.58 is required for gnulib.
19032         * m4/getndelim2.m4 (gl_GETNDELIM2): Likewise.
19033
19034 2003-10-21  Paul Eggert  <eggert@twinsun.com>
19035
19036         * lib/getndelim2.c (getndelim2): When size calculation overflows,
19037         ceiling the allocation at NMAX bytes rather than silently
19038         discarding input bytes before NMAX is reached.  This makes
19039         a difference only if NMAX exceeds SIZE_MAX / 2.
19040
19041         * lib/obstack.c: Merge from glibc.
19042         [defined _LIBC]: Include <obstack.h>, not "obstack.h".
19043         Add libc_hidden_def (_obstack_newchunk).
19044         (_obstack_free) [! defined _LIBC]: Remove.
19045         [defined _LIBC]: Make a strong alias from obstack_free, rather than
19046         a clone of the function body.
19047         (fputs) [defined _LIBC && defined USE_IN_LIBIO]: Remove.
19048         [defined _LIBC && !defined USE_IN_LIBIO]: Include <libio/iolibio.h>.
19049
19050         * lib/obstack.h: Indenting cleanup, to make it easier to merge with
19051         glibc.
19052         (obstack_grow, obstack_grow0): Remove unnecessary parentheses around
19053         arg to memcpy.
19054
19055         * lib/obstack.h (obstack_1grow_fast): Properly parenthesize arg.
19056         (obstack_ptr_grow_fast, obstack_int_grow_fast):
19057         Don't use lvalue casts, as GCC plans to remove support for them
19058         in GCC 3.5.  Reported by Joseph S. Myers.  This bug
19059         was also present in the non-GCC version, indicating that this
19060         code had always been buggy and had never been widely used.
19061         (obstack_1grow, obstack_ptr_grow, obstack_int_grow, obstack_blank):
19062         Use the fast variant of each macro, rather than copying the
19063         definiens of the fast variant; that way, we'll be more likely to
19064         catch future bugs in the fast variants.
19065
19066 2003-10-20  Bruno Haible  <bruno@clisp.org>
19067
19068         * modules/wait-process: New file.
19069         * MODULES.html.sh (func_all_modules): Add wait-process.
19070
19071 2003-10-20  Bruno Haible  <bruno@clisp.org>
19072
19073         * m4/wait-process.m4: New file.
19074
19075 2003-10-20  Bruno Haible  <bruno@clisp.org>
19076
19077         * lib/wait-process.h: New file, from GNU gettext.
19078         * lib/wait-process.c: New file, from GNU gettext.
19079
19080 2003-10-19  Jim Meyering  <jim@meyering.net>
19081
19082         * lib/vasnprintf.c (vasnprintf): Work around losing snprintf on
19083         HPUX 10.20.
19084
19085 2003-10-18  Karl Berry  <karl@gnu.org>
19086
19087         * config/config.guess: update from config.
19088
19089 2003-10-16  Paul Eggert  <eggert@twinsun.com>
19090
19091         * lib/getgroups.c: Include <errno.h>, <stdlib.h>.
19092         (getgroups): First arg is int, not size_t.
19093         Don't let 'free' mangle errno.
19094
19095 2003-10-16  Paul Eggert  <eggert@twinsun.com>
19096
19097         * README: Mention that gnulib assumes that (foo *) NULL + 0 == NULL.
19098
19099 2003-10-16  Karl Berry  <karl@gnu.org>
19100
19101         * config/config.{guess,sub}: update from config.
19102
19103 2003-10-16  Jim Meyering  <jim@meyering.net>
19104
19105         * lib/xmalloc.c: Include <string.h>, for declarations of memset and
19106         memcpy.
19107
19108 2003-10-15  Paul Eggert  <eggert@twinsun.com>
19109
19110         * lib/exclude.c: Do not include <inttypes.h> or <stdint.h>.
19111         (SIZE_MAX): Remove.
19112         (new_exclude, add_exclude_file): Initial size no longer needs to
19113         be a power of 2.
19114         (add_exclude, add_exclude_file): Use xnrealloc instead of rolling
19115         our own address arithmetic overflow checking.
19116
19117         * lib/fnmatch.c (SIZE_MAX): Define if standard headers don't.
19118         (fnmatch): Do not alloca more than 2000 wide characters;
19119         instead, use malloc for large buffers.
19120         Check for address arithmetic overflow, and return -1
19121         with errno set to ENOMEM in that case.
19122         * lib/fnmatch_loop.c (ALLOCA_LIMIT): New macro.
19123         (NEW_PATTERN): Do not alloca more than 8000 bytes;
19124         instead, return -1.  Check for address arithmetic overflow.
19125
19126 2003-10-14  Paul Eggert  <eggert@twinsun.com>
19127
19128         Handle invalid suffixes and overflow independently, so that
19129         callers can treat them independently as needed.  Fix some bugs in
19130         suffix handling, e.g., "100k@" was not diagnosed as an invalid
19131         suffix for a human-readable blocksize.  The major caller-visible
19132         change is the addition of a new
19133         LONGINT_INVALID_SUFFIX_CHAR_WITH_OVERFLOW enum value, indicating
19134         that both overflow and suffix chars were found.
19135
19136         * lib/human.c (humblock): Don't check separately for invalid suffix
19137         char; that is xstrtoumax's job (now that its bug is fixed).
19138         * lib/xstrtoimax.c (STRTOL_T_MINIMUM, STRTOL_T_MAXIMUM) [defined
19139         INTMAX_MAX]: New macros.
19140         * lib/xstrtol.c (STRTOL_T_MINIMUM, STRTOL_T_MAXIMUM, TYPE_MINIMUM,
19141         TYPE_MAXIMUM): New macros.
19142         (bkm_scale, bkm_scale_by_power): Return strtol_error, not int.
19143         (bkm_scale, bkm_scale_by_power, __xstrtol): Return maximal values
19144         if overflow occurs, as it's what __strtol does and it's more useful
19145         in practice.
19146         (__xstrtol): If __strtol reports some error other than ERANGE,
19147         reflect it to the caller as LONGINT_INVALID.  If it reports
19148         ERANGE, continue the rest of parsing, and report LONGINT_OVERFLOW
19149         | LONGINT_INVALID_SUFFIX_CHAR if both errors occur.
19150         * lib/xstrtol.h (LONGINT_INVALID_SUFFIX_CHAR_WITH_OVERFLOW): New enum
19151         value.
19152         (_STRTOL_ERROR): Handle it.  Abort when given unknown error codes.
19153         * lib/xstrtoul.c (STRTOL_T_MINIMUM, STRTOL_T_MAXIMUM): New macros.
19154         * lib/xstrtoumax.c (STRTOL_T_MINIMUM, STRTOL_T_MAXIMUM)
19155         [defined UINTMAX_MAX]: New macros.
19156
19157 2003-10-14  Bruno Haible  <bruno@clisp.org>
19158
19159         * modules/fatal-signal: Add m4/sig_atomic_t.m4 to file list.
19160
19161 2003-10-14  Bruno Haible  <bruno@clisp.org>
19162
19163         * m4/sig_atomic_t: New file, from GNU gettext.
19164         * m4/fatal-signal.m4 (gl_FATAL_SIGNAL): Require gt_TYPE_SIG_ATOMIC_T.
19165
19166 2003-10-14  Bruno Haible  <bruno@clisp.org>
19167
19168         * lib/fatal-signal.h: Improved comments. Suggested by Paul Eggert.
19169         * lib/fatal-signal.c: Use sig_atomic_t. Suggested by Paul Eggert.
19170         Also use volatile where needed.
19171
19172 2003-10-12  Paul Eggert  <eggert@twinsun.com>
19173
19174         * modules/xalloc: Do not depend on 'exit'.  Depend on 'stdbool'.
19175         Change maintainer from Bruno Haible to 'all'.
19176
19177 2003-10-12  Paul Eggert  <eggert@twinsun.com>
19178
19179         * m4/xalloc.m4 (gl_PREREQ_XMALLOC): Require AC_C_INLINE.
19180
19181 2003-10-12  Paul Eggert  <eggert@twinsun.com>
19182
19183         * lib/xalloc.h (xnmalloc, xzalloc, xnrealloc, xclone): New decls.
19184         (XMALLOC, XCALLOC, XREALLOC, XFREE, CCLONE, CLONE): Deprecate,
19185         and define in terms of the other primitives.
19186         * lib/xmalloc.c: Include stdbool.h; do not include exit.h.
19187         (SIZE_MAX): Define if not already defined.
19188         (array_size_overflow): New function.
19189         (xalloc_die): Abort instead of exiting if 'error' returns.
19190         (xnmalloc, xnrealloc, xzalloc, xclone): New functions.
19191         (xmalloc, xrealloc): Use them.
19192         (xcalloc): Check for address arithmetic overflow.
19193         * lib/xstrdup.c (xstrdup): Use xclone, since memcpy should be
19194         a bit faster than strcpy.
19195
19196 2003-10-10  Simon Josefsson  <jas@extundo.com>
19197
19198         * modules/argp (Depends-on): Add restrict and strcase.
19199
19200 2003-10-10  Simon Josefsson  <jas@extundo.com>
19201
19202         * m4/argp.m4: Add AC_C_INLINE.
19203
19204 2003-10-08  Paul Eggert  <eggert@twinsun.com>
19205
19206         Merge getpass from libc, plus a few fixes.
19207
19208         * lib/getpass.c (HAVE_STDIO_EXT) [_LIBC]: Define to 1.
19209         Include <stdbool.h>.
19210         Include <stdio_ext.h> if HAVE_STDIO_H, otherwise define
19211         __fsetlocking to empty.
19212         [_LIBC]: Do not include "getline.h" or "unlocked-io.h", but
19213         do include <bits/libc-lock.h>.
19214         Do not include <fcntl.h>; not needed.
19215         [_LIBC]: Include <wchar.h>.
19216         (NOTCANCEL_MODE): New macro.
19217         (flockfile, funlockfile) [_LIBC]: New macros.
19218         (__libc_cleanup_push, __libc_cleanup_pop, __getline, __tcgetattr)
19219         [!_LIBC]: New macros.
19220         (call_fclose): New function.
19221         (getpass): Use it.  Save tty stream separately; this simplifies the
19222         code and makes it more reliable if stdin happens to equal stdout.
19223         Invoke __fsetlocking on tty.
19224         Handle thread cancellation if needed.
19225         Namespace cleanup (use __tcgetattr, __getline).
19226         Use bool for Booleans.
19227         [USE_IN_LIBIO]: Handle wide streams.
19228         [!_LIBC]: Unconditionally do the fseek, since we don't know what
19229         stream might go where.
19230
19231         * lib/unlocked-io.h: Include <stdio.h>, so that the caller
19232         doesn't have to include <stdio.h> before us.
19233         (clearerr_unlocked, feof_unlocked, ferror_unlocked,
19234         fflush_unlocked, fgets_unlocked, fputc_unlocked, fputs_unlocked,
19235         fread_unlocked, fwrite_unlocked, getc_unlocked, getchar_unlocked,
19236         putc_unlocked, putchar_unlocked): Define to the unlocked counterpart
19237         if not declared, so that we can use getpass.c code from libc without
19238         rewriting it.
19239         (flockfile, ftrylockfile, funlockfile): New macros.
19240
19241 2003-10-08  Paul Eggert  <eggert@twinsun.com>
19242
19243         * modules/getpass: Depend on stdbool.
19244
19245 2003-10-08  Paul Eggert  <eggert@twinsun.com>
19246
19247         * m4/getpass.m4 (gl_PREREQ_GETPASS): Check for stdio_ext.h.
19248
19249 2003-10-07  Karl Berry  <karl@gnu.org>
19250
19251         * config/config.{guess,sub}: update from config.
19252
19253 2003-10-06  Jim Meyering  <jim@meyering.net>
19254             Bruno Haible  <bruno@clisp.org>
19255
19256         This lets translators provide better translations for the
19257         "Written by ..." part of --version output.
19258         * lib/version-etc.h: Include stdarg.h.
19259         (version_etc_copyright): Declare as readonly.
19260         (version_etc): Make this function variadic with a NULL-terminated list
19261         of author name strings.
19262         (version_etc_va): New declaration.
19263         * lib/version-etc.c: Include stdarg.h, stdlib.h.
19264         (version_etc_copyright): Declare as readonly.
19265         (version_etc_va): New function. Provide a different translatable string
19266         for each possible number of authors < 10. Abbreviate when there are 10
19267         authors or more.
19268         (version_etc): Make this function variadic. Call version_etc_va.
19269         Suggestion from Gary V. Vaughan.
19270
19271         * lib/long-options.h (parse_long_options): Change prototype: the
19272         authors string is moved to the end and becomes variadic.
19273         * lib/long-options.c: Include stdarg.h.
19274         (parse_long_options): Make this function variadic, too.
19275         Call version_etc_va, not version_etc.
19276
19277 2003-10-06  Bruno Haible  <bruno@clisp.org>
19278
19279         * modules/version-etc-2: Remove file.
19280         * MODULES.html.sh (func_all_modules): Remove version-etc-2.
19281
19282 2003-10-06  Bruno Haible  <bruno@clisp.org>
19283
19284         * modules/fatal-signal: New file.
19285         * MODULES.html.sh (func_all_modules): Add fatal-signal.
19286
19287 2003-10-06  Bruno Haible  <bruno@clisp.org>
19288
19289         * m4/fatal-signal.m4: New file.
19290         * m4/signalblocking.m4: New file, from GNU gettext.
19291
19292 2003-10-06  Bruno Haible  <bruno@clisp.org>
19293
19294         * lib/version-etc-2.h: Remove file.
19295         * lib/version-etc-2.c: Remove file.
19296
19297 2003-10-06  Bruno Haible  <bruno@clisp.org>
19298
19299         * lib/fatal-signal.h: New file, from GNU gettext.
19300         * lib/fatal-signal.c: New file, from GNU gettext.
19301
19302 2003-10-05  Paul Eggert  <eggert@twinsun.com>
19303
19304         * README: Rework advice for preventing empty .o files.
19305         Don't recommend ELIDE constructs.  Recommend <stddef.h>,
19306         not <sys/types.h>.
19307
19308 2003-10-04  Karl Berry  <karl@gnu.org>
19309
19310         * lib/argp*: update from libc.
19311
19312 2003-10-04  Karl Berry  <karl@gnu.org>
19313
19314         * config/config.{guess,sub}: update from config.
19315
19316 2003-10-02  Bruno Haible  <bruno@clisp.org>
19317
19318         * modules/lchown (Include): Add lchown.h.
19319         * modules/time_r (Include): Use "..." syntax.
19320         * modules/xgetdomainname (Include): Add xgetdomainname.h.
19321
19322 2003-10-01  Simon Josefsson  <jas@extundo.com>
19323
19324         * MODULES.html.sh (func_all_modules): Move gethostname from section
19325         'based on' to section 'lacking' POSIX:2001.
19326
19327 2003-10-01  Larry Jones  <lawrence.jones@eds.com>
19328
19329         * lib/getpass.c (getpass): Use a no-op fseek when switching from input
19330         to output mode on the same stream.
19331
19332 2003-09-29  Paul Eggert  <eggert@twinsun.com>
19333
19334         * lib/strftime.c (tm_diff) [! HAVE_TM_GMTOFF]:
19335         Fix arg typo in previous patch.
19336
19337 2003-09-28  Jim Meyering  <jim@meyering.net>
19338
19339         * lib/error.c: Correct cpp indentation.
19340
19341 2003-09-27  Paul Eggert  <eggert@twinsun.com>
19342
19343         * modules/free: New file.
19344
19345 2003-09-27  Paul Eggert  <eggert@twinsun.com>
19346
19347         * m4/free.m4: New file.
19348
19349 2003-09-27  Paul Eggert  <eggert@twinsun.com>
19350
19351         * lib/minmax.h (MIN, MAX)
19352         [__STDC__ && defined __GNUC__ && __GNUC__ >= 2]:
19353         Omit the special code that used __typeof__, since we worry that
19354         it could be more trouble than it's worth.  See:
19355         http://mail.gnu.org/archive/html/bug-gnulib/2003-01/msg00090.html
19356         http://mail.gnu.org/archive/html/bug-gnulib/2003-01/msg00095.html
19357
19358         * lib/free.c: New file.
19359
19360 2003-09-27  Oskar Liljeblad  <oskar@osk.mine.nu>
19361
19362         Trivial fixes to Makefile.am parts of module listings.
19363         * modules/strstr: Append strstr.h to lib_SOURCES.
19364         * modules/strcase: Likewise, for strcase.h.
19365
19366 2003-09-27  Karl Berry  <karl@gnu.org>
19367
19368         * config/mkinstalldirs: update from automake.
19369
19370 2003-09-26  Paul Eggert  <eggert@twinsun.com>
19371
19372         * lib/error.c (SIZE_MAX) [!defined SIZE_MAX]: Define.
19373         (error_tail): Do not loop, reallocating temporary buffer, since
19374         the output cannot contain more wide characters than the input
19375         contains bytes, the size must be big enough already.  This avoids
19376         one potential size overflow calculation.  Check for size overflow
19377         when calculating temporary buffer size.  Free temporary buffer
19378         when done, if it was allocated with malloc; this plugs a memory
19379         leak.  Remove casts from void * to pointers, that are no longer
19380         needed now that we're assuming C89 or better.
19381
19382         Merge error changes from glibc.
19383
19384         * lib/error.c, error.h: Update copyright notice header to match glibc.
19385         * lib/error.c [defined _LIBC]: Include <errno.h>, <bits/libc-lock.h>.
19386         (error, error_at_line) [defined _LIBC && defined __libc_ptf_call]:
19387         Disable cancellation while printing error.
19388         * lib/error.h: Prepend __ to parameter names.
19389
19390 2003-09-26  Jim Meyering  <jim@meyering.net>
19391
19392         * lib/error.c (error_tail): Move some declarations
19393         into inner scope where the local variables are used.
19394
19395 2003-09-26  Bruno Haible  <bruno@clisp.org>
19396
19397         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Add comments about the AIX
19398         stpncpy().
19399         Don't define stpncpy through config.h; it's now done through stpncpy.h.
19400
19401 2003-09-26  Bruno Haible  <bruno@clisp.org>
19402
19403         * lib/stpncpy.h (gnu_stpncpy): New declaration.
19404         (stpncpy): Define as alias for gnu_stpncpy.
19405         * lib/stpncpy.c [!_LIBC]: Define gnu_stpncpy, not stpncpy.
19406
19407 2003-09-25  Simon Josefsson  <jas@extundo.com>
19408
19409         * lib/xgetdomainname.h: New file.
19410         * lib/xgetdomainname.c: New file.
19411
19412 2003-09-25  Simon Josefsson  <jas@extundo.com>
19413             Bruno Haible  <bruno@clisp.org>
19414
19415         * modules/getdomainname: New file.
19416         * modules/xgetdomainname: New file.
19417         * MODULES.html.sh (func_all_modules): Add getdomainname,
19418         xgetdomainname.
19419
19420 2003-09-25  Simon Josefsson  <jas@extundo.com>
19421             Bruno Haible  <bruno@clisp.org>
19422
19423         * m4/getdomainname.m4: New file.
19424
19425 2003-09-25  Simon Josefsson  <jas@extundo.com>
19426             Bruno Haible  <bruno@clisp.org>
19427
19428         * lib/getdomainname.h: New file.
19429         * lib/getdomainname.c: New file.
19430
19431 2003-09-25  Karl Berry  <karl@gnu.org>
19432
19433         * lib/argp-fmtstream.c, argp-help.c: update from libc.
19434
19435 2003-09-25  Karl Berry  <karl@gnu.org>
19436
19437         * config/install-sh: update from automake.
19438
19439 2003-09-25  Bruno Haible  <bruno@clisp.org>
19440
19441         * modules/version-etc-2: New file, from modules/version-etc with
19442         modifications.
19443         * MODULES.html.sh (func_all_modules): Add version-etc-2.
19444
19445 2003-09-25  Bruno Haible  <bruno@clisp.org>
19446
19447         * lib/version-etc-2.h: New file, from version-etc.h with modifications.
19448         * lib/version-etc-2.c: New file, from version-etc.c with modifications.
19449
19450 2003-09-24  Simon Josefsson  <jas@extundo.com>
19451
19452         * modules/xgethostname: Add xgethostname.h.
19453
19454 2003-09-24  Paul Eggert  <eggert@twinsun.com>
19455
19456         * lib/linebuffer.c (freebuffer): Don't free the argument, just
19457         the buffer associated with the argument.  Bug reported by
19458         Simon Josefsson.
19459
19460 2003-09-24  Paul Eggert  <eggert@twinsun.com>
19461
19462         * README: Document assumptions that 'int' is at least 32 bits
19463         wide, that integer arithmetic is 2's complement without overflow,
19464         that there are no holes in integer values, that adding sizes of
19465         two nonoverlapping objects can't overflow, and that all-bits-zero
19466         yields scalar zero.  Fix spelling and capitalization typos.
19467
19468 2003-09-19  Karl Berry  <karl@gnu.org>
19469
19470         * lib/argp.h: update from libc.
19471
19472 2003-09-17  Paul Eggert  <eggert@twinsun.com>
19473
19474         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Call AC_BEFORE first,
19475         to avoid spurious warnings like "AC_RUN_IFELSE was called before
19476         gl_USE_SYSTEM_EXTENSIONS" from autoreconf.
19477
19478 2003-09-17  Paul Eggert  <eggert@twinsun.com>
19479
19480         * gnulib-tool: Use "test -h", not "test -L", for portability
19481         to Solaris 8 /bin/sh.  (This bug is fixed in Solaris 9.)
19482         (tags_regexp): Remove, since \| doesn't conform to POSIX.
19483         (sed_extract_prog): Issue s commands one-by-one, rather than
19484         using \| in one s command.
19485
19486 2003-09-16  Paul Eggert  <eggert@twinsun.com>
19487
19488         * lib/linebuffer.c (readlinebuffer): Return NULL immediately upon
19489         input error, instead of returning NULL the next time we are called
19490         (and therefore losing track of errno).
19491
19492 2003-09-16  Bruno Haible  <bruno@clisp.org>
19493
19494         * gnulib-tool (func_create_testdir): Warn about duplicated
19495         dependencies.
19496
19497 2003-09-15  Paul Eggert  <eggert@twinsun.com>
19498
19499         * modules/argmatch, modules/fatal, modules/obstack,
19500         modules/xalloc, modules/xgethostname: Sort dependencies by
19501         importance, not alphabetically.
19502
19503 2003-09-15  Paul Eggert  <eggert@twinsun.com>
19504
19505         * lib/getndelim2.c (getndelim2): Don't trash errno when a read
19506         fails, so that the caller gets the proper errno.
19507
19508         * lib/readutmp.c (read_utmp): Likewise.
19509         Check for fstat error.  Close stream and free storage
19510         when failing.
19511
19512 2003-09-14  Karl Berry  <karl@gnu.org>
19513
19514         * config/srclist.txt (strdup.c): disable for c89 changes.
19515
19516 2003-09-14  Jim Meyering  <jim@meyering.net>
19517
19518         * lib/getloadavg.c: Correct cpp indentation.
19519         * lib/strdup.c: Likewise.
19520         * lib/vasnprintf.c: Likewise.
19521
19522 2003-09-14  Bruno Haible  <bruno@clisp.org>
19523
19524         * modules/fwriteerror: New file.
19525         * MODULES.html.sh (func_all_modules): Add fwriteerror.
19526
19527 2003-09-14  Bruno Haible  <bruno@clisp.org>
19528
19529         * lib/fwriteerror.h: New file.
19530         * lib/fwriteerror.c: New file.
19531
19532 2003-09-12  Paul Eggert  <eggert@twinsun.com>
19533
19534         * modules/argmatch, modules/exitfail, modules/fatal, modules/obstack,
19535         modules/xgethostname, modules/xalloc: Depend on exit.
19536
19537 2003-09-12  Paul Eggert  <eggert@twinsun.com>
19538
19539         * m4/error.m4: Require AC_FUNC_STRERROR_R rather than invoking it.
19540
19541         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Require AC_AIX
19542         and AC_MINIX, too, so that their extensions are available.
19543
19544         * m4/prereq.m4 (jm_PREREQ_ADDEXT): Remove.  All uses removed.
19545         This macro has been superseded by gl_BACKUPFILE.
19546
19547         More patches to assume C89 or better.
19548
19549         * m4/error.m4 (gl_ERROR): Don't check for vprintf.
19550
19551         * m4/check-decl.m4 (jm_CHECK_DECLS): Include <string.h>, <stdlib.h>
19552         unconditionally.
19553         * m4/closeout.m4 (gl_CLOSEOUT): Don't check for stdlib.h.
19554         * m4/gettimeofday.m4 (AC_FUNC_GETTIMEOFDAY_CLOBBER):
19555         Include <string.h>, <stdlib.h> unconditionally.
19556         * m4/lstat.m4 (gl_PREREQ_LSTAT): Don't check for stdlib.h, free.
19557         * m4/readdir.m4 (GL_FUNC_READDIR): Don't check for string.h.
19558         * m4/readutmp.m4 (gl_PREREQ_READUTMP): Don't check for standard C
19559         headers or for string.h.
19560         * m4/strtoumax.m4 (gl_PREREQ_STRTOUMAX): Don't check for stdlib.h
19561         or strtoul.
19562
19563         * m4/mkstemp.m4 (jm_PREREQ_TEMPNAME): Do not require standard C
19564         headers.
19565         * m4/strdup.m4 (gl_PREREQ_STRDUP): Likewise.
19566         * m4/userspec.m4 (gl_USERSPEC): Likewise.
19567         * m4/xalloc.m4 (gl_PREREQ_XMALLOC): Likewise.
19568         * m4/xstrtod.m4 (gl_XSTRTOD): Likewise.
19569         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Likewise.
19570         * m4/strftime.m4 (_jm_STRFTIME_PREREQS): Don't check for limits.h,
19571         memcpy, memset.
19572         (jm_FUNC_GNU_STRFTIME): Don't require standard C headers.
19573         * m4/strtod.m4 (gl_FUNC_STRTOD): Do not check for float.h.
19574         * m4/strtoimax.m4 (gl_PREREQ_STRTOIMAX): Do not check for stdlib.h,
19575         strtol.
19576         * m4/strtol.m4 (gl_FUNC_STRTOL): Do not check for limits.h.
19577         * m4/userspec.m4 (gl_USERSPEC): Do not check for string.h.
19578         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Do not check for string.h, strtol,
19579         strtoul.
19580
19581 2003-09-12  Paul Eggert  <eggert@twinsun.com>
19582
19583         * lib/argmatch.c, fatal.c, xgethostname.c, xmalloc.c: Include exit.h.
19584         * lib/obstack.c [!defined _LIBC]: Likewise.
19585         * lib/argmatch.c (EXIT_FAILURE): Remove; now done by exit.h
19586         * lib/exitfail.c, fatal.c, xgethostname.c, xmalloc.c: Likewise.
19587         * lib/exitfail.c: Don't include stdlib.h; no longer needed.
19588
19589         More changes to assume C89 or better.
19590
19591         * lib/error.c (error_tail): Assume vprintf.
19592
19593         * lib/argmatch.c (getenv): Remove decl.
19594         * lib/progreloc.c (get_full_program_name): Define via prototype.
19595         * lib/setenv.c (clearenv): Likewise.
19596         * lib/stpncpy.c: Do not include <string.h> or <sys/types.h>; not
19597         needed.
19598         * lib/strdup.c: Include <stdlib.h>, <string.h> unconditionally.
19599         (malloc, memcpy): Remove decls.
19600         * lib/strftime.c (HAVE_LIMITS_H, STDC_HEADERS) [defined _LIBC]: Remove.
19601         (HAVE_MEMCPY) [defined emacs && !defined HAVE_BCOPY]: Remove.
19602         Include <limits.h>, <stddef.h>, <stdlib.h>, <string.h> unconditionally.
19603         (memcpy): Remove macro.
19604         (MEMCPY) [!defined COMPILE_WIDE]: Define to memcpy unconditionally.
19605         (__P): Remove.  All uses removed.
19606         (PTR): Remove.  All uses changed to void *.
19607         (CHAR_BIT, NULL): Remove.
19608         (spaces, zeros, memset_space, memset_zero)
19609         [!defined memset && !defined HAVE_MEMSET && !defined _LIBC]:
19610         Remove.
19611         (LOCALE_PARAM, LOCALE_PARAM_DECL): Remove.
19612         (memcpy_lowcase, memcpy_uppcase, tm_diff, iso_week_days):
19613         Define with prototype.
19614         Remove now-unnecessary prototype decl.
19615         (extra_args_spec): Assume ANSI C.  All uses changed.
19616         (extra_args_spec_iso): Remove.
19617         (my_strftime, emacs_strftimeu): Define via prototype.
19618         * lib/strtod.c: Include <float.h>, <stdlib.h>, <string.h>
19619         unconditionally.
19620         (DBL_MAX, DBL_MIN, HUGE_VAL, NULL): Remove decls.
19621         * lib/strtoimax.c: Include <stdlib.h> unconditionally.
19622         (strtoul, strtol): Remove decls.
19623         * lib/strtol.c (STDC_HEADERS, HAVE_LIMITS_H, NULL, ULONG_MAX,
19624         LONG_MAX): Remove.
19625         Include <limits.h>, <stddef.h>, <stdlib.h>, <string.h> unconditionally.
19626         (LOCALE_PARAM_DECL): Remove.  All uses changed to LOCALE_PARAM_PROTO.
19627         (LOCALE_PARAM_PROTO): New macro.
19628         (INTERNAL, INTERNAL1, WEAKNAME): Assume ANSI C, not K&R.
19629         (INTERNAL (strtol), strtol): Define with a prototype.
19630         (PARAMS): Remove.  All uses removed.
19631         * lib/tempname.c: Include <string.h> unconditionally.
19632         * lib/userspec.c: Include <stdlib.h>, <string.h> unconditionally.
19633         * lib/xgethostname.c (main): Define with a prototype.
19634         * lib/xmalloc.c: Include "xalloc.h" first, to check interface.
19635         Include <stdlib.h> unconditionally.
19636         (calloc, malloc, realloc, free): Remove decls.
19637         * lib/xstrtod.c: Include "xstrtod.h" first, to check interface.
19638         Include <stdlib.h> unconditionally.  Sort include file names.
19639         (strtod): Remove.
19640         (xstrtod): Define with a prototype.
19641         * lib/xstrtol.c: Include <stdlib.h>, <string.h> unconditionally.
19642         (strtol, strtoul): Remove decls.
19643
19644 2003-09-11  Paul Eggert  <eggert@twinsun.com>
19645
19646         More patches to assume C89 or better.
19647         * m4/strndup.m4 (gl_PREREQ_STRNDUP): Remove STDC_HEADERS check.
19648         * m4/strnlen.m4 (gl_PREREQ_STRNLEN): Don't check for memory.h,
19649         string.h, memchr, STDC_HEADERS.
19650
19651 2003-09-11  Paul Eggert  <eggert@twinsun.com>
19652
19653         * lib/strndup.c: Don't include <stdio.h>, <sys/types.h>.
19654         Include <stdlib.h>, <string.h> unconditionally.
19655         Remove now-unnecessary cast to char *.
19656         * lib/strnlen.c: Include <string.h> unconditionally.
19657         * lib/yesno.c (yesno): Define with a prototype.
19658
19659 2003-09-11  Bruno Haible  <bruno@clisp.org>
19660
19661         * config/srclist.txt (setenv.c, unsetenv.c): Disable for the moment.
19662
19663 2003-09-10  Jim Meyering  <jim@meyering.net>
19664
19665         * lib/error.c: Correct indentation of cpp directives.
19666
19667 2003-09-10  Bruno Haible  <bruno@clisp.org>
19668
19669         * m4/strcspn.m4 (gl_PREREQ_STRCSPN): Remove <string.h> check.
19670         * m4/strpbrk.m4 (gl_PREREQ_STRPBRK): Remove <string.h> check.
19671         * m4/strstr.m4 (gl_PREREQ_STRSTR): Remove <string.h> check.
19672         * m4/unicodeio.m4 (gl_UNICODEIO): Remove <string.h> check.
19673         * m4/setenv.m4 (gl_PREREQ_SETENV, gl_PREREQ_UNSETENV): Remove
19674         <stdlib.h> and <string.h> checks.
19675         * m4/xreadlink.m4 (gl_XREADLINK): Remove <stdlib.h> check.
19676         * m4/yesno.m4 (gl_YESNO): Remove <stdlib.h> check.
19677
19678 2003-09-10  Bruno Haible  <bruno@clisp.org>
19679
19680         * lib/strcspn.c: Include <string.h> unconditionally.
19681         * lib/strpbrk.c: Include <string.h> unconditionally.
19682         * lib/strstr.c: Include <string.h> unconditionally.
19683         * lib/unicodeio.c: Include <string.h> unconditionally.
19684         * lib/setenv.c: Include <stdlib.h> and <string.h> unconditionally.
19685         * lib/unsetenv.c: Likewise.
19686         * lib/xreadlink.c: Include <stdlib.h> unconditionally.
19687         * lib/yesno.c: Include <stdlib.h> unconditionally.
19688         (rpmatch): Add prototype.
19689
19690 2003-09-09  Paul Eggert  <eggert@twinsun.com>
19691
19692         More patches to assume C89 or better.
19693         * m4/getcwd.m4 (AC_FUNC_GETCWD_NULL): Don't check for stdlib.h.
19694         * m4/getopt.m4 (gl_GETOPT): Don't check for string.h.
19695         * m4/getugroups.m4 (gl_GETUGROUPS): Do not check for standard C headers
19696         or for string.h.
19697         * m4/getusershell.m4 (gl_PREREQ_GETUSERSHELL): Do not check for
19698         stdlib.h.
19699         * m4/group-member.m4 (gl_PREREQ_GROUP_MEMBER): Do not require standard
19700         C headers.
19701         * m4/hard-locale.m4 (gl_HARD_LOCALE): Do not check for stdlib.h,
19702         string.h.
19703         * m4/hash.m4 (gl_HASH): Do not check for stdlib.h, malloc, free.
19704         * m4/human.m4 (gl_HUMAN): Do not check for stdlib.h, string.h, getenv.
19705         * m4/idcache.m4 (gl_IDCACHE): Do not check for standard C headers,
19706         or for string.h.
19707         * m4/long-options.m4 (gl_LONG_OPTIONS): Do not check for stdlib.h.
19708         * m4/makepath.m4 (gl_MAKEPATH): Do not check for string.h or standard
19709         C headers.
19710         * m4/md5.m4 (gl_MD5): Don't check for limits.h, standard C headers,
19711         memcpy.
19712         * m4/sha.m4 (gl_SHA): Don't check for standard Cheaders, memcpy.
19713         * m4/memchr.m4 (jm_PREREQ_MEMCHR): Don't check for limits.h, stdlib.h.
19714         * m4/memcmp.m4 (gl_PREREQ_MEMCMP): Don't check for string.h.
19715         * m4/memcoll.m4 (gl_MEMCOLL): Likewise.
19716         * m4/memrchr.c (gl_PREREQ_MEMRCHR): Don't check for limits.h.
19717         * m4/mkdir-slash.m4 (gl_PREREQ_MKDIR): Don't check for stdlib.h,
19718         string.h, free.
19719         * m4/mktime.m4 (gl_PREREQ_MKTIME): Don't check for standard C headers.
19720         * m4/modechange.m4 (gl_MODECHANGE): Don't check for standard C headers.
19721         * m4/mountlist.m4 (gl_PREREQ_MOUNTLIST_EXTRA): Don't check for standard
19722         C headers, or for string.h.
19723         * m4/obstack.m4 (gl_OBSTACK): Don't check for stddefe.h, string.h.
19724         (gl_PREREQ_OBSTACK): Don't check for stdlib.h.
19725         * m4/path-concat.m4 (gl_PATH_CONCAT): Don't check for standard C
19726         headers, memory.h, stdlib.h, string.h, strings.h.
19727         * m4/posixtm.m4 (gl_POSIXTM): Don't check for stdlib.h, string.h.
19728         * m4/posixver.m4 (gl_POSIXVER): Don't check for getenv.
19729         * m4/putenv.m4 (gl_PREREQ_PUTENV): Don't check for string.h, memcpy,
19730         strchr.
19731         * m4/readtokens.m4 (gl_READTOKENS): Don't check for standard C
19732         headers, memory.h, string.h.
19733         * m4/regex.m4 (jm_PREREQ_REGEX): Do not check for limits.h, string.h.
19734         * m4/rename.m4 (gl_PREREQ_RENAME): Do not check for stdlib.h, string.h,
19735         free.
19736         * m4/rpmatch.m4 (gl_PREREQ_RPMATCH): Don't check for standard C
19737         headers.
19738         * m4/same.m4 (gl_SAME): Don't check for stdlib.h, string.h, free.
19739         * m4/save-cwd.m4 (gl_SAVE_CWD): Don't check for standard C headers.
19740         * m4/savedir.m4 (gl_SAVEDIR): Don't check for standard C headers.
19741         * m4/strchrnul.m4 (gl_PREREQ_STRCHRNUL): Don't check for string.h.
19742         * m4/xgetcwd.m4 (gl_XGETCWD): Don't check for stdlib.h.
19743
19744 2003-09-09  Paul Eggert  <eggert@twinsun.com>
19745
19746         More K&R removal.
19747
19748         * lib/acosl.c (main): Use a prototype.
19749         * lib/asinl.c, cosl.c, expl.c, frexpl.c, ldexpl.c, sinl.c,
19750         tanl.c: Likewise.
19751
19752         * lib/getloadavg.c (getloadavg, main): Define via prototypes.
19753
19754         * lib/getopt.h (struct option.name): Assume C89, and use 'const'.
19755         (getopt, etopt_long, getopt_long_only, _getopt_internal)
19756         [defined __GNU_LIBRARY__]: Assume C89, so we can always declare
19757         with a prototype.
19758         * lib/getopt.c (const): Remove macro.
19759         Include <string.h> unconditionally.
19760         (my_index): Remove; all uses changed to strchr.
19761         (strlen): Remove decl.
19762         (exchange): Remove forward decl; no longer needed.
19763         (exchange, _getopt_initialize, _getopt_internal, getopt, main):
19764         Define with prototype.
19765         * lib/getopt1.c (const): Remove macro.
19766         (getopt_long, getopt_long_only, main): Define with prototype.
19767
19768         * lib/getugroups.c: Include <string.h> unconditionally.
19769
19770         * lib/getusershell.c: Include <stdlib.h> unconditionally.
19771         (getusershell, setusershell, endusershell, readname, main):
19772         Define with prototypes.
19773
19774         * lib/group-member.c: Include group-member.h first.
19775         Include <stdlib.h> unconditionally.
19776
19777         * lib/hard-locale.c: Include hard-locale.h first.
19778         Include <stdlib.h>, <string.h> unconditionally.
19779
19780         * lib/hash.c (free, malloc): Remove decls.
19781         Include <stdlib.h> unconditionally.
19782
19783         * lib/human.c: Include <stdlib.h>, <string.h> unconditionally.
19784         (getenv): Do not declare.
19785
19786         * lib/idcache.c: Include <string.h> unconditionally.
19787
19788         * lib/long-options.c: Include long-options.h first, to test interface.
19789         Include <stdlib.h> unconditionally.
19790
19791         * lib/makepath.c: Include makepath.h first, to test interface.
19792         Include <stdlib.h> and <string.h> unconditionally.
19793
19794         * lib/linebuffer.c: Include <stdlib.h>.
19795         (free): Remove decl.
19796
19797         * lib/malloc.c: Include <stdlib.h>, for malloc; don't bother with
19798         stddef.h. rpl_malloc returns void *, not char *.
19799         * lib/realloc.c (rpl_realloc): Likewise.  Also, define with a
19800         prototype.
19801
19802         * lib/md5.h: Include <limits.h> unconditionally.
19803         (UINT_MAX_32_BITS): Don't worry about non-__STDC__ case.
19804         (__P): Remove; all uses removed.
19805         * lib/md5.c: Include "md5.h" first.
19806         (md5_init_ctx, md5_read_ctx, md5_finish_ctx, md5_stream,
19807         md5_buffer, md5_process_bytes, md5_process_block):
19808         Define with prototypes.
19809         * lib/sha.h (__P): Remove all uses.  (It wasn't defined??)
19810         * lib/sha.c: Include "sha.h" first.
19811         Include <stdlib.h>, <string.h> unconditionally.
19812
19813         * lib/memchr.c (__ptr_t): Remove; all uses changed to void *.
19814         * lib/memcmp.c (__ptr_t): Likewise.
19815         * lib/memrchr.c (__ptr_t): Likewise.
19816         * lib/memchr.c, memcmp.c, memcoll.c, memrchr.c:
19817         Include <string.h> unconditionally.
19818         * lib/memchr.c, memrchr.c: Include <limits.h> unconditionally.
19819         * lib/memchr.c: Include <stdlib.h> unconditionally.
19820         * lib/memchr.c (LONG_MAX): Remove.
19821         * lib/memrchr.c (LONG_MAX): Likewise.
19822         * lib/memchr.c (__memchr): Define via a prototype.
19823         * lib/memrchr.c (__memrchr): Likewise.
19824         * lib/memcmp.c (__P): Remove, and remove all uses.
19825         (memcmp_bytes, memcmp_common_alignment, memcmp_not_common_alignment):
19826         Remove forward decls; no longer needed.
19827         * lib/memcpy.c, memmove.c, memset.c: Include <stddef.h>.
19828         Use types required by C89 in prototype.
19829
19830         * lib/mkdir.c: Include <stdlib.h>, <string.h> unconditionally.
19831         * lib/savedir.c: Likewise.
19832         * lib/mkdir.c (free): Remove decl.
19833         * lib/rmdir.c (rmdir): Define with a prototype.
19834         * lib/savedir.c: Include savedir.h first, to test interface.
19835
19836         * lib/mktime.c (STDC_HEADERS): Remove.
19837         Include <stdlib.h>, <string.h> unconditionally.
19838
19839         * lib/modechange.c: Include <stdlib.h> unconditionally.
19840         (malloc): Remove decl.
19841
19842         * lib/mountlist.c: Include <stdlib.h>, <string.h> unconditionally.
19843         (free): Remove decl.
19844
19845         * lib/obstack.h (PTR_INT_TYPE) [!defined __PTRDIFF_TYPE__]:
19846         Define to ptrdiff_t, without bothering to check HAVE_STDDEF_H.
19847         (This type really should be intptr_t, but that's a C99ism.)
19848         (_obstack_memcpy): Remove: all uses changed to memcpy.
19849         Include <string.h> unconditionally.
19850         (struct obstack): Assume __STDC__ for types of members
19851         chunkfun, freefun, extra_arg.
19852         (_obstack_newchunk, _obstack_free, _obstack_begin, _obstack_begin_1,
19853         _obstack_memory_used, obstack_alloc_failed_handler, obstack_init,
19854         obstack_begin, obstack_specify_allocation,
19855         obstack_specify_allocation_with_arg, obstack_chunkfun,
19856         obstack_freefun, obstack_free) [! (defined __STDC__ && __STDC__)]:
19857         Remove unprototyped decls and the macros that use them.
19858         * lib/obstack.c (POINTER): Remove.  All uses changed to void *.
19859         (obstack_alloc_failed_handler, CALL_CHUNKFUN, CALL_FREEFUN,
19860         _obstack_begin, _obstack_begin_1, _obstack_allocated_p)
19861         (defined __STDC__ && __STDC__)]:
19862         Remove nonprototyped code.
19863         Include <stdlib.h> unconditionally.
19864         (_obstack_begin, _obstack_begin_1, _obstack_newchunk,
19865         _obstack_allocated_p, _obstack_free, obstack_free,
19866         _obstack_memory_used, print_and_abort):
19867         Define using prototypes.
19868         (obstack_1grow, obstack_1grow_fast, obstack_alloc, obstack_base,
19869         obstack_blank, obstack_blank_fast, obstack_copy, obstack_copy0,
19870         obstack_finish, obstack_grow, obstack_grow0, obstack_make_room,
19871         obstack_next_free, obstack_object_size, obstack_room) [0]:
19872         Remove unused, unprototyped code.
19873
19874         * lib/path-concat.c: Include <stdlib.h>, <string.h> unconditionally.
19875
19876         * lib/physmem.c (physmem_total, physmem_available, main): Define
19877         with prototypes.
19878
19879         * lib/posixtm.c: Include <stdlib.h>, <string.h> unconditionally.
19880         (main): Define with a prototype.
19881
19882         * lib/posixver.c (getenv): Remove decl.
19883
19884         * lib/putenv.c (malloc): Returns void *, not char *.
19885         Include <string.h> unconditionally.
19886         (strchr, memcpy, NULL): Do not define.
19887
19888         * lib/readtokens.c: Include readtokens.h first, to test interface.
19889         Include <stdlib.h>, <string.h> unconditionally.
19890         (init_tokenbuffer): Define with a prototype.
19891
19892         * lib/regex.c (PARAMS): Remove.  All uses removed.
19893         All uses of _RE_ARGS removed, too.
19894         Include <stddef.h>, <stdlib.h>, <string.h>, <limits.h>
19895         unconditionally.
19896         (bzero): Assume memset exists.
19897         (memcmp, memcpy, NULL): Remove.
19898         (SIGN_EXTEND_CHAR): Remove; all uses replaced by casts to signed
19899         char, or assignments to local vars of type signed char.
19900         (init_syntax_once, PREFIX(extract_number_and_incr),
19901         PREFIX(print_partial_compiled_pattern),
19902         PREFIX(print_compiled_pattern), PREFIX(print_double_string),
19903         convert_mbs_to_wcs, print_fastmap, re_set_syntax,
19904         PREFIX(regex_grow_registers), PREFIX(regex_compile),
19905         PREFIX(store_op1), PREFIX(store_op2), PREFIX(insert_op1),
19906         PREFIX(insert_op2), PREFIX(at_begline_loc_p),
19907         PREFIX(at_endline_loc_p), group_in_compile_stack, insert_space,
19908         wcs_compile_range, byte_compile_range, truncate_wchar,
19909         PREFIX(re_compile_fastmap), re_compile_fastmap, re_set_registers,
19910         re_search, re_search_2, PREFIX(re_search_2), re_match, re_match_2,
19911         count_mbs_length, wcs_re_match_2_internal,
19912         byte_re_match_2_internal, PREFIX(group_match_null_string_p),
19913         PREFIX(alt_match_null_string_p),
19914         PREFIX(common_op_match_null_string_p), PREFIX(bcmp_translate),
19915         re_compile_pattern, re_comp, re_exec, regcomp, regexec, regerror,
19916         regfree, PREFIX(extract_number)): Define with prototype.  Remove
19917         now-unnecessary declaration, if any.
19918         (byte_compile_range, PREFIX(regex_compile), re_comp, re_exec,
19919         regcomp, regexec):
19920         Remove now-unnecessary casts among pointer types.
19921         * lib/regex.h (_RE_ARGS): Remove.  All uses removed.
19922
19923         * lib/rename.c: Include <stdlib.h>, <string.h> unconditionally.
19924         (free): Remove decl.
19925
19926         * lib/rpmatch.c: Include <stdlib.h> unconditionally.
19927
19928         * lib/same.c: Include <stdlib.h>, <string.h> unconditionally.
19929         (free): Remove decl.
19930
19931         * lib/save-cwd.c: Include <stdlib.h> unconditionally.
19932         * lib/xgetcwd.c: Likewise.
19933
19934         * lib/stat.c: Include <stdlib.h>, <string.h> unconditionally.
19935         (free): Remove decl.
19936
19937         * lib/strchrnul.c (strchrnul): Define with a prototype.
19938         Fix bug: c_in was not converted to char before searching.
19939
19940         The following changes are not K&R related:
19941
19942         * lib/group-member.h: Include <sys/types.h>, so that this file is
19943         self-contained.
19944         * lib/makepath.h: Likewise.
19945
19946         * lib/getusershell.c (readname, default_index, line_size, readname):
19947         Use size_t, not int, for sizes.
19948         (readname): If the size overflows, report an error instead of
19949         looping forever.
19950
19951 2003-09-09  Paul Eggert  <eggert@twinsun.com>
19952
19953         * config/srclist.txt: Do not get getopt.h, getopt1.c, or regex.h from
19954         libc.
19955
19956 2003-09-09  Paul Eggert  <eggert@twinsun.com>
19957
19958         * README: New section: portability guidelines.
19959
19960 2003-09-09  Derek Robert Price  <derek@ximbiot.com>
19961
19962         * m4/getndelim2.m4 (gl_PREREQ_GETNDELIM2): Assume stdlib.h per the
19963         C89 spec.
19964
19965 2003-09-09  Derek Robert Price  <derek@ximbiot.com>
19966
19967         * lib/getndelim2.c: Assume stdlib.h per the C89 spec.
19968
19969 2003-09-08  Paul Eggert  <eggert@twinsun.com>
19970
19971         Assume C89 or better; remove K&R cruft.
19972         A few of these changes were first proposed by Derek Robert Price
19973         in <http://mail.gnu.org/archive/html/bug-gnulib/2003-07/msg00105.html>.
19974
19975         * lib/addext.c: Include <string.h> unconditionally.
19976         * lib/backupfile.c: Include <string.h>, <stdlib.h> unconditionally.
19977         Don't declare getenv or malloc.
19978
19979         * lib/alloca.c: Include <string.h>, <stdlib.h> unconditionally.
19980         (POINTER_TYPE, pointer): Remove; all uses changed to void *.
19981         (NULL): Remove.
19982         (find_stack_direction, alloca): Use prototypes.
19983
19984         * lib/atexit.c (atexit): Define using a prototype.
19985
19986         * lib/basename.c, dirname.c, stripslash.c:
19987         Include <string.h> unconditionally.
19988
19989         * lib/bcopy.c: Include <stddef.h>.
19990         (bcopy): Define with prototype, using 'const' and 'void' and 'size_t'.
19991
19992         * lib/canon-host.c: Include <stdlib.h>, <string.h> unconditionally.
19993
19994         * lib/error.h (error, error_at_line, error_print_progname)
19995         [! (defined (__STDC__) && __STDC__)]: Remove decls.
19996         * lib/error.c: Include error.h first, to check interface.
19997         Include <stdarg.h>, <stdlib.h>, <string.h> unconditionally.
19998         (VA_START): Remove; all uses changeed to va_start.
19999         (exit, strerror): Remove decls.
20000         (error_print_progname): Prototype uncondionally.
20001         Don't include <errno.h>; no longer needed.
20002         (private_strerror): Remove.
20003         (error_tail): Always define.
20004         (error, error_at_line): Assume C89 or better; always use prototypes.
20005         * lib/fatal.c: Include "fatal.h" first, to test interface.
20006         Include <stdarg.h>, <stdlib.h>, <string.h> unconditionally.
20007         (VA_START): Remove; all uses changed to va_start.
20008         [! (HAVE_VPRINTF || HAVE_DOPRNT || _LIBC)]: Remove support for
20009         this case.
20010         (exit): Remove decl.
20011         (fatal): Prototype unconditionally.  Assume va_start works.
20012         Abort at end, to pacify gcc.
20013
20014         * lib/euidaccess.c (main): Define with a prototype.
20015
20016         * lib/exclude.c: Include <stdlib.h>, <string.h> unconditionally.
20017
20018         * lib/exitfail.c: Include <stdlib.h> unconditionally.
20019
20020         * lib/fnmatch_.h (__P): Remove.  All uses changed to assume
20021         prototypes.
20022         * lib/fnmatch.c: Include fnmatch.h first, to test interface.
20023         Include <string.h>, <stddef.h>, <stdlib.h> unconditionally.
20024         (getenv): Remove decl.
20025         (fnmatch): Define using a prototype.
20026         * lib/fnmatch_loop.c (FCT): Remove forward decl; no longer needed.
20027         (FCT): Define using a prototype.
20028
20029         * lib/getdate.y: Include <stdlib.h>, <string.h> unconditionally.
20030
20031         * lib/gethostname.c: Include <stddef.h>.
20032         (gethostname): Define with prototype.  Length is size_t, not int.
20033
20034 2003-09-08  Paul Eggert  <eggert@twinsun.com>
20035
20036         Assume C89 or better; remove K&R cruft.
20037         * m4/alloca.m4 (gl_PREREQ_ALLOCA): Don't check for stdlib.h, string.h.
20038         * m4/backupfile.m4 (gl_BACKUPFILE): Don't check for stdlib.h,
20039         string.h, getenv, malloc.
20040         * m4/dirname.m4 (gl_DIRNAME): Don't check for string.h or C standard
20041         headers.
20042         * m4/canon-host.m4 (gl_CANON_HOST): Don't check for string.h, stdlib.h.
20043         * m4/error.m4 (jm_PREREQ_ERROR): Do not require STDC headers, and
20044         do not check for strerror.
20045         * m4/exclude.m4: Do not check for stdlib.h, string.h, strings.h.
20046         * m4/exitfail.m4 (gl_EXITFAIL): Do not check for stdlib.h.
20047         * m4/fatal.m4 (gl_FATAL): Do not require STDC headers, and
20048         do not check for doprnt or vprintf.
20049         * m4/fnmatch.m4 (gl_PREREQ_FNMATCH_EXTRA): Remove.  All uses removed.
20050         * m4/getdate.m4 (gl_GETDATE): Don't check for stdlib.h or string.h.
20051
20052 2003-09-08  Paul Eggert  <eggert@twinsun.com>
20053
20054         * lib/getversion.c: Remove; was migrated to backupfile.c in 1997.
20055         getversion.c should have been removed then, but was accidentally
20056         preserved.
20057
20058         * lib/utime.c [!HAVE_UTIMES_NULL]: Include <sys/stat.h>, <fcntl.h>.
20059         (utime_null): Fix typo: 'st' was sometimes called 'sb'.
20060
20061 2003-09-08  Karl Berry  <karl@gnu.org>
20062
20063         * config/config.sub, config.guess, srclistvars.sh: update from savannah
20064                 config, forget about prep.
20065
20066         * config/depcomp, missing: update from automake.
20067
20068 2003-09-07  Paul Eggert  <eggert@twinsun.com>
20069
20070         * modules/time_r: Depend on 'restrict'.  Fix from Simon Josefsson in
20071         <http://mail.gnu.org/archive/html/bug-gnulib/2003-09/msg00028.html>.
20072
20073 2003-09-07  Paul Eggert  <eggert@twinsun.com>
20074
20075         * lib/time_r.c (gmtime_r, localtime_r): Fix silly typo: missing arg to
20076         copy_tm_result.  Bug reported by Simon Josefsson in
20077         <http://mail.gnu.org/archive/html/bug-gnulib/2003-09/msg00028.html>.
20078
20079 2003-09-06  Paul Eggert  <eggert@twinsun.com>
20080
20081         * m4/time_r.m4: New file.
20082         * m4/mktime.m4 (gl_PREREQ_MKTIME): Remove check for limits.h.
20083         * m4/timegm.m4 (gl_FUNC_TIMEGM): Assume that timegm is buggy if mktime
20084         is. Check for timegm declaration.
20085         (gl_PREREQ_TIMEGM): Require gl_FUNC_MKTIME.
20086         Do not check for gmtime_r.
20087         Replace mktime if __mktime_internal does not exist and if mktime
20088         hasn't been replaced already.
20089
20090 2003-09-06  Paul Eggert  <eggert@twinsun.com>
20091
20092         * lib/time_r.c, lib/time_r.h: New files.
20093
20094         * lib/mktime.c (my_mktime_localtime_r): Remove; all uses changed to
20095         __localtime_r.
20096         (__localtime_r) [!defined _LIBC]: New macro.  Include <time_r.h>.
20097         (__mktime_internal) [!defined _LIBC]: Now extern, not static.
20098
20099         * lib/strftime.c (my_strftime_gmtime_r): Remove; all uses changed to
20100         __gmtime_r.
20101         (my_strftime_localtime_r): Remove; all uses changed to __localtime_r.
20102         (__gtime_r, __localtime_r) [!HAVE_TM_GMTOFF]: New macros.
20103         Include <time_r.h>.
20104
20105         * lib/timegm.c: Switch to glibc implementation, with the following
20106         changes:
20107         [defined HAVE_CONFIG_H]: Include <config.h>.
20108         [!defined _LIBC]: Include "timegm.h" rather than <time.h>.
20109         (__mktime_internal) [!defined _LIBC]: New decl.
20110         (__gmtime_r) [!defined _LIBC]: New macro and function.
20111         (timegm): Use a prototype, since gnulib assumes C89.
20112         Do not bother declaring tmp to be const, as it's not really usefu.
20113         * lib/timegm.h: Hoist "#include <time.h>" out of #ifdef.
20114         (timegm): Declare only if HAVE_DECL_TIMEGM.
20115
20116 2003-09-06  Paul Eggert  <eggert@twinsun.com>
20117
20118         * MODULES.html.sh (func_all_modules): Add time_r.
20119         * modules/time_r: New file.
20120         * modules/mktime, modules/strftime, modules/timegm: Depend on time_r.
20121         * modules/timegm: Depend on mktime.  Change maintainer to "all, glibc".
20122
20123 2003-09-03  Paul Eggert  <eggert@twinsun.com>
20124
20125         * lib/human.c (human_readable): Fix bug that rounded 10501 to 10k.
20126         Bug reported by Lute Kamstra in
20127         <http://mail.gnu.org/archive/html/bug-gnulib/2003-09/msg00003.html>.
20128
20129         * lib/getdate.y (relative_time_table): Use tDAY_UNIT for "tomorrow",
20130         "yesterday", "today", and "now" rather than tMINUTE_UNIT.  Of
20131         course with correspondingly smaller numbers for tomorrow and
20132         yesterday.  From Tadayoshi Funaba.  Originally installed into
20133         sh-utils on 1999-08-07, but the patch got lost (I guess during the
20134         coreutils merge?).
20135
20136 2003-08-31  Simon Josefsson  <jas@extundo.com>
20137
20138         * modules/timegm: New file.
20139         * MODULES.html.sh (func_all_modules): Add timegm.
20140
20141 2003-08-31  Simon Josefsson  <jas@extundo.com>
20142
20143         * m4/timegm.m4: New file.
20144
20145 2003-08-31  Simon Josefsson  <jas@extundo.com>
20146
20147         * lib/timegm.h: New file.
20148         * lib/timegm.c: New file.  Based on
20149         wget-1.8.2/src/http.c:mktime_from_utc.
20150
20151 2003-08-31  Karl Berry  <karl@gnu.org>
20152
20153         * lib/argp.h: update from libc.
20154
20155 2003-08-28  Bruno Haible  <bruno@clisp.org>
20156
20157         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Remove AC_DEFINE of fnmatch here.
20158         This avoids havoc on compilers for which '#define fnmatch rpl_fnmatch'
20159         followed by '#define fnmatch fnmatch_posix' gives an error.
20160
20161 2003-08-28  Bruno Haible  <bruno@clisp.org>
20162
20163         * lib/binary-io.h: Undefine O_BINARY before defining it. This avoids a
20164         warning on QNX, which defines O_BINARY to 000000.
20165
20166 2003-08-27  Jim Meyering  <jim@meyering.net>
20167
20168         * m4/mkstemp.m4: Require that the system mkstemp be able to create
20169         70 temporary files, not just 30.  Tru64 V4.0F's mkstemp function
20170         would fail after 32.  Reported by Danny Levinson.  Details here:
20171         http://mail.gnu.org/archive/html/bug-coreutils/2003-08/msg00124.html
20172
20173 2003-08-24  Bruno Haible  <bruno@clisp.org>
20174
20175         * lib/binary-io.h: Include <stdio.h>, to avoid a compilation error when
20176         MSVC7 <stdio.h> is included later.
20177
20178 2003-08-22  Simon Josefsson  <jas@extundo.com>
20179
20180         * modules/strndup (Makefile.am): Add strndup.h to lib_SOURCES.
20181
20182 2003-08-20  Karl Berry  <karl@gnu.org>
20183
20184         * m4/lib-ld.m4: serial 1003 from gettext, no changes besides serial.
20185
20186 2003-08-20  Bruno Haible  <bruno@clisp.org>
20187
20188         * modules/progname: New file.
20189         * MODULES.html.sh (func_all_modules): Add progname.
20190
20191 2003-08-20  Bruno Haible  <bruno@clisp.org>
20192
20193         * lib/progname.h: New file, from GNU gettext.
20194         * lib/progname.c: New file, from GNU gettext.
20195         * lib/progreloc.c: New file, from GNU gettext.
20196
20197 2003-08-19  Jim Meyering  <jim@meyering.net>
20198
20199         * m4/lib-ld.m4: Revert yesterday's change, per Bruno's request here:
20200         http://mail.gnu.org/archive/html/bug-gnulib/2003-08/msg00155.html
20201
20202 2003-08-19  Bruno Haible  <bruno@clisp.org>
20203
20204         * m4/xalloc.m4 (gl_PREREQ_XSTRDUP): Don't check for <string.h> any
20205         more.
20206
20207 2003-08-19  Bruno Haible  <bruno@clisp.org>
20208
20209         * lib/xstrdup.c: Assume <string.h> exists.
20210
20211 2003-08-18  Paul Eggert  <eggert@twinsun.com>
20212
20213         * modules/stdbool: Add BUILT_SOURCES.  Prefer $@ to target name
20214         in makefile rules.
20215
20216 2003-08-18  Jim Meyering  <jim@meyering.net>
20217
20218         * m4/getloadavg.m4: Use [\t ], not [ \t] (where \t is a literal TAB).
20219         * m4/lib-ld.m4: Likewise.
20220
20221 2003-08-18  Jim Meyering  <jim@meyering.net>
20222
20223         * lib/setenv.h: Indent nested cpp directive.
20224         * lib/vasnprintf.c: Remove trailing blanks.
20225
20226 2003-08-17  Simon Josefsson  <jas@extundo.com>
20227
20228         * modules/xstrndup: New file.
20229         * MODULES.html.sh (func_all_modules): Add xstrndup.
20230
20231 2003-08-17  Simon Josefsson  <jas@extundo.com>
20232
20233         * modules/argp: Fix autoconf macro name. Add more dependencies.
20234
20235 2003-08-17  Simon Josefsson  <jas@extundo.com>
20236
20237         * m4/xstrndup.m4: New file.
20238
20239 2003-08-17  Simon Josefsson  <jas@extundo.com>
20240
20241         * m4/argp.m4: New file.
20242
20243 2003-08-17  Simon Josefsson  <jas@extundo.com>
20244             Bruno Haible  <bruno@clisp.org>
20245
20246         * lib/xstrndup.h: New file.
20247         * lib/xstrndup.c: New file.
20248
20249 2003-08-17  Bruno Haible  <bruno@clisp.org>
20250
20251         * modules/strndup (Files, Include): Add lib/strndup.h.
20252
20253 2003-08-17  Bruno Haible  <bruno@clisp.org>
20254
20255         * modules/euidaccess (Files): Add lib/euidaccess.h.
20256
20257 2003-08-17  Bruno Haible  <bruno@clisp.org>
20258
20259         * lib/strndup.h: New file.
20260
20261 2003-08-17  Bruno Haible  <bruno@clisp.org>
20262
20263         * gnulib-tool (func_create_testdir): Handle gl_USE_SYSTEM_EXTENSIONS
20264         like AC_GNU_SOURCE.
20265         * modules/extensions (configure.ac): Comment out the invocation of
20266         gl_USE_SYSTEM_EXTENSIONS.
20267
20268 2003-08-16  Paul Eggert  <eggert@twinsun.com>
20269
20270         Merges from coreutils, etc.
20271         * m4/rpmatch.m4 (gl_PREREQ_RPMATCH): Insert ':' to prevent a syntax
20272         error in gl_FUNC_MATCH.  This fixes a bug I introduced on 2003-05-28.
20273         * m4/readlink.m4 (gl_PREREQ_READLINK): Renamed from gl_PREREQ_READLINE,
20274         fixing a typo.
20275         * m4/host-os.m4 (UTILS_HOST_OS): Add GNU/NetBSD, GNU/FreeBSD.
20276         * m4/hash.m4 (gl_HASH): Use AM_STDBOOL_H, not AC_HEADER_STDBOOL.
20277
20278 2003-08-16  Paul Eggert  <eggert@twinsun.com>
20279
20280         Document merge from coreutils.
20281         * modules/alloca: Append $(ALLOCA_H) to BUILT_SOURCES.
20282         * modules/fnmatch: Append $(FNMATCH_H) to BUILT_SOURCES.
20283         * modules/utime: Add m4/utimes-null.m4.
20284
20285 2003-08-16  Paul Eggert  <eggert@twinsun.com>
20286
20287         * lib/regex.h, strdup.c, strtoll.c, strtoul.c: Do not normalize white
20288         space, undoing this 2003-08-12 change:
20289         <http://mail.gnu.org/archive/html/bug-gnulib/2003-08/msg00080.html>
20290
20291 2003-08-16  Paul Eggert  <eggert@twinsun.com>
20292
20293         * config/srclist.txt: Get regex.h, strdup.c, strtoll.c,
20294         strtoul.c from libc, undoing this 2003-08-12 change:
20295         <http://mail.gnu.org/archive/html/bug-gnulib/2003-08/msg00080.html>
20296
20297 2003-08-16  Jim Meyering  <jim@meyering.net>
20298
20299         Merges from coreutils.
20300         * m4/readdir.m4 (GL_FUNC_READDIR): Change name to have GL_ (not jm_)
20301         prefix.  Adjust cache variables similarly.  Create 500 rather than
20302         just 300 files, to exercise bug on Darwin6.5, too.
20303         * m4/perl.m4 (jm_PERL): Use $am_missing_run, not undefined
20304         $missing_dir.
20305         * m4/jm-winsz1.m4: Require AC_SYS_POSIX_TERMIOS, not
20306         AM_SYS_POSIX_TERMIOS.
20307         Reported by mkc@mathdogs.com.
20308         Also change use of $am_cv_sys_posix_termios
20309         to $ac_cv_sys_posix_termios.  Reported by Andreas Schwab.
20310         * m4/getgroups.m4 (jm_FUNC_GETGROUPS): Rewrite to use AC_FUNC_GETGROUPS
20311         and (if needed) to call AC_LIBOBJ and to set GETGROUPS_LIB.
20312         * m4/fsusage.m4 [__GLIBC__]: GNU libc's statvfs stats each mount point
20313         in /proc/mounts until it finds one with matching device number.  This
20314         is unnecessary when the FILE argument *is* a mount point.  No stat call
20315         is necessary in that case.  So, disable the statvfs-testing code on
20316         systems with GNU libc.  Reported by Andrei Gaponenko via Tim Waugh
20317         as RedHat bug# 84846.
20318         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC): Limit stack size
20319         to 1MB, so as not to render systems with no stack size limit (e.g.,
20320         linux-2.2.x) unusable.  Suggestion and code from Bruno Haible.
20321         Include <unistd.h>.  On some systems,
20322         it is required for the definition of _SC_PAGESIZE.
20323
20324 2003-08-16  Jim Meyering  <jim@meyering.net>
20325
20326         Merge from coreutils.
20327         * lib/xstrtoimax.c: #else #if -> #elif.
20328         * lib/xstrtoumax.c: Likewise.
20329
20330 2003-08-16  Jim Meyering  <jim@meyering.net>
20331
20332         * m4/utimes.m4 (gl_FUNC_UTIMES): New file.
20333         * m4/utimes.m4: Removed.
20334         * m4/utimes-null.m4: Renamed from utimes.m4.
20335
20336         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC): Limit stack size
20337         to 1MB, so as not to render systems with no stack size limit (e.g.,
20338         linux-2.2.x) unusable.  Suggestion and code from Bruno Haible.
20339         Include <unistd.h>.  On some systems,
20340         it is required for the definition of _SC_PAGESIZE.
20341
20342 2003-08-16  Jim Meyering  <jim@meyering.net>
20343         and Paul Eggert  <eggert@cs.ucla.edu>
20344
20345         Merges from coreutils, etc.
20346
20347         * m4/jm-macros.m4 (AC_LANG_SOURCE(C)): New macro, undefine, then define
20348         using the latest version from cvs.  This avoids problems with #line
20349         directives using a vendor (Sun) compiler.
20350         (jm_MACROS): Bump prerequisite from 2.52g to 2.57.
20351         Don't set GETGROUPS_LIB here; now it's
20352         done via getgroups.m4's wrapper function.
20353         AC_SUBST OPTIONAL_BIN_PROGS, OPTIONAL_BIN_ZCRIPTS, and MAN here,
20354         rather than just in sh-util/configure.in, so that the
20355         now-shared-by-fileutils-and-textutils lib/Makefile.am are all the
20356         same.
20357         Use AC_CONFIG_LIBOBJ_DIR(lib) to tell the new
20358         AC_FUNC_GETLOADAVG where to find getloadavg.c.
20359         Require AC_FUNC_FTW, gt_INTTYPES_PRI, gl_CLOCK_TIME,
20360         UTILS_SYS_OPEN_MAX, GL_FUNC_GETCWD_PATH_MAX, GL_FUNC_READDIR,
20361         gl_FSUSAGE, gl_MOUNTLIST, AC_FUNC_CANONICALIZE_FILE_NAME.
20362         Remove code that is now done by the newly-required macros.
20363         Append $(EXEEXT) to DF_PROG.
20364         AC_LIBOBJ fchdir-stub if fchdir doesn't exist; similarly for fchown.
20365         Do not invoke or require the following here,
20366         since prereq.m4 or some gnulib .m4 now does this for us:
20367         gl_REGEX, UTILS_FUNC_MKDIR_TRAILING_SLASH, jm_BISON, gl_FUNC_MKTIME,
20368         jm_FUNC_LSTAT, jm_FUNC_STAT, jm_FUNC_REALLOC, jm_FUNC_MALLOC,
20369         jm_FUNC_NANOSLEEP, jm_FUNC_READDIR, jm_FUNC_MEMCMP,
20370         jm_FUNC_GLIBC_UNLOCKED_IO, AC_FUNC_FNMATCH_GNU, jm_FUNC_PUTENV,
20371         jm_AC_PREREQ_XSTRTOUMAX, jm_AC_PREREQ_XSTRTOIMAX,
20372         AC_FUNC_ERROR_AT_LINE, jm_FUNC_GNU_STRFTIME, AC_FUNC_VPRINTF,
20373         vb_FUNC_RENAME, UTILS_FUNC_MKSTEP, jm_FUNC_UTIME, AM_FUNC_GETLINE,
20374         AC_FUNC_OBSTACK.
20375         Do not replace the following functions, as this is now the job
20376         of some gnulib .m4: strcasecmp, strncasecmp, dup2, gethostname,
20377         getusershell, sig2str, strcspn, stpcpy, strstr, strtol, strtoul
20378         strpbrk, euidaccess, memcmp, rmdir, rpmatch, strndup, strverscmp,
20379         atexit getpass, strdup, getpagesize.
20380         Replace 'raise'.
20381         Do not check for the following functions, as this is now the job
20382         of some gnulib .m4: bcopy, canonicalize_file_name, fchdir, ftime,
20383         getcwd, getmntinfo, resolvepath.  But check for sysctl, setreuid,
20384         setregid.
20385         (jm_CHECK_ALL_HEADERS): Do not check for fenv.h.
20386         Check for sys/sysctl.h.
20387         (jm_CHECK_ALL_TYPES): Do not require AC_STRUCT_TM, AC_STRUCT_TIMEZONE,
20388         jm_CHECK_TYPE_STRUCT_TIMESPEC.  Invoke gt_TYPE_SSIZE_T instead
20389         of checking for ssize_t ourselves.
20390
20391         * m4/prereq.m4 (jm_PREREQ): Don't invoke macros; AC_REQUIRE them.
20392         Require every macro that gnulib/modules/* suggests for us.
20393         (jm_PREREQ_ADDEXT): New macro.
20394         (jm_PREREQ_STAT): Check for 'struct statfs' on Ultrix 4.4.
20395         Require jm_AC_TYPE_LONG_LONG instead of invoking it.
20396
20397         * m4/physmem.m4 (gl_SYS__SYSTEM_CONFIGURATION): New macro.
20398         (gl_PHYSMEM): Use it.
20399         Also check for `table' function.
20400         Check for new headers and functions.
20401         Add check for sys/sysmp.h.
20402         With suggestions from Kaveh Ghazi.
20403         Ignore headers that are present but cannot be compiled.  This
20404         avoids spurious warnings on Solaris 9 sparc with Forte Developer 7
20405         C 5.4.
20406
20407 2003-08-15  Paul Eggert  <eggert@twinsun.com>
20408
20409         Document merge from coreutils.
20410         * modules/userspec: Depend on posixver.
20411         * modules/strftime: Depend on tzset.
20412
20413 2003-08-15  Paul Eggert  <eggert@twinsun.com>
20414
20415         * lib/config.charset, ref-add.sin, ref-del.sin: Use three spaces,
20416         rather than tab, after '#' in shell-script copyright notices.
20417         Suggested by Bruno Haible.
20418
20419 2003-08-15  Paul Eggert  <eggert@twinsun.com>
20420
20421         * config/srclist-update: Use three spaces, rather than tab, after '#'
20422         in shell-script copyright notices.  Suggested by Bruno Haible.
20423         Remove unnecessary parenthesization in regular expression.
20424
20425 2003-08-15  Jim Meyering  <jim@meyering.net>
20426
20427         Merge from coreutils.
20428         * lib/xgethostname.c: Include <stdlib.h>.
20429         (xghostname): Don't exit for anything other than memory-related
20430         failure; just return NULL.
20431         * lib/userspec.c: Include "posixver.h".
20432         (parse_user_spec): Accept `.' as a separator only
20433         in pre-POSIX-200112 mode.
20434         * lib/strtoimax.c: Use #elif rather than #else #if.
20435         * lib/strftime.c (my_strftime) [!_LIBC && HAVE_TZNAME && HAVE_TZSET]:
20436         Remove function, now that we can rely on a working tzset function.
20437         [!_LIBC]: Ensure that the required autoconf test has been run.
20438         [!defined _NL_CURRENT && HAVE_STRFTIME]:
20439         Use underlying_strftime for %r.
20440         * lib/sha.c: Merge in some clean-up and optimization changes from
20441         glibc.
20442         * lib/sha.c (sha_stream) [BLOCKSIZE]: Move definition to top of file.
20443         Ensure that it is a multiple of 64.
20444         Rearrange loop exit tests so as to avoid performing an
20445         additional fread after encountering an error or EOF.
20446         * lib/realloc.c: Update copyright date.
20447
20448 2003-08-15  Jim Meyering  <jim@meyering.net>
20449         and Paul Eggert  <eggert@twinsun.com>
20450
20451         Merge from coreutils.
20452         * lib/readutmp.h (HAVE_UTMPX_H): Undef if struct utmp has the ut_exit
20453         member but strut utmpx does not.  Needed for AIX 4.3.3.
20454         (UT_EXIT_E_TERMINATION, UT_EXIT_E_EXIT): Define.
20455
20456 2003-08-15  Jim Meyering  <jim@meyering.net>
20457         and Paul Eggert  <eggert@cs.ucla.edu>
20458
20459         Merges from coreutils, etc.
20460         * m4/strftime.m4 (_jm_STRFTIME_PREREQS):
20461         Require gl_FUNC_TZSET_CLOBBER.
20462         * m4/readutmp.m4 (gl_READUTMP): Check for ut_exit.ut_exit,
20463         ut_exit.e_exit, ut_exit.ut_termination, and ut_exit.e_termination
20464         members.
20465
20466 2003-08-14  Paul Eggert  <eggert@twinsun.com>
20467
20468         Help the merge from coreutils.
20469         * m4/gettimeofday.m4 (gl_GETTIMEOFDAY_REPLACE_LOCALTIME): New macro.
20470         (AC_FUNC_GETTIMEOFDAY_CLOBBER): Use it.
20471         * m4/tzset.m4: Use it too.
20472
20473 2003-08-14  Paul Eggert  <eggert@twinsun.com>
20474
20475         * modules/tzset: New file.
20476
20477 2003-08-14  Jim Meyering  <jim@meyering.net>
20478
20479         Merges from coreutils.
20480         * modules/fnmatch: Use the `$(FNMATCH_H)' notation for AC_REPLACED
20481         variable names, rather than @FNMATCH_H@.
20482         * modules/alloca: Likewise for $(ALLOCA_H).
20483
20484         * modules/fnmatch (fnmatch.h): Use `$@' in the commands, in place of
20485         the three copies of the literal target, `fnmatch.h'.
20486         * modules/alloca (alloca.h): Likewise.
20487
20488 2003-08-14  Jim Meyering  <jim@meyering.net>
20489
20490         Merge from coreutils.
20491         * m4/tzset.m4: New file.
20492         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Move the
20493         MOUNTED_VMOUNT test to precede the MOUNTED_GETMNTENT1 tests, since
20494         otherwise, AIX 5.1 systems would end up using the latter.
20495         MOUNTED_GETMNTENT1 support is inadequate on such systems: 1) detecting
20496         whether a file system is remote doesn't work  2) the MOUNTED_VMOUNT
20497         code reports the HOSTNAME:/MOUNT_POINT, while the MOUNTED_GETMNTENT1
20498         code reports merely /MOUNT_POINT.  Reported by Mike Jetzer.
20499
20500 2003-08-14  Jim Meyering  <jim@meyering.net>
20501
20502         Merge from coreutils.
20503         * lib/obstack.h: Whitespace changes.
20504         * lib/mountlist.c: Remove anachronistic casts of xmalloc, xrealloc,
20505         and xcalloc return values.
20506         (read_filesystem_list) [MOUNTED_GETFSSTAT]:
20507         Use MNT_NOWAIT, rather than MNT_WAIT.  Otherwise, `df DIR' could
20508         hang on OSF/1 5.1 for DIR on both local and remote file systems.
20509         Reported by (and fix confirmed by) Nelson H. F. Beebe.
20510         (read_filesystem_list) [MOUNTED_VMOUNT]: Detect any
20511         error from mntctl.
20512         Use mntctl's return value to drive the entry-processing loop, since
20513         we can't rely on the value of the vmt_length member in the last
20514         entry.  On some systems doing so could result in exhausting
20515         virtual memory.  Based in part on a patch from Mike Jetzer.
20516
20517 2003-08-14  Jim Meyering  <jim@meyering.net>
20518         and Paul Eggert  <eggert@twinsun.com>
20519
20520         Merges from coreutils, plus other fixes.
20521         * lib/physmem.c: Merge in portability changes from gcc/libiberty
20522         to support AIX, IRIX, Tru64, and Windows.  See the ChangeLog there
20523         for credits and details.  Thanks to Kaveh Ghazi for helping
20524         to keep these files in sync.
20525         (ARRAY_SIZE): Define it.
20526         (physmem_total, physmem_available): Add comments. From Kaveh Ghazi.
20527         * lib/memcasecmp.c: Remove unnecessary parentheses after 'defined'.
20528         (memcasecmp): Don't assume size_t fits in unsigned int.
20529         Remove casts and duplicate code.
20530         * lib/md5.c: Include <string.h> and <stdlib.h> unconditionally.
20531         (memcpy): Remove definition.
20532         Merge in some clean-up and optimization changes from glibc.
20533         [BLOCKSIZE]: Move definition to top of file.
20534         Ensure that it is a multiple of 64.
20535         Rearrange loop exit tests so as to avoid performing an
20536         additional fread after encountering an error or EOF.
20537         * lib/md5.h (md5_uintptr): Define.
20538         * lib/makepath.c (CLEANUP_CWD): Report an error if we failed to
20539         return to the initial working directory.  Preserve errno
20540         for caller.
20541         * lib/idcache.c: Include "xalloc.h".
20542         (xmalloc, xrealloc): Remove decls.
20543         (getuser): Remove casts no longer required in C89.
20544         * lib/human.c: Include stdio.h, for sprintf.
20545         * lib/group-member.c: Include "xalloc.h".
20546         (xmalloc, xrealloc): Remove decls.
20547         (get_group_info): Remove casts no longer required in C89.
20548         * lib/getusershell.c (readname): Remove casts no longer required in
20549         C89.
20550         * lib/gettimeofday.c (rpl_gmtime, rpl_tzset): New functions.
20551         * lib/getline.c: Whitespace fix, from coreutils.
20552
20553 2003-08-13  Paul Eggert  <eggert@twinsun.com>
20554
20555         * m4/exclude.m4 (gl_EXCLUDE): Require AC_C_INLINE, AC_HEADER_STDC.
20556         Check for isascii.
20557
20558         * m4/gettext.m4, iconv.m4, intdiv0.m4, inttypes-pri.m4, lib-link.m4,
20559         lib-prefix.m4, longdouble.m4, po.m4, progtest.m4, signed.m4:
20560         Undo previous (whitespace-only) change.
20561
20562 2003-08-13  Paul Eggert  <eggert@twinsun.com>
20563
20564         * lib/exclude.c: Include <ctype.h>
20565         (IN_CTYPE_DOMAIN): New macro.
20566         (is_space): New fn.
20567         (add_exclude_file): If LINE_END is a space, ignore trailing spaces
20568         and empty lines.
20569
20570         * lib/argp-help.c, argp-parse.c, config.charset, getopt.h:
20571         Undo previous (whitespace-only) change.
20572
20573 2003-08-13  Paul Eggert  <eggert@twinsun.com>
20574
20575         * config/srclist-update: Change update back to the old behavior,
20576         leaving whitespace alone.  Use one 'sed' command rather than a
20577         pipeline.
20578         (fixlicense): Now a variable, not a function.
20579         (remove_trailing_blanks): Remove.
20580         (fixfile): Don't invoke unexpand or cat, or remove trailing blanks.
20581         * config/config.guess, config.sub, install-sh, missing, texinfo.tex:
20582         Undo previous (whitespace-only) change.
20583
20584 2003-08-12  Paul Eggert  <eggert@twinsun.com>
20585
20586         Merge from coreutils.
20587         * modules/euidaccess: Add lib_SOURCES, include for new
20588         file euidaccess.h
20589
20590 2003-08-12  Paul Eggert  <eggert@twinsun.com>
20591
20592         * m4/gettext.m4, iconv.m4, intdiv0.m4, inttypes-pri.m4, lib-link.m4,
20593         lib-prefix.m4, longdouble.m4, po.m4, progtest.m4, signed.m4:
20594         Normalize leading white space and remove trailing white space.
20595
20596         Merge from coreutils
20597         * m4/euidaccess.m4 (gl_FUNC_EUIDACCESS): Check for euidaccess decl.
20598
20599         * m4/lib-ld.m4, lib-link.m4, lib-prefix.m4: Regenerate from gettext
20600         0.12.1.  These files are now being upgraded automatically by
20601         ../config/srclist-update.
20602
20603 2003-08-12  Paul Eggert  <eggert@twinsun.com>
20604
20605         * lib/argp-help.c, argp-parse.c, config.charset, getopt.h:
20606         Normalize leading white space and remove trailing white space.
20607         * lib/ref-add.sin, ref-del.sin: Use '#' before empty line in copyright
20608         notice, as per ../config/srclist-update.
20609
20610         Merge from coreutils.
20611         * lib/euidaccess.h: New file.
20612         * lib/euidaccess.c: Include it.
20613         * lib/.cppi-disable: Add printf-args.h, printf-parse.h, stdbool_.h,
20614         vasnprintf.h, vasprintf.h.  Remove strdup.c, gettext.h.
20615         * lib/regex.h, strdup.c, strtoll.c, strtoul.c: Normalize white space.
20616
20617 2003-08-12  Paul Eggert  <eggert@twinsun.com>
20618
20619         * config/srclist-update: Add copyright notice.
20620         (remove_id_lines, remove_trailing_blanks): New constants.
20621         (fixfile): Use them to normalize spacing a bit in copied files.
20622         * config/config.guess, config.sub, install-sh, missing, texinfo.tex:
20623         Normalize leading white space and remove trailing white space.
20624
20625         * config/texinfo.tex: Sync with texinfo.
20626
20627         * config/srclist.txt: Don't get regex.h, strdup.c, strtoll.c,
20628         strtoul.c from libc, to merge coreutils whitespace changes.
20629
20630         * config/srclist.txt: Get the following m4 files from gettext:
20631         codeset.m4, gettext.m4, glibc21.m4, iconv.m4, intdiv0.m4,
20632         inttypes-pri.m4, lcmessage.m4, lib-ld.m4, lib-link.m4, lib-prefix.m4,
20633         longdouble.m4, nls.m4, po.m4, progtest.m4, signed.m4, wchar_t.m4,
20634         wint_t.m4.
20635
20636 2003-08-12  Karl Berry  <karl@gnu.org>
20637
20638         * config/srclist.txt: can't sync vasnprintf.c any more, changes have
20639         been made.
20640
20641 2003-08-11  Paul Eggert  <eggert@twinsun.com>
20642
20643         * modules/gnu-source, m4/gnu-source.m4:
20644         Remove; we're assuming Autoconf 2.54 or later now.
20645         Suggested by Bruno Haible.
20646         * MODULES.html.sh (func_all_modules): Remove gnu-source.
20647
20648 2003-08-11  Bruno Haible  <bruno@clisp.org>
20649
20650         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF): Also check for wcslen.
20651
20652 2003-08-11  Bruno Haible  <bruno@clisp.org>
20653
20654         * lib/vasnprintf.c (local_wcslen): New function, for Solaris 2.5.1.
20655         (vasnprintf): Use it instead of wcslen.
20656
20657 2003-08-11  Bruno Haible  <bruno@clisp.org>
20658
20659         * lib/stdbool_.h (_Bool): Undo last change; instead use a negative enum
20660         value to ensure that _Bool promotes to int. Use #define for _Bool when
20661         using the Solaris C compiler. Adds comments suggested by Paul Eggert.
20662
20663 2003-08-10  Karl Berry  <karl@gnu.org>
20664
20665         * lib/regex.h: update from libc (whitespace fix).
20666
20667 2003-08-09  Paul Eggert  <eggert@twinsun.com>
20668
20669         Merge some files from coreutils.  These changes were
20670         originally made by Jim Meyering.
20671         * lib/acl.c: Include <sys/types.h> before <sys/stat.h>;
20672         many older Unixes require this.
20673         * lib/alloca.c (alloca): Remove cast to argument of free;
20674         no longer needed in C89.
20675         * lib/alloca_.h, regex.h: Fix white space to match
20676         what GNU indent does.
20677
20678 2003-08-09  Paul Eggert  <eggert@twinsun.com>
20679
20680         * m4/regex.m4 (jm_INCLUDED_REGEX): Change "\201" to "\371";
20681         apparently Emacs's Unicode mode got confused before my 2003-08-05
20682         checkin.
20683
20684 2003-08-08  Paul Eggert  <eggert@twinsun.com>
20685
20686         * m4/extensions.m4: New file.
20687         * m4/timespec.m4 (jm_CHECK_TYPE_STRUCT_TIMESPEC):
20688         Require gl_USE_SYSTEM_EXTENSIONS.
20689         * m4/unlocked-io.m4 (jm_FUNC_GLIBC_UNLOCKED_IO):
20690         Require gl_USE_SYSTEM_EXTENSIONS rather than AC_GNU_SOURCE.
20691
20692 2003-08-08  Paul Eggert  <eggert@twinsun.com>
20693
20694         * MODULES.html.sh (func_all_modules): Add extensions, gnu-source.
20695         * modules/extensions, modules/gnu-source: New files.
20696         * modules/timespec, modules/unlocked-io: Depend on extensions.
20697
20698 2003-08-07  Paul Eggert  <eggert@twinsun.com>
20699
20700         * modules/restrict: New file.
20701         * MODULES.html.sh (func_all_modules): Add restrict.
20702         * modules/regex: Depend on restrict.
20703
20704 2003-08-07  Paul Eggert  <eggert@twinsun.com>
20705
20706         * m4/restrict.m4: New file.
20707         * m4/regex.m4 (jm_PREREQ_REGEX): Add gl_C_RESTRICT.
20708
20709 2003-08-07  Bruno Haible  <bruno@clisp.org>
20710
20711         * modules/getndelim2 (Makefile.am): Add the files to EXTRA_DIST, not
20712         lib_SOURCES, because getndelim2.m4 now uses AC_LIBOBJ(getndelim2).
20713
20714 2003-08-07  Bruno Haible  <bruno@clisp.org>
20715
20716         * m4/getndelim2.m4 (gl_GETNDELIM2): Use AC_LIBOBJ(getndelim2). This
20717         makes the module 'getndelim2' compatible with the module 'getline'.
20718
20719 2003-08-05  Paul Eggert  <eggert@twinsun.com>
20720
20721         * m4/regex.m4 (jm_INCLUDED_REGEX): Replace a single non-ASCII
20722         byte with "\201" to avoid glitches when editing that source file
20723         with multi-gnome-terminal.
20724
20725 2003-08-05  Paul Eggert  <eggert@twinsun.com>
20726
20727         * lib/bumpalloc.h: Remove.
20728
20729 2003-08-05  Paul Eggert  <eggert@twinsun.com>
20730
20731         * MODULES.html.sh (func_all_modules): Remove bumpalloc.
20732         * modules/bumpalloc: Remove.
20733
20734 2003-08-04  Paul Eggert  <eggert@twinsun.com>
20735
20736         * lib/getloadavg.c: Change copyright notice and spacing to conform to
20737         GNU coding style.
20738
20739         Merge from coreutils.
20740         * lib/error.c [!USE_IN_LIBIO]: Omit this case; assume USE_IN_LIBIO is
20741         1. From glibc.
20742         * lib/getdate.y (date): Also accept dates like May-23-2003; suggestion
20743         from Karl Berry, implemented by Jim Meyering.
20744         * lib/getgroups.c: Include "xalloc.h" instead of declaring xalloc fns;
20745         from Dmitry V. Levin.
20746         Remove anachronistic cast of xrealloc.
20747         * lib/fnmatch_.h (__const): Remove.  Use 'const'.
20748         * lib/fnmatch_loop.c (NEW_PATTERN): Cast alloca return value to proper
20749         type. Otherwise, it wouldn't compile with at least /bin/cc on
20750         ymp-cray-unicos9.0.2.X.
20751         Combine two mostly-identical uses of alloca into one.
20752         Thanks to the Cray-Cyber project for access to a Cray Y-MP.
20753
20754 2003-08-04  Dave Love  <d.love@dl.ac.uk>
20755
20756         [From Emacs.]
20757
20758         * lib/getloadavg.c: Check `__unix' as well as `unix'.  Use #ifdef, not
20759         #if.  Check HAVE_LIBKSTAT as well as LOAD_AVE_TYPE.  Check
20760         F_SETFD, not FD_SETFD.  Use HAVE_STRUCT_NLIST_N_UN_N_NAME, not
20761         obsolete NLIST_NAME_UNION.
20762         [__GNU__]: Undef BSD and FSCALE.
20763         [!NLIST_STRUCT]: Remove conditional definition of NLIST_STRUCT.
20764
20765 2003-08-03  Paul Eggert  <eggert@twinsun.com>
20766
20767         * lib/stdbool_.h (_Bool): Make it signed char, instead of
20768         an enum type, so that it's guaranteed to promote to int.  See:
20769         <http://mail.gnu.org/archive/html/bug-gnulib/2003-07/msg00124.html>
20770
20771 2003-08-03  Karl Berry  <karl@gnu.org>
20772
20773         * config/depcomp: update from automake.
20774
20775 2003-07-31  Paul Eggert  <eggert@twinsun.com>
20776
20777         * lib/strerror.c: Include config.h, limits.h.  Declare sprintf.
20778         (strerror): Don't assume that a printable int fits in 14 bytes.
20779
20780 2003-07-31  Bruno Haible  <bruno@clisp.org>
20781
20782         * modules/getpass-gnu: New file.
20783         * MODULES.html.sh (func_all_modules): Add getpass-gnu.
20784
20785 2003-07-31  Bruno Haible  <bruno@clisp.org>
20786
20787         * m4/getpass.m4 (gl_FUNC_GETPASS_GNU): New macro.
20788
20789 2003-07-24  Karl Berry  <karl@gnu.org>
20790
20791         * config/missing: update from automake.
20792
20793 2003-07-24  Derek Robert Price  <derek@ximbiot.com>
20794             Bruno Haible  <bruno@clisp.org>
20795
20796         * lib/getline.h (getline, getdelim): Change return type to ssize_t.
20797         * lib/getline.c (getline, getdelim): Likewise.
20798         Remove _GNU_SOURCE define; now it's defined in config.h through
20799         m4/getline.m4.
20800
20801 2003-07-23  Karl Berry  <karl@gnu.org>
20802
20803         * config/config.sub: update from prep.
20804
20805 2003-07-22  Paul Eggert  <eggert@twinsun.com>
20806
20807         * modules/xalloc (Depends-on): Add exitfail.
20808         * modules/xmemcoll: Likewise.
20809
20810 2003-07-22  Paul Eggert  <eggert@twinsun.com>
20811
20812         * lib/xalloc.h (XCALLOC, XREALLOC, CCLONE): Fix under- and
20813         over-parenthesization in macros.
20814
20815         Sync with coreutils.
20816
20817         * lib/xalloc.h (XMALLOC, XCALLOC, XREALLOC): Remove casts not
20818         required by C99.
20819
20820         Use `exit_failure' for xalloc and xmemcoll instead of their own
20821         private exit-failure variables.
20822         * lib/xalloc.h (xalloc_exit_failure): Remove.
20823         * lib/xmalloc.c: Likewise.  Include exitfail.h.
20824         (xalloc_die): Use exit_failure instead of xalloc_exit_failure.
20825         * lib/xmemcoll.h (xmemcoll_exit_failure): Remove.
20826         * lib/xmemcoll.c: Likewise.  Include exitfail.h.
20827         (xmemcoll): Use exit_failure instead of xalloc_exit_failure.
20828
20829 2003-07-20  Jim Meyering  <jim@meyering.net>
20830
20831         * modules/closeout (Depends-on): Add exitfail.
20832         Suggestion from Bruno Haible.
20833
20834 2003-07-19  Karl Berry  <karl@gnu.org>
20835
20836         * config/config.sub: update from prep.
20837
20838 2003-07-18  Paul Eggert  <eggert@twinsun.com>
20839
20840         * lib/closeout.h (close_stdout_set_status, close_stdout_status):
20841         Remove.
20842         * lib/closeout.c: Likewise.  Include "closeout.h" right after config.h,
20843         to test that it can stand by itself.  Include "exitfail.h".
20844         Clients should set exit_failure instead.
20845         (EXIT_FAILURE): Remove; no longer needed.  Do not include <stdlib.h>.
20846
20847 2003-07-18  Bruno Haible  <bruno@clisp.org>
20848
20849         * modules/getndelim2: New file.
20850         * modules/getline: Share files with module getndelim2.
20851         * modules/getnline: Depend on getndelim2 instead of sharing files with
20852         it. Add getnline.c to lib_SOURCES.
20853         * MODULES.html.sh (func_all_modules): Add getndelim2.
20854
20855 2003-07-18  Bruno Haible  <bruno@clisp.org>
20856
20857         * m4/getndelim2.m4: New file.
20858         * m4/getline.m4 (AM_FUNC_GETLINE): Add AC_LIBOBJ of getndelim2.c and
20859         invoke gl_PREREQ_GETNDELIM2.
20860         (gl_PREREQ_GETLINE): Drop AC_HEADER_STDC, now done by
20861         gl_PREREQ_GETNDELIM2.
20862         * m4/getnline.m4 (gl_GETNLINE): Drop AC_HEADER_STDC, now done by
20863         gl_GETNDELIM2.
20864
20865 2003-07-18  Bruno Haible  <bruno@clisp.org>
20866
20867         * lib/getndelim2.h: New file.
20868         * lib/getndelim2.c: Make into a module of its own. Include config.h,
20869         getndelim2.h.
20870         (getndelim2): Make non-static. Change return type to ssize_t.
20871         * lib/getline.h: Change argument names.
20872         * lib/getline.c: Include getndelim2.h instead of getndelim2.c.
20873         * lib/getnline.c: Include getndelim2.h.
20874
20875 2003-07-18  Andreas Schwab  <schwab@suse.de>
20876
20877         * lib/memcoll.c (memcoll) [!HAVE_STRCOLL]: Clear errno.
20878
20879 2003-07-17  Karl Berry  <karl@gnu.org>
20880
20881         * config/config.sub: update from prep.
20882
20883 2003-07-17  Bruno Haible  <bruno@clisp.org>
20884
20885         * modules/getnline: New file.
20886         * modules/getline: Add lib/getndelim2.c to source file list.
20887         * MODULES.html.sh (func_all_modules): Add getnline.
20888
20889 2003-07-17  Bruno Haible  <bruno@clisp.org>
20890
20891         * m4/getnline.m4: New file.
20892
20893 2003-07-17  Bruno Haible  <bruno@clisp.org>
20894
20895         * m4/Makefile.am.in: Remove file.
20896         * m4/Makefile.am: Remove file.
20897         * m4/Makefile.in: Remove file.
20898
20899 2003-07-17  Bruno Haible  <bruno@clisp.org>
20900
20901         * lib/getnline.h: New file.
20902         * lib/getnline.c: New file.
20903         * lib/getndelim2.c: New file, extracted from getline.c.
20904         (getndelim2): Renamed from getdelim2, with added nmax argument.
20905         * lib/getline.c: Include getndelim2.c.
20906         (getdelim2): Moved out to getndelim2.c.
20907         (getline, getdelim): Update.
20908
20909 2003-07-17  Bruno Haible  <bruno@clisp.org>
20910
20911         * lib/Makefile.am: Remove file.
20912         * lib/Makefile.in: Remove file.
20913
20914 2003-07-17  Bruno Haible  <bruno@clisp.org>
20915
20916         * configure.in: Remove file.
20917         * Makefile.in: Remove file.
20918
20919 2003-07-17  Bruno Haible  <bruno@clisp.org>
20920
20921         * MODULES.html.sh: Put the </BODY> right before </HTML>.
20922
20923 2003-07-16  Karl Berry  <karl@gnu.org>
20924
20925         * config/srclist-update: was running fixlicense twice, which caused
20926                 texinfo.tex to be nullified for some reason.  Simplify,
20927                 $gplsrc is no longer needed as far as I can see?
20928
20929 2003-07-16  Jim Meyering  <jim@meyering.net>
20930
20931         * modules/save-cwd: Depend on xgetcwd.  From Derek Price.
20932
20933 2003-07-15  Paul Eggert  <eggert@twinsun.com>
20934
20935         * config/srclist.txt: Get the following files from gettext-runtime/intl
20936         instead: config.charset, localcharset.c, localcharset.h, ref-add.sin,
20937         ref-del.sin.  From Bruno Haible.
20938         * config/srclist-update (fixfile): Change grep pattern again, since the
20939         previous fix didn't work (there was another trailing $).  Use
20940         '[$]' to escape the $s.
20941
20942 2003-07-15  Karl Berry  <karl@gnu.org>
20943
20944         * lib/vasnprintf.c: update from gettext.
20945
20946 2003-07-15  Karl Berry  <karl@gnu.org>
20947
20948         * config/srclist-update (fixfile): Change grep pattern, since 'Id'
20949         gets expanded when surrounded by '$'.
20950
20951 2003-07-15  Jim Meyering  <jim@meyering.net>
20952
20953         * modules/save-cwd: Don't depend on error.  From Derek Price.
20954
20955 2003-07-15  Jim Meyering  <jim@meyering.net>
20956
20957         * lib/makepath.c (make_path): Enclose diagnostic in _(...).
20958
20959 2003-07-14  Simon Josefsson  <jas@extundo.com>
20960
20961         * modules/mempcpy: New file.
20962         * MODULES.html.sh (func_all_modules): Add mempcpy.
20963
20964 2003-07-14  Simon Josefsson  <jas@extundo.com>
20965
20966         * m4/mempcpy.m4: New file.
20967
20968 2003-07-14  Simon Josefsson  <jas@extundo.com>
20969
20970         * lib/mempcpy.h: New file.
20971         * lib/mempcpy.c: New file.
20972
20973 2003-07-14  Paul Eggert  <eggert@twinsun.com>
20974
20975         * modules/getdate, modules/posixtm: Depend on mktime.
20976
20977 2003-07-14  Paul Eggert  <eggert@twinsun.com>
20978
20979         * lib/ceill.c, expl.c, floorl.c, frexpl.c, ldexpl.c, mathl.h,
20980         sincosl.c, sqrtl.c, trigl.c, trigl.h, poll.c, poll_.h, mkstemp.c,
20981         unicodeio.c, unicodeio.h, unlocked-io.h:
20982         Switch from LGPL to GPL.
20983
20984 2003-07-14  Paul Eggert  <eggert@twinsun.com>
20985
20986         * lib/asnprintf.c, asprintf.c, config.charset, gettext.h,
20987         localcharset.c, localcharset.h, mkdtemp.c, printf-args.c,
20988         printf-args.h, printf-parse.c, printf-parse.h, ref-add.sin,
20989         ref-del.sin, setenv.c, unsetenv.c, vasnprintf.c, vasnprintf.h,
20990         vasprintf.c, vasprintf.h: Regenerate.  These files are now being
20991         updated automatically by ../config/srclist-update.  This changes
20992         their license from LPGL to GPL.
20993
20994 2003-07-14  Paul Eggert  <eggert@twinsun.com>
20995
20996         * config/srclist.txt: Add tons more gettext files.  $GETTEXT is now
20997         assumed to refer to the root of the most recent stable gettext version.
20998         * config/srclistvars.sh: Add defaults for eggert.
20999         * config/srclist-update: Convert LGPL to GPL in shell scripts, too.
21000         Match "This program" as well as "The program".  This is needed
21001         for gettext.
21002
21003 2003-07-14  Jim Meyering  <jim@meyering.net>
21004
21005         Don't emit diagnostics.  Let callers do that.
21006         * lib/save-cwd.c: Don't include "error.h".
21007         (save_cwd): Don't call error.  Ensure that errno is valid
21008         when returning nonzero.
21009
21010         * lib/save-cwd.h (restore_cwd): Update prototype.
21011         * lib/save-cwd.c (restore_cwd): Remove two parameters.
21012         Simplify.  Don't call error upon failure.  Let callers do that.
21013         (save_cwd): Mention that Irix 5.3 has the same problem as SunOS 4
21014         when auditing is enabled.  But don't bother updating the #if.
21015
21016 2003-07-11  Alexandre Duret-Lutz  <adl@gnu.org>
21017
21018         * lib/obstack.h (__INT_TO_PTR): Revert change of 2003-03-13;
21019         it breaks C++ compilation.
21020         [!__GNUC__ || !__STDC__] (obstack_finish): Cast result to void*.
21021
21022 2003-07-10  Simon Josefsson  <jas@extundo.com>
21023
21024         * modules/strchrnul (Makefile.am): Add strchrnul.h.
21025
21026 2003-07-10  Jim Meyering  <jim@meyering.net>
21027
21028         * m4/clock_time.m4: Remove trailing blank.
21029         * m4/intmax_t.m4: Likewise.
21030
21031 2003-07-10  Jim Meyering  <jim@meyering.net>
21032
21033         * lib/vasnprintf.c: Remove trailing blanks.
21034         Make cpp indentation consistent.
21035
21036 2003-07-09  Paul Eggert  <eggert@twinsun.com>
21037
21038         * lib/alloca_.h, euidaccess.c, getpass.c, memrchr.c, obstack.h,
21039         posixver.c, strftime.c, strnlen.c, strverscmp.c:
21040         Switch from LGPL to GPL.
21041
21042 2003-07-09  Paul Eggert  <eggert@twinsun.com>
21043
21044         * config/srclist.txt: Sort sublists.  Add
21045         $LIBCSRC/sysdeps/generic/strtoul.c. In comments, add more libc files
21046         that differ from gnulib for one reason or another; we'd like this list
21047         to be smaller but for now let's document what we have.
21048
21049 2003-07-08  Paul Eggert  <eggert@twinsun.com>
21050
21051         * config/srclist-update: Port to POSIX 1003.1-2001 hosts by avoiding
21052         the use of GNU extensions.  Change "x=`eval echo $x`" to the shorter
21053         and sweeter "eval x=$x".
21054         * config/srclist.txt: Get lib/argp* from glibc.
21055
21056 2003-07-07  Paul Eggert  <eggert@twinsun.com>
21057
21058         * lib/mktime.c: Fix some boundary cases and remove need for floating
21059         point.
21060
21061         Issue a compile-time diagnostic if time_t is floating point, or if
21062         two's complement arithmetic is not in effect, or if arithmetic
21063         right shift does not propagate the sign.  These assumptions were
21064         all in the original code but they weren't checked.
21065
21066         (TIME_T_MIDPOINT, verify): New macros.
21067         (__isleap): Remove; it has integer overflow problems.
21068         (leapyear): New function, without those problems.
21069         (ydhms_tm_diff): Remove; splitting into two parts.
21070         (ydhms_diff): New function, containing the arithmetic part of
21071         the old ydhms_tm_diff function.  Issue a compile-time
21072         diagnostic if we are not using C99 integer division.
21073         Avoid casts when possible.
21074         (guess_time_tm): New function, containing the checking part of
21075         the old ydhms_tm_diff function.  Return the new value, rather than
21076         the difference between it and the old.  Accept a new argument T
21077         so that *T specifies the old value.  Check for overflow in the result.
21078
21079         (__mktime_internal): Use a time_t offset, not a long int offset.
21080         This undoes the 2003-06-04 change, which is no longer needed now
21081         that we have better overflow checking.
21082         (localtime_offset): Likewise.
21083
21084         (__mktime_internal): Avoid harmful overflow on hosts where time_t
21085         and long are 64-bit but int is only 32-bit.
21086         (ydhms_diff): Use long int to store year1 and yday1.
21087         Issue a compile-time diagnostic if long int is not wide enough.
21088
21089         (__mktime_internal): Use long int to store adjusted year and yday.
21090         Use plain C rather than preprocessor commands, if that doesn't
21091         affect efficiency.
21092         Check for overflow (and try to repair) after each probe
21093         rather than checking only at the very end.  This avoids some bugs
21094         (e.g., southern hemisphere, behind GMT, and GMT offset at minimum time
21095         does not equal GMT offset at maximum time).
21096         Use integer to check for overflow rather than floating point; this
21097         is more portable to non-IEEE hosts, and is a tad faster.
21098         When we detect that we are oscillating between two values,
21099         don't check whether tm_isdst has the requested value, since
21100         we already know the answer.  When tm_isdst has the wrong value,
21101         use a different heuristic to find the right one, based on the
21102         extreme values actually observed in practice in tz2003a,
21103         rather than the (overly optimistic) "previous 3 calendar quarters".
21104
21105         (not_equal_tm, print_tm, check_result): Use "const T" rather than
21106         "T const" to accommodate glibc style.
21107         (check_result): Use less-confusing report format.  "long" -> "long int.
21108         (main): Likewise.
21109         Don't loop if the iteration overflows time_t.
21110         Allow a negative step in the iteration.
21111
21112 2003-07-06  Karl Berry  <karl@gnu.org>
21113
21114         * config/depcomp: update from automake.
21115         * config/config.sub: update from prep.
21116
21117 2003-07-03  Karl Berry  <karl@gnu.org>
21118
21119         * config/config.guess: update from prep.
21120
21121 2003-07-01  Paul Eggert  <eggert@twinsun.com>
21122
21123         * m4/xreadlink.m4 (gl_XREADLINK): Don't check for sys/types.h, since
21124         xreadlink.c now includes it unconditionally.
21125
21126 2003-07-01  Paul Eggert  <eggert@twinsun.com>
21127
21128         * lib/xreadlink.c: Include <sys/types.h> unconditionally, instead of
21129         having it depend on HAVE_SYS_TYPES_H.
21130
21131 2003-07-01  Bruno Haible  <bruno@clisp.org>
21132
21133         * m4/ssize_t.m4 (gt_TYPE_SSIZE_T): Don't include <unistd.h>.
21134         <sys/types.h> should be sufficient.
21135         Reported by Paul Eggert.
21136
21137 2003-06-26  Karl Berry  <karl@gnu.org>
21138
21139         * config/depcomp: update from automake.
21140
21141 2003-06-26  Bruno Haible  <bruno@clisp.org>
21142
21143         * modules/human: Depend on module stdbool.
21144
21145 2003-06-25  Bruno Haible  <bruno@clisp.org>
21146
21147         * modules/readlink: New file.
21148         * modules/xreadlink: Depend on it.
21149         * MODULES.html.sh (func_all_modules): Add readlink.
21150
21151 2003-06-25  Bruno Haible  <bruno@clisp.org>
21152
21153         * m4/readlink.m4: New file.
21154
21155 2003-06-25  Bruno Haible  <bruno@clisp.org>
21156
21157         * lib/readlink.c: New file.
21158
21159 2003-06-22  Karl Berry  <karl@gnu.org>
21160
21161         * config/srclist.txt: update mkinstalldirs from automake.
21162         * config/mkinstalldirs: update.
21163
21164 2003-06-22  Bruno Haible  <bruno@clisp.org>
21165
21166         Portability to mingw32.
21167         * m4/ssize_t.m4: New file, from GNU gettext.
21168         * m4/safe-read.m4 (gl_PREREQ_SAFE_READ): Require gt_TYPE_SSIZE_T.
21169         * m4/xreadlink.m4 (gl_XREADLINK): Require gt_TYPE_SSIZE_T.
21170
21171 2003-06-22  Bruno Haible  <bruno@clisp.org>
21172
21173         * modules/safe-read: Add m4/ssize_t.m4.
21174         * modules/xreadlink: Add m4/ssize_t.m4.
21175
21176 2003-06-20  Bruno Haible  <bruno@clisp.org>
21177
21178         Assume C89, so PARAMS isn't needed.
21179         * lib/unicodeio.h (PARAMS): Remove.
21180         * lib/unicodeio.c: Don't use PARAMS.
21181
21182 2003-06-18  Karl Berry  <karl@gnu.org>
21183
21184         * config/config.{guess,sub}: update from prep.
21185
21186 2003-06-18  Jim Meyering  <jim@meyering.net>
21187
21188         Merge changes from coreutils.
21189         * lib/readutmp.c: Include <string.h> and <stdlib.h> unconditionally.
21190         Remove explicit declarations of xmalloc and realloc.
21191         Include xalloc.h.
21192         (read_utmp): Remove anachronistic cast of xmalloc.
21193
21194 2003-06-17  Paul Eggert  <eggert@twinsun.com>
21195
21196         Assume C89, so PARAMS isn't needed.
21197         * lib/backupfile.h (PARAMS): Remove.  All uses removed.
21198         * lib/closeout.h, lib/dirname.h, lib/filemode.h, lib/fsusage.h,
21199         lib/getdate.h, lib/getline.h, lib/group-member.h, lib/hard-locale.h,
21200         lib/hash.h, lib/linebuffer.h, lib/long-options.h, lib/makepath.h,
21201         lib/memcasecmp.h, lib/memcoll.h, lib/modechange.h, lib/mountlist.h,
21202         lib/path-concat.h, lib/physmem.h, lib/posixtm.h, lib/quote.h,
21203         lib/readutmp.h, lib/same.h, lib/save-cwd.h, lib/savedir.h,
21204         lib/stdio-safer.h, lib/strtoimax.c, lib/strverscmp.h,
21205         lib/unistd-safer.h, lib/version-etc.h, lib/xalloc.h, lib/xreadlink.h,
21206         lib/xstrtod.h, lib/xstrtol.h: Likewise.
21207         * lib/filemode.h, lib/hard-locale.h, lib/memcoll.h, lib/modechange.h,
21208         lib/physmem.h, lib/same.h, lib/strverscmp.h: Do not include config.h;
21209         no longer needed. Anyway, config.h should always be included before any
21210         other file.
21211
21212 2003-06-11  Simon Josefsson  <jas@extundo.com>
21213
21214         * modules/sysexits: New file.
21215         * MODULES.html.sh (func_all_modules): Add sysexits.
21216
21217 2003-06-11  Simon Josefsson  <jas@extundo.com>
21218
21219         * lib/sysexit_.h: New file.
21220
21221 2003-06-11  Derek Price  <derek@ximbiot.com>
21222
21223         * lib/stat.c [LSTAT]: Compile/use slash_aware_lstat only if it is
21224         necessary.
21225
21226 2003-06-11  Bruno Haible  <bruno@clisp.org>
21227
21228         * m4/sysexits.m4: New file.
21229
21230 2003-06-10  Simon Josefsson  <jas@extundo.com>
21231
21232         * lib/argp.h: New file, from glibc.
21233         * lib/argp-ba.c: New file, from glibc.
21234         * lib/argp-eexst.c: New file, from glibc.
21235         * lib/argp-fmtstream.c: New file, from glibc.
21236         * lib/argp-fmtstream.h: New file, from glibc.
21237         * lib/argp-fs-xinl.c: New file, from glibc.
21238         * lib/argp-help.c: New file, from glibc.
21239         * lib/argp-namefrob.h: New file, from glibc.
21240         * lib/argp-parse.c: New file, from glibc.
21241         * lib/argp-pv.c: New file, from glibc.
21242         * lib/argp-pvh.c: New file, from glibc.
21243         * lib/argp-xinl.c: New file, from glibc.
21244
21245 2003-06-10  Simon Josefsson  <jas@extundo.com>
21246
21247         * modules/strchrnul: New file.
21248
21249 2003-06-10  Simon Josefsson  <jas@extundo.com>
21250
21251         * modules/argp: New file.
21252
21253 2003-06-10  Simon Josefsson  <jas@extundo.com>
21254
21255         * m4/strchrnul.m4: New file.
21256
21257 2003-06-10  Simon Josefsson  <jas@extundo.com>
21258
21259         * lib/strchrnul.h: New file.
21260         * lib/strchrnul.c: New file.
21261
21262 2003-06-10  Bruno Haible  <bruno@clisp.org>
21263
21264         * MODULES.html.sh (func_all_modules): Add strchrnul and argp.
21265
21266 2003-06-07  Karl Berry  <karl@gnu.org>
21267
21268         * config/config.{guess,sub}: update from prep.
21269
21270 2003-06-07  Jim Meyering  <jim@meyering.net>
21271
21272         * modules/strtod: Use $(...) notation, not @...@ for
21273         AC_REPLACE'd variables.
21274         * modules/localcharset: Likewise.
21275
21276 2003-06-07  Jim Meyering  <jim@meyering.net>
21277
21278         * lib/readtokens.h: Put `Free Software Foundation, Inc.'
21279         in place of my name in the copyright comment.
21280         Remove definition and uses of __P.
21281
21282         From coreutils.
21283         * lib/stat.c: Don't declare xmalloc explicitly.
21284         Instead, include "xalloc.h".
21285         * lib/readtokens.c (readtokens): Remove anachronistic casts of xmalloc,
21286         xrealloc, and xcalloc return values.
21287         * lib/xgetcwd.c (xgetcwd): Include "xgetcwd.h".
21288         Improve comment.
21289         * lib/xgetcwd.h: Remove definition/uses of PARAMS.
21290
21291 2003-06-07  Bruno Haible  <bruno@clisp.org>
21292
21293         * modules/poll (Makefile.am): Use explicit creation rule for poll.h, to
21294         avoid AC_CONFIG_LINKS.
21295         * modules/fnmatch (Makefile.am): Use explicit creation rule for
21296         fnmatch.h, to avoid AC_CONFIG_LINKS.
21297         * modules/alloca (Makefile.am): Make creation of alloca.h Ctrl-C safe.
21298
21299 2003-06-07  Bruno Haible  <bruno@clisp.org>
21300
21301         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH, gl_FUNC_FNMATCH_POSIX,
21302         gl_FUNC_FNMATCH_GNU): Set FNMATCH_H instead of invoking
21303         AC_CONFIG_LINKS. Needed to allow for a different name of the lib
21304         directory.
21305         * m4/poll.m4 (gl_FUNC_POLL): Set POLL_H instead of invoking
21306         AC_CONFIG_LINKS. Needed to allow for a different name of the lib
21307         directory.
21308
21309 2003-06-06  Jim Meyering  <jim@meyering.net>
21310
21311         Merge from coreutils.
21312         * lib/same.c: (same_name): Declare *_basename locals to be `const'.
21313         Consolidate declarations and initializations of *_base* locals.
21314
21315         Merge from coreutils.
21316         This avoids a core dump on systems without GNU putenv,
21317         when running `env -u SOME_ALREADY_UNSET_VARIABLE'.
21318         * lib/putenv.c (__set_errno, LOCK, UNLOCK): Define.
21319         (unsetenv): New static function, from GNU libc.
21320         (rpl_putenv): Use it.
21321
21322         * lib/modechange.c: Remove trailing blanks.
21323
21324         Merge from coreutils.
21325         * lib/fsusage.c: Remove declaration of statfs.
21326         It conflicted with one from OSF/1 5.1 in <sys/mount.h>.
21327
21328         * lib/posixtm.c: Include <stdbool.h> unconditionally.
21329
21330 2003-06-06  Jim Meyering  <jim@meyering.net>
21331
21332         * lib/stdbool_.h: Renamed from stdbool.h.in.
21333
21334 2003-06-06  Jim Meyering  <jim@meyering.net>
21335             Bruno Haible  <bruno@clisp.org>
21336
21337         * modules/stdbool: Reflect renaming: stdbool.h.in -> stdbool_.h.
21338         Adjust Makefile.am snippet not to redirect directly to target.
21339         Use $(STDBOOL_H) notation, not @STDBOOL_H@ for AC_REPLACE'd variables.
21340
21341 2003-06-05  Paul Eggert  <eggert@twinsun.com>
21342
21343         * lib/mktime.c (__mktime_internal): When resolving a tm_isdst
21344         mismatch, look in future quarters as well as past.  This fixes a
21345         bug when processing fall-backwards gaps immediately after a long
21346         period of daylight-saving time.
21347
21348         * lib/mktime.c: Assume freestanding C89 or better.
21349         (HAVE_LIMITS_H): Remove.  Assume it's 1.
21350         (__P): Remove; not used.
21351         (CHAR_BIT, INT_MIN, INT_MAX): Remove; <limits.h> defines them.
21352         (mktime, not_equal_tm, print_tm, check_result,
21353         main): Use prototypes.  Use const * where appropriate.
21354         (main): Fix typo in testing code that uncovered by above changes.
21355         (Local Variables): Remove -DHAVE_LIMITS_H from compile-command.
21356
21357 2003-06-04  Paul Eggert  <eggert@twinsun.com>
21358
21359         * m4/human.m4 (gl_HUMAN): Require AM_STDBOOL_H.  Check for
21360         locale.h, localeconv.  This merges changes from coreutils.
21361
21362         * m4/mktime.m4 (AC_FUNC_MKTIME): New macro, taken from Autoconf CVS.
21363         It can be removed after the next Autoconf is released.
21364         * m4/exclude.m4 (gl_EXCLUDE): Don't check for sys/types.h; no loner
21365         needed.
21366
21367 2003-06-04  Paul Eggert  <eggert@twinsun.com>
21368
21369         * lib/mktime.c: Fix Debian bug 177940
21370         <http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=177940>.
21371         (localtime_offset): Now long int, not time_t, because we want it
21372         to be guaranteed to be signed.  All uses changed.
21373         (__mktime_internal): If overflow would occur when adding offset,
21374         don't add it.
21375
21376         Merge 'human' changes from coreutils.  Rewrite to support
21377         locale-specific notations like thousands separators.
21378         * lib/human.c: Simplify authorship notice.
21379         Include human.h immediately after config.h.
21380         <sys/types.h>, <stdio.h>: Do not include; no longer needed.
21381         <limits.h>: Do not include, since human.h does.
21382         (SIZE_MAX, UINTMAX_MAX): New macros.
21383         <strings.h>: Include if HAVE_STRINGS_H, not if !HAVE_STRING_H.
21384         <locale.h>: Include if HAVE_LOCALE_H and HAVE_LOCALECONV.
21385         (HUMAN_READABLE_SUFFIX_LENGTH_MAX): New macro.
21386         (power_letter): Renamed from suffixes.
21387         (generate_suffix_backwards): Remove.
21388         (adjust_value): Now takes int style (because of human.h changes)
21389         and long double value (for greater precision on some platforms).
21390         (group_number): New function.
21391         (human_readable): Use it.  Use integer options, not enum.
21392         Put the options before the sizes in the arg list.
21393         Support all the new options.
21394         The old human_readable function has been removed;
21395         use inttostr.h instead.
21396         (human_readable, default_block_size, humblock):
21397         Use uintmax_t, not int, for block sizes.
21398         (human_readable_inexact, block_size_types): Remove.
21399         (block_size_opts): New constant.
21400         (human_options): Renamed from human_block_size, with new signature
21401         that allows block sizes up to UINTMAX_MAX.  All callers changed.
21402         * lib/human.h: Add copyright and authorship notice.
21403         Include <limits.h> and <stdbool.h> unconditionally.
21404         (PARAMS): Remove.  All uses removed.
21405         (LONGEST_HUMAN_READABLE): Add support for thousands separator.
21406         (enum human_inexact_style): Remove tag; now a nameless enum.
21407         (human_floor, human_ceiling, human_round_to_even): Now have
21408         values 2, 0, 1 rather than -1, 1, 0.
21409         (human_group_digits, human_suppress_point_zero, human_autoscale,
21410         human_base_1024, human_SI, human_B): New constants.
21411         (human_readable_inexact, human_block_size): Remove.
21412         (human_readable): Size args are now uintmax_t, not int.
21413         (human_options): New decl.
21414
21415         * lib/exclude.c: (new_exclude, add_exclude): Remove casts that are
21416         unnecessary now that we assume C89 or better.  This change
21417         imported from coreutils.
21418
21419         * lib/mktime.c (__mktime_internal): Do not reject negative timestamps
21420         arbitrarily.  This is the same patch as 2003-05-28, but it got lost
21421         in the 2003-05-30 sync from glibc.
21422
21423         .h files should stand alone, but we shouldn't include <sys/types.h>
21424         if we can get away with just <stddef.h>.
21425
21426         * lib/__fpending.h, addext.c, backupfile.c, exclude.c, getline.c,
21427         malloc.c, putenv.c, realloc.c, strcasecmp.c: Include <stddef.h>
21428         rather than <sys/types.h>, as we merely need size_t.
21429         * lib/dirname.h, memcoll.h, xalloc.h, xmemcoll.h: Include <stddef.h>,
21430         to get size_t.
21431         * lib/hash.h, linebuffer.h, readtokens.h, stdio-safer.h, version-etc.h:
21432         Include <stdio.h>, to get FILE.
21433         * lib/memcasecmp.c: Don't include <sys/types.h>, as we can assume
21434         memcasecmp.h has included <stddef.h> and all we need is size_t.
21435         * lib/memcoll.c: Include "memcoll.h", which gets us size_t and checks
21436         our interface, instead of including <sys/types.h>
21437
21438 2003-06-04  Paul Eggert  <eggert@twinsun.com>
21439
21440         * config/srclist.txt ($LIBCSRC/time/mktime.c lib gpl): Comment out for
21441         now, as glibc mktime is buggy on non-glibc systems.
21442
21443 2003-06-03  Karl Berry  <karl@gnu.org>
21444
21445         * config/config.sub: update from prep.
21446
21447 2003-06-02  Paul Eggert  <eggert@twinsun.com>
21448
21449         [from coreutils]
21450         Fix some minor time-related bugs with POSIX time arguments.
21451         Some valid time stamps were being rejected (notably -1, and
21452         time stamps before 1900 on 64-bit hosts).  And some invalid
21453         time stamps were being accepted, e.g. September 31.
21454
21455         * lib/posixtm.h (posixtime): Return bool instead of time_t, so
21456         that we can return (time_t) -1 successfully.
21457         * lib/posixtm.c: Likewise.
21458         [HAVE_STDBOOL_H]: Include <stdbool.h>.
21459         (bool, false, true) [!HAVE_STDBOOL_H]: New type.
21460         (t): Remove static var.
21461         (year, posix_time_parse): Now takes struct tm * arg to modify, instead
21462         of static var.  All uses changed.
21463         (year): Do not reject years before 1900; they can occur with
21464         64-bit time_t.
21465         (posix_time_parse): Do not check for out-of-range components;
21466         that is now the caller's responsibility, since our checks were
21467         only approximations.
21468         (posixtime): Use mktime to check for out-of-range components,
21469         since it knows them exactly.
21470         If mktime returns (time_t) -1, check whether an error actually occurred
21471         by invoking localtime on -1.
21472         (main) [TEST_POSIXTIME]: Check for input data errors, and report
21473         posixtime failures better.
21474         Improve the test data (in comments only).
21475
21476 2003-06-02  Karl Berry  <karl@gnu.org>
21477
21478         * config/mkinstalldirs (version): new variable.
21479         (--version): new option.
21480         (usage): improve message.
21481
21482 2003-05-30  Karl Berry  <karl@gnu.org>
21483
21484         * lib/mktime.c: update from libc.
21485
21486 2003-05-30  Bruno Haible  <bruno@clisp.org>
21487
21488         * modules/gettext: Add files m4/nls.m4 and m4/po.m4.
21489         * config/config.rpath: Upgrade to gettext-0.12.1.
21490
21491 2003-05-30  Bruno Haible  <bruno@clisp.org>
21492
21493         * m4/gettext.m4: Upgrade to gettext-0.12.1.
21494         * m4/nls.m4: New file, from gettext-0.12.1.
21495         * m4/po.m4: New file, from gettext-0.12.1.
21496         * m4/progtest.m4: Upgrade to gettext-0.12.1.
21497
21498 2003-05-30  Bruno Haible  <bruno@clisp.org>
21499
21500         * lib/config.charset: Upgrade to gettext-0.12.1 and libiconv-1.9.1.
21501         * lib/localcharset.h: Likewise.
21502         * lib/localcharset.c: Likewise.
21503
21504 2003-05-29  Karl Berry  <karl@gnu.org>
21505
21506         * config/config.rpath: update from gettext.
21507
21508 2003-05-28  Paul Eggert  <eggert@twinsun.com>
21509
21510         Assume the headers required for C89 freestanding compilers.
21511         * m4/backupfile.m4 (gl_BACKUPFILE): Don't check for limits.h.
21512         * m4/fsusage.m4 (gl_PREREQ_FSUSAGE_EXTRA): Likewise.
21513         * m4/human.m4 (gl_HUMAN): Likewise.
21514         * m4/pathmax.m4 (gl_PATHMAX): Likewise.
21515         * m4/rpmatch.m4 (gl_FUNC_RPMATCH): Likewise.
21516         * m4/userspec.m4 (gl_USERSPEC): Likewise.
21517         * m4/xreadlink.m4 (gl_XREADLINK): Likewise.
21518         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Likewise.
21519         * m4/quote.m4 (gl_QUOTE): Don't check for stddef.h.
21520
21521 2003-05-28  Paul Eggert  <eggert@twinsun.com>
21522
21523         Assume the headers required for C89 freestanding compilers.
21524         * lib/addext.c, lib/backupfile.c, lib/fsusage.c, lib/human.c,
21525         lib/pathmax.h, lib/rpmatch.c, lib/userspec.c, lib/xreadlink.c,
21526         lib/xstrtol.c: Include <limits.h> without checking for HAVE_LIMITS_H.
21527         * lib/backupfile.c, lib/fsusage.c, lib/hash.c, lib/human.c,
21528         lib/safe-read.c, lib/userspec.c, lib/xstrtol.c (CHAR_BIT): Don't
21529         define, since <limits.h> is guaranteed to do that.
21530         * lib/fatal.c: Include <stdarg.h> without checking for __STDC__.
21531         * lib/exclude.c: Include <stdbool.h> unconditionally.
21532         * lib/tempname.c: Include <stddef.h> unconditionally.
21533         * lib/hash.c: Include <limits.h>, since we no longer define CHAR_BIT.
21534         * lib/modechange.c, rpmatch.c (NULL): Don't define, since
21535         <stddef.h> does that.
21536         * lib/quote.c: Dont include <stddef.h> or <sys/types.h>; not needed.
21537         * lib/safe-read.c (INT_MAX): Don't define, since <limits.h> does that.
21538         * lib/safe-read.c (TYPE_MINIMUM, TYPE_MAXIMUM): Remove; no longer
21539         needed.
21540         * lib/xstrtol.c: Likewise.
21541         * lib/safe-read.c: Remove TYPE_SIGNED; no longer needed.
21542         * lib/savedir.c: Include <stddef.h> instead of defining NULL.
21543
21544         * lib/addext.c (addext): Use assignment rather than cast, to avoid
21545         warnings on some platforms.
21546
21547         * lib/mktime.c (__mktime_internal): Do not reject negative timestamps
21548         arbitrarily.
21549
21550 2003-05-26  Jim Meyering  <jim@meyering.net>
21551
21552         Merge in a change from coreutils:
21553         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Test the cache variable, not one
21554         that is guaranteed to be `no'.  Use `no_such_member' to indicate
21555         that condition, rather than `-1' which is slightly misleading.
21556         Change the name of the cache variable to have the gl_ prefix.
21557         Prompted by a patch from Richard Dawe for DJGPP.
21558
21559 2003-05-24  Karl Berry  <karl@gnu.org>
21560
21561         * config/config.guess: update from prep.
21562
21563 2003-05-22  Karl Berry  <karl@gnu.org>
21564
21565         * gnulib-tool (func_usage): =LIBRARY not =libRARY in help msg.
21566
21567 2003-05-20  Karl Berry  <karl@gnu.org>
21568
21569         * config/config.guess: update from prep.
21570
21571 2003-05-18  Karl Berry  <karl@gnu.org>
21572
21573         * config/srclistvars.sh (TEXMF): use TEXMFROOT instead, since TEXMF
21574         might actually be set by the user.
21575
21576         * config/depcomp, install-sh, mdate-sh: update from automake.
21577
21578 2003-05-17  Bruno Haible  <bruno@clisp.org>
21579
21580         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Fix a quoting bug leading to an
21581         invalid expansion for AC_EGREP_CPP.
21582         * m4/strtoimax.m4 (gl_FUNC_STRTOIMAX): Likewise.
21583         * m4/strtoumax.m4 (gl_FUNC_STRTOUMAX): Likewise.
21584         Suggested by Akim Demaille <akim@epita.fr> in
21585         http://mail.gnu.org/archive/html/bug-autoconf/2003-05/threads.html
21586
21587 2003-05-12  Jim Meyering  <jim@meyering.net>
21588
21589         * lib/strftime.c (my_strftime): Let the `-' (no-pad) flag affect
21590         the space-padded-by-default conversion specifiers, %e, %k, %l.
21591
21592 2003-05-12  Bruno Haible  <bruno@clisp.org>
21593
21594         * lib/linebreak.c (iconv_string_length): Don't return -1 just because
21595         the string is longer than 4 KB.
21596
21597 2003-05-11  Karl Berry  <karl@gnu.org>
21598
21599         * config/config.{guess,sub}: update from prep.
21600
21601 2003-05-09  Bruno Haible  <bruno@clisp.org>
21602
21603         * modules/error: Add m4/strerror_r.m4 to file list.
21604
21605 2003-05-03  Bruno Haible  <bruno@clisp.org>
21606
21607         Upgrade to Unicode-4.0.
21608         * lib/linebreak.c (nonspacing_table_data): Change width of U+00AD,
21609         U+0350..U+0357, U+035D..U+035F, U+0600..U+0603, U+0610..U+0615,
21610         U+0656..U+0658, U+0A01, U+0AE2..U+0AE3, U+0CBC, U+17B4..U+17B5,
21611         U+17DD, U+1920..U+1922, U+1927..U+192B, U+1932, U+1939..U+193B
21612         from 1 to 0. Change width of U+0CBF, U+0CC6, U+180E from 0 to 1.
21613         (uc_width): Change width of U+4DC0..U+4DFF from 2 to 1. Change width
21614         of U+2A6D7..U+2F7FF, U+2FA1E..U+2FFFD, U+30000..U+3FFFD from 1 to 2.
21615         Change width of U+E0100..U+E01EF from 1 to 0.
21616
21617 2003-04-25  Jim Meyering  <jim@meyering.net>
21618
21619         * lib/copy-file.c (copy_file_preserving): Declare buf_size to be
21620         of type size_t, not int.
21621
21622 2003-04-25  Bruno Haible  <bruno@clisp.org>
21623
21624         * lib/copy-file.c: Include <stddef.h>, for size_t.
21625
21626 2003-04-21  Paul Eggert  <eggert@twinsun.com>
21627
21628         * m4/error.m4 (gl_ERROR): Do not put under dynamic conditions some
21629         code which expansion is under static control.  Patch imported from
21630         Akim Demaille's patch to Bison; see
21631         <http://mail.gnu.org/archive/html/bison-patches/2003-03/msg00057.html>.
21632
21633 2003-04-14  Bruno Haible  <bruno@clisp.org>
21634
21635         * m4/error.m4 (jm_PREREQ_ERROR): Use AC_FUNC_VPRINTF.
21636
21637 2003-04-11  Jim Meyering  <jim@meyering.net>
21638
21639         Merge changes from Coreutils.
21640
21641         2003-03-22  Jim Meyering  <jim@meyering.net>
21642
21643         * lib/strftime.c (widen): Cast alloca return value to proper type.
21644
21645         2003-01-19  Ulrich Drepper  <drepper@redhat.com>
21646
21647         From GNU libc.
21648         * lib/strftime.c (my_strftime): Handle very large width
21649         specifications for numeric values correctly.  Improve checks for
21650         overflow.
21651
21652         2003-01-19  Jim Meyering  <jim@meyering.net>
21653
21654         * lib/strftime.c (widen) [COMPILE_WIDE]: Merge nearly-identical
21655         definitions.
21656         (nl_get_alt_digit) [! defined my_strftime]: Define.
21657         (my_strftime) [_NL_CURRENT]: Merge nearly-identical uses of
21658         _nl_get_alt_digit and _nl_get_walt_digit.
21659
21660         * lib/strftime.c (my_strftime): Merge in locale-related changes from
21661         libc. These changes have no effect outside of _LIBC.
21662
21663 2003-04-10  Bruno Haible  <bruno@clisp.org>
21664
21665         * modules/findprog: New file.
21666         * MODULES.html.sh (func_all_modules): Add it.
21667
21668 2003-04-10  Bruno Haible  <bruno@clisp.org>
21669
21670         * m4/findprog.m4: New file.
21671         * m4/eaccess.m4: New file.
21672
21673 2003-04-10  Bruno Haible  <bruno@clisp.org>
21674
21675         * lib/findprog.h: New file, from GNU gettext.
21676         * lib/findprog.c: New file, from GNU gettext.
21677
21678 2003-04-05  Jim Meyering  <jim@meyering.net>
21679
21680         Merge changes from Coreutils.
21681
21682         * lib/exclude.h (PARAMS): Remove definition and uses.
21683         * lib/exclude.c: Remove uses of `PARAMS'.
21684
21685         * lib/dirname.c [TEST_DIRNAME]: Update build instructions for test.
21686         Add test-cases for DOS filenames. Declare program_name.
21687         (main): Set up program_name.  Patch by Rich Dawe.
21688
21689         * lib/mountlist.c (read_filesystem_list) [MOUNTED_VMOUNT]: Detect any
21690         error from mntctl.
21691         Use mntctl's return value to drive the entry-processing loop, since
21692         we can't rely on the value of the vmt_length member in the last
21693         entry.  On some systems doing so could result in exhausting
21694         virtual memory.  Based in part on a patch from Mike Jetzer.
21695
21696 2003-04-04  Bruno Haible  <bruno@clisp.org>
21697
21698         * modules/linebreak: New file.
21699         * MODULES.html.sh (func_all_modules): Add it.
21700
21701 2003-04-04  Bruno Haible  <bruno@clisp.org>
21702
21703         * m4/linebreak.m4: New file.
21704
21705 2003-04-04  Bruno Haible  <bruno@clisp.org>
21706
21707         * lib/linebreak.h: New file, from GNU gettext.
21708         * lib/linebreak.c: New file, from GNU gettext with slight
21709         modifications.
21710         * lib/lbrkprop.h: New file, from GNU gettext.
21711
21712 2003-04-03  Bruno Haible  <bruno@clisp.org>
21713
21714         * modules/utf8-ucs4: New file.
21715         * modules/utf16-ucs4: New file.
21716         * modules/ucs4-utf8: New file.
21717         * modules/ucs4-utf16: New file.
21718         * MODULES.html.sh (func_all_modules): Add them.
21719
21720 2003-04-03  Bruno Haible  <bruno@clisp.org>
21721
21722         * m4/utf-ucs4.m4: New file.
21723         * m4/ucs4-utf.m4: New file.
21724
21725 2003-04-03  Bruno Haible  <bruno@clisp.org>
21726
21727         * lib/utf8-ucs4.h: New file, from GNU gettext.
21728         * lib/utf16-ucs4.h: New file, from GNU gettext.
21729         * lib/ucs4-utf8.h: New file, from GNU gettext.
21730         * lib/ucs4-utf16.h: New file, from GNU gettext.
21731
21732 2003-04-02  Bruno Haible  <bruno@clisp.org>
21733
21734         * modules/binary-io: New file.
21735         * MODULES.html.sh (func_all_modules): Add it.
21736
21737 2003-04-02  Bruno Haible  <bruno@clisp.org>
21738
21739         * lib/binary-io.h: New file, from GNU gettext.
21740
21741 2003-04-01  Bruno Haible  <bruno@clisp.org>
21742
21743         * modules/pathname: New file.
21744         * MODULES.html.sh (func_all_modules): Add it.
21745
21746 2003-04-01  Bruno Haible  <bruno@clisp.org>
21747
21748         * lib/pathname.h: New file, from GNU gettext.
21749         * lib/concatpath.c: New file, from GNU gettext.
21750
21751 2003-03-30  Bruno Haible  <bruno@clisp.org>
21752
21753         * m4/copy-file.m4 (gl_COPY_FILE): Add check for chown().
21754
21755 2003-03-30  Bruno Haible  <bruno@clisp.org>
21756
21757         * lib/copy-file.c (copy_file_preserving): Don't set owner if the
21758         function chown() doesn't exist.
21759
21760 2003-03-28  Bruno Haible  <bruno@clisp.org>
21761
21762         * modules/copy-file: New file.
21763         * MODULES.html.sh (func_all_modules): Add it.
21764
21765 2003-03-28  Bruno Haible  <bruno@clisp.org>
21766
21767         * m4/copy-file.m4: New file.
21768
21769 2003-03-28  Bruno Haible  <bruno@clisp.org>
21770
21771         * lib/copy-file.h: New file, from GNU gettext.
21772         * lib/copy-file.c: New file, from GNU gettext.
21773
21774 2003-03-18  Jim Meyering  <jim@meyering.net>
21775
21776         * lib/quote.c (quote_n): Fix typo in comment.
21777
21778 2003-03-18  Bruno Haible  <bruno@clisp.org>
21779
21780         * m4/onceonly.m4: Use m4_defn instead of defn, for better error
21781         checking.
21782         * m4/onceonly_2_57.m4: Likewise.
21783
21784 2003-03-17  Bruno Haible  <bruno@clisp.org>
21785
21786         * m4/onceonly.m4: Require autoconf 2.54 or newer.
21787         (m4_quote): Remove macro.
21788         * m4/onceonly_2_57.m4: Require autoconf 2.54 or newer.
21789
21790 2003-03-14  Jim Meyering  <jim@meyering.net>
21791
21792         Merge changes from Coreutils.
21793         * lib/obstack.h (obstack_object_size): Declare temporary, __o,
21794         to be const, in order to avoid warnings.
21795         (obstack_room): Likewise.
21796         (obstack_empty_p): Likewise.
21797
21798 2003-03-14  Bruno Haible  <bruno@clisp.org>
21799
21800         * m4/onceonly_2_57.m4 (AC_CHECK_HEADERS_ONCE, AC_CHECK_FUNCS_ONCE,
21801         AC_CHECK_DECLS_ONCE): Quote AC_FOREACH variable-expansions properly.
21802
21803 2003-03-13  Paul Eggert  <eggert@twinsun.com>
21804
21805         Merge changes from Bison.
21806         * lib/obstack.h: (__INT_TO_PTR) [__STDC__]: Cast result to
21807         (void *) to avoid diagnostic with native c89 on SGI IRIX 6.5
21808         when compiling Bison 1.875's `bitset bset = obstack_alloc
21809         (bobstack, bytes);'.  Problem reported by Nelson H. F. Beebe.
21810         * lib/hash.c: Include <stdbool.h> unconditionally.
21811
21812 2003-03-13  Paul Eggert  <eggert@twinsun.com>
21813
21814         * m4/onceonly.m4 (m4_quote): New macro.
21815         (AC_CHECK_HEADERS_ONCE, AC_CHECK_FUNCS_ONCE, AC_CHECK_DECLS_ONCE):
21816         Quote AC_FOREACH variable-expansions properly.
21817
21818 2003-03-13  Paul Eggert  <eggert@twinsun.com>
21819
21820         * doc/COPYING.DOC, fdl.texi: Sync with latest FSF version.
21821
21822 2003-03-09  Paul Eggert  <eggert@twinsun.com>
21823
21824         * lib/argmatch.c (EXIT_FAILURE): Define if the system doesn't.
21825         Reported by Bruce Becker; see:
21826         http://mail.gnu.org/archive/html/bug-bison/2003-03/msg00017.html
21827
21828 2003-03-03  Paul Eggert  <eggert@twinsun.com>
21829             Bruno Haible  <bruno@clisp.org>
21830
21831         * lib/mbswidth.h: Include <wchar.h>. Needed for UnixWare 7.1.1.
21832         Reported by John Hughes, see
21833         http://mail.gnu.org/archive/html/bug-bison/2003-02/msg00030.html
21834
21835 2003-02-20  Bruno Haible  <bruno@clisp.org>
21836
21837         * MODULES.html.sh (func_all_modules): Add poll.
21838
21839 2003-02-19  Paolo Bonzini  <bonzini@gnu.org>
21840
21841         * modules/poll: New file.
21842
21843 2003-02-19  Paolo Bonzini  <bonzini@gnu.org>
21844
21845         * lib/poll_.h: New file.
21846         * lib/poll.c: New file.
21847
21848 2003-02-19  Paolo Bonzini  <bonzini@gnu.org>
21849
21850         * m4/poll.m4: New file.
21851
21852 2003-02-18  Paolo Bonzini  <bonzini@gnu.org>
21853
21854         * modules/mathl: New file.
21855
21856 2003-02-18  Paolo Bonzini  <bonzini@gnu.org>
21857
21858         * lib/mathl.h: New file.
21859         * lib/acosl.c: New file.
21860         * lib/asinl.c: New file.
21861         * lib/atanl.c: New file.
21862         * lib/ceill.c: New file.
21863         * lib/cosl.c: New file.
21864         * lib/expl.c: New file.
21865         * lib/floorl.c: New file.
21866         * lib/frexpl.c: New file.
21867         * lib/ldexpl.c: New file.
21868         * lib/logl.c: New file.
21869         * lib/sincosl.c: New file.
21870         * lib/sinl.c: New file.
21871         * lib/sqrtl.c: New file.
21872         * lib/tanl.c: New file.
21873         * lib/trigl.c: New file.
21874         * lib/trigl.h: New file.
21875
21876 2003-02-18  Paolo Bonzini  <bonzini@gnu.org>
21877
21878         * m4/mathl.m4: New file.
21879
21880 2003-02-18  Bruno Haible  <bruno@clisp.org>
21881
21882         * MODULES.html.sh (func_all_modules): Add mathl.
21883
21884 2003-02-17  Bruno Haible  <bruno@clisp.org>
21885
21886         * modules/mkdtemp: New module.
21887         * MODULES.html.sh (func_all_modules): Add it.
21888
21889 2003-02-17  Bruno Haible  <bruno@clisp.org>
21890
21891         * m4/mkdtemp.m4: New file, from GNU gettext with modifications.
21892
21893 2003-02-17  Bruno Haible  <bruno@clisp.org>
21894
21895         * lib/mkdtemp.h: New file, from GNU gettext.
21896         * lib/mkdtemp.c: New file, from GNU gettext.
21897
21898 2003-02-02  Jim Meyering  <jim@meyering.net>
21899
21900         * m4/regex.m4 (jm_INCLUDED_REGEX): Detect broken re_search in
21901         e.g. glibc-2.2.93.
21902
21903 2003-01-31  Bruno Haible  <bruno@clisp.org>
21904
21905         * m4/rename.m4 (vb_FUNC_RENAME): Add a redirection from 'rename' to
21906         'rpl_rename'.
21907         * m4/strnlen.m4 (gl_FUNC_STRNLEN): Add a redirection from 'strnlen' to
21908         'rpl_strnlen'.
21909         * m4/strtod.m4 (gl_FUNC_STRTOD): Add a redirection from 'strtod' to
21910         'rpl_strtod'.
21911         * m4/utime.m4 (jm_FUNC_UTIME): Add a redirection from 'utime' to
21912         'rpl_utime'.
21913
21914 2003-01-31  Bruno Haible  <bruno@clisp.org>
21915
21916         * lib/rename.c: #undef rename before defining rpl_rename.
21917         * lib/strnlen.c: #undef strnlen, define rpl_strnlen instead of strnlen.
21918
21919 2003-01-30  Bruno Haible  <bruno@clisp.org>
21920
21921         * modules/vasnprintf, modules/vasprintf: New modules.
21922         * MODULES.html.sh (func_all_modules): Add them.
21923
21924 2003-01-30  Bruno Haible  <bruno@clisp.org>
21925
21926         * m4/signed.m4: New file, from GNU gettext.
21927         * m4/longdouble.m4: New file, from GNU gettext.
21928         * m4/wchar_t.m4: New file, from GNU gettext.
21929         * m4/wint_t.m4: New file, from GNU gettext.
21930         * m4/vasnprintf.m4: New file.
21931         * m4/vasprintf.m4: New file.
21932
21933 2003-01-30  Bruno Haible  <bruno@clisp.org>
21934
21935         * lib/printf-args.h: New file, from GNU gettext.
21936         * lib/printf-args.c: New file, from GNU gettext.
21937         * lib/printf-parse.h: New file, from GNU gettext.
21938         * lib/printf-parse.c: New file, from GNU gettext.
21939         * lib/vasnprintf.h: New file, from GNU gettext.
21940         * lib/vasnprintf.c: New file, from GNU gettext.
21941         * lib/asnprintf.c: New file, from GNU gettext.
21942         * lib/vasprintf.h: New file, from GNU gettext with modifications.
21943         * lib/vasprintf.c: New file, from GNU gettext.
21944         * lib/asprintf.c: New file, from GNU gettext.
21945
21946 2003-01-29  Bruno Haible  <bruno@clisp.org>
21947
21948         * modules/stpncpy: New module.
21949         * MODULES.html.sh (func_all_modules): Add it.
21950
21951 2003-01-29  Bruno Haible  <bruno@clisp.org>
21952
21953         * m4/stpncpy.m4: New file.
21954
21955 2003-01-29  Bruno Haible  <bruno@clisp.org>
21956
21957         * lib/stpncpy.h: New file, from GNU gettext with modifications.
21958         * lib/stpncpy.c: New file, from GNU gettext with modifications.
21959
21960 2003-01-28  Bruno Haible  <bruno@clisp.org>
21961
21962         * modules/c-ctype: New module.
21963         * MODULES.html.sh (func_all_modules): Add it.
21964
21965 2003-01-28  Bruno Haible  <bruno@clisp.org>
21966
21967         * lib/c-ctype.h: New file, from GNU gettext, with changes suggested by
21968         Paul Eggert.
21969         * lib/c-ctype.c: New file, from GNU gettext, with changes suggested by
21970         Paul Eggert.
21971
21972 2003-01-27  Bruno Haible  <bruno@clisp.org>
21973
21974         * modules/xsetenv: New module.
21975         * MODULES.html.sh (func_all_modules): Add it.
21976
21977 2003-01-27  Bruno Haible  <bruno@clisp.org>
21978
21979         * lib/xsetenv.h: New file, from GNU gettext.
21980         * lib/xsetenv.c: New file, from GNU gettext.
21981
21982 2003-01-23  Jim Meyering  <jim@meyering.net>
21983
21984         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Correct typo: s/-1/no/ that kept this
21985         from working on systems without dirfd (at least Irix and OSF1/Tru64).
21986
21987 2003-01-23  Bruno Haible  <bruno@clisp.org>
21988
21989         * modules/minmax: New module.
21990         * MODULES.html.sh (func_all_modules): Add it.
21991
21992 2003-01-23  Bruno Haible  <bruno@clisp.org>
21993
21994         * lib/minmax.h: New file, from GNU gettext, with comments from Paul
21995         Eggert.
21996
21997 2003-01-22  Bruno Haible  <bruno@clisp.org>
21998
21999         * modules/exit: New module.
22000         * MODULES.html.sh (func_all_modules): Add it.
22001
22002 2003-01-22  Bruno Haible  <bruno@clisp.org>
22003
22004         * lib/exit.h: New file, from GNU gettext.
22005
22006 2003-01-19  Bruno Haible  <bruno@clisp.org>
22007
22008         * gnulib-tool: Recognize option --extract-maintainer.
22009         (func_get_maintainer): New function.
22010         * modules/*: Add Maintainer entry.
22011
22012 2003-01-16  Jim Meyering  <jim@meyering.net>
22013
22014         * m4/regex.m4: The `regex' struct is both input and output.
22015         Initialize it before each use.  Patch by Tim Waugh.
22016
22017 2003-01-16  Bruno Haible  <bruno@clisp.org>
22018
22019         * MODULES.html.sh: Add a table of contents. Add the module name as
22020         leftmost column. Add hyperlinks.
22021
22022 2003-01-15  Bruno Haible  <bruno@clisp.org>
22023
22024         * m4/md5.m4 (gl_MD5): Require AC_C_INLINE.
22025
22026 2003-01-15  Bruno Haible  <bruno@clisp.org>
22027
22028         * m4/longlong.m4 (jm_AC_TYPE_LONG_LONG): Also test the LL suffix.
22029         * m4/ulonglong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): Also test the ULL
22030         suffix.
22031
22032 2003-01-15  Bruno Haible  <bruno@clisp.org>
22033
22034         * m4/alloca.m4 (gl_FUNC_ALLOCA): Invoke AC_EGREP_CPP prerequisites.
22035
22036 2003-01-15  Bruno Haible  <bruno@clisp.org>
22037
22038         * lib/stpcpy.h (stpcpy): Use ANSI C function declarations.
22039         * lib/strcase.h (strcasecmp, strncasecmp): Likewise.
22040
22041 2003-01-14  Jim Meyering  <jim@meyering.net>
22042
22043         * lib/same.c (same_name): Tweak a comment.
22044
22045 2003-01-14  Bruno Haible  <bruno@clisp.org>
22046
22047         * lib/same.c (same_name): Reorder tests so as to avoid calling stat()
22048         when a string comparison is sufficient.
22049
22050 2003-01-14  Bruno Haible  <bruno@clisp.org>
22051
22052         * lib/readtokens.c (readtoken): Cast character to 'unsigned char', not
22053         'unsigned int'.
22054
22055 2003-01-14  Bruno Haible  <bruno@clisp.org>
22056
22057         * lib/hash-pjw.c: Add comment about low quality of this function.
22058
22059 2003-01-13  Bruno Haible  <bruno@clisp.org>
22060
22061         * modules/stpcpy: Distribute lib/stpcpy.h.
22062         * modules/setenv: Depend on alloca. Distribute lib/setenv.h.
22063
22064 2003-01-13  Bruno Haible  <bruno@clisp.org>
22065
22066         * modules/*: Add a description.
22067         * modules/strpbrk: Fix Makefile.am snippet.
22068         * modules/strtoimax: Fix dependencies.
22069         * modules/strtoumax: Likewise.
22070
22071 2003-01-13  Bruno Haible  <bruno@clisp.org>
22072
22073         * gnulib-tool (func_create_testdir): Substitute lib_OBJECTS.
22074         * modules/alloca (Makefile.am): All object files depend on alloca.h.
22075         * modules/stdbool (Makefile.am): All object files depend on stdbool.h.
22076
22077 2003-01-13  Bruno Haible  <bruno@clisp.org>
22078
22079         * gnulib-tool (func_create_testdir): Store config/* files in the main
22080         directory.
22081         * config.rpath: Move to ...
22082         * config/config.rpath: ... here.
22083         * modules/gettext: Contains config/config.rpath, not config.rpath.
22084         * modules/iconv: Likewise.
22085
22086 2003-01-12  Paul Eggert  <eggert@twinsun.com>
22087
22088         Finish renaming getstr -> getdelim2 and readline -> readlinebuffer,
22089         to avoid collisions with libcurses and libreadline.
22090
22091         * m4/getstr.m4: Remove.
22092         * m4/getline.m4 (gl_PREREQ_GETLINE): Require AC_HEADER_STDC.
22093
22094 2003-01-12  Paul Eggert  <eggert@twinsun.com>
22095
22096         Finish renaming getstr -> getdelim2 and readline -> readlinebuffer,
22097         to avoid collisions with libcurses and libreadline.
22098
22099         * lib/Makefile.am (libfetish_a_SOURCES): Remove getstr.c, getstr.h.
22100         * lib/getstr.h, getstr.c: Remove.
22101         * lib/getline.c: Include "getline.h", to check interface.
22102         Move body of old getstr.c here: this defines MIN_CHUNK and
22103         declares getdelim2, which is renamed from getstr.
22104         (getline, getdelim): Adjust to renaming of getstr -> getdelim2.
22105
22106         * lib/linebuffer.c (readlinebuffer): Renamed from readline.
22107         All uses changed.
22108         * lib/linebuffer.h: Likewise.
22109         (readline): Remove backward-compatibility macro.
22110
22111 2003-01-12  Paul Eggert  <eggert@twinsun.com>
22112
22113         Finish renaming getstr -> getdelim2 and readline -> readlinebuffer,
22114         to avoid collisions with libcurses and libreadline.
22115         * getstr: Remove.
22116         * MODULES.html.sh: Remove getstr.
22117         * modules/getline: Depend on unlocked-io, not getstr.
22118
22119 2003-01-12  Jim Meyering  <jim@meyering.net>
22120
22121         * lib/makepath.c: Don't test HAVE_ERRNO_H.  It's not necessary.
22122
22123 2003-01-10  Bruno Haible  <bruno@clisp.org>
22124
22125         * modules/alloca: Change Makefile.am requirements. Simplify Include
22126         requirements. Add lib/alloca_.h to file list.
22127
22128 2003-01-10  Bruno Haible  <bruno@clisp.org>
22129
22130         * m4/alloca.m4 (gl_FUNC_ALLOCA): Also define ALLOCA_H.
22131
22132 2003-01-10  Bruno Haible  <bruno@clisp.org>
22133
22134         * lib/alloca_.h: New file.
22135         * lib/getdate.y: Unconditionally include alloca.h.
22136         * lib/makepath.c: Likewise.
22137         * lib/setenv.c: Likewise.
22138         * lib/userspec.c: Likewise.
22139
22140 2003-01-09  Karl Berry  <karl@gnu.org>
22141
22142         * MODULES.html.sh: include `dirname $0` in PATH, to find
22143         gnulib-tool.
22144
22145 2003-01-09  Bruno Haible  <bruno@clisp.org>
22146
22147         * modules/stdbool: Change configure.ac, Makefile.am requirements.
22148         Simplify Include requirements. Add lib/stdbool.h.in to file list.
22149
22150 2003-01-09  Bruno Haible  <bruno@clisp.org>
22151
22152         * m4/stdbool.m4 (AM_STDBOOL_H): New macro.
22153
22154 2003-01-09  Bruno Haible  <bruno@clisp.org>
22155
22156         * lib/stdbool.h.in: New file.
22157
22158 2003-01-09  Bruno Haible  <bruno@clisp.org>
22159
22160         * gnulib-tool (func_all_modules): Ignore files ending in ~.
22161         * MODULES.html.sh: Likewise.
22162
22163 2003-01-08  Jim Meyering  <jim@meyering.net>
22164
22165         * lib/full-write.c: Undefine and define-away `const' after inclusion
22166         of errno.h, not before.  Suggestion from Bruno Haible.
22167
22168 2003-01-08  Bruno Haible  <bruno@clisp.org>
22169
22170         * modules/full-read: Depend on full-write.
22171
22172 2003-01-08  Bruno Haible  <bruno@clisp.org>
22173
22174         * lib/safe-read.c: Include specification header first, to ensure its
22175         selfcontainedness.
22176         * lib/full-write.c: Likewise.
22177
22178 2003-01-07  Jim Meyering  <jim@meyering.net>
22179
22180         * lib/full-write.c: Rework so that it may serve to define full_read,
22181         too.
22182         * lib/full-read.c: Simply #define FULL_READ and include full-write.c.
22183
22184 2003-01-07  Bruno Haible  <bruno@clisp.org>
22185
22186         * lib/strtoimax.c: Include <stdint.h> as an alternative to
22187         <inttypes.h>.
22188         * lib/xstrtol.h: Likewise.
22189         * lib/xstrtoimax.c: Likewise.
22190         * lib/xstrtoumax.c: Likewise.
22191         * lib/human.h: Likewise.
22192
22193         * lib/tempname.c: Include <inttypes.h> too. Avoids a compilation error
22194         on systems that have <inttypes.h> but not <stdint.h>.
22195
22196 2003-01-07  Bruno Haible  <bruno@clisp.org>
22197
22198         * MODULES.html.sh: Add copyright notice.
22199         (missed_files): Omit CVS directory entries.
22200         (func_module): Make it work with sed-3.02.
22201         * MODULES.txt: Remove file.
22202
22203 2003-01-06  Jim Meyering  <jim@meyering.net>
22204
22205         * lib/version-etc.c: Update year in translatable copyright string.
22206
22207 2003-01-03  Karl Berry  <karl@gnu.org>
22208
22209         * config/config.{guess,sub}: update from prep.
22210
22211 2003-01-02  Karl Berry  <karl@gnu.org>
22212
22213         * doc/COPYING.DOC: belatedly updated to 1.2.
22214
22215 2003-01-01  Karl Berry  <karl@gnu.org>
22216
22217         * gnulib-tool (func_verify_module): report module name $module in
22218         error message, not $1.
22219         * gnulib-tool (create-testdir): don't complain if destdir couldn't
22220         be created, only if it doesn't exist.
22221         * gnulib-tool (last_checkin_date): don't expand the $Date here.
22222
22223 2002-12-31  Paul Eggert  <eggert@twinsun.com>
22224
22225         * m4/memcoll.m4 (gl_MEMCOLL): Require AC_FUNC_MEMCMP.
22226
22227 2002-12-31  Paul Eggert  <eggert@twinsun.com>
22228
22229         * lib/memcoll.c (memcoll): Fall back on a simple algorithm using
22230         memcmp if strcoll doesn't work.
22231
22232 2002-12-31  Bruno Haible  <bruno@clisp.org>
22233
22234         * lib/utime.c (utime_null): No need to call ftruncate if the file was
22235         nonempty.
22236
22237 2002-12-31  Bruno Haible  <bruno@clisp.org>
22238
22239         * lib/memcoll.c (STRCOLL): New macro.
22240         (memcoll): Use it.
22241
22242 2002-12-31  Bruno Haible  <bruno@clisp.org>
22243
22244         * lib/localcharset.h: New file.
22245         * lib/localcharset.c: Include it.
22246         * lib/unicodeio.c: Likewise.
22247
22248 2002-12-31  Bruno Haible  <bruno@clisp.org>
22249
22250         * lib/getstr.h (getstr): Define, to avoid clash with libcurses.
22251         * lib/linebuffer.h (readline): Define, to avoid clash with libreadline.
22252
22253 2002-12-31  Bruno Haible  <bruno@clisp.org>
22254
22255         * lib/getline.h: Include <stddef.h>, for size_t.
22256
22257         * lib/unicodeio.h: Include <stddef.h>, for size_t.
22258         * lib/unicodeio.c: Don't include <stddef.h>.
22259
22260 2002-12-31  Bruno Haible  <bruno@clisp.org>
22261
22262         * lib/getdate.y (get_date): Test HAVE_STRUCT_TM_TM_ZONE, not
22263         HAVE_TM_ZONE.
22264
22265 2002-12-24  Karl Berry  <karl@gnu.org>
22266
22267         * config/config.guess: update from prep.
22268
22269 2002-12-24  Bruno Haible  <bruno@clisp.org>
22270
22271         General infrasructure.
22272         * m4/README: Rewritten.
22273         * m4/onceonly.m4: New file.
22274         * m4/onceonly_2_57.m4: New file.
22275
22276         Module atexit.
22277         * m4/atexit.m4: New file.
22278
22279         Module strtod.
22280         * m4/strtod.m4: New file.
22281
22282         Module strtol.
22283         * m4/strtol.m4: New file.
22284
22285         Module strtoul.
22286         * m4/strtoul.m4: New file.
22287
22288         Module memchr.
22289         * m4/memchr.m4: New file.
22290
22291         Module memcmp.
22292         * m4/memcmp.m4 (gl_PREREQ_MEMCMP): New macro.
22293         (jm_FUNC_MEMCMP): Invoke it.
22294
22295         Module memcpy.
22296         * m4/memcpy.m4: New file.
22297
22298         Module memmove.
22299         * m4/memmove.m4: New file.
22300
22301         Module memset.
22302         * m4/memset.m4: New file.
22303
22304         Module strcspn.
22305         * m4/strcspn.m4: New file.
22306
22307         Module strpbrk.
22308         * m4/strpbrk.m4: New file.
22309
22310         Module strstr.
22311         * m4/strstr.m4: New file.
22312
22313         Module strerror.
22314         * m4/strerror.m4: New file.
22315
22316         Module mktime.
22317         * m4/mktime.m4: Renamed from jm-mktime.m4.
22318         (gl_PREREQ_MKTIME): New macro.
22319         (gl_FUNC_MKTIME): Renamed from jm_FUNC_MKTIME. Invoke gl_PREREQ_MKTIME.
22320
22321         Module malloc.
22322         * m4/malloc.m4 (gl_PREREQ_MALLOC): New macro.
22323         (jm_FUNC_MALLOC): Use AC_FUNC_MALLOC. Invoke gl_PREREQ_MALLOC.
22324         Don't define HAVE_DONE_WORKING_MALLOC_CHECK, since nothing uses it.
22325
22326         Module realloc.
22327         * m4/realloc.m4 (gl_PREREQ_REALLOC): New macro.
22328         (jm_FUNC_REALLOC): Use AC_FUNC_REALLOC. Invoke gl_PREREQ_REALLOC.
22329         Don't define HAVE_DONE_WORKING_REALLOC_CHECK, since nothing uses it.
22330
22331         Module strftime.
22332         * m4/tm_gmtoff.m4: New file, extracted from strftime.m4.
22333         * m4/strftime.m4 (_jm_STRFTIME_PREREQS): Use AC_FUNC_STRFTIME.
22334         Don't test for bcopy (we are not emacs). Invoke AC_TYPE_MBSTATE_T and
22335         gl_TM_GMTOFF.
22336         (_jm_STRFTIME_PREREQS, jm_FUNC_GNU_STRFTIME): Use onceonly macros.
22337
22338         Module xalloc.
22339         * m4/xalloc.m4: New file.
22340
22341         Module alloca.
22342         * m4/alloca.m4: New file.
22343
22344         Module putenv.
22345         * m4/putenv.m4 (gl_PREREQ_PUTENV): New macro.
22346         (jm_FUNC_PUTENV): Invoke it.
22347
22348         Module setenv.
22349         * m4/setenv.m4 (gt_FUNC_SETENV): New macro.
22350         (gt_CHECK_VAR_DECL): Fix quoting error that led to infinite loop in m4
22351         when invoked twice.
22352         (gt_PREREQ_SETENV, gt_PREREQ_UNSETENV): New macros, replacing old
22353         gt_FUNC_SETENV.
22354
22355         Module memrchr.
22356         * m4/memrchr.m4: New file.
22357
22358         Module stpcpy.
22359         * m4/stpcpy.m4: New file.
22360
22361         Module strcase.
22362         * m4/strcase.m4: New file.
22363
22364         Module strdup.
22365         * m4/strdup.m4: New file.
22366
22367         Module strnlen.
22368         * m4/strnlen.m4: New file.
22369
22370         Module strndup.
22371         * m4/strndup.m4: New file.
22372
22373         Module xstrtod.
22374         * m4/xstrtod.m4: New file.
22375
22376         Module xstrtol.
22377         * m4/xstrtol.m4: New file.
22378
22379         Module getdate.
22380         * m4/getdate.m4: New file.
22381
22382         Module unlocked-io.
22383         * m4/unlocked-io.m4: Renamed from jm-glibc-io.m4.
22384         (jm_FUNC_GLIBC_UNLOCKED_IO): Invoke AC_GNU_SOURCE. Use onceonly macros.
22385         * m4/jm-glibc-io.m4n: Remove file.
22386
22387         Module long-options.
22388         * m4/long-options.m4: New file.
22389
22390         Module md5.
22391         * m4/md5.m4: New file.
22392
22393         Module sha.
22394         * m4/sha.m4: New file.
22395
22396         Module getstr.
22397         * m4/getstr.m4: New file.
22398
22399         Module getline.
22400         * m4/getline.m4 (gl_PREREQ_GETLINE): New macro.
22401         (AM_FUNC_GETLINE): Invoke AC_GNU_SOURCE. Use <stdlib.h>, not
22402         <sys/types.h>, for size_t. Use the function name gnu_getline, not
22403         simply getline. Infoke gl_PREREQ_GETLINE.
22404
22405         Module obstack.
22406         * m4/obstack.m4: New file.
22407
22408         Module hash.
22409         * m4/hash.m4: New file.
22410
22411         Module readtokens.
22412         * m4/readtokens.m4: New file.
22413
22414         Module strverscmp.
22415         * m4/strverscmp.m4: New file.
22416
22417         Module stdbool.
22418         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Add test for _Bool. Needed for
22419         OSF/1.
22420
22421         Module strtoll.
22422         * m4/strtoll.m4: New file.
22423
22424         Module strtoull.
22425         * m4/strtoull.m4: New file.
22426
22427         Module strtoimax.
22428         * m4/strtoimax.m4: New file.
22429
22430         Module strtoumax.
22431         * m4/strtoumax.m4: New file.
22432
22433         Module xstrtoimax.
22434         * m4/xstrtoimax.m4 (jm_XSTRTOIMAX): Renamed from
22435         jm_AC_PREREQ_XSTRTOIMAX.
22436         Moved the strtol prerequisites to strtol.m4.
22437         Moved the strtoll prerequisites to strtoll.m4.
22438         Moved the strtoimax prerequisites to strtoimax.m4.
22439
22440         Module xstrtoumax.
22441         * m4/xstrtoumax.m4 (jm_XSTRTOUMAX): Renamed from
22442         jm_AC_PREREQ_XSTRTOUMAX.
22443         Moved the strtoul prerequisites to strtoul.m4.
22444         Moved the strtoull prerequisites to strtoull.m4.
22445         Moved the strtoumax prerequisites to strtoumax.m4.
22446
22447         Module chown.
22448         * m4/chown.m4 (gl_PREREQ_CHOWN): New macro.
22449         (jm_FUNC_CHOWN): Use AC_FUNC_CHOWN. Invoke gl_PREREQ_CHOWN.
22450
22451         Module dup2.
22452         * m4/dup2.m4: New file.
22453
22454         Module ftruncate.
22455         * m4/ftruncate.m4 (gl_PREREQ_FTRUNCATE): New macro.
22456         (jm_FUNC_FTRUNCATE): Use AC_REPLACE_FUNCS. Invoke gl_PREREQ_FTRUNCATE.
22457
22458         Module getgroups.
22459         * m4/getgroups.m4 (gl_PREREQ_GETGROUPS): New macro.
22460         (jm_FUNC_GETGROUPS): Use AC_FUNC_GETGROUPS. Invoke gl_PREREQ_GETGROUPS.
22461
22462         Module gettimeofday.
22463         * m4/gettimeofday.m4 (gl_PREREQ_GETTIMEOFDAY): New macro.
22464         (AC_FUNC_GETTIMEOFDAY_CLOBBER): Use onceonly macros. Invoke
22465         gl_PREREQ_GETTIMEOFDAY.
22466
22467         Module mkdir.
22468         * m4/mkdir-slash.m4 (gl_PREREQ_MKDIR): New macro.
22469         (UTILS_FUNC_MKDIR_TRAILING_SLASH): Invoke gl_PREREQ_MKDIR.
22470
22471         Module mkstemp.
22472         * m4/mkstemp.m4 (gl_PREREQ_MKSTEMP): New macro.
22473         (jm_PREREQ_TEMPNAME): New macro, from prereq.m4. Also invoke
22474         jm_AC_TYPE_UINTMAX_T.
22475         (UTILS_FUNC_MKSTEMP): Invoke gl_PREREQ_MKSTEMP and jm_PREREQ_TEMPNAME.
22476
22477         Module stat.
22478         * m4/stat.m4 (gl_PREREQ_STAT): New macro.
22479         (jm_FUNC_STAT): Use AC_FUNC_STAT. Invoke gl_PREREQ_STAT.
22480
22481         Module lstat.
22482         * m4/lstat.m4 (gl_PREREQ_LSTAT): New macro.
22483         (jm_FUNC_LSTAT): Use AC_FUNC_LSTAT. Invoke gl_PREREQ_LSTAT.
22484
22485         Module timespec.
22486         * m4/timespec.m4 (gl_TIMESPEC): New macro.
22487         (jm_CHECK_TYPE_STRUCT_TIMESPEC): Add check for <sys/time.h>.
22488         * m4/st_mtim.m4: Indentation.
22489
22490         Module nanosleep.
22491         * m4/nanosleep.m4 (gl_PREREQ_NANOSLEEP): New macro.
22492         (jm_FUNC_NANOSLEEP): Add check for <sys/time.h>. Invoke
22493         gl_PREREQ_NANOSLEEP.
22494
22495         Module regex.
22496         * m4/regex.m4 (jm_PREREQ_REGEX): New macro.
22497         (jm_INCLUDED_REGEX): Invoke jm_PREREQ_REGEX.
22498         (gl_REGEX): New macro.
22499
22500         Module rename.
22501         * m4/rename.m4 (gl_PREREQ_RENAME): New macro.
22502         (vb_FUNC_RENAME): Invoke gl_PREREQ_RENAME.
22503
22504         Module rmdir.
22505         * m4/rmdir.m4: New file.
22506
22507         Module utime.
22508         * m4/utimbuf.m4 (jm_CHECK_TYPE_STRUCT_UTIMBUF): Use onceonly macros.
22509         * m4/utime.m4 (gl_PREREQ_UTIME): New macro.
22510         (jm_FUNC_UTIME): Invoke gl_PREREQ_UTIME.
22511
22512         Module dirname.
22513         * m4/dirname.m4: New file.
22514
22515         Module getopt.
22516         * m4/getopt.m4: New file.
22517
22518         Module unistd-safer.
22519         * m4/unistd-safer.m4: New file.
22520
22521         Module fnmatch.
22522         * m4/fnmatch.m4 (_AC_FUNC_FNMATCH_IF): Include <stdlib.h>, for exit()
22523         declaration.
22524         (gl_PREREQ_FNMATCH_EXTRA): New macro.
22525         (gl_FUNC_FNMATCH_POSIX): New macro.
22526         (gl_FUNC_FNMATCH_GNU): Renamed from AC_FUNC_FNMATCH_GNU. Invoke
22527         gl_PREREQ_FNMATCH_EXTRA. Use the function name gnu_fnmatch, not
22528         simply fnmatch.
22529
22530         Module exclude.
22531         * m4/exclude.m4: New file.
22532
22533         Module human.
22534         * m4/human.m4: New file.
22535
22536         Module acl.
22537         * m4/acl.m4: Nop.
22538
22539         Module backupfile.
22540         * m4/backupfile.m4: New file.
22541         * m4/d-ino.m4: Indentation.
22542
22543         Module fsusage.
22544         * m4/fsusage.m4 (gl_FSUSAGE): New macro.
22545         (jm_STATFS_TRUNCATES): New macro, from coreutils-4.5.4/configure.ac.
22546         (gl_PREREQ_FSUSAGE_EXTRA): New macro.
22547
22548         Module dirfd.
22549         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Invoke some AC_EGREP_CPP
22550         requirements.
22551
22552         Module euidaccess.
22553         * m4/euidaccess.m4: New file.
22554
22555         Module file-type.
22556         * m4/file-type.m4: New file.
22557
22558         Module fileblocks.
22559         * m4/fileblocks.m4: New file.
22560
22561         Module filemode.
22562         * m4/filemode.m4: New file.
22563
22564         Module isdir.
22565         * m4/isdir.m4: New file.
22566
22567         Module lchown.
22568         * m4/lchown.m4 (gl_PREREQ_LCHOWN): New macro.
22569         (jm_FUNC_LCHOWN): Invoke gl_PREREQ_LCHOWN.
22570
22571         Module makepath.
22572         * m4/makepath.m4: New file.
22573
22574         Module modechange.
22575         * m4/modechange.m4: New file.
22576
22577         Module mountlist.
22578         * m4/mountlist.m4: New file.
22579         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Use onceonly macros.
22580         Indentation.
22581
22582         Module path-concat.
22583         * m4/path-concat.m4: New file.
22584
22585         Module pathmax.
22586         * m4/pathmax.m4: New file.
22587
22588         Module same.
22589         * m4/same.m4: New file.
22590
22591         Module save-cwd.
22592         * m4/save-cwd.m4: New file.
22593
22594         Module savedir.
22595         * m4/savedir.m4: New file.
22596
22597         Module xgetcwd.
22598         * m4/xgetcwd.m4: New file.
22599         * m4/getcwd.m4 (AC_FUNC_GETCWD_NULL): Use onceonly macros.
22600
22601         Module xreadlink.
22602         * m4/xreadlink.m4: New file.
22603
22604         Module safe-read.
22605         * m4/safe-read.m4: New file.
22606
22607         Module safe-write.
22608         * m4/safe-write.m4: New file.
22609
22610         Module closeout.
22611         * m4/closeout.m4: New file.
22612
22613         Module stdio-safer.
22614         * m4/stdio-safer.m4: New file.
22615
22616         Module getpass.
22617         * m4/getpass.m4: New file.
22618
22619         Module getugroups.
22620         * m4/getugroups.m4: New file.
22621
22622         Module group-member.
22623         * m4/group-member.m4 (gl_PREREQ_GROUP_MEMBER): New macro.
22624         (jm_FUNC_GROUP_MEMBER): Invoke AC_GNU_SOURCE, gl_PREREQ_GROUP_MEMBER.
22625
22626         Module idcache.
22627         * m4/idcache.m4: New file.
22628
22629         Module userspec.
22630         * m4/userspec.m4: New file.
22631
22632         Module gettime.
22633         * m4/clock_time.m4: New file.
22634         * m4/gettime.m4: New file.
22635
22636         Module settime.
22637         * m4/settime.m4: New file.
22638
22639         Module posixtm.
22640         * m4/posixtm.m4: New file.
22641
22642         Module gethostname.
22643         * m4/gethostname.m4: New file.
22644
22645         Module canon-host.
22646         * m4/canon-host.m4: New file.
22647
22648         Module gettext.
22649         * m4/codeset.m4: New file, from gettext-0.11.5.
22650         * m4/gettext.m4: New file, from gettext-0.11.5.
22651         * m4/glibc21.m4: New file, from gettext-0.11.5.
22652         * m4/iconv.m4: New file, from gettext-0.11.5.
22653         * m4/intdiv0.m4: New file, from gettext-0.11.5.
22654         * m4/inttypes-pri.m4: New file, from gettext-0.11.5.
22655         * m4/inttypes.m4: New file, from gettext-0.11.5.
22656         * m4/inttypes_h.m4: New file, from gettext-0.11.5 with modifications.
22657         * m4/isc-posix.m4: New file, from gettext-0.11.5.
22658         * m4/lcmessage.m4: New file, from gettext-0.11.5.
22659         * m4/lib-ld.m4: New file, from gettext-0.11.5.
22660         * m4/lib-link.m4: New file, from gettext-0.11.5.
22661         * m4/lib-prefix.m4: New file, from gettext-0.11.5.
22662         * m4/progtest.m4: New file, from gettext-0.11.5.
22663         * m4/stdint_h.m4: New file, from gettext-0.11.5 with modifications.
22664         * m4/uintmax_t.m4: New file, from gettext-0.11.5 with modifications.
22665         * m4/ulonglong.m4: New file, from gettext-0.11.5 with modifications.
22666
22667         Module localcharset.
22668         * m4/localcharset.m4: New file.
22669
22670         Module hard-locale.
22671         * m4/hard-locale.m4: New file.
22672
22673         Module mbswidth.
22674         * m4/mbswidth.m4 (gl_MBSWIDTH): Renamed from jm_PREREQ_MBSWIDTH. Use
22675         onceonly macros.
22676         * m4/mbrtowc.m4: Add comment.
22677
22678         Module memcasecmp.
22679         * m4/memcasecmp.m4: New file.
22680
22681         Module memcoll.
22682         * m4/memcoll.m4: New file.
22683
22684         Module unicodeio.
22685         * m4/unicodeio.m4: New file.
22686
22687         Module rpmatch.
22688         * m4/rpmatch.m4: New file.
22689
22690         Module yesno.
22691         * m4/yesno.m4: New file.
22692
22693         Module exitfail.
22694         * m4/exitfail.m4: New file.
22695
22696         Module c-stack.
22697         * m4/c-stack.m4 (gl_C_STACK): New macro.
22698         (jm_PREREQ_C_STACK): Check for <sys/time.h>. Use onceonly macros.
22699
22700         Module error.
22701         * m4/error.m4 (gl_ERROR): New macro.
22702         (jm_PREREQ_ERROR): Use onceonly macros.
22703
22704         Module fatal.
22705         * m4/fatal.m4: New file.
22706
22707         Module getloadavg.
22708         * m4/getloadavg.m4 (AC_FUNC_GETLOADAVG): Use onceonly macros.
22709         (gl_FUNC_GETLOADAVG, gl_PREREQ_GETLOADAVG): New macros.
22710
22711         Module getpagesize.
22712         * m4/getpagesize.m4: New file.
22713
22714         Module getusershell.
22715         * m4/getusershell.m4: New file.
22716
22717         Module physmem.
22718         * m4/physmem.m4: New file.
22719
22720         Module posixver.
22721         * m4/posixver.m4: New file.
22722
22723         Module quotearg.
22724         * m4/quotearg.m4: New file.
22725
22726         Module quote.
22727         * m4/quote.m4: New file.
22728
22729         Module readutmp.
22730         * m4/readutmp.m4: New file, based on jm_PREREQ_READUTMP from prereq.m4.
22731
22732         Module sig2str.
22733         * m4/sig2str.m4: New file.
22734
22735         Other.
22736         * m4/longlong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): Remove, moved to
22737         ulonglong.m4.
22738         * m4/intmax_t.m4: New file.
22739         * m4/d-type.m4: Indentation.
22740         * m4/jm-macros.m4: Update.
22741         * m4/prereq.m4 (jm_PREREQ): Update.
22742         (jm_PREREQ_ADDEXT): Remove, obsoleted by backupfile.m4.
22743         (jm_PREREQ_CANON_HOST): Remove, obsoleted by canon-host.m4.
22744         (jm_PREREQ_DIRNAME): Remove, obsoleted by dirname.m4.
22745         (jm_PREREQ_EXCLUDE): Remove, obsoleted by exclude.m4.
22746         (jm_PREREQ_GETPAGESIZE): Remove, obsoleted by getpagesize.m4.
22747         (jm_PREREQ_HARD_LOCALE): Remove, obsoleted by hard-locale.m4.
22748         (jm_PREREQ_HASH): Remove, obsoleted by hash.m4.
22749         (jm_PREREQ_HUMAN): Remove, obsoleted by human.m4.
22750         (jm_PREREQ_MEMCHR): Remove, obsoleted by memchr.m4.
22751         (jm_PREREQ_PHYSMEM): Remove, obsoleted by physmem.m4.
22752         (jm_PREREQ_POSIXVER): Remove, obsoleted by posixver.m4.
22753         (jm_PREREQ_QUOTEARG): Remove, obsoleted by quotearg.m4.
22754         (jm_PREREQ_READUTMP): Remove, obsoleted by readutmp.m4.
22755         (jm_PREREQ_REGEX): Remove, obsoleted by regex.m4.
22756         (jm_PREREQ_STRNLEN): Remove, obsoleted by strnlen.m4.
22757         (jm_PREREQ_TEMPNAME): Remove, obsoleted by mkstemp.m4.
22758         (jm_PREREQ_XGETCWD): Remove, obsoleted by xgetcwd.m4.
22759         (jm_PREREQ_XREADLINK): Remove, obsoleted by xreadlink.m4.
22760         * m4/readdir.m4 (jm_FUNC_READDIR): Use onceonly macros.
22761
22762 2002-12-24  Bruno Haible  <bruno@clisp.org>
22763
22764         * MODULES.txt: Update according to m4/ changes.
22765
22766         Module gettext.
22767         * config.rpath: New file, from gettext-0.11.5.
22768
22769         * modules/*: New module descriptions.
22770         * gnulib-tool: New file.
22771         * MODULES.html.sh: New file.
22772
22773 2002-12-21  Karl Berry  <karl@gnu.org>
22774
22775         * doc/fdl.texi: update to version 1.2.
22776
22777 2002-12-19  Karl Berry  <karl@gnu.org>
22778
22779         * config/config.guess: update from prep.
22780
22781 2002-12-18  Bruno Haible  <bruno@clisp.org>
22782
22783         * m4/strftime.m4 (_jm_STRFTIME_PREREQS): Don't test for localtime_r.
22784         * m4/jm-mktime.m4 (jm_FUNC_MKTIME): Likewise.
22785
22786 2002-12-17  Bruno Haible  <bruno@clisp.org>
22787
22788         * m4/mbswidth.m4 (jm_PREREQ_MBSWIDTH): Remove checks for limits.h,
22789         stdlib.h, string.h.
22790
22791 2002-12-17  Bruno Haible  <bruno@clisp.org>
22792
22793         * lib/canon-host.c (strdup): Remove unused declaration.
22794
22795         * lib/fsusage.c: Include full_read.h.
22796         (get_fs_usage): Use full_read instead of safe_read.
22797
22798         * lib/utime.c (utime_null): Use SAFE_READ_ERROR.
22799
22800 2002-12-12  Karl Berry  <karl@gnu.org>
22801
22802         * config/config.guess: update from prep.
22803
22804 2002-12-11  Bruno Haible  <bruno@clisp.org>
22805
22806         * m4/setenv.m4: New file, from gettext-0.11.5.
22807
22808 2002-12-11  Bruno Haible  <bruno@clisp.org>
22809
22810         * lib/setenv.h: Rewritten to cope with systems that have setenv() but
22811         not unsetenv().
22812         * lib/setenv.c, unsetenv.c: Taken from glibc-2.2.4 with the following
22813         modifications:
22814
22815         2002-12-11  Bruno Haible  <bruno@clisp.org>
22816
22817                 * setenv.c (alloca): Fall back to malloc.
22818                 (freea): New macro.
22819                 (setenv): Use freea() to free memory allocated with alloca().
22820
22821         2002-11-13  Bruno Haible  <bruno@clisp.org>
22822
22823                 * setenv.c (compar_fn_t, __add_to_environ, setenv): Use ANSI C
22824                 function declarations.
22825                 * unsetenv.c (unsetenv): Likewise.
22826
22827         2002-03-04  Bruno Haible  <bruno@clisp.org>
22828
22829                 Portability to AIX 4.3.3.
22830                 * unsetenv.c: New file, extracted from setenv.c.
22831                 * setenv.c: Move the unsetenv() function to unsetenv.c.
22832
22833         2001-12-20  Bruno Haible  <bruno@clisp.org>
22834
22835                 * setenv.c (__add_to_environ): Don't call realloc(NULL,...),
22836                 use malloc instead. For SunOS 4.
22837
22838         2001-12-11  Bruno Haible  <bruno@clisp.org>
22839
22840                 * setenv.c: Declare alloca.
22841                 (compar_fn_t): New typedef.
22842                 (KNOWN_VALUE, STORE_VALUE): Use it.
22843
22844         * lib/Makefile.am (libfetish_a_SOURCES): Add setenv.c, unsetenv.c,
22845         setenv.h.
22846
22847 2002-12-10  Paul Eggert  <eggert@twinsun.com>
22848
22849         Port exclude.c and exclude.h to more non-GNU systems, e.g. Solaris 7.
22850         * lib/exclude.h (EXCLUDE_ANCHORED, EXCLUDE_INCLUDE, EXCLUDE_WILDCARDS):
22851         Choose values that are less likely to collide with system fnmatch
22852         options.
22853         * lib/exclude.c (FNM_CASEFOLD, FNM_LEADING_DIR): Define to 0 if not
22854         defined (e.g., a pure POSIX system).
22855         (EXCLUDE_macros_do_not_collide_with_FNM_macros): Use FNM_PATHNAME
22856         instead of FNM_FILE_NAME, for compatibility with pure POSIX sytems.
22857
22858 2002-12-06  Paul Eggert  <eggert@twinsun.com>
22859
22860         Undo the 2001-07-02 change for jm-glibc-io, as it was too much of
22861         a pain in practice to deal with generated m4 files.  This change
22862         goes together with the 2002-12-04 unlocked-io.h change in ../lib.
22863
22864         * m4/Makefile.am.in (Makefile.am): Don't mention jm-glibc-io.m4n
22865         and jm-glibc-io.m4, as they are no longer a special case.
22866         * m4/jm-glibc-io.m4: Rename from jm-glibc-io.m4n, and remove the
22867         kludge and the auto-generation stuff.  Check only whether the
22868         functions are declared, not whether they exist, since older hosts
22869         that don't declare the functions can't use the optimization anyway.
22870
22871 2002-12-06  Jim Meyering  <jim@meyering.net>
22872
22873         * lib/error.c: Be consistent: change `#ifndef _LIBC' to `#if !_LIBC'.
22874
22875         Merge in changes from libc's misc/error.c, in preparation
22876         for the merge of gnulib's changes back into libc.
22877
22878         * lib/error.c (_): Define only if not already defined.
22879         Move definition to follow all #include directives.
22880         Include unlocked-io.h only if !_LIBC.
22881         [_LIBC]: Include <libio/libioP.h>.
22882         [USE_IN_LIBIO]: Include <libio/iolibio.h>
22883         (fflush): Tweak definition to use INTUSE.
22884         (putc): Define.
22885
22886 2002-12-05  Paul Eggert  <eggert@twinsun.com>
22887
22888         * lib/alloca.c [defined emacs]: Include "lisp.h".
22889         (xalloc_die) [defined emacs]: New macro.
22890         (free) [defined emacs && defined EMACS_FREE]: Define to EMACS_FREE.
22891         [! defined emacs]: Include <xalloc.h>.
22892         (POINTER_TYPE) [!defined POINTER_TYPE]: New macro.
22893         (pointer): Typedef to POINTER_TYPE *.
22894         (malloc): Remove decl; we now always use xmalloc.
22895         (alloca): Use old-style definition, since Emacs needs this.
22896         Check for arithmetic overflow when computing combined size.
22897
22898 2002-12-04  Paul Eggert  <eggert@twinsun.com>
22899
22900         Do not generate unlocked-io.h automatically, since it's easier to
22901         maintain it by hand.
22902
22903         * lib/unlocked-io.h: New file, from GNU diffutils,
22904         but with proper copyright notice and attribution.
22905         * lib/gen-uio: Remove.
22906         * lib/Makefile.am: Add copyright notice.
22907         (libfetish_a_SOURCES): Add unlocked-io.h.
22908         (BUILT_SOURCES, all-local): Remove unlocked-io.h.
22909         (DISTCLEANFILES, io_functions): Remove macros.
22910         (EXTRA_DIST): Remove gen_uio.
22911         (unlocked-io.h): Remove rule.
22912
22913 2002-12-04  Jim Meyering  <jim@meyering.net>
22914
22915         Reflect the fact that stat.c and lstat.c are no longer generated.
22916         * lib/Makefile.am (BUILT_SOURCES): Remove stat.c and lstat.c.
22917         (DISTCLEANFILES): Likewise.
22918         (EXTRA_DIST): Likewise.
22919         (all_local): Don't depend on stat.c or lstat.c.
22920         (stat.c, lstat.c): Remove rules.
22921         (EXTRA_DIST): Remove xstat.in.
22922
22923         * lib/xstat.in: Remove file.  Contents moved into stat.c.
22924         * lib/stat.c: New file.  Contents mostly from xstat.in.
22925         * lib/stat.c: Rework so that it may serve to define rpl_lstat, too.
22926         * lib/lstat.c: New file. Simply #define LSTAT and include stat.c.
22927
22928         * lib/safe-read.c: Rework so that it may serve to define safe_write,
22929         too.
22930         * lib/safe-write.c: Simply #define SAFE_WRITE and include safe-read.c.
22931
22932 2002-12-03  Jim Meyering  <jim@meyering.net>
22933
22934         * lib/safe-read.c, safe-write.c: Change variable names and comments,
22935         but not semantics, to minimize the differences between these two files.
22936         (safe_read): Change comment to mention SAFE_READ_ERROR.
22937
22938         * lib/safe-read.c (IS_EINTR): Define.
22939         (safe_read): Use IS_EINTR in place of in-function cpp directives.
22940
22941 2002-12-02  Jim Meyering  <jim@meyering.net>
22942
22943         * lib/safe-read.c (EINTR): Define.
22944         (CHAR_BIT, TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM): Define.
22945         (INT_MAX): Provide fallback.
22946         (safe_read): Rewrite to iterate IFF the read fails with EINTR.
22947
22948         * lib/safe-read.h (SAFE_READ_ERROR): Define.
22949
22950 2002-12-02  Bruno Haible  <bruno@clisp.org>
22951
22952         * lib/safe-write.c (CHAR_BIT, TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM):
22953         Define, taken from safe-read.c.
22954         (INT_MAX): Provide fallback.
22955         (safe_write): Rewrite to iterate IFF the write fails with EINTR.
22956         * lib/safe-write.h (SAFE_WRITE_ERROR): Define.
22957
22958         * lib/safe-read.c (EINTR): Remove definition.
22959         (safe_read): Don't use EINTR if it is absent.
22960
22961 2002-12-01  Jim Meyering  <jim@meyering.net>
22962
22963         * lib/safe-read.c: (safe_read): Also exit the loop when read returns
22964         zero.
22965         (CHAR_BIT, TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM, INT_MAX): Define.
22966
22967 2002-11-27  Paul Eggert  <eggert@twinsun.com>
22968
22969         * lib/hash.c (hash_lookup, hash_get_first, hash_get_next,
22970         hash_find_entry, hash_rehash): Replace `if (limit <= value) abort ();'
22971         with `if (! (value < limit)) abort ();', for readability.
22972
22973 2002-11-26  Karl Berry  <karl@gnu.org>
22974
22975         * lib/strdup.c: copy from libc again, with jim's ok.
22976         * lib/.cppi-disable: re-add strdup.c
22977
22978 2002-11-25  Karl Berry  <karl@gnu.org>
22979
22980         * lib/strtoll.c: copy from libc, meaning we now #include <strtol.c>
22981         instead of "strtol.c".
22982
22983 2002-11-25  Karl Berry  <karl@gnu.org>
22984
22985         * config/install-sh: update from automake for variable quoting, $0 in
22986         error msgs, etc.
22987
22988         * config/srclist.txt ($LIBCSRC/time/mktime.c lib gpl): new entry.
22989         * config/srclist.txt ($LIBCSRC/sysdeps/generic/strtoll.c lib gpl): new
22990         entry.
22991
22992 2002-11-25  Jim Meyering  <jim@meyering.net>
22993
22994         * lib/mktime.c: Sync from libc, now that it has the latest fix.
22995
22996 2002-11-24  Karl Berry  <karl@gnu.org>
22997
22998         * lib/error.c, getopt.c, getopt.h, getopt1.c, obstack.c, regex.c,
22999         regex.h, strdup.c, strtoll.c, tempname.c: change license to gpl.
23000
23001 2002-11-24  Jim Meyering  <jim@meyering.net>
23002
23003         Update from coreutils:
23004
23005         * lib/mktime.c: Merge in changes from libc.
23006
23007         Avoid a link-time failure on some Linux systems.
23008         * lib/mktime.c (STATIC): Define to be empty (_LIBC) or `static'
23009         (otherwise).
23010         (__mon_yday): Declare with the STATIC attribute.
23011         (__mktime_internal): Likewise.
23012         Based on a report from Greg Schafer.
23013
23014 2002-11-23  Jim Meyering  <jim@meyering.net>
23015
23016         * lib/sig2str.c (str2signum, sig2str): Avoid a warning from gcc:
23017         Use `unsigned', not `int', as type of index.
23018
23019         * lib/xstat.in [@BEGIN_LSTAT_ONLY@]: Include <string.h>.
23020
23021         * lib/fsusage.c: Remove unneeded parentheses around operands of
23022         `defined'.
23023
23024 2002-11-22  Paul Eggert  <eggert@twinsun.com>
23025
23026         * lib/quotearg.h: Allow multiple inclusion by surrounding with
23027         "#ifndef QUOTEARG_H_".  Include <stddef.h>, for size_t,
23028         so that we can be included first.
23029         (PARAMS): Remove; we now assume C89 or later.  All uses removed.
23030         * lib/quotearg.c: Include quotearg.h immediately after config.h.
23031         No need to include stddef.h or sys/types.h any more.
23032         Surround local include files with "", not "<>".
23033         Assume HAVE_LIMITS_H unconditionally, as we assume C89.
23034         Similarly, assume HAVE_C_BACKSLASH_A, CHAR_BIT, UCHAR_MAX, UINT_MAX,
23035         HAVE_STDLIB_H, HAVE_STRING_H, STDC_HEADERS.
23036         (HAVE_MBSINIT): Undef if !HAVE_MBRTOWC.
23037         (mbsinit): Define to 1 if !defined mbsinit && !HAVE_MBSINIT.
23038         (ISPRINT): Remove; no longer needed now that we assume C89.
23039
23040         (clone_quoting_options, quotearg_buffer, quotearg_n_options):
23041         Preserve errno.
23042
23043         (quotearg_buffer_restyled, quotearg_n, quotearg_n_style,
23044         quotearg_char): Use SIZE_MAX rather than
23045         (size_t) -1 when we are talking about "infinity".
23046
23047         (quotearg_buffer_restyled): Fix bug when quoting trigraphs.
23048
23049 2002-11-22  Paul Eggert  <eggert@twinsun.com>
23050
23051         * lib/hash.c: Avoid use of <assert.h>, as the GNU Coding Standards
23052         hint that one should use `if (! x) abort ();' rather than `assert
23053         (x);', and anyway it's one less thing to worry about configuring.
23054         (hash_lookup, hash_get_first, hash_get_next, hash_find_entry,
23055         hash_rehash, hash_insert): Use abort rather than assert.
23056
23057 2002-11-22  Bruno Haible  <bruno@clisp.org>
23058
23059         * lib/safe-read.h: Assume C89. Add comments.
23060         (safe_read): Change return type to size_t.
23061         * lib/safe-read.c (safe_read): Change return type to size_t. Handle
23062         byte counts > SSIZE_MAX correctly.
23063         * lib/safe-write.h: New file.
23064         * lib/safe-write.c: New file.
23065         * lib/full-read.h: New file.
23066         * lib/full-read.c: New file.
23067         * lib/full-write.h: Assume C89. Add comments.
23068         * lib/full-write.c: Include safe-write.h.
23069         (full_write): Rewritten to use safe_write.
23070         Suggested by Jim Meyering and Paul Eggert.
23071
23072 2002-11-21  Jim Meyering  <jim@meyering.net>
23073
23074         * lib/strdup.c (strdup): Tweak comment and initial #if/#include.
23075
23076         Merge in changes from the coreutils.
23077
23078         2002-09-25  Paul Eggert  <eggert@twinsun.com>
23079         * lib/fsusage.c [! HAVE_INTTYPES_H && HAVE_STDINT_H] Include
23080         <stdint.h>.
23081         (UINTMAX_MAX) [!defined UINTMAX_MAX]: New macro.
23082         (PROPAGATE_ALL_ONES): Work even if X is unsigned and narrower than
23083         int.  Work more efficiently if X is the same width as uintmax_t.
23084         Do not compare X to -1, to avoid bogus compiler warning.
23085         (get_fs_usage): (uintmax_t) -1 -> UINTMAX_MAX to avoid a cast.
23086         Don't assume that f_frsize and f_bsize are the same type.
23087
23088         * lib/mountlist.c: #undef MNT_IGNORE before defining it, to avoid
23089         warning on FreeBSD.
23090
23091         * lib/makepath.c (make_path): Restore umask *before* creating the final
23092         component.
23093         (make_path): Minor reformatting.
23094
23095         * lib/xmalloc.c: Adjust to work with new autoconf macros,
23096         AC_FUNC_MALLOC and AC_FUNC_REALLOC: test #ifndef
23097         HAVE_MALLOC/HAVE_REALLOC.
23098
23099         * lib/mountlist.h (ME_DUMMY): Don't count entries of type `auto' as
23100         dummy ones.  At least on GNU/Linux systems, `auto' means something
23101         else.
23102         From Michael Stone.
23103
23104 2002-11-21  Bruno Haible  <bruno@clisp.org>
23105
23106         Remove case insensitive option matching.
23107         * lib/argmatch.h (argcasematch): Remove declaration.
23108         (ARGCASEMATCH): Remove macro.
23109         (__xargmatch_internal): Remove case_sensitive argument.
23110         (XARGMATCH): Update.
23111         (XARGCASEMATCH): Remove macro.
23112         * lib/argmatch.c (argmatch): Renamed from __argmatch_internal. Remove
23113         case_sensitive argument.
23114         (argcasematch): Remove function.
23115         (__xargmatch_internal): Remove case_sensitive argument.
23116         (main): Use XARGMATCH instead of XARGCASEMATCH.
23117
23118         * lib/xmalloc.c: Change compile-time error message. Add comment about
23119         required autoconf version.
23120
23121 2002-11-20  Paul Eggert  <eggert@twinsun.com>
23122
23123         Merge argmatch cleanups from Bison.  Assume C89.
23124
23125         * lib/argmatch.c: Include config.h here, not in argmatch.h.
23126         Include stdlib.h, for EXIT_FAILURE.
23127         Always include <string.h>, since we assume C89.
23128         (EXIT_FAILURE): Remove pre-C89 bug workaround.
23129         * lib/argmatch.h: Do not include <config.h> or <sys/types.h>.
23130         Include <stddef.h> instead, since it's all we need for size_t.
23131         (PARAMS): Remove.  All uses removed.
23132         (ARRAY_CARDINALITY): Do not bother to #undef.
23133         (ARRAY_CARDINALITY, ARGMATCH, ARGCASEMATCH, invalid_arg,
23134         ARGMATCH_VALID, XARGMATCH, XARGCASEMATCH):
23135         Remove unnecessary parentheses.
23136         (ARGMATCH_VALID, XARGMATCH, XARGCASEMATCH):
23137         Insert necessary parentheses.
23138         (ARGMATCH_CONSTRAINT, ARGMATCH_VERIFY): New macros.
23139         (ARGMATCH_ASSERT): Use ARGMATCH_CONSTRAINT.
23140
23141 2002-11-19  Bruno Haible  <bruno@clisp.org>
23142
23143         * lib/mbswidth.c: Include mbswidth.h right at the beginning.
23144         * lib/mbswidth.h: Include <stddef.h>, for size_t.
23145
23146         * lib/mbswidth.h (PARAMS): Remove macro.
23147         (mbswidth, mbsnwidth): Use ANSI C function declarations.
23148         * lib/mbswidth.c (mbswidth, mbsnwidth): Likewise.
23149
23150         * lib/gcd.h (PARAMS): Remove macro.
23151         (gcd): Use ANSI C function declarations.
23152         * lib/gcd.c (gcd): Likewise.
23153
23154 2002-11-15  Bruno Haible  <bruno@clisp.org>
23155
23156         * lib/strcspn.c: Include <stddef.h>.
23157         (strcspn): Use ANSI C function declaration. Change return type to
23158         size_t. Use NULL.
23159         * lib/strpbrk.c: Minimize diffs to glibc. Include <stddef.h>.
23160         (strpbrk): Use NULL.
23161         * lib/strpbrk.h (PARAMS): Remove macro.
23162         (strpbrk): Use ANSI C function declaration.
23163         * lib/strstr.c: Don't include <sys/types.h>.
23164         * lib/strstr.h (PARAMS): Remove macro.
23165         (strstr): Use ANSI C function declarations.
23166
23167 2002-11-14  Karl Berry  <karl@gnu.org>
23168
23169         * config/mkinstalldirs: `do' on separate line, instead of
23170         `for var; do'.
23171
23172 2002-11-06  Bruno Haible  <bruno@clisp.org>
23173
23174         * lib/gcd.h (gcd): Change argument type to 'unsigned long'.
23175         * lib/gcd.c (gcd): Likewise.
23176
23177 2002-11-05  Bruno Haible  <bruno@clisp.org>
23178
23179         * lib/gcd.h: New file, from gettext-0.11.5.
23180         * lib/gcd.c: New file, from gettext-0.11.5.
23181
23182 2002-11-05  Bruno Haible  <bruno@clisp.org>
23183
23184         * lib/error.c [!_LIBC]: Include gettext.h instead of <libintl.h>.
23185         * lib/getopt.c [!_LIBC]: Include gettext.h instead of <libintl.h>.
23186         * lib/obstack.c [!_LIBC]: Include gettext.h instead of <libintl.h>.
23187         * lib/regex.c [!_LIBC]: Include gettext.h instead of <libintl.h>.
23188
23189         * lib/argmatch.c: Include gettext.h instead of <locale.h> and
23190         <libintl.h>.
23191         * lib/makepath.c: Include gettext.h instead of <locale.h> and
23192         <libintl.h>.
23193
23194         * lib/closeout.c: Include gettext.h instead of <libintl.h>.
23195         * lib/human.c: Include gettext.h instead of <libintl.h>.
23196         * lib/quotearg.c: Include gettext.h instead of <libintl.h>.
23197         * lib/rpmatch.c: Include gettext.h instead of <libintl.h>.
23198         * lib/unicodeio.c: Include gettext.h instead of <libintl.h>.
23199         * lib/userspec.c: Include gettext.h instead of <libintl.h>.
23200         * lib/version-etc.c: Include gettext.h instead of <libintl.h>.
23201         * lib/xmalloc.c: Include gettext.h instead of <libintl.h>.
23202         (textdomain): Remove definition.
23203         * lib/xmemcoll.c: Include gettext.h instead of <libintl.h>.
23204
23205         * lib/long-options.c: Remove include of <libintl.h> and definition of
23206         _.
23207         * lib/same.c: Remove include of <libintl.h> and definition of _.
23208
23209 2002-11-04  Owen Taylor  <otaylor@redhat.com>
23210
23211         * lib/config.charset: A few additions for Solaris.
23212
23213 2002-11-04  Bruno Haible  <haible@clisp.cons.org>
23214
23215         Make it possible to build libcharset with CC=gcc CFLAGS="-x c++".
23216         * lib/localcharset.c (locale_charset): Declare as extern "C".
23217
23218 2002-11-04  Bruno Haible  <haible@clisp.cons.org>
23219
23220         * lib/config.charset: msdos in uk_UA uses CP1125.
23221
23222 2002-11-04  Bruno Haible  <bruno@clisp.org>
23223
23224         * lib/stpcpy.h: New file, from GNU gettext-0.11.5.
23225         * lib/strcase.h: New file, from GNU gettext-0.11.5.
23226         * lib/strpbrk.h: New file, from GNU gettext-0.11.5.
23227         * lib/strstr.h: New file, from GNU gettext-0.11.5.
23228         * lib/xgetcwd.h: New file, from GNU gettext-0.11.5.
23229
23230 2002-11-04  Bruno Haible  <bruno@clisp.org>
23231
23232         * lib/localcharset.c (locale_charset): Don't return an empty string.
23233
23234 2002-11-04  Bruno Haible  <bruno@clisp.org>
23235
23236         * lib/localcharset.c (get_charset_aliases): Add more Windows specific
23237         aliases.
23238
23239 2002-11-04  Bruno Haible  <bruno@clisp.org>
23240
23241         * lib/config.charset: Update for newest glibc. Add canonical names
23242         ISO-8859-14, KOI8-T, TCVN5712-1, GEORGIAN-PS.
23243
23244 2002-11-04  Bruno Haible  <bruno@clisp.org>
23245
23246         * lib/config.charset: Add support for NetBSD.
23247
23248 2002-11-04  Bruno Haible  <bruno@clisp.org>
23249
23250         * lib/config.charset [msdosdjgpp]: For Russian, use CP866.
23251
23252 2002-11-01  Bruno Haible  <bruno@clisp.org>
23253
23254         * configure.in: Add AC_CONFIG_AUX_DIR call.
23255         (AC_OUTPUT): Add m4/Makefile, lib/Makefile. Remove doc/Makefile,
23256         test/Makefile.
23257         * Makefile.in (subdirs): Add m4, lib. Remove doc, test.
23258
23259 2002-09-28  Karl Berry  <karl@gnu.org>
23260
23261         * config/srclist.txt: can't copy install-sh/mkinstalldirs from
23262         installed automake until the next release, since changes have been
23263         made.
23264
23265 2002-09-25  Karl Berry  <karl@gnu.org>
23266
23267         * lib/strdup.c: copy from libc/string (via ../config/srclist*).
23268         * lib/getopt*: copy from libc/posix.
23269         * lib/gettext.h: copy from gettext.
23270         * lib/.cppi-disable: add strdup.c, gettext.h.
23271
23272 2002-09-25  Karl Berry  <karl@gnu.org>
23273
23274         * config/srclist.txt: enable gettext.h check.
23275         * config/config.{guess,sub}: update from prep.
23276         * config/depcomp, install-sh, mdate-sh, missing, mkinstalldirs: update
23277                 from automake 1.6.3.
23278         See srclist*.
23279
23280 2002-08-23  Stefan Monnier  <monnier@cs.yale.edu>
23281
23282         * regex.c (PATFETCH): Remove the translating fetch.
23283         (PATFETCH_RAW): Rename to PATFETCH.
23284         (set_image_of_range): New fun.
23285         (SET_RANGE_TABLE_WORK_AREA): Use it.
23286         (regex_compile): Don't translate the pattern chars so eagerly.
23287         Only do it when inserting an `exactn' bytecode or when handling
23288         a char-range.
23289         (mutually_exclusive_p): Avoid empty statement.
23290
23291 2002-07-06  Jim Meyering  <meyering@lucent.com>
23292
23293         * m4/README: Don't mention Makefile.am.in.
23294         Outline how I've tested changes to .m4 files.  Yep, it's a pain.
23295
23296 2002-07-01  Jim Meyering  <meyering@lucent.com>
23297
23298         * lib/c-stack.c: Include sys/time.h.
23299         From Volker Borchert.
23300
23301 2002-06-26  Paul Eggert  <eggert@twinsun.com>
23302
23303         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Check for btowc.
23304
23305 2002-06-26  Paul Eggert  <eggert@twinsun.com>
23306
23307         * lib/fnmatch.c, fnmatch_loop.c (WIDE_CHAR_SUPPORT):
23308         New macro.  Use it uniformly instead of
23309         (defined HAVE_WCTYPE_H && defined HAVE_WCHAR_H).
23310         It also uses HAVE_BTOWC, to fix a porting bug on Solaris 2.5.1
23311         reported by Vin Shelton.
23312
23313 2002-06-22  Paul Eggert  <eggert@twinsun.com>
23314
23315         * lib/c-stack.h (segv_handler, c_stack_action) [! defined SA_SIGINFO]:
23316         Do not assume SA_SIGINFO behavior.
23317         Bug reported by Jim Meyering on NetBSD 1.5.2.
23318
23319 2002-06-22  Jim Meyering  <meyering@lucent.com>
23320
23321         * m4/c-stack.m4: New file, from diffutils-2.8.2.
23322         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_C_STACK.
23323
23324         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Don't require AC__GNU_SOURCE,
23325         now that configure.ac uses AC_GNU_SOURCE.
23326         (jm_MACROS): Rename: jm_FUNC_FNMATCH to AC_FUNC_FNMATCH_GNU.
23327         * m4/prereq.m4 (jm_PREREQ_EXCLUDE): Likewise, wrt jm_FUNC_FNMATCH.
23328
23329         Update to latest tools.  Suggestions from Paul Eggert.
23330         * m4/stdbool.m4: New file, from diffutils-2.8.2.
23331         * m4/gnu-source.m4: Update from diffutils-2.8.2.
23332         * m4/fnmatch.m4: Likewise.
23333         * m4/prereq.m4: Change each use of AC_CHECK_HEADERS(stdbool.h)
23334         to AC_HEADER_STDBOOL
23335
23336 2002-06-22  Jim Meyering  <meyering@lucent.com>
23337
23338         * lib/fnmatch.c (ISASCII, ISPRINT): Undefine, to avoid warning about
23339         redefinition due to Solaris 2.6's definition in /usr/include/sys/euc.h.
23340
23341 2002-06-22  Jim Meyering  <meyering@lucent.com>
23342
23343         * lib/c-stack.c, lib/c-stack.h: New files, from diffutils-2.8.2.
23344
23345         * lib/exitfail.c, exitfail.h: Likewise.
23346         * lib/Makefile.am (libfetish_a_SOURCES): Add exitfail.c and exitfail.h.
23347
23348         * lib/Makefile.am (libfetish_a_SOURCES): Add fnmatch_.h in place
23349         of fnmatch.h.
23350         (EXTRA_DIST): Add fnmatch_loop.c.
23351         (libfetish_a_SOURCES): Add c-stack.c and c-stack.h.
23352
23353         * lib/fnmatch_loop.c: New file, from diffutils-2.8.2.
23354         * lib/fnmatch.c: Update from diffutils-2.8.2.
23355         * lib/fnmatch_.h: New file.  From diffutils-2.8.2.
23356         * lib/fnmatch.h: Remove file.
23357
23358 2002-06-21  Jim Meyering  <meyering@lucent.com>
23359
23360         * m4/c-bs-a.m4: Add comment, from diffutils-2.8.2.
23361         * m4/mbrtowc.m4: Likewise.
23362
23363         * m4/mbstate_t.m4: Update from diffutils-2.8.2.
23364         * m4/mbswidth.m4: Reflect name change:
23365         s/AC_MBSTATE_T/AC_TYPE_MBSTATE_T.
23366         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Likewise.
23367
23368         * m4/lib-link.m4: Update from gettext-0.11.2.
23369         * m4/gettext.m4: Likewise.
23370
23371         * m4/jm-macros.m4 (jm_CHECK_ALL_HEADERS): Check for hurd.h.
23372         From Alfred M. Szmidt.
23373
23374 2002-06-18  Paul Eggert  <eggert@twinsun.com>
23375
23376         * lib/file-type.h: Report an error if neither S_ISREG nor
23377         S_IFREG is defined, instead of using a test specific to glibc
23378         2.2.  This should be safe, since POSIX requires S_ISREG and
23379         Unix Version 7 had S_IFREG.  We don't need to check for
23380         <sys/types.h> since we don't use any symbols that it defines.
23381
23382 2002-06-15  Richard Dawe  <richdawe@bigfoot.com>
23383
23384         * lib/Makefile.am (lstat.c, stat.c, .sin.sed): Use t-$@, rather than
23385         $@-t, so that each temporary file name is unique and valid in the first
23386         8 characters, for operation under DOS.
23387
23388 2002-06-15  Paul Eggert  <eggert@twinsun.com>
23389
23390         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Check for st_author.
23391
23392 2002-06-15  Jim Meyering  <meyering@lucent.com>
23393
23394         Work even with DJGPP 2.03, which lacks support for symlinks.
23395         From Richard Dawe.
23396         * lib/xstat.in (S_ISLNK): Define to 0 if neither S_ISLNK nor S_IFLNK
23397         is defined.
23398         * lib/lchown.c (S_ISLNK): Likewise.
23399
23400 2002-06-15  Jim Meyering  <meyering@lucent.com>
23401
23402         * lib/file-type.h (FILE_TYPE_H): Guard entire contents with #ifndef.
23403         For GNU libc 2.2 and newer, ensure that <sys/types.h> and <sys/stat.h>
23404         have been included before this file.
23405
23406 2002-06-14  Jim Meyering  <meyering@lucent.com>
23407
23408         * lib/file-type.h: Use the version from diffutils-2.8.2.
23409         * lib/file-type.c: Likewise.
23410
23411 2002-06-07  Jim Meyering  <meyering@lucent.com>
23412
23413         * m4/prereq.m4 (jm_PREREQ_STAT): Check for sys/param.h and sys/mount.h.
23414         They're needed at least for NetBSD 1.5.2.
23415         ($statxfs_includes): Include those same headers.
23416         ($statxfs_includes): Include sys/vfs.h if available.
23417         ($statxfs_includes): Likewise for sys/statvfs.h.
23418         Check for the following members in both structs statfs and statvfs:
23419         f_basetype, f_type, f_fsid.__val, f_namemax, f_namelen.
23420
23421 2002-06-01  Jim Meyering  <meyering@lucent.com>
23422
23423         * m4/d-type.m4 (jm_CHECK_TYPE_STRUCT_DIRENT_D_TYPE): Rename macro:
23424         s/D_TYPE_IN_DIRENT/HAVE_STRUCT_DIRENT_D_TYPE/.
23425
23426 2002-05-28  Jim Meyering  <meyering@lucent.com>
23427
23428         * m4/readdir.m4 (jm_FUNC_READDIR): Undefine `mkdir', not `rmdir'.
23429         Reported by Volker Borchert.
23430
23431 2002-05-27  Jim Meyering  <meyering@lucent.com>
23432
23433         Fix a problem seen only on nonconforming systems whereby ls.c's
23434         use of localtime, and then of gettimeofday would cause trouble:
23435         the localtime call used to initialize rpl_gettimeofday's save
23436         mechanism would clobber ls's current local time information so
23437         that in any long listing the first file would always be listed
23438         with date 1970-01-01.  Analysis by Volker Borchert.
23439
23440         * lib/gettimeofday.c (localtime): Undefine.
23441         (rpl_localtime): New function.
23442
23443 2002-05-27  Jim Meyering  <meyering@lucent.com>
23444
23445         * m4/gettimeofday.m4 (AC_FUNC_GETTIMEOFDAY_CLOBBER): Also replace
23446         localtime.
23447
23448         * m4/readdir.m4 (jm_FUNC_READDIR): Undefine `rmdir' so we don't try to
23449         use the replacement function; it wouldn't resolve at link time.
23450         Reported by Volker Borchert.
23451
23452 2002-05-22  Jim Meyering  <meyering@lucent.com>
23453
23454         * lib/Makefile.am (libfetish_a_SOURCES): Add file-type.c and
23455         file-type.h.
23456         * lib/file-type.h: New file.
23457         * lib/file-type.c (file_type): New file/function.  Extracted from
23458         diffutils.
23459
23460 2002-04-30  Jim Meyering  <meyering@lucent.com>
23461
23462         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_STAT.
23463
23464 2002-04-29  Paul Eggert  <eggert@twinsun.com>
23465
23466         * m4/prereq.m4 (jm_PREREQ_SIG2STR): Remove; all callers changed.
23467
23468 2002-04-29  Paul Eggert  <eggert@twinsun.com>
23469
23470         * m4/prereq.m4 (jm_PREREQ_HARD_LOCALE): Check for stdlib.h.
23471         Do not check for alloca.h (no longer used) or stdbool.h (was never
23472         used?).  Add AM_C_PROTOTYPES since hard-locale.h uses it.
23473
23474 2002-04-29  Paul Eggert  <eggert@twinsun.com>
23475
23476         * lib/hard-locale.c: Upgrade to version used in GNU Diffutils 2.8.1.
23477
23478 2002-04-29  Jim Meyering  <meyering@lucent.com>
23479
23480         * m4/jm-macros.m4 (jm_MACROS): Remove use of AC_FUNC_STRNLEN.
23481         * m4/prereq.m4: Add jm_PREREQ_STRNLEN.
23482         Use AC_FUNC_STRNLEN here instead.
23483
23484         * m4/jm-macros.m4: Don't AC_REQUIRE([AC_PROG_CC_STDC]).
23485         With autoconf-2.53a, it's part of AC_PROG_CC.
23486
23487 2002-04-28  Paul Eggert  <eggert@twinsun.com>
23488
23489         * m4/jm-macros.m4 (jm_MACROS): Add AC_REPLACE_FUNCS(sig2str).
23490         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_SIG2STR.
23491
23492 2002-04-28  Paul Eggert  <eggert@twinsun.com>
23493
23494         * lib/sig2str.h, lib/sig2str.c: New files.
23495         * lib/Makefile.am (libfetish_a_SOURCES): Add sig2str.h.
23496
23497 2002-04-28  Paul Eggert  <eggert@twinsun.com>
23498
23499         * lib/sig2str.h (SIGNUM_BOUND): Do not use WTERMSIG, to avoid
23500         depending on <sys/wait.h> and WTERMSIG.  Default to 64 instead
23501         of 127, since 64 is the largest conceivable number for ancient
23502         nonstandard hosts.
23503         * lib/sig2str.c: Do not include <sys/wait.h>; no longer needed.
23504
23505 2002-04-28  Jim Meyering  <meyering@lucent.com>
23506
23507         * lib/sig2str.c (WTERMSIG): Remove definition (unused).
23508
23509 2002-04-24  Jim Meyering  <meyering@lucent.com>
23510
23511         * m4/prereq.m4 (jm_PREREQ_HARD_LOCALE): New macro.
23512         (jm_PREREQ): Use it.
23513
23514         * m4/getloadavg.m4: Check for these headers: locale.h unistd.h
23515         mach/mach.h fcntl.h.
23516         Check for this function: setlocale.
23517
23518 2002-04-24  Jim Meyering  <meyering@lucent.com>
23519
23520         * lib/gettext.h: New file, from Gettext.
23521         * lib/Makefile.am (INCLUDES): Remove -I../intl.
23522         (libfetish_a_SOURCES): Add gettext.h.
23523
23524 2002-04-16  Jim Meyering  <meyering@lucent.com>
23525
23526         * m4/prereq.m4 (jm_PREREQ_READUTMP): Also check for these members:
23527         ut_pid, ut_id, ut_exit.
23528
23529 2002-04-16  Jim Meyering  <meyering@lucent.com>
23530
23531         * lib/readutmp.h (UT_TYPE): Remove definition (now in who.c).
23532         (HAVE_STRUCT_XTMP_UT_EXIT, HAVE_STRUCT_XTMP_UT_ID): Define.
23533         (HAVE_STRUCT_XTMP_UT_PID, HAVE_STRUCT_XTMP_UT_TYPE): Define.
23534
23535 2002-04-12  Jim Meyering  <meyering@lucent.com>
23536
23537         * m4/ls-mntd-fs.m4 (checking for getmntinfo function...): Remove
23538         now-bogus check for f_type in sys/mount.h.  Instead, just test for the
23539         existence of the getmntinfo function.  Needed for Darwin 5.3.
23540
23541         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Also detect when dirfd is a macro.
23542         This is necessary at least on Darwin 5.3.
23543
23544         * m4/jm-macros.m4: Don't AC_REPLACE(strnlen), now that we use
23545         AC_FUNC_STRNLEN.  Otherwise, we'd end up putting two copies of
23546         strnlen.o in the library, and that makes some versions of ranlib
23547         object.
23548
23549 2002-04-12  Jim Meyering  <meyering@lucent.com>
23550
23551         * lib/dirfd.h (dirfd): Elide prototype if dirfd is a macro.
23552
23553 2002-04-09  Jim Meyering  <meyering@lucent.com>
23554
23555         * m4/malloc.m4: (jm_FUNC_MALLOC): Change the `checking ...' message
23556         to be more precise.  Rather than saying we're checking whether the
23557         function `works', say what we're testing.
23558         * m4/realloc.m4 (jm_FUNC_REALLOC): Likewise.
23559         Reported by Bruno Haible.
23560
23561 2002-03-10  Jim Meyering  <meyering@lucent.com>
23562
23563         * lib/makepath.c (make_path): Remove a comma from a diagnostic.
23564         Suggestion from Santiago Vila.
23565
23566 2002-03-08  Jim Meyering  <meyering@lucent.com>
23567
23568         * lib/rename.c: Mention that this wrapper is needed also on
23569         mips-dec-ultrix4.4 systems.
23570
23571 2002-03-02  Jim Meyering  <meyering@lucent.com>
23572
23573         * lib/gettime.c (gettime): Test HAVE_CLOCK_GETTIME,
23574         not HAVE_CLOCK_SETTIME.
23575
23576 2002-02-27  Paul Eggert  <eggert@twinsun.com>
23577
23578         * m4/jm-macros.m4 (jm_MACROS): Do not replace stime; no longer used.
23579         Check for clock_settime.
23580
23581 2002-02-27  Paul Eggert  <eggert@twinsun.com>
23582
23583         * lib/nanosleep.h: Rename to....
23584         * lib/timespec.h: New name for nanosleep.h.  All uses changed.
23585
23586         * lib/gettime.c: New file.
23587         * lib/settime.c: New file.
23588         * lib/stime.c: Remove.
23589
23590         * lib/Makefile.am (libfetish_a_SOURCES): Add gettime.c, settime.c,
23591         timespec.h.  Remove nanosleep.h.
23592
23593 2002-02-25  Paul Eggert  <eggert@twinsun.com>
23594
23595         * m4/acl.m4: New file.
23596         * m4/jm-macros.m4 (jm_MACROS): Require AC_FUNC_ACL.
23597         Do not check for acl or sys/acl.h, as AC_FUNC_ACL does that now.
23598
23599 2002-02-25  Paul Eggert  <eggert@twinsun.com>
23600
23601         * lib/acl.c, lib/acl.h: New files.
23602         * lib/Makefile.am (libfetish_a_SOURCES): Add acl.h, acl.c.
23603
23604 2002-02-24  Jim Meyering  <meyering@lucent.com>
23605
23606         * lib/strnlen.c (strnlen): Define-away/undef so that an inconsistent
23607         prototype in string.h (on at least AIX4.3.2.0 w/gcc-2.95.3) doesn't
23608         cause trouble.  Reported by Nelson Beebe.
23609
23610 2002-02-23  Paul Eggert  <eggert@twinsun.com>
23611
23612         * lib/path-concat.c (xpath_concat): Reorder code to pacify
23613         compilers that don't know that xalloc_die never returns.
23614
23615 2002-02-20  Jim Meyering  <meyering@lucent.com>
23616
23617         * lib/getdate.c: Regenerate using bison-1.33.
23618
23619 2002-02-17  Jim Meyering  <meyering@lucent.com>
23620
23621         * config/config.guess (main): Don't use `head -1'; it's no longer
23622         portable. Use `sed 1q' instead.
23623
23624 2002-02-16  gettextize  <bug-gnu-gettext@gnu.org>
23625
23626         * m4/codeset.m4: Upgrade to gettext-0.11.
23627         * m4/gettext.m4: Upgrade to gettext-0.11.
23628         * m4/glibc21.m4: Upgrade to gettext-0.11.
23629         * m4/iconv.m4: Upgrade to gettext-0.11.
23630         * m4/isc-posix.m4: Upgrade to gettext-0.11.
23631         * m4/lcmessage.m4: Upgrade to gettext-0.11.
23632         * m4/lib-ld.m4: New file, from gettext-0.11.
23633         * m4/lib-link.m4: New file, from gettext-0.11.
23634         * m4/lib-prefix.m4: New file, from gettext-0.11.
23635         * m4/progtest.m4: Upgrade to gettext-0.11.
23636
23637 2002-02-15  Paul Eggert  <eggert@twinsun.com>
23638
23639         * m4/prereq.m4 (jm_PREREQ_POSIXVER): New macro.
23640         (jm_PREREQ): Use it.
23641
23642 2002-02-15  Paul Eggert  <eggert@twinsun.com>
23643
23644         * lib/posixver.c, lib/posixver.h: New files.
23645         * lib/Makefile.am (libfetish_a_SOURCES): Add them.
23646
23647 2002-02-02  Paul Eggert  <eggert@twinsun.com>
23648             Bruno Haible  <bruno@clisp.org>
23649
23650         * lib/unicodeio.h (print_unicode_char): Add exit_on_error argument.
23651         (fwrite_success_callback): New declaration.
23652         * lib/unicodeio.c (unicode_to_mb): New function, extracted from
23653         print_unicode_char. Call failure callback instead of error.
23654         (fwrite_success_callback): New function.
23655         (exit_failure_callback): New function.
23656         (fallback_failure_callback): New function.
23657         (print_unicode_char): Call unicode_to_mb.
23658
23659 2002-01-26  Jim Meyering  <meyering@lucent.com>
23660
23661         * m4/jm-macros.m4 (jm_MACROS): Require autoconf-2.52g.
23662         * m4/strnlen.m4: Remove file, now that it's part of autoconf.
23663
23664 2002-01-26  Jim Meyering  <meyering@lucent.com>
23665
23666         * lib/Makefile.am (getdate$U.o): Depend on unlocked-io.h.
23667
23668 2002-01-22  Paul Eggert  <eggert@twinsun.com>
23669
23670         * m4/jm-macros.m4 (jm_MACROS): Require AC_FUNC_FSEEKO.
23671
23672 2002-01-22  Jim Meyering  <meyering@lucent.com>
23673
23674         * lib/Makefile.am (Makefile): Don't depend on $(BUILT_SOURCES).
23675         Otherwise, some versions of automake would omit the rule that makes
23676         Makefile from Makefile.in.
23677
23678 2002-01-21  Paul Eggert  <eggert@twinsun.com>
23679
23680         * lib/xmemcoll.h, lib/xmemcoll.c: New files.
23681         * lib/Makefile.am (libfetish_a_SOURCES): Add them.
23682         * lib/memcoll.c: Include errno.h, and declare errno if not defined.
23683         (memcoll): Set errno to zero if there is no error.
23684
23685         * lib/quotearg.c (quotearg_buffer_restyled):
23686         Fix bug with quoting buffers containing NUL when backslashing escapes.
23687         This bug was exposed by the other changes in this patch.
23688         (quotearg_n_options): New arg ARGSIZE.
23689         All callers changed.
23690         (quoting_options_from_style): New function.
23691         (quotearg_n_style): Use it.
23692         (quotearg_n_style_mem): New function.
23693
23694         * lib/quotearg.h (quotearg_n_style_mem): New function.
23695
23696 2002-01-19  Jim Meyering  <meyering@lucent.com>
23697
23698         * m4/jm-macros.m4 (jm_MACROS): Use AC_FUNC_STRNLEN.
23699         Remove useless quotes: DF_PROG="df".
23700         * m4/strnlen.m4: New file.
23701
23702 2002-01-16  Paul Eggert  <eggert@twinsun.com>
23703
23704         * lib/backupfile.c (ISDIGIT): Comment fix.
23705         * lib/getdate.y (ISDIGIT): Likewise.
23706         * lib/posixtm.c (ISDIGIT, year): Likewise.
23707         * lib/strverscmp.c (ISDIGIT): Likewise.
23708         * lib/userspec.c (ISDIGIT): Likewise.
23709
23710 2002-01-16  Jim Meyering  <meyering@lucent.com>
23711
23712         * lib/getdate.y: Add three semicolons, each just before a closing
23713         brace. Bison (as of version 1.31) no longer papers over that mistake.
23714
23715 2002-01-05  Jim Meyering  <meyering@lucent.com>
23716
23717         * lib/version-etc.c (version_etc_copyright): Update copyright year.
23718
23719 2001-12-19  Paul Eggert  <eggert@twinsun.com>
23720
23721         * lib/closeout.c (close_stdout_status): If ferror (stdout), do
23722         not silently exit merely because the output buffer happens to
23723         have nothing pending.
23724
23725 2001-12-18  Paul Eggert  <eggert@twinsun.com>
23726
23727         See the big note in ../ChangeLog.
23728         * lib/human.c (suffixes): Prefer K to k for 1024.
23729         (generate_suffix_backwards): New function.
23730         (human_readable_inexact): Use it.
23731         * lib/xstrtol.c (__xstrtol): If there is no number but there
23732         is a valid suffix, assume 1.  "MB" now means decimal, "MiB" binary.
23733         Accept 'K' as well as 'k'.
23734
23735 2001-12-15  Jim Meyering  <meyering@lucent.com>
23736
23737         * lib/regex.h (__restrict_arr): Update from libc.
23738
23739         * lib/mountlist.h (ME_REMOTE): Recognize file systems of type smbfs
23740         as `remote' if the name starts with `//'.  Suggested by Michael Stone.
23741         (STREQ): Define.
23742
23743 2001-12-14  Jim Meyering  <meyering@lucent.com>
23744
23745         * m4/jm-macros.m4 (jm_MACROS): Check for iswspace.
23746         Suggestion from Bruno Haible.
23747
23748 2001-12-10  Jim Meyering  <meyering@lucent.com>
23749
23750         * lib/linebuffer.c: Remove explicit declarations of xmalloc and
23751         xrealloc, Instead, include "xalloc.h".
23752         (initbuffer): Don't cast xmalloc return value to char*.
23753         (readline): Reword comment.
23754         Don't cast xrealloc return value to char*
23755         Return NULL, not 0.
23756
23757 2001-12-09  Jim Meyering  <meyering@lucent.com>
23758
23759         * lib/modechange.c (mode_compile): Add cast to avoid pedantic warning
23760         about `signed and unsigned type in conditional expression'.
23761         * lib/posixtm.c (posix_time_parse): Likewise.
23762
23763         * lib/xreadlink.c (xreadlink): Add cast to avoid a pedantic warning.
23764
23765         * lib/readtokens.c (readtoken): Declare an index to be of type unsigned
23766         to avoid a pedantic warning.
23767
23768         * lib/getstr.c: Don't include assert.h.
23769         (getstr): Remove warning-evoking assertions.
23770         Return -1 if offset parameter is out of bounds.
23771         Change the type of a local from int to size_t.
23772
23773         * lib/strftime.c (my_strftime_localtime_r): Include this function
23774         definition in the `#if ! HAVE_TM_GMTOFF' block.
23775
23776         * lib/xgethostname.c: Remove declarations of xmalloc and xrealloc.
23777         Include xalloc.h instead.
23778
23779 2001-12-02  Jim Meyering  <meyering@lucent.com>
23780
23781         * lib/tempname.c: Don't declare getenv, thus reverting the change of
23782         2001-11-18.  It's no longer necessary, now that stdlib.h is always
23783         included.
23784
23785         * lib/regex.c [!__BOUNDED_POINTERS__]: Define away __bounded,
23786         __unbounded, and __ptrvalue.  Reported by Uwe H. Steinfeld.
23787
23788 2001-11-30  Akim Demaille  <akim@epita.fr>
23789
23790         * lib/xstrdup.c: Include xalloc.h, so that xstrdup is declared
23791         before being defined.
23792
23793 2001-11-27  Paul Eggert  <eggert@twinsun.com>
23794
23795         * lib/quotearg.h (quotearg_n, quotearg_n_style):
23796         First arg is int, not unsigned.
23797         * lib/quotearg.c (quotearg_n, quotearg_n_style): Likewise.
23798         (SIZE_MAX, UINT_MAX): New macros.
23799         (quotearg_n_options): Abort if N is negative.
23800         Avoid overflow check on hosts where size_t is 64 bits and int
23801         is 32 bits, as overflow is impossible there.
23802         Fix off-by-one typo that caused unnecessary reallocation.
23803
23804 2001-11-27  Jim Meyering  <meyering@lucent.com>
23805
23806         * lib/tempname.c: Merge with version from libc.
23807         * lib/regex.c: Likewise.
23808
23809         * lib/tempname.c: Include stdlib.h unconditionally.  On some old
23810         systems for which STDC_HEADERS is 0, it was not included, resulting in
23811         a warning about an integer-to-pointer conversion problem with getenv.
23812         Reported by Volker Borchert.
23813
23814 2001-11-26  Jim Meyering  <meyering@lucent.com>
23815
23816         * lib/gtod.h: Remove file.
23817         * lib/Makefile.am (libfetish_a_SOURCES): Remove gtod.h.
23818         * lib/gettimeofday.c: Don't include gtod.h.
23819         (GTOD_init): Remove function.
23820         (rpl_gettimeofday): Do its job here instead, rather than aborting.
23821         Suggestion from Volker Borchert.
23822
23823 2001-11-23  Jim Meyering  <meyering@lucent.com>
23824
23825         * lib/hash.h (struct hash_table): Don't define here.  Merely declare
23826         it.
23827         * lib/hash.c (struct hash_table): Define it here instead.
23828
23829 2001-11-22  Jim Meyering  <meyering@lucent.com>
23830
23831         * lib/hash.h: Bracket contents of file with #ifndef HASH_H_ ... #endif.
23832
23833 2001-11-20  Jim Meyering  <meyering@lucent.com>
23834
23835         * m4/mkstemp.m4 (UTILS_FUNC_MKSTEMP): Update comment to reflect that
23836         SunOS 4.1.4 and Solaris 2.5.1 lose, too.
23837
23838 2001-11-19  Jim Meyering  <meyering@lucent.com>
23839
23840         * m4/mkstemp.m4 (UTILS_FUNC_MKSTEMP): Don't bother with a temporary
23841         directory.  Use "conftestXXXXXX" as the template.
23842         Suggestion from Paul Eggert.
23843
23844         * m4/mkstemp.m4 (UTILS_FUNC_MKSTEMP): Close each descriptor
23845         immediately, so the test doesn't mistakenly hit the max-open-files
23846         limit.
23847
23848 2001-11-18  Paul Eggert  <eggert@twinsun.com>
23849
23850         * lib/tempname.c (TMP_MAX): Remove; no longer needed.
23851         (TEMPORARIES): New macro.
23852         (__gen_tempname): Use TEMPORARIES rather than TMP_MAX.  This
23853         removes an artificial limitation (e.g. HP-UX 10.20, where
23854         TMP_MAX is 17576).
23855
23856 2001-11-18  Jim Meyering  <meyering@lucent.com>
23857
23858         * m4/prereq.m4 (jm_PREREQ_TEMPNAME): Check for declaration of getenv.
23859
23860 2001-11-18  Jim Meyering  <meyering@lucent.com>
23861
23862         * lib/tempname.c [!HAVE_DECL_GETENV]: Declare getenv to avoid warning
23863         on SunOS 4.
23864
23865         * lib/Makefile.am (Makefile): Depend on $(BUILT_SOURCES), so those
23866         files will be created before anything else.
23867
23868 2001-11-17  Paul Eggert  <eggert@twinsun.com>
23869
23870         * m4/jm-winsz1.m4 (jm_WINSIZE_IN_PTEM): Do not define
23871         WINSIZE_IN_PTEM if <termios.h> defines struct winsize.
23872
23873 2001-11-17  Jim Meyering  <meyering@lucent.com>
23874
23875         * m4/mkstemp.m4 (UTILS_FUNC_MKSTEMP): New file and macro.
23876         Prompted by a report from Bob Proulx.
23877
23878         * m4/jm-macros.m4 (jm_MACROS): Don't test for mkstemp here.
23879         Instead, require UTILS_FUNC_MKSTEMP.
23880
23881 2001-11-17  Jim Meyering  <meyering@lucent.com>
23882
23883         * m4/jm-macros.m4 (jm_MACROS): Remove code to set POW_LIBM.
23884         Now, that's done as part of AC_FUNC_STRTOD.
23885
23886 2001-11-17  Jim Meyering  <meyering@lucent.com>
23887
23888         * lib/modechange.c (mode_adjust): Fix error introduced on 1999-04-26
23889         that made e.g., `chmod a=,o=w,g=o F' cause F to be group readable
23890         rather than group writable.  Patch by Juan F. Codagnone.
23891
23892         * lib/readtokens.c: Remove explicit declarations of xmalloc and
23893         xrealloc, Instead, include "xalloc.h".
23894
23895         * lib/mountlist.c: Include unlocked-io.h after all system headers.
23896         Remove explicit declarations of xmalloc, xrealloc,
23897         and xstrdup.  Instead, include "xalloc.h".
23898
23899         * lib/argmatch.c, closeout.c, error.c, exclude.c: Include
23900         unlocked-io.h.
23901         * lib/fatal.c, getdate.y, getpass.c, getstr.c, getusershell.c:
23902         Likewise.
23903         * lib/mountlist.c, posixtm.c, readtokens.c, readutmp.c: Likewise.
23904
23905         * lib/regex.c, sha.c, version-etc.c, yesno.c: Likewise.
23906         Reported by Padraig Brady.
23907
23908         * lib/mkstemp.c: #undef mkstemp.
23909         Include config.h.
23910         (rpl_mkstemp): Rename from mkstemp.
23911         Protoize.
23912
23913 2001-11-16  Jim Meyering  <meyering@lucent.com>
23914
23915         * lib/physmem.c [HAVE_SYS_PSTAT_H]: Include <sys/pstat.h>.
23916         (physmem_total) [HAVE_PSTAT_GETSTATIC]: If sysconf couldn't be used to
23917         determine the amount of total physical memory, use pstat_getstatic.
23918         HPUX-11 doesn't define _SC_PHYS_PAGES.
23919         (physmem_available) [HAVE_PSTAT_GETSTATIC && HAVE_PSTAT_GETDYNAMIC]:
23920         If sysconf couldn't be used to determine the amount of available
23921         physical memory, use both pstat_getstatic and pstat_getdynamic.
23922         Based on a patch from Bob Proulx.
23923
23924 2001-11-10  Jim Meyering  <meyering@lucent.com>
23925
23926         * m4/prereq.m4 (jm_PREREQ_PHYSMEM): New function.
23927         (jm_PREREQ): Use it.
23928
23929 2001-11-09  Jim Meyering  <meyering@lucent.com>
23930
23931         * m4/jm-macros.m4: Require autoconf-2.52f.
23932         (AC_FUNC_ERROR_AT_LINE, AC_FUNC_OBSTACK, AC_FUNC_STRTOD):
23933         Use these AC_-prefixed names, not the AM_-prefixed ones.
23934
23935         * m4/afs.m4 (jm_AFS): Quote the body.  Patch by Akim Demaille.
23936
23937 2001-11-05  Jim Meyering  <meyering@lucent.com>
23938
23939         * lib/xstat.in (slash_aware_lstat): Correct a misleading comment.
23940
23941 2001-11-04  Jim Meyering  <meyering@lucent.com>
23942
23943         * m4/fpending.m4: Remove unused cruft that saved, set, and restored
23944         $DEFS.
23945
23946 2001-11-03  Jim Meyering  <meyering@lucent.com>
23947
23948         * m4/jm-glibc-io.m4n (jm_FUNC_GLIBC_UNLOCKED_IO): Quote first arg
23949         of AC_DEFUN.
23950
23951         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Rework so dirfd.c doesn't have to
23952         know the name of the variable in the macro definition.
23953
23954 2001-11-03  Jim Meyering  <meyering@lucent.com>
23955
23956         * lib/argmatch.h (ARGMATCH_TO_ARGUMENT): Remove casts of first two args
23957         in argmatch_to_argument call.
23958
23959         * lib/dirfd.c (dirfd): Reflect the fact that DIR_TO_FD now takes an
23960         argument.
23961
23962         * lib/hash.c (hash_clear): Fix a bug that could lead to an infloop or
23963         e.g., a fault due to an attempt to free a NULL pointer.
23964
23965 2001-11-01  Jim Meyering  <meyering@lucent.com>
23966
23967         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): New macro.
23968         * m4/jm-macros.m4 (jm_MACROS): Require UTILS_FUNC_DIRFD.
23969
23970 2001-11-01  Jim Meyering  <meyering@lucent.com>
23971
23972         * lib/dirfd.c, lib/dirfd.h: New files.
23973         * lib/Makefile.am (libfetish_a_SOURCES): Add dirfd.h.
23974
23975         * lib/hash.c (hash_print) [TESTING]: Clean up.
23976
23977 2001-10-22  Paul Eggert  <eggert@twinsun.com>
23978
23979         * lib/hard-locale.c (alloca): Define to __builtin_alloca if __GNUC__,
23980         to avoid a warning if -Wall.
23981
23982 2001-10-22  Jeff Bailey  <jbailey@outpost.dnsalias.org>
23983
23984         * README: New file
23985         * doc/*: Add COPYING, COPYING.LIB, COPYING.DOC, fdl.texi
23986         (per RMS's instructions, this is now the canonical source)
23987         * lgpl/, gpl/: New directories.
23988
23989 2001-10-21  Paul Eggert  <eggert@twinsun.com>
23990
23991         * lib/regex.c (uintptr_t): Remove macro and decl; it's config.h's job.
23992
23993 2001-10-21  Jim Meyering  <meyering@lucent.com>
23994
23995         * lib/obstack.c (_): Honor the setting of ENABLE_NLS.  Otherwise,
23996         this code would end up calling gettext even in packages built
23997         with --disable-nls.
23998         * lib/getopt.c (_): Likewise.
23999         * lib/regex.c (_): Likewise.
24000
24001 2001-10-20  Paul Eggert  <eggert@twinsun.com>
24002
24003         * m4/error.m4 (jm_PREREQ_ERROR):
24004         Do not invoke AC_CHECK_FUNCS with strerror_r, as
24005         AC_FUNC_STRERROR_R does that.
24006         Check for strerror declaration.
24007
24008         * m4/strerror_r.m4: Add copyright notice, as nontrivial m4 files
24009         are supposed to have them these days.
24010         (AC_FUNC_STRERROR_R): Always do char* test, so that it gets cached.
24011         Merge changes from latest Autoconf CVS.
24012         Rename ac_cv_func_strerror_r_works to ac_cv_func_strerror_r_char_p,
24013         and rename HAVE_WORKING_STRERROR_R to STRERROR_R_CHAR_P, since
24014         POSIX decided to standardize on the int flavor of strerror_r.
24015
24016 2001-10-20  Paul Eggert  <eggert@twinsun.com>
24017
24018         * lib/error.c (strerror_r): Do not declare unless !_LIBC.
24019         Do not check for HAVE_DECL_STRERROR_R missing unless STRERROR_R_CHAR_P.
24020         Use strerror_r that is only a macro, even if it is not a function.
24021         (strerror): Check for HAVE_DECL_STRERROR before declaring.
24022         (private_strerror): Use prototypes, not old-style function definition.
24023         (print_errno_message): New function.
24024         Support the POSIX 'int'-flavored strerror_r, as well as the traditional
24025         char*-flavored one.
24026         (error_tail, error, error_at_line): Use it.
24027
24028 2001-10-11  Jim Meyering  <meyering@lucent.com>
24029
24030         * lib/argmatch.c (argmatch_invalid): Use quotearg_n_style (0, ...
24031         and quote_n (1, ... to avoid clobbering a buffer.
24032
24033 2001-10-05  Jim Meyering  <meyering@lucent.com>
24034
24035         * lib/Makefile.am: (libfetish_a_SOURCES): Add hash-pjw.c and
24036         hash-pjw.h.
24037         * lib/hash-pjw.c: New file (factored out of fileutils' remove.c).
24038         * lib/hash-pjw.h: New file.
24039
24040 2001-09-30  Jim Meyering  <meyering@lucent.com>
24041
24042         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): See if
24043         `struct fsstat' has the `f_fstypename' member.
24044         Use that to define FS_TYPE, which is now used to make
24045         the getfsstat link test tighter.
24046
24047 2001-09-30  Jim Meyering  <meyering@lucent.com>
24048
24049         * lib/mountlist.c [MOUNTED_GETFSSTAT]:
24050         Include <sys/ucred.h>, for Apple Darwin.
24051         Include sys/mount.h and sys/fs_types.h only if available.
24052         (FS_TYPE): Define.
24053         (read_filesystem_list): Use FS_TYPE.
24054
24055 2001-09-29  Paul Eggert  <eggert@twinsun.com>
24056
24057         * lib/exclude.c (excluded_filename): 0 -> false, since it's
24058         a boolean context.
24059
24060 2001-09-29  Jim Meyering  <meyering@lucent.com>
24061
24062         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS)
24063         [one-argument getmntent function]): Include stdio.h before mntent.h.
24064         SunOS 4.1.x needs it for the declaration of `FILE'.
24065         Patch by Volker Borchert.
24066
24067         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS)
24068         Check for these headers: sys/param.h sys/ucred.h sys/mount.h
24069         sys/fs_types.h, and make the link-test for getfsstat guard #include
24070         directives with appropriate #if HAVE_*_H tests so that we can
24071         detect getfsstat on Apple Darwin1.3.7 systems.
24072         Reported by Nelson Beebe.
24073         Fix harmless typo in cache variable name: s/getsstat/getfsstat/.
24074
24075 2001-09-28  Paul Eggert  <eggert@twinsun.com>
24076
24077         Fix bug reported by Petter Reinholdtsen for HP-UX 10.20, which
24078         #defines strtoimax.  Also treat the other strto* functions
24079         like strtoimax.
24080
24081         * m4/xstrtoimax.m4 (jm_AC_PREREQ_XSTRTOIMAX):
24082         Check for strtoul and strtoumax,
24083         as those declarations are made even in the signed case.
24084         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX):
24085         Likewise, for strtol and strtoimax.
24086
24087 2001-09-28  Paul Eggert  <eggert@twinsun.com>
24088
24089         Fix bug reported by Petter Reinholdtsen for HP-UX 10.20, which
24090         #defines strtoimax.  Also treat the other strto* functions
24091         like strtoimax.
24092
24093         * lib/xstrtol.c (strtol): Do not declare if HAVE_DECL_STRTOL.
24094         (strtoul): Do not declare if HAVE_DECL_STRTOUL.
24095         (strtoimax, strtoumax): Do not declare if already defined as a macro.
24096
24097 2001-09-26  Jim Meyering  <meyering@lucent.com>
24098
24099         Most macros in unlocked-io.h had the wrong number of arguments.
24100         * lib/gen-uio: New script.
24101         (USE_UNLOCKED_IO): Define to 1 if not already defined.
24102         * lib/unlocked-io.hin: Remove file.
24103         * lib/Makefile.am (unlocked-io.h): Rewrite to use a separate script,
24104         rather than trying to embed it here.
24105         (EXTRA_DIST): Add gen-uio.  Remove unlocked-io.hin
24106         Reported by Padraig Brady.
24107
24108 2001-09-25  Volker Borchert  <bt@teknon.de>
24109
24110         * lib/gettimeofday.c (rpl_gettimeofday): Declare local variable
24111         `result'.
24112
24113 2001-09-24  Jim Meyering  <meyering@lucent.com>
24114
24115         * m4/gettext.m4: Use the version from gettext-0.10.40, not CVS.
24116
24117 2001-09-23  Jim Meyering  <meyering@lucent.com>
24118
24119         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Add a compile-test
24120         instead of the mere test for existence of mntent.h.  The latter
24121         would get a false-positive on AIX 3.4 systems.
24122         In the outer getmntent if-block, don't die if neither of the getmntent
24123         tests succeeds.  Instead, just fall through and continue with the
24124         remaining tests.
24125
24126 2001-09-23  Jim Meyering  <meyering@lucent.com>
24127
24128         * lib/mountlist.c: Remove useless parentheses in #if directives.
24129         (MOUNTED) [!defined MOUNTED]: Define to _PATH_MOUNTED, for when
24130         the deprecated MOUNTED symbol is no longer defined in mntent.h.
24131
24132 2001-09-22  Jim Meyering  <meyering@lucent.com>
24133
24134         * m4/gettext.m4: New file.  From gettext.
24135         * m4/lcmessage.m4: Sync with gettext -- this changes only comments.
24136         * m4/progtest.m4: Likewise
24137         * m4/isc-posix.m4: Decrement serial number to sync with gettext.
24138         * m4/glibc21.m4: Likewise.
24139
24140         * m4/libintl.m4: Remove.  No longer used.
24141
24142 2001-09-22  Jim Meyering  <meyering@lucent.com>
24143
24144         * lib/localcharset.c: Update from latest gettext.
24145         * lib/config.charset: Likewise.
24146
24147 2001-09-20  Jim Meyering  <meyering@lucent.com>
24148
24149         * m4/xstrtoimax.m4 (jm_AC_PREREQ_XSTRTOIMAX): Check for declaration of
24150         strtoimax.
24151         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): Check for declaration of
24152         strtoumax.
24153
24154 2001-09-20  Jim Meyering  <meyering@lucent.com>
24155
24156         * lib/xstrtol.c (strtoimax): Guard declaration with
24157         `#if !HAVE_DECL_STRTOIMAX', rather than just `#ifndef strtoimax'.
24158         The latter fails because some systems (at least rs6000-ibm-aix4.3.3.0)
24159         have their own, conflicting declaration of strtoimax in sys/inttypes.h.
24160         (strtoumax): Likewise, for completeness (it wasn't necessary).
24161
24162 2001-09-17  Paul Eggert  <eggert@twinsun.com>
24163
24164         * lib/strtoimax.c (HAVE_LONG_LONG):
24165         Redefine to HAVE_UNSIGNED_LONG_LONG if unsigned.
24166         (strtoimax): Use sizeof (long), not sizeof strtol (ptr, endptr, base),
24167         to work around bug in IBM C compiler.
24168
24169 2001-09-17  Jim Meyering  <meyering@lucent.com>
24170
24171         * m4/chown.m4, fstypename.m4, getgroups.m4, gettimeofday.m4,
24172         * m4/jm-mktime.m4, lstat.m4, malloc.m4, memcmp.m4, mkdir-slash.m4,
24173         * m4/nanosleep.m4, putenv.m4, readdir.m4, realloc.m4, rename.m4,
24174         * m4/st_dm_mode.m4, stat.m4, strerror_r.m4, timespec.m4, utimbuf.m4,
24175         * m4/utimes.m4: Use AC_DEFINE rather than AC_DEFINE_UNQUOTED,
24176         whenever the right hand side need not be expanded by the shell.
24177
24178 2001-09-16  Paul Eggert  <eggert@twinsun.com>
24179
24180         * m4/fnmatch.m4 (jm_FUNC_FNMATCH): Remove test for GNU C
24181         library.  It's not correct, as some older glibcs are buggy.
24182         fnmatch wasn't fixed until glibc 2.2.
24183
24184         Use AC_DEFINE, not AC_DEFINE_UNQUOTED, as there's no
24185         special shell magic here.
24186
24187 2001-09-16  Jim Meyering  <meyering@lucent.com>
24188
24189         * m4/mkdir-slash.m4 (UTILS_FUNC_MKDIR_TRAILING_SLASH): New file/macro.
24190         * m4/jm-macros.m4: Require it.
24191
24192 2001-09-16  Jim Meyering  <meyering@lucent.com>
24193
24194         * lib/mkdir.c: New file.
24195
24196 2001-09-15  Jim Meyering  <meyering@lucent.com>
24197
24198         * m4/jm-macros.m4: Check for help2man.
24199
24200 2001-09-11  Jim Meyering  <meyering@lucent.com>
24201
24202         * m4/host-os.m4 (UTILS_HOST_OS): New file/macro.
24203         The body, by Paul Eggert, was moved here from configure.in.
24204         * m4/jm-macros.m4: Require UTILS_HOST_OS.
24205
24206 2001-09-04  Paul Eggert  <eggert@twinsun.com>
24207
24208         * m4/prereq.m4 (jm_PREREQ_XREADLINK): New macro.
24209         (jm_PREREQ): Use it.
24210
24211 2001-09-04  Paul Eggert  <eggert@twinsun.com>
24212
24213         * lib/xreadlink.c (xreadlink): Omit size_t* arg.  All uses changed.
24214         Use ssize_t, not int, to store result of readlink.
24215         Check for ssize_t overflow as well as size_t overflow,
24216         as POSIX says the result of readlink is implementation-defined
24217         when ssize_t overflows.
24218         Remove unnecessary cast to char*.
24219         Use free+malloc instead of realloc, as the storage doesn't need
24220         to be preserved and it's clearer and can be more efficient that way.
24221         (SIZE_MAX, SSIZE_MAX): New macros, if <limits.h> doesn't declare.
24222         * lib/xreadlink.h (xreadlink): Update prototype.
24223
24224 2001-09-04  Paul Eggert  <eggert@twinsun.com>
24225
24226         * lib/xgetcwd.c: Revert some of the previous change; intead,
24227         fix the HAVE_GETCWD_NULL code to behave more like the
24228         !HAVE_GETCWD_NULL code used to.
24229
24230         Include "xalloc.h".
24231         (xgetcwd): Do not return NULL when memory is exhausted; instead,
24232         invoke xalloc_die.
24233
24234 2001-09-03  Paul Eggert  <eggert@twinsun.com>
24235
24236         * m4/prereq.m4 (jm_PREREQ_XGETCWD): Check for limits.h and
24237         sys/param.h, as pathmax.h includes them.
24238
24239 2001-09-03  Paul Eggert  <eggert@twinsun.com>
24240
24241         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_XGETCWD.
24242         (jm_PREREQ_XGETCWD): New macro.
24243
24244         * m4/getcwd.m4: New file.
24245
24246 2001-09-03  Paul Eggert  <eggert@twinsun.com>
24247
24248         * lib/xgetcwd.c: Fix the !HAVE_GETCWD_NULL code to behave more
24249         like the HAVE_GETCWD_NULL code.
24250         Include pathmax.h if not HAVE_GETCWD.
24251         Do not include xalloc.h.
24252         (INITIAL_BUFFER_SIZE): New symbol.
24253         Do not use xmalloc / xrealloc, since the caller is responsible for
24254         handling errors.  Preserve errno around `free' during failure.
24255         Do not overrun buffer when using getwd.
24256
24257 2001-09-03  Paul Eggert  <eggert@twinsun.com>
24258
24259         * lib/xgetcwd.c (xgetcwd): Use HAVE_GETCWD_NULL, not (defined
24260         __GLIBC__ && __GLIBC__ >= 2), to decide whether to use
24261         getcwd (NULL, 0).
24262
24263 2001-09-03  Paul Eggert  <eggert@twinsun.com>
24264
24265         * lib/exclude.c (fnmatch_no_wildcards): Fix confusion between
24266         usage of FNM_CASEFOLD and FNM_LEADING_DIR.  The bug was
24267         spotted by Jim Meyering.
24268
24269 2001-09-03  Jim Meyering  <meyering@lucent.com>
24270
24271         * lib/xreadlink.c (xreadlink): Preserve errno around `free' during
24272         failure.
24273
24274 2001-09-02  Jim Meyering  <meyering@lucent.com>
24275
24276         * lib/error.c: Update from GNU libc.
24277
24278 2001-09-01  Jim Meyering  <meyering@lucent.com>
24279
24280         * m4/jm-macros.m4 (jm_MACROS): Check for canonicalize_file_name.
24281         Used by df.
24282
24283 2001-09-01  Jim Meyering  <meyering@lucent.com>
24284
24285         * lib/xreadlink.c: New file.
24286         * lib/xreadlink.h: New file.
24287         * lib/Makefile.am (libfetish_a_SOURCES): Add xreadlink.c and
24288         xreadlink.h.
24289
24290         * lib/regex.c (uintptr_t) [!_LIBC]: Define to private_uintptr_t, so it
24291         doesn't conflict with sparc Solaris 7's definition in
24292         /usr/include/sys/int_types.h.
24293
24294         * lib/exclude.c: Use `""', not `<>' to #include non-system header
24295         files.
24296         (fnmatch_no_wildcards): Rewrite not to use function names, strcasecmp
24297         and strncasecmp as r-values.  Unixware didn't have declarations.
24298
24299 2001-08-31  Paul Eggert  <eggert@twinsun.com>
24300
24301         * lib/xstrtol.h: Add copyright notice.
24302         (_DECLARE_XSTRTOL): Improve quality of diagnostic for
24303         LONGINT_INVALID_SUFFIX_CHAR.
24304
24305 2001-08-31  Paul Eggert  <eggert@twinsun.com>
24306
24307         * lib/xstrtol.c (strtoimax): New decl.
24308
24309 2001-08-31  Paul Eggert  <eggert@twinsun.com>
24310
24311         * lib/xgetcwd.c: Don't include pathmax.h.
24312         Include stdlib.h and unistd.h if available.
24313         Include xalloc.h.
24314         (xmalloc, xstrdup, free): Remove decls.
24315         (xgetcwd): Don't assume sizes fit in unsigned.
24316         Check for overflow when computing sizes.
24317         Simplify reallocation code.
24318
24319 2001-08-31  Paul Eggert  <eggert@twinsun.com>
24320
24321         * lib/savedir.c (savedir): Remove size parameter, as POSIX says that
24322         a directory's st_size can have an arbitrary value, so the old
24323         usage could waste an arbitrary amount of memory.  All uses
24324         changed.
24325         * lib/savedir.h: Update prototype.
24326
24327 2001-08-31  Paul Eggert  <eggert@twinsun.com>
24328
24329         * lib/Makefile.am (libfetish_a_SOURCES): Remove strtoxmax.c.
24330
24331         * lib/strtoimax.c: Renamed from strtoxmax.c, removing the
24332         old strtoimax.c.
24333
24334         Also, make the following further changes to make this file's
24335         configuration more similar to that of strtol.c:
24336         (UNSIGNED): Renamed from STRTOUXMAX_UNSIGNED.  All uses changed.
24337         (strtoumax, uintmax_t, strtoull, strtol): Remove.
24338         (intmax_t, strtoimax, strtol, strtoll): New macros, if UNSIGNED.
24339         (strtoimax): Renamed from strtoumax.  All uses of unsigned values
24340         changed to signed values.
24341
24342         And make the following changes as well:
24343         Fix copyright notice, as 1999 was missing.
24344         (verify): New macro.
24345         (strtoimax): Check sizes at compile-time, not run-time.
24346         Prefer strtol to strtoll if both work.
24347         (main): Remove; it was not that useful and was a pain to maintain.
24348
24349         * lib/strtoumax.c: Include strtoimax.c, not strtouxmax.c.
24350
24351 2001-08-31  Jim Meyering  <meyering@lucent.com>
24352
24353         * lib/xgetcwd.c (xgetcwd): Reorganize to avoid some duplication.
24354         Use an initial, malloc'd, buffer of length 128 rather than
24355         a statically allocated one of length 1024.
24356
24357 2001-08-30  Paul Eggert  <eggert@twinsun.com>
24358
24359         Simplify code, partly by assuming autoconf 2.52 semantics.
24360
24361         * m4/Makefile.am (EXTRA_DIST): Remove uintmax_t.m4.
24362
24363         * m4/inttypes.m4 (AC_PREREQ): Bump to 2.52.
24364         (jm_AC_HEADER_INTTYPES_H): Remove; now done by autoconf in 2.52.
24365         All uses removed.
24366         (jm_AC_TYPE_INTMAX_T, jm_AC_TYPE_UINTMAX_T):
24367         Move AC_REQUIRE to next-to-top level, to avoid confusion.
24368         Use 2.52's AC_CHECK_TYPE instead of merely looking for the header.
24369         * m4/prereq.m4 (jm_PREREQ_HUMAN): Don't require
24370         jm_AC_HEADER_INTTYPES_H.
24371         * m4/jm-macros.m4 (jm_MACROS): Likewise.
24372
24373         * m4/uintmax_t.m4: Remove, as it duplicates inttypes.m4.
24374
24375         * m4/xstrtoimax.m4 (jm_AC_PREREQ_XSTRTOIMAX):
24376         Quote first arg of AC_DEFUN.
24377         Require jm_AC_TYPE_UINTMAX_T and jm_AC_TYPE_UNSIGNED_LONG_LONG
24378         since they are needed to parse the include file even if we need
24379         only xstrtoimax.  Simplify logic behind the args to AC_REPLACE.
24380         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): Likewise,
24381         but with opposite signedness.
24382
24383 2001-08-30  Paul Eggert  <eggert@twinsun.com>
24384
24385         Merge 'exclude' changes from tar 1.13.22.
24386         This fixes one or two unlikely storage allocation overflow bugs,
24387         but doesn't change user-visible behavior otherwise.
24388
24389 2001-08-30  Paul Eggert  <eggert@twinsun.com>
24390
24391         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_EXCLUDE.
24392         (jm_PREREQ_EXCLUDE): New macro.
24393
24394 2001-08-30  Paul Eggert  <eggert@twinsun.com>
24395
24396         * lib/quotearg.c: BSD/OS 4.1 wchar.h requires FILE and struct
24397         tm to be declared.
24398
24399 2001-08-30  Paul Eggert  <eggert@twinsun.com>
24400
24401         * lib/hash.c: Remove '2001' from copyright notice.
24402
24403 2001-08-30  Paul Eggert  <eggert@twinsun.com>
24404
24405         * lib/full-write.h: New file.
24406         * lib/Makefile.am (libfetish_a_SOURCES): Add full-write.h.
24407         * lib/full-write.c: Correct credits, as cccp.c no longer
24408         exists and anyway it was so heavily changed from the old cccp
24409         code as to be unrecognizable.  Include full-write.h.
24410         (full_write) Return size_t, with short writes meaning failure.
24411         All callers changed.  This fixes a bug with large buffers
24412         on 64-bit hosts.
24413         * lib/utime.c: Include full-write.h.
24414
24415 2001-08-30  Paul Eggert  <eggert@twinsun.com>
24416
24417         * lib/exclude.c (bool): Declare, perhaps by including stdbool.h.
24418         (<sys/types.h>): Include only if HAVE_SYS_TYPES_H.
24419         (<stdlib.h>, <string.h>, <strings.h>, <inttypes.h>, <stdint.h>):
24420         Include if available.
24421         (<xalloc.h>): Include
24422         (SIZE_MAX): Define if <stdint.h> or <inttypes.h> doesn't.
24423         (verify): New macro.  Use it to verify that EXCLUDE macros do not
24424         collide with FNM macros.
24425         (struct patopts): New struct.
24426         (struct exclude): Use it, as exclude patterns now come with options.
24427         (new_exclude): Support above changes.
24428         (new_exclude, add_exclude_file):
24429         Initial size must now be a power of two to simplify overflow checking.
24430         (free_exclude, fnmatch_no_wildcards): New function.
24431         (excluded_filename): No longer requires options arg, as the options
24432         are determined by add_exclude.  Now returns bool, not int.
24433         (excluded_filename, add_exclude):
24434         Add support for the fancy new exclusion options.
24435         (add_exclude, add_exclude_file): Now takes int options arg.
24436         Check for arithmetic overflow when computing sizes.
24437         (add_exclude_file): xrealloc might modify errno, so don't
24438         realloc until after errno might be used.
24439
24440         * lib/exclude.h (EXCLUDE_ANCHORED, EXCLUDE_INCLUDE,EXCLUDE_WILDCARDS):
24441         New macros.
24442         (free_exclude): New decl.
24443         (add_exclude, add_exclude_file): Now takes int options arg.
24444         (excluded_filename): No longer requires options arg, as the options
24445         are determined by add_exclude.  Now returns bool, not int.
24446
24447 2001-08-30  Paul Eggert  <eggert@twinsun.com>
24448
24449         * lib/alloca.c (alloca): Arg is of type size_t, not unsigned.
24450
24451 2001-08-27  Jim Meyering  <meyering@lucent.com>
24452
24453         * lib/Makefile.am (libfetish_a_SOURCES): Add strtoxmax.c
24454
24455         * lib/version-etc.c (N_): Remove definition.
24456         Revert most of last change.
24457         Instead, simply don't mark the `Copyright...' string for translation.
24458         Based on advice from Paul Eggert.
24459
24460         * lib/strtoxmax.c: Tweak comment.
24461
24462 2001-08-26  Jim Meyering  <meyering@lucent.com>
24463
24464         * m4/jm-macros.m4: Require jm_AC_PREREQ_XSTRTOIMAX.
24465
24466         * m4/xstrtoimax.m4: New file.
24467         * m4/xstrtoumax.m4: Add comments explaining why we
24468         AC_REPLACE_FUNCS(strtol).
24469
24470 2001-08-26  Jim Meyering  <meyering@lucent.com>
24471
24472         * lib/version-etc.c (version_etc_copyright_fmt): Replace literal year
24473         of copyright with `%s' so translators don't get an untranslated
24474         message in 2002.
24475         (COPYRIGHT_YEAR): Define.
24476         (version_etc): Use fprintf rather than fputs.
24477         Suggestion from Ulrich Drepper.
24478
24479         * lib/Makefile.am (libfetish_a_SOURCES): Add xstrtoimax.c.
24480
24481         * lib/strtoll.c: New file, from GNU libc.
24482         * lib/xstrtoimax.c: New file.
24483
24484         * lib/xstrtol.h: Add xstrtoimax.
24485         * lib/strtoumax.c: New file.  Simply include "strtoumax.c".
24486         * lib/strtoimax.c: New file.  Likewise, but first define
24487         STRTOUXMAX_SIGNED.
24488
24489         * lib/strtoumax.c: Factor to work both for unsigned and signed types,
24490         ...
24491         * lib/strtoxmax.c: ... then renamed to this.
24492
24493 2001-08-18  Paul Eggert  <eggert@twinsun.com>
24494
24495         * m4/inttypes.m4: Add AC_PREREQ(2.13).
24496         (jm_AC_HEADER_INTTYPES_H): Test for intmax_t, too.
24497         (jm_AC_TYPE_INTMAX_T): New macro.
24498         (jm_AC_TYPE_UINTMAX_T): Moved here from uintmax_t.m4.
24499
24500         * m4/longlong.m4 (jm_AC_TYPE_LONG_LONG): New macro.
24501
24502         * m4/longlong.m4: Renamed from ulonglong.m4.
24503         * m4/inttypes.m4: Renamed from inttypes_h.m4.
24504         * m4/uintmax_t.m4: Removed.
24505
24506 2001-08-13  Paul Eggert  <eggert@twinsun.com>
24507
24508         * lib/Makefile.am (unlocked-io.h): Do not append "_unlocked" twice.
24509         Port to Solaris 8, where 'sed' requires a space after the 'r'
24510         command, and where sh dislikes "$/".  Clean up the spacing a bit.
24511         Redirect output to $tmp just once.
24512
24513 2001-08-12  Paul Eggert  <eggert@sic.twinsun.com>
24514
24515         * lib/addext.c (<errno.h>): Include.
24516         (errno): Declare if not defined.
24517         (addext): Work correctly when pathconf returns -1 and leaves
24518         errno alone because there is no limit.  Also, work even if
24519         pathconf returns a value greater than SIZE_MAX.
24520
24521 2001-08-12  Jim Meyering  <meyering@lucent.com>
24522
24523         * m4/afs.m4, assert.m4, bison.m4, check-decl.m4, chown.m4, d-ino.m4,
24524         d-type.m4, dos.m4, error.m4, fnmatch.m4, fpending.m4, fstypename.m4,
24525         fsusage.m4, ftruncate.m4, getgroups.m4, glibc.m4, gnu-source.m4,
24526         group-member.m4, jm-glibc-io.m4, jm-macros.m4, jm-mktime.m4,
24527         jm-winsz1.m4, jm-winsz2.m4, lchown.m4, lib-check.m4, libintl.m4,
24528         link-follow.m4, ls-mntd-fs.m4, lstat.m4, malloc.m4, mbrtowc.m4,
24529         mbstate_t.m4, mbswidth.m4, memcmp.m4, nanosleep.m4, perl.m4,
24530         prereq.m4, putenv.m4, readdir.m4, realloc.m4, regex.m4, rename.m4,
24531         rmdir-errno.m4, search-libs.m4, st_dm_mode.m4, st_mtim.m4, stat.m4,
24532         strftime.m4, timespec.m4, unlink-busy.m4, uptime.m4, utimbuf.m4,
24533         utime.m4, utimes.m4, xstrtoumax.m4:
24534         Quote the first argument in each use of AC_DEFUN.
24535
24536 2001-08-12  Jim Meyering  <meyering@lucent.com>
24537
24538         * lib/xgetcwd.c (xgetcwd) [defined __GLIBC__ && __GLIBC__ >= 2]:
24539         Simply `return getcwd (NULL, 0);'.
24540         [! (defined __GLIBC__ && __GLIBC__ >= 2)]:
24541         Use 1300 as initial value for length, not PATH_MAX.
24542
24543         * lib/pathmax.h: Clean up cpp syntax.
24544
24545 2001-08-12  Jim Meyering  <meyering@lucent.com>
24546
24547         * lib/gettimeofday.c: New file.
24548         * lib/gtod.h: New file.
24549         * lib/Makefile.am (libfetish_a_SOURCES): Add gtod.h.
24550
24551 2001-08-05  Jim Meyering  <meyering@lucent.com>
24552
24553         * m4/jm-macros.m4: Require autoconf-2.52.
24554
24555 2001-08-04  Jim Meyering  <meyering@lucent.com>
24556
24557         * lib/error.h (__attribute__): Remove `|| __STRICT_ANSI__' from #if
24558         stmt, to get in sync with glibc.
24559
24560 2001-08-03  Paul Eggert  <eggert@twinsun.com>
24561
24562         The following changes are from gettext 0.10.39 as maintained by
24563         Bruno Haible.
24564
24565         * lib/mbswidth.h (MBSW_REJECT_UNPRINTABLE, MBSW_REJECT_INVALID):
24566         Renamed from MBSW_ACCEPT_UNPRINTABLE and MBSW_ACCEPT_INVALID
24567         with inverted sense.  All uses changed.
24568
24569         * lib/mbswidth.c: Don't include <limits.h>.
24570         Include <stdlib.h> and <string.h> unconditionally.
24571         (iswcntrl, mbsinit, ISCNTRL): New macros.
24572         (mbsnwidth): Use K&R style function declarations.
24573         Don't bother checking for MB_LEN_MAX == 1, since the compiler
24574         can optimize it when MB_CUR_MAX == 1.
24575         The width of control characters is zero, not 1.
24576
24577 2001-08-03  Paul Eggert  <eggert@twinsun.com>
24578
24579         The following changes are from gettext 0.10.39 as maintained by
24580         Bruno Haible, except that getline.m4 continues to use AC_LIBOBJ.
24581
24582         * m4/codeset.m4: Upgrade to serial AM1.
24583         (AM_LANGINFO_CODESET): Renamed from jm_LANGINFO_CODESET;
24584         all uses changed.  Quote first arg of AC_DEFUN.
24585         (am_cv_langinfo_codeset): Renamed from jm_cv_langinfo_codeset.
24586
24587         * m4/iconv.m4: Upgrade to serial AM2.
24588         (AM_ICONV): Renamed from jm_ICONV; all uses changed.
24589         Add --with-libconv-prefix.
24590         Quote first arg of AC_DEFUN.  Add description for ICONV_CONST.
24591         (am_cv_func_iconv): Renamed from jm_cv_func_iconv.
24592         (am_cv_lib_iconv): Renamed from jm_cv_lib_iconv.
24593         (am_cv_proto_iconv): Renamed from jm_cv_proto_iconv.
24594         * m4/jm-macros.m4 (jm_MACROS): Reflect s/jm_/AM_/ renamings.
24595
24596         * m4/c-bs-a.m4 (AC_C_BACKSLASH_A): Quote first arg of AC_DEFUN.
24597         * m4/getline.m4 (AM_FUNC_GETLINE): Likewise.
24598         * m4/glibc21.m4 (jm_GLIBC21): Likewise.
24599         * m4/inttypes_h.m4 (jm_AC_HEADER_INTTYPES_H): Likewise.
24600         * m4/isc-posix.m4 (AC_ISC_POSIX): Likewise.
24601         * m4/lcmessage.m4 (AM_LC_MESSAGES): Likewise.
24602         * m4/progtest.m4 (AM_PATH_PROG_WITH_TEST): Likewise.
24603         * m4/uintmax_t.m4 (jm_AC_TYPE_UINTMAX_T): Likewise.
24604         * m4/ulonglong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): Likewise.
24605
24606         * m4/getline.m4 (AM_FUNC_GETLINE): Don't bother checking for
24607         string.h any more.
24608
24609         * m4/progtest.m4 (AM_PATH_PROG_WITH_TEST): If not found, print "no",
24610         not the default value.
24611
24612         2001-06-25  Bruno Haible  <haible@clisp.cons.org>
24613         * m4/mbswidth.m4 (jm_PREREQ_MBSWIDTH): Don't require AM_C_PROTOTYPES.
24614         Also check for mbsinit.  Needed for SCO 3.2v5.0.2.
24615         Also include <string.h>; this is where AIX 3.2.5 declares wcwidth.
24616         Also check for iswcntrl, used for wcwidth fallback.
24617         Use AC_TRY_COMPILE to emulate AC_CHECK_DECLS, for portability
24618         to Autoconf 2.13.
24619
24620 2001-08-03  Jim Meyering  <meyering@lucent.com>
24621
24622         * m4/mbrtowc.m4 (jm_FUNC_MBRTOWC): Use `#include', not `@%:@include',
24623         as it was in the original.  Reported by Paul Eggert.
24624
24625 2001-07-16  Jim Meyering  <meyering@lucent.com>
24626
24627         * m4/gettimeofday.m4: New file.
24628         Prompted by a report from Bernhard Baehr.
24629
24630 2001-07-15  Jim Meyering  <meyering@lucent.com>
24631
24632         * m4/Makefile.am.in (Makefile.am): Remove most of the unlocked-io.h
24633         stuff. Now it's in ../Makefile.cfg.
24634
24635 2001-07-15  Jim Meyering  <meyering@lucent.com>
24636
24637         * lib/Makefile.am (EXTRA_DIST): Add unlocked-io.hin.
24638         (BUILT_SOURCES): Add unlocked-io.h.
24639         (io_functions): Define.
24640         (unlocked-io.h): New rule.
24641         (DISTCLEANFILES): Add unlocked-io.h.
24642         (all-local): Depend on unlocked-io.h, to ensure it is created.
24643
24644         * lib/unlocked-io.hin: New file
24645
24646         * lib/regex.c: Update from glibc.
24647
24648 2001-07-05  Jim Meyering  <meyering@lucent.com>
24649
24650         * lib/Makefile.am (noinst_HEADERS): Remove definition, per new automake
24651         recommendation.
24652         (libfetish_a_SOURCES): Put all .h files here instead.
24653         Remove a thus-exposed (better checks in automake) duplicate and
24654         two unnecessary .h files.
24655
24656 2001-07-04  Jim Meyering  <meyering@lucent.com>
24657
24658         * m4/Makefile.am.in (glibc-io.struct): New target.  Rework the code
24659         that generates jm-glibc-io.m4 so that it doesn't trigger any make
24660         distcheck failure.
24661
24662 2001-07-02  Jim Meyering  <meyering@lucent.com>
24663
24664         The following changes were prompted by suggestions from Bruno Haible.
24665
24666         * m4/jm-glibc-io.m4n: New file, the template from which jm-glibc-io.m4
24667         is now generated.
24668         * m4/Makefile.am.in (Makefile.am): Include jm-glibc-io.m4n in emitted
24669         definition of EXTRA_DIST.
24670         (Makefile.am): Emit the dependency, `all-local: jm-glibc-io.m4' to
24671         ensure that the generated file is created/updated whenever the list
24672         of $(unlocked_functions) is changed.
24673         (jm-glibc-io.m4): New rule.
24674         (unlocked-io.h): New rule -- currently unused.
24675
24676 2001-06-24  Jim Meyering  <meyering@lucent.com>
24677
24678         * m4/regex.m4 (jm_INCLUDED_REGEX): Use a quadrigraph to represent an
24679         unmatched right bracket, rather than kludging it with an extra,
24680         falsely-matching quote in a comment.  Patch by Akim Demaille.
24681
24682 2001-06-11  Jim Meyering  <meyering@lucent.com>
24683
24684         * lib/regex.c: Update from GNU libc.
24685
24686 2001-05-27  Jim Meyering  <meyering@lucent.com>
24687
24688         * m4/prereq.m4 (jm_PREREQ_READUTMP): Check for ut_type in struct utmpx.
24689         Check for ut_type in struct utmp.
24690
24691 2001-05-27  Jim Meyering  <meyering@lucent.com>
24692
24693         * lib/readutmp.h (UT_TYPE): Define.
24694
24695 2001-05-24  Jim Meyering  <meyering@lucent.com>
24696
24697         * lib/argmatch.c: Include "quote.h".
24698         (argmatch_invalid): Remove explicit `' quotes.  Instead, use the
24699         quote function.  Reported by Göran Uddeborg.
24700
24701 2001-05-22  Jim Meyering  <meyering@lucent.com>
24702
24703         * m4/strftime.m4 (_jm_STRFTIME_PREREQS): Don't use AC_LIBOBJ(strftime),
24704         now that we use the package-supplied version unconditionally.
24705         (jm_FUNC_STRFTIME): Don't replace strftime, for the same reason.
24706
24707 2001-05-21  Jim Meyering  <meyering@lucent.com>
24708
24709         * m4/regex.m4: Change a couple backticks to single quotes to avoid
24710         shell syntax errors.
24711
24712 2001-05-21  Alexandre Duret-Lutz  <duret_g@epita.fr>
24713
24714         * m4/dos.m4 (jm_AC_DOS): Check for _WIN32, __WIN32__, and __MSDOS__.
24715
24716 2001-05-20  Paul Eggert  <eggert@twinsun.com>
24717
24718         * m4/strftime.m4 (jm_FUNC_GNU_STRFTIME):
24719         Don't bother to check library strftime, since
24720         we'll be using our own my_strftime function anyway.
24721         Define my_strftime instead of strftime.
24722
24723 2001-05-20  Alexandre Duret-Lutz  <duret_g@epita.fr>
24724
24725         * lib/dirname.c (dir_name): Compute append_dot using path, not newpath
24726         which is not yet declared.
24727
24728 2001-05-15  Jim Meyering  <meyering@lucent.com>
24729
24730         * m4/regex.m4: Use proper quoting so brackets appear in the test
24731         program.
24732         Reported by, and with help from, Bruno Haible.
24733
24734 2001-05-13  Jim Meyering  <meyering@lucent.com>
24735
24736         * m4/jm-macros.m4 (major_t, minor_t): Define to unsigned int if
24737         undefined.
24738
24739 2001-05-11  Paul Eggert  <eggert@twinsun.com>
24740
24741         dirname code cleanup.  base_name now behaves more compatibly
24742         with POSIX basename when given file names that have trailing
24743         slashes, and similarly for dir_name.  Add new primitives
24744         base_len and dir_len.  Put the directory-name-related decls
24745         into dirname.h.
24746
24747         * lib/addext.c (ISSLASH, base_name): Remove; now in dirname.h.
24748         * lib/backupfile.c (base_name): Likewise.
24749         * lib/basename.c (FILESYSTEM_PREFIX_LEN, PARAMS, ISSLASH): Likewise.
24750         * lib/dirname.c (FILESYSTEM_PREFIX_LEN, ISSLASH): Likewise.
24751         * lib/makepath.c (strip_trailing_slashes): Likewise.
24752         * lib/path-concat.c (DIRECTORY_SEPARATOR, FILESYSTEM_PREFIX_LEN,
24753         ISSLASH): Likewise.
24754         * lib/rename.c (strip_trailing_slashes): Likewise.
24755         * lib/same.c (base_name): Likewise.
24756         * lib/stripslash.c (ISSLASH): Likewise.
24757
24758         * lib/addext.c: Include <dirname.h> after size_t is defined.
24759         * lib/backupfile.c: Likewise.
24760
24761         * lib/addext.c (addext): Use base_len to trim redundant
24762         trailing slashes instead of doing it ourselves.
24763         But do not trim the last slash if it is not redundant.
24764
24765         * lib/backupfile.c (find_backup_file_name,
24766         max_backup_version): Use base_len instead of rolling it ourselves.
24767         Handle the case of "" and (on DOS) "C:" correctly.
24768
24769         * lib/basename.c: Do not include <stdio.h>, <assert.h>; no longer
24770         needed. Include <string.h>, <dirname.h>.
24771         (base_name): Allow file names ending in slashes, other than names
24772         that are all slashes.  In this case, return the basename followed
24773         by the slashes.  This is more general, and can be used in places
24774         where the original base_name purposely had an assertion failure.
24775         (base_len): New function.
24776
24777         * lib/dirname.c: Include <string.h> instead of <stdlib.h>.
24778         Do not include <assert.h>; no longer needed.
24779         Include xalloc.h.
24780         (memrchr): Remove decl.
24781         (dir_name_r): Remove.
24782         (dir_len): Renamed from dirlen.  All callers changed.
24783         Rewrite in terms of base_name, for simplicity and consistency.
24784         (dir_name): Never return NULL.  All callers changed.
24785         Do not include <stdlib.h> in test program; no longer needed.
24786         return 0; is fine for test program.
24787
24788         * lib/dirname.h (DIRECTORY_SEPARATOR, ISSLASH, FILESYSTEM_PREFIX_LEN):
24789         New macros.
24790         (base_name, base_len, dir_len, strip_trailing_slashes): New decls.
24791
24792         * lib/path-concat.c (path_concat): Use base_len to compute
24793         base length, not strlen; this means we cannot rely on memcpy
24794         to null-terminate.
24795
24796         * lib/same.c (STREQ): Remove.
24797         (same_name): Handle the case where the basename ends in trailing '/'.
24798
24799         * lib/stripslash.c (strip_trailing_slashes): Return nonzero if
24800         a slash was stripped.  Do not strip the last slash after a
24801         file system prefix.
24802
24803 2001-05-11  Paul Eggert  <eggert@twinsun.com>
24804
24805         * lib/Makefile.am (libfetish_a_SOURCES):
24806         Add strftime.c, since we now compile it on all hosts.
24807
24808         * lib/strftime.c (my_strftime):
24809         Define to nstrftime if emacs, but only if my_strftime is not defined.
24810         (extra_args, extra_args_spec, extra_args_spec_iso): Rename from
24811         ut_argument, ut_argument_spec, ut_argument_spec_iso, respectively.
24812         Add one more extra argument: a nanoseconds value.
24813         All uses changed.
24814         (ns): New macro.
24815         (my_strftime function): Add %N format.
24816         (emacs_strftimeu): Renamed from emacs_strftime,
24817         with extra ut argument.
24818
24819 2001-05-09  Paul Eggert  <eggert@twinsun.com>
24820
24821         * m4/jm-macros.m4 (jm_MACROS): Do not check for fseeko; no longer used.
24822
24823 2001-04-21  Jim Meyering  <meyering@lucent.com>
24824
24825         * m4/rmdir-errno.m4: Write to a new file, so that a restrictive umask
24826         doesn't interfere.
24827
24828 2001-04-21  Alexandre Duret-Lutz  <duret_g@epita.fr>
24829
24830         * m4/ftruncate.m4: Check for chsize.
24831         Link with ftruncate.o unconditionally if ftruncate is missing.
24832         This was required when cross-compiling to i586-mingw32msvc.
24833
24834 2001-04-08  Jim Meyering  <meyering@lucent.com>
24835
24836         * lib/getdate.y (get_date): Set tm_isdst to -1 to ensure that it is
24837         recomputed; that's necessary when the offset spans a DST transition.
24838         Patch by David J. MacKenzie.  Reported by Hon-Yin Kok.
24839
24840 2001-04-02  Jim Meyering  <meyering@lucent.com>
24841
24842         * lib/regex.h, regex.c: Update from GNU libc.
24843
24844 2001-03-24  Jim Meyering  <meyering@lucent.com>
24845
24846         * m4/jm-macros.m4: Require autoconf-2.49d.
24847
24848 2001-03-20  Bruno Haible  <haible@clisp.cons.org>
24849
24850         * m4/iconv.m4 (jm_ICONV): Recommend GNU libiconv.
24851
24852 2001-03-19  Paul Eggert  <eggert@twinsun.com>
24853
24854         * lib/version-etc.c (version_etc_copyright): Update to 2001.
24855
24856 2001-03-17  Jim Meyering  <meyering@lucent.com>
24857
24858         * m4/memcmp.m4 (jm_AC_FUNC_MEMCMP): Remove my copy of AC_FUNC_MEMCMP,
24859         now that the version in autoconf is equivalent.
24860         (jm_FUNC_MEMCMP): Adjust to use AC_FUNC_MEMCMP.
24861
24862         * m4/error.m4 (jm_PREREQ_ERROR): Invoke AC_FUNC_STRERROR_R.
24863         Suggestion from Akim Demaille.
24864
24865         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_TEMPNAME.
24866         (jm_PREREQ_TEMPNAME): New function.
24867
24868 2001-03-16  Paul Eggert  <eggert@twinsun.com>
24869
24870         * lib/tempname.c (uint64_t): Define to uintmax_t if
24871         not defined, and if UINT64_MAX is not defined.
24872         Required at least for Vax Ultrix4.3, which doesn't define uint64_t.
24873         Reported by John David Anglin.
24874
24875 2001-03-15  Bruno Haible  <haible@clisp.cons.org>
24876
24877         * lib/localcharset.c (locale_charset): Allow wildcard syntax. Also
24878         resolve alias if codeset is empty.
24879         * lib/config.charset (BeOS): Use wildcard syntax.
24880
24881 2001-03-13  Jim Meyering  <meyering@lucent.com>
24882
24883         * lib/path-concat.c (path_concat)
24884         [FILESYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX]: Don't insert a backslash when
24885         concatenating e.g., `C:' and `foo'.
24886         From Bruno Haible.
24887
24888 2001-03-06  Bruno Haible  <haible@clisp.cons.org>
24889
24890         * lib/localcharset.c (locale_charset): Don't use
24891         setlocale(LC_CTYPE,NULL). Don't return NULL.
24892         * lib/unicodeio.c (print_unicode_char): Simplify accordingly.
24893
24894 2001-03-06  Bruno Haible  <haible@clisp.cons.org>
24895
24896         * lib/config.charset: Update for FreeBSD 4.2 and OSF/1 5.1. Add
24897         support for DOS/DJGPP.
24898
24899 2001-03-01  Paul Eggert  <eggert@twinsun.com>
24900
24901         * m4/jm-macros.m4 (jm_MACROS): Use mkstemp replacement if the system
24902         lacks mkstemp.  Compile our own tempname.c if we compile our own
24903         mkstemp.c, as mkstemp relies on tempname.
24904
24905 2001-03-01  Jim Meyering  <meyering@lucent.com>
24906
24907         * m4/dos.m4 (jm_AC_DOS): Remove extra backslashes, now that
24908         AH_VERBATIM really does output its argument verbatim.
24909
24910 2001-02-28  Paul Eggert  <eggert@twinsun.com>
24911
24912         * lib/Makefile.am (libfetish_a_SOURCES):
24913         Add dup-safer.c, fopen-safer.c.
24914         (noinst_HEADERS): Add stdio-safer.h, unistd-safer.h.
24915
24916         * lib/dup-safer.c, lib/fopen-safer.c, lib/stdio-safer.h:
24917         * lib/unistd-safer.h: New files.
24918
24919 2001-02-25  Paul Eggert  <eggert@twinsun.com>
24920
24921         The mkstemp replacement is taken from glibc 2.2.2, with some
24922         portability fixes for use outside glibc, as follows:
24923
24924         * lib/tempname.c (struct_stat64): New macro.
24925         (direxists, __gen_tempname): Use it.
24926         This avoids a portability problem with Solaris 8.
24927
24928         * lib/tempname.c (<config.h>): Include if HAVE_CONFIG_H.
24929         (<stddef.h>, <stdint.h>, <string.h>):
24930         Include only if STDC_HEADERS || _LIBC.
24931         (<fcntl.h>): Include only if HAVE_FCNTL_H || _LIBC.
24932         (<unistd.h>): Include only if HAVE_UNISTD_H || _LIBC.
24933         (<sys/time.h>): Include only if HAVE_SYS_TIME_H || _LIBC.
24934         (__set_errno): Define this macro if <errno.h> doesn't.
24935         (P_tmpdir, TMP_MAX, __GT_FILE, __GT_BIGFILE, __GT_DIR, __GT_NOCREATE):
24936         Define these macros if <stdio.h> doesn't.
24937         (S_ISDIR, S_IRUSR, S_IWUSR, S_IXUSR):
24938         Define these macros if <sys/stat.h>
24939         doesn't.  Ignore <sys/stat.h> S_ISDIR if STAT_MACROS_BROKEN.
24940         (stat64, __getpid, __gettimeofday, __mkdir, __open, __open64, lxstat64,
24941         __xstat64): Define if not _LIBC.
24942         (__secure_getenv): Define if ! (HAVE___SECURE_GETENV || _LIBC).
24943         (__gen_tempname): Invoke gettimeofday only if
24944         HAVE_GETTIMEOFDAY || _LIBC;
24945         otherwise, fall back on plain "time".
24946         Use macros like S_IRUSR | S_IWUSR rather than octal values like 0600.
24947
24948         * lib/mkstemp.c (__GT_FILE): Define to zero if not defined.
24949
24950         * lib/mkstemp.c, lib/tempname.c: New files, taken from glibc 2.2.2.
24951
24952 2001-02-18  Paul Eggert  <eggert@twinsun.com>
24953
24954         * m4/jm-macros.m4 (jm_CHECK_ALL_HEADERS): Check for sys/resource.h.
24955
24956 2001-02-17  Paul Eggert  <eggert@twinsun.com>
24957
24958         * m4/mbrtowc.m4: New file, defining jm_FUNC_MBRTOWC.
24959         * m4/mbswidth.m4 (jm_PREREQ_MBSWIDTH):
24960         Use jm_FUNC_MBRTOWC, not AC_CHECK_FUNCS(mbrtowc).
24961         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Likewise.
24962
24963 2001-02-17  Paul Eggert  <eggert@twinsun.com>
24964
24965         * lib/mbswidth.c, quotearg.c (mbrtowc, mbsinit):
24966         Remove workaround macros for hosts that have mbrtowc but not
24967         mbstate_t, as we now insist on proper declarations for both
24968         before using mbrtowc.
24969
24970 2001-02-17  Jim Meyering  <meyering@lucent.com>
24971
24972         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Don't check for
24973         getmntent via AC_CHECK_FUNCS, since that would get a `no' and disrupt
24974         further attempts by AC_FUNC_GETMNTENT to check with e.g., -lgen on
24975         UnixWare 7.1.1.
24976
24977         * m4/mbrtowc.m4 (jm_FUNC_MBRTOWC): Adapt to use AC_CACHE_CHECK etc.,
24978         rather than AC_CACHE_VAL.
24979
24980 2001-02-17  Jim Meyering  <meyering@lucent.com>
24981
24982         * lib/strtoul.c: Sync from GNU libc.  Use double quotes, not <...>
24983         around included file name.
24984
24985         * lib/strnlen.c (__strnlen): Merge in a change from GNU libc.
24986
24987         * lib/strftime.c: Update from GNU libc (the only changes were to
24988         comments).
24989
24990 2001-02-17  Jim Meyering  <meyering@lucent.com>
24991
24992         * lib/regex.c: Update from libc.
24993
24994 2001-02-17  Bruno Haible  <haible@clisp.cons.org>
24995
24996         * lib/mbswidth.h (mbswidth): Also define as macro, to avoid prototype
24997         clash.
24998
24999 2001-02-16  Paul Eggert  <eggert@twinsun.com>
25000
25001         * lib/alloca.c (malloc): Undef before defining, since stdlib.h
25002         may have defined it.  Needed for Encore Umax-3.0.9.16b systems.
25003         Reported by Mark Hounschell via Paul Eggert.
25004
25005 2001-02-07  Jim Meyering  <meyering@lucent.com>
25006
25007         * m4/regex.m4 (jm_INCLUDED_REGEX): Add a test for the latest bug.
25008
25009 2001-02-05  Jim Meyering  <meyering@lucent.com>
25010
25011         * m4/jm-macros.m4: Require autoconf-2.14d (not yet released), because
25012         it includes the patch required for `large file' support with at least
25013         HP-UX's 10.20 /bin/cc.
25014
25015 2001-02-03  Jim Meyering  <meyering@lucent.com>
25016
25017         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Restore prior use of
25018         AS_IF, now that it works once again (mysteriously).
25019         * m4/fsusage.m4 (jm_FILE_SYSTEM_USAGE): Likewise.
25020
25021 2001-01-30  Jim Meyering  <meyering@lucent.com>
25022
25023         Don't use filenames that are 8.3-equivalent to "conftest" on DOS.
25024         * m4/chown.m4: Rename conftestchown to conftest.chown.
25025         * m4/rename.m4: s/conftestdir/conftest.d1/ and
25026         s/conftestdir2/conftest.d2/.
25027         * m4/utimes.m4: s/conftestdata/conftest.data/
25028         Inspired by Pavel Roskin's change in autoconf.
25029
25030 2001-01-30  Bruno Haible  <haible@clisp.cons.org>
25031
25032         * lib/config.charset: Update for FreeBSD 4.2.
25033
25034 2001-01-27  Jim Meyering  <meyering@lucent.com>
25035
25036         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Open-code what was
25037         a use of AS_IF.
25038         * m4/fsusage.m4 (jm_FILE_SYSTEM_USAGE): Likewise.
25039
25040 2001-01-26  Jim Meyering  <meyering@lucent.com>
25041
25042         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Check for stddef.h, now that
25043         quotearg.c includes it.
25044
25045 2001-01-26  Jim Meyering  <meyering@lucent.com>
25046
25047         * lib/quotearg.c: Include stddef.h.
25048         * lib/quote.c: Include stddef.h.
25049         Reported by Axel Kittenberger.
25050
25051         * lib/xmalloc.c [HAVE_DONE_WORKING_MALLOC_CHECK]: Enclose error-evoking
25052         line in double quotes so that it evokes a better diagnostic.
25053         [HAVE_DONE_WORKING_REALLOC_CHECK]: Likewise.
25054         Reported by Axel Kittenberger.
25055
25056 2001-01-24  Stefan Monnier  <monnier@cs.yale.edu>
25057
25058         * regex.c (mutually_exclusive_p): Don't blindly handle `charset_not'
25059         as if it was a `charset'.
25060
25061 2001-01-21  Bruno Haible  <haible@clisp.cons.org>
25062
25063         * m4/iconv.m4 (jm_ICONV): Also check whether the iconv declaration
25064         has const.
25065
25066 2001-01-21  Bruno Haible  <haible@clisp.cons.org>
25067
25068         * lib/unicodeio.c (print_unicode_char): Cast the second iconv() arg,
25069         to avoid a warning.  Add back 'const' to inptr.
25070
25071 2001-01-20  Jim Meyering  <meyering@lucent.com>
25072
25073         Be sure that headers are checked before used in code compiled
25074         for the type checks.
25075         * m4/jm-macros.m4 (jm_MACROS): Remove all header checks.
25076         In place of that, invoke jm_CHECK_ALL_TYPES.
25077         (jm_CHECK_ALL_HEADERS): New functions with the above checks.
25078         (jm_CHECK_ALL_TYPES): Require jm_CHECK_ALL_HEADERS.
25079         Alan Iwi reported a build failure on an f300-fujitsu-uxpv4.1_ES;
25080         The check for ssize_t was mistakenly run before the test for unistd.h.
25081
25082         The configure-time check for stdbool.h was missing.
25083         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_HASH.
25084         (jm_PREREQ_HASH): New function.
25085
25086 2001-01-17  Jim Meyering  <meyering@lucent.com>
25087
25088         * m4/fsusage.m4 (jm_FILE_SYSTEM_USAGE): Use AS_IF, not AS_IFELSE,
25089         for autoconf-2.49c.
25090         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Likewise.
25091
25092 2001-01-16  Jim Meyering  <meyering@lucent.com>
25093
25094         * lib/basename.c: Include <stdio.h>, needed by assert on SunOS 4.
25095         From Bruno Haible.
25096
25097 2001-01-14  Jim Meyering  <meyering@lucent.com>
25098
25099         * m4/rename.m4: Use temporary directories named conftestdir{,2}, not
25100         foo and bar.  Create conftestdir/ in the script, not in the C code.
25101         Remove directories in the script, not in the C code.
25102         Remove conftestdir{,2} before trying to create the directory.
25103         Make the entire configure script fail if the mkdir fails.
25104
25105 2001-01-14  Jim Meyering  <meyering@lucent.com>
25106
25107         * lib/rename.c: New file.  From Volker Borchert.
25108         Include stdlib.h, string.h or strings.h, and xalloc.h.
25109         Use strip_trailing_slashes rather than open-coding it.
25110
25111 2001-01-03  Paul Eggert  <eggert@twinsun.com>
25112
25113         * lib/strftime.c: Sync with glibc time/strftime.c 1.81.
25114
25115 2001-01-03  Jim Meyering  <meyering@lucent.com>
25116
25117         * lib/unicodeio.c (print_unicode_char): Remove `const' from declaration
25118         of local `inptr' to avoid warning with some system declarations of
25119         iconv.
25120
25121 2001-01-02  Volker Borchert  <bt@teknon.de>
25122
25123         * m4/rename.m4: New file.
25124         * m4/jm-macros.m4 (jm_MACROS): Require vb_FUNC_RENAME.
25125
25126 2001-01-01  Jim Meyering  <meyering@lucent.com>
25127
25128         * m4/prereq.m4 (jm_PREREQ_READUTMP): Include utmp.h (if available),
25129         even on systems with utmpx.h.  It's necessary for the declaration of
25130         utmp's ut_user member.  Reported by Andreas Jaeger.
25131
25132         * m4/check-decl.m4 (jm_CHECK_DECLS): Include grp.h and pwd.h if
25133         available. They are required for the declarations of getgrgid and
25134         getpwuid resp.
25135         (_jm_DECL_HEADERS): Check for grp.h and pwd.h.
25136         Reported by Andreas Jaeger.
25137
25138 2001-01-01  Alexandre Duret-Lutz  <duret_g@epita.fr>
25139
25140         * m4/libintl.m4 (AM_GNU_GETTEXT): Define MKINSTALLDIRS by
25141         expanding the value of $ac_aux_dir, as in AM_MISSING_HAS_RUN,
25142         so `make install' also works in VPATH builds.
25143
25144 2000-12-31  Alexandre Duret-Lutz  <duret_g@epita.fr>
25145
25146         * m4/libintl.m4 (AM_WITH_NLS): When using AC_CONFIG_AUX_DIR,
25147         prepend $(top_srcdir) to the value of MKINSTALLDIRS so that it
25148         can be used in subdirectories.
25149
25150 2000-12-29  Paul Eggert  <eggert@twinsun.com>
25151
25152         * lib/modechange.c: Do not assume that mode_t uses the
25153         traditional octal encoding.  E.g. "chmod 1 FOO" should set
25154         the other-execute bit of FOO even if S_IXOTH != 1.
25155
25156         (SUID, SGID, SVTX, RUSR, WUSR, XUSR, RGRP, WGRP, XGRP, ROTH,
25157         WOTH, XOTH, ALLM): New macros.
25158         (S_ISUID, S_ISGID, S_ISVTX, S_IRUSR, S_IWUSR, S_IXUSR,
25159          S_IRGRP, S_IWGRP, S_IXGRP, S_IROTH, S_IWOTH, S_IXOTH):
25160         Use them.
25161         (S_ISGID): Fix typo; it was defaulting to the same value as S_ISUID.
25162         (S_IRWXU, S_IRWXG, S_IRWXO): Specify defaults in terms of the above.
25163         (mode_compile):
25164         No need to use uintmax_t; unsigned long is long enough.
25165         Don't bother to get suffix since we don't use it.
25166
25167 2000-12-26  Jim Meyering  <meyering@lucent.com>
25168
25169         * m4/dos.m4 (jm_AC_DOS): Rewrite (though it's still a stub) to work
25170         better with autoheader.
25171
25172 2000-12-24  Jim Meyering  <meyering@lucent.com>
25173
25174         * lib/hash.c (is_prime): Return explicit boolean values.
25175         (hash_get_first): Return NULL to appease Irix5.6's 89.
25176         Reported by Nelson Beebe.
25177
25178 2000-12-19  Bruno Haible  <haible@clisp.cons.org>
25179
25180         * lib/localcharset.c (locale_charset): Add support for Win32.
25181
25182 2000-12-18  Paul Eggert  <eggert@twinsun.com>
25183
25184         * lib/physmem.h, lib/physmem.c: New files.
25185
25186         * lib/Makefile.am (libfetish_a_SOURCES): Add physmem.c.
25187         (noinst_HEADERS): Add physmem.h.
25188
25189         * lib/xstrtol.c (__xstrtol): Add undocumented suffixes 'g' and
25190         't' for compatibility with Solaris 8 sort.
25191
25192 2000-12-18  Bruno Haible  <haible@clisp.cons.org>
25193
25194         * lib/config.charset: Add support for BeOS.
25195
25196 2000-12-17  Jim Meyering  <meyering@lucent.com>
25197
25198         * m4/dos.m4 (jm_AC_DOS): New file and macro.
25199         * m4/jm-macros.m4 (jm_MACROS): Require jm_AC_DOS.
25200
25201 2000-12-16  Jim Meyering  <meyering@lucent.com>
25202
25203         This bug had a serious impact on chown: `chown N:M FILE' (for integer
25204         N and M) would have treated it like `chown N:N FILE'.
25205
25206         * lib/userspec.c (parse_user_spec): Fix typo: s/u/g/.
25207
25208 2000-12-16  Jim Meyering  <meyering@lucent.com>
25209
25210         * lib/getusershell.c [!SHELLS_FILE && __DJGPP__]: Define
25211         SHELLS_FILE to a file name that's useful on djgpp systems.
25212         Include stdlib.h.
25213         (ADDITIONAL_DEFAULT_SHELLS): Define.
25214         (default_shells): Prepend ADDITIONAL_DEFAULT_SHELLS.
25215         Based mostly on a patch from Prashant TR.
25216
25217 2000-12-16  Bruno Haible  <haible@clisp.cons.org>
25218
25219         * lib/config.charset: Add ISO-8859-3, BIG5HKSCS, GB18030, JOHAB,
25220         VISCII, CP874, CP949, CP950, CP1250, CP1253, CP1254, CP1255, CP1256,
25221         CP1257 to the list of canonical encodings. Rename EUC-CN to GB2312.
25222
25223 2000-12-08  Andreas Schwab  <schwab@suse.de>
25224
25225         * lib/mbswidth.c (mbsnwidth): Don't loop endlessly when called with an
25226         invalid mulitbyte sequence and with the MBSW_ACCEPT_INVALID flag set.
25227
25228 2000-12-07  Jim Meyering  <meyering@lucent.com>
25229
25230         * lib/stripslash.c (ISSLASH): Define.
25231         (strip_trailing_slashes): Use ISSLASH rather than comparing against
25232         `/'.
25233         From Prashant TR.
25234
25235         * lib/dirname.c (FILESYSTEM_PREFIX_LEN): Define.
25236         (dir_name_r): Declare this function as static.
25237         [BACKSLASH_IS_PATH_SEPARATOR]: Fix a bug that'd
25238         manifest itself on a name containing a mix of slashes and
25239         backslashes.
25240         Make this function work with names starting with a DOS-style
25241         drive letter and colon prefix.
25242         (dir_name): Append `.' if necessary.
25243         Based mostly on patches from Prashant TR and Eli Zaretskii.
25244
25245         * lib/dirname.h (dir_name_r): Remove prototype.
25246
25247 2000-12-06  Paul Eggert  <eggert@twinsun.com>
25248
25249         * m4/off_t-format.m4: Remove this file.
25250         * m4/jm-macros.m4 (jm_MACROS): Remove jm_SYS_OFF_T_PRINTF_FORMAT.
25251
25252 2000-12-06  Jim Meyering  <meyering@lucent.com>
25253
25254         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): If we need the
25255         replacement strtoull, we may well need the replacement strtoul, too.
25256         Check for declarations of strtoul and strtoull.
25257         Check for strtol.  Mainly as a cue to cause automake to include
25258         strtol.c -- that file is included by each of strtoul.c and strtoull.c.
25259         Check for limits.h -- strtol.c needs it.
25260
25261 2000-12-05  Jim Meyering  <meyering@lucent.com>
25262
25263         * lib/dirname.c (dir_name_r): Add `const' in a few local declarations.
25264
25265 2000-12-04  Jim Meyering  <meyering@lucent.com>
25266
25267         * lib/path-concat.c: [!HAVE_DECL_MALLOC]: Declare malloc.
25268         Also include memory.h, stdlib.h, unistd.h if appropriate.
25269         Reported by Andreas Jaeger (conflicting declaration of malloc).
25270
25271 2000-12-02  Jim Meyering  <meyering@lucent.com>
25272
25273         * m4/off_t-format.m4 (OFF_T_PRINTF_FORMAT_STRING): New file/macro.
25274         * m4/jm-macros.m4 (jm_MACROS): require it.
25275
25276 2000-12-02  Jim Meyering  <meyering@lucent.com>
25277
25278         * lib/closeout.h: Make idempotent, to avoid some obscure warnings.
25279
25280 2000-12-01  Paul Eggert  <eggert@twinsun.com>
25281
25282         * lib/memrchr.c: Include <config.h> before any system include file.
25283
25284 2000-11-30  Jim Meyering  <meyering@lucent.com>
25285
25286         * m4/jm-macros.m4 (jm_MACROS): Check for stdint.h.
25287
25288 2000-11-30  Jim Meyering  <meyering@lucent.com>
25289
25290         * m4/getloadavg.m4: s/ifval/m4_ifval/ to accommodate new autoconf.
25291
25292 2000-11-29  Paul Eggert  <eggert@twinsun.com>
25293
25294         * lib/dirname.c (dir_name_r): Fix typo: int -> size_t.
25295
25296 2000-11-26  Jim Meyering  <meyering@lucent.com>
25297
25298         * lib/memcoll.c: Include sys/types.h.  From Werner Almesberger.
25299
25300 2000-11-22  Paul Eggert  <eggert@twinsun.com>
25301
25302         * lib/strftime.c (my_strftime): Do not invoke mbrlen with a
25303         size of (size_t) -1; it's not portable.
25304
25305 2000-11-17  Jim Meyering  <meyering@lucent.com>
25306
25307         * lib/strstr.c: Update from GNU libc.
25308
25309 2000-11-17  Akim Demaille  <akim@epita.fr>
25310
25311         * lib/obstack.h: Formatting changes.
25312         (obstack_grow, obstack_grow0): Don't cast WHERE at all: that would
25313         prevent type checking.
25314         (obstack_ptr_grow, obstack_ptr_grow_fast): When assigning, don't
25315         cast the value to (void *): assigning a `foo *' to a `void *'
25316         variable is valid.
25317         (obstack_int_grow, obstack_int_grow_fast): Don't cast AINT to int.
25318
25319 2000-11-16  Jim Meyering  <meyering@lucent.com>
25320
25321         * lib/strverscmp.c: Incorporate weak-alias-related changes from glibc.
25322
25323 2000-11-11  Jim Meyering  <meyering@lucent.com>
25324
25325         * lib/error.c: Add a couple #includes, merging from GNU libc version.
25326
25327 2000-11-10  Jim Meyering  <meyering@lucent.com>
25328
25329         * lib/obstack.h: Update from GNU libc.
25330         * lib/obstack.c: Likewise.
25331
25332 2000-11-08  Bruno Haible  <haible@clisp.cons.org>
25333
25334         * m4/jm-macros.m4 (jm_MACROS): Add test for wcrtomb.
25335
25336 2000-11-06  Paul Eggert  <eggert@twinsun.com>
25337
25338         * lib/getusershell.c (setusershell): Use rewind rather than
25339         fseek/fseeko, to avoid configuration hassles with fseeko.
25340         Don't bother opening SHELLS_FILE if shellstream is NULL;
25341         it's not necessary.
25342
25343 2000-11-05  Jim Meyering  <meyering@lucent.com>
25344
25345         * lib/makepath.h (make_dir): Declare.
25346         * lib/makepath.c (make_dir): Remove `static' attribute.
25347         Tweak a comment.
25348
25349 2000-11-04  Jim Meyering  <meyering@lucent.com>
25350
25351         * m4/regex.m4: Use the `m4_' prefix on `syscmd' and `m4_sysval'.
25352
25353 2000-11-04  Alexandre Duret-Lutz  <duret_g@epita.fr>
25354
25355         * lib/hash.c (hash_get_next): Fix a thinko:  when ENTRY is the
25356         last one in a bucket, advance to the next bucket.
25357
25358 2000-11-02  Vesselin Atanasov  <vesselin@bgnet.bg>
25359
25360         * lib/fnmatch.c: Do not comment out all the code if we are using
25361         the GNU C library, because in some cases we are replacing buggy
25362         code in the GNU C library itself.
25363
25364 2000-10-30  Stefan Monnier  <monnier@cs.yale.edu>
25365
25366         * regex.c (re_iswctype, re_wctype_to_bit): Fix braino.
25367         (regex_compile): Catch bogus \(\1\).
25368
25369 2000-10-30  Paul Eggert  <eggert@twinsun.com>
25370
25371         * lib/fnmatch.c (FOLD): Do not assume that characters are unsigned.
25372         (fnmatch): Fix some FNM_FILE_NAME and FNM_LEADING_DIR bugs,
25373         e.g. fnmatch("d*/*1", "d/s/1", FNM_FILE_NAME) incorrectly yielded zero.
25374
25375 2000-10-30  Paul Eggert  <eggert@twinsun.com>
25376
25377         * lib/error.h, getline.h, modechange.h:
25378         Remove "2000" from Copyright line, as the file hasn't been
25379         changed this year other than in the copyright notice.
25380
25381         * lib/xalloc.h: Add "2000" to Copyright line, as this file
25382         was changed this year.
25383
25384 2000-10-29  Jim Meyering  <meyering@lucent.com>
25385
25386         * m4/fsusage.m4: s/AC_SHELL_IFELSE/AS_IFELSE/ to match autoconf
25387         renaming.
25388         * m4/ls-mntd-fs.m4: Likewise
25389
25390 2000-10-29  Jim Meyering  <meyering@lucent.com>
25391
25392         * lib/xstat.in: Fix grammar in comment.
25393
25394 2000-10-29  Greg Louis  <glouis@dynamicro.on.ca>
25395
25396         * lib/regex.h (__restrict_arr): Move definition out of #ifndef block.
25397         Required because egcs-2.91.66 (aka 1.1.2) defines __restrict, but
25398         doesn't define __restrict_arr.
25399
25400 2000-10-28  Jim Meyering  <meyering@lucent.com>
25401
25402         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_MEMCHR.
25403         (jm_PREREQ_MEMCHR): New function.
25404
25405 2000-10-28  Jim Meyering  <meyering@lucent.com>
25406
25407         * lib/memchr.c: Update from libc.
25408         Adjust for portability:
25409         [HAVE_STDLIB_H]: Include stdlib.h.
25410         [HAVE_BP_SYM_H || _LIBC]: Guard inclusion of bp-sym.h.
25411         Undef __memchr, too.
25412         [!weak_alias]: Define __memchr to memchr.
25413
25414         * lib/regex.c: Update from libc.
25415         * lib/regex.h: Likewise.
25416         * lib/getopt1.c: Likewise.
25417         * lib/memcmp.c: Likewise.
25418
25419         * lib/getusershell.c (setusershell) [HAVE_FSEEKO]: Use fseeko.
25420         Avoid using fseek, when possible -- it's broken by design.
25421         Patch by Ulrich Drepper.
25422
25423 2000-10-27  Stefan Monnier  <monnier@cs.yale.edu>
25424
25425         * regex.c (POP_FAILURE_REG_OR_COUNT, re_match_2_internal)
25426         (re_match_2_internal, re_match_2_internal, re_match_2_internal):
25427         Giving in to popular pressure to shut up the compiler with casts.
25428
25429 2000-10-26  Jim Meyering  <meyering@lucent.com>
25430
25431         * lib/strftime.c: Update from libc.
25432
25433 2000-10-25  Stefan Monnier  <monnier@cs.yale.edu>
25434
25435         * regex.c: More `unsigned char' -> `re_char' changes.
25436         Also change several `int' into `re_wchar_t'.
25437         (PATTERN_STACK_EMPTY, PUSH_PATTERN_OP, POP_PATTERN_OP): Remove.
25438         (PUSH_FAILURE_POINTER): Don't cast any more.
25439         (POP_FAILURE_REG_OR_COUNT): Remove the cast that strips `const'.
25440         We want GCC to complain, since this piece of code makes
25441         re_match non-reentrant, which *should* be fixed.
25442         (GET_BUFFER_SPACE): Use size_t rather than unsigned long.
25443         (EXTEND_BUFFER): Use RETALLOC.
25444         (SET_LIST_BIT): Don't cast.
25445         (re_wchar_t): New type.
25446         (re_iswctype, re_wctype_to_bit): Make it crystal clear to GCC
25447         that those two functions will always properly return.
25448         (IMMEDIATE_QUIT_CHECK): Cast to void.
25449         (analyse_first): Use recursion rather than an explicit stack.
25450         (re_compile_fastmap): Can't fail anymore.
25451         (re_search_2): Don't check re_compile_fastmap for failure.
25452         (PUSH_NUMBER): Renamed from PUSH_FAILURE_COUNT.
25453         Now also sets the new value (passed in a new argument).
25454         (re_match_2_internal): Use it.
25455         Also, use a new var `reg' of type size_t when looping through regs
25456         rather than reuse the inappropriate `mcnt'.
25457
25458 2000-10-25  Jim Meyering  <meyering@lucent.com>
25459
25460         * lib/obstack.c: Update from libc.
25461
25462 2000-10-24  Kenichi Handa  <handa@etl.go.jp>
25463
25464         * regex.c (regex_compile): Change the way of handling a range from
25465         a char less than 256 to a char not less than 256.
25466
25467 2000-10-24  Andrew Innes  <andrewi@gnu.org>
25468
25469         * regex.c (IMMEDIATE_QUIT_CHECK): New macro, which does QUIT on
25470         NT-Emacs only.
25471         (re_match_2_internal): Use IMMEDIATE_QUIT_CHECK instead of QUIT,
25472         so that re_search functions only quit when callers expect them to.
25473
25474 2000-10-23  Jim Meyering  <meyering@lucent.com>
25475
25476         * lib/hard-locale.c (hard_locale): Revert last change -- it was simply
25477         wrong.  That set_locale call must not have any side effects.
25478         From Paul Eggert.
25479
25480 2000-10-22  Jim Meyering  <meyering@lucent.com>
25481
25482         * lib/md5.c (md5_process_block) [OP]: Use `rol', not CYCLIC.
25483         [CYCLIC]: Remove now-unused definition.
25484
25485         * lib/save-cwd.c (O_DIRECTORY): Define, if needed.
25486         (save_cwd) [HAVE_FCHDIR]: Use O_DIRECTORY when opening ".".
25487         Suggestion from Ulrich Drepper.
25488
25489 2000-10-21  Jim Meyering  <meyering@lucent.com>
25490
25491         * m4/check-decl.m4 (jm_CHECK_DECLS): Also check for memrchr.
25492         * m4/prereq.m4 (jm_PREREQ_DIRNAME): New macro.
25493         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add memrchr.
25494
25495 2000-10-21  Jim Meyering  <meyering@lucent.com>
25496
25497         * lib/dirname.c (memrchr): Declare if necessary.
25498         (dir_name): Remove the restriction that there be no
25499         trailing slashes.  Now, this code skips past them, effectively
25500         ignoring them.
25501         [TEST_DIRNAME] (main): New unit tests.
25502
25503         * lib/memrchr.c: New file from GNU libc.
25504         Undef __memrchr, too.
25505         [!weak_alias]: Define __memrchr to memrchr.
25506         Guard weak_alias use with `#ifdef weak_alias'.
25507
25508 2000-10-21  Jim Meyering  <meyering@lucent.com>
25509
25510         * lib/dirname.c (dir_name_r): New function, factored out of dir_name.
25511         (dir_name): Use dir_name_r.
25512         * lib/dirname.h (dir_name_r): Declare it.
25513
25514 2000-10-17  Jim Meyering  <meyering@lucent.com>
25515
25516         * lib/quote.h (PARAMS): Define and use.
25517         Reported by Akim Demaille.
25518
25519         * lib/getopt.c: Update from libc.
25520
25521 2000-10-16  Jim Meyering  <meyering@lucent.com>
25522
25523         * lib/hard-locale.c (hard_locale): Use "", not 0 as 2nd arg to
25524         setlocale.
25525         From Jan Fedak.
25526
25527 2000-10-15  Stefan Monnier  <monnier@cs.yale.edu>
25528
25529         * regex.c (WIDE_CHAR_SUPPORT): Define if _LIBC as well.
25530
25531 2000-09-25  Jim Meyering  <meyering@lucent.com>
25532
25533         * lib/md5.h (rol): Define (from GnuPG).
25534
25535         * lib/sha.c: Give credit (GnuPG) where due.
25536         (M): Use rol rather than open-coding it.
25537         Add a FIXME comment.
25538
25539 2000-09-21  Jim Meyering  <meyering@lucent.com>
25540
25541         * lib/userspec.c (parse_user_spec): Remove debugging printf I'd added.
25542         Reported by Michael Stone.
25543
25544 2000-09-20  Jim Meyering  <meyering@lucent.com>
25545
25546         * lib/Makefile.am (libfetish_a_SOURCES): Add sha.c.
25547         (noinst_HEADERS): Add sha.h.
25548         Based on code from Scott G. Miller and from GnuPG.
25549
25550 2000-09-18  Jim Meyering  <meyering@lucent.com>
25551
25552         * m4/getloadavg.m4 (AC_FUNC_GETLOADAVG): Restore the initial value of
25553         LIBS. Otherwise, everyone ends up linking with -lelf for some
25554         configurations.
25555         Reported by Mike Stone.
25556
25557 2000-09-15  Jim Meyering  <meyering@lucent.com>
25558
25559         * lib/regex.c: Update from libc.
25560
25561 2000-09-10  Jim Meyering  <meyering@lucent.com>
25562
25563         * lib/getopt.c (_getopt_internal): Update from glibc.
25564
25565 2000-09-09  Jim Meyering  <meyering@lucent.com>
25566
25567         * lib/quotearg.c: Rename ISASCII to IN_CTYPE_DOMAIN, so people don't
25568         think it should be used as a general replacement for isascii.
25569         * lib/fnmatch.c: Likewise.
25570         * lib/mbswidth.c: Likewise
25571         * lib/regex.c: Likewise.
25572
25573         Don't use atoi.
25574         * lib/userspec.c: Include sys/param.h and limits.h.
25575         Include xstrtol.h.
25576         (CHAR_BIT, TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM): Define.
25577         (UID_T_MAX, GID_T_MAX, MAXUID, MAXGID): Define.
25578         (parse_user_spec): Use xstrtoul, not atoi when converting numeric
25579         UID, GID.  Check range.
25580
25581 2000-09-06  Jim Meyering  <meyering@lucent.com>
25582
25583         * lib/getopt.c (_getopt_internal): Update from glibc.
25584
25585 2000-08-30  Jim Meyering  <meyering@lucent.com>
25586
25587         * lib/strftime.c: Merge in changes from GNU libc.
25588
25589 2000-08-26  Jim Meyering  <meyering@lucent.com>
25590
25591         * m4/jm-macros.m4: Use jm_FUNC_FPENDING.
25592         * m4/fpending.m4: New file.
25593
25594 2000-08-26  Jim Meyering  <meyering@lucent.com>
25595
25596         * lib/closeout.c: Include "__fpending.h".
25597         (close_stdout_status): Return right away if there's nothing to flush.
25598
25599         * lib/Makefile.am (noinst_HEADERS): Add __fpending.h.
25600         * lib/__fpending.c: New file.
25601         * lib/__fpending.h: New file.
25602
25603 2000-08-20  Jim Meyering  <meyering@lucent.com>
25604
25605         * m4/check-decl.m4: Include utmp.h `#if HAVE_UTMP_H', rather than
25606         `#if !HAVE_UTMPX_H'.  The latter would lose on systems with neither
25607         utmp.h nor utmpx.h.  Reported by Eli Zaretskii.
25608
25609 2000-08-11  J. David Anglin  <dave@hiauly1.hia.nrc.ca>
25610
25611         Improve fileutils installation on systems where running
25612         programs (like install) can't be unlinked.
25613         * m4/unlink-busy.m4 (jm_FUNC_UNLINK_BUSY_TEXT): New file/macro.
25614         * m4/jm-macros.m4: Use jm_FUNC_UNLINK_BUSY_TEXT.
25615
25616 2000-08-07  Paul Eggert  <eggert@twinsun.com>
25617
25618         Standardize on "memory exhausted" instead of "Memory exhausted"
25619         or "virtual memory exhausted".
25620         * lib/obstack.c (print_and_abort): Use "memory exhausted", not
25621         "virtual memory exhausted".
25622         * lib/same.c (same_name): Invoke xalloc_die instead of printing
25623         our own message.
25624         * lib/userspec.c (parse_user_spec): Likewise.
25625         * lib/bumpalloc.h: comment fix
25626         * lib/same.c, userspec.c: Include xalloc.h.
25627
25628         * lib/xalloc.h (xalloc_msg_memory_exhausted): Now char const[],
25629         not char *const and pointing to a constant array.
25630         * lib/xmalloc.c (xalloc_msg_memory_exhausted): Likewise.
25631         (xrealloc): Comment fix.
25632
25633         * lib/userspec.c (parse_user_spec):
25634         Don't translate a message until just before returning,
25635         to avoid unnecessary translation.
25636
25637 2000-08-07  Jim Meyering  <meyering@lucent.com>
25638
25639         * lib/addext.c, argmatch.c, argmatch.h, backupfile.h, bumpalloc.h,
25640         chown.c, diacrit.h, dirname.h, dup2.c, exclude.h, fileblocks.c,
25641         fnmatch.c, fnmatch.h, fsusage.c, fsusage.h, getdate.h,
25642         getgroups.c, gethostname.c, getopt.h, group-member.c,
25643         hard-locale.c, hash.h, isdir.c, lchown.c, linebuffer.c,
25644         linebuffer.h, long-options.h, malloc.c, md5.c, md5.h, memchr.c,
25645         memcmp.c, memcoll.c, memset.c, mktime.c, modechange.h, obstack.h,
25646         pathmax.h, realloc.c, rmdir.c, safe-read.c, save-cwd.c, stime.c,
25647         stpcpy.c, strcasecmp.c, strcspn.c, strdup.c, stripslash.c,
25648         strstr.c, strtod.c, strtol.c, strtoul.c, strtoull.c, strtoumax.c,
25649         utime.c, version-etc.h, xalloc.h, xstrdup.c, xstrtoumax.c,
25650         yesno.c: Back out Copyright date changes for each file with no change
25651         this year.  This eases coordination with other programs using the same
25652         source code modules.  From Paul Eggert.
25653
25654 2000-08-06  Paul Eggert  <eggert@twinsun.com>
25655
25656         * m4/mbstate_t.m4 (AC_MBSTATE_T): Define mbstate_t to be int,
25657         not char, for compatibility with glibc 2.1.3 strftime.c.
25658
25659 2000-08-03  Greg McGary  <greg@mcgary.org>
25660
25661         * lib/regex.c (SET_HIGH_BOUND, MOVE_BUFFER_POINTER,
25662         ELSE_EXTEND_BUFFER_HIGH_BOUND): New macros.
25663         (EXTEND_BUFFER): Use them.
25664
25665 2000-08-01  Jim Meyering  <meyering@lucent.com>
25666
25667         * lib/dirname.c (ISSLASH): Define.
25668         (BACKSLASH_IS_PATH_SEPARATOR): Define.
25669         (dir_name) [BACKSLASH_IS_PATH_SEPARATOR]: Handle the case in which
25670         both `\' and `/' may be use as path separators.
25671         Based on a patch from Prashant TR.
25672
25673 2000-07-31  Paul Eggert  <eggert@twinsun.com>
25674
25675         * lib/quotearg.c (quotearg_n_options): Don't make the initial
25676         slot vector a constant, since it might get modified.
25677
25678 2000-07-31  Jim Meyering  <meyering@lucent.com>
25679
25680         * lib/xmalloc.c: Use `virtual memory exhausted', not
25681         `Memory exhausted'.
25682         * lib/obstack.c (print_and_abort): Likewise.
25683
25684 2000-07-30  Paul Eggert  <eggert@twinsun.com>
25685
25686         * lib/quotearg.c (quotearg_n_options): Preallocate a slot 0
25687         buffer, so that the caller can always quote one small
25688         component of a "memory exhausted" message in slot 0.
25689         From a suggestion by Jim Meyering.
25690
25691 2000-07-30  Jim Meyering  <meyering@lucent.com>
25692
25693         * lib/makepath.c (make_path): Quote the other instance, too.
25694
25695         * lib/quotearg.c (N_STATIC_SLOTVECS): Define.
25696         (STATIC_BUF_SIZE): Define.
25697         (quotearg_n_options): Use only statically allocated storage when
25698         N < N_STATIC_SLOTVECS and the length of the quoted result is smaller
25699         than STATIC_BUF_SIZE.
25700
25701 2000-07-29  Jim Meyering  <meyering@lucent.com>
25702
25703         * lib/diacrit.c (diacrit_diac): Use __MSDOS__ in favor of MSDOS.
25704         * lib/dirname.c (dir_name): Likewise.
25705
25706         * lib/basename.c (base_name): Use ISSLASH rather than comparing against
25707         `/'.
25708
25709         * lib/dirname.c (dir_name) [MSDOS]: Declare `lim' to be const.
25710         (dir_name): Assert that there are no trailing slashes.
25711
25712 2000-07-29  Bruno Haible  <haible@clisp.cons.org>
25713
25714         * lib/mbswidth.h (mbswidth): Add a flags argument.
25715         (mbswidth): New declaration.
25716         (MBSW_ACCEPT_INVALID, MBSW_ACCEPT_UNPRINTABLE): New macros.
25717         * lib/mbswidth.c (mbswidth): Add a flags argument.
25718         (mbsnwidth): New function.
25719
25720 2000-07-24  Jim Meyering  <meyering@lucent.com>
25721
25722         * lib/mbswidth.c: Remove useless #else.  From Bruno Haible.
25723
25724 2000-07-23  Paul Eggert  <eggert@twinsun.com>
25725
25726         * m4/mbswidth.m4 (jm_PREREQ_MBSWIDTH): Check for wcwidth declaration.
25727
25728 2000-07-23  Paul Eggert  <eggert@twinsun.com>
25729
25730         * lib/quotearg.c: Streamline by invoking multibyte code only if needed.
25731         <wchar.h>: Include only if HAVE_MBRTOWC && 1 < MB_LEN_MAX.
25732         (MB_CUR_MAX): Redefine to 1 if ! (HAVE_MBRTOWC && 1 < MB_LEN_MAX).
25733         (quotearg_buffer_restyled): If a unibyte locale, don't bother to
25734         invoke multibyte primitives.
25735
25736 2000-07-23  Paul Eggert  <eggert@twinsun.com>
25737
25738         * lib/quotearg.c:
25739         Include <wchar.h> even if ! (HAVE_MBRTOWC && 1 < MB_LEN_MAX),
25740         so that mbstate_t is always defined.
25741
25742         Do not inspect MB_LEN_MAX, since it's incorrectly defined to
25743         be 1 in at least one GCC installation, and this configuration
25744         error is likely to be common.  Ignoring MB_LEN_MAX hurts
25745         performance on hosts that have mbrtowc but have only unibyte
25746         locales, but I assume these hosts are rare.
25747
25748 2000-07-23  Paul Eggert  <eggert@twinsun.com>
25749
25750         * lib/mbswidth.c (_XOPEN_SOURCE):
25751         Don't define; this causes problems on Solaris 7.
25752         (wcwidth) [!HAVE_DECL_WCWIDTH]: Declare.
25753
25754 2000-07-23  Jim Meyering  <meyering@lucent.com>
25755
25756         * m4/check-decl.m4 (jm_CHECK_DECLS): Check for declarations of these,
25757         too: getgrgid, getpwuid, getuid.
25758
25759 2000-07-23  Jim Meyering  <meyering@lucent.com>
25760
25761         * lib/basename.c (base_name): Add an assertion.
25762
25763 2000-07-23  Bruno Haible  <haible@clisp.cons.org>
25764
25765         * lib/quotearg.c: When the system forces us to redefine mbstate_t,
25766         shadow its mbsinit function.
25767
25768 2000-07-17  Bruno Haible  <haible@clisp.cons.org>
25769
25770         * lib/mbswidth.h: New file.
25771         * lib/mbswidth.c: New file.
25772         * lib/Makefile.am (libfetish_a_SOURCES): Add mbswidth.c.
25773         (noinst_HEADERS): Add mbswidth.h.
25774
25775 2000-07-17  Bruno Haible  <haible@clisp.cons.org>
25776
25777         * lib/config.charset: Add support for FreeBSD. Improve support for
25778         HP-UX and IRIX 6.
25779
25780 2000-07-16  Bruno Haible  <haible@clisp.cons.org>
25781
25782         * m4/mbswidth.m4: New file.
25783         * m4/prereq.m4 (jm_PREREQ): Call jm_PREREQ_MBSWIDTH.
25784
25785 2000-07-15  Jim Meyering  <meyering@lucent.com>
25786
25787         * lib/makepath.c: Include quote.h.
25788         (make_path): Convert "`%s'" in format strings to "%s", and wrap each
25789         corresponding argument in a `quote (...)' call.
25790         Give better diagnostics.
25791
25792         * lib/Makefile.am (libfetish_a_SOURCES): Add quote.c.
25793         (noinst_HEADERS): Add quote.h.
25794
25795         * lib/quote.c (quote, quote_n): New file.  Two functions taken verbatim
25796         from tar's src/misc.c.
25797         * lib/quote.h: New file.  Prototypes for same.
25798
25799 2000-07-14  Paul Eggert  <eggert@twinsun.com>
25800
25801         From a suggestion by Bruno Haible.
25802         * lib/quotearg.c (mbrtowc): Do not use HAVE_WCHAR_H in the definition.
25803         Use defined mbstate_t, not HAVE_MBSTATE_T_OBJECT,
25804         to decide whether to define the BeOS workaround macro;
25805         this adjusts to the change to AC_MBSTATE_T.
25806
25807 2000-07-14  Jim Meyering  <meyering@lucent.com>
25808
25809         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): Require
25810         jm_AC_TYPE_UINTMAX_T.
25811
25812 2000-07-13  Paul Eggert  <eggert@twinsun.com>
25813
25814         * lib/quotearg.h (enum quoting style): New enum clocale_quoting_style.
25815
25816         * lib/quotearg.c (quoting_style_args, quoting_style_vals,
25817         quotearg_buffer_restyled): Add support for
25818         clocale_quoting_style.  Undo previous change to
25819         locale_quoting_style behavior, and undo the "{LEFT QUOTATION MARK}"
25820         and "{RIGHT QUOTATION MARK}" msgids.
25821
25822 2000-07-10  Paul Eggert  <eggert@twinsun.com>
25823
25824         From a suggestion by Bruno Haible.
25825         * m4/mbstate_t.m4 (AC_MBSTATE_T):
25826         Renamed from AC_MBSTATE_T_OBJECT.  All uses changed.
25827         Change from a two-part test, which defines both HAVE_MBSTATE_T_OBJECT
25828         and mbstate_t, to a single-part test that simply defines mbstate_t.
25829         * m4/prereq.m4 (jm_PREREQ_QUOTEARG):
25830         s/AC_MBSTATE_T_OBJECT/AC_MBSTATE_T/.
25831
25832 2000-07-10  Jim Meyering  <meyering@lucent.com>
25833
25834         * m4/strerror_r.m4: Mirror the correction made in autoconf.
25835
25836         * m4/gnu-source.m4: Output to confdefs.h directly.
25837         Suggestion from Akim Demaille.
25838
25839 2000-07-09  Paul Eggert  <eggert@twinsun.com>
25840
25841         The old behavior of quoting `like this' doesn't look good with
25842         newer, ISO-style fonts.  See:
25843         http://www.cl.cam.ac.uk/~mgk25/ucs/quotes.html
25844
25845         Instead, quote "like this" by default.  Let the translator
25846         tailor the locale-specific quoting behavior by providing
25847         translations for {LEFT QUOTATION MARK} and {RIGHT QUOTATION MARK}.
25848
25849         * lib/quotearg.c (N_): New macro.
25850         (gettext_default): New function.
25851         (quotearg_buffer_restyled): Use
25852         gettext_default ("{LEFT QUOTATION MARK}", "\"") for left quote, and
25853         gettext_default ("{RIGHT QUOTATION MARK}", "\"") for right quote.
25854
25855 2000-07-09  Jim Meyering  <meyering@lucent.com>
25856
25857         * m4/jm-macros.m4 (jm_MACROS): Add a test to see if -lm is required
25858         to link seq.  If so, set SEQ_LIBM to -lm.  From Bruno Haible.
25859
25860         * m4/gnu-source.m4 (AC__GNU_SOURCE): New file/macro.
25861         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Require it.
25862
25863 2000-07-09  Jim Meyering  <meyering@lucent.com>
25864
25865         * lib/Most files: Update copyright dates to include 2000.
25866
25867 2000-07-08  Jim Meyering  <meyering@lucent.com>
25868
25869         * lib/xgethostname.c (ENAMETOOLONG): Define to an unlikely value
25870         if not defined.
25871         (xgethostname): Remove now-unnecessary #ifdef.
25872         Move declaration of `err' into loop where it's used.
25873
25874 2000-07-05  Paul Eggert  <eggert@twinsun.com>
25875         and Bruno Haible  <haible@clisp.cons.org>
25876
25877         * m4/mbstate_t.m4 (AC_MBSTATE_T_OBJECT): Test for mbstate_t
25878         only if the test for an object-type mbstate_t fails.  This
25879         prevents us from mistakenly reporting that mbstate_t is a
25880         system object type after we "#define mbstate_t int" to work
25881         around its lack.
25882
25883 2000-07-05  Paul Eggert  <eggert@twinsun.com>
25884         and Bruno Haible  <haible@clisp.cons.org>
25885
25886         * lib/quotearg.c (mbrtowc): Declare returned type, since BeOS doesn't.
25887
25888 2000-07-05  Bruno Haible  <haible@clisp.cons.org>
25889
25890         * m4/strerror_r.m4 (AC_FUNC_STRERROR_R): Pass a reasonably large buffer
25891         to strerror_r.
25892         Include <ctype.h> for use of isalpha.
25893
25894 2000-07-05  Bruno Haible  <haible@clisp.cons.org>
25895
25896         * lib/xgethostname.c (xgethostname): Protect against the SunOS 5.5 bug
25897         by allocating a larger buffer. Test the gethostname return value for
25898         being >= 0, not == 0, for BeOS.  Don't exhaust memory if gethostname
25899         returns an error and ENAMETOOLONG isn't defined.
25900
25901 2000-07-05  Bruno Haible  <haible@clisp.cons.org>
25902
25903         * lib/quotearg.c (struct quoting_options): Simplify quote_these_too
25904         dimension.
25905
25906 2000-07-04  Jim Meyering  <meyering@lucent.com>
25907
25908         * m4/fsusage.m4 (jm_FILE_SYSTEM_USAGE): Use plain old `echo' instead
25909         of the deprecated AC_CHECKING.
25910
25911 2000-07-04  Jim Meyering  <meyering@lucent.com>
25912
25913         * lib/strndup.c: [!HAVE_DECL_STRNLEN]: Declare strnlen.
25914         Reported by Bruno Haible.
25915
25916 2000-07-04  Jim Meyering  <meyering@lucent.com>
25917
25918         * lib/quotearg.c: Make inclusion of <wchar.h> independent of whether
25919         HAVE_MBRTOWC is set.  Required at least for irix-5.6, which
25920         lacks mbrtowc.
25921
25922 2000-07-03  Paul Eggert  <eggert@twinsun.com>
25923
25924         * m4/mbstate_t.m4 (AC_MBSTATE_T_OBJECT): Port to autoconf 2.13.
25925         Add AC_CHECK_HEADERS(stdlib.h), since we use HAVE_STDLIB_H.
25926
25927 2000-07-03  Paul Eggert  <eggert@twinsun.com>
25928         and Bruno Haible  <haible@clisp.cons.org>
25929
25930         * lib/quotearg.c (mbrtowc):
25931         Assign to *pwc, and return 1 only if result is nonzero.
25932         (iswprint): Use ISPRINT when substituting our own mbrtowc.
25933
25934 2000-07-03  Jim Meyering  <meyering@lucent.com>
25935
25936         * m4/check-decl.m4 (AC_CHECK_DECLS): Add strnlen.
25937
25938 2000-07-03  Jim Meyering  <meyering@lucent.com>
25939
25940         * lib/readutmp.h: [HAVE_UTMPX_H]: Include <utmp.h> if HAVE_UTMP_H.
25941         This is necessary to get a definition of e.g., UTMP_FILE on
25942         HP-UX 10.20.
25943         From Bob Proulx.
25944
25945 2000-07-02  Jim Meyering  <meyering@lucent.com>
25946
25947         * m4/mbstate_t.m4: Also define mbstate_t, if necessary.
25948
25949         * m4/chown.m4: Replace each use of AC_SUBST(LIBOBJS)/LIBOBJS=... with
25950         AC_LIBOBJ(function_name).
25951         * m4/chown.m4: Likewise.
25952         * m4/fnmatch.m4: Likewise.
25953         * m4/ftruncate.m4: Likewise.
25954         * m4/getgroups.m4: Likewise.
25955         * m4/getline.m4: Likewise.
25956         * m4/group-member.m4: Likewise.
25957         * m4/jm-macros.m4: Likewise.
25958         * m4/lstat.m4: Likewise.
25959         * m4/malloc.m4: Likewise.
25960         * m4/memcmp.m4: Likewise.
25961         * m4/nanosleep.m4: Likewise.
25962         * m4/putenv.m4: Likewise.
25963         * m4/realloc.m4: Likewise.
25964         * m4/regex.m4: Likewise.
25965         * m4/stat.m4: Likewise.
25966         * m4/strftime.m4: Likewise.
25967
25968 2000-07-02  Jim Meyering  <meyering@lucent.com>
25969
25970         * lib/quotearg.c (mbstate_t): Don't define here.
25971
25972 2000-07-02  Jim Meyering  <meyering@lucent.com>
25973
25974         * lib/nanosleep.c (SIGCONT): Define if not already defined.
25975
25976 2000-07-01  Jim Meyering  <meyering@lucent.com>
25977
25978         * m4/uptime.m4: Put double quotes around use of $cross_compiling.
25979
25980 2000-07-01  Jim Meyering  <meyering@lucent.com>
25981
25982         * m4/ls-mntd-fs.m4: Remove a `FIXME' comment and fix the associated
25983         problem.
25984
25985 2000-07-01  Bruno Haible  <haible@clisp.cons.org>
25986
25987         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Rename BeOS specific
25988         macro from MOUNTED_NEXT_DEV to MOUNTED_FS_STAT_DEV.
25989
25990 2000-07-01  Bruno Haible  <haible@clisp.cons.org>
25991
25992         * lib/mountlist.c: Use MOUNTED_FS_STAT_DEV instead of MOUNTED_NEXT_DEV,
25993         per change in ../m4/ls-mntd-fs.m4.
25994         (read_filesystem_list): Ignore symbolic links.
25995
25996 2000-06-29  Jim Meyering  <meyering@lucent.com>
25997
25998         * lib/same.c: Include <string.h> or <strings.h>, as appropriate,
25999         for declaration of strcmp.
26000
26001         * lib/long-options.c: Include <stdlib.h>, for declaration of exit.
26002
26003         * lib/mountlist.c (fsp_to_string) [HAVE_F_FSTYPENAME_IN_STATFS]:
26004         Avoid warning by casting result to `char *' to remove `const'.
26005
26006 2000-06-28  Jim Meyering  <meyering@lucent.com>
26007
26008         * m4/mbstate_t.m4: Use stdlib.h, not stdio.h.  The latter is not
26009         included by quotearg.c, for which we perform this test.  From
26010         Bruno Haible.
26011
26012 2000-06-27  Bruno Haible  <haible@clisp.cons.org>
26013
26014         * m4/check-decl.m4 (_jm_DECL_HEADERS): Check for utmp.h as well.
26015         * m4/prereq.m4 (jm_PREREQ_READUTMP): Likewise. If either <utmp.h> or
26016         <utmpx.h> exists, put readutmp.o into LIBOBJS.
26017
26018 2000-06-27  Bruno Haible  <haible@clisp.cons.org>
26019
26020         * lib/Makefile.am (libfetish_a_SOURCES): Remove readutmp.c.
26021
26022 2000-06-26  Paul Eggert  <eggert@twinsun.com>
26023
26024         savedir now sets errno on failure and invokes xmalloc to get memory.
26025         Fix a couple of other minor bugs while we're at it.
26026
26027         * lib/savedir.c (<unistd.h>): Do not include; there's no need.
26028         (NAMLEN): Remove macro.
26029         (malloc, realloc): Remove decls.
26030         (stpcpy): Likewise.
26031         ("xalloc.h"): Include.
26032         (NAME_SIZE_DEFAULT): New macro.
26033         (savedir): Use xmalloc / xrealloc to allocate memory.
26034         Use NAME_SIZE_DEFAULT if name_size is negative or overflows to zero.
26035         Skip "" directory entries.
26036         Use strlen to calculate directory entry length, since the old method
26037         is rarely used these days and isn't worth supporting.
26038         Don't use a pointer after freeing it.
26039         Check for integer overflow when calculating allocation size.
26040         Use memcpy to copy entries, instead of stpcpy.
26041         Set errno properly when returning NULL.
26042         Check for readdir error.
26043
26044 2000-06-26  Jim Meyering  <meyering@lucent.com>
26045
26046         * lib/posixtm.c [HAVE_STDLIB_H]: Include stdlib.h, for decl of abort.
26047
26048 2000-06-25  Jim Meyering  <meyering@lucent.com>
26049
26050         * m4/mbstate_t.m4: Include stdio.h before wchar.h to work around
26051         Linux header bug when _XOPEN_SOURCE is defined to 500.
26052
26053 2000-06-25  Bruno Haible  <haible@clisp.cons.org>
26054
26055         * lib/unicodeio.c (print_unicode_char): Work around ansi2knr
26056         deficiency.
26057
26058 2000-06-25  Bruno Haible  <haible@clisp.cons.org>
26059
26060         * lib/getusershell.c (xmalloc, xrealloc): Remove functions.
26061         Include xalloc.h.
26062         Don't include <stdlib.h>.  Don't declare malloc, realloc.
26063
26064 2000-06-24  Jim Meyering  <meyering@lucent.com>
26065
26066         * m4/strerror_r.m4: Revive this file -- to try out an experimental
26067         version of AC_FUNC_STRERROR_R that may work even on BeOS, a system
26068         for which strerror does return char*, but which lacks a conveniently
26069         accessible declaration of the function.  If the compile-test says
26070         strerror_r doesn't work, then resort to a `run'-test that works on
26071         BeOS and segfaults on DEC Unix.
26072
26073 2000-06-24  Jim Meyering  <meyering@lucent.com>
26074
26075         * lib/error.c [!HAVE_DECL_STRERROR_R]: Declare strerror_r.
26076
26077 2000-06-23  Paul Eggert  <eggert@twinsun.com>
26078
26079         * m4/mbstate_t.m4: New file, defining AC_MBSTATE_T_OBJECT.
26080         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Use it.  Add check for iswprint.
26081
26082 2000-06-23  Paul Eggert  <eggert@twinsun.com>
26083
26084         * lib/quotearg.c: Include <wctype.h> after <wchar.h>, for Solaris 2.5.
26085         (mbrtowc, mbstate_t): Define substitutes if
26086         HAVE_MBRTOWC && HAVE_WCHAR_H && !HAVE_MBSTATE_T_OBJECT.
26087         (iswprint): Define to 1 if !defined iswprint && !HAVE_ISWPRINT,
26088         not if ! (HAVE_MBRTOWC && HAVE_WCHAR_H).
26089
26090 2000-06-23  Jim Meyering  <meyering@lucent.com>
26091
26092         * m4/afs.m4: Add missing AC_MSG_RESULT.
26093         Reported by Bruno Haible.
26094
26095         * m4/fsusage.m4: s/AC_MSG_CHECKING/AC_CHECKING/.
26096         Suggestion from Bruno Haible.
26097
26098 2000-06-23  Jim Meyering  <meyering@lucent.com>
26099
26100         * lib/getpass.c: New file, from Bruno Haible.  Required for BeOS.
26101
26102 2000-06-21  Jim Meyering  <meyering@lucent.com>
26103
26104         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add getpass.
26105
26106 2000-06-21  Jim Meyering  <meyering@lucent.com>
26107
26108         * lib/Makefile.am (libfetish_a_SOURCES): Add getstr.c.
26109         (noinst_HEADERS): Add getstr.h.
26110
26111         * lib/getline.c (getstr): Move into a separate file.
26112         * lib/getstr.c (getstr): New file, extracted from getline.c, with
26113         the following changes: new parameter, delim2; both delim[12]
26114         parameters have type `int', not `char'.  The latter would lose
26115         with 8-bit delimiters.
26116         * lib/getstr.h: New file.
26117
26118 2000-06-21  Bruno Haible  <haible@clisp.cons.org>
26119
26120         * lib/xgetcwd.c (xgetcwd): If the required pathname length is smaller
26121         than 1024, return a memory chunk of least possible size, instead
26122         of size PATH_MAX + 2. In the loop, increment the size proportionally.
26123         Use free/xmalloc instead of xrealloc to avoid copying for very long
26124         paths.
26125
26126 2000-06-21  Bruno Haible  <haible@clisp.cons.org>
26127
26128         * lib/path-concat.c (path_concat): Don't access dir[-1] if dir is
26129         the empty string.
26130
26131 2000-06-21  Bruno Haible  <haible@clisp.cons.org>
26132
26133         * lib/canon-host.c (canon_host): Use malloc and memcpy to copy an
26134         address, not strdup.  Include <stdlib.h> and don't declare free().
26135
26136 2000-06-19  Jim Meyering  <meyering@lucent.com>
26137
26138         * lib/getloadavg.c [HAVE_NLIST_H] (NLIST_STRUCT): Define.
26139
26140 2000-06-18  Jim Meyering  <meyering@lucent.com>
26141
26142         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Remove mkdir.
26143
26144         * m4/link-follow.m4 (jm_AC_FUNC_LINK_FOLLOWS_SYMLINK): Change the
26145         `checking whether...' message to be consistent with that of the
26146         lstat test.
26147
26148 2000-06-18  Jim Meyering  <meyering@lucent.com>
26149
26150         * lib/mkdir.c: Remove file, due mainly to copyright incompatibility.
26151         Besides, these days every porting target provides a mkdir function.
26152
26153         * lib/strnlen.c: Include memory.h, string.h, and/or strings.h as
26154         needed. (this snippet comes from src/system.h).
26155
26156 2000-06-16  Bruno Haible  <haible@clisp.cons.org>
26157
26158         * m4/glibc21.m4 (jm_GLIBC21): Define GLIBC21 for Makefiles, not for C.
26159
26160 2000-06-15  Paul Eggert  <eggert@twinsun.com>
26161
26162         * lib/human.c (adjust_value): New function.
26163         (human_readable_inexact): Apply rounding style even when
26164         printing approximate values.
26165
26166 2000-06-14  Paul Eggert  <eggert@twinsun.com>
26167
26168         * lib/human.c (human_readable_inexact): Allow an input block
26169         size that is not a multiple of the output block size, and vice versa.
26170         Reported by Piergiorgio Sartor.
26171
26172 2000-06-14  Paul Eggert  <eggert@twinsun.com>
26173
26174         * lib/getdate.y (get_date): Apply relative times after time
26175         zone indicator, not before.  Reported by Todd A. Jacobs.
26176
26177 2000-06-13  Jim Meyering  <meyering@lucent.com>
26178
26179         * lib/Makefile.am (all-local): Depend on lstat.c and stat.c.
26180
26181         * lib/xstat.in [!HAVE_DECL_FREE]: Declare free in lstat.c.
26182
26183 2000-06-12  Paul Eggert  <eggert@twinsun.com>
26184
26185         * lib/xstat.in: Include <stdlib.h> in lstat, to declare "free".
26186
26187 2000-06-12  Jim Meyering  <meyering@lucent.com>
26188
26189         * m4/getloadavg.m4 (AM_FUNC_GETLOADAVG): Replace with
26190         AC_FUNC_GETLOADAVG from autoconf, and tweak the latter to accept an
26191         optional argument.
26192         * m4/jm-macros.m4: s/AM_FUNC_GETLOADAVG/AC_FUNC_GETLOADAVG/, and supply
26193         the optional argument, `lib'.
26194
26195 2000-06-08  Jim Meyering  <meyering@lucent.com>
26196
26197         * m4/largefile.m4: Remove file (now that it's part of autoconf).
26198
26199 2000-06-04  Paul Eggert  <eggert@twinsun.com>