Speed up the test.
[gnulib.git] / ChangeLog
1 2007-03-04  Bruno Haible  <bruno@clisp.org>
2
3         * tests/test-allocsa.c (main): Halve the number of loop runs.
4
5         * modules/alloca-opt-tests: New file.
6         * tests/test-alloca-opt.c: New file.
7
8 2007-03-04  Jim Meyering  <jim@meyering.net>
9
10         Work around difference between Linux ACLs and Solaris 10 ZFS.
11         * lib/acl.c (set_acl): Revert to using chmod_or_fchmod also
12         for EINVAL.
13
14 2007-03-03  Bruno Haible  <bruno@clisp.org>
15
16         * modules/relocatable-prog (Depends-on): Add back progreloc's
17         dependencies: canonicalize-lgpl, xalloc, xreadlink, stdbool, unistd.
18
19 2007-03-03  Bruno Haible  <bruno@clisp.org>
20
21         * modules/relocatable-lib-lgpl: Renamed from modules/relocatable-lib.
22         * modules/relocatable-lib: New file.
23
24 2007-03-03  Bruno Haible  <bruno@clisp.org>
25
26         * modules/relocatable-prog: Renamed from modules/relocatable.
27         * doc/relocatable-maint.texi: Talk about module 'relocatable-prog'.
28
29 2007-03-03  Bruno Haible  <bruno@clisp.org>
30
31         * modules/relocatable-script (Files): Add doc/relocatable.texi,
32         m4/relocatable-lib.m4.
33         (Depends-on): Remove 'relocatable'.
34         (configure.ac): Add gl_RELOCATABLE_NOP.
35
36 2007-03-03  Bruno Haible  <bruno@clisp.org>
37
38         * modules/relocatable-prog-wrapper: New file.
39         * modules/relocatable (Depends-on): Add it. Remove all other
40         dependencies except progname.
41         (Files): Remove build-aux/install-reloc, lib/relocwrapper.c.
42
43         * m4/strerror.m4 (gl_FUNC_STRERROR_SEPARATE): New macro.
44         (gl_FUNC_STRERROR): Nop.
45         * lib/strerror.c: Compile the file only if !HAVE_STRERROR.
46
47         * m4/setenv.m4 (gl_FUNC_SETENV_SEPARATE): New macro.
48         * lib/setenv.c: Compile the file only if _LIBC || !HAVE_SETENV.
49
50         * m4/readlink.m4 (gl_FUNC_READLINK_SEPARATE): New macro.
51         (gl_FUNC_READLINK): Update.
52
53         * m4/canonicalize-lgpl.m4 (gl_CANONICALIZE_LGPL_SEPARATE): New macro.
54
55 2007-03-03  Bruno Haible  <bruno@clisp.org>
56
57         * lib/xreadlink.c: Include <unistd.h> unconditionally.
58         * modules/xreadlink (Depends-on): Add unistd.
59         * modules/xreadlink-with-size (Depends-on): Likewise.
60
61 2007-03-03  Bruno Haible  <bruno@clisp.org>
62
63         * m4/setenv.m4 (gl_FUNC_SETENV, gl_FUNC_UNSETENV): New macros,
64         extracted from gt_FUNC_SETENV.
65         (gt_FUNC_SETENV): Remove macro.
66         * modules/setenv (configure.ac): Add gl_FUNC_SETENV, gl_FUNC_UNSETENV,
67         remove gt_FUNC_SETENV.
68
69 2007-03-03  Bruno Haible  <bruno@clisp.org>
70
71         * m4/relocatable-lib.m4 (gl_RELOCATABLE_LIBRARY): Define
72         ENABLE_RELOCATABLE here.
73         * m4/relocatable.m4 (gl_RELOCATABLE_BODY): Don't define it here.
74
75 2007-03-03  Bruno Haible  <bruno@clisp.org>
76
77         * modules/rbtreehash-list-tests (Depends-on): Add progname.
78         * tests/test-rbtreehash_list.c: Include progname.h.
79         (main): Call set_program_name.
80
81         * modules/rbtree-oset-tests (Depends-on): Add progname.
82         * tests/test-rbtree_oset.c: Include progname.h.
83         (main): Call set_program_name.
84
85         * modules/rbtree-list-tests (Depends-on): Add progname.
86         * tests/test-rbtree_list.c: Include progname.h.
87         (main): Call set_program_name.
88
89         * modules/linked-list-tests (Depends-on): Add progname.
90         * tests/test-linked_list.c: Include progname.h.
91         (main): Call set_program_name.
92
93 2007-03-03  Bruno Haible  <bruno@clisp.org>
94
95         * lib/glob-libc.h (_Restrict_): New macro, copied from lib/regex.h.
96         All uses of __restrict changed to _Restrict_.
97         * lib/glob_.h (__restrict): Remove macro.
98
99 2007-03-02  Bruno Haible  <bruno@clisp.org>
100
101         * modules/gettext (configure.ac): Require gettext infrastructure
102         from version 0.16.1.
103
104 2007-03-02  Bruno Haible  <bruno@clisp.org>
105
106         * modules/linkedhash-list-tests (Depends-on): Add progname.
107         * tests/test-linkedhash_list.c: Include progname.h.
108         (main): Call set_program_name.
109
110         * modules/carray-list-tests (Depends-on): Add progname.
111         * tests/test-carray_list.c: Include progname.h.
112         (main): Call set_program_name.
113
114         * modules/avltreehash-list-tests (Depends-on): Add progname.
115         * tests/test-avltreehash_list.c: Include progname.h.
116         (main): Call set_program_name.
117
118         * modules/avltree-oset-tests (Depends-on): Add progname.
119         * tests/test-avltree_oset.c: Include progname.h.
120         (main): Call set_program_name.
121
122         * modules/avltree-list-tests (Depends-on): Add progname.
123         * tests/test-avltree_list.c: Include progname.h.
124         (main): Call set_program_name.
125
126         * modules/array-oset-tests (Depends-on): Add progname.
127         * tests/test-array_oset.c: Include progname.h.
128         (main): Call set_program_name.
129
130         * modules/array-list-tests (Depends-on): Add progname.
131         * tests/test-array_list.c: Include progname.h.
132         (main): Call set_program_name.
133
134         * modules/argp-tests (Depends-on): Add progname.
135         * tests/test-argp.c: Include argp.h first. Include progname.h.
136         (main): Call set_program_name.
137
138 2007-03-02  Paul Eggert  <eggert@cs.ucla.edu>
139
140         * doc/gnulib-tool.texi (Initial import): Reword description of
141         _FILE_OFFSET_BITS and _GNU_SOURCE, since they sometimes have a
142         limited effect even if defined after the first system include.
143
144 2007-03-01  Bruno Haible  <bruno@clisp.org>
145
146         * build-aux/config.libpath: Update to libtool-1.5.22.
147         Reported by Albert Chin <bug-gnulib@mlists.thewrittenword.com>.
148
149 2007-03-01  Bruno Haible  <bruno@clisp.org>
150
151         * doc/relocatable-maint.texi: Recommend to set foo_CPPFLAGS, not
152         foo_CFLAGS.
153         Reported by Ralf Wildenhues.
154
155 2007-03-01  Bruno Haible  <bruno@clisp.org>
156
157         * build-aux/install-reloc: Remove object files left over by some
158         compilers.
159         Reported by Ralf Wildenhues.
160
161 2007-03-01  Bruno Haible  <bruno@clisp.org>
162
163         * build-aux/install-reloc: Break long lines.
164
165 2007-03-01  Bruno Haible  <bruno@clisp.org>
166
167         * doc/relocatable.texi: Document that it may not work on OpenBSD.
168         Reported by Ralf Wildenhues.
169
170 2007-03-01  Bruno Haible  <bruno@clisp.org>
171
172         * doc/gnulib-tool.texi (Initial import): Remove paragraph about
173         include ordering constraints.
174
175 2007-03-01  Paul Eggert  <eggert@cs.ucla.edu>
176
177         Followup to the 2007-02-12 patch, using suggestions from Bruno Haible in
178         <http://lists.gnu.org/archive/html/bug-gnulib/2007-02/msg00136.html>.
179         * doc/gnulib-tool.texi (Initial import): Mention _FILE_OFFSET_BITS
180         as another example.
181         * lib/time_.h: Fix misspelling.
182         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP):
183         Require gl_HEADER_TIME_H_DEFAULTS.
184         * m4/strptime.m4 (gl_FUNC_STRPTIME): Likewise.
185         * m4/time_r.m4 (gl_TIME_R): Likewise.
186         * m4/timegm.m4 (gl_FUNC_TIMEGM): Likewise.
187
188 2007-03-01  Bruno Haible  <bruno@clisp.org>
189
190         * m4/utimecmp.m4 (gl_UTIMECMP): Don't require gl_TIMESPEC.
191         * m4/utimens.m4 (gl_UTIMENS): Likewise.
192
193 2007-03-01  Jim Meyering  <jim@meyering.net>
194
195         * modules/xreadlink (Maintainer): Add my name.
196         * modules/xreadlink-with-size (Depends-on): Alphabetize.
197
198 2007-02-26  Ben Pfaff  <blp@cs.stanford.edu>
199             Bruno Haible  <bruno@clisp.org>
200
201         * build-aux/install-reloc: Compile also c-ctype.c.
202         * build-aux/relocatable.sh.in: New file.
203         * doc/relocatable.texi: New file.
204         * doc/relocatable-maint.texi: New file.
205         * doc/gnulib.texi: Include relocatable-maint.texi.
206         * lib/progreloc.c: Include unistd.h unconditionally.
207         * lib/relocwrapper.c: Include unistd.h unconditionally.
208         Include c-ctype.h.
209         (add_dotbin): Use c_tolower.
210         * m4/relocatable-lib.m4: New file, extracted from m4/relocatable.m4.
211         (gl_RELOCATABLE_LIBRARY): Renamed from AC_RELOCATABLE_LIBRARY.
212         (gl_RELOCATABLE_NOP): Renamed from AC_RELOCATABLE_NOP.
213         * m4/relocatable.m4 (AC_RELOCATABLE_LIBRARY, AC_RELOCATABLE_NOP): Move
214         to m4/relocatable-lib.m4.
215         (gl_RELOCATABLE): Renamed from AC_RELOCATABLE. Set also
216         RELOCATABLE_CONFIG_H_DIR, RELOCATABLE_SRC_DIR, RELOCATABLE_BUILD_DIR.
217         (gl_RELOCATABLE_BODY): Renamed from AC_RELOCATABLE_BODY. Don't
218         require obsolete macro AC_EXEEXT. Don't check for unistd.h. Don't set
219         SET_RELOCATABLE. Instead set RELOCATABLE_LDFLAGS, INSTALL_PROGRAM_ENV.
220         * modules/relocatable: New file.
221         * modules/relocatable-lib: New file.
222         * modules/relocatable-script: New file.
223
224 2007-02-28  Bruno Haible  <bruno@clisp.org>
225
226         Import --enable-relocatable infrastructure.
227         * build-aux/config.libpath: New file, from GNU gettext.
228         * build-aux/install-reloc: New file, from GNU gettext.
229         * build-aux/reloc-ldflags: New file, from GNU gettext.
230         * lib/relocatable.h: New file, from GNU gettext.
231         * lib/relocatable.c: New file, from GNU gettext.
232         * lib/relocwrapper.c: New file, from GNU gettext.
233         * m4/relocatable.m4: New file, from GNU gettext.
234
235 2007-02-28  Bruno Haible  <bruno@clisp.org>
236
237         * MODULES.html.sh (File system functions): Add xreadlink-with-size.
238
239         * modules/xreadlink: New file, from GNU gettext with modifications.
240         * lib/xreadlink.c: New file, from GNU gettext.
241         * lib/xreadlink.h: Add comments.
242         (xreadlink): New declaration.
243
244         * modules/xreadlink-with-size: Renamed from modules/xreadlink.
245         (Files): Remove m4/xreadlink.m4. Replace lib/xreadlink.c with
246         lib/xreadlink-with-size.c.
247         (configure.ac): Remove gl_XREADLINK invocation.
248         (Makefile.am): Augment lib_SOURCES.
249         * m4/xreadlink.m4: Remove file.
250         * lib/xreadlink-with-size.c: Renamed from lib/xreadlink.c.
251         (xreadlink_with_size): Renamed from xreadink.
252         * lib/xreadlink.h (xreadlink_with_size): Renamed from xreadink.
253         * modules/canonicalize (Depends-on): Replace xreadlink with
254         xreadlink-with-size.
255         * lib/canonicalize.c (canonicalize_filename_mode): Update.
256
257 2007-02-25  Jim Meyering  <jim@meyering.net>
258
259         * build-aux/announce-gen: When complaining about excess arguments,
260         list them.
261
262 2007-02-25  Paul Eggert  <eggert@cs.ucla.edu>
263
264         * README: Document signed integer overflow situation more
265         accurately.
266
267 2007-02-25  Bruno Haible  <bruno@clisp.org>
268
269         * lib/vasnprintf.c (VASNPRINTF): Fix estimate of size needed for a
270         'a' or 'A' conversion.
271
272 2007-02-25  Bruno Haible  <bruno@clisp.org>
273
274         * modules/filename: Renamed from modules/pathname.
275         (Files): Replace lib/pathname.h with lib/filename.h. Replace
276         lib/concatpath.c with lib/concat-filename.c.
277         (Makefile.am): Update.
278         (Include): Replace pathname.h with filename.h.
279         * lib/filename.h: Renamed from lib/pathname.h.
280         (concatenated_filename): Renamed from concatenated_pathname.
281         * lib/concat-filename.c: Renamed from lib/concatpath.c.
282         (concatenated_filename): Renamed from concatenated_pathname.
283         * lib/findprog.c: Include filename.h instead of pathname.h.
284         (find_in_path): Update.
285         * lib/javacomp.c: Include filename.h instead of pathname.h.
286         (is_envjavac_gcj43_usable, is_envjavac_oldgcj_14_14_usable,
287         is_envjavac_oldgcj_14_13_usable, is_envjavac_nongcj_usable,
288         is_gcj_present, is_gcj43_usable, is_oldgcj_14_14_usable,
289         is_oldgcj_14_13_usable, is_javac_usable): Update.
290         * lib/javaexec.c: Include filename.h instead of pathname.h.
291         (execute_java_class): Update.
292         * modules/findprog: Update.
293         * modules/javacomp: Update.
294         * modules/javaexec: Update.
295         * MODULES.html.sh (File system functions): Add 'filename', remove
296         'pathname'.
297
298 2007-02-25  Bruno Haible  <bruno@clisp.org>
299
300         * modules/printf-frexpl-tests: New file.
301         * tests/test-printf-frexpl.c: New file.
302
303         * modules/printf-frexpl: New file.
304         * lib/printf-frexpl.h: New file.
305         * lib/printf-frexpl.c: New file.
306         * m4/printf-frexpl.m4: New file.
307
308 2007-02-25  Bruno Haible  <bruno@clisp.org>
309
310         * modules/printf-frexp-tests: New file.
311         * tests/test-printf-frexp.c: New file.
312
313         * modules/printf-frexp: New file.
314         * lib/printf-frexp.h: New file.
315         * lib/printf-frexp.c: New file.
316         * m4/printf-frexp.m4: New file.
317
318 2007-02-25  Bruno Haible  <bruno@clisp.org>
319
320         Assume automake >= 1.10 for the tests.
321         * modules/arcfour-tests (TESTS): Remove $(EXEEXT) suffix.
322         * modules/arctwo-tests: Likewise.
323         * modules/argp-tests: Likewise.
324         * modules/avltree-list-tests: Likewise.
325         * modules/avltree-oset-tests: Likewise.
326         * modules/avltreehash-list-tests: Likewise.
327         * modules/carray-list-tests: Likewise.
328         * modules/crc-tests: Likewise.
329         * modules/des-tests: Likewise.
330         * modules/gc-arcfour-tests: Likewise.
331         * modules/gc-arctwo-tests: Likewise.
332         * modules/gc-des-tests: Likewise.
333         * modules/gc-hmac-md5-tests: Likewise.
334         * modules/gc-hmac-sha1-tests: Likewise.
335         * modules/gc-md2-tests: Likewise.
336         * modules/gc-md4-tests: Likewise.
337         * modules/gc-md5-tests: Likewise.
338         * modules/gc-pbkdf2-sha1-tests: Likewise.
339         * modules/gc-rijndael-tests: Likewise.
340         * modules/gc-sha1-tests: Likewise.
341         * modules/gc-tests: Likewise.
342         * modules/getaddrinfo-tests: Likewise.
343         * modules/hmac-md5-tests: Likewise.
344         * modules/hmac-sha1-tests: Likewise.
345         * modules/linked-list-tests: Likewise.
346         * modules/linkedhash-list-tests: Likewise.
347         * modules/lock-tests: Likewise.
348         * modules/md2-tests: Likewise.
349         * modules/md4-tests: Likewise.
350         * modules/md5-tests: Likewise.
351         * modules/rbtree-list-tests: Likewise.
352         * modules/rbtree-oset-tests: Likewise.
353         * modules/rbtreehash-list-tests: Likewise.
354         * modules/read-file-tests: Likewise.
355         * modules/rijndael-tests: Likewise.
356         * modules/stdint-tests: Likewise.
357         * modules/tls-tests: Likewise.
358
359 2007-02-24  Bruno Haible  <bruno@clisp.org>
360
361         * lib/isnanl.h (isnanl): Define through isnan if isnan is a macro.
362         * m4/isnan.m4 (gl_FUNC_ISNAN_NO_LIBM): Don't check for isnan as a
363         function; instead check whether isnan with a double argument links.
364         * m4/isnanl.m4 (gl_FUNC_ISNANL_NO_LIBM): Don't check for isnanl as a
365         function; instead check whether isnan with a 'long double' argument
366         links.
367         Reported by Eric Blake <ebb9@byu.net>.
368
369 2007-02-24  Bruno Haible  <bruno@clisp.org>
370
371         * lib/isnan.c: Support the 'long double' case if USE_LONG_DOUBLE is
372         defined.
373         * lib/isnanl.c: Remove all code. Just include isnan.c.
374         * modules/isnanl-nolibm (Files): Add lib/isnan.c.
375
376 2007-02-25  Jim Meyering  <jim@meyering.net>
377
378         Avoid conflicting types for 'unsetenv' on FreeBSD.
379         * lib/putenv.c (_unsetenv): Rename from "unsetenv", to avoid
380         conflicting with FreeBSD's (5.0 and 6.1) function declaration
381         in stdlib.h.
382
383 2007-02-24  Bruno Haible  <bruno@clisp.org>
384
385         * modules/isnanl-nolibm-tests: New file.
386         * tests/test-isnanl.c: New file.
387
388         * modules/isnanl-nolibm: New file.
389         * lib/isnanl.h: New file.
390         * lib/isnanl.c: New file.
391         * m4/isnanl.m4: New file.
392
393 2007-02-24  Bruno Haible  <bruno@clisp.org>
394
395         * modules/isnan-nolibm-tests: New file.
396         * tests/test-isnan.c: New file.
397
398         * modules/isnan-nolibm: New file.
399         * lib/isnan.h: New file.
400         * lib/isnan.c: New file.
401         * m4/isnan.m4: New file.
402
403 2007-02-24  Bruno Haible  <bruno@clisp.org>
404
405         * lib/frexpl.c (frexpl): Correct return values for x = 1.0L. Don't
406         assume that an exponent fits in 20 bits.
407
408 2007-02-24  Jim Meyering  <jim@meyering.net>
409
410         * m4/regex.m4: Update the description of the configure-time option,
411         --without-included-regex, to state accurately what the defaults are,
412         and perhaps to give people an idea why using this option is risky.
413
414 2007-02-24  Paul Eggert  <eggert@cs.ucla.edu>
415
416         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Check for a nanosleep that
417         loops on small arguments.  This attempts to avoid the problem
418         Bruno Haible reported for AIX 4.3.2 in
419         <http://lists.gnu.org/archive/html/bug-gnulib/2007-02/msg00309.html>.
420
421 2007-02-23  Bruno Haible  <bruno@clisp.org>
422
423         * m4/perl.m4 (gl_PERL): Require version 5.005, not 5.003.
424         Needed for help2man.
425
426 2007-02-23  Karl Berry  <karl@gnu.org>
427
428         * doc/gnulib-tool.texi (CVS Issues): mention that when foo_.h
429         exists, foo.h should be cvs-ignored, not committed.
430
431 2007-02-23  Eric Blake  <ebb9@byu.net>
432
433         * lib/getdate.h (includes):  Include <time.h>, not "timespec.h".
434         * lib/stat-time.h (includes): Likewise.
435         * lib/utimecmp.c (includes): Likewise.
436         * lib/utimens.h (includes): Likewise.
437         * lib/getdate.y (includes): Also include "timespec.h" for use
438         internal to the module.
439         * modules/utimens (Depends-on): Revert yesterday's patch.
440         * modules/nanosleep (Depends-on): Add missing dependency.
441
442 2007-02-22  Bruno Haible  <bruno@clisp.org>
443
444         * lib/glob.c: Don't include getlogin_r.h.
445
446 2007-02-22  Jim Meyering  <jim@meyering.net>
447
448         * modules/utimens (Depends-on): Add timespec, required for
449         utimens.h's inclusion of timespec.h.
450
451 2007-02-21  Paul Eggert  <eggert@cs.ucla.edu>
452
453         * lib/getcwd.c (__getcwd): Undo previous change; it mishandled
454         long unreadable paths in GNU/Linux.  Problem reported by Andreas
455         Schwab in
456         <http://lists.gnu.org/archive/html/bug-gnulib/2007-02/msg00261.html>.
457         I'll try to think of a better way to fix the Solaris problem.
458
459         * lib/getcwd.c (__getcwd): Don't assume getcwd (NULL, 0) works
460         like glibc; on Solaris 10, it fails with errno == EINVAL.
461         POSIX says the behavior is unspecified if the first argument is NULL,
462         so play it safe and never pass NULL to the system getcwd.
463
464 2007-02-21  Jim Meyering  <jim@meyering.net>
465
466         * lib/gettimeofday.c (rpl_gettimeofday): Remove declaration
467         of gettimeofday.  It would conflict with the one now always
468         provided via sys_time_.h.  Reported by Matthew Woehlke, as
469         an IRIX 6.5 build failure.
470
471 2007-02-20  Paul Eggert  <eggert@cs.ucla.edu>
472
473         Minor fixups to port to Solaris 10 with Sun C 5.8.
474         * lib/getcwd.c [!_LIBC]: Include dirfd.h, since we use dirfd.
475         * modules/getcwd (Depends-on): Add dirfd.
476         * lib/putenv.c (putenv): #undef it.
477         (rpl_putenv): New decl.
478         (malloc, free): Include <stdlib.h> rather than prototyping separately.
479
480 2007-02-20  Bruno Haible  <bruno@clisp.org>
481
482         * modules/stdio-tests: New file.
483         * tests/test-stdio.c: New file.
484
485         * modules/vsnprintf (Files): Remove lib/vsnprintf.h.
486         (Depends-on): Add stdio.
487         (configure.ac): Invoke gl_STDIO_MODULE_INDICATOR.
488         (Include): Use <stdio.h> instead of vsnprintf.h.
489         * m4/vsnprintf.m4 (gl_FUNC_VSNPRINTF): Require gl_STDIO_H_DEFAULTS. Set
490         HAVE_DECL_VSNPRINTF.
491         * lib/vsnprintf.c: Include <stdio.h> instead of vsnprintf.h.
492
493         * modules/snprintf (Files): Remove lib/snprintf.h.
494         (Depends-on): Add stdio.
495         (configure.ac): Invoke gl_STDIO_MODULE_INDICATOR.
496         (Include): Use <stdio.h> instead of snprintf.h.
497         * m4/snprintf.m4 (gl_FUNC_SNPRINTF): Require gl_STDIO_H_DEFAULTS. Set
498         HAVE_DECL_SNPRINTF.
499         * lib/snprintf.c: Include <stdio.h> instead of snprintf.h.
500         * lib/getaddrinfo.c: Likewise.
501
502         * modules/stdio: New file.
503         * lib/stdio_.h: New file, incorporating snprintf.h and vsnprintf.h.
504         * lib/snprintf.h: Remove file.
505         * lib/vsnprintf.h: Remove file.
506         * lib/.cppi-disable: Remove snprintf.h.
507         * m4/stdio_h.m4: New file.
508         * MODULES.html.sh (Support for systems lacking ISO C 99): Add stdio.
509
510 2007-02-20  Jim Meyering  <jim@meyering.net>
511
512         * lib/ftruncate.c [HAVE_CHSIZE]: Document that this code is
513         used by e.g., mingw.  From Bruno Haible.
514
515 2007-02-19  Bruno Haible  <bruno@clisp.org>
516
517         * lib/string_.h: Use "#pragma GCC system_header" to suppress some gcc
518         warnings.
519         Reported by Ben Pfaff <blp@cs.stanford.edu>.
520
521 2007-02-19  Bruno Haible  <bruno@clisp.org>
522
523         * m4/ftruncate.m4 (gl_FUNC_FTRUNCATE): Don't request a complaint mail
524         from mingw users.
525
526 2007-02-19  Bruno Haible  <bruno@clisp.org>
527
528         * lib/stdlib_.h: Use "#pragma GCC system_header" to suppress some gcc
529         warnings.
530         Reported by Joel E. Denny <jdenny@ces.clemson.edu> via Paul Eggert.
531
532 2007-02-19  Jim Meyering  <jim@meyering.net>
533
534         Don't use FD after a successful "fdopendir (fd)".
535         * lib/getcwd.c (__getcwd) [AT_FDCWD]: fdopendir (fd) usually closes fd.
536         Reset it by calling dirfd on the just-obtained DIR*.
537
538         * m4/ftruncate.m4: Adjust comment to give this module a 3-year reprieve.
539         Prompted by a report from Bruno Haible that mingw lacks ftruncate.
540
541 2007-02-18  Bruno Haible  <bruno@clisp.org>
542
543         * lib/readlink.c: Include <unistd.h>.
544         * m4/readlink.m4 (gl_FUNC_READLINK): Require gl_UNISTD_H_DEFAULTS. Set
545         HAVE_READLINK.
546         * modules/readlink (Depends-on): Add unistd.
547         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
548         (Include): Add <unistd.h>.
549
550         * lib/getlogin_r.h: Remove file.
551         * lib/getlogin_r.c: Include <unistd.h> instead of getlogin_r.h.
552         * m4/getlogin_r.m4 (gl_GETLOGIN_R_SUBSTITUTE): Remove macro.
553         (gl_GETLOGIN_R): Inline it here. Require gl_UNISTD_H_DEFAULTS. Set
554         HAVE_DECL_GETLOGIN_R.
555         * modules/getlogin_r (Files): Remove lib/getlogin_r.h.
556         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
557         (Include): Use <unistd.h> instead of getlogin_r.h.
558
559         * lib/getcwd.h: Remove file.
560         * lib/getcwd.c: Include <unistd.h> instead of getcwd.h.
561         * lib/xgetcwd.c: Likewise.
562         * m4/getcwd.m4 (gl_FUNC_GETCWD): Require gl_UNISTD_H_DEFAULTS. Set
563         REPLACE_GETCWD. Don't define __GETCWD_PREFIX.
564         * modules/getcwd (Files): Remove lib/getcwd.h.
565         (Depends-on): Add unistd.
566         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
567         (Include): Use <unistd.h> instad of getcwd.h.
568
569         * lib/ftruncate.c: Include <unistd.h> first.
570         * m4/ftruncate.m4 (gl_FUNC_FTRUNCATE): Require gl_UNISTD_H_DEFAULTS.
571         Set HAVE_FTRUNCATE.
572         * modules/ftruncate (Depends-on): Add unistd.
573         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
574
575         * lib/fchdir.c: Include <unistd.h> first.
576         * lib/dirent_.h: Test REPLACE_FCHDIR, not FCHDIR_REPLACEMENT.
577         * m4/fchdir.m4 (gl_FUNC_FCHDIR): Require gl_UNISTD_H_DEFAULTS instead
578         of gl_HEADER_UNISTD_DEFAULTS. Set REPLACE_FCHDIR. Don't set UNISTD_H.
579         * modules/fchdir (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
580         (Makefile.am): Substitute also REPLACE_FCHDIR into dirent.h.
581
582         * lib/dup2.c: Include <unistd.h> first.
583         * m4/dup2.m4 (gl_FUNC_DUP2): Require gl_UNISTD_H_DEFAULTS. Set
584         HAVE_DUP2.
585         * modules/dup2 (Depends-on): Add unistd.
586         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
587
588         * lib/chown.c: Include <unistd.h> first. Undefine chown later.
589         * m4/chown.m4 (gl_FUNC_CHOWN): Require gl_UNISTD_H_DEFAULTS. Set
590         REPLACE_CHOWN. Don't define chown as a macro here.
591         * modules/chown (Depends-on): Add unistd.
592         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
593
594         * lib/unistd_.h: Test HAVE_UNISTD_H determined at configure time.
595         Add definition for GL_LINK_WARNING.
596         (chown, dup2): New declarations.
597         (fchdir): Test REPLACE_FCHDIR, not FCHDIR_REPLACEMENT. Provide optional
598         link warning.
599         (ftruncate): New declaration.
600         (getcwd): New declaration, taken from old getcwd.h.
601         (getlogin_r): New declaration, taken from old getlogin_r.h.
602         (readlink): New declaration.
603         * m4/unistd_h.m4 (gl_UNISTD_H): Renamed from gl_HEADER_UNISTD. Don't
604         set UNISTD_H. Inline gl_PREREQ_UNISTD. Set HAVE_UNISTD_H.
605         (gl_PREREQ_UNISTD): Remove macro.
606         (gl_UNISTD_MODULE_INDICATOR): New macro.
607         (gl_UNISTD_H_DEFAULTS): Renamed from gl_HEADER_UNISTD_DEFAULTS. Set
608         many new variables. Don't set UNISTD_H.
609         * modules/unistd (Description): Change.
610         (Depends-on): Add link-warning.
611         (configure.ac): Update.
612         (Makefile.am): Create unistd.h always. Substitute many new variables
613         into it.
614
615 2007-02-18  Bruno Haible  <bruno@clisp.org>
616
617         * lib/stdlib_.h (getsubopt): New declaration, copied from getsubopt.h.
618         * modules/stdlib (stdlib.h): Also substitute GNULIB_GETSUBOPT and
619         HAVE_GETSUBOPT.
620         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Also initialize
621         GNULIB_GETSUBOPT and HAVE_GETSUBOPT.
622         * lib/getsubopt.h: Remove file.
623         * modules/getsubopt (Files): Remove lib/getsubopt.h.
624         (Depends-on): Add stdlib.
625         (configure.ac): Invoke gl_STDLIB_MODULE_INDICATOR.
626         (Includes): Use <stdlib.h> instead of getsubopt.h.
627         * m4/getsubopt.m4 (gl_FUNC_GETSUBOPT): Require gl_STDLIB_H_DEFAULTS.
628         Set HAVE_GETSUBOPT.
629         * lib/getsubopt.c: Don't include getsubopt.h.
630
631 2007-02-18  Bruno Haible  <bruno@clisp.org>
632
633         * modules/fchdir (Depends-on): Add dup2.
634
635 2007-02-18  Bruno Haible  <bruno@clisp.org>
636
637         * lib/stdlib_.h: Handle glibc's special invocation convention
638         specially.
639
640 2007-02-18  Bruno Haible  <bruno@clisp.org>
641
642         * modules/stdlib-tests: New file.
643         * tests/test-stdlib.c: New file.
644
645         * modules/mkstemp (Files): Remove lib/mkstemp.h.
646         (Depends-on): Add stdlib.
647         (configure.ac): Invoke gl_STDLIB_MODULE_INDICATOR.
648         (Includes): Use <stdlib.h> instead of mkstemp.h.
649         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Require gl_STDLIB_H_DEFAULTS. Set
650         REPLACE_MKSTEMP. Remove definition of __MKSTEMP_PREFIX.
651         * lib/mkstemp.c: Don't include mkstemp.h.
652         * lib/mkstemp-safer.c: Include <stdlib.h> instead of mkstemp.h.
653         * lib/stdlib--.h: Don't include mkstemp.h.
654
655         * modules/mkdtemp (Files): Remove lib/mkdtemp.h.
656         (Depends-on): Add stdlib.
657         (configure.ac): Invoke gl_STDLIB_MODULE_INDICATOR.
658         (Includes): Use <stdlib.h> instead of mkdtemp.h.
659         * m4/mkdtemp.m4 (gt_FUNC_MKDTEMP): Require gl_STDLIB_H_DEFAULTS. Set
660         HAVE_MKDTEMP.
661         * lib/mkdtemp.c: Don't include mkdtemp.h.
662         * lib/clean-temp.c: Don't include mkdtemp.h.
663
664         * modules/exit (Files): Remove lib/exit.h.
665         (Depends-on): Add stdlib.
666         (Makefile.am): Remove lib_SOURCES.
667         (Include): Use <stdlib.h> instead of exit.h.
668         * lib/argmatch.c: Don't include exit.h.
669         * lib/execute.c: Likewise.
670         * lib/pagealign_alloc.c: Likewise.
671         * lib/pipe.c: Likewise.
672         * lib/wait-process.c: Likewise.
673         * lib/copy-file.c: Include <stdlib.h> instead of exit.h.
674         * lib/exitfail.c: Likewise.
675         * lib/savewd.c: Likewise.
676         * lib/xsetenv.c: Likewise.
677
678         * modules/stdlib: New file.
679         * lib/stdlib_.h: New file, incorporating exit.h, mkdtemp.h, mkstemp.h
680         and extra comments about mkstemp().
681         * lib/exit.h: Remove file.
682         * lib/mkdtemp.h: Remove file.
683         * lib/mkstemp.h: Remove file.
684         * m4/stdlib_h.m4: New file.
685         * MODULES.html.sh (Support for systems lacking ANSI C 89): Add stdlib.
686
687 2007-02-18  Bruno Haible  <bruno@clisp.org>
688
689         * modules/math-tests: New file.
690         * tests/test-math.c: New file.
691
692         * modules/math: New file.
693         * modules/mathl (Files): Remove lib/mathl.h.
694         (Depends-on): Add math.
695         (Makefile.am): Don't mention mathl.h.
696         (Include): Use <math.h> instead of mathl.h.
697         * lib/math_.h: New file.
698         * lib/mathl.h: Remove file.
699         * lib/acosl.c: Include <config.h> and <math.h> first. Don't include
700         mathl.h.
701         * lib/asinl.c: Likewise.
702         * lib/atanl.c: Likewise.
703         * lib/ceill.c: Likewise.
704         * lib/cosl.c: Likewise.
705         * lib/expl.c: Likewise.
706         * lib/floorl.c: Likewise.
707         * lib/frexpl.c: Likewise.
708         * lib/ldexpl.c: Likewise.
709         * lib/logl.c: Likewise.
710         * lib/sincosl.c: Likewise.
711         * lib/sinl.c: Likewise.
712         * lib/sqrtl.c: Likewise.
713         * lib/tanl.c: Likewise.
714         * lib/trigl.c: Likewise.
715         * m4/math_h.m4: New file.
716         * MODULES.html.sh (Mathematics): Add math.
717
718 2007-02-17  Bruno Haible  <bruno@clisp.org>
719
720         * modules/wctype-tests: New file.
721         * tests/test-wctype.c: New file.
722
723         * modules/wchar-tests: New file.
724         * tests/test-wchar.c: New file.
725
726         * modules/unistd-tests: New file.
727         * tests/test-unistd.c: New file.
728
729         * modules/time-tests: New file.
730         * tests/test-time.c: New file.
731
732         * modules/sysexits-tests: New file.
733         * tests/test-sysexits.c: New file.
734
735         * modules/sys_time-tests: New file.
736         * tests/test-sys_time.c: New file.
737
738         * modules/sys_stat-tests: New file.
739         * tests/test-sys_stat.c: New file.
740
741         * modules/sys_socket-tests: New file.
742         * tests/test-sys_socket.c: New file.
743
744         * modules/sys_select-tests: New file.
745         * tests/test-sys_select.c: New file.
746
747         * modules/string-tests: New file.
748         * tests/test-string.c: New file.
749
750         * modules/stdbool-tests: New file.
751         * tests/test-stdbool.c: New file.
752
753         * modules/netinet_in-tests: New file.
754         * tests/test-netinet_in.c: New file.
755
756         * modules/inttypes-tests: New file.
757         * tests/test-inttypes.c: New file.
758
759         * modules/fcntl-tests: New file.
760         * tests/test-fcntl.c: New file.
761
762         * modules/byteswap-tests: New file.
763         * tests/test-byteswap.c: New file.
764
765         * modules/arpa_inet-tests: New file.
766         * tests/test-arpa_inet.c: New file.
767
768 2007-02-17  Bruno Haible  <bruno@clisp.org>
769
770         * lib/inttypes_.h: Add definition for GL_LINK_WARNING.
771         (imaxabs, imaxdiv, strtoimax, strtoumax): Don't declare the function
772         if the corresponding module is not enabled. Emit link warnings if
773         the function is used nevertheless.
774         * m4/inttypes.m4 (gl_INTTYPES_H): Never use the existing <inttypes.h>.
775         Don't AC_SUBST HAVE_DECL_IMAXABS, HAVE_DECL_IMAXDIV,
776         HAVE_DECL_STRTOIMAX, HAVE_DECL_STRTOUMAX.
777         (gl_INTTYPES_MODULE_INDICATOR, gl_INTTYPES_H_DEFAULTS): New macros.
778         * modules/inttypes (Depends-on): Add link-warning.
779         (Makefile.am): Copy the contents of build-aux/link-warning.h into
780         inttypes.h. Substitute also GNULIB_IMAXABS, GNULIB_IMAXDIV,
781         GNULIB_STRTOIMAX, GNULIB_STRTOUMAX.
782         * modules/imaxabs (configure.ac): Invoke gl_INTTYPES_MODULE_INDICATOR.
783         * modules/imaxdiv (configure.ac): Likewise.
784         * modules/strtoimax (configure.ac): Likewise.
785         * modules/strtoumax (configure.ac): Likewise.
786
787 2007-02-17  Bruno Haible  <bruno@clisp.org>
788
789         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Include the contents of
790         gl_STRING_MODULE_INDICATOR_DEFAULTS.
791         (gl_STRING_MODULE_INDICATOR_DEFAULTS): Remove macro.
792         (gl_HEADER_STRING_H_BODY, gl_STRING_MODULE_INDICATOR): Update.
793
794 2007-02-17  Bruno Haible  <bruno@clisp.org>
795
796         * modules/link-warning: New file.
797         * build-aux/link-warning.h: New file, extracted from lib/string_.h.
798         * lib/string_.h (GL_LINK_WARNING): Remove definition.
799         * modules/string (Depends-on): Add link-warning.
800         (Makefile.am): Copy the contents of build-aux/link-warning.h into
801         string.h.
802         * MODULES.html.sh (Support for building libraries and executables): Add
803         link-warning.
804
805 2007-02-17  Bruno Haible  <bruno@clisp.org>
806
807         * lib/string_.h (memmem, mempcpy, memrchr, stpcpy, stpncpy, strcasecmp,
808         strncasecmp, strchr, strchrnul, strdup, strndup, strnlen, strcspn,
809         strpbrk, strspn, strrchr, strsep, strstr, strcasestr, strtok_r): Break
810         long lines.
811
812 2007-02-17  Ben Pfaff  <blp@cs.stanford.edu>
813             Bruno Haible  <bruno@clisp.org>
814
815         * modules/tmpfile: New file.
816         * lib/tmpfile.c: New file.
817         * m4/tmpfile.m4: New file.
818         * MODULES.html.sh (func_all_modules): New section "Input/output".
819
820 2007-02-15  Bruno Haible  <bruno@clisp.org>
821
822         * lib/clean-temp.c [WIN32 && !CYGWIN]: Include <windows.h>.
823         (supports_delete_on_close): New function.
824         (open_temp, fopen_temp): Use _O_TEMPORARY when supported.
825
826 2007-02-14  Bruno Haible  <bruno@clisp.org>
827
828         * modules/mbspcasecmp-tests: New file.
829         * tests/test-mbspcasecmp.sh: New file.
830         * tests/test-mbspcasecmp.c: New file.
831
832         New module mbspcasecmp.
833         * modules/mbspcasecmp: New file.
834         * lib/mbspcasecmp.c: New file.
835         * lib/string_.h (strncasecmp): Change warning message.
836         (mbspcasecmp): New declaration.
837         * m4/mbspcasecmp.m4: New file.
838         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
839         GNULIB_MBSPCASECMP.
840         * modules/string (string.h): Also substitute GNULIB_MBSPCASECMP.
841         * MODULES.html.sh (Internationalization functions): Add mbspcasecmp.
842
843 2007-02-14  Bruno Haible  <bruno@clisp.org>
844
845         * modules/mbsncasecmp-tests: New file.
846         * tests/test-mbsncasecmp.sh: New file.
847         * tests/test-mbsncasecmp.c: New file.
848
849         New module mbsncasecmp.
850         * modules/mbsncasecmp: New file.
851         * lib/mbsncasecmp.c: New file.
852         * lib/string_.h (mbsncasecmp): New declaration.
853         * m4/mbsncasecmp.m4: New file.
854         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
855         GNULIB_MBSNCASECMP.
856         * modules/string (string.h): Also substitute GNULIB_MBSNCASECMP.
857         * MODULES.html.sh (Internationalization functions): Add mbsncasecmp.
858
859 2007-02-14  Paul Eggert  <eggert@cs.ucla.edu>
860
861         * lib/exclude.c (FNM_EXTMATCH): Define if system does not.
862         Verify that it doesn't overlap with our flags.
863         (fnmatch_no_wildcards): Don't use strcasecmp or strncasecmp, which
864         do not have the desired effect in multibyte locales; instead, use
865         mbscasecmp.
866         * modules/exclude (Depends-on): Depend on mbscasecmp, not strcase.
867         Add dependency on xalloc.  Depend on fnmatch, not fnmatch-gnu, since
868         we don't require GNU fnmatch ourselves (if our users require it, they
869         should do so explicitly).
870
871         Fix regex code so it doesn't rely on strcasecmp.
872         * lib/regex_internal.h: Include <langinfo.h> only if _LIBC is defined.
873         Otherwise, include gnulib's langinfo.h.
874         * lib/regcomp.c (init_dfa): Don't use strcasecmp, as it can have
875         undesirable behavior in non-C locales.  Instead, rely on localecharset.
876         * m4/regex.m4 (gl_PREREQ_REGEX): Don't require AM_LANGINFO_CODESET.
877         * modules/regex (FILES): Remove m4/codeset.m4.
878         (Depends-on): Add localcharset.  Remove strcase.
879
880 2007-02-13  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
881
882         * m4/unlinkdir.m4 (gl_UNLINKDIR): Fix m4 quoting bug.
883         * m4/unlink-busy.m4 (gl_FUNC_UNLINK_BUSY_TEXT): Likewise.
884
885 2007-02-13  Bruno Haible  <bruno@clisp.org>
886
887         * m4/intdiv0.m4 (gt_INTDIV0): Assume ANSI C. Fix underquoting bug.
888         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
889
890 2007-02-12  Bruno Haible  <bruno@clisp.org>
891
892         * lib/string_.h (memmem, mempcpy, memrchr, stpcpy, stpncpy, strchrnul,
893         strdup, strndup, strnlen, strpbrk, strsep, strtok_r): If
894         GNULIB_POSIXCHECK and the gnulib module not enabled, provoke a link-
895         time warning rather than a link error.
896
897 2007-02-12  Bruno Haible  <bruno@clisp.org>
898
899         * m4/locale-fr.m4 (gt_LOCALE_FR): Fix m4 quoting bug.
900         * m4/locale-zh.m4 (gt_LOCALE_ZH_CN): Likewise.
901         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
902
903 2007-02-12  Paul Eggert  <eggert@cs.ucla.edu>
904
905         * lib/string_.h (strncasecmp): Fix typo: this macro takes 3
906         args, not 2.
907
908 2007-02-12  Paul Eggert  <eggert@cs.ucla.edu>
909
910         New module 'time', so that apps can include <time.h> as per
911         POSIX and GNU instead of separate include files like time_r.h
912         and timegm.h.  This implementation tries out a simpler approach
913         for replacing decls in standard include files (as compared to
914         the string module), somewhat as an experiment.
915
916         * config/srclist.txt: Comment out mktime.c for now.
917         * doc/gnulib-tool.texi (Initial import): Don't use time_r as an example
918         since it doesn't apply any more.  Use generic wording instead.
919         * MODULES.html.sh (Support for systems lacking POSIX:2001): New module
920         'time'.
921         * lib/time_.h, m4/time_h.m4, modules/time: New files.
922         * lib/strptime.h, lib/time_r.h, lib/timegm.h: Remove.
923         * lib/mktime.c: Include config.h depending on _LIBC, not HAVE_CONFIG_H.
924         Don't include <sys/types.h>; no longer needed since we assume C89.
925         * lib/mktime.c: Don't include "time_r.h"; no longer needed.
926         * lib/strftime.c: Likewise.
927         * lib/time_r.c: Likewise.
928         * lib/nanosleep.c (nanosleep): #undef after include files, not before.
929         * lib/nanosleep.c: Include <time.h> first, to check interface.
930         * lib/strptime.c: Likewise.
931         * lib/time_r.c: Likewise.
932         * lib/timegm.c: Likewise.
933         * lib/strptime.c: Don't include strptime.h or time_r.h; no longer
934         needed.
935         * lib/timegm.c: Don't include timegm.h; no longer needed.
936         * lib/timespec.h: Don't include <sys/time.h> before <time.h>;
937         time.h now handles any problems in that area.
938         (struct timespec, nanosleep): Remove; time.h now arranges for these.
939         * lib/xnanosleep.c: Don't include timespec.h; no longer needed now
940         that time.h defines struct timespec.
941         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Check that nanosleep is declared.
942         Set REPLACE_NANOSLEEP.  Don't AC_DEFINE nanosleep; the time module now
943         handles that.
944         * m4/strptime.m4 (gl_FUNC_STPRTIME): Set REPLACE_STRPTIME.
945         * m4/time_r.m4 (gl_TIME_R): Don't define HAVE_TIME_R_POSIX; no longer
946         needed.  Set REPLACE_LOCALTIME.
947         * m4/timegm.m4 (gl_FUNC_TIMEGM): Set REPLACE_TIMEGM.
948         * m4/timespec.m4 (gl_CHECK_TYPE_STRUCT_TIMESPEC): Move to time_h.m4.
949         (gl_TIMESPEC): Don't check for sys/time.h or struct timespec or
950         nanosleep; time_h.m4 now does that.  Don't require
951         gl_USE_SYSTEM_EXTENSIONS; no longer needed directly, and the time
952         module handles this now.
953         * modules/getdate (Depends-on): Remove timespec.  Add time.
954         * modules/nanosleep (Depends-on): Likewise.
955         * modules/stat-time (Depends-on): Likewise.
956         * modules/nanosleep (Include): Include time.h, not timespec.h.
957         * modules/strptime (Files): Remove lib/strptime.h.
958         (Depends-on): Add extensions, time.
959         (Include): Include time.h, not strptime.h.
960         * modules/time_r (Files): Remove lib/time_r.h.
961         (Depends-on): Add time.
962         (Include): Include time.h, not time_r.h.
963         * modules/timegm: Likewise.
964         * modules/timespec (Description): Now does timespec-related decls
965         of our own, instead of struct timespec itself.
966         (Depends-on): Add time; remove extensions.
967         (Maintainer): Add self.
968         * modules/utimecmp (Depends-on): Add time; remove timespec.
969         * modules/utimens (Depends-on): Likewise.
970         * modules/xnanosleep (Depends-on): Likewise.
971
972 2007-02-11  Bruno Haible  <bruno@clisp.org>
973
974         * lib/c-strstr.c: Include allocsa.h.
975         (knuth_morris_pratt): Use allocsa/freesa instead of malloc/free.
976         * lib/c-strcasestr.c: Include allocsa.h.
977         (knuth_morris_pratt): Use allocsa/freesa instead of malloc/free.
978         * lib/strcasestr.c: Include allocsa.h.
979         (knuth_morris_pratt): Use allocsa/freesa instead of malloc/free.
980         * lib/mbsstr.c: Include allocsa.h.
981         (knuth_morris_pratt_unibyte, knuth_morris_pratt_multibyte): Use
982         allocsa/freesa instead of malloc/free.
983         * lib/mbscasestr.c: Include allocsa.h.
984         (knuth_morris_pratt_unibyte, knuth_morris_pratt_multibyte): Use
985         allocsa/freesa instead of malloc/free.
986         * modules/c-strstr (Depends-on): Add allocsa.
987         * modules/c-strcasestr (Depends-on): Likewise.
988         * modules/strcasestr (Depends-on): Likewise.
989         * modules/mbsstr (Depends-on): Likewise.
990         * modules/mbscasestr (Depends-on): Likewise.
991
992 2007-02-11  Bruno Haible  <bruno@clisp.org>
993
994         * lib/mbsspn.c (mbsspn): Fix bug. Remove unnecessary strlen call.
995
996         * modules/mbsspn-tests: New file.
997         * tests/test-mbsspn.sh: New file.
998         * tests/test-mbsspn.c: New file.
999
1000 2007-02-11  Bruno Haible  <bruno@clisp.org>
1001
1002         * lib/mbspbrk.c (mbspbrk): Remove unneeded cast.
1003
1004         * modules/mbspbrk-tests: New file.
1005         * tests/test-mbspbrk.sh: New file.
1006         * tests/test-mbspbrk.c: New file.
1007
1008 2007-02-11  Bruno Haible  <bruno@clisp.org>
1009
1010         * lib/mbscspn.c (mbscspn): Remove unnecessary strlen call and
1011         unneeded cast.
1012
1013         * modules/mbscspn-tests: New file.
1014         * tests/test-mbscspn.sh: New file.
1015         * tests/test-mbscspn.c: New file.
1016
1017 2007-02-11  Bruno Haible  <bruno@clisp.org>
1018
1019         * modules/mbscasecmp-tests: New file.
1020         * tests/test-mbscasecmp.sh: New file.
1021         * tests/test-mbscasecmp.c: New file.
1022
1023 2007-02-11  Bruno Haible  <bruno@clisp.org>
1024
1025         Ensure O(n) worst-case complexity of mbscasestr.
1026         * lib/mbscasestr.c: Include stdbool.h.
1027         (knuth_morris_pratt_unibyte, knuth_morris_pratt_multibyte): New
1028         functions.
1029         (mbscasestr): Add some bookkeeping. Invoke knuth_morris_pratt_* when
1030         the bookkeeping indicates that it's worth it.
1031         * modules/mbscasestr (Depends-on): Add stdbool, mbslen, strnlen.
1032
1033         * modules/mbscasestr-tests: New file.
1034         * tests/test-mbscasestr1.c: New file.
1035         * tests/test-mbscasestr2.sh: New file.
1036         * tests/test-mbscasestr2.c: New file.
1037         * tests/test-mbscasestr3.sh: New file.
1038         * tests/test-mbscasestr3.c: New file.
1039         * tests/test-mbscasestr4.sh: New file.
1040         * tests/test-mbscasestr4.c: New file.
1041         * m4/locale-tr.m4: New file.
1042
1043 2007-02-11  Bruno Haible  <bruno@clisp.org>
1044
1045         Ensure O(n) worst-case complexity of mbsstr.
1046         * lib/mbsstr.c: Include stdbool.h.
1047         (knuth_morris_pratt_unibyte, knuth_morris_pratt_multibyte): New
1048         functions.
1049         (mbsstr): Add some bookkeeping. Invoke knuth_morris_pratt_* when the
1050         bookkeeping indicates that it's worth it.
1051         * modules/mbsstr (Depends-on): Add stdbool, mbslen, strnlen.
1052
1053         * modules/mbsstr-tests: New file.
1054         * tests/test-mbsstr1.c: New file.
1055         * tests/test-mbsstr2.sh: New file.
1056         * tests/test-mbsstr2.c: New file.
1057         * tests/test-mbsstr3.sh: New file.
1058         * tests/test-mbsstr3.c: New file.
1059         * m4/locale-fr.m4: New file.
1060
1061 2007-02-11  Bruno Haible  <bruno@clisp.org>
1062
1063         * lib/mbsrchr.c (mbsrchr): Fix bug.
1064
1065         * modules/mbsrchr-tests: New file.
1066         * tests/test-mbsrchr.sh: New file.
1067         * tests/test-mbsrchr.c: New file.
1068
1069 2007-02-11  Bruno Haible  <bruno@clisp.org>
1070
1071         * lib/mbschr.c (mbschr): Fix bug.
1072
1073         * modules/mbschr-tests: New file.
1074         * tests/test-mbschr.sh: New file.
1075         * tests/test-mbschr.c: New file.
1076         * m4/locale-zh.m4: New file.
1077
1078 2007-02-11  Bruno Haible  <bruno@clisp.org>
1079
1080         Support for copying multibyte string iterators.
1081         * lib/mbiter.h: Include <string.h>.
1082         (mbiter_multi_copy): New function.
1083         (mbi_copy): New macro.
1084         * lib/mbuiter.h: Include <string.h>.
1085         (mbuiter_multi_copy): New function.
1086         (mbui_copy): New macro.
1087
1088 2007-02-11  Bruno Haible  <bruno@clisp.org>
1089
1090         New module mbslen.
1091         * modules/mbslen: New file.
1092         * lib/mbslen.c: New file.
1093         * lib/string_.h (mbslen): New declaration.
1094         * m4/mbslen.m4: New file.
1095         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
1096         GNULIB_MBSLEN.
1097         * modules/string (string.h): Also substitute GNULIB_MBSLEN.
1098         * MODULES.html.sh (Internationalization functions): Add mbslen.
1099
1100 2007-02-11  Bruno Haible  <bruno@clisp.org>
1101
1102         Ensure O(n) worst-case complexity of strcasestr substitute.
1103         * lib/strcasestr.c: Include stdbool.h.
1104         (knuth_morris_pratt): New function.
1105         (strcasestr): Add some bookkeeping. Invoke knuth_morris_pratt when the
1106         bookkeeping indicates that it's worth it.
1107         * modules/strcasestr (Depends-on): Add stdbool, strnlen.
1108
1109         * modules/strcasestr-tests: New file.
1110         * tests/test-strcasestr.c: New file.
1111
1112 2007-02-11  Bruno Haible  <bruno@clisp.org>
1113
1114         Ensure O(n) worst-case complexity of c_strcasestr.
1115         * lib/c-strcasestr.c: Include stdbool.h, string.h.
1116         (knuth_morris_pratt): New function.
1117         (c_strcasestr): Add some bookkeeping. Invoke knuth_morris_pratt when
1118         the bookkeeping indicates that it's worth it.
1119         * modules/c-strcasestr (Depends-on): Add stdbool, strnlen.
1120
1121         * modules/c-strcasestr-tests: New file.
1122         * tests/test-c-strcasestr.c: New file.
1123
1124 2007-02-11  Bruno Haible  <bruno@clisp.org>
1125
1126         Ensure O(n) worst-case complexity of c_strstr.
1127         * lib/c-strstr.c: Include stdbool.h, string.h.
1128         (knuth_morris_pratt): New function.
1129         (c_strstr): Add some bookkeeping. Invoke knuth_morris_pratt when the
1130         bookkeeping indicates that it's worth it.
1131         * modules/c-strstr (Depends-on): Add stdbool, strnlen.
1132
1133         * lib/c-strstr.c: Complete rewrite for maintainability.
1134
1135         * modules/c-strstr-tests: New file.
1136         * tests/test-c-strstr.c: New file.
1137
1138 2007-02-11  Bruno Haible  <bruno@clisp.org>
1139
1140         * m4/javacomp.m4 (gt_JAVACOMP): Work around a 'tr' bug in coreutils
1141         5.2.1 and earlier, whereby \055 was treated just like the range
1142         delimiter '-'.
1143         Reported by Joel E. Denny <jdenny@ces.clemson.edu>.
1144
1145 2007-02-08  Bruno Haible  <bruno@clisp.org>
1146
1147         * modules/regex (Depends-on): Add stdbool.
1148         Reported by Dalibor Topic <robilad@kaffe.org>.
1149
1150 2007-02-05  Paul Eggert  <eggert@cs.ucla.edu>
1151
1152         * m4/regex.m4 (gl_REGEX): Check for glibc bug #3957.
1153         Prefer returning from main to exiting from it.
1154         Remove unnecessary parens after sizeof.
1155
1156 2007-02-05  Bruno Haible  <bruno@clisp.org>
1157
1158         New module mbssep.
1159         * modules/mbssep: New file.
1160         * lib/mbssep.c: New file.
1161         * lib/string_.h (strsep): Add a conditional link warning.
1162         (mbssep): New declaration.
1163         * m4/mbssep.m4: New file.
1164         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
1165         GNULIB_MBSSEP.
1166         * modules/string (string.h): Also substitute GNULIB_MBSSEP.
1167         * MODULES.html.sh (Internationalization functions): Add mbssep.
1168
1169 2007-02-05  Bruno Haible  <bruno@clisp.org>
1170
1171         * lib/strsep.c (strsep): Fix actions in case of no delimiters.
1172         Optimize search in case of 1 delimiter.
1173
1174 2007-02-05  Paolo Bonzini  <bonzini@gnu.org>
1175
1176         * lib/acl.h: Include sys/types.h before sys/acl.h.
1177
1178 2007-02-05  Paolo Bonzini  <bonzini@gnu.org>
1179
1180         Merge upstream fix for glibc bugzilla #3957:
1181
1182         2007-02-05  Jakub Jelinek  <jakub@redhat.com>
1183
1184         * lib/regcomp.c (parse_bracket_exp): Set '\n' bit rather than '\0'
1185         bit for RE_HAT_LISTS_NOT_NEWLINE.
1186         (build_charclass_op): Remove bogus comment.
1187
1188 2007-02-05  Simon Josefsson  <simon@josefsson.org>
1189
1190         * lib/gc.h, lib/gc-libgcrypt.c: Support SHA-256/384/512.
1191
1192 2007-02-04  Paul Eggert  <eggert@cs.ucla.edu>
1193
1194         * lib/getsubopt.c [!_LIBC]: Include config.h and getsubopt.h.
1195         * lib/memmem.c [!defined _LIBC]: Include config.h.
1196
1197 2007-02-04  Bruno Haible  <bruno@clisp.org>
1198
1199         * lib/string_.h (GL_LINK_WARNING2): Put the word "warning:" into the
1200         warning message.
1201
1202 2007-02-04  Bruno Haible  <bruno@clisp.org>
1203
1204         New module mbstok_r.
1205         * modules/mbstok_r: New file.
1206         * lib/mbstok_r.c: New file.
1207         * lib/string_.h (strtok_r): Change argument names to match the
1208         comments. Add a conditional link warning.
1209         (mbstok_r): New declaration.
1210         * m4/mbstok_r.m4: New file.
1211         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
1212         GNULIB_MBSTOK_R.
1213         * modules/string (string.h): Also substitute GNULIB_MBSTOK_R.
1214         * MODULES.html.sh (Internationalization functions): Add mbstok_r.
1215
1216 2007-02-04  Bruno Haible  <bruno@clisp.org>
1217
1218         New module mbsspn.
1219         * modules/mbsspn: New file.
1220         * lib/mbsspn.c: New file.
1221         * lib/string_.h (strspn): Add a conditional link warning.
1222         (mbsspn): New declaration.
1223         * m4/mbsspn.m4: New file.
1224         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
1225         GNULIB_MBSSPN.
1226         * modules/string (string.h): Also substitute GNULIB_MBSSPN.
1227         * MODULES.html.sh (Internationalization functions): Add mbsspn.
1228
1229 2007-02-04  Bruno Haible  <bruno@clisp.org>
1230
1231         New module mbspbrk.
1232         * modules/mbspbrk: New file.
1233         * lib/mbspbrk.c: New file.
1234         * lib/string_.h (strpbrk): Add a conditional link warning.
1235         (mbspbrk): New declaration.
1236         * m4/mbspbrk.m4: New file.
1237         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
1238         GNULIB_MBSPBRK.
1239         * modules/string (string.h): Also substitute GNULIB_MBSPBRK.
1240         * MODULES.html.sh (Internationalization functions): Add mbspbrk.
1241
1242 2007-02-04  Bruno Haible  <bruno@clisp.org>
1243
1244         New module mbscspn.
1245         * modules/mbscspn: New file.
1246         * lib/mbscspn.c: New file.
1247         * lib/string_.h (strcspn): Add a conditional link warning.
1248         (mbscspn): New declaration.
1249         * m4/mbscspn.m4: New file.
1250         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
1251         GNULIB_MBSCSPN.
1252         * modules/string (string.h): Also substitute GNULIB_MBSCSPN.
1253         * MODULES.html.sh (Internationalization functions): Add mbscspn.
1254
1255 2007-02-04  Bruno Haible  <bruno@clisp.org>
1256
1257         New module mbscasestr, reduced goal of strcasestr.
1258         * modules/mbscasestr: New file.
1259         * lib/mbscasestr.c: New file, copied from lib/strcasestr.c.
1260         (mbscasestr): Renamed from strcasestr.
1261         * lib/strcasestr.c: Don't include mbuiter.h.
1262         (strcasestr): Remove support for multibyte locales.
1263         * lib/string_.h (strcasestr): Don`t rename. Declare only if missing.
1264         Change the conditional link warning.
1265         (mbscasestr): New declaration.
1266         * m4/mbscasestr.m4: New file.
1267         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR): Enable the replacement only if
1268         the system does not have strcasestr. Set HAVE_STRCASESTR instead of
1269         REPLACE_STRCASESTR.
1270         (gl_PREREQ_STRCASESTR): Don't require gl_FUNC_MBRTOWC.
1271         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Initialize
1272         HAVE_STRCASESTR instead of REPLACE_STRCASESTR.
1273         (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize GNULIB_MBSCASESTR.
1274         * modules/string (string.h): Also substitute GNULIB_MBSCASESTR.
1275         Substitute HAVE_STRCASESTR instead of REPLACE_STRCASESTR.
1276         * modules/strcasestr (Files): Remove m4/mbrtowc.m4.
1277         (Depends-on): Remove mbuiter.
1278         * MODULES.html.sh (Internationalization functions): Add mbscasestr.
1279
1280 2007-02-04  Bruno Haible  <bruno@clisp.org>
1281
1282         Simplify handling of strncasecmp.
1283         * lib/string_.h (strncasecmp): Remove test for GNULIB_STRCASE. Change
1284         the conditional link warning.
1285         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Initialize
1286         HAVE_STRCASECMP, not REPLACE_STRCASECMP.
1287         (gl_STRING_MODULE_INDICATOR_DEFAULTS): Don't initialize GNULIB_STRCASE.
1288         * modules/strcase (configure.ac): Don't invoke
1289         gl_STRING_MODULE_INDICATOR.
1290         * modules/string (string.h): Don't substitute GNULIB_STRCASE.
1291
1292 2007-02-04  Bruno Haible  <bruno@clisp.org>
1293
1294         New module mbscasecmp, reduced goal of strcasecmp.
1295         * modules/mbscasecmp: New file.
1296         * lib/mbscasecmp.c: New file, copied from lib/strcasecmp.c.
1297         (mbscasecmp): Renamed from strcasecmp.
1298         * lib/strcasecmp.c: Don't include mbuiter.h.
1299         (strcasecmp): Remove support for multibyte locales.
1300         * lib/string_.h (strcasecmp): Don`t rename. Declare only if missing.
1301         Change the conditional link warning.
1302         (mbscasecmp): New declaration.
1303         * m4/mbscasecmp.m4: New file.
1304         * m4/strcase.m4 (gl_FUNC_STRCASECMP): Enable the replacement only if
1305         the system lacks strcasecmp. Set HAVE_STRCASECMP instead of
1306         REPLACE_STRCASECMP.
1307         (gl_PREREQ_STRCASECMP): Don't require gl_FUNC_MBRTOWC.
1308         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
1309         GNULIB_MBSCASECMP.
1310         * modules/string (string.h): Also substitute GNULIB_MBSCASECMP.
1311         Substitute HAVE_STRCASECMP instead of REPLACE_STRCASECMP.
1312         * modules/strcase (Files): Remove m4/mbrtowc.m4.
1313         (Depends-on): Remove mbuiter.
1314         * MODULES.html.sh (Internationalization functions): Add mbscasecmp.
1315
1316 2007-02-04  Bruno Haible  <bruno@clisp.org>
1317
1318         New module mbsstr. Remove module strstr.
1319         * modules/mbsstr: New file.
1320         * modules/strstr: Remove file.
1321         * lib/mbsstr.c: Renamed from lib/strstr.c.
1322         (mbsstr): Renamed from strstr.
1323         * lib/string_.h (strstr): Remove declaration. Change the conditional
1324         link warning.
1325         (mbsstr): New declaration.
1326         * m4/mbsstr.m4: New file.
1327         * m4/strstr.m4: Remove file.
1328         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Don't initialize
1329         REPLACE_STRSTR.
1330         (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize GNULIB_MBSSTR.
1331         Don't initialize GNULIB_STRSTR.
1332         * modules/string (string.h): Also substitute GNULIB_MBSSTR. Don't
1333         substitute GNULIB_STRSTR and REPLACE_STRSTR.
1334         * MODULES.html.sh (Internationalization functions): Add mbsstr.
1335         (Support for systems lacking ANSI C 89): Remove strstr.
1336
1337 2007-02-04  Bruno Haible  <bruno@clisp.org>
1338
1339         New module mbsrchr.
1340         * modules/mbsrchr: New file.
1341         * lib/mbsrchr.c: New file.
1342         * lib/string_.h (strrchr): Add a conditional link warning.
1343         (mbsrchr): New declaration.
1344         * m4/mbsrchr.m4: New file.
1345         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
1346         GNULIB_MBSRCHR.
1347         * modules/string (string.h): Also substitute GNULIB_MBSRCHR.
1348         * MODULES.html.sh (Internationalization functions): Add mbsrchr.
1349
1350 2007-02-04  Bruno Haible  <bruno@clisp.org>
1351
1352         New module mbschr.
1353         * modules/mbschr: New file.
1354         * lib/mbschr.c: New file.
1355         * lib/string_.h (strchr): Add a conditional link warning.
1356         (mbschr): New declaration.
1357         * m4/mbschr.m4: New file.
1358         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
1359         GNULIB_MBSCHR.
1360         * modules/string (string.h): Also substitute GNULIB_MBSCHR.
1361         * MODULES.html.sh (Internationalization functions): Add mbschr.
1362
1363 2007-02-04  Paul Eggert  <eggert@cs.ucla.edu>
1364
1365         * lib/stdbool_.h: Mention that bool bit-fields aren't supported.
1366
1367         * modules/stdarg (configure.ac-early): Require AC_PROG_CC_STDC.
1368
1369 2007-02-04  Bruno Haible  <bruno@clisp.org>
1370
1371         New module description section 'configure.ac-early'.
1372         * gnulib-tool (sed_extract_prog): Recognize configure.ac-early.
1373         (func_get_autoconf_early_snippet): New function.
1374         (func_import, func_create_testdir): Use it. Remove special cases for
1375         modules 'extensions' and 'lock'.
1376         * modules/extensions (configure.ac-early): Require
1377         gl_USE_SYSTEM_EXTENSIONS.
1378         * modules/lock (configure.ac-early): Require gl_LOCK_EARLY.
1379
1380 2007-02-04  Bruno Haible  <bruno@clisp.org>
1381
1382         Make use of gcj-4.3's -fsource and -ftarget option.
1383         * m4/javacomp.m4 (gt_JAVACOMP): Test whether gcj is in version >= 4.3,
1384         and if so try the options -fsource and -ftarget.
1385         * lib/javacomp.c (compile_using_gcj): Add fsource_option,
1386         source_version, ftarget_option, target_version arguments.
1387         (is_envjavac_gcj43, is_envjavac_gcj43_usable): New functions.
1388         (is_envjavac_oldgcj_14_14_usable): Renamed from
1389         is_envjavac_gcj_14_14_usable.
1390         (is_envjavac_oldgcj_14_13_usable): Renamed from
1391         is_envjavac_gcj_14_13_usable.
1392         (is_gcj_present): Update.
1393         (is_gcj_43, is_gcj43_usable): New functions.
1394         (is_oldgcj_14_14_usable): Renamed from is_gcj_14_14_usable. Update.
1395         (is_oldgcj_14_13_usable): Renamed from is_gcj_14_13_usable. Update.
1396         (compile_java_class): Test whether gcj is in version >= 4.3, and if so
1397         try the options -fsource and -ftarget.
1398
1399 2007-02-03  Paul Eggert  <eggert@cs.ucla.edu>
1400
1401         * lib/xalloc.h (x2nrealloc): Fix an unlikely bug in the overflow
1402         checking code.  Set N = ceil (1.5 * N) rather than to a slightly
1403         larger value.
1404
1405 2007-02-03  Jim Meyering  <jim@meyering.net>
1406
1407         Give tools a better chance to allocate space for very large buffers.
1408         * lib/xalloc.h (x2nrealloc): Use 3/2, not 2, as buffer size factor.
1409
1410         Make pwd and readlink work also when run with an unreadable parent dir
1411         on systems with openat support.
1412         * lib/getcwd.c (__getcwd) [HAVE_PARTLY_WORKING_GETCWD]: Use the system
1413         provided getcwd function, even when we have openat support.
1414         Reported by Dmitry V. Levin in <http://bugzilla.redhat.com/227168>.
1415
1416 2007-02-02  Bruno Haible  <bruno@clisp.org>
1417
1418         * lib/string_.h (memmem, mempcpy, memrchr, stpcpy, stpncpy, strchrnul,
1419         strdup, strndup, strnlen, strpbrk, strsep, strtok_r): Provoke a link
1420         error only if GNULIB_POSIXCHECK is defined. Needed to avoid artificial
1421         portability problems if one of these functions is only used on specific
1422         platforms.
1423         Reported by Paul Eggert.
1424
1425 2007-02-02  Paul Eggert  <eggert@cs.ucla.edu>
1426
1427         Avoid mempcpy in the regex code, as the string.h mempcpy stuff
1428         is causing more trouble than it's curing.
1429         * lib/regex_internal.h (__mempcpy): Remove.
1430         * lib/regcomp.c (regerror): Rewrite to avoid the need for mempcpy
1431         (and make the code a tad smaller to boot).
1432         * m4/regex.m4 (gl_PREREQ_REGEX): Don't check for mempcpy.
1433
1434 2007-02-02  Jim Meyering  <jim@meyering.net>
1435
1436         * modules/arpa_inet: Put AC_PROG_MKDIR_P in the configure.ac:
1437         section, not in the Makefile.am: one.
1438
1439 2007-02-02  Eric Blake  <ebb9@byu.net>
1440
1441         * lib/strchrnul.c: Always include config.h first.
1442
1443         * modules/mountlist (Depends-on): Revert 2007-01-31 change,
1444         gnulib strstr is not necessary here.
1445
1446 2007-02-02  Simon Josefsson  <simon@josefsson.org>
1447
1448         * m4/socklen.m4: Fix typo.
1449
1450 2007-02-02  Eric Blake  <ebb9@byu.net>
1451
1452         * modules/arpa_inet (Makefile.am): Use MKDIR_P to avoid races.
1453         * modules/netinet_in (Makefile.am): Likewise.
1454
1455 2007-02-01  Bruno Haible  <bruno@clisp.org>
1456
1457         * lib/string_.h (GL_LINK_WARNING): New macro.
1458         (strcasecmp, strstr, strcasestr): If provided by the system,
1459         conditionally define as a macro that leads to a warning instead of to
1460         an error.
1461         (strncasecmp): Conditionally define as a macro that leads to a warning.
1462
1463 2007-02-01  Karl Berry  <karl@gnu.org>
1464
1465         * config/srclist.txt (strtok_r.c): lose sync, no more strtok_r.h.
1466
1467 2007-02-01  Bruno Haible  <bruno@clisp.org>
1468
1469         * MODULES.html.sh (Unicode string functions): Update after 2007-01-27
1470         renamings.
1471
1472 2007-02-01  Eric Blake  <ebb9@byu.net>
1473
1474         * modules/regex (Depends-on): Revert dependence on mempcpy.
1475         * lib/regex_internal.h [! _LIBC && !__mempcpy]: Undo string
1476         module's definition of mempcpy.
1477         Reported by Paul Eggert.
1478
1479 2007-02-01  Paul Eggert  <eggert@cs.ucla.edu>
1480
1481         * lib/string_.h: If the gnulib module XYZ is not present, undefine
1482         the symbol XYZ before redefining it.  This fixes a problem with
1483         programs that don't use XYZ, when compiled on systems that define
1484         XYZ to something else.
1485
1486 2007-01-31  Paul Eggert  <eggert@cs.ucla.edu>
1487
1488         * lib/mkdir-p.c (make_dir_parents): Close a race condition that
1489         occurs when "mkdir -m foo" creates a setgid directory that is (1)
1490         writeable to group or other and (2) is intended to have a special
1491         mode bit that is set or cleared.  In such a case, the directory
1492         should be neither group- nor other-writeable until the special
1493         mode bits are right.
1494
1495 2007-01-31  Eric Blake  <ebb9@byu.net>
1496
1497         * modules/mountlist (Depends-on): Add strstr.
1498
1499         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR): Correct m4 usage
1500         bug.
1501         * modules/string (Makefile.am): Remove redundant replacement.
1502         * modules/regex (Depends-on): Add mempcpy.
1503
1504 2007-01-31  Bruno Haible  <bruno@clisp.org>
1505
1506         New module description field 'Link'.
1507         * gnulib-tool (func_usage): Document --extract-link-directive.
1508         (sed_extract_prog): Recognize 'Link' directive.
1509         (func_get_link_directive): New function.
1510         (func_import): Show summary of link directives.
1511         Handle --extract-link-directive option.
1512         * modules/acl (Link): New section.
1513         * modules/clock-time (Link): New section.
1514         * modules/euidaccess (Link): New section.
1515         * modules/gettext (Link): New section.
1516         * modules/iconv (Link): New section.
1517         * modules/lock (Link): New section.
1518         * modules/nanosleep (Link): New section.
1519         * modules/readline (Link): New section.
1520
1521 2007-01-27  Bruno Haible  <bruno@clisp.org>
1522
1523         Enforce the use of gnulib modules for unportable <string.h> functions.
1524         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR): New macro.
1525         (gl_STRING_MODULE_INDICATOR_DEFAULTS): New macro.
1526         (gl_HEADER_STRING_H_BODY): Require it.
1527         * lib/string_.h: If the gnulib module XYZ is not present, redefine
1528         the symbol XYZ to one that gives a link error.
1529         * modules/string (Makefile.am): Also substitute the GNULIB_* variables.
1530         * modules/memmem (configure.ac): Invoke gl_STRING_MODULE_INDICATOR.
1531         * modules/mempcpy (configure.ac): Likewise.
1532         * modules/memrchr (configure.ac): Likewise.
1533         * modules/stpcpy (configure.ac): Likewise.
1534         * modules/stpncpy (configure.ac): Likewise.
1535         * modules/strcase (configure.ac): Likewise.
1536         * modules/strcasestr (configure.ac): Likewise.
1537         * modules/strchrnul (configure.ac): Likewise.
1538         * modules/strdup (configure.ac): Likewise.
1539         * modules/strndup (configure.ac): Likewise.
1540         * modules/strnlen (configure.ac): Likewise.
1541         * modules/strpbrk (configure.ac): Likewise.
1542         * modules/strsep (configure.ac): Likewise.
1543         * modules/strstr (configure.ac): Likewise.
1544         * modules/strtok_r (configure.ac): Likewise.
1545
1546 2007-01-31  Jean-Louis Martineau  <martineau@zmanda.com>  (tiny change)
1547
1548         * lib/gai_strerror.c (values): Add EAI_OVERFLOW.
1549
1550 2007-01-30  Jim Meyering  <jim@meyering.net>
1551
1552         * lib/mpsort.c (mpsort): Remove spurious "return" in void function.
1553
1554 2007-01-29  Bruno Haible  <bruno@clisp.org>
1555
1556         * lib/allocsa.h: Use '#if HAVE_*' instead of '#ifdef HAVE_*'.
1557         * lib/execute.c: Likewise.
1558         * lib/pipe.c: Likewise.
1559         * lib/printf-args.h: Likewise.
1560         * lib/printf-args.c: Likewise.
1561         * lib/printf-parse.c: Likewise.
1562         * lib/vasnprintf.c: Likewise.
1563
1564 2007-01-29  Eric Blake  <ebb9@byu.net>
1565
1566         * lib/memrchr.c: Assume <string.h> unconditionally, to pull in
1567         declaration.
1568
1569 2007-01-29  Paul Eggert  <eggert@cs.ucla.edu>
1570
1571         * lib/strptime.h (strptime): Use 'restrict' for args where
1572         POSIX requires this.
1573         * lib/strptime.c (strptime): Likewise.
1574         Change license notice from LGPL to GPL, since gnulib-tool will
1575         change this as needed.
1576         Include <config.h> if _LIBC is not defined, not if HAVE_CONFIG_H is
1577         defined.
1578         Include "strptime.h" first, to check interface.
1579         Do not #undef _LIBC and _NL_CURRENT.
1580         Do not include <stdlib.h>; no longer needed.
1581         Include "time_r.h" and declare ptime_locale_status
1582         only if _LIBC is not defined.
1583         (__P): Remove unused macro.
1584         (match_string): Bring back glibc version, but use it only if _LIBC
1585         is defined.
1586         (__strptime_internal): Compile tm_gmtoff code if _LIBC is defined, too.
1587         Remove unnecessary assertion and abort() call.
1588         Use #ifdef _NL_CURRENT rather than #if 0, for benefit of glibc.
1589         * m4/strptime.m4: Fix serial number comment.
1590         (gl_FUNC_STRPTIME): Require AC_C_RESTRICT, gl_TM_GMTOFF.
1591         * modules/strptime (Files): Add m4/tm_gmtoff.m4.
1592         (Depends-on): Add time_r.
1593
1594 2007-01-29  Bruno Haible  <bruno@clisp.org>
1595
1596         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
1597         strptime.
1598         * modules/strptime (Depends-on): Add stdbool.
1599         * lib/strptime.h: Include <time.h> always. Add comments.
1600
1601 2007-01-29  Yoann Vandoorselaere  <yoann@prelude-ids.org>
1602
1603         * modules/strptime: New file.
1604         * lib/strptime.h: New file.
1605         * lib/strptime.c: New file.
1606         * m4/strptime.m4: New file.
1607
1608 2007-01-28  Paul Eggert  <eggert@cs.ucla.edu>
1609
1610         * MODULES.html.sh: New module mpsort.
1611         * lib/mpsort.c, lib/mpsort.h, m4/mpsort.m4, modules/mpsort: New files.
1612
1613         * lib/regex.h (_Restrict_): Renamed from __restrict, to avoid
1614         a circularity problem with HP-UX ia64 reported by Bob Proulx in
1615         <http://lists.gnu.org/archive/html/bug-gnulib/2007-01/msg00394.html>.
1616         All uses changed.
1617         (_Restrict_arr_): Renamed from __restrict_arr, for similar reasons.
1618         All uses changed.
1619         * lib/regcomp.c, lib/regexec.c: Change all uses from __restrict
1620         to _Restrict_.
1621         * lib/regexec.c (regexec): Declare pmatch with _Restrict_arr_, so that
1622         the parameter matches the prototype.
1623
1624 2007-01-28  Jim Meyering  <jim@meyering.net>
1625
1626         * modules/sys_time (Makefile.am) [MOSTLYCLEANFILES]: Do use
1627         sys/time.h here, reverting that part of the previous patch:
1628         <http://thread.gmane.org/gmane.comp.lib.gnulib.bugs/8959>.
1629
1630 2007-01-28  Bruno Haible  <bruno@clisp.org>
1631
1632         * modules/sys_time (Makefile.am): Build sys/time.h only when it's the
1633         value of $(SYS_TIME_H).
1634         [MOSTLYCLEANFILES]: Now that sys/time.h is created only when needed,
1635         remove it conditionally, too. [added by Jim Meyering]
1636         * m4/sys_time_h.m4 (gl_HEADER_SYS_TIME_H_BODY): Set SYS_TIME_H.
1637         * m4/gettimeofday.m4 (gl_FUNC_GETTIMEOFDAY):
1638         (gl_FUNC_GETTIMEOFDAY_CLOBBER): Set SYS_TIME_H when setting
1639         GETTIMEOFDAY_REPLACEMENT to 1.
1640
1641 2007-01-28  Bruno Haible  <bruno@clisp.org>
1642
1643         * m4/unistd_h.m4 (gl_HEADER_UNISTD_DEFAULTS): New macro.
1644         (gl_HEADER_UNISTD): Require it. Don't set UNISTD_H to empty here.
1645         * m4/fchdir.m4 (gl_FUNC_FCHDIR): Require gl_HEADER_UNISTD_DEFAULTS.
1646         Set UNISTD_H instead of UNISTD_H2.
1647         * modules/fchdir (BUILT_SOURCES): Drop $(UNISTD_H2).
1648
1649 2007-01-28  Bruno Haible  <bruno@clisp.org>
1650
1651         * modules/mbchar (Makefile.am): Add mbchar.c to lib_SOURCES.
1652         * m4/mbchar.m4 (gl_MBCHAR): Remove AC_LIBOBJ invocation.
1653
1654 2007-01-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1655
1656         * gnulib-tool (func_emit_lib_Makefile_am, func_add_or_update)
1657         (func_create_testdir): Ensure C locale for `grep' and `tr'
1658         character ranges.
1659         (func_create_megatestdir): Avoid one `grep'.  Fix bug in
1660         ACLOCAL_AMFLAGS parsing state machine.
1661
1662 2007-01-27  Bruno Haible  <bruno@clisp.org>
1663
1664         * modules/unistr/base: Update.
1665
1666 2007-01-27  Bruno Haible  <bruno@clisp.org>
1667
1668         Rename u32-mbtouc -> u32-mbtouc-unsafe, u32-mbtouc-safe -> u32-mbtouc,
1669         u32_mbtouc -> u32_mbtouc_unsafe, u32_mbtouc_safe -> u32_mbtouc.
1670         * modules/unistr/u32-mbtouc-unsafe: Renamed from
1671         modules/unistr/u32-mbtouc.
1672         * lib/unistr/u32-mbtouc-unsafe.c: Renamed from lib/unistr/u32-mbtouc.c.
1673         * lib/unistr.h: Update.
1674         * lib/linebreak.c: Update.
1675         * modules/unistr/u32-mbtouc: Renamed from
1676         modules/unistr/u32-mbtouc-safe.
1677         * lib/unistr/u32-mbtouc.c: Renamed from lib/unistr/u32-mbtouc-safe.c.
1678         * lib/unistr.h: Update.
1679         * lib/unistr/u32-to-u8.c: Update.
1680         * lib/unistr/u32-to-u16.c: Update.
1681
1682 2007-01-27  Bruno Haible  <bruno@clisp.org>
1683
1684         Rename utf16-ucs4 -> utf16-ucs4-unsafe, utf16-ucs4-safe -> utf16-ucs4,
1685         u16_mbtouc -> u16_mbtouc_unsafe, u16_mbtouc_safe -> u16_mbtouc.
1686         * modules/utf16-ucs4-unsafe: Renamed from modules/utf16-ucs4.
1687         * lib/utf16-ucs4-unsafe.h: Renamed from lib/utf16-ucs4.h.
1688         * lib/unistr/utf16-ucs4-unsafe.c: Renamed from lib/unistr/utf16-ucs4.c.
1689         * modules/unistr/u16-mbtouc-unsafe: Renamed from
1690         modules/unistr/u16-mbtouc.
1691         * lib/unistr/u16-mbtouc-unsafe.c: Renamed from lib/unistr/u16-mbtouc.c.
1692         * lib/unistr.h: Update.
1693         * lib/linebreak.c: Update.
1694         * modules/linebreak: Update.
1695         * modules/utf16-ucs4: Renamed from modules/utf16-ucs4-safe.
1696         * lib/utf16-ucs4.h: Renamed from lib/utf16-ucs4-safe.h.
1697         * lib/unistr/utf16-ucs4.c: Renamed from lib/unistr/utf16-ucs4-safe.c.
1698         * modules/unistr/u16-mbtouc: Renamed from
1699         modules/unistr/u16-mbtouc-safe.
1700         * lib/unistr/u16-mbtouc.c: Renamed from lib/unistr/u16-mbtouc-safe.c.
1701         * lib/unistr.h: Update.
1702         * lib/unistr/u16-to-u8.c: Update.
1703         * modules/unistr/u16-to-u8: Update.
1704         * lib/unistr/u16-to-u32.c: Update.
1705         * modules/unistr/u16-to-u32: Update.
1706
1707 2007-01-27  Bruno Haible  <bruno@clisp.org>
1708
1709         Rename utf8-ucs4 -> utf8-ucs4-unsafe, utf8-ucs4-safe -> utf8-ucs4,
1710         u8_mbtouc -> u8_mbtouc_unsafe, u8_mbtouc_safe -> u8_mbtouc.
1711         * modules/utf8-ucs4-unsafe: Renamed from modules/utf8-ucs4.
1712         * lib/utf8-ucs4-unsafe.h: Renamed from lib/utf8-ucs4.h.
1713         * lib/unistr/utf8-ucs4-unsafe.c: Renamed from lib/unistr/utf8-ucs4.c.
1714         * modules/unistr/u8-mbtouc-unsafe: Renamed from
1715         modules/unistr/u8-mbtouc.
1716         * lib/unistr/u8-mbtouc-unsafe.c: Renamed from lib/unistr/u8-mbtouc.c.
1717         * lib/unistr.h: Update.
1718         * lib/striconveh.c: Update.
1719         * modules/striconveh: Update.
1720         * lib/linebreak.c: Update.
1721         * modules/linebreak: Update.
1722         * modules/utf8-ucs4: Renamed from modules/utf8-ucs4-safe.
1723         * lib/utf8-ucs4.h: Renamed from lib/utf8-ucs4-safe.h.
1724         * lib/unistr/utf8-ucs4.c: Renamed from lib/unistr/utf8-ucs4-safe.c.
1725         * modules/unistr/u8-mbtouc: Renamed from modules/unistr/u8-mbtouc-safe.
1726         * lib/unistr/u8-mbtouc.c: Renamed from lib/unistr/u8-mbtouc-safe.c.
1727         * lib/unistr.h: Update.
1728         * lib/striconveh.c: Update.
1729         * modules/striconveh: Update.
1730         * lib/unistr/u8-to-u16.c: Update.
1731         * modules/unistr/u8-to-u16: Update.
1732         * lib/unistr/u8-to-u32.c: Update.
1733         * modules/unistr/u8-to-u32: Update.
1734
1735 2007-01-27  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1736
1737         Sync from Libtool.
1738         * lib/argz.c: Do not include strings.h nor memory.h, include
1739         string.h unconditionally.  Patch by Simon Josefsson.
1740
1741 2007-01-27  Bruno Haible  <bruno@clisp.org>
1742
1743         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): New macro, extracted
1744         from gl_HEADER_STRING_H_BODY.
1745         (gl_HEADER_STRING_H_BODY): Require it.
1746         * m4/memmem.m4 (gl_FUNC_MEMMEM): Require gl_HEADER_STRING_H_DEFAULTS.
1747         * m4/mempcpy.m4 (gl_FUNC_MEMPCPY): Likewise.
1748         * m4/memrchr.m4 (gl_FUNC_MEMRCHR): Likewise.
1749         * m4/stpcpy.m4 (gl_FUNC_STPCPY): Likewise.
1750         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Likewise.
1751         * m4/strcase.m4 (gl_FUNC_STRCASECMP, gl_FUNC_STRNCASECMP): Likewise.
1752         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR): Likewise.
1753         * m4/strchrnul.m4 (gl_FUNC_STRCHRNUL): Likewise.
1754         * m4/strdup.m4 (gl_FUNC_STRDUP): Likewise.
1755         * m4/strndup.m4 (gl_FUNC_STRNDUP): Likewise.
1756         * m4/strnlen.m4 (gl_FUNC_STRNLEN): Likewise.
1757         * m4/strpbrk.m4 (gl_FUNC_STRPBRK): Likewise.
1758         * m4/strsep.m4 (gl_FUNC_STRSEP): Likewise.
1759         * m4/strstr.m4 (gl_FUNC_STRSTR): Likewise.
1760         * m4/strtok_r.m4 (gl_FUNC_STRTOK_R): Likewise.
1761
1762 2007-01-27  Bruno Haible  <bruno@clisp.org>
1763
1764         * gnulib-tool (func_emit_lib_Makefile_am): If $for_test is true, turn
1765         check_PROGRAMS into noinst_PROGRAMS.
1766         (func_emit_tests_Makefile_am): Likewise. Also don't initialize
1767         check_PROGRAMS in this case.
1768         (func_import): Set for_test to false.
1769         (func_create_testdir): Set for_test to true.
1770
1771 2007-01-27  Yoann Vandoorselaere <yoann.v@prelude-ids.com>
1772             Bruno Haible  <bruno@clisp.org>
1773
1774         * modules/strcasestr (Files): Remove lib/strcasestr.h.
1775         (Depends-on): Add string.
1776         (Includes): Use <string.h> instead of strcasestr.h.
1777         * modules/string (Makefile.am): Also substitute the value of
1778         REPLACE_STRCASESTR.
1779         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR): Don't define strcasestr here;
1780         assume strcasestr is declared in <string.h> not <strings.h>. Also
1781         set REPLACE_STRCASESTR.
1782         * m4/string_h.m4 (gl_HEADER_STRING_H_BODY): Provide a default value for
1783         REPLACE_STRCASESTR.
1784         * lib/strcasestr.h: Remove file.
1785         * lib/strcasestr.c: Include <string.h> instead of strcasestr.h.
1786         * lib/string_.h (strcasestr): New declaration.
1787
1788 2007-01-27  Bruno Haible  <bruno@clisp.org>
1789
1790         * lib/string_.h: Use 'extern'.
1791
1792 2007-01-27  Jim Meyering  <jim@meyering.net>
1793
1794         * lib/regex_internal.c (re_string_reconstruct): Remove declaration
1795         of set-but-not-used local, "q".
1796
1797         * lib/mempcpy.c: Include <config.h> before <string.h>.
1798         This fixes a compilation error on HP-UX, due to the system's
1799         "restrict"-using mempcpy prototype.
1800
1801 2007-01-26  Bruno Haible  <bruno@clisp.org>
1802
1803         Small optimization.
1804         * lib/javacomp.c: Include c-strstr.h.
1805          (is_envjavac_gcj): Use c_strstr instead of strstr.
1806         * modules/javacomp (Depends-on): Add c-strstr, remove strstr.
1807
1808 2007-01-26  Bruno Haible  <bruno@clisp.org>
1809
1810         * MODULES.html.sh (Unicode string functions): Add the new modules.
1811
1812         * modules/uniconv/u32-strconv-to-locale: New file.
1813         * lib/uniconv/u32-strconv-to-locale.c: New file.
1814
1815         * modules/uniconv/u16-strconv-to-locale: New file.
1816         * lib/uniconv/u16-strconv-to-locale.c: New file.
1817
1818         * modules/uniconv/u8-strconv-to-locale: New file.
1819         * lib/uniconv/u8-strconv-to-locale.c: New file.
1820
1821         * modules/uniconv/u32-strconv-from-locale: New file.
1822         * lib/uniconv/u32-strconv-from-locale.c: New file.
1823
1824         * modules/uniconv/u16-strconv-from-locale: New file.
1825         * lib/uniconv/u16-strconv-from-locale.c: New file.
1826
1827         * modules/uniconv/u8-strconv-from-locale: New file.
1828         * lib/uniconv/u8-strconv-from-locale.c: New file.
1829
1830         * modules/uniconv/u32-strconv-to-enc: New file.
1831         * lib/uniconv/u32-strconv-to-enc.c: New file.
1832         * modules/uniconv/u32-strconv-to-enc-tests: New file.
1833         * tests/uniconv/test-u32-strconv-to-enc.c: New file.
1834
1835         * modules/uniconv/u16-strconv-to-enc: New file.
1836         * lib/uniconv/u16-strconv-to-enc.c: New file.
1837         * lib/uniconv/u-strconv-to-enc.h: New file.
1838         * modules/uniconv/u16-strconv-to-enc-tests: New file.
1839         * tests/uniconv/test-u16-strconv-to-enc.c: New file.
1840
1841         * modules/uniconv/u8-strconv-to-enc: New file.
1842         * lib/uniconv/u8-strconv-to-enc.c: New file.
1843         * modules/uniconv/u8-strconv-to-enc-tests: New file.
1844         * tests/uniconv/test-u8-strconv-to-enc.c: New file.
1845
1846         * modules/uniconv/u32-strconv-from-enc: New file.
1847         * lib/uniconv/u32-strconv-from-enc.c: New file.
1848         * modules/uniconv/u32-strconv-from-enc-tests: New file.
1849         * tests/uniconv/test-u32-strconv-from-enc.c: New file.
1850
1851         * modules/uniconv/u16-strconv-from-enc: New file.
1852         * lib/uniconv/u16-strconv-from-enc.c: New file.
1853         * modules/uniconv/u16-strconv-from-enc-tests: New file.
1854         * tests/uniconv/test-u16-strconv-from-enc.c: New file.
1855
1856         * modules/uniconv/u8-strconv-from-enc: New file.
1857         * lib/uniconv/u8-strconv-from-enc.c: New file.
1858         * lib/uniconv/u-strconv-from-enc.h: New file.
1859         * modules/uniconv/u8-strconv-from-enc-tests: New file.
1860         * tests/uniconv/test-u8-strconv-from-enc.c: New file.
1861
1862         * modules/uniconv/u32-conv-from-enc: New file.
1863         * lib/uniconv/u32-conv-from-enc.c: New file.
1864         * modules/uniconv/u32-conv-from-enc-tests: New file.
1865         * tests/uniconv/test-u32-conv-from-enc.c: New file.
1866
1867         * modules/uniconv/u16-conv-from-enc: New file.
1868         * lib/uniconv/u16-conv-from-enc.c: New file.
1869         * lib/uniconv/u-conv-from-enc.h: New file.
1870         * modules/uniconv/u16-conv-from-enc-tests: New file.
1871         * tests/uniconv/test-u16-conv-from-enc.c: New file.
1872
1873         * modules/uniconv/u8-conv-from-enc: New file.
1874         * lib/uniconv/u8-conv-from-enc.c: New file.
1875         * modules/uniconv/u8-conv-from-enc-tests: New file.
1876         * tests/uniconv/test-u8-conv-from-enc.c: New file.
1877
1878         * modules/uniconv/base: New file.
1879         * lib/uniconv.h: New file.
1880
1881 2007-01-26  Paul Eggert  <eggert@cs.ucla.edu>
1882
1883         * doc/gnulib-tool.texi (Initial import): Update to match current
1884         behavior with strdup module.
1885         * lib/.cppi-disable: Remove strcase.h, strdup.h, strndup.h, strnlen.h.
1886         * lib/memmem.h: Remove; all uses removed.  This is now done
1887         by <string.h>.
1888         * lib/mempcpy.h: Likewise.
1889         * lib/memrchr.h: Likewise.
1890         * lib/stpcpy.h: Likewise.
1891         * lib/stpncpy.h: Likewise.
1892         * lib/strcase.h: Likewise.
1893         * lib/strchrnul.h: Likewise.
1894         * lib/strdup.h: Likewise.
1895         * lib/strndup.h: Likewise.
1896         * lib/strnlen.h: Likewise.
1897         * lib/strpbrk.h: Likewise.
1898         * lib/strsep.h: Likewise.
1899         * lib/strstr.h: Likewise.
1900         * lib/strtok_r.h: Likewise.
1901         * lib/string_.h: New file.
1902         * lib/argp-namefrob.h: Don't include no-longer-existent include files.
1903         Rely on <string.h> instead.
1904         * lib/canon-host.c: Likewise.
1905         * lib/chdir-long.c: Likewise.
1906         * lib/concatpath.c: Likewise.
1907         * lib/exclude.c: Likewise.
1908         * lib/fchdir.c: Likewise.
1909         * lib/getaddrinfo.c: Likewise.
1910         * lib/getcwd.c: Likewise.
1911         * lib/getsubopt.c: Likewise.
1912         * lib/glob.c: Likewise.
1913         * lib/hard-locale.c: Likewise.
1914         * lib/iconvme.c: Likewise.
1915         * lib/javacomp.c: Likewise.
1916         * lib/mempcpy.c: Likewise.
1917         * lib/memrchr.c: Likewise.
1918         * lib/regex_internal.h: Likewise.
1919         * lib/stpncpy.c: Likewise.
1920         * lib/strcasecmp.c: Likewise.
1921         * lib/strchrnul.c: Likewise.
1922         * lib/strdup.c: Likewise.
1923         * lib/striconv.c: Likewise.
1924         * lib/striconveh.c: Likewise.
1925         * lib/striconveha.c: Likewise.
1926         * lib/strncasecmp.c: Likewise.
1927         * lib/strndup.c: Likewise.
1928         * lib/strnlen.c: Likewise.
1929         * lib/strsep.c: Likewise.
1930         * lib/strstr.c: Likewise.
1931         * lib/strtok_r.c: Likewise.
1932         * lib/userspec.c: Likewise.
1933         * lib/w32spawn.h: Likewise.
1934         * lib/xstrndup.c: Likewise.
1935         * lib/mountlist.c (strstr): Remove decl.
1936         * m4/string_h.m4: New file.
1937         * m4/memmem.m4 (gl_FUNC_MEMMEM): Set HAVE_DECL_MEMMEM if necessary.
1938         * m4/mempcpy.m4 (gl_FUNC_MEMPCPY): Set HAVE_MEMPCPY if necessary.
1939         * m4/memrchr.m4 (gl_FUNC_MEMRCHR): Set HAVE_MEMRCHR
1940         * m4/stpcpy.m4 (gl_FUNC_STPCPY): Set HAVE_STPCPY if necessary.
1941         * m4/stpncpy.m4 (gl_PREREQ_STPNCPY): Set HAVE_STPNCPY if necessary.
1942         * m4/strcase.m4 (gl_FUNC_STRCASECMP):
1943         Set REPLACE_STRCASECMP if necessary.
1944         (gl_FUNC_STRNCASECMP): Set HAVE_DECL_STRNCASECMP if necessary.
1945         * m4/strchrnul.m4 (gl_FUNC_STRCHRNUL): Set HAVE_STRCHRNUL if necessary.
1946         * m4/strdup.m4 (gl_FUNC_STRDUP): Set HAVE_DECL_STRDUP if necessary.
1947         * m4/strndup.m4 (gl_FUNC_STRNDUP): Set HAVE_DECL_STRNLEN and
1948         HAVE_DECL_STRDUP if necessary.
1949         (gl_PREREQ_STRNLEN): Don't bother to check for strnlen decl,
1950         since gl_FUNC_STRNDUP does that now.
1951         * m4/strnlen.m4 (gl_FUNC_STRNLEN): Set HAVE_DECL_STRNLEN if necessary.
1952         Check for decl here...
1953         (gl_PREREQ_STRNLEN): ... not here.
1954         * m4/strpbrk.m4 (gl_FUNC_STRPBRK): Set HAVE_STRPBRK if necessary.
1955         * m4/strsep.m4 (gl_FUNC_STRSEP): Set HAVE_STRSEP if necessary.
1956         * m4/strstr.m4 (gl_FUNC_STRSTR): Set REPLACE_STRSTR if necessary.
1957         * m4/strtok_r.m4 (gl_FUNC_STRTOK_R): Set HAVE_DECL_STRTOK_R if
1958         necessary.
1959         * modules/string: New file.
1960         * modules/memmem (Files): Remove special-purpose include file.
1961         (Depends-on): Add string.
1962         (Include): Include <string.h>, not the removed file.
1963         * modules/mempcpy: Likewise.
1964         * modules/memrchr: Likewise.
1965         * modules/stpcpy: Likewise.
1966         * modules/stpncpy: Likewise.
1967         * modules/strcase: Likewise.
1968         * modules/strchrnul: Likewise.
1969         * modules/strdup: Likewise.
1970         * modules/strndup: Likewise.
1971         * modules/strnlen: Likewise.
1972         * modules/strpbrk: Likewise.
1973         * modules/strsep: Likewise.
1974         * modules/strstr: Likewise.
1975         * modules/strtok_r: Likewise.
1976         * tests/test-dirname.c: Don't include "strdup.h", since
1977         <string.h> now suffices.
1978         * tests/test-memmem.c: Don't include "memmem.h", since
1979         <string.h> now suffices.
1980
1981 2007-01-25  Bruno Haible  <bruno@clisp.org>
1982
1983         * lib/striconveh.c (mem_cd_iconveh_internal): Ignore *lengthp if
1984         *resultp is 0.
1985
1986         * lib/unistr/u16-to-u8.c (u16_to_u8): Fix u8_uctomb invocation.
1987         * lib/unistr/u32-to-u8.c (u32_to_u8): Likewise.
1988         * lib/unistr/u8-to-u16.c (u8_to_u16): Fix u16_uctomb invocation.
1989         * lib/unistr/u32-to-u16.c (u32_to_u16): Likewise.
1990
1991         * modules/unistr/u8-to-u16 (Depends-on): Add missing modules.
1992         * modules/unistr/u8-to-u32 (Depends-on): Add missing modules.
1993         * modules/unistr/u16-to-u8 (Depends-on): Add missing modules.
1994         * modules/unistr/u16-to-u32 (Depends-on): Add missing modules.
1995         * modules/unistr/u32-to-u8 (Depends-on): Add missing modules.
1996         * modules/unistr/u32-to-u16 (Depends-on): Add missing modules.
1997
1998 2007-01-24  Bruno Haible  <bruno@clisp.org>
1999
2000         Don't AC_REQUIRE autoconf macros that invoke AC_LIBOBJ. See
2001         <http://lists.gnu.org/archive/html/bug-gnulib/2006-10/msg00279.html>.
2002         * m4/argp.m4 (gl_ARGP): Invoke, don't require, gl_GETOPT_SUBSTITUTE.
2003         * m4/fts.m4 (gl_FUNC_FTS, gl_FUNC_FTS_LGPL): Invoke, don't require,
2004         gl_FUNC_FTS_CORE.
2005         (gl_FUNC_FTS_CORE): Invoke, don't require, gl_FUNC_OPENAT.
2006         * m4/lstat.m4 (gl_FUNC_LSTAT): Invoke, don't require,
2007         AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK.
2008         * m4/memcmp.m4 (gl_FUNC_MEMCMP): Invoke, don't require, AC_FUNC_MEMCMP.
2009         * m4/mktime.m4 (gl_FUNC_MKTIME): Invoke, don't require, AC_FUNC_MKTIME.
2010         * m4/openat.m4 (gl_FUNC_OPENAT): Invoke, don't require,
2011         gl_FUNC_FCHOWNAT.
2012         * m4/strftime.m4 (gl_FUNC_GNU_STRFTIME): Invoke, don't require,
2013         gl_FUNC_STRFTIME.
2014         * m4/strtod.m4 (gl_FUNC_STRTOD): Invoke, don't require, AC_FUNC_STRTOD.
2015         Reported by Ralf Wildenhues.
2016
2017 2007-01-24  Bruno Haible  <bruno@clisp.org>
2018
2019         Drop AC_REQUIRE calls that are redundant with the module dependencies.
2020         * m4/canon-host.m4 (gl_PREREQ_CANON_HOST): Don't require
2021         gl_GETADDRINFO.
2022         * m4/chdir-long.m4 (gl_PREREQ_CHDIR_LONG): Don't require AM_STDBOOL_H,
2023         gl_FUNC_MEMPCPY, gl_FUNC_OPENAT, gl_FUNC_MEMRCHR.
2024         * m4/openat.m4 (gl_PREREQ_OPENAT): Don't require gl_SAVE_CWD.
2025
2026 2007-01-24  Paul Eggert  <eggert@cs.ucla.edu>
2027
2028         * m4/fnmatch.m4 (_AC_FUNC_FNMATCH_IF): Add test for glibc bug 361.
2029         Don't use 'exit'; just return from 'main'.
2030         (_AC_LIBOBJ_FNMATCH): Check for headers and functions just once.
2031
2032         * lib/fnmatch_.h: Readjust white space and comments to match
2033         glibc, to avoid spurious diffs.
2034
2035 2007-01-23  Paul Eggert  <eggert@cs.ucla.edu>
2036
2037         * lib/fnmatch_loop.c (internal_fnmatch) [!_LIBC]: #if-out the
2038         2004-12-01 change by Jakub Jelinek, since this code won't compile
2039         if !LIBC.  Problem reported by Bob Proulx.
2040
2041 2007-01-23  Bruno Haible  <bruno@clisp.org>
2042
2043         * lib/striconveh.c: Include c-strcaseeq.h.
2044         (mem_iconveh, str_iconveh): Use STRCASEEQ instead of c_strcasecmp.
2045         * modules/striconveh (Depends-on): Add c-strcaseeq.
2046
2047 2007-01-23  Bruno Haible  <bruno@clisp.org>
2048
2049         * MODULES.html.sh (String handling): Add streq, c-strcaseeq.
2050
2051         * modules/c-strcaseeq: New file.
2052         * lib/c-strcaseeq.h: New file.
2053
2054         * modules/streq: New file.
2055         * lib/streq.h: New file.
2056
2057 2007-01-23  Bruno Haible  <bruno@clisp.org>
2058
2059         * modules/striconveha-tests: New file.
2060         * tests/test-striconveha.c: New file.
2061
2062         * lib/striconveha.h: Include <stdbool.h>.
2063         (mem_iconveha, str_iconveha): Add 'transliterate' argument.
2064         * lib/striconveha.c: Include allocsa.h, strdup.h, c-strcase.h.
2065         (mem_iconveha_notranslit): Renamed from mem_iconveha.
2066         (mem_iconveha): New function.
2067         (str_iconveha_notranslit): Renamed from str_iconveha.
2068         (str_iconveha): New function.
2069         * modules/striconveha (Depends-on): Add stdbool, allocsa, strdup,
2070         c-strcase.
2071
2072 2007-01-23  Bruno Haible  <bruno@clisp.org>
2073
2074         * lib/striconveha.c (mem_iconveha): Fix endless recursion. Try all
2075         encodings without forgiving before trying any encoding with handler.
2076         (str_iconveha): Try all encodings without forgiving before trying any
2077         encoding with handler.
2078
2079 2007-01-23  Paul Eggert  <eggert@cs.ucla.edu>
2080
2081         Import the following changes from libc.
2082
2083         2005-10-14  Ulrich Drepper  <drepper@redhat.com>
2084
2085         * lib/fnmatch_loop.c: Adjust for changed secondary hash function.
2086
2087         2004-12-01  Jakub Jelinek  <jakub@redhat.com>
2088
2089         * lib/fnmatch_loop.c (internal_fnmatch): Clear is_seqval after
2090         normal_bracket label.
2091
2092         2004-09-01  Jakub Jelinek  <jakub@redhat.com>
2093
2094         [BZ #361]
2095         * lib/fnmatch_loop.c (FCT): For backslash between brackets, branch
2096         to normal_bracket after fetching the next character.
2097
2098 2007-01-22  Bruno Haible  <bruno@clisp.org>
2099
2100         * lib/striconveh.h (mem_cd_iconveh, mem_iconveh): Add 'offsets'
2101         argument.
2102         * lib/striconveh.c (iconv_carefully_1): New function.
2103         (mem_cd_iconveh_internal, mem_cd_iconveh, mem_iconveh): Add 'offsets'
2104         argument.
2105         (str_cd_iconveh): Update.
2106         * lib/striconveha.h (mem_iconveha): Add 'offsets' argument.
2107         * lib/striconveha.c (mem_iconveha): Add 'offsets' argument.
2108         * tests/test-striconveh.c (MAGIC): New macro.
2109         (new_offsets): New function.
2110         (main): Test call with and without offsets.
2111
2112 2007-01-22  Bruno Haible  <bruno@clisp.org>
2113
2114         * modules/sys_stat (Makefile.am): Use @MKDIR_P@ instead of $(MKDIR_P).
2115         * modules/sys_select (Makefile.am): Likewise.
2116         * modules/sys_socket (Makefile.am): Likewise.
2117         * modules/sys_time (Makefile.am): Likewise.
2118
2119 2007-01-22  Paul Eggert  <eggert@cs.ucla.edu>
2120
2121         * modules/gettimeofday (License): Change from GPL to LGPL, since
2122         gettimeofday is a library function.
2123
2124 2007-01-22  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
2125
2126         * lib/poll.c (rpl_poll): Don't check against FD_SETSIZE under Win32.
2127
2128 2007-01-21  Bruno Haible  <bruno@clisp.org>
2129
2130         * m4/gnulib-common.m4 (AC_PROG_MKDIR_P): New macro.
2131
2132 2007-01-21  Bruno Haible  <bruno@clisp.org>
2133
2134         * modules/striconveha: New file.
2135         * lib/striconveha.h: New file.
2136         * lib/striconveha.c: New file.
2137         * MODULES.html.sh (Internationalization functions): Add striconveha.
2138         * lib/striconv.c (str_iconv): Optimize the case of an empty input
2139         string.
2140         * lib/striconveh.c (mem_iconveh, str_iconveh): Likewise.
2141
2142 2007-01-21  Bruno Haible  <bruno@clisp.org>
2143
2144         * lib/striconv.c (str_iconv): Guarantee errno is set when strdup fails.
2145         * lib/striconveh.c (str_iconveh): Likewise.
2146
2147 2007-01-21  Bruno Haible  <bruno@clisp.org>
2148
2149         * lib/striconveh.h (mem_iconveh): New declaration.
2150         * lib/striconveh.c (mem_iconveh): New function.
2151         * tests/test-striconveh.c (main): Add tests for mem_iconveh.
2152
2153 2007-01-21  Bruno Haible  <bruno@clisp.org>
2154
2155         * lib/xstriconv.h (xmem_cd_iconv): Change specification.
2156
2157         * lib/striconveh.h (mem_cd_iconveh): Change specification.
2158         * lib/striconveh.c (mem_cd_iconveh): Don't free the user-supplied
2159         original result buffer.
2160         (str_cd_iconveh): Update.
2161         * tests/test-striconveh.c (main): Update.
2162
2163         * lib/striconv.h (mem_cd_iconv): Change specification.
2164         * lib/striconv.c (mem_cd_iconv): Don't free the user-supplied original
2165         result buffer.
2166         (str_cd_iconv): Update.
2167         * tests/test-striconv.c (main): Update.
2168
2169 2007-01-21  Bruno Haible  <bruno@clisp.org>
2170
2171         * gnulib-tool: Fix test whether sed is GNU sed supporting --posix.
2172
2173 2007-01-20  Jim Meyering  <jim@meyering.net>
2174
2175         * lib/userspec.c (parse_with_separator): If a user or group string
2176         starts with "+", skip the corresponding name-to-ID look-up, since
2177         such a look-up must fail: user and group names may not include "+".
2178
2179 2007-01-19  Paul Eggert  <eggert@cs.ucla.edu>
2180
2181         * lib/poll.c: Include sys/time.h and time.h unconditionally,
2182         since we now assume the sys_time module.
2183         * m4/poll.m4 (gl_PREREQ_POLL): Don't require AC_HEADER_TIME or
2184         check for sys/time.h; no longer needed.
2185         * modules/poll (Depends-on): Depend on sys_time.
2186
2187 2007-01-18  Bruno Haible  <bruno@clisp.org>
2188
2189         * m4/mktime.m4 (AC_FUNC_MKTIME): Remove test for <sys/time.h>.
2190         * m4/strftime.m4 (gl_FUNC_STRFTIME): Likewise.
2191
2192         * m4/tempname.m4 (gl_PREREQ_TEMPNAME): Remove tests for sys/time.h and
2193         gettimeofday.
2194
2195         * tests/test-gettimeofday.c: Include <time.h>.
2196         (dummy): Remove variable.
2197
2198         * m4/sys_time_h.m4 (gl_HEADER_SYS_TIME_H_BODY): Renamed from
2199         gl_HEADER_SYS_TIME_H.
2200         (gl_HEADER_SYS_TIME_H): New macro.
2201
2202         * lib/sys_time_.h: Test GETTIMEOFDAY_REPLACEMENT instead of
2203         HAVE_GETTIMEOFDAY_POSIX_SIGNATURE and GETTIMEOFDAY_CLOBBERS_LOCALTIME.
2204         * m4/gettimeofday.m4 (gl_FUNC_GETTIMEOFDAY,
2205         gl_FUNC_GETTIMEOFDAY_CLOBBER): Set GETTIMEOFDAY_REPLACEMENT instead of
2206         HAVE_GETTIMEOFDAY_POSIX_SIGNATURE and GETTIMEOFDAY_CLOBBERS_LOCALTIME.
2207         * m4/sys_time_h.m4 (gl_HEADER_SYS_TIME_H): Initialize
2208         GETTIMEOFDAY_REPLACEMENT instead of HAVE_GETTIMEOFDAY_POSIX_SIGNATURE
2209         and GETTIMEOFDAY_CLOBBERS_LOCALTIME.
2210         * modules/sys_time (sys/time.h): Substitute GETTIMEOFDAY_REPLACEMENT
2211         instead of HAVE_GETTIMEOFDAY_POSIX_SIGNATURE and
2212         GETTIMEOFDAY_CLOBBERS_LOCALTIME.
2213
2214         * m4/gettimeofday.m4 (gl_GETTIMEOFDAY_REPLACE_LOCALTIME): Undo the
2215         last change; it caused a compilation error when cross-compiling to
2216         Cygwin.
2217
2218 2007-01-18  Jim Meyering  <jim@meyering.net>
2219
2220         Use "$(MKDIR_P) sys", not race-prone "test -d sys || mkdir sys".
2221         * modules/sys_stat (Makefile.am): Use "$(MKDIR_P) sys", rather
2222         than the race-prone "test -d sys || mkdir sys".
2223         (configure.ac): Use AC_PROG_MKDIR_P.
2224         * modules/sys_select: Likewise.
2225         * modules/sys_socket: Likewise.
2226         * modules/sys_time: Likewise.
2227
2228 2007-01-18  Eric Blake  <ebb9@byu.net>
2229
2230         * m4/gettimeofday.m4 (gl_GETTIMEOFDAY_REPLACE_LOCALTIME): Also
2231         replace gettimeofday.
2232         * lib/gettimeofday.c (rpl_gettimeofday): Declare with replacement
2233         name, to avoid infinite recursion.
2234
2235 2007-01-17  Paul Eggert  <eggert@cs.ucla.edu>
2236
2237         * MODULES.html.sh (Support for systems lacking POSIX:2001): New
2238         module sys_time.
2239         * lib/gethrxtime.c: Include <sys/time.h>, since we can no longer
2240         assume timespec.h defines struct timeval.
2241         * lib/settime.c: Likewise.
2242         * lib/utimens.c: Likewise.
2243         * lib/gettime.c (gettime): Remove test against HAVE_GETTIMEOFDAY,
2244         since we now assume the gettimeofday module.
2245         * lib/tempname.c (__gen_tempname): Likewise.
2246         * lib/gettimeofday.h: Remove.
2247         * lib/gettimeofday.c: Include <sys/time.h> instead of "gettimeofday.h".
2248         Don't include <sys/types.h> and <stdlib.h>; shouldn't be needed.
2249         Include <time.h>, for 'time()'.
2250         (localtime_buffer_addr): Also use this workaround if
2251         TZSET_CLOBBERS_LOCALTIME.  Set to a dummy static variable by default,
2252         to simplify the uses.  All uses changed.
2253         (localtime, gmtime, tzset, gettimeofday): Reformat slightly so
2254         that #undef is inside {}, and 'const' follows type name consistently.
2255         (tzset): Define replacement only if TZSET_CLOBBERS_LOCALTIME.
2256         (gettimeofday): Do not use the maximum possible value for
2257         tv->tv_usec, since that might break usages other than ls.c.
2258         Instead, we'll leave ls.c alone.  This undoes today's patch
2259         by Bruno.  Add a compile-time warning for 1s-clock resolution;
2260         we've never observed the problem but might as well keep the
2261         canary.
2262         * lib/nanosleep.c: Include timespec.h first, for interface check.
2263         * lib/nanosleep.c: Include <sys/time.h> unconditionally, since we
2264         now assume the sys_time module.
2265         * lib/tempname.c: Likewise.
2266         * lib/timespec.h: Likewise.
2267         * lib/nanosleep.c: Don't worry about TIME_WITH_SYS_TIME; no longer
2268         needed.
2269         * lib/strftime.c: Likewise.
2270         * lib/timespec.h: Likewise.
2271         * lib/posixtm.c: Include posixtm.h first, for interface check.
2272         Don't worry about TM_IN_SYS_TIME; that's wayyy obsolete.
2273         * lib/posixtm.h: Include stdbool.h and time.h, for proper interface.
2274         * lib/strftime.c: Don't include <sys/types.h>; shouldn't be needed.
2275         * lib/sys_time_.h: New file.
2276         * lib/timespec.h (struct timespec): Use long int, not long.
2277         * m4/gettimeofday.m4 (gl_FUNC_GETTIMEOFDAY):
2278         (gl_FUNC_GETTIMEOFDAY_CLOBBER, gl_PREREQ_GETTIMEOFDAY):
2279         Remove obsolescent call to AC_HEADER_TIME.
2280         * m4/mktime.m4 (AC_FUNC_MKTIME): Likewise.
2281         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Likewise.
2282         * m4/strftime.m4 (gl_FUNC_STRFTIME): Likewise.
2283         * m4/timespec.m4 (gl_TIMESPEC, gl_CHECK_TYPE_STRUCT_TIMESPEC):
2284         Likewise.
2285         * m4/tzset.m4 (gl_FUNC_TZSET_CLOBBER): Likewise.
2286         * m4/utimbuf.m4 (gl_CHECK_TYPE_STRUCT_UTIMBUF): Likewise.
2287         * m4/gettimeofday.m4 (gl_FUNC_GETTIMEOFDAY): Move sys/time.h tests
2288         into the sys_time module.  Check for gettimeofday just once.
2289         Prefix our variables with gl_, not with ac_ or jm_.  Tighten test
2290         for gettimeofday signature to just check the signature.  Merely
2291         compile it, since linking doesn't test signature.  Improve test for
2292         whether gettimeofday.o is actually needed.
2293         (gl_FUNC_GETTIMEOFDAY_CLOBBER): Renamed from
2294         AC_FUNC_GETTIMEOFDAY_CLOBBER.  All uses changed.  Use
2295         AC_RUN_IFELSE rather than AC_TRY_RUN.  If clobbering, set
2296         and define GETTIMEOFDAY_CLOBBERS_LOCALTIME.
2297         (gl_GETTIMEOFDAY_REPLACE_LOCALTIME): Don't define
2298         GETTIMEOFDAY_CLOBBERS_LOCALTIME; that's gl_FUNC_GETTIMEOFDAY_CLOBBER's
2299         job.  Don't define tzset; that's gl_FUNC_TZSET_CLOBBER's job.
2300         * m4/mktime.m4 (AC_FUNC_MKTIME): Just include <time.h> rather
2301         than worrying about sys/time.h.
2302         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP):
2303         Don't bother worrying about TIME_WITH_SYS_TIME.
2304         * m4/stat-time.m4 (gl_STAT_TIME): Likewise.
2305         * m4/posixtm.m4 (gl_POSIXTM): Remove obsolescent call to AC_STRUCT_TM.
2306         * m4/sys_time_h.m4: New file.
2307         * m4/tzset.m4 (gl_FUNC_TZSET_CLOBBER): Require gl_HEADER_SYS_TIME_H.
2308         Don't include sys/time.h.  Return from main rather than exiting.
2309         Define TZSET_CLOBBERS_LOCALTIME, for consistency with other names;
2310         all uses changed.
2311         * modules/gethrxtime (Depends-on): Add sys_time.
2312         * modules/gettime (Depends-on): Likewise.
2313         * modules/gettimeofday (Depends-on): Likewise.
2314         * modules/nanosleep (Depends-on): Likewise.
2315         * modules/settime (Depends-on): Likewise.
2316         * modules/tempname (Depends-on): Likewise.
2317         * modules/utimens (Depends-on): Likewise.
2318         * modules/gettimeofday (Files): Remove lib/gettimeofday.h.
2319         (Include:) Change back to <sys/time.h>.
2320         (Maintainer:) Add self.
2321         * modules/sys_time: New file.
2322         * modules/tempname (Depends-on): Add gettimeofday.
2323         * tests/test-gettimeofday.c: Include <sys/time.h>
2324         rather than gettimeofday.h.
2325
2326 2007-01-17  Bruno Haible  <bruno@clisp.org>
2327
2328         * gnulib-tool (func_get_license): Revert last patch. Instead, let
2329         the license default to GPL.
2330         (func_create_testdir): Don't complain if a module is LGPL and its
2331         tests module depends on GPLed modules.
2332
2333 2007-01-17  Bruno Haible  <bruno@clisp.org>
2334
2335         * lib/gettimeofday.c (gettimeofday): Add code for the case
2336         HAVE_GETTIMEOFDAY && !GETTIMEOFDAY_CLOBBERS_LOCALTIME. Use the
2337         maximum possible value for tv->tv_usec, rather than the minimum one.
2338
2339 2005-10-08  Martin Lambers  <marlam@marlam.de>
2340 2005-10-08  Paul Eggert  <eggert@cs.ucla.edu>
2341 2007-01-16  Bruno Haible  <bruno@clisp.org>
2342
2343         * modules/gettimeofday (Files): Add lib/gettimeofday.h.
2344         (configure.ac): Remove AC_FUNC_GETTIMEOFDAY_CLOBBER. Add
2345         gl_FUNC_GETTIMEOFDAY.
2346         (Include): Add gettimeofday.h.
2347         * m4/gettimeofday.m4 (gl_FUNC_GETTIMEOFDAY): New macro.
2348         (AC_FUNC_GETTIMEOFDAY_CLOBBER): Don't invoke gl_PREREQ_GETTIMEOFDAY.
2349         (gl_GETTIMEOFDAY_REPLACE_LOCALTIME): Define
2350         GETTIMEOFDAY_CLOBBERS_LOCALTIME. Invoke gl_PREREQ_GETTIMEOFDAY here.
2351         (gl_PREREQ_GETTIMEOFDAY): Check for <sys/timeb.h> and _ftime.
2352         * lib/gettimeofday.h: New file.
2353         * lib/gettimeofday.c: Include <sys/timeb.h>.
2354         (localtime_buffer_addr, rpl_localtime, rpl_gmtime, rpl_tzset): Define
2355         only if GETTIMEOFDAY_CLOBBERS_LOCALTIME.
2356         (rpl_gettimeofday) [!HAVE_GETTIMEOFDAY]: Use _ftime() when available;
2357         fall back on time().
2358
2359         * tests/test-gettimeofday.c: New file.
2360         * modules/gettimeofday-tests: New file.
2361
2362 2007-01-16  Eric Blake  <ebb9@byu.net>
2363
2364         * modules/fnmatch (Depends-on): Depend on wchar.
2365         * lib/fnmatch.c (WIDE_CHAR_SUPPORT): Assume <wchar.h>.
2366         * m4/fnmatch.m4: Likewise.
2367         * modules/mbchar (Makefile.am): Assume <wchar.h>.
2368         * m4/mbchar.m4: Likewise.
2369         * modules/mbswidth (Depends-on): Depend on wchar.
2370         * lib/mbswidth.c: Assume <wchar.h>.
2371         * m4/mbswidth.m4: Likewise.
2372         * modules/quotearg (Depends-on): Depend on wchar.
2373         * lib/quotearg.c: Assume <wchar.h>.
2374         * m4/quotearg.m4: Likewise.
2375         * modules/regex (Depends-on): Depend on wchar.
2376         * lib/regex_internal.h: Assume <wchar.h>.
2377         * m4/regex.m4: Likewise.
2378         * modules/stdint (Depends-on): Depend on wchar.
2379         * lib/stdint_.h [!defined WCHAR_MIN]: Assume <wchar.h>.
2380         * m4/stdint.m4: Likewise.
2381         * tests/test-stdint.c [HAVE_WINT_T]: Likewise.
2382         * modules/strftime (Depends-on): Depend on wchar.
2383         * lib/strftime.c (DO_MULTIBYTE): Assume <wchar.h>.
2384         * modules/strtol (Depends-on): Depend on wchar.
2385         * lib/strtol.c: Assume <wchar.h>.
2386         * modules/wcwidth (Depends-on): Depend on wchar.
2387         * lib/wcwidth.h: Assume <wchar.h>.
2388         * m4/wcwidth.m4: Likewise.
2389
2390 2007-01-16  Bruno Haible  <bruno@clisp.org>
2391
2392         * modules/csharpexec-script: New, created from...
2393         * modules/csharpexec: ... this.
2394
2395 2007-01-16  Paolo Bonzini  <bonzini@gnu.org>
2396
2397         * modules/javaexec-script: New, created from...
2398         * modules/javaexec: ... this.
2399
2400 2007-01-16  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
2401
2402         * modules/poll (Dependencies): Add sys_select.
2403
2404 2007-01-15  Jim Meyering  <jim@meyering.net>
2405
2406         * m4/readutmp.m4 (gl_READUTMP): Work around AIX 4.3 struct-
2407         redefinition bug when using both <utmp.h> and <utmpx.h> headers.
2408         * lib/readutmp.h: Likewise.  Reported by Daniel Richard G. in
2409         <http://article.gmane.org/gmane.comp.gnu.core-utils.bugs/9415>.
2410
2411 2007-01-15  Bruno Haible  <bruno@clisp.org>
2412
2413         * modules/striconveh: New file.
2414         * lib/striconveh.h: New file.
2415         * lib/striconveh.c: New file.
2416         * MODULES.html.sh (Internationalization functions): Add striconveh.
2417
2418         * modules/striconveh-tests: New file.
2419         * tests/test-striconveh.c: New file.
2420
2421 2007-01-15  Bruno Haible  <bruno@clisp.org>
2422
2423         * lib/striconv.c (str_cd_iconv): Use the first algorithm if iconv is
2424         not from GNU libiconv or GNU libc.
2425
2426 2007-01-15  Bruno Haible  <bruno@clisp.org>
2427
2428         * doc/gnulib-intro.texi (Copyright): Explain the different license
2429         terms for module descriptions, autoconf macros, tests, documentation.
2430
2431 2007-01-14  Bruno Haible  <bruno@clisp.org>
2432
2433         * modules/striconv-tests: New file.
2434         * tests/test-striconv.c: New file.
2435
2436 2007-01-14  Bruno Haible  <bruno@clisp.org>
2437
2438         * modules/iconv-tests: New file.
2439         * tests/test-iconv.c: New file.
2440
2441 2007-01-14  Bruno Haible  <bruno@clisp.org>
2442
2443         * gnulib-tool (func_get_license): For test modules, use the license of
2444         the main module.
2445
2446 2007-01-14  Bruno Haible  <bruno@clisp.org>
2447
2448         * modules/iconv (Include): Clarify that <iconv.h> can only be included
2449         if iconv is found to exist.
2450
2451 2007-01-14  Bruno Haible  <bruno@clisp.org>
2452
2453         * modules/c-ctype-tests: New file.
2454         * tests/test-c-ctype.c: New file.
2455
2456 2007-01-14  Bruno Haible  <bruno@clisp.org>
2457
2458         * modules/binary-io-tests: New file.
2459         * tests/test-binary-io.sh: New file.
2460         * tests/test-binary-io.c: New file.
2461
2462 2007-01-14  Bruno Haible  <bruno@clisp.org>
2463
2464         * modules/array-oset-tests: New file.
2465         * tests/test-array_oset.c: New file.
2466
2467 2007-01-14  Bruno Haible  <bruno@clisp.org>
2468
2469         * modules/array-list-tests: New file.
2470         * tests/test-array_list.c: New file.
2471
2472 2007-01-14  Bruno Haible  <bruno@clisp.org>
2473
2474         * gnulib-tool (func_create_testdir): Don't unnecessarily run configure
2475         and make.
2476         Reported by Simon Josefsson in
2477         <http://lists.gnu.org/archive/html/bug-gnulib/2007-01/msg00139.html>
2478
2479 2007-01-14  Bruno Haible  <bruno@clisp.org>
2480
2481         * modules/allocsa-tests: New file.
2482         * tests/test-allocsa.c: New file.
2483
2484 2007-01-14  Bruno Haible  <bruno@clisp.org>
2485
2486         * modules/fchdir (Depends-on): Add absolute-header.
2487         * modules/unistd (Depends-on): Likewise.
2488
2489 2006-12-30  Bruno Haible  <bruno@clisp.org>
2490
2491         * modules/fchdir: New file.
2492         * modules/unistd (Files): Add lib/unistd_.h.
2493         (Makefile.am): Generate unistd.h from unistd_.h.
2494         * lib/fchdir.c: New file.
2495         * lib/dirent_.h: New file.
2496         * lib/unistd_.h: New file.
2497         * lib/fcntl_.h (open) [FCHDIR_REPLACEMENT]: New replacement.
2498         * m4/fchdir.m4: New file.
2499         * m4/unistd_h.m4 (gl_PREREQ_UNISTD): New macro.
2500         (gl_HEADER_UNISTD): Invoke it.
2501         * lib/dup-safer.c (dup_safer) [FCHDIR_REPLACEMENT]: Use the dup
2502         function.
2503         * lib/backupfile.c (opendir, closedir): Undefine.
2504         * lib/chown.c (open, close): Undefine.
2505         * lib/clean-temp.c (open, close): Undefine.
2506         * lib/copy-file.c (open, close): Undefine.
2507         * lib/execute.c (open, close): Undefine.
2508         * lib/fsusage.c (open, close): Undefine.
2509         * lib/gc-gnulib.c (open, close): Undefine.
2510         * lib/getcwd.c (opendir, closedir): Undefine.
2511         * lib/glob.c (opendir, closedir): Undefine.
2512         * lib/javacomp.c (open, close): Undefine.
2513         * lib/mountlist.c (open, close, opendir, closedir): Undefine.
2514         * lib/openat-proc.c (open, close): Undefine.
2515         * lib/pagealign_alloc.c (open, close): Undefine.
2516         * lib/pipe.c (open, close): Undefine.
2517         * lib/progreloc.c (open, close): Undefine.
2518         * lib/savedir.c (opendir, closedir): Undefine.
2519         * lib/utime.c (open, close): Undefine.
2520         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add fchdir.
2521
2522 2007-01-10  Bruno Haible  <bruno@clisp.org>
2523
2524         * lib/striconv.c (mem_cd_iconv): Align the temporary buffer.
2525
2526 2007-01-12  Eric Blake  <ebb9@byu.net>
2527
2528         Provide a robust <wchar.h>.  Further simplifications are now
2529         possible in other modules, but not included here.
2530         * modules/wchar: New module.
2531         * m4/wchar.m4: New file.
2532         * lib/wchar_.h: Likewise.
2533         * modules/mbchar (Depends-on): Depend on wchar, as the first use
2534         of the new module.
2535         * MODULES.html.sh (Extended multibyte and wide character utilities):
2536         New section.
2537
2538 2007-01-12  Paul Eggert  <eggert@cs.ucla.edu>
2539
2540         * lib/xreadlink.c (SYMLINK_MAX) [!defined SYMLINK_MAX]: Define
2541         to a reasonable default for memory allocation.
2542         (xreadlink): Don't allocate a huge buffer, to work around a buggy
2543         file system that reports garbage st_size values for symlinks.
2544         Problem reported by Liyang Hu.
2545
2546 2007-01-11  Simon Josefsson  <simon@josefsson.org>
2547
2548         * gnulib-tool (func_all_modules): Exclude all .* files (e.g.,
2549         Emacs .#* auto-save files).
2550
2551 2007-01-11  Bruno Haible  <bruno@clisp.org>
2552
2553         * gnulib-tool (func_all_modules): Exclude all files inside the CVS
2554         directory.
2555
2556 2007-01-10  Paul Eggert  <eggert@cs.ucla.edu>
2557
2558         Use @...@ consistently in lib/wctype_.h.
2559         * lib/wctype_.h [HAVE_WINT_T]: Go back to using @...@, but rely
2560         on it being set to 1 or 0.
2561         * m4/wctype.m4 (gl_WCTYPE_H): Set HAVE_WINT_T to 1 or 0, and
2562         go back to AC_SUBSTing it.
2563         * modules/wctype (Makefile.am): Undo previous change.
2564
2565 2007-01-10  Eric Blake  <ebb9@byu.net>
2566
2567         * lib/wctype_.h [HAVE_WINT_T]: Rely on AC_DEFINE.
2568         * m4/wctype.m4 (gl_WCTYPE_H): No need to AC_SUBST(HAVE_WINT_T).
2569         * modules/wctype (Makefile.am): Likewise.
2570         Reported by Chris McGuire.
2571
2572 2007-01-10  Jim Meyering  <jim@meyering.net>
2573
2574         fts.c: a small readability/maintainability improvement
2575         * lib/fts.c (fts_read): Make this code slightly more readable and
2576         maintainable by hoisting the "sp->fts_cur = p" assignments to
2577         immediately follow the statements that set P.  Derived from
2578         the patch by Miloslav Trmac in http://bugzilla.redhat.com/222089.
2579
2580 2007-01-10  Eric Blake  <ebb9@byu.net>
2581
2582         * lib/wctype_.h [HAVE_WINT_T]: Include <stddef.h> before
2583         <wchar.h>, to work around BSDI bug in BSD/OS 4.0.1.
2584         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Likewise.
2585         * m4/wint_t.m4 (gt_TYPE_WINT_T): Likewise.
2586         Reported by Chris McGuire.
2587
2588 2007-01-09  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2589
2590         * gnulib-tool (func_all_modules): Use POSIX conforming escaping
2591         in sed script.
2592
2593 2007-01-09  Bruno Haible  <bruno@clisp.org>
2594
2595         * MODULES.html.sh: Accept options --cvs-urls, --git-urls.
2596         (repo_url_prefix, repo_url_suffix, repo_url_suffix_repl): New
2597         variables.
2598         (func_module): Use them.
2599
2600 2007-01-09  Bruno Haible  <bruno@clisp.org>
2601
2602         * modules/unistr/base: New file.
2603         * lib/unistr.h: New file.
2604
2605         * modules/unistr/u8-to-u16: New file.
2606         * lib/unistr/u8-to-u16.c: New file.
2607
2608         * modules/unistr/u8-to-u32: New file.
2609         * lib/unistr/u8-to-u32.c: New file.
2610
2611         * modules/unistr/u16-to-u8: New file.
2612         * lib/unistr/u16-to-u8.c: New file.
2613
2614         * modules/unistr/u16-to-u32: New file.
2615         * lib/unistr/u16-to-u32.c: New file.
2616
2617         * modules/unistr/u32-to-u8: New file.
2618         * lib/unistr/u32-to-u8.c: New file.
2619
2620         * modules/unistr/u32-to-u16: New file.
2621         * lib/unistr/u32-to-u16.c: New file.
2622
2623         * modules/unistr/u8-check: New file.
2624         * modules/unistr/u16-check: New file.
2625         * modules/unistr/u32-check: New file.
2626         * lib/unistr/u8-check.c: New file.
2627         * lib/unistr/u16-check.c: New file.
2628         * lib/unistr/u32-check.c: New file.
2629
2630         * modules/unistr/u8-chr: New file.
2631         * modules/unistr/u16-chr: New file.
2632         * modules/unistr/u32-chr: New file.
2633         * lib/unistr/u8-chr.c: New file.
2634         * lib/unistr/u16-chr.c: New file.
2635         * lib/unistr/u32-chr.c: New file.
2636
2637         * modules/unistr/u8-cmp: New file.
2638         * modules/unistr/u16-cmp: New file.
2639         * modules/unistr/u32-cmp: New file.
2640         * lib/unistr/u8-cmp.c: New file.
2641         * lib/unistr/u16-cmp.c: New file.
2642         * lib/unistr/u32-cmp.c: New file.
2643
2644         * modules/unistr/u8-cpy: New file.
2645         * modules/unistr/u16-cpy: New file.
2646         * modules/unistr/u32-cpy: New file.
2647         * lib/unistr/u8-cpy.c: New file.
2648         * lib/unistr/u16-cpy.c: New file.
2649         * lib/unistr/u32-cpy.c: New file.
2650         * lib/unistr/u-cpy.h: New file.
2651
2652         * modules/unistr/u8-cpy-alloc: New file.
2653         * modules/unistr/u16-cpy-alloc: New file.
2654         * modules/unistr/u32-cpy-alloc: New file.
2655         * lib/unistr/u8-cpy-alloc.c: New file.
2656         * lib/unistr/u16-cpy-alloc.c: New file.
2657         * lib/unistr/u32-cpy-alloc.c: New file.
2658         * lib/unistr/u-cpy-alloc.h: New file.
2659
2660         * modules/unistr/u8-endswith: New file.
2661         * modules/unistr/u16-endswith: New file.
2662         * modules/unistr/u32-endswith: New file.
2663         * lib/unistr/u8-endswith.c: New file.
2664         * lib/unistr/u16-endswith.c: New file.
2665         * lib/unistr/u32-endswith.c: New file.
2666         * lib/unistr/u-endswith.h: New file.
2667
2668         * modules/unistr/u8-mblen: New file.
2669         * modules/unistr/u16-mblen: New file.
2670         * modules/unistr/u32-mblen: New file.
2671         * lib/unistr/u8-mblen.c: New file.
2672         * lib/unistr/u16-mblen.c: New file.
2673         * lib/unistr/u32-mblen.c: New file.
2674
2675         * modules/unistr/u8-mbtouc: New file.
2676         * modules/unistr/u16-mbtouc: New file.
2677         * modules/unistr/u32-mbtouc: New file.
2678         * lib/unistr/u8-mbtouc.c: New file.
2679         * lib/unistr/u16-mbtouc.c: New file.
2680         * lib/unistr/u32-mbtouc.c: New file.
2681
2682         * modules/unistr/u8-mbtouc-safe: New file.
2683         * modules/unistr/u16-mbtouc-safe: New file.
2684         * modules/unistr/u32-mbtouc-safe: New file.
2685         * lib/unistr/u8-mbtouc-safe.c: New file.
2686         * lib/unistr/u16-mbtouc-safe.c: New file.
2687         * lib/unistr/u32-mbtouc-safe.c: New file.
2688
2689         * modules/unistr/u8-move: New file.
2690         * modules/unistr/u16-move: New file.
2691         * modules/unistr/u32-move: New file.
2692         * lib/unistr/u8-move.c: New file.
2693         * lib/unistr/u16-move.c: New file.
2694         * lib/unistr/u32-move.c: New file.
2695         * lib/unistr/u-move.h: New file.
2696
2697         * modules/unistr/u8-next: New file.
2698         * modules/unistr/u16-next: New file.
2699         * modules/unistr/u32-next: New file.
2700         * lib/unistr/u8-next.c: New file.
2701         * lib/unistr/u16-next.c: New file.
2702         * lib/unistr/u32-next.c: New file.
2703
2704         * modules/unistr/u8-prev: New file.
2705         * modules/unistr/u16-prev: New file.
2706         * modules/unistr/u32-prev: New file.
2707         * lib/unistr/u8-prev.c: New file.
2708         * lib/unistr/u16-prev.c: New file.
2709         * lib/unistr/u32-prev.c: New file.
2710
2711         * modules/unistr/u8-set: New file.
2712         * modules/unistr/u16-set: New file.
2713         * modules/unistr/u32-set: New file.
2714         * lib/unistr/u8-set.c: New file.
2715         * lib/unistr/u16-set.c: New file.
2716         * lib/unistr/u32-set.c: New file.
2717         * lib/unistr/u-set.h: New file.
2718
2719         * modules/unistr/u8-startswith: New file.
2720         * modules/unistr/u16-startswith: New file.
2721         * modules/unistr/u32-startswith: New file.
2722         * lib/unistr/u8-startswith.c: New file.
2723         * lib/unistr/u16-startswith.c: New file.
2724         * lib/unistr/u32-startswith.c: New file.
2725         * lib/unistr/u-startswith.h: New file.
2726
2727         * modules/unistr/u8-stpcpy: New file.
2728         * modules/unistr/u16-stpcpy: New file.
2729         * modules/unistr/u32-stpcpy: New file.
2730         * lib/unistr/u8-stpcpy.c: New file.
2731         * lib/unistr/u16-stpcpy.c: New file.
2732         * lib/unistr/u32-stpcpy.c: New file.
2733         * lib/unistr/u-stpcpy.h: New file.
2734
2735         * modules/unistr/u8-stpncpy: New file.
2736         * modules/unistr/u16-stpncpy: New file.
2737         * modules/unistr/u32-stpncpy: New file.
2738         * lib/unistr/u8-stpncpy.c: New file.
2739         * lib/unistr/u16-stpncpy.c: New file.
2740         * lib/unistr/u32-stpncpy.c: New file.
2741         * lib/unistr/u-stpncpy.h: New file.
2742
2743         * modules/unistr/u8-strcat: New file.
2744         * modules/unistr/u16-strcat: New file.
2745         * modules/unistr/u32-strcat: New file.
2746         * lib/unistr/u8-strcat.c: New file.
2747         * lib/unistr/u16-strcat.c: New file.
2748         * lib/unistr/u32-strcat.c: New file.
2749         * lib/unistr/u-strcat.h: New file.
2750
2751         * modules/unistr/u8-strchr: New file.
2752         * modules/unistr/u16-strchr: New file.
2753         * modules/unistr/u32-strchr: New file.
2754         * lib/unistr/u8-strchr.c: New file.
2755         * lib/unistr/u16-strchr.c: New file.
2756         * lib/unistr/u32-strchr.c: New file.
2757
2758         * modules/unistr/u8-strcmp: New file.
2759         * modules/unistr/u16-strcmp: New file.
2760         * modules/unistr/u32-strcmp: New file.
2761         * lib/unistr/u8-strcmp.c: New file.
2762         * lib/unistr/u16-strcmp.c: New file.
2763         * lib/unistr/u32-strcmp.c: New file.
2764
2765         * modules/unistr/u8-strcpy: New file.
2766         * modules/unistr/u16-strcpy: New file.
2767         * modules/unistr/u32-strcpy: New file.
2768         * lib/unistr/u8-strcpy.c: New file.
2769         * lib/unistr/u16-strcpy.c: New file.
2770         * lib/unistr/u32-strcpy.c: New file.
2771         * lib/unistr/u-strcpy.h: New file.
2772
2773         * modules/unistr/u8-strcspn: New file.
2774         * modules/unistr/u16-strcspn: New file.
2775         * modules/unistr/u32-strcspn: New file.
2776         * lib/unistr/u8-strcspn.c: New file.
2777         * lib/unistr/u16-strcspn.c: New file.
2778         * lib/unistr/u32-strcspn.c: New file.
2779         * lib/unistr/u-strcspn.h: New file.
2780
2781         * modules/unistr/u8-strdup: New file.
2782         * modules/unistr/u16-strdup: New file.
2783         * modules/unistr/u32-strdup: New file.
2784         * lib/unistr/u8-strdup.c: New file.
2785         * lib/unistr/u16-strdup.c: New file.
2786         * lib/unistr/u32-strdup.c: New file.
2787         * lib/unistr/u-strdup.h: New file.
2788
2789         * modules/unistr/u8-strlen: New file.
2790         * modules/unistr/u16-strlen: New file.
2791         * modules/unistr/u32-strlen: New file.
2792         * lib/unistr/u8-strlen.c: New file.
2793         * lib/unistr/u16-strlen.c: New file.
2794         * lib/unistr/u32-strlen.c: New file.
2795         * lib/unistr/u-strlen.h: New file.
2796
2797         * modules/unistr/u8-strmblen: New file.
2798         * modules/unistr/u16-strmblen: New file.
2799         * modules/unistr/u32-strmblen: New file.
2800         * lib/unistr/u8-strmblen.c: New file.
2801         * lib/unistr/u16-strmblen.c: New file.
2802         * lib/unistr/u32-strmblen.c: New file.
2803
2804         * modules/unistr/u8-strmbtouc: New file.
2805         * modules/unistr/u16-strmbtouc: New file.
2806         * modules/unistr/u32-strmbtouc: New file.
2807         * lib/unistr/u8-strmbtouc.c: New file.
2808         * lib/unistr/u16-strmbtouc.c: New file.
2809         * lib/unistr/u32-strmbtouc.c: New file.
2810
2811         * modules/unistr/u8-strncat: New file.
2812         * modules/unistr/u16-strncat: New file.
2813         * modules/unistr/u32-strncat: New file.
2814         * lib/unistr/u8-strncat.c: New file.
2815         * lib/unistr/u16-strncat.c: New file.
2816         * lib/unistr/u32-strncat.c: New file.
2817         * lib/unistr/u-strncat.h: New file.
2818
2819         * modules/unistr/u8-strncmp: New file.
2820         * modules/unistr/u16-strncmp: New file.
2821         * modules/unistr/u32-strncmp: New file.
2822         * lib/unistr/u8-strncmp.c: New file.
2823         * lib/unistr/u16-strncmp.c: New file.
2824         * lib/unistr/u32-strncmp.c: New file.
2825
2826         * modules/unistr/u8-strncpy: New file.
2827         * modules/unistr/u16-strncpy: New file.
2828         * modules/unistr/u32-strncpy: New file.
2829         * lib/unistr/u8-strncpy.c: New file.
2830         * lib/unistr/u16-strncpy.c: New file.
2831         * lib/unistr/u32-strncpy.c: New file.
2832         * lib/unistr/u-strncpy.h: New file.
2833
2834         * modules/unistr/u8-strnlen: New file.
2835         * modules/unistr/u16-strnlen: New file.
2836         * modules/unistr/u32-strnlen: New file.
2837         * lib/unistr/u8-strnlen.c: New file.
2838         * lib/unistr/u16-strnlen.c: New file.
2839         * lib/unistr/u32-strnlen.c: New file.
2840         * lib/unistr/u-strnlen.h: New file.
2841
2842         * modules/unistr/u8-strpbrk: New file.
2843         * modules/unistr/u16-strpbrk: New file.
2844         * modules/unistr/u32-strpbrk: New file.
2845         * lib/unistr/u8-strpbrk.c: New file.
2846         * lib/unistr/u16-strpbrk.c: New file.
2847         * lib/unistr/u32-strpbrk.c: New file.
2848         * lib/unistr/u-strpbrk.h: New file.
2849
2850         * modules/unistr/u8-strrchr: New file.
2851         * modules/unistr/u16-strrchr: New file.
2852         * modules/unistr/u32-strrchr: New file.
2853         * lib/unistr/u8-strrchr.c: New file.
2854         * lib/unistr/u16-strrchr.c: New file.
2855         * lib/unistr/u32-strrchr.c: New file.
2856
2857         * modules/unistr/u8-strspn: New file.
2858         * modules/unistr/u16-strspn: New file.
2859         * modules/unistr/u32-strspn: New file.
2860         * lib/unistr/u8-strspn.c: New file.
2861         * lib/unistr/u16-strspn.c: New file.
2862         * lib/unistr/u32-strspn.c: New file.
2863         * lib/unistr/u-strspn.h: New file.
2864
2865         * modules/unistr/u8-strstr: New file.
2866         * modules/unistr/u16-strstr: New file.
2867         * modules/unistr/u32-strstr: New file.
2868         * lib/unistr/u8-strstr.c: New file.
2869         * lib/unistr/u16-strstr.c: New file.
2870         * lib/unistr/u32-strstr.c: New file.
2871         * lib/unistr/u-strstr.h: New file.
2872
2873         * modules/unistr/u8-strtok: New file.
2874         * modules/unistr/u16-strtok: New file.
2875         * modules/unistr/u32-strtok: New file.
2876         * lib/unistr/u8-strtok.c: New file.
2877         * lib/unistr/u16-strtok.c: New file.
2878         * lib/unistr/u32-strtok.c: New file.
2879         * lib/unistr/u-strtok.h: New file.
2880
2881         * modules/unistr/u8-uctomb: New file.
2882         * modules/unistr/u16-uctomb: New file.
2883         * modules/unistr/u32-uctomb: New file.
2884         * lib/unistr/u8-uctomb.c: New file.
2885         * lib/unistr/u16-uctomb.c: New file.
2886         * lib/unistr/u32-uctomb.c: New file.
2887
2888         * MODULES.html.sh (Unicode string functions): Add the new modules.
2889
2890 2007-01-08  Bruno Haible  <bruno@clisp.org>
2891
2892         * gnulib-tool (func_all_modules): Use find, not ls, to traverse the
2893         modules directory. Filter out CVS, ChangeLog, COPYING, README also from
2894         subdirectories.
2895
2896 2007-01-08  Karl Berry  <karl@gnu.org>
2897
2898         * doc/error.texi: mention that main() fns must set program_name
2899         when progname is used.
2900
2901 2007-01-08  Paul Eggert  <eggert@cs.ucla.edu>
2902
2903         * m4/wctype.m4 (gl_WCTYPE_H): Compute ABSOLUTE_WCTYPE_H even if
2904         WCTYPE_H is empty, for the benefit of builds from non-distclean
2905         directories.  Problem reported by Eric Blake in
2906         <http://lists.gnu.org/archive/html/bug-gnulib/2007-01/msg00157.html>.
2907
2908 2007-01-08  Bruno Haible  <bruno@clisp.org>
2909
2910         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME): Remove
2911         PROVIDE_CANONICALIZE_FILENAME_MODE macro definition.
2912         * lib/canonicalize.h: Test GNULIB_CANONICALIZE instead of
2913         PROVIDE_CANONICALIZE_FILENAME_MODE.
2914         * modules/canonicalize (configure.ac): Use gl_MODULE_INDICATOR.
2915
2916 2007-01-08  Bruno Haible  <bruno@clisp.org>
2917
2918         * m4/fts.m4 (gl_FUNC_FTS_LGPL): Remove _LGPL_PACKAGE macro definition.
2919         * lib/fts_.h (_LGPL_PACKAGE): Remove macro.
2920         Use !GNULIB_FTS instead of _LGPL_PACKAGE.
2921         * lib/fts.c: Likewise.
2922         * modules/fts (configure.ac): Use gl_MODULE_INDICATOR.
2923
2924 2006-12-25  Bruno Haible  <bruno@clisp.org>
2925
2926         * modules/utf8-ucs4-safe: New file.
2927         * lib/utf8-ucs4-safe.h: New file.
2928         * lib/unistr/utf8-ucs4-safe.c: New file.
2929
2930         * modules/utf16-ucs4-safe: New file.
2931         * lib/utf16-ucs4-safe.h: New file.
2932         * lib/unistr/utf16-ucs4-safe.c: New file.
2933
2934         * MODULES.html.sh (Unicode string functions): Add the new modules.
2935
2936 2007-01-08  Bruno Haible  <bruno@clisp.org>
2937
2938         * modules/utf8-ucs4 (Files, lib_SOURCES): Add unistr/utf8-ucs4.c.
2939         (Depends-on): Add unitypes.
2940         * lib/utf8-ucs4.h: Add double-inclusion guard. Include unitypes.h.
2941         (u8_mbtouc_aux): Move out to separate file.
2942         (u8_mbtouc): Use ucs4_t, uint8_t types.
2943         * lib/unistr/utf8-ucs4.c: New file.
2944
2945         * modules/utf16-ucs4 (Files, lib_SOURCES): Add unistr/utf16-ucs4.c.
2946         (Depends-on): Add unitypes.
2947         * lib/utf16-ucs4.h: Add double-inclusion guard. Include unitypes.h.
2948         (u16_mbtouc_aux): Move out to separate file.
2949         (u16_mbtouc): Use ucs4_t, uint16_t types.
2950         * lib/unistr/utf16-ucs4.c: New file.
2951
2952         * modules/ucs4-utf8 (Files, lib_SOURCES): Add unistr/ucs4-utf8.c.
2953         (Depends-on): Add unitypes.
2954         * lib/ucs4-utf8.h: Add double-inclusion guard. Include unitypes.h.
2955         (u8_uctomb_aux): Move out to separate file.
2956         (u8_uctomb): Use ucs4_t, uint8_t types.
2957         * lib/unistr/ucs4-utf8.c: New file.
2958
2959         * modules/ucs4-utf16 (Files, lib_SOURCES): Add unistr/ucs4-utf16.c.
2960         (Depends-on): Add unitypes.
2961         * lib/ucs4-utf16.h: Add double-inclusion guard. Include unitypes.h.
2962         (u16_uctomb_aux): Move out to separate file.
2963         (u16_uctomb): Use ucs4_t, uint16_t types.
2964         * lib/unistr/ucs4-utf16.c: New file.
2965
2966 2006-12-25  Bruno Haible  <bruno@clisp.org>
2967
2968         * modules/unitypes: New file.
2969         * lib/unitypes.h: New file.
2970         * MODULES.html.sh (func_all_modules): New section "Unicode string
2971         functions". Move ucs4-utf8, ucs4-utf16, utf8-ucs4, utf16-ucs4 to
2972         this section. Add unitypes.
2973
2974 2007-01-08  Bruno Haible  <bruno@clisp.org>
2975
2976         Avoid variable names that conflict with those from libtool.
2977         * m4/lib-link.m4 (AC_LIB_RPATH, AC_LIB_LINKFLAGS_BODY,
2978         AC_LIB_LINKFLAGS_FROM_LIBS): Rename libext to acl_libext,
2979         shlibext to acl_shlibext, libname_spec to acl_libname_spec,
2980         library_names_spec to acl_library_names_spec, hardcode_* to
2981         acl_hardcode_*.
2982         Reported by Ralf Wildenhues.
2983
2984 2007-01-08  Bruno Haible  <bruno@clisp.org>
2985
2986         * m4/gc-arcfour.m4 (gl_GC_ARCFOUR): Remove GC_USE_ARCFOUR macro
2987         definition.
2988         * m4/gc-arctwo.m4 (gl_GC_ARCTWO): Remove GC_USE_ARCTWO macro
2989         definition.
2990         * m4/gc-des.m4 (gl_GC_DES): Remove GC_USE_DES macro definition.
2991         * m4/gc-hmac-md5.m4 (gl_GC_HMAC_MD5): Remove GC_USE_HMAC_MD5 macro
2992         definition.
2993         * m4/gc-hmac-sha1.m4 (gl_GC_HMAC_SHA1): Remove GC_USE_HMAC_SHA1 macro
2994         definition.
2995         * m4/gc-md2.m4 (gl_GC_MD2): Remove GC_USE_MD2 macro definition.
2996         * m4/gc-md4.m4 (gl_GC_MD4): Remove GC_USE_MD4 macro definition.
2997         * m4/gc-md5.m4 (gl_GC_MD5): Remove GC_USE_MD5 macro definition.
2998         * m4/gc-random.m4 (gl_GC_RANDOM): Remove GC_USE_RANDOM macro
2999         definition.
3000         * m4/gc-rijndael.m4 (gl_GC_RIJNDAEL): Remove GC_USE_RIJNDAEL macro
3001         definition.
3002         * m4/gc-sha1.m4 (gl_GC_SHA1): Remove GC_USE_SHA1 macro definition.
3003         * lib/gc-gnulib.c: Use GNULIB_GC_<algorithm> instead of
3004         GC_USE_<algorithm>.
3005         * lib/gc-libgcrypt.c: Likewise.
3006         * modules/gc-arcfour (configure.ac): Use gl_MODULE_INDICATOR.
3007         * modules/gc-arctwo (configure.ac): Likewise.
3008         * modules/gc-des (configure.ac): Likewise.
3009         * modules/gc-hmac-md5 (configure.ac): Likewise.
3010         * modules/gc-hmac-sha1 (configure.ac): Likewise.
3011         * modules/gc-md2 (configure.ac): Likewise.
3012         * modules/gc-md4 (configure.ac): Likewise.
3013         * modules/gc-md5 (configure.ac): Likewise.
3014         * modules/gc-random (configure.ac): Likewise.
3015         * modules/gc-rijndael (configure.ac): Likewise.
3016         * modules/gc-sha1 (configure.ac): Likewise.
3017
3018 2007-01-08  Bruno Haible  <bruno@clisp.org>
3019
3020         * m4/close-stream.m4 (gl_CLOSE_STREAM): Remove GNULIB_CLOSE_STREAM
3021         macro definition.
3022         * m4/fcntl-safer.m4 (gl_FCNTL_SAFER): Remove GNULIB_FCNTL_SAFER macro
3023         definition.
3024         * m4/stdio-safer.m4 (gl_FOPEN_SAFER): Remove GNULIB_FOPEN_SAFER macro
3025         definition.
3026         * modules/close-stream (configure.ac): Invoke gl_MODULE_INDICATOR.
3027         * modules/fcntl-safer (configure.ac): Likewise.
3028         * modules/fopen-safer (configure.ac): Likewise.
3029         * modules/fwriteerror (configure.ac): Likewise. Remove explicit
3030         GNULIB_FWRITEERROR macro definition.
3031
3032 2007-01-08  Bruno Haible  <bruno@clisp.org>
3033
3034         * m4/gnulib-common.m4: New file.
3035         * gnulib-tool (func_get_autoconf_snippet): Undo last change.
3036         (func_get_filelist): Add m4/gnulib-common.m4.
3037
3038 2007-01-08  Bruno Haible  <bruno@clisp.org>
3039
3040         * m4/lib-link.m4 (AC_LIB_LINKFLAGS_BODY): Simplify the sorting
3041         command.
3042
3043 2007-01-08  Jim Meyering  <jim@meyering.net>
3044
3045         Use a more robust test for a "can't happen" condition.
3046         * lib/fts.c (fts_read): Revert the change of 2006-11-22, since it
3047         narrowed the st_size value.  Presuming the "can't happen" condition
3048         is true, that narrowing could conceivably convert an invalid st_size
3049         value into a valid one.  Instead, use a change based on Matthew
3050         Woehlke's original patch.
3051
3052         Slight readability improvement: use an assert-like macro
3053         in place of literal "abort ()" uses.
3054         * lib/fts.c (fts_assert): Define.
3055         (fts_set_stat_required, cwd_advance_fd, fts_read, fd_ring_check):
3056         Use this macro instead of a bare 'abort'.
3057
3058 2007-01-05  Paul Eggert  <eggert@cs.ucla.edu>
3059
3060         Don't worry about using IRIX 5.3's wctype.h broken definitions;
3061         simply work around them.
3062         * lib/wctype_.h: Remove test for HAVE_WCTYPE_CTMP_BUG.
3063         (iswalnum, iswalpha, iswblank, iswcntrl, iswdigit, iswgraph, iswlower):
3064         (iswprint, iswpunct, iswspace, iswupper, iswxdigit): Undef before
3065         declaring.
3066         Don't bother to define as macros, since the standard doesn't require it.
3067         * m4/wctype.m4 (WCTYPE_H, ABSOLUTE_WCTYPE_H): Simplify, since we no
3068         longer worry about IRIX 5.3.
3069         (HAVE_WCTYPE_CTMP_BUG): Remove.
3070
3071 2007-01-04  Paul Eggert  <eggert@cs.ucla.edu>
3072
3073         * lib/wctype_.h (_ctmp_) [HAVE_WCTYPE_CTMP_BUG]: Now of type wchar_t,
3074         not wint_t.  Also, include <ctype.h>, to fix another IRIX bug.
3075         * m4/wctype.m4 (gl_WCTYPE_H): Likewise.
3076         Problems reported by Georg Schwarz for IRIX 5.3.
3077
3078         * gnulib-tool (autoconf_minversion): Take the maximum version number
3079         found, not the minimum.  Problem reported by James Youngman.
3080
3081 2007-01-03  Karl Berry  <karl@gnu.org>
3082
3083         * doc/error.texi: new file, explaining interaction with progname.
3084         * doc/gnulib.texi: include it.  Update copyright.
3085
3086 2007-01-03  Simon Josefsson  <simon@josefsson.org>
3087
3088         * gnulib-tool (func_create_testdir): Run AC_CANONICAL_BUILD and
3089         AC_CANONICAL_HOST, to improve autobuild outputs.
3090
3091 2007-01-03  Paolo Bonzini  <bonzini@gnu.org>
3092             Yoann Vandoorselaere <yoann.v@prelude-ids.com>
3093
3094         * lib/poll.c (poll): Use recv on Mac OS X to distinguish connected
3095         sockets, server sockets, and other file descriptors.  Count errors
3096         to compute the return value.  Reorder the code a bit to be easier
3097         to follow.  Don't set event bits that were not requested (except
3098         POLLERR and POLLHUP).
3099
3100 2007-01-01  Bruno Haible  <bruno@clisp.org>
3101
3102         * modules/lchmod (Include): Require lchmod.h, not lchown.h.
3103
3104 2007-01-03  Jim Meyering  <jim@meyering.net>
3105
3106         * modules/fts-lgpl (Depends-on): Add i-ring.  Reported by Bruno Haible.
3107
3108 2007-01-02  Bruno Haible  <bruno@clisp.org>
3109
3110         * modules/settime (Include): Require timespec.h.
3111         * modules/nanosleep (Include): Likewise.
3112
3113 2007-01-01  Bruno Haible  <bruno@clisp.org>
3114
3115         * gnulib-tool (func_emit_copyright_notice): Bump year.
3116         (func_get_autoconf_snippet): Emit a GNULIB_<modulename> macro.
3117
3118 2007-01-01  Bruno Haible  <bruno@clisp.org>
3119
3120         Improve support for OpenBSD.
3121         * build-aux/config.rpath (libname_spec): Export.
3122         (library_names_spec): New variable. Export.
3123         * m4/lib-link.m4 (AC_LIB_LINKFLAGS_BODY): Extract libname_spec and
3124         library_names_spec from the config.rpath output. Locate shared library
3125         through the name pattern in library_names_spec.
3126
3127 2007-01-01  Eric Blake  <ebb9@byu.net>
3128
3129         * lib/version-etc.c (COPYRIGHT_YEAR): Bump for new year.
3130
3131 2006-12-30  Paul Eggert  <eggert@cs.ucla.edu>
3132
3133         * gnulib-tool (SORT): Remove, since we no longer assume GNU sort.
3134         Rewrite so as not to assume GNU sort or "tail -1".  Also, don't
3135         assume the C locale, and avoid an "eval" that could cause trouble.
3136         Problem with SORT reported by Bob Proulx.
3137
3138         * lib/getpagesize.h (getpagesize) [defined __amigaos4__]:
3139         Define.  Trivial patch from Henning Nielsen Lund, originally
3140         sent to bug-grep@gnu.org today.
3141
3142 2006-12-29  Paul Eggert  <eggert@cs.ucla.edu>
3143
3144         * lib/acl.h: Include sys/types.h and sys/stat.h, for mode_t and
3145         struct stat.  Problem reported by Henning Nielsen Lund.
3146         * lib/acl.c: Include acl.h first, to check interface.  Don't
3147         bother to include sys/types.h and sys/stat.h again.
3148
3149 2006-12-28  Paul Eggert  <eggert@cs.ucla.edu>
3150
3151         Import the following change from libc; problem reported by
3152         Sven Verdoolaege.
3153
3154         2005-10-13  Ulrich Drepper  <drepper@redhat.com>
3155
3156         [BZ #1373]
3157         * lib/argp.h: Remove __NTH for __argp_usage inline function.
3158
3159 2006-12-28  Jim Meyering  <jim@meyering.net>
3160
3161         * build-aux/announce-gen: Do not assume that the package
3162         builds any of tar.gz, tar.bz2, and .xdelta files.
3163         Suggestion from Simon Josefsson.
3164
3165 2006-12-28  Simon Josefsson  <simon@josefsson.org>
3166
3167         * modules/announce-gen: New file.
3168
3169 2006-12-27  Paul Eggert  <eggert@cs.ucla.edu>
3170
3171         * lib/mbchar.h: Just include <wctype.h>; the wctype module
3172         handles its gotchas now.
3173         * lib/mbswidth.c: Likewise.
3174         * lib/wcwidth.h: Likewise.
3175         * m4/mbchar.m4 (gl_MBCHAR): Don't bother checking for wctype.h
3176         and iswcntrl; the wctype module does this stuff now.
3177         * m4/mbswidth.m4 (gl_MBSWIDTH): Likewise.
3178         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Likewise.
3179         * modules/mbchar (Depends-on): Add wctype.
3180         * modules/mbswidth (Depends-on): Likewise.
3181         * modules/wcwidth (Depends-on): Likewise.
3182
3183 2006-12-27  Eric Blake  <ebb9@byu.net>
3184
3185         * lib/fnmatch.c: Reinstate inclusion of <wchar.h>, since this
3186         module uses more than what <wctype.h> is required to provide.
3187
3188 2006-12-26  Eric Blake  <ebb9@byu.net>
3189
3190         * gnulib-tool (sed_extract_prog): Avoid space-tab.
3191
3192 2006-12-26  Eric Blake  <ebb9@byu.net>
3193
3194         * modules/absolute-header: New module.
3195         * modules/fcntl (Depends-on): Depend on it.
3196         * modules/inttypes (Depends-on): Likewise.
3197         * modules/stdint (Depends-on): Likewise.
3198         * modules/sys_stat (Depends-on): Likewise.
3199         * modules/wctype (Depends-on): Likewise.
3200         * MODULES.html.sh (Support for building libraries and
3201         executables): Document it.
3202
3203 2006-12-25  Paul Eggert  <eggert@cs.ucla.edu>
3204
3205         * gnulib-tool (SED): Remove, undoing previous change.
3206         The problem was that it broke coreutils on Solaris, because
3207         "sed --posix" leaked into a makefile.
3208         (sed): New alias, if 'alias' and GNU sed.
3209
3210 2006-12-24  Jim Meyering  <jim@meyering.net>
3211
3212         Work around an fchownat bug in glibc-2.4:
3213         http://lists.ubuntu.com/archives/ubuntu-users/2006-September/093218.html
3214         This bug would cause "chown -RP ... DIR" to follow symlinks in DIR,
3215         in spite of the -P option.
3216         * m4/openat.m4 (gl_FUNC_FCHOWNAT, gl_FUNC_FCHOWNAT_DEREF_BUG):
3217         New macros.
3218         (gl_PREREQ_OPENAT): Require gl_FUNC_FCHOWNAT.
3219         * modules/openat (Files): Add lib/fchownat.c.
3220         * lib/openat.c (fchownat): Don't define here.  Move to...
3221         * lib/fchownat.c: ...this new file.
3222
3223 2006-12-23  Paul Eggert  <eggert@cs.ucla.edu>
3224
3225         Fix bug reported by Bruno Haible in
3226         <http://lists.gnu.org/archive/html/bug-gnulib/2006-12/msg00228.html>
3227         where quotearg.c didn't compile on Mac OS X 10.2 because it
3228         lacks <wchar.h> and wint_t.
3229         * lib/wctype_.h (__wctype_wint_t): New type.
3230         Include <stdio.h>, <time.h>, <wchar.h> only if HAVE_WINT_T.
3231         (iswalnum, iswalpha, iswblank, iswcntrl, iswdigit, iswgraph):
3232         (iswlower, iswprint, iswpunct, iswspace, iswupper, ixwxdigit):
3233         Arg is now of type __wctype_wint_t, not wint_t.
3234         * m4/wctype.m4 (gl_WCTYPE_H): Require gt_TYPE_WINT_T, and
3235         substitute HAVE_WINT_T.
3236         * modules/wctype (Files): Add m4/wint_t.m4.
3237         (wctype.h): Substitute HAVE_WINT_T.
3238
3239 2006-12-23  Bruno Haible  <bruno@clisp.org>
3240
3241         * lib/safe-read.h [C++]: Wrap declarations in extern "C".
3242
3243 2006-12-23  Bruno Haible  <bruno@clisp.org>
3244
3245         * lib/canonicalize-lgpl.c (__realpath): Test HAVE_READLINK instead of
3246         S_ISLNK.
3247         Needed because gnulib's sys/stat.h replacement defines S_ISLNK on
3248         mingw.
3249
3250 2006-12-22  Bruno Haible  <bruno@clisp.org>
3251
3252         * lib/copy-file.c: Include acl.h.
3253         (copy_file_preserving) [USE_ACL]: Use copy_acl instead of chmod.
3254         Close the file descriptors only after being done with copy_acl.
3255         * modules/copy-file (Depends-on): Add acl.
3256
3257 2006-12-22  Bruno Haible  <bruno@clisp.org>
3258
3259         * gnulib-tool (SED): New variable.
3260         Use $SED instead of sed everywhere.
3261
3262 2006-12-22  Bruno Haible  <bruno@clisp.org>
3263
3264         * modules/no-c++: New file.
3265         * m4/no-c++.m4: New file.
3266         * MODULES.html.sh (Support for building libraries and executables):
3267         Add no-c++.
3268
3269 2006-12-22  Paul Eggert  <eggert@cs.ucla.edu>
3270
3271         * m4/mktime.m4 (AC_FUNC_MKTIME): Sync from Autoconf.
3272         Include <limits.h>, and use its INT_MAX to rewrite the
3273         j loop so that it does not overflow 'int'.  Problem reported by
3274         Ralf Wildenhues in
3275         <http://lists.gnu.org/archive/html/bug-gnulib/2006-12/msg00084.html>.
3276         Play it safe by shifting left by 1 rather than multiplying by 2,
3277         as GCC is less likely to optimize this away when the value
3278         is signed (when it assumes overflow leads to undefined behavior).
3279         Also, don't assume time_t uses two's complement.
3280
3281 2006-12-21  Paul Eggert  <eggert@cs.ucla.edu>
3282
3283         * MODULES.html.sh: New module wctype.
3284         * lib/wctype_.h, m4/wctype.m4, modules/wctype: New files.
3285         * lib/fnmatch.c: Don't bother to include <wchar.h> before
3286         <wctype.h>, since the new wctype module should fix this.
3287         * lib/quotearg.c: Include <wctype.h> unconditionally, since
3288         the wctype module should arrange for it.
3289         * lib/regex_internal.h: Likewise.
3290         * m4/quotearg.m4 (gl_QUOTEARG): Don't check for wctype.h or iswprint,
3291         since the wctype module should handle this now.
3292         * m4/regex.m4 (gl_PREREQ_REGEX): Don't check for wctype.h.
3293         * modules/fnmatch (Depends-on): Add wctype.
3294         * modules/quotearg (Depends-on): Likewise.
3295         * modules/regex (Depends-on): Likewise.
3296
3297 2006-12-19  Bruno Haible  <bruno@clisp.org>
3298
3299         * lib/strdup.h [C++]: Wrap definitions in extern "C".
3300         Suggested by Lorenzo Bettini <bettini@dsi.unifi.it>.
3301
3302 2006-12-19  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3303
3304         * modules/savewd (Depends-on): Fix dependency on fcntl.
3305
3306 2006-12-18  Paul Eggert  <eggert@cs.ucla.edu>
3307
3308         * m4/stdint.m4 (gl_STDINT_H): Set STDINT_H to empty if stdint.h
3309         conforms to C99, rather than relying on the user's environment
3310         setting of STDINT_H.
3311
3312 2006-12-18  Paul Eggert  <eggert@cs.ucla.edu>
3313         and Eric Blake  <ebb9@byu.net>
3314
3315         * lib/dirname.h (DOUBLE_SLASH_IS_DISTINCT_ROOT): Default to 0, not 1.
3316         This is more consistent with the other defines here.
3317         * m4/double-slash-root.m4 (gl_DOUBLE_SLASH_ROOT):
3318         Port to z/OS.  Problem reported by Paul Gilmartin.
3319         Change local vars to use gl_ prefix rather than ac_.
3320         Don't define DOUBLE_SLASH_IS_DISTINCT_ROOT to 0, for consistency
3321         with other defines.
3322         * modules/double-slash-root: New module.
3323         * modules/dirname (Files): Remove m4/double-slash-root.m4.
3324         (Depends-on): Add double-slash-root.
3325         * MODULES.html.sh (File system functions): Mention new module.
3326
3327 2006-12-14  Paul Eggert  <eggert@cs.ucla.edu>
3328
3329         * lib/yesno.c [!ENABLE_NLS]: Don't include getline.h.
3330         (yesno) [!ENABLE_NLS]: Don't invoke getline or rpmatch.
3331         This is for the benefit of gzip, which doesn't do i18n.
3332
3333 2006-12-12  Jim Meyering  <jim@meyering.net>
3334
3335         * m4/acl.m4 (gl_ACL_GET_FILE): Fix logic error.
3336         Reported by Andreas Schwab <schwab@suse.de>.
3337
3338 2006-12-12  Bruno Haible  <bruno@clisp.org>
3339
3340         Merge these changes.
3341         2006-09-05  Bruno Haible  <bruno@clisp.org>
3342         * lib/iconvme.c (iconv_string): No need to save and restore errno when
3343         iconv_alloc succeeded.
3344         (iconv_alloc): Don't assume that malloc() or realloc(), when failing,
3345         sets errno to ENOMEM. (malloc on GNU/kFreeBSD doesn't.) No need to
3346         test for " && dest " at the end - dest is always != NULL there. Call
3347         iconv with 4xNULL arguments initially, to reset the state. Call iconv
3348         with 2xNULL arguments, also to flush the state storage. Handle the
3349         IRIX iconv behaviour. Realloc the final result, to throw away unused
3350         memory.
3351
3352 2006-12-11  Paul Eggert  <eggert@cs.ucla.edu>
3353
3354         * m4/openat.m4 (gl_FUNC_OPENAT): Don't compile mkdirat
3355         and fchmodat unconditionally, since glibc 2.4 has them.
3356         Problem reported by Arkadiusz Miskiewicz.
3357
3358 2006-12-10  Bruno Haible  <bruno@clisp.org>
3359
3360         * gnulib-tool (func_import): Show the include files only for those
3361         modules that are copied and specified.
3362         Reported by Karl Berry.
3363
3364 2006-12-08  Jim Meyering  <jim@meyering.net>
3365
3366         * build-aux/announce-gen ($VERSION): Don't use of $Revision...$.
3367         Instead, use Emacs' time-stamp write hook.  Note that the time is UTC.
3368
3369         * build-aux/announce-gen: Add two new options, both optional:
3370         --bootstrap-tools=TOOL_LIST
3371               a comma-separated list of tools, e.g.,
3372               autoconf,automake,bison,gnulib
3373         --gnulib-snapshot-date=DATE
3374               if gnulib is in the bootstrap tool list,
3375               then report this as the snapshot date.
3376               If not specified, use the current date/time.
3377               If you specify a date here, be sure it's UTC.
3378
3379 2006-12-05  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3380
3381         * tests/test-argp-2.sh: Fix test to match actual output.
3382         (func_compare): Fix sed script to be portable.
3383
3384 2006-12-05  Paul Eggert  <eggert@cs.ucla.edu>
3385
3386         * lib/utimens.c (futimens) [HAVE_BUGGY_NFS_TIME_STAMPS]: Add a
3387         workaround for this case.  It is not autoconfigured now; offhand
3388         it's hard to see how to autoconfigure it.
3389
3390 2006-12-03  Paul Eggert  <eggert@cs.ucla.edu>
3391
3392         * lib/mkdir-p.c (make_dir_parents): Fix race condition when making
3393         a directory that is about to be chowned.  Such a directory's
3394         initial file permissions should permit the owner only and this
3395         should not be changed until after the chown, since the group and
3396         other bits would be incorrect if they granted permission before
3397         the chown.
3398
3399         Fix porting problem for iswctype reported by Georg Schwarz in:
3400         http://lists.gnu.org/archive/html/bug-coreutils/2006-12/msg00017.html
3401         * lib/fnmatch.c (WIDE_CHAR_SUPPORT): Require HAVE_ISWCTYPE, too.
3402         * lib/regex_internal.h (RE_ENABLE_I18N): Likewise.
3403         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Check for iswctype, too.
3404         * m4/regex.m4 (gl_PREREQ_REGEX): Likewise.
3405
3406 2006-12-03  Jim Meyering  <jim@meyering.net>
3407
3408         * lib/fts.c (fts_load): Don't set sp->fts_dev here, since
3409         p->fts_statp may not yet be defined.
3410         (fts_read): Instead, set it in the caller, once p->fts_statp is
3411         sure to be defined, and corresponds to a top-level directory.
3412         This bug made du -x fail.  Here's the coreutils test case:
3413         http://git.sv.gnu.org/gitweb/?p=coreutils.git;a=commit;h=ba45154d8e9f
3414         Reported by Mike Frysinger.
3415
3416 2006-12-01  Jim Meyering  <jim@meyering.net>
3417
3418         * modules/savewd (Depends-on): Add fcntl_h to avoid self-test
3419         build failure due to missing definition of HAVE_WORKING_O_NOFOLLOW.
3420         Reported by Simon Josefsson.
3421
3422 2006-11-30  Jim Meyering  <jim@meyering.net>
3423
3424         * m4/warning.m4: Use the all-permissive copyright notice
3425         recommended by RMS (rather than LGPL).
3426         * m4/vararrays.m4: Likewise.
3427         * m4/flexmember.m4: Likewise.
3428
3429 2006-11-29  Bruno Haible  <bruno@clisp.org>
3430
3431         * gnulib-tool (func_emit_lib_Makefile_am): Initialize also
3432         noinst_LIBRARIES. Augment noinst_LIBRARIES and noinst_LTLIBRARIES
3433         using +=.
3434         Reported by Simon Josefsson <simon@josefsson.org>.
3435
3436 2006-11-28  James Youngman <jay@gnu.org>
3437
3438         * README: Advise users that they might find the bug-gnulib@gnu.org
3439         and autotools-announce@gnu.org mailing lists useful.
3440
3441 2006-11-28  Bruno Haible  <bruno@clisp.org>
3442
3443         * m4/ptrdiff_max.m4: Remove file.
3444
3445 2006-11-21  Bruno Haible  <bruno@clisp.org>
3446
3447         * m4/eoverflow.m4 (gl_EOVERFLOW): Use AC_COMPUTE_INT instead of
3448         _AC_COMPUTE_INT.
3449         (AC_COMPUTE_INT): Add fallback definition for autoconf < 2.61.
3450         * m4/ptrdiff_max.m4 (gl_PTRDIFF_MAX): Use AC_COMPUTE_INT instead of
3451         _AC_COMPUTE_INT.
3452         (AC_COMPUTE_INT): Add fallback definition for autoconf < 2.61.
3453         * m4/size_max.m4 (gl_SIZE_MAX): Use AC_COMPUTE_INT instead of
3454         _AC_COMPUTE_INT.
3455         (AC_COMPUTE_INT): Add fallback definition for autoconf < 2.61.
3456
3457 2006-11-28  Jim Meyering  <jim@meyering.net>
3458
3459         * lib/regcomp.c (parse_branch): Rename local, exp->expr, to avoid
3460         warning from "gcc -Wshadow" about shadowing the builtin.
3461
3462 2006-11-27  Bruno Haible  <bruno@clisp.org>
3463
3464         * m4/stdint.m4 (gl_STDINT_BITSIZEOF): Use AC_COMPUTE_INT instead of
3465         _AC_COMPUTE_INT.
3466         (AC_COMPUTE_INT): Add fallback definition for autoconf < 2.61.
3467
3468 2006-11-27  Bruno Haible  <bruno@clisp.org>
3469             Paul Eggert  <eggert@cs.ucla.edu>
3470
3471         * lib/regex.h (__restrict_arr): Redo logic of #if, for clarity.
3472
3473 2006-11-26  Bruno Haible  <bruno@clisp.org>
3474
3475         * gnulib-tool (func_emit_lib_Makefile_am): Initialize also
3476         noinst_LTLIBRARIES.
3477
3478 2006-11-27  Paul Eggert  <eggert@cs.ucla.edu>
3479             Bruno Haible  <bruno@clisp.org>
3480
3481         * lib/gettext.h (_LIBGETTEXT_HAVE_VARIABLE_SIZE_ARRAYS): Define to 0
3482         if compiling with "gcc -ansi".
3483
3484 2006-11-26  Paul Eggert  <eggert@cs.ucla.edu>
3485
3486         Fix some incompatibilities with gcc -ansi -pedantic.
3487         * lib/regex.h (__restrict_arr): Don't use the [restrict] syntax
3488         if compiling pedantically with GCC, unless it's C99 or later.
3489         Don't trust sys/cdefs.h's definition of __restrict_arr, either, as
3490         it mishandles gcc -ansi -pedantic as well.
3491         * lib/regex_internal.h (re_token_t): Don't use enum bitfields
3492         if gcc -pedantic.
3493         * lib/regexec.c (check_node_accept_bytes): Don't use auto
3494         initializers for struct if -pedantic, unless it's C99 or later.
3495
3496 2006-11-25  Nix  <nix@esperi.org.uk>  (tiny change)
3497
3498         * m4/fcntl_h.m4 (gl_FCNTL_H): Test the atime, not the mtime.
3499         Don't close an fd more than once. Identical atimes indicate
3500         success, not failure.
3501
3502 2006-11-22  Robinson Mittmann <bob@hoplon.com>  (tiny change)
3503
3504         * lib/sincosl.c (kernel_sinl): Fix typo in threshold.
3505
3506 2006-11-23  Jim Meyering  <jim@meyering.net>
3507
3508         * build-aux/announce-gen: New file.  From coreutils.
3509
3510 2006-11-22  Jim Meyering  <jim@meyering.net>
3511
3512         Work around a compile-time error from the HP-UX 11.00 /bin/cc.
3513         * lib/fts.c (enum Fts_stat): Give this previously-anon enum a name.
3514         (fts_read): Use a temporary to narrow the overused st_size member
3515         before using it in a switch statement.  Reported by Matthew Woehlke.
3516
3517         * m4/clock_time.m4 (gl_CLOCK_TIME): Quote AC_SUBST argument.
3518         * m4/euidaccess.m4 (gl_PREREQ_EUIDACCESS): Likewise.
3519
3520 2006-11-20  Bruno Haible  <bruno@clisp.org>
3521
3522         * gettext.m4 (AM_GNU_GETTEXT): Revert 2005-07-28 patch: Use
3523         changequote instead of pairs of brackets.
3524         Reported by Andreas Schwab <schwab@suse.de>.
3525
3526 2006-11-21  Jim Meyering  <jim@meyering.net>
3527
3528         * lib/fts.c (fts_safe_changedir): Move a declaration "up",
3529         so as to remain compatible with older compilers.
3530         Patch from Michael Deutschmann.
3531
3532 2006-11-20  Paul Eggert  <eggert@cs.ucla.edu>
3533
3534         * MODULES.html.sh (File system functions): Add openat.
3535
3536         * lib/openat.h (rpl_fstatat): New macro, if
3537         [HAVE_OPENAT && ! LSTAT_FOLLOWS_SLASHED_SYMLINK.
3538         (fstatat): Define to rpl_fstatat under the same conditions,
3539         unless COMPILING_FSTATAT.
3540         * m4/openat.m4 (gl_FUNC_OPENAT): Compile fstatat.c too, if fstatat
3541         seems to have the bug.
3542         * lib/fstatat.c: New file.
3543         * modules/openat (Files): Add it.
3544
3545 2006-11-20  Bruno Haible  <bruno@clisp.org>
3546
3547         * Makefile: New file.
3548
3549 2006-11-20  Jim Meyering  <jim@meyering.net>
3550
3551         The beginnings of syntax-related checks for gnulib.
3552         * lib/Makefile: New file.
3553         * lib/t-idcache: New script.  Ensure that the two halves of
3554         idcache.c stay in sync.
3555
3556         * lib/idcache.c: Adjust comments in user- and group- portions to
3557         be more accurate, and to be consistent with one another.
3558
3559 2006-11-20  Jim Meyering  <jim@meyering.net>
3560
3561         * lib/idcache.c: Restore most of the 2006-11-06 patch, so as to
3562         continue using the flexible array member (thus, this module performs
3563         half as many malloc calls), with the addition that...
3564         (getgroup, getuser): Consistently record a non-match via an empty
3565         "name" string, and map an empty string match to a NULL return value.
3566         * modules/idcache (Depends-on): Re-add flexmember.
3567
3568         * lib/idcache.c (getuser): Remove all uses of the register keyword.
3569         (getuidbyname, getgroup, getgidbyname): Likewise.
3570
3571         Use cleaner syntax: NULL rather than 0.
3572         * lib/idcache.c (getuidbyname, getgidbyname): Return NULL, not 0.
3573
3574 2006-11-20  Paul Eggert  <eggert@cs.ucla.edu>
3575
3576         * lib/idcache.c: Undo most recent patch, dated 2006-11-06.
3577         It mishandled the case where the group was missing.
3578         Problem reported by Greg Schafer.
3579         * modules/idcache: Likewise.
3580
3581 2006-11-18  Jim Meyering  <jim@meyering.net>
3582
3583         * check-module (%exempt_header): Add exception for some
3584         conditionally-included headers.
3585
3586         * modules/i-ring (Depends-on): Add verify.
3587         (License): Change to LGPL.
3588
3589 2006-11-16  Paul Eggert  <eggert@cs.ucla.edu>
3590
3591         * modules/getaddinfo (Depends-on): Remove inttostr; add snprintf.
3592         * lib/getaddrinfo.c: Include snprintf.h rather than intprops.h
3593         and inttostr.h.  Use snprintf rather than uinttostr, so that
3594         LGPLed code doesn't depend on GPLed.
3595
3596 2006-11-17  Paul Eggert  <eggert@cs.ucla.edu>
3597
3598         * modules/inline (License): Change from GPL to LGPL.
3599
3600 2006-11-17  Jim Meyering  <jim@meyering.net>
3601
3602         * modules/d-type (License): Switch to LGPL.
3603
3604 2006-11-15  Bruno Haible  <bruno@clisp.org>
3605
3606         * m4/alloca.m4 (gl_FUNC_ALLOCA): Fix the AC_CACHE_CHECK message.
3607
3608 2006-11-15  Eric Blake  <ebb9@byu.net>
3609
3610         * m4/allocsa.m4 (gl_ALLOCSA): Don't invoke macro already picked up by
3611         the module dependency.
3612
3613 2006-11-15  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
3614             Bruno Haible  <bruno@clisp.org>
3615
3616         * gnulib-tool (func_create_testdir): Add license consistency check.
3617
3618 2006-11-15  Eric Blake  <ebb9@byu.net>
3619
3620         * m4/alloca.m4 (gl_FUNC_ALLOCA): Use AC_CACHE_CHECK to avoid a
3621         random "(cached)" in configure output.
3622
3623 2006-11-14  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3624
3625         * m4/inttypes.m4 (gl_INTTYPES_H): Use AC_CACHE_CHECK so that the
3626         test for conforming inttypes.h is both announced and cached.
3627
3628         * MODULES.html.sh (seen_modules, seen_files): New variables.
3629         (func_module): Rewrite to use a few less gnulib-tool and sed
3630         invocations.  Avoid a couple of quadratic algorithms for ...
3631         (missed_modules, missed_files): ... these, with ...
3632         (func_append, func_tmpdir): ... these new functions, from
3633         gnulib-tool.  Analogously, install traps for cleanup.
3634
3635         * tests/test-gc.c (main): Remove unused variables.
3636         * tests/test-read-file.c: Include stdlib.h, for 'free'.
3637
3638 2006-11-14  Paul Eggert  <eggert@cs.ucla.edu>
3639
3640         * modules/inttostr (License): Change to LGPL.
3641
3642 2006-11-14  Eric Blake  <ebb9@byu.net>
3643
3644         * modules/tempname (License): Change to LGPL.
3645
3646 2006-11-14  Eric Blake  <ebb9@byu.net>
3647
3648         * doc/functions.texi (Function Portability): *printf functions on
3649         Cygwin now understand all POSIX size specifiers.
3650
3651 2006-11-14  Bruno Haible  <bruno@clisp.org>
3652
3653         * modules/c-ctype (License): Change to LGPL.
3654
3655 2006-11-12  Bruno Haible  <bruno@clisp.org>
3656
3657         * m4/lib-link.m4 (AC_LIB_LINKFLAGS, AC_LIB_HAVE_LINKFLAGS,
3658         AC_LIB_LINKFLAGS_BODY): Also set a LIB${NAME}_PREFIX variable. Needed
3659         for GNOME libraries, for which the include files are installed in
3660         subdirectories of $prefix/include.
3661
3662 2006-11-12  Bruno Haible  <bruno@clisp.org>
3663
3664         * m4/lib-link.m4: Require at least autoconf-2.54.
3665         (AC_LIB_LINKFLAGS_BODY) [autoconf < 2.61]: Turn dots into the library
3666         name to underscores for the --with option.
3667
3668 2006-11-13  Bruno Haible  <bruno@clisp.org>
3669
3670         * gnulib-tool (func_create_testdir): Set gl_source_base correctly in
3671         the tests directory.
3672         Reported by Ralf Wildenhues.
3673
3674 2006-11-13  Bruno Haible  <bruno@clisp.org>
3675
3676         * gnulib-tool (func_emit_initmacro_start): Also override AC_LIBSOURCES.
3677         (func_emit_initmacro_end): Undo the override here.
3678         (func_emit_initmacro_done): Emit a definition for gl_LIBSOURCES.
3679         Works around the famous automake error in coreutils.
3680
3681 2006-11-13  Eric Blake  <ebb9@byu.net>
3682
3683         * lib/gl_anytree_oset.h (gl_tree_search_atleast): Return the
3684         element, not its node.
3685
3686 2006-11-12  Bruno Haible  <bruno@clisp.org>
3687
3688         * gnulib-tool (func_emit_lib_Makefile_am): Replace occurrences of
3689         '$(top_srcdir)/build-aux/', taking into account the real auxdir.
3690
3691 2006-11-12  Bruno Haible  <bruno@clisp.org>
3692
3693         * gnulib-tool: New option --local-symlink.
3694         (func_usage): Document it.
3695         (lsymbolic): New variable.
3696         (func_import, func_create_testdir): If --symlink was not specified,
3697         test whether --local-symlink was specified and the file comes from
3698         the local_gnulib_dir.
3699
3700 2006-11-12  Bruno Haible  <bruno@clisp.org>
3701
3702         * gnulib-tool (func_ln): New function.
3703         (func_ln_if_changed, func_create_testdir): Use it instead of "ln -s".
3704
3705 2006-11-12  Bruno Haible  <bruno@clisp.org>
3706
3707         Finish support for source files in subdirectories.
3708         * gnulib-tool (func_emit_lib_Makefile_am): If some of the source files
3709         are in subdirectories, set uses_subdirs and add 'subdir-objects' to
3710         AUTOMAKE_OPTIONS.
3711         (func_import, func_create_testdir): Invoke AM_PROG_CC_C_O in this case.
3712
3713 2006-11-12  Bruno Haible  <bruno@clisp.org>
3714
3715         * gnulib-tool (func_get_automake_snippet): Synthesize also an
3716         EXTRA_lib_SOURCES augmentation.
3717         (func_emit_lib_Makefile_am): Initialize EXTRA_lib..._SOURCES to empty.
3718
3719 2006-11-12  Jim Meyering  <jim@meyering.net>
3720
3721         Make fts (in FTS_CWDFD mode) more efficient by caching a few open
3722         file descriptors.  This also averts a failure on systems with
3723         native openat support when a traversed directory lacks "x" access.
3724         * lib/fts_.h: Include "i-ring.h"
3725         (struct FTS) [fts_fd_ring]: New member.
3726         * lib/fts.c (RESTORE_INITIAL_CWD): Also call fd_ring_clear.
3727         (FCHDIR): Add parentheses.
3728         (fd_ring_check, fd_ring_print) [!FTS_DEBUG]: Define away.
3729         (cwd_advance_fd): Add a 3rd parameter.  Adjust all callers.
3730         When descending, rather than simply closing the previous
3731         fts_cwd_fd value, push that file descriptor onto the ring.
3732         (same_fd, fd_ring_print, fd_ring_check) [FTS_DEBUG]: New functions.
3733         (fts_open): Initialize the new fd_ring member.
3734         (fts_close): Clear the ring.
3735         (fts_safe_changedir): When possible, use our new fd_ring to skip
3736         the diropen and fstat and dev/ino comparison that would normally
3737         accompany a virtual `chdir ("..")'.
3738
3739         * modules/fts (Depends-on): Add i-ring.
3740         * modules/i-ring: New module.
3741         * lib/i-ring.c, lib/i-ring.h, lib/i-ring-test.c: New files.
3742         * m4/i-ring.m4: New file.
3743
3744 2006-11-12  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3745
3746         * gnulib-tool (func_create_testdir): Fix replacement of
3747         `build-aux' in configure.ac.  Run autotools in gltests
3748         subdirectory.
3749         (func_create_testdir, func_create_megatestdir, test): There is
3750         no need for '--force' in most autotool invocations in a new
3751         tree.  Actually fail the whole test if any of the tools, or the
3752         configure or make stages fail.
3753
3754         Sync from Automake.
3755         * build-aux/gnupload: Revert last change.  Add pointer to upload
3756         instructions of the GNU Maintenance Instructions.
3757         Suggestion by Karl Berry.
3758
3759 2006-11-10  Jim Meyering  <jim@meyering.net>
3760
3761         * lib/fts.c [FTS_DEBUG]: Don't try to print a pointer via %s.
3762
3763 2006-11-09  Paul Eggert  <eggert@cs.ucla.edu>
3764
3765         * lib/gettext.h (dgettext, dcgettext, ngettext) [! ENABLE_NLS]:
3766         (dngettext, dcngettext, bindtextdomain) [! ENABLE_NLS]:
3767         (bind_textdomain_codeset) [! ENABLE_NLS]:
3768         Evaluate all the arguments.  That way, callers get compatible behavior
3769         if the arguments have side effects.  Also, it avoids some GCC
3770         diagnostics in some cases; Joel E. Denny reported problems when Bison
3771         was configured with --enable-gcc-warnigs.
3772
3773 2006-11-10  Jim Meyering  <jim@meyering.net>
3774
3775         * m4/inline.m4 (gl_INLINE): Check with the compiler, not cpp, so that
3776         relevant options in CFLAGS (like -O, -fno-inline) are taken into
3777         account.
3778
3779 2006-11-10  Jim Meyering  <jim@meyering.net>
3780
3781         * modules/inline: New file/module.
3782         * modules/xalloc (Files): Remove m4/inline.m4.
3783         (Depends-on): Add inline, instead.
3784         * modules/oset: Likewise.
3785         * modules/list: Likewise.
3786
3787 2006-11-09  Paul Eggert  <eggert@cs.ucla.edu>
3788
3789         * lib/stdint_.h (uintmax_t): Fix typo: int64_t -> uint64_t.
3790         Problem reported by Matthew Woehlke.
3791
3792 2006-11-09  Bruno Haible  <bruno@clisp.org>
3793
3794         * lib/tempname.c (gen_tempname): Remove variant that invokes
3795         __gen_tempname.
3796         * m4/tempname.m4 (gl_FUNC_GEN_TEMPNAME): Don't test for
3797         __gen_tempname.
3798
3799 2006-11-08  Bruno Haible  <bruno@clisp.org>
3800
3801         * m4/longlong.m4 (AC_TYPE_LONG_LONG_INT): Set ac_cv_type_long_long_int
3802         to 'yes' instead of 'cross-compiling'.
3803
3804 2006-11-08  Paul Eggert  <eggert@cs.ucla.edu>
3805
3806         * lib/quotearg.h (quotearg_free): New decl.
3807         * lib/quotearg.c (quotearg_free): New function.
3808         (slot0, nslots, slotvec0, slotvec):
3809         Now file-scope so that quotearg_free can get at them.
3810
3811 2006-11-08  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3812
3813         Sync from Automake.
3814         * build-aux/gnupload: Add missing 'gnu' to example URL.
3815         Report by Karl Berry.
3816
3817 2006-11-08  Bruno Haible  <bruno@clisp.org>
3818
3819         * m4/inline.m4 (gl_INLINE): Also test __NO_INLINE__.
3820         Suggested by Paul Eggert.
3821
3822 2006-11-08  Jim Meyering  <jim@meyering.net>
3823
3824         * lib/fts.c [!_LGPL_PACKAGE]: Don't include fcntl--.h twice.
3825         It's already included if !_LIBC.
3826         (fts_safe_changedir): Add a comment.
3827
3828 2006-11-07  Paul Eggert  <eggert@cs.ucla.edu>
3829
3830         * m4/longlong.m4 (AC_TYPE_LONG_LONG_INT): Detect bug in
3831         Tandem NonStop Kernel (OSS) cc -O circa 2004, reported by
3832         Matthew Woehlke.
3833
3834         * lib/xalloc.h (XMALLOC, XNMALLOC, XZALLOC, XCALLOC): Move
3835         definitions up, to avoid colliding with change below.
3836         (static_inline) [HAVE_INLINE]: New macro.
3837         (xnmalloc, xnrealloc, x2nrealloc, xcharalloc):
3838         Provide extern decls when !HAVE_INLINE.  Do not define unless
3839         static_inline is defined, either by us or by xmalloc.c.  Use
3840         static_inline rather than static inline.
3841         (XCALLOC): Optimize sizeof(T) = 1 case.
3842         * lib/xmalloc.c (static_inline) [!HAVE_INLINE]: New macro.
3843
3844 2006-11-07  Bruno Haible  <bruno@clisp.org>
3845
3846         * lib/xalloc.h (XNMALLOC): Restore optimization of sizeof(T) = 1 case.
3847         * m4/xalloc.m4 (gl_PREREQ_XALLOC): Require gl_INLINE instead of
3848         AC_C_INLINE.
3849         * modules/xalloc (Files): Add m4/inline.m4.
3850
3851 2006-11-07  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3852
3853         * README: Fix typo.
3854         * doc/gnulib.texi (Miscellaneous Notes): Likewise, rename...
3855         (Miscellanous Notes): ...from this.
3856
3857 2006-11-07  Paul Eggert  <eggert@cs.ucla.edu>
3858
3859         * m4/flexmember.m4 (AC_C_FLEXIBLE_ARRAY_MEMBER):
3860         Mention that offsetof should be used instead of sizeof.
3861         From Bruno Haible.
3862
3863 2006-11-07  Bruno Haible  <bruno@clisp.org>
3864
3865         * lib/w32spawn.h (prepare_spawn): Use XNMALLOC instead of xmalloc.
3866
3867 2006-11-06  Paul Eggert  <eggert@cs.ucla.edu>
3868
3869         Simplify xmalloc expressions. Add overflow check in xmalloc arguments.
3870         * lib/gl_anyavltree_list2.h (create_subtree_with_contents):
3871         (gl_tree_create, gl_tree_add_first, gl_tree_add_last):
3872         (gl_tree_add_before, gl_tree_add_after):
3873         Use XMALLOC instead of xmalloc, and XCALLOC instead of xzalloc.
3874         * lib/gl_anyhash_list2.h (hash_resize): Likewise.
3875         * lib/gl_anylinked_list2.h (gl_linked_create_empty, gl_linked_create):
3876         (gl_linked_add_first, gl_linked_add_last, gl_linked_add_before):
3877         (gl_linked_add_after, gl_linked_add_at): Likewise.
3878         * lib/gl_anyrbtree_list2.h (create_subtree_with_contents):
3879         (gl_tree_create, gl_tree_add_first, gl_tree_add_last):
3880         (gl_tree_add_before, gl_tree_add_after): Likewise.
3881         * lib/gl_anytree_list2.h (gl_tree_create_empty): Likewise.
3882         * lib/gl_anytree_oset.h (gl_tree_create_empty): Likewise.
3883         * lib/gl_anytreehash_list1.h (add_to_bucket): Likewise.
3884
3885 2006-11-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3886
3887         * lib/gl_oset.h: Use C comment style, not C++ comment style.
3888
3889 2006-11-06  Bruno Haible  <bruno@clisp.org>
3890
3891         * m4/inline.m4: New file.
3892         * m4/gl_list.m4 (gl_LIST): Require gl_INLINE.
3893         * modules/list (Files): Add m4/inline.m4.
3894         * modules/oset (Files): Likewise.
3895
3896 2006-11-06  Paul Eggert  <eggert@cs.ucla.edu>
3897
3898         * lib/idcache.c: Include <stddef.h>, for offsetof.
3899         (struct userid.name): Change from char * to a flexible array member.
3900         All uses changed.
3901         * modules/idcache (Depends-on): Add flexmember.
3902
3903         * MODULES.html.sh (Core language properties): New module flexmember.
3904         * modules/flexmember, m4/flexmember.m4: New files.
3905
3906         * lib/xalloc.h (xnmalloc, xnrealloc, x2nrealloc): Now static
3907         inline functions that are identical with the old xnmalloc_inline,
3908         xnrealloc_inline, x2nrealloc_inline of lib/xmalloc.c.  This is so
3909         that we can avoid some unnecessary integer multiplications and
3910         divisions in the common case where the element size is known at
3911         compile time.
3912         (XNMALLOC) [HAVE_INLINE]: Remove special case, which is no longer
3913         needed.
3914         (xnboundedmalloc): Remove.
3915         (XMALLOC, XNMALLOC, XZALLOC, XCALLOC): Use lower-case letters for
3916         arguments, for consistency with rest of this header.
3917         (xcharalloc): Rewrite using XNMALLOC.
3918         * lib/xmalloc.c (xnmalloc_inline, xnmalloc, xnrealloc_inline):
3919         (xnrealloc, x2nrealloc_inline, x2nrealloc): Remove.  The *_inline
3920         versions have been moved to lib/xalloc.h and renamed to be the
3921         non-*_inline versions.
3922         (xmalloc, xrealloc): Implement without reference to the xnmalloc
3923         and xnrealloc functions, since those functions are now inline and
3924         now call us.
3925         (x2realloc): Invoke x2realloc, not x2realloc_inline, to accommodate
3926         renaming described above.
3927         * m4/xalloc.m4 (gl_PREREQ_XMALLOC): Remove AC_C_INLINE since
3928         xmalloc.c no longer uses inline directly.  gl_PREREQ_XALLOC now
3929         captures the dependency in AC_C_INLINE.
3930
3931         New module canonicalize-lgpl, proposed by Charles Wilson in
3932         <http://lists.gnu.org/archive/html/bug-gnulib/2006-11/msg00020.html>
3933         with a few small changes afterwards.
3934         * MODULES.html.sh (File system functions): New module
3935         canonicalize-lgpl.
3936         * lib/canonicalize.h: Add comments for canonicalize_filename_mode
3937         and canonicalize_file_name.
3938         * lib/canonicalize-lgpl.c, m4/canonicalize-lgpl.m4:
3939         * modules/canonicalize-lgpl: New files.
3940
3941 2006-11-05  Bruno Haible  <bruno@clisp.org>
3942
3943         * gnulib-tool (func_import, func_create_testdir): Create directories
3944         also for files in subdirectories of lib/.
3945
3946 2006-11-05  Bruno Haible  <bruno@clisp.org>
3947
3948         * lib/gl_array_list.c (gl_array_iterator_next): Make pointer decrement
3949         ANSI C compliant.
3950
3951 2006-11-03  Bruno Haible  <bruno@clisp.org>
3952
3953         Simplify xmalloc expressions. Add overflow check in xmalloc arguments.
3954         * m4/xalloc.m4 (gl_PREREQ_XALLOC): Require AC_C_INLINE.
3955         * lib/xalloc.h (XMALLOC, XNMALLOC, XZALLOC, XCALLOC): New macros.
3956         (xnboundedmalloc): New inline function.
3957         * lib/classpath.c (new_classpath): Use XNMALLOC instead of xmalloc.
3958         * lib/clean-temp.c (create_temp_dir): Use XNMALLOC, XMALLOC instead of
3959         xmalloc.
3960         * lib/concatpath.c (concatenated_pathname): Use XNMALLOC instead of
3961         xmalloc.
3962         * lib/fatal-signal.c (at_fatal_signal): Use XNMALLOC instead of xmalloc.
3963         * lib/findprog.c (find_in_path): Use XNMALLOC instead of xmalloc.
3964         * lib/gl_array_list.c (gl_array_create_empty): Use XMALLOC instead of
3965         xmalloc.
3966         (gl_array_create): Use XNMALLOC, XMALLOC instead of xmalloc.
3967         * lib/gl_array_oset.c (gl_array_create_empty): Use XNMALLOC instead of
3968         xmalloc.
3969         * lib/gl_avltree_oset.c (gl_tree_add_first, gl_tree_add_before,
3970         gl_tree_add_after): Use XMALLOC instead of xmalloc.
3971         * lib/gl_carray_list.c (gl_carray_create_empty): Use XMALLOC instead of
3972         xmalloc.
3973         (gl_carray_create): Use XNMALLOC, XMALLOC instead of xmalloc.
3974         * lib/gl_rbtree_oset.c (gl_tree_add_first, gl_tree_add_before,
3975         gl_tree_add_after): Use XMALLOC instead of xmalloc.
3976         * lib/gl_sublist.c (gl_sublist_create): Use XMALLOC instead of xmalloc.
3977         * lib/pagealign_alloc.c (new_memnode): Use XMALLOC instead of xmalloc.
3978         * lib/sh-quote.c (shell_quote_argv): Use XNMALLOC instead of xmalloc.
3979         * lib/xvasprintf.c (xstrcat): Use XNMALLOC instead of xmalloc.
3980
3981 2006-11-03  Bruno Haible  <bruno@clisp.org>
3982
3983         * lib/c-ctype.h [C++]: Define functions without name mangling.
3984         * lib/fwriteerror.h [C++]: Likewise.
3985         * lib/gcd.h [C++]: Likewise.
3986         * lib/linebreak.h [C++]: Likewise.
3987
3988 2006-11-03  Paul Eggert  <eggert@cs.ucla.edu>
3989
3990         * lib/canonicalize.h: (canonicalize_mode_t, CAN_EXISTING):
3991         (CAN_ALL_BUT_LAST, CAN_MISSING, canonicalize_filename_mode):
3992         Define only if PROVIDE_CANONICALIZE_FILENAME_MODE is defined.
3993         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME):
3994         Check for functions and headers just once.
3995         Check for declaration of canonicalize_file_name.
3996         Define PROVIDE_CANONICALIZE_FILENAME_MODE.
3997
3998 2006-11-02  Charles Wilson  <cygwin@cwilson.fastmail.fm>
3999
4000         * gnulib-tool (func_import): Fix typo in actioncmd.
4001
4002 2006-11-02  Bruno Haible  <bruno@clisp.org>
4003
4004         * gnulib-tool (func_get_automake_snippet): Interpret a backslash-
4005         newline sequence in the Makefile.am snippet as a space, like "make"
4006         does.
4007         Reported by Roger Persson <perrog@gmail.com>.
4008
4009 2006-11-01  Bruno Haible  <bruno@clisp.org>
4010
4011         * m4/strcase.m4 (gl_FUNC_STRNCASECMP): Check whether strncasecmp is
4012         already declared in <string.h>.
4013         * lib/strcase.h (strncasecmp): Don't declare it if yes.
4014
4015 2006-11-01  Bruno Haible  <bruno@clisp.org>
4016
4017         * m4/strcase.m4 (gl_FUNC_STRCASECMP): Don't define strcasecmp here.
4018         * lib/strcase.h: Include <string.h>.
4019         (strcasecmp): Define to rpl_strcasecmp here.
4020
4021 2006-11-01  Bruno Haible  <bruno@clisp.org>
4022
4023         * lib/printf-parse.c (PRINTF_PARSE): Cast malloc/realloc results.
4024
4025 2006-11-01  Eric Blake  <ebb9@byu.net>
4026
4027         * lib/mkstemp-safer.c (mkstemp_safer): Allow C++ compilation.
4028
4029         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Allow C++ configuration.
4030
4031 2006-10-29  Bruno Haible  <bruno@clisp.org>
4032
4033         Make it compile in C++ mode.
4034         * lib/full-write.c (full_rw): Add a cast.
4035
4036 2006-11-01  Bruno Haible  <bruno@clisp.org>
4037
4038         * gnulib-tool (func_get_automake_snippet): Change sed_combine_lines to
4039         be POSIX compliant.
4040         Reported by Roger Persson <perrog@gmail.com>.
4041
4042 2006-11-01  Eric Blake  <ebb9@byu.net>
4043
4044         * lib/getopt_.h: Fix comments.
4045
4046 2006-10-31  Eric Blake  <ebb9@byu.net>
4047
4048         * modules/tmpdir (Depends-on): Add sys_stat.
4049         * modules/mkdtemp (Depends-on): Add tempname, drop unistd.
4050         * lib/mkdtemp.c (gen_tempname): Remove; tempname covers this.
4051         * lib/tmpdir.c (S_ISDIR): Simplify, thanks to sys_stat.
4052         * m4/mkdtemp.m4 (gl_PREREQ_MKDTEMP): Simplify, thanks to
4053         tempname.
4054
4055 2006-10-31  Paul Eggert  <eggert@cs.ucla.edu>
4056
4057         Avoid some C++ diagnostics reported by Bruno Haible.
4058         * lib/quotearg.c (clone_quoting_options): Use xmemdup rather than
4059         xmalloc.
4060         (quotearg_alloc): Use xcharalloc rather than xmalloc.
4061         (struct slotvec): Move to top level.
4062         (quotearg_n_options): Rewrite to avoid xmalloc.
4063         * lib/xalloc.h (xcharalloc): New function.
4064         * (xrealloc, xnrealloc, x2realloc, x2nrealloc, xmemdup):
4065         [defined __cplusplus]: Add function template that provides result
4066         type propagation.  This part of the change is from Bruno Haible.
4067
4068 2006-10-29  Bruno Haible  <bruno@clisp.org>
4069
4070         Make it compile in C++ mode.
4071         * lib/striconv.c (mem_cd_iconv): Cast malloc/realloc result.
4072         * lib/strnlen1.c (strnlen1): Cast memchr result.
4073         * lib/mbchar.h (mb_copy): Rename arguments to 'new_mbc', 'old_mbc'.
4074         * lib/clean-temp.c (string_equals, string_hash): Add casts.
4075         (create_temp_dir): Rename local variable 'template'.
4076         (compile_csharp_using_sscli): Add cast.
4077         * lib/fatal-signal.c (at_fatal_signal): Cast xmalloc result.
4078         * lib/findprog.c (find_in_path): Likewise.
4079         * lib/linebreak.c (mbs_width_linebreaks): Cast malloc result.
4080         * lib/wait-process.c (register_slave_subprocess): Likewise.
4081
4082 2006-10-22  Bruno Haible  <bruno@clisp.org>
4083
4084         * modules/tsearch: New file.
4085         * lib/tsearch.h: New file.
4086         * lib/tsearch.c: New file, from glibc-2.5 with small modifications.
4087         * m4/tsearch.m4: New file.
4088         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add tsearch.
4089
4090 2006-10-29  Eric Blake  <ebb9@byu.net>
4091
4092         * lib/arcfour.c: Assume config.h.
4093         * lib/arctwo.c: Likewise.
4094         * lib/base64.c: Likewise.
4095         * lib/check-version.c: Likewise.
4096         * lib/crc.c: Likewise.
4097         * lib/des.c: Likewise.
4098         * lib/gc-gnulib.c: Likewise.
4099         * lib/gc-libgcrypt.c: Likewise.
4100         * lib/gc-pbkdf2-sha1.c: Likewise.
4101         * lib/getaddrinfo.c: Likewise.
4102         * lib/getdelim.c: Likewise.
4103         * lib/getline.c: Likewise.
4104         * lib/hmac-md5.c: Likewise.
4105         * lib/hmac-sha1.c: Likewise.
4106         * lib/iconvme.c: Likewise.
4107         * lib/md2.c: Likewise.
4108         * lib/md4.c: Likewise.
4109         * lib/memxor.c: Likewise.
4110         * lib/read-file.c: Likewise.
4111         * lib/readline.c: Likewise.
4112         * lib/rijndael-alg-fst.c: Likewise.
4113         * lib/rijndael-api-fst.c: Likewise.
4114         * lib/xgetdomainname.c: Likewise.
4115
4116 2006-10-28  Eric Blake  <ebb9@byu.net>
4117
4118         * lib/xstrndup.c: Assume config.h.
4119
4120 2006-10-27  Paul Eggert  <eggert@cs.ucla.edu>
4121
4122         Move stat.h-substitute stuff from lib/stat-macros.h to lib/stat_.h.
4123         stat-macros.h is now for our own macros, whereas stat_h is for
4124         macros in the <sys/stat.h> name space.
4125         * lib/stat-macros.h: Remove copyright notice, as this file is now tiny.
4126         (STAT_MACROS_H): Remove.
4127         (S_IFMT, S_ISBLK, S_ISCHR, S_ISDIR, S_ISFIFO, S_ISLNK, S_ISNAM):
4128         (S_ISMPB, S_ISMPC, S_ISNWK, S_ISREG, S_ISSOCK, S_ISDOOR, S_ISPORT):
4129         (S_TYPEISMQ, S_TYPEISTMO, S_TYPEISSEM, S_TYPEISSHM, S_ISCTG, S_ISOFD):
4130         (S_ISOFL, S_ISWHT, S_ISUID, S_ISGID, S_ISVTX, S_IRUSR, S_IRGRP):
4131         (S_IROTH, S_IWUSR, S_IWGRP, S_IWOTH, S_IXUSR, S_IXGRP, S_IXOTH):
4132         (S_IRWXU, S_IRWXG, S_IRWXO, S_IXUGO, S_IRWXUGO):
4133         Move these macros to ...
4134         * lib/stat_.h: here.  Don't include stat-macros.h.
4135         * lib/canonicalize.c: Don't include stat-macros.h.
4136         * lib/chown.c: Likewise.
4137         * lib/euidaccess.c: Likewise.
4138         * lib/file-type.c: Likewise.
4139         * lib/filemode.c: Likewise.
4140         * lib/glob.c: Likewise.
4141         * lib/isapipe.c: Likewise.
4142         * lib/lchown.c: Likewise.
4143         * lib/lstat.c: Likewise.
4144         * lib/mkdir-p.c: Likewise.
4145         * lib/rmdir.c: Likewise.
4146         * m4/lchown.m4 (gl_FUNC_LCHOWN): Don't require gl_STAT_MACROS.
4147         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Don't check for io.h
4148         unless mkdir isn't declared, to speed up 'configure'.
4149         Always create sys/stat.h, since it's unlikely any real sys/stat.h
4150         would define all the S_* symbols.
4151         * modules/canonicalize (Depends-on):
4152         Depend on sys_stat, not stat-macros.
4153         * modules/chown: Likewise.
4154         * modules/euidaccess: Likewise.
4155         * modules/filemode: Likewise.
4156         * modules/file-type: Likewise.
4157         * modules/glob: Likewise.
4158         * modules/isapipe: Likewise.
4159         * modules/lchown: Likewise.
4160         * modules/lstat: Likewise.
4161         * modules/mkancesdirs: Likewise.
4162         * modules/rmdir: Likewise.
4163         * modules/mkdir-p (Depends-on): Also depend on sys_stat.
4164         * modules/modechange: Likewise.
4165         * modules/stat-macros (Files): Remove m4/stat-macros.m4.
4166         (configure.ac): Remove gl_STAT_MACROS.
4167         * modules/sys_stat (Depends-on): Remove stat-macros.
4168
4169 2006-10-27  Bruno Haible  <bruno@clisp.org>
4170
4171         * m4/signed.m4: Remove file.
4172         * m4/vasnprintf.m4 (gl_PREREQ_PRINTF_ARGS_: Remove bh_C_SIGNED
4173         invocation.
4174         * modules/vasnprintf (Files): Remove m4/signed.m4.
4175
4176 2006-10-27  Bruno Haible  <bruno@clisp.org>
4177
4178         Update to GNU gettext 0.16.
4179         * modules/gettext (Files): Add m4/intl.m4, m4/intldir.m4. Remove
4180         m4/inttypes-h.m4, m4/signed.m4.
4181         * m4/gettext.m4: Update to GNU gettext 0.16.
4182         * m4/intl.m4: New file, from GNU gettext.
4183         * m4/intldir.m4: New file, from GNU gettext.
4184         * config/srclist.txt: Update
4185
4186 2006-10-27  Eric Blake  <ebb9@byu.net>
4187
4188         * MODULES.html.sh: Document tempname.
4189         * modules/mkstemp (Depends-on): Add tempname, and drop transitive
4190         dependencies.
4191         (Files): Move lib/tempname.c...
4192         * modules/tempname: ...to this new module.
4193         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Remove tempname checks.
4194         (gl_PREREQ_TEMPNAME): Move...
4195         * m4/tempname.m4: ...to this new file.
4196         * lib/mkstemp.c (includes) [!_LIBC]: Use tempname.h.
4197         * modules/sys_stat (Depends-on): Add stat-macros.
4198         * lib/stat_.h (includes): Pick up stat macros.
4199         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Replace <sys/stat.h>
4200         if stat macros are broken.
4201         * lib/tempname.c (includes): No need to include "stat-macros.h".
4202         (__gen_tempname) [!_LIBC]: Expose as gen_tempname.
4203         (direxists, __path_search) [!_LIBC]: Don't compile these in
4204         gnulib; the tmpdir module covers that.
4205         * lib/tempname.h: New file.
4206
4207 2006-10-26  Paul Eggert  <eggert@cs.ucla.edu>
4208
4209         * COPYING: Explain how gnulib-tool converts licence headers.
4210         Almost all wording by Eric Blake.
4211
4212 2006-10-25  Paul Eggert  <eggert@cs.ucla.edu>
4213
4214         * lib/mbchar.h (is_basic_table): Make read-only.
4215         * lib/mbchar.c (is_basic_table): Likewise.
4216         Reported by John Darrington.
4217
4218 2006-10-25  Bruno Haible  <bruno@clisp.org>
4219
4220         * lib/progname.h (set_program_name): Undefine before defining.
4221
4222 2006-10-25  Bruno Haible  <bruno@clisp.org>
4223
4224         * lib/gettext.h (_LIBGETTEXT_HAVE_VARIABLE_SIZE_ARRAYS): Define to
4225         false for non-gcc C++ compilers.
4226         Reported by Nelson H. F. Beebe <beebe@math.utah.edu>.
4227
4228 2006-10-24  Bruno Haible  <bruno@clisp.org>
4229
4230         * lib/striconv.c (mem_cd_iconv, str_cd_iconv): Treat all non-GNU
4231         iconv implementations like Irix iconv.
4232
4233 2006-10-24  Paul Eggert  <eggert@cs.ucla.edu>
4234
4235         * modules/vararrays: New file.
4236         * m4/vararrays.m4: New file, taken from diffutils.
4237         * MODULES.html.sh: New module vararrays.
4238
4239 2006-10-24  Karl Berry  <karl@gnu.org>
4240
4241         * doc/gnulib-intro.texi: --- instead of --; non-naive naive.
4242         Don't call GNU Unix.
4243
4244 2006-10-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4245
4246         * users.txt: Add Libtool.
4247
4248         Sync from Libtool:
4249
4250         2006-10-24  Paul Eggert  <eggert@cs.ucla.edu>
4251
4252         * lib/argz.c: Remove check for HAVE_CONFIG_H, to conform
4253         to gnulib's policy of including config.h unconditionally.
4254
4255 2006-10-24  Bruno Haible  <bruno@clisp.org>
4256
4257         * modules/wcwidth (Files): Add m4/wint_t.m4.
4258         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Require gt_TYPE_WINT_T.
4259         * lib/wcwidth.h (iswprint): Use 'int' if 'wint_t' is not defined.
4260
4261 2006-10-24  Paul Eggert  <eggert@cs.ucla.edu>
4262
4263         * lib/getdate.y (yyerror): Make the arguments pointer-to-const,
4264         to pacify GCC with some -W flags enabled.  Problem reported by
4265         Bruno Haible.
4266
4267 2006-10-24  Jim Meyering  <jim@meyering.net>
4268
4269         * MODULES.html.sh: Remove uinttostr.  It's not a module.
4270         Reported by Karl Berry.
4271
4272 2006-10-23  Bruno Haible  <bruno@clisp.org>
4273
4274         * lib/fts.c (fts_build): Move variable declaration, for C89 compliance.
4275
4276 2006-10-24  Bruno Haible  <bruno@clisp.org>
4277
4278         * lib/gl_list.h: Use C comment style, not C++ comment style.
4279
4280 2006-10-23  Eric Blake  <ebb9@byu.net>
4281
4282         * lib/getaddrinfo.c (includes): Add missing include.
4283
4284 2006-10-23  Bruno Haible  <bruno@clisp.org>
4285             Paul Eggert  <eggert@cs.ucla.edu>
4286
4287         Ability to rename obstack_free.
4288         * lib/obstack.h (__obstack_free): New macro. Declare instead of
4289         obstack_free.
4290         (obstack_free): Invoke the __obstack_free macro.
4291         * lib/obstack.c (obstack_free): Use __obstack_free macro.
4292
4293 2006-10-23  Bruno Haible  <bruno@clisp.org>
4294             Paul Eggert  <eggert@cs.ucla.edu>
4295
4296         * lib/argp.h (argp_parse, __argp_parse): Comment out the identifiers
4297         __argc, __argv from the declaration. (They are defined as macros on
4298         mingw.)
4299
4300 2006-10-22  Bruno Haible  <bruno@clisp.org>
4301
4302         * doc/gnulib-intro.texi: New file.
4303         * doc/gnulib.texi: Include it.
4304
4305 2006-10-21  Bruno Haible  <bruno@clisp.org>
4306
4307         * doc/gnulib.texi: Split the chapter "Gnulib" into 3 chapters
4308         "Introduction", "Miscellanous Notes", "Particular Modules".
4309
4310 2006-10-21  Bruno Haible  <bruno@clisp.org>
4311
4312         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
4313         Change mostlyclean-local rule to avoid sh syntax error from bash
4314         versions 2.00..2.05 when $(MOSTLYCLEANDIRS) is empty.
4315
4316 2006-10-23  Jim Meyering  <jim@meyering.net>
4317
4318         * lib/getaddrinfo.c (getnameinfo): Use new lightweight uinttostr,
4319         in place of snprintf.
4320
4321         * modules/inttostr (Files): Add lib/uinttostr.c.
4322         * lib/uinttostr.c (inttostr): New file/function.
4323         * lib/inttostr.h (uinttostr): Declare.
4324         * m4/inttostr.m4: Add AC_LIBOBJ([uinttostr]).
4325         * MODULES.html.sh (Numeric conversion functions <stdlib.h>):
4326         Add uinttostr.
4327         * modules/getaddrinfo (Depends-on): Remove snprintf.  Add inttostr.
4328
4329 2006-10-21  Paul Eggert  <eggert@cs.ucla.edu>
4330
4331         * lib/canonicalize.c (ELOOP): Define if not already defined.
4332         Problem reported by Bruno Haible in
4333         <http://lists.gnu.org/archive/html/bug-gnulib/2006-10/msg00282.html>.
4334
4335 2006-10-21  Paul Eggert  <eggert@cs.ucla.edu>
4336
4337         * lib/stdint_.h [defined _AIX]: Don't include <sys/types.h>.
4338         Problem reported by Perry Smith and Ville Laurikari.
4339
4340         * lib/getndelim2.c (SSIZE_MAX): Use same defn that getdelim.c
4341         uses.
4342
4343 2006-10-19  Bruno Haible  <bruno@clisp.org>
4344
4345         * lib/getndelim2.c (SSIZE_MAX): Provide fallback definition. Needed
4346         for mingw.
4347
4348 2006-10-19  Bruno Haible  <bruno@clisp.org>
4349
4350         * lib/openat-priv.h (EOPNOTSUPP): Provide fallback definition.
4351         Needed for mingw.
4352
4353 2006-10-19  Bruno Haible  <bruno@clisp.org>
4354
4355         * m4/size_max.m4 (gl_SIZE_MAX): Cache the result.
4356
4357 2006-10-19  Bruno Haible  <bruno@clisp.org>
4358
4359         * m4/allocsa.m4 (gl_ALLOCSA): Invoke gl_FUNC_ALLOCA, don't AC_REQUIRE
4360         it.
4361
4362 2006-10-19  Bruno Haible  <bruno@clisp.org>
4363
4364         * m4/alloca.m4 (gl_FUNC_ALLOCA): Cache the result of the AC_EGREP_CPP
4365         invocation.
4366
4367 2006-10-19  Bruno Haible  <bruno@clisp.org>
4368
4369         * gnulib-tool (func_create_testdir): Don't include ftruncate and
4370         mountlist by default.
4371
4372 2006-10-16  Bruno Haible  <bruno@clisp.org>
4373
4374         * lib/c-strstr.c: Include c-strstr.h.
4375
4376 2006-10-18  Charles Wilson  <cygwin@cwilson.fastmail.fm>
4377
4378         * gnulib-tool: Don't clobber $sourcebase when $local_gnulib_dir ends
4379         in a slash.
4380
4381 2006-10-18  Bruno Haible  <bruno@clisp.org>
4382
4383         * lib/lock.h [C++]: Wrap definitions in extern "C".
4384
4385 2006-10-18  Bruno Haible  <bruno@clisp.org>
4386
4387         * gnulib-tool (func_emit_initmacro_end): Remove duplicates from the
4388         gl_LIBOBJS list.
4389
4390 2006-10-18  Bruno Haible  <bruno@clisp.org>
4391
4392         * lib/findprog.c (find_in_path): Avoid "gcc -Wwrite-strings" warning.
4393
4394 2006-10-19  Paul Eggert  <eggert@cs.ucla.edu>
4395
4396         * lib/xstrtol.h: Include gettext.h.
4397         (_STRTOL_ERROR): Wrap English-language formats inside gettext.
4398         Problem reported by Eric Blake.
4399         * modules/xstrtol (Depends-on): Add gettext-h.
4400
4401 2006-10-19  Paul Eggert  <eggert@cs.ucla.edu>  (tiny change)
4402
4403         * lib/strftime.c (advance): New macro.
4404         (add): Use it to avoid adding 0 to a FILE *.  FILE can be an
4405         incomplete type, so you can't add 0 to it.  Problem and patch
4406         reported by Eelco Dolstra for dietlibc.
4407
4408 2006-10-18  Jim Meyering  <jim@meyering.net>
4409
4410         * lib/readutmp.c (desirable_utmp_entry): Use "bool" as the
4411         type for a local, and rename it: s/up/user_proc/.
4412
4413 2006-10-18  Sergey Poznyakoff  <gray@gnu.org.ua>
4414
4415         * lib/readutmp.c (desirable_utmp_entry): Implement new flag:
4416         READ_UTMP_USER_PROCESS.
4417         * lib/readutmp.h (READ_UTMP_USER_PROCESS): New flag
4418
4419 2006-10-17  Paul Eggert  <eggert@cs.ucla.edu>
4420
4421         * lib/localcharset.c: Do not check HAVE_SETLOCALE.
4422         * m4/localcharset.m4 (gl_LOCALCHARSET): Don't check for setlocale.
4423
4424 2006-10-17  Eric Blake  <ebb9@byu.net>
4425
4426         * lib/sigprocmask.c (sigprocmask): Fix typo.
4427
4428         * m4/signalblocking.m4 (gl_PREREQ_SIGPROCMASK): Fix typo.
4429
4430         * modules/clean-temp (Makefile.am): Don't add to make output...
4431         (configure.ac): ...instead define SIGNAL_SAFE_LIST inside
4432         config.h.
4433
4434 2006-10-17  Bruno Haible  <bruno@clisp.org>
4435
4436         * lib/gettext.h (gettext, ngettext, pgettext, npgettext): Define
4437         differently if DEFAULT_TEXT_DOMAIN is set.
4438
4439 2006-10-16  Bruno Haible  <bruno@clisp.org>
4440
4441         * lib/clean-temp.c: Include fwriteerror.h.
4442
4443 2006-10-16  Bruno Haible  <bruno@clisp.org>
4444
4445         * getndelim2.m4 (gl_GETNDELIM2): Remove 2003-10-23 hack.
4446
4447 2006-10-16  Bruno Haible  <bruno@clisp.org>
4448
4449         * m4/signalblocking.m4 (gl_PREREQ_SIGPROCMASK): Also test for sigset_t.
4450         * lib/sigprocmask.h: Include <sys/types.h>.
4451         (sigset_t): Use the system's definition if present.
4452
4453 2006-10-17  Eric Blake  <ebb9@byu.net>
4454
4455         * lib/xvasprintf.c (includes): Assume config.h.
4456         * lib/xasprintf.c (includes): Likewise.
4457
4458 2006-10-16  Paul Eggert  <eggert@cs.ucla.edu>
4459
4460         * lib/fsusage.c (PROPAGATE_ALL_ONES): Don't assume uintmax_t is
4461         at least as wide as intmax_t.
4462
4463 2006-10-16  Alexandre Duret-Lutz  <adl@gnu.org>
4464
4465         (Imported from Automake.)
4466         * build-aux/gnupload: Update to version 1.1 of directive file.
4467
4468 2006-10-16  Eric Blake  <ebb9@byu.net>
4469
4470         * modules/configmake (Makefile.am): Add pkglibexecdir support, to
4471         match Automake 1.10a.
4472
4473 2006-10-14  Bruno Haible  <bruno@clisp.org>
4474
4475         * modules/sigprocmask: New file.
4476         * lib/sigprocmask.h: New file.
4477         * lib/sigprocmask.c: New file.
4478         * m4/signalblocking.m4 (gl_SIGNALBLOCKING): Renamed from
4479         gt_SIGNALBLOCKING. When not defining HAVE_POSIX_SIGNALBLOCKING,
4480         request sigprocmask.o.
4481         (gl_PREREQ_SIGPROCMASK): New macro.
4482         * modules/fatal-signal (Files): Remove m4/signalblocking.m4.
4483         (Depends-on): Add sigprocmask.
4484         * m4/fatal-signal.m4 (gl_FATAL_SIGNAL): Don't require
4485         gt_SIGNALBLOCKING. Test for 'raise' only once.
4486         * lib/fatal-signal.c: Include sigprocmask.h.
4487         (fatal_signal_set, init_fatal_signal_set, block_fatal_signals,
4488         unblock_fatal_signals): Define always.
4489         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
4490         sigprocmask.
4491
4492 2006-10-14  Paul Eggert  <eggert@cs.ucla.edu>
4493
4494         Sync from Automake.
4495         * build-aux/install-sh (posix_mkdir): Reject FreeBSD 6.1 mkdir -p -m,
4496         which incorrectly sets the mode of an existing destination
4497         directory.  In some cases the unpatched install-sh could do the
4498         equivalent of "chmod 777 /" or "chmod 0 /" on a buggy FreeBSD
4499         system.  We hope this is rare in practice, but it's clearly worth
4500         fixing.  Problem reported by Alex Unleashed in
4501         <http://lists.gnu.org/archive/html/bug-autoconf/2006-10/msg00012.html>.
4502         Also, don't bother to check for -m bugs unless we're using -m;
4503         suggested by Stepan Kasal.
4504
4505 2006-10-14  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4506
4507         Sync from Automake.
4508         * build-aux/depcomp (gcc3): Put dependency extraction flags before the
4509         `-c' flag, so they appear at the same position as in %FASTDEP%
4510         mode in depend2.am.  Fixes build failure for FreeBSD's c89,
4511         which ignores unknown options only after the first non-option.
4512         Bug report against M4 by Nelson H. F. Beebe.
4513
4514 2006-10-13  Jim Meyering  <jim@meyering.net>
4515
4516         Fix a bug in yesterday's change.
4517         * lib/fts.c (fts_open): When using FTS_XDEV|FTS_NOSTAT,
4518         p->fts_statp->st_dev would be used uninitialized.
4519         Ensures that we always call fts_stat on the very first entry.
4520         Miklos Szeredi reported that find -xdev stopped working.
4521
4522 2006-10-12  Bruno Haible  <bruno@clisp.org>
4523
4524         * gnulib-tool (func_get_automake_snippet): Append an automatically
4525         computed EXTRA_DIST augmentation.
4526         * modules/acl (Makefile.am): Remove EXTRA_DIST augmentation.
4527         * modules/alloca-opt (Makefile.am): Likewise.
4528         * modules/allocsa (Makefile.am): Likewise.
4529         * modules/arcfour (Makefile.am): Likewise.
4530         * modules/arctwo (Makefile.am): Likewise.
4531         * modules/argmatch (Makefile.am): Likewise.
4532         * modules/argz (Makefile.am): Likewise.
4533         * modules/atexit (Makefile.am): Likewise.
4534         * modules/backupfile (Makefile.am): Likewise.
4535         * modules/byteswap (Makefile.am): Likewise.
4536         * modules/c-strtod (Makefile.am): Likewise.
4537         * modules/c-strtold (Makefile.am): Likewise.
4538         * modules/calloc (Makefile.am): Likewise.
4539         * modules/canon-host (Makefile.am): Likewise.
4540         * modules/canonicalize (Makefile.am): Likewise.
4541         * modules/chdir-long (Makefile.am): Likewise.
4542         * modules/chdir-safer (Makefile.am): Likewise.
4543         * modules/check-version (Makefile.am): Likewise.
4544         * modules/chown (Makefile.am): Likewise.
4545         * modules/cloexec (Makefile.am): Likewise.
4546         * modules/close-stream (Makefile.am): Likewise.
4547         * modules/closeout (Makefile.am): Likewise.
4548         * modules/crc (Makefile.am): Likewise.
4549         * modules/csharpexec (Makefile.am): Likewise.
4550         * modules/cycle-check (Makefile.am): Likewise.
4551         * modules/des (Makefile.am): Likewise.
4552         * modules/dev-ino (Makefile.am): Likewise.
4553         * modules/dirfd (Makefile.am): Likewise.
4554         * modules/dirname (Makefile.am): Likewise.
4555         * modules/dup2 (Makefile.am): Likewise.
4556         * modules/eealloc (Makefile.am): Likewise.
4557         * modules/error (Makefile.am): Likewise.
4558         * modules/euidaccess (Makefile.am): Likewise.
4559         * modules/exclude (Makefile.am): Likewise.
4560         * modules/exitfail (Makefile.am): Likewise.
4561         * modules/fcntl-safer (Makefile.am): Likewise.
4562         * modules/fcntl (Makefile.am): Likewise.
4563         * modules/file-type (Makefile.am): Likewise.
4564         * modules/fileblocks (Makefile.am): Likewise.
4565         * modules/filemode (Makefile.am): Likewise.
4566         * modules/filenamecat (Makefile.am): Likewise.
4567         * modules/fnmatch (Makefile.am): Likewise.
4568         * modules/fopen-safer (Makefile.am): Likewise.
4569         * modules/fpending (Makefile.am): Likewise.
4570         * modules/fprintftime (Makefile.am): Likewise.
4571         * modules/free (Makefile.am): Likewise.
4572         * modules/fsusage (Makefile.am): Likewise.
4573         * modules/ftruncate (Makefile.am): Likewise.
4574         * modules/fts (Makefile.am): Likewise.
4575         * modules/gc-arcfour (Makefile.am): Likewise.
4576         * modules/gc-des (Makefile.am): Likewise.
4577         * modules/gc-hmac-md5 (Makefile.am): Likewise.
4578         * modules/gc-hmac-sha1 (Makefile.am): Likewise.
4579         * modules/gc-md4 (Makefile.am): Likewise.
4580         * modules/gc-pbkdf2-sha1 (Makefile.am): Likewise.
4581         * modules/gc-sha1 (Makefile.am): Likewise.
4582         * modules/gc (Makefile.am): Likewise.
4583         * modules/getaddrinfo (Makefile.am): Likewise.
4584         * modules/getcwd (Makefile.am): Likewise.
4585         * modules/getdelim (Makefile.am): Likewise.
4586         * modules/getdomainname (Makefile.am): Likewise.
4587         * modules/getgroups (Makefile.am): Likewise.
4588         * modules/gethostname (Makefile.am): Likewise.
4589         * modules/gethrxtime (Makefile.am): Likewise.
4590         * modules/getline (Makefile.am): Likewise.
4591         * modules/getloadavg (Makefile.am): Likewise.
4592         * modules/getlogin_r (Makefile.am): Likewise.
4593         * modules/getndelim2 (Makefile.am): Likewise.
4594         * modules/getopt (Makefile.am): Likewise.
4595         * modules/getpagesize (Makefile.am): Likewise.
4596         * modules/getpass-gnu (Makefile.am): Likewise.
4597         * modules/getpass (Makefile.am): Likewise.
4598         * modules/getsubopt (Makefile.am): Likewise.
4599         * modules/gettime (Makefile.am): Likewise.
4600         * modules/gettimeofday (Makefile.am): Likewise.
4601         * modules/getugroups (Makefile.am): Likewise.
4602         * modules/getusershell (Makefile.am): Likewise.
4603         * modules/glob (Makefile.am): Likewise.
4604         * modules/group-member (Makefile.am): Likewise.
4605         * modules/hard-locale (Makefile.am): Likewise.
4606         * modules/hash (Makefile.am): Likewise.
4607         * modules/hmac-md5 (Makefile.am): Likewise.
4608         * modules/hmac-sha1 (Makefile.am): Likewise.
4609         * modules/human (Makefile.am): Likewise.
4610         * modules/idcache (Makefile.am): Likewise.
4611         * modules/imaxabs (Makefile.am): Likewise.
4612         * modules/imaxdiv (Makefile.am): Likewise.
4613         * modules/inet_ntop (Makefile.am): Likewise.
4614         * modules/inet_pton (Makefile.am): Likewise.
4615         * modules/intprops (Makefile.am): Likewise.
4616         * modules/inttostr (Makefile.am): Likewise.
4617         * modules/inttypes (Makefile.am): Likewise.
4618         * modules/isapipe (Makefile.am): Likewise.
4619         * modules/javaversion (Makefile.am): Likewise.
4620         * modules/lchmod (Makefile.am): Likewise.
4621         * modules/lchown (Makefile.am): Likewise.
4622         * modules/localcharset (Makefile.am): Likewise.
4623         * modules/long-options (Makefile.am): Likewise.
4624         * modules/lstat (Makefile.am): Likewise.
4625         * modules/malloc (Makefile.am): Likewise.
4626         * modules/mathl (Makefile.am): Likewise.
4627         * modules/mbchar (Makefile.am): Likewise.
4628         * modules/md2 (Makefile.am): Likewise.
4629         * modules/md4 (Makefile.am): Likewise.
4630         * modules/md5 (Makefile.am): Likewise.
4631         * modules/memcasecmp (Makefile.am): Likewise.
4632         * modules/memchr (Makefile.am): Likewise.
4633         * modules/memcmp (Makefile.am): Likewise.
4634         * modules/memcoll (Makefile.am): Likewise.
4635         * modules/memcpy (Makefile.am): Likewise.
4636         * modules/memmem (Makefile.am): Likewise.
4637         * modules/memmove (Makefile.am): Likewise.
4638         * modules/mempcpy (Makefile.am): Likewise.
4639         * modules/memrchr (Makefile.am): Likewise.
4640         * modules/memset (Makefile.am): Likewise.
4641         * modules/memxor (Makefile.am): Likewise.
4642         * modules/mkancesdirs (Makefile.am): Likewise.
4643         * modules/mkdir-p (Makefile.am): Likewise.
4644         * modules/mkdir (Makefile.am): Likewise.
4645         * modules/mkdtemp (Makefile.am): Likewise.
4646         * modules/mkstemp (Makefile.am): Likewise.
4647         * modules/mktime (Makefile.am): Likewise.
4648         * modules/modechange (Makefile.am): Likewise.
4649         * modules/mountlist (Makefile.am): Likewise.
4650         * modules/nanosleep (Makefile.am): Likewise.
4651         * modules/obstack (Makefile.am): Likewise.
4652         * modules/openat (Makefile.am): Likewise.
4653         * modules/pagealign_alloc (Makefile.am): Likewise.
4654         * modules/pathmax (Makefile.am): Likewise.
4655         * modules/physmem (Makefile.am): Likewise.
4656         * modules/poll (Makefile.am): Likewise.
4657         * modules/posixtm (Makefile.am): Likewise.
4658         * modules/posixver (Makefile.am): Likewise.
4659         * modules/putenv (Makefile.am): Likewise.
4660         * modules/quote (Makefile.am): Likewise.
4661         * modules/quotearg (Makefile.am): Likewise.
4662         * modules/raise (Makefile.am): Likewise.
4663         * modules/read-file (Makefile.am): Likewise.
4664         * modules/readline (Makefile.am): Likewise.
4665         * modules/readlink (Makefile.am): Likewise.
4666         * modules/readtokens (Makefile.am): Likewise.
4667         * modules/readutmp (Makefile.am): Likewise.
4668         * modules/realloc (Makefile.am): Likewise.
4669         * modules/regex (Makefile.am): Likewise.
4670         * modules/rename-dest-slash (Makefile.am): Likewise.
4671         * modules/rename (Makefile.am): Likewise.
4672         * modules/rijndael (Makefile.am): Likewise.
4673         * modules/rmdir (Makefile.am): Likewise.
4674         * modules/rpmatch (Makefile.am): Likewise.
4675         * modules/safe-read (Makefile.am): Likewise.
4676         * modules/safe-write (Makefile.am): Likewise.
4677         * modules/same-inode (Makefile.am): Likewise.
4678         * modules/same (Makefile.am): Likewise.
4679         * modules/save-cwd (Makefile.am): Likewise.
4680         * modules/savedir (Makefile.am): Likewise.
4681         * modules/setenv (Makefile.am): Likewise.
4682         * modules/settime (Makefile.am): Likewise.
4683         * modules/sha1 (Makefile.am): Likewise.
4684         * modules/sig2str (Makefile.am): Likewise.
4685         * modules/snprintf (Makefile.am): Likewise.
4686         * modules/stat-macros (Makefile.am): Likewise.
4687         * modules/stat-time (Makefile.am): Likewise.
4688         * modules/stdbool (Makefile.am): Likewise.
4689         * modules/stdint (Makefile.am): Likewise.
4690         * modules/stdlib-safer (Makefile.am): Likewise.
4691         * modules/stpcpy (Makefile.am): Likewise.
4692         * modules/stpncpy (Makefile.am): Likewise.
4693         * modules/strcase (Makefile.am): Likewise.
4694         * modules/strcasestr (Makefile.am): Likewise.
4695         * modules/strchrnul (Makefile.am): Likewise.
4696         * modules/strcspn (Makefile.am): Likewise.
4697         * modules/strdup (Makefile.am): Likewise.
4698         * modules/strerror (Makefile.am): Likewise.
4699         * modules/strftime (Makefile.am): Likewise.
4700         * modules/strndup (Makefile.am): Likewise.
4701         * modules/strnlen (Makefile.am): Likewise.
4702         * modules/strpbrk (Makefile.am): Likewise.
4703         * modules/strsep (Makefile.am): Likewise.
4704         * modules/strstr (Makefile.am): Likewise.
4705         * modules/strtod (Makefile.am): Likewise.
4706         * modules/strtoimax (Makefile.am): Likewise.
4707         * modules/strtok_r (Makefile.am): Likewise.
4708         * modules/strtol (Makefile.am): Likewise.
4709         * modules/strtoll (Makefile.am): Likewise.
4710         * modules/strtoul (Makefile.am): Likewise.
4711         * modules/strtoull (Makefile.am): Likewise.
4712         * modules/strtoumax (Makefile.am): Likewise.
4713         * modules/strverscmp (Makefile.am): Likewise.
4714         * modules/sys_socket (Makefile.am): Likewise.
4715         * modules/sys_stat (Makefile.am): Likewise.
4716         * modules/sysexits (Makefile.am): Likewise.
4717         * modules/time_r (Makefile.am): Likewise.
4718         * modules/timegm (Makefile.am): Likewise.
4719         * modules/timespec (Makefile.am): Likewise.
4720         * modules/tmpfile-safer (Makefile.am): Likewise.
4721         * modules/trim (Makefile.am): Likewise.
4722         * modules/unistd-safer (Makefile.am): Likewise.
4723         * modules/unlinkdir (Makefile.am): Likewise.
4724         * modules/unlocked-io (Makefile.am): Likewise.
4725         * modules/userspec (Makefile.am): Likewise.
4726         * modules/utime (Makefile.am): Likewise.
4727         * modules/utimecmp (Makefile.am): Likewise.
4728         * modules/utimens (Makefile.am): Likewise.
4729         * modules/vasnprintf (Makefile.am): Likewise.
4730         * modules/vasprintf (Makefile.am): Likewise.
4731         * modules/vsnprintf (Makefile.am): Likewise.
4732         * modules/xalloc (Makefile.am): Likewise.
4733         * modules/xgetcwd (Makefile.am): Likewise.
4734         * modules/xnanosleep (Makefile.am): Likewise.
4735         * modules/xreadlink (Makefile.am): Likewise.
4736         * modules/xstrtod (Makefile.am): Likewise.
4737         * modules/xstrtol (Makefile.am): Likewise.
4738         * modules/xstrtold (Makefile.am): Likewise.
4739         * modules/yesno (Makefile.am): Likewise.
4740         * modules/getdate (Makefile.am): Don't add getdate.h to EXTRA_DIST.
4741
4742 2006-10-12  Paul Eggert  <eggert@cs.ucla.edu>
4743
4744         * modules/error (Makefile.am): Distribute files through
4745         EXTRA_DIST, not lib_SOURCES.
4746
4747 2006-10-12  Eric Blake  <ebb9@byu.net>
4748
4749         * modules/error (Makefile.am): Distribute files in /lib.
4750         * modules/obstack (Makefile.am): Likewise.
4751
4752 2006-10-12  Bruno Haible  <bruno@clisp.org>
4753
4754         * modules/acl (Makefile.am): Distribute all files in lib/ through
4755         EXTRA_DIST.
4756         * modules/arcfour (Makefile.am): Likewise.
4757         * modules/arctwo (Makefile.am): Likewise.
4758         * modules/argmatch (Makefile.am): Likewise.
4759         * modules/argz (Makefile.am): Likewise.
4760         * modules/atexit (Makefile.am): Likewise.
4761         * modules/backupfile (Makefile.am): Likewise.
4762         * modules/c-strtod (Makefile.am): Likewise.
4763         * modules/c-strtold (Makefile.am): Likewise.
4764         * modules/calloc (Makefile.am): Likewise.
4765         * modules/canon-host (Makefile.am): Likewise.
4766         * modules/canonicalize (Makefile.am): Likewise.
4767         * modules/chdir-long (Makefile.am): Likewise.
4768         * modules/chdir-safer (Makefile.am): Likewise.
4769         * modules/check-version (Makefile.am): Likewise.
4770         * modules/chown (Makefile.am): Likewise.
4771         * modules/cloexec (Makefile.am): Likewise.
4772         * modules/close-stream (Makefile.am): Likewise.
4773         * modules/closeout (Makefile.am): Likewise.
4774         * modules/crc (Makefile.am): Likewise.
4775         * modules/cycle-check (Makefile.am): Likewise.
4776         * modules/des (Makefile.am): Likewise.
4777         * modules/dirfd (Makefile.am): Likewise.
4778         * modules/dirname (Makefile.am): Likewise.
4779         * modules/dup2 (Makefile.am): Likewise.
4780         * modules/euidaccess (Makefile.am): Likewise.
4781         * modules/exclude (Makefile.am): Likewise.
4782         * modules/exitfail (Makefile.am): Likewise.
4783         * modules/fcntl-safer (Makefile.am): Likewise.
4784         * modules/file-type (Makefile.am): Likewise.
4785         * modules/fileblocks (Makefile.am): Likewise.
4786         * modules/filemode (Makefile.am): Likewise.
4787         * modules/filenamecat (Makefile.am): Likewise.
4788         * modules/fnmatch (Makefile.am): Likewise.
4789         * modules/fopen-safer (Makefile.am): Likewise.
4790         * modules/fpending (Makefile.am): Likewise.
4791         * modules/fprintftime (Makefile.am): Likewise.
4792         * modules/free (Makefile.am): Likewise.
4793         * modules/fsusage (Makefile.am): Likewise.
4794         * modules/ftruncate (Makefile.am): Likewise.
4795         * modules/fts (Makefile.am): Likewise.
4796         * modules/gc (Makefile.am): Likewise.
4797         * modules/gc-pbkdf2-sha1 (Makefile.am): Likewise.
4798         * modules/getaddrinfo (Makefile.am): Likewise.
4799         * modules/getcwd (Makefile.am): Likewise.
4800         * modules/getdelim (Makefile.am): Likewise.
4801         * modules/getdomainname (Makefile.am): Likewise.
4802         * modules/getgroups (Makefile.am): Likewise.
4803         * modules/gethostname (Makefile.am): Likewise.
4804         * modules/gethrxtime (Makefile.am): Likewise.
4805         * modules/getline (Makefile.am): Likewise.
4806         * modules/getloadavg (Makefile.am): Likewise.
4807         * modules/getlogin_r (Makefile.am): Likewise.
4808         * modules/getopt (Makefile.am): Likewise.
4809         * modules/getpass (Makefile.am): Likewise.
4810         * modules/getpass-gnu (Makefile.am): Likewise.
4811         * modules/getsubopt (Makefile.am): Likewise.
4812         * modules/gettime (Makefile.am): Likewise.
4813         * modules/gettimeofday (Makefile.am): Likewise.
4814         * modules/getugroups (Makefile.am): Likewise.
4815         * modules/getusershell (Makefile.am): Likewise.
4816         * modules/glob (Makefile.am): Likewise.
4817         * modules/group-member (Makefile.am): Likewise.
4818         * modules/hard-locale (Makefile.am): Likewise.
4819         * modules/hash (Makefile.am): Likewise.
4820         * modules/hmac-md5 (Makefile.am): Likewise.
4821         * modules/hmac-sha1 (Makefile.am): Likewise.
4822         * modules/human (Makefile.am): Likewise.
4823         * modules/idcache (Makefile.am): Likewise.
4824         * modules/imaxabs (Makefile.am): Likewise.
4825         * modules/imaxdiv (Makefile.am): Likewise.
4826         * modules/inet_ntop (Makefile.am): Likewise.
4827         * modules/inet_pton (Makefile.am): Likewise.
4828         * modules/inttostr (Makefile.am): Likewise.
4829         * modules/isapipe (Makefile.am): Likewise.
4830         * modules/lchown (Makefile.am): Likewise.
4831         * modules/long-options (Makefile.am): Likewise.
4832         * modules/lstat (Makefile.am): Likewise.
4833         * modules/malloc (Makefile.am): Likewise.
4834         * modules/mathl (Makefile.am): Likewise.
4835         * modules/mbchar (Makefile.am): Likewise.
4836         * modules/md2 (Makefile.am): Likewise.
4837         * modules/md4 (Makefile.am): Likewise.
4838         * modules/md5 (Makefile.am): Likewise.
4839         * modules/memcasecmp (Makefile.am): Likewise.
4840         * modules/memchr (Makefile.am): Likewise.
4841         * modules/memcmp (Makefile.am): Likewise.
4842         * modules/memcoll (Makefile.am): Likewise.
4843         * modules/memcpy (Makefile.am): Likewise.
4844         * modules/memmem (Makefile.am): Likewise.
4845         * modules/memmove (Makefile.am): Likewise.
4846         * modules/mempcpy (Makefile.am): Likewise.
4847         * modules/memrchr (Makefile.am): Likewise.
4848         * modules/memset (Makefile.am): Likewise.
4849         * modules/memxor (Makefile.am): Likewise.
4850         * modules/mkancesdirs (Makefile.am): Likewise.
4851         * modules/mkdir (Makefile.am): Likewise.
4852         * modules/mkdir-p (Makefile.am): Likewise.
4853         * modules/mkdtemp (Makefile.am): Likewise.
4854         * modules/mkstemp (Makefile.am): Likewise.
4855         * modules/mktime (Makefile.am): Likewise.
4856         * modules/modechange (Makefile.am): Likewise.
4857         * modules/mountlist (Makefile.am): Likewise.
4858         * modules/nanosleep (Makefile.am): Likewise.
4859         * modules/openat (Makefile.am): Likewise.
4860         * modules/pagealign_alloc (Makefile.am): Likewise.
4861         * modules/physmem (Makefile.am): Likewise.
4862         * modules/poll (Makefile.am): Likewise.
4863         * modules/posixtm (Makefile.am): Likewise.
4864         * modules/posixver (Makefile.am): Likewise.
4865         * modules/putenv (Makefile.am): Likewise.
4866         * modules/quote (Makefile.am): Likewise.
4867         * modules/quotearg (Makefile.am): Likewise.
4868         * modules/raise (Makefile.am): Likewise.
4869         * modules/read-file (Makefile.am): Likewise.
4870         * modules/readline (Makefile.am): Likewise.
4871         * modules/readlink (Makefile.am): Likewise.
4872         * modules/readtokens (Makefile.am): Likewise.
4873         * modules/readutmp (Makefile.am): Likewise.
4874         * modules/realloc (Makefile.am): Likewise.
4875         * modules/regex (Makefile.am): Likewise.
4876         * modules/rename (Makefile.am): Likewise.
4877         * modules/rename-dest-slash (Makefile.am): Likewise.
4878         * modules/rijndael (Makefile.am): Likewise.
4879         * modules/rmdir (Makefile.am): Likewise.
4880         * modules/rpmatch (Makefile.am): Likewise.
4881         * modules/safe-read (Makefile.am): Likewise.
4882         * modules/safe-write (Makefile.am): Likewise.
4883         * modules/same (Makefile.am): Likewise.
4884         * modules/save-cwd (Makefile.am): Likewise.
4885         * modules/savedir (Makefile.am): Likewise.
4886         * modules/setenv (Makefile.am): Likewise.
4887         * modules/settime (Makefile.am): Likewise.
4888         * modules/sha1 (Makefile.am): Likewise.
4889         * modules/sig2str (Makefile.am): Likewise.
4890         * modules/snprintf (Makefile.am): Likewise.
4891         * modules/stdlib-safer (Makefile.am): Likewise.
4892         * modules/stpcpy (Makefile.am): Likewise.
4893         * modules/stpncpy (Makefile.am): Likewise.
4894         * modules/strcase (Makefile.am): Likewise.
4895         * modules/strcasestr (Makefile.am): Likewise.
4896         * modules/strchrnul (Makefile.am): Likewise.
4897         * modules/strcspn (Makefile.am): Likewise.
4898         * modules/strdup (Makefile.am): Likewise.
4899         * modules/strerror (Makefile.am): Likewise.
4900         * modules/strftime (Makefile.am): Likewise.
4901         * modules/strndup (Makefile.am): Likewise.
4902         * modules/strnlen (Makefile.am): Likewise.
4903         * modules/strpbrk (Makefile.am): Likewise.
4904         * modules/strsep (Makefile.am): Likewise.
4905         * modules/strstr (Makefile.am): Likewise.
4906         * modules/strtod (Makefile.am): Likewise.
4907         * modules/strtoimax (Makefile.am): Likewise.
4908         * modules/strtok_r (Makefile.am): Likewise.
4909         * modules/strtol (Makefile.am): Likewise.
4910         * modules/strtoll (Makefile.am): Likewise.
4911         * modules/strtoul (Makefile.am): Likewise.
4912         * modules/strtoull (Makefile.am): Likewise.
4913         * modules/strtoumax (Makefile.am): Likewise.
4914         * modules/strverscmp (Makefile.am): Likewise.
4915         * modules/time_r (Makefile.am): Likewise.
4916         * modules/timegm (Makefile.am): Likewise.
4917         * modules/tmpfile-safer (Makefile.am): Likewise.
4918         * modules/unistd-safer (Makefile.am): Likewise.
4919         * modules/unlinkdir (Makefile.am): Likewise.
4920         * modules/userspec (Makefile.am): Likewise.
4921         * modules/utime (Makefile.am): Likewise.
4922         * modules/utimecmp (Makefile.am): Likewise.
4923         * modules/utimens (Makefile.am): Likewise.
4924         * modules/vasnprintf (Makefile.am): Likewise.
4925         * modules/vasprintf (Makefile.am): Likewise.
4926         * modules/vsnprintf (Makefile.am): Likewise.
4927         * modules/xalloc (Makefile.am): Likewise.
4928         * modules/xgetcwd (Makefile.am): Likewise.
4929         * modules/xnanosleep (Makefile.am): Likewise.
4930         * modules/xreadlink (Makefile.am): Likewise.
4931         * modules/xstrtod (Makefile.am): Likewise.
4932         * modules/xstrtol (Makefile.am): Likewise.
4933         * modules/xstrtold (Makefile.am): Likewise.
4934         * modules/yesno (Makefile.am): Likewise.
4935
4936 2006-10-12  Jim Meyering  <jim@meyering.net>
4937
4938         * m4/getloadavg.m4: Revert the change below.
4939
4940         * m4/getloadavg.m4 (gl_GETLOADAVG): Test for the existence of
4941         lib/getloadavg.c using "ls -L", not "test -f".  The latter would
4942         fail with a symlink, which is what coreutils' ./bootstrap now
4943         creates by default.
4944
4945 2006-10-12  Bruno Haible  <bruno@clisp.org>
4946
4947         * lib/inttypes_.h (_LONG_LONG_FORMAT_PREFIX): Don't define for MSVC or
4948         mingw.
4949         (_PRI64_PREFIX, _PRIu64_PREFIX, _SCN64_PREFIX, _SCNu64_PREFIX): Handle
4950         MSVC and mingw explicitly.
4951
4952 2006-10-11  Simon Josefsson  <jas@extundo.com>
4953             Bruno Haible  <bruno@clisp.org>
4954
4955         Add support for multiple gnulib-tool invocations in the scope of a
4956         single configure.ac file.
4957         * gnulib-tool (func_emit_lib_Makefile_am): In the _LIBADD variable,
4958         use a private [LT]LIBOBJS variant. Define a _DEPENDENCIES variable
4959         with the same contents as the _LIBADD variable.
4960         (func_emit_initmacro_start, func_emit_initmacro_end,
4961         func_emit_initmacro_done): New functions.
4962         (func_import, func_create_testdir): Invoke them. Allow the identifiers
4963         gl_LIBOBJS and gl_LTLIBOBJS.
4964
4965 2006-10-11  Bruno Haible  <bruno@clisp.org>
4966
4967         * gnulib-tool (GETTEXTPATH, AUTOHEADER, AUTOPOINT): New variables.
4968         (func_create_testdir): Don't create po/Makefile.am, don't invoke
4969         autoreconf. Instead, invoke autopoint explicitly but move back the
4970         *.m4 files from gnulib.
4971
4972 2006-10-11  Bruno Haible  <bruno@clisp.org>
4973
4974         * gnulib-tool (func_usage): Make module names after --create-testdir
4975         optional.
4976         (func_create_testdir): If no module was specified, use nearly all
4977         modules.
4978
4979 2006-10-12  Jim Meyering  <jim@meyering.net>
4980
4981         Big performance improvement for fts-based tools that use FTS_NOSTAT.
4982         Avoid spurious inode-mismatch problems on non-POSIX file systems.
4983         Details: http://article.gmane.org/gmane.comp.lib.gnulib.bugs/7416
4984         * lib/fts_.h (FTS_DEFER_STAT): Define new flag.
4985         (FTS_OPTIONMASK): Extend the mask to reflect this addition.
4986         * lib/fts.c (DT_IS_KNOWN, DT_MUST_BE): Define.
4987         (FTS_NO_STAT_REQUIRED, FTS_STAT_REQUIRED): Define.
4988         (fts_set_stat_required): New function.
4989         (fts_open): Defer the calls to fts_stat, if possible or requested.
4990         Move the code that maps a command-line fts_info value FTS_DOT to FTS_D
4991         into fts_stat itself.
4992         (fts_read): Perform any required (deferred) fts_stat call.
4993         (fts_build): Likewise, for the directory we're about to open and read.
4994         In the readdir loop, carefully decide whether each entry will require
4995         an eventual call to fts_stat, using dirent.d_type info if available.
4996         (fts_stat): Move the test for whether to honor FTS_COMFOLLOW on
4997         a command line argument into this function.  Update all callers.
4998         Map a return value of FTS_DOT to FTS_D for a command line argument.
4999         * modules/fts (Depends-on): Add d-type.  Alphabetize.
5000         Thanks to Miklos Szeredi for his tenacity and for the initial
5001         bug report about "find" failing on a FUSE-based file system.
5002
5003         * lib/fts.c (fts_open): Use consistent indentation.
5004
5005 2006-10-12  Paul Eggert  <eggert@cs.ucla.edu>
5006
5007         * m4/extensions.m4 (AC_USE_SYSTEM_EXTENSIONS): Renamed from
5008         gl_USE_SYSTEM_EXTENSIONS, to fix a coreutils bootstrap failure
5009         reported by Jim Meyering.  All uses of cache variables renamed
5010         to match Autoconf's.
5011         (gl_USE_SYSTEM_EXTENSIONS): New macro, which simply requires
5012         the other one.
5013
5014         * m4/rename-dest-slash.m4 (gl_FUNC_RENAME_TRAILING_DEST_SLASH):
5015         Fix misspelling in diagnostic.
5016
5017 2006-10-11  Paul Eggert  <eggert@cs.ucla.edu>
5018
5019         * lib/mkdir-p.c (HAVE_FCHMOD): Define to false if not already
5020         defined.  Problem reported by Matthew Woehlke.
5021
5022         * lib/inttypes_.h (_LONG_LONG_FORMAT_PREFIX): New macro.
5023         Add support for Tandem NonStop R series.
5024         (_PRI64_PREFIX, _PRIu64_PREFIX, _SCN64_PREFIX, _SCNu64_PREFIX):
5025         Use new macro.
5026
5027         * lib/rename-dest-slash.c: Include stdbool.h but not string.h.
5028         (has_trailing_slash): Omit size arg; all callers changed.
5029         Omit 'inline', since it doesn't help performance and we'd
5030         need to configure it.
5031         Don't count //, ///, etc. as having a trailing slash.
5032         As a side effect, this removes a C99ism reported by Matthew Woehlke.
5033         (rpl_rename_dest_slash): On failure, use rename's errno rather
5034         than (in some cases) an incorrect or junk errno.
5035         Simplify code by removing need to compute length; this does
5036         cause it to make two passes instead of one over the file name,
5037         but it's worth it.
5038
5039         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Undo previous
5040         change, since Autoconf's version may no longer be appropriate now
5041         that we are using CVS Autoconf's version.  Add support for Tandem.
5042
5043 2006-10-11  Paul Eggert  <eggert@cs.ucla.edu>
5044             Bruno Haible  <bruno@clisp.org>
5045
5046         * lib/allocsa.h (sa_alignment_longlong, sa_alignment_max): Test
5047         HAVE_LONG_LONG_INT instead of HAVE_LONG_LONG.
5048         * m4/allocsa.m4 (gl_ALLOCSA): Invoke AC_TYPE_LONG_LONG_INT instead of
5049         gl_AC_TYPE_LONG_LONG.
5050
5051         * lib/printf-args.h (arg_type, argument): Test HAVE_LONG_LONG_INT
5052         instead of HAVE_LONG_LONG.
5053         * lib/printf-args.c (printf_fetchargs): Likewise.
5054         * lib/printf-parse.c (PRINTF_PARSE): Likewise.
5055         * lib/vasnprintf.c (VASNPRINTF): Likewise.
5056         * m4/vasnprintf.m4 (gl_PREREQ_PRINTF_ARGS, gl_PREREQ_PRINTF_PARSE,
5057         gl_PREREQ_VASNPRINTF): Invoke AC_TYPE_LONG_LONG_INT instead of
5058         gl_AC_TYPE_LONG_LONG.
5059
5060 2006-10-11  Bruno Haible  <bruno@clisp.org>
5061
5062         * m4/longlong.m4: Add comments.
5063         * m4/ulonglong.m4: Likewise.
5064
5065 2006-10-10  Bruno Haible  <bruno@clisp.org>
5066
5067         Make it possible to #define stpcpy, strdup to aliases.
5068         * lib/stpcpy.c (stpcpy) [!_LIBC]: Don't undefine.
5069         * lib/strdup.c (strdup) [!_LIBC]: Don't undefine.
5070
5071 2006-10-10  Bruno Haible  <bruno@clisp.org>
5072
5073         Make it possible to #define gcd to an alias.
5074         * lib/gcd.c: Include config.h.
5075
5076 2006-10-10  Bruno Haible  <bruno@clisp.org>
5077
5078         Make it possible to #define c_isascii to an alias.
5079         * lib/c-ctype.h: Don't define the macros if NO_C_CTYPE_MACROS is
5080         defined. Undefine the macros before defining them, to avoid gcc
5081         warnings.
5082         * lib/c-ctype.c: Include config.h. Don't undefine the macros; instead,
5083         define NO_C_CTYPE_MACROS early.
5084
5085 2006-10-10  Bruno Haible  <bruno@clisp.org>
5086
5087         Make it possible to #define set_program_name to an alias.
5088         * lib/progname.c: Don't undefine set_program_name; instead, undefine
5089         ENABLE_RELOCATABLE early.
5090
5091 2006-10-10  Paul Eggert  <eggert@cs.ucla.edu>
5092
5093         Port to Tandem NSK OSS, which has 64-bit signed int but at most
5094         32-bit unsigned int.  Problem reported by Matthew Woehlke in:
5095         http://lists.gnu.org/archive/html/bug-coreutils/2006-10/msg00062.html
5096         More generally, don't assume that 64-bit signed int is available
5097         if unsigned int is, and vice versa.
5098         * lib/inttypes_.h (_PRIu64_PREFIX, _SCNu64_PREFIX): Depend on
5099         unsigned symbols, not on their signed counterparts.
5100         * lib/stdint_.h (uint64_t, uint_least64_t, uint_fast64_t, uintmax_t):
5101         (UINT64_MAX, UINT_LEAST64_MAX, UINT_FAST64_MAX, UINTMAX_MAX):
5102         (UINT64_C, UINTMAX_C):
5103         Likewise.
5104         * lib/strtoimax.c (strtoll): Depend on signed symbols, not their
5105         unsigned counterparts.
5106         (Have_long_long, Unsigned): New macros.
5107         (Int): Renamed from INT.
5108         (strtoimax): Use the new macros.
5109         * m4/stdint.m4 (gl_STDINT_H): Require AC_TYPE_UNSIGNED_LONG_LONG_INT
5110         and substitute HAVE_UNSIGNED_LONG_LONG_INT.
5111         * modules/inttypes (inttypes.h): Substitute
5112         HAVE_UNSIGNED_LONG_LONG_INT.
5113         * modules/stdint (stdint.h): Likewise.
5114         (Files): Add m4/ulonglong.m4.
5115
5116 2006-10-10  Bruno Haible  <bruno@clisp.org>
5117
5118         Fix a gcc -Wshadow warning.
5119         * lib/gl_anyhash_list2.h (hash_resize): Rename local variable 'index'
5120         to 'bucket'.
5121         * lib/gl_anylinked_list2.h (gl_linked_search_from_to,
5122         gl_linked_indexof_from_to): Likewise.
5123         * lib/gl_linkedhash_list.c (add_to_bucket, remove_from_bucket):
5124         Likewise.
5125         * lib/gl_anytreehash_list1.h (add_to_bucket, remove_from_bucket):
5126         Likewise.
5127         * lib/gl_anytreehash_list2.h (gl_tree_search_from_to): Likewise.
5128         Reported by Eric Blake.
5129
5130 2006-10-09  Paul Eggert  <eggert@cs.ucla.edu>
5131
5132         * lib/filemode.h [HAVE_DECL_STRMODE]: Include unistd.h too,
5133         for NetBSD.  Problem reported by Bruno Haible.
5134
5135 2006-10-09  Jim Meyering  <jim@meyering.net>
5136
5137         * lib/lchown.c: Include <sys/stat.h> before "stat-macros.h".
5138         Patch from Bruno Haible.
5139
5140 2006-10-09  Jim Meyering  <jim@meyering.net>
5141
5142         * lib/fts-cycle.c (leave_dir): When "leaving" a top level directory due
5143         to FTS_SKIP, don't copy the parent's uninitialized dev/ino values.
5144         Trigger with e.g., mkdir d && valgrind ./chmod u+rwx d d
5145
5146 2006-10-08  Paul Eggert  <eggert@cs.ucla.edu>
5147
5148         Don't include <config.h> twice; this doesn't work in some cases,
5149         e.g., when config.h has "#define intmax_t long long int" and
5150         we include <config.h>, <inttypes.h>, <config.h> in that order.
5151         Problem reported by Matthew Woehlke in:
5152         http://lists.gnu.org/archive/html/bug-coreutils/2006-10/msg00073.html
5153         * lib/fprintftime.c: Don't include config.h or fprintftime.h.
5154         * lib/fts-cycle.c: Don't include config.h.
5155         * lib/strftime.c: Include fprintftime.h if FPRINTFTIME is defined.
5156         * lib/xstrtoimax.c: Remove copyright notice since it's short tnow.
5157         Don't include config.h or xstrtol.h.  Define STRTOL_T_MINIMUM
5158         and STRTOL_T_MAXIMUM unconditionally, since we now assume gnulib
5159         inttypes.h.
5160         * lib/xstrtoumax.c: Likewise.
5161         * lib/xstrtol.c: Include config.h and xstrtol.h after defining
5162         __strtol and the like, so that this module is more like its siblings.
5163         (STRTOL_T_MINIMUM, STRTOL_T_MAXIMUM) [! defined STRTOL_T_MINIMUM]:
5164         Remove; no longer needed now that we assume gnulib inttypes.h.
5165
5166 2006-10-08  Bruno Haible  <bruno@clisp.org>
5167
5168         * doc/gnulib-tool.texi: Emphasize the drawbacks of the --symlink
5169         option.
5170
5171 2006-10-07  Jim Meyering  <jim@meyering.net>
5172
5173         * modules/inttypes (inttypes.h): Revert what seems to have been
5174         an inadvertent part of today's change: use "|", not "/" in the
5175         substitution for the "/"-containing string, $(ABSOLUTE_INTTYPES_H).
5176
5177 2006-10-07  Bruno Haible  <bruno@clisp.org>
5178
5179         * modules/sublist: New file.
5180
5181 2006-10-07  Bruno Haible  <bruno@clisp.org>
5182
5183         * modules/alloca-opt (alloca.h): Add a "DO NOT EDIT" comment.
5184         * modules/argz (argz.h): Likewise.
5185         * modules/arpa_inet (arpa/inet.h): Likewise.
5186         * modules/byteswap (byteswap.h): Likewise.
5187         * modules/configmake (configmake.h): Likewise.
5188         * modules/fcntl (fcntl.h): Likewise.
5189         * modules/fnmatch (fnmatch.h): Likewise.
5190         * modules/getopt (getopt.h): Likewise.
5191         * modules/glob (glob.h): Likewise.
5192         * modules/inttypes (inttypes.h): Likewise.
5193         * modules/netinet_in (netinet/in.h): Likewise.
5194         * modules/poll (poll.h): Likewise.
5195         * modules/stdbool (stdbool.h): Likewise.
5196         * modules/stdint (stdint.h): Likewise.
5197         * modules/sys_select (sys/select.h): Likewise.
5198         * modules/sys_socket (sys/socket.h): Likewise.
5199         * modules/sys_stat (sys/stat.h): Likewise.
5200         * modules/sysexits (sysexits.h): Likewise.
5201         * modules/unistd (unistd.h): Likewise.
5202         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
5203         Add a "DO NOT EDIT" comment to the generated file.
5204         (func_import): Likewise for gnulib-comp.m4.
5205
5206 2006-10-07  Bruno Haible  <bruno@clisp.org>
5207
5208         * lib/gl_sublist.h: New file.
5209         * lib/gl_sublist.c: New file.
5210
5211 2006-10-06  Paul Eggert  <eggert@cs.ucla.edu>
5212
5213         * lib/mkancesdirs.c (mkancesdirs): Pass to MAKE_DIR both the full file
5214         name (relative to the original working directory) and the file
5215         name component (relative to the temporary working directory).  All
5216         callers changed.
5217         * lib/mkancesdirs.h (mkancesdirs): Adjust prototype to match.
5218         * lib/mkdir-p.c (make_dir_parents): Likewise.
5219         * lib/mkdir-p.h (make_dir_parents): Likewise.
5220
5221 2006-10-06  Eric Blake  <ebb9@byu.net>
5222
5223         Define several macros for use by the clean-temp module.
5224         * m4/close-stream.m4 (gl_CLOSE_STREAM): Define GNULIB_CLOSE_STREAM.
5225         * m4/fcntl-safer.m4 (gl_FCNTL_SAFER): Define GNULIB_FCNTL_SAFER.
5226         * m4/stdio-safer.m4 (gl_FOPEN_SAFER): Define GNULIB_FOPEN_SAFER.
5227
5228         * lib/clean-temp.h (close_stream_temp): New declaration.
5229         * lib/clean-temp.c (includes): Pull in headers according to what
5230         other modules are in use.
5231         (close_stream_temp) [GNULIB_CLOSE_STREAM]: New function.
5232
5233 2006-10-06  Bruno Haible  <bruno@clisp.org>
5234
5235         * lib/javacomp.c (write_temp_file): Use fopen_temp, fwriteerror_temp
5236         instead of fopen, fwriteerror.
5237
5238 2006-10-06  Bruno Haible  <bruno@clisp.org>
5239
5240         * lib/clean-temp.h (cleanup_temp_file, cleanup_temp_subdir,
5241         cleanup_temp_dir_contents, cleanup_temp_dir): Change return type to
5242         int.
5243         * lib/clean-temp.c (do_unlink, do_rmdir, cleanup_temp_file,
5244         cleanup_temp_subdir, cleanup_temp_dir_contents, cleanup_temp_dir):
5245         Return an error indicator.
5246         Suggested by Eric Blake.
5247
5248 2006-10-06  Bruno Haible  <bruno@clisp.org>
5249
5250         * lib/clean-temp.c (PATH_MAX): Provide a fallback for GNU Hurd.
5251         Reported by Eric Blake.
5252
5253 2006-10-06  Bruno Haible  <bruno@clisp.org>
5254
5255         * modules/closeout (Description): Mention stderr too.
5256
5257 2006-10-06  Bruno Haible  <bruno@clisp.org>
5258         and Paul Eggert  <eggert@cs.ucla.edu>
5259
5260         * lib/closeout.c (close_stdout): Also close stderr.
5261         * lib/closeout.h: Update comment.
5262
5263 2006-10-05  Paul Eggert  <eggert@cs.ucla.edu>
5264
5265         Fix some Darwin-7.9.0 porting problems reported by Bruno Haible in
5266         <http://lists.gnu.org/archive/html/bug-coreutils/2006-10/msg00063.html>.
5267         * lib/dirchownmod.c: Include lchown.h.
5268         * lib/lchown.c: Don't include files that lchown.h now includes.
5269         Don't declare chown, since lchown.h now does that.
5270         * lib/lchown.h: Include errno.h, sys/types.h, unistd.h.
5271         (lchown): Define to rpl_chown if lchown is declared but
5272         does not exist.  Declare using a prototype if lchown is not
5273         declared.  Add a copyright notice.
5274         * lib/mkstemp.h: Include <unistd.h>.
5275         * lib/openat.c: Include lchown.h.
5276
5277         * lib/fcntl_.h (O_NOFOLLOW): Don't depend on O_NOFOLLOW_IS_INEFFECTIVE;
5278         we now test for that separately.
5279         * lib/fts.c (fts_safe_changedir): Inspect HAVE_WORKING_O_NOFOLLOW
5280         rather than O_NOFOLLOW, when testing whether it's possible to
5281         avoid a race condition reliably.
5282         * lib/savewd.c (savewd_chdir): Likewise.
5283
5284         Remove macros that are no longer needed now that stdint.h is
5285         reliable.
5286         * lib/fsusage.c (UINTMAX_MAX): Remove.
5287         * lib/human.c (SIZE_MAX, UINTMAX_MAX): Remove.
5288         * lib/utimecmp.c (SIZE_MAX): Remove.
5289
5290         * m4/lchown.m4 (gl_FUNC_LCHOWN): Check whether lchown is declared.
5291
5292         * m4/fcntl_h.m4 (gl_FCNTL_H): Define HAVE_WORKING_O_NOFOLLOW instead
5293         of O_NOFOLLOW_IS_INEFFECTIVE.  Define HAVE_WORKING_O_NOATIME if
5294         O_NOATIME works.
5295
5296 2006-10-05  Bruno Haible  <bruno@clisp.org>
5297
5298         * lib/gl_list.h (gl_sortedlist_search_from_to,
5299         gl_sortedlist_indexof_from_to): New declarations.
5300         (gl_list_implementation): New fields sortedlist_search_from_to,
5301         sortedlist_indexof_from_to.
5302         (gl_sortedlist_search_from_to, gl_sortedlist_indexof_from_to): New
5303         inline functions.
5304         * lib/gl_list.c (gl_sortedlist_search_from_to,
5305         gl_sortedlist_indexof_from_to): New functions.
5306         * lib/gl_array_list.c (gl_array_sortedlist_indexof_from_to): New
5307         function.
5308         (gl_array_sortedlist_indexof, gl_array_sortedlist_search): Use it.
5309         (gl_array_sortedlist_search_from_to): New function.
5310         (gl_array_list_implementation): Update.
5311         * lib/gl_carray_list.c (gl_carray_sortedlist_indexof_from_to): New
5312         function.
5313         (gl_carray_sortedlist_indexof, gl_carray_sortedlist_search): Use it.
5314         (gl_carray_sortedlist_search_from_to): New function.
5315         (gl_carray_list_implementation): Update.
5316         * lib/gl_anylinked_list2.h (gl_linked_sortedlist_search_from_to,
5317         gl_linked_sortedlist_indexof_from_to): New functions.
5318         * lib/gl_linked_list.c (gl_linked_list_implementation): Update.
5319         * lib/gl_linkedhash_list.c (gl_linkedhash_list_implementation): Update.
5320         * lib/gl_anytree_list2.h (gl_tree_sortedlist_search_from_to,
5321         gl_tree_sortedlist_indexof_from_to): New functions.
5322         * lib/gl_avltree_list.c (gl_avltree_list_implementation): Update.
5323         * lib/gl_avltreehash_list.c (gl_avltreehash_list_implementation):
5324         Update.
5325         * lib/gl_rbtree_list.c (gl_rbtree_list_implementation): Update.
5326         * lib/gl_rbtreehash_list.c (gl_avltreehash_list_implementation):
5327         Update.
5328
5329 2006-10-05  Bruno Haible  <bruno@clisp.org>
5330
5331         * lib/gl_list.h (gl_list_search_from, gl_list_search_from_to,
5332         gl_list_indexof_from, gl_list_indexof_from_to): New declarations.
5333         (struct gl_list_implementation): Add fields search_from_to,
5334         indexof_from_to. Remove fields search, indexof.
5335         (gl_list_search): Use the search_from_to method.
5336         (gl_list_search_from, gl_list_search_from_to): New functions.
5337         (gl_list_indexof): Use the indexof_from_to method.
5338         (gl_list_indexof_from, gl_list_indexof_from_to): New functions.
5339         * lib/gl_list.c (gl_list_search): Use the search_from_to method.
5340         (gl_list_search_from, gl_list_search_from_to): New functions.
5341         (gl_list_indexof): Use the indexof_from_to method.
5342         (gl_list_indexof_from, gl_list_indexof_from_to): New functions.
5343         * lib/gl_array_list.c (gl_array_indexof_from_to): Renamed from
5344         gl_array_indexof. Add start_index, end_index arguments.
5345         (gl_array_search_from_to): Renamed from gl_array_search. Add
5346         start_index, end_index arguments.
5347         (gl_array_remove, gl_array_list_implementation): Update.
5348         * lib/gl_carray_list.c (gl_carray_indexof_from_to): Renamed from
5349         gl_carray_indexof. Add start_index, end_index arguments.
5350         (gl_carray_search_from_to): Renamed from gl_carray_search. Add
5351         start_index, end_index arguments.
5352         (gl_carray_remove, gl_carray_list_implementation): Update.
5353         * lib/gl_anylinked_list2.h (gl_linked_search_from_to): Renamed from
5354         gl_linked_search. Add start_index, end_index arguments.
5355         (gl_linked_indexof_from_to): Renamed from gl_linked_indexof. Add
5356         start_index, end_index arguments.
5357         (gl_linked_remove): Update.
5358         * lib/gl_linked_list.c (gl_linked_list_implementation): Update.
5359         * lib/gl_linkedhash_list.c (gl_linkedhash_list_implementation): Update.
5360         * lib/gl_anytree_list1.h (iterstack_item_t): Change type of 'rightp'
5361         field to 'size_t'.
5362         * lib/gl_anytree_list2.h (gl_tree_search_from_to): Renamed from
5363         gl_tree_search. Add start_index, end_index arguments.
5364         (gl_tree_indexof_from_to): Renamed from gl_tree_indexof. Add
5365         start_index, end_index arguments.
5366         (gl_tree_remove): Update.
5367         * lib/gl_avltree_list.c (gl_avltree_list_implementation): Update.
5368         * lib/gl_rbtree_list.c (gl_rbtree_list_implementation): Update.
5369         * lib/gl_anytreehash_list1.h (compare_position_threshold): New
5370         function.
5371         * lib/gl_anytreehash_list2.h (gl_tree_search_from_to): Renamed from
5372         gl_tree_search. Add start_index, end_index arguments.
5373         (gl_tree_indexof_from_to): Renamed from gl_tree_indexof. Add
5374         start_index, end_index arguments.
5375         * lib/gl_avltreehash_list.c (gl_avltreehash_list_implementation):
5376         Update.
5377         * lib/gl_rbtreehash_list.c (gl_rbtreehash_list_implementation): Update.
5378
5379 2006-10-05  Bruno Haible  <bruno@clisp.org>
5380
5381         * modules/fwriteerror (configure.ac): Define GNULIB_FWRITEERROR.
5382
5383         * lib/clean-temp.h (open_temp, fopen_temp, close_temp, fclose_temp,
5384         fwriteerror_temp): New declarations.
5385         * lib/clean-temp.c (uintptr_t): Provide fallback definition.
5386         (descriptors): New variable.
5387         (cleanup): First, close the descriptors.
5388         (register_fd, unregister_fd, open_temp, fopen_temp, close_temp,
5389         fclose_temp, fwriteerror_temp): New functions.
5390
5391 2006-10-04  Jim Meyering  <jim@meyering.net>
5392
5393         * lib/fts.c (fts_open): Tiny comment change.
5394
5395 2006-10-04  Bruno Haible  <bruno@clisp.org>
5396
5397         Make it possible to invoke AC_GNU_SOURCE after gl_LOCK_EARLY.
5398         * m4/lock.m4 (gl_LOCK_EARLY_BODY): New macro, extracted code from
5399         gl_LOCK_BODY.
5400         (gl_LOCK_EARLY): Require gl_LOCK_EARLY_BODY, not gl_LOCK_BODY.
5401         (gl_LOCK_BODY): Remove settings of CPPFLAGS, now done in
5402         gl_LOCK_EARLY_BODY.
5403         (gl_LOCK): Require gl_LOCK_BODY.
5404
5405 2006-10-04  Bruno Haible  <bruno@clisp.org>
5406
5407         * lib/gl_oset.h (gl_setelement_threshold_fn): New type.
5408         (gl_oset_search_atleast): New declaration.
5409         (struct gl_oset_implementation): Add field 'search_atleast'.
5410         (gl_oset_search_atleast): New inline function.
5411         * lib/gl_oset.c (gl_oset_search_atleast): New function.
5412         * lib/gl_array_oset.c (gl_array_search_atleast): New function.
5413         (gl_array_oset_implementation): Update.
5414         * lib/gl_anytree_oset.h (gl_tree_search_atleast): New function.
5415         * lib/gl_avltree_oset.c (gl_avltree_oset_implementation): Update.
5416         * lib/gl_rbtree_oset.c (gl_rbtree_oset_implementation): Update.
5417
5418 2006-10-04  Bruno Haible  <bruno@clisp.org>
5419
5420         * lib/fatal-signal.c (fatal_signals) [WOE32]: Add the SIGBREAK signal.
5421
5422 2006-10-03  Bruno Haible  <bruno@clisp.org>
5423
5424         * lib/gl_rbtreehash_list.c (gl_rbtreehash_list_implementation): Renamed
5425         from gl_avltreehash_list_implementation.
5426
5427 2006-10-03  Bruno Haible  <bruno@clisp.org>
5428
5429         * lib/gl_oset.c (gl_oset_add): Fix return type.
5430
5431 2006-10-02  Paolo Bonzini  <bonzini@gnu.org>  (tiny change)
5432
5433         * lib/quotearg.c (mbstate_t) [!HAVE_MBRTOWC]: #define to int.
5434
5435 2006-10-02  Eric Blake  <ebb9@byu.net>
5436
5437         * modules/strnlen (Depends-on): Add extensions.
5438
5439 2006-10-02  Eric Blake  <ebb9@byu.net>
5440
5441         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Use autoconf's
5442         definition in 2.60+.
5443
5444 2006-10-02  Dmitry V. Levin  <ldv@altlinux.org>
5445
5446         * lib/fts.c (fts_close, fts_build, fts_palloc): Remove redundant
5447         checks.
5448
5449 2006-10-02  Bruno Haible  <bruno@clisp.org>
5450
5451         * gnulib-tool (func_emit_lib_Makefile_am): Don't add no-dependencies
5452         to the AUTOMAKE_OPTIONS.
5453         Reported by Jim Meyering.
5454
5455 2006-09-29  Paul Eggert  <eggert@cs.ucla.edu>
5456
5457         Work around bug in Solaris 10 /proc file system:
5458         /proc/self/fd/NNN/.. isn't the parent directory of
5459         the directory whose file descriptor is NNN.  This needs to
5460         be worked around at run time, not compile time, since a
5461         program might be built on Solaris 8, where things work, and
5462         run on Solaris 10.
5463         * lib/openat-priv.h (BUILD_PROC_NAME): Remove.  All callers changed
5464         to use the following interface instead:
5465         (OPENAT_BUFFER_SIZE): New macro.
5466         (openat_proc_name): New function.
5467         * lib/at-func.c (AT_FUNC_NAME): Adjust to above changes.
5468         * lib/openat.c (openat_permissive, openat_needs_fchdir, fdopendir):
5469         Likewise.
5470         * lib/openat-proc.c: New file.
5471         * modules/openat (Files): Add lib/openat-proc.c.
5472         (Depends-on): Add same-inode, stdbool.
5473         * m4/openat.m4 (gl_FUNC_OPENAT): Add AC_LIBOBJ(openat-proc).
5474
5475 2006-09-29  Bruno Haible  <bruno@clisp.org>
5476
5477         * lib/fwriteerror.h (fwriteerror_no_ebadf): New declaration.
5478         * lib/(do_fwriteerror): Renamed from fwriteerror. Add ignore_ebadf
5479         argument. Set stdout_closed before testing for ferror, not after.
5480         (fwriteerror, fwriteerror_no_ebadf): New functions.
5481
5482 2006-09-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5483
5484         * m4/intmax.m4 (gt_TYPE_INTMAX_T): Avoid unused variables warning.
5485
5486 2006-09-28  Paolo Bonzini  <bonzini@gnu.org>
5487
5488         * lib/poll.c (rpl_poll) [__APPLE__]: Use FIONREAD instead of MSG_PEEK.
5489         * m4/poll.m4: Look for sys/ioctl.h and sys/filio.h.
5490
5491 2006-09-28  Jim Meyering  <jim@meyering.net>
5492
5493         * lib/mkdir-p.c: Include "dirchownmod.h", not "dirchownmod.c".
5494         Include <unistd.h>.
5495
5496 2006-09-28  Bruno Haible  <bruno@clisp.org>
5497
5498         * modules/avltreehash-list (Depends-on): Add stdint, remove size_max.
5499         * modules/linkedhash-list (Depends-on): Likewise.
5500         * modules/rbtreehash-list (Depends-on): Likewise.
5501
5502 2006-09-28  Bruno Haible  <bruno@clisp.org>
5503
5504         * lib/strndup.h: Simplify the redefinition of strndup.
5505         (_GL_CONCAT, _GL_XCONCAT, __STRNDUP_ID): Remove macros.
5506         * m4/strndup.m4 (gl_FUNC_STRNDUP): Don't define __STRNDUP_PREFIX.
5507
5508 2006-09-28  Bruno Haible  <bruno@clisp.org>
5509
5510         * lib/gl_avltreehash_list.c: Include <stdint.h> instead of size_max.h.
5511         * lib/gl_linkedhash_list.c: Likewise.
5512         * lib/gl_rbtreehash_list.c: Likewise.
5513
5514 2006-09-27  Paul Eggert  <eggert@cs.ucla.edu>
5515
5516         * lib/canon-host.c (canon_host_r): Work around bug in Darwin 7.9.0
5517         getaddrinfo.
5518
5519         * lib/__fpending.h: Don't include <stdio_ext.h> unless
5520         HAVE_DECL___FPENDING.  This avoids a bug with lsbcc, where
5521         it causes <stdio_ext.h> to cause a compile-time error.
5522         Problem reported by Nelson H. F. Beebe.
5523         * lib/getpass.c: Likewise, except for HAVE_DECL___FSETLOCKING instead
5524         of HAVE_DECL___PENDING.
5525
5526         * m4/fpending.m4 (gl_FUNC_FPENDING): Check for stdio_ext at most once.
5527         * m4/getpass.m4 (gl_PREREQ_GETPASS): Check for __fsetlocking's
5528         declaration.
5529
5530 2006-09-27  Jim Meyering  <jim@meyering.net>
5531
5532         This file could end up with a definition for a function
5533         named __strndup, rather than rpl_strndup on a system with
5534         incomplete weak_alias support.
5535         * lib/strndup.c (strndup): Rename from __strndup.
5536         Remove #defines that used to map __strndup to strndup.
5537         Don't use K&R prototypes.
5538         Remove LIBC-related code, since this file is not sync'd with glibc.
5539         * lib/strndup.h: Revamp, accordingly.
5540         * m4/strndup.m4: Modernize.
5541
5542 2006-09-26  Paul Eggert  <eggert@cs.ucla.edu>
5543
5544         * modules/savewd (Depends-on): Add 'raise'.
5545         * lib/savewd.c: Include <signal.h>, for 'raise'.
5546
5547 2006-09-26  Jim Meyering  <jim@meyering.net>
5548
5549         * m4/acl.m4 (AC_FUNC_ACL): Disable ACL support altogether
5550         when we detect Darwin 8.7.0's acl_get_file bug.
5551         Rearrange to perform the new (below) run-test while $LIBS
5552         contains any acl-related library.  Set USE_ACL at the end.
5553         (gl_ACL_GET_FILE): New function.
5554
5555 2006-09-26  Eric Blake  <ebb9@byu.net>
5556
5557         * lib/verror.c: Include <config.h> unconditionally.
5558
5559 2006-09-25  Paul Eggert  <eggert@cs.ucla.edu>
5560
5561         * modules/clock-time (Maintainer): Add self.
5562         * modules/getlogin_r (Depends-on): Add extensions.
5563
5564 2006-09-25  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5565
5566         * modules/clock-time: New module.
5567         * modules/nanosleep (Depends-on): Add clock-time.
5568         * modules/gethrxtime (Depends-on): Likewise.
5569         * modules/gettime (Depends-on): Likewise.
5570         * modules/settime (Depends-on): Likewise.
5571
5572         * modules/fts-lgpl: Depend on openat.
5573         * modules/mkancesdirs: Depend on savewd.
5574         * modules/mkdir-p: Likewise.
5575
5576 2006-09-25  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5577
5578         * m4/host-os.m4 (gl_HOST_OS): Require AC_CANONICAL_HOST.
5579
5580         * m4/chdir-long.m4 (gl_FUNC_CHDIR_LONG): Rename cache variable from
5581         `gl_have_arbitrary_file_name_length_limit' to
5582         `gl_cv_have_arbitrary_file_name_length_limit', so that caching
5583         actually works between configure runs.
5584
5585 2006-09-25  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5586             Bruno Haible  <bruno@clisp.org>
5587
5588         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Include <string.h>.
5589
5590 2006-09-25  Jim Meyering  <jim@meyering.net>
5591
5592         * m4/fcntl_h.m4 (gl_FCNTL_H): Fix typo in test for failed open.
5593         This typo caused coreutils/tests/dd/misc to fail on Darwin 8.7.0.
5594
5595 2006-09-25  Eric Blake  <ebb9@byu.net>
5596
5597         * gnulib-tool (func_import, func_create_testdir): Fix typos in
5598         exec's in 2006-09-18 patch when shuffling fds.
5599
5600 2006-09-25  Bruno Haible  <bruno@clisp.org>
5601
5602         * m4/getloadavg.m4 (gl_GETLOADAVG): Fix directory in error message.
5603         Reported by Jim Meyering.
5604
5605 2006-09-24  Jim Meyering  <jim@meyering.net>
5606
5607         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Don't use '>' to
5608         compare a pointer against a literal "0".  That caused failures with
5609         at least HP-UX's hpcc.
5610
5611 2006-09-22  Simon Josefsson  <jas@extundo.com>
5612
5613         * modules/gc-sha1:
5614         * modules/gc-md4:
5615         * modules/gc-hmac-sha1:
5616         * modules/gc-hmac-md5:
5617         * modules/gc-des:
5618         * modules/gc-arcfour: Distribute more files.
5619
5620 2006-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5621
5622         * lib/gl_anylinked_list2.h [lint] (gl_linked_iterator)
5623         (gl_linked_iterator_from_to): Initialize struct completely.
5624         * lib/gl_anytree_list2.h [lint] (gl_tree_iterator): Likewise.
5625         (gl_tree_iterator_from_to): Likewise
5626         * lib/gl_anytree_oset.h [lint] (gl_tree_iterator): Likewise.
5627         * lib/gl_array_list.c [lint] (gl_array_iterator)
5628         (gl_array_iterator_from_to): Likewise.
5629         * lib/gl_array_oset.c [lint] (gl_array_iterator): Likewise.
5630         * lib/gl_carray_list.c [lint] (gl_carray_iterator)
5631         (gl_carray_iterator_from_to): Likewise.
5632
5633         * lib/gc-gnulib.c [GC_USE_HMAC_SHA1]: include hmac.h for hmac_sha1.
5634         * lib/md4.c (md4_process_block): Remove unused variable.
5635         * lib/rijndael-api-fst.c (rijndaelBlockDecrypt): GCC suggests
5636         parentheses for clarity.
5637
5638 2006-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5639
5640         * modules/bison-i18n (Depends-on): Add gettext.
5641
5642 2006-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5643
5644         * m4/fsusage.m4 (gl_STATFS_TRUNCATES): Avoid unused variable.
5645         * m4/getdate.m4 (gl_C_COMPOUND_LITERALS): Likewise.
5646         * m4/jm-winsz1.m4 (gl_HEADER_TIOCGWINSZ_IN_TERMIOS_H): Likewise;
5647         also add missing comma that caused broken test.
5648         * m4/link-follow.m4 (gl_AC_FUNC_LINK_FOLLOWS_SYMLINK): Include
5649         stdlib.h, for `abort'.
5650         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Avoid unused
5651         variables.
5652         * m4/mkdir-slash.m4 (gl_FUNC_MKDIR_TRAILING_SLASH): Check for and
5653         include unistd.h if present, for `rmdir'.
5654         * m4/physmem.m4 (gl_SYS__SYSTEM_CONFIGURATION): Avoid unused
5655         variables.
5656         * m4/putenv.m4 (gl_FUNC_PUTENV): Rewrite using AC_RUN_IFELSE, and
5657         in the process include standard headers for prototypes.
5658         * m4/readutmp.m4 (gl_READUTMP): Require AC_GNU_SOURCE, so utmpxname
5659         gets declared on GNU/Linux.
5660         * m4/rmdir-errno.m4 (gl_FUNC_RMDIR_NOTEMPTY): Check for and include
5661         unistd.h, for `rmdir'.
5662         * m4/time_r.m4 (gl_TIME_R): Avoid unused variables.
5663
5664         * m4/fnmatch.m4 (_AC_FUNC_FNMATCH_IF): Avoid expression that is
5665         always true.
5666         * m4/strndup.m4 (gl_FUNC_STRNDUP): include stdlib.h, for `free'.
5667
5668         * m4/sockpfaf.m4 (gl_SOCKET_FAMILIES): Avoid gcc -Wall warnings.
5669
5670 2006-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5671
5672         * gnulib-tool (func_version): Create output all at once.  This
5673         may help avoid triggering unnecessary SIGPIPEs, and at any
5674         rate it doesn't hurt.
5675
5676 2006-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5677             Bruno Haible  <bruno@clisp.org>
5678
5679         * m4/lock.m4 (gl_LOCK_BODY): Avoid unused variables warning.
5680         * m4/mbswidth.m4 (gl_MBSWIDTH): Likewise.
5681         * m4/signed.m4 (bh_C_SIGNED): Likewise.
5682
5683         * m4/vasprintf.m4 (gl_PREREQ_VASPRINTF_H): New macro.
5684         (gl_FUNC_VASPRINTF): Invoke it.
5685
5686 2006-09-22  Bruno Haible  <bruno@clisp.org>
5687
5688         * m4/getloadavg.m4 (gl_GETLOADAVG): Expect the directory of
5689         getloadavg.c as first argument.
5690
5691 2006-09-22  Bruno Haible  <bruno@clisp.org>
5692
5693         * gnulib-tool (func_import, func_create_testdir): Set gl_source_base
5694         at the beginning of the gl_INIT macro.
5695         * modules/getloadavg (configure.ac): Pass $gl_source_base to
5696         gl_GETLOADAVG.
5697
5698 2006-09-22  Bruno Haible  <bruno@clisp.org>
5699
5700         * gnulib-tool (func_create_megatestdir): Don't include the config-h
5701         module.
5702         Suggested by Ralf Wildenhues.
5703
5704 2006-09-20  Paul Eggert  <eggert@cs.ucla.edu>
5705
5706         Import this patch from libc:
5707
5708         2006-09-06  Jakub Jelinek  <jakub@redhat.com>
5709
5710         * lib/regex_internal.c (re_string_reconstruct): Handle
5711         offset < pstr->valid_raw_len && pstr->offsets_needed case.
5712         Ensure no bytes read before raw_mbs array.  Pass a saved copy of
5713         pstr->valid_len - 1 rather than pstr->valid_raw_len - 1 to
5714         re_string_context_at.
5715
5716         * m4/regex.m4 (gl_REGEX): Check for locale.h, since the test
5717         now requires it.
5718         (gl_PREREQ_REGEX): Don't check for locale.h any more, since
5719         gl_REGEX now does it for us.
5720         (gl_REGEX): Add test taken from
5721         http://sourceware.org/ml/libc-hacker/2006-09/msg00008.html.
5722
5723         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Require AC_SYS_LARGEFILE.
5724         Check that large offsets work.  Modernize Autoconf usages.
5725         Prefer "yes" to mean a good thing rather than a bad.
5726         Don't put "#define mkstemp" in config.h, as this might interfere
5727         with standard system headers that "#define mkstemp mkstemp64".
5728
5729         * modules/mkstemp (Depends-on): Add extensions, so that
5730         mkstemp is visible on some platforms.
5731         (Makefile.am): Add mkstemp.h to EXTRA_DIST.
5732         (Include): Change to "mkstemp.h" from <stdlib.h>.
5733         (Files): Add mkstemp.h.
5734
5735         * lib/mkstemp.h: New file, since some standard headers
5736         #define mkstemp.
5737         * lib/mkstemp.c: Revamp to put the !_LIBC code together.
5738         Include "mkstemp.h".
5739         Make the _LIBC code resemble glibc original more,
5740         e.g., use K&R style.
5741         * lib/mkstemp-safer.c: Include "mkstemp.h" instead of <stdlib.h>.
5742         (mkstemp): Remove, since mkstemp.h does this for us.
5743         * lib/stdlib--.h: Include mkstemp.h.
5744
5745         Import this patch from libc:
5746
5747         2006-04-07  Ulrich Drepper  <drepper@redhat.com>
5748
5749         * lib/tempname.c (__gen_tempname): Change attempts_min
5750         into a macro.  Use preprocessor to decide how to initialize
5751         attempts [Coverity CID 67].
5752
5753 2006-09-20  Bruno Haible  <bruno@clisp.org>
5754
5755         * lib/mkdtemp.c: Import from libc.
5756         2006-04-07  Ulrich Drepper  <drepper@redhat.com>
5757                 * sysdeps/posix/tempname.c (__gen_tempname): Change
5758                 attempts_min into a macro.  Use preprocessor to decide how to
5759                 initialize attempts [Coverity CID 67].
5760         2001-11-27  Paul Eggert  <eggert@twinsun.com>
5761                 * sysdeps/posix/tempname.c (__gen_tempname): Try at least
5762                 ATTEMPTS_MIN or TMP_MAX times, whichever is greater.
5763
5764 2006-09-19  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5765
5766         * gnulib-tool (func_exit): New function, to allow to pass the
5767         exit status portably through the trap.  Use everywhere.
5768         (--help, --version): Signal a write error.
5769         (trap): catch SIGPIPE, for write errors.
5770         Exit at the end of the trap, with the correct exit status.
5771
5772 2006-09-19  Karl Berry  <karl@gnu.org>
5773
5774         * doc/gnulib.texi: note about the license texinfo files.
5775
5776 2006-09-19  Eric Blake  <ebb9@byu.net>
5777
5778         * gnulib-tool: Avoid space-tab.
5779
5780 2006-09-18  Paul Eggert  <eggert@cs.ucla.edu>
5781
5782         * lib/getaddrinfo.c (getaddrinfo) [defined HAVE_IPV6]: Fix typo
5783         that prevented coreutils 6.1 from building.  Problem reported
5784         by Petter Reinholdtsen.
5785
5786 2006-09-18  Paul Eggert  <eggert@cs.ucla.edu>
5787
5788         * gnulib-tool (avoidlist): Fix typo that broke options like
5789         --avoid=lock that are used by coreutils bootstrap.
5790
5791 2006-09-18  Mark D. Baushke  <mdb@gnu.org>
5792
5793         * m4/inttypes.m4 (gl_INTTYPES_H): Quote "test" args
5794         more systematically.
5795
5796 2006-09-18  Jim Meyering  <jim@meyering.net>
5797
5798         * lib/savewd.c (savewd_restore): Don't shadow: s/status/child_status/.
5799
5800 2006-09-18  Bruno Haible  <bruno@clisp.org>
5801
5802         * modules/inttypes (Files): Remove m4/inttypes-h.m4.
5803
5804 2006-09-18  Bruno Haible  <bruno@clisp.org>
5805
5806         * m4/inttypes-h.m4 (gl_HEADER_INTTYPES_H): Remove macro.
5807         * m4/inttypes-pri.m4: Require autoconf >= 2.52.
5808         (gt_INTTYPES_PRI): Invoke AC_CHECK_HEADERS on inttypes.h. Test
5809         ac_cv_header_inttypes_h instead of gl_cv_header_inttypes_h.
5810         * m4/gettext.m4: Require autoconf >= 2.52.
5811         (gt_INTL_SUBDIR_CORE): Invoke AC_CHECK_HEADERS on inttypes.h.
5812         * m4/inttypes.m4 (gl_INTTYPES_H): Test ac_cv_header_inttypes_h instead
5813         of gl_cv_header_inttypes_h.
5814
5815 2006-09-18  Bruno Haible  <bruno@clisp.org>
5816
5817         * lib/javaversion.c: Include configmake.h.
5818
5819 2006-09-18  Bruno Haible  <bruno@clisp.org>
5820
5821         * gnulib-tool (func_import, func_create_testdir): Use exec tricks to
5822         avoid that the while loops be executed in a subshell.
5823
5824 2006-09-18  Bruno Haible  <bruno@clisp.org>
5825
5826         * MODULES.html.sh (func_module): Break long lines.
5827         Suggested by Bruce Korb <bkorb@gnu.org>.
5828
5829 2006-09-17  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5830
5831         Speed up by a factor of 1.12.
5832         * gnulib-tool (nl): New variable.
5833         (func_import): Rewrite include directive extraction to only read each
5834         directive once.
5835
5836 2006-09-17  Bruno Haible  <bruno@clisp.org>
5837
5838         * modules/javaversion (Makefile.am): Remove DEFS setting.
5839         (Depends-on): Add configmake, for PKGDATADIR definition.
5840
5841 2006-09-17  Bruno Haible  <bruno@clisp.org>
5842
5843         * gnulib-tool (func_create_testdir): Rewrite all files at once.
5844
5845 2006-09-17  Bruno Haible  <bruno@clisp.org>
5846
5847         * gnulib-tool (func_append): New function, stolen from libtool.m4.
5848         (func_modules_transitive_closure, func_modules_add_dummy,
5849         func_modules_to_filelist, func_import, func_create_testdir,
5850         func_create_megatestdir, ...): Use it wherever possible.
5851         Suggested by Ralf Wildenhues.
5852
5853 2006-09-16  Karl Berry  <karl@gnu.org>
5854
5855         * doc/fdl.texi (ADDENDUM): switch to @heading from @appendixsubsec,
5856         to avoid sectioning errors.
5857         * doc/lgpl.texi, gpl.texi (Copying): downcase @unnumbered title.
5858         [ifinfo]: blank line after @center-ed titles.
5859         * doc/lgpl.texi (Library Copying): Rename main node to GNU LGPL.
5860         Spell FSF address consistently with others.
5861         (These changes approved by rms.)
5862
5863 2006-09-15  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5864
5865         Speed up by a factor of 1.61.
5866         * gnulib-tool (func_modules_transitive_closure): Rewrite to not check
5867         already checked module names again.
5868
5869 2006-09-15  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5870
5871         Speed up by a factor of 1.13.
5872         * gnulib-tool (func_import): Rewrite all old_files at once; likewise
5873         for new_files, and the input to func_add_or_update.
5874
5875 2006-09-15  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5876
5877         * gnulib-tool (func_all_modules, func_modules_to_filelist, func_import,
5878         func_create_testdir, ...): Change 'sort | uniq' to 'sort -u'.
5879
5880 2006-09-15  Paul Eggert  <eggert@cs.ucla.edu>
5881
5882         * modules/mkancesdirs (Depends-on): Add fcntl.
5883         * modules/savewd: New file.
5884         * MODULES.html.sh (File system functions): Add savewd.
5885
5886         * modules/configmake (Makefile.am): Add support for the
5887         Automake-supplied PKGLIBDIR, PKGINCLUDEDIR, PKGDATADIR.
5888
5889 2006-09-15  Paul Eggert  <eggert@cs.ucla.edu>
5890
5891         * m4/savewd.m4: New file.
5892
5893 2006-09-15  Paul Eggert  <eggert@cs.ucla.edu>
5894
5895         * lib/dirchownmod.c: Don't include fcntl.h; no longer needed.
5896         (dirchownmod): New arg FD.  All callers changed.
5897         Use FD rather than opening the directory ourself, as opening is
5898         now the caller's responsibility.
5899         * lib/dirchownmod.h: Likewise.
5900         * lib/mkancesdirs.c: Include <sys/types.h>, for portability to older
5901         hosts that require <sys/types.h> before <sys/stat.h>.  Include
5902         fcntl.h, savewd.h, and unistd.h, not dirname.h and stat-macros.h.
5903         (test_dir): Remove.
5904         (mkancesdirs): Return length of prefix of FILE that has already
5905         been made, or -2 if there is a child doing the work.  Redo
5906         algorithm so that it is O(N) rather than O(N**2).  Optimize away
5907         ".", and treat ".." specially since it might stray back into
5908         already-created areas.  Use a subprocess if necessary.  New arg
5909         WD; all users changed.  MAKE_DIR function should now return 1
5910         if it creates a directory that is not readable.  Return -2 if
5911         a child process is spun off.
5912         * lib/mkancesdirs.h: Include <stddef.h>, for ptrdiff_t.
5913         Adjust signature to match code.
5914         * lib/mkdir-p.c: Include dirname.h, for IS_ABSOLUTE_FILE_NAME.
5915         (make_dir_parents): Use a subprocess if necessary.  New arg WD;
5916         all users changed.
5917         * lib/savewd.c, lib/savewd.h: New files.
5918
5919 2006-09-15  Jim Meyering  <jim@meyering.net>
5920
5921         * modules/rename-dest-slash: New module.
5922         * MODULES.html.sh (posix_compat): Add it here.
5923
5924         * modules/rename: Reflect vb_FUNC_RENAME -> gl_FUNC_RENAME change.
5925
5926 2006-09-15  Jim Meyering  <jim@meyering.net>
5927
5928         * m4/rename-dest-slash.m4 (gl_FUNC_RENAME_TRAILING_DEST_SLASH): New
5929         file.
5930
5931         * m4/rename.m4 (gl_FUNC_RENAME): Rename from vb_FUNC_RENAME.
5932
5933 2006-09-15  Jim Meyering  <jim@meyering.net>
5934
5935         * lib/rename-dest-slash.c (has_trailing_slash): Use
5936         FILE_SYSTEM_PREFIX_LEN, for non-POSIX systems.
5937         (rpl_rename_dest_slash): Perform the cheaper trailing slash
5938         test before testing whether SRC is a directory.
5939         Suggestions from Bruno Haible.
5940
5941         Avoid a warning about an unused variable.
5942         * lib/regex_internal.c (re_dfa_add_node): Move declaration of "type"
5943         into the #ifdef block where it's used.
5944
5945         * lib/rename-dest-slash.c: New file.
5946
5947 2006-09-14  Bruno Haible  <bruno@clisp.org>
5948
5949         * lib/allocsa.c: Include <config.h> unconditionally.
5950         * lib/asnprintf.c: Likewise.
5951         * lib/asprintf.c: Likewise.
5952         * lib/c-strcasecmp.c: Likewise.
5953         * lib/c-strcasestr.c: Likewise.
5954         * lib/c-strncasecmp.c: Likewise.
5955         * lib/c-strstr.c: Likewise.
5956         * lib/classpath.c: Likewise.
5957         * lib/clean-temp.c: Likewise.
5958         * lib/concatpath.c: Likewise.
5959         * lib/copy-file.c: Likewise.
5960         * lib/csharpcomp.c: Likewise.
5961         * lib/csharpexec.c: Likewise.
5962         * lib/execute.c: Likewise.
5963         * lib/fatal-signal.c: Likewise.
5964         * lib/findprog.c: Likewise.
5965         * lib/fwriteerror.c: Likewise.
5966         * lib/gl_array_list.c: Likewise.
5967         * lib/gl_array_oset.c: Likewise.
5968         * lib/gl_avltree_list.c: Likewise.
5969         * lib/gl_avltree_oset.c: Likewise.
5970         * lib/gl_avltreehash_list.c: Likewise.
5971         * lib/gl_carray_list.c: Likewise.
5972         * lib/gl_linked_list.c: Likewise.
5973         * lib/gl_linkedhash_list.c: Likewise.
5974         * lib/gl_list.c: Likewise.
5975         * lib/gl_oset.c: Likewise.
5976         * lib/gl_rbtree_list.c: Likewise.
5977         * lib/gl_rbtree_oset.c: Likewise.
5978         * lib/gl_rbtreehash_list.c: Likewise.
5979         * lib/imaxabs.c: Likewise.
5980         * lib/imaxdiv.c: Likewise.
5981         * lib/javacomp.c: Likewise.
5982         * lib/javaexec.c: Likewise.
5983         * lib/javaversion.c: Likewise.
5984         * lib/linebreak.c: Likewise.
5985         * lib/localcharset.c: Likewise.
5986         * lib/lock.c: Likewise.
5987         * lib/mbchar.c: Likewise.
5988         * lib/mbswidth.c: Likewise.
5989         * lib/mkdtemp.c: Likewise.
5990         * lib/pipe.c: Likewise.
5991         * lib/printf-args.c: Likewise.
5992         * lib/printf-parse.c: Likewise.
5993         * lib/progname.c: Likewise.
5994         * lib/progreloc.c: Likewise.
5995         * lib/readlink.c: Likewise.
5996         * lib/sh-quote.c: Likewise.
5997         * lib/stpcpy.c: Likewise.
5998         * lib/stpncpy.c: Likewise.
5999         * lib/strcasecmp.c: Likewise.
6000         * lib/strcasestr.c: Likewise.
6001         * lib/strcspn.c: Likewise.
6002         * lib/striconv.c: Likewise.
6003         * lib/strncasecmp.c: Likewise.
6004         * lib/strnlen1.c: Likewise.
6005         * lib/strstr.c: Likewise.
6006         * lib/strtok_r.c: Likewise.
6007         * lib/tls.c: Likewise.
6008         * lib/tmpdir.c: Likewise.
6009         * lib/unicodeio.c: Likewise.
6010         * lib/unsetenv.c: Likewise.
6011         * lib/vasnprintf.c: Likewise.
6012         * lib/vasprintf.c: Likewise.
6013         * lib/wait-process.c: Likewise.
6014         * lib/xallocsa.c: Likewise.
6015         * lib/xsetenv.c: Likewise.
6016         * lib/xstriconv.c: Likewise.
6017
6018 2006-09-13  Simon Josefsson  <jas@extundo.com>
6019
6020         * m4/getdate.m4: Don't AC_LIBOBJ([getdate]), automake takes care of
6021         that internally, suggested by Ralf Wildenhues
6022         <Ralf.Wildenhues@gmx.de>.
6023
6024 2006-09-13  Simon Josefsson  <jas@extundo.com>
6025
6026         * gnulib-tool (func_emit_lib_Makefile_am): Use $(LIBOBJS), not
6027         @LIBOBJS@.
6028         Suggested by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
6029
6030 2006-09-13  Paul Eggert  <eggert@cs.ucla.edu>
6031
6032         * lib/_fpending.c: Include <config.h> unconditionally, since we no
6033         longer worry about uses that don't define HAVE_CONFIG_H.
6034         * lib/acl.c, lib/alloca.c, lib/argmatch.c, lib/atexit.c:
6035         * lib/backupfile.c, lib/basename.c, lib/c-stack.c, lib/c-strtod.c:
6036         * lib/calloc.c,lib/ canon-host.c, lib/canonicalize.c, lib/chdir-long.c:
6037         * lib/chdir-safer.c, lib/chown.c, lib/cloexec.c, lib/close-stream.c:
6038         * lib/closeout.c, lib/creat-safer.c, lib/cycle-check.c, lib/diacrit.c:
6039         * lib/dirchownmod.c, lib/dirfd.c, lib/dirname.c, lib/dup-safer.c:
6040         * lib/dup2.c, lib/error.c, lib/euidaccess.c, lib/exclude.c:
6041         * lib/exitfail.c, lib/fchmodat.c, lib/fchown-stub.c, lib/fd-safer.c:
6042         * lib/file-type.c, lib/fileblocks.c, lib/filemode.c, lib/filenamecat.c:
6043         * lib/fnmatch.c, lib/fopen-safer.c, lib/fprintftime.c, lib/free.c:
6044         * lib/fsusage.c, lib/ftruncate.c, lib/fts-cycle.c, lib/fts.c:
6045         * lib/full-write.c, lib/gai_strerror.c, lib/getcwd.c, lib/getdate.y:
6046         * lib/getdomainname.c, lib/getgroups.c, lib/gethostname.c:
6047         * lib/gethrxtime.c, lib/getloadavg.c, lib/getlogin_r.c:
6048         * lib/getndelim2.c, lib/getnline.c, lib/getopt.c, lib/getopt1.c:
6049         * lib/getpass.c, lib/gettime.c, lib/gettimeofday.c, lib/getugroups.c:
6050         * lib/getusershell.c, lib/glob.c, lib/group-member.c:
6051         * lib/hard-locale.c, lib/hash-pjw.c, lib/hash.c, lib/human.c:
6052         * lib/idcache.c, lib/inet_ntop.c, lib/inet_pton.c, lib/inttostr.c:
6053         * lib/isdir.c, lib/lchown.c, lib/linebuffer.c, lib/long-options.c:
6054         * lib/lstat.c, lib/malloc.c, lib/md5.c, lib/memcasecmp.c, lib/memchr.c:
6055         * lib/memcmp.c, lib/memcoll.c, lib/memcpy.c, lib/memmove.c:
6056         * lib/memrchr.c, lib/mkancesdirs.c, lib/mkdir-p.c, lib/mkdir.c:
6057         * lib/mkdirat.c, lib/mkstemp-safer.c, lib/mkstemp.c, lib/modechange.c:
6058         * lib/mountlist.c, lib/nanosleep.c, lib/obstack.c, lib/open-safer.c:
6059         * lib/openat-die.c, lib/openat.c, lib/pagealign_alloc.c, lib/physmem.c:
6060         * lib/pipe-safer.c, lib/posixtm.c, lib/posixver.c, lib/putenv.c:
6061         * lib/quote.c, lib/quotearg.c, lib/raise.c, lib/readtokens.c:
6062         * lib/readtokens0.c, lib/readutmp.c, lib/realloc.c, lib/regex.c:
6063         * lib/rename.c, lib/rmdir.c, lib/rpmatch.c, lib/safe-read.c:
6064         * lib/same.c, lib/save-cwd.c, lib/savedir.c, lib/setenv.c:
6065         * lib/settime.c, lib/sha1.c, lib/sig2str.c, lib/snprintf.c:
6066         * lib/strdup.c, lib/strerror.c, lib/strftime.c, lib/stripslash.c:
6067         * lib/strndup.c, lib/strnlen.c, lib/strpbrk.c, lib/strtod.c:
6068         * lib/strtoimax.c, lib/strtol.c, lib/strverscmp.c, lib/tempname.c:
6069         * lib/time_r.c, lib/timegm.c, lib/tmpfile-safer.c, lib/unlinkdir.c:
6070         * lib/userspec.c, lib/utime.c, lib/utimecmp.c, lib/utimens.c:
6071         * lib/version-etc-fsf.c, lib/version-etc.c, lib/xalloc-die.c:
6072         * lib/xgetcwd.c, lib/xgethostname.c, lib/xmalloc.c, lib/xmemcoll.c:
6073         * lib/xnanosleep.c, lib/xreadlink.c, lib/xstrtod.c, lib/xstrtoimax.c:
6074         * lib/xstrtol.c, lib/xstrtoumax.c, lib/yesno.c:
6075         Likewise.
6076
6077 2006-09-13  Eric Blake  <ebb9@byu.net>
6078
6079         * lib/getopt.c: Fix typo in last commit.
6080
6081 2006-09-12  Sergey Poznyakoff  <gray@gnu.org.ua>
6082
6083         * lib/argp-help.c (argp_doc): Make sure NULL is not passed to
6084         dgettext.
6085
6086 2006-09-12  Jim Meyering  <jim@meyering.net>
6087
6088         * lib/nanosleep.c: Include <sys/types.h> before sys/select.h, to avoid
6089         compilation failure (due to use of pid_t in latter) on NetBSD 1.6.
6090         Reported by Nelson H. F. Beebe.
6091
6092 2006-09-10  Sergey Poznyakoff  <gray@gnu.org.ua>
6093
6094         * lib/argp-parse.c (__argp_parse) [!_LIBC]: Make sure
6095         program_invocation_name and program_invocation_short_name are
6096         initialized.
6097         * lib/argp-namefrob.h: Move declarations of program_invocation_name
6098         and program_invocation_short_name to argp.h, so they are visible
6099         to user programs.
6100         * lib/argp.h: Likewise
6101
6102 2006-09-10  Bruno Haible  <bruno@clisp.org>
6103
6104         * modules/mkdtemp (Files): Remove m4/ulonglong.m4, m4/stdint_h.m4,
6105         m4/inttypes_h.m4, m4/uintmax_t.m4.
6106
6107 2006-09-10  Bruno Haible  <bruno@clisp.org>
6108
6109         * m4/mkdtemp.m4 (gl_PREREQ_MKDTEMP): Don't require
6110         gl_AC_TYPE_UINTMAX_T.
6111
6112 2006-09-10  Bruno Haible  <bruno@clisp.org>
6113
6114         * lib/mkdtemp.c: Include <stdint.h> always. Don't include <inttypes.h>.
6115
6116 2006-09-09  Sergey Poznyakoff  <gray@gnu.org.ua>
6117
6118         * lib/argp.h (struct argp): Document the N_("..") "\v" N_("..")
6119         convention.  Text proposed by Bruno Haible.
6120         (struct argp_option): Document the use of N_() wrappers.
6121
6122         * lib/argp-help.c (argp_doc): Split the untranslated doc string on
6123         '\v', and translate the two parts separately, instead of feeding
6124         the whole string to gettext.  This allows to exclude
6125         '\v' from the strings visible to the translator by writing doc
6126         strings as N_("..") "\v" N_("..").
6127
6128 2006-09-09  Paul Eggert  <eggert@cs.ucla.edu>
6129
6130         * config/srclist.txt: Undo latest change; the bug was fixed.
6131
6132 2006-09-09  Bruno Haible  <bruno@clisp.org>
6133
6134         * gnulib-tool (func_emit_lib_Makefile_am): Eliminate lib_LDFLAGS
6135         assignments if building a library without libtool.
6136         (func_emit_tests_Makefile_am): Likewise. Handle lib_* variables as
6137         in func_emit_lib_Makefile_am.
6138         (func_import): When building a static library libfoo.a, arrange to
6139         define variables LIBFOO_LIBDEPS and LIBFOO_LTLIBDEPS.
6140         (func_create_testdir): Likewise.
6141         * modules/gc (configure.ac, Makefile.am): If building statically,
6142         augment gl_libdeps and gl_ltlibdeps instead of lib_LDFLAGS.
6143         * modules/iconvme (configure.ac, Makefile.am): Likewise.
6144         * modules/striconv (configure.ac, Makefile.am): Likewise.
6145         Based on a suggestion by Ralf Wildenhues.
6146
6147 2006-09-08  Paul Eggert  <eggert@cs.ucla.edu>
6148
6149         * m4/mktime.m4 (AC_FUNC_MKTIME): Sync from Autoconf.
6150         Check for unistd.h too, since Autoconf doesn't assume POSIX.
6151         Also:
6152
6153         2006-09-08  Paul Eggert  <eggert@cs.ucla.edu>
6154         Add year_2050_test to catch glibc bug 2821
6155         <http://sourceware.org/bugzilla/show_bug.cgi?id=2821>.
6156
6157         2006-08-15  Paul Eggert  <eggert@cs.ucla.edu>
6158         Prefer #ifdef to #if.
6159
6160         2006-04-02  Paul Eggert  <eggert@cs.ucla.edu>
6161         Return from 'main' instead of calling 'exit'.
6162
6163 2006-09-08  Paul Eggert  <eggert@cs.ucla.edu>
6164
6165         * lib/mktime.c (guess_time_tm): Fix bug where mktime
6166         returned the maximum time_t value rather than (time_t) -1.
6167         Problem originally reported by William Bardwell
6168         <http://sourceware.org/bugzilla/show_bug.cgi?id=2821>.
6169
6170         * lib/isapipe.h (HAVE_FIFO_PIPES) [!defined HAVE_FIFO_PIPES]:
6171         Moved to here ...
6172         * lib/isapipe.c (HAVE_FIFO_PIPES) [!defined HAVE_FIFO_PIPES]:
6173         ... from here.
6174
6175 2006-09-08  Paul Eggert  <eggert@cs.ucla.edu>
6176
6177         * config/srclist.txt: Temporarily comment out mktime.c until glibc bug
6178         2821 is fixed.
6179
6180 2006-09-08  Jim Meyering  <jim@meyering.net>
6181
6182         Don't make generated files read-only.  That would bother too many
6183         people.  However, do retain the ability to work when targets are
6184         read-only: remove the destination and temporary files before writing
6185         them (when generated via sed or echo), or by using the -f option for
6186         both cp and mv commands.  Suggestion to use -f from Paul Eggert.
6187         * modules/alloca-opt, modules/argz, modules/arpa_inet:
6188         * modules/byteswap, modules/configmake, modules/fcntl:
6189         * modules/fnmatch, modules/getopt, modules/glob, modules/inttypes:
6190         * modules/localcharset, modules/netinet_in, modules/poll:
6191         * modules/stdbool, modules/stdint, modules/sys_select:
6192         * modules/sys_socket, modules/sys_stat, modules/sysexits:
6193
6194 2006-09-08  Jim Meyering  <jim@meyering.net>
6195
6196         Avoid new build failure on FreeBSD 6.0.
6197         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Include
6198         <sys/param.h> when testing whether getmntinfo uses statvfs.  Patch by
6199         Pavel Tsekov, in <http://savannah.gnu.org/bugs/?17643>.
6200
6201 2006-09-07  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
6202
6203         * m4/fsusage.m4 (gl_FILE_SYSTEM_USAGE): Don't use plain echo.
6204
6205 2006-09-07  Jim Meyering  <jim@meyering.net>
6206
6207         Fix global typo in last change: use chmod u-w, not chmod u-x.
6208         Spotted by Paul Eggert and Bruce Korb.
6209         * modules/alloca-opt, modules/argz, modules/arpa_inet:
6210         * modules/byteswap, modules/configmake, modules/fcntl:
6211         * modules/fnmatch, modules/getopt, modules/glob, modules/inttypes:
6212         * modules/localcharset, modules/netinet_in, modules/poll:
6213         * modules/stdbool, modules/stdint, modules/sys_select:
6214         * modules/sys_socket, modules/sys_stat, modules/sysexits:
6215
6216 2006-09-06  Jim Meyering  <jim@meyering.net>
6217
6218         Make generated files be read-only.
6219         * modules/alloca-opt (Makefile.am): Work also when $@ is read-only.
6220         Ensure that each generated file is now read-only.
6221         * modules/argz: Likewise.
6222         * modules/arpa_inet: Likewise.
6223         * modules/byteswap: Likewise.
6224         * modules/configmake: Likewise.
6225         * modules/fcntl: Likewise.
6226         * modules/fnmatch: Likewise.
6227         * modules/getopt: Likewise.
6228         * modules/glob: Likewise.
6229         * modules/inttypes: Likewise.
6230         * modules/netinet_in: Likewise.
6231         * modules/poll: Likewise.
6232         * modules/stdbool: Likewise.
6233         * modules/stdint: Likewise.
6234         * modules/sys_select: Likewise.
6235         * modules/sys_socket: Likewise.
6236         * modules/sys_stat: Likewise.
6237         * modules/sysexits: Likewise.
6238         * modules/localcharset: Same as above, but continue using temporary
6239         file named "t-$@" (why different?) rather than the "$@-t" used
6240         everywhere else.
6241
6242         * modules/sysexits (Makefile.am): Replace literal occurrences
6243         of "sysexit.h" more readable, and more consistent, "$@".
6244
6245 2006-09-06  Bruno Haible  <bruno@clisp.org>
6246
6247         * modules/striconv: New file.
6248         * modules/xstriconv: New file.
6249         * MODULES.html.sh (Internationalization functions): Add striconv,
6250         xstriconv.
6251
6252 2006-09-06  Bruno Haible  <bruno@clisp.org>
6253
6254         * modules/gc (Makefile.am): Augment lib_LDFLAGS, not lib_LIBADD.
6255         * modules/iconvme (Makefile.am): Likewise. Also handle the case of
6256         not using libtool correctly.
6257
6258 2006-09-06  Bruno Haible  <bruno@clisp.org>
6259
6260         * lib/striconv.h: New file.
6261         * lib/striconv.c: New file, merging iconvme.c with GNU gettext's
6262         iconvstring.c.
6263         * lib/xstriconv.h: New file.
6264         * lib/xstriconv.c: New file.
6265
6266 2006-09-06  Bruno Haible  <bruno@clisp.org>
6267
6268         * gnulib-tool (func_emit_lib_Makefile_am): Initialize also
6269         lib_..._LDFLAGS.
6270
6271 2006-09-05  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
6272
6273         * lib/argz_.h: Sync from Libtool.
6274
6275         2006-09-04  George Bosilca <bosilca@cs.utk.edu>
6276                 and Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
6277
6278         * lib/libltdl/argz_.h: It's __cplusplus, not _cplusplus.
6279
6280 2006-09-05  Davide Angelocola  <davide.angelocola@tiscali.it>
6281
6282         * modules/trim: New file.
6283
6284 2006-09-05  Davide Angelocola  <davide.angelocola@tiscali.it>
6285
6286         * lib/trim.h: New file.
6287         * lib/trim.c: New file.
6288
6289 2006-09-05  Bruno Haible  <bruno@clisp.org>
6290
6291         * MODULES.html.sh (String handling): Add trim.
6292
6293 2006-09-04  Karl Berry  <karl@gnu.org>
6294
6295         * config/srclist.txt (signed.m4, gettext.m4): changes not propagated
6296         until next release.
6297
6298 2006-09-03  Bruno Haible  <bruno@clisp.org>
6299
6300         * m4/lib-link.m4 (AC_LIB_LINKFLAGS_BODY): Locate mingw shared libraries
6301         correctly.
6302
6303 2006-09-01  Paul Eggert  <eggert@cs.ucla.edu>
6304
6305         * m4/getloadavg.m4 (gl_GETLOADAVG): Use CONFIGURING_GETLOADAVG,
6306         not gl_GETLOADAVG.  Omit unneeded semicolons.
6307         Problems reported by Ralf Wildenhues in
6308         <http://lists.gnu.org/archive/html/bug-gnulib/2006-09/msg00000.html>.
6309         (gl_PREREQ_GETLOADAVG): Use AC_DEFUN, not m4_define.  Put
6310         at the end, which is the usual gnulib style.
6311
6312         * m4/fstypename.m4 (gl_FSTYPENAME): Use AC_CHECK_MEMBERS instead
6313         of doing all the work ourselves.
6314         * m4/fsusage.m4 (gl_PREREQ_FSUSAGE_EXTRA): Don't check for
6315         sys/statvfs.h since the code doesn't use HAVE_SYS_STATVFS_H.
6316
6317 2006-09-01  Paul Eggert  <eggert@cs.ucla.edu>
6318
6319         * lib/getloadavg.c: Use CONFIGURING_GETLOADAVG, not gl_GETLOADAVG.
6320         Problem reported by Ralf Wildenhues in
6321         <http://lists.gnu.org/archive/html/bug-gnulib/2006-09/msg00000.html>.
6322
6323         * lib/mountlist.c: All uses of HAVE_F_FSTYPENAME_IN_STATFS replaced by
6324         HAVE_STRUCT_STATFS_F_FSTYPENAME.
6325
6326 2006-09-01  Paul Eggert  <eggert@cs.ucla.edu>
6327
6328         * gnulib-tool (func_emit_lib_Makefile_am): Fix typos in
6329         yesterday's patch by changing test -n to test -z.
6330
6331 2006-08-31  Paul Eggert  <eggert@cs.ucla.edu>
6332
6333         * modules/getloadavg (Files): Add m4/getloadavg.m4.
6334         (configure.ac): AC_FUNC_GETLOADAVG -> gl_GETLOADAVG, as
6335         the former is now obsolescent.
6336
6337         * modules/chdir-long (Depends-on): Add fcntl.
6338
6339 2006-08-31  Paul Eggert  <eggert@cs.ucla.edu>
6340
6341         * m4/fnmatch.m4: Add comment that Autoconf AC_FUNC_FNMATCH is
6342         obsolescent, and programs should use gnulib instead.
6343         * m4/getloadavg.m4: New file, with contents taken from Autoconf
6344         but with prefixes changed.
6345
6346 2006-08-31  Paul Eggert  <eggert@cs.ucla.edu>
6347
6348         * lib/getloadavg.c [defined gl_GETLOADAVG]: Don't include config.h
6349         or stdbool.h, because they might not exist while configuring.
6350
6351         * lib/chdir-long.c: Include <fcntl.h>, for O_DIRECTORY.
6352         Don't include unistd.h or limits.h; not needed, since chdir-long.h
6353         does that for us.
6354         (O_DIRECTORY): Remove.
6355
6356 2006-08-31  Eric Blake  <ebb9@byu.net>
6357
6358         * gnulib-tool: Don't let emacs change spaces to TAB.
6359
6360 2006-08-31  Bruno Haible  <bruno@clisp.org>
6361
6362         * gnulib-tool: When calling func_import more than once, do it in a
6363         subshell.
6364         Reported by Eric Blake <ebb9@byu.net>.
6365
6366 2006-08-31  Bruno Haible  <bruno@clisp.org>
6367
6368         * gnulib-tool (nl): Remove variable.
6369         (sed_transform_lib_file): Use more robust test for config-h module.
6370         (func_import): Fix typo in 2006-08-25 patch.
6371
6372 2006-08-31  Bruno Haible  <bruno@clisp.org>
6373
6374         * gnulib-tool (func_emit_lib_Makefile_am): When --makefile-name was
6375         specified, augment Makefile.am variables instead of assigning them.
6376
6377 2006-08-30  Paul Eggert  <eggert@cs.ucla.edu>
6378
6379         Work around a bug in both the Linux and SunOS 64-bit kernels:
6380         nanosleep mishandles sleeps for longer than 2**31 seconds.
6381         Problem reported by Frank v Waveren in
6382         <http://lists.gnu.org/archive/html/bug-coreutils/2006-08/msg00298.html>.
6383         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Require gl_CLOCK_TIME.
6384         Check for nanosleep bug.
6385         (LIB_NANOSLEEP): Append clock_gettime library if needed.
6386
6387 2006-08-30  Paul Eggert  <eggert@cs.ucla.edu>
6388
6389         Work around a bug in both the Linux and SunOS 64-bit kernels:
6390         nanosleep mishandles sleeps for longer than 2**31 seconds.
6391         Problem reported by Frank v Waveren in
6392         <http://lists.gnu.org/archive/html/bug-coreutils/2006-08/msg00298.html>.
6393         * lib/nanosleep.c (BILLION): New constant.
6394         (getnow) [HAVE_BUG_BIG_NANOSLEEP]: New functions.
6395         (rpl_nanosleep) [HAVE_BUG_BIG_NANOSLEEP]: Completely new
6396         implementation.
6397
6398 2006-08-30  Paul Eggert  <eggert@cs.ucla.edu>
6399
6400         * modules/nanosleep (Depends-on): Add gettime.
6401
6402 2006-08-30  Paul Eggert  <eggert@cs.ucla.edu>
6403         and Simon Josefsson  <jas@extundo.com>
6404         and Oskar Liljeblad  <oskar@osk.mine.nu>
6405
6406         * MODULES.html.sh (Support for building documentation): Add gpl, lgpl.
6407         * gnulib-tool (func_import): New license type 'unmodifiable license
6408         text'.
6409         * modules/fdl: Use it.  Longer description.
6410         * module/gpl, module/lgpl: New files.
6411
6412 2006-08-30  Jim Meyering  <jim@meyering.net>
6413
6414         * lib/isapipe.c (isapipe): Rename local s/fd/fd_pair/ to avoid
6415         shadowing the parameter.
6416
6417 2006-08-29  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
6418
6419         Sync from Libtool:
6420
6421         2006-08-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
6422
6423         * lib/libltdl/argz.c: Use `#ifdef HAVE_CONFIG_H', to facilitate code
6424         sharing with gnulib.  Report by Eric Blake.
6425
6426 2006-08-29  Paul Eggert  <eggert@cs.ucla.edu>
6427
6428         * modules/isapipe: New file.
6429         * MODULES.html.sh (File descriptor based Input/Output): Add isapipe.
6430
6431 2006-08-29  Paul Eggert  <eggert@cs.ucla.edu>
6432
6433         * modules/configmake (Makefile.am): Add a comment, and omit
6434         the CONFIGMAKE_ prefix from generated macro names.  Suggested
6435         by Bruno Haible.
6436
6437 2006-08-29  Paul Eggert  <eggert@cs.ucla.edu>
6438
6439         * m4/isapipe.m4: New file.
6440
6441 2006-08-29  Paul Eggert  <eggert@cs.ucla.edu>
6442
6443         * lib/isapipe.c, lib/isapipe.h: New files.
6444
6445 2006-08-29  Jim Meyering  <jim@meyering.net>
6446
6447         * modules/configmake (Makefile.am): Make configmake.h depend on
6448         Makefile.  Otherwise, a stale configmake.h could hang around.
6449
6450 2006-08-29  Eric Blake  <ebb9@byu.net>
6451
6452         * lib/error.c (error_at_line, print_errno_message): Match libc, after
6453         resolution of upstream bug 3044.
6454
6455 2006-08-29  Bruno Haible  <bruno@clisp.org>
6456
6457         * modules/localcharset (Depends-on): Add configmake.
6458         (Makefile.am): Remove setting of LIBDIR through DEFS.
6459
6460 2006-08-29  Bruno Haible  <bruno@clisp.org>
6461
6462         * lib/localcharset.c: Include configmake.h in order to get LIBDIR
6463         defined.
6464
6465 2006-08-28  Paul Eggert  <eggert@cs.ucla.edu>
6466
6467         * modules/fcntl: New file.
6468         * modules/chdir-safer (Depends-on): Add fcntl.
6469         * modules/fts: Likewise.
6470         * modules/mkdir-p: Likewise.
6471
6472         * modules/stdint (Makefile.am): Do not substitute ABSOLUTE_INTTYPES_H.
6473         This undoes the most recent change, since we're now addressing the
6474         problem in a different way.
6475
6476         * gnulib-tool (emit_lib_Makefile_am): Don't put $makefile_name
6477         into output, since the output might be called Makefile.am even
6478         if $makefile_name is something different.
6479         (func_import): Use $makefile_am rather than
6480         ${makefile_name-Makefile.am}, to fix a bug where makefile_name was
6481         empty.
6482
6483         * modules/inttypes (Files): Add m4/inttypes-h.m4.
6484
6485 2006-08-28  Paul Eggert  <eggert@cs.ucla.edu>
6486
6487         * m4/inttypes.m4 (gl_INTTYPES_H): Move ABSOLUTE_INTTYPES_H code here...
6488         * m4/stdint.m4 (gl_STDINT_H): ... from here.  This undoes the most
6489         recent change to stdint.m4, since we're now addressing the problem in a
6490         different way.
6491
6492 2006-08-28  Paul Eggert  <eggert@cs.ucla.edu>
6493
6494         * m4/fcntl_h.m4: New file.
6495
6496 2006-08-28  Paul Eggert  <eggert@cs.ucla.edu>
6497
6498         * lib/fcntl_.h: New file.
6499         * lib/chdir-safer.c (O_DIRECTORY, O_NOFOLLOW): Remove, now that we have
6500         the fcntl module.
6501         * lib/dirchownmod.c: Likewise.
6502         * lib/fts.c: Likewise.
6503
6504         * lib/inttypes_.h [defined _GL_JUST_INCLUDE_ABSOLUTE_INTTYPES_H]:
6505         Include @ABSOLUTE_INTTYPES_H@ if available, but do nothing else.
6506         * lib/stdint_.h (_GL_JUST_INCLUDE_ABSOLUTE_INTTYPES_H): Define
6507         just before including <inttypes.h>, to avoid circular inclusion.
6508
6509 2006-08-28  Jim Meyering  <jim@meyering.net>
6510
6511         * doc/visibility.texi: Actually read and correct the grammar of the
6512         sentence affected by yesterday's change.
6513
6514 2006-08-28  Eric Blake  <ebb9@byu.net>
6515
6516         * modules/inttypes (Makefile.am): Fix sed error when inttypes.h
6517         needs wrapper.
6518
6519 2006-08-28  Eric Blake  <ebb9@byu.net>
6520
6521         * m4/inttypes.m4 (gl_INTTYPES_H): Fix missing #endif.
6522
6523 2006-08-28  Eric Blake  <ebb9@byu.net>
6524
6525         * m4/codeset.m4 (AM_LANGINFO_CODESET): Avoid compiler warning.
6526
6527 2006-08-28  Bruno Haible  <bruno@clisp.org>
6528
6529         * modules/c-strstr: New file, from GNU gettext.
6530         * MODULES.html.sh (String handling): Add c-strstr.
6531
6532 2006-08-28  Bruno Haible  <bruno@clisp.org>
6533
6534         * m4/inttypes.m4 (gl_INTTYPES_H): Don't test for the existence of SCNX*
6535         macros.
6536         Reported by Eric Blake.
6537
6538 2006-08-28  Bruno Haible  <bruno@clisp.org>
6539
6540         * lib/vasnprintf.c (EOVERFLOW): Remove definition.
6541         (VASNPRINTF): Return a string of length > INT_MAX without failing.
6542         * lib/vasprintf.c: Include errno.h, limits.h.
6543         (EOVERFLOW): New fallback definition.
6544         (vasprintf): Test here whether the string length is > INT_MAX.
6545         * lib/vsnprintf.c: Include errno.h, limits.h.
6546         (EOVERFLOW): New fallback definition.
6547         (vsnprintf): Fix bug when generated string was too long for the buffer.
6548         Test here whether the string length is > INT_MAX.
6549
6550 2006-08-28  Bruno Haible  <bruno@clisp.org>
6551
6552         * lib/inttypes_.h (SCNX*): Remove definitions.
6553         Reported by Eric Blake.
6554
6555 2006-08-28  Bruno Haible  <bruno@clisp.org>
6556
6557         * lib/c-strstr.h: New file, from GNU gettext.
6558         * lib/c-strstr.c: New file, from GNU gettext.
6559
6560 2006-08-28  Bruno Haible  <bruno@clisp.org>
6561
6562         * gnulib-tool: Reorder some statements.
6563
6564 2006-08-28  Bruno Haible  <bruno@clisp.org>
6565
6566         * gnulib-tool: New option --makefile-name.
6567         (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am): Use
6568         $makefile_name.
6569         (func_import): Write $makefile_name to the cache file, and read it from
6570         there unless explicitly specified. Use $makefile_name as file name
6571         instead of Makefile.am. Adjust the recommendations accordingly.
6572
6573 2006-08-28  Bruno Haible  <bruno@clisp.org>
6574
6575         * gnulib-tool (func_verify_module): Check against misapplying patch.
6576
6577 2006-08-28  Bruno Haible  <bruno@clisp.org>
6578
6579         * gnulib-tool (func_relativize, func_relconcat): New functions.
6580         Give an error if --local-dir is given with --update.
6581         Remove trailing slashes from $local_gnulib_dir.
6582         (func_import): Store the relativized $local_gnulib_dir in
6583         gnulib-cache.m4, and read it from there if not specified explicitly.
6584
6585 2006-08-28  Bruno Haible  <bruno@clisp.org>
6586
6587         * gnulib-tool (func_get_tests_module): Don't assume that $gnulib_dir
6588         is the current directory. Respect also $local_gnulib_dir.
6589
6590 2006-08-28  Bruno Haible  <bruno@clisp.org>
6591             Simon Josefsson  <jas@extundo.com>
6592
6593         BeOS portability.
6594         * lib/getaddrinfo.c (PF_INET, PF_UNSPEC): New macros.
6595
6596 2006-08-27  Jim Meyering  <jim@meyering.net>
6597
6598         * doc/visibility.texi: Remove duplicate word: "pointer".
6599
6600 2006-08-26  Bruno Haible  <bruno@clisp.org>
6601
6602         * modules/inttypes (Files): Add lib/inttypes_.h, remove lib/inttypes.h.
6603         Add m4/inttypes.m4, remove m4/_inttypes_h.m4 and m4/include_next.m4.
6604         (Makefile.am): Create inttypes.h from inttypes_.h.
6605         * modules/stdint (Makefile.am): Substitute also ABSOLUTE_INTTYPES_H.
6606
6607         * modules/imaxabs: New file.
6608
6609         * modules/imaxdiv: New file.
6610
6611 2006-08-26  Bruno Haible  <bruno@clisp.org>
6612
6613         * m4/inttypes.m4: New file.
6614         * m4/_inttypes_h.m4: Remove file.
6615         * m4/inttypes-pri.m4 (gt_INTTYPES_PRI): Also AC_SUBST
6616         PRI_MACROS_BROKEN.
6617         * m4/stdint.m4 (gl_STDINT_H): Define also ABSOLUTE_INTTYPES_H.
6618
6619         * m4/imaxabs.m4: New file.
6620
6621         * m4/imaxdiv.m4: New file.
6622
6623 2006-08-26  Bruno Haible  <bruno@clisp.org>
6624
6625         * lib/inttypes_.h: New file.
6626         * lib/inttypes.h: Remove file.
6627         * lib/stdint_.h: Include <inttypes.h> through its absolute filename.
6628
6629         * lib/imaxabs.c: New file.
6630
6631         * lib/imaxdiv.c: New file.
6632
6633 2006-08-25  Paul Eggert  <eggert@cs.ucla.edu>
6634
6635         New config-h module, so that "make" output needn't be cluttered
6636         by -DHAVE_CONFIG_H.
6637         * MODULES.html.sh (Support for building libraries and executables):
6638         Add config-h.
6639         * modules/config-h: New file.
6640         * gnulib-tool (nl, sed_transform_lib_file): New vars.
6641         (func_import): Turn "#ifdef HAVE_CONFIG_H" to "#if 1" if
6642         the config-h module is used.
6643
6644         New configmake module, so that "make" output needn't be cluttered
6645         by fluff like '-DLIBDIR=\"/usr/local/lib\"'.
6646         * MODULES.html.sh (Support for building libraries and executables):
6647         Add configmake.
6648         * modules/configmake: New file.
6649
6650 2006-08-25  Paul Eggert  <eggert@cs.ucla.edu>
6651
6652         * m4/config-h.m4: New file.
6653
6654 2006-08-24  Paul Eggert  <eggert@cs.ucla.edu>
6655
6656         * config/srclist.txt: Add elisp-comp.
6657
6658 2006-08-24  Paul Eggert  <eggert@cs.ucla.edu>
6659
6660         * MODULES.html.sh (Support for building libraries and executables):
6661         Add elisp-comp.
6662         * build-aux/elisp-comp: New file.
6663         * modules/elisp-comp: New file.
6664
6665 2006-08-24  Bruno Haible  <bruno@clisp.org>
6666
6667         * gnulib-tool (func_create_testdir): Use non-default values of
6668         sourcebase and m4base.
6669
6670 2006-08-24  Bruno Haible  <bruno@clisp.org>
6671
6672         * MODULES.html.sh (Compatibility checks for POSIX:2001 functions: Fix
6673         HTML structure.
6674
6675 2006-08-23  Paul Eggert  <eggert@cs.ucla.edu>
6676
6677         * modules/openat (Depends-on): Add lchown.
6678
6679 2006-08-23  Bruno Haible  <bruno@clisp.org>
6680
6681         * gnulib-tool (func_import, func_create_testdir): Emit an invocation
6682         of gl_LOCK_EARLY instead of gl_LOCK.
6683
6684 2006-08-23  Bruno Haible  <bruno@clisp.org>
6685
6686         * m4/lock.m4 (gl_LOCK_BODY): Change the default value of gl_use_threads
6687         on OSF/1 to no.
6688         Reported by Stephen Cartwright <sgcartwr@ucalgary.ca>.
6689
6690 2006-08-23  Bruno Haible  <bruno@clisp.org>
6691
6692         * m4/fsusage.m4 (gl_FILE_SYSTEM_USAGE): Don't consider BeOS statvfs
6693         as unusable.
6694
6695         * m4/lock.m4 (gl_LOCK_EARLY): Renamed from gl_LOCK.
6696         (gl_LOCK_BODY): Remove gl_PREREQ_LOCK invocation.
6697         (gl_LOCK): New macro.
6698
6699 2006-08-22  Simon Josefsson  <jas@extundo.com>
6700
6701         * modules/gc-md5 (Makefile.am): Need to add md5.h, after changes
6702         to md5 module.
6703
6704 2006-08-22  Simon Josefsson  <jas@extundo.com>
6705
6706         * MODULES.html.sh: Add "Support for maintaining and release
6707         projects".
6708
6709         * build-aux/gnupload: New file, from coreutils.
6710
6711 2006-08-22  Paul Eggert  <eggert@cs.ucla.edu>
6712
6713         Avoid the need for AC_LIBSOURCES in m4 macros.
6714         * modules/arcfour (EXTRA_DIST): Add arcfour.h.
6715         * modules/arctwo (EXTRA_DIST): Add arctwo.h.
6716         * modules/check-version (EXTRA_DIST): Add check-version.h.
6717         * modules/crc (EXTRA_DIST): Add crc.h.
6718         * modules/des (EXTRA_DIST): Add des.h.
6719         * modules/gc (EXTRA_DIST): Add gc.h.
6720         * modules/getdelim (EXTRA_DIST): Add getdelim.h.
6721         * modules/getline (EXTRA_DIST): Add getline.h.
6722         * modules/getlogin_r (EXTRA_DIST): Add getlogin_r.h.
6723         * modules/hmac-md5 (EXTRA_DIST): Add hmac.h.
6724         * modules/hmac-sha1 (EXTRA_DIST): Add hmac.h.
6725         * modules/md2 (EXTRA_DIST): Add md2.h.
6726         * modules/md4 (EXTRA_DIST): Add md4.h.
6727         * modules/pagealign_alloc (EXTRA_DIST): Add pagealign_alloc.h.
6728         * modules/read-file (EXTRA_DIST): Add read-file.h.
6729         * modules/readline (EXTRA_DIST): Add readline.h.
6730         * modules/rijndael (EXTRA_DIST): Add rijndael-alg-fst.h,
6731         rijndael-api-fst.h.
6732
6733 2006-08-22  Paul Eggert  <eggert@cs.ucla.edu>
6734
6735         * m4/rijndael.m4 (gl_ARCFOUR):
6736         * m4/arctwo.m4 (gl_ARCTWO):
6737         * m4/check-version.m4 (gl_CHECK_VERSION):
6738         * m4/crc.m4 (gl_CRC):
6739         * m4/des.m4 (gl_DES):
6740         * m4/gc-pbkdf2-sha1.m4 (gl_GC_PBKDF2_SHA1):
6741         * m4/gc.m4 (gl_GC):
6742         * m4/getdelim.m4 (gl_FUNC_GETDELIM):
6743         * m4/getline.m4 (gl_FUNC_GETLINE):
6744         * m4/getlogin_r.m4 (gl_GETLOGIN_R_SUBSTITUTE):
6745         * m4/hmac-md5.m4 (gl_HMAC_MD5):
6746         * m4/hmac-sha1.m4 (gl_HMAC_SHA1):
6747         * m4/md2.m4 (gl_MD2):
6748         * m4/md4.m4 (gl_MD4):
6749         * m4/pagealign_alloc.m4 (gl_PAGEALIGN_ALLOC):
6750         * m4/read-file.m4 (gl_FUNC_READ_FILE):
6751         * m4/readline.m4 (gl_FUNC_READLINE):
6752         * m4/rijndael.m4 (gl_RIJNDAEL):
6753         Don't use AC_LIBSOURCES; instead, rely on the files in ../modules/
6754         to get the necessary .h files and whatnot.
6755
6756 2006-08-22  Paul Eggert  <eggert@cs.ucla.edu>
6757
6758         * config/srclist.txt: Remove gnupload, since coreutils now syncs from
6759         gnulib rather than the other way around.
6760         * config/srclistvars.sh (COREUTILS): Remove.
6761
6762 2006-08-22  Jim Meyering  <jim@meyering.net>
6763
6764         * modules/mkdir-p (Makefile.am): Fix typo: s/lib+SOURCES/lib_SOURCES/.
6765
6766         * modules/getpass-gnu (Makefile.am): Add getpass.h to EXTRA_DIST.
6767
6768 2006-08-22  Eric Blake  <ebb9@byu.net>
6769
6770         * modules/regexprops-generic: New file.
6771         * MODULES.html.sh (Support for building documentation): List it.
6772
6773 2006-08-22  Eric Blake  <ebb9@byu.net>
6774
6775         * m4/stdint_h.m4 (gl_AC_HEADER_STDINT_H): Avoid compiler warning.
6776         * m4/inttypes_h.m4 (gl_AC_HEADER_INTTYPES_H): Likewise.
6777         * m4/longlong.m4 (AC_TYPE_LONG_LONG_INT): Likewise.
6778         * m4/intmax_t.m4 (gt_AC_TYPE_INTMAX_T): Likewise.
6779
6780 2006-08-22  Bruno Haible  <bruno@clisp.org>
6781
6782         * gnulib-tool (func_emit_lib_Makefile_am): Don't treat lib_LIBRARIES
6783         and lib_LTLIBRARIES like the other lib_* variables.
6784
6785 2006-08-22  Bruno Haible  <bruno@clisp.org>
6786
6787         * build-aux/x-to-1.in: New file, from GNU gettext.
6788
6789 2006-08-22  Bruno Haible  <bruno@clisp.org>
6790
6791         * m4/readutmp.m4 (gl_READUTMP): Compile readutmp.c only if <utmp.h> or
6792         <utmpx.h> exists.
6793
6794 2006-08-22  Bruno Haible  <bruno@clisp.org>
6795
6796         * lib/readutmp.h: Skip most definitions if neither <utmp.h> nor
6797         <utmpx.h> exists.
6798
6799 2006-08-21  Paul Eggert  <eggert@cs.ucla.edu>
6800
6801         BeOS portability.
6802         * lib/dirchownmod.c (dirchownmod): Don't use fchmod if it doesn't
6803         exist.
6804         Problem reported by Bruno Haible.
6805
6806 2006-08-21  Paul Eggert  <eggert@cs.ucla.edu>
6807
6808         Avoid the need for AC_LIBSOURCES in m4 macros.
6809         * modules/acl (EXTRA_DIST): Add acl.h.
6810         * modules/argmatch (Files): Add m4/argmatch.m4.
6811         (configure.ac): Add gl_ARGMATCH.
6812         (EXTRA_DIST): Renamed from lib_SOURCES, for
6813         consistency with the other modules.  Remove argmatch.c.
6814         * modules/backupfile (EXTRA_DIST): Add backupfile.h.
6815         * modules/c-strtod (EXTRA_DIST): Add c-strtod.h.
6816         * modules/c-strtold (EXTRA_DIST): Add c-strtod.c, c-strtod.h.
6817         * modules/canonhost (EXTRA_DIST): Add c-canonhost.h.
6818         * modules/canonicalize (EXTRA_DIST): Add canonicalize.h.
6819         * modules/chdir-long (EXTRA_DIST): Add chdir-long.h.
6820         * modules/chdir-safer (EXTRA_DIST): Add chdir-safer.h.
6821         * modules/cloexec (EXTRA_DIST): Add cloexec.h.
6822         * modules/close-stream (EXTRA_DIST): Add close-stream.h.
6823         * modules/closeout (EXTRA_DIST): Add closeout.h.
6824         * modules/cycle-check (EXTRA_DIST): Add cycle-check.h.
6825         * modules/dev-ino (EXTRA_DIST): Add dev-ino.h.
6826         * modules/dirfd (EXTRA_DIST): Add dirfd.h.
6827         * modules/dirname (EXTRA_DIST): Renamed from lib_SOURCES.  Add
6828         dirname.h; remove basename.c and stripslash.c.
6829         * modules/exclude (EXTRA_DIST): Add exclude.h.
6830         * modules/exitfail (EXTRA_DIST): Add exitfail.h.
6831         * modules/fcntl-safer (EXTRA_DIST): Add fcntl-safer.h fcntl--.h.
6832         * modules/file-type (EXTRA_DIST): Add file-type.h.
6833         * modules/filemode (EXTRA_DIST): Add filemode.h.
6834         * modules/filenamecat (EXTRA_DIST): Add filenamecat.h.
6835         * modules/fopen-safer (EXTRA_DIST): Add stdio-safer.h stdio--.h.
6836         * modules/fpending (EXTRA_DIST): Add __fpending.h.
6837         * modules/fprintftime (EXTRA_DIST): Add fprintftime.h.
6838         * modules/fsusage (EXTRA_DIST): Add fsusage.h.
6839         * modules/fts (EXTRA_DIST): Add fts_.h fts-cycle.c.
6840         * modules/getcwd (EXTRA_DIST): Add getcwd.h.
6841         * modules/getdate (EXTRA_DIST): Add getdate.c.
6842         * modules/gethrxtime (EXTRA_DIST): Add gethrxtime.h xtime.h.
6843         * modules/getpagesize (EXTRA_DIST): Add getpagesize.h.
6844         * modules/getpass (EXTRA_DIST): Add getpass.h.
6845         * modules/glob (EXTRA_DIST): Add glob_.h glob-libc.h.
6846         * modules/group-member (EXTRA_DIST): Add group-member.h.
6847         * modules/hard-locale (EXTRA_DIST): Add hard-locale.h.
6848         * modules/hash (EXTRA_DIST): Add hash.h.
6849         * modules/human (EXTRA_DIST): Add human.h.
6850         * modules/inttypes (EXTRA_DIST): Add inttypes.h.
6851         * modules/lchmod (EXTRA_DIST): Add lchmod.h.
6852         * modules/lchown (EXTRA_DIST): Add lchown.h.
6853         * modules/long-options (EXTRA_DIST): Add long-options.h.
6854         * modules/lstat (EXTRA_DIST): Add lstat.h.
6855         * modules/md5 (EXTRA_DIST): Add memcasecmp.h.
6856         * modules/memcoll (EXTRA_DIST): Add memcoll.h.
6857         * modules/mempcpy (EXTRA_DIST): Add mempcpy.h.
6858         * modules/memrchr (EXTRA_DIST): Add memrchr.h.
6859         * modules/memxor (EXTRA_DIST): Add memxor.h.
6860         * modules/mkancesdirs (EXTRA_DIST): Add mkancesdirs.h.
6861         * modules/mkdir-p (EXTRA_DIST): Add modechange.h.
6862         * modules/mountlist (EXTRA_DIST): Add mountlist.h.
6863         * modules/openat (EXTRA_DIST): Add at-func.c openat.h openat-priv.h.
6864         * modules/pathmax (EXTRA_DIST): Add pathmax.h.
6865         * modules/physmem (EXTRA_DIST): Add physmem.h.
6866         * modules/posixtm (EXTRA_DIST): Add posixtm.h.
6867         * modules/posixver (EXTRA_DIST): Add posixver.h.
6868         * modules/quote (EXTRA_DIST): Add quote.h.
6869         * modules/quotearg (EXTRA_DIST): Add quotearg.h.
6870         * modules/readtokens (EXTRA_DIST): Add readtokens.h.
6871         * modules/readutmp (EXTRA_DIST): Add readutmp.h.
6872         * modules/regex (EXTRA_DIST): Add regcomp.c regex.h regex_internal.c
6873         regex_internal.h regexec.c.
6874         * modules/safe-read (EXTRA_DIST): Add safe-read.h.
6875         * modules/safe-write (EXTRA_DIST): Add safe-write.h.
6876         * modules/same (EXTRA_DIST): Add same.h.
6877         * modules/same-inode (EXTRA_DIST): Add same-inode.h.
6878         * modules/save-cwd (EXTRA_DIST): Add save-cwd.h.
6879         * modules/savedir (EXTRA_DIST): Add savedir.h.
6880         * modules/sha1 (EXTRA_DIST): Add sha1.h.
6881         * modules/sig2str (EXTRA_DIST): Add sig2str.h.
6882         * modules/stat-macros (EXTRA_DIST): Add stat-macros.h.
6883         * modules/stat-time (EXTRA_DIST): Add stat-time.h.
6884         * modules/stdlib-safer (EXTRA_DIST): Add stdlib-safer.h stdlib--.h.
6885         * modules/strdup (EXTRA_DIST): Add strdup.h.
6886         * modules/strftime (EXTRA_DIST): Add strftime.h.
6887         * modules/strndup (EXTRA_DIST): Add strndup.h.
6888         * modules/strnlen (EXTRA_DIST): Add strnlen.h.
6889         * modules/strverscmp (EXTRA_DIST): Add strverscmp.h.
6890         * modules/time_r (EXTRA_DIST): Add time_r.h.
6891         * modules/timespec (EXTRA_DIST): Add timespec.h.
6892         * modules/tmpfile-safer (EXTRA_DIST): Add stdio-safer.h stdio--.h.
6893         * modules/unistd-safer (EXTRA_DIST): Add unistd-safer.h unistd--.h.
6894         * modules/unlinkdir (EXTRA_DIST): Add unlinkdir.h.
6895         * modules/unlocked-io (EXTRA_DIST): Add unlocked-io.h.
6896         * modules/userspec (EXTRA_DIST): Add userspec.h.
6897         * modules/utimecmp (EXTRA_DIST): Add utimecmp.h.
6898         * modules/utimens (EXTRA_DIST): Add utimens.h.
6899         * modules/xalloc (EXTRA_DIST): Add xalloc.h.
6900         * modules/xgetcwd (EXTRA_DIST): Add xgetcwd.h.
6901         * modules/xnanosleep (EXTRA_DIST): Add xnanosleep.h.
6902         * modules/xreadlink (EXTRA_DIST): Add xreadlink.h.
6903         * modules/xstrtod (EXTRA_DIST): Add xstrtod.h.
6904         * modules/xstrtol (EXTRA_DIST): Add xstrtol.h.
6905         * modules/xstrtold (EXTRA_DIST): Add xstrtod.c xstrtod.h.
6906         * modules/yesno (EXTRA_DIST): Add yesno.h.
6907
6908 2006-08-21  Paul Eggert  <eggert@cs.ucla.edu>
6909
6910         * m4/mkdir-p.m4 (gl_MKDIR_PARENTS): Check for fchmod.
6911
6912         * m4/argmatch.m4: New file, from coreutils with AC_LIBSOURCES removed.
6913         * m4/dev-ino.m4, same-inode.m4: Remove.
6914
6915         * m4/_inttypes_h.m4 (gl_INTTYPES_H):
6916         * m4/acl.m4 (AC_FUNC_ACL):
6917         * m4/backupfile.m4 (gl_BACKUPFILE):
6918         * m4/c-strtod.m4 (gl_C99_STRTOLD):
6919         * m4/canon-host.m4 (gl_CANON_HOST):
6920         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME):
6921         * m4/chdir-long.m4 (gl_FUNC_CHDIR_LONG):
6922         * m4/chdir-safer.m4 (gl_CHDIR_SAFER):
6923         * m4/cloexec.m4 (gl_CLOEXEC):
6924         * m4/close-stream.m4 (gl_CLOSE_STREAM):
6925         * m4/closeout.m4 (gl_CLOSEOUT):
6926         * m4/dirfd.m4 (gl_FUNC_DIRFD):
6927         * m4/dirname.m4 (gl_DIRNAME):
6928         * m4/exclude.m4 (gl_EXCLUDE):
6929         * m4/exitfail.m4 (gl_EXITFAIL):
6930         * m4/fcntl-safer.m4 (gl_FCNTL_SAFER):
6931         * m4/file-type.m4 (gl_FILE_TYPE):
6932         * m4/filemode.m4 (gl_FILEMODE):
6933         * m4/filenamecat.m4 (gl_FILE_NAME_CONCAT):
6934         * m4/fpending.m4 (gl_FUNC_FPENDING):
6935         * m4/fprintftime.m4 (gl_FPRINTFTIME):
6936         * m4/fts.m4 (gl_FUNC_FTS):
6937         * m4/getcwd.m4 (gl_FUNC_GETCWD_NULL):
6938         * m4/getdate.m4 (gl_GETDATE):
6939         * m4/gethrxtime.m4 (gl_GETHRXTIME):
6940         * m4/getpagesize.m4 (gl_GETPAGESIZE):
6941         * m4/getpass.m4 (gl_FUNC_GETPASS):
6942         * m4/gettime.m4 (gl_GETTIME):
6943         * m4/getugroups.m4 (gl_GETUGROUPS):
6944         * m4/glob.m4 (gl_GLOB_SUBSTITUTE):
6945         * m4/group-member.m4 (gl_FUNC_GROUP_MEMBER):
6946         * m4/hard-locale.m4 (gl_HARD_LOCALE):
6947         * m4/hash.m4 (gl_HASH):
6948         * m4/idcache.m4 (gl_IDCACHE):
6949         * m4/lchmod.m4 (gl_FUNC_LCHMOD):
6950         * m4/lchown.m4 (gl_FUNC_LCHOWN):
6951         * m4/long-options.m4 (gl_LONG_OPTIONS):
6952         * m4/lstat.m4 (gl_FUNC_LSTAT):
6953         * m4/md5.m4 (gl_MD5):
6954         * m4/memcasecmp.m4 (gl_MEMCASECMP):
6955         * m4/memcoll.m4 (gl_MEMCOLL):
6956         * m4/mempcpy.m4 (gl_FUNC_MEMPCPY):
6957         * m4/memrchr.m4 (gl_FUNC_MEMRCHR):
6958         * m4/memxor.m4 (gl_MEMXOR):
6959         * m4/mkancesdirs.m4 (gl_MKANCESDIRS):
6960         * m4/mkdir-p.m4 (gl_MKDIR_PARENTS):
6961         * m4/modechange.m4 (gl_MODECHANGE):
6962         * m4/mountlist.m4 (gl_MOUNTLIST):
6963         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP):
6964         * m4/openat.m4 (gl_FUNC_OPENAT):
6965         * m4/pathmax.m4 (gl_PATHMAX):
6966         * m4/physmem.m4 (gl_PHYSMEM):
6967         * m4/posixtm.m4 (gl_POSIXTM):
6968         * m4/posixver.m4 (gl_POSIXVER):
6969         * m4/quote.m4 (gl_QUOTE):
6970         * m4/quotearg.m4 (gl_QUOTEARG):
6971         * m4/readtokens.m4 (gl_READTOKENS):
6972         * m4/readutmp.m4 (gl_READUTMP):
6973         * m4/regex.m4 (gl_REGEX):
6974         * m4/safe-read.m4 (gl_SAFE_READ):
6975         * m4/safe-write.m4 (gl_SAFE_WRITE):
6976         * m4/same.m4 (gl_SAME):
6977         * m4/save-cwd.m4 (gl_SAVE_CWD):
6978         * m4/savedir.m4 (gl_SAVEDIR):
6979         * m4/settime.m4 (gl_SETTIME):
6980         * m4/sha1.m4 (gl_SHA1):
6981         * m4/sig2str.m4 (gl_FUNC_SIG2STR):
6982         * m4/stat-macros.m4 (gl_STAT_MACROS):
6983         * m4/stat-time.m4 (gl_STAT_TIME):
6984         * m4/stdio-safer.m4 (gl_FOPEN_SAFER):
6985         * m4/stdlib-safer.m4 (gl_STDLIB_SAFER):
6986         * m4/strdup.m4 (gl_FUNC_STRDUP):
6987         * m4/strftime.m4 (gl_FUNC_GNU_STRFTIME):
6988         * m4/strndup.m4 (gl_FUNC_STRNDUP):
6989         * m4/strnlen.m4 (gl_FUNC_STRNLEN):
6990         * m4/strverscmp.m4 (gl_FUNC_STRVERSCMP):
6991         * m4/time_r.m4 (gl_TIME_R):
6992         * m4/timespec.m4 (gl_TIMESPEC):
6993         * m4/unistd-safer.m4 (gl_UNISTD_SAFER):
6994         * m4/unlinkdir.m4 (gl_UNLINKDIR):
6995         * m4/unlocked-io.m4 (gl_FUNC_GLIBC_UNLOCKED_IO):
6996         * m4/userspec.m4 (gl_USERSPEC):
6997         * m4/utimecmp.m4 (gl_UTIMECMP):
6998         * m4/utimens.m4 (gl_UTIMENS):
6999         * m4/xalloc.m4 (gl_XALLOC):
7000         * m4/xgetcwd.m4 (gl_XGETCWD):
7001         * m4/xnanosleep.m4 (gl_XNANOSLEEP):
7002         * m4/xreadlink.m4 (gl_XREADLINK):
7003         * m4/xstrtod.m4 (gl_XSTRTOD):
7004         * m4/yesno.m4 (gl_YESNO):
7005         Don't use AC_LIBSOURCES; instead, rely on the files in ../modules/
7006         to get the necessary .h files and whatnot.
7007
7008 2006-08-21  Mark D. Baushke  <mdb@gnu.org>
7009             Bruno Haible  <bruno@clisp.org>
7010
7011         * gnulib-tool (func_verify_module): Work around Sun's non-POSIX 1003.2
7012         /bin/sh understanding of '!' conditional negation.
7013
7014 2006-08-21  Jim Meyering  <jim@meyering.net>
7015
7016         * modules/openat (Depends-on): Really alphabetize.
7017
7018         * modules/acl (Depends-on): Add error and quote.
7019
7020         * check-module (find_included_lib_files): Add at-func.c to the
7021         ok-to-include-more-than-once white list.
7022
7023         * modules/openat (Depends-on): Add lstat.  Alphabetize.
7024
7025 2006-08-21  Bruno Haible  <bruno@clisp.org>
7026
7027         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
7028         Emit a pkgdata_DATA variable only if some snippets add contents to it.
7029         Reported by Martin Lambers <marlam@marlam.de>.
7030
7031 2006-08-21  Bruno Haible  <bruno@clisp.org>
7032
7033         * gnulib-tool (func_emit_lib_Makefile_am): If the snippets already
7034         specify an installation location, don't emit a noinst_LIBRARIES or
7035         noinst_LTLIBRARIES assignment.
7036
7037 2006-08-21  Bruno Haible  <bruno@clisp.org>
7038
7039         BeOS portability.
7040         * modules/mbchar (Include): Don't test HAVE_WCTYPE_H any more, since
7041         BeOS has mbrtowc() but no <wctype.h>.
7042
7043 2006-08-21  Bruno Haible  <bruno@clisp.org>
7044
7045         BeOS portability.
7046         * m4/mbchar.m4 (gl_MBCHAR): Compile mbchar.c also if <wctype.h> doesn't
7047         exist.
7048
7049 2006-08-21  Bruno Haible  <bruno@clisp.org>
7050
7051         BeOS portability.
7052         * lib/mbchar.h: Include <wctype.h> only if it exists.
7053
7054 2006-08-20  Paul Eggert  <eggert@cs.ucla.edu>
7055
7056         Remove files that are no longer needed by their respective modules.
7057         * m4/obstack.m4: Remove.
7058         * m4/strerror_r.m4: Remove.
7059         * m4/uint32_t.m4: Remove.
7060         * m4/uintptr_t.m4: Remove.
7061         * m4/ullong_max.m4: Remove.
7062         * m4/xstrtoimax.m4: Remove.
7063         * m4/xstrtoumax.m4: Remove.
7064
7065         * m4/cycle-check.m4 (gl_CYCLE_CHECK): Do not require
7066         gl_AC_TYPE_UINTMAX_T, gl_STRUCT_DEV_INO, or gl_SAME_INODE, since gnulib
7067         dependencies now capture this.
7068
7069         * m4/cycle-check.m4 (gl_CYCLE_CHECK):
7070         Do not use AC_LIBSOURCES, since gnulib modules now do this.
7071         * m4/fsusage.m4 (gl_FSUSAGE): Likewise.
7072         * m4/human.m4 (gl_HUMAN): Likewise.
7073         * m4/inttostr.m4 (gl_INTTOSTR): Likewise.
7074         * m4/xstrtol.m4 (gl_XSTRTOL): Likewise.
7075
7076         * m4/filemode.m4 (gl_FILEMODE): Require AC_STRUCT_ST_DM_MODE.
7077
7078         * m4/filemode.m4 (gl_PREREQ_FSUSAGE_EXTRA): Do not require
7079         gl_AC_TYPE_INTMAX_T or gl_AC_TYPE_UINTMAX_T, since we now require
7080         stdint.
7081         * m4/human.m4 (gl_HUMAN): Likewise.
7082         * m4/inttostr.m4 (gl_PREREQ_INTTOSTR): Likewise.
7083         * m4/mkstemp.m4 (gl_PREREQ_TEMPNAME): Likewise.
7084         * m4/strtoimax.m4 (gl_PREREQ_STRTOIMAX): Likewise.
7085         * m4/strtoumax.m4 (gl_PREREQ_STRTOUMAX): Likewise.
7086         * m4/xstrtol (gl_XSTRTOL): Likewise.
7087
7088         * m4/gethrxtime.m4 (gl_XTIME): gl_AC_TYPE_LONG_LONG ->
7089         AC_TYPE_LONG_LONG_INT.
7090         * m4/strtoimax.m4 (gl_PREREQ_STRTOIMAX): Likewise.
7091         * m4/strtoll.m4 (gl_FUNC_STRTOLL): Likewise.
7092         * m4/strtoull.m4 (gl_FUNC_STRTOULL): Likewise, for unsigned long.
7093         * m4/strtoumax.m4 (gl_PREREQ_STRTOUMAX): Likewise.
7094
7095         * m4/human.m4 (gl_HUMAN): Do not require AM_STDBOOL_H since we depend
7096         on stdbool.
7097
7098         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL_H, gl_PREREQ_XSTRTOL): Remove.
7099         (gl_PREREQ_XSTRTOUL): Remove.
7100
7101         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Check for hasmntopt.
7102
7103         * m4/posixver.m4: Fix comment since head -1 now works even in POSIX
7104         mode.
7105
7106 2006-08-20  Paul Eggert  <eggert@cs.ucla.edu>
7107
7108         Add and change modules to make it easier for coreutils to use
7109         gnulib-tool.
7110         * modules/backupfile (Files): Remove m4/d-ino.m4.
7111         (Depends-on): Add d-ino.
7112         * modules/cycle-check (Depends-on): Add stdint.
7113         (lib_SOURCES): Add cycle-check.h.
7114         * modules/d-ino: New module.
7115         * modules/d-type: New module.
7116         * modules/error (Files): Remove m4/strerror_r.m4.
7117         * modules/filemode (Files): Add m4/st_dm_mode.m4.
7118         * modules/fsuage (Files): Remove m4/ulonglong.m4, m4/stdint_h.m4,
7119         m4/inttypes_h.m4, m4/uintmax_t.m4.
7120         (Depends-on): Add stdint.
7121         (lib_SOURCES): Add fsusage.h.
7122         * modules/getcwd (Files): Remove d-ino.m4.
7123         (Depends-on): Add d-ino.
7124         * modules/getndelim2 (Depends-on): Add stdint.
7125         * modules/glob (Files): Remove m4/d-type.m4.
7126         (Depends-on): Add d-type.
7127         * modules/host-os: New module.
7128         * modules/human (Files):  Remove m4/ulonglong.m4, m4/stdint_h.m4,
7129         m4/inttypes_h.m4, m4/uintmax_t.m4.
7130         * Depends-on: Add stdint.
7131         (lib_SOURCES): Add human.h.
7132         * modules/inttostr (Files): Remove m4/intmax_t.m4,
7133         m4/inttostr.m4, m4/inttypes_h.m4, m4/longlong.m4, m4/stdint_h.m4,
7134         m4/uintmax_t.m4, m4/ulonglong.m4.
7135         (Depends-on): Add stdint.
7136         (EXTRA_DIST): Add inttostr.h.
7137         * modules/lchmod: New module.
7138         * modules/link-follow: New module.
7139         * modules/mkdir-p (Files): Remove lib/lchmod.h, m4/lchmod.m4.
7140         (Depends-on): Add lchmod.
7141         * modules/mkstemp (Files): Remove m4/ulonglong.m4,
7142         m4/stdint_h.m4, m4/inttypes_h.m4, m4/uintmax_t.m4.
7143         (Depends-on): Add stdint.
7144         * modules/obstack (Files): Remove m4/inttypes_h.m4, m4/obstack.m4,
7145         m4/stdint_h.m4, m4/uintmax_t.m4, m4/ulonglong.m4.
7146         (Depends-on): Add stdint.
7147         (configure.ac): Change gl_OBSTACK to AC_FUNC_OBSTACK.
7148         * modules/perl: New module.
7149         * modules/regex (Depends-on): Add stdint.
7150         * modules/rmdir-errno: New module.
7151         * modules/strtoimax (Files): Remove m4/stdint_h.m4, m4/inttypes_h.m4,
7152         m4/intmax_t.m4.
7153         (Depends-on): Add stdint.
7154         * modules/strtoumax (Files): Remove m4/stdint_h.m4, m4/inttypes_h.m4,
7155         m4/uintmax_t.m4.
7156         (Depends-on): Add stdint.
7157         * modules/unlink-busy: New module.
7158         * modules/utimecmp (Depends-on): Add stdint.
7159         * modules/uptime: New module.
7160         * modules/winsz-ioctl: New module.
7161         * modules/winsz-termios: New module.
7162         * modules/xnanosleep (Depends-on): Add nanosleep.
7163         * modules/ullong_max: Remove.
7164         * modules/xstrtoimax (Files): Remove m4/xstrtoimax.m4.
7165         (configure.ac): Remove gl_XSTRTOIMAX; no action needed now.
7166         * modules/xstrtol (Files): Remove m4/ulonglong.m4, m4/longlong.m4,
7167         m4/stdint_h.m4, m4/inttypes_h.m4, m4/uintmax_t.m4, m4/intmax_t.m4.
7168         (Depends-on): Add inttypes.
7169         (lib_SOURCES): Add xstrtol.h.
7170         * modules/xstrtoumax (Files): Remove m4/xstrtoumax.m4.
7171         (configure.ac): Remove gl_XSTRTOUMAX; no action needed now.
7172         * MODULES.html.sh: Move 'assert' into the assert section.
7173         Move 'dummy' into the linking section.
7174         Remove ullong_max.
7175         Add section for compatibility checks for POSIX:2001 functions,
7176         and put d-ino, d-type, link-follow, rmdir-errno, unlink-busy,
7177         winsz-ioctl, and winsz-termios into it.
7178         Add lchmod.
7179         Add top-level Misc section and put host-os, perl, and uptime
7180         into it.
7181
7182 2006-08-20  Paul Eggert  <eggert@cs.ucla.edu>
7183
7184         * lib/cycle-check.h: Include <stdint.h> unconditionally, since we
7185         now assume the stdint module.  Do not include inttypes.h.
7186         * lib/fsusage.h: Likewise.
7187         * lib/getndelim2.c: Likewise.
7188         * lib/human.h: Likewise.
7189         * lib/inttostr.h: Likewise.
7190         * lib/obstack.c: Likewise.
7191         * lib/regex_internal.h: Likewise.
7192         * lib/tempname.c: Likewise.
7193         * lib/utimecmp.c: Likewise.
7194         * lib/xstrtol.h: Likewise.
7195
7196         * lib/stat_.h: Fix typo: HAVE_FUNC_LSTAT -> HAVE_LSTAT.
7197
7198         * lib/strtoimax.c: Adjust to macro name changes in Autoconf,
7199         e.g., HAVE_LONG_LONG -> HAVE_LONG_LONG_INT.
7200         * lib/xtime.h: Likewise.
7201
7202 2006-08-19  Paul Eggert  <eggert@cs.ucla.edu>
7203
7204         * modules/openat (Files): Add lib/fchmodat.c.
7205         Fixes problem reported by Jay Youngman.
7206
7207 2006-08-19  Paul Eggert  <eggert@cs.ucla.edu>
7208
7209         * lib/fchmodat.c: New file, from coreutils.  This was inadvertently
7210         omitted in the 2006-08-17 update.  Problem reported by Jay Youngman.
7211
7212 2006-08-18  Paul Eggert  <eggert@cs.ucla.edu>
7213             Bruno Haible  <bruno@clisp.org>
7214
7215         * m4/bison-i18n.m4 (BISON_I18N): Also handle the case where yacc exists
7216         and is a script that invokes bison. Tighten the code. Add comments.
7217
7218 2006-08-18  Jim Meyering  <jim@meyering.net>
7219
7220         * m4/gethrxtime.m4 (gl_PREREQ_GETHRXTIME): Also check for
7221         CLOCK_REALTIME, since gethrxtime may revert to using clock_gettime via
7222         gettime.c.  Gabor Z. Papp reported that gethrxtime-using programs
7223         failed to link due to unresolved clock_gettime on a linux-2.4.x system.
7224
7225 2006-08-18  Bruno Haible  <bruno@clisp.org>
7226
7227         * modules/bison-i18n: New file.
7228         * MODULES.html.sh (Internationalization functions): Add it.
7229
7230 2006-08-18  Bruno Haible  <bruno@clisp.org>
7231
7232         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Also check for
7233         sys/statvfs.h. When getmntinfo was found, check its declaration and
7234         set either MOUNTED_GETMNTINFO or MOUNTED_GETMNTINFO2 depending on it.
7235
7236 2006-08-18  Bruno Haible  <bruno@clisp.org>
7237
7238         * m4/bison-i18n.m4: New file, from bison.
7239
7240 2006-08-18  Bruno Haible  <bruno@clisp.org>
7241
7242         * lib/mountlist.c [MOUNTED_GETMNTINFO2]: Include sys/statvfs.h.
7243         (ME_DUMMY): Treat "kernfs" as a dummy.
7244         (read_file_system_list) [MOUNTED_GETMNTINFO2]: Implement.
7245
7246 2006-08-17  Paul Eggert  <eggert@cs.ucla.edu>
7247
7248         Update from coreutils.
7249
7250         2006-08-15  Jim Meyering  <jim@meyering.net>
7251
7252         * m4/openat.m4 (gl_FUNC_OPENAT): Add at-func.c via AC_LIBSOURCES.
7253
7254         2006-01-17  Jim Meyering  <jim@meyering.net>
7255
7256         * m4/fts.m4 (gl_FUNC_FTS_CORE): Depend on gl_FUNC_OPENAT.
7257
7258         2006-01-11  Jim Meyering  <jim@meyering.net>
7259
7260         * m4/openat.m4 (gl_FUNC_OPENAT): Require and compile fchmodat.c.
7261         Check for the lchmod function.
7262
7263 2006-08-17  Paul Eggert  <eggert@cs.ucla.edu>
7264
7265         Update from coreutils.
7266
7267         * lib/__fpending.h: Add copyright notice.
7268         * lib/fprintftime.h: Likewise.
7269         * lib/savedir.c: Use (C) in copyright notice.
7270         * lib/savedir.h: Likewise.
7271
7272         2006-08-15  Jim Meyering  <jim@meyering.net>
7273
7274         * lib/at-func.c: New file, with the logic of all emulated at-functions.
7275         * lib/openat-priv.h: Include <errno.h> and define ENOSYS,
7276         in support of the EXPECTED_ERRNO macro.
7277         * lib/openat.c (fstatat, unlinkat, fchownat): Remove function
7278         definitions.  Instead, define the appropriate symbols and include
7279         "at-func.c".
7280         * lib/mkdirat.c (mkdirat): Likewise.
7281         * lib/fchmodat.c (fchmodat): Likewise.
7282         (ENOSYS): Remove definition.
7283         * lib/openat.c: Don't include <errno.h>, now that "openat-priv.h" does
7284         it.  Don't include "unistd--.h" -- it wasn't ever used.
7285
7286         2006-01-17  Jim Meyering  <jim@meyering.net>
7287
7288         Rewrite fts.c not to change the current working directory,
7289         by using openat, fstatat, fdopendir, etc..
7290
7291         * lib/fts.c [! _LIBC]: Include "openat.h" and "unistd--.h".
7292         (HAVE_OPENAT_SUPPORT): Define.
7293         [_LIBC] (fchdir): Don't undef or define; no longer used.
7294         (FCHDIR): Define in terms of cwd_advance_fd rather than fchdir.
7295         Now, this `function' always succeeds, and consumes its file descriptor
7296         parameter -- so callers must not close such FDs.  Update callers.
7297         (diropen_fd, opendirat, cwd_advance_fd): New functions.
7298         (diropen): Add parameter, SP.  Adjust all callers.
7299         Implement using diropen_fd, rather than open.
7300         (fts_open): Initialize new member, fts_cwd_fd.
7301         Remove fts_rft-setting code.
7302         (fts_close): Close fts_cwd_fd, if necessary.
7303         (__opendir2): Define in terms of opendir or opendirat,
7304         depending on whether the FST_NOCHDIR flag is set.
7305         (fts_build): Since fts_safe_changedir consumes its FD, and since
7306         this code must do `closedir(dirp)', dup the dirfd(dirp) argument,
7307         and close the dup'd file descriptor upon failure.
7308         (fts_stat): Use fstatat(...AT_SYMLINK_NOFOLLOW) in place of lstat.
7309         (fts_safe_changedir): Tweak semantics to reflect that this function
7310         now calls cwd_advance_fd and hence consumes its FD argument.
7311         * lib/fts_.h [struct FTS] (fts_cwd_fd): New member.
7312         [struct FTS] (fts_rft): Remove now-unused member.
7313         [struct FTS] (fts_cycle.state): Improve comment.
7314
7315         * lib/openat.c (openat_needs_fchdir): New function.
7316         * lib/openat.h (openat_needs_fchdir): Declare it.
7317
7318 2006-08-16  Paul Eggert  <eggert@cs.ucla.edu>
7319
7320         * lib/memcoll.c (memcoll): Set errno = 0 in the shortcut case, too.
7321         Problem and fix reported by Pádraig Brady in
7322         <http://lists.gnu.org/archive/html/bug-coreutils/2006-08/msg00099.html>.
7323
7324 2006-08-15  Paul Eggert  <eggert@cs.ucla.edu>
7325
7326         * modules/cycle-check (configure.ac): Add gl_CYCLE_CHECK.
7327
7328 2006-08-15  Paul Eggert  <eggert@cs.ucla.edu>
7329
7330         * lib/memcoll.c (memcoll): Optimize for the common case where the
7331         arguments are bytewise equal.
7332
7333 2006-08-15  Paul Eggert  <eggert@cs.ucla.edu>
7334
7335         * doc/regexprops-generic.texi: Add a copyright notice.
7336
7337 2006-08-15  Bruno Haible  <bruno@clisp.org>
7338
7339         * modules/tmpdir (License): Change to LGPL.
7340
7341 2006-08-15  Bruno Haible  <bruno@clisp.org>
7342
7343         * gnulib-tool (func_all_modules, func_verify_module): COPYING is not a
7344         module.
7345
7346 2006-08-14  Simon Josefsson  <jas@extundo.com>
7347
7348         * config/srclist.txt: Add gnupload.
7349
7350 2006-08-14  Paul Eggert  <eggert@cs.ucla.edu>
7351
7352         Change copyright notice from LGPL 2 to GPL 2, since that's the
7353         standard form used in the gnulib repository.
7354         * tests/test-lock.c: Likewise.
7355         * tests/test-stdint.c: Likewise.
7356         * tests/test-tls.c: Likewise.
7357
7358         * users.txt: Add bison, diffutils, libprelude, prelude-lml,
7359         prelude-manager.  User shorter URLs for GNU projects, without '?'.
7360         Add copyright notice.
7361
7362         * check-module: Add copyright notice.  Output a copyright
7363         notice if "--version" is specified.
7364         * modules/COPYING: New file.
7365         * tests/test-getaddrinfo.c: Add copyright notice.
7366         * tests/test-verify.c: Likewise.
7367
7368 2006-08-14  Paul Eggert  <eggert@cs.ucla.edu>
7369
7370         Change copyright notice from LGPL 2 to GPL 2, since that's the
7371         standard form used in the gnulib repository.
7372         * lib/lock.c: LGPL -> GPL.
7373         * lib/lock.h: Likewise.
7374         * lib/strnlen1.c: Likewise.
7375         * lib/strnlen1.h: Likewise.
7376         * lib/tls.c: Likewise.
7377         * lib/tls.h: Likewise.
7378         * lib/tmpdir.c: Likewise.
7379
7380         * lib/TODO: Remove; this belongs only in coreutils.
7381
7382 2006-08-14  Paul Eggert  <eggert@cs.ucla.edu>
7383
7384         Add copyright notices to long-enough files that lack them, since
7385         otherwise the files aren't clearly free.  Use the same notice that
7386         getdate.texi already uses.
7387         * doc/alloca-opt.texi: Add copyright notice.
7388         * doc/alloca.texi: Likewise.
7389         * doc/ctime.texi: Likewise.
7390         * doc/functions.texi: Likewise.
7391         * doc/gcd.texi: Likewise.
7392         * doc/gnulib-tool.texi: Likewise.
7393         * doc/inet_ntoa.texi: Likewise.
7394         * doc/visibility.texi: Likewise.
7395
7396         * doc/getdate.texi: Update FDL version from 1.1 to 1.2.
7397         * doc/quote.texi: Add copyright notice.
7398
7399         * doc/solaris-versions: Add SunOS 5.10, SunOS 1.x, SunOS 4.0, SunOS
7400         4.0.x, SunOS 4.1.1.1, SunOS 4.1.1_U1, SunOS 4.1.3B.  SunOS 4.1.3
7401         was Solaris 1.1A.  Remove space before B in Solaris 1.1.1B.
7402         Mention SunOS 5.11.  Mention that everything before SunOS 5.7
7403         is now obsolete, and give a pointer to the Sun list.
7404         Add copyright notice.
7405
7406 2006-08-14  Paul Eggert  <eggert@cs.ucla.edu>
7407
7408         * config/srclistvars.sh: Add copyright notice.
7409
7410 2006-08-14  Eric Blake  <ebb9@byu.net>
7411
7412         Import the following change from libc:
7413
7414         2006-08-12  Ulrich Drepper  <drepper@redhat.com>
7415
7416         Upstream bug 2997.
7417         * lib/misc/error.c: Add space between program name and message if file
7418         name is missing.
7419
7420 2006-08-12  Karl Berry  <karl@gnu.org>
7421
7422         * config/srclist.txt (ssize_t.m4, sig_atomic_t.m4, signalblocking.m4):
7423         remove, these originate in gnulib now.
7424
7425 2006-08-11  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
7426
7427         * doc/Makefile (standards.info standards.html standards.dvi):
7428         Also depend on make-stds.texi.
7429
7430 2006-08-11  Paul Eggert  <eggert@cs.ucla.edu>
7431
7432         * lib/pipe-safer.c (pipe_safer): Fix misspelling: HAVE_FUNC_PIPE ->
7433         HAVE_PIPE.  Fix a file descriptor leak when fd_safer fails.
7434
7435         * lib/regex_internal.c (re_string_skip_chars): Don't assume WEOF fits
7436         in wchar_t.  Problem reported by Eric Blake.
7437
7438         * lib/snprintf.c (snprintf): memcpy LEN bytes, not SIZE - 1, when
7439         LEN is smaller than SIZE.  Suggested by Bruno Haible.
7440         Also, help the compiler to keep LEN in a register.
7441
7442 2006-08-11  Eric Blake  <ebb9@byu.net>
7443
7444         * users.txt: Sort.  Add tar.
7445
7446 2006-08-11  Bruno Haible  <bruno@clisp.org>
7447
7448         * users.txt: New file.
7449
7450 2006-08-11  Bruno Haible  <bruno@clisp.org>
7451
7452         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Include <stdio.h> and <time.h>
7453         before <wchar.h>. Needed for OSF/1 and BSD/OS.
7454
7455 2006-08-10  Paul Eggert  <eggert@cs.ucla.edu>
7456
7457         * modules/snprintf (Depends-on): Remove minmax.
7458         (Maintainer): Add self and Bruno.
7459
7460 2006-08-10  Paul Eggert  <eggert@cs.ucla.edu>
7461
7462         * lib/.cppi-disable: Add snprintf.h, socket_.h.
7463         * lib/snprintf.c: Include <errno.h> and <limits.h>.
7464         (EOVERFLOW): Define if the system does not.
7465         Do not include "minmax.h"; it wasn't used.
7466         (snprintf): Don't assume size_t promotes to an unsigned type.
7467         Fix bug when generated string was too long for the buffer: the
7468         buffer's contents are supposed to be the initial prefix of the
7469         output.  Don't assume vasnprintf returns EOVERFLOW if the size
7470         exceeds INT_MAX; do the check ourselves.
7471
7472         Import the following changes from libc:
7473
7474         2006-06-02  Jakub Jelinek  <jakub@redhat.com>
7475
7476         * lib/posix/regex_internal.c (re_string_skip_chars): If no character
7477         has been converted at all, set *last_wc to WEOF.  If mbrtowc failed,
7478         set wc to the byte which couldn't be converted.
7479         (re_string_reconstruct): Don't clear valid_raw_len before calling
7480         re_string_skip_chars.  If wc is WEOF after re_string_skip_chars, set
7481         tip_context using re_string_context_at.
7482
7483         2006-05-02  Ulrich Drepper  <drepper@redhat.com>
7484
7485         * lib/posix/regex.h: g++ still cannot handled [restrict].
7486
7487         2006-04-21  Ulrich Drepper  <drepper@redhat.com>
7488
7489         * lib/posix/regex.h: Remove special handling for VMS.
7490
7491 2006-08-10  Jim Meyering  <jim@meyering.net>
7492
7493         * modules/same-inode: New module.
7494         * modules/dev-ino: New module.
7495         * modules/cycle-check: Depend on these modules, rather than simply
7496         including their .h files.
7497         (Makefile.am): Don't list cycle-check.[ch] here, now that they're
7498         required via m4/cycle-check.m4.
7499         * modules/same: Depend on new same-inode module, rather than
7500         including same-inode.h.
7501         * modules/chdir-safer: New file.
7502
7503         * modules/chown (Depends-on): Add stat-macros.
7504
7505 2006-08-10  Jim Meyering  <jim@meyering.net>
7506
7507         * m4/cycle-check.m4: New file.
7508         Require gl_STRUCT_DEV_INO and gl_SAME_INODE.
7509         * m4/dev-ino.m4, m4/same-inode.m4: New files.
7510
7511 2006-08-10  Eric Blake  <ebb9@byu.net>
7512
7513         * modules/verror (Depends-on): Remove bogus gl_VERROR that snuck
7514         in from original proposal.
7515
7516 2006-08-10  Eric Blake  <ebb9@byu.net>
7517         and Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
7518
7519         * gnulib-tool (func_import): Detect unexpanded macros in gnulib
7520         namespace.
7521
7522 2006-08-10  Bruno Haible  <bruno@clisp.org>
7523
7524         * gnulib-tool (func_create_testdir): Detect unexpanded macros here
7525         as well.
7526
7527 2006-08-09  Paul Eggert  <eggert@cs.ucla.edu>
7528
7529         Sync from coreutils.
7530
7531         2006-07-19  Mike Frysinger  <vapier@gentoo.org>
7532
7533         * lib/mountlist.c [ME_REMOTE]: Filter out cifs.
7534         Reported by Toralf Förster in <http://bugs.gentoo.org/141012>.
7535
7536 2006-08-09  Paul Eggert  <eggert@cs.ucla.edu>
7537
7538         * modules/restrict: Remove; no longer needed now that we assume
7539         Autoconf 2.59 or later.
7540         * MODULES.html.sh: Remove 'restrict'.
7541         * modules/argp (Depends-on): Remove 'restrict'.
7542         * modules/base64 (Depends-on): Likewise.
7543         * modules/gc (Depends-on): Likewise.
7544         * modules/getaddrinfo (Depends-on): Likewise.
7545         * modules/glob (Depends-on): Likewise.
7546         * modules/inet_ntop (Depends-on): Likewise.
7547         * modules/inet_pton (Depends-on): Likewise.
7548         * modules/memxor (Depends-on): Likewise.
7549         * modules/regex (Depends-on): Likewise.
7550         * modules/strtok_r (Depends-on): Likewise.
7551         * modules/time_r (Depends-on): Likewise.
7552
7553 2006-08-09  Paul Eggert  <eggert@cs.ucla.edu>
7554
7555         * m4/argp.m4 (gl_ARGP): Require AC_C_RESTRICT.
7556         * m4/gc.m4 (gl_PREREQ_GC): Likewise.
7557         * m4/glob.m4 (gl_PREREQ_GLOB): Likewise.
7558         * m4/inet_ntop.m4 (gl_PREREQ_INET_NTOP): Likewise.
7559         * m4/inet_pton.m4 (gl_PREREQ_INET_PTON): Likewise.
7560         * m4/memxor.m4 (gl_MEMXOR): Likewise.
7561         * m4/restrict.m4: Remove; no longer needed.  All remaining uses of
7562         gl_C_RESTRICT replaced by AC_C_RESTRICT.
7563
7564         Merge from coreutils.
7565         * m4/regex.m4 (gl_PREREQ_REGEX): Require AC_C_RESTRICT, not
7566         gl_C_RESTRICT, now that we assume Autoconf 2.59 or later.
7567         * m4/strtok_r.m4 (gl_FUNC_STRTOK_R): Likewise.
7568         * m4/time_r.m4 (gl_TIME_R): Likewise.
7569
7570 2006-08-09  Karl Berry  <karl@gnu.org>
7571
7572         * config/srclist.txt: no more gettext-tools, per Bruno.
7573
7574 2006-08-08  Eric Blake  <ebb9@byu.net>
7575
7576         * modules/verror: New module.
7577         * MODULES.html.sh: Document it.
7578
7579 2006-08-08  Eric Blake  <ebb9@byu.net>
7580
7581         * lib/verror.h, lib/verror.c: New files.
7582
7583 2006-08-08  Eric Blake  <ebb9@byu.net>
7584
7585         * lib/verror.c (verror_at_line): Work around glibc bug 2997, so that
7586         verror_at_line output complies with GNU Coding Standards even when
7587         file is NULL.
7588
7589 2006-08-07  Bruno Haible  <bruno@clisp.org>
7590
7591         * lib/allocsa.h (sa_alignof) [_AIX]: Also consider 'long long' in newer
7592         versions of AIX.
7593         Reported by Ralf Wildenhues.
7594
7595 2006-08-07  Bruno Haible  <bruno@clisp.org>
7596
7597         * gnulib-tool (func_create_testdir): Wrap the set of autoconf snippets
7598         in an AC_DEFUN. Needed so that the autoconf snippets can use
7599         AC_REQUIRE.
7600
7601 2006-08-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
7602
7603         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
7604         Initialize pkgdata_DATA.
7605         * modules/javaversion (Makefile.am): Add to pkgdata_DATA, rather than
7606         overriding it.
7607
7608 2006-08-06  Eric Blake  <ebb9@byu.net>
7609
7610         * lib/error.h: Fold in some upstream changes from glibc.
7611         * lib/error.c: Likewise.
7612
7613 2006-08-04  Bruno Haible  <bruno@clisp.org>
7614
7615         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
7616         Make the mostlyclean-local rule depend on mostlyclean-generic.
7617         Reported by Jim Meyering. Solution suggested by Ralf Wildenhues.
7618
7619 2006-07-31  Bruno Haible  <bruno@clisp.org>
7620
7621         * m4/localcharset.m4 (gl_LOCALCHARSET): Remove tests for <stddef.h>,
7622         <stdlib.h>, <string.h>.
7623
7624 2006-07-30  Bruno Haible  <bruno@clisp.org>
7625
7626         * modules/readlink (License): Change to LGPL.
7627
7628 2006-07-30  Bruno Haible  <bruno@clisp.org>
7629
7630         * modules/javaversion (Makefile.am): Distribute javaversion.java and
7631         javaversion.class. Also install javaversion.class in $(pkgdatadir) and
7632         set PKGDATADIR to point to it.
7633
7634 2006-07-30  Bruno Haible  <bruno@clisp.org>
7635
7636         * modules/csharpexec (configure.ac): Comment out macro invocation.
7637         * modules/javaexec (configure.ac): Likewise.
7638         * modules/javacomp-script (configure.ac): Likewise.
7639
7640         * modules/csharpcomp-script (configure.ac): Use AC_REQUIRE.
7641
7642 2006-07-30  Bruno Haible  <bruno@clisp.org>
7643
7644         * modules/clean-temp (Depends-on): Add linkedhash-list, remove
7645         linked-list.
7646
7647 2006-07-30  Bruno Haible  <bruno@clisp.org>
7648
7649         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Assume <string.h> exists.
7650
7651 2006-07-30  Bruno Haible  <bruno@clisp.org>
7652
7653         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
7654         Initialize MOSTLYCLEANFILES to core and *.stackdump, so that core dumps
7655         get removed.
7656
7657 2006-07-29  Bruno Haible  <bruno@clisp.org>
7658
7659         Make it possible for gnulib-tool to work with locally modified or
7660         augmented gnulib repositories.
7661         * gnulib-tool (func_usage): Document --local-dir option.
7662         (local_gnulib_dir): New variable.
7663         Handle --local-dir option.
7664         (func_lookup_file): New function.
7665         (func_all_modules, func_verify_module): Look also in $local_gnulib_dir.
7666         (func_get_description, func_get_filelist, func_get_description,
7667         func_get_filelist, func_get_dependencies, func_get_autoconf_snippet,
7668         func_get_automake_snippet, func_get_include_directive,
7669         func_get_license, func_get_maintainer): Use func_lookup_file.
7670         (func_import, func_create_testdir): Use func_lookup_file.
7671
7672 2006-07-29  Bruno Haible  <bruno@clisp.org>
7673
7674         * modules/setenv (Depends-on): Add unistd.
7675
7676 2006-07-29  Bruno Haible  <bruno@clisp.org>
7677
7678         * lib/setenv.c: Undo unintended modification done on 2006-02-27.
7679
7680 2006-07-29  Bruno Haible  <bruno@clisp.org>
7681
7682         * lib/localcharset.c: Assume <stddef.h>, <stdlib.h>, <string.h> exist.
7683
7684 2006-07-29  Bruno Haible  <bruno@clisp.org>
7685
7686         * gnulib-tool (import, update): If there is no Makefile.am, look at
7687         aclocal.m4, instead of bailing out.
7688
7689 2006-07-29  Bruno Haible  <bruno@clisp.org>
7690
7691         * gnulib-tool (func_usage): Revert most of the 2006-07-15 change.
7692         Categorize the options by when they are useful.
7693
7694 2006-07-29  Bruno Haible  <bruno@clisp.org>
7695
7696         * gnulib-tool (func_usage): Document option --no-libtool.
7697         Handle option --no-libtool.
7698         (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am): Update
7699         for changed semantics of $libtool variable.
7700         (func_import): Likewise. If libtool is not used, show this through
7701         an option --no-libtool.
7702         (func_create_testdir): Update.
7703
7704 2006-07-29  Bruno Haible  <bruno@clisp.org>
7705
7706         * gnulib-tool (func_import): Extend error message about missing
7707         --doc-base.
7708
7709 2006-07-29  Bruno Haible  <bruno@clisp.org>
7710
7711         * gnulib-tool (func_import): Don't create the $docbase directory if
7712         there is no file to store there.
7713
7714 2006-07-29  Bruno Haible  <bruno@clisp.org>
7715
7716         * gnulib-tool (autoconf_minversion): If a --dir option is given and
7717         relevant, look for configure.ac there, not in the current directory.
7718         Also use a simple search for AC_PREREQ, not "autoconf --trace".
7719
7720 2006-07-29  Bruno Haible  <bruno@clisp.org>
7721
7722         * gnulib-tool (SORT): New variable.
7723         (func_usage): Undocument --assume-autoconf option.
7724         Remove --assume-autoconf option handling.
7725         (autoconf_minversion): Determine from the contents of configure.ac.
7726         (func_import): Remove autoconf_minversion handling.
7727         Suggested by Eric Blake.
7728
7729 2006-07-29  Bruno Haible  <bruno@clisp.org>
7730
7731         * doc/gnulib-tool.texi (gl_LIBTOOL): Mention --no-libtool option.
7732
7733 2006-07-29  Bruno Haible  <bruno@clisp.org>
7734
7735         * config/srclist.txt (*setenv.[ch]): Remove rules.
7736
7737 2006-07-28  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
7738
7739         * m4/inet_pton.m4, inet_ntop.m4: Check for netinet/in.h too.
7740
7741 2006-07-28  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
7742
7743         * lib/inet_ntop.h, inet_pton.h: Need to include netinet/in.h before
7744         arpa/inet.h.
7745
7746 2006-07-28  Simon Josefsson  <jas@extundo.com>
7747
7748         * modules/inet_ntop (Depends-on): Depend on arpa_inet.
7749         * modules/inet_pton (Depends-on): Likewise.
7750
7751 2006-07-28  Simon Josefsson  <jas@extundo.com>
7752
7753         * m4/netinet_in_h.m4: New file.
7754
7755 2006-07-28  Simon Josefsson  <jas@extundo.com>
7756
7757         * lib/inet_ntop.h, inet_pton.h: No need to guard netinet/in.h
7758         #include's.
7759
7760 2006-07-28  Simon Josefsson  <jas@extundo.com>
7761
7762         * lib/inet_ntop.h, inet_pton.h: No need to guard arpa/inet.h
7763         #include's.
7764
7765 2006-07-28  Paul Eggert  <eggert@cs.ucla.edu>
7766
7767         * lib/modechange.c (mode_compile): Numeric modes now affect setuid and
7768         setgid on directories only if they set these bits.
7769         * lib/modechange.h: Remove obsolete comment about masks.
7770
7771 2006-07-28  Eric Blake  <ebb9@byu.net>
7772
7773         * lib/regex_internal.h (struct re_dfa_t) [!_LIBC]: Avoid invalid C89
7774         macro expansion.
7775
7776 2006-07-28  Bruno Haible  <bruno@clisp.org>
7777
7778         * lib/inet_ntop.h, inet_pton.h: Use #if HAVE* instead of #ifdef HAVE*.
7779
7780 2006-07-28  Bruno Haible  <bruno@clisp.org>
7781
7782         * m4/mbchar.m4 (gl_MBCHAR): Also test for iswcntrl.
7783
7784 2006-07-28  Bruno Haible  <bruno@clisp.org>
7785
7786         * lib/mbchar.h (iswalnum, iswalpha, iswblank, iswcntrl, iswdigit,
7787         iswgraph, iswlower, iswprint, iswpunct, iswspace, iswupper, iswxdigit):
7788         Define fallbacks.
7789         Avoids link error on FreeBSD 4.x.
7790         Reported by Yoann Vandoorselaere <yoann.v@prelude-ids.com>.
7791
7792         * lib/wcwidth.h (iswprint): Assume an ASCII compatible wide character
7793         encoding.
7794         * lib/mbswidth.c (iswcntrl): Likewise.
7795
7796 2006-07-27  Bruno Haible  <bruno@clisp.org>
7797
7798         * m4/stdint.m4 (gl_STDINT_H): Define __STDC_CONSTANT_MACROS during the
7799         test.
7800
7801 2006-07-27  Bruno Haible  <bruno@clisp.org>
7802
7803         * lib/stdint_.h (INT*_C, UINT*_C) [C++]: Define these if
7804         __STDC_CONSTANT_MACROS is defined, not if __STDC_LIMIT_MACROS is
7805         defined.
7806
7807 2006-07-26  Eric Blake  <ebb9@byu.net>
7808
7809         * m4/unistd-safer.m4 (gl_UNISTD_SAFER): Check for missing pipe.
7810
7811 2006-07-26  Eric Blake  <ebb9@byu.net>
7812
7813         * lib/mkstemp-safer.c [! HAVE_MKSTEMP]: Add prototype for platforms
7814         like mingw that lack mkstemp.
7815         * lib/pipe-safer.c (pipe_safer) [!HAVE_FUNC_PIPE]: Provide fallback to
7816         avoid compilation warning on mingw.
7817
7818 2006-07-26  Bruno Haible  <bruno@clisp.org>
7819
7820         * m4/stdint.m4 (gl_STDINT_H): Also verify the existence of the macros
7821         INT*_MIN, INT_LEAST*_MAX, INT_LEAST*_MIN, UINT_LEAST*_MAX,
7822         INT_FAST*_MIN, INTPTR_MIN.
7823
7824 2006-07-25  Bruno Haible  <bruno@clisp.org>
7825
7826         * modules/version-etc (Depends-on): Add stdarg.
7827
7828 2006-07-25  Bruno Haible  <bruno@clisp.org>
7829
7830         * m4/stdint.m4 (gl_INTEGER_TYPE_SUFFIX): Avoid 'eval' in front of
7831         complex commands.
7832
7833 2006-07-25  Bruno Haible  <bruno@clisp.org>
7834
7835         * lib/version-etc.c (version_etc_va): Use va_copy, assumed to be
7836         defined in <stdarg.h> or config.h.
7837
7838 2006-07-24  Paul Eggert  <eggert@cs.ucla.edu>
7839
7840         * m4/stdio-safer.m4 (gl_FOPEN_SAFER, gl_TMPFILE_SAFER): New macros.
7841         (gl_STDIO_SAFER): Remove.
7842
7843 2006-07-24  Paul Eggert  <eggert@cs.ucla.edu>
7844
7845         * MODULES.html.sh (File stream based Input/Output):
7846         Add fopen-safer, tmpfile-safer; remove stdio-safer.
7847         * modules/getusershell (Depends-on): Change stdio-safer to fopen-safer.
7848         * modules/fopen-safer, modules/tmpfile-safer: New files.
7849         * modules/stdio-safer: Remove.
7850
7851 2006-07-24  Bruno Haible  <bruno@clisp.org>
7852
7853         * modules/tmpdir: New file.
7854         * MODULES.html.sh (File system functions): Add it.
7855
7856 2006-07-24  Bruno Haible  <bruno@clisp.org>
7857
7858         * modules/javacomp (Depends-on): Add unistd, javaversion, binary-io,
7859         getline, pathname, fwriteerror, clean-temp, xvasprintf, strstr.
7860
7861 2006-07-24  Bruno Haible  <bruno@clisp.org>
7862
7863         * modules/clean-temp: New file.
7864
7865 2006-07-24  Bruno Haible  <bruno@clisp.org>
7866
7867         * m4/tmpdir.m4: New file, from GNU gettext.
7868
7869 2006-07-24  Bruno Haible  <bruno@clisp.org>
7870
7871         * lib/tmpdir.h: New file, from GNU gettext.
7872         * lib/tmpdir.c: New file, from GNU gettext.
7873
7874 2006-07-24  Bruno Haible  <bruno@clisp.org>
7875
7876         * lib/clean-temp.h: New file, from GNU gettext.
7877         * lib/clean-temp.c: New file, from GNU gettext.
7878
7879 2006-07-23  Eric Blake  <ebb9@byu.net>
7880
7881         * modules/stdio-safer (Files): Add tmpfile-safer.c.
7882         (Depends-on): Add binary-io.
7883
7884 2006-07-23  Eric Blake  <ebb9@byu.net>
7885
7886         * m4/stdio-safer.m4 (gl_STDIO_SAFER): Add tmpfile-safer.c.
7887
7888 2006-07-23  Eric Blake  <ebb9@byu.net>
7889
7890         * lib/tmpfile-safer.c: New file.
7891         * lib/stdio-safer.h (fopen_safer): Add prototype.
7892         * lib/stdio--.h (tmpfile): Make safer.
7893
7894 2006-07-23  Bruno Haible  <bruno@clisp.org>
7895
7896         * lib/gl_anylinked_list2.h (ASYNCSAFE): New macro.
7897         (gl_linked_add_first, gl_linked_add_last, gl_linked_add_before,
7898         gl_linked_add_after, gl_linked_add_at, gl_linked_remove_node,
7899         gl_linked_remove_at): Use it.
7900
7901 2006-07-22  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
7902         and Simon Josefsson <jas@extundo.com>
7903
7904         * lib/getaddrinfo.h (AI_PASSIVE): Make sure it is defined.
7905
7906         * lib/getaddrinfo.c (getaddrinfo): Support AI_PASSIVE.
7907
7908 2006-07-22  Paul Eggert  <eggert@cs.ucla.edu>
7909
7910         * modules/close-stream: New file.
7911         * modules/closeout (Description): Make it clear that it exits
7912         with a diagnostic on error.
7913         (Depends-on): Add close-stream.  Remove fpending, stdbool.
7914         * MODULES.html.sh (File stream based Input/Output): Add close-stream.
7915
7916 2006-07-22  Paul Eggert  <eggert@cs.ucla.edu>
7917
7918         * m4/close-stream.m4: New file.
7919
7920 2006-07-22  Paul Eggert  <eggert@cs.ucla.edu>
7921
7922         * lib/close-stream.c, lib/close-stream.h: New files.
7923
7924 2006-07-22  Bruno Haible  <bruno@clisp.org>
7925
7926         Merge from GNU gettext 0.15.
7927
7928         2006-05-01  Bruno Haible  <bruno@clisp.org>
7929
7930                 * build-aux/javacomp.sh.in: Update for changed javacomp.m4.
7931
7932         2006-07-22  Bruno Haible  <bruno@clisp.org>
7933
7934                 * modules/javaversion: New file.
7935                 * MODULES.html.sh (Java): Add javaversion.
7936
7937         2006-03-12  Bruno Haible  <bruno@clisp.org>
7938
7939                 * build-aux/javaexec.sh.in: Update for changed javaexec.m4.
7940
7941         2005-12-04  Bruno Haible  <bruno@clisp.org>
7942
7943                 * build-aux/csharpexec.sh.in: Add support for 'clix' launcher
7944                 (untested).
7945
7946         2006-06-21  Bruno Haible  <bruno@clisp.org>
7947
7948                 Avoid warnings from recent versions of mcs.
7949                 * build-aux/csharpcomp.sh.in (options_mcs): Don't use options
7950                 -o, -L, -r any more. Use options documented since mcs-1.0
7951                 instead. Similarly for -g.
7952
7953         2005-12-04  Bruno Haible  <bruno@clisp.org>
7954
7955                 * build-aux/csharpcomp.sh.in: Suffix for resources is
7956                 .resources, not .resource.
7957
7958         2005-07-09  Bruno Haible  <bruno@clisp.org>
7959
7960                 * build-aux/csharpcomp.sh.in (options_csc): For -l option,
7961                 add a .dll suffix.
7962                 Reported by Mark Junker <mjscod@gmx.de>.
7963
7964         2006-07-22  Bruno Haible  <bruno@clisp.org>
7965
7966                 * modules/gettext: Upgrade to gettext-0.15.
7967                 (Files): Remove m4/isc-posix.m4. Add m4/lock.m4,
7968                 m4/visibility.m4.
7969                 Replace m4/inttypes.m4 with m4/inttypes-h.m4.
7970
7971 2006-07-22  Bruno Haible  <bruno@clisp.org>
7972
7973         Merge from GNU gettext 0.15.
7974
7975         2006-03-25  Bruno Haible  <bruno@clisp.org>
7976
7977                 * lib-link.m4 (AC_LIB_LINKFLAGS_FROM_LIBS): New macro.
7978
7979         2006-07-21  Bruno Haible  <bruno@clisp.org>
7980
7981                 * javacomp.m4 (gt_JAVACOMP): Convert target_version "null" to
7982                 "1.1".
7983
7984         2006-05-09  Bruno Haible  <bruno@clisp.org>
7985
7986                 * javacomp.m4 (gt_JAVACOMP): On Cygwin, set
7987                 CLASSPATH_SEPARATOR to a semicolon. Use CLASSPATH_SEPARATOR
7988                 for the conftestver execution.
7989
7990         2006-05-01  Bruno Haible  <bruno@clisp.org>
7991
7992                 * javacomp.m4 (gt_JAVACOMP): Accept a source-version and an
7993                 optional target-version argument. Verify that the compiler
7994                 groks source of the specified source-version, or add -source
7995                 option as necessary. Verify that the compiler produces
7996                 bytecode in the specified target-version, or add -target and
7997                 -source options as necessary. Make the result of the test
7998                 available as variable CONF_JAVAC. Also log error output in
7999                 config.log.
8000
8001         2006-03-11  Bruno Haible  <bruno@clisp.org>
8002
8003                 * javacomp.m4 (gt_JAVACOMP): Treat gcj-4.x like gcj-3.x.
8004
8005         2006-05-09  Bruno Haible  <bruno@clisp.org>
8006
8007                 * javaexec.m4 (gt_JAVAEXEC): On Cygwin, set
8008                 CLASSPATH_SEPARATOR to a semicolon.
8009
8010         2006-03-12  Bruno Haible  <bruno@clisp.org>
8011
8012                 * javaexec.m4 (gt_JAVAEXEC): Make the result of the test
8013                 available as variable CONF_JAVA, for subsequent autoconf
8014                 tests. Also log error output in config.log.
8015
8016         2006-07-19  Bruno Haible  <bruno@clisp.org>
8017
8018                 * getline.m4 (AM_FUNC_GETLINE): When cross-compiling, assume
8019                 that getline works on glibc2 systems. Needed to avoid trouble
8020                 in relocatable.c.
8021                 Reported by Nils Magnus Larsgard <nmlarsgaard@atmel.no>.
8022
8023         2005-12-04  Bruno Haible  <bruno@clisp.org>
8024
8025                 * csharpexec.m4 (gt_CSHARPEXEC): Add support for 'clix'
8026                 launcher (untested).
8027
8028         2005-12-04  Bruno Haible  <bruno@clisp.org>
8029
8030                 * csharpcomp.m4 (gt_CSHARPCOMP): Also set CSHARPCOMPFLAGS.
8031
8032         2006-07-22  Bruno Haible  <bruno@clisp.org>
8033
8034                 * gettext.m4: Update from GNU gettext-0.15.
8035                 * nls.m4: Likewise.
8036                 * po.m4: Likewise.
8037                 * inttypes-pri.m4: Likewise.
8038                 * inttypes-h.m4: Renamed from inttypes.m4.
8039                 (gl_HEADER_INTTYPES_H): Renamed from gt_HEADER_INTTYPES_H.
8040
8041 2006-07-22  Bruno Haible  <bruno@clisp.org>
8042
8043         Merge from GNU gettext 0.15.
8044
8045         2005-07-05  Bruno Haible  <bruno@clisp.org>
8046
8047                 * printf-args.c (printf_fetchargs): Work around broken
8048                 definition of wint_t on mingw.
8049
8050         2005-02-12  Bruno Haible  <bruno@clisp.org>
8051
8052                 * xallocsa.h: Add extern "C" for C++.
8053
8054         2006-05-17  Bruno Haible  <bruno@clisp.org>
8055
8056                 Cygwin portability.
8057                 * progreloc.c (WIN32_NATIVE): Renamed from WIN32.
8058
8059         2006-04-30  Bruno Haible  <bruno@clisp.org>
8060
8061                 * progreloc.c: Include <mach-o/dyld.h> if available.
8062                 (find_executable): Use _NSGetExecutablePath when possible.
8063
8064         2006-05-06  Charles Wilson  <cygwin@cwilson.fastmail.fm>
8065
8066                 * progreloc.c (maybe_executable) [CYGWIN]: Use the access()
8067                 function.
8068
8069         2005-12-29  Bruno Haible  <bruno@clisp.org>
8070
8071                 * progreloc.c (set_program_name_and_installdir): Fix
8072                 compilation error.
8073
8074         2005-12-04  Bruno Haible  <bruno@clisp.org>
8075
8076                 Cygwin portability.
8077                 * progreloc.c: Include <windows.h> also on Cygwin.
8078                 (find_executable): Add support for Cygwin.
8079                 (set_program_name_and_installdir): Handle also platforms with
8080                 nonempty EXEEXT.
8081
8082         2006-07-11  Bruno Haible  <bruno@clisp.org>
8083
8084                 * javacomp.c: Fix a comment.
8085                 Reported by Jim Meyering.
8086
8087         2006-04-30  Bruno Haible  <bruno@clisp.org>
8088
8089                 * javacomp.h (compile_java_class): Add source_version,
8090                 target_version arguments.
8091                 * javacomp.c: Rewritten to choose only a compiler that
8092                 respects the specified source_version and target_version.
8093
8094         2006-06-27  Bruno Haible  <bruno@clisp.org>
8095
8096                 Assume correct S_ISDIR macro.
8097                 * mkdtemp.c: Remove test of STAT_MACROS_BROKEN.
8098
8099         2006-07-22  Bruno Haible  <bruno@clisp.org>
8100
8101                 * javaversion.h: New file, from GNU gettext.
8102                 * javaversion.c: New file, from GNU gettext.
8103                 * javaversion.java: New file, from GNU gettext.
8104                 * javaversion.class: New file, from GNU gettext.
8105
8106         2006-05-17  Bruno Haible  <bruno@clisp.org>
8107
8108                 Cygwin portability.
8109                 * javaexec.c (execute_java_class): Test for jview program
8110                 also on Cygwin.
8111
8112         2006-04-09  Bruno Haible  <bruno@clisp.org>
8113
8114                 * fatal-signal.c: Don't include string.h.
8115                 (at_fatal_signal): Use a copying loop instead of memcpy.
8116
8117         2005-12-04  Bruno Haible  <bruno@clisp.org>
8118
8119                 * csharpexec.c: Add support for 'clix' launcher (untested).
8120                 (execute_csharp_using_sscli): New function.
8121                 (execute_csharp_program): Call it.
8122
8123         2006-06-21  Bruno Haible  <bruno@clisp.org>
8124
8125                 Avoid warnings from recent versions of mcs.
8126                 * csharpcomp.c (compile_csharp_using_mono): Don't use options
8127                 -o, -L, -r any more. Use options documented since mcs-1.0
8128                 instead. Similarly for -g.
8129
8130         2005-07-09  Bruno Haible  <bruno@clisp.org>
8131
8132                 * csharpcomp.c (compile_csharp_using_sscli): For -l option,
8133                 add a .dll suffix.
8134                 Reported by Mark Junker <mjscod@gmx.de>.
8135
8136         2006-06-17  Bruno Haible  <bruno@clisp.org>
8137
8138                 * config.charset: Update for NetBSD 3.0.
8139
8140         2006-05-17  Bruno Haible  <bruno@clisp.org>
8141
8142                 Cygwin portability.
8143                 * localcharset.c (WIN32_NATIVE): Renamed from WIN32.
8144
8145         2006-05-16  Bruno Haible  <bruno@clisp.org>
8146
8147                 * localcharset.c [CYGWIN]: Include <windows.h>.
8148                 (get_charset_aliases): For Cygwin, return the same CPxxx
8149                 aliases list as under WIN32.
8150                 (locale_charset) [CYGWIN]: Try to retrieve the encoding from
8151                 the environment variables. Fall back to GetACP().
8152
8153         2006-04-05  Bruno Haible  <bruno@clisp.org>
8154
8155                 * config.charset: Update Juan Manuel Guerrero's address.
8156
8157         2005-02-12  Bruno Haible  <bruno@clisp.org>
8158
8159                 * allocsa.h: Add extern "C" for C++.
8160
8161         2005-02-10  Bruno Haible  <bruno@clisp.org>
8162
8163                 * allocsa.h (sa_alignof): Define differently with AIX xlc, to
8164                 avoid a bug of this compiler on AIX 3.2.5 dealing with enums.
8165
8166         2006-07-22  Bruno Haible  <bruno@clisp.org>
8167
8168                 * gettext.h: Update to GNU gettext-0.15.
8169
8170 2006-07-22  Bruno Haible  <bruno@clisp.org>
8171
8172         * config/srclist.txt: Resync printf-args.c, vasnprintf.c,
8173         localcharset.c, mkdtemp.c, config.rpath, lib-ld.m4, lib-link.m4,
8174         lib-prefix.m4, longdouble.m4, ssize_t.m4.
8175
8176 2006-07-21  Eric Blake  <ebb9@byu.net>
8177
8178         * modules/stdlib-safer: New file.
8179         * MODULES.html.sh (File stream based Input/Output): Add
8180         stdlib-safer.
8181
8182 2006-07-21  Eric Blake  <ebb9@byu.net>
8183
8184         * lib/stdlib-safer.h: New file from coreutils, required by
8185         stdlib--.h.
8186
8187 2006-07-20  Paul Eggert  <eggert@cs.ucla.edu>
8188
8189         * gnulib-tool (func_usage): Document --assume-autoconf='latest-stable'.
8190
8191 2006-07-20  Bruno Haible  <bruno@clisp.org>
8192
8193         * gnulib-tool: Recognize new option --assume-autoconf.
8194         (autoconf_minversion): New variable.
8195         (func_get_filelist): Use it to decide whether to add onceonly_2_57.m4.
8196
8197 2006-07-20  Bruno Haible  <bruno@clisp.org>
8198
8199         * MODULES.html.sh (func_all_modules): Add a missing func_begin_table.
8200
8201 2006-07-19  Derek R. Price  <derek@ximbiot.com>
8202
8203         * lib/getaddrinfo.h: Don't define unimplemented AI_* flags.
8204         Reindent and repaginate.
8205
8206 2006-07-19  Derek Price  <derek@ximbiot.com>
8207
8208         * doc/gnulib.texi (Libtool and Windows):  Eliminate passive voice.
8209         Correct grammar.
8210
8211 2006-07-17  Bruno Haible  <bruno@clisp.org>
8212
8213         * modules/list: New file.
8214         * modules/array-list: New file.
8215         * modules/carray-list, modules/carray-list-tests: New files.
8216         * modules/linked-list, modules/linked-list-tests: New files.
8217         * modules/avltree-list, modules/avltree-list-tests: New files.
8218         * modules/rbtree-list, modules/rbtree-list-tests: New files.
8219         * modules/linkedhash-list, modules/linkedhash-list-tests: New files.
8220         * modules/avltreehash-list, modules/avltreehash-list-tests: New files.
8221         * modules/rbtreehash-list, modules/rbtreehash-list-tests: New files.
8222         * modules/oset: New file.
8223         * modules/array-oset: New file.
8224         * modules/avltree-oset, modules/avltree-oset-tests: New files.
8225         * modules/rbtree-oset, modules/rbtree-oset-tests: New files.
8226         * tests/test-carray_list.c: New file.
8227         * tests/test-linked_list.c: New file.
8228         * tests/test-avltree_list.c: New file.
8229         * tests/test-rbtree_list.c: New file.
8230         * tests/test-linkedhash_list.c: New file.
8231         * tests/test-avltreehash_list.c: New file.
8232         * tests/test-rbtreehash_list.c: New file.
8233         * tests/test-avltree_oset.c: New file.
8234         * tests/test-rbtree_oset.c: New file.
8235         * MODULES.html.sh (Container data structures): New section.
8236
8237 2006-07-17  Bruno Haible  <bruno@clisp.org>
8238
8239         * m4/gl_list.m4: New file.
8240
8241 2006-07-17  Bruno Haible  <bruno@clisp.org>
8242
8243         * lib/gl_list.h: New file.
8244         * lib/gl_list.c: New file.
8245         * lib/gl_array_list.h: New file.
8246         * lib/gl_array_list.c: New file.
8247         * lib/gl_carray_list.h: New file.
8248         * lib/gl_carray_list.c: New file.
8249         * lib/gl_linked_list.h: New file.
8250         * lib/gl_linked_list.c: New file.
8251         * lib/gl_anylinked_list1.h: New file.
8252         * lib/gl_anylinked_list2.h: New file.
8253         * lib/gl_avltree_list.h: New file.
8254         * lib/gl_avltree_list.c: New file.
8255         * lib/gl_anyavltree_list1.h: New file.
8256         * lib/gl_anyavltree_list2.h: New file.
8257         * lib/gl_rbtree_list.h: New file.
8258         * lib/gl_rbtree_list.c: New file.
8259         * lib/gl_anyrbtree_list1.h: New file.
8260         * lib/gl_anyrbtree_list2.h: New file.
8261         * lib/gl_anytree_list1.h: New file.
8262         * lib/gl_anytree_list2.h: New file.
8263         * lib/gl_linkedhash_list.h: New file.
8264         * lib/gl_linkedhash_list.c: New file.
8265         * lib/gl_anyhash_list1.h: New file.
8266         * lib/gl_anyhash_list2.h: New file.
8267         * lib/gl_avltreehash_list.h: New file.
8268         * lib/gl_avltreehash_list.c: New file.
8269         * lib/gl_rbtreehash_list.h: New file.
8270         * lib/gl_rbtreehash_list.c: New file.
8271         * lib/gl_anytreehash_list1.h: New file.
8272         * lib/gl_anytreehash_list2.h: New file.
8273
8274         * lib/gl_oset.h: New file.
8275         * lib/gl_oset.c: New file.
8276         * lib/gl_array_oset.h: New file.
8277         * lib/gl_array_oset.c: New file.
8278         * lib/gl_avltree_oset.h: New file.
8279         * lib/gl_avltree_oset.c: New file.
8280         * lib/gl_rbtree_oset.h: New file.
8281         * lib/gl_rbtree_oset.c: New file.
8282         * lib/gl_anytree_oset.h: New file.
8283
8284 2006-07-16  Paul Eggert  <eggert@cs.ucla.edu>
8285
8286         * m4/mkancesdirs.m4: New file.
8287         * m4/mkdir-p.m4 (gl_MKDIR_PARENTS): Mention dirchownmod.c,
8288         dirchownmod.h.  Don't require AC_FUNC_ALLOCA, gl_AFS, gl_CHDIR_SAFER;
8289         no longer needed.  Require gl_FUNC_LCHOWN, since dirchownmod.c needs
8290         it.
8291
8292 2006-07-16  Paul Eggert  <eggert@cs.ucla.edu>
8293
8294         * lib/dirchownmod.c, lib/dirchownmod.h, lib/mkancesdirs.c:
8295         * lib/mkancesdirs.h: New files.
8296         * lib/mkdir-p.c: Don't include alloca.h, stdio.h, sys/types.h,
8297         unistd.h, string.h, chdir-safer.h, dirname.h, lchmod.h, lchown.h,
8298         save-cwd.h.  Instead, include dirchownmod.h and mkancesdirs.h.
8299         (make_dir_parents): New args MAKE_ANCESTOR, OPTIONS, ANNOUNCE,
8300         MODE_BITS.  Remove options VERBOSE_FMT_STRING, CWD_ERRNO.  All
8301         callers changed.  Revamp internals significantly, by not
8302         attempting to create directories that are temporarily more
8303         permissive than the final results.  Do not attempt to use
8304         save_cwd/restore_cwd; it isn't worth it for mkdir and install.
8305         This removes some race conditions, fixes some bugs, and simplifies
8306         things.  Use new dirchownmod function to do owner and mode changes.
8307         * lib/mkdir-p.h: Likewise.
8308         * lib/modechange.c (octal_to_mode): New function.
8309         (struct mode_change): New member mentioned.
8310         (make_node_op_equals): New arg mentioned.  All callers changed.
8311         (mode_compile): Keep track of which mode bits the user has explicitly
8312         mentioned.
8313         (mode_adjust): New arg DIR, so that we implement the X op correctly.
8314         New arg PMODE_BITS, to keep track of which mode bits the user
8315         mentioned; it treats S_ISUID and S_ISGID speciall.
8316         All callers changed.
8317         * lib/modechange.h: Likewise.
8318
8319 2006-07-16  Paul Eggert  <eggert@cs.ucla.edu>
8320
8321         * MODULES.html.sh: Add mkancestors.
8322         * modules/mkancesdirs: New module.
8323         * modules/mkdir-p (Files): Remove lib/chdir-safer.c, lib/chdir-safer.h,
8324         lib/same-inode.h, m4/afs.m4, m4/chdir-safer.m4.
8325         The chdir-safer and afs files are now orphans; I'll remove them
8326         unless someone speaks up.
8327         Add lib/dirchownmod.c, lib/dirchownmod.h.
8328         (Depends-on): Remove alloca, chown, save-cwd, dirname.
8329         Add lchown, mkancesdirs.
8330         (Maintainer): Add self.
8331
8332 2006-07-15  Karl Berry  <karl@gnu.org>
8333
8334         * gnulib-tool: help message wording/arrangement.
8335
8336 2006-07-14  Simon Josefsson  <jas@extundo.com>
8337
8338         * doc/gnulib.texi (Libtool and Windows): New section.
8339
8340 2006-07-12  Simon Josefsson  <jas@extundo.com>
8341
8342         * modules/gendocs (License): Fix license, approved by Karl.
8343
8344 2006-07-12  Eric Blake  <ebb9@byu.net>
8345
8346         * MODULES.html.sh: Add gendocs.
8347
8348 2006-07-11  Eric Blake  <ebb9@byu.net>
8349
8350         * modules/fdl: New module, to install doc/fdl.texi.
8351         * MODULES.html.sh: Add new section for documentation modules.
8352         * gnulib-tool: Avoid space-tab.
8353         (--doc-base): New option, to manage files from doc.
8354
8355 2006-07-11  Eric Blake  <ebb9@byu.net>
8356
8357         * m4/absolute-header.m4: Fix comments to match recent change.
8358
8359 2006-07-11  Eric Blake  <ebb9@byu.net>
8360
8361         * gnulib-tool: List --doc-base before --tests-base.
8362
8363 2006-07-11  Derek R. Price  <derek@ximbiot.com>
8364
8365         * lib/glob.c: s/NAMLEN/_D_EXACT_NAMLEN/.
8366
8367 2006-07-11  Bruno Haible  <bruno@clisp.org>
8368
8369         * README: Mention where to put documentation.
8370
8371 2006-07-10  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
8372
8373         * doc/functions.texi, gnulib-tool.texi, gnulib.texi: Fix some typos.
8374
8375 2006-07-10  Paul Eggert  <eggert@cs.ucla.edu>
8376
8377         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Like today's change
8378         to stdint.m4.
8379
8380 2006-07-10  Paul Eggert  <eggert@cs.ucla.edu>
8381
8382         * m4/stdint.m4 (gl_STDINT_H): Like yesterday's change to
8383         absolute-header.m4.  Also, set ABSOLUTE_STDINT_H to a string
8384         "no/such/file/stdint.h" when there is no such file, so that
8385         the resulting C code can be parsed by dodgy compilers.
8386         Problems reported by Bob Proulx.
8387
8388 2006-07-10  Derek R. Price  <derek@ximbiot.com>
8389
8390         * lib/backupfile.c, dirfd.h, fts.c, getcwd.c, glob.c, glob_.h:
8391         Ignore the obsolescent !HAVE_DIRENT_H case.  Consolidate NAMLEN
8392         macros into the GNU _D_EXACT_NAMLEN.
8393         * lib/savedir.c:  Likewise.
8394         (savedirstream): Use _D_EXACT_NAMLEN in preference to strlen.
8395
8396 2006-07-10  Derek R. Price  <derek@ximbiot.com>
8397         and Paul Eggert  <eggert@cs.ucla.edu>
8398
8399         * m4/backupfile.m4, d-ino.m4, d-type.m4, dirfd.m4, fts.m4, getcwd.m4:
8400         * m4/savedir.m4:
8401         Ignore the obsolescent !HAVE_DIRENT_H case.  Consolidate NAMLEN
8402         macros into the GNU _D_EXACT_NAMLEN.
8403
8404 2006-07-09  Paul Eggert  <eggert@cs.ucla.edu>
8405
8406         * m4/absolute-header.m4 (gl_ABSOLUTE_HEADER): Use "" rather than <>
8407         around the absolute name, to work around a problem with the HP-UX
8408         11.23 native C compiler, reported by Bob Proulx.
8409
8410 2006-07-09  Paul Eggert  <eggert@cs.ucla.edu>
8411
8412         * doc/maintain.texi, make-stds.texi: Sync from
8413         <http://savannah.gnu.org/projects/gnustandards>.
8414
8415 2006-07-09  Paul Eggert  <eggert@cs.ucla.edu>
8416
8417         * build-aux/depcomp, build-aux/install-sh: Sync from Automake.
8418
8419 2006-07-09  Jim Meyering  <jim@meyering.net>
8420
8421         * m4/glob.m4: Remove a doubled word in a comment.
8422
8423 2006-07-09  Jim Meyering  <jim@meyering.net>
8424
8425         * lib/argp-pv.c: Remove a doubled word in a comment.
8426         * lib/check-version.c (check_version): Likewise.
8427         * lib/javacomp.c (compile_java_class): Likewise.
8428
8429 2006-07-08  Paul Eggert  <eggert@cs.ucla.edu>
8430
8431         * gnulib-tool (func_get_filelist): Don't echo m4/onceonly_2_57.m4,
8432         for the benefit of people using Autoconf 2.60.  If you want to
8433         support older Autoconf versions you can copy m4/onceonly_2_57.m4
8434         (or m4/onceonly.m4, if pre-2.57) manually.
8435
8436 2006-07-08  Jim Meyering  <jim@meyering.net>
8437
8438         * m4/link-follow.m4: Remove one of two adjacent "whether"s in a
8439         comment.
8440         * m4/getopt.m4: Remove one of two adjacent "your"s in a comment.
8441         * m4/regex.m4 (gl_REGEX): Remove one of two adjacent "the"s in a
8442         comment.
8443
8444 2006-07-08  Jim Meyering  <jim@meyering.net>
8445
8446         * lib/getndelim2.h (getndelim2): Remove doubled "after" in comment.
8447
8448 2006-07-07  Simon Josefsson  <jas@extundo.com>
8449
8450         * tests/test-crc.c: Change expected crc value, the test vector
8451         were probably computed using the old broken crc.c?
8452
8453 2006-07-06  Simon Josefsson  <jas@extundo.com>
8454
8455         * modules/sys_socket (Files): Add m4/sockpfaf.m4 (this module is
8456         now the canonical place for the M4 file).
8457
8458         * modules/getaddrinfo (Files): Remove m4/sockpfaf.m4, we get it
8459         from the sys_socket dependency now.
8460
8461         * modules/inet_pton (Files): Ditto.
8462
8463         * modules/inet_ntop (Files): Ditto.
8464
8465 2006-07-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny change)
8466
8467         * modules/getusershell (configure.ac): Use gl_FUNC_GETUSERSHELL,
8468         not gl_PREREQ_GETUSERSHELL.
8469
8470 2006-07-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
8471
8472         * m4/_inttypes_h.m4 (gl_INTTYPES_H): Use AC_CHECK_DECLS_ONCE
8473         with only one argument, for Autoconf 2.60.
8474         * m4/fileblocks.m4 (gl_PREREQ_FILEBLOCKS): AC_CHECK_DECLS_ONCE may
8475         expand to nothing, so add a shell command to avoid syntax error.
8476         * m4/getpass.m4 (gl_PREREQ_GETPASS): Likewise.
8477
8478 2006-07-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
8479
8480         * lib/strtod.c (strtod): cast the argument of tolower to unsigned char.
8481
8482 2006-07-06  Paul Eggert  <eggert@cs.ucla.edu>
8483
8484         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Don't check for getenv decl;
8485         no longer needed.  Check for isblank decl.
8486         * m4/mkstemp.m4 (gl_PREREQ_TEMPNAME): Don't check for getenv decl.
8487         * m4/regex.m4 (gl_PREREQ_REGEX): Dheck for isblank decl instead
8488         of existence.
8489
8490 2006-07-06  Paul Eggert  <eggert@cs.ucla.edu>
8491
8492         * lib/getloadavg.c: Use __VMS, not VMS.
8493         * lib/getopt.c: Likewise.
8494         * lib/getpagesize.h: Likewise.
8495         * lib/glob.c: Remove most VMS cruft; it hasn't been tested for a while
8496         and probably does not work.
8497
8498 2006-07-06  Paul Eggert  <eggert@cs.ucla.edu>
8499
8500         * lib/.cppi-disable: Add wcwidth.
8501         * lib/fnmatch.c (ISBLANK): Remove.  All uses changed to isblank.
8502         (isblank) [! (defined isblank || HAVE_DECL_ISBLANK)]: New macro.
8503         (ISGRAPH): Remove.  All uses changed to isgraph.
8504         (FOLD) [!defined _LIBC]: Remove special case.
8505         * lib/getdate.y (lookup_word): Remove no-longer-needed call to islower.
8506         * lib/regex_internal.h (isblank): Depend on HAVE_DECL_ISBLANK, not
8507         HAVE_ISBLANK.
8508         * lib/strftime.c (TOLOWER, TOUPPER) [!defined _LIBC]: Remove special
8509         case.
8510
8511 2006-07-06  Jim Hyslop  <jhyslop@dreampossible.ca>  (tiny change)
8512
8513         * lib/getaddrinfo.c: Changes to compile under MSVC6: changed
8514         '#if WIN32_NATIVE' to '#ifdef' & moved WSAAPI macro inside
8515         brackets.  Other minor changes to suppress some compiler
8516         warnings.
8517
8518 2006-07-06  Derek R. Price  <derek@ximbiot.com>
8519         and Paul Eggert  <eggert@cs.ucla.edu>
8520
8521         * m4/backupfile.m4 (gl_BACKUPFILE): Check for dirent.h, instead
8522         of invoking obsolescent AC_HEADER_DIRENT macro.
8523         * m4/d-ino.m4 (gl_CHECK_TYPE_STRUCT_DIRENT_D_INO): Likewise.
8524         * m4/d-type.m4 (gl_CHECK_TYPE_STRUCT_DIRENT_D_TYPE): Likewise.
8525         * m4/dirfd.m4 (gl_FUNC_DIRFD): Likewise.
8526         * m4/fts.m4 (gl_FUNC_FTS_CORE): Likewise.
8527         * m4/getcwd.m4 (gl_PREREQ_GETCWD): Likewise.
8528         * m4/glob.m4 (gl_PREREQ_GLOB): Likewise.
8529         * m4/savedir.m4 (gl_SAVEDIR): Likewise.
8530         * m4/readdir.m4: Remove; no longer needed.
8531
8532 2006-07-06  Derek R. Price  <derek@ximbiot.com>
8533         and Paul Eggert  <eggert@cs.ucla.edu>
8534
8535         * lib/backupfile.c [HAVE_DIRENT_H && ! HAVE_NDIR_H]:
8536         Don't worry about this obsolete case any more.
8537         (HAVE_DIR): Remove.  All uses removed; we now assume you can read
8538         directories.
8539         * lib/dirfd.h [HAVE_DIRENT_H && ! HAVE_NDIR_H]: Don't
8540         worry about this obsolete case any more.
8541         * lib/fts.c: Likewise.
8542         * lib/getcwd.c: Likewise.
8543         * lib/glob.h: Likewise.
8544         * lib/savedir.c: Likewise.
8545
8546 2006-07-05  Paul Eggert  <eggert@cs.ucla.edu>
8547
8548         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Use AC_CHECK_DECLS_ONCE
8549         rather than AC_CHECK_DECLS for strtoimax and strtoumax.
8550         * m4/getusershell.m4 (gl_PREREQ_GETUSERSHELL): Remove; no longer
8551         needed.
8552         All uses removed.
8553         * m4/strtol.m4 (gl_PREREQ_STRTOL): Likewise.
8554         * m4/strtoul.m4 (gl_PREREQ_STRTOUL): Likewise.
8555         * m4/exclude.m4 (gl_EXCLUDE): Don't check for isascii; no longer
8556         needed.
8557         * m4/getdate.m4 (gl_GETDATE): Likewise.
8558         * m4/getusershell.m4 (gl_PREREQ_GETUSERSHELL): Likewise.
8559         * m4/memcasecmp.m4 (gl_MEMCASECMP): Likewise.
8560         * m4/strtod.m4 (gl_FUNC_STRTOD): Likewise.
8561         * m4/strtol.m4 (gl_PREREQ_STRTOL): Likewise.
8562         * m4/strtoul.m4 (gl_PREREQ_STRTOUL): Likewise.
8563         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Likewise.
8564         * m4/exclude.m4 (gl_EXCLUDE): Don't require AC_C_INLINE; no longer
8565         needed.
8566
8567 2006-07-05  Paul Eggert  <eggert@cs.ucla.edu>
8568
8569         * lib/memcasecmp.c: Include <limits.h>.
8570         (memcasecmp): Don't assume UCHAR_MAX <= INT_MAX.
8571         * lib/strtod.c (strtod): Don't assume isspace works on negative chars.
8572         Don't assume isdigit succeeds only on '0' through '9'.
8573
8574 2006-07-05  Eric Blake  <ebb9@byu.net>
8575
8576         * modules/getaddrinfo (Depends-on): Add snprintf.
8577
8578 2006-07-05  Eric Blake  <ebb9@byu.net>
8579
8580         * m4/sockpfaf.m4 (gl_SOCKET_FAMILIES): Use gl_HEADER_SYS_SOCKET
8581         to avoid 'header present but could not be compiled' on cygwin.
8582
8583 2006-07-05  Eric Blake  <ebb9@byu.net>
8584
8585         * lib/getaddrinfo.h (NI_NUMERICHOST, NI_NUMERICSERV): Define if
8586         missing from netdb.h.
8587         * lib/getaddrinfo.c (includes): Include inet_ntop and snprintf.
8588
8589 2006-07-05  Derek R. Price  <derek@ximbiot.com>
8590
8591         * m4/calloc.m4 (_AC_FUNC_CALLOC_IF): Don't require AC_HEADER_STDC;
8592         no longer needed.
8593         * m4/exclude.m4 (gl_EXCLUDE): Likewise.
8594         * m4/getdate.m4 (gl_GETDATE): Likewise.
8595         * m4/getusershell.m4 (gl_PREREQ_GETUSERSHELL): Likewise.
8596         * m4/memcasecmp.m4 (gl_MEMCASECMP): Likewise.
8597         * m4/strtod.m4 (gl_FUNC_STRTOD): Likewise.
8598         * m4/strtol.m4 (gl_PREREQ_STRTOL): Likewise.
8599         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Likewise.
8600
8601 2006-07-05  Derek R. Price  <derek@ximbiot.com>
8602
8603         * lib/exclude.c (IN_CTYPE_DOMAIN, is_space): Remove; no longer needed.
8604         All uses of is_space replaced by isspace.
8605         * lib/exit.h: Don't talk about STDC_HEADERS.
8606         * lib/fnmatch.c (ISASCII): Remove; no longer needed.  All uses removed.
8607         (ISPRINT, ISDIGIT, ISALNUM, ISALPHA, ISCNTRL, ISLOWER, ISPUNCT):
8608         (ISSPACE, ISUPPER, ISXDIGIT): Remove; no longer needed.  All uses
8609         replaced by isprint etc.
8610         * lib/getdate.y (IN_CTYPE_DOMAIN, ISSPACE, ISALPHA, ISLOWER): Likewise.
8611         * lib/getusershell.c (IN_CTYPE_DOMAIN, ISSPACE): Likewise.
8612         * lib/memcasecmp.c (IN_CTYPE_DOMAIN, ISLOWER, TOUPPER): Likewise.
8613         * lib/strtod.c (IN_CTYPE_DOMAIN, ISSPACE, ISDIGIT, TOLOWER): Likewise.
8614         * lib/strtol.c (IN_CTYPE_DOMAIN): Likewise.
8615         * lib/xstrtol.c (IN_CTYPE_DOMAIN, ISSPACE): Likewise.
8616
8617 2006-07-05  Bruno Haible  <bruno@clisp.org>
8618
8619         * m4/strndup.m4 (gl_FUNC_STRNDUP): When cross-compiling, check whether
8620         the function exists, before testing against AIX.
8621         Reported by Martin Lambers <marlam@marlam.de>.
8622
8623 2006-07-04  Paul Eggert  <eggert@cs.ucla.edu>
8624
8625         * modules/cycle-check (lib_SOURCES): Add same-inode.h.
8626         From Mark D. Baushke.
8627
8628 2006-07-04  Paul Eggert  <eggert@cs.ucla.edu>
8629
8630         * m4/absolute-header.m4 (gl_ABSOLUTE_HEADER): Prepend three slashes
8631         to the absolute name, not just one, to bypass Sun C 5.8's
8632         "warning: #include of /usr/include/... may be non-portable".
8633
8634 2006-07-04  Eric Blake  <ebb9@byu.net>
8635
8636         * modules/dirname-tests: New test module.
8637         * tests/test-dirname.c: New file, replacing dirname.c
8638         TEST_DIRNAME section that was recently deleted.
8639
8640 2006-07-04  Bruno Haible  <bruno@clisp.org>
8641
8642         Assume ANSI C header files and <ctype.h> functions.
8643         * lib/mbswidth.c (IN_CTYPE_DOMAIN, ISPRINT, ISCNTRL): Remove macros.
8644         (mbsnwidth): Use isprint, iscntrl instead.
8645
8646 2006-07-03  Paul Eggert  <eggert@cs.ucla.edu>
8647
8648         Merge from coreutils.
8649         * MODULES.html.sh: Add xstrtold.
8650         * modules/xstrtold: New file.
8651         * modules/cycle-check (Files): Add lib/same-inode.h.
8652         * modules/dirname (Files): Add m4/double-slash-root.m4.
8653         * modules/getcwd (Files): Add m4/getcwd-abort-bug.m4.
8654         * modules/mkdir-p (Files): Add lib/same-inode.h.
8655         * modules/same (Files): Add lib/same-inode.h.
8656
8657 2006-07-03  Paul Eggert  <eggert@cs.ucla.edu>
8658
8659         * m4/absolute-header.m4: Renamed from full-header-path.m4.
8660         This is to keep the terminology clean; POSIX talks about
8661         "absolute pathnames", not "full pathnames", but the GNU
8662         Coding Standards say to use "path" for something else;
8663         so use "absolute" to keep both sides happy.
8664         (gl_ABSOLUTE_HEADER): Renamed from gl_FULL_HEADER_PATH.
8665         Set gl_absolute_header, not gl_full_header_path.
8666         Set gl_cv_absolute_<header>, not gl_full_path_<header>.
8667         Define ABSOLUTE_<HEADER>, not FULL_PATH_<HEADER>.
8668         All uses changed.
8669
8670         Merge from coreutils.
8671
8672         2006-06-30  Paul Eggert  <eggert@cs.ucla.edu>
8673
8674         * m4/c-strtod.m4 (gl_C_STRTOLD): Add c-strtod.c to LIBSOURCES.
8675         Require gl_USE_SYSTEM_EXTENSIONS, not gl_C_STRTOD, since we don't
8676         want to require the building of c-strtod.o.
8677         * m4/lib-check.m4 (cu_LIB_CHECK): Remove SEQ_LIBM, since seq no longer
8678         needs -lm directly.
8679         * m4/xstrtod.m4 (gl_XSTRTOLD): New macro.
8680
8681         2006-06-19  Paul Eggert  <eggert@cs.ucla.edu>
8682
8683         * m4/lib-ignore.m4 (gl_IGNORE_UNUSED_LIBRARIES): Prefer binutils's
8684         --as-needed option if available.  Problem reported by Albert Chin in
8685         <http://lists.gnu.org/archive/html/bug-gnulib/2006-06/msg00114.html>.
8686         However, use -Wl,--as-needed, not bare --as-needed, since HP-UX 11.11
8687         cc merely issues a bunch of annoying warnings for --as-needed
8688         (this problem was reported by Bob Proulx).  Also, try linking with
8689         -lm to detect a bug in binutils 2.16 (this problem was reported
8690         by Ralf Wildenhues).
8691
8692         2006-06-18  Jim Meyering  <jim@meyering.net>
8693
8694         Test for a bug that causes glibc's getcwd to suffer a failed assertion.
8695         * m4/getcwd-abort-bug.m4 (gl_FUNC_GETCWD_ABORT_BUG): New file and
8696         macro.
8697         * m4/getcwd.m4 (gl_FUNC_GETCWD): If we detect support for getcwd_null,
8698         also check for glibc-2.4's abort-inducing bug.
8699
8700         * m4/getcwd-path-max.m4 (gl_FUNC_GETCWD_PATH_MAX): Fix typo.
8701         Low-probability clean-up should be to use rmdir to get rid of
8702         the just-created directory, not unlink.
8703
8704         * m4/ftruncate.m4 (gl_FUNC_FTRUNCATE): If ftruncate is missing, make
8705         configure fail, and request a bug report to inform us about it.
8706         Add a comment that, barring reports to the contrary, in 2007 we'll
8707         assume ftruncate is universally available.
8708
8709         2006-04-17  Paul Eggert  <eggert@cs.ucla.edu>
8710
8711         * m4/filemode.m4 (gl_FILEMODE): Check for strmode declaration.
8712
8713         2006-03-12  Jim Meyering  <jim@meyering.net>
8714
8715         * m4/chdir-safer.m4 (gl_CHDIR_SAFER): Add same-inode.h to the list.
8716         * m4/cycle-check.m4 (gl_CYCLE_CHECK): Likewise.
8717         * m4/same.m4 (gl_SAME): Likewise.
8718         * m4/root-dev-ino.m4 (gl_ROOT_DEV_INO): Likewise.
8719
8720         2006-03-11  Eric Blake  <ebb9@byu.net>
8721
8722         * m4/double-slash-root.m4: New file, provides gl_DOUBLE_SLASH_ROOT.
8723         * m4/dirname.m4 (gl_DIRNAME): Use gl_DOUBLE_SLASH_ROOT.
8724         * m4/dos.m4 (FILE_SYSTEM_PREFIX_LEN): Move from here to dirname.h.
8725         (FILE_SYSTEM_DRIVE_PREFIX_CAN_BE_RELATIVE): New define.
8726
8727 2006-07-03  Paul Eggert  <eggert@cs.ucla.edu>
8728
8729         * lib/stdint_.h: Include <sys/types.h> after @FULL_PATH_STDINT_H@, for
8730         MacOS X 10.4.6.  Don't mention <sys/int_types.h>.  Problems
8731         reported by Mark D. Baushke, one in
8732         <http://lists.gnu.org/archive/html/bug-gnulib/2006-07/msg00015.html>.
8733
8734         Merge from coreutils.
8735
8736         * lib/.cppi-disable: Add stdint_.h.
8737         * lib/.cvsignore: Add stdint.h.
8738
8739         2006-06-30  Paul Eggert  <eggert@cs.ucla.edu>
8740
8741         * lib/xstrtod.c (XSTRTOD, DOUBLE): New macros, so that we can support
8742         both double and long double versions.
8743         (XSTRTOD): Renamed from xstrtod.  Use DOUBLE internally.
8744         * lib/xstrtold.c: New file.
8745         * lib/xstrtod.h (xstrtold): New decl.
8746
8747         2006-05-22  Paul Eggert  <eggert@cs.ucla.edu>
8748
8749         * lib/filemode.c (setst): Remove.
8750         (strmode): Rewrite to avoid setst.  This makes the code shorter,
8751         (arguably) clearer, and the generated code is a bit smaller on my
8752         Debian GNU/Linux stable x86 host.
8753
8754         2006-04-17  Paul Eggert  <eggert@cs.ucla.edu>
8755
8756         * lib/filemode.c: Include "filemode.h" first, to test the interface.
8757         Assume that filemode.h includes sys/types.h and sys/stat.h.
8758         (HAVE_ST_DM_MODE): New macro, moved here from ls.c.
8759         (ftypelet): Reorder to put common cases first, for efficiency.
8760         Add 'P', 'w'.  Remove 'M', since it's now the caller's responsibility
8761         to do 'M'.
8762         (strmode): Renamed from mode_string, and now stores 12 bytes instead
8763         of 10, for compatibility with FreeBSD.  All callers changed.
8764         (filemodestring): Now stores 12 bytes instead of 10, and sets file
8765         types that can't be deduced solely from st_mode.  First arg is now a
8766         const pointer.
8767         * lib/filemode.h (HAVE_DECL_STRMODE): Include <string.h> for strmode.
8768         (strmode): Renamed from mode_string.
8769         (filemodestring): New decl.
8770         * lib/stat-macros.h: Don't undef S_ISDOOR, since it's never buggy.
8771         (S_ISDOOR): Don't bother with S_IFDOOR, since that code is never
8772         needed.
8773         (S_ISPORT, S_ISWHT): New macros, if not already defined.
8774
8775         2006-04-12  Paul Eggert  <eggert@cs.ucla.edu>
8776
8777         * lib/fsusage.c: Don't include <inttypes.h> or <stdint.h>, since
8778         fsusage.h now does that.  Include fsusage.h first, to test interface.
8779         Prefer statvfs if it works, since it's blessed by POSIX.  Attempt
8780         at most one method (the old code could have generated decls that
8781         didn't conform to C89, not that this was ever exercised).
8782         * lib/fsusage.h: Include <inttypes.h> and <stdint.h> if they exist.
8783
8784         2006-03-19  Jim Meyering  <jim@meyering.net>
8785
8786         Work even in a chroot where d_ino values for entries in "/"
8787         don't match the stat.st_ino values for the same names.
8788         * lib/getcwd.c (__getcwd): When no d_ino value matches the target inode
8789         number, iterate through all entries again, using lstat instead.
8790         Reported by Kenshi Muto in http://bugs.debian.org/355810, and by
8791         Zouhir Hafidi in https://bugzilla.redhat.com/bugzilla/190656.
8792
8793         * lib/getcwd.c (__getcwd): Clarify a comment.
8794         Use memcpy in place of a call to strcpy.
8795
8796         2006-03-12  Jim Meyering  <jim@meyering.net>
8797
8798         * lib/fts-cycle.c (leave_dir): If cycle-check's saved dev-ino pair
8799         matches that of the current directory (which we're about to chdir ".."
8800         out of), then save the dev-ino of the parent, instead.
8801
8802         * lib/same-inode.h (SAME_INODE): New file/macro.
8803         * lib/chdir-safer.c (SAME_INODE): Remove definition.
8804         Include "same-inode.h", instead.
8805         * lib/same.c: Likewise.
8806         * lib/cycle-check.h: Include "same-inode.h".
8807         (CYCLE_CHECK_REFLECT_CHDIR_UP): Define.
8808         * lib/cycle-check.c (SAME_INODE): Remove definition.
8809         * lib/root-dev-ino.h: Include "same-inode.h".
8810
8811         2006-03-11  Eric Blake  <ebb9@byu.net>
8812
8813         * lib/same.c (same_name): s/base_name/last_component/
8814         * lib/backupfile.c (check_extension, numbered_backup): Likewise.
8815         * lib/filenamecat.c (file_name_concat): Likewise.
8816
8817         2006-03-11  Eric Blake  <ebb9@byu.net>,
8818                     Paul Eggert  <eggert@cs.ucla.edu>
8819
8820         * lib/dirname.h (FILE_SYSTEM_PREFIX_LEN): Move here from dos.m4.
8821         [FILE_SYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX]: Don't treat 1: as a
8822         drive prefix.
8823         (IS_ABSOLUTE_FILE_NAME): Treat all drive letters as absolute on
8824         platforms like cygwin with FILE_SYSTEM_DRIVE_PREFIX_IS_ABSOLUTE.
8825         (last_component): New method.
8826         * lib/dirname.c (dir_len): Determine when drive letters need a
8827         subsequent slash.  Preserve // when it is special.
8828         (dir_name): Don't append dot when drive letter is absolute.
8829         [TEST_DIRNAME]: Move into a full-blown gnulib test.
8830         * lib/basename.c (base_name): New semantics - malloc the result.
8831         Preserve // when it is special.  Preserve relative files that look
8832         like drive letters.
8833         (base_len): Preserve // when it is special.
8834         (last_component): New method, similar to old base_name semantics.
8835         * lib/stripslash.c (strip_trailing_slashes): Use last_component, not
8836         base_name.  Strip redundant slashes from ///.
8837
8838 2006-07-03  Jim Meyering  <jim@meyering.net>
8839
8840         * lib/cycle-check.h (CYCLE_CHECK_REFLECT_CHDIR_UP): Abort if this
8841         macro is used before the first cycle_check call.
8842
8843 2006-07-03  Eric Blake  <ebb9@byu.net>
8844
8845         * modules/dirname (Depends-on): Add xstrndup.
8846
8847 2006-07-02  Paul Eggert  <eggert@cs.ucla.edu>
8848
8849         * m4/stdint.m4 (gl_STDINT_H): Use more-mnemonic identifiers for
8850         test cases, so that config.log is a bit easier to follow.
8851
8852 2006-07-02  Paul Eggert  <eggert@cs.ucla.edu>
8853
8854         * lib/stdint_.h (intmax_t, uintmax_t): Prefer long to long long if
8855         both are 64 bits, since this seems to be the tradition, and this
8856         prevents gcc -Wformat from warning about usages with PRIuMAX.  If
8857         we ever run into a host that prefers long long to long in this
8858         case, we'll need another configure-time test.  Problem reported by
8859         Jim Meyering.
8860
8861 2006-07-02  Eric Blake  <ebb9@byu.net>
8862
8863         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Simplify by using AC_CHECK_DECLS.
8864
8865 2006-07-01  Paul Eggert  <eggert@cs.ucla.edu>
8866
8867         * modules/inttypes (Depends-on): No longer depends on stdint.
8868         * modules/stdint (Description): Say more about assumptions.
8869         Say that the fast types might differ.  Say macros are used.
8870         (Files): Remove m4/size_max.m4, m4/wchar_t.m4.  Add m4/longlong.m4.
8871         (Makefile.am): Revise list of substituted symbols to match
8872         new stdint.m4.
8873         * modules/stdint-tests (Files): Add m4/wchar_t.m4, m4/wint_t.m4.
8874         (configure.ac): Add gt_TYPE_WCHAR_T, gt_TYPE_WINT_T.
8875         * tests/test-stdint.c (verify_same_types)
8876         [! (__GNUC__ >= 2 && DO_PEDANTIC)]: Put in a decl, so that
8877         the code conforms to C99/C89.
8878         Test for WCHAR_MIN and WCHAR_MAX only if HAVE_WCHAR_T.
8879         Test for WINT_MIN and WINT_MAX only if HAVE_WINT_T.
8880
8881 2006-07-01  Paul Eggert  <eggert@cs.ucla.edu>
8882
8883         * m4/longlong.m4 (AC_TYPE_LONG_LONG_INT): Backport from Autoconf 2.60,
8884         but fix a bug, by requiring at least 64 bits.
8885         * m4/ulonglong.m4 (AC_TYPE_UNSIGNED_LONG_LONG_INT): Likewise.
8886         * m4/longlong.m4 (gl_AC_TYPE_LONG_LONG): Now just call
8887         AC_TYPE_LONG_LONG_INT.  This macro is obsolete and will go soon.
8888         * m4/ulonglong.m4 (gl_AC_TYPE_UNSIGNED_LONG_LONG) Likewise.
8889
8890         * m4/stdint.m4 (gl_STDINT_H): Rewrite to accommodate stdint_.h
8891         changes.  Make 2.59 a prerequisite.  Check and substitute for
8892         HAVE_LONG_LONG_INT.  Rely on Autoconf to check for stdint.h and
8893         inttypes.h.  Do not use special include files; just use the
8894         defaults.  Check for sys/inttypes.h and sys/bitypes.h in the usual
8895         way now.  Remove no-longer-needed tests for HAVE_LONG_64BIT,
8896         HAVE_LONG_LONG_64BIT, int8_t, int16_t, int32_t, int64_t, uint8_t,
8897         uint16_t, uint32_t uint64_t, int_least8_t, int_least16_t,
8898         int_least32_t, int_least64_t, uint_least8_t, uint_least16_t,
8899         uint_least32_t, uint_least64_t, int_fast8_t, int_fast16_t,
8900         int_fast32_t, int_fast64_t, uint_fast8_t uint_fast16_t,
8901         uint_fast32_t, uint_fast64_t, intptr_t, uintptr_t, intmax_t,
8902         uintmax_t, INT8_MIN, INT8_MAX, UINT8_MAX, INT16_MIN, INT16_MAX,
8903         UINT16_MAX, INT32_MIN, INT32_MAX, UINT32_MAX, INT64_MIN,
8904         INT64_MAX, UINT64_MAX, INT_LEAST8_MIN, INT_LEAST8_MAX,
8905         UINT_LEAST8_MAX, INT_LEAST16_MIN, INT_LEAST16_MAX,
8906         UINT_LEAST16_MAX, INT_LEAST32_MIN, INT_LEAST32_MAX,
8907         UINT_LEAST32_MAX, INT_LEAST64_MIN, INT_LEAST64_MAX,
8908         UINT_LEAST64_MAX, INT_FAST8_MIN, INT_FAST8_MAX, UINT_FAST8_MAX,
8909         INT_FAST16_MIN, INT_FAST16_MAX, UINT_FAST16_MAX, INT_FAST32_MIN,
8910         INT_FAST32_MAX, UINT_FAST32_MAX, INT_FAST64_MIN, INT_FAST64_MAX,
8911         UINT_FAST64_MAX, INTPTR_MIN, INTPTR_MAX, UINTPTR_MAX, INTMAX_MIN,
8912         INTMAX_MAX, UINTMAX_MAX, PTRDIFF_MIN, PTRDIFF_MAX, SIG_ATOMIC_MIN,
8913         SIG_ATOMIC_MAX, SIZE_MAX, WCHAR_MIN, WCHAR_MAX, WINT_MIN,
8914         WINT_MAX.  Check for C99 conformance more strictly, by detecting
8915         bugs in glibc 2.4, Solaris 10, and OpenBSD 3.9.  On the other hand do
8916         not check for things that C99 does not require, e.g., int8_t.  If
8917         a test isn't needed unless <stdint.h> isn't working, and is
8918         unlikely to be needed for any other reason, then don't do it
8919         unless <stdint.h> isn't working.  Do not check for ptrdiff_t or
8920         size_t, since we assume C89 freestanding at least.  Do not check
8921         for sig_atomic_t, wchar_t, or wint_t, since the code now does
8922         the right thing even if the types are not defined.  Instead use:
8923         (gl_STDINT_TYPE_PROPERTIES): New macro.
8924         (gl_HEADER_STDINT_H, gl_HEADER_INTTYPES_H): Remove.  Don't bother
8925         testing whether <sys/types.h> clashes, as Autoconf does this for
8926         us now.  All uses removed.
8927         (gl_STDINT_CHECK_TYPES, gl_STDINT_MISSING_BOUND):
8928         (gl_STDINT_MISSING_BOUNDS, gl_STDINT_MISSING_BOUNDS2):
8929         (gl_CHECK_TYPE_SAME):
8930         Remove; no longer needed.
8931         (gl_STDINT_BITSIZEOF): Don't bother to check whether the type
8932         exists, since we'll return 0 anyway in that case.
8933         (gl_INTEGER_TYPE_SUFFIX, gl_STDINT_INCLUDES): New macros.
8934
8935 2006-07-01  Paul Eggert  <eggert@cs.ucla.edu>
8936
8937         * lib/stdint_.h (_GL_STDINT_H): Renamed from _STDINT_H, to avoid
8938         possible collision with system files.
8939         (<stdio.h>, <time.h>, <wchar.h>) [defined __cplusplus && ! defined
8940         __STDC_CONSTANT_MACROS)]: Do not include, since we don't need
8941         WCHAR_MIN and WCHAR_MAX in this case.
8942         (<stddef.h>): Do not include; no longer needed.
8943         (<sys/types.h>): Include if @HAVE_SYS_TYPES_H@, not if
8944         (defined(__OpenBSD__) || defined(__bsdi__) || defined(__sgi)).
8945         (<sys/inttypes.h>): Include if @HAVE_SYS_INTTYPES_H@ &&
8946         !@HAVE_INTTYPES_H@, not if (defined(__FreeBSD__)
8947         && (__FreeBSD__ >= 3) && (__FreeBSD__ <= 4)).
8948         (__STDINT_H__) [@HAVE_STDINT_H@ && defined __sgi && ! defined
8949         __c99]: Define, to work around IRIX <stdint.h> incompatibility.
8950         (@FULL_PATH_STDINT_H@) [!(defined(__sgi) && @HAVE_INTTYPES_H@ &&
8951         !defined(__c99))]: Include in this case too, since it's harmless
8952         now.
8953         (<inttypes.h>) [@HAVE_INTTYPES_H@]: Include, since it's no longer
8954         dangerous to do so.
8955         (@FULL_PATH_INTTYPES_H@) [(defined(__hpux) || defined(_AIX)) &&
8956         @HAVE_INTTYPES_H@]: Do not include, since we now include <inttypes.h>.
8957         (_STDINT_MIN, _STDINT_MAX): New macros.
8958         (int8_t, uint8_t, int16_t, uint16_t, int32_t, uint32_t, int64_t):
8959         (uint64_t, int_least8_t, uint_least8_t, int_least16_t):
8960         (uint_least16_t, int_least32_t, uint_least32_t, int_least64_t):
8961         (uint_least64_t, int_fast8_t, uint_fast8_t, int_fast16_t):
8962         (uint_fast16_t, int_fast32_t, uint_fast32_t, int_fast64_t):
8963         (uint_fast64_t, intptr_t, uintptr_t, intmax_t, uintmax_t): Now
8964         macros, not typedefs; this simplifies things quite a bit.
8965         Use long int for all types narrower than int64_t.
8966         (intmax_t, uintmax_t, INTMAX_C, UINTMAX_C):
8967         Define in terms of long long int or int64_t or long int,
8968         not int64_t or int32_t.  This saves some compile-time testing.
8969         (INT8_MIN, INT8_MAX, UINT8_MAX, INT16_MIN, INT16_MAX, UINT16_MAX):
8970         (INT32_MIN, INT32_MAX, UINT32_MAX, INT64_MIN, INT64_MAX):
8971         (UINT64_MAX, INT_LEAST8_MIN, INT_LEAST8_MAX, UINT_LEAST8_MAX):
8972         (INT_LEAST16_MIN, INT_LEAST16_MAX, UINT_LEAST16_MAX):
8973         (INT_LEAST32_MIN, INT_LEAST32_MAX, UINT_LEAST32_MAX):
8974         (INT_LEAST64_MIN, INT_LEAST64_MAX, UINT_LEAST64_MAX, INT_FAST8_MIN):
8975         (INT_FAST8_MAX, UINT_FAST8_MAX, INT_FAST16_MIN, INT_FAST16_MAX):
8976         (UINT_FAST16_MAX, INT_FAST32_MIN, INT_FAST32_MAX, UINT_FAST32_MAX):
8977         (INT_FAST64_MIN, INT_FAST64_MAX, UINT_FAST64_MAX, INTPTR_MIN):
8978         (INTPTR_MAX, UINTPTR_MAX, INTMAX_MIN, INTMAX_MAX, UINTMAX_MAX):
8979         (PTRDIFF_MIN, PTRDIFF_MAX, SIG_ATOMIC_MIN, SIG_ATOMIC_MAX):
8980         (SIZE_MAX, WCHAR_MIN, WCHAR_MAX, WINT_MIN, WINT_MAX):
8981         undef any previous version and define our own version, for
8982         simplicity and consistency with the new macros for types.
8983         (PTRDIFF_MIN, PTRDIFF_MAX, SIG_ATOMIC_MIN, SIG_ATOMIC_MAX):
8984         (SIZE_MAX, WCHAR_MIN, WCHAR_MAX, WINT_MIN, WINT_MAX):
8985         Simplify definitions by using _STDINT_MIN and _STDINT_MAX
8986         where appropriate.  Rely on new symbols @PTRDIFF_T_SUFFIX@,
8987         @SIG_ATOMIC_T_SUFFIX@, @SIZE_T_SUFFIX@, @WCHAR_T_SUFFIX@,
8988         @WINT_T_SUFFIX@ to keep things simple here.
8989         (UINT8_C, UINT16_C, UINT32_C, INT64_C, UINT64_C):
8990         Simplify by assuming typical 8/16/32/64 host, since we're
8991         already doing that elsewhere anyway.
8992         Use (LONG_MAX >> 31 >> 31 == 1) rather than @HAVE_LONG_64BIT@,
8993         and assume long long int is 64 bits if available.  This
8994         speeds up 'configure'.
8995
8996 2006-07-01  Eric Blake  <ebb9@byu.net>
8997
8998         * m4/stdarg.m4 (gl_STDARG_H): Use proper AH_VERBATIM.
8999         Reported by Andreas Buening.
9000
9001 2006-07-01  Eric Blake  <ebb9@byu.net>
9002
9003         * m4/stdarg.m4 (gl_STDARG_H): Properly parenthesize gl_va_copy.
9004
9005 2006-06-30  Jim Hyslop  <jhyslop@dreampossible.ca>  (tiny change)
9006
9007         * lib/getaddrinfo.c: fixed typo
9008
9009 2006-06-29  Jim Meyering  <jim@meyering.net>
9010
9011         * modules/strftime (Maintainer): Add my name, since with the
9012         FPRINTFTIME changes strftime.c has forked from glibc.
9013
9014 2006-06-29  Eric Blake  <ebb9@byu.net>
9015
9016         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Use AC_C_INLINE.
9017
9018 2006-06-29  Eric Blake  <ebb9@byu.net>
9019
9020         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): New file.
9021
9022 2006-06-29  Eric Blake  <ebb9@byu.net>
9023
9024         * lib/stat_.h: New file.
9025
9026 2006-06-29  Eric Blake  <ebb9@byu.net>
9027
9028         * lib/stat_.h (rpl_mkdir): Declare inline, to avoid warnings about
9029         unused static function.
9030
9031 2006-06-29  Eric Blake  <ebb9@byu.net>
9032
9033         * doc/functions.texi (Function Portability): Document missing lstat
9034         on mingw.
9035
9036 2006-06-29  Eric Blake  <ebb9@byu.net>
9037
9038         * MODULES.html.sh: Add sys_stat.
9039         * modules/sys_stat: New module.
9040         * modules/mkstemp (Depends-on): Add sys_stat.
9041
9042 2006-06-29  Derek R. Price  <derek@ximbiot.com>
9043
9044         * m4/strftime.m4: Don't call AC_FUNC_STRFTIME.
9045
9046 2006-06-29  Derek R. Price  <derek@ximbiot.com>
9047
9048         * m4/c-bs-a.m4: Removed.
9049
9050 2006-06-29  Derek R. Price  <derek@ximbiot.com>
9051
9052         * lib/strftime.c: Assume strftime() exists.
9053
9054 2006-06-29  Derek Price  <derek@ximbiot.com>
9055
9056         * modules/c-bs-a: Removed - \a is C89.
9057         * MODULES.html.sh: Remove c-bs-a.
9058
9059 2006-06-29  Bruno Haible  <bruno@clisp.org>
9060
9061         * modules/wcwidth (License): Change to LGPL.
9062
9063 2006-06-28  Simon Josefsson  <jas@extundo.com>
9064
9065         * tests/test-getaddrinfo.c: Test getnameinfo too.  Call WSAStartup
9066         on _WIN32.
9067
9068         * modules/getaddrinfo (Depends-on): Add inet_ntop, needed by
9069         getnameinfo.
9070
9071 2006-06-28  Simon Josefsson  <jas@extundo.com>
9072
9073         * m4/getaddrinfo.m4: Look for getnameinfo prototypes too.
9074
9075 2006-06-28  Simon Josefsson  <jas@extundo.com>
9076
9077         * lib/getaddrinfo.c: Try to load ws2_32.dll on Windows, to find the
9078         functions there.  It will succeed on Windows XP, but on Windows
9079         2000 and (presumably) earlier, it will fail, and use the internal
9080         re-implementation.
9081         (use_win32_p): New function.
9082         (getaddrinfo): Use strtoul on servname, to support numeric ports.
9083         Support AI_NUMERICSERV to disable getservbyname.
9084         (getnameinfo): New function, only supports
9085         NI_NUMERICHOST|NI_NUMERICSERV for now.
9086
9087         * lib/getaddrinfo.h: Test and check for AI_* flags separately, MinGW
9088         only have some of them.  Add AI_NUMERICSERV.  Add prototype for
9089         getnameinfo.
9090
9091 2006-06-28  Eric Blake  <ebb9@byu.net>
9092
9093         * modules/wcwidth: New file.
9094         * modules/mbchar (Depends-on): Add wcwidth.
9095         * modules/mbswidth (Depends-on): Add wcwidth.
9096         * MODULES.html.sh: Add wcwidth.
9097
9098 2006-06-28  Eric Blake  <ebb9@byu.net>
9099
9100         * m4/mbswidth.m4 (gl_MBSDWIDTH): Move wcwidth from here...
9101         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): ...to this new file.
9102
9103 2006-06-28  Eric Blake  <ebb9@byu.net>
9104
9105         * lib/xvasprintf.h: Fix comments.
9106
9107 2006-06-28  Eric Blake  <ebb9@byu.net>
9108
9109         * lib/mbchar.h (wcwidth): Include wcwidth.h.
9110         * lib/mbswidth.c (wcwidth): Move from here...
9111         * lib/wcwidth.h: ...to this new file.
9112
9113 2006-06-28  Derek R. Price  <derek@ximbiot.com>
9114
9115         * m4/savedir.m4: Remove AC_FUNC_CLOSEDIR_VOID requirement.
9116
9117         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Don't require AC_C_CONST, since
9118         it's obsolete.
9119         * m4/strftime.m4 (gl_FUNC_GNU_STRFTIME): Likewise.
9120
9121 2006-06-28  Derek R. Price  <derek@ximbiot.com>
9122
9123         * lib/savedir.c (CLOSEDIR): Remove.  All uses changed to closedir.
9124         Autoconf 2.60 says this stuff was obsolete.
9125
9126 2006-06-28  Bruno Haible  <bruno@clisp.org>
9127
9128         * modules/wcwidth (Files): Add m4/wchar_t.m4.
9129
9130 2006-06-28  Bruno Haible  <bruno@clisp.org>
9131
9132         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Also require AC_C_INLINE and
9133         gt_TYPE_WCHAR_T.
9134
9135 2006-06-28  Bruno Haible  <bruno@clisp.org>
9136
9137         * lib/wcwidth.h: Declare nothing if !HAVE_WCHAR_T. Provide a fallback
9138         declaration for wcwidth.
9139         * lib/mbswidth.c: Restore the includes of <wchar.h> and <wctypes.h>.
9140
9141 2006-06-28  Bruno Haible  <bruno@clisp.org>
9142
9143         * lib/mkdtemp.c [MINGW]: Include <io.h>.
9144         (mkdir): Define using _mkdir.
9145
9146 2006-06-28  Bruno Haible  <bruno@clisp.org>
9147
9148         * lib/getaddrinfo.h: Fix POSIX URL.
9149         * lib/getaddrinfo.c (WIN32_NATIVE): New macro. Use it instead of
9150         _WIN32.
9151         (use_win32_p): Make static.
9152         (getaddrinfo): Reject service name if it is empty or does not consist
9153         solely of decimal digits, or if its value is > 65535.
9154         (getnameinfo): Remove useless casts.
9155
9156 2006-06-27  Simon Josefsson  <jas@extundo.com>
9157
9158         * modules/sys_select: New file, suggested by Bruno Haible, Paul
9159         Eggert and Martin Lambers.
9160
9161 2006-06-27  Simon Josefsson  <jas@extundo.com>
9162
9163         * m4/sys_select_h.m4: New file, suggested by Bruno Haible, Paul
9164         Eggert and Martin Lambers.
9165
9166 2006-06-27  Bruno Haible  <bruno@clisp.org>
9167
9168         * m4/stdint.m4 (gl_STDINT_BITSIZEOF): For nonexistent types, set the
9169         result to 0, not to empty.
9170         Reported by Martin Neitzel <neitzel@sco.gaertner.de>.
9171
9172 2006-06-27  Bruno Haible  <bruno@clisp.org>
9173
9174         * lib/stdint_.h (intmax_t, uintmax_t): Undefine before typedef.
9175
9176 2006-06-26  Simon Josefsson  <jas@extundo.com>
9177
9178         * m4/inet_ntop.m4: Don't check for sys/types.h, we assume it is
9179         present.
9180
9181 2006-06-26  Paul Eggert  <eggert@cs.ucla.edu>
9182
9183         * lib/base64.c (B64): Use _ as the formal parameter, not x, to avoid
9184         bug in IBM C V6 for AIX.  Problem reported by Larry Jones in
9185         <http://lists.gnu.org/archive/html/bug-gnulib/2006-06/msg00181.html>.
9186
9187 2006-06-26  Mark D. Baushke  <mdb@gnu.org>
9188
9189         * m4/stdint.m4 (gl_STDINT_H): Treat BSD/OS like OpenBSD.
9190
9191 2006-06-26  Bruno Haible  <bruno@clisp.org>
9192
9193         * modules/stdint (Makefile.am): Also substitute HAVE_WCHAR_H.
9194
9195 2006-06-26  Bruno Haible  <bruno@clisp.org>
9196
9197         * m4/stdint.m4 (gl_STDINT_H): Test also for <wchar.h>.
9198
9199 2006-06-26  Bruno Haible  <bruno@clisp.org>
9200
9201         * m4/stdint.m4 (gl_STDINT_H): Don't include <stdint.h> when using the
9202         SGI C compiler in pre-C99 mode.
9203         Suggested by Mark D. Baushke and Larry Jones.
9204
9205 2006-06-26  Bruno Haible  <bruno@clisp.org>
9206
9207         * lib/stdint_.h: Include <wchar.h> if necessary for WCHAR_MIN or
9208         WCHAR_MAX.
9209         Reported by Mark D. Baushke and Larry Jones.
9210
9211 2006-06-26  Bruno Haible  <bruno@clisp.org>
9212
9213         * lib/stdint_.h: Don't include <stdint.h> when using the SGI C compiler
9214         in pre-C99 mode.
9215         Suggested by Mark D. Baushke and Larry Jones.
9216
9217 2006-06-23  Simon Josefsson  <jas@extundo.com>
9218             Bruno Haible  <bruno@clisp.org>
9219
9220         * gnulib-tool (func_emit_lib_Makefile_am): Define MOSTLYCLEANDIRS.
9221         Emit mostlyclean-local rule.
9222         (func_emit_tests_Makefile_am): Likewise.
9223         * modules/sys_socket (Makefile.am): Use MOSTLYCLEANDIRS.
9224
9225 2006-06-23  Mark D. Baushke  <mdb@gnu.org>
9226
9227         * lib/stdint_.h: Treat BSD/OS like OpenBSD.
9228
9229 2006-06-23  Bruno Haible  <bruno@clisp.org>
9230
9231         * tests/test-stdint.c: Update to match ISO C 99 Technical
9232         Corrigendum 1.
9233
9234 2006-06-23  Bruno Haible  <bruno@clisp.org>
9235
9236         * m4/stdint.m4 (gl_STDINT_H): Treat IRIX like OpenBSD.
9237
9238 2006-06-23  Bruno Haible  <bruno@clisp.org>
9239
9240         * lib/stdint_.h: Treat IRIX like OpenBSD.
9241
9242 2006-06-23  Bruno Haible  <bruno@clisp.org>
9243
9244         * lib/stdint_.h (UINT8_C, UINT16_C, UINT32_C): Define according to
9245         ISO C 99 Technical Corrigendum 1.
9246
9247 2006-06-22  Simon Josefsson  <jas@extundo.com>
9248
9249         * m4/sockpfaf.m4: Include winsock2.h too, to make it work under
9250         MinGW.
9251
9252 2006-06-22  Paul Eggert  <eggert@cs.ucla.edu>
9253
9254         * lib/glob.c (collated_compare): Remove 'const' uses that weren't
9255         needed.  Some compiler complained about some of them.  Problem reported
9256         by Larry Jones in
9257         <http://lists.gnu.org/archive/html/bug-gnulib/2006-06/msg00172.html>.
9258
9259 2006-06-21  Simon Josefsson  <jas@extundo.com>
9260
9261         * tests/test-getaddrinfo.c: New file.
9262
9263         * modules/getaddrinfo-tests: New file.
9264
9265         * MODULES.html.sh: Add inet_pton.
9266
9267         * modules/inet_pton: New file.
9268
9269 2006-06-21  Simon Josefsson  <jas@extundo.com>
9270
9271         * m4/getaddrinfo.m4: Don't define WINVER.  Look for gethostbyname in
9272         -lws2_32 too.  Fixes getaddrinfo on Windows 2000, with the price
9273         of using the (limited) gnulib implementation on Windows XP.
9274
9275         * m4/inet_pton.m4: New file.
9276
9277 2006-06-21  Simon Josefsson  <jas@extundo.com>
9278
9279         * lib/getaddrinfo.c (getaddrinfo): Set ai_family in the return
9280         variable.
9281
9282         * lib/socket_.h: Don't define WINVER.
9283
9284         * lib/inet_pton.h, inet_pton.c: New file, taken from glibc but
9285         slightly modified to work in gnulib.
9286
9287 2006-06-21  Simon Josefsson  <jas@extundo.com>
9288
9289         * doc/gnulib.texi (Windows sockets): Add.
9290
9291 2006-06-21  Paul Eggert  <eggert@cs.ucla.edu>
9292
9293         * lib/read-file.c (fread_file): Start with buffer allocation of
9294         0 bytes rather than 1 byte; this simplifies the code.
9295         Don't invoke feof; it's not needed.  Refactor to avoid duplicate
9296         code to free buffer and save/restore errno.
9297         (internal_read_file): Remove unused local.
9298
9299 2006-06-20  Paul Eggert  <eggert@cs.ucla.edu>
9300
9301         * lib/openat.c (openat): Use ?:, not if, to work around GCC bug 4210
9302         <http://gcc.gnu.org/bugzilla/show_bug.cgi?id=4210>.
9303         Problem reported by Denis Excoffier in
9304         <http://lists.gnu.org/archive/html/bug-tar/2006-06/msg00023.html>.
9305
9306 2006-06-19  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
9307
9308         * modules/sys_socket, modules/socklen: Include sys/types since
9309         FreeBSD 4.x's sys/socket.h needs it.
9310
9311 2006-06-19  Simon Josefsson  <jas@extundo.com>
9312
9313         * lib/inet_ntop.c: Always build inet_ntop4, since inet_ntop6 calls it.
9314
9315 2006-06-19  Paul Eggert  <eggert@cs.ucla.edu>
9316
9317         * lib/alloca_.h (alloca) [defined alloca]: Don't define or declare.
9318
9319 2006-06-19  Bruno Haible  <bruno@clisp.org>
9320
9321         * m4/stdint.m4 (gl_STDINT_H): Enclose the values of FULL_PATH_STDINT_H
9322         and FULL_PATH_INTTYPES_H in angle brackets.
9323         Reported by Mark D. Baushke <mdb@gnu.org>.
9324
9325 2006-06-17  Eric Blake  <ebb9@byu.net>
9326
9327         * m4/rmdir-errno.m4 (gl_FUNC_FMDIR_NOTEMPTY): Assume errno.h declares
9328         errno.
9329
9330 2006-06-17  Bruno Haible  <bruno@clisp.org>
9331
9332         * m4/stdint.m4 (gl_STDINT_H) [FreeBSD >= 5]: Don't include
9333         <sys/inttypes.h>.
9334
9335 2006-06-17  Bruno Haible  <bruno@clisp.org>
9336
9337         * m4/setenv.m4 (gl_PREREQ_SETENV, gl_PREREQ_UNSETENV): Remove test
9338         whether errno is declared. Assume <errno.h> declares errno.
9339
9340 2006-06-17  Bruno Haible  <bruno@clisp.org>
9341
9342         * lib/stdint_.h [FreeBSD >= 5]: Don't include <sys/inttypes.h>.
9343
9344 2006-06-17  Bruno Haible  <bruno@clisp.org>
9345
9346         * lib/stdint_.h (_UINT8_T, _UINT32_T, _UINT64_T): New macros. Fixes a
9347         problem on Solaris 2.5.1.
9348
9349 2006-06-16  Eric Blake  <ebb9@byu.net>
9350
9351         * lib/unsetenv.c [!defined errno]: Assume errno.h declares errno.
9352         * lib/unicodeio.c [!defined errno]: Likewise.
9353         * lib/strtol.c [!defined errno]: Likewise.
9354         * lib/strtod.c [!defined errno]: Likewise.
9355
9356 2006-06-15  Eric Blake  <ebb9@byu.net>
9357
9358         * m4/ssize_t.m4 (gt_TYPE_SSIZE_T): Work in spite of -Werror.
9359
9360 2006-06-15  Eric Blake  <ebb9@byu.net>
9361
9362         * config/srclist.txt (ssize_t.m4): Lose sync.
9363
9364 2006-06-15  Bruno Haible  <bruno@clisp.org>
9365
9366         * modules/stdint (Files): Include m4/full-header-path.m4,
9367         m4/size_max.m4, m4/wchar_t.m4.
9368         (Makefile.am): Many more substitutions.
9369         * modules/stdint-tests: New file.
9370         * tests/test-stdint.c: New file.
9371
9372 2006-06-15  Bruno Haible  <bruno@clisp.org>
9373
9374         * m4/stdint.m4 (gl_STDINT_H): Rewritten to produce a complete stdint.h.
9375         (gl_HEADER_STDINT_H, gl_HEADER_INTTYPES_H, gl_STDINT_CHECK_TYPES,
9376         gl_STDINT_MISSING_BOUND, gl_STDINT_MISSING_BOUNDS,
9377         gl_STDINT_MISSING_BOUNDS2, gl_STDINT_BITSIZEOF, gl_CHECK_TYPES_SIGNED,
9378         gl_CHECK_TYPE_SAME): New macros.
9379
9380 2006-06-15  Bruno Haible  <bruno@clisp.org>
9381
9382         * m4/size_max.m4 (gl_SIZE_MAX): Make it work also when cross-compiling.
9383
9384 2006-06-15  Bruno Haible  <bruno@clisp.org>
9385
9386         * lib/stdint_.h: Rewritten to be fully auto-configured.
9387         Fixes bug on HP-UX/IA64.
9388
9389 2006-06-11  Paul Eggert  <eggert@cs.ucla.edu>
9390
9391         * lib/getdate.y (__attribute__): Don't define if already defined.
9392         Problem reported by Larry Jones.
9393         * lib/utimens.c (__attribute__): Likewise.
9394
9395 2006-06-04  Paul Eggert  <eggert@cs.ucla.edu>
9396
9397         * lib/regexec.c (group_nodes_into_DFAstates): Fix a buffer overrun
9398         reported by Andreas Schwab.
9399
9400 2006-05-30  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
9401             Bruno Haible  <bruno@clisp.org>
9402
9403         * m4/strndup.m4 (gl_FUNC_STRNDUP): Replace the AC_REPLACE_FUNCS with a
9404         check for the declaration of strnlen and a run test that exposes the
9405         AIX 5.1 strnlen bug.  In the failure case, #define strndup to
9406         rpl_strndup.
9407
9408 2006-05-30  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
9409             Bruno Haible  <bruno@clisp.org>
9410
9411         * lib/strndup.c (strndup) [!_LIBC]: Don't undefine macro definition.
9412
9413 2006-05-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
9414
9415         * m4/c-strtod.m4 (gl_C99_STRTOLD): Use a link test rather than a
9416         compile test, for Tru64 4.0D.
9417
9418 2006-05-28  Karl Berry  <karl@gnu.org>
9419
9420         * config/srclist.txt (printf-args.c): lose sync.
9421
9422 2006-05-26  Martin Lambers  <marlam@marlam.de>
9423
9424         * lib/getpass.c: Updates the test for the native W32 API, and adds
9425         missing includes, thus fixing compilation warnings.
9426
9427 2006-05-25  Sergey Poznyakoff  <gray@gnu.org.ua>
9428
9429         * lib/exclude.c (exclude_fnmatch): New function.
9430         (excluded_file_name): Call exclude_fnmatch.
9431         * lib/exclude.h (excluded_file_name): New prototype
9432
9433 2006-05-25  Paul Eggert  <eggert@cs.ucla.edu>
9434
9435         * lib/tempname.c (small_open, large_open): New macros.
9436         (__open, __open64) [!_LIBC]: Remove.
9437         (__gen_tempname): Use small_open and large_open instead of __open
9438         and __open64.  This fixes a portability bug on HP-UX 11.11i
9439         reported by Simon Wing-Tang in
9440         <http://lists.gnu.org/archive/html/bug-coreutils/2006-05/msg00114.html>.
9441
9442 2006-05-24  Bruno Haible  <bruno@clisp.org>
9443
9444         * lib/printf-args.c (printf_fetchargs): Turn NULL pointers for
9445         TYPE_STRING and TYPE_WIDE_STRING into a non-NULL replacement.
9446         Reported by Thorsten Maerz <torte@netztorte.de> via
9447         Aaron Stone <aaron@serendipity.cx>.
9448
9449 2006-05-19  Paul Eggert  <eggert@cs.ucla.edu>
9450
9451         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Rename cache variables to use
9452         gl_ rather than jm_.  Link, don't run, so that cross-compiles are
9453         allowed.  Check that resulting type is arithmetic.  Move AC_REQUIRE
9454         and AC_CHECK_HEADERS_ONCE outside of AC_CACHE_CHECK, since they're
9455         not really conditional on the cache.
9456         (gl_PREREQ_NANOSLEEP): Check for sys/select.h.
9457
9458 2006-05-19  Paul Eggert  <eggert@cs.ucla.edu>
9459
9460         * lib/nanosleep.c [HAVE_SYS_SELECT_H]: Include <sys/select.h>.
9461         Use the usual Autoconf way to include <time.h> and/or sys/time.h.
9462         (my_usleep): Don't mishandle maximum value.
9463
9464 2006-05-19  Jim Meyering  <jim@meyering.net>
9465
9466         * lib/getugroups.c: Correct an outdated comment.  From Bruno Haible.
9467
9468 2006-05-17  Bruno Haible  <bruno@clisp.org>
9469
9470         Cygwin portability.
9471         * lib/classpath.c (PATH_SEPARATOR) [CYGWIN]: Define as ':'.
9472
9473 2006-05-17  Bruno Haible  <bruno@clisp.org>
9474
9475         * lib/stdint_.h: Fix recognition of Cygwin.
9476
9477 2006-05-15  Bruno Haible  <bruno@clisp.org>
9478
9479         * build-aux/config.rpath: Improve support for Sun C 5.9 on Linux, based
9480         on libtool patch by Ralf Wildenhues.
9481
9482 2006-05-14  Paul Eggert  <eggert@cs.ucla.edu>
9483
9484         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Fix overly-picky
9485         test for C99 conformance; (bool) 0.5 is an integer constant
9486         expression, but (bool) -0.5 is not.  Problem reported by Fedor
9487         Sergeev in <http://forum.sun.com/jive/thread.jspa?threadID=96202>.
9488
9489 2006-05-11  Simon Josefsson  <jas@extundo.com>
9490
9491         * m4/xvasprintf.m4: Fix obvious typo.
9492
9493 2006-05-11  Jim Meyering  <jim@meyering.net>
9494
9495         * lib/sha1.c (sha1_buffer): Correct comment: s/MD5/SHA1/.  From
9496         James Lemley.
9497
9498 2006-05-10  Simon Josefsson  <jas@extundo.com>
9499
9500         * lib/md4.c: Typo fix, update copyright years.
9501         (K1, K2): Don't use L because it turn computations into 64-bit on
9502         64-bit platforms.
9503
9504 2006-05-10  Paul Eggert  <eggert@cs.ucla.edu>
9505
9506         * lib/crc.c (crc32_update): Remove unnecessary L suffix.
9507         * lib/md4.c (rol): Cast right-shift arg to uint32_t to prevent
9508         unwanted sign propagation, e.g., on hosts with 64-bit int.
9509         There still are some problems with reeelly weird theoretical hosts
9510         (e.g., 33-bit int) but it's not worth worrying about now.
9511         * lib/sha1.c (rol): Likewise.
9512         (K1, K2, K3, K4): Remove unnecessary L suffix.
9513
9514 2006-05-10  Bruno Haible  <bruno@clisp.org>
9515
9516         * lib/des.c: Cast to avoid warnings.
9517
9518 2006-05-09  Bruno Haible  <bruno@clisp.org>
9519
9520         * modules/xvasprintf (Files): Add m4/xvasprintf.m4.
9521         (Depends-on): Depend also on xsize, stdarg.
9522         (configure.ac): Add gl_XVASPRINTF.
9523
9524 2006-05-09  Bruno Haible  <bruno@clisp.org>
9525
9526         * m4/xvasprintf.m4: New file.
9527
9528 2006-05-09  Bruno Haible  <bruno@clisp.org>
9529
9530         * lib/xvasprintf.c: Include limits.h, string.h, xsize.h.
9531         (EOVERFLOW): Define fallback value.
9532         (xstrcat): New function.
9533         (xvasprintf): Recognize the special case of a string concatenation.
9534
9535 2006-05-08  Eric Blake  <ebb9@byu.net>
9536
9537         * gnulib-tool (func_version): Base copyright year on CVS date.
9538         (func_emit_copyright_notice): New function.
9539         (func_emit_lib_Makefile_am): Use it.
9540         (func_emit_tests_Makefile_am): Likewise.
9541         (func_import): Likewise.
9542
9543 2006-05-08  Bruno Haible  <bruno@clisp.org>
9544
9545         * modules/stdarg: New file.
9546         * MODULES.html.sh (func_all_modules): Add section for <stdarg.h>.
9547
9548 2006-05-08  Bruno Haible  <bruno@clisp.org>
9549
9550         * m4/stdarg.m4: New file, from GNU gettext.
9551
9552 2006-05-08  Bruno Haible  <bruno@clisp.org>
9553
9554         * config/srclist.txt (build-aux/config.rpath): different from latest
9555         release.
9556
9557 2006-05-08  Bruno Haible  <bruno@clisp.org>
9558
9559         * build-aux/config.rpath: Add support for Sun C 5.9 on Linux.
9560
9561 2006-05-05  Jim Meyering  <jim@meyering.net>
9562
9563         * m4/warning.m4: New file, derived from bison's file by the same name.
9564
9565 2006-05-03  Bruno Haible  <bruno@clisp.org>
9566
9567         * lib/stdint_.h: Shorter URL.
9568         * lib/inttypes.h: Likewise.
9569
9570 2006-05-02  Paul Eggert  <eggert@cs.ucla.edu>
9571
9572         * modules/inttypes (Maintainer): Change from Derek Price to 'all'.
9573
9574 2006-05-02  Paul Eggert  <eggert@cs.ucla.edu>
9575
9576         * lib/verify.h: Document the internals better.  Most of this change
9577         was written by Bruno Haible.
9578
9579 2006-05-02  Paul Eggert  <eggert@cs.ucla.edu>
9580
9581         * doc/verify.texi: New file, partly based on a proposal by
9582         Bruno Haible.
9583
9584 2006-05-02  Bruno Haible  <bruno@clisp.org>
9585
9586         * m4/full-header-path.m4 (gl_FULL_HEADER_PATH): Move the include_next
9587         test from here...
9588         * m4/_inttypes_h.m4 (gl_INTTYPES_H): ... to here.
9589
9590 2006-04-29  Bruno Haible  <bruno@clisp.org>
9591
9592         * lib/gcd.c: Use WORD_T and GCD instead of unsigned long and gcd.
9593         Suggested by Oskar Liljeblad <oskar@osk.mine.nu>.
9594
9595 2006-04-29  Bruno Haible  <bruno@clisp.org>
9596
9597         * gnulib-tool: Make --update option actually work.
9598
9599 2006-04-29  Bruno Haible  <bruno@clisp.org>
9600
9601         * doc/gcd.texi: New file.
9602         * doc/gnulib.texi: Include it.
9603
9604 2006-04-25  Paul Eggert  <eggert@cs.ucla.edu>
9605
9606         * lib/getdate.y (get_date): When adding relative date, start with the
9607         initial time, not with the result of the first mktime call.
9608
9609 2006-04-25  Bruno Haible  <bruno@clisp.org>
9610
9611         * gnulib-tool (func_import): Output the include directives in three
9612         blocks, sorted separately.
9613         Reported by Ben Pfaff <blp@cs.stanford.edu>.
9614
9615 2006-04-24  Paul Eggert  <eggert@cs.ucla.edu>
9616
9617         * m4/unlink-busy.m4 (gl_FUNC_UNLINK_BUSY_TEXT): Use prototype
9618         to define main with arguments, for C++.  Reported by Eric Blake.
9619         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC):
9620         Prefer 'int main ()' to 'int main (void)', for C++.
9621         * m4/getcwd-path-max.m4 (gl_FUNC_GETCWD_PATH_MAX): Likewise.
9622         * m4/fsusage.m4 (gl_FILE_SYSTEM_USAGE): Specify a return type
9623         for 'main', for C99 and C++.
9624
9625 2006-04-24  Paul Eggert  <eggert@cs.ucla.edu>
9626
9627         * m4/fsusage.m4 (gl_FILE_SYSTEM_USAGE): Use return, not exit.
9628         Don't assume that exit status -1 is valid.
9629         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Likewise.
9630         * m4/putenv.m4 (gl_FUNC_PUTENV): Likewise.
9631         * m4/rmdir-errno.m4 (gl_FUNC_RMDIR_NOTEMPTY): Likewise.
9632         * m4/readdir.m4 (GL_FUNC_READDIR): Include <stdlib.h>.
9633         * m4/rename.m4 (vb_FUNC_RENAME): Likewise.
9634         * m4/unlink-busy.m4 (gl_FUNC_UNLINK_BUSY_TEXT): Use AC_RUN_IFELSE,
9635         not AC_TRY_RUN.  Use return, not exit.  Don't assume that
9636         functions can be used without declaring them, or that you can
9637         exit with status -1.
9638         * m4/utimes-null.m4 (gl_FUNC_UTIMES_NULL): Likewise.
9639
9640 2006-04-24  Karl Berry  <karl@gnu.org>
9641
9642         * config/srclist.txt (longdouble.m4): sync lost.
9643
9644 2006-04-24  Eric Blake  <ebb9@byu.net>
9645
9646         * m4/strerror_r.m4 (AC_FUNC_STRERROR_R): Avoid unused variable warning.
9647
9648 2006-04-24  Bruno Haible  <bruno@clisp.org>
9649
9650         * m4/poll.m4 (gl_FUNC_POLL): When cross-compiling, reject also the
9651         poll() implementation in AIX.
9652         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
9653
9654 2006-04-24  Bruno Haible  <bruno@clisp.org>
9655
9656         * m4/poll.m4 (gl_FUNC_POLL): Rearrange code, so that POLL_H gets
9657         assigned exactly once.
9658
9659 2006-04-23  Claudio Fontana  <claudio@gnu.org>
9660             Bruno Haible  <bruno@clisp.org>
9661
9662         * modules/gettext (Makefile.am): Add a -I flag for <libintl.h>.
9663         * gnulib-tool (func_emit_lib_Makefile_am): Emit empty default value
9664         for AM_CPPFLAGS.
9665
9666 2006-04-23  Bruno Haible  <bruno@clisp.org>
9667
9668         * modules/copy-file: Depend on unistd.
9669         * modules/execute: Likewise.
9670         * modules/fatal-signal: Likewise.
9671         * modules/findprog: Likewise.
9672         * modules/mkdtemp : Likewise.
9673         * modules/pipe: Likewise.
9674         * modules/wait-process: Likewise.
9675
9676 2006-04-23  Bruno Haible  <bruno@clisp.org>
9677
9678         * lib/fwriteerror.c (fwriteerror): Call fclose also when an error
9679         condition was already detected.
9680         Reported by Ben Pfaff <blp@cs.stanford.edu>.
9681
9682 2006-04-23  Bruno Haible  <bruno@clisp.org>
9683
9684         * lib/copy-file.c: Include <unistd.h> unconditionally.
9685         * lib/execute.c: Likewise.
9686         * lib/fatal-signal.c: Likewise.
9687         * lib/findprog.c: Likewise.
9688         * lib/mkdtemp.c: Likewise.
9689         * lib/pipe.h: Likewise.
9690         * lib/pipe.c: Likewise.
9691         * lib/wait-process.h: Likewise.
9692
9693 2006-04-23  Bruno Haible  <bruno@clisp.org>
9694
9695         * gnulib-tool (func_usage): Fix --import description. Document
9696         --update.
9697         (func_import): Create temporary file in a temporary directory, if
9698         --dry-run is specified. Silence errors from 'grep' when there are no
9699         m4 files in $m4dir.
9700         (func_create_testdir): Silence errors from 'grep' when there are no
9701         m4 files in $m4dir.
9702         Reported by Karl Berry <karl@freefriends.org>.
9703
9704 2006-04-20  Bruno Haible  <bruno@clisp.org>
9705
9706         * m4/argp.m4 (gl_ARGP): Don't call AC_CHECK_DECLS_ONCE with more than
9707         one argument, so that the code will be portable to Autoconf 2.60.
9708         * m4/getlogin_r.m4 (gl_PREREQ_GETLOGIN_R): Likewise.
9709         * m4/getpass.m4 (gl_PREREQ_GETPASS): Likewise.
9710         * m4/unlocked-io.m4 (gl_FUNC_GLIBC_UNLOCKED_IO): Likewise.
9711
9712 2006-04-19  Derek Price  <derek@ximbiot.com>
9713             Eric Blake  <ebb9@byu.net>
9714
9715         * m4/full-header-path.m4 (gl_FULL_HEADER_PATH): Use </full/path.h>
9716         rather than "/full/path.h".  Update comment to match.  Shorten &
9717         generalize m4_translit call via AS_TR_CPP.
9718
9719 2006-04-19  Derek Price  <derek@ximbiot.com>
9720             Eric Blake  <ebb9@byu.net>
9721
9722         * lib/inttypes.h: Correct grammar in comment.
9723
9724 2006-04-18  Derek Price  <derek@ximbiot.com>
9725             Paul Eggert  <eggert@cs.ucla.edu>
9726
9727         * modules/inttypes: New file.
9728         * modules/strtoimax, modules/strtoumax: Depend on inttypes.
9729
9730 2006-04-18  Derek Price  <derek@ximbiot.com>
9731             Paul Eggert  <eggert@cs.ucla.edu>
9732
9733         * m4/_inttypes_h.m4, m4/full-header-path.m4, m4/include_next.m4:
9734         New files.
9735
9736 2006-04-18  Derek Price  <derek@ximbiot.com>
9737             Paul Eggert  <eggert@cs.ucla.edu>
9738
9739         * lib/inttypes.h: New file.
9740         * lib/strtoimax.c: Assume <inttypes.h>.
9741
9742 2006-04-15  Paul Eggert  <eggert@cs.ucla.edu>
9743
9744         * lib/utimens.c (futimens): glibc futimesat messes up if /proc
9745         isn't mounted.  Problem reported by Kir Kolyshkin.
9746
9747 2006-04-13  Paul Eggert  <eggert@cs.ucla.edu>
9748
9749         * lib/regcomp.c (init_dfa): Don't use wchar_t or wctype_t if
9750         RE_ENABLE_I18N is not defined.  Problem reported by Mark D. Baushke via
9751         Derek R. Price.
9752         * lib/regex.h (RE_DUP_MAX): Update comment to match current
9753         implementation.
9754
9755 2006-04-12  Eric Blake  <ebb9@byu.net>
9756
9757         * modules/time_r (Makefile.am): Remove lib_SOURCES line, as this
9758         is now done automatically by the corresponding Autoconf macro.
9759
9760 2006-04-11  Paul Eggert  <eggert@cs.ucla.edu>
9761
9762         * m4/time_r.m4 (gl_TIME_R): Add AC_LIBSOURCES for time_r.c and
9763         time_r.h.
9764
9765 2006-04-09  Paul Eggert  <eggert@cs.ucla.edu>
9766
9767         Merge regex changes from libc, removing some of our
9768         POSIX-conformance changes that were rejected and redoing them in a
9769         less-intrusive way.
9770
9771         * lib/regcomp.c (re_compile_internal, init_dfa):
9772         Length arg is now size_t, not Idx.  All uses changed.
9773         (peek_token): Forward decl now says internal_function.
9774         (__re_error_msgid, __re_error_msgid_idx):
9775         Now static rather than extern with attribute_hidden.
9776         (re_compile_pattern) [!defined _LIBC]: Use K&R-style defn.
9777         For some reason libc prefers K&R style defns for external functions.
9778         (regerror) [!defined _LIBC]: Likewise.
9779         (re_set_syntax, re_compile_fastmap, regcomp, regfree, re_comp):
9780         (seek_collating_symbol_entry, lookup_collation_sequence_value):
9781         (build_range_exp, build_collating_symbol):
9782         Use K&R-style defn.
9783         (re_compile_fastmap): Use '\0' to memset, not 0.
9784         (utf8_sb_map): Make the calculations more obvious.
9785         (init_dfa, parse_bracket_exp, build_charclass_op):
9786         Call calloc and cast result, as glibc does.
9787         (init_word_char, fetch_token, peek_token, peek_token_bracket):
9788         (build_range_exp, build_collating_symbol):
9789         Now internal functions.
9790
9791         * lib/regex.c [!defined _LIBC]: Allow compiling with C++ compilers.
9792
9793         * lib/regex.h (__USE_GNU_REGEX): New macro.  Don't depend on
9794         _REGEX_SOURCE any more; depend on _GNU_SOURCE instead.
9795         Don't depend on VMS; depend on __VMS instead, for POSIX
9796         namespace cleanness.
9797         (regoff_t): Define to ssize_t, not long int.
9798
9799         Remove the REG_ macros named below.  Instead, make the old names
9800         (e.g., RE_BACKSLASH_ESCAPE_IN_LISTS) visible only if
9801         __USE_GNU_REGEX.
9802         (REG_BACKSLASH_ESCAPE_IN_LISTS):
9803         (REG_BK_PLUS_QM, REG_CHAR_CLASSES, REG_CONTEXT_INDEP_ANCHORS):
9804         (REG_CONTEXT_INDEP_OPS, REG_CONTEXT_INVALID_OPS):
9805         (REG_DOT_NEWLINE, REG_DOT_NOT_NULL, REG_HAT_LISTS_NOT_NEWLINE):
9806         (REG_INTERVALS, REG_LIMITED_OPS, REG_NEWLINE_ALT):
9807         (REG_NO_BK_BRACES, REG_NO_BK_PARENS, REG_NO_BK_REFS):
9808         (REG_NO_BK_VBAR, REG_NO_EMPTY_RANGES):
9809         (REG_UNMATCHED_RIGHT_PAREN_ORD, REG_NO_POSIX_BACKTRACKING):
9810         (REG_NO_GNU_OPS, REG_DEBUG, REG_INVALID_INTERVAL_ORD):
9811         (REG_IGNORE_CASE, REG_CARET_ANCHORS_HERE):
9812         (REG_CONTEXT_INVALID_DUP, REG_NO_SUB, REG_SYNTAX_EMACS):
9813         (REG_SYNTAX_AWK, REG_SYNTAX_GNU_AWK, REG_SYNTAX_POSIX_AWK):
9814         (REG_SYNTAX_GREP, REG_SYNTAX_EGREP, REG_SYNTAX_POSIX_EGREP):
9815         (REG_SYNTAX_ED, REG_SYNTAX_SED, _REG_SYNTAX_POSIX_COMMON):
9816         (REG_SYNTAX_POSIX_BASIC, REG_SYNTAX_POSIX_MINIMAL_BASIC):
9817         (REG_SYNTAX_POSIX_EXTENDED, REG_SYNTAX_POSIX_MINIMAL_EXTENDED):
9818         (REG_DUP_MAX, REG_UNALLOCATED, REG_REALLOCATE, REG_FIXED):
9819         (REG_NREGS):
9820         Remove.  All uses replaced by the old RE_* names.
9821         (RE_BACKSLASH_ESCAPE_IN_LISTS):
9822         (RE_BK_PLUS_QM, RE_CHAR_CLASSES, RE_CONTEXT_INDEP_ANCHORS):
9823         (RE_CONTEXT_INDEP_OPS, RE_CONTEXT_INVALID_OPS):
9824         (RE_DOT_NEWLINE, RE_DOT_NOT_NULL, RE_HAT_LISTS_NOT_NEWLINE):
9825         (RE_INTERVALS, RE_LIMITED_OPS, RE_NEWLINE_ALT):
9826         (RE_NO_BK_BRACES, RE_NO_BK_PARENS, RE_NO_BK_REFS):
9827         (RE_NO_BK_VBAR, RE_NO_EMPTY_RANGES):
9828         (RE_UNMATCHED_RIGHT_PAREN_ORD, RE_NO_POSIX_BACKTRACKING):
9829         (RE_NO_GNU_OPS, RE_DEBUG, RE_INVALID_INTERVAL_ORD):
9830         (RE_IGNORE_CASE, RE_CARET_ANCHORS_HERE):
9831         (RE_CONTEXT_INVALID_DUP, RE_NO_SUB):
9832         Don't bother having these macros be independent of each others'
9833         values, since they no longer exist in the POSIX name space.
9834
9835         Rename the following member names back to their old names,
9836         unless !__USE_GNU_REGEX.  All uses changed back.
9837         (buffer): Renamed from re_buffer.
9838         (allocated): Renamed from re_allocated.
9839         (used): Renamed from re_used.
9840         (syntax): Renamed from re_syntax.
9841         (fastmap): Renamed from re_fastmap.
9842         (translate): Renamed from re_translate.
9843         (can_be_null): Renamed from re_can_be_null.
9844         (regs_allocated): Renamed from re_regs_allocated.
9845         (fastmap_accurate): Renamed from re_fastmap_accurate.
9846         (no_sub): Renamed from re_no_sub.
9847         (not_bol): Renamed from re_not_bol.
9848         (not_eol): Renamed from re_not_eol.
9849         (newline_anchor): Renamed from re_newline_anchor.
9850         (num_regs): Renamed from rm_num_regs.
9851         (start): Renamed from rm_start.
9852         (end): Renamed from rm_end.
9853
9854         (free_state): Move up a bit.
9855
9856         * lib/regex_internal.h (inline) [__GNUC__ < 3 && defined _LIBC]:
9857         #define to be empty.
9858         (ASCII_CHARS): New macro, replacing all uses of 0x80 and/or SBC_MAX / 2
9859         when that is what is intended.
9860         (SBC_MAX): Define to UCHAR_MAX + 1, not 256.
9861         (__re_error_msgid, __re_error_msgid_idx): Remove decls; not needed.
9862         (MAX): New macro.
9863         (re_xmalloc, re_calloc, re_xrealloc, re_x2realloc): Remove.
9864         All uses changed back to re_malloc, etc.  It's now the caller's
9865         responsibility to check for overflow; all callers changed.
9866         (re_alloc_oversized, re_x2alloc_oversized, re_xnmalloc, re_xnrealloc):
9867         (re_x2nrealloc): Remove.
9868         (free_state): Remove decl.
9869
9870         * lib/regexc.c (regexec, re_match, re_search, re_match_2, re_search_2):
9871         (re_set_registers, re_exec):
9872         Use K&R-style defn.
9873
9874         2006-01-31  Roland McGrath  <roland@redhat.com>
9875
9876         * lib/regcomp.c (calc_eclosure_iter): Remove dead variables.
9877         Reported by Mike Frysinger <vapier@gentoo.org>.
9878
9879         2006-01-15  Andreas Jaeger  <aj@suse.de>
9880
9881         [BZ #1950]
9882         * lib/regex_internal.c (re_string_reconstruct): Adjust for
9883         build_wcs_upper_buffer change.
9884         (build_wcs_upper_buffer): Change return type.
9885
9886         2005-12-10  Ulrich Drepper  <drepper@redhat.com>
9887
9888         * lib/regex_internal.h: Include <stdint.h> if available.
9889
9890         2005-12-06  Paolo Bonzini  <bonzini@gnu.org>
9891
9892         * lib/regex_internal.h (SIZE_MAX): Provide a default definition.
9893
9894         2005-10-14  Ulrich Drepper  <drepper@redhat.com>
9895
9896         * lib/regcomp.c: Adjust for changed secondary hash function.
9897
9898         2005-09-30  Ulrich Drepper  <drepper@redhat.com>
9899
9900         * lib/regex.h: Pretty printing.
9901         Clean up namespace a bit.
9902
9903         2005-09-30  Jakub Jelinek  <jakub@redhat.com>
9904
9905         * lib/regexec.c (update_cur_sifted_state, check_arrival,
9906         check_arrival_add_next_nodes): Avoid using uninitialized variable.
9907
9908         2005-09-06  Paul Eggert  <eggert@cs.ucla.edu>
9909                     Ulrich Drepper  <drepper@redhat.com>
9910
9911         [BZ #1302]
9912         * lib/regex_internal.h (bitset_t): Renamed from bitset.  All uses
9913         changed.
9914         (bitset_word_t): Renamed from bitset_word.  All uses changed.
9915
9916         2005-09-22  Ulrich Drepper  <drepper@redhat.com>
9917
9918         [BZ #281]
9919         * lib/regex.h: Define RE_TRANSLATE_TYPE as unsigned char *.
9920         * lib/regcomp.c: Remove unnecessary uses of
9921         unsigned RE_TRANSLATE_TYPE.
9922         * lib/regex_internal.h: Likewise.
9923         * lib/regex_internal.c: Likewise.
9924         * lib/regexec.c: Likewise.
9925         Based on a patch by Stepan Kasal <kasal@ucw.cz>.
9926
9927         2005-09-07  Ulrich Drepper  <drepper@redhat.com>
9928
9929         * lib/regexec.c (find_recover_state): Remove unnecessary
9930         initialization.
9931         (transit_state_bkref): Make DFA a const pointer.
9932         (get_subexp): Likewise.
9933         (check_arrival): Likewise.
9934         (update_cur_sifted_state): Likewise.
9935         (re_search_internal): Likewise.
9936         (prune_impossible_nodes): Likewise.
9937         (acquire_init_state_context): Likewise.
9938         (proceed_next_node): Likewise.
9939         (set_regs): Likewise.
9940         (free_fail_stack_return): Likewise.
9941         (check_arrival_expand_ecl): Mark DFA parameter as const.
9942         (check_arrival_expand_ecl_sub): Likewise.
9943         (check_subexp_limits): Likewise.
9944         (sub_epsilon_src_nodes):  Likewise.
9945         (add_epsilon_src_nodes):  Likewise.
9946         (merge_state_array): Likewise.
9947         (update_regs): Likewise.
9948         (build_trtable): Likewise.
9949         (sift_states_backward): Mark MCTX parameter as const.
9950         (build_sifted_states): Likewise.
9951         (update_cur_sifted_state): Likewise.
9952         (sift_states_mkref): Likewise.
9953         (check_arrival_expand_ecl): Mark eclosure as const.
9954         (check_dst_limits_calc_pos_1): Likewise.
9955         * lib/regex_internal.h (re_match_context_t): Make dfa a const
9956         pointer.
9957
9958         2005-09-06  Ulrich Drepper  <drepper@redhat.com>
9959
9960         * lib/regexec.c (merge_state_with_log): Define dfa as const pointer.
9961         (transit_state_sb): Likewise.
9962         (transit_state_mb): Likewise.
9963         (sift_states_iter_mb): Likewise.
9964         (check_arrival_add_next_nodes): Likewise.
9965         (check_node_accept_bytes): Change first parameter to pointer-to-const.
9966         [_LIBC] (re_search_2_stub): Use mempcpy.
9967
9968         * lib/regex_internal.c (re_string_reconstruct): Avoid calling
9969         mbrtowc for very simple UTF-8 case.
9970
9971         * lib/regex_internal.c (re_acquire_state): Make DFA pointer arg
9972         a pointer-to-const.
9973         (re_acquire_state_context): Likewise.
9974         * lib/regex_internal.h: Adjust prototypes.
9975
9976         * lib/regex.c: Prevent using C++ compilers.
9977
9978         * lib/regex_internal.c (re_acquire_state): Minor code rearrangement.
9979         (re_acquire_state_context): Likewise.
9980
9981 2006-04-09  Paul Eggert  <eggert@cs.ucla.edu>
9982
9983         * modules/regex (Depends-on): Add ssize_t.
9984
9985 2006-04-09  Paul Eggert  <eggert@cs.ucla.edu>
9986
9987         * m4/regex.m4 (gl_REGEX): Check for new glibc interface to
9988         translation table.
9989
9990 2006-04-09  Paul Eggert  <eggert@cs.ucla.edu>
9991
9992         * doc/gnulib-tool.texi (Modified imports): pathname -> file name.
9993
9994 2006-03-29  Mark D. Baushke  <mdb@gnu.org>
9995             Bruno Haible  <bruno@clisp.org>
9996
9997         * lib/stdint_.h: On OpenBSD, don't redefine types already included in
9998         <sys/types.h> and <inttypes.h>.
9999
10000 2006-03-25  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
10001
10002         * m4/argz.m4 (gl_FUNC_ARGZ): If we define `error_t', also define
10003         `__error_t_defined', so argp.h will not typedef the former.
10004
10005 2006-03-25  Paul Eggert  <eggert@cs.ucla.edu>
10006
10007         * m4/regex.m4 (gl_REGEX): Don't insist on REG_SYNTAX_POSIX_EGREP,
10008         REG_SYNTAX_EMACS, and REG_IGNORE_CASE.  Settle for the traditional
10009         glibc names.  Even if glibc is changed to conform to POSIX, the
10010         traditional names will be available anyway, since regex depends on
10011         the extensions module.  Also, fix a longstanding typo in the
10012         implementation of Spencer ERE test #75 from grep 2.3.  Problems
10013         reported by Emanuele Giaquinta.  Also, change sense of cached
10014         variable, so that the message makes sense.
10015
10016 2006-03-24  Simon Josefsson  <jas@extundo.com>
10017
10018         * lib/base64.c: Fix problems reported by Eric Blake <ebb9@byu.net>,
10019         including some doc fixes.
10020         (base64_encode_alloc): Fix +1 bug on allocation failures.
10021
10022 2006-03-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
10023
10024         * lib/base64.c (base64_encode): Do not read past end of array with
10025         unsanitized input on systems with CHAR_BIT > 8.
10026
10027 2006-03-24  Eric Blake  <ebb9@byu.net>
10028
10029         * lib/time_r.c (copy_string_result): Remove, as it is no longer used.
10030
10031 2006-03-22  Karl Berry  <karl@gnu.org>
10032
10033         * config/srclist.txt (*setenv.[ch]): get from coreutils.
10034         * config/srclistvars.sh (COREUTILS): new var.
10035
10036 2006-03-17  Jim Meyering  <jim@meyering.net>
10037
10038         * m4/regex.m4 (gl_REGEX): Fix typo in last change:
10039         s/_REGEX_WIDE_OFFSETS/_REGEX_LARGE_OFFSETS/.
10040
10041 2006-03-16  Paul Eggert  <eggert@cs.ucla.edu>
10042
10043         * m4/regex.m4 (gl_REGEX): Don't check for off_t, since the code
10044         no longer needs it.  Instead, check that regoff_t is as least
10045         as wide as ptrdiff_t.
10046
10047         Don't define _REGEX_WIDE_OFFSETS unless using the included regex,
10048         so that our regex.h stays compatible with the installed regex.
10049         This is helpful for installers who configure --without-included-regex.
10050         Problem reported by Emanuele Giaquinta.
10051
10052 2006-03-16  Paul Eggert  <eggert@cs.ucla.edu>
10053
10054         * lib/regex.h (regoff_t) [defined _REGEX_LARGE_OFFSETS]:
10055         Typedef to long int, not to off_, as POSIX will likely change
10056         in that direction.
10057
10058 2006-03-15  Eric Blake  <ebb9@byu.net>
10059
10060         * m4/dirfd.m4 (gl_FUNC_DIRFD): Use AC_REQUIRE for AC_HEADER_DIRENT.
10061
10062 2006-03-13  Sergey Poznyakoff  <gray@gnu.org.ua>
10063
10064         * lib/argp-help.c (validate_uparams): Fix typo
10065         * lib/argp-parse.c (argp_default_options): Consistently begin help
10066         messages with a lowercase letter.
10067
10068 2006-03-11  Paul Eggert  <eggert@cs.ucla.edu>
10069
10070         * lib/time_r.h (asctime_r, ctime_r): Remove.  These functions can
10071         overrun buffers and shouldn't be used (much as gets shouldn't be
10072         used).
10073         * lib/time_r.c (asctime_r, ctime_r): Likewise.
10074
10075 2006-03-08  Simon Josefsson  <jas@extundo.com>
10076
10077         * m4/gc-random.m4: Permit 'no' as variable values and fix warnings,
10078         suggested by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
10079
10080 2006-03-08  Simon Josefsson  <jas@extundo.com>
10081
10082         * m4/gc-random.m4: Call AC_CANONICAL_HOST and use $host_os instead of
10083         $target, suggested by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
10084
10085 2006-03-08  Simon Josefsson  <jas@extundo.com>
10086
10087         * lib/gc-gnulib.c (randomize): Don't open files called 'no', they
10088         signal that configure disabled the device.
10089
10090 2006-03-08  Simon Josefsson  <jas@extundo.com>
10091
10092         * build-aux/maint.mk: Fix refresh-po, to handle no translated
10093         languages.
10094
10095 2006-03-07  Simon Josefsson  <jas@extundo.com>
10096
10097         * modules/getopt (Depends-on): Add unistd.
10098
10099         * modules/unistd: New file.
10100
10101 2006-03-07  Simon Josefsson  <jas@extundo.com>
10102
10103         * modules/gc-random: New file.
10104
10105 2006-03-07  Simon Josefsson  <jas@extundo.com>
10106
10107         * m4/unistd_h.m4: New file.
10108
10109 2006-03-07  Simon Josefsson  <jas@extundo.com>
10110
10111         * m4/readline.m4 (gl_FUNC_READLINE): Rewrite the cached part of the
10112         test to be side-effect free by storing the result in the cache
10113         variable gl_cv_lib_readline, and moving the assignment of
10114         LIBREADLINE and LTLIBREADLINE outside the COMMANDS-TO-SET-IT.
10115         From Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
10116
10117 2006-03-07  Simon Josefsson  <jas@extundo.com>
10118
10119         * m4/gc-random.m4: New file, mostly from gc.m4.  Warn instead of
10120         error on missing devices (the functions will return an error).
10121
10122         * m4/gc.m4: Move random stuff to gc-random.m4
10123
10124 2006-03-07  Simon Josefsson  <jas@extundo.com>
10125
10126         * lib/unistd_.h: New file.
10127
10128 2006-03-07  Simon Josefsson  <jas@extundo.com>
10129
10130         * lib/gc-libgcrypt.c, gc-gnulib.c: Use GC_USE_RANDOM.
10131
10132 2006-03-07  Paul Eggert  <eggert@cs.ucla.edu>
10133
10134         * m4/unistd_h.m4 (gl_HEADER_UNISTD): Rename, to match modules file.
10135         Problem reported by Juan Manuel Guerrero.
10136
10137 2006-03-07  Paul Eggert  <eggert@cs.ucla.edu>
10138
10139         * lib/c-stack.c: Include unistd.h unconditionally, since we now assume
10140         the unistd module.
10141         * lib/getlogin_r.c: Likewise.
10142         * lib/getlogin_r.h: Likewise.
10143         * lib/glob.c: Likewise.
10144         * lib/pagealign_alloc.c: Likewise.
10145         * lib/unistd_.h: Remove; no longer needed.
10146
10147 2006-03-07  Paul Eggert  <eggert@cs.ucla.edu>
10148
10149         * MODULES.html.sh (Support for systems lacking POSIX:2001):
10150         Add unistd.
10151         * modules/c-stack (Depends-on): Add unistd.
10152         * modules/getlogin_r: Likewise.
10153         * modules/glob: Likewise.
10154         * modules/pagealign_alloc: Likewise.
10155         * modules/unistd (Files): Remove lib/unistd_.h.
10156         (EXTRA_DIST): Remove.
10157         (unistd.h): Create using 'echo' rather than 'cp', so that we don't
10158         need unistd_.h.
10159         (MOSTLYCLEANFILES): Remove unistd.h-t.
10160
10161 2006-03-03  Simon Josefsson  <jas@extundo.com>
10162
10163         * build-aux/maint.mk: Add several syntax checks from CoreUtils.
10164
10165 2006-03-03  Simon Josefsson  <jas@extundo.com>
10166
10167         * build-aux/maint.mk: Add refresh-po rule, based on ideas from
10168         libidn and bison.
10169
10170 2006-03-03  Simon Josefsson  <jas@extundo.com>
10171
10172         * build-aux/maint.mk: Add indent target.
10173
10174 2006-03-03  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de> (tiny change)
10175
10176         * m4/poll.m4 (gl_FUNC_POLL): If we deem poll(2) unacceptable, use
10177         our replacement poll.h in any case, to avoid a differing
10178         declaration from a system header.  Seen on AIX.
10179
10180 2006-03-01  Simon Josefsson  <jas@extundo.com>
10181
10182         * lib/readline.c: Fix typo, tiny patch from Stepan Kasal
10183         <kasal@ucw.cz>.
10184
10185 2006-03-01  Paul Eggert  <eggert@cs.ucla.edu>
10186
10187         * modules/gettime (Depends-on): Add extensions module.
10188         * modules/nanosleep (Depends-on): Likewise.
10189         * modules/settime (Depends-on): Likewise.
10190
10191 2006-03-01  Paul Eggert  <eggert@cs.ucla.edu>
10192
10193         * m4/clock_time.m4 (gl_CLOCK_TIME): Require gl_USE_SYSTEM_EXTENSIONS,
10194         not merely AC_GNU_SOURCE, for the benefit of Solaris 10 when compiled
10195         pedantically.
10196         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Likewise.
10197         * m4/timespec.m4 (gl_TIMESPEC): Likewise.
10198
10199         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Use "=" with "test",
10200         not "==".  Reported by Ralf Wildenhues.
10201
10202 2006-03-01  Karl Berry  <karl@gnu.org>
10203
10204         * doc/Copyright/request-*: new files, synced from gnuorg.
10205
10206 2006-03-01  Karl Berry  <karl@gnu.org>
10207
10208         * config/srclist.txt (Copyright/*): new entries.
10209
10210 2006-02-28  Simon Josefsson  <jas@extundo.com>
10211
10212         * lib/getopt.c: Protect #include of unistd.h, for MSVS.
10213
10214 2006-02-27  Simon Josefsson  <jas@extundo.com>
10215
10216         * lib/base64.h: Indent #define's.  From Jim Meyering
10217         <jim@meyering.net>.
10218
10219 2006-02-27  Jim Meyering  <jim@meyering.net>
10220
10221         Revert the change of 2006-02-24, so these files can continue
10222         to be sync'd from gettext.
10223         * lib/mkdtemp.c, setenv.c, unsetenv.c: *Un*-normalize inclusion
10224         of `config.h'.
10225
10226 2006-02-26  Paul Eggert  <eggert@cs.ucla.edu>
10227
10228         * modules/intprops: New file.
10229         * MODULES.html.sh (Numeric conversion functions <stdlib.h>):
10230         Add intprops.
10231         * modules/getloadavg (Files): Remove lib/intprops.h.
10232         (Depends-on): Add intprops.
10233         * modules/human: Likewise.
10234         * modules/inttostr: Likewise.
10235         * modules/openat: Likewise.
10236         * modules/sig2str: Likewise.
10237         * modules/userspec: Likewise.
10238         * modules/utimecmp: Likewise.
10239         * modules/xnanosleep: Likewise.
10240         * modules/xstrtol: Likewise.
10241
10242 2006-02-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny changes)
10243
10244         * modules/xstrtod: Omit xstrtod.h, xstrtod.c; they're in LIB_SOURCES.
10245         * modules/lock-tests (TESTS): Use $(EXEEXT).
10246         * modules/tls-tests: Likewise.
10247         * modules/argp-tests: Likewise.
10248         (check_PROGRAMS): New var, replacing...
10249         (noinst_PROGRAMS, test_argp_SOURCES): Remove.
10250
10251 2006-02-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
10252
10253         * lib/mkdtemp.c, lib/setenv.c, lib/unsetenv.c: Normalize inclusion of
10254         `config.h'.
10255
10256 2006-02-24  Paul Eggert  <eggert@cs.ucla.edu>
10257
10258         * lib/glob.c: Say "invalid" rather than "illegal" in comments.
10259
10260 2006-02-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
10261
10262         Sync from coreutils.
10263         * m4/mkdir-p.m4 (gl_MKDIR_PARENTS): Require gl_FUNC_LCHMOD and
10264         gl_CHDIR_SAFER.
10265
10266 2006-02-22  Jim Meyering  <jim@meyering.net>
10267
10268         Sync from coreutils.
10269         * m4/chdir-safer.m4: New file.
10270
10271 2006-02-20  Paul Eggert  <eggert@cs.ucla.edu>
10272
10273         * lib/getcwd.c (AT_FDCWD): Work around a bug in Solaris 9 and 10, where
10274         AT_FDCWD exceeds INT_MAX.
10275         * lib/openat.h (AT_FDCWD): Likewise.
10276
10277 2006-02-17  Eric Blake  <address@hidden>
10278
10279         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Fix caching error.
10280
10281 2006-02-16  Simon Josefsson  <jas@extundo.com>
10282
10283         * modules/getaddrinfo (Depends-on): Add sys_socket.
10284
10285 2006-02-15  Simon Josefsson  <jas@extundo.com>
10286
10287         * build-aux/maint.mk: Add dsyntax-check rule.
10288
10289 2006-02-15  Eric Blake  <ebb9@byu.net>
10290
10291         * m4/sys_socket_h.m4 (gl_HEADER_SYS_SOCKET): Don't attempt using
10292         winsock2.h or ws2tcpip.h when sys/socket.h is present. Fixes
10293         'present but cannot compile' warnings on cygwin.
10294         * m4/socklen.m4 (gl_TYPE_SOCKLEN_T): Use gl_HEADER_SYS_SOCKET.  Don't
10295         use ws2tcpip.h if sys/socket.h works.
10296         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Use gl_HEADER_SYS_SOCKET.
10297         (gl_GETADDRINFO): Don't use ws2tcpip.h when sys/socket.h is present.
10298
10299 2006-02-14  Simon Josefsson  <jas@extundo.com>
10300
10301         * modules/maintainer-makefile (Files): Rename.
10302
10303         * build-aux/GNUmakefile: Rename Makefile.maint to maint.mk
10304         and (the local) Makefile.cfg to maint-cfg.mk.
10305
10306         * build-aux/Makefile.maint, build-aux/maint.mk: Renamed the former
10307         to the latter.
10308
10309         * modules/maintainer-makefile: New module.
10310
10311         * build-aux/Makefile.maint: New file, from GNU CoreUtils, although
10312         severaly stripped to make it possible to build it up from scratch
10313         with reliable tests.
10314
10315         * build-aux/GNUmakefile: New file, from GNU CoreUtils with some
10316         fixes to permit overriding the default actions when configure and
10317         makefile are not available.
10318
10319 2006-02-14  Paul Eggert  <eggert@cs.ucla.edu>
10320
10321         Sync from coreutils.
10322         * modules/lstat (Depends-on): Don't depend on xalloc.
10323         (License): Change from GPL to LGPL, since this is now simply a
10324         replacement for a libc function.
10325
10326 2006-02-14  Jim Meyering  <jim@meyering.net>
10327
10328         Sync from coreutils.
10329
10330         Eliminate the unwelcome (albeit unlikely) possibility of xmalloc
10331         failure on deficient systems, and simplify gnulib lgpl dependencies.
10332         * lib/lstat.c (rpl_lstat): Rewrite to use stat() in place of the
10333         xmalloc/lstat combination.  Based on a patch from Bruno Haible.
10334
10335         * lib/xalloc-die.c: Remove unused definition of N_.
10336
10337 2006-02-14  Jim Meyering  <jim@meyering.net>
10338
10339         Sync from coreutils.
10340         * m4/ls-mntd-fs.m4 (AC_FUNC_GETMNTENT): Invoke
10341         AC_CHECK_FUNCS(getmntent) unconditionally so that tests of
10342         $ac_cv_func_getmntent (e.g., in gl_LIST_MOUNTED_FILE_SYSTEMS) need not
10343         double-quote uses of that variable, to accommodate the rare case in
10344         which getmntent is available in none of the libraries checked.  This
10345         happens at least on FreeBSD 5.0.
10346
10347 2006-02-13  Simon Josefsson  <jas@extundo.com>
10348
10349         * gnulib-tool (Usage): Fix --import, from
10350         karl@freefriends.org (Karl Berry).
10351
10352 2006-02-13  Sergey Poznyakoff  <gray@gnu.org.ua>
10353
10354         * lib/argp-fmtstream.c: Restore another bugfix lost on 2005-12-12
10355
10356 2006-02-07  Sergey Poznyakoff  <gray@gnu.org.ua>
10357
10358         * lib/argp-namefrob.h: Restore changes accidentally lost during the
10359         "autoupdate" on 2005-12-12.
10360
10361 2006-02-07  Paul Eggert  <eggert@cs.ucla.edu>
10362
10363         * modules/closeout (Depends-on): Remove atexit.
10364
10365 2006-02-07  Paul Eggert  <eggert@cs.ucla.edu>
10366
10367         * lib/closeout.c (close_stdout): Don't assume 'bool' converts nonzero
10368         ints to 0 or 1, as this isn't true for the stdbool.h substitute.
10369
10370 2006-02-05  Paul Eggert  <eggert@cs.ucla.edu>
10371
10372         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Don't #define
10373         __EXTENSIONS__ if this causes compilation to fail.  Problem
10374         reported by Nelson H. F. Beebe with Solaris 10 and Sun C 5.7
10375         c89 -D_XOPEN_SOURCE -D_XOPEN_SOURCE_EXTENDED.
10376
10377 2006-01-27  Paul Eggert  <eggert@cs.ucla.edu>
10378
10379         * lib/fnmatch.c (L_): Renamed from L, to work around a bug in
10380         Mac OS X 10.3.9 with GCC 3 reported by Claudio Fontana in
10381         <http://lists.gnu.org/archive/html/bug-gnulib/2006-01/msg00074.html>.
10382         All uses changed.
10383
10384 2006-01-26  Simon Josefsson  <jas@extundo.com>
10385
10386         * lib/socket_.h: Set WINVER to 0x0501, to make sure getaddrinfo
10387         prototype is visible on mingw32.
10388
10389         * lib/getaddrinfo.h: Define EAI_ADDRFAMILY and EAI_SYSTEM if not set,
10390         for mingw32.
10391
10392         * lib/gai_strerror.c, getaddrinfo.h: Protect netdb.h #include (for
10393         mingw32).
10394
10395 2006-01-26  Paul Eggert  <eggert@cs.ucla.edu>
10396
10397         * lib/fts.c (diropen): Open with O_NOCTTY | O_NONBLOCK too.  Don't
10398         attempt to open for write; this always fails, at least on POSIX
10399         hosts.  This reinstates the 2006-01-09 change, which was
10400         inadvertently removed.
10401
10402 2006-01-26  Bruno Haible  <bruno@clisp.org>
10403
10404         * gnulib-tool (func_import): Use "trap 'exit $?' instead of "trap :".
10405         Reported by Paul Eggert.
10406
10407 2006-01-26  Bruno Haible  <bruno@clisp.org>
10408             Paul Eggert  <eggert@cs.ucla.edu>
10409
10410         * lib/stdbool_.h (_Bool)
10411         [(! (defined __cplusplus || defined __BEOS__)
10412           && !defined __GNUC__
10413           && !(defined __HP_cc || defined __xlc__
10414                || (defined __SUNPRO_C && (__SUNPRO_C < 0x550 || __STDC__ == 1))
10415                || defined __sgi))]:
10416         #define to signed char in these cases too; this simplifies
10417         the code (so that we don't have to worry about HP-UX, AIX, SunPRO,
10418         etc., separately) and makes it more conservative.
10419
10420 2006-01-25  Simon Josefsson  <jas@extundo.com>
10421
10422         * m4/getaddrinfo.m4: Look for getaddrinfo inside ws2tcip.h and
10423         -lws2_32.  Protect sys/socket.h and netdb.h #include's.  Include
10424         ws2tcpip.h with WINVER=0x0501.  All for mingw32.
10425
10426 2006-01-25  Sergey Poznyakoff  <gray@gnu.org.ua>
10427
10428         * lib/argp-namefrob.h: Bugfix. Remove stray #
10429
10430 2006-01-25  Paul Eggert  <eggert@cs.ucla.edu>
10431
10432         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Check for xlc bug if __GCC__ too,
10433         so that we test the test.
10434         Check for yet another HP-UX cc bug involving *bool |= bool.
10435
10436 2006-01-25  Karl Berry  <karl@gnu.org>
10437
10438         * config/srclist.txt (vasnprintf.c): sync lost.
10439
10440 2006-01-25  Jim Meyering  <jim@meyering.net>
10441
10442         Sync from the stable (b5) branch of coreutils:
10443
10444         * lib/fts.c (fts_children): Don't let close() clobber errno from
10445         failed fchdir().
10446
10447         * lib/fts.c (fts_stat): When following a symlink-to-directory,
10448         don't necessarily interpret stat-fails+lstat-succeeds as indicating
10449         a dangling symlink.  That can also happen at least for ELOOP.
10450         The fix: return FTS_SLNONE only when the stat errno is ENOENT.
10451         FYI, this bug predates the inclusion of fts.c in coreutils.
10452
10453         * lib/fts.c (fts_open): Put new maxarglen declaration and uses
10454         in their own block, so pre-c99 compilers don't object.
10455
10456         Avoid the double-free (first in fts_read, second in fts_close) that
10457         would occur when an `active' directory is made inaccessible (e.g.,
10458         via chmod a-x) during a traversal.
10459         * lib/fts.c (fts_read): After a failed fchdir, update sp->fts_cur
10460         before returning.  Reproduce this failure by
10461         mkdir -p a/b; cd a; chmod a-x . b
10462         Reported by Stavros Passas.
10463
10464 2006-01-25  Jim Meyering  <jim@meyering.net>
10465
10466         * lib/fileblocks.c: Remove more useless parentheses.
10467         * lib/readutmp.h: Likewise.
10468
10469 2006-01-25  Bruno Haible  <bruno@clisp.org>
10470
10471         * lib/stdbool_.h (_Bool) [IRIX cc]: Define as 'signed char', to avoid
10472         warnings.
10473         Reported by Paul Eggert.
10474
10475 2006-01-25  Bruno Haible  <bruno@clisp.org>
10476
10477         * gnulib-tool (func_import): Use "trap :" instead of "trap -" to get
10478         rid of a trap command. For Solaris sh.
10479         Reported by Mark D. Baushke <mdb@gnu.org>.
10480
10481 2006-01-24  Simon Josefsson  <jas@extundo.com>
10482
10483         * lib/socket_.h (SHUT_WR, SHUT_RDWR): Don't hardcode, suggested by
10484         Bruno.
10485
10486 2006-01-24  Karl Berry  <karl@gnu.org>
10487
10488         * config/srclist.txt (argp-namefrob.h): sync lost.
10489
10490 2006-01-24  Jim Meyering  <jim@meyering.net>
10491
10492         * modules/openat (Files): Add lib/intprops.h.
10493         From Mark D. Baushke.
10494
10495 2006-01-24  Jim Meyering  <jim@meyering.net>
10496
10497         * m4/openat.m4 (gl_FUNC_OPENAT): Add AC_LIBSOURCES([intprops.h]).
10498         Reported by Mark D. Baushke.
10499
10500 2006-01-24  Jim Meyering  <jim@meyering.net>
10501
10502         * lib/socket_.h: Remove useless parentheses in uses of cpp `defined'.
10503
10504 2006-01-24  Bruno Haible  <bruno@clisp.org>
10505
10506         * modules/strnlen (Maintainer): Change from glibc to all.
10507
10508 2006-01-24  Bruno Haible  <bruno@clisp.org>
10509
10510         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Check for IBM and HP-UX bugs.
10511         Patch by Paul Eggert.
10512
10513 2006-01-24  Bruno Haible  <bruno@clisp.org>
10514
10515         * lib/stdbool_.h (_Bool) [__cplusplus]: Don't define if the compiler
10516         already has it.
10517         Report and patch by Albert Chin-A-Young  <china@thewrittenword.com> on
10518         2005-11-26.
10519
10520         * lib/stdbool_.h (_Bool) [HP-UX cc, AIX cc,xlc]: Define as
10521         'signed char' to avoid problems with the built-in _Bool type.
10522         Reported by Paul Eggert on 2005-11-26.
10523
10524 2006-01-24  Bruno Haible  <bruno@clisp.org>
10525
10526         * gnulib-tool (func_import): Avoid constructing complicated sed
10527         expressions inside backquote.
10528         Report and solution by Mark D. Baushke <mdb@gnu.org>.
10529
10530 2006-01-23  Ulrich Drepper  <drepper@redhat.com>
10531
10532         These changes imported from libc.
10533         * lib/getopt.c: Use __fxprintf instead of inline stream orientation
10534         test and two separate function calls.
10535         * lib/strndup.c (__strndup): Add libc_hidden_def.
10536
10537 2006-01-23  Simon Josefsson  <jas@extundo.com>
10538
10539         * modules/lock-tests: Use check_PROGRAMS instead of noinst_PROGRAMS.
10540         Remove the test_*_SOURCES variable: automake infers it by default.
10541         * modules/tls-tests: Likewise.
10542
10543 2006-01-23  Paul Eggert  <eggert@cs.ucla.edu>
10544
10545         Work around porting bugs reported by Dieter in
10546         <http://lists.gnu.org/archive/html/bug-bison/2006-01/msg00049.html>.
10547         * lib/getopt.c (_NOPROTO): Remove; no longer needed.
10548         Include <stdlib.h> and <unistd.h> in all environments; it's safe now.
10549         Include "getopt.h" first, to check interface.
10550         (getenv): Declare only if defined HAVE_DECL_GETENV &&
10551         !HAVE_DECL_GETENV.
10552         * lib/strndup.c [!_LIBC]: Include "strndup.h" to get prototype.
10553         (__strndup): Revert to K&R-style function dfns, the glibc style.
10554         * lib/strnlen.c: Don't claim it's taken from glibc; it's not.
10555         (strnlen, __strnlen): Remove #defines and #undefs; not needed.
10556         Include strnlen.h first, to get prototype properly.
10557         (strnlen): Renamed from __strnlen.
10558         Remove weak alias.
10559
10560 2006-01-23  Paul Eggert  <eggert@cs.ucla.edu>
10561
10562         * m4/getopt.m4 (gl_PREREQ_GETOPT): Check for getenv decl.
10563
10564 2006-01-23  Paul Eggert  <eggert@cs.ucla.edu>
10565
10566         * config/srclist.txt: Adjust to reflect glibc reorganization.
10567         This affects only comments.
10568
10569 2006-01-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny change)
10570
10571          * gnulib-tool, build-aux/csharpcomp.sh.in: Do not pass `-q' to mktemp.
10572          Reported by Bruce Korb <bkorb@gnu.org>.
10573
10574 2006-01-22  Paul Eggert  <eggert@cs.ucla.edu>
10575
10576         * lib/quotearg.c (quotearg_buffer_restyled): Add "default: break;"
10577         to pacify gcc -Wswitch-default.
10578
10579 2006-01-22  Bruno Haible  <bruno@clisp.org>
10580
10581         * lib/vasnprintf.c (VASNPRINTF): In the computation of the size of the
10582         temporary buffer for sprintf, take into account the precision also
10583         for 'd', 'i', 'u', 'o', 'x', 'X'.
10584
10585 2006-01-21  Sergey Poznyakoff  <gray@gnu.org.ua>
10586
10587         * modules/argp-tests: New module
10588         * tests/test-argp.c: New file
10589         * tests/test-argp-2.sh: New file
10590
10591 2006-01-21  Sergey Poznyakoff  <gray@gnu.org.ua>
10592
10593         * lib/argp-help.c (usage_long_opt): Do not print DOC options.
10594         (__argp_base_name): Removed
10595         * lib/argp-namefrob.h (__argp_basename): Removed definition. Was a
10596         typo.
10597         (__argp_base_name): Provide macro definition or extern declaration
10598         depending on the configuration
10599
10600 2006-01-20  Simon Josefsson  <jas@extundo.com>
10601
10602         * modules/inet_ntop (Depends-on): Depend on sys_socket.
10603
10604 2006-01-20  Simon Josefsson  <jas@extundo.com>
10605
10606         * lib/inet_ntop.h: Unconditionally include sys/socket.h.
10607
10608 2006-01-20  Paul Eggert  <eggert@cs.ucla.edu>
10609
10610         * m4/lib-ignore.m4 (gl_IGNORE_UNUSED_LIBRARIES): Use -Wl,-z,ignore
10611         rather than -Xlinker -z -Xlinker ignore, as it's more portable.
10612         Suggested by Bruno Haible.
10613
10614 2006-01-20  Karl Berry  <karl@gnu.org>
10615
10616         * config/srclist.txt (argp-fmtstream.h, localcharset.c): comment out
10617         until changes propagate, I guess.
10618
10619 2006-01-19  Simon Josefsson  <jas@extundo.com>
10620
10621         * m4/socklen.m4: Look in ws2tcpip.h too, for mingw32.
10622
10623 2006-01-19  Simon Josefsson  <jas@extundo.com>
10624
10625         * lib/socket_.h: Map SHUT_RD, SHUT_WR, SHUT_RDWR correctly.
10626
10627 2006-01-19  Simon Josefsson  <jas@extundo.com>
10628
10629         * gnulib-tool: Set check_PROGRAMS.
10630
10631         * modules/arcfour-tests, modules/arctwo-tests, modules/crc-tests,
10632         modules/des-tests, modules/gc-arcfour-tests,
10633         modules/gc-arctwo-tests, modules/gc-des-tests,
10634         modules/gc-hmac-md5-tests, modules/gc-hmac-sha1-tests,
10635         modules/gc-md2-tests, modules/gc-md4-tests, modules/gc-md5-tests,
10636         modules/gc-pbkdf2-sha1-tests, modules/gc-rijndael-tests,
10637         modules/gc-sha1-tests, modules/gc-tests, modules/hmac-md5-tests,
10638         modules/hmac-sha1-tests, modules/md2-tests, modules/md4-tests,
10639         modules/md5-tests, modules/readline, modules/rijndael-tests: Use
10640         check_PROGRAMS instead of noinst_PROGRAMS to be able to remove
10641         test_*_SOURCES.
10642
10643 2006-01-18  Simon Josefsson  <jas@extundo.com>
10644
10645         * modules/socklen (Depends-on): Depend on sys_socket.
10646
10647 2006-01-18  Simon Josefsson  <jas@extundo.com>
10648
10649         * modules/arcfour-tests, modules/arctwo-tests, modules/crc-tests,
10650         modules/des-tests, modules/gc-arcfour-tests,
10651         modules/gc-arctwo-tests, modules/gc-des-tests,
10652         modules/gc-hmac-md5-tests, modules/gc-hmac-sha1-tests,
10653         modules/gc-md2-tests, modules/gc-md4-tests, modules/gc-md5-tests,
10654         modules/gc-pbkdf2-sha1-tests, modules/gc-rijndael-tests,
10655         modules/gc-sha1-tests, modules/gc-tests, modules/hmac-md5-tests,
10656         modules/hmac-sha1-tests, modules/md2-tests, modules/md4-tests,
10657         modules/md5-tests, modules/readline, modules/rijndael-tests: Add
10658         $(EXEEXT) to automake TESTS variable, for mingw32.
10659
10660 2006-01-17  Simon Josefsson  <jas@extundo.com>
10661
10662         * modules/socklen (Include): Need sys/socket.h.
10663
10664 2006-01-17  Bruno Haible  <bruno@clisp.org>
10665
10666         * modules/ssize_t (Include): Add <sys/types.h>.
10667
10668 2006-01-16  Paul Eggert  <eggert@cs.ucla.edu>
10669
10670         * m4/lib-ignore.m4 (gl_IGNORE_UNUSED_LIBRARIES): Don't use ldd, as
10671         it's not portable and it doesn't work with cross-compiles.
10672         Problem reported by Bruno Haible.  Fix missing-$ typo in
10673         'test "gl_cv_ignore_unused_libraries" ...' that prevented
10674         -zignore from being used with Sun's C compiler.
10675
10676 2006-01-12  Simon Josefsson  <jas@extundo.com>
10677
10678         * lib/base64.c: Fix warning, reported by Bruno Haible
10679         <bruno@clisp.org> and patch by Paul Eggert <eggert@CS.UCLA.EDU>.
10680
10681 2006-01-12  Bruno Haible  <bruno@clisp.org>
10682
10683         * modules/ldd: New file.
10684         * build-aux/ldd.sh.in: New file.
10685         * MODULES.html.sh (Support for building libraries and executables): Add
10686         ldd.
10687
10688 2006-01-12  Bruno Haible  <bruno@clisp.org>
10689
10690         * m4/ldd.m4: New file.
10691
10692 2006-01-12  Bruno Haible  <bruno@clisp.org>
10693
10694         * gnulib-tool (func_import, func_create_testdir): Don't go into an
10695         endless loop while replacing $auxdir with build-aux.
10696
10697 2006-01-11  Simon Josefsson  <jas@extundo.com>
10698
10699         * lib/stdint_.h (SIZE_MAX): Add missing (.
10700
10701 2006-01-11  Paul Eggert  <eggert@cs.ucla.edu>
10702
10703         Sync from coreutils.
10704         * lib/md5.c: Fix commentary typos.
10705         (alignof, UNALIGNED_P): No need for a GCC-specific version.
10706         * lib/md5.h (__attribute__): Remove; unused.
10707         * lib/sha1.c: Fix commentary to match md5 better.
10708         * lib/sha1.h (struct sha1_ctx): Use a word buffer, not a byte buffer,
10709         so that we don't need to worry about alignment.  All uses changed.
10710         This merges the 2005-10-28 md5 change into sha1.
10711
10712 2006-01-11  Jim Meyering  <jim@meyering.net>
10713
10714         Sync from coreutils.
10715         * lib/md5.c (OP): Fix spacing.
10716
10717 2006-01-11  Bruno Haible  <bruno@clisp.org>
10718
10719         Ensure automatic ordering between gl_LOCK and gl_ARGP.
10720         * m4/lock.m4 (gl_LOCK_BODY): Renamed from gl_LOCK.
10721         (gl_LOCK): New macro, requiring gl_LOCK_BODY.
10722
10723 2006-01-11  Bruno Haible  <bruno@clisp.org>
10724
10725         Ensure automatic ordering between gl_LOCK and gl_ARGP.
10726         * gnulib-tool (func_import, func_create_testdir): Put gl_LOCK into
10727         the "early" section as well.
10728
10729 2006-01-11  Bruno Haible  <bruno@clisp.org>
10730
10731         Avoid "ar: no archive members specified" error on MacOS X.
10732         * gnulib-tool (func_modules_add_dummy): New function.
10733         (func_import, func_create_testdir): Invoke it.
10734
10735 2006-01-11  Bruno Haible  <bruno@clisp.org>
10736
10737         * gnulib-tool (func_import, func_create_testdir): Replace build-aux
10738         with $auxdir in AC_CONFIG_FILES statements.
10739
10740 2006-01-11  Bruno Haible  <bruno@clisp.org>
10741
10742         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
10743         Initialize also noinst_HEADERS to empty.
10744
10745 2006-01-11  Bruno Haible  <bruno@clisp.org>
10746
10747         * gnulib-tool (AUTOMAKEPATH, AUTOCONF, ACLOCAL, AUTOMAKE): New
10748         variables.
10749         (func_create_megatestdir): Call aclocal, autoconf, automake here, not
10750         autoreconf.
10751
10752 2006-01-11  Bruno Haible  <bruno@clisp.org>
10753
10754         * gnulib-tool (AUTOCONF, ACLOCAL, AUTOMAKE, AUTORECONF): Make
10755         overridable by the user.
10756         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
10757
10758 2006-01-10  Simon Josefsson  <jas@extundo.com>
10759
10760         * modules/sys_socket: New file.
10761
10762 2006-01-10  Simon Josefsson  <jas@extundo.com>
10763
10764         * m4/sys_socket_h.m4: New file.
10765
10766 2006-01-10  Simon Josefsson  <jas@extundo.com>
10767
10768         * lib/socket_.h: New file.
10769
10770 2006-01-10  Paul Eggert  <eggert@cs.ucla.edu>
10771
10772         * modules/readutmp (Maintainer): Add myself.
10773
10774 2006-01-10  Paul Eggert  <eggert@cs.ucla.edu>
10775
10776         * m4/memcoll.m4 (gl_MEMCOLL): Don't require AC_FUNC_MEMCMP, undoing
10777         the 2002-12-31 change.  Problem and fix reported by Bruno Haible.
10778         People who are still concerned with buggy memcmp implementations
10779         can invoke gl_FUNC_MEMCMP themselves.
10780
10781 2006-01-10  Paul Eggert  <eggert@cs.ucla.edu>
10782
10783         * lib/regex_internal.h (BITSET_WORD_BITS):
10784         Work around a bug in 64-bit PGC (before version 6.1-2), where the
10785         preprocessor mishandles large unsigned values as if they were signed.
10786         Problem reported by Claudio Fontana in
10787         <http://lists.gnu.org/archive/html/bug-gnulib/2005-12/msg00061.html>.
10788
10789 2006-01-10  Jim Meyering  <jim@meyering.net>
10790
10791         Avoid the double-free (first in fts_read, second in fts_close) that
10792         would occur when an `active' directory is made inaccessible (e.g.,
10793         via chmod a-x) during a traversal.
10794         * lib/fts.c (fts_read): After a failed fchdir, update sp->fts_cur
10795         before returning.  Reproduce this failure by
10796         mkdir -p a/b; cd a; chmod a-x . b
10797         Reported by Stavros Passas.
10798
10799         Sync from coreutils.
10800         * lib/sha1.c: Tweak grammar in a comment.
10801
10802 2006-01-10  Jim Meyering  <jim@meyering.net>
10803
10804         * m4/fpending.m4: Also include <stdio.h>, for Dragonfly.
10805         Patch by Joerg Sonnenberger.
10806
10807 2006-01-10  Bruno Haible  <bruno@clisp.org>
10808
10809         * modules/readutmp: Depend on module free.
10810         * modules/strtok_r: Depend on module restrict.
10811
10812 2006-01-10  Bruno Haible  <bruno@clisp.org>
10813
10814         * modules/gettext (configure.ac): Add an invocation of
10815         AM_GNU_GETTEXT_VERSION. Needed since autoreconf is used by gnulib-tool.
10816
10817 2006-01-10  Bruno Haible  <bruno@clisp.org>
10818
10819         * m4/localcharset.m4 (gl_LOCALCHARSET): Also test for getc_unlocked.
10820         Reported by Werner Lemberg <wl@gnu.org>.
10821
10822 2006-01-10  Bruno Haible  <bruno@clisp.org>
10823
10824         * lib/localcharset.c: Update from GNU gettext.
10825
10826 2006-01-10  Bruno Haible  <bruno@clisp.org>
10827
10828         * lib/argp.h (__const): Remove macro. Use const instead.
10829         * lib/argp-fmtstream.h (__const): Likewise.
10830         * lib/glob_.h (__const): Remove macro.
10831         * lib/glob-libc.h: Use const instead of __const.
10832
10833 2006-01-10  Bruno Haible  <bruno@clisp.org>
10834
10835         * gnulib-tool (func_emit_tests_Makefile_am): Emit an empty SUBDIR
10836         variable.
10837         Needed to avoid an automake error regarding the 'gettext' module.
10838
10839 2006-01-09  Simon Josefsson  <jas@extundo.com>
10840
10841         * modules/inet_ntop (Depends-on): Add restrict.
10842
10843 2006-01-09  Simon Josefsson  <jas@extundo.com>
10844
10845         * modules/gc-rijndael-tests (License): Put under LGPL.
10846
10847         * modules/gc-des-tests (License): Likewise.
10848
10849         * modules/gc-arcfour-tests (License): Likewise.
10850
10851         * modules/gc-arctwo-tests (License): Likewise.
10852
10853         * modules/gc-pbkdf2-sha1-tests (License): Likewise.
10854
10855         * modules/gc-hmac-sha1-tests (Files): Likewise.
10856
10857         * modules/gc-hmac-md5-tests (License): Likewise.
10858
10859         * modules/gc-sha1-tests (License): Likewise.
10860
10861         * modules/gc-md5-tests (License): Likewise.
10862
10863         * modules/gc-md4-tests (License): Likewise.
10864
10865         * modules/gc-md2-tests (License): Likewise.
10866
10867         * modules/gc-tests (License): Likewise.
10868
10869         * modules/des-tests (License): Likewise.
10870
10871         * modules/md4-tests (License): Likewise.
10872
10873         * modules/md2-tests (License): Likewise.
10874
10875 2006-01-09  Paul Eggert  <eggert@cs.ucla.edu>
10876
10877         Sync from coreutils:
10878
10879         * MODULES.html.sh (build_lib): New section, with new lib-ignore module.
10880         * modules/lib-ignore: New file.
10881         * modules/mkdir-p (Files): Add chdir-safer.c, chdir-safer.h, lchmod.h,
10882         chdir-safer.m4, lchmod.m4.
10883         * modules/openat: Add mkdirat.c, openat-priv.h.
10884
10885 2006-01-09  Paul Eggert  <eggert@cs.ucla.edu>
10886
10887         Sync from coreutils.
10888         * m4/lib-ignore.m4: New file.
10889         * m4/lchmod.m4: New file.
10890
10891 2006-01-09  Paul Eggert  <eggert@cs.ucla.edu>
10892
10893         Sync from coreutils.
10894         * lib/chdir-long.c (cdb_free): Don't bother trying to open directory
10895         for write access: POSIX says that must fail.
10896         * lib/fts.c (diropen): Likewise.
10897         * lib/save-cwd.c (save_cwd): Likewise.
10898         * lib/chdir-long.c (cdb_free): Open with O_NOCTTY | O_NONBLOCK as
10899         well, for minor improvements on hosts that lack O_DIRECTORY.
10900         * lib/chown.c (rpl_chown) [CHOWN_MODIFIES_SYMLINK]:
10901         Don't try O_WRONLY unless O_RDONLY failed wth EACCES.
10902         Fall back on chown if open failed with EACCES.
10903
10904         * lib/gettime.c (gettime) [!defined OK_TO_USE_1S_CLOCK]:
10905         Report an error at compile-time if only a 1-second nominal clock
10906         resolution is found.
10907
10908         * lib/lchmod.h: New file.
10909         * lib/mkdir-p.c: Include lchmod.h, lchown.h.
10910         (make_dir_parents): Use lchown rather than chown, and
10911         lchmod rather than chmod.
10912
10913         * lib/mountlist.c (ME_DUMMY): "none" and "proc" file systems are
10914         dummies too.  Problem with "none" reported by Bob Proulx.  Problem with
10915         "proc" reported by n0dalus.
10916
10917         * lib/mountlist.c: Include <limits.h>.
10918         (dev_from_mount_options)
10919         [defined MOUNTED_GETMNTENT1 || defined MOUNTED_GETMNTENT2]:
10920         New function.  It no longer assumes "dev=" has the System V meaning
10921         on Linux (since it doesn't).  It also parses "dev=" more carefully.
10922         (read_file_system_list)
10923         [defined MOUNTED_GETMNTENT1 || defined MOUNTED_GETMNTENT2]: Use it.
10924         MOUNTED_GETMNTENT2 is new here; the code didn't used to look for
10925         dev= in that case.
10926
10927         * lib/posixtm.h (PDS_PRE_2000): New macro.
10928         * lib/posixtm.c (year): Arg is now syntax_bits rather than
10929         allow_century.  All usages changed.  Reject dates outside the range
10930         1969-1999 if PDS_PRE_2000 is used.
10931
10932 2006-01-09  Paul Eggert  <eggert@cs.ucla.edu>
10933
10934         Sync from coreutils.
10935         * doc/getdate.texi (General date syntax): Invalid dates are rejected.
10936         (Time of day items): Mention the possibility of leap seconds.
10937         Problem reported by Dr. David Alan Gilbert.
10938
10939 2006-01-09  Jim Meyering  <jim@meyering.net>
10940
10941         Sync from coreutils.
10942
10943         * lib/version-etc.c (COPYRIGHT_YEAR): Update to 2006.
10944
10945         * lib/chdir-safer.h, lib/chdir-safer.c: New files.
10946
10947         * lib/modechange.c (mode_compile): Reject an invalid mode string
10948         that starts with an octal digit.  From Andreas Gruenbacher.
10949
10950         * lib/openat.c: Include "fcntl--.h" and "unistd--.h", to map open
10951         and dup to open_safer and dup_safer, respectively.
10952         (openat_permissive): Fix typo in comment.
10953
10954         * lib/openat.c: Don't include <stdlib.h>, <unistd.h>, <fcntl.h>,
10955         "gettext.h"; either no longer needed or are guaranteed by openat.h.
10956         (_): Remove; no longer needed.
10957         (openat): Renamed from rpl_openat; no need for rpl_openat
10958         since openat.h renames openat for us.
10959         Replace most of the body with a call to openat_permissive,
10960         to avoid duplicate code.
10961         Port to (probably hypothetical) environments were mode_t is
10962         wider than int.
10963         (openat_permissive): Require mode arg, so that we can check
10964         types better.  Put it just after flags.  Change cwd failure
10965         indicator from pointer-to-bool to pointer-to-errno-value.
10966         All callers changed.
10967         Invoke openat_save_fail and/or openat_restore_fail if
10968         cwd_errno is null, so that openat can call us.
10969         (openat_permissive, fdopendir, fstatat, unlinkat):
10970         Simplify errno handling to avoid some duplicate code,
10971         as it's OK to set errno on success.
10972         * lib/openat.h: Revamp code so that function macros depend on
10973         __OPENAT_PREFIX only, not also on AT_FDCWD.
10974         (openat_ro): Remove.  Caller changed to use openat_permissive.
10975         (openat_permissive): Now a macro, if not a function.
10976         (openat_restore_fail, openat_save_fail): Now always functions,
10977         since mkdirat needs them even if __OPENAT_PREFIX is defined.
10978
10979         * lib/openat-priv.h: New file, defining macros used by mkdirat.c
10980         and openat.c.
10981         * lib/mkdirat.c: Include openat-priv.h.
10982         Remove definitions of macros defined therein.
10983         * lib/openat.c: Likewise.
10984
10985         * lib/mkdirat.c (mkdirat): New file and function.
10986         * lib/openat.h (mkdirat): Declare.
10987
10988         * lib/openat.c (fdopendir): Don't change errno when returning non-NULL.
10989
10990         * lib/openat.h (openat_permissive): Declare.
10991         (openat_ro): Define.
10992
10993         * lib/openat.c (EXPECTED_ERRNO): New macro.
10994         (openat_permissive): New function -- used in remove.c rewrite.
10995         (all functions): Set errno just before returning, only if there
10996         was an actual failure.
10997         Use EXPECTED_ERRNO rather than comparing against only ENOTDIR.
10998
10999         Emulate openat-family functions using Linux's procfs, if possible.
11000         Idea and some code based on Ulrich Drepper's glibc changes.
11001
11002         * lib/openat.c: (BUILD_PROC_NAME): New macro.
11003         Include <stdio.h>, <string.h>, "alloca.h" and "intprops.h".
11004         (rpl_openat): Emulate by trying to open /proc/self/fd/%d/%s,
11005         before falling back on save_cwd and restore_cwd.
11006         (fdopendir, fstatat, unlinkat): Likewise.
11007
11008         * lib/openat.c (fstatat, unlinkat): Perform the syscall directly,
11009         skipping the save_cwd...restore_cwd overhead, if FILE is absolute.
11010
11011         * lib/openat.c (rpl_openat): Use the promoted type (int), not mode_t,
11012         as second argument to va_arg.  Otherwise, some versions of gcc
11013         warn that `if this code is reached, the program will abort'.
11014
11015 2006-01-09  Jim Meyering  <jim@meyering.net>
11016
11017         Sync from coreutils.
11018         * m4/openat.m4 (gl_FUNC_OPENAT): Require and compile mkdirat.c.
11019         Require openat-priv.h.
11020
11021 2006-01-09  Bruno Haible  <bruno@clisp.org>
11022
11023         * modules/strnlen (Include): Use strnlen.h.
11024
11025 2006-01-09  Bruno Haible  <bruno@clisp.org>
11026
11027         * m4/stdint.m4 (gl_STDINT_H): Also test for <sys/bitypes.h>.
11028
11029 2006-01-09  Bruno Haible  <bruno@clisp.org>
11030
11031         * lib/sysexit_.h (EX_OK): New macro.
11032         Suggested by Martin Lambers <marlam@marlam.de>.
11033
11034 2006-01-09  Bruno Haible  <bruno@clisp.org>
11035
11036         * lib/stdint_.h: On Linux libc4 and libc5, include <sys/bitypes.h> and
11037         don't define _STDINT_H_NEED_SIGNED_INT_TYPES.
11038
11039 2006-01-09  Bruno Haible  <bruno@clisp.org>
11040
11041         * lib/stdint_.h (SIZE_MAX): Write the value without involving negative
11042         numbers.
11043
11044 2006-01-09  Bruno Haible  <bruno@clisp.org>
11045
11046         * lib/javacomp.sh.in: Move to ../build-aux/javacomp.sh.in.
11047         * lib/javaexec.sh.in: Move to ../build-aux/javaexec.sh.in.
11048         * lib/csharpcomp.sh.in: Move to ../build-aux/csharpcomp.sh.in.
11049         * lib/csharpexec.sh.in: Move to ../build-aux/csharpexec.sh.in.
11050
11051 2006-01-09  Bruno Haible  <bruno@clisp.org>
11052
11053         * build-aux/javacomp.sh.in: New file, moved from lib/.
11054         * modules/javacomp-script (Files): Update.
11055         (configure.ac): Add AC_CONFIG_FILES invocation.
11056         (EXTRA_DIST): Remove variable.
11057
11058         * build-aux/javaexec.sh.in: New file, moved from lib/.
11059         * modules/javaexec (Files): Update.
11060         (configure.ac): Add AC_CONFIG_FILES invocation.
11061         (EXTRA_DIST): Remove javaexec.sh.in.
11062
11063         * build-aux/csharpcomp.sh.in: New file, moved from lib/.
11064         * modules/csharpcomp-script (Files): Update.
11065         (configure.ac): Add AC_CONFIG_FILES invocation.
11066         (EXTRA_DIST): Remove variable.
11067
11068         * build-aux/csharpexec.sh.in: New file, moved from lib/.
11069         * modules/csharpexec (Files): Update.
11070         (configure.ac): Add AC_CONFIG_FILES invocation.
11071         (EXTRA_DIST): Remove csharpexec.sh.in.
11072
11073 2006-01-09  Andreas Gruenbacher  <agruen@suse.de>
11074
11075         Sync from coreutils.
11076
11077         Add POSIX ACL support
11078         * lib/acl.h (copy_acl, set_acl): Add declarations.
11079         * lib/acl.c (acl_entries): Add fallback implementation for POSIX ACL
11080         systems other than Linux.
11081         (chmod_or_fchmod): New function: use fchmod when possible,
11082         and chmod otherwise.
11083         (file_has_acl): Add a POSIX ACL implementation, with a
11084         Linux-specific subcase.
11085         (copy_acl): Add: copy an acl and S_ISUID, S_ISGID, and
11086         S_ISVTX from one file to another.  Fall back to fchmod/chmod when
11087         acls are unsupported.
11088         (set_acl): Add: set a file's acl and S_ISUID, S_ISGID, and
11089         S_ISVTX to a defined value.  Fall back to fchmod/chmod when acls
11090         are unsupported.
11091
11092 2006-01-09  Andreas Gruenbacher  <agruen@suse.de>
11093
11094         Sync from coreutils.
11095         * m4/acl.m4 (AC_FUNC_ACL): Add POSIX ACL and Linux-specific acl tests.
11096
11097 2006-01-07  Bruno Haible  <bruno@clisp.org>
11098
11099         * gnulib-tool (func_import): Add an AC_PROG_RANLIB dependency to
11100         gl_EARLY.
11101
11102 2006-01-04  Paul Eggert  <eggert@cs.ucla.edu>
11103
11104         * lib/strftime.c (tzname): Don't declare if it is already #defined.
11105         Problem reported for Mingw by Mark Junker.
11106
11107 2006-01-04  Paul Eggert  <eggert@cs.ucla.edu>
11108
11109         * README: Gnulib normally doesn't generate a tarball.
11110
11111 2006-01-03  Paul Eggert  <eggert@cs.ucla.edu>
11112
11113         * lib/xtime.h (xtime_make, xtime_nonnegative_nsec, xtime_nsec): Use
11114         long int, not int, for nanosecond counts, so that people who are
11115         used to POSIX struct timespec won't be surprised.  Reported by Jim
11116         Meyering.
11117
11118 2005-12-28  Bruno Haible  <bruno@clisp.org>
11119
11120         * build-aux/config.rpath: Update from GNU gettext.
11121
11122 2005-12-16  Jim Meyering  <jim@meyering.net>
11123
11124         * modules/fprintftime: New module.
11125         * MODULES.html.sh (Date and time <time.h>): Add fprintftime.
11126
11127 2005-12-16  Jim Meyering  <jim@meyering.net>
11128
11129         * m4/fprintftime.m4: New file.
11130
11131 2005-12-16  Jim Meyering  <jim@meyering.net>
11132
11133         * lib/fprintftime.c, lib/fprintftime.h: New files.
11134
11135 2005-12-15  Simon Josefsson  <jas@extundo.com>
11136
11137         * modules/socklen (configure.ac): Fix M4 macro name, to align with
11138         new m4/socklen.m4.
11139
11140 2005-12-10  Sergey Poznyakoff  <gray@gnu.org.ua>
11141
11142         * m4/argp.m4: Define HAVE_DECL_PROGRAM_INVOCATION_NAME and
11143         HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME
11144
11145 2005-12-10  Sergey Poznyakoff  <gray@gnu.org.ua>
11146
11147         * lib/argp-fmtstream.c (__argp_fmtstream_update): Fix coredump
11148         * lib/argp-help.c (fill_in_uparams): Check if the constructed
11149         struct uparams is valid. Fall back to the default values if it is
11150         not.
11151
11152 2005-12-09  Sergey Poznyakoff  <gray@gnu.org.ua>
11153
11154         * modules/argp (Files): Add argp-pin.c
11155         (Depends-on): dirname
11156         (lib_SOURCES): Add argp-pin.c
11157
11158 2005-12-09  Sergey Poznyakoff  <gray@gnu.org.ua>
11159
11160         * m4/argp.m4:  Check if program_invocation_name and
11161         program_invocation_short_name are declared and define appropriate
11162         macros if they are not.
11163
11164 2005-12-09  Sergey Poznyakoff  <gray@gnu.org.ua>
11165
11166         * lib/argp-help.c (__argp_base_name): New function
11167         (__argp_short_program_name): Rewrite using __argp_base_name
11168         * lib/argp-namefrob.h: Define program_invocation_name and
11169         program_invocation_short_name if requested
11170         (__argp_base_name): Add prototype
11171         * lib/argp-parse.c (argp_def): Use gettext wrappers
11172         (argp_default_parser): Use __argp_base_name
11173         * lib/argp-pin.c: New file. Defines program_invocation_name and
11174         program_invocation_short_name on systems that lack them.
11175
11176 2005-12-07  Paul Eggert  <eggert@cs.ucla.edu>
11177
11178         * m4/stat-time.m4 (gl_STAT_TIME): 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-07  Paul Eggert  <eggert@cs.ucla.edu>
11184
11185         * lib/stat-time.h (STATE_TIMESPEC, STAT_TIMESPEC_NS): Add check for
11186         TYPEOF_STRUCT_STAT_ST_ATIM_IS_STRUCT_TIMESPEC, to fix IRIX 5.3
11187         porting problem reported by Georg Schwarz in
11188         <http://lists.gnu.org/archive/html/bug-coreutils/2005-12/msg00083.html>.
11189
11190 2005-12-05  Bruno Haible  <bruno@clisp.org>
11191
11192         * lib/csharpcomp.sh.in (options_csc): For -l option, add a .dll suffix.
11193         * lib/csharpcomp.c (compile_csharp_using_sscli): Likewise.
11194         Reported by Mark Junker <mjscod@gmx.de>.
11195
11196 2005-12-02  Paul Eggert  <eggert@cs.ucla.edu>
11197
11198         * m4/socklen.m4 (gl_TYPE_SOCKLEN_T): Renamed from gl_SOCKLEN_T.
11199         Use implementation from Albert Chin, with some
11200         comments/corrections by Stepan Kasal and myself.
11201
11202 2005-12-02  Bruno Haible  <bruno@clisp.org>
11203
11204         * gnulib-tool (func_import): Accept GPLed build tool modules when
11205         --lgpl is given.
11206         * modules/csharpcomp-script: New file.
11207         * modules/csharpcomp: Depend on it.
11208         * modules/javacomp-script: New file.
11209         * modules/javacomp: Depend on it.
11210         Suggested by Simon Josefsson.
11211
11212 2005-12-01  Paul Eggert  <eggert@cs.ucla.edu>
11213
11214         * m4/regex.m4 (gl_REGEX): Check whether off_t can be used in a switch
11215         statement, to work around an HP-UX 10.20 compiler bug reported by
11216         Peter O'Gorman.
11217
11218 2005-11-29  Paul Eggert  <eggert@cs.ucla.edu>
11219
11220         * modules/savedir (Depends-on): Add openat.
11221
11222 2005-11-29  Paul Eggert  <eggert@cs.ucla.edu>
11223
11224         * lib/stdint_.h (intmax_t) [defined intmax_t]: Do not declare.
11225         (uintmax_t) [defined uintmax_t]: Do not declare.
11226         (SIZE_MAX) [defined SIZE_MAX]: Do not define.
11227         This works around a problem if intmax_t.m4 and/or uintmax_t.m4
11228         and/or size_max.m4 are also used.  Problem reported by Mark D. Baushke.
11229         (SIZE_MAX): Define to ((size_t) -1), not (~(size_t)0), for the
11230         sake of portability to weird hosts that C allows (though we don't
11231         know of any practical examples).
11232
11233         * lib/savedir.h (fdsavedir): New decl.
11234         * lib/savedir.c (fdsavedir, savedirstream): New functions; the latter
11235         contains most of the former guts of savedir.
11236         (savedir): Use savedirstream.
11237         Include "openat.h".
11238
11239 2005-11-25  Paul Eggert  <eggert@cs.ucla.edu>
11240
11241         * modules/obstack (Files): Add m4/ulonglong.m4.
11242         Problem reported by Davide Angelocola.
11243
11244 2005-11-15  Paul Eggert  <eggert@cs.ucla.edu>
11245
11246         * lib/xstrtod.c: Don't bother with #pragma STDC FENV_ACCESS ON, as
11247         coreutils no longer futzes with rounding modes.
11248
11249 2005-11-14  Jim Meyering  <jim@meyering.net>
11250
11251         * lib/mkstemp-safer.c: Include <config.h>, required for possible
11252         replacement of mkstemp.
11253
11254 2005-11-10  Simon Josefsson  <jas@extundo.com>
11255
11256         * lib/readline.c: Remove EOL.
11257
11258 2005-11-10  Paul Eggert  <eggert@cs.ucla.edu>
11259
11260         * modules/gethrxtime (Depends-on): Add gettime.
11261
11262 2005-11-10  Paul Eggert  <eggert@cs.ucla.edu>
11263
11264         * m4/gethrxtime.m4 (gl_PREREQ_GETHRXTIME): Don't require AC_HEADER_TIME
11265         or gettimeofday; no longer needed.
11266
11267 2005-11-10  Paul Eggert  <eggert@cs.ucla.edu>
11268
11269         * lib/gethrxtime.c: Include "timespec.h" rather than the sys/time /
11270         time business.
11271         (gethrxtime) [! (HAVE_NANOUPTIME
11272         || (defined CLOCK_MONOTONIC && HAVE_CLOCK_GETTIME)
11273         || HAVE_MICROUPTIME)]: Fall back on gettime rather than rolling
11274         our own approximation.
11275
11276 2005-11-08  Eric Blake  <ebb9@byu.net>
11277
11278         * lib/inet_ntop.h: Use #if !, not #ifndef, for AC_CHECK_DECLS.
11279
11280 2005-11-08  Eric Blake  <ebb9@byu.net>
11281
11282         * lib/getaddrinfo.h: Use #if !, not #ifndef, for AC_CHECK_DECLS.
11283
11284 2005-11-04  Bruno Haible  <bruno@clisp.org>
11285
11286         * gnulib-tool: Implement --update mode.
11287
11288 2005-10-30  Paul Eggert  <eggert@cs.ucla.edu>
11289
11290         Fix porting problem reported by Theodoros V. Kalamatianos.
11291         * lib/utimens.c (futimens) [HAVE_WORKING_UTIMES && HAVE_FUTIMES]:
11292         Don't assume that futimes failing means we must fail.
11293
11294 2005-10-30  Paul Eggert  <eggert@cs.ucla.edu>
11295
11296         * m4/chdir-long.m4 (gl_FUNC_CHDIR_LONG): Revamp wording and local
11297         variables to suggest the intended function of the PATH_MAX check.
11298
11299 2005-10-30  Kean Johnston  <jkj@sco.com>
11300
11301         Trivial changes to support SCO systems.
11302         * m4/chdir-long.m4 (gl_FUNC_CHDIR_LONG): Check for MAXPATHLEN as well
11303         as PATH_MAX.
11304         * m4/fpending.m4 (gl_FUNC_FPENDING): Correct check for SCO systems,
11305         where __ptr is null when no I/O is pending.
11306
11307 2005-10-29  Paul Eggert  <eggert@cs.ucla.edu>
11308
11309         * lib/getcwd.c (__getcwd): Don't assume that system calls after readdir
11310         leave errno alone.  Problem reported by Dmitry V. Levin.
11311
11312 2005-10-28  Simon Josefsson  <jas@extundo.com>
11313
11314         * tests/test-gc-md4.c, tests/test-gc-md5.c, tests/test-gc-sha1.c:
11315         Test more.
11316
11317         * tests/test-gc-md2.c, tests/test-md2.c: New files.
11318
11319         * modules/md2, modules/md2-tests: New files.
11320
11321 2005-10-28  Simon Josefsson  <jas@extundo.com>
11322
11323         * m4/inet_ntop.m4: More tests.
11324
11325         * m4/gc-md2.m4, md2.m4: New file.
11326
11327 2005-10-28  Simon Josefsson  <jas@extundo.com>
11328
11329         * lib/inet_ntop.h, inet_ntop.c: Make it work under mingw32: Add
11330         "restrict" keywords, as per POSIX.  Protect the function
11331         declaration around HAVE_DECL_INET_NTOP rather than HAVE_INET_NTOP.
11332         Don't use K&R prototypes.  Check the sprintf return values.
11333         Re-define EAFNOSUPPORT if not present.  Indent.
11334
11335         * lib/md5.h, md5.c: Simplify buffer handling visavi alignment,
11336         suggested by Bruno Haible <bruno@clisp.org>.
11337
11338         * lib/gc-gnulib.c, gc-libgcrypt.c: Check calloc return value.
11339
11340         * lib/gc.h: Add MD2 and RMD160 length defines.  Add prototypes.
11341
11342         * lib/gc-libgcrypt.c: Add MD2 (which is not available through
11343         libgcrypt).
11344
11345         * lib/gc-gnulib.c: Add MD2.  Implement gc_hash_* API.
11346
11347         * lib/md2.h, lib/md2.c: New files.
11348
11349 2005-10-28  Paul Eggert  <eggert@cs.ucla.edu>
11350
11351         * lib/savedir.c (savedir): Don't assume that xrealloc etc. leave
11352         errno alone.  Problem reported by Frederic Jolliton.
11353
11354 2005-10-27  Paul Eggert  <eggert@cs.ucla.edu>
11355
11356         * modules/verify (License): Change from GPL to LGPL.  This is a
11357         tiny module and there are apparently near-equivalents that are
11358         under the BSD license.
11359
11360 2005-10-24  Simon Josefsson  <jas@extundo.com>
11361
11362         * modules/sha1: Relicense to LGPL.
11363
11364 2005-10-24  Simon Josefsson  <jas@extundo.com>
11365
11366         * lib/md4.h: Shrink buffer size, now that we changed the type.
11367
11368 2005-10-23  Simon Josefsson  <jas@extundo.com>
11369
11370         * gnulib-tool (func_import): Fix --tests-base.
11371
11372 2005-10-22  Simon Josefsson  <jas@extundo.com>
11373
11374         * modules/arcfour (Depends-on): Need stdint.
11375
11376 2005-10-22  Simon Josefsson  <jas@extundo.com>
11377
11378         * m4/gc.m4: Don't be fooled by --disable-*random-device parameters,
11379         suggested by Bruno Haible <bruno@clisp.org>.  Fix error messages.
11380
11381 2005-10-22  Simon Josefsson  <jas@extundo.com>
11382
11383         * lib/md4.h, md4.c: Simplify buffer handling visavi alignment,
11384         suggested by Bruno Haible <bruno@clisp.org>.
11385
11386 2005-10-22  Simon Josefsson  <jas@extundo.com>
11387
11388         * lib/crc.h: Include stddef.h, for size_t.
11389
11390 2005-10-22  Simon Josefsson  <jas@extundo.com>
11391
11392         * lib/arcfour.h, arcfour.c: Use fixed size indices in the
11393         arcfour_context struct (simplify test vector testing in GNU
11394         Shishi).
11395
11396 2005-10-21  Simon Josefsson  <jas@extundo.com>
11397
11398         * modules/des, modules/des-tests: New files.
11399
11400         * modules/gc-des, modules/gc-des-tests: New files.
11401
11402         * tests/test-des.c, tests/test-gc-des.c: New file.
11403
11404 2005-10-21  Simon Josefsson  <jas@extundo.com>
11405
11406         * modules/arctwo, modules/arctwo-tests: New files.
11407
11408         * tests/test-arctwo.c: New file.
11409
11410         * modules/gc-arctwo, modules/gc-arctwo-tests: New files.
11411
11412         * tests/test-gc-arctwo.c: New file.
11413
11414 2005-10-21  Simon Josefsson  <jas@extundo.com>
11415
11416         * m4/gc.m4: Don't use libgcrypt if gcrypt.h isn't found, suggested by
11417         Bruno Haible <bruno@clisp.org>.
11418
11419         * m4/gc-des.m4: New file.
11420
11421 2005-10-21  Simon Josefsson  <jas@extundo.com>
11422
11423         * m4/arctwo.m4: New file.
11424
11425         * m4/gc-arctwo.m4: New file.
11426
11427 2005-10-21  Simon Josefsson  <jas@extundo.com>
11428
11429         * lib/rijndael-api-fst.c: Fix bugs in CBC mode for more than one
11430         block.
11431
11432 2005-10-21  Simon Josefsson  <jas@extundo.com>
11433
11434         * lib/hmac-md5.c (hmac_md5): Add comments, suggested by Bruno Haible
11435         <bruno@clisp.org>.
11436
11437         * lib/hmac-sha1.c (hmac_sha1): Likewise.
11438
11439         * lib/crc.c (crc32_update): Actually use crc parameter, suggested by
11440         Bruno Haible <bruno@clisp.org>.
11441
11442         * lib/crc.h: Include stdint.h directly, suggested by Bruno Haible
11443         <bruno@clisp.org>.
11444
11445 2005-10-21  Simon Josefsson  <jas@extundo.com>
11446
11447         * lib/gc-libgcrypt.c (gc_cipher_open): Handle ECB.
11448
11449 2005-10-21  Simon Josefsson  <jas@extundo.com>
11450
11451         * lib/gc-gnulib.c: Support ARCTWO in CBC mode.
11452
11453 2005-10-21  Simon Josefsson  <jas@extundo.com>
11454
11455         * lib/des.h, lib/des.c: New files.
11456
11457         * lib/gc-gnulib.c: Support DES.c
11458
11459 2005-10-21  Simon Josefsson  <jas@extundo.com>
11460
11461         * lib/arctwo.h, lib/arctwo.c: New files.
11462
11463         * lib/gc-gnulib.c: Support ARCTWO.
11464
11465 2005-10-21  Simon Josefsson  <jas@extundo.com>
11466
11467         * lib/arctwo.h (arctwo_setkey): Protect variable in CPP macro,
11468         suggested by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
11469
11470 2005-10-21  Simon Josefsson  <jas@extundo.com>
11471
11472         * gnulib-tool (func_import, func_create_testdir): Define automake
11473         conditional GL_COND_LIBTOOL if libtool is used (to be used by modules
11474         Makefile.am snippet),
11475         suggested by Bruno Haible <bruno@clisp.org>.
11476
11477         * modules/gc (Makefile.am): Use it.
11478
11479 2005-10-21  Bruno Haible  <bruno@clisp.org>
11480
11481         * gnulib-tool (func_import, func_create_testdir): Add quoting to last
11482         patch.
11483
11484 2005-10-19  Simon Josefsson  <jas@extundo.com>
11485
11486         * tests/test-gc-rijndael.c: New file.
11487
11488         * modules/gc-rijndael, modules/gc-rijndael-test: New files.
11489
11490 2005-10-19  Simon Josefsson  <jas@extundo.com>
11491
11492         * tests/test-gc-md4.c, tests/test-gc-md5.c: Test gc_hash_buffer
11493         interface too.
11494
11495 2005-10-19  Simon Josefsson  <jas@extundo.com>
11496
11497         * tests/test-gc-arcfour.c: New file.
11498
11499         * modules/gc-arcfour, modules/gc-arcfour-tests: New files.
11500
11501 2005-10-19  Simon Josefsson  <jas@extundo.com>
11502
11503         * modules/gc-md4, modules/gc-md4-tests: New file.
11504
11505         * tests/test-gc-md4.c: New file.
11506
11507 2005-10-19  Simon Josefsson  <jas@extundo.com>
11508
11509         * m4/gc-md4.m4: New file.
11510
11511 2005-10-19  Simon Josefsson  <jas@extundo.com>
11512
11513         * m4/gc-hmac-md5.m4, gc-hmac-sha1.m4, gc-md4.m4,
11514         gc-md5.m4, gc-sha1.m4: Fix typo, suggested by Stepan Kasal
11515         <kasal@ucw.cz>.
11516
11517 2005-10-19  Simon Josefsson  <jas@extundo.com>
11518
11519         * m4/gc-arcfour.m4: New file.
11520
11521         * m4/gc-rijndael.m4: New file.
11522
11523 2005-10-19  Simon Josefsson  <jas@extundo.com>
11524
11525         * lib/gc.h, gc-gnulib.c, gc-libgcrypt.c: Support MD4.
11526
11527 2005-10-19  Simon Josefsson  <jas@extundo.com>
11528
11529         * lib/gc-gnulib.c: Support ARCFOUR.
11530
11531 2005-10-19  Simon Josefsson  <jas@extundo.com>
11532
11533         * lib/gc-gnulib.c: Implement gc_cipher_* API, currently only with AES
11534         support.
11535
11536         * lib/gc.h: Add ECB enum type.
11537
11538         * lib/hmac-md5.c, hmac-sha1.c: Include memxor.h.
11539
11540 2005-10-18  Simon Josefsson  <jas@extundo.com>
11541
11542         * tests/test-md5.c: New file.
11543
11544         * modules/md5-tests: New file.
11545
11546 2005-10-18  Simon Josefsson  <jas@extundo.com>
11547
11548         * tests/test-md4.c: New file.
11549
11550         * modules/md4, modules/md4-tests: New files.
11551
11552 2005-10-18  Simon Josefsson  <jas@extundo.com>
11553
11554         * m4/md4.m4: New file.
11555
11556 2005-10-18  Simon Josefsson  <jas@extundo.com>
11557
11558         * lib/md4.h, lib/md4.c: New files, based on md5.?.
11559
11560 2005-10-17  Stepan Kasal  <kasal@ucw.cz>
11561
11562         * gnulib-tool (func_create_testdir): Omit the second check whether
11563         BUILT_SOURCES in nonempty.
11564
11565 2005-10-17  Simon Josefsson  <jas@extundo.com>
11566
11567         * tests/test-rijndael.c: New file.
11568
11569 2005-10-17  Simon Josefsson  <jas@extundo.com>
11570
11571         * modules/sha1: Depend on stdint instead of md5.
11572
11573         * modules/md5: Depend on stdint, remove uint32_t.
11574
11575 2005-10-17  Simon Josefsson  <jas@extundo.com>
11576
11577         * modules/gc-sha1-tests: New file.
11578
11579         * tests/test-gc-sha1.c: New file.
11580
11581 2005-10-17  Simon Josefsson  <jas@extundo.com>
11582
11583         * m4/md5.m4: Remove call to uint32_t.m4.
11584
11585 2005-10-17  Simon Josefsson  <jas@extundo.com>
11586
11587         * lib/sha1.c: Use uint32_t instead of md5_uint32.t
11588
11589         * lib/sha1.h: Use stdint.h and uint32_t instead of md5_uint32 from
11590         md5.h.
11591
11592         * lib/md5.c: Use uin32_t.  Fix non-gcc UNALIGNED_P macro.
11593
11594         * lib/md5.h: Use stdint.h and uint32_t.  Doc fix.
11595
11596 2005-10-17  Simon Josefsson  <jas@extundo.com>
11597
11598         * lib/gc.h, gc-libgcrypt.c: Add more hash types/functions.
11599
11600 2005-10-17  Simon Josefsson  <jas@extundo.com>
11601
11602         * lib/gc.h, gc-libgcrypt.c: Add ciphers.
11603
11604 2005-10-17  Simon Josefsson  <jas@extundo.com>
11605
11606         * lib/gc-libgcrypt.c (gc_hmac_sha1): Fix assert.
11607
11608         * lib/gc.h (gc_nonce, gc_pseudo_random, gc_random): Add prototypes.
11609
11610 2005-10-17  Bruno Haible  <bruno@clisp.org>
11611
11612         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Change the return statement so
11613         that it can also be used in a test.
11614
11615 2005-10-16  Bruno Haible  <bruno@clisp.org>
11616
11617         * gnulib-tool (func_emit_tests_Makefile_am): Also define
11618         TESTS_ENVIRONMENT, so that individual tests can augment it.
11619
11620         * gnulib-tool (func_create_testdir): Use an intermediate target for
11621         building $(BUILT_SOURCES). Needed because BUILT_SOURCES can contain
11622         macros, like $(ALLOCA_H), which cannot be passed through the command
11623         line.
11624
11625 2005-10-15  Simon Josefsson  <jas@extundo.com>
11626
11627         * modules/rijndael-tests: New file.
11628
11629         * modules/rijndael: New file.
11630
11631 2005-10-15  Simon Josefsson  <jas@extundo.com>
11632
11633         * m4/rijndael.m4: New file.
11634
11635 2005-10-15  Simon Josefsson  <jas@extundo.com>
11636
11637         * lib/rijndael-api-fst.h, lib/rijndael-api-fst.c: New files.
11638
11639         * lib/rijndael-alg-fst.h, lib/rijndael-alg-fst.c: New files.
11640
11641 2005-10-14  Simon Josefsson  <jas@extundo.com>
11642
11643         * tests/test-arcfour.c: New file.
11644
11645         * modules/arcfour, modules/arcfour-tests: New files.
11646
11647 2005-10-14  Simon Josefsson  <jas@extundo.com>
11648
11649         * m4/arcfour.m4: New file.
11650
11651 2005-10-14  Simon Josefsson  <jas@extundo.com>
11652
11653         * lib/arcfour.h, lib/arcfour.c: New files.
11654
11655 2005-10-14  Roland McGrath  <roland@redhat.com>
11656
11657         Import from libc.  [BZ #1331]
11658         * lib/obstack.h [!__STDC__] (obstack_int_grow_fast): Fix misnamed
11659         macro argument.
11660         Reported by Matej Vela <vela@debian.org>.
11661
11662 2005-10-14  Paul Eggert  <eggert@cs.ucla.edu>
11663
11664         * lib/obstack.c [defined _LIBC && defined USE_IN_LIBIO]: Don't
11665         include <wchar.h>; no longer needed.
11666
11667 2005-10-14  Paul Eggert  <eggert@cs.ucla.edu>
11668
11669         * config/srclist.txt: Add glibc bug 321 for obstack.c, obstack.h.
11670
11671 2005-10-14  Jakub Jelinek  <jakub@redhat.com>
11672         and  Ulrich Drepper  <drepper@redhat.com>
11673
11674         Import from libc.
11675         * lib/obstack.c (print_and_abort) [defined _LIBC]: Use __fxprintf
11676         instead of inline stream orientation test and two separate
11677         function calls.  Pay no attention to USE_IN_LIBIO.
11678
11679 2005-10-13  Simon Josefsson  <jas@extundo.com>
11680
11681         * modules/gc-hmac-md5-tests: New file.
11682
11683         * tests/test-gc-hmac-sha1.c: New file.
11684
11685         * tests/test-gc.c (main): Remove MD5 and HMAC-MD5 tests.
11686
11687         * modules/gc-hmac-md5-tests: New file.
11688
11689         * tests/test-gc-md5.c: New file.
11690
11691         * modules/gc-md5-tests: New file.
11692
11693 2005-10-13  Simon Josefsson  <jas@extundo.com>
11694
11695         * lib/gc-pbkdf2-sha1.c (gc_pbkdf2_sha1): Optimize CEIL computation.
11696         Move memory allocation outside of loop.
11697
11698 2005-10-13  Paul Eggert  <eggert@cs.ucla.edu>
11699
11700         * lib/mkdir-p.c (make_dir_parents): Don't report an error if an
11701         intermediate directory is in a read-only file system.  Problem
11702         reported by Eric Blake.
11703
11704 2005-10-13  Oskar Liljeblad  <oskar@osk.mine.nu>
11705
11706         * modules/human (Depends-on): Depend on xstrtoumax, not xstrtol.
11707
11708 2005-10-12  Simon Josefsson  <jas@extundo.com>
11709
11710         * tests/test-hmac-sha1.c: New file.
11711
11712         * modules/hmac-sha1-tests: New file.
11713
11714         * modules/hmac-sha1: New file.
11715
11716 2005-10-12  Simon Josefsson  <jas@extundo.com>
11717
11718         * modules/gc-sha1: New file.
11719
11720 2005-10-12  Simon Josefsson  <jas@extundo.com>
11721
11722         * modules/gc-pbkdf2-sha1, modules/gc-pbkdf2-sha1-tests: New files.
11723
11724         * tests/test-gc-pbkdf2-sha1.c: New file.
11725
11726 2005-10-12  Simon Josefsson  <jas@extundo.com>
11727
11728         * modules/gc-md5, modules/gc-hmac-md5: New files.
11729
11730         * modules/gc (Files): Remove md5, memxor and hmac files.
11731
11732 2005-10-12  Simon Josefsson  <jas@extundo.com>
11733
11734         * m4/gc-pbkdf2-sha1.m4: New file.
11735
11736         * m4/gc-hmac-sha1.m4: New file.
11737
11738         * m4/gc-sha1: New file.
11739
11740         * m4/hmac-sha1.m4: New file.
11741
11742 2005-10-12  Simon Josefsson  <jas@extundo.com>
11743
11744         * m4/gc-md5.m4, m4/gc-hmac-md5.m4: New files.
11745
11746         * m4/gc.m4: Don't call gl_MD5, gl_MEMXOR or gl_HMAC_MD5.
11747
11748 2005-10-12  Simon Josefsson  <jas@extundo.com>
11749
11750         * lib/gc.h, gc-gnulib.c, gc-libgcrypt.c: Use Gc_rc for return types,
11751         suggested by Bruno Haible <bruno@clisp.org>.
11752
11753 2005-10-12  Simon Josefsson  <jas@extundo.com>
11754
11755         * lib/gc.h, gc-gnulib.c, gc-libgcrypt.c: Support SHA-1.
11756
11757 2005-10-12  Simon Josefsson  <jas@extundo.com>
11758
11759         * lib/gc-pbkdf2-sha1.c: New file.
11760
11761         * lib/gc.h: Add gc_pbkdf2_sha1 prototype.
11762
11763 2005-10-12  Simon Josefsson  <jas@extundo.com>
11764
11765         * lib/gc-libgcrypt.c (gc_hmac_sha1): New function.
11766
11767         * lib/gc-gnulib.c (gc_hmac_sha1): New function.
11768
11769 2005-10-12  Simon Josefsson  <jas@extundo.com>
11770
11771         * lib/gc-gnulib.c: Condition MD5 and HMAC-MD5 use on GC_USE_MD5 and
11772         GC_USE_HMAC_MD5, respectively.
11773
11774         * lib/gc-libgcrypt.c (gc_md5): Fix assert call.
11775         (gc_md5): Fix typo.
11776
11777         * lib/gc.h (gc_hash_buffer): Use gc_hash in prototype.
11778
11779         * lib/gc-libgcrypt.c (gc_hash_buffer): Ditto.
11780
11781         * lib/gc-gnulib.c (gc_hash_buffer): Ditto.
11782
11783 2005-10-12  Bruno Haible  <bruno@clisp.org>
11784
11785         * m4/stdbool.m4 (gl_STDBOOL_H): Define as an alias of AM_STDBOOL_H.
11786         Reported by Stepan Kasal <kasal@ucw.cz>.
11787
11788 2005-10-11  Simon Josefsson  <jas@extundo.com>
11789
11790         * tests/test-crc.c: New file.
11791
11792         * modules/crc, modules/crc-tests: New files.
11793
11794 2005-10-11  Simon Josefsson  <jas@extundo.com>
11795
11796         * m4/crc.m4: New file.
11797
11798 2005-10-11  Simon Josefsson  <jas@extundo.com>
11799
11800         * lib/gc.h: Add gc_hash and gc_hash_buffer.
11801
11802         * lib/gc-gnulib.c (gc_hash_buffer): Add.  Reorder #include's.
11803
11804         * lib/gc-libgcrypt.c (gc_hash_buffer): Add.
11805
11806 2005-10-11  Simon Josefsson  <jas@extundo.com>
11807
11808         * lib/crc.h, lib/crc.c: New files.
11809
11810         * lib/gc.h (gc_hash_buffer): Add doc.
11811
11812 2005-10-11  Bruno Haible  <bruno@clisp.org>
11813
11814         * modules/c-strcasestr: New file.
11815         * MODULES.html.sh (String handling <string.h>): Add c-strcasestr.
11816
11817 2005-10-11  Bruno Haible  <bruno@clisp.org>
11818
11819         * modules/c-strcase: New file.
11820         * MODULES.html.sh (String handling <string.h>): Add c-strcase.
11821
11822 2005-10-11  Bruno Haible  <bruno@clisp.org>
11823
11824         * lib/strcasecmp.c: Include limits.h.
11825         (strcasecmp): Avoid integer overflow on exotic platforms.
11826         * lib/strncasecmp.c: Include limits.h.
11827         (strncasecmp): Avoid integer overflow on exotic platforms.
11828         Reported by Paul Eggert.
11829
11830 2005-10-11  Bruno Haible  <bruno@clisp.org>
11831
11832         * lib/c-strcasestr.h: New file, from GNU gettext.
11833         * lib/c-strcasestr.c: New file, from GNU gettext.
11834
11835 2005-10-11  Bruno Haible  <bruno@clisp.org>
11836
11837         * lib/c-strcase.h: New file, from GNU gettext.
11838         * lib/c-strcasecmp.c: New file, from GNU gettext.
11839         * lib/c-strncasecmp.c: New file, from GNU gettext.
11840
11841 2005-10-10  Paul Eggert  <eggert@cs.ucla.edu>
11842
11843         * modules/mempcpy (License): GPL -> LGPL.
11844         * modules/strchrnul (License): Likewise.
11845         * modules/sysexits (License): Likewise.
11846
11847 2005-10-08  Simon Josefsson  <jas@extundo.com>
11848
11849         * config/srclist.txt: Bug 1423 is closed, but 1439 remains.
11850
11851 2005-10-07  Simon Josefsson  <jas@extundo.com>
11852
11853         * m4/memxor.m4: Remove gl_C_RESTRICT call.
11854
11855 2005-10-06  Simon Josefsson  <jas@extundo.com>
11856
11857         * tests/test-hmac-md5.c: New file.
11858
11859         * modules/hmac-md5-tests: New file.
11860
11861         * modules/hmac-md5: New file.
11862
11863 2005-10-06  Simon Josefsson  <jas@extundo.com>
11864
11865         * m4/hmac-md5.m4: New file.
11866
11867         * m4/memxor.m4: Require gl_C_RESTRICT.
11868
11869 2005-10-06  Simon Josefsson  <jas@extundo.com>
11870
11871         * lib/memxor.c (memxor): Avoid casts and warnings.
11872
11873 2005-10-06  Simon Josefsson  <jas@extundo.com>
11874
11875         * lib/hmac-md5.c: New file.
11876
11877         * lib/hmac.h: New file.
11878
11879 2005-10-06  Paul Eggert  <eggert@cs.ucla.edu>
11880
11881         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Check that bool
11882         promotes to int, not unsigned int, to catch the AIX 5.3
11883         compiler bug.
11884
11885 2005-10-05  Simon Josefsson  <jas@extundo.com>
11886
11887         * modules/memxor: New file.
11888
11889         * modules/iconv (Files): Move config.rpath to havelib, it is used
11890         there.
11891
11892         * modules/havelib (Files): Add config.rpath.
11893
11894 2005-10-05  Simon Josefsson  <jas@extundo.com>
11895
11896         * m4/memxor.m4: New file.
11897
11898 2005-10-05  Simon Josefsson  <jas@extundo.com>
11899
11900         * lib/memxor.c (memxor): Fix compiler error.
11901
11902         * lib/md5.h (MD5_DIGEST_SIZE, MD5_BLOCK_SIZE): Add, see also
11903         <http://sourceware.org/bugzilla/show_bug.cgi?id=1423>.
11904
11905         * lib/memxor.h, lib/memxor.c: New files.
11906
11907         * lib/getaddrinfo.h: Don't protect sys/types.h with HAVE_SYS_TYPES_H,
11908         we assume all systems have it, suggested by Jim Meyering
11909         <jim@meyering.net>.  Remove HAVE_SYS_SOCKET_H test too, to see if
11910         any systems lack sys/socket.h; mingw32 is known to lack it, but we
11911         don't support it yet anyway.  Also remove HAVE_NETDB_H test, for
11912         same reasons.
11913
11914 2005-10-05  Simon Josefsson  <jas@extundo.com>
11915
11916         * config/srclist.txt: Add glibc bug 1423 for md5.h.
11917
11918 2005-10-05  Paul Eggert  <eggert@cs.ucla.edu>
11919
11920         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Don't check for
11921         sys/socket.h, netdb.h, sys/types.h; the checks areno longer
11922         needed, since the source code now assumes these .h files.
11923
11924 2005-10-05  Derek Price  <derek@ximbiot.com>
11925
11926         * lib/getdelim.c (SIZE_MAX): New macro, if not already defined.
11927
11928 2005-10-05  Bruno Haible  <bruno@clisp.org>
11929
11930         * modules/stdint (License): Change to LGPL.
11931
11932 2005-10-04  Simon Josefsson  <jas@extundo.com>
11933
11934         * lib/getaddrinfo.h: Move sys/types.h include first, reported by "Mark
11935         D. Baushke" <mdb@gnu.org>.
11936
11937 2005-10-04  Bruno Haible  <bruno@clisp.org>
11938
11939         * lib/verify.h (verify_true): Provide alternative definition for C++.
11940
11941 2005-10-03  Paul Eggert  <eggert@cs.ucla.edu>
11942
11943         * lib/getdelim.c: Include getdelim.h first.  Include <limits.h>.
11944         (SSIZE_MAX): New macro, if not already defined.
11945         (getdelim): Fix buffer overrun on 64-bit hosts with lines longer
11946         than 2 GiB.
11947
11948 2005-10-02  Paul Eggert  <eggert@cs.ucla.edu>
11949
11950         Sync from coreutils.
11951         * m4/openat.m4 (gl_FUNC_OPENAT): Check for fdopendir.
11952         * m4/ullong_max.m4 (gl_ULLONG_MAX): Simplify so that it merely
11953         defines ULONG_MAX_LT_ULLONG_MAX.  Thomas M.Ott reports that
11954         ULLONG_MAX doesn't work with 2.7.2.1.
11955
11956 2005-10-02  Paul Eggert  <eggert@cs.ucla.edu>
11957
11958         * modules/xreadlink (Makefile.am): Remove lib_SOURCES.
11959         From Ben Pfaff.
11960
11961         * modules/exclude (Depends-on): Depend on verify.
11962         * modules/strtoimax (Depends-on): Likewise.
11963         * modules/utimecmp (Depends-on): Likewise.
11964
11965 2005-10-02  Paul Eggert  <eggert@cs.ucla.edu>
11966
11967         * lib/exclude.c: Include verify.h.
11968         (verify): Remove.  All callers changed to use verify.h's version.
11969         * lib/strtoimax.c: Likewise.
11970         * lib/utimecmp.c: Likewis.e
11971
11972         Sync from coreutils.
11973         * lib/.cppi-disable: Add getaddrinfo.h, getdelim.h, getline.h,
11974         getpass.c, mbchar.h, mbuiter.h, strcase.h, strnlen.h, strnlen1.h.
11975         * lib/.cvsignore: Add fts.h, search.h, t-fpending.
11976         * lib/settime.c (settime): Fix { typo in previous patch.  Also, don't
11977         bother returning ENOSYS if settimeofday or stime fails; just let
11978         them return whatever errno they want to return.
11979         * lib/utimens.c: Include unistd.h, for dup2.
11980         (futimens): Fix typo: HAVE_FUTIMESAT was misspelled in an #if.
11981         (futimens) [! HAVE_FUTIMESAT]: If !file, set errno before returning -1.
11982
11983 2005-10-02  Jim Meyering  <jim@meyering.net>
11984
11985         Sync from coreutils.
11986         * m4/utimes.m4 (gl_FUNC_UTIMES): Detect the version of utimes
11987         from glibc-2.2.5 that fails for read-only files.
11988
11989 2005-10-02  Jim Meyering  <jim@meyering.net>
11990
11991         Sync from coreutils.
11992         * lib/fts-cycle.c [HAVE_CONFIG_H]: Include <config.h>.
11993         * lib/openat-die.c: Use `#ifdef HAVE_CONFIG_H', not
11994         `#if HAVE_CONFIG_H'.
11995         * lib/openat.c (fdopendir): Do not define if HAVE_FDOPENDIR.
11996         Remove AT_FDCWD test.
11997         Do not consume the fd unless successful.
11998         * lib/openat.h (fdopendir): Do not define if HAVE_FDOPENDIR.
11999         * lib/settime.c (settime): Move the HAVE_STIME block `up' into an #elif
12000         block, so that we don't even try to compile it if settimeofday is
12001         available.  This works around a compilation failure on OSF1 V5.1,
12002         due to stime requiring a `long int*' while tv_sec is `int'.
12003
12004 2005-10-02  Alfred M. Szmidt  <ams@gnu.org>
12005
12006         Sync from coreutils.
12007         * m4/chdir-long.m4 (gl_FUNC_CHDIR_LONG): Compare $gl_have_path...
12008         against `yes', rather than just testing for nonempty.
12009
12010 2005-10-01  Simon Josefsson  <jas@extundo.com>
12011
12012         * m4/getaddrinfo.m4: Include sys/types.h for sys/socket.h, on FreeBSD
12013         and Darwin.
12014
12015         * m4/getaddrinfo.m4: Use AC_GNU_SOURCE, GNU only declare getaddrinfo
12016         as an (POSIX) extension.  Check for sys/types.h, sys/socket.h, and
12017         netdb.h too, needed by getaddrinfo.h.  Check if getaddrinfo,
12018         freeaddrinfo and gai_strerror are declared by the POSIX headers.
12019         Check if struct addrinfo is declared.
12020
12021 2005-10-01  Simon Josefsson  <jas@extundo.com>
12022
12023         * lib/getaddrinfo.h: Protect #include's of sys/socket.h and netdb.h.
12024         Only define struct addrinfo if !HAVE_STRUCT_ADDRINFO.  Protect
12025         AI_* and EAI_* definitions.  Protect function declarations.
12026
12027 2005-10-01  Jim Meyering  <jim@meyering.net>
12028
12029         Sync from coreutils.
12030
12031         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Look for getservbyname in these
12032         libraries [inet nsl socket xnet].  Nelson Beebe reported that with
12033         native cc on Solaris 7, getaddrinfo.c requires -lsocket.
12034         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Check for gethostbyname
12035         in the inet and nsl libraries.  Required on Solaris 5.7.
12036
12037 2005-10-01  Jim Meyering  <jim@meyering.net>
12038
12039         Sync from coreutils.
12040         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Check for gethostbyname
12041         in the inet and nsl libraries.  Required on Solaris 5.7.
12042
12043 2005-10-01  Eric Blake  <ebb9@byu.net>  (tiny change)
12044
12045         * lib/getdelim.c (getdelim): Remove unused variables.
12046
12047 2005-09-29  Paul Eggert  <eggert@cs.ucla.edu>
12048
12049         * lib/xtime.h (XTIME_PRECISION): Now of type int, not long long int,
12050         so that the code works even with ancient cpp.  Portability problem
12051         with GCC 2.7.2.1 reported by Thomas M.Ott.
12052
12053 2005-09-27  Paul Eggert  <eggert@cs.ucla.edu>
12054
12055         * modules/regex (Depends-on): Add strcase.
12056
12057         * modules/gethostname (Licence): Change from GPL to LGPL, since
12058         gethostname.c is a trivial implementation of a standard library
12059         function.
12060         * modules/poll (License): Change from GPL to LGPL, since it's
12061         derived from LGPL code.
12062
12063 2005-09-27  Jim Meyering  <jim@meyering.net>
12064
12065         * lib/getcwd.c: Change #ifdef<TAB>HAVE_CONFIG_H to #ifdef
12066         HAVE_CONFIG_H.
12067
12068         * lib/intprops.h (signed_type_or_expr__): Define.
12069         (INT_STRLEN_BOUND) [__GNUC__]: Use a slightly tighter bound
12070         for unsigned types.
12071
12072 2005-09-26  Paul Eggert  <eggert@cs.ucla.edu>
12073
12074         * lib/verify.h (verify_expr): Remove, replacing with:
12075         (verify_true): New macro that returns true instead of void.
12076         (verify_type__): Remove.
12077         (verify): Use verify_true rather than verify_type__.
12078
12079 2005-09-26  Bruno Haible  <bruno@clisp.org>
12080
12081         * modules/mbchar (Include): Mention that HAVE_WCHAR_H && HAVE_WCTYPE_H
12082         is necessary.
12083         (lib_SOURCES): Remove mbchar.c.
12084         * modules/mbfile (Include): Mention that HAVE_MBRTOWC is necessary.
12085         (Files): Add m4/mbrtowc.m4.
12086         * modules/mbiter: Likewise.
12087         * modules/mbuiter: Likewise.
12088
12089 2005-09-26  Bruno Haible  <bruno@clisp.org>
12090
12091         * m4/mbchar.m4 (gl_MBCHAR): Check for wchar.h and wctype.h. Don't
12092         compile mbchar.c if they are not both present.
12093         * m4/mbfile.m4 (gl_MBFILE): Require gl_FUNC_MBRTOWC.
12094         * m4/mbiter.m4 (gl_MBITER): Likewise.
12095         * m4/strstr.m4 (gl_PREREQ_STRSTR): Use AC_REQUIRE.
12096         * m4/strcasestr.m4 (gl_PREREQ_STRCASESTR): Likewise.
12097         * m4/strcase.m4 (gl_PREREQ_STRCASECMP): Likewise.
12098
12099 2005-09-25  Jim Meyering  <jim@meyering.net>
12100
12101         * modules/inet_ntop (Depends-on): Add socklen, since inet_ntop.c
12102         also uses socklen_t.
12103
12104 2005-09-24  Paul Eggert  <eggert@cs.ucla.edu>
12105
12106         * lib/utimens.c (ENOSYS): Define if not already defined.
12107         (futimens): Support having a null PATH if the file descriptor
12108         is nonnegative.
12109
12110         * lib/regex_internal.h (__GNUC_PREREQ, always_inline, inline, pure):
12111         Remove.
12112         (__attribute): Define to empty unless GCC 3.1 or later.
12113         This works around a core dump on OpenBSD 3.4, which has GCC
12114         2.95.3, which dumps core when given __attribute__(()).  It also
12115         simplifies other tests, since we really don't want to bother with
12116         worrying about which ancient version of GCC supported what.
12117         Original problem reported by Yoann Vandoorselaere, with part of
12118         the fix suggested by Derek Price.
12119
12120 2005-09-24  Jim Meyering  <jim@meyering.net>
12121
12122         * lib/verify.h (verify_type__): Use `unsigned int' as the bitfield type
12123         so we can once again use a positive bitfield width of 1 -- now we
12124         don't have to explain why we were using a bitfield width of 2.
12125
12126 2005-09-23  Paul Eggert  <eggert@cs.ucla.edu>
12127
12128         * m4/regex.m4 (gl_REGEX): If replacing, define regcomp to rpl_regcomp,
12129         and similarly for the other external symbols.  Problem reported
12130         by James Gallager.
12131
12132         * m4/fnmatch.m4 (_AC_FUNC_FNMATCH_IF): Catch Sun Studio 10u1 on Linux
12133         bug reported by Jim Meyering.
12134
12135         * m4/utimens.m4 (gl_UTIMENS): Check for futimesat.
12136         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Undo previous change;
12137         not needed, since socklen is a prerequisite module.
12138
12139 2005-09-23  Paul Eggert  <eggert@cs.ucla.edu>
12140
12141         * lib/getaddrinfo.c [HAVE_NETINET_IN_H]: Include <netinet/in.h>.
12142         Problem reported by Eric Blake.
12143         (getaddrinfo): Initialize se so that it's not garbage.
12144         Redo internal storage allocation so that it doesn't make unportable
12145         assumptions about alignment.
12146         Fix a memory leak.
12147
12148         * lib/utimens.c (futimens): Use futimesat if available.
12149         Prefer it to futimes since it doesn't have the futimes bug.
12150
12151         * lib/verify.h (GL_CONCAT0, GL_CONCAT): Remove.
12152         (verify): Don't use the __LINE__ trick, as it doesn't work in general.
12153         Instead, declare a function that returns a pointer to an array,
12154         and use verify_type__ to declare the size of the array.
12155         Problem and germ of a solution reported by Bruno Haible.
12156         (verify_type__): Use 2, not 1, for bitfield size, to avoid
12157         a warning with Irix 6.5 cc.  Problem reported by Bruno Haible.
12158
12159 2005-09-23  Jim Meyering  <jim@meyering.net>
12160
12161         Sync from coreutils.
12162         Correct build failure (socklen_t not defined) on at least
12163         mips-sgi-irix6.5 and alphaev67-dec-osf5.1.
12164         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Require gl_SOCKLEN_T.
12165
12166 2005-09-23  Jim Meyering  <jim@meyering.net>
12167
12168         * modules/getaddrinfo (Depends-on): Add socklen.
12169
12170 2005-09-23  Bruno Haible  <bruno@clisp.org>
12171
12172         * tests/test-verify.c: New file.
12173
12174 2005-09-22  Paul Eggert  <eggert@cs.ucla.edu>
12175
12176         Sync from coreutils.
12177
12178         * modules/argmatch (Depends-on): Add verify.
12179         * modules/getloadavg (Depends-on): Depend on fcntl-safer, not
12180         unistd-safer.
12181         * modules/save-cwd (Depends-on): Likewise.
12182
12183         * modules/openat (Files): Add lib/openat-die.c.
12184         (Depends-on): Remove error, exitfail.
12185         Add dirname.
12186
12187         * modules/verify: New file.
12188         * MODULES.html.sh (Diagnostics <assert.h>): New section,
12189         with "verify" module.
12190
12191 2005-09-22  Paul Eggert  <eggert@cs.ucla.edu>
12192
12193         Sync from coreutils.
12194
12195         * m4/backupfile.m4, calloc.m4, chown.m4, cloexec.m4, dup2.m4:
12196         * m4/fileblocks.m4, free.m4, ftruncate.m4, getcwd.m4, getpagesize.m4:
12197         * m4/getugroups.m4, group-member.m4, idcache.m4, link-follow.m4:
12198         * m4/mkstemp.m4, mktime.m4, mountlist.m4, nanosleep.m4, pathmax.m4:
12199         * m4/physmem.m4, posixver.m4, putenv.m4, safe-read.m4, same.m4:
12200         * m4/save-cwd.m4, stdio-safer.m4, unistd-safer.m4, unlinkdir.m4:
12201         * m4/userspec.m4, xgetcwd.m4, xreadlink.m4:
12202         Don't bother checking for string.h, stdlib.h, unistd.h.
12203         * m4/fts.m4 (gl_FUNC_FTS_CORE): Don't require
12204         AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK; that's now the lstat
12205         module's job.
12206         * m4/jm-macros.m4 (gl_MACROS): Likewise.
12207         * m4/prereq.m4 (gl_PREREQ): Add gl_FUNC_LSTAT.
12208
12209         * m4/getdate.m4 (gl_C_COMPOUND_LITERALS): New macro.
12210         (gl_GETDATE): Use it.
12211
12212         * m4/mkdir-p.m4 (gl_MKDIR_PARENTS): Don't bother checking for unistd.h.
12213
12214 2005-09-22  Paul Eggert  <eggert@cs.ucla.edu>
12215
12216         Sync from coreutils.
12217
12218         * lib/.cppi-disable: Add regcomp.c, regex_internal.c, regex_internal.h,
12219         stat-time.h.
12220         * lib/argmatch.h: Include verify.h
12221         (ARGMATCH_VERIFY): Use verify rather than rolling our own.
12222         (ARGMATCH_ASSERT): Remove; unused.
12223         * lib/canonicalize.c: Assume STDC_HEADERS.
12224         * lib/exclude.c: Include "strcase.h".
12225         * lib/regex_internal.h [!defined _LIBC]: Likewise.
12226         * lib/getusershell.c: Include stdio--.h rather than stdio.h
12227         and stdio-safer.h.
12228         (getusershell): Call fopen, not fopen_safer.
12229         * lib/save-cwd.c: Include fcntl--.h rather than fcntl.h.
12230         Do not include unistd-safer.h.
12231         (save_cwd): Don't call fd_safer; no longer needed
12232         now that we include fcntl--.h.
12233
12234         * lib/getdate.y (relative_time): New type.
12235         (RELATIVE_TIME_0): New constant.
12236         (parser_control): Use relative_time instead of doing it ourselves.
12237         (%union): Add new relative_time rel member.
12238         (tYEAR_UNIT, tMONTH_UNIT, tHOUR_UNIT, tMINUTE_UNIT, tSEC_UNIT):
12239         Now typeless.
12240         (relunit, relunit_snumber): Now of type rel.
12241         (zone, rel, relunit, get_date): Adjust to above changes.
12242
12243         * lib/getloadavg.c: Include fcntl--.h rather than fcntl.h.
12244         Do not include unistd-safer.h.
12245         (getloadavg): Don't call fd_safer; no longer needed
12246         now that we include fcntl--.h.
12247
12248         * lib/mkdir-p.c (ENOSYS): Define to EEXIST if not defined.
12249         (make_dir_parents): Treat ENOSYS like EEXIST.
12250
12251         Improve quality of diagnostics on restore_cwd failure.
12252         * lib/mkdir-p.h (make_dir): Remove.  All uses replaced by mkdir.
12253         (make_dir_parents): Last arg is now int * (for errno), not bool *.
12254         * lib/mkdir-p.c (make_dir, make_dir_parents): Likewise.
12255         Rewrite "mkdir -p" algorithm to avoid the need for "stat"
12256         each time through the loop.  Do not diagnose restore_cwd failure;
12257         that is the caller's job (and perhaps the caller does not care).
12258
12259         * lib/mkdir-p.c (CLEANUP_CWD, CLEANUP): Remove.
12260         (make_dir_parents): Revamp to avoid need for CLEANUP_CWD, CLEANUP.
12261         If the file already exists but is not a directory, don't bother
12262         to try to make its parents.
12263         Close potential file descriptor leak if we can't chdir("/") (!).
12264         Don't always return true if chdir($PWD) fails; return true only
12265         if the requested action was done successfully (except for the
12266         chdir($PWD)).
12267         Don't log final directory unless we actually made it.
12268         Refactor to avoid duplicate code to fix up permissions.
12269         Don't attempt to fix up parent permissions if chdir($PWD) fails.
12270
12271         * lib/strftime.c (my_strftime): Rewrite the previous change slightly,
12272         to make it a bit faster and (I hope) clearer.
12273         * lib/strftime.c (my_strftime): Add support for %:z, %::z, %:::z.
12274         Fix bug in formats like %2N.
12275
12276         * lib/verify.h: New file.
12277
12278 2005-09-22  Paul Eggert  <eggert@cs.ucla.edu>
12279
12280         Sync from coreutils.
12281         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Check for netinet/in.h.
12282
12283 2005-09-22  Jim Meyering  <jim@meyering.net>
12284
12285         Sync from coreutils.
12286
12287         * m4/lstat.m4 (gl_FUNC_LSTAT):
12288         Use AC_LIBSOURCES to require lstat.c and lstat.h.
12289         Remove obsolete comment.
12290         * m4/xreadlink.m4: Use AC_LIBSOURCES and AC_LIBOBJ.
12291         * m4/xstrtod.m4: Likewise.
12292
12293         * m4/openat.m4 (gl_FUNC_OPENAT): Add openat-die.c.
12294
12295 2005-09-22  Jim Meyering  <jim@meyering.net>
12296
12297         Sync from coreutils.
12298
12299         * lib/backupfile.c: Use ARGMATCH_VERIFY, just in case.
12300
12301         * lib/posixtm.c (posixtime) [lint]: Initialize *all* of tm0, not just
12302         the .tm_year member, since otherwise gcc-4.0 would now warn about
12303         tm_zone, tm_gmtoff, tm_isdst, tm_yday, tm_wday.
12304
12305         * lib/quotearg.c (quotearg_n_options): Change code to be suboptimal, in
12306         order to avoid an unsuppressible warning from gcc on 64-bit systems.
12307
12308         * lib/getdate.y (get_date): Undo part of the 2005-04-04 change, so that
12309         the command "date -d'2005-03-27 +1 day'" succeeds once again, even
12310         when run in a time zone for which daylight savings time is in effect
12311         for the starting date.
12312
12313         * lib/mkdir-p.c (make_dir_parents): Don't let a failed chdir($PWD)
12314         stop us from restricting permissions of just-created absolute-named
12315         directories.
12316         * lib/mkdir-p.c (CLEANUP_CWD): Return *true*, not false when failing
12317         to restore initial working directory.
12318         * lib/mkdir-p.c (make_dir_parents): New parameter:
12319         different_working_dir, to tell caller if/when we change the working
12320         directory and are unable to return to the initial one.
12321         * lib/mkdir-p.h (make_dir_parents): Update prototype.
12322         * lib/mkdir-p.c (CLEANUP_CWD): Change one more `return 1' to
12323         `return false'.  This fixes a bug introduced on 2004-07-30.
12324
12325         * lib/openat.c (fdopendir): Be sure to close the supplied
12326         file descriptor before returning.  This makes our replacement
12327         implementation a little closer to Solaris's, where fdopendir
12328         ties the file descriptor to the returned DIR* pointer.
12329         * lib/openat.c (unlinkat): New function.
12330         * lib/openat.h (unlinkat): Add prototype.
12331         * lib/openat-die.c (openat_save_fail): Rename from openat_save_die.
12332         (openat_restore_fail): Rename from openat_restore_die.
12333         * lib/openat.c, openat.h: Reflect s/_die/_fail/ renaming.
12334
12335         Provide an alternative to exiting immediately upon save_cwd or
12336         restore_cwd failure.  Now, an application can arrange e.g.,
12337         to perform a longjump in that case.
12338         * lib/openat.c: Include dirname.h.
12339         Use IS_ABSOLUTE_FILE_NAME rather than testing for leading slash.
12340         (rpl_openat, fdopendir, fstatat): Call openat_save_die
12341         and openat_restore_die rather than calling error directly.
12342         Don't include "error.h" or "exitfail.h"; they're no longer needed.
12343
12344         * lib/openat-die.c (openat_save_die, openat_restore_die): New file.
12345         * lib/openat.h (openat_save_die, openat_restore_die): Declare and
12346         define.
12347
12348         * lib/strftime.c [FPRINTFTIME] (fprintftime): Provide a new interface:
12349         size_t fprintftime (FILE *fp, char const *fmt, struct tm const *tm,
12350                             int utc, int nanoseconds);
12351         Background:
12352         date should not have to allocate a megabyte of virtual memory to
12353         handle a format argument like +%1048575T.  When implemented with
12354         strftime, it must allocate such a buffer, use strftime to fill it
12355         in, print it, then free it.
12356         With fprintftime, it simply prints everything and exits.
12357         With no need for memory allocation, that's one fewer way to fail.
12358         * lib/strftime.c (my_strftime): Parse the colons of %:::z *after* the
12359         optional field width, not before, so we accept %9:z, not %:9z.
12360         (my_strftime): Be sure to use L_('x') for literals.
12361
12362         * lib/backupfile.c, lib/canon-host.c, lib/canonicalize.c, lib/chown.c:
12363         * lib/cloexec.c, lib/dup-safer.c, lib/dup2.c, lib/euidaccess.c:
12364         * lib/fd-safer.c, lib/fileblocks.c, lib/fopen-safer.c, lib/fsusage.c:
12365         * lib/ftruncate.c, lib/getcwd.c, lib/getcwd.h, lib/getloadavg.c:
12366         * lib/getopt_.h, lib/getpagesize.h, lib/getugroups.c:
12367         * lib/group-member.c, lib/human.h, lib/idcache.c, lib/mkdir-p.c:
12368         * lib/mountlist.c, lib/nanosleep.c, lib/pathmax.h, lib/physmem.c:
12369         * lib/posixver.c, lib/putenv.c, lib/raise.c, lib/safe-read.c:
12370         * lib/same.c, lib/save-cwd.c, lib/setenv.c, lib/settime.c:
12371         * lib/tempname.c, lib/unlinkdir.c, lib/unsetenv.c, lib/userspec.c:
12372         * lib/xgethostname.c, lib/xreadlink.c:
12373         Assume HAVE_UNISTD_H, i.e., include <unistd.h> unconditionally.
12374
12375         * lib/chown.c, lib/cloexec.c, lib/dup-safer.c, lib/dup2.c:
12376         * lib/fsusage.c, lib/getcwd.c, lib/getloadavg.c, lib/mountlist.c:
12377         * lib/openat.h, lib/save-cwd.c, lib/tempname.c:
12378         Assume HAVE_FCNTL_H (i.e., include <fcntl.h> unconditionally,
12379         and don't include <sys/file.h>).
12380
12381 2005-09-22  Eric Blake  <ebb9@byu.net>  (tiny change)
12382
12383         Sync from coreutils.
12384
12385         * lib/getloadavg.c (getloadavg) [__CYGWIN__]: Port to cygwin.
12386         [__linux__]: Allocate a big enough buffer for /proc/loadavg.
12387         [!LDAV_DONE]: Avoid unused variable warning.
12388
12389 2005-09-21  Bruno Haible  <bruno@clisp.org>
12390
12391         * lib/unicodeio.h (unicode_to_mb): New declaration.
12392
12393 2005-09-20  Derek Price  <derek@ximbiot.com>
12394
12395         * lib/getaddrinfo.c: Don't include <netdb.h> included from
12396         getaddrinfo.h.
12397
12398 2005-09-20  Bruno Haible  <bruno@clisp.org>
12399
12400         * gnulib-tool: Remove trailing slashes from the values specified for
12401         --source-base, --m4-base, --tests-base, --aux-dir.
12402         Suggested by Simon Josefsson <jas@extundo.com>.
12403
12404 2005-09-20  Bruno Haible  <bruno@clisp.org>
12405
12406         * gnulib-tool (func_all_modules, func_modules_transitive_closure,
12407         func_modules_to_filelist, func_import, func_create_testdir): Make all
12408         sorting results locale-independent, so that gnulib-cache.m4 doesn't
12409         change when gnulib-tool is invoked in a different locale.
12410
12411 2005-09-19  Simon Josefsson  <jas@extundo.com>
12412
12413         * m4/socklen.m4: Fix typo.
12414
12415 2005-09-19  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
12416
12417         Use a consistent style for including <config.h>.
12418         * lib/__fpending.c, lib/acl.c, lib/argmatch.c, lib/argp-help.c,
12419         lib/argp-parse.c, lib/argp-pvh.c, lib/backupfile.c, lib/basename.c,
12420         lib/c-stack.c, lib/calloc.c, lib/check-version.c, lib/cloexec.c,
12421         lib/closeout.c, lib/copy-file.c, lib/creat-safer.c, lib/cycle-check.c,
12422         lib/dirfd.c, lib/dirname.c, lib/dup-safer.c, lib/dup2.c,
12423         lib/euidaccess.c, lib/exclude.c, lib/exitfail.c, lib/fatal-signal.c,
12424         lib/fd-safer.c, lib/file-type.c, lib/fileblocks.c, lib/filemode.c,
12425         lib/filenamecat.c, lib/findprog.c, lib/fnmatch.c, lib/fopen-safer.c,
12426         lib/free.c, lib/fsusage.c, lib/ftruncate.c, lib/full-write.c,
12427         lib/fwriteerror.c, lib/getaddrinfo.c, lib/getcwd.c, lib/getdelim.c,
12428         lib/getline.c, lib/getlogin_r.c, lib/getndelim2.c, lib/getnline.c,
12429         lib/getopt1.c, lib/getpass.c, lib/group-member.c, lib/hard-locale.c,
12430         lib/hash-pjw.c, lib/hash.c, lib/human.c, lib/idcache.c,
12431         lib/inet_ntop.c, lib/isdir.c, lib/long-options.c, lib/malloc.c,
12432         lib/memcasecmp.c, lib/memcmp.c, lib/memcoll.c, lib/memcpy.c,
12433         lib/memmove.c, lib/mkdir-p.c, lib/modechange.c, lib/mountlist.c,
12434         lib/open-safer.c, lib/physmem.c, lib/pipe-safer.c, lib/pipe.c,
12435         lib/poll.c, lib/posixver.c, lib/progname.c, lib/progreloc.c,
12436         lib/putenv.c, lib/quote.c, lib/quotearg.c, lib/readline.c,
12437         lib/readlink.c, lib/realloc.c, lib/regex.c, lib/rename.c, lib/rmdir.c,
12438         lib/rpmatch.c, lib/safe-read.c, lib/same.c, lib/save-cwd.c,
12439         lib/savedir.c, lib/sig2str.c, lib/strcspn.c, lib/strerror.c,
12440         lib/stripslash.c, lib/strncasecmp.c, lib/strndup.c, lib/strnlen.c,
12441         lib/strnlen1.c, lib/strsep.c, lib/strstr.c, lib/strtod.c,
12442         lib/strtoimax.c, lib/strtol.c, lib/strverscmp.c, lib/tempname.c,
12443         lib/time_r.c, lib/userspec.c, lib/utimecmp.c, lib/version-etc-fsf.c,
12444         lib/version-etc.c, lib/wait-process.c, lib/xalloc-die.c, lib/xgetcwd.c,
12445         lib/xmalloc.c, lib/xmemcoll.c, lib/xnanosleep.c, lib/xreadlink.c,
12446         lib/xsetenv.c, lib/xstrndup.c, lib/xstrtoimax.c, lib/xstrtol.c,
12447         lib/xstrtoumax.c, lib/yesno.c:
12448         Standardize inclusion of config.h.
12449         * lib/__fpending.h, lib/dirfd.h, lib/getdate.h, lib/human.h,
12450         lib/inttostr.h:  Removed inclusion of config.h from header files.
12451         * lib/inttostr.c:  Adjusted in-tree users.
12452         * lib/timespec.h: Remove superfluous warning to include config.h.
12453         * lib/atexit.c, lib/chdir-long.c, lib/chown.c, lib/fchown-stub.c,
12454         lib/getgroups.c, lib/gettimeofday.c, lib/lchown.c, lib/lstat.c,
12455         lib/mkdir.c, lib/mkstemp.c, lib/nanosleep.c, lib/openat.c, lib/raise.c,
12456         lib/readtokens0.c, lib/readutmp.c, lib/unlinkdir.c: Guard inclusion of
12457         config.h with HAVE_CONFIG_H.
12458
12459 2005-09-19  Jim Meyering  <jim@meyering.net>
12460
12461         * modules/pathmax (License): Change to LGPL.
12462
12463 2005-09-19  Derek Price  <derek@ximbiot.com>
12464
12465         * config/srclist.txt: glibc's glob.h is now in lib/glob-libc.h.
12466
12467 2005-09-19  Bruno Haible  <bruno@clisp.org>
12468
12469         * gnulib-tool (import): Provide default for --tests-base.
12470
12471 2005-09-19  Bruno Haible  <bruno@clisp.org>
12472
12473         * doc/quote.texi: New file, extracted from gnulib.texi.
12474         * doc/ctime.texi: New file, extracted from gnulib.texi.
12475         * doc/inet_ntoa.texi: New file, extracted from gnulib.texi.
12476         * doc/gnulib-tool.texi: New file, extracted from gnulib.texi.
12477         * doc/gnulib.texi: Include them.
12478
12479 2005-09-18  Bruno Haible  <bruno@clisp.org>
12480
12481         Portability fix.
12482         * gnulib-tool (func_readlink): New function.
12483         (func_ln_if_changed): Use it.
12484
12485 2005-09-18  Bruno Haible  <bruno@clisp.org>
12486
12487         * gnulib-tool: Support --with-tests also with --import.
12488         (func_emit_tests_Makefile_am): Use variables $m4base and $testsbase.
12489         (func_import): Use variables $testsbase and $inctests. Emit a
12490         gl_TESTS_BASE form into gnulib-cache.m4. Create $testsbase/Makefile.am.
12491         Remind the user to add AC_CONFIG_FILES($testsdir/Makefile) and
12492         SUBDIRS += $testsdir.
12493         (func_create_testdir): Update.
12494
12495 2005-09-18  Bruno Haible  <bruno@clisp.org>
12496
12497         * gnulib-tool: Revise --dry-run implementation. Use variable $doit
12498         instead of $dry_run.
12499         (func_cp_if_changed, func_mv_if_changed): Remove functions.
12500         (func_ln_if_changed): Don't handle dry-run here.
12501         (func_import): In dry-run mode, detect more precisely which actions
12502         would be performed, and don't use "...ing" verbs.
12503
12504 2005-09-18  Bruno Haible  <bruno@clisp.org>
12505
12506         * gnulib-tool (func_tmpdir): New function, taken from GNU gettextize.
12507         (func_import): Use join on two temporary files instead of three nested
12508         loops, in order to determine which files are new or old.
12509
12510 2005-09-18  Bruno Haible  <bruno@clisp.org>
12511
12512         * gnulib-tool (func_import): Comment out code that spits out the
12513         new files with --dry-run.
12514
12515 2005-09-18  Bruno Haible  <bruno@clisp.org>
12516
12517         * doc/gnulib.texi (Invoking gnulib-tool): 50% rewritten.
12518
12519 2005-09-16  Paul Eggert  <eggert@cs.ucla.edu>
12520
12521         * lib/stat-time.h: New file.
12522         * lib/timespec.h (ST_TIME_CMP_NS, ST_TIME_CMP, ATIME_CMP, CTIME_CMP):
12523         (MTIME_CMP, TIMESPEC_NS): Remove.  Now done by stat-time.h,
12524         in a different way.
12525         (timespec_cmp): New function.
12526         * lib/utimecmp.c: Include stat-time.h.
12527         (SYSCALL_RESOLUTION): Depend on whether various struct stat
12528         members exist, not on the obsolescent ST_MTIM_NSEC.
12529         (utimecmp): Use the new stat-time functions rater than TIMESPEC_NS.
12530
12531 2005-09-16  Paul Eggert  <eggert@cs.ucla.edu>
12532
12533         * config/srclist.txt: Remove glibc bug 1033 and uncomment mktime.c.
12534
12535 2005-09-16  Paul Eggert  <eggert@cs.ucla.edu>
12536
12537         * MODULES.html.sh (File system functions): Add stat-time.
12538         * modules/stat-time: New file.
12539         * modules/timespec (Files): Remove m4/st_mtim.m4; this
12540         is now done in a different way, by the stat-time module.
12541         * modules/utimecmp (Depends-on): Add stat-time.
12542
12543 2005-09-15  Paul Eggert  <eggert@cs.ucla.edu>
12544
12545         * m4/st_mtim.m4: Remove.  Superseded by...
12546         * m4/stat-time.m4: New file.
12547         * m4/timespec.m4 (gl_TIMESPEC): Require AC_C_INLINE.
12548         Do not invoke AC_STRUCT_ST_MTIM_NSEC; no longer needed.
12549
12550 2005-09-15  Derek Price  <derek@ximbiot.com>
12551
12552         * m4/strstr.m4 (gl_FUNC_STRSTR): Don't define strstr here.
12553
12554 2005-09-15  Derek Price  <derek@ximbiot.com>
12555
12556         * lib/regex_internal.h: Blank `pure' for GNUC < 3.
12557         * lib/regex_internal.c: Ditto, using this...
12558         (__GNUC_PREREQ): ...new macro.
12559         * lib/regcomp.c, regexec.c: Blank `always_inline' for GNUC < 3.1
12560         using...
12561         (__GNUC_PREREQ): ...this new macro.
12562
12563         * lib/strstr.h: Include string.h. Define strstr as a macro here.
12564
12565 2005-09-15  Derek Price  <derek@ximbiot.com>
12566             Paul Eggert  <eggert@cs.ucla.edu>
12567
12568         * lib/regcomp.c, regexec.c, regex_internal.c: Back out previous
12569         changes, consolidating in...
12570         * lib/regex_internal.h: ...this file.
12571
12572 2005-09-13  Jim Meyering  <jim@meyering.net>
12573
12574         * lib/canon-host.c: Filter through gnu indent and reword comments
12575         slightly.
12576         * lib/canon-host.h (ch_strerror_r): Tweak cpp indentation and spacing.
12577
12578 2005-09-13  Derek Price  <derek@ximbiot.com>
12579
12580         * lib/canon-host.c (canon_host_r): Set *cherror on memory allocation
12581         failure.
12582         Reported by Jim Meyering  <jim@meyering.net>.
12583
12584 2005-09-12  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny change)
12585
12586         * lib/base64.c: Typo.
12587         (base64_encode): Put b64str in initialized data section.
12588
12589 2005-09-12  Paul Eggert  <eggert@cs.ucla.edu>
12590
12591         Merge glibc and coreutils changes into gnulib, plus a few
12592         extra fixes.
12593         * lib/md5.c: Use #error rather than a string.
12594         (CYCLIC): New macro, from glibc source.  Use it instead of rol.
12595         * lib/md5.h (__GNUC_PREREQ, __THROW): Define if not defined already.
12596         (__attribute__): Define to empty for non recent-GCC.
12597         (__md5_buffer, __md5_finish_ctx, __md5_init_ctx, __md5_process_block):
12598         (__md5_process_bytes, __md5_read_ctx, __md5_stream):
12599         Renamed from their non-__ counterparts, with new macros replacing
12600         them if not _LIBC.  Add __THROW attribute.
12601         (rol): Remove.
12602         (struct md5_ctx): Align buffer if using GCC.
12603         * lib/sha1.h (struct sha1_ctx): Likewise.
12604         * lib/sha1.c (SWAP): Renamed from the NOTSWAP.  All uses changed.
12605         The old name was backwards.
12606         (NOTSWAP): Remove; not used.
12607         (rol): New macro, moved here from md5.h.
12608         (sha1_process_block): Remove a FIXME that doesn't make sense.
12609
12610 2005-09-12  Derek Price  <derek@ximbiot.com>
12611
12612         Return usable errors from canon-host.
12613         * lib/canon-host.h: New file.
12614         * lib/canon-host.c (canon_host): Wrap...
12615         (canon_host_r): ...this new function, which now relies exclusively on
12616         getaddrinfo.
12617         (ch_strerror): New function.
12618         (last_cherror): New global.
12619         * lib/getaddrinfo.c: Move include of getaddrinfo.h first to test
12620         interface.
12621         (getaddrinfo): Add AI_CANONNAME functionality.  Don't do arithmetic on
12622         void *.
12623         (freeaddrinfo): Free ai->ai_canonname when set.
12624
12625 2005-09-12  Derek Price  <derek@ximbiot.com>
12626
12627         Make canon-host require getaddrinfo.
12628         * m4/canon-host.m4 (gl_CANON_HOST): Remove most dependencies.
12629         AC_LIBSOURCE canon-host.h.  Call...
12630         (gl_PREREQ_CANON_HOST): ...this new function, which requires
12631         gl_GETADDRINFO.
12632         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Compile gai_strerror when needed.
12633
12634 2005-09-12  Derek Price  <derek@ximbiot.com>
12635
12636         * modules/canon-host: Add canon-host.h.  Depend on getaddrinfo.  Make
12637         LGPL.
12638         * modules/getaddrinfo: Add link to opengroup spec.  Depend on strdup.
12639
12640 2005-09-12  Derek Price  <derek@ximbiot.com>
12641
12642         * lib/gai_strerror.c: Include config.h when available.  Include
12643         getaddrinfo.h before other headers to test interface.
12644         Reported by Larry Jones <lawrence.jones@ugs.com>.
12645
12646 2005-09-12  Derek Price  <derek@ximbiot.com>
12647             Paul Eggert  <eggert@cs.ucla.edu>
12648
12649         * modules/glob (Files): Add glob-libc.h.
12650
12651 2005-09-12  Derek Price  <derek@ximbiot.com>
12652             Paul Eggert  <eggert@cs.ucla.edu>
12653
12654         * m4/glob.m4 (gl_GLOB_SUBSTITUTE): AC_LIBSOURCES for glob.c,
12655         glob_.h, glob-libc.h.
12656         (gl_PREREQ_GLOB): Remove _SYS_CDEFS_H hack; no longer needed.
12657
12658 2005-09-12  Derek Price  <derek@ximbiot.com>
12659             Paul Eggert  <eggert@cs.ucla.edu>
12660
12661         * lib/glob-libc.h: Renamed from glob_.h.  The new version is
12662         taken from libc's glob.h, except with '#ifdef __GLOB_GNULIB'
12663         protecting things that should be done only in gnulib contexts.
12664         * lib/glob_.h: New file, containing only the glob things needed for
12665         gnulib.
12666         (GLOB_PREFIX): Remove.  All uses changed to look for __GLOB_GNULIB.
12667         (__GLOB_CONCAT, __GLOB_XCONCAT, __GLOB_ID): Remove; no longer needed.
12668         (glob, globfree, glob_pattern_p): Now defined simply in terms of
12669         rpl_glob, rpl_globfree, rpl_glob_pattern_p.
12670         (__GLOB_GNULIB): New macro, to keep the glob.h changes clearer
12671         and to respect the namespace rules better.
12672
12673 2005-09-08  Simon Josefsson  <jas@extundo.com>
12674
12675         * modules/socklen: New file.
12676
12677 2005-09-08  Simon Josefsson  <jas@extundo.com>
12678
12679         * m4/socklen.m4: New file.
12680
12681 2005-09-08  Paul Eggert  <eggert@cs.ucla.edu>
12682
12683         * modules/utimens (Files): Add m4/utimbuf.m4, since
12684         m4/utimens.m4 requires gl_CHECK_TYPE_STRUCT_UTIMBUF.
12685         Reported by Sergey Poznyakoff.
12686
12687 2005-09-08  Paul Eggert  <eggert@cs.ucla.edu>
12688
12689         * lib/glob.c (glob, globfree, __glob_pattern_p): Use old-style function
12690         definitions, since that's the preferred style in glibc.
12691         Fix a minor spacing issue, and update copyright notice to match
12692         glibc's.
12693
12694 2005-09-08  Paul Eggert  <eggert@cs.ucla.edu>
12695
12696         * config/srclist.txt: Remove glibc bug 1061; it's been fixed.
12697
12698 2005-09-06  Simon Josefsson  <jas@extundo.com>
12699
12700         * lib/getpass.c (getpass): Fix typo, test for HAVE_TCSETATTR and not
12701         TCSETATTR.  Reported by Derek Price <derek@ximbiot.com>.
12702
12703 2005-09-06  Paul Eggert  <eggert@cs.ucla.edu>
12704
12705         * lib/regex_internal.h (bitset_not): Add parens to avoid gcc -Wall
12706         warning.
12707
12708 2005-09-06  Paul Eggert  <eggert@cs.ucla.edu>
12709
12710         * config/srclist.txt: Add glibc bug 1302.
12711
12712 2005-09-05  Paul Eggert  <eggert@cs.ucla.edu>
12713
12714         Change bitset word type from unsigned int to unsigned long int,
12715         as this has better performance on typical 64-bit hosts.
12716         Port bitset code to hosts with unusual word sizes.
12717         * lib/regcomp.c (build_equiv_class, build_charclass, build_range_exp):
12718         (build_collating_symbol):
12719         Prefer bitset to re_bitset_ptr_t in prototypes, when the actual
12720         argument is a bitset.  This is merely a style issue, but it makes
12721         it clearer that an entire array is expected.
12722         (re_compile_fastmap_iter, init_dfa, init_word_char, optimize_subexps):
12723         * lib/regcomp.c (lower_subexp, parse_bracket_exp, built_charclass_op):
12724         Port to the case where bitset_word is not the same as unsigned int.
12725         * lib/regex_internal.h (bitset_set, bitset_clear, bitset_contain):
12726         (bitset_not, bitset_merge, bitset_set_all, bitset_mask):
12727         Likewise.
12728         * lib/regexec.c (check_dst_limits_calc_pos_1,
12729         check_subexp_matching_top):
12730         (build_trtable, group_nodes_into_DFAstates):
12731         Likewise.
12732         * lib/regcomp.c (re_compile_fastmap_iter, utf8_sb_map, optimize_utf8):
12733         Don't assume that SBC_MAX is a multiple of BITSET_WORD_BITS.
12734         * lib/regex_internal.h (bitset_set_all, bitset_not): Likewise.
12735         * lib/regexec.c (group_nodes_into_DFAstates): Likewise.
12736         * lib/regcomp.c (utf8_sb_map): Don't assume UINT_MAX == 0xffffffff.
12737         * lib/regcomp.c (optimize_subexps, lower_subexp):
12738         Work even if bitset_word has holes in its bitwise representation.
12739         * lib/regex_internal.h (BITSET_WORD_BITS): Likewise.
12740         * lib/regexec.c (check_dst_limits_calc_pos_1,
12741         check_subexp_matching_top):
12742         Likewise.
12743         * lib/regex_internal.c (re_string_reconstruct):
12744         Don't assume UCHAR_MAX == 255.
12745         * lib/regex_internal.h (bitset_set_all): Likewise.
12746         * lib/regex_internal.h (BITSET_WORD_BITS): Renamed from UINT_BITS.
12747         All uses changed.
12748         (BITSET_WORDS): Renamed from BITSET_UINTS.  All uses changed.
12749         (bitset_word): New type, replacing 'unsigned int' for bitset uses.
12750         All uses changed.
12751         (BITSET_WORD_MAX): New macro.
12752         (bitset_set, bitset_clear, bitset_contain, bitset_empty):
12753         (bitset_set_all, bitset_copy):  Now inline functions, not macros.
12754         (bitset_empty, bitset_copy):
12755         Prefer sizeof (bitset) to multiplying it out ourselves.
12756         (bitset_not_merge): Remove; unused.
12757         (bitset_contain): Return bool, not unsigned int with one bit on.
12758         All callers changed.
12759         * lib/regexec.c (build_trtable): Don't assume bitset has no stricter
12760         alignment than re_node_set; do this by defining a new internal
12761         type struct dests_alloc and using it to allocate memory.
12762
12763 2005-09-05  Bruno Haible  <bruno@clisp.org>
12764
12765         * gnulib-tool (func_import): Fix comparison in handling of symbolic
12766         links.
12767
12768 2005-09-04  Martin Lambers  <marlam@marlam.de>  (tiny change)
12769
12770         * modules/size_max (Makefile.am): Add size_max.h
12771
12772 2005-09-04  Derek Price  <derek@ximbiot.com>
12773
12774         * gnulib-tool (func_import): Fix reversed $symbolic logic.
12775
12776 2005-09-03  Simon Josefsson  <jas@extundo.com>
12777
12778         * gnulib-tool: Fix typo.
12779
12780 2005-09-03  Simon Josefsson  <jas@extundo.com>
12781
12782         * config/srclist.txt: Add glibc bug 1293.
12783
12784 2005-09-03  Derek Price  <derek@ximbiot.com>
12785
12786         * m4/getlogin_r (gl_GETLOGIN_R): Fix cut & paste error.
12787         From Larry Jones <lawrence.jones@ugs.com>.
12788
12789 2005-09-02  Simon Josefsson  <jas@extundo.com>
12790
12791         * modules/socklen: New file.
12792
12793 2005-09-02  Simon Josefsson  <jas@extundo.com>
12794
12795         * modules/havelib: New module.
12796
12797         * modules/gettext, modules/iconv, modules/lock, modules/readline:
12798         Use havelib.
12799
12800 2005-09-02  Paul Eggert  <eggert@cs.ucla.edu>
12801
12802         Check for arithmetic overflow when calculating sizes, to prevent
12803         some buffer-overflow issues.  These patches are conservative, in the
12804         sense that when I couldn't determine whether an overflow was possible,
12805         I inserted a run-time check.
12806         * lib/regex_internal.h (re_xmalloc, re_xrealloc, re_x2realloc): New
12807         macros.
12808         (SIZE_MAX) [!defined SIZE_MAX]: New macro.
12809         (re_alloc_oversized, re_x2alloc_oversized, re_xnmalloc):
12810         (re_xnrealloc, re_x2nrealloc): New inline functions.
12811         * lib/regcomp.c (init_dfa, analyze, build_range_exp,
12812         parse_bracket_exp):
12813         (build_equiv_class, build_charclass): Check for arithmetic overflow
12814         in size expression calculations.
12815         * lib/regex_internal.c (re_string_realloc_buffers):
12816         (build_wcs_upper_buffer, re_node_set_add_intersect):
12817         (re_node_set_init_union, re_node_set_insert, re_node_set_insert_last):
12818         (re_dfa_add_node, register_state): Likewise.
12819         * lib/regexec.c (re_search_stub, re_copy_regs, re_search_internal):
12820         (prune_impossible_nodes, push_fail_stack, set_regs, check_arrival):
12821         (build_trtable, extend_buffers, match_ctx_init, match_ctx_add_entry):
12822         (match_ctx_add_subtop, match_ctx_add_sublast): Likewise.
12823
12824 2005-09-02  Paul Eggert  <eggert@cs.ucla.edu>
12825
12826         * modules/inttostr (Files): Add m4/inttypes_h.m4, m4/stdint_h.m4,
12827         m4/ulonglong.m4.  Problem reported by Martin Lambers.
12828
12829 2005-09-02  Bruno Haible  <bruno@clisp.org>
12830
12831         Support for lib vs. lib64 distinction on biarch platforms.
12832         * m4/lib-prefix.m4 (AC_LIB_PREPARE_MULTILIB): New macro.
12833         (AC_LIB_PREFIX): Require it. Use $acl_libdirstem instead of 'lib'.
12834         * m4/lib-link.m4 (AC_LIB_LINKFLAGS_BODY): Likewise.
12835
12836 2005-09-02  Bruno Haible  <bruno@clisp.org>
12837
12838         * gnulib-tool (import): In the other first-use case, provide defaults
12839         as well.
12840
12841 2005-09-02  Bruno Haible  <bruno@clisp.org>
12842
12843         * config/srclist.txt: lib-link.m4 and lib-prefix.m4 currently have
12844         patches not yet found in the latest gettext release.
12845
12846 2005-09-01  Paul Eggert  <eggert@cs.ucla.edu>
12847
12848         * lib/glob.c (GET_LOGIN_NAME_MAX): Renamed from LOGIN_NAME_MAX,
12849         to avoid a collision with bits/local_lim.h in glibc.
12850         All uses changed.  Problem reported by Dmitry V. Levin in
12851         <http://sources.redhat.com/bugzilla/show_bug.cgi?id=1060>.
12852
12853         * lib/regex_internal.c (build_wcs_upper_buffer): Fix portability
12854         bugs in int versus size_t comparisons.
12855         (re_string_context_at): Fix bug where the code assumed that
12856         Idx is signed.
12857
12858         Use bool where appropriate.
12859         * lib/regcomp.c (re_set_fastmap): ICASE arg is bool, not int.
12860         All callers changed.
12861         (calc_eclosure_iter): Likewise, for ROOT arg.
12862         (parse_bracket_element): Likewise, for ACCEPT_HYPHEN arg.
12863         (build_charclass_op): Likewise, for NON_MATCH arg.
12864         * lib/regex_internal.c (re_string_allocate, re_string_construct):
12865         (re_string_construct_common): Likewise, for ICASE arg.
12866         * lib/regexec.c (re_search_2_stub, re_search_stub):
12867         Likewise, for RET_LEN arg.
12868         (check_matching): Likewise, for FL_LONGEST_MATCH arg.
12869         (set_regs): Likewise, for FL_BACKTRACK arg.
12870         * lib/regcomp.c (re_compile_fastmap_iter, optimize_utf8):
12871         (duplicate_node_closure, calc_inveclosure, calc_eclosure):
12872         (calc_eclosure_iter, parse_bracket_exp):
12873         Use bool for internal variables that are booleans.
12874         * lib/regexec.c (re_search_internal, check_matching,
12875         proceed_next_node):
12876         (set_regs, build_sifted_states, sift_states_bkref):
12877         (check_arrival_add_next_nodes, check_arrival_expand_ecl_sub):
12878         (expand_bkref_cache, build_trtable, group_nodes_into_DFAstates):
12879         (find_collation_sequence_value):
12880         Likewise.
12881         * lib/regex_internal.c (re_node_set_insert, re_node_set_insert_last):
12882         (re_node_set_compare):
12883         Return bool, not int. All callers changed.
12884         * lib/regexec.c (check_halt_node_context, check_dst_limits):
12885         (build_trtable, check_node_accept): Likewise.
12886         * lib/regex_internal.h: Include stdbool.h.
12887
12888         Fix bugs uncovered when converting to bool.
12889         * lib/regcomp.c (calc_eclosure_iter): Check for storage allocation
12890         failure instead of charging ahead blindly.
12891         * lib/regex_internal.c (register_state): Likewise.
12892         * lib/regexec.c (re_search_2_stub): Use simpler method than boolean
12893         for freeing internal storage.
12894         (group_nodes_into_DFA_states): Use unsigned int, not int, for
12895         bitset pieces used as boolean, to avoid undefined behavior
12896         on hosts that do int overflow checking.
12897
12898 2005-09-01  Paul Eggert  <eggert@cs.ucla.edu>
12899
12900         * config/srclist.txt: Add glibc bugs 1285-1287.
12901
12902 2005-09-01  Jim Meyering  <jim@meyering.net>
12903
12904         * m4/lchown.m4: Require gl_FUNC_CHOWN, for the definition of
12905         CHOWN_MODIFIES_SYMLINK, which is used by lchown.c.
12906         Require gl_STAT_MACROS, too.
12907
12908 2005-09-01  Bruno Haible  <bruno@clisp.org>
12909
12910         * gnulib-tool (import): In the first-use case, provide defaults.
12911
12912 2005-09-01  Bruno Haible  <bruno@clisp.org>
12913
12914         * gnulib-tool (func_import): Remove the .tmp files.
12915
12916 2005-09-01  Bruno Haible  <bruno@clisp.org>
12917
12918         * gnulib-tool (func_import): Fix handling of symbolic links.
12919
12920 2005-08-31  Paul Eggert  <eggert@cs.ucla.edu>
12921
12922         On 64-bit hosts (where size_t is 64 bits and int is 32 bits), the
12923         old glibc regex code mishandles strings longer than 2**31 bytes.
12924         This patch fixes this when the regex code is used in gnulib
12925         (i.e., outside glibc).
12926
12927         This patch should not affect the use of the regex code inside
12928         glibc.  No doubt this problem also needs to be handled for glibc
12929         as well, but the result will be an incompatible change to the
12930         glibc ABI, and the old ABI will have to be supported too.  That
12931         can be the the subject for another patch.
12932
12933         * lib/regex.h (_REGEX_LARGE_OFFSETS): New feature-test macro,
12934         governing whether the rest of this patch is active.  By default,
12935         the macro is disabled and the patch has no effect.
12936         (regoff_t) [defined _REGEX_LARGE_OFFSETS]: Define to off_t, not int.
12937         (__re_idx_t, __re_size_t, __re_long_size_t): New types.
12938         (struct re_pattern_buffer, re_search, re_search_2, re_match):
12939         (re_match_2, re_set_registers): Use the new types.
12940         * lib/regex_internal.h (Idx, re_hashval_t): New types.
12941         (REG_MISSING, REG_ERROR, REG_VALID_INDEX, REG_VALID_NONZERO_INDEX):
12942         New macros.
12943         (re_node_set, re_charset_t, re_token_t, re_string_realloc_buffers):
12944         (re_string_context_at, bin_tree_t, re_dfastate_t):
12945         (struct re_state_table_entry, state_array_t, re_sub_match_last_t):
12946         (re_sub_match_top_t, re_match_context_t, re_sift_context_t):
12947         (struct re_fail_stack_ent_t, struct re_fail_stack_t, struct re_dfa_t):
12948         (re_string_char_size_at, re_string_wchar_at):
12949         (re_string_elem_size_at):
12950         Use the new types and macros to port to 64-bit hosts.
12951         Use unsigned types for internal values, so that the code
12952         mostly works even for arrays larger than SSIZE_MAX.
12953         * lib/regcomp.c (re_compile_internal, init_dfa, duplicate_node):
12954         (search_duplicated_node, calc_eclosure_iter, fetch_number):
12955         (parse_reg_exp, parse_branch, parse_expression, parse_sub_exp):
12956         (build_equiv_class, build_charclass, re_compile_fastmap_iter):
12957         (free_dfa_content, create_initial_state, optimize_utf8, analyze):
12958         (optimize_subexps, calc_first, link_nfa_nodes, duplicate_node_closure):
12959         (calc_inveclosure, parse_dup_op, build_range_exp):
12960         (build_collating_symbol, parse_bracket_exp, build_charclass_op):
12961         (fetch_number, create_token_tree, mark_opt_subexp):
12962         Likewise.
12963         * lib/regex_internal.c (re_string_construct_common,
12964         create_ci_newstate):
12965         (create_cd_newstate, re_string_allocate, re_string_construct):
12966         (re_string_realloc_buffers, build_wcs_upper_buffer):
12967         (re_string_skip_chars, build_upper_buffer, re_string_translate_buffer):
12968         (re_string_reconstruct, re_string_peek_byte_case):
12969         (re_string_fetch_byte_case, re_string_context_at):
12970         (re_node_set_alloc, re_node_set_init_1, re_node_set_init_2):
12971         (re_node_set_init_copy, re_node_set_add_intersect):
12972         (re_node_set_init_union, re_node_set_merge, re_node_set_insert):
12973         (re_node_set_insert_last, re_node_set_compare, re_node_set_contains):
12974         (re_node_set_remove_at, re_dfa_add_node, calc_state_hash):
12975         (re_acquire_state, re_acquire_state_context, register_state):
12976         Likewise.
12977         * lib/regex.c (match_ctx_init, match_ctx_add_entry,
12978         search_cur_bkref_entry):
12979         (match_ctx_add_subtop, match_ctx_add_sublast, sift_ctx_init):
12980         (re_search_internal, re_search_2_stub, re_search_stub)
12981         (re_copy_regs, check_matching, check_halt_state_context, update_regs):
12982         (push_fail_stack, sift_states_iter_mb, build_sifted_states):
12983         (update_cur_sifted_state, check_dst_limits):
12984         (check_dst_limits_calc_pos_1, check_dst_limits_calc_pos):
12985         (check_subexp_limits, sift_states_bkref, merge_state_array):
12986         (check_subexp_matching_top, get_subexp, get_subexp_sub):
12987         (find_subexp_node, check_arrival, check_arrival_add_next_nodes):
12988         (check_arrival_expand_ecl, check_arrival_expand_ecl_sub):
12989         (expand_bkref_cache, check_node_accept_bytes):
12990         (group_nodes_into_DFAstates, check_node_accept, regexec, re_match):
12991         (re_search, re_match_2, re_search_2, prune_impossible_nodes):
12992         (acquire_init_state_context, check_halt_node_context):
12993         (proceed_next_node, pop_fail_stack, set_regs, free_fail_stack_return):
12994         (sift_states_backward, clean_state_log_if_needed):
12995         (sub_epsilon_src_nodes, add_epsilone_src_nodes, merge_state_with_log):
12996         (find_recover_state, transit_state_sb, transit_state_mb):
12997         (transit_state_bkref, build_trtable, match_ctx_clean):
12998         Likewise.
12999         * lib/regcomp.c (parse_dup_op): Add an extra test if Idx is unsigned,
13000         to work around an assumption that REG_MISSING is negative.
13001
13002         * lib/regcomp.c (re_comp) [defined _REGEX_RE_COMP || defined _LIBC]:
13003         (seek_collating_symbol_entry) [defined _LIBC]:
13004         (lookup_collation_sequence_value) [defined _LIBC]:
13005         (build_range_exp, build_collating_symbol) [defined _LIBC]:
13006         Use prototypes rather than old-style function definitions.
13007         * lib/regexec.c (re_exec) [defined _REGEX_RE_COMP || defined _LIBC]:
13008         (transit_state_sb) [0]:
13009         (find_collation_sequence_value) [defined _LIBC]: Likewise.
13010
13011         * lib/regexec.c (re_search_internal): Simplify update of rm_so and
13012         rm_eo.
13013
13014         * lib/regcomp.c (re_compile_fastmap_iter, init_dfa, init_word_char):
13015         (optimize_subexps, lower_subexp):
13016         Don't assume 1<<31 has defined behavior on hosts with 32-bit int,
13017         since the signed shift might overflow.  Use 1u<<31 instead.
13018         * lib/regex_internal.h (bitset_set, bitset_clear, bitset_contain):
13019         Likewise.
13020         * lib/regexec.c (check_dst_limits_calc_pos_1,
13021         check_subexp_matching_top): Likewise.
13022
13023         * lib/regcomp.c (optimize_subexps, lower_subexp):
13024         Use CHAR_BIT rather than 8, for clarity.
13025         * lib/regexec.c (check_dst_limits_calc_pos_1):
13026         (check_subexp_matching_top): Likewise.
13027         * lib/regcomp.c (init_dfa): Make table_size unsigned, so that we don't
13028         have to worry about portability issues when shifting it left.
13029         Remove no-longer-needed test for table_size > 0.
13030         * lib/regcomp.c (parse_sub_exp): Do not shift more bits than there are
13031         in a word, as the resulting behavior is undefined.
13032         * lib/regexec.c (check_dst_limits_calc_pos_1): Likewise;
13033         in one case, a <= should have been an <, and in another case the
13034         whole test was missing.
13035         * lib/regex_internal.h (BYTE_BITS): Remove.  All uses changed to
13036         the standard name CHAR_BIT.
13037         * lib/regexec.c (match_ctx_add_entry): Don't assume that ~0 == -1;
13038         this is not true on one's complement and signed-magnitude hosts.
13039
13040         * lib/regex_internal.h (re_sub_match_top_t): Remove unused member
13041         next_last_offset.
13042         (struct re_dfa_t): Remove unused member states_alloc.
13043         * lib/regcomp.c (init_dfa): Don't initialize unused members.
13044
13045 2005-08-31  Paul Eggert  <eggert@cs.ucla.edu>
13046
13047         * m4/regex.m4 (gl_REGEX): Require AC_SYS_LARGEFILE, Define
13048         _REGEX_LARGE_OFFSETS).  Test for regoff_t/off_t bug in 64-bit
13049         and large-file glibc and in 32-bit large-file Solaris.
13050
13051 2005-08-31  Paul Eggert  <eggert@cs.ucla.edu>
13052
13053         * lib/regex_internal.c (re_string_reconstruct): Don't assume buffer
13054         lengths fit in regoff_t; this isn't true if regoff_t is the same
13055         width as size_t.
13056         * lib/regex.c (re_search_internal): 5th arg is LAST_START
13057         (= START + RANGE) instead of RANGE.  This avoids overflow
13058         problems when regoff_t is the same width as size_t.
13059         All callers changed.
13060         (re_search_2_stub): Check for overflow when adding the
13061         sizes of the two strings.
13062         (re_search_stub): Check for overflow when adding START
13063         to RANGE; if it occurs, substitute the extreme value.
13064
13065 2005-08-31  Paul Eggert  <eggert@cs.ucla.edu>
13066
13067         * config/srclist.txt: Add glibc bugs 1273, 1278-1282, 1284.
13068
13069 2005-08-31  Jim Meyering  <jim@meyering.net>
13070
13071         * lib/regcomp.c (search_duplicated_node): Make first pointer arg
13072         a pointer-to-const.
13073         * lib/regex_internal.c (create_ci_newstate, create_cd_newstate):
13074         (register_state): Likewise.
13075         * lib/regexec.c (search_cur_bkref_entry, check_dst_limits):
13076         (check_dst_limits_calc_pos_1, check_dst_limits_calc_pos):
13077         (group_nodes_into_DFAstates): Likewise.
13078
13079 2005-08-31  Jim Meyering  <jim@meyering.net>
13080
13081         * check-module: Add a FIXME comment.
13082
13083 2005-08-31  Eric Blake  <ebb9@byu.net>
13084
13085         * modules/unistd-safer (Files): Add unistd--.h.
13086         * modules/stdio-safer (Files): Add stdio--.h.
13087
13088 2005-08-31  Derek Price  <derek@ximbiot.com>
13089
13090         * lib/getdelim.c (getdelim): Return EOF on EOF.
13091         Reported by Larry Jones <lawrence.jones@ugs.com>.
13092
13093 2005-08-31  Bruno Haible  <bruno@clisp.org>
13094
13095         Avoid unnecessary diffs in the generated lib/Makefile.am.
13096         * gnulib-tool (func_emit_lib_Makefile_am): Don't write the cmd into
13097         the generated files.
13098         (func_import): Don't set cmd.
13099
13100 2005-08-31  Bruno Haible  <bruno@clisp.org>
13101
13102         * lib/strstr.c: Include <stddef.h>, for NULL.
13103         * lib/strcasestr.c: Likewise.
13104         Reported by Yoann Vandoorselaere <yoann.v@prelude-ids.com>.
13105
13106 2005-08-31  Bruno Haible  <bruno@clisp.org>
13107
13108         * gnulib-tool: New option --macro-prefix.
13109         (func_import): Use macro_prefix.
13110         (import): Handle option --macro-prefix.
13111
13112 2005-08-31  Bruno Haible  <bruno@clisp.org>
13113
13114         * gnulib-tool (import): Rename most ac_* variables to cached_*.
13115         Also use new variables cached_lgpl, cached_libtool.
13116
13117 2005-08-31  Bruno Haible  <bruno@clisp.org>
13118
13119         * gnulib-tool (func_import): Require AC_GNU_SOURCE etc. instead of
13120         always instantiating them.
13121
13122 2005-08-31  Bruno Haible  <bruno@clisp.org>
13123
13124         * gnulib-tool (func_import): Read the previous cached settings
13125         from gnulib-cache.m4 and gnulib-comp.m4. Remove files that were
13126         earlier added by gnulib but are now dropped. Warn when a gnulib file
13127         overwrites a non-gnulib file.
13128
13129 2005-08-31  Bruno Haible  <bruno@clisp.org>
13130
13131         * gnulib-tool (func_import): Generate two files gnulib-cache.m4 and
13132         gnulib-comp.m4 instead of a single gnulib.m4, to make it easy for
13133         projects that don't keep autogenerated files in CVS. Put into
13134         actioncmd only the specified modules, not the transitive closure.
13135
13136 2005-08-31  Bruno Haible  <bruno@clisp.org>
13137
13138         * gnulib-tool (func_import): Fix defaulting of $libname and $libtool.
13139         Create directories that shall be filled.
13140         (import): Don't look for gl_* macros in configure.ac. Recurse across
13141         all directories containing a gnulib-cache.m4 files, if meaningful.
13142
13143 2005-08-31  Bruno Haible  <bruno@clisp.org>
13144
13145         * gnulib-tool (func_import): Emit also a stub for gl_LIBTOOL.
13146         (import): Set seen_libtool when we see gl_LIBTOOL.
13147
13148 2005-08-31  Bruno Haible  <bruno@clisp.org>
13149
13150         * gnulib-tool (func_import): Also copy m4/gnulib-tool.m4. Omit
13151         declaration macro definitions from generated gnulib.m4.
13152
13153 2005-08-30  Oskar Liljeblad  <oskar@osk.mine.nu>
13154
13155         * lib/iconvme.h: Add prototype for iconv_alloc.
13156
13157 2005-08-29  Simon Josefsson  <jas@extundo.com>
13158
13159         * lib/iconvme.c: Fix errno.
13160
13161 2005-08-29  Bruno Haible  <bruno@clisp.org>
13162
13163         * gnulib-tool: Enclose all occurrences of $destdir in "...", so
13164         that it works when the directory contains spaces.
13165
13166 2005-08-29  Bruno Haible  <bruno@clisp.org>
13167
13168         * gnulib-tool (import): Avoid unnecessary spaces in $avoidlist.
13169
13170 2005-08-29  Bruno Haible  <bruno@clisp.org>
13171
13172         * gnulib-tool (func_import): Emit more comments into gnulib.m4.
13173         Emit more advice.
13174
13175 2005-08-29  Bruno Haible  <bruno@clisp.org>
13176         and Stepan Kasal  <kasal@ucw.cz>
13177
13178         * check-module: If more parameters are given, check each of them
13179         separately; add more exceptions, as noted by Jim Meyering.
13180         (check_module): New procedure.
13181         (%exempt_header): Now contains all exceptions.
13182
13183 2005-08-29  Ben Pfaff  <blp@cs.stanford.edu>
13184
13185         * modules/byteswap (Makefile.am): Fix rule to not assume GNU make.
13186
13187 2005-08-29  Oskar Liljeblad  <oskar@osk.mine.nu>
13188
13189         * lib/iconvme.c: Split iconv_string into iconv_alloc.
13190
13191 2005-08-28  Bruno Haible  <bruno@clisp.org>
13192
13193         * m4/gnulib-tool.m4: New file.
13194
13195 2005-08-27  Jim Meyering  <jim@meyering.net>
13196
13197         * modules/unistd-safer (Files): Add pipe-safer.c.
13198         * modules/fcntl-safer (Files): Add creat-safer.c.
13199
13200 2005-08-27  Jim Meyering  <jim@meyering.net>
13201
13202         * m4/stdlib-safer.m4: New file.  From coreutils.
13203         * m4/stdio-safer.m4 (gl_STDIO_SAFER): Add stdio--.h.
13204         * m4/fcntl-safer.m4 (gl_FCNTL_SAFER): Add creat-safer.c to the
13205         AC_LIBSOURCES list and arrange to compile it via AC_LIBOBJ.
13206         * m4/unistd-safer.m4 (gl_UNISTD_SAFER): Likewise, add pipe-safer.c.
13207         Add pipe-safer.c and unistd--.h to the AC_LIBSOURCES list.
13208
13209 2005-08-27  Jim Meyering  <jim@meyering.net>
13210
13211         * lib/fopen-safer.c: Merge minor changes from coreutils.
13212         * lib/dup-safer.c: Likewise.
13213         * lib/fd-safer.c: Likewise.
13214
13215         Merge from coreutils.
13216         * lib/stdio--.h: New file.
13217         * lib/stdlib--.h: New file.
13218         * lib/mkstemp-safer.c: New file.
13219
13220         GNU tar needs these.
13221         * lib/pipe-safer.c: New file.
13222         * lib/creat-safer.c: New file.
13223         * lib/fcntl--.h (creat): Define to creat_safer.
13224         * lib/fcntl-safer.h: Include <sys/types.h> and declare creat_safer.
13225         * lib/unistd--.h (pipe): Define to pipe_safer.
13226         * lib/unistd-safer.h: Declare pipe_safer.
13227
13228 2005-08-26  Simon Josefsson  <jas@extundo.com>
13229
13230         * lib/getpass.c: Use _WIN32 instead of WIN32, suggested by Bruno
13231         Haible <bruno@clisp.org>.
13232
13233 2005-08-26  Paul Eggert  <eggert@cs.ucla.edu>
13234
13235         * lib/regex_internal.h: Remove all references to
13236         RE_NO_INTERNAL_PROTOTYPES; no longer neeeded now that we assume C89
13237         or better.
13238         (bitset_not, bitset_merge, bitset_not_merge):
13239         (bitset_mask, re_string_allocate, re_string_construct):
13240         (re_string_reconstruct, re_string_destruct, re_string_elem_size_at):
13241         (re_string_char_size_at, re_string_wchar_at, re_string_peek_byte_case):
13242         (re_string_fetch_byte_case, re_node_set_alloc, re_node_set_init_1):
13243         (re_node_set_init_2, re_node_set_init_copy, re_node_set_add_intersect):
13244         (re_node_set_init_union, re_node_set_merge, re_node_set_insert):
13245         (re_node_set_insert_last, re_node_set_compare, re_node_set_contains):
13246         (re_node_set_remove_at, re_dfa_add_node, re_acquire_state):
13247         (re_acquire_state_context):
13248         Remove unnecessary forward decls.
13249         (re_string_char_size_at, re_string_wchar_at, re_string_elem_size_at):
13250         Put __attribute at function definition,
13251         now that the function decl has been removed.
13252         * lib/regex_internal.c (re_string_peek_byte_case):
13253         (re_string_fetch_byte_case, re_node_set_compare, re_node_set_contains):
13254         Likewise.
13255
13256 2005-08-25  Stepan Kasal  <kasal@ucw.cz>
13257
13258         * m4/regex.m4: Add AC_PREREQ(2.50).
13259         (gl_REGEX): If --with-included-regex was given, skip the autodetection.
13260
13261 2005-08-25  Simon Josefsson  <jas@extundo.com>
13262
13263         * m4/getpass.m4: Check for termios.h, tcgetattr, tcsetattr, and
13264         __fsetlocking.
13265
13266 2005-08-25  Simon Josefsson  <jas@extundo.com>
13267
13268         * lib/getpass.c: Add WIN32 implementation.  Conditionalize use of
13269         termios.h, tcgetattr, tcsetattr and __fsetlocking.  Remove some
13270         GLIBC specific code.
13271
13272 2005-08-25  Paul Eggert  <eggert@cs.ucla.edu>
13273
13274         Make regex safe for g++.  This fixes one real bug (an "err"
13275         that should have been "*err").  g++ problem reported by
13276         Sam Steingold.
13277         * lib/regex_internal.h (re_calloc): New macro, consistent with
13278         re_malloc etc.  All callers of calloc changed to use re_calloc.
13279         * lib/regex_internal.c (build_wcs_upper_buffer): Return reg_errcode_t,
13280         not int.  All callers changed.
13281         * lib/regcomp.c (re_compile_fastmap_iter): Don't use
13282         alloca (mb_cur_max); just use an array of size MB_LEN_MAX.
13283         * lib/regexec.c (push_fail_stack): Use re_realloc, not realloc.
13284         (find_recover_state): Change "err" to "*err"; this fixes what
13285         appears to be a real bug.
13286         (check_arrival_expand_ecl_sub): Be consistent about reg_errcode_t
13287         versus int.
13288
13289 2005-08-25  Paul Eggert  <eggert@cs.ucla.edu>
13290
13291         * modules/regex (Depends-on): Add malloc, since the code
13292         assumes that !malloc(0) means failure.
13293
13294 2005-08-25  Paul Eggert  <eggert@cs.ucla.edu>
13295
13296         * lib/regexec.c (set_regs): Don't alloca with an unbounded size.
13297
13298         alloca modernization/simplification for regex.
13299         * lib/regex.c: Remove portability cruft for alloca.  This no longer
13300         needs to be at the start of the file, and can be moved into
13301         regex_internal.h and simplified.
13302         * lib/regex_internal.h: Include <alloca.h>.
13303         (__libc_use_alloca) [!defined _LIBC]: New macro.
13304         * lib/regexec.c (build_trtable): Remove "#ifdef _LIBC", since the code
13305         now works outside glibc.
13306
13307 2005-08-25  Paul Eggert  <eggert@cs.ucla.edu>
13308
13309         * config/srclist.txt: Add glibc bugs 1241, 1245.
13310
13311 2005-08-25  Jim Meyering  <jim@meyering.net>
13312
13313         * lib/open-safer.c: Include <config.h>.
13314         Otherwise, we'd lose LARGEFILE support in any file using
13315         e.g. "fcntl--.h"
13316
13317 2005-08-25  Bruno Haible  <bruno@clisp.org>
13318
13319         * m4/minmax.m4: Require autoconf 2.52.
13320         (gl_MINMAX_IN_HEADER): Add comments. Use m4_pushdef/m4_popdef instead
13321         of define/undefine. Use AS_TR_SH and AS_TR_CPP as more robust
13322         alternatives of translit over the alphabet.
13323         Based on a patch from Stepan Kasal <kasal@ucw.cz>.
13324
13325 2005-08-24  Simon Josefsson  <jas@extundo.com>
13326
13327         * tests/test-getpass.c: New file.
13328
13329 2005-08-24  Paul Eggert  <eggert@cs.ucla.edu>
13330
13331         * m4/regex.m4 (gl_REGEX): Use POSIX-compliant spellings when testing
13332         for GNU regex features.
13333
13334 2005-08-24  Paul Eggert  <eggert@cs.ucla.edu>
13335
13336         * lib/regcomp.c (regerror): 2nd arg is 'restrict', as per POSIX.
13337         * lib/regex.h (regerror): Likewise.
13338
13339         * lib/regex.c: Do not include <sys/types.h>, as POSIX no longer
13340         requires this.  (The code never needed it.)
13341
13342         * lib/regcomp.c, regex_internal.c, regex_internal.h, regexec.c:
13343         All uses of recently-renamed identifiers changed to use the new,
13344         POSIX-compliant names.  The code will build and run just fine
13345         without these changes, but it's better to eat our own dog food
13346         and use the standard-conforming names.
13347
13348         * lib/regex.h: Fix a multitude of POSIX name space violations.
13349         These changes have an effect only for programs that define
13350         _POSIX_C_SOURCE, _POSIX_SOURCE, or _XOPEN_SOURCE; they
13351         do not change anything for programs compiled in the normal way.
13352         Also, there is no effect on the ABI.
13353
13354         (_REGEX_SOURCE): New macro.
13355         Do not include <stddef.h> if _XOPEN_SOURCE and VMS are both
13356         defined and _GNU_SOURCE is not; this fixes a name space violation.
13357
13358         Rename the following macros to obey POSIX requirements.
13359         The old names are still visible as macros if _REGEX_SOURCE is defined.
13360         (REG_BACKSLASH_ESCAPE_IN_LISTS): renamed from
13361         RE_BACKSLASH_ESCAPE_IN_LISTS.
13362         (REG_BK_PLUS_QM): renamed from RE_BK_PLUS_QM.
13363         (REG_CHAR_CLASSES): renamed from RE_CHAR_CLASSES.
13364         (REG_CONTEXT_INDEP_ANCHORS): renamed from RE_CONTEXT_INDEP_ANCHORS.
13365         (REG_CONTEXT_INDEP_OPS): renamed from RE_CONTEXT_INDEP_OPS.
13366         (REG_CONTEXT_INVALID_OPS): renamed from RE_CONTEXT_INVALID_OPS.
13367         (REG_DOT_NEWLINE): renamed from RE_DOT_NEWLINE.
13368         (REG_DOT_NOT_NULL): renamed from RE_DOT_NOT_NULL.
13369         (REG_HAT_LISTS_NOT_NEWLINE): renamed from RE_HAT_LISTS_NOT_NEWLINE.
13370         (REG_INTERVALS): renamed from RE_INTERVALS.
13371         (REG_LIMITED_OPS): renamed from RE_LIMITED_OPS.
13372         (REG_NEWLINE_ALT): renamed from RE_NEWLINE_ALT.
13373         (REG_NO_BK_BRACES): renamed from RE_NO_BK_BRACES.
13374         (REG_NO_BK_PARENS): renamed from RE_NO_BK_PARENS.
13375         (REG_NO_BK_REFS): renamed from RE_NO_BK_REFS.
13376         (REG_NO_BK_VBAR): renamed from RE_NO_BK_VBAR.
13377         (REG_NO_EMPTY_RANGES): renamed from RE_NO_EMPTY_RANGES.
13378         (REG_UNMATCHED_RIGHT_PAREN_ORD): renamed from
13379         RE_UNMATCHED_RIGHT_PAREN_ORD.
13380         (REG_NO_POSIX_BACKTRACKING): renamed from RE_NO_POSIX_BACKTRACKING.
13381         (REG_NO_GNU_OPS): renamed from RE_NO_GNU_OPS.
13382         (REG_DEBUG): renamed from RE_DEBUG.
13383         (REG_INVALID_INTERVAL_ORD): renamed from RE_INVALID_INTERVAL_ORD.
13384         (REG_IGNORE_CASE): renamed from RE_ICASE.  This renaming is a bit
13385         unusual, since we can't clash with the POSIX REG_ICASE.
13386         (REG_CARET_ANCHORS_HERE): renamed from RE_CARET_ANCHORS_HERE.
13387         (REG_CONTEXT_INVALID_DUP): renamed from RE_CONTEXT_INVALID_DUP.
13388         (REG_NO_SUB): renamed from RE_NO_SUB.
13389         (REG_SYNTAX_EMACS): renamed from RE_SYNTAX_EMACS.
13390         (REG_SYNTAX_AWK): renamed from RE_SYNTAX_AWK.
13391         (REG_SYNTAX_GNU_AWK): renamed from RE_SYNTAX_GNU_AWK.
13392         (REG_SYNTAX_POSIX_AWK): renamed from RE_SYNTAX_POSIX_AWK.
13393         (REG_SYNTAX_GREP): renamed from RE_SYNTAX_GREP.
13394         (REG_SYNTAX_EGREP): renamed from RE_SYNTAX_EGREP.
13395         (REG_SYNTAX_POSIX_EGREP): renamed from RE_SYNTAX_POSIX_EGREP.
13396         (REG_SYNTAX_ED): renamed from RE_SYNTAX_ED.
13397         (REG_SYNTAX_SED): renamed from RE_SYNTAX_SED.
13398         (_REG_SYNTAX_POSIX_COMMON): renamed from _RE_SYNTAX_POSIX_COMMON.
13399         (REG_SYNTAX_POSIX_BASIC): renamed from RE_SYNTAX_POSIX_BASIC.
13400         (REG_SYNTAX_POSIX_MINIMAL_BASIC): renamed from
13401         RE_SYNTAX_POSIX_MINIMAL_BASIC.
13402         (REG_SYNTAX_POSIX_EXTENDED): renamed from RE_SYNTAX_POSIX_EXTENDED.
13403         (REG_SYNTAX_POSIX_MINIMAL_EXTENDED): renamed from
13404         RE_SYNTAX_POSIX_MINIMAL_EXTENDED.
13405         (REG_DUP_MAX): renamed from RE_DUP_MAX.  No need to undef it.
13406         (REG_UNALLOCATED): Renamed from REGS_UNALLOCATED.
13407         (REG_REALLOCATE): Renamed from REGS_REALLOCATE.
13408         (REG_FIXED): Renamed from REGS_FIXED.
13409         (REG_NREGS): Renamed from RE_NREGS.
13410
13411         (REG_ICASE, REG_NEWLINE, REG_NOSUB): Do not depend on the values
13412         of other REG_* macros, since POSIX says the user is allowed to
13413         #undef these macros selectively.
13414
13415         (reg_errcode_t): Update comment stating what other tables need
13416         to be consistent.
13417
13418         Rename the following enum values to obey POSIX requirements.
13419         The old names are still visible as macros.
13420         (_REG_ENOSYS): Renamed from REG_ENOSYS.  Define even if _XOPEN_SOURCE
13421         is not defined, since GNU is supposed to be a superset of POSIX as
13422         much as possible, and since we want reg_errcode_t to be a signed
13423         type for implementation consistency.
13424         (_REG_NOERROR): Renamed from REG_NOERROR.
13425         (_REG_NOMATCH): Renamed from REG_NOMATCH.
13426         (_REG_BADPAT): Renamed from REG_BADPAT.
13427         (_REG_ECOLLATE): Renamed from REG_ECOLLATE.
13428         (_REG_ECTYPE): Renamed from REG_ECTYPE.
13429         (_REG_EESCAPE): Renamed from REG_EESCAPE.
13430         (_REG_ESUBREG): Renamed from REG_ESUBREG.
13431         (_REG_EBRACK): Renamed from REG_EBRACK.
13432         (_REG_EPAREN): Renamed from REG_EPAREN.
13433         (_REG_EBRACE): Renamed from REG_EBRACE.
13434         (_REG_BADBR): Renamed from REG_BADBR.
13435         (_REG_ERANGE): Renamed from REG_ERANGE.
13436         (_REG_ESPACE): Renamed from REG_ESPACE.
13437         (_REG_BADRPT): Renamed from REG_BADRPT.
13438         (_REG_EEND): Renamed from REG_EEND.
13439         (_REG_ESIZE): Renamed from REG_ESIZE.
13440         (_REG_ERPAREN): Renamed from REG_ERPAREN.
13441         (REG_ENOSYS, REG_NOERROR, REG_NOMATCH, REG_BADPAT, REG_ECOLLATE):
13442         (REG_ECTYPE, REG_EESCAPE, REG_ESUBREG, REG_EBRACK, REG_EPAREN):
13443         (REG_EBRACE, REG_BADBR, REG_ERANGE, REG_ESPACE, REG_BADRPT, REG_EEND):
13444         (REG_ESIZE, REG_ERPAREN): Now macros, not enum constants.
13445
13446         (_REG_RE_NAME, _REG_RM_NAME): New macros.
13447         (REG_TRANSLATE_TYPE): Renamed from RE_TRANSLATE_TYPE.  All uses
13448         changed.  But support the old name if the new one is not defined
13449         and if _REGEX_SOURCE.
13450
13451         Change the following member names in struct re_pattern_buffer.
13452         The old names are still supported if !_REGEX_SOURCE.
13453         The new names are always supported, regardless of _REGEX_SOURCE.
13454         (re_buffer): Renamed from buffer.
13455         (re_allocated): Renamed from allocated.
13456         (re_used): Renamed from used.
13457         (re_syntax): Renamed from syntax.
13458         (re_fastmap): Renamed from fastmap.
13459         (re_translate): Renamed from translate.
13460         (re_can_be_null): Renamed from can_be_null.
13461         (re_regs_allocated): Renamed from regs_allocated.
13462         (re_fastmap_accurate): Renamed from fastmap_accurate.
13463         (re_no_sub): Renamed from no_sub.
13464         (re_not_bol): Renamed from not_bol.
13465         (re_not_eol): Renamed from not_eol.
13466         (re_newline_anchor): Renamed from newline_anchor.
13467
13468         Change the following member names in struct re_registers.
13469         The old names are still supported if !_REGEX_SOURCE.
13470         The new names are always supported, regardless of _REGEX_SOURCE.
13471         (rm_num_regs): Renamed from num_regs.
13472         (rm_start): Renamed from start.
13473         (rm_end): Renamed from end.
13474
13475         (re_set_syntax, re_compile_pattern, re_compile_fastmap):
13476         (re_search, re_search_2, re_match, re_match_2, re_set_registers):
13477         Prepend __ to parameter names.
13478
13479         Undo yesterday's changes.
13480
13481 2005-08-24  Paul Eggert  <eggert@cs.ucla.edu>
13482
13483         * config/srclist.txt: Remove glibc bug 1233 and add 1236, which
13484         supersedes it. Add glibc bugs 1237, 1238, 1240.  Comment out
13485         lib/regex.c.
13486
13487 2005-08-24  Jim Meyering  <jim@meyering.net>
13488
13489         Sync from coreutils.
13490         * m4/fcntl-safer.m4: New file.
13491
13492         * m4/xgetcwd.m4: Use AC_LIBSOURCES and AC_LIBOBJ to indicate source
13493         and object files for this module.
13494
13495 2005-08-24  Jim Meyering  <jim@meyering.net>
13496
13497         Sync from coreutils.
13498         * lib/fcntl--.h, lib/fcntl-safer.h, lib/open-safer.c: New files.
13499
13500 2005-08-24  Jim Meyering  <jim@meyering.net>
13501
13502         * modules/xgetcwd (Makefile.am): Remove `lib_SOURCES += ...' line,
13503         now that xgetcwd.m4 requires xgetcwd.c and xgetcwd.h.
13504
13505 2005-08-24  Jim Meyering  <jim@meyering.net>
13506
13507         * modules/fcntl-safer: New module.
13508         * modules/fts (Depends-on): Add fcntl-safer.
13509         * MODULES.html.sh (File descriptor based Input/Output):
13510         Add fcntl-safer.
13511
13512 2005-08-24  Bruno Haible  <bruno@clisp.org>
13513
13514         Support for unit test modules.
13515         * modules/README: Mention tests modules.
13516         * modules/TEMPLATE-TESTS: New file.
13517         * gnulib-tool: New options --extract-tests-module, --with-tests and
13518         --tests-base (unused for the moment).
13519         (testsbase, inctests): New variables.
13520         (func_all_modules): Exclude TEMPLATE-TESTS and *-tests.
13521         (func_verify_module): Exclude TEMPLATE-TESTS.
13522         (func_verify_nontests_module, func_verify_tests_module): New functions.
13523         (func_get_dependencies): Add implicit dependency for tests modules.
13524         (func_get_tests_module): New function.
13525         (func_modules_transitive_closure): When --with-tests was specified,
13526         include the unit tests as well, unless explicitly avoided.
13527         (func_emit_lib_Makefile_am): Ignore the tests modules here.
13528         (func_emit_tests_Makefile_am): New function.
13529         (func_create_testdir): When --with-tests was specified, emit a
13530         tests/ directory.
13531         * MODULES.html.sh (Future developments): Update.
13532
13533 2005-08-24  Bruno Haible  <bruno@clisp.org>
13534
13535         * modules/tls-tests: New file.
13536         * tests/test-tls.c: New file, from GNU gettext.
13537
13538 2005-08-24  Bruno Haible  <bruno@clisp.org>
13539
13540         * modules/lock-tests: New file.
13541         * tests/test-lock.c: New file, from GNU gettext.
13542
13543 2005-08-24  Bruno Haible  <bruno@clisp.org>
13544
13545         * lib/lock.h: Add multiple inclusion guard.
13546         * lib/tls.h: Add multiple inclusion guard.
13547
13548 2005-08-24  Bruno Haible  <bruno@clisp.org>
13549
13550         * gnulib-tool: Add support for the --aux-dir option to
13551         --create-testdir, --create-megatestdir, --test, --megatest.
13552         (func_create_testdir, func_create_megatestdir): Optionally emit a
13553         AC_CONFIG_AUX_DIR directive.
13554         (create-testdir, create-megatestdir, test, megatest): Provide a
13555         default value for $auxdir.
13556
13557 2005-08-24  Bruno Haible  <bruno@clisp.org>
13558
13559         * gnulib-tool (import): Use compound statement instead of subshell
13560         where possible.
13561
13562 2005-08-24  Bruno Haible  <bruno@clisp.org>
13563
13564         * gnulib-tool (import): Change --aux-dir default to "build-aux".
13565
13566 2005-08-24  Bruno Haible  <bruno@clisp.org>
13567
13568         * gnulib-tool (func_version): Update.
13569
13570 2005-08-24  Bruno Haible  <bruno@clisp.org>
13571
13572         * gnulib-tool (func_import, func_create_testdir,
13573         func_create_megatestdir): Quote all autoconf macro arguments.
13574
13575 2005-08-24  Bruno Haible  <bruno@clisp.org>
13576
13577         * gnulib-tool (func_create_megatestdir): Call autoreconf without the
13578         option --force, because --force causes the aclocal.m4 of each
13579         subdirectory to be newer than the corresponding config.h.in.
13580
13581 2005-08-23  Paul Eggert  <eggert@cs.ucla.edu>
13582
13583         * m4/regex.m4 (gl_INCLUDED_REGEX): Remove; no longer used.
13584         All contents moved to gl_REGEX.
13585         (gl_REGEX): Don't bother checking whether lib/regex.c exists;
13586         assume that it does.
13587
13588 2005-08-23  Paul Eggert  <eggert@cs.ucla.edu>
13589
13590         * lib/regex.h (REG_NOSYS)
13591         [!defined _XOPEN_SOURCE && 200112L <= _POSIX_C_SOURCE]:
13592         Define, since POSIX requires it as of 2001.
13593         (_REG_ENOSYS)
13594         [! (defined _XOPEN_SOURCE || 200112L <= _POSIX_C_SOURCE)]:
13595         New private symbol, used to keep the enum signed in all cases.
13596         * lib/regex.h (RE_NO_EMPTY_RANGES): Fix doc bug reported by James
13597         Youngman in
13598         <http://lists.gnu.org/archive/html/bug-gnulib/2005-07/msg00132.html>.
13599
13600         * lib/regex_internal.c (re_string_skip_chars, register_state):
13601         (calc_state_hash):
13602         Remove forward decls; no longer needed now that we use prototypes.
13603         * lib/regexec.c (acquire_init_state_context, check_halt_node_context):
13604         (proceed_next_node, pop_fail_stack, sub_epsilon_src_nodes):
13605         (clean_state_log_if_needed): Likewise.
13606
13607 2005-08-23  Paul Eggert  <eggert@cs.ucla.edu>
13608
13609         * config/srclist.txt: Add glibc bugs 1231-1233.
13610
13611 2005-08-20  Paul Eggert  <eggert@cs.ucla.edu>
13612
13613         Fix problems reported by Sam Steingold in
13614         <http://lists.gnu.org/archive/html/bug-gnulib/2005-08/msg00007.html>.
13615         * lib/regexec.c (sift_states_bkref): Fix portability bug: the code
13616         assumed that reg_errcode_t is a signed type, which is not
13617         necessarily true if _XOPEN_SOURCE is not defined.
13618         * lib/regex_internal.c (calc_state_hash): Put 'inline' before type,
13619         since some compilers warn about it otherwise.
13620
13621 2005-08-20  Paul Eggert  <eggert@cs.ucla.edu>
13622
13623         * lib/regcomp.c (create_initial_state): Remove duplicate decl.
13624         (init_word_char, create_initial_state, duplicate_node_closure):
13625         (fetch_token, peek_token_bracket, build_range_exp):
13626         (build_collating_symbol): Remove forward decls; no longer needed
13627         now that we use prototypes.
13628
13629         * lib/regcomp.c:
13630         (re_compile_pattern, re_set_syntax, re_compile_fastmap):
13631         (re_compile_fastmap_iter, regcomp, regerror, regfree):
13632         (re_compile_internal, init_dfa, init_word_char, free_workarea_compile):
13633         (create_initial_state, optimize_utf8, analyze, postorder, preorder):
13634         (optimize_subexps, lower_subexps, lower_subexp, calc_first, calc_next):
13635         (link_nfa_nodes, duplicate_node_closure, search_duplicated_node):
13636         (duplicate_node, calc_inveclosure, calc_eclosure, calc_eclosure_iter):
13637         (fetch_token, peek_token, peek_token_bracket, parse, parse_reg_exp):
13638         (parse_branch, parse_expression, parse_sub_exp, parse_dup_op):
13639         (build_range_exp, build_collating_symbol, parse_bracket_exp):
13640         (parse_bracket_element, parse_bracket_symbol, build_equiv_class):
13641         (build_charclass, build_charclass_op, fetch_number, create_tree):
13642         (create_token_tree, mark_opt_subexp, duplicate_tree):
13643         Use prototypes rather than old-style definitions.
13644
13645         * lib/regex_internal.c:
13646         (re_string_allocate, re_string_construct, re_string_realloc_buffers):
13647         (re_string_construct_common, build_wcs_buffer, build_wcs_upper_buffer):
13648         (re_string_skip_chars, build_upper_buffer, re_string_translate_buffer):
13649         (re_string_reconstruct, re_string_peek_byte_case):
13650         (re_string_fetch_byte_case, re_string_destruct, re_string_context_at):
13651         (re_node_set_alloc, re_node_set_init_1, re_node_set_init_2):
13652         (re_node_set_init_copy, re_node_set_add_intersect):
13653         (re_node_set_init_union, re_node_set_merge, re_node_set_insert):
13654         (re_node_set_insert_last, re_node_set_compare, re_node_set_contains):
13655         (re_node_set_remove_at, re_dfa_add_node, calc_state_hash):
13656         (re_acquire_state, re_acquire_state_context, register_state):
13657         (create_ci_newstate, create_cd_newstate, free_state):
13658         Likewise.
13659         * lib/regexec.c (regexec, re_match, re_search, re_match_2,
13660         re_search_2):
13661         (re_search_2_stub, re_search_stub, re_copy_regs, re_set_registers):
13662         (re_search_internal, prune_impossible_nodes):
13663         (acquire_init_state_context, check_matching, static):
13664         (check_halt_node_context, check_halt_state_context, proceed_next_node):
13665         (push_fail_stack, pop_fail_stack, set_regs, free_fail_stack_return):
13666         (update_regs, sift_states_backward, build_sifted_states):
13667         (clean_state_log_if_needed, merge_state_array):
13668         (update_cur_sifted_state, add_epsilon_src_nodes):
13669         (sub_epsilon_src_nodes, check_dst_limits, check_dst_limits_calc_pos_1):
13670         (check_dst_limits_calc_pos, check_subexp_limits, sift_states_bkref):
13671         (sift_states_iter_mb, transit_state, merge_state_with_log, static):
13672         (find_recover_state, check_subexp_matching_top, transit_state_mb):
13673         (transit_state_bkref, get_subexp, get_subexp_sub, find_subexp_node):
13674         (check_arrival, check_arrival_add_next_nodes):
13675         (check_arrival_expand_ecl, check_arrival_expand_ecl_sub):
13676         (expand_bkref_cache, build_trtable, group_nodes_into_DFAstates):
13677         (check_node_accept_bytes, check_node_accept, extend_buffers):
13678         (match_ctx_init, match_ctx_clean, match_ctx_free, match_ctx_add_entry):
13679         (search_cur_bkref_entry, match_ctx_add_subtop, match_ctx_add_sublast):
13680         (sift_ctx_init):
13681         Likewise.
13682
13683         * lib/regex_internal.h:
13684         (re_string_allocate, re_string_construct, re_string_reconstruct):
13685         (re_string_realloc_buffers, build_wcs_buffer, build_wcs_upper_buffer):
13686         (build_upper_buffer, re_string_translate_buffer, re_string_destruct):
13687         (re_string_elem_size_at, re_string_char_size_at, re_string_wchar_at):
13688         (re_string_context_at, re_string_peek_byte_case):
13689         (re_string_fetch_byte_case): Declare even if RE_NO_INTERNAL_PROTOTYPES
13690         is defined, since we now use prototypes always.
13691
13692         * lib/regex.h (_RE_ARGS): Remove.  No longer needed, since we assume
13693         C89 or better.  All uses removed.
13694
13695 2005-08-20  Paul Eggert  <eggert@cs.ucla.edu>
13696
13697         * config/srclist.txt: Add glibc bugs 1220-1227.
13698
13699 2005-08-20  Jim Meyering  <jim@meyering.net>
13700
13701         * lib/regexec.c (regexec, re_search_stub) [!_LIBC]: Omit declaration
13702         of unused local, dfa.
13703
13704 2005-08-20  Bruno Haible  <bruno@clisp.org>
13705
13706         * m4/regex.m4 (gl_PREREQ_REGEX): Require AC_GNU_SOURCE.
13707
13708 2005-08-19  Paul Eggert  <eggert@cs.ucla.edu>
13709
13710         * lib/regex_internal.c (re_string_realloc_buffers, re_node_set_insert):
13711         (re_node_set_insert_last, re_dfa_add_node):
13712         Rename local variables to avoid GCC shadowing warnings.
13713
13714 2005-08-19  Paul Eggert  <eggert@cs.ucla.edu>
13715
13716         * lib/regex_internal.c (re_acquire_state, re_acquire_state_context)
13717         [defined lint]: Suppress bogus uninitialized-variable warnings.
13718
13719         * lib/regcomp.c (duplicate_node): Return new index, not an error code,
13720         and let the caller return REG_ESPACE if out of space.  This
13721         removes an uninitialied-variable warning with GCC 4.0.1, and also
13722         avoids taking the address of a local variable.  All callers
13723         changed.
13724
13725 2005-08-19  Paul Eggert  <eggert@cs.ucla.edu>
13726
13727         * config/srclist.txt: Comment out $LIBCSRC/posix/regex_internal.c,
13728         $LIBCSRC/posix/regexec.c.
13729         Add glibc bug 1217 for regcomp.c.
13730
13731 2005-08-19  Jim Meyering  <jim@meyering.net>
13732
13733         * lib/regexec.c (proceed_next_node): Redo local variables to
13734         avoid GCC shadowing warnings.
13735
13736 2005-08-18  Bruno Haible  <bruno@clisp.org>
13737
13738         * lib/strstr.c (strstr): Fix return value in multibyte case.
13739         * lib/strcasestr.c (strcasestr): Likewise.
13740
13741 2005-08-17  Paul Eggert  <eggert@cs.ucla.edu>
13742
13743         * lib/regex.h: Remove useless space-before-tab.  From coreutils.
13744
13745 2005-08-17  Jim Meyering  <jim@meyering.net>
13746
13747         Make the %s format (seconds since the epoch) work for a negative
13748         number and when used with a zero-padded field width, e.g. %015s.
13749
13750         * lib/strftime.c (my_strftime): Move the `do_number_sign_and_padding'
13751         label so that it precedes the code to set `digits'.  Otherwise,
13752         %0Ns wouldn't work.  Before this change, `date -d @-22 +%05s' would
13753         print `00-22'.  Now, it prints `-0022', as it should.
13754
13755 2005-08-17  Bruno Haible  <bruno@clisp.org>
13756
13757         * modules/strstr (Files): Add m4/mbrtowc.m4.
13758         (Depends-on): Add mbuiter.
13759
13760 2005-08-17  Bruno Haible  <bruno@clisp.org>
13761
13762         * modules/strcasestr: New file.
13763         * MODULES.html.sh (String handling, based on ANSI C 89): Add
13764         strcasestr.
13765
13766 2005-08-17  Bruno Haible  <bruno@clisp.org>
13767
13768         * modules/strcase (Depends-on): Add mbuiter. Remove strnlen1, mbchar.
13769
13770 2005-08-17  Bruno Haible  <bruno@clisp.org>
13771
13772         * modules/mbuiter: New file.
13773         * MODULES.html.sh (Extended multibyte and wide character utilities):
13774         Add mbuiter.
13775
13776 2005-08-17  Bruno Haible  <bruno@clisp.org>
13777
13778         * m4/strstr.m4 (gl_FUNC_STRSTR): Use the replacement function always.
13779         (gl_PREREQ_STRSTR): Use gl_FUNC_MBRTOWC.
13780
13781 2005-08-17  Bruno Haible  <bruno@clisp.org>
13782
13783         * m4/strcasestr.m4: New file.
13784
13785 2005-08-17  Bruno Haible  <bruno@clisp.org>
13786
13787         * lib/strstr.h: Ignore HAVE_STRSTR, always declare the gnulib function.
13788         * lib/strstr.c: Completely rewritten, with multibyte locale support.
13789
13790 2005-08-17  Bruno Haible  <bruno@clisp.org>
13791
13792         * lib/strcasestr.h: New file.
13793         * lib/strcasestr.c: New file.
13794
13795 2005-08-17  Bruno Haible  <bruno@clisp.org>
13796
13797         * lib/strcasecmp.c: Use mbuiter.h.
13798
13799 2005-08-17  Bruno Haible  <bruno@clisp.org>
13800
13801         * lib/mbuiter.h: New file.
13802
13803 2005-08-16  Paul Eggert  <eggert@cs.ucla.edu>
13804
13805         * m4/getopt.m4 (gl_GETOPT_CHECK_HEADERS): Do not override the results
13806         of gl_GETOPT_SUBSTITUTE.  That way, if both gl_GETOPT_SUBSTITUTE
13807         and gl_GETOPT are both invoked via different paths (as happens
13808         with GNU tar CVS because it uses both argp and getopt), the former
13809         wins.
13810
13811 2005-08-16  Bruno Haible  <bruno@clisp.org>
13812
13813         * modules/tls: New file.
13814         * MODULES.html.sh (Multithreading): Add tls.
13815
13816 2005-08-16  Bruno Haible  <bruno@clisp.org>
13817
13818         * modules/strnlen1: New file.
13819         * MODULES.html.sh (String handling): Add strnlen1.
13820
13821 2005-08-16  Bruno Haible  <bruno@clisp.org>
13822
13823         * modules/strcase (Files): Add m4/mbrtowc.m4.
13824         (Depends-on): Add strnlen1, mbchar.
13825
13826 2005-08-16  Bruno Haible  <bruno@clisp.org>
13827
13828         * modules/mbiter: New file.
13829         * MODULES.html.sh (Extended multibyte and wide character utilities):
13830         Add mbiter.
13831
13832 2005-08-16  Bruno Haible  <bruno@clisp.org>
13833
13834         * modules/mbfile: New file.
13835         * MODULES.html.sh (Extended multibyte and wide character utilities):
13836         Add mbfile.
13837
13838 2005-08-16  Bruno Haible  <bruno@clisp.org>
13839
13840         * modules/mbchar: New file.
13841         * MODULES.html.sh (Extended multibyte and wide character utilities):
13842         New section.
13843
13844 2005-08-16  Bruno Haible  <bruno@clisp.org>
13845
13846         * m4/tls.m4: New file, from GNU gettext.
13847
13848 2005-08-16  Bruno Haible  <bruno@clisp.org>
13849
13850         * m4/strcase.m4 (gl_FUNC_STRCASECMP): Use the replacement function
13851         always.
13852         (gl_PREREQ_STRCASECMP): Use gl_FUNC_MBRTOWC.
13853
13854 2005-08-16  Bruno Haible  <bruno@clisp.org>
13855
13856         * m4/mbiter.m4: New file.
13857
13858 2005-08-16  Bruno Haible  <bruno@clisp.org>
13859
13860         * m4/mbfile.m4: New file.
13861
13862 2005-08-16  Bruno Haible  <bruno@clisp.org>
13863
13864         * m4/mbchar.m4: New file.
13865
13866 2005-08-16  Bruno Haible  <bruno@clisp.org>
13867
13868         * lib/tls.h: New file, from GNU gettext.
13869         * lib/tls.c: New file, from GNU gettext.
13870
13871 2005-08-16  Bruno Haible  <bruno@clisp.org>
13872
13873         * lib/strnlen1.h: New file.
13874         * lib/strnlen1.c: New file.
13875
13876 2005-08-16  Bruno Haible  <bruno@clisp.org>
13877
13878         * lib/strcasecmp.c (struct mbiter_multi): Remove at_end field.
13879         (mbi_init): Update.
13880         (mbi_avail, mbi_advance): Let the iteration end before the terminating
13881         NUL byte, not after it.
13882
13883 2005-08-16  Bruno Haible  <bruno@clisp.org>
13884
13885         * lib/strcase.h (strcasecmp): Add note in comments.
13886         * lib/strncasecmp.c: Use code from strcasecmp.c.
13887         * lib/strcasecmp.c: Use mbchar module. Define private mbiter variant.
13888         (strcasecmp): Work correctly in multibyte locales.
13889
13890 2005-08-16  Bruno Haible  <bruno@clisp.org>
13891
13892         * lib/mbiter.h: New file.
13893
13894 2005-08-16  Bruno Haible  <bruno@clisp.org>
13895
13896         * lib/mbfile.h: New file.
13897
13898 2005-08-16  Bruno Haible  <bruno@clisp.org>
13899
13900         * lib/mbchar.h: New file.
13901         * lib/mbchar.c: New file.
13902
13903 2005-08-16  Bruno Haible  <bruno@clisp.org>
13904
13905         * lib/mbchar.h (mb_cmp, mb_casecmp): Order the invalid characters after
13906         the valid ones. Makes the comparison operations transitive:
13907         cmp (a, b) < 0 && cmp (b, c) < 0 ==> cmp (a, c) < 0.
13908         * lib/strcasecmp.c (strcasecmp): Use mb_casecmp.
13909
13910 2005-08-15  Simon Josefsson  <jas@extundo.com>
13911
13912         * modules/ssize_t (License): Change to 'unlimited'.
13913
13914         * gnulib-tool (sed_extract_prog): Recognize 'unlimited' license.
13915
13916 2005-08-15  Paul Eggert  <eggert@cs.ucla.edu>
13917
13918         * config/srclist.txt: Comment out $LIBCSRC/posix/regex.h.
13919         Add comments for each pending glibc patch.
13920
13921 2005-08-15  Bruno Haible  <bruno@clisp.org>
13922
13923         * lib/regex.h (__restrict_arr): Don't define to __restrict if
13924         __cplusplus is defined.
13925
13926 2005-08-14  Jim Meyering  <jim@meyering.net>
13927
13928         Sync from coreutils.
13929
13930         * lib/fts-cycle.c (setup_dir, enter_dir, leave_dir, free_dir):
13931         Use the hash-table-based cycle-detection code not just when
13932         FTS_TIGHT_CYCLE_CHECK if specified, but also with FTS_LOGICAL.
13933         Reported by James Youngman in
13934         <http://lists.gnu.org/archive/html/bug-gnulib/2005-08/msg00011.html>.
13935         * lib/fts_.h: Mention that with FTS_LOGICAL, we use
13936         FTS_TIGHT_CYCLE_CHECK.
13937         * lib/fts.c (fts_cross_check) [FTS_DEBUG]:
13938         s/active_dir_ht/fts_cycle.ht/. This lets us compile with -DFTS_DEBUG,
13939         once again.
13940         * lib/fts.c [! _LIBC]: Include "lstat.h" rather than rolling our own.
13941         * lib/fts.c (fd_safer): Remove decl.
13942         Include fcntl--.h rather than unistd-safer.h
13943         (fts_safe_changedir): Don't call fd_safer; no longer needed
13944         now that we include fcntl--.h.
13945
13946 2005-08-12  Simon Josefsson  <jas@extundo.com>
13947
13948         * modules/getndelim2: Use ssize_t module.
13949         * modules/getnline: Likewise.
13950         * modules/safe-read: Likewise.
13951         * modules/xreadlink: Likewise.
13952
13953         * modules/ssize_t: New file.
13954
13955 2005-08-12  Simon Josefsson  <jas@extundo.com>
13956
13957         * m4/readline.m4: Look for termcap, curses or ncurses if required.
13958
13959 2005-08-12  Simon Josefsson  <jas@extundo.com>
13960
13961         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
13962         ssize_t.
13963
13964 2005-08-12  Simon Josefsson  <jas@extundo.com>
13965
13966         * MODULES.html.sh (Extra functions based on ANSI C 89: Misc): Add
13967         readline, getdelim and check_version.
13968         (Support for systems lacking ISO C 99: Sizes of integer types):
13969         Add size_max.
13970
13971 2005-08-12  Bruno Haible  <bruno@clisp.org>
13972
13973         * m4/readline.m4 (gl_FUNC_READLINE): Look for ncurses first.
13974
13975 2005-08-11  Simon Josefsson  <jas@extundo.com>
13976
13977         * modules/readline: New file.
13978
13979         * modules/strnlen (Files): Add strnlen.h.
13980
13981 2005-08-11  Simon Josefsson  <jas@extundo.com>
13982
13983         * m4/readline.m4: New file.
13984
13985 2005-08-11  Simon Josefsson  <jas@extundo.com>
13986
13987         * lib/readline.h, readline.c: New file.
13988
13989 2005-08-11  Simon Josefsson  <jas@extundo.com>
13990
13991         * doc/gnulib.texi (Initial import, Finishing touches): Mention
13992         gl_AVOID.
13993
13994 2005-08-11  Bruno Haible  <bruno@clisp.org>
13995
13996         * lib/strnlen.h (strnlen): Change parameter name to match comment.
13997
13998 2005-08-10  Stepan Kasal  <kasal@ucw.cz>
13999
14000         * m4/onceonly_2_57.m4: Really require Autoconf 2.57.
14001
14002 2005-08-10  Simon Josefsson  <jas@extundo.com>
14003
14004         * tests/test-iconvme.c: New file.
14005
14006 2005-08-10  Simon Josefsson  <jas@extundo.com>
14007
14008         * m4/strnlen.m4: New file.
14009
14010         * m4/strndup.m4: Don't check for strnlen declaration, done in
14011         strnlen.m4.
14012
14013 2005-08-10  Simon Josefsson  <jas@extundo.com>
14014
14015         * lib/strndup.c: Use strnlen.h.
14016
14017         * lib/strnlen.h: New file.
14018
14019 2005-08-08  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny change)
14020
14021         * README: Typos.
14022
14023 2005-08-02  Simon Josefsson  <jas@extundo.com>
14024
14025         * modules/readline: New file.
14026
14027 2005-08-02  Simon Josefsson  <jas@extundo.com>
14028
14029         * modules/getdelim: New file.
14030
14031         * modules/getline: Rewrite, don't use getndelim2.
14032
14033 2005-08-02  Simon Josefsson  <jas@extundo.com>
14034
14035         * m4/getline.m4: Separate out getdelim stuff into separate module.
14036
14037         * m4/getdelim.m4: New file.
14038
14039 2005-08-02  Simon Josefsson  <jas@extundo.com>
14040
14041         * lib/getline.h, getline.c: Rewrite.
14042
14043         * lib/getdelim.h, lib/getdelim.c: New files, ported from glibc.
14044
14045 2005-07-31  Bruno Haible  <bruno@clisp.org>
14046
14047         * lib/lock.h (gl_lock_initializer): New macro.
14048         (gl_lock_define_initialized): Use it.
14049         (gl_rwlock_initializer): New macro.
14050         (gl_rwlock_define_initialized): Use it.
14051         (gl_recursive_lock_initializer): New macro.
14052         (gl_recursive_lock_define_initialized): Use it.
14053
14054 2005-07-30  Karl Berry  <karl@gnu.org>
14055
14056         * doc/gnulib.texi (Initial import): mention -I$(top_builddir)/lib.
14057         Report from Ben Pfaff, regarding getopt.
14058
14059 2005-07-26  Paul Eggert  <eggert@cs.ucla.edu>
14060
14061         Add support to getopt for Emacs, which doesn't use LIBOBJS in the
14062         normal way.
14063         * m4/getopt.m4 (gl_GETOPT_SUBSTITUTE_HEADER): New macro.
14064         (gl_GETOPT_SUBSTITUTE): Use it.  Invoke gl_PREREQ_GETOPT.
14065         (gl_GETOPT_IFELSE, gl_GETOPT_CHECK_HEADERS): New macros.
14066         (gl_GETOPT): Use the new macros.  Most of the implementation
14067         is moved to the new macros.  This is for programs like Emacs
14068         that don't want all the functionality of gl_GETOPT.
14069
14070 2005-07-26  Bruno Haible  <bruno@clisp.org>
14071
14072         * m4/lock.m4: Update from GNU gettext.
14073
14074 2005-07-26  Bruno Haible  <bruno@clisp.org>
14075
14076         * lib/lock.h: Update from GNU gettext.
14077         * lib/lock.c: Update from GNU gettext.
14078
14079 2005-07-25  Paul Eggert  <eggert@cs.ucla.edu>
14080
14081         * m4/regex.m4 (gl_INCLUDED_REGEX): Use AC_RUN_IFELSE instead of the
14082         obsolescent AC_TRY_RUN.  Include the default includes files, for
14083         'exit'.
14084
14085 2005-07-24  Bruno Haible  <bruno@clisp.org>
14086
14087         * modules/visibility: New file.
14088         * MODULES.html.sh (Misc): Add visibility.
14089
14090 2005-07-24  Bruno Haible  <bruno@clisp.org>
14091
14092         * m4/visibility.m4: New file.
14093
14094 2005-07-24  Bruno Haible  <bruno@clisp.org>
14095
14096         * doc/visibility.texi: New file.
14097
14098 2005-07-22  Bruno Haible  <bruno@clisp.org>
14099
14100         * modules/alloca-opt (Makefile.am): Remove explicit dependency on
14101         $(ALLOCA_H), redundant through BUILT_SOURCES.
14102         * modules/argz (Makefile.am): Remove explicit dependency on $(ARGZ_H),
14103         redundant through BUILT_SOURCES.
14104         * modules/byteswap (Makefile.am): Remove explicit dependency on
14105         $(BYTESWAP_H), redundant through BUILT_SOURCES.
14106         * modules/fnmatch (Makefile.am): Remove explicit dependency on
14107         $(FNMATCH_H), redundant through BUILT_SOURCES.
14108         * modules/getopt (Makefile.am): Remove explicit dependency on
14109         $(GETOPT_H), redundant through BUILT_SOURCES.
14110         * modules/glob (Makefile.am): Remove explicit dependency on $(GLOB_H),
14111         redundant through BUILT_SOURCES.
14112         * modules/poll (Makefile.am): Remove explicit dependency on $(POLL_H),
14113         redundant through BUILT_SOURCES.
14114         * modules/stdbool (Makefile.am): Remove explicit dependency on
14115         $(STDBOOL_H), redundant through BUILT_SOURCES.
14116         * modules/stdint (Makefile.am): Remove explicit dependency on
14117         $(STDINT_H), redundant through BUILT_SOURCES.
14118         * modules/sysexits (Makefile.am): Add $(SYSEXITS_H) to BUILT_SOURCES.
14119         Remove explicit dependency on $(SYSEXITS_H).
14120         Reported by Alexandre Duret-Lutz <adl@src.lip6.fr>.
14121
14122 2005-07-18  Simon Josefsson  <jas@extundo.com>
14123
14124         * lib/check-version.c (check_version): Accept identical versions too.
14125
14126 2005-07-18  Bruno Haible  <bruno@clisp.org>
14127
14128         * modules/lock: New file.
14129         * MODULES.html.sh (Multithreading): New section.
14130
14131 2005-07-18  Bruno Haible  <bruno@clisp.org>
14132
14133         * m4/lock.m4: New file, from GNU gettext.
14134
14135 2005-07-18  Bruno Haible  <bruno@clisp.org>
14136
14137         * lib/lock.h: New file, from GNU gettext.
14138         * lib/lock.c: New file, from GNU gettext.
14139
14140 2005-07-18  Bruno Haible  <bruno@clisp.org>
14141
14142         * lib/lock.h (gl_once_t): New type.
14143         (gl_once_define, gl_once): New macros.
14144         * lib/lock.c (fresh_once): New variable.
14145         (glthread_once, glthread_once_call, glthread_once_singlethreaded): New
14146         functions.
14147
14148 2005-07-16  Simon Josefsson  <jas@extundo.com>
14149
14150         * doc/gnulib.texi (Library version handling): Add ELF symbol collision
14151         workaround, suggested by Bruno.
14152
14153 2005-07-15  Paul Eggert  <eggert@cs.ucla.edu>
14154
14155         * modules/xalloc (Depends-on): Add xalloc-die.
14156         * modules/xvasprintf (Depends-on): Add xalloc-die.
14157
14158 2005-07-15  Paul Eggert  <eggert@cs.ucla.edu>
14159
14160         * lib/quotearg.c: Add translator comment suggested by Bruno Haible,
14161         with a minor change.
14162
14163 2005-07-15  Bruno Haible  <bruno@clisp.org>
14164
14165         * m4/poll.m4 (gl_FUNC_POLL): Check against MacOS X 10.4 poll() bug.
14166         When using lib/poll.c, define poll as rpl_poll.
14167
14168 2005-07-14  Paul Eggert  <eggert@cs.ucla.edu>
14169
14170         * modules/argp (Depends-on): Remove unlocked-io.
14171
14172 2005-07-14  Derek Price  <derek@ximbiot.com>
14173
14174         * m4/glob.m4 (gl_GLOB): Cache glob interface check result.  Add check
14175         for glob symlink bug.
14176
14177 2005-07-14  Bruno Haible  <bruno@clisp.org>
14178
14179         * m4/argp.m4 (gl_ARGP): Remove invocation of gl_FUNC_GLIBC_UNLOCKED_IO.
14180         Instead, test for *_unlocked function declarations directly.
14181
14182 2005-07-11  Simon Josefsson  <jas@extundo.com>
14183
14184         * modules/size_max: New file.
14185
14186         * modules/xsize: Depend on size_max module for size_max.m4.
14187
14188 2005-07-11  Simon Josefsson  <jas@extundo.com>
14189
14190         * lib/size_max.h: New file.
14191
14192 2005-07-11  Paul Eggert  <eggert@cs.ucla.edu>
14193
14194         * lib/version-etc-fsf.c (version_etc_copyright): Parameterize the
14195         copyright symbol and the year.
14196         * lib/version-etc.c (COPYRIGHT_YEAR): New constant.
14197         (version_etc_va): Use parameterized copyright notice.
14198         Reword to conform to the current GNU coding standards.
14199
14200 2005-07-11  Karl Berry  <karl@gnu.org>
14201
14202         * doc/gnulib.texi (Quoting): new node.
14203         (Initial import): more info, from Patrice.
14204
14205 2005-07-11  Bruno Haible  <bruno@clisp.org>
14206
14207         * gnulib-tool (func_usage): Document option --avoid.
14208         (Command line options): Handle --avoid.
14209         (func_acceptable): New function.
14210         (func_modules_transitive_closure): Use it.
14211
14212 2005-07-11  Bruno Haible  <bruno@clisp.org>
14213
14214         * MODULES.html.sh: Use shortcut URLs to the www.opengroup.org site.
14215         Reported by Jim Meyering.
14216
14217 2005-07-10  Bruno Haible  <bruno@clisp.org>
14218
14219         * m4/size_max.m4 (gl_SIZE_MAX): Cast ~(size_t)0 back to size_t.
14220         Needed when size_t is smaller than 'unsigned int'.
14221         Reported by Paul Eggert.
14222
14223 2005-07-09  Sergey Poznyakoff  <gray@gnu.org.ua>
14224
14225         * modules/argp (Depends-on): Add unlocked-io
14226
14227 2005-07-09  Sergey Poznyakoff  <gray@gnu.org.ua>
14228
14229         * lib/argp-namefrob.h: Include unlocked-io.h. Removed unnecessary
14230         block of defines.
14231
14232 2005-07-08  Paul Eggert  <eggert@cs.ucla.edu>
14233
14234         * config/srclist.txt: Comment out regcomp.c, since we have a porting
14235         fix now.
14236
14237 2005-07-08  Eric Blake  <ebb9@byu.net>  (tiny change)
14238         and Paul Eggert  <eggert@cs.ucla.edu>
14239
14240         * lib/regcomp.c (init_dfa, build_range_exp): Store __btowc value
14241         in wint_t, not wchar_t.  Remove now-unnecessary cast.
14242
14243 2005-07-07  Paul Eggert  <eggert@cs.ucla.edu>
14244
14245         * modules/regex (Files): Add lib/regex_internal.c,
14246         lib/regex_internal.h, lib/regexec.c, lib/regcomp.c, m4/codeset.m4.
14247         (Depends-on): Add extensions.
14248         (Makefile.am): Remove lib_SOURCES; now done by m4 code.
14249
14250 2005-07-07  Paul Eggert  <eggert@cs.ucla.edu>
14251
14252         * m4/backupfile.m4 (gl_BACKUPFILE): Use AC_CHECK_FUNCS_ONCE on
14253         pathconf.
14254         * m4/same.m4 (gl_SAME): Likewise.
14255         Require AC_SYS_LONG_FILE_NAMES; bug reported by Gerrit P. Haase.
14256
14257         * m4/regex.m4: Adjust to new libc regex implementation.
14258         (gl_INCLUDED_REGEX): Add AC_LIBSOURCES for
14259         all the .c and .h parts of (the new) regex.
14260         Quote the m4 stuff better.
14261         Check for RE_ICASE bug of old gnulib.
14262         Check for REG_STARTEND of recent libc.
14263         Rename local variables from jm_* to gl_*.
14264         Quote operand of "test -f".
14265         Say "recent enough" version of libc, not "version 2".
14266         (gl_PREREQ_REGEX): Remove AC_FUNC_ALLOCA, since alloca is a
14267         prerequisite module.  Remove AC_HEADER_STDC; no longer needed.
14268         Check for locale.h, isblank, mbrtowc, wcrtomb, wcscoll.
14269         Remove check for btowc, isascii.
14270         Require AM_LANGINFO_CODESET.
14271
14272 2005-07-07  Paul Eggert  <eggert@cs.ucla.edu>
14273
14274         * lib/regex.c, regex.h: Sync from libc.
14275         * lib/regcomp.c, lib/regexec_internal.c, lib/regex_internal.h:
14276         * lib/regexec.c:
14277         New files, synced from libc, except that regex_internal.h
14278         currently has a small porting fix.
14279
14280 2005-07-07  Paul Eggert  <eggert@cs.ucla.edu>
14281
14282         * config/srclist.txt: Add regcomp.c, regex.c, regex.h,
14283         regex_internal.c, regexec.c.
14284         Add regex_internal.h too, but as a comment, since the libc version
14285         is currently broken in gnulib mode.
14286
14287 2005-07-06  Paul Eggert  <eggert@cs.ucla.edu>
14288
14289         Support programs like Emacs that use gnulib but not gettext.
14290         * MODULES.html.sh (Internationalization functions): Add gettext-h.
14291         * modules/gettext-h: New file.
14292         * modules/gettext (Files): Remove lib/gettext.h.
14293         (Depends-on): Add gettext-h.
14294         (Makefile.am): Remove lib_SOURCES.
14295         * modules/argmatch, modules/c-stack, modules/closeout:
14296         * modules/copy-file, modules/csharpcomp, modules/csharpexec:
14297         * modules/execute, modules/file-type, modules/getaddrinfo:
14298         * modules/getopt, modules/human, modules/javacomp:
14299         * modules/javaexec, modules/mkdir-p, modules/obstack:
14300         * modules/openat, modules/pagealign_alloc, modules/pipe:
14301         * modules/quotearg, modules/regex, modules/rpmatch:
14302         * modules/unicodeio, modules/userspec, modules/version-etc:
14303         * modules/wait-process, modules/xalloc-die, modules/xmemcoll:
14304         * modules/xsetenv:
14305         Depend on gettext-h, not gettext.
14306
14307 2005-07-05  Paul Eggert  <eggert@cs.ucla.edu>
14308
14309         * gnulib-tool (func_import): Add support for 'public domain' license.
14310         * modules/alloca, modules/atexit, modules/memmove:
14311         Now public domain, not GPL.
14312         * modules/dup2, modules/getpagesize, modules/malloc, modules/memset:
14313         * modules/realloc, modules/strerror, modules/strtod:
14314         Now LGPL, not GPL.
14315
14316 2005-07-05  Bruno Haible  <bruno@clisp.org>
14317
14318         * m4/mbrtowc.m4 (gl_FUNC_MBRTOWC): Upgrade to version from current
14319         autoconf CVS. Needed for mingw.
14320
14321 2005-07-03  Paul Eggert  <eggert@cs.ucla.edu>
14322
14323         Remove the dependency of the strftime module on the tzset module.
14324         * modules/strftime (Depends-on): Remove dependency on tzset.
14325
14326 2005-07-03  Paul Eggert  <eggert@cs.ucla.edu>
14327
14328         Remove the dependency of the strftime module on the tzset module.
14329         * m4/strftime.m4 (gl_FUNC_STRFTIME): Don't require
14330         gl_FUNC_TZSET_CLOBBER.
14331
14332 2005-07-03  Paul Eggert  <eggert@cs.ucla.edu>
14333
14334         Remove the dependency of the strftime module on the tzset module.
14335         * lib/strftime.c (my_strftime)
14336         [! defined _LIBC && ! HAVE_RUN_TZSET_TEST]:
14337         Copy the input structure, to work around some of the bug with
14338         Solaris 2.5.1 and Solaris 2.6.  If you still care about these old
14339         Solaris releases, you should also use the tzset module, but we won't
14340         require it as a dependency any more since we don't want LGPLed code
14341         to depend on GPLed code.
14342
14343 2005-07-02  Jim Meyering  <jim@meyering.net>
14344
14345         * m4/chown.m4, cloexec.m4, dup2.m4, fsusage.m4:
14346         * m4/getcwd-path-max.m4, getcwd.m4, mkstemp.m4, mountlist.m4:
14347         * m4/pagealign_alloc.m4, save-cwd.m4, unistd-safer.m4:
14348         Don't check for fcntl.h, and don't test for HAVE_FCNTL_H.
14349
14350 2005-07-02  Jim Meyering  <jim@meyering.net>
14351
14352         * lib/backupfile.c (backup_args): Change a `0' to NULL.
14353
14354 2005-07-01  Paul Eggert  <eggert@cs.ucla.edu>
14355
14356         * lib/xnanosleep.c: Include timespec.h, since OpenBSD 3.4 <time.h>
14357         declares only 'struct timespec;' (!).
14358
14359 2005-07-01  Jim Meyering  <jim@meyering.net>
14360
14361         * lib/chown.c, cloexec.c, dup-safer.c, dup2.c, fsusage.c, getcwd.c:
14362         * lib/getloadavg.c, mountlist.c, openat.h, pagealign_alloc.c:
14363         * lib/save-cwd.c, tempname.c:
14364         Assume HAVE_FCNTL_H (i.e., include <fcntl.h> unconditionally,
14365         and don't include <sys/file.h>).
14366
14367 2005-06-29  Jim Meyering  <jim@meyering.net>
14368
14369         * lib/mkdir-p.c (make_dir_parents): Don't apply sizeof to a hard-coded
14370         type name.  Use the variable name instead.
14371         * lib/idcache.c (getuser, getuidbyname, getgroup, getgidbyname):
14372         Likewise.
14373
14374 2005-06-28  Simon Josefsson  <jas@extundo.com>
14375
14376         * modules/check-version (Files): Add check-version.m4.
14377
14378 2005-06-28  Simon Josefsson  <jas@extundo.com>
14379
14380         * m4/check-version.m4: New file, suggested by Jim Meyering
14381         <jim@meyering.net>.
14382
14383 2005-06-28  Simon Josefsson  <jas@extundo.com>
14384
14385         * lib/check-version.h, lib/check-version.c: New files.
14386
14387 2005-06-28  Simon Josefsson  <jas@extundo.com>
14388
14389         * lib/base64.c (base64_encode): Indent.  Rename 'b64' to avoid
14390         collision with global variable.  Better indentation.  Don't
14391         increment buffer pointer beyond buffer end.  Based on comments
14392         from Paul Eggert <eggert@cs.ucla.edu>.
14393
14394         * lib/base64.h: Indent.
14395
14396 2005-06-28  Simon Josefsson  <jas@extundo.com>
14397
14398         * doc/gnulib.texi (Library version handling): New section.
14399
14400 2005-06-28  Jim Meyering  <jim@meyering.net>
14401
14402         * check-module (find_included_lib_files): Hard-code another
14403         pair of exceptions: fts.c includes fts-cycle.c and unistd-safer.h
14404         but modules/fts-lgpl (correctly) does not list those files.
14405
14406         * modules/canonicalize (Files): Add lib/pathmax.h.
14407
14408 2005-06-25  Simon Josefsson  <jas@extundo.com>
14409
14410         * modules/check-version: New file.
14411
14412 2005-06-24  Paul Eggert  <eggert@cs.ucla.edu>
14413
14414         * lib/canon-host.c (canon-host): Append trailing "," to 0 in
14415         initializer of struct addrinfo, as an indication that we don't
14416         care how many members the structure has.
14417
14418 2005-06-24  Derek Price  <derek@ximbiot.com>
14419         and Bruno Haible  <bruno@clisp.org>
14420
14421         Remove stat module & update lstat.
14422         * m4/lstat.m4 (gl_FUNC_LSTAT): Drop AC_FUNC_LSTAT in favor of
14423         AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK.
14424         * m4/stat.m4: Remove this file.
14425
14426 2005-06-24  Derek Price  <derek@ximbiot.com>
14427         and Bruno Haible  <bruno@clisp.org>
14428
14429         Remove stat module & update lstat.
14430         * lib/stat.c: Remove this file...
14431         (slash_aware_lstat): ...moving this content and its support...
14432         * lib/lstat.c (rpl_lstat): ...into here.
14433         * lib/lstat.h: New file.
14434
14435 2005-06-24  Derek Price  <derek@ximbiot.com>
14436         and Bruno Haible  <bruno@clisp.org>
14437
14438         Remove stat module & update lstat.
14439         * config/srclist.txt (libc sources): Remove stat.
14440
14441 2005-06-24  Derek Price  <derek@ximbiot.com>
14442         and Bruno Haible  <bruno@clisp.org>
14443
14444         Remove stat module & update lstat.
14445         * MODULES.html.sh (stat): Remove.
14446         * MODULES.html: Regenerated.
14447         * modules/lstat (Description): Correct function name.
14448         (Files): Add "lstat.h".
14449         (Depends-on): Remove stat, add xalloc, stat-macros.
14450         * modules/stat: Remove this file.
14451         (Include): Add "lstat.h", remove <sys/stat.h>.
14452
14453 2005-06-23  Paul Eggert  <eggert@cs.ucla.edu>
14454
14455         * lib/mktime.c: Include <string.h> even if !DEBUG.  (From glibc.)
14456         (ranged_convert): Don't save conversion in a temporary struct.
14457         This causes a warning with GCC 4.0.0, and anyway in the typical
14458         case it's not worth the extra 100 bytes or so of code.
14459         (ranged_convert, __mktime_internal): When calling a function via a
14460         pointer P, use P () rather than (*P) (), as we now assume C89 or
14461         better.
14462
14463 2005-06-22  Paul Eggert  <eggert@cs.ucla.edu>
14464
14465         * lib/readutmp.c (desirable_utmp_entry): Fix bug where "who -b" and
14466         "who -r" failed to give output.  Problem reported by Tim Waugh.
14467
14468         * lib/xmalloc.c (HAVE_GNU_CALLOC): New constant.
14469         (xcalloc): Use it to avoid needless tests.
14470         Problem reported by Jim Meyering.
14471
14472 2005-06-20  Derek Price  <derek@ximbiot.com>
14473
14474         * m4/bison.m4: Note that precious decls of YACC & YFLAGS will be
14475         unnecessary for Autoconfs > 2.59c.
14476
14477 2005-06-16  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
14478
14479         * lib/argp.h (__option_is_short): Check upper limit of
14480         __key. Isprint() requires its argument to have the value
14481         of an unsigned char or EOF.
14482
14483 2005-06-16  Jim Meyering  <jim@meyering.net>
14484
14485         * lib/calloc.c (rpl_calloc): Allocate a 1-byte buffer (not 1xS or Nx1)
14486         when either N or S is zero.
14487
14488 2005-06-16  Derek Price  <derek@ximbiot.com>
14489
14490         * m4/bison.m4: Declare YACC & YFLAGS precious.
14491
14492 2005-06-10  Paul Eggert  <eggert@cs.ucla.edu>
14493
14494         * lib/fnmatch.c (fnmatch): If there is an encoding error in a
14495         multibyte string or pattern, fall back on unibyte matching.
14496         Problem reported by James Youngman.
14497
14498 2005-06-08  Bruno Haible  <bruno@clisp.org>
14499
14500         * modules/csharpcomp: New file.
14501         * MODULES.html.sh (C#): Add csharpcomp.
14502
14503 2005-06-08  Bruno Haible  <bruno@clisp.org>
14504
14505         * m4/csharpcomp.m4: New file, from GNU gettext.
14506
14507 2005-06-08  Bruno Haible  <bruno@clisp.org>
14508
14509         * lib/csharpcomp.h: New file, from GNU gettext.
14510         * lib/csharpcomp.c: New file, from GNU gettext.
14511         * lib/csharpcomp.sh.in: New file, from GNU gettext.
14512
14513 2005-06-08  Bruno Haible  <bruno@clisp.org>
14514
14515         * lib/binary-io.h (fileno): Undefine before defining it. Avoids a gcc
14516         warning on mingw.
14517
14518 2005-06-07  Derek Price  <derek@ximbiot.com>
14519
14520         Sync from CVS.
14521         * lib/glob_.h: Indent nested #ifdef.
14522
14523 2005-06-02  Paul Eggert  <eggert@cs.ucla.edu>
14524
14525         Sync from coreutils.
14526         Use "file name" when talking about file names, instead of "filename"
14527         or "path", as per the GNU coding standards.
14528         * lib/mkdir-p.c: Renamed from makepath.c.
14529         (make_dir_parents): Renamed from make_path.  All callers changed.
14530         * lib/mkdir-p.h: Likewise.  All includers changed.
14531         * lib/filenamecat.c: Renamed from path-concat.c.
14532         (file_name_concat): Renamed from path_concat.  All callers changed.
14533         [TEST_FILE_NAME_CONCAT]: Renamed from TEST_PATH_CONCAT.
14534         * lib/filenamecat.h: Likewise.  All includers changed.
14535         * lib/acl.c: Don't use "path" or "filename" to mean "file name"
14536         in comments or local variable names.
14537         * lib/basename.c: Likewise.
14538         * lib/canonicalize.c, canonicalize.h: Likewise.
14539         * lib/dirname.c, dirname.h: Likewise.
14540         * lib/euidaccess.c: Likewise.
14541         * lib/exclude.c: Likewise
14542         * lib/fnmatch_.h, fnmatch_loop.c: Likewise.
14543         * lib/fsusage.c, fsuage.h: Likewise.
14544         * lib/fts.c, fts_.h: Likewise.
14545         * lib/getcwd.c: Likewise.
14546         * lib/getloadavg.c: Likewise.
14547         * lib/mkstemp.c: Likewise.
14548         * lib/mountlist.c, mountlist.h: Likewise.
14549         * lib/openat.c, openat.h: Likewise.
14550         * lib/readlink-stub.c: Likewise.
14551         * lib/readutmp.c, readutmp.h: Likewise.
14552         * lib/rename.c: Likewise.
14553         * lib/rmdir.c: Likewise.
14554         * lib/same.c: Likewise.
14555         * lib/savedir.c: Likewise.
14556         * lib/stripslash.c: Likewise.
14557         * lib/tempname.c: Likewise.
14558         * lib/xreadlink.c: Likewise.
14559         * lib/exclude.c (excluded_file_name): Renamed from excluded_filename.
14560         All uses changed.
14561         * lib/exclude.h: Likewise.
14562
14563         * lib/euidaccess.c (getuid, getgid, getuid, getegid)
14564         [!defined _POSIX_VERSION]: Remove decls; not needed these days.
14565         * lib/idcache.c (getpwuid, getpwnam, getgrgid, getgrnam)
14566         [!defined _POSIX_VERSION]: Remove decls; not needed these days.
14567         * lib/pathmax.h: Include <limits.h> unconditionally, since other
14568         files have been getting away with it for years (MORE/BSD 4.3
14569         is extinct now).
14570         * lib/userspec.c (getpwnam, getgrnam, getgrgid)
14571         [!defined _POSIX_VERSION]: Remove decls; not needed these days.
14572
14573         * lib/pathmax.h (_POSIX_PATH_MAX) [!defined _POSIX_PATH_MAX]:
14574         Define to 256, not 255, as per modern POSIX.
14575
14576 2005-06-02  Paul Eggert  <eggert@cs.ucla.edu>
14577
14578         Sync from coreutils.
14579         Use "file name" when talking about file names, instead of "filename"
14580         or "path", as per the GNU coding standards.
14581         * MODULES.html.sh: mkdir-p renamed from makepath.
14582         filenamecat renamed from path-concat.
14583         * modules/filenamecat: Renamed from modules/path-concat.
14584         (Files): filenamecat.h and filenamecat.c renamed from
14585         path-concat.h and path-concat.c.
14586         (configure.ac): gl_FILE_NAME_CONCAT, not gl_PATH_CONCAT.
14587         (Include): filenamecat.h, not path-concat.h.
14588         * modules/mkdir-p: Renamed from modules/makepath.
14589         (Files): mkdir-p.h and mkdir-p.c renamed from makepath.h and
14590         makepath.c.
14591         (configure.ac): gl_MKDIR_PARENTS, not gl_MAKEPATH.
14592         (Include): mkdir-p.h, not makepath.h.
14593
14594 2005-06-02  Paul Eggert  <eggert@cs.ucla.edu>
14595
14596         Sync from coreutils.
14597         * m4/mkdir-p.m4: Renamed from makepath.m4.
14598         (gl_MKDIR_PARENTS): Renamed from gl_MAKEPATH.  All uses changed.
14599         Rename files from makepath.c to mkdir-p.c, and from
14600         makepath.h to mkdir-p.h.
14601         * m4/filenamecat.m4: Renamed from path-concat.m4.
14602         (gl_FILE_NAME_CONCAT): Renamed from gl_PATH_CONCAT.  All uses changed.
14603         Rename files from path-concat.c to filenamecat.c,
14604         and from path-concat.h to filenamecat.h.
14605         * m4/getcwd-path-max.m4: Don't use "path" or "filename" to mean
14606         "file name" in local variables or comments.
14607         * m4/rename.m4: Likewise.
14608
14609 2005-06-01  Bruno Haible  <bruno@clisp.org>
14610
14611         * modules/csharpexec: New file.
14612         * MODULES.html.sh (C#): New section.
14613
14614 2005-06-01  Bruno Haible  <bruno@clisp.org>
14615
14616         * m4/csharp.m4: New file, from GNU gettext.
14617         * m4/csharpexec.m4: New file, from GNU gettext.
14618
14619 2005-06-01  Bruno Haible  <bruno@clisp.org>
14620
14621         * lib/csharpexec.h: New file, from GNU gettext.
14622         * lib/csharpexec.c: New file, from GNU gettext.
14623         * lib/csharpexec.sh.in: New file, from GNU gettext.
14624
14625 2005-05-31  Derek Price  <derek@ximbiot.com>
14626             Paul Eggert  <eggert@cs.ucla.edu>
14627
14628         Sync from cvs.
14629         * m4/glob.m4: s/MISSING_SYS_CDEFS_H/_SYS_CDEFS_H/ and comment.
14630
14631 2005-05-31  Derek Price  <derek@ximbiot.com>
14632             Paul Eggert  <eggert@cs.ucla.edu>
14633
14634         Sync from cvs.
14635         * lib/glob_.h: s/MISSING_SYS_CDEFS_H/_SYS_CDEFS_H/ and comment.
14636
14637 2005-05-29  Derek Price  <derek@ximbiot.com>
14638
14639         * config/srclist.txt (glob_.h, glob.c): Add these files.
14640
14641 2005-05-29  Derek Price  <derek@ximbiot.com>
14642
14643         * MODULES.html.sh: Add glob to Enhanced POSIX.2001 section.
14644         * modules/glob: New file.
14645         * modules/getlogin_r: Add link to POSIX spec in description.
14646
14647 2005-05-29  Derek Price  <derek@ximbiot.com>
14648             Paul Eggert  <eggert@cs.ucla.edu>
14649
14650         * m4/glob.m4: New file.
14651
14652 2005-05-29  Derek Price  <derek@ximbiot.com>
14653             Paul Eggert  <eggert@cs.ucla.edu>
14654
14655         * lib/glob_.h, lib/glob.c: New files.
14656
14657 2005-05-27  Paul Eggert  <eggert@cs.ucla.edu>
14658
14659         * modules/fts (Files): Remove m4/inttypes-pri.m4.
14660         * modules/fts-lgpl (Depends-on): Remove gettext.
14661
14662 2005-05-27  Paul Eggert  <eggert@cs.ucla.edu>
14663
14664         * m4/fts.m4 (gl_FUNC_FTS_CORE): Don't check for inttypes.h or stdint.h,
14665         and don't require gt_INTTYPES_PRI.
14666
14667 2005-05-27  Paul Eggert  <eggert@cs.ucla.edu>
14668
14669         * lib/getlogin_r.c (getlogin_r): Don't set errno to 0 on return.
14670
14671         * lib/fts.c: Don't worry about debugging on pre-C99-compatible hosts;
14672         the configuration hassle isn't worth it.
14673         Include inttypes.h and stdint.h unconditionally if FTS_DEBUG.
14674         (LONGEST_MODIFIER, PRIuMAX): Remove.
14675
14676 2005-05-27  Bruno Haible  <bruno@clisp.org>
14677
14678         * lib/getlogin_r.h: Remove second include of <stddef.h>.
14679
14680 2005-05-26  Paul Eggert  <eggert@cs.ucla.edu>
14681
14682         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Define
14683         _POSIX_PTHREAD_SEMANTICS for Solaris.
14684
14685 2005-05-25  Derek Price  <derek@ximbiot.com>
14686
14687         * MODULES.html.sh: Add getlogin_r to POSIX.2001 support section.
14688
14689 2005-05-25  Derek Price  <derek@ximbiot.com>
14690             Paul Eggert  <eggert@cs.ucla.edu>
14691
14692         * modules/getlogin_r, m4/getlogin_r.m4: New files.
14693         * lib/getlogin_r.c, getlogin_r.h: New files.
14694
14695 2005-05-25  Bruno Haible  <bruno@clisp.org>
14696             Derek Price  <derek@ximbiot.com>
14697
14698         * lib/getlogin_r.h: Simplify API documentation.
14699
14700 2005-05-23  Derek Price  <derek@ximbiot.com>
14701
14702         * modules/minmax (Files): Add m4/minmax.m4.
14703         (configure.ac): Add gl_MINMAX.
14704
14705 2005-05-22  Paul Eggert  <eggert@cs.ucla.edu>
14706
14707         * lib/fts.c (fd_safer) [_LGPL_PACKAGE]: New static function,
14708         so that unistd-safer.h (GPL'ed code) need not be included.
14709
14710 2005-05-22  Bruno Haible  <bruno@clisp.org>
14711
14712         * m4/minmax.m4: New file.
14713         Based on a patch by Derek Price <derek@ximbiot.com>.
14714
14715 2005-05-22  Bruno Haible  <bruno@clisp.org>
14716
14717         * lib/stdint_.h (_STDINT_H_HAVE_INT64): New macro. Use it in #ifdefs.
14718         (INT64_MIN): Fix definition.
14719         Suggested by Paul Eggert <eggert@cs.ucla.edu>.
14720
14721         * lib/stdint_.h (_STDINT_H_NEED_SIGNED_INT_TYPES): Renamed from
14722         NEED_SIGNED_INT_TYPES.
14723
14724         * lib/stdint_.h (_STDINT_H_HAVE_SYSTEM_INTTYPES): Renamed from
14725         HAVE_SYSTEM_INTTYPES.
14726
14727 2005-05-22  Bruno Haible  <bruno@clisp.org>
14728
14729         * lib/minmax.h: Include <limits.h> only when it defines MIN, MAX.
14730         Also include <sys/param.h> if it defines MIN, MAX.
14731         Based on a patch by Derek Price <derek@ximbiot.com>.
14732
14733 2005-05-21  Jim Meyering  <jim@meyering.net>
14734
14735         * modules/fts (Files): Add m4/inttypes-pri.m4.
14736         (Depends-on): Add lstat and remove gettext.  Alphabetize.
14737
14738 2005-05-20  Paul Eggert  <eggert@cs.ucla.edu>
14739
14740         New fts module.
14741         * lib/fts.c: Don't include "cycle-check.h" or "hash.h".
14742         (setup_dir, free_dir): New functions.
14743         (enter_dir, leave_dir): Define trivial
14744         alternatives of _LGPL_PACKAGE.  Move to fts-cycle.c if !_LGPL_PACKAGE.
14745         (HT_INITIAL_SIZE, ENTER_DIR): Remove.  All uses removed.
14746         (LEAVE_DIR): Fix typo: pass Fts and Ent to leave_dir.
14747         (struct Active_dir, AD_compare, AD_hash, enter_dir, leave_dir):
14748         Move to fts-cycle.c.
14749         (fts_open): Use setup_dir.
14750         (fts_close): Use free_dir.
14751         (fts_read): Have just one copy of the ENTER_DIR code rather than three.
14752         This adds a label and some gotos, but the alternatives were messier.
14753         Check for memory allocation failure when entering a dir.
14754         (fts_stat) [_LGPL_PACKAGE]: Bring back glibc cycle detection code.
14755         * lib/fts_.h (_LGPL_PACKAGE) [defined _LIBC]: New macro.
14756         (FTS): New member fts_cycle, that is a union that contains the
14757         old active_dir_ht and cycle_state.  All uses changed to mention
14758         fts_cycle.ht and fts_cycle.state.
14759         * lib/fts-cycle.c: New file, containing GPL'ed code migrated out of
14760         fts.c, with the following changes:
14761         (setup_dir, free_dir): New functions.
14762         (enter_dir): Now returns bool.  Return true if successful, false
14763         if memory exhausted.  All callers changed.
14764         Do not bother partly cleaning up on
14765         memory allocation failure; that is free_dir's job.
14766         However, free ad if hash_insert fails, to avoid memory leak.
14767         (enter_dir, leave_dir): Accommodate change to FTS by inspecting
14768         fts->fts_options to see which union member to use.
14769
14770 2005-05-20  Paul Eggert  <eggert@cs.ucla.edu>
14771
14772         * m4/fts.m4 (gl_FUNC_FTS_CORE): Renamed from gl_FUNC_FTS.
14773         (gl_FUNC_FTS, gl_FUNC_FTS_LGPL): New macros.
14774
14775 2005-05-20  Paul Eggert  <eggert@cs.ucla.edu>
14776
14777         * MODULES.html.sh (File system functions): Add fts, fts-lgpl.
14778
14779 2005-05-20  Jim Meyering  <jim@meyering.net>
14780
14781         * lib/unlinkdir.h (cannot_unlink_dir) [UNLINK_CANNOT_UNLINK_DIR]:
14782         Now a macro, to pacify GCC.
14783
14784 2005-05-20  Eric Blake  <ebb9@byu.net>  (tiny change)
14785
14786         * m4/chown.m4 (gl_FUNC_CHOWN): Correct sense of test for honoring IDs
14787         of -1.
14788
14789 2005-05-20  Eric Blake  <ebb9@byu.net>  (tiny change)
14790
14791         * lib/chown.c (rpl_chown): Return -1 on failure.
14792
14793 2005-05-18  Paul Eggert  <eggert@cs.ucla.edu>
14794
14795         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME]):
14796         Don't check for stddef.h.
14797         * m4/fts.m4 (gl_FUNC_FTS): Don't require AC_HEADER_STDC, as we
14798         don't use its results.
14799         Don't check for fcntl.h, stddef.h, stdlib.h, string.h, unistd.h,
14800         since we include them unconditionally.  Don't require
14801         AM_STDBOOL_H, since stdbool is a prerequisite.
14802         Don't require AC_C_CONST, AC_TYPE_SIZE_T or check for ptrdiff_t
14803         since we assume C89 or better.
14804         Don't require AC_FUNC_CLOSEDIR_VOID, AC_FUNC_LSTAT, or AC_FUNC_STAT,
14805         as we don't use their results.
14806         Don't check for fchdir, memmove, memset, strrchr, as we use
14807         them unconditionally.
14808         * m4/gettimeofday.m4 (AC_FUNC_GETTIMEOFDAY_CLOBBER): Don't define
14809         GETTIMEOFDAY_CLOBBERS_LOCALTIME_BUFFER, since nobody uses it.
14810
14811 2005-05-18  Paul Eggert  <eggert@cs.ucla.edu>
14812
14813         * lib/canonicalize.c: Include canonicalize.h first, to test interface.
14814         Include <stddef.h> unconditionally, since we assume C89 now.
14815         All uses of PTR_INT_TYPE replaced by ptrdiff_t.
14816         * lib/fts.c: Include fts_.h first, to check interface.
14817         Do not include intprops.h; no longer needed.
14818         Include cycle-check.h and hash.h, since fts_.h no longer does.
14819         Remove unnecessary casts of closedir to void.
14820         (fts_build): Use a simpler method (not involving TYPE_SIGNED) to
14821         decide whether to decrement nlinks.
14822         * lib/fts_.h: Do not include hash.h or cycle-check.h; no longer needed.
14823         (FTS): Use struct hash_table * instead of Hash_table, so that
14824         we no longer need to include hash.h here.
14825
14826 2005-05-18  Jim Meyering  <jim@meyering.net>
14827
14828         * modules/dirfd (License): Change to LGPL.  Most of the code
14829         is already in the public domain.
14830
14831 2005-05-18  Jim Meyering  <jim@meyering.net>
14832
14833         * m4/fts.m4 (AC_LIBSOURCES): Add intprops.h to the list.
14834         Reported by Yoann Vandoorselaere.
14835
14836 2005-05-17  Jim Meyering  <jim@meyering.net>
14837
14838         * m4/fts.m4: New file, from coreutils.
14839
14840 2005-05-17  Jim Meyering  <jim@meyering.net>
14841
14842         * lib/fts.c, lib/fts_.h: New files, from coreutils.
14843
14844 2005-05-14  Paul Eggert  <eggert@cs.ucla.edu>
14845
14846         Sync from coreutils.
14847         * m4/unlinkdir.m4: New file.
14848
14849 2005-05-14  Paul Eggert  <eggert@cs.ucla.edu>
14850
14851         Sync from coreutils.
14852         * lib/unlinkdir.c, lib/unlinkdir.h: New files.
14853         * lib/gethrxtime.c, lib/gethrxtime.h, lib/getpass.h, lib/mountlist.h,
14854         lib/path-concat.c, lib/regex.h, lib/unlocked-io.h, lib/xtime.h:
14855         White space changes only.
14856         * lib/makepath.c (make_path): Port to hosts where leading "//" is
14857         special.
14858         * lib/yesno.c: Include getline.h, not ctype.h.
14859         (yesno): Don't remove leading white space; POSIX doesn't allow it.
14860         Use getline to remove arbitrary restriction on response length.
14861
14862 2005-05-14  Paul Eggert  <eggert@cs.ucla.edu>
14863
14864         * config/srclist-update: Spell out "Street" in FSF postal
14865         mail address; this is the style the FSF seems to prefer.
14866
14867         * build-aux/depcomp, build-aux/install-sh, build-aux/mdate-sh,
14868         build-aux/missing, build-aux/mkinstalldirs: Sync from Automake;
14869         this updates FSF postal mail address.
14870
14871         Sync from coreutils.
14872         * modules/unlinkdir: New file.
14873         * modules/yesno (Depends-on): Add getline.
14874         * MODULES.html.sh (File system functions): Add unlinkdir.
14875
14876 2005-05-13  Paul Eggert  <eggert@cs.ucla.edu>
14877
14878         * lib/byteswap_.h, lib/getsubopt.h, lib/iconvme.h, lib/strsep.c,
14879         lib/strsep.h:
14880         Change the initial comment to refer to GPL, not LGPL.
14881         gnulib-tool will change it to LGPL as needed.
14882
14883         * lib/__fpending.c, lib/acl.c, lib/acl.h, lib/alloca_.h, lib/allocsa.c,
14884         lib/allocsa.h, lib/argmatch.c, lib/argmatch.h, lib/argp-ba.c,
14885         lib/argp-eexst.c, lib/argp-fmtstream.c, lib/argp-fmtstream.h,
14886         lib/argp-fs-xinl.c, lib/argp-help.c, lib/argp-namefrob.h,
14887         lib/argp-parse.c, lib/argp-pv.c, lib/argp-pvh.c, lib/argp-xinl.c,
14888         lib/argp.h, lib/argz.c, lib/argz_.h, lib/asnprintf.c, lib/asprintf.c,
14889         lib/atanl.c, lib/backupfile.c, lib/backupfile.h, lib/base64.c,
14890         lib/base64.h, lib/basename.c, lib/binary-io.h, lib/byteswap_.h,
14891         lib/c-ctype.c, lib/c-ctype.h, lib/c-stack.c, lib/c-stack.h,
14892         lib/c-strtod.c, lib/calloc.c, lib/canon-host.c, lib/canonicalize.c,
14893         lib/canonicalize.h, lib/ceill.c, lib/chdir-long.c, lib/chdir-long.h,
14894         lib/chown.c, lib/classpath.c, lib/classpath.h, lib/cloexec.c,
14895         lib/closeout.c, lib/closeout.h, lib/concatpath.c, lib/config.charset,
14896         lib/copy-file.c, lib/copy-file.h, lib/cycle-check.c, lib/cycle-check.h,
14897         lib/diacrit.c, lib/diacrit.h, lib/dirfd.c, lib/dirfd.h, lib/dirname.c,
14898         lib/dirname.h, lib/dummy.c, lib/dup-safer.c, lib/dup2.c, lib/eealloc.h,
14899         lib/error.c, lib/error.h, lib/euidaccess.c, lib/exclude.c,
14900         lib/exclude.h, lib/execute.c, lib/execute.h, lib/exit.h,
14901         lib/exitfail.c, lib/exitfail.h, lib/expl.c, lib/fatal-signal.c,
14902         lib/fatal-signal.h, lib/fd-safer.c, lib/file-type.c, lib/file-type.h,
14903         lib/fileblocks.c, lib/filemode.c, lib/filemode.h, lib/findprog.c,
14904         lib/findprog.h, lib/floorl.c, lib/fnmatch.c, lib/fnmatch_.h,
14905         lib/fnmatch_loop.c, lib/fopen-safer.c, lib/free.c, lib/frexpl.c,
14906         lib/fsusage.c, lib/fsusage.h, lib/full-read.c, lib/full-read.h,
14907         lib/full-write.c, lib/full-write.h, lib/fwriteerror.c,
14908         lib/fwriteerror.h, lib/gai_strerror.c, lib/gcd.c, lib/gcd.h,
14909         lib/getaddrinfo.c, lib/getaddrinfo.h, lib/getcwd.c, lib/getcwd.h,
14910         lib/getdate.h, lib/getdate.y, lib/getdomainname.c, lib/getdomainname.h,
14911         lib/getgroups.c, lib/gethostname.c, lib/gethrxtime.c, lib/gethrxtime.h,
14912         lib/getline.c, lib/getline.h, lib/getloadavg.c, lib/getndelim2.c,
14913         lib/getndelim2.h, lib/getnline.c, lib/getnline.h, lib/getopt.c,
14914         lib/getopt1.c, lib/getopt_.h, lib/getopt_int.h, lib/getpagesize.h,
14915         lib/getpass.c, lib/getpass.h, lib/getsubopt.c, lib/getsubopt.h,
14916         lib/gettext.h, lib/gettime.c, lib/gettimeofday.c, lib/getugroups.c,
14917         lib/getusershell.c, lib/group-member.c, lib/group-member.h,
14918         lib/hard-locale.c, lib/hard-locale.h, lib/hash-pjw.c, lib/hash-pjw.h,
14919         lib/hash.c, lib/hash.h, lib/human.c, lib/human.h, lib/iconvme.c,
14920         lib/iconvme.h, lib/idcache.c, lib/inet_ntop.h, lib/intprops.h,
14921         lib/inttostr.c, lib/inttostr.h, lib/isdir.c, lib/javacomp.c,
14922         lib/javacomp.h, lib/javacomp.sh.in, lib/javaexec.c, lib/javaexec.h,
14923         lib/javaexec.sh.in, lib/lbrkprop.h, lib/lchown.c, lib/ldexpl.c,
14924         lib/linebreak.c, lib/linebreak.h, lib/linebuffer.c, lib/linebuffer.h,
14925         lib/localcharset.c, lib/localcharset.h, lib/logl.c, lib/long-options.c,
14926         lib/long-options.h, lib/lstat.c, lib/makepath.c, lib/makepath.h,
14927         lib/malloc.c, lib/mathl.h, lib/mbswidth.c, lib/mbswidth.h, lib/md5.c,
14928         lib/md5.h, lib/memcasecmp.c, lib/memcasecmp.h, lib/memchr.c,
14929         lib/memcmp.c, lib/memcoll.c, lib/memcoll.h, lib/memcpy.c, lib/memmem.c,
14930         lib/memmem.h, lib/mempcpy.c, lib/mempcpy.h, lib/memrchr.c,
14931         lib/memrchr.h, lib/memset.c, lib/minmax.h, lib/mkdir.c, lib/mkdtemp.c,
14932         lib/mkdtemp.h, lib/mkstemp.c, lib/mktime.c, lib/modechange.c,
14933         lib/modechange.h, lib/mountlist.c, lib/mountlist.h, lib/nanosleep.c,
14934         lib/obstack.c, lib/obstack.h, lib/openat.c, lib/openat.h,
14935         lib/pagealign_alloc.c, lib/pagealign_alloc.h, lib/path-concat.c,
14936         lib/path-concat.h, lib/pathmax.h, lib/pathname.h, lib/physmem.c,
14937         lib/physmem.h, lib/pipe.c, lib/pipe.h, lib/poll.c, lib/poll_.h,
14938         lib/posixtm.c, lib/posixtm.h, lib/posixver.c, lib/printf-args.c,
14939         lib/printf-args.h, lib/printf-parse.c, lib/printf-parse.h,
14940         lib/progname.c, lib/progname.h, lib/progreloc.c, lib/putenv.c,
14941         lib/quote.c, lib/quote.h, lib/quotearg.c, lib/quotearg.h, lib/raise.c,
14942         lib/readlink.c, lib/readtokens.c, lib/readtokens.h, lib/readtokens0.c,
14943         lib/readtokens0.h, lib/readutmp.c, lib/readutmp.h, lib/realloc.c,
14944         lib/ref-add.sin, lib/ref-del.sin, lib/regex.c, lib/regex.h,
14945         lib/rename.c, lib/rmdir.c, lib/rpmatch.c, lib/safe-read.c,
14946         lib/safe-read.h, lib/safe-write.c, lib/safe-write.h, lib/same.c,
14947         lib/same.h, lib/save-cwd.c, lib/save-cwd.h, lib/savedir.c,
14948         lib/savedir.h, lib/setenv.c, lib/setenv.h, lib/settime.c,
14949         lib/sh-quote.c, lib/sh-quote.h, lib/sha1.c, lib/sha1.h, lib/sig2str.c,
14950         lib/sig2str.h, lib/sincosl.c, lib/snprintf.c, lib/snprintf.h,
14951         lib/sqrtl.c, lib/stat-macros.h, lib/stat.c, lib/stdbool_.h,
14952         lib/stdint_.h, lib/stdio-safer.h, lib/stpcpy.c, lib/stpcpy.h,
14953         lib/stpncpy.c, lib/stpncpy.h, lib/strcase.h, lib/strcasecmp.c,
14954         lib/strchrnul.c, lib/strchrnul.h, lib/strcspn.c, lib/strdup.c,
14955         lib/strdup.h, lib/strerror.c, lib/strftime.c, lib/strftime.h,
14956         lib/stripslash.c, lib/strndup.c, lib/strndup.h, lib/strnlen.c,
14957         lib/strpbrk.c, lib/strpbrk.h, lib/strsep.c, lib/strsep.h, lib/strstr.c,
14958         lib/strstr.h, lib/strtod.c, lib/strtoimax.c, lib/strtok_r.c,
14959         lib/strtok_r.h, lib/strtol.c, lib/strtoll.c, lib/strtoul.c,
14960         lib/strtoull.c, lib/strverscmp.c, lib/strverscmp.h, lib/sysexit_.h,
14961         lib/tempname.c, lib/time_r.c, lib/time_r.h, lib/timegm.c, lib/timegm.h,
14962         lib/timespec.h, lib/trigl.c, lib/trigl.h, lib/ucs4-utf16.h,
14963         lib/ucs4-utf8.h, lib/unicodeio.c, lib/unicodeio.h, lib/unistd-safer.h,
14964         lib/unlocked-io.h, lib/unsetenv.c, lib/userspec.c, lib/utf16-ucs4.h,
14965         lib/utf8-ucs4.h, lib/utime.c, lib/utimecmp.c, lib/utimecmp.h,
14966         lib/utimens.c, lib/vasnprintf.c, lib/vasnprintf.h, lib/vasprintf.c,
14967         lib/vasprintf.h, lib/version-etc-fsf.c, lib/version-etc.c,
14968         lib/version-etc.h, lib/vsnprintf.c, lib/vsnprintf.h, lib/w32spawn.h,
14969         lib/wait-process.c, lib/wait-process.h, lib/xalloc-die.c, lib/xalloc.h,
14970         lib/xallocsa.c, lib/xallocsa.h, lib/xasprintf.c, lib/xgetcwd.c,
14971         lib/xgetcwd.h, lib/xgetdomainname.c, lib/xgetdomainname.h,
14972         lib/xgethostname.c, lib/xmalloc.c, lib/xmemcoll.c, lib/xnanosleep.c,
14973         lib/xreadlink.c, lib/xreadlink.h, lib/xsetenv.c, lib/xsetenv.h,
14974         lib/xsize.h, lib/xstrndup.c, lib/xstrndup.h, lib/xstrtod.c,
14975         lib/xstrtod.h, lib/xstrtoimax.c, lib/xstrtol.c, lib/xstrtol.h,
14976         lib/xstrtoumax.c, lib/xtime.h, lib/xvasprintf.c, lib/xvasprintf.h,
14977         lib/yesno.c, lib/yesno.h:
14978         Update FSF postal mail address.
14979
14980 2005-05-13  Paul Eggert  <eggert@cs.ucla.edu>
14981
14982         * MODULES.html.sh, README, gnulib-tool, tests/test-base64.c,
14983         tests/test-memmem.c, tests/test-stpncpy.c:
14984         Update FSF postal mail address.
14985
14986 2005-05-13  Bruno Haible  <bruno@clisp.org>
14987
14988         * lib/stdint_.h (int64_t, uint64_t, int_least64_t, uint_least64_t,
14989         int_fast64_t, uint_fast64_t, intmax_t, uintmax_t, INT64_MIN, INT64_MAX,
14990         UINT64_MAX, INT_LEAST64_MIN, INT_LEAST64_MAX, UINT_LEAST64_MAX,
14991         INT_FAST64_MIN, INT_FAST64_MAX, UINT_FAST64_MAX, INTMAX_MIN,
14992         INTMAX_MAX, UINTMAX_MAX, INT64_C, UINT64_C, INTMAX_C, UINTMAX_C):
14993         Add support for 64-bit integers in the MSVC compiler.
14994
14995 2005-05-12  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
14996
14997         * modules/getdate (Makefile.am): Add getdate.c to EXTRA_DIST
14998
14999 2005-05-12  Eric Blake  <ebb9@byu.net>  (tiny change)
15000
15001         * gnulib-tool (func_import): Sort and uniquify recommended includes.
15002
15003 2005-05-11  Paul Eggert  <eggert@cs.ucla.edu>
15004
15005         * doc/getdate.texi (General date syntax): Don't say that date
15006         date --iso-8601=ns generates acceptable dates; it doesn't yet.
15007         Problem reported by Nic Ferrier.
15008
15009 2005-05-10  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
15010
15011         * lib/getaddrinfo.c: Don't fail when SOCK_STREAM or SOCK_DGRAM are
15012         specified in ai_socktype. Fix invalid ai_protocol
15013         check. ai_protocol is usually set to 0 or depending on
15014         ai_family/ai_socktype to IPPROTO_TCP / IPPROTO_UDP.  Checking for
15015         SOCK_STREAM / SOCK_DGRAM in ai_protocol was invalid.  Set
15016         ai_socktype / ai_protocol in the returned addrinfo structure.
15017
15018 2005-05-10  Simon Josefsson  <jas@extundo.com>
15019
15020         * m4/getaddrinfo.m4: Look in libnsl/libsocket for getaddrinfo, from
15021         Yoann Vandoorselaere <yoann.v@prelude-ids.com>.
15022
15023 2005-05-10  Karl Berry  <karl@gnu.org>
15024
15025         * doc/fdl.texi, gpl.texi, lgpl.texi, COPYING: update FSF address
15026         (from http://www.gnu.org/licenses).
15027         * doc/COPYING.LIB: also rename to COPYING.LESSER.
15028         * doc/COPYING.DOC: remove; per rms, only needed in doc files, so
15029         fdl.texi suffices.
15030
15031 2005-05-10  Karl Berry  <karl@gnu.org>
15032
15033         * config/srclist.txt (COPYING.LESSER): rename from COPYING.LIB.
15034         (COPYING.DOC): remove.
15035
15036         * config/srclist-update: new FSF address.
15037
15038 2005-05-10  Derek Price  <derek@ximbiot.com>
15039
15040         * m4/getopt.m4 (gl_GETOPT): Check for Solaris 10 bug, not decl, when
15041         possible.
15042
15043 2005-05-09  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
15044             Bruno Haible  <bruno@clisp.org>
15045
15046         * modules/inet_ntop: New file.
15047         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
15048         inet_ntop.
15049
15050 2005-05-09  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
15051             Bruno Haible  <bruno@clisp.org>
15052
15053         * m4/inet_ntop.m4: New file.
15054
15055 2005-05-09  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
15056             Bruno Haible  <bruno@clisp.org>
15057
15058         * lib/inet_ntop.h: New file.
15059         * lib/inet_ntop.c: New file, from glibc with modifications.
15060
15061 2005-05-09  Paul Eggert  <eggert@cs.ucla.edu>
15062
15063         * modules/time_r (License): Change to LGPL.
15064         * modules/extensions (License): Change to LGPL.  Actually,
15065         the license is more permissive than that, but currently gnulib-tool
15066         doesn't know how to handle more-permissive licenses.
15067
15068         * modules/stat-macros (Depends-on): Don't depend on stat-macros (!).
15069         Problem reported by Dave Love.
15070
15071 2005-05-08  Jim Meyering  <jim@meyering.net>
15072
15073         * lib/classpath.c (PATH_SEPARATOR): Remove insignificant trailing
15074         blank.
15075
15076 2005-05-06  Paul Eggert  <eggert@cs.ucla.edu>
15077
15078         * modules/argmatch (Depends-on): Add stdbool.
15079         * modules/backupfile (Depends-on): Likewise.
15080         * modules/chdir-long (Depends-on): Likewise.
15081         * modules/closeout (Depends-on): Likewise.
15082         * modules/cycle-check (Depends-on): Likewise.
15083         * modules/dirname (Depends-on): Likewise.
15084         * modules/fnmatch (Depends-on): Likewise.
15085         * modules/fsusage (Depends-on): Likewise.
15086         * modules/fwriteerror (Depends-on): Likewise.
15087         * modules/getcwd (Depends-on): Likewise.
15088         * modules/getloadavg (Depends-on): Likewise.
15089         * modules/hard-locale (Depends-on): Likewise.
15090         * modules/makepath (Depends-on): Likewise.
15091         * modules/mountlist (Depends-on): Likewise.
15092         * modules/nanosleep (Depends-on): Likewise.
15093         * modules/posixtm (Depends-on): Likewise.
15094         * modules/quotearg (Depends-on): Likewise.
15095         * modules/readtokens (Depends-on): Likewise.
15096         * modules/readtokens0 (Depends-on): Likewise.
15097         * modules/readutmp (Depends-on): Likewise.
15098         * modules/save-cwd (Depends-on): Likewise.
15099         * modules/strftime (Depends-on): Likewise.
15100         * modules/userspec (Depends-on): Likewise.
15101         * modules/utimecmp (Depends-on): Likewise.
15102         * modules/xgetcwd (Depends-on): Likewise.
15103         * modules/xnanosleep (Depends-on): Likewise.
15104         * modules/xstrtod (Depends-on): Likewise.
15105         * modules/yesno (Depends-on): Likewise.
15106
15107 2005-05-05  Paul Eggert  <eggert@cs.ucla.edu>
15108
15109         * m4/getopt.m4 (gl_GETOPT): Check for Solaris 10 getopt, and avoid
15110         needless checks.
15111
15112 2005-05-01  Paul Eggert  <eggert@cs.ucla.edu>
15113
15114         Merge from coreutils.  Among other things,
15115         add bulletproofing for cases where stdin, stdout, or stderr are closed.
15116         * lib/fd-safer.c: New file.
15117         * lib/fcntl-safer.h, open-safer.c: Remove.
15118         * lib/chdir-long.c: Fix comment "fetish" -> "coreutils".
15119         * lib/dup-safer.c: Include unistd-safer.h first.
15120         Don't include errno.h.
15121         (dup_safer) [!defined F_DUPFD]: Let fd_safer do the real work.
15122         * lib/file-type.h: Don't assume invoker included sys/stat.h first.
15123         * lib/file-type.c: Rely on file-type.h change.
15124         * lib/getloadavg.c: Include unistd-safer.h.
15125         (getloadavg): Use safer open.
15126         * lib/getusershell.c: Include "stdio-safer.h".
15127         (getusershell): Use safer fopen.
15128         * lib/long-options.c (long_options): Use NULL rather than 0.
15129         * lib/modechange.h (mode_free): Remove; all callers changed to invoke
15130         'free'.
15131         * lib/modechange.c: Likewise.
15132         xstrtol.h, stdbool.h, stddef.h: Don't include; no longer needed.
15133         (MODE_DONE): New constant.
15134         (struct mode_change): Remove 'next' member.
15135         (make_node_op_equals): New function; like the old one of the
15136         same name, except it allocates an array.
15137         (mode_compile, mode_create_from_ref): Use it.
15138         (mode_compile): Allocate result as an array, not a linked list.
15139         Parse octal string ourself, so that we catch mistakes like "+0".
15140         (mode_adjust): Arg is an array, not a linked list.
15141         * lib/modechange.c: Include stat-macros.h, xalloc.h.
15142         (S_ISDIR, S_ISUID, S_ISGID, S_ISVTX, S_IRUSR, S_IWUSR, S_IXUSR):
15143         (S_IRGRP, S_IWGRP, S_IXGRP, S_IROTH, S_IWOTH, S_IXOTH, S_IRXWU):
15144         (S_IRWXG, S_IRWXO, CHMOD_MODE_BITS):
15145         Remove.  This is now stat-macros.h's job.
15146         (talloc): Remove.  All callers replaced by xalloc, so that
15147         our invokers don't have to worry about reporting memory failures.
15148         (make_node_op_equals): Remove.
15149         (MODE_ORDINARY_CHAGE, MODE_X_IF_ANY_X, MODE_COPY_EXISTING):
15150         New constants.
15151         (struct mode_change): Moved here from modechange.h.
15152         (mode_append_entry): Remove.
15153         (mode_compile): Remove MASKED_OPS arg, since it encouraged
15154         apps to have incorrect behavior.  Use simpler algorithm for head
15155         and tail.  Don't futz with umask; that's now the job of mode_adjust.
15156         Detect more invalid usages rather than having somewhat-random behavior.
15157         Don't insert an "a=" action, as that leads to incorrect behavior.
15158         (mode_compile, mode_create_from_ref): Return NULL on error instead
15159         of an enum, since now there's only one way to have an error.  All
15160         callers changed.
15161         (mode_adjust): Accept new arg UMASK_VALUE, and interpret it
15162         at the correct time.  Simplify calculation of "+u" and its ilk.
15163         Don't mishandle "+X".
15164         (mode_free): Remove "register" and localize decls.
15165         * lib/modechange.h (MODE_X_IF_ANY_X, MODE_COPY_EXISTING):
15166         (struct mode_change): Move to modechange.c; callers don't
15167         need to see this stuff.
15168         (MODE_MASK_EQUALS, MODE_MASK_PLUS, MODE_MASK_MINUS, MODE_MASK_ALL):
15169         (MODE_INVALID, MODE_MEMORY_EXHAUSTED, MODE_BAD_REFERENCE): Remove.
15170         (mode_change, mode_adjust): Reflect the new signatures noted above.
15171         * lib/nanosleep.c (rpl_nanosleep): Include "timespec.h" before macros
15172         that might redefine system include files.
15173         (siginterrupt) [!HAVE_SIGINTERRUPT]: New macro.
15174         (my_usleep): Use NULL rather than (void *) 0.
15175         (rpl_nanosleep) [!defined SA_NOCLDSTOP]:
15176         Use siginterrupt to specify that system calls should be interrupted.
15177         (rpl_nanosleep): Move initialization of suspended closer to call of
15178         my_usleep.
15179         * lib/readutmp.h (read_utmp): New arg OPTIONS.  All uses changed.
15180         * lib/readutmp.c: Likewise.  Include signal.h, stdbool.h.
15181         (desirable_utmp_entry): New function.
15182         (read_utmp) [defined UTMP_NAME_FUNCTION]: Redo memory allocation
15183         using x2nrealloc, to simplify logic.
15184         (read_utmp) [!defined UTMP_NAME_FUNCTION]: Check for overflow in
15185         size calculation.  Do not assume utmp file is a regular file.
15186         * lib/readutmp.h (UT_PID): Moved here from ../src/who.c.
15187         (READ_UTMP_CHECK_PIDS): New constant.
15188         * lib/save-cwd.c: Include unistd-safer.h.
15189         (save_cwd): Use fd_safer.
15190         * lib/tempname.c (S_ISDIR, S_IRUSR, S_IRUSR, S_IWUSR, S_IXUSR): Remove.
15191         [!_LIBC] Include "stat-macros.h" instead.
15192         * lib/unistd-safer.h (fd_safer): New decl.
15193
15194 2005-05-01  Paul Eggert  <eggert@cs.ucla.edu>
15195
15196         * modules/getloadavg (Depends-on): Add unistd-safer.
15197         * modules/getusershell (Depends-on): Add stdio-safer.
15198         * modules/lstat (Depends-on): Remove xalloc.
15199         * modules/mkstemp (Depends-on): Add stat-macros.
15200         * modules/modechange (Depends-on): Remove xstrtol.
15201         Add stat-macros, xalloc.
15202         * modules/save-cwd (Depends-on): Add unistd-safer.
15203         * modules/stdio-safer (Makefile.am): Remove lib_SOURCES.
15204         * modules/unistd-safer (Files): Add lib/fd-safer.c
15205         (Makefile.am): Remove lib_SOURCES.
15206
15207         * MODULES.html.sh (Enhancements for POSIX:2001 functions):
15208         Remove fcntl-safer; unistd-safer supersedes it.
15209
15210 2005-05-01  Paul Eggert  <eggert@cs.ucla.edu>
15211
15212         * m4/euidaccess.m4 (gl_PREREQ_EUIDACCESS): Don't require
15213         AC_HEADER_STAT.
15214         * m4/lchown.m4 (gl_FUNC_CHOWN): Likewise.
15215         (gl_PREREQ_CHOWN): Remove.
15216         * m4/lstat.m4 (gl_FUNC_LSTAT): Require AC_FUNC_LSTAT instead of calling
15217         it.  Don't require AC_HEADER_STAT.
15218         (gl_PREREQ_LSTAT): Remove.
15219         * m4/mkstemp.m4 (gl_PREREQ_TEMPNAME): Check stdint.h only once.
15220         Don't require AC_HEADER_STAT.
15221         * m4/rmdir.m4 (gl_FUNC_RMDIR): Don't require AC_HEADER_STAT.
15222         (gl_PREREQ_RMDIR): Remove.
15223         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME): Don't
15224         mention stat-macros.h or AC_HEADER_STAT, since we'll make
15225         the stat-macros module a prerequisite.
15226         * m4/file-type.m4 (gl_FILE_TYPE): Likewise.
15227         * m4/filemode.m4 (gl_FILEMODE): Likewise.
15228         * m4/makepath.m4 (gl_MAKEPATH): Likewise.
15229         * m4/modechange.m4 (gl_MODECHANGE): Likewise.
15230         * m4/clock_time.m4 (gl_CLOCK_TIME): Use gl_ rather than fetish_ for
15231         variable names.
15232         * m4/rmdir-errno.m4 (gl_FUNC_RMDIR_NOTEMPTY): Renamed from
15233         fetish_FUNC_RMDIR_NOTEMPTY.  All uses changed.  Use gl_ for
15234         variable prefixes.
15235         * m4/fcntl-safer.m4: Remove.
15236         * m4/stdio-safer.m4 (gl_STDIO_SAFER): Use AC_LIBSOURCES and AC_LIBOBJ.
15237         * m4/unistd-safer.m4 (gl_UNISTD_SAFER): Likewise.
15238         Invoke gl_PREREQ_FD_SAFER.
15239         (gl_PREREQ_FD_SAFER): New macro.
15240         * m4/nanosleep.m4 (gl_PREREQ_NANOSLEEP): Check for siginterrupt.
15241         * m4/readutmp.m4 (gl_READUTMP): Require AC_C_INLINE.
15242         Use AC_CHECK_HEADERS_ONCE and AC_CHECK_FUNCS_ONCE when possible.
15243         Remove duplicate call to AC_LIBOBJ(readutmp).
15244         (gl_PREREQ_READUTMP): Remove.  All uses inlined.
15245
15246         * m4/mmap-anon.m4 (gl_FUNC_MMAP_ANON): Check for message, not for
15247         MAP_ANON.  Problem reported by Moriyoshi Koizumi to bug-cvs.
15248
15249 2005-05-01  Paul Eggert  <eggert@cs.ucla.edu>
15250
15251         * MODULES.html.sh (Misc): Add byteswap.
15252
15253 2005-05-01  Oskar Liljeblad  <oskar@osk.mine.nu>
15254
15255         * modules/getcwd (Depends-on): Add extensions.
15256         * modules/openat (Depends-on): Likewise.
15257
15258 2005-05-01  Oskar Liljeblad  <oskar@osk.mine.nu>
15259
15260         * modules/byteswap: New file.
15261
15262 2005-05-01  Oskar Liljeblad  <oskar@osk.mine.nu>
15263
15264         * m4/byteswap.m4: New file.
15265
15266 2005-05-01  Oskar Liljeblad  <oskar@osk.mine.nu>
15267
15268         * lib/byteswap_.h: New file.
15269
15270 2005-04-25  Karl Berry  <karl@gnu.org>
15271
15272         * m4/gettext.m4: Update from GNU gettext 0.14.4.
15273
15274 2005-04-25  Albert Chin  <china@thewrittenword.com>
15275
15276         * lib/regex.c: Include <stdio.h>, as a workaround to a Compaq Desktop
15277         Toolkit C bug.
15278
15279 2005-04-21  Oskar Liljeblad  <oskar@osk.mine.nu>
15280
15281         * gnulib-tool (Options): Add -s for --symlink/--symbolic.
15282         (func_ln_if_changed) Remove forcibly for no error message
15283         in case file does not exist.
15284
15285 2005-04-19  Simon Josefsson  <jas@extundo.com>
15286
15287         * gnulib-tool (Options): Make --symlink mean --symbolic.
15288
15289 2005-04-18  Oskar Liljeblad  <oskar@osk.mine.nu>
15290
15291         * doc/gnulib.texi (Initial import): Fix.  Mention --aux-dir.
15292
15293 2005-04-16  Simon Josefsson  <jas@extundo.com>
15294
15295         * modules/getpass-gnu (Makefile.am): Don't mention getpass.h.
15296
15297 2005-04-15  Simon Josefsson  <jas@extundo.com>
15298
15299         * m4/getpass.m4 (gl_FUNC_GETPASS): Use AC_LIBSOURCES.
15300
15301 2005-04-15  Simon Josefsson  <jas@extundo.com>
15302
15303         * gnulib-tool: Rename --symlink to --symbolic.
15304
15305 2005-04-15  Oskar Liljeblad  <oskar@osk.mine.nu>
15306
15307         * gnulib-tool: Add -s, --symlink option to gnulib-tool to make
15308         symbolic links to files instead of copying/moving.  Add --aux-dir,
15309         specifying directory relative --dir where auxiliary build tools
15310         are placed.
15311
15312 2005-04-14  Bruno Haible  <bruno@clisp.org>
15313
15314         * modules/allocsa (License): Change to LGPL.
15315         Requested by Yoann Vandoorselaere <yoann@prelude-ids.org>.
15316
15317 2005-04-13  Paul Eggert  <eggert@cs.ucla.edu>
15318
15319         * lib/getdate.y (zone): Allow relunit_snumber after tZONE, so
15320         that "UTC +1 second" continues to work.  Problem reported
15321         by Dmitry V. Levin.
15322         (relunit_snumber): New rule.
15323         (relunit): Use it.
15324
15325 2005-04-12  Paul Eggert  <eggert@cs.ucla.edu>
15326
15327         * lib/getdate.y (universal_time_zone_table): New constant.
15328         (time_zone_table): Remove GMT, UT, UTC entries; they're now in
15329         universal_time_zone_table.
15330         (lookup_zone): Prefer universal_time_zone_table to
15331         local_time_zone_table, so that "GMT" time stamps are allowed in
15332         London during the summer.  Problem reported by Ian Abbott.
15333
15334 2005-04-12  Jim Meyering  <jim@meyering.net>
15335
15336         * lib/human.c (humblock): Set *options even when returning due to
15337         xstrtoumax conversion failure.  Thanks to a used-uninitialized
15338         warning from gcc-4.
15339
15340 2005-04-09  Jim Meyering  <jim@meyering.net>
15341
15342         * lib/posixtm.c (posixtime) [lint]: Avoid spurious warning from gcc-4's
15343         -Wuninitialized: initialize tm0.tm_year.
15344
15345 2005-04-04  Paul Eggert  <eggert@cs.ucla.edu>
15346
15347         * lib/getdate.y (parser_control): rels_seen is now a boolean, not a
15348         count, since there's no maximum.  All uses changed.
15349         Add member dsts_seen.
15350         (local_zone): Accumulate dsts_seen rather than relying on tm_isdst
15351         not being INT_MAX.
15352         (get_date): Initialize dsts_seen, and check that it doesn't go over 1.
15353         Use pc_rels_seen to decide whther a date is absolute.
15354
15355         * lib/getdate.y (number): Don't overwrite year.
15356         (get_date): Initialize pc.year.digits to 0, not 4, to enable above
15357         check.
15358
15359 2005-04-02  Simon Josefsson  <jas@extundo.com>
15360
15361         * lib/getaddrinfo.h: Fix OpenBSD compilation failure, inspired by tiny
15362         patch from Yoann Vandoorselaere <yoann@prelude-ids.org>.
15363
15364 2005-03-28  Eric Blake  <ebb9@byu.net>  (tiny change)
15365
15366         * m4/getcwd-path-max.m4: Return success on systems such as Cygwin
15367         where no absolute path name can be longer than PATH_MAX.
15368
15369 2005-03-27  Jim Meyering  <jim@meyering.net>
15370
15371         * lib/argmatch.c: Clarify comment: null-terminated -> NULL-terminated.
15372
15373 2005-03-26  Paul Eggert  <eggert@cs.ucla.edu>
15374
15375         * lib/intprops.h (INT_STRLEN_BOUND, INT_BUFSIZE_BOUND):
15376         "one's complement" -> "ones' complement" in comment, as per Knuth.
15377         "value of type" -> "type or expression" in comment.
15378         * lib/mktime.c, strftime.c: Propagate intprops.h comment nits.
15379
15380 2005-03-26  Jim Meyering  <jim@meyering.net>
15381
15382         Comment nits.
15383         * lib/intprops.h: Add the apostrophe in `(one|two)'s complement'.
15384         Correct typos: s/or/of/.
15385
15386 2005-03-26  Jim Meyering  <jim@meyering.net>
15387
15388         * modules/check-include-files: Move to ../ and rename to...
15389         * check-module: ...this.
15390
15391 2005-03-25  Jim Meyering  <jim@meyering.net>
15392
15393         * modules/xvasprintf (Files): Add xalloc.h.
15394
15395 2005-03-23  Paul Eggert  <eggert@cs.ucla.edu>
15396
15397         * modules/gettext (Files): config/config.rpath ->
15398         build-aux/config.rpath
15399         * modules/iconv (Files): Likewise.
15400         Problem reported by Oskar Liljeblad.
15401
15402 2005-03-23  Jim Meyering  <jim@meyering.net>
15403
15404         * modules/check-include-files: New script to check for
15405         missing dependencies, multiple includes, etc.
15406
15407         * modules/c-strtold (Depends-on): Add xalloc.
15408         * modules/c-strtod (Depends-on): Add xalloc.
15409         * modules/hash (Depends-on): Add xalloc.
15410         (Files): Remove lib/xalloc.h.
15411
15412         * modules/gethrxtime (Files): Add lib/gethrxtime.h.
15413         * modules/userspec (Files): Add lib/inttostr.h.
15414
15415 2005-03-23  Jim Meyering  <jim@meyering.net>
15416
15417         * lib/canonicalize.c: Remove duplicate `#include "stat-macros.h"'.
15418
15419 2005-03-22  Jim Meyering  <jim@meyering.net>
15420
15421         * modules/stat-macros: New module.
15422         * modules/canonicalize, modules/euidaccess, modules/file-type,
15423         * modules/filemode, modules/lchown, modules/makepath,
15424         * modules/rmdir, modules/stat: Depend on new stat-macros module
15425         rather than listing lib/stat-macros.h manually.
15426         Don't add stat-macros.h to lib_SOURCES or list it in Files: section.
15427
15428 2005-03-22  Jim Meyering  <jim@meyering.net>
15429
15430         * m4/stat-macros.m4 (gl_STAT_MACROS): New file/macro.
15431
15432 2005-03-22  Bruno Haible  <bruno@clisp.org>
15433
15434         * config/srclist.txt: Replace target directory 'config' with
15435         'build-aux'.
15436         * config/config.guess, config.sub, config.rpath, depcomp, install-sh:
15437         * config/mdate-sh, missing, mkinstalldirs, texinfo.tex: Move to
15438         ../build-aux/.
15439
15440 2005-03-21  Paul Eggert  <eggert@cs.ucla.edu>
15441
15442         * modules/chdir-long (Depends-on): Add mempcpy.
15443
15444         * modules/acl, modules/backupfile, modules/c-strtod,
15445         modules/c-strtold, modules/canon-host, modules/canonicalize,
15446         modules/cloexec, modules/closeout, modules/dirfd, modules/dirname,
15447         modules/exclude, modules/exitfail, modules/file-type,
15448         modules/filemode, modules/fpending, modules/fsusage, modules/getcwd,
15449         modules/getdate, modules/getline, modules/getpagesize,
15450         modules/getpass, modules/getugroups, modules/group-member,
15451         modules/hard-locale, modules/hash, modules/human, modules/idcache,
15452         modules/inttostr, modules/long-options, modules/makepath,
15453         modules/md5, modules/memcasecmp, modules/memcoll,
15454         modules/modechange, modules/mountlist, modules/path-concat,
15455         modules/pathmax, modules/physmem, modules/posixtm, modules/posixver,
15456         modules/quote, modules/quotearg, modules/readtokens, modules/readutmp,
15457         modules/safe-read, modules/safe-write, modules/same, modules/savedir,
15458         modules/settime, modules/sha1, modules/sig2str, modules/strdup,
15459         modules/strftime, modules/strndup, modules/strverscmp,
15460         modules/timespec, modules/unlocked-io, modules/userspec,
15461         modules/utimecmp, modules/utimens, modules/xalloc, modules/xstrtol,
15462         modules/yesno:
15463         Remove lib_SOURCES line from Makefile.am section, as this is now
15464         done automatically by the corresponding Autoconf macro.
15465
15466 2005-03-21  Jim Meyering  <jim@meyering.net>
15467
15468         Changes imported from coreutils.
15469
15470         * lib/cycle-check.c: Don't include xalloc.h.
15471
15472         * lib/path-concat.c: Don't include assert.h.
15473         (path_concat): Remove assertion that would have triggered
15474         for ABASE starting with more than one slash.
15475         Reported by Andreas Schwab.
15476
15477         * lib/path-concat.c (path_concat): Set *BASE_IN_RESULT
15478         properly when ABASE is an absolute file name.
15479         Correct the description of this function.
15480         Include <assert.h>.
15481         Add an assertion and a test driver.
15482         This fixes a bug introduced on 2004-07-02.
15483         Andreas Schwab reported the resulting failure of cp --parents:
15484         http://lists.gnu.org/archive/html/bug-coreutils/2005-01/msg00130.html
15485
15486 2005-03-21  Jim Meyering  <jim@meyering.net>
15487
15488         * m4/chdir-long.m4 (gl_PREREQ_CHDIR_LONG): Invoke gl_FUNC_MEMRCHR.
15489         * m4/memrchr.m4 (gl_FUNC_MEMRCHR): Check for memrchr decl.
15490
15491 2005-03-21  Jim Meyering  <jim@meyering.net>
15492         and  Paul Eggert  <eggert@cs.ucla.edu>
15493
15494         * m4/acl.m4, m4/backupfile.m4, m4/c-strtod.m4, m4/canon-host.m4,
15495         m4/canonicalize.m4, m4/cloexec.m4, m4/closeout.m4, m4/dirfd.m4,
15496         m4/dirname.m4, m4/exclude.m4, m4/exitfail.m4, m4/file-type.m4,
15497         m4/filemode.m4, m4/fpending.m4, m4/fsusage.m4, m4/getcwd.m4,
15498         m4/getdate.m4, m4/getline.m4, m4/getpagesize.m4, m4/getpass.m4,
15499         m4/getugroups.m4, m4/group-member.m4, m4/hard-locale.m4, m4/hash.m4,
15500         m4/human.m4, m4/idcache.m4, m4/inttostr.m4, m4/long-options.m4,
15501         m4/makepath.m4, m4/md5.m4, m4/memcasecmp.m4, m4/memcoll.m4,
15502         m4/modechange.m4, m4/mountlist.m4, m4/nanosleep.m4, m4/path-concat.m4,
15503         m4/pathmax.m4, m4/physmem.m4, m4/posixtm.m4, m4/posixver.m4,
15504         m4/quote.m4, m4/quotearg.m4, m4/readtokens.m4, m4/readutmp.m4,
15505         m4/safe-read.m4, m4/safe-write.m4, m4/same.m4, m4/savedir.m4,
15506         m4/settime.m4, m4/sha1.m4, m4/sig2str.m4, m4/strdup.m4, m4/strftime.m4,
15507         m4/strndup.m4, m4/strverscmp.m4, m4/timespec.m4, m4/unlocked-io.m4,
15508         m4/userspec.m4, m4/utimecmp.m4, m4/utimens.m4, m4/xalloc.m4,
15509         m4/xnanosleep.m4, m4/xstrtol.m4, m4/yesno.m4:
15510         Use AC_LIBSOURCES and AC_LIBOBJ to indicate source and object files
15511         for these modules.
15512
15513 2005-03-18  Paul Eggert  <eggert@cs.ucla.edu>
15514
15515         * lib/strftime.c (my_strftime): If the underlying strftime returns 0
15516         (which shouldn't happen), generate nothing instead of returning 0
15517         immediately, so that nstrftime (NULL, ...) doesn't return 0.
15518
15519 2005-03-16  Bruno Haible  <bruno@clisp.org>
15520
15521         * modules/stdint (Makefile.am): Use HAVE_LONG_LONG_64BIT instead of
15522         HAVE_LONGLONG_64BIT.
15523
15524 2005-03-16  Bruno Haible  <bruno@clisp.org>
15525
15526         * m4/stdint.m4 (gl_STDINT_H): Define HAVE_LONG_LONG_64BIT instead of
15527         HAVE_LONGLONG_64BIT.
15528
15529 2005-03-16  Bruno Haible  <bruno@clisp.org>
15530
15531         * lib/stdint_.h: Use HAVE_LONG_LONG_64BIT instead of
15532         HAVE_LONGLONG_64BIT.
15533
15534 2005-03-15  Paul Eggert  <eggert@cs.ucla.edu>
15535
15536         * lib/strftime.c (my_strftime): Prepend space to format so that we can
15537         reliably distinguish strftime failure from empty output on POSIX
15538         hosts.
15539
15540 2005-03-15  Paul Eggert  <eggert@cs.ucla.edu>
15541
15542         * lib/iconvme.c (SIZE_MAX): New macro, if not already defined.
15543         (iconv_string): Don't guess a size-zero buffer, as that might cause
15544         buffer overrun.  Instead, avoid multiplying by MB_LEN_MAX if the
15545         result would be 'too large', where 'too large' is (heuristically)
15546         the square root of SIZE_MAX, divided by MB_LEN_MAX to allay
15547         overflow concerns.  This will prevent some unwanted malloc failures
15548         when the inputs are very large.
15549
15550 2005-03-15  Karl Berry  <karl@gnu.org>
15551
15552         * config/srclist.txt (config.rpath): from gettext.
15553         * config/config.rpath: update.
15554
15555 2005-03-15  Bruno Haible  <bruno@clisp.org>
15556
15557         * lib/regex.c (byte_re_match_2_internal): Rename local variable 'not'
15558         to 'negate'.
15559
15560         * lib/regex.c (byte_re_match_2_internal): Reduce scope of same_str_p
15561         variable.
15562
15563         * lib/regex.c (EXTEND_BUFFER, regcomp): Cast the realloc/malloc
15564         results.
15565
15566 2005-03-14  Simon Josefsson  <jas@extundo.com>
15567
15568         * lib/timegm.h: Use proper prototype CPP guards, reported by Dave Love
15569         <fx@gnu.org>.
15570
15571 2005-03-14  Paul Eggert  <eggert@cs.ucla.edu>
15572
15573         * lib/mktime.c (TYPE_TWOS_COMPLEMENT, TYPE_ONES_COMPLEMENT,
15574         TYPE_SIGNED_MAGNITUDE, TYPE_MINIMUM, TYPE_MAXIMUM): Sync from
15575         intprops.h.
15576         * lib/strtol.c: Likewise.
15577
15578 2005-03-14  Jim Meyering  <jim@meyering.net>
15579
15580         * lib/strftime.c (my_strftime) [HAVE_STRFTIME && ! (_NL_CURRENT
15581         && HAVE_STRUCT_ERA_ENTRY)]: Initialize the first byte of ubuf[]
15582         to be nonzero so that we (and caller) can detect the difference
15583         between a valid zero-length expansion and an error return, even
15584         when the underlying strftime fails before writing anything into
15585         that location.
15586
15587 2005-03-14  Bruno Haible  <bruno@clisp.org>
15588
15589         * m4/lib-link.m4, gettext.m4, nls.m4, po.m4:
15590         Update from GNU gettext 0.14.3.
15591
15592 2005-03-10  Jim Meyering  <jim@meyering.net>
15593
15594         * m4/save-cwd.m4 (gl_SAVE_CWD): Check for fchdir.
15595
15596 2005-03-10  Jim Meyering  <jim@meyering.net>
15597
15598         * lib/save-cwd.c [!HAVE_FCHDIR]: Define open, fchdir, and chdir_long
15599         so that this module works on systems without fchdir.
15600
15601 2005-03-09  Paul Eggert  <eggert@cs.ucla.edu>
15602
15603         Factor int-properties macros into a single file, except for
15604         glibc-related files.
15605         * lib/intprops.h: New file.
15606         * lib/getloadavg.c: Include it instead of limits.h.
15607         (INT_STRLEN_BOUND): Remove.
15608         * lib/human.c: Include intprops.h.
15609         (group_number): Use INT_STRLEN_BOUND instead of rolling it ourself.
15610         * lib/human.h (LONGEST_HUMAN_READABLE): Use 146/485 rather than
15611         302/1000.
15612         * lib/inttostr.h: Include intprops.h instead of limits.h.
15613         (INT_STRLEN_BOUND, INT_BUFSIZE_BOUND): Remove.
15614         * lib/mktime.c (TYPE_IS_INTEGER, TYPE_TWOS_COMPLEMENT): New macros,
15615         for consistency with intprops.h.
15616         (time_t_is_integer, twos_complement_arithmetic): Use them.
15617         * lib/sig2str.h: Include <signal.h>, intprops.h.
15618         (INT_STRLEN_BOUND): Remove.
15619         * lib/strftime.c (TYPE_SIGNED): Remove.
15620         (INT_STRLEN_BOUND): Switch to same implementation as intprops.h.
15621         * lib/strtol.c: Adjust comments to match intprops.h.
15622         * lib/userspec.c: Include intprops.h.
15623         (TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM): Remove.
15624         * lib/utimecmp.c, xnanosleep.c, xstrtol.c: Likewise.
15625         * lib/utimecmp.c (utimecmp): Use TYPE_IS_INTEGER, TYPE_TWOS_COMPLEMENT
15626         instead of rolling our own expressions.
15627         * lib/xstrtol.c: Include xstrtol.h first, to test interface.
15628
15629         * lib/strftime.c: Include <stdbool.h>.  Use bool where appropriate,
15630         instead of int.
15631         (my_strftime): Do not mishandle years close to INT_MAX, by doing
15632         the right thing even if adding 1900 would overflow.  Similarly
15633         for tm_mon + 1 and tm_yday + 1.
15634         Make %Y always equivalent to %C%y, and similarly for %G and %g.
15635         (DO_NUMBER, DO_NUMBER_SPACEPAD): Set digits to d, not a conditional.
15636         (DO_SIGNED_NUMBER): New macro.
15637         (my_strftime) [HAVE_TZNAME]: Don't dump core if tp->tm_dst > 1.
15638
15639 2005-03-07  Bruno Haible  <bruno@clisp.org>
15640
15641         * m4/mmap-anon.m4 (MAP_FILE, MAP_FAILED): Remove definitions.
15642
15643 2005-03-07  Bruno Haible  <bruno@clisp.org>
15644
15645         * lib/pagealign_alloc.c (MAP_FILE, MAP_FAILED): Define fallbacks.
15646
15647 2005-03-04  Derek R. Price  <derek@ximbiot.com>
15648
15649         * gnulib-tool (func_cp_if_changed, func_mv_if_changed): New functions.
15650         (func_import): Only replace files via --import when they have actually
15651         changed.
15652
15653 2005-03-03  Derek R. Price  <derek@ximbiot.com>
15654
15655         * m4/mmap-anon.m4: New file.
15656         * m4/pagealign_alloc.m4: New file.
15657
15658 2005-03-03  Derek R. Price  <derek@ximbiot.com>
15659             Bruno Haible  <bruno@clisp.org>
15660
15661         * modules/pagealign_alloc: New file.
15662         * MODULES.html.sh (Memory management functions): Add pagealign_alloc.
15663
15664 2005-03-03  Derek R. Price  <derek@ximbiot.com>
15665             Bruno Haible  <bruno@clisp.org>
15666
15667         * lib/pagealign_alloc.h: New file.
15668         * lib/pagealign_alloc.c: New file.
15669
15670 2005-03-03  Bruno Haible  <bruno@clisp.org>
15671
15672         * m4/inttypes.m4, isc-posix.m4, once-only.m4:
15673         Use an all-permissive copyright notice, recommended by RMS.
15674
15675 2005-03-02  Bruno Haible  <bruno@clisp.org>
15676
15677         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Undo the replacement here. Because
15678         of AIX, the replacement has to be done only after <string.h> is
15679         included, therefore not in config.h. stpncpy.h does the replacement,
15680         and stpncpy.c uses it.
15681
15682 2005-03-02  Bruno Haible  <bruno@clisp.org>
15683
15684         * lib/stpncpy.h (stpncpy): Define as a macro without arguments, so that
15685         stpncpy.c uses it.
15686
15687 2005-03-01  Paul Eggert  <eggert@cs.ucla.edu>
15688
15689         Remove workaround for bug in Linux kernel 2.6.8 or thereabouts.
15690         The workaround isn't strictly needed for POSIX conformance, and
15691         it's too much of a pain to configure and maintain.  We'll ask
15692         people to fix their kernels instead.
15693         * lib/xnanosleep.c: Don't include gethrxtime.h or xtime.h.
15694         (NANOSLEEP_BUG_WORKAROUND): Remove.
15695         (xnanosleep): Remove the workaround.
15696
15697 2005-03-01  Paul Eggert  <eggert@cs.ucla.edu>
15698
15699         * modules/gettime (Makefile.am): Remove lib_SOURCES line.
15700         Reported by Derek Price.
15701         (Include): Add "timespec.h".
15702
15703         * modules/xnanosleep (Depends-on): Remove gethrxtime.
15704
15705 2005-03-01  Paul Eggert  <eggert@cs.ucla.edu>
15706
15707         * m4/xnanosleep.m4 (gl_XNANOSLEEP): Remove configuration attempting
15708         to detect nanosleep bug.
15709
15710 2005-03-01  Bruno Haible  <bruno@clisp.org>
15711
15712         * lib/vasnprintf.c (EOVERFLOW): Define to a fallback if needed.
15713
15714 2005-02-26  Paul Eggert  <eggert@cs.ucla.edu>
15715
15716         * modules/gethrxtime: New file.
15717         * modules/xnanosleep (Files): Add m4/xnanosleep.m4.
15718         (Depends-on): Add gethrxtime.
15719         (configure.ac): Add gl_XNANOSLEEP.
15720         (Makefile.am): Remove lib_SOURCES line.
15721
15722 2005-02-25  Paul Eggert  <eggert@cs.ucla.edu>
15723
15724         * m4/gethrxtime.m4, m4/xnanosleep.m4: New files.
15725         * m4/gettime.m4 (gl_GETTIME): Check for nanotime.
15726
15727 2005-02-25  Paul Eggert  <eggert@cs.ucla.edu>
15728
15729         * lib/gethrxtime.h, lib/gethrxtime.c, lib/xtime.h: New files.
15730         * lib/timespec.h (gettime): Return void, since it always
15731         succeeds now.  All uses changed.
15732         * lib/gettime.c (gettime) Likewise.
15733         [HAVE_NANOTIME]: Prefer nanotime.
15734         Assume gettimeofday succeeds, as POSIX requires.
15735         Assime time () succeeds, since other code already does.
15736         * lib/xnanosleep.c: Include xtime.h and gethrxtime.h, not xalloc.h.
15737         (timespec_subtract): Remove.
15738         (NANOSLEEP_BUG_WORKAROUND): New constant.
15739         (xnanosleep): Use gethrxtime rather than gettime; this simplifies
15740         things considerably.  Use it only on GNU/Linux hosts, since the
15741         workaround shouldn't be needed elsewhere.
15742
15743 2005-02-24  Bruno Haible  <bruno@clisp.org>
15744
15745         * modules/gettext (Files): Add m4/glibc2.m4.
15746
15747 2005-02-24  Bruno Haible  <bruno@clisp.org>
15748
15749         * m4/gettext.m4, intdiv0.m4, intmax.m4, inttypes-pri.m4, lcmessage.m4:
15750         * m4/lib-link.m4, lib-prefix.m4, nls.m4, po.m4, printf-posix.m4:
15751         * m4/progtest.m4:
15752         Update from GNU gettext 0.14.2.
15753         * m4/glibc2.m4: New file, from GNU gettext 0.14.2.
15754
15755 2005-02-24  Bruno Haible  <bruno@clisp.org>
15756
15757         * lib/localcharset.c: Update from GNU gettext 0.14.2.
15758         * lib/config.charset: Update from GNU gettext 0.14.2.
15759
15760 2005-02-24  Bruno Haible  <bruno@clisp.org>
15761
15762         * lib/gettext.h: Update from GNU gettext 0.14.2.
15763
15764 2005-02-23  Simon Josefsson  <jas@extundo.com>
15765
15766         * m4/iconvme.m4: New file.
15767
15768 2005-02-23  Jim Meyering  <jim@meyering.net>
15769
15770         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Revert yesteday's
15771         change.
15772         Thanks to Bruno Haible for catching it.
15773
15774 2005-02-22  Simon Josefsson  <jas@extundo.com>
15775
15776         * modules/iconvme: New file.
15777
15778         * MODULES.html.sh: Add iconvme.
15779
15780 2005-02-22  Simon Josefsson  <jas@extundo.com>
15781
15782         * lib/iconvme.h, lib/iconvme.c: New files, from libc.
15783
15784 2005-02-22  Simon Josefsson  <jas@extundo.com>
15785
15786         * config/srclist.txt: Sync iconvme.h, iconvme.c from libc.
15787
15788 2005-02-22  Jim Meyering  <jim@meyering.net>
15789
15790         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Fix typo:
15791         s/ifndef/ifdef/.
15792
15793 2005-02-20  Neil Conway  <neilc@samurai.com>
15794
15795         * lib/xgethostname.c (xgethostname): Check for ENOMEM, which is
15796         returned by OSX/Darwin if the specified buffer is not large
15797         enough for the hostname.
15798
15799 2005-02-03  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
15800
15801         * lib/argp-help.c (__argp_help): Create a fake struct argp_state and
15802         pass it to _help, otherwise the latter coredumps trying to
15803         dereference state.root_argp.
15804
15805 2005-02-03  Paul Eggert  <eggert@cs.ucla.edu>
15806
15807         * modules/chdir-long (Depends-on): Add memrchr.
15808         * modules/memrchr (Files): Add lib/memrchr.h.
15809         (Include): "memrchr.h".
15810
15811 2005-02-03  Paul Eggert  <eggert@cs.ucla.edu>
15812
15813         * m4/memrchr.m4 (gl_FUNC_MEMRCHR): Add AC_LIBSOURCES, for memrchr.h.
15814
15815 2005-02-03  Paul Eggert  <eggert@cs.ucla.edu>
15816
15817         * lib/memrchr.h: New file.
15818         * lib/chdir-long.c: Include it.
15819         * lib/memrchr.c [!defined _LIBC]: Include it rather than <string.h>
15820         Don't bother including stddef.h.
15821
15822 2005-02-01  Paul Eggert  <eggert@cs.ucla.edu>
15823
15824         * lib/mountlist.h (MOUNTLIST_H_): New macro, to protect against double
15825         inclusion.
15826         Include <sys/types.h>, for dev_t.
15827         (ME_DUMMY, ME_REMOTE): Move from here....
15828         * lib/mountlist.c (ME_DUMMY, ME_REMOTE): To here.
15829         (ME_DUMMY): Count "subfs" as a dummy.  Problem reported by
15830         Dmitry V. Levin.
15831         Include mountlist.h first, to test the interface.
15832
15833 2005-01-29  Bruno Haible  <bruno@clisp.org>
15834
15835         * lib/progname.c (program_name): Initialize.
15836         Needed when linking statically on MacOS X.
15837
15838 2005-01-28  Paul Eggert  <eggert@cs.ucla.edu>
15839
15840         Sync from coreutils.
15841         * modules/getloadavg (Files): Remove m4/getloadavg.m4.
15842         (Depends-on): Add c-strtod.
15843         (configure.ac): Replace gl_FUNC_GETLOADAVG with AC_FUNC_GETLOADAVG.
15844
15845 2005-01-28  Paul Eggert  <eggert@cs.ucla.edu>
15846
15847         Sync from coreutils.
15848         * m4/getloadavg.m4, glibc.m4, search-libs.m4: Remove.
15849
15850         Remove files that are specific to coreutils.
15851         * m4/check-decl.m4, jm-macros.m4, lib-check.m4, prereq.m4: Remove.
15852
15853 2005-01-28  Bruno Haible  <bruno@clisp.org>
15854
15855         * modules/javacomp: New file.
15856         * MODULES.html.sh (Java): Add javacomp.
15857
15858 2005-01-28  Bruno Haible  <bruno@clisp.org>
15859
15860         * m4/javacomp.m4: New file, from GNU gettext.
15861
15862 2005-01-28  Bruno Haible  <bruno@clisp.org>
15863
15864         * lib/javacomp.sh.in: New file, from GNU gettext.
15865         * lib/javacomp.h: New file, from GNU gettext.
15866         * lib/javacomp.c: New file, from GNU gettext.
15867
15868 2005-01-26  Simon Josefsson  <jas@extundo.com>
15869
15870         * lib/gai_strerror.c: Use GPL in header.
15871
15872 2005-01-26  Bruno Haible  <bruno@clisp.org>
15873
15874         * modules/javaexec: New file.
15875         * MODULES.html.sh (Java): Add javaexec.
15876
15877 2005-01-26  Bruno Haible  <bruno@clisp.org>
15878
15879         * m4/javaexec.m4: New file, from GNU gettext.
15880
15881 2005-01-26  Bruno Haible  <bruno@clisp.org>
15882
15883         * lib/javaexec.sh.in: New file, from GNU gettext.
15884         * lib/javaexec.h: New file, from GNU gettext.
15885         * lib/javaexec.c: New file, from GNU gettext.
15886
15887 2005-01-24  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
15888
15889         * modules/lchown (Depends-on): Remove lchown.h
15890
15891 2005-01-24  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
15892
15893         * m4/sysexits.m4 (gl_SYSEXITS): Reverted logic. SYSEXITS_H
15894         must be defined if the header file was not found, in order
15895         to provide a replacement. Reported by Todd Vierling <tv@duh.org>
15896
15897 2005-01-24  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
15898
15899         * lib/argp-help.c (hol_entry_help): Avoid using non-constant
15900         initializers for struct pentry_state.
15901         (__argp_error): Check return value of __asprintf
15902         (__argp_failure): Translate error message
15903
15904         * lib/argp-parse.c: Removed braces around the expansion of N_()
15905
15906 2005-01-23  Paul Eggert  <eggert@cs.ucla.edu>
15907
15908         * m4/acl.m4, afs.m4, alloca.m4, argp.m4, assert.m4, atexit.m4,
15909         backupfile.m4, base64.m4, bison.m4, c-bs-a.m4, c-stack.m4,
15910         c-strtod.m4, calloc.m4, canon-host.m4, canonicalize.m4,
15911         clock_time.m4, cloexec.m4, closeout.m4, d-ino.m4, d-type.m4,
15912         dirfd.m4, dirname.m4, dos.m4, dup2.m4, error.m4, euidaccess.m4,
15913         exclude.m4, exitfail.m4, extensions.m4, fcntl-safer.m4,
15914         file-type.m4, fileblocks.m4, filemode.m4, fnmatch.m4, fpending.m4,
15915         free.m4, fstypename.m4, fsusage.m4, ftruncate.m4, getaddrinfo.m4,
15916         getcwd-path-max.m4, getcwd.m4, getdate.m4, getdomainname.m4,
15917         getgroups.m4, gethostname.m4, getline.m4, getndelim2.m4,
15918         getnline.m4, getopt.m4, getpagesize.m4, getpass.m4, getsubopt.m4,
15919         gettime.m4, gettimeofday.m4, getugroups.m4, getusershell.m4,
15920         group-member.m4, hard-locale.m4, hash.m4, host-os.m4, human.m4,
15921         idcache.m4, inttostr.m4, isdir.m4, jm-winsz1.m4, jm-winsz2.m4,
15922         link-follow.m4, long-options.m4, ls-mntd-fs.m4, lstat.m4,
15923         makepath.m4, mathl.m4, md5.m4, memcasecmp.m4, memchr.m4,
15924         memcmp.m4, memcoll.m4, memcpy.m4, memmem.m4, memmove.m4,
15925         memrchr.m4, memset.m4, mkdir-slash.m4, mkstemp.m4, mktime.m4,
15926         modechange.m4, mountlist.m4, nanosleep.m4, obstack.m4,
15927         path-concat.m4, pathmax.m4, perl.m4, physmem.m4, poll.m4,
15928         posixtm.m4, posixver.m4, putenv.m4, quote.m4, quotearg.m4,
15929         readdir.m4, readtokens.m4, readutmp.m4, regex.m4, rename.m4,
15930         restrict.m4, rmdir-errno.m4, rmdir.m4, rpmatch.m4, same.m4,
15931         savedir.m4, settime.m4, sha1.m4, sig2str.m4, snprintf.m4,
15932         sockpfaf.m4, st_dm_mode.m4, st_mtim.m4, stat.m4, stdint.m4,
15933         stdio-safer.m4, strchrnul.m4, strdup.m4, strerror.m4,
15934         strerror_r.m4, strftime.m4, strndup.m4, strnlen.m4, strsep.m4,
15935         strtod.m4, strtoimax.m4, strtok_r.m4, strtol.m4, strtoll.m4,
15936         strtoul.m4, strtoull.m4, strtoumax.m4, strverscmp.m4, sysexits.m4,
15937         time_r.m4, timegm.m4, timespec.m4, tm_gmtoff.m4, tzset.m4,
15938         uint32_t.m4, uintptr_t.m4, unistd-safer.m4, unlink-busy.m4,
15939         unlocked-io.m4, uptime.m4, userspec.m4, utimbuf.m4, utime.m4,
15940         utimecmp.m4, utimens.m4, utimes-null.m4, vsnprintf.m4, xalloc.m4,
15941         xgetcwd.m4, xreadlink.m4, xstrndup.m4, xstrtod.m4, xstrtoimax.m4,
15942         xstrtol.m4, xstrtoumax.m4, yesno.m4:
15943         Use an all-permissive copyright notice, recommended by RMS.
15944
15945 2005-01-21  Paul Eggert  <eggert@cs.ucla.edu>
15946
15947         * modules/chdir-long (Depends-on): Remove mempcpy.
15948
15949 2005-01-21  Jim Meyering  <jim@meyering.net>
15950
15951         * lib/openat.h (AT_SYMLINK_NOFOLLOW): Define to 4096, so it's the
15952         same value as for Solaris 9.
15953
15954         * lib/chdir-long.c (chdir_long): Rewrite to remove limitation on
15955         component length.  This included changing the parameter to be
15956         of type `char *' rather than `char const *'.
15957         * lib/chdir-long.h (chdir_long): Update prototype.
15958
15959         * lib/openat.c (fdopendir, fstatat): New functions.
15960         * lib/openat.h: Include headers required for use of DIR and struct
15961         stat.
15962         [AT_SYMLINK_NOFOLLOW]: Define.
15963         (fdopendir, fstatat): Add prototypes.
15964
15965 2005-01-21  Bruno Haible  <bruno@clisp.org>
15966
15967         * modules/classpath: New file.
15968         * MODULES.html.sh (Java): Add classpath.
15969
15970 2005-01-21  Bruno Haible  <bruno@clisp.org>
15971
15972         * lib/classpath.h: New file, from GNU gettext.
15973         * lib/classpath.c: New file, from GNU gettext.
15974
15975 2005-01-20  Simon Josefsson  <jas@extundo.com>
15976
15977         * modules/version-etc-fsf: New file.
15978
15979 2005-01-20  Simon Josefsson  <jas@extundo.com>
15980
15981         * lib/version-etc-fsf.c: New file, with version_etc_copyright.
15982         * lib/version-etc.c: Remove version_etc_copyright.
15983         * lib/version-etc.h (version_etc_copyright): Use [] instead of * in
15984         prototype, suggested by Paul Eggert <eggert@CS.UCLA.EDU>.
15985
15986 2005-01-20  Simon Josefsson  <jas@extundo.com>
15987
15988         * lib/base64.h (isbase64): Add.
15989
15990         * lib/base64.c (isb64): Rename to isbase64, use to_uchar instead of
15991         using a unsigned prototype, don't inline.
15992         (base64_decode): Use it.
15993
15994 2005-01-20  Paul Eggert  <eggert@cs.ucla.edu>
15995
15996         * m4/save-cwd.m4 (gl_SAVE_CWD): Remove check for fcntl; we now assume
15997         it.
15998
15999 2005-01-20  Paul Eggert  <eggert@cs.ucla.edu>
16000
16001         * lib/save-cwd.c (save_cwd): Remove code to support the case
16002         where fchdir is missing or flaky.
16003
16004 2005-01-20  Paul Eggert  <eggert@cs.ucla.edu>
16005
16006         * MODULES.html.sh (Command-line arguments): Add version-etc-fsf.
16007
16008 2005-01-19  Paul Eggert  <eggert@cs.ucla.edu>
16009
16010         * modules/mempcpy (Makefile.am): Remove mention of mempcpy.h;
16011         AC_LIBSOURCES now does this.
16012         * MODULES.html.sh (Sizes of integer types <limits.h>): New element,
16013         with new ullong_max module.
16014
16015 2005-01-19  Bruno Haible  <bruno@clisp.org>
16016
16017         * modules/sh-quote: New file.
16018         * MODULES.html.sh (Executing programs): Add sh-quote.
16019
16020 2005-01-19  Bruno Haible  <bruno@clisp.org>
16021
16022         * lib/sh-quote.h: New file, from GNU gettext.
16023         * lib/sh-quote.c: New file, from GNU gettext.
16024
16025 2005-01-18  Paul Eggert  <eggert@cs.ucla.edu>
16026
16027         Merge from coreutils.
16028         * m4/ullong_max.m4: New file.
16029         * m4/jm-macros.m4 (gl_MACROS): Require gl_ULLONG_MAX.
16030         (gl_MACROS): Assume localeconv exists.
16031
16032 2005-01-18  Paul Eggert  <eggert@cs.ucla.edu>
16033
16034         Merge changes from coreutils, as described below in several
16035         changelogs dated today.
16036
16037         * lib/save-cwd.c: Include "save-cwd.h" before other include files.
16038         (O_DIRECTORY): Remove; not needed here, since "." must be
16039         a directory.  All uses removed.
16040         (save_cwd): Use __sgi || __sun, not sun || __sun.  __sun is
16041         universal on Suns, and we also need to test for IRIX.
16042         Revamp code to use 'if' rather than '#if'.
16043         Avoid unnecessary comparison of cwd->desc to 0.
16044
16045         * lib/utimens.c (futimens): Robustify the previous patch, by checking
16046         for known valid error numbers rather than observed invalid ones.
16047
16048 2005-01-18  Paul Eggert  <eggert@cs.ucla.edu>
16049
16050         * modules/ullong_max: New file.
16051
16052         * modules/chdir-long, modules/openat: New files.
16053         * modules/save-cwd (Depends-on): Depend on chdir-long.
16054         (Makefile.am): Remove lib_SOURCES; now handled by AC_LIBSOURCES.
16055
16056 2005-01-18  Jim Meyering  <jim@meyering.net>
16057
16058         Merge from coreutils.
16059         * m4/chdir-long.m4, m4/openat.m4: New files.
16060         * m4/save-cwd.m4 (gl_SAVE_CWD): Add AC_LIBSOURCES for save-cwd.c,
16061         save-cwd.h.  Add AC_LIBOBJ for save-cwd.
16062         * m4/chown.m4 (gl_FUNC_CHOWN): When cross-compiling, assume that chown
16063         is sane and DOES follow symlinks.  Besides, testing 20 different
16064         systems found no broken chown implementations.
16065         Prompted by a change in rsync's copy of this macro.
16066         * m4/jm-macros.m4 (gl_MACROS): Require gl_FUNC_CHDIR_LONG.
16067
16068         * m4/lchown.m4 (gl_FUNC_LCHOWN): Use AC_LIBSOURCES.
16069
16070         * m4/utimes.m4: Work around tests/touch/empty-file failure on a system
16071         (sparc64, Linux-2.4.28, glibc-2.3.3) that didn't honor utimes'
16072         NULL-means-set-to-current-time semantics.
16073         Remove temporary file immediately, rather than waiting
16074         for configure's at-exit trap code to do it.
16075
16076 2005-01-18  Jim Meyering  <jim@meyering.net>
16077
16078         * lib/version-etc.c (version_etc_copyright): Update copyright date.
16079
16080         * lib/utimens.c (futimens): Account for the fact that futimes
16081         can also fail with errno == ENOSYS or errno == ENOENT.
16082         Patch from Dmitry V. Levin.
16083
16084         Change the name of the robust chdir function from chdir to chdir_long.
16085         * lib/save-cwd.c: Include chdir-long.h rather than chdir.h.
16086         (restore_cwd): Use chdir_long, not chdir.
16087         * lib/chdir-long.c: Renamed from chdir.c.
16088         * lib/chdir-long.h: Renamed from chdir.h.
16089         [!defined PATH_MAX]: Define chdir_long to chdir on systems like the
16090         Hurd.
16091
16092 2005-01-18  Bruno Haible  <bruno@clisp.org>
16093
16094         * m4/allocsa.m4, m4/codeset.m4, m4/copy-file.m4, m4/eaccess.m4:
16095         * m4/eealloc.m4, m4/eoverflow.m4, m4/execute.m4, m4/fatal-signal.m4:
16096         * m4/findprog.m4, m4/glibc21.m4, m4/iconv.m4, m4/intmax_t.m4:
16097         * m4/inttypes_h.m4, m4/lib-ld.m4, m4/lib-link.m4, m4/lib-prefix.m4:
16098         * m4/linebreak.m4, m4/localcharset.m4, m4/longdouble.m4:
16099         * m4/longlong.m4, m4/mbrtowc.m4, m4/mbstate_t.m4, m4/mbswidth.m4:
16100         * m4/mkdtemp.m4, m4/pipe.m4, m4/readlink.m4, m4/safe-read.m4:
16101         * m4/safe-write.m4, m4/setenv.m4, m4/sig_atomic_t.m4:
16102         * m4/signalblocking.m4, m4/signed.m4, m4/size_max.m4, m4/ssize_t.m4:
16103         * m4/stdbool.m4, m4/stdint_h.m4, m4/stpcpy.m4, m4/stpncpy.m4:
16104         * m4/strcase.m4, m4/strcspn.m4, m4/strpbrk.m4, m4/strstr.m4:
16105         * m4/ucs4-utf.m4, m4/uintmax_t.m4, m4/ulonglong.m4, m4/unicodeio.m4:
16106         * m4/utf-ucs4.m4, m4/vasnprintf.m4, m4/vasprintf.m4:
16107         * m4/wait-process.m4, m4/wchar_t.m4, m4/wint_t.m4, m4/xsize.m4:
16108         Use an all-permissive copyright notice, recommended by RMS.
16109
16110 2005-01-18  Bob Proulx  <bob@proulx.com>
16111
16112         * lib/obstack.c [DEFAULT_ALIGNMENT]: Use an intermediate type to
16113         simplify offsetof() macro construct to avoid compile failure with
16114         native HP-UX 11.0 ANSI C compiler.
16115
16116 2005-01-17  Bruno Haible  <bruno@clisp.org>
16117
16118         * lib/stpncpy.c: Remove HAVE_STPNCPY and gnu_stpncpy renaming,
16119         redundant because stpncpy.m4 takes care of it.
16120
16121 2005-01-17  Bruno Haible  <bruno@clisp.org>
16122
16123         * lib/progreloc.c: Include xalloc.h instead of xmalloc.h.
16124
16125 2005-01-17  Bruno Haible  <bruno@clisp.org>
16126
16127         * lib/progreloc.c (xstrdup): Define as strdup if no xmalloc should be
16128         used.
16129
16130 2005-01-17  Bruno Haible  <bruno@clisp.org>
16131
16132         * lib/fwriteerror.h (fwriteerror): Change specification to include
16133         fclose.
16134         * lib/fwriteerror.c: Include <stdbool.h>.
16135         (fwriteerror): At the end, close the file stream. Record whether
16136         stdout was already closed.
16137
16138 2005-01-17  Bruno Haible  <bruno@clisp.org>
16139
16140         * lib/execute.c (environ): Declare if needed.
16141         * lib/pipe.c (environ): Likewise.
16142         Reported by Michael Schloh von Bennewitz <michael.schloh@cw.com>.
16143
16144 2005-01-11  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
16145
16146         * modules/argp: Depend on vsnprintf
16147
16148 2005-01-10  Jim Meyering  <jim@meyering.net>
16149
16150         * modules/closeout (Depends-on): Add atexit.
16151
16152 2005-01-06  Bruno Haible  <bruno@clisp.org>
16153
16154         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Rename stpncpy to gnu_stpncpy here.
16155
16156 2005-01-04  Paul Eggert  <eggert@cs.ucla.edu>
16157
16158         * lib/human.c (SIZE_MAX, UINTMAX_MAX): Move these conditional
16159         definitions to be after all include files, to avoid collisions.
16160         Problem reported by Bob Proulx.
16161
16162 2005-01-04  Jim Meyering  <jim@meyering.net>
16163
16164         Changes imported from coreutils.
16165         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Rather than using "conftestXXXXXX"
16166         as the mkstemp template, use a temporary directory and an
16167         8.3-friendly template to avoid trouble on systems like DJGPP.
16168         Reported by Juan M. Guerrero via Stepan Kasal.
16169         * m4/(gl_FUNC_MKSTEMP): Include <unistd.h> for the declaration of
16170         close. Remove the temporary directory right away, rather than waiting
16171         for configure's at-exit trap code to do it.
16172         Suggestion from Stepan Kasal.
16173
16174 2005-01-01  Simon Josefsson  <jas@extundo.com>
16175
16176         * gnulib-tool: Print #include directives when --import'ing.
16177
16178 2004-12-28  Simon Josefsson  <jas@extundo.com>
16179
16180         * tests/test-base64.c: Include required header files.  Remove
16181         unused variables.
16182
16183 2004-12-28  Paul Eggert  <eggert@cs.ucla.edu>
16184
16185         * modules/error (Depends-on): Remove gettext.
16186
16187 2004-12-28  Paul Eggert  <eggert@cs.ucla.edu>
16188
16189         * lib/error.c [!_LIBC && !ENABLE_NLS]: Do not include "gettext.h";
16190         not needed.  This removes a dependency on the gettext module.
16191         [defined _LIBC]: Do not include <libintl.h>; not needed.
16192
16193 2004-12-24  Paul Eggert  <eggert@cs.ucla.edu>
16194
16195         * m4/c-strtod.m4 (gl_C99_STRTOLD): New macro.
16196         (gl_C_STRTOD): Use it instead of AC_CHECK_DECLS_ONCE(strtold).
16197
16198 2004-12-24  Paul Eggert  <eggert@cs.ucla.edu>
16199
16200         * lib/c-strtod.c (STRTOD): Depend on HAVE_C99_STRTOLD, not
16201         HAVE_DECL_STRTOLD.
16202
16203 2004-12-23  Paul Eggert  <eggert@cs.ucla.edu>
16204
16205         * modules/getdate (Depends-on): Remove alloca-opt.
16206
16207 2004-12-23  Paul Eggert  <eggert@cs.ucla.edu>
16208
16209         * m4/getdate.m4 (gl_GETDATE): Remove AC_FUNC_ALLOCA.
16210
16211 2004-12-23  Paul Eggert  <eggert@cs.ucla.edu>
16212
16213         * lib/argp-parse.c: Include <stddef.h>.
16214         (alignof, alignto): New macros.
16215         (parser_init): Don't assume that void * is aligned sufficiently
16216         for struct option.
16217
16218         * lib/getdate.y (YYSTACK_USE_ALLOCA): Define to 0, since there's no
16219         need to extend the stack.
16220         (YYINITDEPTH): New macro, so that the initial stack isn't overly
16221         large.
16222
16223 2004-12-22  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
16224
16225         * lib/argp-parse.c (parser_init): Avoid arithmetics on void pointers.
16226
16227 2004-12-19  Paul Eggert  <eggert@cs.ucla.edu>
16228
16229         * modules/regex (lib_SOURCES): Remove regex.c, undoing previous
16230         (2004-10-24) change.  Apparently this was a false alarm.
16231
16232         * modules/getdate: Depend on alloca-opt, not alloca.
16233
16234 2004-12-19  Paul Eggert  <eggert@cs.ucla.edu>
16235
16236         * lib/alloca_.h: Conditionalize on _GNULIB_ALLOCA_H, not _ALLOCA_H.
16237         Remove now-obsolete comment about AIX.
16238         * lib/getdate.y: Include <alloca.h> only if HAVE_ALLOCA.
16239         (YYSTACK_USE_ALLOCA): Define to 0 if !HAVE_ALLOCA.
16240         (YYMAXDEPTH): New macro.
16241
16242 2004-12-18  Simon Josefsson  <jas@extundo.com>
16243
16244         * modules/alloca: Depend on alloca-opt, instead of duplicating it.
16245
16246 2004-12-18  Bruno Haible  <bruno@clisp.org>
16247
16248         * m4/fatal-signal.m4 (gl_FATAL_SIGNAL): Also test for sigaction.
16249
16250 2004-12-18  Bruno Haible  <bruno@clisp.org>
16251
16252         * lib/fatal-signal.c (fatal_signals): Make non-const.
16253         (init_fatal_signals): New function.
16254         (uninstall_handlers, install_handlers): Ignore signals that were set to
16255         SIG_IGN.
16256         (at_fatal_signal): Call init_fatal_signals.
16257         (init_fatal_signal_set): Likewise. Ignore signals that were set to
16258         SIG_IGN.
16259         Reported by Paul Eggert.
16260
16261 2004-12-18  Bruno Haible  <bruno@clisp.org>
16262
16263         * doc/alloca.texi: New file.
16264         * doc/alloca-opt.texi: New file.
16265
16266 2004-12-17  Jim Meyering  <jim@meyering.net>
16267
16268         * config/install-sh: Use `(exit N); exit N', not `(exit N); exit'.
16269         Otherwise, install-sh could exit with improper exit status when
16270         exiting via a trapped interrupt.  Thanks to a report from Bob Proulx.
16271
16272 2004-12-16  Simon Josefsson  <jas@extundo.com>
16273
16274         * tests/test-base64.c: Add license.
16275
16276 2004-12-15  Stepan Kasal  <address@hidden>
16277
16278         * gnulib-tool (func_emit_lib_Makefile_am): Shorten a long sed command.
16279
16280 2004-12-12  Paul Eggert  <eggert@cs.ucla.edu>
16281
16282         * modules/getcwd (Files): Add m4/d-ino.m4.
16283         Suggested by Mark D. Baushke.
16284
16285 2004-12-08  Paul Eggert  <eggert@cs.ucla.edu>
16286
16287         * lib/getdate.y (textint): New member "negative".
16288         (time_zone_hhmm): New function.
16289         Expect 14 shift-reduce conflicts, not 13.
16290         (o_colon_minutes): New rule.
16291         (time, zone): Use it to add support for +HH:MM, UTC+HH:MM.
16292         (yylex): Set the "negative" member of signed numbers.
16293
16294 2004-12-08  Paul Eggert  <eggert@cs.ucla.edu>
16295
16296         * doc/getdate.texi (Time of day items, Time zone items):
16297         Describe new formats +00:00, UTC+00:00.
16298
16299 2004-12-07  Paul Eggert  <eggert@cs.ucla.edu>
16300
16301         * m4/ls-mntd-fs.m4 (AC_FUNC_GETMNTENT): Fix typo in previous change:
16302         spurious "-l"s.  Problem reported by Stepan Kasal.
16303
16304 2004-12-06  Paul Eggert  <eggert@cs.ucla.edu>
16305
16306         * m4/ls-mntd-fs.m4 (AC_FUNC_GETMNTENT): New macro, to work around bug
16307         in Autoconf 2.59.  Problem reported by Mark D. Baushke.
16308
16309 2004-12-04  Simon Josefsson  <jas@extundo.com>
16310
16311         * modules/getaddrinfo (License): Add LGPL, reported by Yoann
16312         Vandoorselaere <yoann@prelude-ids.org>.
16313
16314 2004-12-04  Paul Eggert  <eggert@cs.ucla.edu>
16315
16316         Changes imported from coreutils.
16317         * m4/hard-locale.m4 (gl_HARD_LOCALE): Assume locale.h and setlocale
16318         exist.
16319         * m4/human.m4 (gl_HUMAN): Assume locale.h and localeconv exist.
16320
16321 2004-12-04  Paul Eggert  <eggert@cs.ucla.edu>
16322
16323         Changes imported from coreutils.
16324         * lib/hard-locale.c: Assume <locale.h> exists.
16325         Include "strdup.h".
16326         (GLIBC_VERSION): New macro.
16327         (hard_locale): Assume setlocale exists.
16328         Rewrite to avoid #ifdef.
16329         Use strdup rather than malloc + strcpy.
16330         * lib/human.c: Assume <locale.h> exists.
16331         (human_readable): Assume localeconv exists.
16332
16333 2004-12-04  Paul Eggert  <eggert@cs.ucla.edu>
16334
16335         * modules/hard-locale (Depends-on): Add strdup.
16336
16337 2004-12-01  Jakub Jelinek  <jakub@redhat.com>
16338
16339         * lib/mktime.c (__mktime_internal): If SEC_REQUESTED != SEC,
16340         convert T2, not T.  (Imported from libc.)
16341
16342 2004-11-30  Simon Josefsson  <jas@extundo.com>
16343
16344         * modules/restrict (License): Change to LGPL.
16345
16346 2004-11-30  Simon Josefsson  <jas@extundo.com>
16347
16348         * m4/restrict.m4: Add copyright and copying conditions.
16349
16350 2004-11-30  Simon Josefsson  <jas@extundo.com>
16351
16352         * m4/base64.m4: New file.
16353
16354 2004-11-30  Simon Josefsson  <jas@extundo.com>
16355
16356         * MODULES.html.sh (Extra functions based on ANSI C 89): Add
16357         base64.
16358
16359         * tests/test-base64.c: New file.
16360
16361         * modules/base64: New file.
16362
16363 2004-11-30  Paul Eggert  <eggert@cs.ucla.edu>
16364
16365         * m4/getcwd-path-max.m4 (gl_FUNC_GETCWD_PATH_MAX):
16366         Define HAVE_PARTLY_WORKING_GETCWD if getcwd is partly working.
16367
16368         * m4/readutmp.m4 (gl_READUTMP): Don't check for sys/param.h.
16369
16370 2004-11-30  Paul Eggert  <eggert@cs.ucla.edu>
16371
16372         * lib/getcwd.c (is_ENAMETOOLONG): New macro.
16373         (__getcwd.c): Don't restore errno; glibc doesn't.
16374         [HAVE_PARTLY_WORKING_GETCWD && !defined AT_FDCWD]: Try system getcwd
16375         first, falling back to our code only if its results look suspicious.
16376         Ensure that the resulting buffer is only as large as necessary.
16377
16378         * lib/readutmp.c: Include readutmp.h first.
16379         Include <errno.h>, since readutmp.h no longer does that.
16380         * lib/readutmp.h: Don't include <errno.h>,
16381         <sys/param.h>, <time.h>; not needed to establish interface.
16382         (errno): Remove decl.
16383         (HAVE_STRUCT_XTMP_UT_TYPE): Remove; no longer needed.
16384         (UT_TYPE_EQ, UT_TYPE_NOT_DEFINED, UT_TYPE_BOOT_TIME,
16385         UT_TYPE_USER_PROCESS, IS_USER_PROCESS): New macros.
16386
16387 2004-11-28  Simon Josefsson  <jas@extundo.com>
16388
16389         * lib/base64.h, base64.c: New file.
16390
16391 2004-11-27  Paul Eggert  <eggert@cs.ucla.edu>
16392
16393         * lib/getcwd.h: New file, which I forgot to check in on 2004-11-25.
16394
16395 2004-11-26  Paul Eggert  <eggert@cs.ucla.edu>
16396
16397         * modules/getcwd (Files): Add lib/getcwd.h, m4/getcwd.m4.
16398         (Depends-on): Remove pathmax, same.  Add mempcpy.
16399         (configure.ac): GL_FUNC_GETCWD_PATH_MAX -> gl_FUNC_GETCWD.
16400         (Makefile.am): Append getcwd.h to lib_SOURCES.
16401         (Include): Add getcwd.h.
16402         (Maintainer): Change from Jim Meyering to "all, glibc",
16403         since getdate now uses intended-for-glibc code.
16404         * modules/xgetcwd (Files): Remove m4/getcwd.m4.
16405         (Depends-on): Depend on getcwd.  Do not depend on pathmax.
16406
16407 2004-11-25  Paul Eggert  <eggert@cs.ucla.edu>
16408
16409         Fix problems reported by Scott S. Tinsley for HP-UX 11.11 using
16410         HP's ANSI C compiler.
16411         * lib/fsusage.c (statvfs) [HAVE_SYS_STATVFS_H]: Remove decl.
16412         Declaring int functions causes warnings on some modern systems and
16413         shouldn't be needed to compile on ancient ones.
16414         * lib/same.c (MIN) [defined MIN]: Don't define, since it's already
16415         defined.
16416
16417         * lib/getcwd.c: Replace by a copy of glibc/sysdeps/posix/getcwd.c, but
16418         with the following changes.
16419         (__set_errno): Parenthesize properly.
16420         Include <stdbool.h>.
16421         (MIN, MAX, MATCHING_INO): New macros.
16422         (__getcwd): Define with prototype, not K&R form.
16423         Use heuristics to allocate default buffer on stack if possible.
16424         If AT_FDCWD is defined, use openat and fstatat to avoid O(N**2)
16425         behavior, and to avoid the PATH_MAX limit when computing
16426         ../../../../...
16427         Use MATCHING_INO to compare inode number to file.
16428         Check for arithmetic overflow in size calculations.
16429         Fix bug in reallocation of dot array that caused getcwd to fail
16430         on directories nested deeper than 75.
16431         Be more careful about saving errno on error.
16432         Do not use realloc; use only free+malloc, as this is a bit
16433         more flexible and avoids a needless copy operation.
16434         Do not inspect st_dev and st_ino for symbolic links; POSIX
16435         doesn't specify the latter.
16436         Check for closedir errors.
16437         Avoid needless casts.
16438         Use "#ifdef weak_alias" around weak_alias, to be like other
16439         glibc code.
16440         The following changes to getcwd.c have effect only when used in
16441         gnulib; they have no effect inside glibc proper.
16442         (#pragma alloca) [defined _AIX && !defined __GNUC__]: Remove,
16443         as alloca isn't used.
16444         (alloca, __alloca): Likewise.
16445         [!_LIBC]: Include "getcwd.h", "mempcpy.h".
16446         Include <stddef.h>, <stdlib.h>, <string.h>, <limits.h>
16447         unconditionally, as gnulib assumes C89 or better.
16448         Do not include <sys/param.h>.
16449         (errno) [!defined __GNU_LIBRARY__ && !defined STDC_HEADERS]: Remove
16450         no-longer-necessary 'extern int errno' decl; gnulib assumes C89 or
16451         better.
16452         (NULL) [!defined NULL]: Remove; we assume C89 or better.
16453         Include <dirent.h> in a way that is compatible with modern Autoconf.
16454         (_D_ALLOC_NAMELEN, _D_EXACT_NAMLEN):
16455         New macros, if not already defined.
16456         Include <unistd.h> if _LIBC, not if __GNU_LIBRARY__.
16457         Use "_LIBC", not "defined _LIBC", for consistency.
16458         (HAVE_MEMPCPY): Remove; no longer needed now that gnulib has
16459         a mempcpy module.
16460         (__lstat, __closedir, __opendir, __readdir) [!_LIBC]: New macros.
16461         (GETCWD_RETURN_TYPE): Remove.  All uses replaced by char *.
16462         * lib/xgetcwd.c: David MacKenzie's old code was removed, so give
16463         credit only to Jim Meyering and adjust the copyright dates.
16464         Do not include <limits.h>, <stdio.h>, <sys/types.h>,
16465         <stdlib.h>, <unistd.h>, "pathmax.h".
16466         Instead, include "xgetcwd.h" (first) and "getcwd.h".
16467         (INITIAL_BUFFER_SIZE): Remove.
16468         (xgetcwd): Rely on getcwd, since we now depend on a reliable one.
16469
16470 2004-11-25  Paul Eggert  <eggert@cs.ucla.edu>
16471
16472         * m4/getcwd-path-max.m4 (gl_FUNC_GETCWD_PATH_MAX): Renamed from
16473         GL_FUNC_GETCWD_PATH_MAX for consistency.  All uses changed.
16474         Use the _ONCE methods, for efficiency.
16475         Check for fcntl.h.  In test program, include <errno.h>
16476         and <fcntl.h> if available.  Remove old K&R cruft from
16477         test program.  Check for common errors in GNU/Linux,
16478         OpenBSD, and Solaris.  Just set gl_cv_func_getcwd_path_max;
16479         don't do AC_LIBOBJ, as that's getcwd.m4's job.
16480         * m4/getcwd.m4 (gl_FUNC_GETCWD_NULL): Renamed from
16481         AC_FUNC_GETCWD_NULL.  All used changed.  Change cache variable
16482         name accordingly.
16483         (gl_FUNC_GETCWD, gl_PREREQ_GETCWD): New macros.  Revamp to
16484         accommodate new getcwd.c.
16485         * m4/jm-macros.m4 (gl_MACROS): Don't require GL_FUNC_GETCWD_PATH_MAX.
16486         * m4/prereq.m4 (gl_PREREQ): Add gl_FUNC_MEMPCPY.
16487         * m4/xgetcwd.m4 (gl_XGETCWD): Replace with gl_FUNC_GETCWD, since
16488         that's all we need now.
16489
16490 2004-11-23  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
16491
16492         * m4/argp.m4 (gl_ARGP): Require gl_GETOPT_SUBSTITUTE unconditionally:
16493         argp-parse.c depends on getopt internals, that means we should
16494         always use our getopt, to be on the safe side.
16495         * m4/getopt.m4 (gl_GETOPT): Check if GETOPT_H is already set, in
16496         order not to spoil the result of an eventual previous invocation
16497         of gl_GETOPT_SUBSTITUTE.
16498
16499 2004-11-23  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
16500
16501         * lib/getopt_.h: Re-addition of __getopt_argv_const caused
16502         redefinition warnings. To avoid them, include the defines
16503         in `#if !defined __need_getopt ... #endif'. The only place
16504         where __getopt_argv_const is used is in definitions
16505         of getopt_long and getopt_long_only below, which are as well
16506         protected by `#ifndef __need_getopt'.
16507         [defined __GETOPT_PREFIX && !defined __need_getopt]: Undef
16508         __need_getopt after including <stdio.h> and <unistd.h> These
16509         headers might have defined it.
16510
16511 2004-11-23  Paul Eggert  <eggert@cs.ucla.edu>
16512
16513         * m4/utimens.m4 (gl_UTIMENS): Check for futimes function.
16514
16515 2004-11-23  Paul Eggert  <eggert@cs.ucla.edu>
16516
16517         * lib/utimens.c (__attribute__, ATTRIBUTE_UNUSED): New macros.
16518         (futimens): New function, which uses futimes if available.
16519         (futimens, utimens): Support timespec==NULL, with same semantics
16520         as utime and utimens.
16521         * lib/utimens.h (futimens): New decl.
16522
16523 2004-11-23  Jim Meyering  <jim@meyering.net>
16524
16525         * lib/getopt_.h: Remove trailing blanks.
16526
16527 2004-11-23  Jim Meyering  <jim@meyering.net>
16528
16529         * lib/__fpending.c: Add comment.
16530
16531 2004-11-22  Paul Eggert  <eggert@cs.ucla.edu>
16532
16533         * modules/canonicalize (Depends-on): Add xreadlink.
16534         Problem reported by James Youngman.
16535
16536 2004-11-20  Paul Eggert  <eggert@cs.ucla.edu>
16537
16538         * lib/getopt_.h (__GETOPT_CONCAT, __GETOPT_XCONCAT, __GETOPT_ID):
16539         New macros.
16540         (getopt, getopt_long, getopt_long_only, optarg, opterr, optind,
16541         optopt): Use them instead of invoking ## directly; otherwise, the
16542         symbols will be __GETOPT_PREFIXgetopt rather than rpl_getopt.
16543
16544 2004-11-19  Bruno Haible  <bruno@clisp.org>
16545
16546         * lib/strtok_r.c: Move comments from here...
16547         * lib/strtok_r.h: ... to here.
16548
16549 2004-11-17  Paul Eggert  <eggert@cs.ucla.edu>
16550
16551         * m4/calloc.m4 (_AC_FUNC_CALLOC_IF): Check for buggy calloc
16552         implementations that mishandle size_t overflow.
16553
16554 2004-11-17  Paul Eggert  <eggert@cs.ucla.edu>
16555
16556         * lib/realloc.c (rpl_realloc): Call 'free' if n==0, since realloc
16557         might fail.  Problem reported by Yoann Vandoorselaere.
16558         * lib/calloc.c (rpl_calloc): Defend against buggy calloc
16559         implementations that mishandle size_t overflow.
16560
16561 2004-11-16  Paul Eggert  <eggert@cs.ucla.edu>
16562
16563         * modules/canon-host (Depends-on): Add strdup.
16564
16565 2004-11-16  Paul Eggert  <eggert@cs.ucla.edu>
16566
16567         * m4/canon-host.m4 (gl_CANON_HOST): Check for getaddrinfo.
16568
16569 2004-11-16  Paul Eggert  <eggert@cs.ucla.edu>
16570
16571         * lib/canon-host.c: Include "strdup.h".
16572         (canon_host): Use getaddrinfo if available, so that IPv6 works.
16573         Use strdup instead of malloc/strcpy to duplicate strings.
16574
16575         * lib/human.h (LONGEST_HUMAN_READABLE): Add 1 for space before unit.
16576         (human_space_before_unit): New constant.
16577         * lib/human.c (human_readable): Support it.
16578
16579         * lib/xgetcwd.c: Include <limits.h>, for PATH_MAX.
16580         (xgetcwd): Set errno correctly when failing.
16581         Work around Solaris 9 bug: getcwd sets errno==ERANGE even though
16582         the failure is actually due to a PATH_MAX problem.
16583
16584         Further getopt changes to make it more likely that glibc will
16585         buy the changes back.
16586         * lib/getopt.c (POSIXLY_CORRECT): New constant.
16587         (getopt): Use it, so to preserve glibc semantic
16588         * lib/getopt1.c (getopt_long, getopt_long_only): Arg is char * const *
16589         when compiling for libc.
16590         * lib/getopt_.h (__getopt_argv_const): Bring it back.
16591         (getopt_long, getopt_long_only): Use it.
16592
16593         * lib/getopt.c (_getopt_initialize, _getopt_internal_r,
16594         _getopt_internal): New arg POSIXLY_CORRECT.  All callers changed.
16595         (getopt): Argv is now char * const *, as per standard.
16596         (_getopt_internal_r, _getopt_internal): Argv is now char **,
16597         not char *__getopt_argv_const *.
16598         * lib/getopt1.c (getopt_long, _getopt_long_r, getopt_long_only,
16599         _getopt_long_only_r): Likewise.
16600         * lib/getopt_.h (getopt, getopt_long, geopt_long_only): Likewise.
16601         * lib/getopt_int.h (_getopt_internal, _getopt_internal_r,
16602         _getopt_long_r, _getopt_long_only_r): Likewise.
16603         * lib/getopt_.h (__getopt_argv_const): Remove.
16604         (getopt): Argv is now char * const *, as per standard.
16605
16606         * lib/getdate.y (tORDINAL): New token.
16607         (day, relunit): Allow it for relative times.
16608         (relative_time_table): Use tORDINAL for ordinals.
16609
16610 2004-11-16  Paul Eggert  <eggert@cs.ucla.edu>
16611
16612         * doc/getdate.texi (General date syntax): "next" is 1, not 2.
16613         Document that "second" isn't allowed as an ordinal number.
16614
16615 2004-11-16  Jim Meyering  <jim@meyering.net>
16616
16617         * modules/closeout (Depends-on): Add fpending.
16618
16619 2004-11-15  Jim Meyering  <jim@meyering.net>
16620
16621         * lib/closeout.c: Include "__fpending.h" once again.
16622         Include <stdbool.h>.
16623         (close_stdout): Don't fail just because stdout was closed initially,
16624         since some programs don't write to stdout in the normal course of
16625         operation (other than --version and --help), and we don't want this
16626         function to make e.g. `touch file >&-' fail.
16627         But do fail if it was closed and someone has tried to write to it.
16628         E.g., `printf foo >&-' must fail.
16629
16630 2004-11-13  Jim Meyering  <jim@meyering.net>
16631
16632         * m4/jm-macros.m4: Do require gl_FUNC_FPENDING.
16633
16634 2004-11-12  Simon Josefsson  <jas@extundo.com>
16635
16636         * config/srclist.txt: Add strtok_r.c, glibc bought our changes, but a
16637         small doc fix is still pending.
16638
16639 2004-11-11  Simon Josefsson  <jas@extundo.com>
16640
16641         * modules/strtok_r: New file.
16642
16643         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
16644         strtok_r.
16645
16646 2004-11-11  Simon Josefsson  <jas@extundo.com>
16647
16648         * m4/strtok_r.m4: New file.
16649
16650         * m4/getopt.m4: Replace opterr.
16651
16652 2004-11-11  Simon Josefsson  <jas@extundo.com>
16653
16654         * lib/strtok_r.h, strtok_r.c: New file.
16655
16656 2004-11-11  Paul Eggert  <eggert@cs.ucla.edu>
16657
16658         * m4/getopt.m4 (gl_GETOPT_SUBSTITUTE): Define __GETOPT_PREFIX instead
16659         of replacing opterr, getopt, etc.  This should handle the
16660         powerpc-apple-darwin5.5 problem recently noted by Simon Josefsson.
16661
16662 2004-11-11  Paul Eggert  <eggert@cs.ucla.edu>
16663
16664         * lib/getopt_.h (__getopt_argv_const): New macro, to be used so that
16665         we can stop lying to compilers about the constness of argv when we
16666         are compiled outside glibc.
16667         (getopt, getopt_long, getopt_long_only): Use it.
16668         * lib/getopt.c (_getopt_initialize, _getopt_internal_r,
16669         _getopt_internal, getopt): Likewise.
16670         * lib/getopt1.c (getopt_long, _getopt_long_r, getopt_long_only,
16671         _getopt_long_only_r): Likewise.
16672         * lib/getopt_int.h (_getopt_internal, _getopt_internal_r,
16673         _getopt_long_r, _getopt_long_only_r): Likewise.
16674
16675         * lib/getopt_.h [defined __GETOPT_PREFIX && !defined __need_getopt]:
16676         Include <stdlib.h> and <stdio.h>, and <unistd.h> if available.
16677         Then rename getopt to __GETOPT_PREFIX##getopt, and so forth for
16678         the other external symbols.
16679         (getopt) [!defined __GNU_LIBRARY]: Use prototype, not old-style
16680         declaration, since the above renaming now works around collisions.
16681
16682 2004-11-11  Jim Meyering  <jim@meyering.net>
16683
16684         * lib/linebreak.c: Remove trailing blanks.
16685         * lib/alloca_.h: Likewise.
16686         * lib/acosl.c: Likewise.
16687         * lib/euidaccess.c: Likewise.
16688         * lib/allocsa.h: Likewise.
16689
16690 2004-11-10  Simon Josefsson  <jas@extundo.com>
16691
16692         * m4/getaddrinfo.m4: New file.
16693
16694 2004-11-10  Simon Josefsson  <jas@extundo.com>
16695
16696         * lib/getaddrinfo.h, lib/getaddrinfo.c: New files.
16697
16698 2004-11-10  Simon Josefsson  <jas@extundo.com>
16699
16700         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
16701         getaddrinfo.
16702
16703         * modules/getaddrinfo: New file.
16704
16705 2004-11-10  Paul Eggert  <eggert@cs.ucla.edu>
16706
16707         * m4/prereq.m4 (gl_PREREQ): Require gt_FUNC_SETENV.
16708
16709 2004-11-10  Paul Eggert  <eggert@cs.ucla.edu>
16710
16711         * lib/mktime.c (SHR): New macro, which is a portable
16712         substitute for >> that should work even on Crays.
16713         (TIME_T_MIDPOINT, ydhms_diff, __mktime_internal): Use it.
16714         Problem reported by Mark D. Baushke in
16715         <http://lists.gnu.org/archive/html/bug-gnulib/2004-11/msg00071.html>.
16716         * lib/getdate.y (SHR): Likewise.
16717         (tm_diff): Use it.
16718         * lib/strftime.c (SHR): Likewise.
16719         (tm_diff): Use it.
16720         * lib/quotearg.c (struct quoting_options): Use unsigned int for
16721         quote_these_too, so that right shifts are well defined.  All uses
16722         changed.
16723
16724 2004-11-10  Jim Meyering  <jim@meyering.net>
16725
16726         Ensure that no close failure goes unreported.
16727         * lib/closeout.c (close_stdout): Always close stdout.  I.e., don't
16728         return early when it seems there's nothing to flush.
16729         Don't include __fpending.h.
16730
16731 2004-11-10  Jim Meyering  <jim@meyering.net>
16732
16733         * modules/closeout (Depends-on): Remove fpending.
16734
16735 2004-11-10  Jim Meyering  <jim@meyering.net>
16736
16737         * m4/jm-macros.m4 (gl_MACROS): Don't require gl_FUNC_FPENDING.
16738
16739 2004-11-09  Paul Eggert  <eggert@cs.ucla.edu>
16740
16741         * m4/strftime.m4 (_gl_STRFTIME_PREREQS): Remove.  Move its body to
16742         gl_FUNC_STRFTIME.
16743         (gl_FUNC_STRFTIME): Use AC_CHECK_FUNCS_ONCE and AC_CHECK_HEADERS_ONCE
16744         and AC_REQUIRE when possible, to avoid duplicate checks.
16745         Check for <wchar.h>.
16746
16747 2004-11-09  Paul Eggert  <eggert@cs.ucla.edu>
16748
16749         * lib/strftime.c (DO_MULTIBYTE): Check for wchar.h, too.
16750
16751 2004-11-09  Bruno Haible  <bruno@clisp.org>
16752
16753         * m4/sockpfaf.m4: New file.
16754
16755 2004-11-05  Bruno Haible  <bruno@clisp.org>
16756
16757         * lib/readlink.c: Include stddef.h, needed for size_t on Woe32.
16758         Reported by Mark D. Baushke <mdb@cvshome.org>.
16759
16760 2004-11-04  Bruno Haible  <bruno@clisp.org>
16761
16762         2004-09-11  Bruno Haible  <bruno@clisp.org>
16763                 * allocsa.valgrind: New file.
16764         2004-02-06  Bruno Haible  <bruno@clisp.org>
16765                 * allocsa.h (sa_alignof): Define differently with HP-UX cc, to
16766                 avoid a bug of this cc on HP-UX 10.20 dealing with enums.
16767                 Reported by Christopher Seip <chris.seip@hp.com>.
16768
16769 2004-11-04  Bruno Haible  <bruno@clisp.org>
16770
16771         * modules/allocsa (Files): Add lib/allocsa.valgrind.
16772         (Makefile.am): Distribute it.
16773
16774 2004-11-03  Paul Eggert  <eggert@cs.ucla.edu>
16775
16776         * lib/xreadlink.c (xreadlink): AIX and HP-UX readlink return -1
16777         with errno == ERANGE if the buffer is too small.
16778         Problem reported by Mark D. Baushke.
16779
16780 2004-11-03  Albert Chin  <china@thewrittenword.com>
16781             Paul Eggert  <eggert@cs.ucla.edu>
16782
16783         * m4/uint32_t.m4 (gl_AC_TYPE_UINT32_T): When determining uint32_t
16784         equivalent, substitute $ac_type for equivalent type rather than
16785         blindly using uint32_t *always* which won't work if uint32_t is not
16786         available.  Define _UINT32_T to work around typedef of uint32_t if
16787         <sys/sched.h>, <pthread.h>, or <semaphore.h> used on Solaris
16788         2.5.1.
16789
16790 2004-11-02  Paul Eggert  <eggert@cs.ucla.edu>
16791
16792         * m4/jm-macros.m4: Sync from coreutils.
16793         (gl_MACROS): Check for mbrlen, for pathchk.
16794         (gl_CHECK_ALL_TYPES): Require AC_TYPE_MBSTATE_T, for pathchk.
16795
16796 2004-11-02  Paul Eggert  <eggert@cs.ucla.edu>
16797
16798         * lib/xreadlink.c (MAXSIZE): New macro.
16799         (xreadlink): Use it instead of SSIZE_MAX.  Ensure initial buffer
16800         size does not exceed MAXSIZE.  Avoid cast.
16801         As suggested by Mark D. Baushke in
16802         <http://lists.gnu.org/archive/html/bug-gnulib/2004-11/msg00009.html>,
16803         if readlink fails with buffer size just under MAXSIZE, try again
16804         with MAXSIZE.
16805
16806 2004-11-02  Paul Eggert  <eggert@cs.ucla.edu>
16807
16808         * config/srclist.txt: Add mktime.c; glibc bought all our changes.
16809
16810 2004-11-02  Derek R. Price  <derek@ximbiot.com>
16811         and  Paul Eggert  <eggert@cs.ucla.edu>
16812
16813         * lib/getdate.y [!TEST]: Include <stdio.h>, since we use sprintf now.
16814         (get_date): Overparenthesize to avoid GCC warning.
16815
16816 2004-11-02  Bruno Haible  <bruno@clisp.org>
16817
16818         * m4/setenv.m4 (gt_FUNC_SETENV): Define VOID_UNSETENV if unsetenv()
16819         returns void.
16820
16821 2004-11-02  Bruno Haible  <bruno@clisp.org>
16822
16823         * lib/setenv.h (unsetenv): Define as a macro if the system's unsetenv()
16824         function returns void.
16825
16826 2004-11-01  Paul Eggert  <eggert@cs.ucla.edu>
16827
16828         * m4/getpass.m4 (gl_PREREQ_GETPASS): Check for declarations of
16829         fflush_unlocked, flockfile, funlockfile, funlockfile,
16830         fputs_unlocked, putc_unlocked.
16831
16832 2004-11-01  Paul Eggert  <eggert@cs.ucla.edu>
16833
16834         * lib/getpass.c (fflush_unlocked, flockfile, funlockfile)
16835         (funlockfile, fputs_unlocked, putc_unlocked): Don't define if
16836         already declared.
16837
16838 2004-10-29  Paul Eggert  <eggert@cs.ucla.edu>
16839
16840         * modules/getdate (Files): Add doc/getdate.texi.
16841         (Depends-on): Add setenv, xalloc.
16842
16843 2004-10-29  Paul Eggert  <eggert@cs.ucla.edu>
16844
16845         * lib/getdate.y: Add support for TZ="foo" within a date string.
16846         Fix some bugs near time_t boundaries.  Reject dates with
16847         out-of-range components, e.g., "Sept 31".
16848         Include <stdlib.h>, "setenv.h", "xalloc.h".
16849         (ISDIGIT_LOCALE): Remove; unused.
16850         Note that the TZ and time functions used here are not reentrant.
16851         (mktime_ok, get_tz): New functions.
16852         (TZBUFSIZE): New constant.
16853         (get_date): Parse leading TZ="foo".  Reject out-of-range components;.
16854         This requires that we sometimes generate our own TZ="XXX..." setting.
16855
16856 2004-10-29  Paul Eggert  <eggert@cs.ucla.edu>
16857
16858         * doc/getdate.texi: New file, from coreutils with modifications for
16859         the new TZ parsing.
16860
16861 2004-10-27  Derek R. Price  <derek@ximbiot.com>
16862
16863         * lib/mktime.c (not_equal_tm): Remove redundant check.
16864
16865 2004-10-24  Paul Eggert  <eggert@cs.ucla.edu>
16866
16867         * modules/regex (lib_SOURCES): Add regex.c.
16868         Reported by James Youngman in
16869         <http://lists.gnu.org/archive/html/bug-gnulib/2004-10/msg00199.html>.
16870
16871 2004-10-24  Paul Eggert  <eggert@cs.ucla.edu>
16872
16873         * lib/getdate.y: Use Bison 1.875 features, and some minor
16874         code cleanups.  This change does not affect semantics.
16875         Don't include <stdlib.h>; no longer needed.
16876         Don't include unlocked-io.h; only the "#if TEST" code uses
16877         stdio, and performance isn't crucial there.
16878         (PC, YYLEX_PARAM, YYPARSE_PARAM): Remove; replaced by
16879         Bison 1.875 features as described below.
16880         All uses of "PC." replaced by "pc->".
16881         (YYSTYPE): Add a forward declaration.
16882         (yylex, yyerror): Use full prototypes in forward decls.
16883         Use "%pure-parser" rather than obsolescent "%pure_parser".
16884         Use %parse-param and %lex-param instead of obsolescent
16885         YYPARSE_PARAM and YYLEX_PARAM.
16886         (meridian_table, month_and_day_table, time_units_table,
16887         relative_time_table, time_zone_table, military_table,
16888         lookup_zone, lookup_word, get_date):
16889         Use NULL instead of 0 where appropriate.
16890         (to_hour): Avoid abort (), to avoid a dependency on
16891         stdlib.h.
16892         (yyerror, yylex): Now accepts parser_control * arg.
16893         (main) [TEST]: Use '\0' rather than 0 for char.
16894
16895 2004-10-22  Paul Eggert  <eggert@cs.ucla.edu>
16896
16897         * m4/getpagesize.m4 (gl_GETPAGESIZE): Check for <sys/param.h>.
16898
16899 2004-10-22  Paul Eggert  <eggert@cs.ucla.edu>
16900
16901         * lib/getpagesize.c (getpagesize): Don't assume <sys/param.h> exists.
16902         It's now the caller's responsibility to handle the case where
16903         !HAVE_GETPAGESIZE && !defined getpagesize.
16904
16905         * lib/mktime.c (leapyear): Arg is long int, not int.
16906
16907 2004-10-18  Paul Eggert  <eggert@cs.ucla.edu>
16908
16909         * lib/argp-fs-xinl.c, argp-xinl.c: Update from glibc.
16910
16911 2004-10-17  Paul Eggert  <eggert@cs.ucla.edu>
16912
16913         * gnulib-tool (func_emit_lib_Makefile_am): Fix typo: a $ was
16914         missing.  Problem reported by James Youngman.
16915
16916 2004-10-16  Simon Josefsson  <jas@extundo.com>
16917
16918         * gnulib-tool: Fix comments.  Fix parse problem.
16919         (func_emit_lib_Makefile_am): Don't hard code a in libgl_a_SOURCES.
16920
16921 2004-10-15  Paul Eggert  <eggert@cs.ucla.edu>
16922
16923         * m4/getopt.m4 (gl_GETOPT): Detect and reject the incompatible BSD
16924         implementation of getopt_long.  Problem reported by Alexander Taler in:
16925         http://lists.gnu.org/archive/html/bug-gnulib/2004-10/msg00103.html
16926
16927 2004-10-15  Bruno Haible  <bruno@clisp.org>
16928
16929         * gnulib-tool: Untabify. Initialize supplied_libname.
16930         (func_usage): More homogenous output.
16931         (func_modules_transitive_closure, func_modules_to_filelist,
16932         func_emit_lib_Makefile_am): New functions.
16933         (func_import): New function, extracted from big case statement. Use
16934         func_get_license, func_modules_transitive_closure,
16935         func_modules_to_filelist, func_emit_lib_Makefile_am. Initialize
16936         opt_lgpl. Don't use test -a, as it's not portable.
16937         (func_create_testdir): Use func_modules_transitive_closure,
16938         func_modules_to_filelist, func_emit_lib_Makefile_am.
16939
16940 2004-10-15  Bruno Haible  <bruno@clisp.org>
16941
16942         * gnulib-tool (func_import): Let gl_INIT define LTALLOCA when needed.
16943
16944 2004-10-15  Bruno Haible  <bruno@clisp.org>
16945
16946         * gnulib-tool (func_emit_lib_Makefile_am): Add markers to separate
16947         the portions belonging to each module.
16948         Suggested by Derek Robert Price <derek@ximbiot.com>.
16949
16950 2004-10-12  Simon Josefsson  <jas@extundo.com>
16951
16952         * lib/getpass.c (fflush_unlocked, flockfile, funlockfile)
16953         (fputs_unlocked, putc_unlocked) [!_LIBCS && !USE_UNLOCKED_IO]: Map
16954         to real functions.
16955
16956 2004-10-11  Yoann Vandoorselaere  <yoann@prelude-ids.org>
16957
16958         * modules/vsnprintf: New file.
16959
16960 2004-10-11  Yoann Vandoorselaere  <yoann@prelude-ids.org>
16961
16962         * m4/vsnprintf.m4: New file.
16963
16964 2004-10-11  Yoann Vandoorselaere  <yoann@prelude-ids.org>
16965
16966         * lib/vsnprintf.h: New file.
16967         * lib/vsnprintf.c: New file.
16968
16969 2004-10-11  Bruno Haible  <bruno@clisp.org>
16970
16971         * MODULES.html.sh (Support for systems lacking ISO C 99): Add
16972         vsnprintf.
16973
16974 2004-10-10  Paul Eggert  <eggert@cs.ucla.edu>
16975
16976         * config/srclistvars.sh: Add GNUSTANDARDS (for eggert only).
16977
16978 2004-10-07  Bruno Haible  <bruno@clisp.org>
16979
16980         * lib/snprintf.c (snprintf): Avoid a memory allocation if the result
16981         fits into the provided buffer.
16982
16983 2004-10-06  Paul Eggert  <eggert@cs.ucla.edu>
16984
16985         * lib/diacrit.c, diacrit.h: Add GPL notice.
16986
16987         * lib/atanl.c, logl.c: Add GPL notice, to match glibc's added LGPL
16988         notice.
16989         * lib/atanl.c (atanl): Keep the code as similar to glibc as possible.
16990         * lib/logl.c (logl): Keep the code as similar to glibc as possible.
16991         This avoids a potential constant-folding bug.
16992
16993 2004-10-05  Bruno Haible  <bruno@clisp.org>
16994
16995         * m4/strsep.m4 (gl_FUNC_STRSEP): Require AC_GNU_SOURCE. Don't check
16996         for the declaration of strsep.
16997
16998 2004-10-05  Bruno Haible  <bruno@clisp.org>
16999
17000         * lib/strsep.h: Don't declare strsep() if HAVE_STRSEP.
17001
17002 2004-10-04  Simon Josefsson  <jas@extundo.com>
17003
17004         * modules/memmem: New file.
17005         * tests/test-memmem.c: New file.
17006         * MODULES.html.sh (Extra functions based on ANSI C 89): Add memmem.
17007
17008 2004-10-04  Simon Josefsson  <jas@extundo.com>
17009
17010         * m4/memmem.m4: New file.
17011
17012 2004-10-04  Simon Josefsson  <jas@extundo.com>
17013
17014         * lib/memmem.h: New file.
17015         * lib/memmem.c: New file, taken from glibc.
17016
17017 2004-10-04  Simon Josefsson  <jas@extundo.com>
17018
17019         * lib/error.c, md5.c, regex.c: Use '#if USE_UNLOCKED_IO' instead of
17020         '#ifdef USE_UNLOCKED_IO'.
17021
17022 2004-10-04  Simon Josefsson  <jas@extundo.com>
17023
17024         * config/srclist.txt: Add memmem from glibc.
17025
17026 2004-10-04  Paul Eggert  <eggert@cs.ucla.edu>
17027
17028         * modules/xalloc (Files, Makefile.am): Remove xstrdup.c.
17029
17030         * modules/argmatch, modules/argp, modules/closeout, modules/error,
17031         modules/exclude, modules/getdate, modules/getline,
17032         modules/getndelim2, modules/getpass, modules/getpass-gnu,
17033         modules/getusershell, modules/linebuffer, modules/md5,
17034         modules/mountlist, modules/posixtm, modules/readtokens,
17035         modules/readutmp, modules/regex, modules/sha1,
17036         modules/version-etc, modules/yesno:
17037         Remove dependency on unlocked-io.
17038
17039 2004-10-04  Paul Eggert  <eggert@cs.ucla.edu>
17040
17041         * m4/xalloc.m4 (gl_PREREQ_XSTRDUP): Remove.  All uses removed.
17042
17043         * m4/unlocked-io.m4: Add copyright notice.
17044         (gl_FUNC_GLIBC_UNLOCKED_IO): Define USE_UNLOCKED_IO.
17045
17046 2004-10-04  Paul Eggert  <eggert@cs.ucla.edu>
17047
17048         * lib/xalloc.h (xmemdup): Renamed from xclone.  All uses changed.
17049         * lib/xmalloc.c (xmemdup): Likewise.
17050         * lib/xalloc.h (CCLONE, CLONE, NEW, XCALLOC, XMALLOC, XREALLOC,
17051         XFREE): Remove these long-obsolescent macros.
17052         * lib/xmalloc.c (xstrdup): Implementation moved here from xstrdup.c
17053         * lib/xstrdup.c: Remove.
17054
17055         * lib/regex.c (re_comp): Cast gettext return value to char *,
17056         Problem reported by Martin Neitzel via Mark D. Baushke.
17057
17058 2004-10-04  Paul Eggert  <eggert@cs.ucla.edu>
17059
17060         * lib/argmatch.c, closeout.c, error.c, exclude.c, getdate.y,
17061         getndelim2.c, getpass.c, getusershell.c, linebuffer.c,
17062         md5.c, mountlist.c, posixtm.c, readtokens.c, readutmp.c,
17063         regex.c, sha1.c, version-etc.c, yesno.c:
17064         Include "unlocked-io.h" only if USE_UNLOCKED_IO.
17065         * lib/unlocked-io.h: Don't worry about USE_UNLOCKED_IO; that's now
17066         the includer's responsibility.
17067
17068         Sync from coreutils.
17069
17070         * lib/modechange.c (mode_compile): Don't decrement a pointer that
17071         points to the start of a string, as the C Standard says the
17072         resulting behavior is undefined.
17073
17074         * lib/backupfile.h (enum backuptype): Rename none -> no_backups,
17075         simple -> simple_backups, numbered_existing ->
17076         numbered_existing_backups, numbered -> numbered_backups
17077         to avoid shadowing problems.  All uses changed.
17078         * lib/argmatch.c (enum backuptype) [defined TEST]: Likewise.
17079         * lib/backupfile.c (check_extension, numbered_backup):
17080         Rename locals to avoid shadowing 'basename'.
17081         * lib/backupfile.h (VALID_BACKUP_TYPE): Don't evaluate arg more than
17082         once.
17083
17084         * lib/.cppi-disable: Add getopt_.h, getopt_int.h.
17085         * lib/.cvsignore: Add getopt.h.
17086
17087 2004-10-04  Bruno Haible  <bruno@clisp.org>
17088
17089         * modules/README: New file.
17090         * gnulib-tool (func_all_modules, func_verify_module): modules/README is
17091         not a module.
17092
17093 2004-10-02  Jim Meyering  <jim@meyering.net>
17094
17095         * lib/dirfd.h, getpagesize.h: Add copyright notice.
17096
17097 2004-10-01  Yoann Vandoorselaere  <yoann@prelude-ids.org>
17098
17099         * modules/strsep: New file.
17100
17101 2004-10-01  Yoann Vandoorselaere  <yoann@prelude-ids.org>
17102
17103         * m4/strsep.m4: New file.
17104
17105 2004-10-01  Yoann Vandoorselaere  <yoann@prelude-ids.org>
17106
17107         * lib/strsep.h: New file.
17108         * lib/strsep.c: New file.
17109
17110 2004-10-01  Simon Josefsson  <jas@extundo.com>
17111
17112         * lib/snprintf.c (snprintf): Handle size==0.
17113
17114 2004-10-01  Simon Josefsson  <jas@extundo.com>
17115             Bruno Haible  <bruno@clisp.org>
17116
17117         * lib/snprintf.c: Include <stdarg.h>, <stdlib.h>, <string.h>.
17118         (snprintf): Declare 'args'.
17119
17120 2004-10-01  Paul Eggert  <eggert@cs.ucla.edu>
17121
17122         * lib/snprintf.c: Remove comments as to why each header is needed.
17123
17124 2004-10-01  Bruno Haible  <bruno@clisp.org>
17125
17126         * MODULES.html.sh: Add strsep.
17127
17128 2004-09-30  Simon Josefsson  <jas@extundo.com>
17129
17130         * modules/snprintf: New file.
17131
17132 2004-09-30  Simon Josefsson  <jas@extundo.com>
17133
17134         * m4/snprintf.m4: New file.
17135
17136 2004-09-30  Simon Josefsson  <jas@extundo.com>
17137
17138         * lib/snprintf.h, lib/snprintf.c: New files.
17139
17140 2004-09-30  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
17141
17142         * lib/argp-help.c (canon_doc_option): Fixed coredump if *name==NULL
17143         (hol_entry_help): Never translate an empty string.
17144         Do not translate option tag (opt->name) if OPTION_NO_TRANS is set
17145         * lib/argp.h (OPTION_NO_TRANS): New option.
17146
17147 2004-09-30  Paul Eggert  <eggert@cs.ucla.edu>
17148
17149         * modules/argp (Maintainer): Replace Simon Josefsson
17150         by Sergey Poznyakoff.
17151
17152 2004-09-30  Paul Eggert  <eggert@cs.ucla.edu>
17153
17154         * config/srclist.txt: Comment-out argp/argp.h, until we get the argp
17155         changes merged back into glibc.
17156
17157 2004-09-30  Paul Eggert  <eggert@cs.ucla.edu>
17158
17159         * MODULES.html.sh (Support for systems lacking ISO C 99): Add snprintf.
17160
17161 2004-09-29  Oskar Liljeblad  <oskar@osk.mine.nu>
17162
17163         * lib/xvasprintf.c: Include xalloc.h.
17164         (xvasprintf): Use xalloc_die, not xmalloc_die.
17165
17166 2004-09-29  Bruno Haible  <bruno@clisp.org>
17167
17168         * modules/alloca-opt: New file, derived from modules/alloca.
17169         * modules/allocsa: Depend on alloca-opt instead of alloca.
17170         * modules/setenv: Likewise.
17171         * modules/vasnprintf: Likewise.
17172         * MODULES.html.sh: Add alloca-opt.
17173
17174 2004-09-28  Simon Josefsson  <jas@extundo.com>
17175
17176         * gnulib-tool: New parameter --lgpl, to asseert that modules are
17177         LGPL, and to replace license template from GPL to LGPL.
17178
17179 2004-09-28  Paul Eggert  <eggert@cs.ucla.edu>
17180
17181         * modules/dummy: Change license to LGPL.
17182
17183 2004-09-28  Paul Eggert  <eggert@cs.ucla.edu>
17184
17185         * lib/dummy.c: Change copyright notice to FSF, and license to GPL.
17186
17187 2004-09-24  Simon Josefsson  <jas@extundo.com>
17188
17189         * modules/minmax (License): Change from GPL to LGPL.
17190
17191 2004-09-23  Simon Josefsson  <jas@extundo.com>
17192
17193         * gnulib-tool (--import): Typo.
17194
17195 2004-09-23  Simon Josefsson  <jas@extundo.com>
17196
17197         * gnulib-tool (--import): Make sure *.m4 end up in m4/ by default.
17198
17199 2004-09-22  Bruno Haible  <bruno@clisp.org>
17200
17201         * modules/*: Add 'License' field.
17202         * gnulib-tool: Accept --extract-license option.
17203         (func_get_license): New function.
17204
17205 2004-09-21  Bruno Haible  <bruno@clisp.org>
17206
17207         * modules/vasnprintf (Files): Add m4/stdint_h.m4, m4/inttypes_h.m4.
17208         Reported by Simon Josefsson.
17209
17210 2004-09-20  Paul Eggert  <eggert@cs.ucla.edu>
17211
17212         * modules/inttostr (Files): Add m4/longlong.m4, since it uses
17213         gl_AC_TYPE_LONG_LONG.
17214
17215 2004-09-20  Paul Eggert  <eggert@cs.ucla.edu>
17216
17217         * config/srclist.txt: Add getsubopt.c, since libc bought our changes.
17218
17219 2004-09-18  Simon Josefsson  <jas@extundo.com>
17220         and  Paul Eggert  <eggert@cs.ucla.edu>
17221
17222         * gnulib-tool: Replace various ad-hoc automake/autoconf/aclocal
17223         calls with autoreconf.  Define GL_LIB.
17224
17225 2004-09-14  Karl Berry  <karl@gnu.org>
17226
17227         * config/srclist.txt: unsync setenv.c, sigh.
17228
17229 2004-09-13  Paul Eggert  <eggert@cs.ucla.edu>
17230
17231         * lib/argp-pvh.c (argp_program_version_hook): Provide initial value.
17232         Problem reported by Bruno Haible in:
17233         http://lists.gnu.org/archive/html/bug-tar/2004-09/msg00023.html
17234
17235 2004-09-13  Paul Eggert  <eggert@cs.ucla.edu>
17236
17237         * config/srclist.txt: Comment out argp-pvh.c.
17238
17239 2004-09-11  Paul Eggert  <eggert@cs.ucla.edu>
17240
17241         * lib/mempcpy.h: Wrap the entire include file inside #ifndef mempcpy,
17242         in case some system header has #define'd it.  Problem reported by
17243         Soeren D. Schulze in
17244         <http://lists.gnu.org/archive/html/bug-gnulib/2004-09/msg00017.html>.
17245
17246 2004-09-09  Karl Berry  <karl@gnu.org>
17247
17248         * regex.[ch]: delete from the root.  These were supposed to be
17249                 synced with emacs cvs, but this has not happened for about
17250                 a year, and anyway nothing else uses emacs regex.[ch].
17251                 bug-gnulib mail from Jeff Bailey, 9 Sep 2004 15:49:24 -0700.
17252                 lib/regex[.ch] is untouched.
17253
17254 2004-09-09  Bruno Haible  <bruno@clisp.org>
17255
17256         * modules/vasnprintf (Files): Add m4/eoverflow.m4.
17257
17258 2004-09-09  Bruno Haible  <bruno@clisp.org>
17259
17260         * m4/eoverflow.m4: New file, taken from GNU libiconv eilseq.m4 with
17261         modifications.
17262         * m4/vasnprintf.m4 (gl_FUNC_VASNPRINTF): Require gl_EOVERFLOW.
17263
17264 2004-09-08  Oskar Liljeblad  <oskar@osk.mine.nu>
17265
17266         * modules/xvasprintf: New file.
17267         * MODULES.html.sh (Extra functions based on ANSI C 89): Add vasprintf.
17268
17269 2004-09-08  Oskar Liljeblad  <oskar@osk.mine.nu>
17270
17271         * lib/xvasprintf.h: New file.
17272         * lib/xvasprintf.c: New file.
17273         * lib/xasprintf.c: New file.
17274
17275 2004-09-08  Bruno Haible  <bruno@clisp.org>
17276
17277         * m4/stdint.m4: New file, taken from GNU clisp with modifications.
17278
17279 2004-09-08  Bruno Haible  <bruno@clisp.org>
17280
17281         * lib/vasnprintf.c (VASNPRINTF): Signal EOVERFLOW if the resulting
17282         length is > INT_MAX.
17283         * lib/vasprintf.c (vasprintf): Don't test for length > INT_MAX any
17284         more.
17285
17286 2004-09-08  Bruno Haible  <bruno@clisp.org>
17287
17288         * lib/stdint_.h: New file, taken from GNU clisp.
17289
17290 2004-09-08  Bruno Haible  <bruno@clisp.org>
17291             Oskar Liljeblad  <oskar@osk.mine.nu>
17292
17293         * modules/stdint: New file.
17294         * MODULES.html.sh (Support for systems lacking ISO C 99): Add stdint.
17295
17296 2004-08-19  Paul Eggert  <eggert@cs.ucla.edu>
17297
17298         Import from coreutils.
17299         * lib/userspec.c: Don't use <alloca.h>, so that we don't use alloca on
17300         strings on unbounded length.  alloca's performance benefits aren't
17301         that important here.
17302         (V_STRDUP): Remove.
17303         (parse_with_separator): New function, with most of the internals
17304         of the old parse_user_spec.  Allow user to omit both user and group,
17305         for compatibility with FreeBSD.
17306         Clone only the user name, not the entire spec.
17307         Do not set *uid, *gid unless entirely successful.
17308         Avoid memory leak in some failing cases.
17309         Fix regression for USER.GROUP reported by Dmitry V. Levin in
17310         <http://lists.gnu.org/archive/html/bug-coreutils/2004-08/msg00102.html>
17311         (parse_user_spec): Rewrite to use parse_with_separator.
17312
17313 2004-08-19  Paul Eggert  <eggert@cs.ucla.edu>
17314
17315         * modules/userspec: Don't depend on alloca.
17316
17317 2004-08-19  Paul Eggert  <eggert@cs.ucla.edu>
17318
17319         * m4/userspec.m4 (gl_USERSPEC): Don't require AC_FUNC_ALLOCA.
17320
17321 2004-08-17  Paul Eggert  <eggert@cs.ucla.edu>
17322
17323         * MODULES.html.sh: Add xalloc-die, c-strtod, c-strtold, raise,
17324         readtokens0, getcwd, fcntl-safer, canonicalize, cycle-check,
17325         utimecmp, utimens, xnanosleep.  Rename sha to sha1.
17326
17327 2004-08-16  Simon Josefsson  <jas@extundo.com>
17328
17329         * gnulib-tool: Use sed instead of autoconf --trace, inspired by
17330         libtoolize behaviour by "Gary V. Vaughan" <gary@gnu.org>.
17331         Add --dry-run for --import.
17332         Let user provided command line parameters override configure.ac
17333         settings.
17334
17335 2004-08-12  Simon Josefsson  <jas@extundo.com>
17336
17337         * m4/getopt.m4 (gl_GETOPT_SUBSTITUTE): New macro,
17338         as discussed with Paul Eggert in threads rooted at
17339         <http://lists.gnu.org/archive/html/bug-gnulib/2004-06/msg00039.html>
17340         and
17341         <http://lists.gnu.org/archive/html/bug-gnulib/2004-07/msg00001.html>.
17342         Before, the test was empty, and relied on ELIDE_CODE in source
17343         code.)
17344         (gl_PREREQ_GETOPT): New macro.
17345         (gl_GETOPT): Use them.
17346
17347 2004-08-12  Simon Josefsson  <jas@extundo.com>
17348
17349         * lib/getopt.c, getopt1.c: Remove ELIDE_CODE hack.
17350         * lib/getopt_.h: Renamed from getopt.h.
17351
17352 2004-08-12  Simon Josefsson  <jas@extundo.com>
17353
17354         * gnulib-tool: Add --source-base, --m4-base, --libtool options.
17355         Change default library name from libfoo to libgnu.
17356         Now, if you have a configure.ac that says:
17357                 gl_SOURCE_BASE(gl)
17358                 gl_M4_BASE(gl/m4)
17359                 gl_MODULES(error getopt etcetera)
17360                 gl_INIT
17361         you can import all you need by running:
17362                 ../gnulib/gnulib-tool --import
17363
17364         * modules/getopt (Files): Rename getopt.h to getopt_.h.
17365         (Makefile.am): Rewrite, use logic from argz.
17366         (Include): Use <getopt.h> instead of "getopt.h".
17367
17368 2004-08-12  Paul Eggert  <eggert@cs.ucla.edu>
17369
17370         * modules/argp (Files): Add m4/unlocked-io.m4.
17371         (Depends-on): Add extensions.
17372
17373 2004-08-12  Paul Eggert  <eggert@cs.ucla.edu>
17374
17375         * m4/argp.m4 (gl_ARGP): Do not check for argp.h or argp_parse; nobody
17376         uses HAVE_ARGP_H or HAVE_ARGP_PARSE.
17377         Require gl_FUNC_GLIBC_UNLOCKED_IO, gl_USE_SYSTEM_EXTENSIONS.
17378         Check for program_invocation_name, program_invocation_short_name,
17379         flockfile, funlockfile, features.h, _getopt_long_only_r.
17380
17381 2004-08-12  Paul Eggert  <eggert@cs.ucla.edu>
17382
17383         * lib/argp-help.c, argp-parse.c: Use "gettext.h" instead of
17384         its complicated substitute.
17385         * lib/argp-help.c: Include <errno.h>, for program_invocation_short_name
17386         and program_invocation_name.
17387         (__argp_basename) [!_LIBC]: Remove; the only use was
17388         replaced by its body.
17389         (__argp_short_program_name): Change condition from
17390         !defined __argp_short_program_name to
17391         ! (defined _LIBC || HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME),
17392         to match argp-namefrob.h.
17393         (__argp_failure): Don't assume strerror_r returns char *.
17394         * lib/argp-parse.c (N_): Define unconditionally.
17395         (argp_default_options): Fill out initializers with 0 to avoid
17396         gcc warnings.
17397
17398 2004-08-12  Paul Eggert  <eggert@cs.ucla.edu>
17399
17400         * config/srclist.txt: Remove getopt.c, getopt.h (renamed to getopt_.h),
17401         getopt1.c.
17402
17403 2004-08-11  Paul Eggert  <eggert@cs.ucla.edu>
17404
17405         Merge from coreutils.
17406
17407         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Check for wmemchr and wmemcpy.
17408
17409         * m4/obstack.m4 (gl_PREREQ_OBSTACK): Require
17410         gl_AC_HEADER_INTTYPES_H, gl_AC_HEADER_STDINT_H, gl_AC_TYPE_UINTMAX_T.
17411
17412 2004-08-11  Paul Eggert  <eggert@cs.ucla.edu>
17413
17414         Merge from coreutils.
17415
17416         * lib/fnmatch.c (WIDE_CHAR_SUPPORT): Don't set to 1 if missing
17417         wmemchr or wmemcpy.  Problem reported by Robert Dahlem
17418         for Reliant Unix 5.43.
17419
17420         * lib/obstack.c: Include <inttypes.h> and <stdint.h> if available.
17421         (union fooround): Use uintmax_t, not long int.
17422         The rest is a merge from libc:
17423         [defined _LIBC]: Include <shlib-compat.h>.
17424         (_obstack) [defined _LIBC]: Remove after 2.3.4.
17425
17426         * lib/settime.c (settime): Recode to avoid warning with
17427         Sun Forte C 6U2.
17428
17429         * lib/strverscmp.c: Convert to UTF-8.
17430
17431 2004-08-11  Paul Eggert  <eggert@cs.ucla.edu>
17432
17433         * modules/obstack (Files): Add m4/inttypes_h.m4, m4/stdint_h.m4,
17434         m4/uintmax_t.m4.
17435
17436 2004-08-09  Paul Eggert  <eggert@cs.ucla.edu>
17437
17438         * modules/xalloc-die: New file.
17439         * modules/xalloc: Remove dependencies on error, gettext, exitfail.
17440
17441         * modules/md5 (Files): Add m4/uint32_t.m4.
17442         * modules/sha1: Renamed from modules/sha.
17443         (Files):
17444         Rename lib/sha.h to lib/sha1.h.
17445         Rename lib/sha.c to lib/sha1.c.
17446         Rename m4/sha.m4 to m4/sha1.m4.
17447         (lib_SOURCES): Likewise.
17448         (configure.ac): Rename gl_SHA to gl_SHA1.
17449         (Include): sha.h -> sha1.h.
17450
17451 2004-08-09  Paul Eggert  <eggert@cs.ucla.edu>
17452
17453         * m4/uint32_t.m4, m4/uintptr_t.m4: New files.
17454         * m4/sha1.m4: Renamed from sha.m4.
17455         (gl_SHA1): Renamed from gl_SHA.  All uses changed.
17456
17457 2004-08-09  Paul Eggert  <eggert@cs.ucla.edu>
17458
17459         * lib/obstack.h (obstack_empty_p):
17460         Don't assume that chunk->contents is suitably aligned.
17461         * lib/obstack.c (_obstack_begin, _obstack_begin_1, _obstack_newchunk):
17462         Likewise. Problem reported by Benno in
17463         <http://sources.redhat.com/ml/libc-alpha/2004-08/msg00055.html>.
17464
17465         * lib/chown.c (rpl_chown): Work even if the file is writeable but not
17466         readable.  This could be improved further but it'd take some work.
17467
17468 2004-08-08  Simon Josefsson  <jas@extundo.com>
17469
17470         * modules/xgethostname (Depends-on): Remove exit and error (not
17471         used).
17472
17473         * modules/getpass-gnu: Add getpass.h.
17474         (Depends-on): Add stdbool.
17475         * modules/getpass: Add getpass.h.
17476
17477 2004-08-08  Simon Josefsson  <jas@extundo.com>
17478
17479         * m4/getpass.m4 (gl_FUNC_GETPASS, gl_FUNC_GETPASS_GNU):
17480         Check getpass declaration.
17481
17482 2004-08-08  Simon Josefsson  <jas@extundo.com>
17483
17484         * lib/xgethostname.c: Don't include error.h (not used).
17485
17486         * lib/getpass.h: Add.
17487         * lib/getpass.c: Include getpass.h first.
17488
17489 2004-08-08  Paul Eggert  <eggert@cs.ucla.edu>
17490
17491         * lib/xalloc-die.c: New file.
17492         * lib/xalloc.h (xalloc_fail_func, xalloc_msg_memory_exhausted): Remove.
17493         All uses removed.
17494         * lib/xmalloc.c (xalloc_fail_func, xalloc_msg_memory_exhausted):
17495         Likewise. Move inclusions of gettext.h, error.h, exitfail.h to
17496         xalloc-die.c.
17497         (_, N_, xalloc_die): Move to xalloc-die.c.
17498         * lib/userspec.c (parse_user_spaec): Use xstrdup rather than strdup,
17499         so that we needn't mess with xalloc_msg_memory_exhausted.
17500
17501         * lib/sha1.h: Renamed from sha.h.
17502         (SHA1_H): Renamed from _SHA_H.
17503         (sha1_ctx): Renamed from sha_ctx.
17504         (sha1_init_ctx): Renamed from sha_init_ctx.
17505         (sha1_process_block): Renamed from sha_process_block.
17506         (sha1_process_bytes): Renamed from sha_process_bytes.
17507         (sha1_finish_ctx): Renamed from sha_finish_ctx.
17508         (sha1_read_ctx): Renamed from sha_read_ctx.
17509         (sha1_stream): Renamed from sha_stream.
17510         (sha1_buffer): Renamed from sha_buffer.
17511         * lib/sha1.c: Likewise; renamed from sha.c.
17512         Do not include <sys/types.h>.
17513         Include <stddef.h> rather than <stdlib.h>.
17514
17515 2004-08-08  Bruno Haible  <bruno@clisp.org>
17516
17517         * lib/pathname.h (FILE_SYSTEM_PREFIX_LEN): Renamed from
17518         FILESYSTEM_PREFIX_LEN.
17519         * lib/progreloc.c: Likewise.
17520         * lib/concatpath.c (concatenated_pathname): Use FILE_SYSTEM_PREFIX_LEN.
17521
17522 2004-08-06  Simon Josefsson  <jas@extundo.com>
17523
17524         * modules/progname (Depends-on): Don't depend on stdbool.
17525
17526 2004-08-06  Simon Josefsson  <jas@extundo.com>
17527
17528         * modules/getsubopt: New file.
17529         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
17530         getsubopt.
17531
17532 2004-08-06  Paul Eggert  <eggert@cs.ucla.edu>
17533
17534         More merge from coreutils.
17535
17536         * m4/utimens.m4, m4/utimecmp.m4: New files.
17537         * m4/backupfile.m4, euidacces.m4, acl.m4, afs.m4, calloc.m4, dirfd.m4,
17538         fsusage.m4, jm-macros.m4, ls-mntd-fs.m4, md5.m4, mountlist.m4,
17539         prereq.m4, sha.m4: Import changes from coreutils.
17540
17541 2004-08-06  Paul Eggert  <eggert@cs.ucla.edu>
17542
17543         More merge from coreutils.
17544         * modules/raise, modules/readtokens0, modules/utimens:
17545         * modules/utimecmp, module/xnanosleep: New files.
17546         * modules/strftime: Add lib/strftime.h.
17547         Change include from <time.h> to "strftime.h".
17548         * modules/yesno: Add lib/yesno.h.
17549         * modules/backupfile: Remove lib/addext.c.
17550         * modules/euidaccess: Add stat-macros.h.
17551         * modules/canonicalize, modules/euidaccess,
17552         modules/filemode, modules/lchown, modules/makepath,
17553         modules/rmdir, modules/stat: Likewise.
17554
17555 2004-08-06  Paul Eggert  <eggert@cs.ucla.edu>
17556
17557         Merge from tar.
17558         * lib/argp-help.c (make_hol, hol_append): Don't assume that
17559         SIZE_MAX is a valid preprocessor constant.
17560         (__argp_basename): Change from "#ifndef _LIBC"
17561         to "#ifndef __argp_short_program_name", so that
17562         we don't compile these functions for tar.
17563
17564         More merges from coreutils.
17565         * lib/raise.c, lib/readtokens0.h, lib/readtokens0.c, lib/strftime.h:
17566         * lib/utimens.h, lib/utimens.c, lib/utimecmp.h, lib/utimecmp.c:
17567         * lib/xnanosleep.h, lib/xnanosleep.c, lib/yesno.h: New files.
17568         * lib/addext.c: Remove; no longer needed.
17569         * lib/yesno.c, lib/argmatch.h, lib/argmatch.c, lib/backupfile.h,
17570         lib/backupfile.c, lib/euidaccess.c, lib/filemode.c, lib/closeout.c,
17571         lib/dup2.c, lib/exclude.c, lib/fileblocks.c, lib/filemode.c,
17572         lib/fnmatch.c, lib/fnmtahc_loop.c, lib/fopen-safer.c, lib/fsusage.c,
17573         lib/fsusage.h, lib/ftruncate.c, lib/full-write.c, lib/getdate.y,
17574         lib/getloadavg.c, lib/getugroups.c, lib/hard-locale.c,
17575         lib/hard-locale.h, lib/hash.c, lib/human.c, lib/human.h, lib/lchown.c,
17576         lib/lchown.h, lib/makepath.c, lib/makepath.h, lib/md5.c, lib/md5.h,
17577         lib/memchr.c, lib/memcoll.c, lib/memrchr.c, lib/modechange.c,
17578         lib/modechange.h, lib/mountlist.c, lib/mountlist.h, lib/nanosleep.c,
17579         lib/posixtm.c, lib/putenv.c, quotearg.c, lib/quotearg.h,
17580         lib/readtokens.c, lib/readutmp.c, lib/readutmp.h, lib/rmdir.c,
17581         lib/safe-read.c, lib/save-cwd.c, lib/savedir.c, lib/setenv.c,
17582         lib/sig2str.c, lib/stat.c, lib/strtoimax.c, lib/strverscmp.c,
17583         lib/userspec.c, lib/utime.c, lib/version-etc.c., lib/xgethostname.c,
17584         lib/xmemcoll.c, lib/xreadlink.c, lib/xstrtod.c, lib/xstrtod.h,
17585         lib/xstrtoimax.c, lib/xstrtol.c, lib/xstrtol.h, lib/xstrtoumax.c:
17586         Import changes from coreutils.
17587
17588 2004-08-05  Simon Josefsson  <jas@extundo.com>
17589
17590         * m4/strdup.m4: Always run gl_PREREQ_STRDUP, since strdup.h need it.
17591
17592 2004-08-05  Simon Josefsson  <jas@extundo.com>
17593
17594         * m4/getsubopt.m4: New file.
17595
17596 2004-08-05  Paul Eggert  <eggert@cs.ucla.edu>
17597
17598         Merge from coreutils.
17599
17600         * m4/c-strtod.m4, m4/canonicalize.m4, m4/fcntl-safer.m4:
17601         * m4/getcwd-path-max.m4: New files.
17602
17603         * m4/dos.m4 (gl_AC_DOS): filesystem -> file system renaming.
17604         FILESYSTEM_PREFIX_LEN ->
17605         FILE_SYSTEM_PREFIX_LEN.
17606         FILESYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX ->
17607         FILE_SYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX.
17608         FILESYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR ->
17609         FILE_SYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR.
17610
17611         * m4/path-concat.m4 (gl_PATH_CONCAT): Don't require gl_AC_DOS, the
17612         prerequisite modules now handle the DOS stuff.
17613         Don't check for unistd.h.
17614
17615 2004-08-05  Paul Eggert  <eggert@cs.ucla.edu>
17616
17617         Merge from coreutils.
17618
17619         * lib/.gdb-history: Remove; this doesn't belong here.
17620
17621         * lib/c-strtod.c, lib/c-strtod.h, lib/c-strtold.c, lib/cycle-check.c:
17622         * lib/cycle-check.h, lib/dev-ino.h, lib/canonicalize.h:
17623         * lib/canonicalize.c, lib/fcntl-safer.h, lib/fcntl-safer.c:
17624         * lib/getcwd.c: New files.
17625
17626         * lib/dirname.h: Include <stdbool.h>.
17627         (FILE_SYSTEM_PREFIX_LEN): Renamed from FILESYSTEM_PREFIX_LEN,
17628         for consistency with POSIX terminology.  All uses changed.
17629         (IS_ABSOLUTE_FILE_NAME, IS_RELATIVE_FILE_NAME): New macros.
17630         (strip_trailing_slashes): Use bool for booleans.
17631         * lib/stripslash.c (strip_trailing_slashes): Likewise.
17632
17633         * lib/error.c: Work around bug in OpenBSD 3.4 sterror_r: it
17634         sometimes returns a positive errno value even when it succeeds.
17635         (print_errno_message) [!LIBC]: Fall back on strerror if
17636         __strerror_r fails.
17637
17638         * lib/path-concat.c (mempcpy): Don't define if a system header defines
17639         it. Don't include stdio.h, stdlib.h, unistd.h, strdup.h.
17640         (longest_relative_suffix): New function.
17641         (path_concat): Use it.  Assume first argument is not NULL.
17642         Port to DOS.  Omit redundant separators.
17643         Report an error instead of returning NULL.
17644         Use mempcpy instead of memcpy.
17645         (xpath_concat): Remove: not declared or used.
17646
17647         * lib/same.h: Include <stdbool.h>
17648         (same_name): Return bool, not int.
17649         * lib/same.c (same_name): Likewise.
17650         (errno): Don't declare; we assume C89 or better now.
17651
17652         * lib/stat-macros (S_ISCTG, S_ISOFD, S_ISOFL): New macros,
17653         if not already defined.
17654
17655         * lib/xgetcwd.c (errno): Don't declare; we assume C89 or better now.
17656         * lib/dup-safer.c (errno): Likewise.
17657
17658 2004-08-05  Paul Eggert  <eggert@cs.ucla.edu>
17659
17660         Merge from coreutils.
17661         * modules/c-strtod, modules/c-strtold, modules/canonicalize:
17662         * modules/cycle-check, modules/fcntl-safer, modules/getcwd: New files.
17663         * modules/path-concat: Don't depend on strdup.
17664
17665 2004-08-03  Simon Josefsson  <jas@extundo.com>
17666
17667         * lib/strdup.h: Only use HAVE_DECL_STRDUP if defined.
17668         * lib/progname.h: Don't include stdbool.h.
17669
17670 2004-08-03  Paul Eggert  <eggert@cs.ucla.edu>
17671
17672         * modules/fatal: Remove, as the "fatal" module wasn't used or working.
17673         * MODULES.html.sh (func_all_modules): Remove fatal.
17674
17675 2004-08-03  Paul Eggert  <eggert@cs.ucla.edu>
17676
17677         * m4/fatal.m4: Remove, as the "fatal" module wasn't used or working.
17678
17679 2004-08-03  Paul Eggert  <eggert@cs.ucla.edu>
17680
17681         * lib/fatal.c, fatal.h: Remove as the "fatal" module wasn't used or
17682         working.
17683
17684 2004-08-02  Simon Josefsson  <jas@extundo.com>
17685
17686         * lib/getsubopt.h: New file, with comments from Bruno Haible.
17687         * lib/getsubopt.c: New file, from glibc, but slightly modified based on
17688         suggestions from Paul Eggert <eggert@cs.ucla.edu>.
17689
17690 2004-08-01  Simon Josefsson  <jas@extundo.com>
17691
17692         * lib/xgetdomainname.c: Include stdlib.h, for free().
17693
17694 2004-07-19  Bruno Haible  <bruno@clisp.org>
17695
17696         * MODULES.html.sh (func_all_modules): Add dummy.
17697
17698 2004-07-16  Simon Josefsson  <jas@extundo.com>
17699
17700         * modules/dummy: New file.
17701
17702 2004-07-16  Simon Josefsson  <jas@extundo.com>
17703
17704         * lib/dummy.c: New file.
17705
17706 2004-07-16  Bruno Haible  <bruno@clisp.org>
17707
17708         * lib/backupfile.h: Add extern "C" for C++.
17709         * lib/closeout.h: Likewise.
17710         * lib/copy-file.h: Likewise.
17711         * lib/findprog.h: Likewise.
17712         * lib/full-write.h: Likewise.
17713         * lib/pathname.h: Likewise.
17714         * lib/progname.h: Likewise.
17715         * lib/stpcpy.h: Likewise.
17716         * lib/stpncpy.h: Likewise.
17717         * lib/strcase.h: Likewise.
17718         * lib/strstr.h: Likewise.
17719         * lib/xalloc.h: Likewise.
17720
17721         * lib/mbswidth.h: Add extern "C" for C++.
17722         Reported by Albert Chin-A-Young <china@thewrittenword.com>.
17723
17724 2004-07-13  Robert Millan  <robertmh@gnu.org>
17725
17726         * m4/host-os.m4: s/KNetBSD/kNetBSD/g and s/KFreeBSD/kFreeBSD/g.
17727
17728 2004-07-09  Simon Josefsson  <jas@extundo.com>
17729
17730         * lib/getndelim2.c: Include stddef.h, for ptrdiff_t.  (FreeBSD 4.9
17731         failed without this.)
17732
17733 2004-07-09  Paul Eggert  <eggert@cs.ucla.edu>
17734
17735         * modules/chown (Files): Add lib/fchown-stub.c, since
17736         gl_PREREQ_CHOWN invokes AC_LIBOBJ(fchown-stub).
17737
17738 2004-07-09  Paul Eggert  <eggert@cs.ucla.edu>
17739
17740         * lib/fchown-stub.c: New file.
17741
17742 2004-06-24  Jim Meyering  <jim@meyering.net>
17743
17744         * lib/obstack.h (obstack_base): Cast to (void *), per documentation.
17745
17746 2004-06-22  Paul Eggert  <eggert@cs.ucla.edu>
17747
17748         * modules/argz: Omit "#include".
17749
17750         * MODULES.html.sh (func_all_modules): Add calloc, to match
17751         2004-06-01 addition of calloc module.
17752
17753 2004-06-22  Paul Eggert  <eggert@cs.ucla.edu>
17754
17755         * m4/argz.m4: New file, which is autoupdated from libtool.
17756
17757 2004-06-22  Paul Eggert  <eggert@cs.ucla.edu>
17758
17759         * lib/argz.c, lib/argz_.h: New files, which are autoupdated from
17760         libtool.
17761
17762 2004-06-22  Paul Eggert  <eggert@cs.ucla.edu>
17763
17764         * config/srclist-update: Don't insist on "USA." before the
17765         close-comment, as libtool omits the period and puts the */ on a
17766         separate line.
17767         * config/srclist.txt: Add argz.c, argz_.h, argz.m4.
17768         * config/srclistvars.sh: Add LIBTOOL (for eggert only).
17769
17770 2004-06-22  Gary V. Vaughan  <gary@gnu.org>
17771
17772         * modules/argz: New file.
17773         * MODULES.html.sh (func_all_modules): Add argz.
17774
17775 2004-06-12  Jim Meyering  <jim@meyering.net>
17776         and  Paul Eggert  <eggert@cs.ucla.edu>
17777
17778         * modules/hash (Files): Add lib/xalloc.h.
17779         * modules/pipe (Depends-on): Add wait-process.
17780         * modules/stat (Depends-on): Add xalloc.
17781         * modules/userspec (Files): Add lib/userspec.h.
17782         * modules/xstrto
17783
17784         Upgrade from gettext-0.13.
17785         * modules/gettext (Files): Add m4/intmax.m4, m4/longdouble.m4,
17786         m4/longlong.m4, m4/printf-posix.m4, m4/signed.m4, m4/size_max.m4,
17787         m4/wchar_t.m4, m4/wint_t.m4, m4/xsize.m4.
17788
17789 2004-06-10  Jim Meyering  <jim@meyering.net>
17790
17791         * lib/calloc.c: New file.
17792
17793 2004-06-06  Paul Eggert  <eggert@cs.ucla.edu>
17794
17795         * lib/getdate.y (yylex): Allow space between sign and number.
17796         Problem reported by Dan Jacobson.
17797
17798 2004-06-01  Paul Eggert  <eggert@cs.ucla.edu>
17799
17800         Merge from coreutils CVS.
17801
17802         * m4/backupfile.m4, dirname.m4, human.m4, inttypes.m4, longlong.m4,
17803         makepath.m4, memchr.m4, memcmp.m4, mountlist.m4, path-concat.m4,
17804         putenv.m4, quotearg.m4, readutmp.m4, strtoimax.m4, strtoll.m4,
17805         strtoull.m4, strtoumax.m4, ulonglong.m4, vasnprintf.m4,
17806         xstrtol.m4: Fix copyright date and/or serial number.
17807
17808         * m4/chown.m4 (gl_PREREQ_CHOWN): Check for fcntl.h.
17809         See if we need an fchown replacement.
17810         (gl_FUNC_CHOWN_FOLLOWS_SYMLINK): New macro.
17811         (gl_FUNC_CHOWN): Require gl_FUNC_CHOWN_FOLLOWS_SYMLINK,
17812         and use the replacement function if we detect either defect.
17813
17814         * m4/prereq.m4 (gl_PREREQ): Add gl_ALLOCSA, gl_CLOEXEC, gl_INTTOSTR,
17815         gl_UTIMECMP.
17816
17817 2004-06-01  Paul Eggert  <eggert@cs.ucla.edu>
17818         and  Jim Meyering  <jim@meyering.net>
17819
17820         Merge from coreutils CVS.
17821
17822         * lib/stat-macros.h: New file, with contents from file-type.h
17823         and coreutils' system.h.
17824         * lib/file-type.c: Include "stat-macros.h".
17825         * lib/file-type.h (file_type): Move all macro definitions to new file,
17826         stat-macros.h.
17827
17828         * lib/chown.c (rpl_chown) [CHOWN_FAILS_TO_HONOR_ID_OF_NEGATIVE_ONE]:
17829         Wrap old code with this conditional.
17830         [CHOWN_MODIFIES_SYMLINK]: Try to work around a chown
17831         function that does not dereference symlinks.
17832         * lib/lchown.c (lchown) [CHOWN_MODIFIES_SYMLINK]: Just call chown.
17833
17834         * lib/xreadlink.c: Include xreadlink.h first, to catch .h file
17835         dependency problems.
17836         (xreadlink): Accept new arg SIZE, for efficiency.
17837         All decls and uses changed.
17838         * lib/xreadlink.h: Include <stddef.h>, for size_t.
17839
17840         * lib/.cppi-disable: Add alloca_.h, allocsa.h, exit.h, getndelim2.h,
17841         gettext.h, localcharset.h, strdup.h, strndup.h, strtoul.c, time_r.h.
17842
17843         * lib/.cvsignore: Add alloca.h, fnmatch.h, poll.h, stdbool.h,
17844         sysexits.h.
17845
17846 2004-06-01  Jim Meyering  <jim@meyering.net>
17847
17848         * m4/calloc.m4: New file.
17849
17850 2004-05-31  Paul Eggert  <eggert@cs.ucla.edu>
17851
17852         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Detect _Bool bug in HP aC++/ANSI
17853         C B3910B A.05.55 [Dec 04 2003].  Problem reported by Jim Meyering.
17854         Also, fix a typo in a diagnostic.
17855
17856 2004-05-30  Paul Eggert  <eggert@cs.ucla.edu>
17857
17858         * m4/xalloc.m4 (gl_PREREQ_XMALLOC): Do not require AC_FUNC_MALLOC
17859         or AC_FUNC_REALLOC.
17860
17861 2004-05-30  Paul Eggert  <eggert@cs.ucla.edu>
17862
17863         * lib/xmalloc.c (HAVE_MALLOC, HAVE_REALLOC): Do not require these
17864         macros to be defined.
17865         (xnmalloc_inline, xnrealloc_inline, xcalloc): Do not die if
17866         the allocator returns NULL because the requested size is zero.
17867
17868 2004-05-20  Paul Eggert  <eggert@cs.ucla.edu>
17869
17870         * lib/malloc/obstack.c (_obstack) [defined _LIBC]: Bring back this
17871         var.  Add comment explaining why libc still defines it.  This
17872         merges the following patch from glibc:
17873         http://sources.redhat.com/ml/libc-alpha/2004-05/msg00157.html
17874
17875 2004-05-20  Andreas Schwab  <schwab@suse.de>
17876
17877         * m4/free.m4: Replace free if it not known to work, not the other
17878         way round.
17879
17880 2004-05-19  Paul Eggert  <eggert@cs.ucla.edu>
17881
17882         * lib/obstack.c (_obstack): Remove unused variable.  It hasn't been
17883         present in glibc since revision 1.1 of this file.
17884         * lib/obstack.h (_obstack_free, obstack_1grow, obstack_1grow_fast,
17885         obstack_alignment_mask, obstack_alloc, obstack_base,
17886         obstack_blank, obstack_blank_fast, obstack_chunk_size,
17887         obstack_copy, obstack_copy0, obstack_finish, obstack_grow,
17888         obstack_grow0, obstack_init, obstack_int_grow,
17889         obstack_int_grow_fast, obstack_make_room, obstack_memory_used,
17890         obstack_next_free, obstack_object_size, obstack_ptr_grow,
17891         obstack_ptr_grow_fast, obstack_room): Remove declarations of
17892         nonexistent functions.
17893
17894 2004-05-18  Karl Berry  <karl@gnu.org>
17895
17896         * config/srclist.txt: break link for vasnprintf.c.
17897
17898 2004-05-17  Paul Eggert  <eggert@cs.ucla.edu>
17899
17900         Port obstack to the AS/400, where pointers are 16 bytes wide and
17901         you cannot cast an integer to a valid pointer.  This patch is
17902         currently waiting to be integrated into glibc; see
17903         <http://sources.redhat.com/ml/libc-alpha/2004-05/msg00073.html>.
17904
17905         * lib/obstack.h (__PTR_TO_INT, __INT_TO_PTR): Remove.
17906         All uses of __INT_TO_PTR (PTR_TO_INT ...) replaced by __PTR_ALIGN.
17907         (__BPTR_ALIGN, __PTR_ALIGN): New macros.
17908         (struct obstack): temp member is now a union of a pointer and
17909         an integer, instead of an integer.  All integer uses changed.
17910         This does not affect the physical layout of struct obstack,
17911         except on hosts (like the AS/400) where the size or alignment of
17912         void * is greater than that of ptrdiff_t.
17913         (obstack_finish) [! (defined __GNUC__ && defined __STDC__ &&
17914         __STDC__)]: Store temporary in pointer member of union, not
17915         integer member.
17916         * lib/obstack.c: Include <stddef.h>, for offsetof.
17917         (struct fooalign): Remove; it doesn't need a name.
17918         (union fooround): Change double to long double, and add void *.
17919         (DEFAULT_ALIGNMENT): Use offsetof to compute.
17920         (DEFAULT_ALIGNMENT, DEFAULT_ROUNDING): Now an enum constant,
17921         not a macro.  Hence the values are always int; so remove all
17922         casts-to-int in uses.
17923
17924 2004-05-17  Paul Eggert  <eggert@cs.ucla.edu>
17925
17926         * config/srclist.txt: Break link for argp-help.c and argp-parse.c until
17927         we can get this patch merged into glibc.
17928
17929 2004-05-17  Derek R. Price  <derek@ximbiot.com>
17930             Paul Eggert  <eggert@cs.ucla.edu>
17931
17932         * m4/argp: Depend on alloca.
17933
17934 2004-05-17  Derek R. Price  <derek@ximbiot.com>
17935             Paul Eggert  <eggert@cs.ucla.edu>
17936
17937         * lib/argp-help.c, argp-parse.c: Assume <alloca.h> rather than
17938         freecoding.
17939
17940 2004-05-17  Bruno Haible  <bruno@clisp.org>
17941
17942         * lib/vasnprintf.c (VASNPRINTF): Correctly handle the case of a
17943         precision that consists of a '.' followed by an empty digit string.
17944         Patch by Tor Lillqvist <tml@iki.fi>.
17945
17946 2004-05-16  Paul Eggert  <eggert@cs.ucla.edu>
17947
17948         * m4/alloca.m4 (gl_FUNC_ALLOCA): Define HAVE_ALLOCA_H always,
17949         for backward compatibility with older code.  We need our own
17950         alloca.h if _AIX is defined.  Define HAVE_ALLOCA if we discover
17951         it under some other name, and our alloca.h will define it.
17952
17953 2004-05-16  Paul Eggert  <eggert@cs.ucla.edu>
17954             Derek Price  <derek@ximbiot.com>
17955
17956         * lib/alloca.c: Include <alloca.h>, to get our interface.
17957         * lib/alloca_.h: Use __alloca on AIX, so that we don't have to
17958         include <alloca.h> first.  Use C89 prototype for alloca; this
17959         requires including <stddef.h> for size_t.  Use extern "C" if C++.
17960         Use #elif for simplicity, since we can assume C89 now.
17961         Don't try to source the system alloca.h since it will not be found
17962         and to prevent recursively including its replacement.
17963         * lib/fnmatch.c: Include <alloca.h> instead of opencoding.
17964         * lib/regex.c: Likewise.
17965
17966 2004-05-16  Derek Price  <derek@ximbiot.com>
17967             Paul Eggert  <eggert@cs.ucla.edu>
17968
17969         getline cleanup.  This changes the getndelim2 API: both order of
17970         arguments, and meaning of delim2 (now uses EOF, not 0, to indicate
17971         no delimiter).
17972
17973         * lib/getline.c: Don't include stddef.h or stdio.h, since our
17974         interface does that.
17975         (getline): Always use getdelim, so that we don't have two
17976         copies of this code.
17977         * lib/getndelim2.c: Include <limits.h>, <inttypes.h>, <stdint.h>
17978         if available.
17979         (PTRDIFF_MAX, SIZE_MAX, SSIZE_MAX): Define if not defined.
17980         (GETNDELIM2_MAXIMUM): New macro.
17981         (getndelim2): Reorder arguments.  delim==EOF now means no delimiter,
17982         instead of the old practice of delim2==0.  All callers changed.
17983         Return -1 on overflow, instead of returning junk.
17984         Do not set *linesize unless allocation succeeds.
17985         * lib/getndelim2.h: Do not include stddef.h; no longer needed, now
17986         that we include sys/types.h.
17987         * lib/getnline.h: Likewise.
17988         * lib/getndelim2.h (GETNLINE_NO_LIMIT): New macro.
17989         (getndelim2): Reorder arguments.
17990         * lib/getnline.c (getnline, getndelim):
17991         Don't discard the NMAX argument.
17992         (getnline): Invoke getndelim, to avoid code duplication.
17993         * lib/getnline.h (GETNLINE_NO_LIMIT): New macro, used instead
17994         of (size_t) -1 by callers of the getnline family.
17995
17996 2004-05-13  Paul Eggert  <eggert@cs.ucla.edu>
17997
17998         * m4/gettime.m4 (gl_GETTIME): Require gl_TIMESPEC.
17999         Check for gettimeofday.
18000         * m4/settime.m4 (gl_SETTIME): Require gl_TIMESPEC.
18001         Check for settimeofday, stime.
18002
18003 2004-05-13  Paul Eggert  <eggert@cs.ucla.edu>
18004
18005         * lib/nanosleep.c (suspended): Change its type from int to
18006         sig_atomic_t volatile.
18007         (first_call): Make it private to rpl_nanosleep, and have it
18008         be zero initially as that's a bit faster.
18009         (my_usleep): Round up fractional times instead of truncating them,
18010         as this is the usual meaning for 'sleep'.
18011
18012         * lib/gettime.c (gettime): Fall back on `time' if `gettimeofday'
18013         doesn't work.
18014         * lib/settime.c: Include <unistd.h>, for stime (on Solaris 8, anyway).
18015         (ENOSYS): Define if not defined.
18016         (settime): Fall back on stime if it exists and settimeofday fails.
18017         But don't bother with fallbacks if a method fails with errno == EPERM.
18018
18019 2004-05-11  Jim Meyering  <jim@meyering.net>
18020
18021         Prior to this change, the save_cwd caller required read access to the
18022         current directory on most systems (ones with the fchdir function).
18023
18024         * lib/save-cwd.c (save_cwd) [HAVE_FCHDIR]: If opening `.' read-only
18025         fails, try write-only, and finally, resort to using xgetcwd.
18026
18027 2004-05-06  Paul Eggert  <eggert@cs.ucla.edu>
18028
18029         * lib/obstack.c, obstack.h: Import changes from libc.
18030
18031 2004-04-28  Bruno Haible  <bruno@clisp.org>
18032
18033         * lib/findprog.c (find_in_path): Treat Cygwin like Windows, since it
18034         also implicitly appends .exe to executables.
18035         * lib/localcharset.c (ISSLASH): Treat Cygwin like Windows, since it now
18036         accepts Windows pathnames.
18037         * lib/pathname.h (ISSLASH, IS_PATH_WITH_DIR, FILESYSTEM_PREFIX_LEN):
18038         Treat Cygwin like Windows, since it now accepts Windows pathnames.
18039         * lib/progreloc.c (ISSLASH, IS_PATH_WITH_DIR, FILESYSTEM_PREFIX_LEN):
18040         Treat Cygwin like Windows, since it now accepts Windows pathnames.
18041         Reported by Derek Robert Price <derek@ximbiot.com>.
18042
18043 2004-04-21  Karl Berry  <karl@gnu.org>
18044
18045         * config/srclist.txt (localcharset.c): break sync.
18046
18047 2004-04-20  Paul Eggert  <eggert@twinsun.com>
18048
18049         * m4/host-os.m4: Add a copyright notice.
18050
18051 2004-04-20  Jim Meyering  <jim@meyering.net>
18052
18053         Change UTILS_ to gl_ in AC_DEFINE'd names.
18054         Change utils_- and jm_-prefixed variables, too.
18055         * m4/mkdir-slash.m4 (gl_FUNC_MKDIR_TRAILING_SLASH): Renamed from
18056         UTILS_FUNC_MKDIR_TRAILING_SLASH.
18057         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Renamed from UTILS_FUNC_MKSTEP.
18058
18059         * m4/dirfd.m4 (gl_FUNC_DIRFD): Rename from UTILS_FUNC_DIRFD.
18060         Don't emit trailing blanks.
18061         Also rename jm_-prefixed variables to have gl_ prefix.
18062
18063         * m4/host-os.m4 (gl_HOST_OS): Rename from UTILS_HOST_OS.
18064         Also rename jm_-prefixed variables to have gl_ prefix.
18065
18066         * m4/jm-macros.m4: Reflect the renamings.
18067         * m4/prereq.m4: Likewise.
18068
18069 2004-04-20  Jim Meyering  <jim@meyering.net>
18070
18071         * lib/getndelim2.c (getndelim2): Upon realloc failure, don't leak
18072         memory.
18073
18074 2004-04-20  Jim Meyering  <jim@meyering.net>
18075             Bruno Haible  <bruno@clisp.org>
18076
18077         * lib/localcharset.c (get_charset_aliases) [!VMS && !WIN32]: Don't leak
18078         memory when realloc fails.
18079
18080 2004-04-19  Jim Meyering  <jim@meyering.net>
18081
18082         * m4/readutmp.m4 (gl_PREREQ_READUTMP): Require gl_FUNC_FREE,
18083         now that readutmp.c may call `free (0)'.
18084
18085 2004-04-19  Bruno Haible  <bruno@clisp.org>
18086
18087         * m4/mbrtowc.m4: Change jm_ to gl_ in cache variables as well.
18088         * m4/inttypes_h.m4: Likewise.
18089         * m4/stdint_h.m4: Likewise.
18090         * m4/intmax_t.m4: Likewise.
18091         * m4/uintmax_t.m4: Likewise.
18092
18093 2004-04-18  Jim Meyering  <jim@meyering.net>
18094
18095         * m4/prereq.m4: Don't forbid jm_ prefix.
18096
18097         * m4/afs.m4, m4/allocsa.m4, m4/assert.m4, m4/backupfile.m4:
18098         * m4/bison.m4, m4/check-decl.m4, m4/chown.m4, m4/d-ino.m4:
18099         * m4/d-type.m4, m4/dirname.m4, m4/dos.m4, m4/error.m4, m4/fpending.m4:
18100         * m4/fstypename.m4, m4/fsusage.m4, m4/ftruncate.m4, m4/getdate.m4:
18101         * m4/getgroups.m4, m4/gettext.m4, m4/glibc21.m4, m4/group-member.m4:
18102         * m4/human.m4, m4/intmax.m4, m4/intmax_t.m4, m4/inttostr.m4:
18103         * m4/inttypes.m4, m4/inttypes_h.m4, m4/jm-macros.m4, m4/jm-winsz1.m4:
18104         * m4/jm-winsz2.m4, m4/lchown.m4, m4/lib-check.m4, m4/link-follow.m4:
18105         * m4/localcharset.m4, m4/longlong.m4, m4/ls-mntd-fs.m4, m4/lstat.m4:
18106         * m4/makepath.m4, m4/mbrtowc.m4, m4/mbswidth.m4, m4/memchr.m4:
18107         * m4/memcmp.m4, m4/mkdtemp.m4, m4/mkstemp.m4, m4/mountlist.m4:
18108         * m4/nanosleep.m4, m4/path-concat.m4, m4/perl.m4, m4/prereq.m4:
18109         * m4/putenv.m4, m4/quotearg.m4, m4/regex.m4, m4/stat.m4:
18110         * m4/stdint_h.m4, m4/strftime.m4, m4/strtoimax.m4, m4/strtoll.m4:
18111         * m4/strtoull.m4, m4/strtoumax.m4, m4/timespec.m4, m4/uintmax_t.m4:
18112         * m4/ulonglong.m4, m4/unlink-busy.m4, m4/unlocked-io.m4, m4/uptime.m4,
18113         * m4/utimbuf.m4, m4/utime.m4, m4/utimes-null.m4, m4/vasnprintf.m4:
18114         * m4/xstrtoimax.m4, m4/xstrtol.m4, m4/xstrtoumax.m4:
18115         Change jm_ to gl_ in AC_DEFINE'd names. Update all uses.
18116
18117 2004-04-18  Jim Meyering  <jim@meyering.net>
18118
18119         * lib/readutmp.c (read_utmp) [UTMP_NAME_FUNCTION]: Upon realloc
18120         failure, don't leak memory and do call END_UTMP_ENT.
18121
18122 2004-04-16  Jim Meyering  <jim@meyering.net>
18123
18124         * m4/prereq.m4 (jm_PREREQ_STAT): Remove macro.  It is specific to
18125         coreutils' stat program.
18126         (gl_PREREQ): Don't require jm_PREREQ_STAT.
18127
18128 2004-04-11  Paul Eggert  <eggert@twinsun.com>
18129
18130         * lib/inttostr.h: Include <limits.h> unconditionally, since we assume
18131         C89.
18132         (CHAR_BIT): Remove, since we assume C89.
18133         Include <stdint.h> if available, as per current Autoconf CVS advice.
18134
18135 2004-03-31  Jim Meyering  <jim@meyering.net>
18136
18137         * m4/prereq.m4: Require AC_FUNC_MALLOC, not jm_FUNC_MALLOC.
18138         Require AC_FUNC_REALLOC, not jm_FUNC_REALLOC.
18139         * m4/xalloc.m4: Likewise.
18140
18141 2004-03-30  Paul Eggert  <eggert@twinsun.com>
18142
18143         Merge from coreutils.
18144
18145         * m4/inttostr.m4: New file.
18146         * m4/getdate.m4 (gl_GETDATE): Remove time-related stuff.
18147         Require AM_STDBOOL_H and gl_TIMESPEC instead.
18148         Require gl_CLOCK_TIME.
18149         * m4/clock_time.m4 (gl_CLOCK_TIME): Require AC_GNU_SOURCE.
18150
18151 2004-03-30  Paul Eggert  <eggert@twinsun.com>
18152
18153         * lib/cloexec.h, cloexec.c (set_cloexec_flag): Return int
18154         not bool, to be more consistent with Unix conventions.
18155         Suggested by Bruno Haible.
18156
18157         Merge from coreutils.
18158
18159         * lib/imaxtostr.c, lib/inttostr.c, lib/inttostr.h, lib/offtostr.c:
18160         * lib/umaxtostr.c: New files.
18161
18162         * lib/getdate.h: Include stdbool.h, and timespec.h instead of
18163         the usual <time.h> dance.
18164         (get_date): Change signature to support fractional time stamps.
18165         All callers changed.
18166         * lib/getdate.y: Include "getdate.h" first, as we can now
18167         assume C89 and don't need to worry about 'const'.
18168         Similarly, include "unlocked-io.h" near start, not in middle.
18169         Include <limits.h>.
18170         (textint.value): Use long int rather than int.
18171         (textint.digits): Use size_t rather than int.
18172         (BILLION, LOG10_BILLION): New constants.
18173         (parser_control): New member rel_ns.  Members day_ordinal,
18174         time_zone, month, day, hour, minutes, rel_year, rel_month,
18175         rel_day, rel_hour, rel_minutes, rel_seconds
18176         are now long int, not int.  Member seconds is now struct timespec,
18177         not int.  New member timespec_seen.  Members dates_seen, days_seen,
18178         local_zones_seen, rels_seen, times_seen, zones_seen are now size_t,
18179         not int.
18180         (%union.intval): Now long int, not int.
18181         New member timespec.
18182         (tSDECIMAL_NUMBER, tUDECIMAL_NUMBER): New tokens.
18183         (seconds, signed_seconds, unsigned_seconds): New nonterminals.
18184         (spec): Now is a timespec or an item list.
18185         (timespec, items): New nonterminals.
18186         (time, rel, relunit, number, get_date):
18187         Add support for fractional seconds.
18188         (time): Fix bug: seconds weren't cleared in "00:00 +0000" syntax.
18189         (gmtime, localtime, mktime): Remove decls; not needed with C89.
18190         (to_hour): First arg is now long int, not int.
18191         (to_year): Returns long int, not int.
18192         Don't treat year -70 like 70.
18193         (tm_diff): Returns long int, not int.
18194         (lookup_word): Use bool instead of int when appropriate.
18195         (yylex): Use size_t for count, not int.
18196         Detect overflow when parsing large integer constants.
18197         Add support for fractions.
18198         (get_date): Make pointers 'const' if possible.
18199         Use more-portable code to detect integer overflow.
18200         (main) [TEST]: Adjust to above changes.  Test for localtime failure.
18201         Don't use ctime; it's not reliable if the year has >4 digits.
18202
18203         * lib/human.c (humblock): Inspect BLOCKSIZE if BLOCK_SIZE isn't set.
18204         This is for compatibility with BSD.
18205
18206         * lib/timespec.h (ST_TIME_CMP_NS, ST_TIME_CMP): Define.
18207         (ATIME_CMP, CTIME_CMP, MTIME_CMP, TIMESPEC_NS): Likewise.
18208         From coreutils' system.h.
18209
18210         * lib/userspec.c: Don't include "posixver.h".
18211         (parse_user_spec): Fall back on USER.GROUP parsing, regardless
18212         of POSIX version, as POSIX 1003.1-2001 allows that behavior as a
18213         compatible extension.  Simplify code by removing a boolean int
18214         that was always nonzero if a string was nonnull.
18215
18216 2004-03-30  Jim Meyering  <jim@meyering.net>
18217
18218         Merge from coreutils.
18219
18220         Avoid a configure-time warning about sys/ucred.h on OSF V4.0.
18221         * m4/ls-mntd-fs.m4: Test for sys/ucred.h separately, since
18222         on some systems one must include <grp.h> before it.
18223         Reported by Christian Krackowizer.
18224
18225 2004-03-30  Jim Meyering  <jim@meyering.net>
18226
18227         Merge from coreutils.
18228
18229         * lib/mountlist.c [HAVE_SYS_UCRED_H]: Include grp.h before sys/ucred.h.
18230
18231         * lib/readtokens.c (readtoken): Don't leak 64 bytes when reading
18232         an empty input stream.
18233
18234         * lib/readtokens.c: Include <stdbool.h>.
18235         (readtoken): Use `size_t' rather than int/long.
18236         All callers adjusted.
18237         Use `bool' rather than `int' where appropriate.
18238         Use memset rather than an explicit loop.
18239         Use x2nrealloc rather than xrealloc.
18240         Allow the use of `\0' as a delimiter.
18241         (readtokens): Likewise.
18242         * lib/readtokens.h (readtoken, readtokens): Update prototypes.
18243
18244 2004-03-30  Jim Meyering  <jim@meyering.net>
18245
18246         * m4/realloc.m4: Remove file, since now it does no more than
18247         AC_REQUIRE([AC_FUNC_REALLOC]), and that can be done via
18248         the `configure.ac' section of module/realloc.
18249         * m4/malloc.m4: Likewise, but for AC_FUNC_MALLOC.
18250
18251 2004-03-30  Bruno Haible  <bruno@clisp.org>
18252
18253         * lib/getloadavg.c (getloadavg): Don't assume setlocale returns
18254         nonnull.
18255
18256 2004-03-29  Paul Eggert  <eggert@twinsun.com>
18257
18258         Merge changes to getloadavg.c from coreutils and Emacs.
18259
18260         * lib/getloadavg.c [!defined HAVE_SETLOCALE] (setlocale):
18261         Define to an expression, not to the empty string.
18262         Include cloexec.h and xalloc.h.
18263         (getloadavg): Restore LC_NUMERIC locale after setting it temporarily.
18264         Use set_cloexec_flag rather than rolling our own.
18265         * lib/cloexec.c, lib/cloexec.h: New files.
18266
18267 2004-03-29  Paul Eggert  <eggert@twinsun.com>
18268
18269         * m4/cloexec.m4: New file.
18270
18271 2004-03-18  Paul Eggert  <eggert@twinsun.com>
18272
18273         * lib/getopt.h: Sync with libc CVS.
18274
18275 2004-03-18  Paul Eggert  <eggert@twinsun.com>
18276             Bruno Haible  <bruno@clisp.org>
18277
18278         * m4/mbswidth.m4 (gl_MBSWIDTH): Also test whether <wchar.h> declares
18279         mbswidth.
18280
18281 2004-03-18  Paul Eggert  <eggert@twinsun.com>
18282             Bruno Haible  <bruno@clisp.org>
18283
18284         * lib/mbswidth.h: Include <wchar.h> only if
18285         HAVE_DECL_MBSWIDTH_IN_WCHAR_H, not on all platforms that have
18286         <wchar.h>.
18287         * lib/mbswidth.c: Include <stdio.h> and <time.h> before <wchar.h>.
18288
18289 2004-03-09  Paul Eggert  <eggert@twinsun.com>
18290
18291         * lib/argp-parse.c, getopt.c, getopt.h, getopt1.c:
18292         Sync with libc CVS.
18293         * lib/getopt_int.h: New file, also synced from libc.
18294
18295 2004-03-09  Paul Eggert  <eggert@twinsun.com>
18296
18297         * config/srclistvars.sh: Add GNUWWWLICENSES for eggert.
18298         * config/srclist.txt: Sync getopt with libc.  Add getopt_int.h.
18299         Bring back getopt.c, getopt.h, getopt1.c.
18300
18301 2004-03-07  Paul Eggert  <eggert@twinsun.com>
18302
18303         * m4/c-stack.m4 (gl_PREREQ_C_STACK): Renamed from jm_PREREQ_C_STACK.
18304         All uses changed.  Check for sa_sigaction member; this fixes
18305         a bug first reported by Jason Andrade in
18306         <http://mail.gnu.org/archive/html/bug-textutils/2003-03/msg00027.html>.
18307
18308 2004-03-07  Paul Eggert  <eggert@twinsun.com>
18309
18310         * lib/c-stack.c (SIGACTION_WORKS): New macro.  Use it instead of long
18311         '#if' expressions.  Unlike the code it replaces, it does not
18312         depend on (defined _SC_PAGESIZE).  However, it does depend on
18313         HAVE_STRUCT_SIGACTION_SA_SIGACTION; this last change fixes a bug
18314         first reported by Jason Andrade in
18315         <http://mail.gnu.org/archive/html/bug-textutils/2003-03/msg00027.html>.
18316
18317 2004-02-25  Simon Josefsson  <jas@extundo.com>
18318
18319         * m4/strdup.m4 (gl_PREREQ_STRDUP): Check whether strdup is declared.
18320
18321 2004-02-25  Simon Josefsson  <jas@extundo.com>
18322
18323         * lib/strdup.h: New file.
18324         * lib/strdup.c: Include it.
18325         * lib/path-concat.c: Include strdup.h. Drop strdup declaration.
18326         * lib/userspec.c: Include strdup.h. Drop strdup declaration.
18327
18328 2004-02-23  Karl Berry  <karl@gnu.org>
18329
18330         * doc/maintain.texi, doc/standards.texi, doc/make-stds.texi: new files
18331         (from fencepost.gnu.org:/gd/gnuorg).
18332
18333 2004-02-23  Karl Berry  <karl@gnu.org>
18334
18335         * config/srclistvars.sh (GNUORG) [karl]: redefine.
18336         * config/srclist.txt: add maintain/standards documents.
18337
18338 2004-02-18  Bruno Haible  <bruno@clisp.org>
18339
18340         * m4/xsize.m4 (gl_XSIZE): Require AC_C_INLINE.
18341         Reported by Derek Robert Price <derek@ximbiot.com>.
18342
18343 2004-02-16  Karl Berry  <karl@gnu.org>
18344
18345         * config/mkinstalldirs, install-sh: update from automake.
18346
18347 2004-02-06  Karl Berry  <karl@gnu.org>
18348
18349         * m4/po.m4: update from gettext 0.14.1.
18350
18351 2004-02-06  Karl Berry  <karl@gnu.org>
18352
18353         * lib/config.charset: update from gettext 0.14.1.
18354
18355 2004-02-05  Paul Eggert  <eggert@twinsun.com>
18356
18357         Add comments and code, prompted by suggestions from Bruno Haible
18358         for sh-quote.
18359         * lib/quotearg.h (quotearg_alloc): New decl.  Improve the comments
18360         describing the enum quoting_style values.
18361         * lib/quotearg.c (quotearg_alloc): New function.
18362         (quotearg_buffer_restyled): Treat lone { and } as special.
18363         Treat = as special.  Work around bug with older shells
18364         that "see" a '\' that is really the 2nd byte of a multibyte char.
18365         Quote empty string with shell_quoting_style.
18366
18367 2004-02-03  Bruno Haible  <bruno@clisp.org>
18368
18369         * m4/pipe.m4: New file, from GNU gettext.
18370
18371 2004-02-03  Bruno Haible  <bruno@clisp.org>
18372
18373         * lib/pipe.h: New file, from GNU gettext.
18374         * lib/pipe.c: New file, from GNU gettext.
18375
18376 2004-01-27  Bruno Haible  <bruno@clisp.org>
18377
18378         * m4/execute.m4: New file, from GNU gettext.
18379
18380 2004-01-27  Bruno Haible  <bruno@clisp.org>
18381
18382         * lib/execute.h: New file, from GNU gettext.
18383         * lib/execute.c: New file, from GNU gettext.
18384         * lib/w32spawn.h: New file, from GNU gettext.
18385
18386 2004-01-24  Paul Eggert  <eggert@twinsun.com>
18387
18388         Merge from diffutils.
18389
18390         * lib/file-type.c (file_type): Add typed memory objects.
18391         * lib/file-type.h (S_TYPEISTMO): New macro.
18392
18393         * lib/c-stack.h (c_stack_action): Remove argv argument.
18394         * lib/c-stack.c (c_stack_action): Likewise.  All uses changed.
18395         (die): Don't calculate message unless segv_action returns.
18396         (get_stack_location, min_address_from_argv, max_address_from_argv,
18397         volatile stack_base, volatile_stack_size): Remove.
18398         (segv_handler): If ! HAVE_XSI_STACK_OVERFLOW_HEURISTIC, assume
18399         that every segmentation violation is a stack overflow.  (Ouch!)
18400         See Debian bug 136249 (still outstanding) for more info about why
18401         HAVE_XSI_STACK_OVERFLOW_HEURISTIC fails on Linux kernels.
18402
18403 2004-01-24  Paul Eggert  <eggert@twinsun.com>
18404
18405         Exit-status fix from coreutils.
18406
18407         Use exit_failure consistently in place of EXIT_FAILURE,
18408         so that program exit statuses are consistent on failure.
18409
18410         * lib/argmatch.c (ARGMATCH_DIE) [! defined ARGMATCH_DIE]:
18411         Include "exitfail.h", and use exit_failure rather than EXIT_FAILURE.
18412         * lib/argmatch.h: Comment fix to match the above.
18413         * lib/obstack.c (obstack_exit_failure) [!defined _LIBC]:
18414         Now a macro referring to exit_failure, instead of a separate
18415         variable.  Include "exitfail.h" to get it.
18416         * lib/xstrtol.h: Include "exitfail.h".
18417         (STRTOL_FATAL_ERROR): Exit with status exit_failure, not 2.
18418
18419         * lib/long-options.c (parse_long_options): Use prototype
18420         for usage function arg.  Pass it EXIT_SUCCESS rather than 0,
18421         for clarity.
18422
18423 2004-01-21  Jim Meyering  <jim@meyering.net>
18424
18425         * lib/mktime.c (__mktime_internal) [!_LIBC]: Define to mktime_internal
18426         so as not to conflict with a different-sized __mktime_internal
18427         function in GNU libc.
18428         * lib/timegm.c (__mktime_internal) [!_LIBC]: Likewise.
18429         Problem building statically-linked `ls' reported by Michael Brunnbauer.
18430
18431 2004-01-20  Karl Berry  <karl@gnu.org>
18432
18433         * config/config.guess: update from config.
18434
18435         * config/srclistvars.sh: GNUWWWLICENSES for karl.
18436
18437 2004-01-20  Bruno Haible  <bruno@clisp.org>
18438
18439         Safer stack allocation.
18440         * lib/setenv.c: Include allocsa.h.
18441         (alloca): Remove fallback definition.
18442         (freea): Remove macro.
18443         (__add_to_environ) [!_LIBC]: Use allocsa instead of alloca. Use freesa
18444         instead of freea.
18445
18446 2004-01-20  Bruno Haible  <bruno@clisp.org>
18447
18448         * m4/eealloc.m4: New file, from GNU gettext.
18449
18450 2004-01-20  Bruno Haible  <bruno@clisp.org>
18451
18452         * m4/allocsa.m4: New file, from GNU gettext.
18453
18454 2004-01-20  Bruno Haible  <bruno@clisp.org>
18455
18456         * lib/xallocsa.h: New file, from GNU gettext.
18457         * lib/xallocsa.c: New file, from GNU gettext.
18458
18459 2004-01-20  Bruno Haible  <bruno@clisp.org>
18460
18461         * lib/wait-process.c: On Windows, include windows.h. Needed on mingw.
18462
18463 2004-01-20  Bruno Haible  <bruno@clisp.org>
18464
18465         * lib/wait-process.c (wait_subprocess): Add ignore_sigpipe argument.
18466         * lib/wait-process.c (wait_subprocess): Likewise. Handle SIGPIPE
18467         specially.
18468
18469 2004-01-20  Bruno Haible  <bruno@clisp.org>
18470
18471         * lib/wait-process.c (wait_process): Disable the 2003-10-31 waitid()
18472         patch.
18473
18474 2004-01-20  Bruno Haible  <bruno@clisp.org>
18475
18476         * lib/wait-process.c (cleanup_slaves): Use ANSI C declaration.
18477
18478 2004-01-20  Bruno Haible  <bruno@clisp.org>
18479
18480         * lib/eealloc.h: New file.
18481
18482 2004-01-20  Bruno Haible  <bruno@clisp.org>
18483
18484         * lib/binary-io.h: Avoid warnings on Cygwin.
18485
18486 2004-01-20  Bruno Haible  <bruno@clisp.org>
18487
18488         * lib/allocsa.h: New file, from GNU gettext.
18489         * lib/allocsa.c: New file, from GNU gettext.
18490
18491 2004-01-18  Karl Berry  <karl@gnu.org>
18492
18493         * doc/gpl.texi, doc/lgpl.texi: new files.
18494
18495 2004-01-18  Karl Berry  <karl@gnu.org>
18496
18497         * config/srclistvars.sh (GNUWWWLICENSES): new variable.
18498         * config/srclist.txt ({fdl,gpl,lgpl}.text): get from there.
18499
18500 2004-01-15  Paul Eggert  <eggert@twinsun.com>
18501
18502         Merge from coreutils.
18503
18504         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Check for uintptr_t.
18505         * m4/posixver.m4 (gl_POSIXVER): Require gl_DEFAULT_POSIX2_VERSION.
18506         (gl_DEFAULT_POSIX2_VERSION): Move
18507         the documentation from 'configure' into 'config.hin',
18508         so that 'configure --help' isn't burdened by it and
18509         we don't have to worry about its formatting there.
18510         Reword the documentation so that it's more succinct
18511         and can be run together into a single paragraph.
18512         * m4/same.m4 (gl_SAME): Check for pathconf.
18513
18514 2004-01-15  Paul Eggert  <eggert@twinsun.com>
18515
18516         Merge from coreutils.
18517
18518         * lib/posixver.c: Include posixver.h.
18519
18520         * lib/same.c: Include <stdbool.h>, <limits.h>.
18521         (_POSIX_NAME_MAX): Define if not defined.
18522         (MIN): New macro.
18523         (same_name): If file names are silently truncated, report
18524         that the file names are the same if they are the same after
18525         the silent truncation.
18526
18527         * lib/xstrtod.h (xstrtod): Accept an extra arg, specifying the
18528         conversion function.
18529         * lib/xstrtod.c (xstrtod): Likewise.  All callers changed to
18530         include c-strtod.h and use c_strtod.  Don't include stdlib.h; no
18531         longer needed.
18532
18533 2004-01-15  Jim Meyering  <jim@meyering.net>
18534
18535         Merge from coreutils.
18536
18537         * m4/clock_time.m4 (gl_CLOCK_TIME): Don't set LIB_CLOCK_GETTIME
18538         if no library is required.
18539         * m4/jm-macros.m4: Don't require UTILS_SYS_OPEN_MAX.
18540         * m4/jm-macros.m4 (jm_MACROS): Require gl_FUNC_FREE.
18541         * m4/jm-macros.m4 (jm_MACROS): Require autoconf-2.58.
18542         (AC_LANG_SOURCE): Remove definition, now that we require autoconf-2.58.
18543         * m4/jm-macros.m4 (jm_MACROS): Don't require AC_FUNC_FTW.
18544         * m4/lib-check.m4 (jm_LIB_CHECK): Do not set LIB_CRYPT to the
18545         value, $ac_cv_search_crypt, if it's "none required".
18546         * m4/posixver.m4 (gl_DEFAULT_POSIX2_VERSION): New macro.
18547         * m4/prereq.m4 (jm_PREREQ): Require AC_FUNC_GETLOADAVG,
18548         not gl_FUNC_GETLOADAVG.
18549         * m4/prereq.m4 (jm_PREREQ): Require gl_READTOKENS, gl_MD5, gl_MAKEPATH,
18550         gl_LONG_OPTIONS, and gl_IDCACHE, gl_GETUGROUPS.
18551
18552 2004-01-15  Jim Meyering  <jim@meyering.net>
18553
18554         Merge from coreutils.
18555
18556         * lib/md5.h (rol) [__GNUC__ && __i386__]: Don't use `asm' code.  These
18557         days, gcc-3.x does better all by itself.  Patch from Dean Gaudet:
18558         http://mail.gnu.org/archive/html/bug-coreutils/2003-11/msg00144.html
18559
18560         * lib/posixver.c (DEFAULT_POSIX2_VERSION): Use definition of new,
18561         optional configure-time default.
18562
18563         * lib/version-etc.c (version_etc_copyright): Update copyright date.
18564
18565         * lib/xreadlink.c (xreadlink): Correct outdated comment.
18566
18567 2004-01-15  Alexandre Duret-Lutz  <adl@gnu.org>
18568
18569         Merge from coreutils.
18570
18571         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): Do not set LIB_NANOSLEEP to the
18572         value, $ac_cv_search_nanosleep, if it's "none required".
18573
18574 2004-01-14  Paul Eggert  <eggert@twinsun.com>
18575
18576         * lib/fnmatch_loop.c (ALLOCA_LIMIT): Remove macro, which collided
18577         with like-named macro in fnmatch.c.
18578         (EXT): Use an internal constant instead.
18579
18580         Merge fnmatch patches from glibc.
18581         * lib/fnmatch.c (mbsinit): Remove define.
18582         Add libc_hidden_ver (__fnmatch, fnmatch).
18583         * lib/fnmatch_loop.c (FCT): Cast to int32_t and UCHAR when appropriate.
18584         Adjust to renaming of collseq_table_lookup to __collseq_table_lookup.
18585
18586 2004-01-14  Karl Berry  <karl@gnu.org>
18587
18588         * config/install-sh: update from automake.
18589
18590 2004-01-13  Karl Berry  <karl@gnu.org>
18591
18592         * config/install-sh: update from automake.
18593
18594 2004-01-09  Karl Berry  <karl@gnu.org>
18595
18596         * config/install-sh: update from automake.
18597
18598 2004-01-05  Karl Berry  <karl@gnu.org>
18599
18600         * config/config.{sub,guess}: update from config.
18601
18602 2003-12-31  Karl Berry  <karl@gnu.org>
18603
18604         * config/depcomp: update from automake.
18605
18606 2003-12-14  Karl Berry  <karl@gnu.org>
18607
18608         * lib/config.charset: update from gettext-runtime.
18609
18610 2003-12-03  Paul Eggert  <eggert@twinsun.com>
18611
18612         * lib/getgroups.c (getgroups): xmalloc takes one argument, not two.
18613         Bug reported by Alfred M. Szmidt.
18614
18615 2003-12-03  Bruno Haible  <bruno@clisp.org>
18616
18617         * m4/gettext.m4: Upgrade from gettext-0.13.
18618         * m4/po.m4: Upgrade from gettext-0.13.
18619         * m4/size_max.m4 (gl_SIZE_MAX): Don't use the _ONCE macros here.
18620         * m4/intmax.m4: New file, from gettext-0.13.
18621         * m4/printf-posix.m4: New file, from gettext-0.13.
18622
18623 2003-11-29  Karl Berry  <karl@gnu.org>
18624
18625         * lib/argp-{help.c,parse.c,namefrob.h}, argp.h: update from libc.
18626
18627 2003-11-25  Paul Eggert  <eggert@twinsun.com>
18628             Bruno Haible  <bruno@clisp.org>
18629
18630         * lib/printf-parse.h: Don't include sys/types.h.
18631         (ARG_NONE): New macro.
18632         (char_directive): Change type of *arg_index fields to size_t.
18633         * lib/printf-parse.c: Don't include sys/types.h.
18634         (SSIZE_MAX): Remove macro.
18635         (PRINTF_PARSE): Change the type of the arg_index variables to size_t.
18636         Remove unnecessary overflow check.
18637         * lib/vasnprintf.c (VASNPRINTF): Update for type change of *arg_index
18638         fields.
18639
18640 2003-11-25  Bruno Haible  <bruno@clisp.org>
18641
18642         * modules/vasnprintf (Files): Remove m4/ssize_t.m4.
18643
18644 2003-11-25  Bruno Haible  <bruno@clisp.org>
18645
18646         * m4/vasnprintf.m4 (gl_PREREQ_PRINTF_PARSE): Don't require
18647         gt_TYPE_SSIZE_T.
18648
18649 2003-11-24  Paul Eggert  <eggert@twinsun.com>
18650
18651         * modules/alloca: Remove dependency on xalloc.
18652
18653 2003-11-24  Paul Eggert  <eggert@twinsun.com>
18654
18655         * lib/alloca.c: Remove dependency on xalloc module.
18656         (xalloc_die): Remove.
18657         (memory_full) [!defined emacs]: New macro.
18658         [!defined emacs]: Don't include xalloc.h.
18659         (alloca): Invoke memory_full, not xalloc_die, if malloc fails or
18660         address arithmetic overflows.  Change datatypes a bit to avoid
18661         unnecessary casts.
18662
18663 2003-11-22  Jim Meyering  <jim@meyering.net>
18664
18665         * lib/xmalloc.c (x2nrealloc_inline): Fix typos in comments:
18666         s/size/size_t/.
18667
18668 2003-11-21  Karl Berry  <karl@gnu.org>
18669
18670         * config/config.{sub,guess}: update from config.
18671
18672 2003-11-18  Karl Berry  <karl@gnu.org>
18673
18674         * config/config.{sub,guess}: update from config.
18675
18676         * config/(printf-{parse,args}.[ch]): sync broken, sigh.
18677
18678 2003-11-17  Paul Eggert  <eggert@twinsun.com>
18679
18680         * README: Mention that S+T cannot overflow if S is the size of
18681         an existing object and T is sufficiently small.
18682
18683 2003-11-17  Jim Meyering  <jim@meyering.net>
18684
18685         On systems without utime and without a utimes function capable of
18686         dealing with a NULL struct utimbuf* argument, this utime replacement
18687         could -- in unusual circumstances -- leak a file descriptor.
18688         * lib/utime.c: Include <unistd.h> and <errno.h>.
18689         (utime_null): Be sure to close `fd' and to preserve errno.
18690         Reported by Geoff Collyer via Arnold Robbins.
18691
18692 2003-11-17  Bruno Haible  <bruno@clisp.org>
18693
18694         * modules/vasnprintf (Files): Add m4/ssize_t.m4.
18695         (Depends-on): Add xsize.
18696
18697 2003-11-17  Bruno Haible  <bruno@clisp.org>
18698
18699         * m4/vasnprintf.m4 (gl_PREREQ_PRINTF_PARSE): Require gt_TYPE_SSIZE_T.
18700
18701 2003-11-17  Bruno Haible  <bruno@clisp.org>
18702
18703         * lib/vasnprintf.c (alloca): Remove fallback definition.
18704         (freea): Remove definition.
18705         (VASNPRINTF): Use alloca only for small sizes, say <= 4000 bytes.
18706         Reported by Paul Eggert.
18707
18708 2003-11-16  Paul Eggert  <eggert@twinsun.com>
18709             Bruno Haible  <bruno@clisp.org>
18710
18711         Protect against address arithmetic overflow.
18712         * lib/printf-args.h: Include stddef.h.
18713         (arguments): Change type of field 'count' to size_t.
18714         * lib/printf-args.c (printf_fetchargs): Use size_t instead of
18715         'unsigned int' where appropriate.
18716         * lib/printf-parse.h: Include sys/types.h.
18717         (char_directive): Change type of *arg_index fields to ssize_t.
18718         (char_directives): Change type of fields 'count', max_*_length to
18719         size_t.
18720         * lib/printf-parse.c: Include sys/types.h and xsize.h.
18721         (SSIZE_MAX): Define fallback value.
18722         (PRINTF_PARSE): Use size_t instead of 'unsigned int' and ssize_t
18723         instead of 'int' where appropriate. Check a_allocated, d_allocated
18724         against overflow. Reject %m$ argument numbers > SSIZE_MAX + 1.
18725         * lib/vasnprintf.c: Include xsize.h.
18726         (VASNPRINTF): Use size_t instead of 'unsigned int' where appropriate.
18727         Check alloca, malloc, realloc, ENSURE_ALLOCATION arguments against
18728         overflow. Avoid wraparound when converting a width or precision from
18729         decimal to binary.
18730
18731 2003-11-16  Bruno Haible  <bruno@clisp.org>
18732
18733         Update from GNU gettext.
18734         * lib/printf-parse.c: Generalize to it can be compiled for wide
18735         strings.
18736         (PRINTF_PARSE, CHAR_T, DIRECTIVE, DIRECTIVES): New macros.
18737         * lib/vasnprintf.c: Generalize to it can be compiled for wide strings.
18738         (VASNPRINTF, CHAR_T, DIRECTIVE, DIRECTIVES, PRINTF_PARSE, USE_SNPRINTF,
18739         SNPRINTF): New macros.
18740         Don't include <alloca.h> if the file is used inside libintl.
18741         (local_wcslen): New function, for Solaris 2.5.1.
18742         (VASNPRINTF): Use it instead of wcslen.
18743
18744 2003-11-16  Bruno Haible  <bruno@clisp.org>
18745
18746         * lib/xsize.h (xmax): New function.
18747         (xsum, xsum3, xsum4): Declare as "pure" functions.
18748
18749 2003-11-12  Paul Eggert  <eggert@twinsun.com>
18750
18751         * modules/xalloc (Files): Undo latest change, since xalloc.h
18752         no longer needs SIZE_MAX or PTRDIFF_MAX.
18753
18754 2003-11-12  Paul Eggert  <eggert@twinsun.com>
18755
18756         * m4/xalloc.m4 (gl_PREREQ_XALLOC): Do not require gl_SIZE_MAX or
18757         gl_PTRDIFF_MAX.
18758
18759 2003-11-12  Paul Eggert  <eggert@twinsun.com>
18760
18761         * lib/xstrtol.c (__xstrtol): Remove "break" immediately after
18762         "return", to pacify some unknown compiler.  Problem reported
18763         by Joerg Schilling.
18764
18765 2003-11-12  Paul Eggert  <eggert@twinsun.com>
18766
18767         * lib/xalloc.h: Do not include <limits.h> or <stdint.h>.
18768         (xalloc_oversized): Use sizeof (ptrdiff_t) and sizeof (size_t) for
18769         the heuristic, rather than PTRDIFF_MAX and SIZE_MAX.  This
18770         heuristic is just as accurate as far as we know, and it removes a
18771         dependency on size_max.m4 and ptrdiff_max.m4.
18772
18773 2003-11-11  Bruno Haible  <bruno@clisp.org>
18774
18775         * modules/xsize (Files): Add m4/size_max.m4.
18776         * modules/xalloc (Files): Add m4/size_max.m4, m4/ptrdiff_max.m4.
18777
18778 2003-11-11  Bruno Haible  <bruno@clisp.org>
18779
18780         * m4/size_max.m4: New file.
18781         * m4/ptrdiff_max.m4: New file.
18782         * m4/xsize,m4 (gl_XSIZE): Require gl_SIZE_MAX.
18783         * m4/xalloc.m4 (gl_PREREQ_XALLOC): New macro.
18784         (gl_XALLOC): Invoke it.
18785
18786 2003-11-11  Bruno Haible  <bruno@clisp.org>
18787
18788         * lib/xsize.h (SIZE_MAX): Remove fallback definition.
18789         * lib/xalloc.h: Include limits.h. Assume SIZE_MAX and PTRDIFF_MAX are
18790         defined.
18791
18792 2003-11-10  Paul Eggert  <eggert@twinsun.com>
18793
18794         * lib/xalloc.h (xalloc_oversized): [! (defined PTRDIFF_MAX &&
18795         PTRDIFF_MAX < SIZE_MAX)]: Fix off-by-one error that would have
18796         rejected some allocations of exactly SIZE_MAX - 2 bytes.
18797         From Bruno Haible.
18798         [defined PTRDIFF_MAX && PTRDIFF_MAX < SIZE_MAX]: Use SIZE_MAX,
18799         not (size_t) -1, since it's defined here.
18800
18801 2003-11-09  Karl Berry  <karl@gnu.org>
18802
18803         * config/mkinstalldirs, depcomp, mdate-sh: update from automake.
18804
18805 2003-11-06  Paul Eggert  <eggert@twinsun.com>
18806
18807         * lib/xalloc.h [HAVE_STDINT_H]: Include <stdint.h>.
18808         (xalloc_oversized) [! (PTRDIFF_MAX < SIZE_MAX)]:
18809         Reject sizes of exactly SIZE_MAX bytes.
18810         * lib/xreadlink.c: Include "xalloc.h" before checking whether SIZE_MAX
18811         is defined, since "xalloc.h" now defines SIZE_MAX on modern hosts.
18812
18813 2003-11-05  Bruno Haible  <bruno@clisp.org>
18814
18815         * lib/xsize.h: Include limits.h, to avoid a possible collision with
18816         SIZE_MAX defined in <limits.h> on Solaris.
18817
18818 2003-11-04  Jim Meyering  <jim@meyering.net>
18819
18820         * modules/sysexits: Use the `$(VAR)' notation for AC_SUBST'd
18821         variable names, rather than @VAR@.
18822         * modules/poll: Likewise.
18823
18824 2003-11-04  Bruno Haible  <bruno@clisp.org>
18825
18826         * modules/xsize: New file.
18827         * modules/linebreak: Depend on xsize.
18828         * MODULES.html.sh (func_all_modules): Add xsize.
18829
18830 2003-11-04  Bruno Haible  <bruno@clisp.org>
18831
18832         * m4/xsize.m4: New file.
18833
18834 2003-11-04  Bruno Haible  <bruno@clisp.org>
18835
18836         * lib/xsize.h: New file.
18837         * lib/linebreak.c: Include xsize.h.
18838         (mbs_possible_linebreaks, mbs_width_linebreaks): Check malloc()
18839         argument for overflow.
18840         Suggested by Paul Eggert.
18841
18842 2003-11-03  Karl Berry  <karl@gnu.org>
18843
18844         * config/config.{guess,sub}: update from config.
18845
18846 2003-11-03  Jim Meyering  <jim@meyering.net>
18847
18848         * modules/userspec (lib_SOURCES): Add userspec.h.
18849         (Include): Add "userspec.h".
18850         Improve description.
18851
18852 2003-11-03  Jim Meyering  <jim@meyering.net>
18853
18854         * lib/userspec.c: Include "userspec.h".
18855         * lib/userspec.h: New file.
18856
18857 2003-11-03  Bruno Haible  <bruno@clisp.org>
18858
18859         * m4/wait-process.m4 (gl_WAIT_PROCESS): Also check for waitid.
18860
18861 2003-11-03  Bruno Haible  <bruno@clisp.org>
18862
18863         * lib/wait-process.c (wait_process): Use waitid with WNOWAIT if
18864         available, to avoid (extremely rare) race condition.
18865         Suggested by Paul Eggert.
18866
18867 2003-11-02  Karl Berry  <karl@gnu.org>
18868
18869         * config/srclist.txt (vasprintf.c): sync broken, sigh.
18870
18871 2003-10-31  Paul Eggert  <eggert@twinsun.com>
18872
18873         * lib/mountlist.h (struct mount_entry.me_type_malloced): New member.
18874         * lib/mountlist.c (SIZE_MAX): Define if not defined already.
18875         (read_filesystem_list): Set and use me_type_malloced.
18876         Use "sizeof *me" rather than "sizeof (struct mount_entry)" (or
18877         whatever the type happens to be), for brevity and consistency.
18878         Check for size calculation overflow on Alphas running OSF/1.
18879
18880 2003-10-31  Jim Meyering  <jim@meyering.net>
18881
18882         * lib/hash.c: Include "xalloc.h" for use of xalloc_oversized.
18883
18884         * lib/linebuffer.c: Include <string.h> for declaration of memset.
18885
18886 2003-10-30  Paul Eggert  <eggert@twinsun.com>
18887             Bruno Haible  <bruno@clisp.org>
18888
18889         * lib/vasprintf.c: Include <limits.h>, <stdlib.h>.
18890         (vasprintf): Fail if the resulting length doesn't fit in an 'int'.
18891
18892 2003-10-30  Paul Eggert  <eggert@cs.ucla.edu>
18893
18894         * m4/host-os.m4 (UTILS_HOST_OS): Change netbsd*-gnu pattern back to
18895         netbsd*-gnu*.  Suggested by Robert Millan.
18896
18897 2003-10-29  Paul Eggert  <eggert@twinsun.com>
18898
18899         * modules/group-member: Depend on stdbool.
18900
18901 2003-10-29  Paul Eggert  <eggert@twinsun.com>
18902
18903         * m4/xalloc.m4 (gl_XALLOC): Undo previous change.
18904
18905 2003-10-29  Paul Eggert  <eggert@twinsun.com>
18906
18907         * m4/host-os.m4 (UTILS_HOST_OS): Resurrect netbsd*-gnu.  Add comments
18908         to it, and to knetbsd*-gnu and kfreebsd*-gnu.  Remove the '*' from
18909         after the 'gnu' in these cases.  This fixes some bugs in the
18910         previous change, and is based on suggestions by Robert Millan.
18911
18912 2003-10-29  Paul Eggert  <eggert@twinsun.com>
18913
18914         * lib/xalloc.h (xalloc_oversized): Now a macro, not a function,
18915         so that it works even if SIZE_MAX < N.  Do not include <stdbool.h>;
18916         no longer needed.
18917         * lib/quotearg.c (quotearg_n_options): Use it.
18918         * lib/group-member.c: Include <stdbool.h>.
18919         (free_group_info): Arg is now const *; don't free arg.
18920         (get_group_info): Now returns bool and accepts struct group_info *,
18921         rather than returning a malloc'ed struct group_info *.
18922         All uses changed.  Check for overflow in internal size calculation.
18923
18924         * lib/getusershell.c (readname): Simplify the code by using x2nrealloc
18925         rather than xmalloc/xrealloc.
18926         * lib/linebuffer.c (initbuffer, readlinebuffer): Simplify the code by
18927         using x2realloc rather than xmalloc/xrealloc.  Also, fix a C
18928         conformance bug: the old code used a pointer after freeing the
18929         storage that it addressed.
18930         * lib/hash.c (hash_initialize): Simplify the code by using
18931         xalloc_oversized rather than doing it by hand.
18932         * lib/getgroups.c (getgroups): Don't use xrealloc, since we don't need
18933         the buffer preserved.  Use free and xmalloc instead.
18934         * lib/quotearg.c (quotearg_n_options): Likewise.
18935         Use a simpler test for size overflow.  Don't use xalloc_oversized
18936         because unsigned int might be wider than size_t (!); this suggests
18937         that we should switch from unsigned int to size_t for slot numbers.
18938
18939 2003-10-28  Paul Eggert  <eggert@twinsun.com>
18940
18941         * m4/host-os.m4 (UTILS_HOST_OS): Identify GNU/KFreeBSD and
18942         GNU/KNetBSD.  These implementations use glibc atop the FreeBSD and
18943         NetBSD kernels.  Requested by Richard Stallman.
18944
18945 2003-10-27  Paul Eggert  <eggert@twinsun.com>
18946
18947         * lib/exclude.c (new_exclude): Use xzalloc rather than xmalloc
18948         to allocate the returned structure.  Do not allocate a subarray,
18949         as x2nrealloc will do that.
18950         (add_exclude): Use x2nrealloc to reallocate ex->exclude,
18951         instead of xnrealloc.
18952         (add_exclude_file): Use x2realloc instead of malloc + xnrealloc.
18953
18954 2003-10-27  Bruno Haible  <bruno@clisp.org>
18955
18956         * lib/stdbool_.h: Better support for BeOS.
18957
18958 2003-10-26  Paul Eggert  <eggert@twinsun.com>
18959
18960         * m4/xalloc.m4 (gl_XALLOC): Requore AC_C_INLINE, since xalloc.h
18961         now uses inline.
18962
18963 2003-10-26  Paul Eggert  <eggert@twinsun.com>
18964
18965         * lib/xalloc.h (xalloc_oversized): New static inline function, for
18966         callers that want to do their own size-overflow checking.  Include
18967         <stdbool.h>, since xalloc_oversized returns bool.
18968         * lib/xalloc.c (array_size_overflow): Remove.  All callers changed
18969         to use xalloc_oversized.
18970
18971         Add two functions x2realloc, x2nrealloc, for programs that grow
18972         arrays dynamically by doubling their sizes.
18973         * lib/xalloc.h (x2realloc, x2nrealloc): New decls.
18974         * lib/xmalloc.c (x2nrealloc_inline, x2nrealloc, x2realloc):
18975         New functions.
18976
18977         Port to C99 semantics for 'inline' of external functions.
18978         Bug reported by Bruno Haible.
18979         * lib/xmalloc.c (xnmalloc_inline): New static inline function,
18980         with the old contents of xnmalloc.
18981         (xnmalloc, xmalloc): Use it.
18982         (xnrealloc_inline): New static inline function,
18983         with the old contents of xnrealloc.
18984         (xnrealloc, xrealloc): Use it.
18985
18986         * lib/alloc.c (alloca): xmalloc cannot return NULL, so don't test for
18987         that.
18988
18989 2003-10-26  Karl Berry  <karl@gnu.org>
18990
18991         * config/srclist.txt (COPYING.DOC): no longer available from
18992         /gd/gnuorg; don't know where the ultimate source is.
18993
18994 2003-10-25  Paul Eggert  <eggert@twinsun.com>
18995
18996         Fix several address-calculation bugs in the hash modules,
18997         plus some minor code cleanup.
18998
18999         * lib/hash.h: Include <stdbool.h>, for bool.
19000         * lib/hash.c: Don't include <stdbool.h>, since hash.h does it now.
19001         * lib/hash.h (Hash_hasher, hash_get_n_buckets, hash_get_n_buckets_used,
19002         hash_get_n_entries, hash_get_max_bucket_length,
19003         hash_get_entries, hash_do_for_each, hash_string, hash_initialize,
19004         hash_rehash): Use size_t rather than unsigned.
19005         * lib/hash.c (struct hash_table, hash_get_n_buckets,
19006         hash_get_n_buckets_used, hash_get_n_entries,
19007         hash_get_max_bucket_length, hash_table_ok, hash_print_statistics,
19008         hash_get_entries, hash_do_for_each, hash_string, is_prime,
19009         next_prime, hash_initialize, hash_rehash, hash_delete, hash_print):
19010         Likewise.
19011         (SIZE_MAX): Define if not defined.
19012         (hash_get_max_bucket_length, hash_table_ok, hash_lookup,
19013         hash_get_first, hash_get_next, hash_get_entries, hash_do_for_each,
19014         hash_print):
19015         Use const * when possible.
19016         (hash_string): Use (unsigned char) *P rather than *(unsigned char *) P.
19017         (check_tuning): Fix bug: if tuning parameters were very close to
19018         0 or 1, rounding errors could have caused subscript violations.
19019         (hash_initialize, allocate_entry, hash_print): Remove unnecessary cast.
19020         (hash_initialize): Add 'fail:' label
19021         to free table and return NULL, and use it to simplify code.
19022         Use calloc rather than clearing the storage ourself.
19023         (hash_initialize, hash_rehash): Check for arithmetic overflow in
19024         buffer size calculations.
19025         * lib/hash-pjw.h (hash_pjw): Use size_t, not unsigned.
19026         Include <stddef.h>, for size_t.
19027         * lib/hash-pjw.c (hash_pjw): Likewise.
19028         Switch to method described by Bruno Haible.
19029         Include <limits.h>, for CHAR_BIT.
19030         (SIZE_BITS): New macro.
19031
19032 2003-10-23  Paul Eggert  <eggert@twinsun.com>
19033
19034         * m4/getline.m4 (AM_FUNC_GETLINE):
19035         Don't include getndelim2.o twice into LIBOBJS; this breaks on some
19036         hosts.  Problem reported by Derek Robert Price in
19037         <http://mail.gnu.org/archive/html/bug-gnulib/2003-10/msg00092.html>.
19038         This patch can be withdrawn after Autoconf 2.58 is required for gnulib.
19039         * m4/getndelim2.m4 (gl_GETNDELIM2): Likewise.
19040
19041 2003-10-21  Paul Eggert  <eggert@twinsun.com>
19042
19043         * lib/getndelim2.c (getndelim2): When size calculation overflows,
19044         ceiling the allocation at NMAX bytes rather than silently
19045         discarding input bytes before NMAX is reached.  This makes
19046         a difference only if NMAX exceeds SIZE_MAX / 2.
19047
19048         * lib/obstack.c: Merge from glibc.
19049         [defined _LIBC]: Include <obstack.h>, not "obstack.h".
19050         Add libc_hidden_def (_obstack_newchunk).
19051         (_obstack_free) [! defined _LIBC]: Remove.
19052         [defined _LIBC]: Make a strong alias from obstack_free, rather than
19053         a clone of the function body.
19054         (fputs) [defined _LIBC && defined USE_IN_LIBIO]: Remove.
19055         [defined _LIBC && !defined USE_IN_LIBIO]: Include <libio/iolibio.h>.
19056
19057         * lib/obstack.h: Indenting cleanup, to make it easier to merge with
19058         glibc.
19059         (obstack_grow, obstack_grow0): Remove unnecessary parentheses around
19060         arg to memcpy.
19061
19062         * lib/obstack.h (obstack_1grow_fast): Properly parenthesize arg.
19063         (obstack_ptr_grow_fast, obstack_int_grow_fast):
19064         Don't use lvalue casts, as GCC plans to remove support for them
19065         in GCC 3.5.  Reported by Joseph S. Myers.  This bug
19066         was also present in the non-GCC version, indicating that this
19067         code had always been buggy and had never been widely used.
19068         (obstack_1grow, obstack_ptr_grow, obstack_int_grow, obstack_blank):
19069         Use the fast variant of each macro, rather than copying the
19070         definiens of the fast variant; that way, we'll be more likely to
19071         catch future bugs in the fast variants.
19072
19073 2003-10-20  Bruno Haible  <bruno@clisp.org>
19074
19075         * modules/wait-process: New file.
19076         * MODULES.html.sh (func_all_modules): Add wait-process.
19077
19078 2003-10-20  Bruno Haible  <bruno@clisp.org>
19079
19080         * m4/wait-process.m4: New file.
19081
19082 2003-10-20  Bruno Haible  <bruno@clisp.org>
19083
19084         * lib/wait-process.h: New file, from GNU gettext.
19085         * lib/wait-process.c: New file, from GNU gettext.
19086
19087 2003-10-19  Jim Meyering  <jim@meyering.net>
19088
19089         * lib/vasnprintf.c (vasnprintf): Work around losing snprintf on
19090         HPUX 10.20.
19091
19092 2003-10-18  Karl Berry  <karl@gnu.org>
19093
19094         * config/config.guess: update from config.
19095
19096 2003-10-16  Paul Eggert  <eggert@twinsun.com>
19097
19098         * lib/getgroups.c: Include <errno.h>, <stdlib.h>.
19099         (getgroups): First arg is int, not size_t.
19100         Don't let 'free' mangle errno.
19101
19102 2003-10-16  Paul Eggert  <eggert@twinsun.com>
19103
19104         * README: Mention that gnulib assumes that (foo *) NULL + 0 == NULL.
19105
19106 2003-10-16  Karl Berry  <karl@gnu.org>
19107
19108         * config/config.{guess,sub}: update from config.
19109
19110 2003-10-16  Jim Meyering  <jim@meyering.net>
19111
19112         * lib/xmalloc.c: Include <string.h>, for declarations of memset and
19113         memcpy.
19114
19115 2003-10-15  Paul Eggert  <eggert@twinsun.com>
19116
19117         * lib/exclude.c: Do not include <inttypes.h> or <stdint.h>.
19118         (SIZE_MAX): Remove.
19119         (new_exclude, add_exclude_file): Initial size no longer needs to
19120         be a power of 2.
19121         (add_exclude, add_exclude_file): Use xnrealloc instead of rolling
19122         our own address arithmetic overflow checking.
19123
19124         * lib/fnmatch.c (SIZE_MAX): Define if standard headers don't.
19125         (fnmatch): Do not alloca more than 2000 wide characters;
19126         instead, use malloc for large buffers.
19127         Check for address arithmetic overflow, and return -1
19128         with errno set to ENOMEM in that case.
19129         * lib/fnmatch_loop.c (ALLOCA_LIMIT): New macro.
19130         (NEW_PATTERN): Do not alloca more than 8000 bytes;
19131         instead, return -1.  Check for address arithmetic overflow.
19132
19133 2003-10-14  Paul Eggert  <eggert@twinsun.com>
19134
19135         Handle invalid suffixes and overflow independently, so that
19136         callers can treat them independently as needed.  Fix some bugs in
19137         suffix handling, e.g., "100k@" was not diagnosed as an invalid
19138         suffix for a human-readable blocksize.  The major caller-visible
19139         change is the addition of a new
19140         LONGINT_INVALID_SUFFIX_CHAR_WITH_OVERFLOW enum value, indicating
19141         that both overflow and suffix chars were found.
19142
19143         * lib/human.c (humblock): Don't check separately for invalid suffix
19144         char; that is xstrtoumax's job (now that its bug is fixed).
19145         * lib/xstrtoimax.c (STRTOL_T_MINIMUM, STRTOL_T_MAXIMUM) [defined
19146         INTMAX_MAX]: New macros.
19147         * lib/xstrtol.c (STRTOL_T_MINIMUM, STRTOL_T_MAXIMUM, TYPE_MINIMUM,
19148         TYPE_MAXIMUM): New macros.
19149         (bkm_scale, bkm_scale_by_power): Return strtol_error, not int.
19150         (bkm_scale, bkm_scale_by_power, __xstrtol): Return maximal values
19151         if overflow occurs, as it's what __strtol does and it's more useful
19152         in practice.
19153         (__xstrtol): If __strtol reports some error other than ERANGE,
19154         reflect it to the caller as LONGINT_INVALID.  If it reports
19155         ERANGE, continue the rest of parsing, and report LONGINT_OVERFLOW
19156         | LONGINT_INVALID_SUFFIX_CHAR if both errors occur.
19157         * lib/xstrtol.h (LONGINT_INVALID_SUFFIX_CHAR_WITH_OVERFLOW): New enum
19158         value.
19159         (_STRTOL_ERROR): Handle it.  Abort when given unknown error codes.
19160         * lib/xstrtoul.c (STRTOL_T_MINIMUM, STRTOL_T_MAXIMUM): New macros.
19161         * lib/xstrtoumax.c (STRTOL_T_MINIMUM, STRTOL_T_MAXIMUM)
19162         [defined UINTMAX_MAX]: New macros.
19163
19164 2003-10-14  Bruno Haible  <bruno@clisp.org>
19165
19166         * modules/fatal-signal: Add m4/sig_atomic_t.m4 to file list.
19167
19168 2003-10-14  Bruno Haible  <bruno@clisp.org>
19169
19170         * m4/sig_atomic_t: New file, from GNU gettext.
19171         * m4/fatal-signal.m4 (gl_FATAL_SIGNAL): Require gt_TYPE_SIG_ATOMIC_T.
19172
19173 2003-10-14  Bruno Haible  <bruno@clisp.org>
19174
19175         * lib/fatal-signal.h: Improved comments. Suggested by Paul Eggert.
19176         * lib/fatal-signal.c: Use sig_atomic_t. Suggested by Paul Eggert.
19177         Also use volatile where needed.
19178
19179 2003-10-12  Paul Eggert  <eggert@twinsun.com>
19180
19181         * modules/xalloc: Do not depend on 'exit'.  Depend on 'stdbool'.
19182         Change maintainer from Bruno Haible to 'all'.
19183
19184 2003-10-12  Paul Eggert  <eggert@twinsun.com>
19185
19186         * m4/xalloc.m4 (gl_PREREQ_XMALLOC): Require AC_C_INLINE.
19187
19188 2003-10-12  Paul Eggert  <eggert@twinsun.com>
19189
19190         * lib/xalloc.h (xnmalloc, xzalloc, xnrealloc, xclone): New decls.
19191         (XMALLOC, XCALLOC, XREALLOC, XFREE, CCLONE, CLONE): Deprecate,
19192         and define in terms of the other primitives.
19193         * lib/xmalloc.c: Include stdbool.h; do not include exit.h.
19194         (SIZE_MAX): Define if not already defined.
19195         (array_size_overflow): New function.
19196         (xalloc_die): Abort instead of exiting if 'error' returns.
19197         (xnmalloc, xnrealloc, xzalloc, xclone): New functions.
19198         (xmalloc, xrealloc): Use them.
19199         (xcalloc): Check for address arithmetic overflow.
19200         * lib/xstrdup.c (xstrdup): Use xclone, since memcpy should be
19201         a bit faster than strcpy.
19202
19203 2003-10-10  Simon Josefsson  <jas@extundo.com>
19204
19205         * modules/argp (Depends-on): Add restrict and strcase.
19206
19207 2003-10-10  Simon Josefsson  <jas@extundo.com>
19208
19209         * m4/argp.m4: Add AC_C_INLINE.
19210
19211 2003-10-08  Paul Eggert  <eggert@twinsun.com>
19212
19213         Merge getpass from libc, plus a few fixes.
19214
19215         * lib/getpass.c (HAVE_STDIO_EXT) [_LIBC]: Define to 1.
19216         Include <stdbool.h>.
19217         Include <stdio_ext.h> if HAVE_STDIO_H, otherwise define
19218         __fsetlocking to empty.
19219         [_LIBC]: Do not include "getline.h" or "unlocked-io.h", but
19220         do include <bits/libc-lock.h>.
19221         Do not include <fcntl.h>; not needed.
19222         [_LIBC]: Include <wchar.h>.
19223         (NOTCANCEL_MODE): New macro.
19224         (flockfile, funlockfile) [_LIBC]: New macros.
19225         (__libc_cleanup_push, __libc_cleanup_pop, __getline, __tcgetattr)
19226         [!_LIBC]: New macros.
19227         (call_fclose): New function.
19228         (getpass): Use it.  Save tty stream separately; this simplifies the
19229         code and makes it more reliable if stdin happens to equal stdout.
19230         Invoke __fsetlocking on tty.
19231         Handle thread cancellation if needed.
19232         Namespace cleanup (use __tcgetattr, __getline).
19233         Use bool for Booleans.
19234         [USE_IN_LIBIO]: Handle wide streams.
19235         [!_LIBC]: Unconditionally do the fseek, since we don't know what
19236         stream might go where.
19237
19238         * lib/unlocked-io.h: Include <stdio.h>, so that the caller
19239         doesn't have to include <stdio.h> before us.
19240         (clearerr_unlocked, feof_unlocked, ferror_unlocked,
19241         fflush_unlocked, fgets_unlocked, fputc_unlocked, fputs_unlocked,
19242         fread_unlocked, fwrite_unlocked, getc_unlocked, getchar_unlocked,
19243         putc_unlocked, putchar_unlocked): Define to the unlocked counterpart
19244         if not declared, so that we can use getpass.c code from libc without
19245         rewriting it.
19246         (flockfile, ftrylockfile, funlockfile): New macros.
19247
19248 2003-10-08  Paul Eggert  <eggert@twinsun.com>
19249
19250         * modules/getpass: Depend on stdbool.
19251
19252 2003-10-08  Paul Eggert  <eggert@twinsun.com>
19253
19254         * m4/getpass.m4 (gl_PREREQ_GETPASS): Check for stdio_ext.h.
19255
19256 2003-10-07  Karl Berry  <karl@gnu.org>
19257
19258         * config/config.{guess,sub}: update from config.
19259
19260 2003-10-06  Jim Meyering  <jim@meyering.net>
19261             Bruno Haible  <bruno@clisp.org>
19262
19263         This lets translators provide better translations for the
19264         "Written by ..." part of --version output.
19265         * lib/version-etc.h: Include stdarg.h.
19266         (version_etc_copyright): Declare as readonly.
19267         (version_etc): Make this function variadic with a NULL-terminated list
19268         of author name strings.
19269         (version_etc_va): New declaration.
19270         * lib/version-etc.c: Include stdarg.h, stdlib.h.
19271         (version_etc_copyright): Declare as readonly.
19272         (version_etc_va): New function. Provide a different translatable string
19273         for each possible number of authors < 10. Abbreviate when there are 10
19274         authors or more.
19275         (version_etc): Make this function variadic. Call version_etc_va.
19276         Suggestion from Gary V. Vaughan.
19277
19278         * lib/long-options.h (parse_long_options): Change prototype: the
19279         authors string is moved to the end and becomes variadic.
19280         * lib/long-options.c: Include stdarg.h.
19281         (parse_long_options): Make this function variadic, too.
19282         Call version_etc_va, not version_etc.
19283
19284 2003-10-06  Bruno Haible  <bruno@clisp.org>
19285
19286         * modules/version-etc-2: Remove file.
19287         * MODULES.html.sh (func_all_modules): Remove version-etc-2.
19288
19289 2003-10-06  Bruno Haible  <bruno@clisp.org>
19290
19291         * modules/fatal-signal: New file.
19292         * MODULES.html.sh (func_all_modules): Add fatal-signal.
19293
19294 2003-10-06  Bruno Haible  <bruno@clisp.org>
19295
19296         * m4/fatal-signal.m4: New file.
19297         * m4/signalblocking.m4: New file, from GNU gettext.
19298
19299 2003-10-06  Bruno Haible  <bruno@clisp.org>
19300
19301         * lib/version-etc-2.h: Remove file.
19302         * lib/version-etc-2.c: Remove file.
19303
19304 2003-10-06  Bruno Haible  <bruno@clisp.org>
19305
19306         * lib/fatal-signal.h: New file, from GNU gettext.
19307         * lib/fatal-signal.c: New file, from GNU gettext.
19308
19309 2003-10-05  Paul Eggert  <eggert@twinsun.com>
19310
19311         * README: Rework advice for preventing empty .o files.
19312         Don't recommend ELIDE constructs.  Recommend <stddef.h>,
19313         not <sys/types.h>.
19314
19315 2003-10-04  Karl Berry  <karl@gnu.org>
19316
19317         * lib/argp*: update from libc.
19318
19319 2003-10-04  Karl Berry  <karl@gnu.org>
19320
19321         * config/config.{guess,sub}: update from config.
19322
19323 2003-10-02  Bruno Haible  <bruno@clisp.org>
19324
19325         * modules/lchown (Include): Add lchown.h.
19326         * modules/time_r (Include): Use "..." syntax.
19327         * modules/xgetdomainname (Include): Add xgetdomainname.h.
19328
19329 2003-10-01  Simon Josefsson  <jas@extundo.com>
19330
19331         * MODULES.html.sh (func_all_modules): Move gethostname from section
19332         'based on' to section 'lacking' POSIX:2001.
19333
19334 2003-10-01  Larry Jones  <lawrence.jones@eds.com>
19335
19336         * lib/getpass.c (getpass): Use a no-op fseek when switching from input
19337         to output mode on the same stream.
19338
19339 2003-09-29  Paul Eggert  <eggert@twinsun.com>
19340
19341         * lib/strftime.c (tm_diff) [! HAVE_TM_GMTOFF]:
19342         Fix arg typo in previous patch.
19343
19344 2003-09-28  Jim Meyering  <jim@meyering.net>
19345
19346         * lib/error.c: Correct cpp indentation.
19347
19348 2003-09-27  Paul Eggert  <eggert@twinsun.com>
19349
19350         * modules/free: New file.
19351
19352 2003-09-27  Paul Eggert  <eggert@twinsun.com>
19353
19354         * m4/free.m4: New file.
19355
19356 2003-09-27  Paul Eggert  <eggert@twinsun.com>
19357
19358         * lib/minmax.h (MIN, MAX)
19359         [__STDC__ && defined __GNUC__ && __GNUC__ >= 2]:
19360         Omit the special code that used __typeof__, since we worry that
19361         it could be more trouble than it's worth.  See:
19362         http://mail.gnu.org/archive/html/bug-gnulib/2003-01/msg00090.html
19363         http://mail.gnu.org/archive/html/bug-gnulib/2003-01/msg00095.html
19364
19365         * lib/free.c: New file.
19366
19367 2003-09-27  Oskar Liljeblad  <oskar@osk.mine.nu>
19368
19369         Trivial fixes to Makefile.am parts of module listings.
19370         * modules/strstr: Append strstr.h to lib_SOURCES.
19371         * modules/strcase: Likewise, for strcase.h.
19372
19373 2003-09-27  Karl Berry  <karl@gnu.org>
19374
19375         * config/mkinstalldirs: update from automake.
19376
19377 2003-09-26  Paul Eggert  <eggert@twinsun.com>
19378
19379         * lib/error.c (SIZE_MAX) [!defined SIZE_MAX]: Define.
19380         (error_tail): Do not loop, reallocating temporary buffer, since
19381         the output cannot contain more wide characters than the input
19382         contains bytes, the size must be big enough already.  This avoids
19383         one potential size overflow calculation.  Check for size overflow
19384         when calculating temporary buffer size.  Free temporary buffer
19385         when done, if it was allocated with malloc; this plugs a memory
19386         leak.  Remove casts from void * to pointers, that are no longer
19387         needed now that we're assuming C89 or better.
19388
19389         Merge error changes from glibc.
19390
19391         * lib/error.c, error.h: Update copyright notice header to match glibc.
19392         * lib/error.c [defined _LIBC]: Include <errno.h>, <bits/libc-lock.h>.
19393         (error, error_at_line) [defined _LIBC && defined __libc_ptf_call]:
19394         Disable cancellation while printing error.
19395         * lib/error.h: Prepend __ to parameter names.
19396
19397 2003-09-26  Jim Meyering  <jim@meyering.net>
19398
19399         * lib/error.c (error_tail): Move some declarations
19400         into inner scope where the local variables are used.
19401
19402 2003-09-26  Bruno Haible  <bruno@clisp.org>
19403
19404         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Add comments about the AIX
19405         stpncpy().
19406         Don't define stpncpy through config.h; it's now done through stpncpy.h.
19407
19408 2003-09-26  Bruno Haible  <bruno@clisp.org>
19409
19410         * lib/stpncpy.h (gnu_stpncpy): New declaration.
19411         (stpncpy): Define as alias for gnu_stpncpy.
19412         * lib/stpncpy.c [!_LIBC]: Define gnu_stpncpy, not stpncpy.
19413
19414 2003-09-25  Simon Josefsson  <jas@extundo.com>
19415
19416         * lib/xgetdomainname.h: New file.
19417         * lib/xgetdomainname.c: New file.
19418
19419 2003-09-25  Simon Josefsson  <jas@extundo.com>
19420             Bruno Haible  <bruno@clisp.org>
19421
19422         * modules/getdomainname: New file.
19423         * modules/xgetdomainname: New file.
19424         * MODULES.html.sh (func_all_modules): Add getdomainname,
19425         xgetdomainname.
19426
19427 2003-09-25  Simon Josefsson  <jas@extundo.com>
19428             Bruno Haible  <bruno@clisp.org>
19429
19430         * m4/getdomainname.m4: New file.
19431
19432 2003-09-25  Simon Josefsson  <jas@extundo.com>
19433             Bruno Haible  <bruno@clisp.org>
19434
19435         * lib/getdomainname.h: New file.
19436         * lib/getdomainname.c: New file.
19437
19438 2003-09-25  Karl Berry  <karl@gnu.org>
19439
19440         * lib/argp-fmtstream.c, argp-help.c: update from libc.
19441
19442 2003-09-25  Karl Berry  <karl@gnu.org>
19443
19444         * config/install-sh: update from automake.
19445
19446 2003-09-25  Bruno Haible  <bruno@clisp.org>
19447
19448         * modules/version-etc-2: New file, from modules/version-etc with
19449         modifications.
19450         * MODULES.html.sh (func_all_modules): Add version-etc-2.
19451
19452 2003-09-25  Bruno Haible  <bruno@clisp.org>
19453
19454         * lib/version-etc-2.h: New file, from version-etc.h with modifications.
19455         * lib/version-etc-2.c: New file, from version-etc.c with modifications.
19456
19457 2003-09-24  Simon Josefsson  <jas@extundo.com>
19458
19459         * modules/xgethostname: Add xgethostname.h.
19460
19461 2003-09-24  Paul Eggert  <eggert@twinsun.com>
19462
19463         * lib/linebuffer.c (freebuffer): Don't free the argument, just
19464         the buffer associated with the argument.  Bug reported by
19465         Simon Josefsson.
19466
19467 2003-09-24  Paul Eggert  <eggert@twinsun.com>
19468
19469         * README: Document assumptions that 'int' is at least 32 bits
19470         wide, that integer arithmetic is 2's complement without overflow,
19471         that there are no holes in integer values, that adding sizes of
19472         two nonoverlapping objects can't overflow, and that all-bits-zero
19473         yields scalar zero.  Fix spelling and capitalization typos.
19474
19475 2003-09-19  Karl Berry  <karl@gnu.org>
19476
19477         * lib/argp.h: update from libc.
19478
19479 2003-09-17  Paul Eggert  <eggert@twinsun.com>
19480
19481         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Call AC_BEFORE first,
19482         to avoid spurious warnings like "AC_RUN_IFELSE was called before
19483         gl_USE_SYSTEM_EXTENSIONS" from autoreconf.
19484
19485 2003-09-17  Paul Eggert  <eggert@twinsun.com>
19486
19487         * gnulib-tool: Use "test -h", not "test -L", for portability
19488         to Solaris 8 /bin/sh.  (This bug is fixed in Solaris 9.)
19489         (tags_regexp): Remove, since \| doesn't conform to POSIX.
19490         (sed_extract_prog): Issue s commands one-by-one, rather than
19491         using \| in one s command.
19492
19493 2003-09-16  Paul Eggert  <eggert@twinsun.com>
19494
19495         * lib/linebuffer.c (readlinebuffer): Return NULL immediately upon
19496         input error, instead of returning NULL the next time we are called
19497         (and therefore losing track of errno).
19498
19499 2003-09-16  Bruno Haible  <bruno@clisp.org>
19500
19501         * gnulib-tool (func_create_testdir): Warn about duplicated
19502         dependencies.
19503
19504 2003-09-15  Paul Eggert  <eggert@twinsun.com>
19505
19506         * modules/argmatch, modules/fatal, modules/obstack,
19507         modules/xalloc, modules/xgethostname: Sort dependencies by
19508         importance, not alphabetically.
19509
19510 2003-09-15  Paul Eggert  <eggert@twinsun.com>
19511
19512         * lib/getndelim2.c (getndelim2): Don't trash errno when a read
19513         fails, so that the caller gets the proper errno.
19514
19515         * lib/readutmp.c (read_utmp): Likewise.
19516         Check for fstat error.  Close stream and free storage
19517         when failing.
19518
19519 2003-09-14  Karl Berry  <karl@gnu.org>
19520
19521         * config/srclist.txt (strdup.c): disable for c89 changes.
19522
19523 2003-09-14  Jim Meyering  <jim@meyering.net>
19524
19525         * lib/getloadavg.c: Correct cpp indentation.
19526         * lib/strdup.c: Likewise.
19527         * lib/vasnprintf.c: Likewise.
19528
19529 2003-09-14  Bruno Haible  <bruno@clisp.org>
19530
19531         * modules/fwriteerror: New file.
19532         * MODULES.html.sh (func_all_modules): Add fwriteerror.
19533
19534 2003-09-14  Bruno Haible  <bruno@clisp.org>
19535
19536         * lib/fwriteerror.h: New file.
19537         * lib/fwriteerror.c: New file.
19538
19539 2003-09-12  Paul Eggert  <eggert@twinsun.com>
19540
19541         * modules/argmatch, modules/exitfail, modules/fatal, modules/obstack,
19542         modules/xgethostname, modules/xalloc: Depend on exit.
19543
19544 2003-09-12  Paul Eggert  <eggert@twinsun.com>
19545
19546         * m4/error.m4: Require AC_FUNC_STRERROR_R rather than invoking it.
19547
19548         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Require AC_AIX
19549         and AC_MINIX, too, so that their extensions are available.
19550
19551         * m4/prereq.m4 (jm_PREREQ_ADDEXT): Remove.  All uses removed.
19552         This macro has been superseded by gl_BACKUPFILE.
19553
19554         More patches to assume C89 or better.
19555
19556         * m4/error.m4 (gl_ERROR): Don't check for vprintf.
19557
19558         * m4/check-decl.m4 (jm_CHECK_DECLS): Include <string.h>, <stdlib.h>
19559         unconditionally.
19560         * m4/closeout.m4 (gl_CLOSEOUT): Don't check for stdlib.h.
19561         * m4/gettimeofday.m4 (AC_FUNC_GETTIMEOFDAY_CLOBBER):
19562         Include <string.h>, <stdlib.h> unconditionally.
19563         * m4/lstat.m4 (gl_PREREQ_LSTAT): Don't check for stdlib.h, free.
19564         * m4/readdir.m4 (GL_FUNC_READDIR): Don't check for string.h.
19565         * m4/readutmp.m4 (gl_PREREQ_READUTMP): Don't check for standard C
19566         headers or for string.h.
19567         * m4/strtoumax.m4 (gl_PREREQ_STRTOUMAX): Don't check for stdlib.h
19568         or strtoul.
19569
19570         * m4/mkstemp.m4 (jm_PREREQ_TEMPNAME): Do not require standard C
19571         headers.
19572         * m4/strdup.m4 (gl_PREREQ_STRDUP): Likewise.
19573         * m4/userspec.m4 (gl_USERSPEC): Likewise.
19574         * m4/xalloc.m4 (gl_PREREQ_XMALLOC): Likewise.
19575         * m4/xstrtod.m4 (gl_XSTRTOD): Likewise.
19576         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Likewise.
19577         * m4/strftime.m4 (_jm_STRFTIME_PREREQS): Don't check for limits.h,
19578         memcpy, memset.
19579         (jm_FUNC_GNU_STRFTIME): Don't require standard C headers.
19580         * m4/strtod.m4 (gl_FUNC_STRTOD): Do not check for float.h.
19581         * m4/strtoimax.m4 (gl_PREREQ_STRTOIMAX): Do not check for stdlib.h,
19582         strtol.
19583         * m4/strtol.m4 (gl_FUNC_STRTOL): Do not check for limits.h.
19584         * m4/userspec.m4 (gl_USERSPEC): Do not check for string.h.
19585         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Do not check for string.h, strtol,
19586         strtoul.
19587
19588 2003-09-12  Paul Eggert  <eggert@twinsun.com>
19589
19590         * lib/argmatch.c, fatal.c, xgethostname.c, xmalloc.c: Include exit.h.
19591         * lib/obstack.c [!defined _LIBC]: Likewise.
19592         * lib/argmatch.c (EXIT_FAILURE): Remove; now done by exit.h
19593         * lib/exitfail.c, fatal.c, xgethostname.c, xmalloc.c: Likewise.
19594         * lib/exitfail.c: Don't include stdlib.h; no longer needed.
19595
19596         More changes to assume C89 or better.
19597
19598         * lib/error.c (error_tail): Assume vprintf.
19599
19600         * lib/argmatch.c (getenv): Remove decl.
19601         * lib/progreloc.c (get_full_program_name): Define via prototype.
19602         * lib/setenv.c (clearenv): Likewise.
19603         * lib/stpncpy.c: Do not include <string.h> or <sys/types.h>; not
19604         needed.
19605         * lib/strdup.c: Include <stdlib.h>, <string.h> unconditionally.
19606         (malloc, memcpy): Remove decls.
19607         * lib/strftime.c (HAVE_LIMITS_H, STDC_HEADERS) [defined _LIBC]: Remove.
19608         (HAVE_MEMCPY) [defined emacs && !defined HAVE_BCOPY]: Remove.
19609         Include <limits.h>, <stddef.h>, <stdlib.h>, <string.h> unconditionally.
19610         (memcpy): Remove macro.
19611         (MEMCPY) [!defined COMPILE_WIDE]: Define to memcpy unconditionally.
19612         (__P): Remove.  All uses removed.
19613         (PTR): Remove.  All uses changed to void *.
19614         (CHAR_BIT, NULL): Remove.
19615         (spaces, zeros, memset_space, memset_zero)
19616         [!defined memset && !defined HAVE_MEMSET && !defined _LIBC]:
19617         Remove.
19618         (LOCALE_PARAM, LOCALE_PARAM_DECL): Remove.
19619         (memcpy_lowcase, memcpy_uppcase, tm_diff, iso_week_days):
19620         Define with prototype.
19621         Remove now-unnecessary prototype decl.
19622         (extra_args_spec): Assume ANSI C.  All uses changed.
19623         (extra_args_spec_iso): Remove.
19624         (my_strftime, emacs_strftimeu): Define via prototype.
19625         * lib/strtod.c: Include <float.h>, <stdlib.h>, <string.h>
19626         unconditionally.
19627         (DBL_MAX, DBL_MIN, HUGE_VAL, NULL): Remove decls.
19628         * lib/strtoimax.c: Include <stdlib.h> unconditionally.
19629         (strtoul, strtol): Remove decls.
19630         * lib/strtol.c (STDC_HEADERS, HAVE_LIMITS_H, NULL, ULONG_MAX,
19631         LONG_MAX): Remove.
19632         Include <limits.h>, <stddef.h>, <stdlib.h>, <string.h> unconditionally.
19633         (LOCALE_PARAM_DECL): Remove.  All uses changed to LOCALE_PARAM_PROTO.
19634         (LOCALE_PARAM_PROTO): New macro.
19635         (INTERNAL, INTERNAL1, WEAKNAME): Assume ANSI C, not K&R.
19636         (INTERNAL (strtol), strtol): Define with a prototype.
19637         (PARAMS): Remove.  All uses removed.
19638         * lib/tempname.c: Include <string.h> unconditionally.
19639         * lib/userspec.c: Include <stdlib.h>, <string.h> unconditionally.
19640         * lib/xgethostname.c (main): Define with a prototype.
19641         * lib/xmalloc.c: Include "xalloc.h" first, to check interface.
19642         Include <stdlib.h> unconditionally.
19643         (calloc, malloc, realloc, free): Remove decls.
19644         * lib/xstrtod.c: Include "xstrtod.h" first, to check interface.
19645         Include <stdlib.h> unconditionally.  Sort include file names.
19646         (strtod): Remove.
19647         (xstrtod): Define with a prototype.
19648         * lib/xstrtol.c: Include <stdlib.h>, <string.h> unconditionally.
19649         (strtol, strtoul): Remove decls.
19650
19651 2003-09-11  Paul Eggert  <eggert@twinsun.com>
19652
19653         More patches to assume C89 or better.
19654         * m4/strndup.m4 (gl_PREREQ_STRNDUP): Remove STDC_HEADERS check.
19655         * m4/strnlen.m4 (gl_PREREQ_STRNLEN): Don't check for memory.h,
19656         string.h, memchr, STDC_HEADERS.
19657
19658 2003-09-11  Paul Eggert  <eggert@twinsun.com>
19659
19660         * lib/strndup.c: Don't include <stdio.h>, <sys/types.h>.
19661         Include <stdlib.h>, <string.h> unconditionally.
19662         Remove now-unnecessary cast to char *.
19663         * lib/strnlen.c: Include <string.h> unconditionally.
19664         * lib/yesno.c (yesno): Define with a prototype.
19665
19666 2003-09-11  Bruno Haible  <bruno@clisp.org>
19667
19668         * config/srclist.txt (setenv.c, unsetenv.c): Disable for the moment.
19669
19670 2003-09-10  Jim Meyering  <jim@meyering.net>
19671
19672         * lib/error.c: Correct indentation of cpp directives.
19673
19674 2003-09-10  Bruno Haible  <bruno@clisp.org>
19675
19676         * m4/strcspn.m4 (gl_PREREQ_STRCSPN): Remove <string.h> check.
19677         * m4/strpbrk.m4 (gl_PREREQ_STRPBRK): Remove <string.h> check.
19678         * m4/strstr.m4 (gl_PREREQ_STRSTR): Remove <string.h> check.
19679         * m4/unicodeio.m4 (gl_UNICODEIO): Remove <string.h> check.
19680         * m4/setenv.m4 (gl_PREREQ_SETENV, gl_PREREQ_UNSETENV): Remove
19681         <stdlib.h> and <string.h> checks.
19682         * m4/xreadlink.m4 (gl_XREADLINK): Remove <stdlib.h> check.
19683         * m4/yesno.m4 (gl_YESNO): Remove <stdlib.h> check.
19684
19685 2003-09-10  Bruno Haible  <bruno@clisp.org>
19686
19687         * lib/strcspn.c: Include <string.h> unconditionally.
19688         * lib/strpbrk.c: Include <string.h> unconditionally.
19689         * lib/strstr.c: Include <string.h> unconditionally.
19690         * lib/unicodeio.c: Include <string.h> unconditionally.
19691         * lib/setenv.c: Include <stdlib.h> and <string.h> unconditionally.
19692         * lib/unsetenv.c: Likewise.
19693         * lib/xreadlink.c: Include <stdlib.h> unconditionally.
19694         * lib/yesno.c: Include <stdlib.h> unconditionally.
19695         (rpmatch): Add prototype.
19696
19697 2003-09-09  Paul Eggert  <eggert@twinsun.com>
19698
19699         More patches to assume C89 or better.
19700         * m4/getcwd.m4 (AC_FUNC_GETCWD_NULL): Don't check for stdlib.h.
19701         * m4/getopt.m4 (gl_GETOPT): Don't check for string.h.
19702         * m4/getugroups.m4 (gl_GETUGROUPS): Do not check for standard C headers
19703         or for string.h.
19704         * m4/getusershell.m4 (gl_PREREQ_GETUSERSHELL): Do not check for
19705         stdlib.h.
19706         * m4/group-member.m4 (gl_PREREQ_GROUP_MEMBER): Do not require standard
19707         C headers.
19708         * m4/hard-locale.m4 (gl_HARD_LOCALE): Do not check for stdlib.h,
19709         string.h.
19710         * m4/hash.m4 (gl_HASH): Do not check for stdlib.h, malloc, free.
19711         * m4/human.m4 (gl_HUMAN): Do not check for stdlib.h, string.h, getenv.
19712         * m4/idcache.m4 (gl_IDCACHE): Do not check for standard C headers,
19713         or for string.h.
19714         * m4/long-options.m4 (gl_LONG_OPTIONS): Do not check for stdlib.h.
19715         * m4/makepath.m4 (gl_MAKEPATH): Do not check for string.h or standard
19716         C headers.
19717         * m4/md5.m4 (gl_MD5): Don't check for limits.h, standard C headers,
19718         memcpy.
19719         * m4/sha.m4 (gl_SHA): Don't check for standard Cheaders, memcpy.
19720         * m4/memchr.m4 (jm_PREREQ_MEMCHR): Don't check for limits.h, stdlib.h.
19721         * m4/memcmp.m4 (gl_PREREQ_MEMCMP): Don't check for string.h.
19722         * m4/memcoll.m4 (gl_MEMCOLL): Likewise.
19723         * m4/memrchr.c (gl_PREREQ_MEMRCHR): Don't check for limits.h.
19724         * m4/mkdir-slash.m4 (gl_PREREQ_MKDIR): Don't check for stdlib.h,
19725         string.h, free.
19726         * m4/mktime.m4 (gl_PREREQ_MKTIME): Don't check for standard C headers.
19727         * m4/modechange.m4 (gl_MODECHANGE): Don't check for standard C headers.
19728         * m4/mountlist.m4 (gl_PREREQ_MOUNTLIST_EXTRA): Don't check for standard
19729         C headers, or for string.h.
19730         * m4/obstack.m4 (gl_OBSTACK): Don't check for stddefe.h, string.h.
19731         (gl_PREREQ_OBSTACK): Don't check for stdlib.h.
19732         * m4/path-concat.m4 (gl_PATH_CONCAT): Don't check for standard C
19733         headers, memory.h, stdlib.h, string.h, strings.h.
19734         * m4/posixtm.m4 (gl_POSIXTM): Don't check for stdlib.h, string.h.
19735         * m4/posixver.m4 (gl_POSIXVER): Don't check for getenv.
19736         * m4/putenv.m4 (gl_PREREQ_PUTENV): Don't check for string.h, memcpy,
19737         strchr.
19738         * m4/readtokens.m4 (gl_READTOKENS): Don't check for standard C
19739         headers, memory.h, string.h.
19740         * m4/regex.m4 (jm_PREREQ_REGEX): Do not check for limits.h, string.h.
19741         * m4/rename.m4 (gl_PREREQ_RENAME): Do not check for stdlib.h, string.h,
19742         free.
19743         * m4/rpmatch.m4 (gl_PREREQ_RPMATCH): Don't check for standard C
19744         headers.
19745         * m4/same.m4 (gl_SAME): Don't check for stdlib.h, string.h, free.
19746         * m4/save-cwd.m4 (gl_SAVE_CWD): Don't check for standard C headers.
19747         * m4/savedir.m4 (gl_SAVEDIR): Don't check for standard C headers.
19748         * m4/strchrnul.m4 (gl_PREREQ_STRCHRNUL): Don't check for string.h.
19749         * m4/xgetcwd.m4 (gl_XGETCWD): Don't check for stdlib.h.
19750
19751 2003-09-09  Paul Eggert  <eggert@twinsun.com>
19752
19753         More K&R removal.
19754
19755         * lib/acosl.c (main): Use a prototype.
19756         * lib/asinl.c, cosl.c, expl.c, frexpl.c, ldexpl.c, sinl.c,
19757         tanl.c: Likewise.
19758
19759         * lib/getloadavg.c (getloadavg, main): Define via prototypes.
19760
19761         * lib/getopt.h (struct option.name): Assume C89, and use 'const'.
19762         (getopt, etopt_long, getopt_long_only, _getopt_internal)
19763         [defined __GNU_LIBRARY__]: Assume C89, so we can always declare
19764         with a prototype.
19765         * lib/getopt.c (const): Remove macro.
19766         Include <string.h> unconditionally.
19767         (my_index): Remove; all uses changed to strchr.
19768         (strlen): Remove decl.
19769         (exchange): Remove forward decl; no longer needed.
19770         (exchange, _getopt_initialize, _getopt_internal, getopt, main):
19771         Define with prototype.
19772         * lib/getopt1.c (const): Remove macro.
19773         (getopt_long, getopt_long_only, main): Define with prototype.
19774
19775         * lib/getugroups.c: Include <string.h> unconditionally.
19776
19777         * lib/getusershell.c: Include <stdlib.h> unconditionally.
19778         (getusershell, setusershell, endusershell, readname, main):
19779         Define with prototypes.
19780
19781         * lib/group-member.c: Include group-member.h first.
19782         Include <stdlib.h> unconditionally.
19783
19784         * lib/hard-locale.c: Include hard-locale.h first.
19785         Include <stdlib.h>, <string.h> unconditionally.
19786
19787         * lib/hash.c (free, malloc): Remove decls.
19788         Include <stdlib.h> unconditionally.
19789
19790         * lib/human.c: Include <stdlib.h>, <string.h> unconditionally.
19791         (getenv): Do not declare.
19792
19793         * lib/idcache.c: Include <string.h> unconditionally.
19794
19795         * lib/long-options.c: Include long-options.h first, to test interface.
19796         Include <stdlib.h> unconditionally.
19797
19798         * lib/makepath.c: Include makepath.h first, to test interface.
19799         Include <stdlib.h> and <string.h> unconditionally.
19800
19801         * lib/linebuffer.c: Include <stdlib.h>.
19802         (free): Remove decl.
19803
19804         * lib/malloc.c: Include <stdlib.h>, for malloc; don't bother with
19805         stddef.h. rpl_malloc returns void *, not char *.
19806         * lib/realloc.c (rpl_realloc): Likewise.  Also, define with a
19807         prototype.
19808
19809         * lib/md5.h: Include <limits.h> unconditionally.
19810         (UINT_MAX_32_BITS): Don't worry about non-__STDC__ case.
19811         (__P): Remove; all uses removed.
19812         * lib/md5.c: Include "md5.h" first.
19813         (md5_init_ctx, md5_read_ctx, md5_finish_ctx, md5_stream,
19814         md5_buffer, md5_process_bytes, md5_process_block):
19815         Define with prototypes.
19816         * lib/sha.h (__P): Remove all uses.  (It wasn't defined??)
19817         * lib/sha.c: Include "sha.h" first.
19818         Include <stdlib.h>, <string.h> unconditionally.
19819
19820         * lib/memchr.c (__ptr_t): Remove; all uses changed to void *.
19821         * lib/memcmp.c (__ptr_t): Likewise.
19822         * lib/memrchr.c (__ptr_t): Likewise.
19823         * lib/memchr.c, memcmp.c, memcoll.c, memrchr.c:
19824         Include <string.h> unconditionally.
19825         * lib/memchr.c, memrchr.c: Include <limits.h> unconditionally.
19826         * lib/memchr.c: Include <stdlib.h> unconditionally.
19827         * lib/memchr.c (LONG_MAX): Remove.
19828         * lib/memrchr.c (LONG_MAX): Likewise.
19829         * lib/memchr.c (__memchr): Define via a prototype.
19830         * lib/memrchr.c (__memrchr): Likewise.
19831         * lib/memcmp.c (__P): Remove, and remove all uses.
19832         (memcmp_bytes, memcmp_common_alignment, memcmp_not_common_alignment):
19833         Remove forward decls; no longer needed.
19834         * lib/memcpy.c, memmove.c, memset.c: Include <stddef.h>.
19835         Use types required by C89 in prototype.
19836
19837         * lib/mkdir.c: Include <stdlib.h>, <string.h> unconditionally.
19838         * lib/savedir.c: Likewise.
19839         * lib/mkdir.c (free): Remove decl.
19840         * lib/rmdir.c (rmdir): Define with a prototype.
19841         * lib/savedir.c: Include savedir.h first, to test interface.
19842
19843         * lib/mktime.c (STDC_HEADERS): Remove.
19844         Include <stdlib.h>, <string.h> unconditionally.
19845
19846         * lib/modechange.c: Include <stdlib.h> unconditionally.
19847         (malloc): Remove decl.
19848
19849         * lib/mountlist.c: Include <stdlib.h>, <string.h> unconditionally.
19850         (free): Remove decl.
19851
19852         * lib/obstack.h (PTR_INT_TYPE) [!defined __PTRDIFF_TYPE__]:
19853         Define to ptrdiff_t, without bothering to check HAVE_STDDEF_H.
19854         (This type really should be intptr_t, but that's a C99ism.)
19855         (_obstack_memcpy): Remove: all uses changed to memcpy.
19856         Include <string.h> unconditionally.
19857         (struct obstack): Assume __STDC__ for types of members
19858         chunkfun, freefun, extra_arg.
19859         (_obstack_newchunk, _obstack_free, _obstack_begin, _obstack_begin_1,
19860         _obstack_memory_used, obstack_alloc_failed_handler, obstack_init,
19861         obstack_begin, obstack_specify_allocation,
19862         obstack_specify_allocation_with_arg, obstack_chunkfun,
19863         obstack_freefun, obstack_free) [! (defined __STDC__ && __STDC__)]:
19864         Remove unprototyped decls and the macros that use them.
19865         * lib/obstack.c (POINTER): Remove.  All uses changed to void *.
19866         (obstack_alloc_failed_handler, CALL_CHUNKFUN, CALL_FREEFUN,
19867         _obstack_begin, _obstack_begin_1, _obstack_allocated_p)
19868         (defined __STDC__ && __STDC__)]:
19869         Remove nonprototyped code.
19870         Include <stdlib.h> unconditionally.
19871         (_obstack_begin, _obstack_begin_1, _obstack_newchunk,
19872         _obstack_allocated_p, _obstack_free, obstack_free,
19873         _obstack_memory_used, print_and_abort):
19874         Define using prototypes.
19875         (obstack_1grow, obstack_1grow_fast, obstack_alloc, obstack_base,
19876         obstack_blank, obstack_blank_fast, obstack_copy, obstack_copy0,
19877         obstack_finish, obstack_grow, obstack_grow0, obstack_make_room,
19878         obstack_next_free, obstack_object_size, obstack_room) [0]:
19879         Remove unused, unprototyped code.
19880
19881         * lib/path-concat.c: Include <stdlib.h>, <string.h> unconditionally.
19882
19883         * lib/physmem.c (physmem_total, physmem_available, main): Define
19884         with prototypes.
19885
19886         * lib/posixtm.c: Include <stdlib.h>, <string.h> unconditionally.
19887         (main): Define with a prototype.
19888
19889         * lib/posixver.c (getenv): Remove decl.
19890
19891         * lib/putenv.c (malloc): Returns void *, not char *.
19892         Include <string.h> unconditionally.
19893         (strchr, memcpy, NULL): Do not define.
19894
19895         * lib/readtokens.c: Include readtokens.h first, to test interface.
19896         Include <stdlib.h>, <string.h> unconditionally.
19897         (init_tokenbuffer): Define with a prototype.
19898
19899         * lib/regex.c (PARAMS): Remove.  All uses removed.
19900         All uses of _RE_ARGS removed, too.
19901         Include <stddef.h>, <stdlib.h>, <string.h>, <limits.h>
19902         unconditionally.
19903         (bzero): Assume memset exists.
19904         (memcmp, memcpy, NULL): Remove.
19905         (SIGN_EXTEND_CHAR): Remove; all uses replaced by casts to signed
19906         char, or assignments to local vars of type signed char.
19907         (init_syntax_once, PREFIX(extract_number_and_incr),
19908         PREFIX(print_partial_compiled_pattern),
19909         PREFIX(print_compiled_pattern), PREFIX(print_double_string),
19910         convert_mbs_to_wcs, print_fastmap, re_set_syntax,
19911         PREFIX(regex_grow_registers), PREFIX(regex_compile),
19912         PREFIX(store_op1), PREFIX(store_op2), PREFIX(insert_op1),
19913         PREFIX(insert_op2), PREFIX(at_begline_loc_p),
19914         PREFIX(at_endline_loc_p), group_in_compile_stack, insert_space,
19915         wcs_compile_range, byte_compile_range, truncate_wchar,
19916         PREFIX(re_compile_fastmap), re_compile_fastmap, re_set_registers,
19917         re_search, re_search_2, PREFIX(re_search_2), re_match, re_match_2,
19918         count_mbs_length, wcs_re_match_2_internal,
19919         byte_re_match_2_internal, PREFIX(group_match_null_string_p),
19920         PREFIX(alt_match_null_string_p),
19921         PREFIX(common_op_match_null_string_p), PREFIX(bcmp_translate),
19922         re_compile_pattern, re_comp, re_exec, regcomp, regexec, regerror,
19923         regfree, PREFIX(extract_number)): Define with prototype.  Remove
19924         now-unnecessary declaration, if any.
19925         (byte_compile_range, PREFIX(regex_compile), re_comp, re_exec,
19926         regcomp, regexec):
19927         Remove now-unnecessary casts among pointer types.
19928         * lib/regex.h (_RE_ARGS): Remove.  All uses removed.
19929
19930         * lib/rename.c: Include <stdlib.h>, <string.h> unconditionally.
19931         (free): Remove decl.
19932
19933         * lib/rpmatch.c: Include <stdlib.h> unconditionally.
19934
19935         * lib/same.c: Include <stdlib.h>, <string.h> unconditionally.
19936         (free): Remove decl.
19937
19938         * lib/save-cwd.c: Include <stdlib.h> unconditionally.
19939         * lib/xgetcwd.c: Likewise.
19940
19941         * lib/stat.c: Include <stdlib.h>, <string.h> unconditionally.
19942         (free): Remove decl.
19943
19944         * lib/strchrnul.c (strchrnul): Define with a prototype.
19945         Fix bug: c_in was not converted to char before searching.
19946
19947         The following changes are not K&R related:
19948
19949         * lib/group-member.h: Include <sys/types.h>, so that this file is
19950         self-contained.
19951         * lib/makepath.h: Likewise.
19952
19953         * lib/getusershell.c (readname, default_index, line_size, readname):
19954         Use size_t, not int, for sizes.
19955         (readname): If the size overflows, report an error instead of
19956         looping forever.
19957
19958 2003-09-09  Paul Eggert  <eggert@twinsun.com>
19959
19960         * config/srclist.txt: Do not get getopt.h, getopt1.c, or regex.h from
19961         libc.
19962
19963 2003-09-09  Paul Eggert  <eggert@twinsun.com>
19964
19965         * README: New section: portability guidelines.
19966
19967 2003-09-09  Derek Robert Price  <derek@ximbiot.com>
19968
19969         * m4/getndelim2.m4 (gl_PREREQ_GETNDELIM2): Assume stdlib.h per the
19970         C89 spec.
19971
19972 2003-09-09  Derek Robert Price  <derek@ximbiot.com>
19973
19974         * lib/getndelim2.c: Assume stdlib.h per the C89 spec.
19975
19976 2003-09-08  Paul Eggert  <eggert@twinsun.com>
19977
19978         Assume C89 or better; remove K&R cruft.
19979         A few of these changes were first proposed by Derek Robert Price
19980         in <http://mail.gnu.org/archive/html/bug-gnulib/2003-07/msg00105.html>.
19981
19982         * lib/addext.c: Include <string.h> unconditionally.
19983         * lib/backupfile.c: Include <string.h>, <stdlib.h> unconditionally.
19984         Don't declare getenv or malloc.
19985
19986         * lib/alloca.c: Include <string.h>, <stdlib.h> unconditionally.
19987         (POINTER_TYPE, pointer): Remove; all uses changed to void *.
19988         (NULL): Remove.
19989         (find_stack_direction, alloca): Use prototypes.
19990
19991         * lib/atexit.c (atexit): Define using a prototype.
19992
19993         * lib/basename.c, dirname.c, stripslash.c:
19994         Include <string.h> unconditionally.
19995
19996         * lib/bcopy.c: Include <stddef.h>.
19997         (bcopy): Define with prototype, using 'const' and 'void' and 'size_t'.
19998
19999         * lib/canon-host.c: Include <stdlib.h>, <string.h> unconditionally.
20000
20001         * lib/error.h (error, error_at_line, error_print_progname)
20002         [! (defined (__STDC__) && __STDC__)]: Remove decls.
20003         * lib/error.c: Include error.h first, to check interface.
20004         Include <stdarg.h>, <stdlib.h>, <string.h> unconditionally.
20005         (VA_START): Remove; all uses changeed to va_start.
20006         (exit, strerror): Remove decls.
20007         (error_print_progname): Prototype uncondionally.
20008         Don't include <errno.h>; no longer needed.
20009         (private_strerror): Remove.
20010         (error_tail): Always define.
20011         (error, error_at_line): Assume C89 or better; always use prototypes.
20012         * lib/fatal.c: Include "fatal.h" first, to test interface.
20013         Include <stdarg.h>, <stdlib.h>, <string.h> unconditionally.
20014         (VA_START): Remove; all uses changed to va_start.
20015         [! (HAVE_VPRINTF || HAVE_DOPRNT || _LIBC)]: Remove support for
20016         this case.
20017         (exit): Remove decl.
20018         (fatal): Prototype unconditionally.  Assume va_start works.
20019         Abort at end, to pacify gcc.
20020
20021         * lib/euidaccess.c (main): Define with a prototype.
20022
20023         * lib/exclude.c: Include <stdlib.h>, <string.h> unconditionally.
20024
20025         * lib/exitfail.c: Include <stdlib.h> unconditionally.
20026
20027         * lib/fnmatch_.h (__P): Remove.  All uses changed to assume
20028         prototypes.
20029         * lib/fnmatch.c: Include fnmatch.h first, to test interface.
20030         Include <string.h>, <stddef.h>, <stdlib.h> unconditionally.
20031         (getenv): Remove decl.
20032         (fnmatch): Define using a prototype.
20033         * lib/fnmatch_loop.c (FCT): Remove forward decl; no longer needed.
20034         (FCT): Define using a prototype.
20035
20036         * lib/getdate.y: Include <stdlib.h>, <string.h> unconditionally.
20037
20038         * lib/gethostname.c: Include <stddef.h>.
20039         (gethostname): Define with prototype.  Length is size_t, not int.
20040
20041 2003-09-08  Paul Eggert  <eggert@twinsun.com>
20042
20043         Assume C89 or better; remove K&R cruft.
20044         * m4/alloca.m4 (gl_PREREQ_ALLOCA): Don't check for stdlib.h, string.h.
20045         * m4/backupfile.m4 (gl_BACKUPFILE): Don't check for stdlib.h,
20046         string.h, getenv, malloc.
20047         * m4/dirname.m4 (gl_DIRNAME): Don't check for string.h or C standard
20048         headers.
20049         * m4/canon-host.m4 (gl_CANON_HOST): Don't check for string.h, stdlib.h.
20050         * m4/error.m4 (jm_PREREQ_ERROR): Do not require STDC headers, and
20051         do not check for strerror.
20052         * m4/exclude.m4: Do not check for stdlib.h, string.h, strings.h.
20053         * m4/exitfail.m4 (gl_EXITFAIL): Do not check for stdlib.h.
20054         * m4/fatal.m4 (gl_FATAL): Do not require STDC headers, and
20055         do not check for doprnt or vprintf.
20056         * m4/fnmatch.m4 (gl_PREREQ_FNMATCH_EXTRA): Remove.  All uses removed.
20057         * m4/getdate.m4 (gl_GETDATE): Don't check for stdlib.h or string.h.
20058
20059 2003-09-08  Paul Eggert  <eggert@twinsun.com>
20060
20061         * lib/getversion.c: Remove; was migrated to backupfile.c in 1997.
20062         getversion.c should have been removed then, but was accidentally
20063         preserved.
20064
20065         * lib/utime.c [!HAVE_UTIMES_NULL]: Include <sys/stat.h>, <fcntl.h>.
20066         (utime_null): Fix typo: 'st' was sometimes called 'sb'.
20067
20068 2003-09-08  Karl Berry  <karl@gnu.org>
20069
20070         * config/config.sub, config.guess, srclistvars.sh: update from savannah
20071                 config, forget about prep.
20072
20073         * config/depcomp, missing: update from automake.
20074
20075 2003-09-07  Paul Eggert  <eggert@twinsun.com>
20076
20077         * modules/time_r: Depend on 'restrict'.  Fix from Simon Josefsson in
20078         <http://mail.gnu.org/archive/html/bug-gnulib/2003-09/msg00028.html>.
20079
20080 2003-09-07  Paul Eggert  <eggert@twinsun.com>
20081
20082         * lib/time_r.c (gmtime_r, localtime_r): Fix silly typo: missing arg to
20083         copy_tm_result.  Bug reported by Simon Josefsson in
20084         <http://mail.gnu.org/archive/html/bug-gnulib/2003-09/msg00028.html>.
20085
20086 2003-09-06  Paul Eggert  <eggert@twinsun.com>
20087
20088         * m4/time_r.m4: New file.
20089         * m4/mktime.m4 (gl_PREREQ_MKTIME): Remove check for limits.h.
20090         * m4/timegm.m4 (gl_FUNC_TIMEGM): Assume that timegm is buggy if mktime
20091         is. Check for timegm declaration.
20092         (gl_PREREQ_TIMEGM): Require gl_FUNC_MKTIME.
20093         Do not check for gmtime_r.
20094         Replace mktime if __mktime_internal does not exist and if mktime
20095         hasn't been replaced already.
20096
20097 2003-09-06  Paul Eggert  <eggert@twinsun.com>
20098
20099         * lib/time_r.c, lib/time_r.h: New files.
20100
20101         * lib/mktime.c (my_mktime_localtime_r): Remove; all uses changed to
20102         __localtime_r.
20103         (__localtime_r) [!defined _LIBC]: New macro.  Include <time_r.h>.
20104         (__mktime_internal) [!defined _LIBC]: Now extern, not static.
20105
20106         * lib/strftime.c (my_strftime_gmtime_r): Remove; all uses changed to
20107         __gmtime_r.
20108         (my_strftime_localtime_r): Remove; all uses changed to __localtime_r.
20109         (__gtime_r, __localtime_r) [!HAVE_TM_GMTOFF]: New macros.
20110         Include <time_r.h>.
20111
20112         * lib/timegm.c: Switch to glibc implementation, with the following
20113         changes:
20114         [defined HAVE_CONFIG_H]: Include <config.h>.
20115         [!defined _LIBC]: Include "timegm.h" rather than <time.h>.
20116         (__mktime_internal) [!defined _LIBC]: New decl.
20117         (__gmtime_r) [!defined _LIBC]: New macro and function.
20118         (timegm): Use a prototype, since gnulib assumes C89.
20119         Do not bother declaring tmp to be const, as it's not really usefu.
20120         * lib/timegm.h: Hoist "#include <time.h>" out of #ifdef.
20121         (timegm): Declare only if HAVE_DECL_TIMEGM.
20122
20123 2003-09-06  Paul Eggert  <eggert@twinsun.com>
20124
20125         * MODULES.html.sh (func_all_modules): Add time_r.
20126         * modules/time_r: New file.
20127         * modules/mktime, modules/strftime, modules/timegm: Depend on time_r.
20128         * modules/timegm: Depend on mktime.  Change maintainer to "all, glibc".
20129
20130 2003-09-03  Paul Eggert  <eggert@twinsun.com>
20131
20132         * lib/human.c (human_readable): Fix bug that rounded 10501 to 10k.
20133         Bug reported by Lute Kamstra in
20134         <http://mail.gnu.org/archive/html/bug-gnulib/2003-09/msg00003.html>.
20135
20136         * lib/getdate.y (relative_time_table): Use tDAY_UNIT for "tomorrow",
20137         "yesterday", "today", and "now" rather than tMINUTE_UNIT.  Of
20138         course with correspondingly smaller numbers for tomorrow and
20139         yesterday.  From Tadayoshi Funaba.  Originally installed into
20140         sh-utils on 1999-08-07, but the patch got lost (I guess during the
20141         coreutils merge?).
20142
20143 2003-08-31  Simon Josefsson  <jas@extundo.com>
20144
20145         * modules/timegm: New file.
20146         * MODULES.html.sh (func_all_modules): Add timegm.
20147
20148 2003-08-31  Simon Josefsson  <jas@extundo.com>
20149
20150         * m4/timegm.m4: New file.
20151
20152 2003-08-31  Simon Josefsson  <jas@extundo.com>
20153
20154         * lib/timegm.h: New file.
20155         * lib/timegm.c: New file.  Based on
20156         wget-1.8.2/src/http.c:mktime_from_utc.
20157
20158 2003-08-31  Karl Berry  <karl@gnu.org>
20159
20160         * lib/argp.h: update from libc.
20161
20162 2003-08-28  Bruno Haible  <bruno@clisp.org>
20163
20164         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Remove AC_DEFINE of fnmatch here.
20165         This avoids havoc on compilers for which '#define fnmatch rpl_fnmatch'
20166         followed by '#define fnmatch fnmatch_posix' gives an error.
20167
20168 2003-08-28  Bruno Haible  <bruno@clisp.org>
20169
20170         * lib/binary-io.h: Undefine O_BINARY before defining it. This avoids a
20171         warning on QNX, which defines O_BINARY to 000000.
20172
20173 2003-08-27  Jim Meyering  <jim@meyering.net>
20174
20175         * m4/mkstemp.m4: Require that the system mkstemp be able to create
20176         70 temporary files, not just 30.  Tru64 V4.0F's mkstemp function
20177         would fail after 32.  Reported by Danny Levinson.  Details here:
20178         http://mail.gnu.org/archive/html/bug-coreutils/2003-08/msg00124.html
20179
20180 2003-08-24  Bruno Haible  <bruno@clisp.org>
20181
20182         * lib/binary-io.h: Include <stdio.h>, to avoid a compilation error when
20183         MSVC7 <stdio.h> is included later.
20184
20185 2003-08-22  Simon Josefsson  <jas@extundo.com>
20186
20187         * modules/strndup (Makefile.am): Add strndup.h to lib_SOURCES.
20188
20189 2003-08-20  Karl Berry  <karl@gnu.org>
20190
20191         * m4/lib-ld.m4: serial 1003 from gettext, no changes besides serial.
20192
20193 2003-08-20  Bruno Haible  <bruno@clisp.org>
20194
20195         * modules/progname: New file.
20196         * MODULES.html.sh (func_all_modules): Add progname.
20197
20198 2003-08-20  Bruno Haible  <bruno@clisp.org>
20199
20200         * lib/progname.h: New file, from GNU gettext.
20201         * lib/progname.c: New file, from GNU gettext.
20202         * lib/progreloc.c: New file, from GNU gettext.
20203
20204 2003-08-19  Jim Meyering  <jim@meyering.net>
20205
20206         * m4/lib-ld.m4: Revert yesterday's change, per Bruno's request here:
20207         http://mail.gnu.org/archive/html/bug-gnulib/2003-08/msg00155.html
20208
20209 2003-08-19  Bruno Haible  <bruno@clisp.org>
20210
20211         * m4/xalloc.m4 (gl_PREREQ_XSTRDUP): Don't check for <string.h> any
20212         more.
20213
20214 2003-08-19  Bruno Haible  <bruno@clisp.org>
20215
20216         * lib/xstrdup.c: Assume <string.h> exists.
20217
20218 2003-08-18  Paul Eggert  <eggert@twinsun.com>
20219
20220         * modules/stdbool: Add BUILT_SOURCES.  Prefer $@ to target name
20221         in makefile rules.
20222
20223 2003-08-18  Jim Meyering  <jim@meyering.net>
20224
20225         * m4/getloadavg.m4: Use [\t ], not [ \t] (where \t is a literal TAB).
20226         * m4/lib-ld.m4: Likewise.
20227
20228 2003-08-18  Jim Meyering  <jim@meyering.net>
20229
20230         * lib/setenv.h: Indent nested cpp directive.
20231         * lib/vasnprintf.c: Remove trailing blanks.
20232
20233 2003-08-17  Simon Josefsson  <jas@extundo.com>
20234
20235         * modules/xstrndup: New file.
20236         * MODULES.html.sh (func_all_modules): Add xstrndup.
20237
20238 2003-08-17  Simon Josefsson  <jas@extundo.com>
20239
20240         * modules/argp: Fix autoconf macro name. Add more dependencies.
20241
20242 2003-08-17  Simon Josefsson  <jas@extundo.com>
20243
20244         * m4/xstrndup.m4: New file.
20245
20246 2003-08-17  Simon Josefsson  <jas@extundo.com>
20247
20248         * m4/argp.m4: New file.
20249
20250 2003-08-17  Simon Josefsson  <jas@extundo.com>
20251             Bruno Haible  <bruno@clisp.org>
20252
20253         * lib/xstrndup.h: New file.
20254         * lib/xstrndup.c: New file.
20255
20256 2003-08-17  Bruno Haible  <bruno@clisp.org>
20257
20258         * modules/strndup (Files, Include): Add lib/strndup.h.
20259
20260 2003-08-17  Bruno Haible  <bruno@clisp.org>
20261
20262         * modules/euidaccess (Files): Add lib/euidaccess.h.
20263
20264 2003-08-17  Bruno Haible  <bruno@clisp.org>
20265
20266         * lib/strndup.h: New file.
20267
20268 2003-08-17  Bruno Haible  <bruno@clisp.org>
20269
20270         * gnulib-tool (func_create_testdir): Handle gl_USE_SYSTEM_EXTENSIONS
20271         like AC_GNU_SOURCE.
20272         * modules/extensions (configure.ac): Comment out the invocation of
20273         gl_USE_SYSTEM_EXTENSIONS.
20274
20275 2003-08-16  Paul Eggert  <eggert@twinsun.com>
20276
20277         Merges from coreutils, etc.
20278         * m4/rpmatch.m4 (gl_PREREQ_RPMATCH): Insert ':' to prevent a syntax
20279         error in gl_FUNC_MATCH.  This fixes a bug I introduced on 2003-05-28.
20280         * m4/readlink.m4 (gl_PREREQ_READLINK): Renamed from gl_PREREQ_READLINE,
20281         fixing a typo.
20282         * m4/host-os.m4 (UTILS_HOST_OS): Add GNU/NetBSD, GNU/FreeBSD.
20283         * m4/hash.m4 (gl_HASH): Use AM_STDBOOL_H, not AC_HEADER_STDBOOL.
20284
20285 2003-08-16  Paul Eggert  <eggert@twinsun.com>
20286
20287         Document merge from coreutils.
20288         * modules/alloca: Append $(ALLOCA_H) to BUILT_SOURCES.
20289         * modules/fnmatch: Append $(FNMATCH_H) to BUILT_SOURCES.
20290         * modules/utime: Add m4/utimes-null.m4.
20291
20292 2003-08-16  Paul Eggert  <eggert@twinsun.com>
20293
20294         * lib/regex.h, strdup.c, strtoll.c, strtoul.c: Do not normalize white
20295         space, undoing this 2003-08-12 change:
20296         <http://mail.gnu.org/archive/html/bug-gnulib/2003-08/msg00080.html>
20297
20298 2003-08-16  Paul Eggert  <eggert@twinsun.com>
20299
20300         * config/srclist.txt: Get regex.h, strdup.c, strtoll.c,
20301         strtoul.c from libc, undoing this 2003-08-12 change:
20302         <http://mail.gnu.org/archive/html/bug-gnulib/2003-08/msg00080.html>
20303
20304 2003-08-16  Jim Meyering  <jim@meyering.net>
20305
20306         Merges from coreutils.
20307         * m4/readdir.m4 (GL_FUNC_READDIR): Change name to have GL_ (not jm_)
20308         prefix.  Adjust cache variables similarly.  Create 500 rather than
20309         just 300 files, to exercise bug on Darwin6.5, too.
20310         * m4/perl.m4 (jm_PERL): Use $am_missing_run, not undefined
20311         $missing_dir.
20312         * m4/jm-winsz1.m4: Require AC_SYS_POSIX_TERMIOS, not
20313         AM_SYS_POSIX_TERMIOS.
20314         Reported by mkc@mathdogs.com.
20315         Also change use of $am_cv_sys_posix_termios
20316         to $ac_cv_sys_posix_termios.  Reported by Andreas Schwab.
20317         * m4/getgroups.m4 (jm_FUNC_GETGROUPS): Rewrite to use AC_FUNC_GETGROUPS
20318         and (if needed) to call AC_LIBOBJ and to set GETGROUPS_LIB.
20319         * m4/fsusage.m4 [__GLIBC__]: GNU libc's statvfs stats each mount point
20320         in /proc/mounts until it finds one with matching device number.  This
20321         is unnecessary when the FILE argument *is* a mount point.  No stat call
20322         is necessary in that case.  So, disable the statvfs-testing code on
20323         systems with GNU libc.  Reported by Andrei Gaponenko via Tim Waugh
20324         as RedHat bug# 84846.
20325         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC): Limit stack size
20326         to 1MB, so as not to render systems with no stack size limit (e.g.,
20327         linux-2.2.x) unusable.  Suggestion and code from Bruno Haible.
20328         Include <unistd.h>.  On some systems,
20329         it is required for the definition of _SC_PAGESIZE.
20330
20331 2003-08-16  Jim Meyering  <jim@meyering.net>
20332
20333         Merge from coreutils.
20334         * lib/xstrtoimax.c: #else #if -> #elif.
20335         * lib/xstrtoumax.c: Likewise.
20336
20337 2003-08-16  Jim Meyering  <jim@meyering.net>
20338
20339         * m4/utimes.m4 (gl_FUNC_UTIMES): New file.
20340         * m4/utimes.m4: Removed.
20341         * m4/utimes-null.m4: Renamed from utimes.m4.
20342
20343         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC): Limit stack size
20344         to 1MB, so as not to render systems with no stack size limit (e.g.,
20345         linux-2.2.x) unusable.  Suggestion and code from Bruno Haible.
20346         Include <unistd.h>.  On some systems,
20347         it is required for the definition of _SC_PAGESIZE.
20348
20349 2003-08-16  Jim Meyering  <jim@meyering.net>
20350         and Paul Eggert  <eggert@cs.ucla.edu>
20351
20352         Merges from coreutils, etc.
20353
20354         * m4/jm-macros.m4 (AC_LANG_SOURCE(C)): New macro, undefine, then define
20355         using the latest version from cvs.  This avoids problems with #line
20356         directives using a vendor (Sun) compiler.
20357         (jm_MACROS): Bump prerequisite from 2.52g to 2.57.
20358         Don't set GETGROUPS_LIB here; now it's
20359         done via getgroups.m4's wrapper function.
20360         AC_SUBST OPTIONAL_BIN_PROGS, OPTIONAL_BIN_ZCRIPTS, and MAN here,
20361         rather than just in sh-util/configure.in, so that the
20362         now-shared-by-fileutils-and-textutils lib/Makefile.am are all the
20363         same.
20364         Use AC_CONFIG_LIBOBJ_DIR(lib) to tell the new
20365         AC_FUNC_GETLOADAVG where to find getloadavg.c.
20366         Require AC_FUNC_FTW, gt_INTTYPES_PRI, gl_CLOCK_TIME,
20367         UTILS_SYS_OPEN_MAX, GL_FUNC_GETCWD_PATH_MAX, GL_FUNC_READDIR,
20368         gl_FSUSAGE, gl_MOUNTLIST, AC_FUNC_CANONICALIZE_FILE_NAME.
20369         Remove code that is now done by the newly-required macros.
20370         Append $(EXEEXT) to DF_PROG.
20371         AC_LIBOBJ fchdir-stub if fchdir doesn't exist; similarly for fchown.
20372         Do not invoke or require the following here,
20373         since prereq.m4 or some gnulib .m4 now does this for us:
20374         gl_REGEX, UTILS_FUNC_MKDIR_TRAILING_SLASH, jm_BISON, gl_FUNC_MKTIME,
20375         jm_FUNC_LSTAT, jm_FUNC_STAT, jm_FUNC_REALLOC, jm_FUNC_MALLOC,
20376         jm_FUNC_NANOSLEEP, jm_FUNC_READDIR, jm_FUNC_MEMCMP,
20377         jm_FUNC_GLIBC_UNLOCKED_IO, AC_FUNC_FNMATCH_GNU, jm_FUNC_PUTENV,
20378         jm_AC_PREREQ_XSTRTOUMAX, jm_AC_PREREQ_XSTRTOIMAX,
20379         AC_FUNC_ERROR_AT_LINE, jm_FUNC_GNU_STRFTIME, AC_FUNC_VPRINTF,
20380         vb_FUNC_RENAME, UTILS_FUNC_MKSTEP, jm_FUNC_UTIME, AM_FUNC_GETLINE,
20381         AC_FUNC_OBSTACK.
20382         Do not replace the following functions, as this is now the job
20383         of some gnulib .m4: strcasecmp, strncasecmp, dup2, gethostname,
20384         getusershell, sig2str, strcspn, stpcpy, strstr, strtol, strtoul
20385         strpbrk, euidaccess, memcmp, rmdir, rpmatch, strndup, strverscmp,
20386         atexit getpass, strdup, getpagesize.
20387         Replace 'raise'.
20388         Do not check for the following functions, as this is now the job
20389         of some gnulib .m4: bcopy, canonicalize_file_name, fchdir, ftime,
20390         getcwd, getmntinfo, resolvepath.  But check for sysctl, setreuid,
20391         setregid.
20392         (jm_CHECK_ALL_HEADERS): Do not check for fenv.h.
20393         Check for sys/sysctl.h.
20394         (jm_CHECK_ALL_TYPES): Do not require AC_STRUCT_TM, AC_STRUCT_TIMEZONE,
20395         jm_CHECK_TYPE_STRUCT_TIMESPEC.  Invoke gt_TYPE_SSIZE_T instead
20396         of checking for ssize_t ourselves.
20397
20398         * m4/prereq.m4 (jm_PREREQ): Don't invoke macros; AC_REQUIRE them.
20399         Require every macro that gnulib/modules/* suggests for us.
20400         (jm_PREREQ_ADDEXT): New macro.
20401         (jm_PREREQ_STAT): Check for 'struct statfs' on Ultrix 4.4.
20402         Require jm_AC_TYPE_LONG_LONG instead of invoking it.
20403
20404         * m4/physmem.m4 (gl_SYS__SYSTEM_CONFIGURATION): New macro.
20405         (gl_PHYSMEM): Use it.
20406         Also check for `table' function.
20407         Check for new headers and functions.
20408         Add check for sys/sysmp.h.
20409         With suggestions from Kaveh Ghazi.
20410         Ignore headers that are present but cannot be compiled.  This
20411         avoids spurious warnings on Solaris 9 sparc with Forte Developer 7
20412         C 5.4.
20413
20414 2003-08-15  Paul Eggert  <eggert@twinsun.com>
20415
20416         Document merge from coreutils.
20417         * modules/userspec: Depend on posixver.
20418         * modules/strftime: Depend on tzset.
20419
20420 2003-08-15  Paul Eggert  <eggert@twinsun.com>
20421
20422         * lib/config.charset, ref-add.sin, ref-del.sin: Use three spaces,
20423         rather than tab, after '#' in shell-script copyright notices.
20424         Suggested by Bruno Haible.
20425
20426 2003-08-15  Paul Eggert  <eggert@twinsun.com>
20427
20428         * config/srclist-update: Use three spaces, rather than tab, after '#'
20429         in shell-script copyright notices.  Suggested by Bruno Haible.
20430         Remove unnecessary parenthesization in regular expression.
20431
20432 2003-08-15  Jim Meyering  <jim@meyering.net>
20433
20434         Merge from coreutils.
20435         * lib/xgethostname.c: Include <stdlib.h>.
20436         (xghostname): Don't exit for anything other than memory-related
20437         failure; just return NULL.
20438         * lib/userspec.c: Include "posixver.h".
20439         (parse_user_spec): Accept `.' as a separator only
20440         in pre-POSIX-200112 mode.
20441         * lib/strtoimax.c: Use #elif rather than #else #if.
20442         * lib/strftime.c (my_strftime) [!_LIBC && HAVE_TZNAME && HAVE_TZSET]:
20443         Remove function, now that we can rely on a working tzset function.
20444         [!_LIBC]: Ensure that the required autoconf test has been run.
20445         [!defined _NL_CURRENT && HAVE_STRFTIME]:
20446         Use underlying_strftime for %r.
20447         * lib/sha.c: Merge in some clean-up and optimization changes from
20448         glibc.
20449         * lib/sha.c (sha_stream) [BLOCKSIZE]: Move definition to top of file.
20450         Ensure that it is a multiple of 64.
20451         Rearrange loop exit tests so as to avoid performing an
20452         additional fread after encountering an error or EOF.
20453         * lib/realloc.c: Update copyright date.
20454
20455 2003-08-15  Jim Meyering  <jim@meyering.net>
20456         and Paul Eggert  <eggert@twinsun.com>
20457
20458         Merge from coreutils.
20459         * lib/readutmp.h (HAVE_UTMPX_H): Undef if struct utmp has the ut_exit
20460         member but strut utmpx does not.  Needed for AIX 4.3.3.
20461         (UT_EXIT_E_TERMINATION, UT_EXIT_E_EXIT): Define.
20462
20463 2003-08-15  Jim Meyering  <jim@meyering.net>
20464         and Paul Eggert  <eggert@cs.ucla.edu>
20465
20466         Merges from coreutils, etc.
20467         * m4/strftime.m4 (_jm_STRFTIME_PREREQS):
20468         Require gl_FUNC_TZSET_CLOBBER.
20469         * m4/readutmp.m4 (gl_READUTMP): Check for ut_exit.ut_exit,
20470         ut_exit.e_exit, ut_exit.ut_termination, and ut_exit.e_termination
20471         members.
20472
20473 2003-08-14  Paul Eggert  <eggert@twinsun.com>
20474
20475         Help the merge from coreutils.
20476         * m4/gettimeofday.m4 (gl_GETTIMEOFDAY_REPLACE_LOCALTIME): New macro.
20477         (AC_FUNC_GETTIMEOFDAY_CLOBBER): Use it.
20478         * m4/tzset.m4: Use it too.
20479
20480 2003-08-14  Paul Eggert  <eggert@twinsun.com>
20481
20482         * modules/tzset: New file.
20483
20484 2003-08-14  Jim Meyering  <jim@meyering.net>
20485
20486         Merges from coreutils.
20487         * modules/fnmatch: Use the `$(FNMATCH_H)' notation for AC_REPLACED
20488         variable names, rather than @FNMATCH_H@.
20489         * modules/alloca: Likewise for $(ALLOCA_H).
20490
20491         * modules/fnmatch (fnmatch.h): Use `$@' in the commands, in place of
20492         the three copies of the literal target, `fnmatch.h'.
20493         * modules/alloca (alloca.h): Likewise.
20494
20495 2003-08-14  Jim Meyering  <jim@meyering.net>
20496
20497         Merge from coreutils.
20498         * m4/tzset.m4: New file.
20499         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Move the
20500         MOUNTED_VMOUNT test to precede the MOUNTED_GETMNTENT1 tests, since
20501         otherwise, AIX 5.1 systems would end up using the latter.
20502         MOUNTED_GETMNTENT1 support is inadequate on such systems: 1) detecting
20503         whether a file system is remote doesn't work  2) the MOUNTED_VMOUNT
20504         code reports the HOSTNAME:/MOUNT_POINT, while the MOUNTED_GETMNTENT1
20505         code reports merely /MOUNT_POINT.  Reported by Mike Jetzer.
20506
20507 2003-08-14  Jim Meyering  <jim@meyering.net>
20508
20509         Merge from coreutils.
20510         * lib/obstack.h: Whitespace changes.
20511         * lib/mountlist.c: Remove anachronistic casts of xmalloc, xrealloc,
20512         and xcalloc return values.
20513         (read_filesystem_list) [MOUNTED_GETFSSTAT]:
20514         Use MNT_NOWAIT, rather than MNT_WAIT.  Otherwise, `df DIR' could
20515         hang on OSF/1 5.1 for DIR on both local and remote file systems.
20516         Reported by (and fix confirmed by) Nelson H. F. Beebe.
20517         (read_filesystem_list) [MOUNTED_VMOUNT]: Detect any
20518         error from mntctl.
20519         Use mntctl's return value to drive the entry-processing loop, since
20520         we can't rely on the value of the vmt_length member in the last
20521         entry.  On some systems doing so could result in exhausting
20522         virtual memory.  Based in part on a patch from Mike Jetzer.
20523
20524 2003-08-14  Jim Meyering  <jim@meyering.net>
20525         and Paul Eggert  <eggert@twinsun.com>
20526
20527         Merges from coreutils, plus other fixes.
20528         * lib/physmem.c: Merge in portability changes from gcc/libiberty
20529         to support AIX, IRIX, Tru64, and Windows.  See the ChangeLog there
20530         for credits and details.  Thanks to Kaveh Ghazi for helping
20531         to keep these files in sync.
20532         (ARRAY_SIZE): Define it.
20533         (physmem_total, physmem_available): Add comments. From Kaveh Ghazi.
20534         * lib/memcasecmp.c: Remove unnecessary parentheses after 'defined'.
20535         (memcasecmp): Don't assume size_t fits in unsigned int.
20536         Remove casts and duplicate code.
20537         * lib/md5.c: Include <string.h> and <stdlib.h> unconditionally.
20538         (memcpy): Remove definition.
20539         Merge in some clean-up and optimization changes from glibc.
20540         [BLOCKSIZE]: Move definition to top of file.
20541         Ensure that it is a multiple of 64.
20542         Rearrange loop exit tests so as to avoid performing an
20543         additional fread after encountering an error or EOF.
20544         * lib/md5.h (md5_uintptr): Define.
20545         * lib/makepath.c (CLEANUP_CWD): Report an error if we failed to
20546         return to the initial working directory.  Preserve errno
20547         for caller.
20548         * lib/idcache.c: Include "xalloc.h".
20549         (xmalloc, xrealloc): Remove decls.
20550         (getuser): Remove casts no longer required in C89.
20551         * lib/human.c: Include stdio.h, for sprintf.
20552         * lib/group-member.c: Include "xalloc.h".
20553         (xmalloc, xrealloc): Remove decls.
20554         (get_group_info): Remove casts no longer required in C89.
20555         * lib/getusershell.c (readname): Remove casts no longer required in
20556         C89.
20557         * lib/gettimeofday.c (rpl_gmtime, rpl_tzset): New functions.
20558         * lib/getline.c: Whitespace fix, from coreutils.
20559
20560 2003-08-13  Paul Eggert  <eggert@twinsun.com>
20561
20562         * m4/exclude.m4 (gl_EXCLUDE): Require AC_C_INLINE, AC_HEADER_STDC.
20563         Check for isascii.
20564
20565         * m4/gettext.m4, iconv.m4, intdiv0.m4, inttypes-pri.m4, lib-link.m4,
20566         lib-prefix.m4, longdouble.m4, po.m4, progtest.m4, signed.m4:
20567         Undo previous (whitespace-only) change.
20568
20569 2003-08-13  Paul Eggert  <eggert@twinsun.com>
20570
20571         * lib/exclude.c: Include <ctype.h>
20572         (IN_CTYPE_DOMAIN): New macro.
20573         (is_space): New fn.
20574         (add_exclude_file): If LINE_END is a space, ignore trailing spaces
20575         and empty lines.
20576
20577         * lib/argp-help.c, argp-parse.c, config.charset, getopt.h:
20578         Undo previous (whitespace-only) change.
20579
20580 2003-08-13  Paul Eggert  <eggert@twinsun.com>
20581
20582         * config/srclist-update: Change update back to the old behavior,
20583         leaving whitespace alone.  Use one 'sed' command rather than a
20584         pipeline.
20585         (fixlicense): Now a variable, not a function.
20586         (remove_trailing_blanks): Remove.
20587         (fixfile): Don't invoke unexpand or cat, or remove trailing blanks.
20588         * config/config.guess, config.sub, install-sh, missing, texinfo.tex:
20589         Undo previous (whitespace-only) change.
20590
20591 2003-08-12  Paul Eggert  <eggert@twinsun.com>
20592
20593         Merge from coreutils.
20594         * modules/euidaccess: Add lib_SOURCES, include for new
20595         file euidaccess.h
20596
20597 2003-08-12  Paul Eggert  <eggert@twinsun.com>
20598
20599         * m4/gettext.m4, iconv.m4, intdiv0.m4, inttypes-pri.m4, lib-link.m4,
20600         lib-prefix.m4, longdouble.m4, po.m4, progtest.m4, signed.m4:
20601         Normalize leading white space and remove trailing white space.
20602
20603         Merge from coreutils
20604         * m4/euidaccess.m4 (gl_FUNC_EUIDACCESS): Check for euidaccess decl.
20605
20606         * m4/lib-ld.m4, lib-link.m4, lib-prefix.m4: Regenerate from gettext
20607         0.12.1.  These files are now being upgraded automatically by
20608         ../config/srclist-update.
20609
20610 2003-08-12  Paul Eggert  <eggert@twinsun.com>
20611
20612         * lib/argp-help.c, argp-parse.c, config.charset, getopt.h:
20613         Normalize leading white space and remove trailing white space.
20614         * lib/ref-add.sin, ref-del.sin: Use '#' before empty line in copyright
20615         notice, as per ../config/srclist-update.
20616
20617         Merge from coreutils.
20618         * lib/euidaccess.h: New file.
20619         * lib/euidaccess.c: Include it.
20620         * lib/.cppi-disable: Add printf-args.h, printf-parse.h, stdbool_.h,
20621         vasnprintf.h, vasprintf.h.  Remove strdup.c, gettext.h.
20622         * lib/regex.h, strdup.c, strtoll.c, strtoul.c: Normalize white space.
20623
20624 2003-08-12  Paul Eggert  <eggert@twinsun.com>
20625
20626         * config/srclist-update: Add copyright notice.
20627         (remove_id_lines, remove_trailing_blanks): New constants.
20628         (fixfile): Use them to normalize spacing a bit in copied files.
20629         * config/config.guess, config.sub, install-sh, missing, texinfo.tex:
20630         Normalize leading white space and remove trailing white space.
20631
20632         * config/texinfo.tex: Sync with texinfo.
20633
20634         * config/srclist.txt: Don't get regex.h, strdup.c, strtoll.c,
20635         strtoul.c from libc, to merge coreutils whitespace changes.
20636
20637         * config/srclist.txt: Get the following m4 files from gettext:
20638         codeset.m4, gettext.m4, glibc21.m4, iconv.m4, intdiv0.m4,
20639         inttypes-pri.m4, lcmessage.m4, lib-ld.m4, lib-link.m4, lib-prefix.m4,
20640         longdouble.m4, nls.m4, po.m4, progtest.m4, signed.m4, wchar_t.m4,
20641         wint_t.m4.
20642
20643 2003-08-12  Karl Berry  <karl@gnu.org>
20644
20645         * config/srclist.txt: can't sync vasnprintf.c any more, changes have
20646         been made.
20647
20648 2003-08-11  Paul Eggert  <eggert@twinsun.com>
20649
20650         * modules/gnu-source, m4/gnu-source.m4:
20651         Remove; we're assuming Autoconf 2.54 or later now.
20652         Suggested by Bruno Haible.
20653         * MODULES.html.sh (func_all_modules): Remove gnu-source.
20654
20655 2003-08-11  Bruno Haible  <bruno@clisp.org>
20656
20657         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF): Also check for wcslen.
20658
20659 2003-08-11  Bruno Haible  <bruno@clisp.org>
20660
20661         * lib/vasnprintf.c (local_wcslen): New function, for Solaris 2.5.1.
20662         (vasnprintf): Use it instead of wcslen.
20663
20664 2003-08-11  Bruno Haible  <bruno@clisp.org>
20665
20666         * lib/stdbool_.h (_Bool): Undo last change; instead use a negative enum
20667         value to ensure that _Bool promotes to int. Use #define for _Bool when
20668         using the Solaris C compiler. Adds comments suggested by Paul Eggert.
20669
20670 2003-08-10  Karl Berry  <karl@gnu.org>
20671
20672         * lib/regex.h: update from libc (whitespace fix).
20673
20674 2003-08-09  Paul Eggert  <eggert@twinsun.com>
20675
20676         Merge some files from coreutils.  These changes were
20677         originally made by Jim Meyering.
20678         * lib/acl.c: Include <sys/types.h> before <sys/stat.h>;
20679         many older Unixes require this.
20680         * lib/alloca.c (alloca): Remove cast to argument of free;
20681         no longer needed in C89.
20682         * lib/alloca_.h, regex.h: Fix white space to match
20683         what GNU indent does.
20684
20685 2003-08-09  Paul Eggert  <eggert@twinsun.com>
20686
20687         * m4/regex.m4 (jm_INCLUDED_REGEX): Change "\201" to "\371";
20688         apparently Emacs's Unicode mode got confused before my 2003-08-05
20689         checkin.
20690
20691 2003-08-08  Paul Eggert  <eggert@twinsun.com>
20692
20693         * m4/extensions.m4: New file.
20694         * m4/timespec.m4 (jm_CHECK_TYPE_STRUCT_TIMESPEC):
20695         Require gl_USE_SYSTEM_EXTENSIONS.
20696         * m4/unlocked-io.m4 (jm_FUNC_GLIBC_UNLOCKED_IO):
20697         Require gl_USE_SYSTEM_EXTENSIONS rather than AC_GNU_SOURCE.
20698
20699 2003-08-08  Paul Eggert  <eggert@twinsun.com>
20700
20701         * MODULES.html.sh (func_all_modules): Add extensions, gnu-source.
20702         * modules/extensions, modules/gnu-source: New files.
20703         * modules/timespec, modules/unlocked-io: Depend on extensions.
20704
20705 2003-08-07  Paul Eggert  <eggert@twinsun.com>
20706
20707         * modules/restrict: New file.
20708         * MODULES.html.sh (func_all_modules): Add restrict.
20709         * modules/regex: Depend on restrict.
20710
20711 2003-08-07  Paul Eggert  <eggert@twinsun.com>
20712
20713         * m4/restrict.m4: New file.
20714         * m4/regex.m4 (jm_PREREQ_REGEX): Add gl_C_RESTRICT.
20715
20716 2003-08-07  Bruno Haible  <bruno@clisp.org>
20717
20718         * modules/getndelim2 (Makefile.am): Add the files to EXTRA_DIST, not
20719         lib_SOURCES, because getndelim2.m4 now uses AC_LIBOBJ(getndelim2).
20720
20721 2003-08-07  Bruno Haible  <bruno@clisp.org>
20722
20723         * m4/getndelim2.m4 (gl_GETNDELIM2): Use AC_LIBOBJ(getndelim2). This
20724         makes the module 'getndelim2' compatible with the module 'getline'.
20725
20726 2003-08-05  Paul Eggert  <eggert@twinsun.com>
20727
20728         * m4/regex.m4 (jm_INCLUDED_REGEX): Replace a single non-ASCII
20729         byte with "\201" to avoid glitches when editing that source file
20730         with multi-gnome-terminal.
20731
20732 2003-08-05  Paul Eggert  <eggert@twinsun.com>
20733
20734         * lib/bumpalloc.h: Remove.
20735
20736 2003-08-05  Paul Eggert  <eggert@twinsun.com>
20737
20738         * MODULES.html.sh (func_all_modules): Remove bumpalloc.
20739         * modules/bumpalloc: Remove.
20740
20741 2003-08-04  Paul Eggert  <eggert@twinsun.com>
20742
20743         * lib/getloadavg.c: Change copyright notice and spacing to conform to
20744         GNU coding style.
20745
20746         Merge from coreutils.
20747         * lib/error.c [!USE_IN_LIBIO]: Omit this case; assume USE_IN_LIBIO is
20748         1. From glibc.
20749         * lib/getdate.y (date): Also accept dates like May-23-2003; suggestion
20750         from Karl Berry, implemented by Jim Meyering.
20751         * lib/getgroups.c: Include "xalloc.h" instead of declaring xalloc fns;
20752         from Dmitry V. Levin.
20753         Remove anachronistic cast of xrealloc.
20754         * lib/fnmatch_.h (__const): Remove.  Use 'const'.
20755         * lib/fnmatch_loop.c (NEW_PATTERN): Cast alloca return value to proper
20756         type. Otherwise, it wouldn't compile with at least /bin/cc on
20757         ymp-cray-unicos9.0.2.X.
20758         Combine two mostly-identical uses of alloca into one.
20759         Thanks to the Cray-Cyber project for access to a Cray Y-MP.
20760
20761 2003-08-04  Dave Love  <d.love@dl.ac.uk>
20762
20763         [From Emacs.]
20764
20765         * lib/getloadavg.c: Check `__unix' as well as `unix'.  Use #ifdef, not
20766         #if.  Check HAVE_LIBKSTAT as well as LOAD_AVE_TYPE.  Check
20767         F_SETFD, not FD_SETFD.  Use HAVE_STRUCT_NLIST_N_UN_N_NAME, not
20768         obsolete NLIST_NAME_UNION.
20769         [__GNU__]: Undef BSD and FSCALE.
20770         [!NLIST_STRUCT]: Remove conditional definition of NLIST_STRUCT.
20771
20772 2003-08-03  Paul Eggert  <eggert@twinsun.com>
20773
20774         * lib/stdbool_.h (_Bool): Make it signed char, instead of
20775         an enum type, so that it's guaranteed to promote to int.  See:
20776         <http://mail.gnu.org/archive/html/bug-gnulib/2003-07/msg00124.html>
20777
20778 2003-08-03  Karl Berry  <karl@gnu.org>
20779
20780         * config/depcomp: update from automake.
20781
20782 2003-07-31  Paul Eggert  <eggert@twinsun.com>
20783
20784         * lib/strerror.c: Include config.h, limits.h.  Declare sprintf.
20785         (strerror): Don't assume that a printable int fits in 14 bytes.
20786
20787 2003-07-31  Bruno Haible  <bruno@clisp.org>
20788
20789         * modules/getpass-gnu: New file.
20790         * MODULES.html.sh (func_all_modules): Add getpass-gnu.
20791
20792 2003-07-31  Bruno Haible  <bruno@clisp.org>
20793
20794         * m4/getpass.m4 (gl_FUNC_GETPASS_GNU): New macro.
20795
20796 2003-07-24  Karl Berry  <karl@gnu.org>
20797
20798         * config/missing: update from automake.
20799
20800 2003-07-24  Derek Robert Price  <derek@ximbiot.com>
20801             Bruno Haible  <bruno@clisp.org>
20802
20803         * lib/getline.h (getline, getdelim): Change return type to ssize_t.
20804         * lib/getline.c (getline, getdelim): Likewise.
20805         Remove _GNU_SOURCE define; now it's defined in config.h through
20806         m4/getline.m4.
20807
20808 2003-07-23  Karl Berry  <karl@gnu.org>
20809
20810         * config/config.sub: update from prep.
20811
20812 2003-07-22  Paul Eggert  <eggert@twinsun.com>
20813
20814         * modules/xalloc (Depends-on): Add exitfail.
20815         * modules/xmemcoll: Likewise.
20816
20817 2003-07-22  Paul Eggert  <eggert@twinsun.com>
20818
20819         * lib/xalloc.h (XCALLOC, XREALLOC, CCLONE): Fix under- and
20820         over-parenthesization in macros.
20821
20822         Sync with coreutils.
20823
20824         * lib/xalloc.h (XMALLOC, XCALLOC, XREALLOC): Remove casts not
20825         required by C99.
20826
20827         Use `exit_failure' for xalloc and xmemcoll instead of their own
20828         private exit-failure variables.
20829         * lib/xalloc.h (xalloc_exit_failure): Remove.
20830         * lib/xmalloc.c: Likewise.  Include exitfail.h.
20831         (xalloc_die): Use exit_failure instead of xalloc_exit_failure.
20832         * lib/xmemcoll.h (xmemcoll_exit_failure): Remove.
20833         * lib/xmemcoll.c: Likewise.  Include exitfail.h.
20834         (xmemcoll): Use exit_failure instead of xalloc_exit_failure.
20835
20836 2003-07-20  Jim Meyering  <jim@meyering.net>
20837
20838         * modules/closeout (Depends-on): Add exitfail.
20839         Suggestion from Bruno Haible.
20840
20841 2003-07-19  Karl Berry  <karl@gnu.org>
20842
20843         * config/config.sub: update from prep.
20844
20845 2003-07-18  Paul Eggert  <eggert@twinsun.com>
20846
20847         * lib/closeout.h (close_stdout_set_status, close_stdout_status):
20848         Remove.
20849         * lib/closeout.c: Likewise.  Include "closeout.h" right after config.h,
20850         to test that it can stand by itself.  Include "exitfail.h".
20851         Clients should set exit_failure instead.
20852         (EXIT_FAILURE): Remove; no longer needed.  Do not include <stdlib.h>.
20853
20854 2003-07-18  Bruno Haible  <bruno@clisp.org>
20855
20856         * modules/getndelim2: New file.
20857         * modules/getline: Share files with module getndelim2.
20858         * modules/getnline: Depend on getndelim2 instead of sharing files with
20859         it. Add getnline.c to lib_SOURCES.
20860         * MODULES.html.sh (func_all_modules): Add getndelim2.
20861
20862 2003-07-18  Bruno Haible  <bruno@clisp.org>
20863
20864         * m4/getndelim2.m4: New file.
20865         * m4/getline.m4 (AM_FUNC_GETLINE): Add AC_LIBOBJ of getndelim2.c and
20866         invoke gl_PREREQ_GETNDELIM2.
20867         (gl_PREREQ_GETLINE): Drop AC_HEADER_STDC, now done by
20868         gl_PREREQ_GETNDELIM2.
20869         * m4/getnline.m4 (gl_GETNLINE): Drop AC_HEADER_STDC, now done by
20870         gl_GETNDELIM2.
20871
20872 2003-07-18  Bruno Haible  <bruno@clisp.org>
20873
20874         * lib/getndelim2.h: New file.
20875         * lib/getndelim2.c: Make into a module of its own. Include config.h,
20876         getndelim2.h.
20877         (getndelim2): Make non-static. Change return type to ssize_t.
20878         * lib/getline.h: Change argument names.
20879         * lib/getline.c: Include getndelim2.h instead of getndelim2.c.
20880         * lib/getnline.c: Include getndelim2.h.
20881
20882 2003-07-18  Andreas Schwab  <schwab@suse.de>
20883
20884         * lib/memcoll.c (memcoll) [!HAVE_STRCOLL]: Clear errno.
20885
20886 2003-07-17  Karl Berry  <karl@gnu.org>
20887
20888         * config/config.sub: update from prep.
20889
20890 2003-07-17  Bruno Haible  <bruno@clisp.org>
20891
20892         * modules/getnline: New file.
20893         * modules/getline: Add lib/getndelim2.c to source file list.
20894         * MODULES.html.sh (func_all_modules): Add getnline.
20895
20896 2003-07-17  Bruno Haible  <bruno@clisp.org>
20897
20898         * m4/getnline.m4: New file.
20899
20900 2003-07-17  Bruno Haible  <bruno@clisp.org>
20901
20902         * m4/Makefile.am.in: Remove file.
20903         * m4/Makefile.am: Remove file.
20904         * m4/Makefile.in: Remove file.
20905
20906 2003-07-17  Bruno Haible  <bruno@clisp.org>
20907
20908         * lib/getnline.h: New file.
20909         * lib/getnline.c: New file.
20910         * lib/getndelim2.c: New file, extracted from getline.c.
20911         (getndelim2): Renamed from getdelim2, with added nmax argument.
20912         * lib/getline.c: Include getndelim2.c.
20913         (getdelim2): Moved out to getndelim2.c.
20914         (getline, getdelim): Update.
20915
20916 2003-07-17  Bruno Haible  <bruno@clisp.org>
20917
20918         * lib/Makefile.am: Remove file.
20919         * lib/Makefile.in: Remove file.
20920
20921 2003-07-17  Bruno Haible  <bruno@clisp.org>
20922
20923         * configure.in: Remove file.
20924         * Makefile.in: Remove file.
20925
20926 2003-07-17  Bruno Haible  <bruno@clisp.org>
20927
20928         * MODULES.html.sh: Put the </BODY> right before </HTML>.
20929
20930 2003-07-16  Karl Berry  <karl@gnu.org>
20931
20932         * config/srclist-update: was running fixlicense twice, which caused
20933                 texinfo.tex to be nullified for some reason.  Simplify,
20934                 $gplsrc is no longer needed as far as I can see?
20935
20936 2003-07-16  Jim Meyering  <jim@meyering.net>
20937
20938         * modules/save-cwd: Depend on xgetcwd.  From Derek Price.
20939
20940 2003-07-15  Paul Eggert  <eggert@twinsun.com>
20941
20942         * config/srclist.txt: Get the following files from gettext-runtime/intl
20943         instead: config.charset, localcharset.c, localcharset.h, ref-add.sin,
20944         ref-del.sin.  From Bruno Haible.
20945         * config/srclist-update (fixfile): Change grep pattern again, since the
20946         previous fix didn't work (there was another trailing $).  Use
20947         '[$]' to escape the $s.
20948
20949 2003-07-15  Karl Berry  <karl@gnu.org>
20950
20951         * lib/vasnprintf.c: update from gettext.
20952
20953 2003-07-15  Karl Berry  <karl@gnu.org>
20954
20955         * config/srclist-update (fixfile): Change grep pattern, since 'Id'
20956         gets expanded when surrounded by '$'.
20957
20958 2003-07-15  Jim Meyering  <jim@meyering.net>
20959
20960         * modules/save-cwd: Don't depend on error.  From Derek Price.
20961
20962 2003-07-15  Jim Meyering  <jim@meyering.net>
20963
20964         * lib/makepath.c (make_path): Enclose diagnostic in _(...).
20965
20966 2003-07-14  Simon Josefsson  <jas@extundo.com>
20967
20968         * modules/mempcpy: New file.
20969         * MODULES.html.sh (func_all_modules): Add mempcpy.
20970
20971 2003-07-14  Simon Josefsson  <jas@extundo.com>
20972
20973         * m4/mempcpy.m4: New file.
20974
20975 2003-07-14  Simon Josefsson  <jas@extundo.com>
20976
20977         * lib/mempcpy.h: New file.
20978         * lib/mempcpy.c: New file.
20979
20980 2003-07-14  Paul Eggert  <eggert@twinsun.com>
20981
20982         * modules/getdate, modules/posixtm: Depend on mktime.
20983
20984 2003-07-14  Paul Eggert  <eggert@twinsun.com>
20985
20986         * lib/ceill.c, expl.c, floorl.c, frexpl.c, ldexpl.c, mathl.h,
20987         sincosl.c, sqrtl.c, trigl.c, trigl.h, poll.c, poll_.h, mkstemp.c,
20988         unicodeio.c, unicodeio.h, unlocked-io.h:
20989         Switch from LGPL to GPL.
20990
20991 2003-07-14  Paul Eggert  <eggert@twinsun.com>
20992
20993         * lib/asnprintf.c, asprintf.c, config.charset, gettext.h,
20994         localcharset.c, localcharset.h, mkdtemp.c, printf-args.c,
20995         printf-args.h, printf-parse.c, printf-parse.h, ref-add.sin,
20996         ref-del.sin, setenv.c, unsetenv.c, vasnprintf.c, vasnprintf.h,
20997         vasprintf.c, vasprintf.h: Regenerate.  These files are now being
20998         updated automatically by ../config/srclist-update.  This changes
20999         their license from LPGL to GPL.
21000
21001 2003-07-14  Paul Eggert  <eggert@twinsun.com>
21002
21003         * config/srclist.txt: Add tons more gettext files.  $GETTEXT is now
21004         assumed to refer to the root of the most recent stable gettext version.
21005         * config/srclistvars.sh: Add defaults for eggert.
21006         * config/srclist-update: Convert LGPL to GPL in shell scripts, too.
21007         Match "This program" as well as "The program".  This is needed
21008         for gettext.
21009
21010 2003-07-14  Jim Meyering  <jim@meyering.net>
21011
21012         Don't emit diagnostics.  Let callers do that.
21013         * lib/save-cwd.c: Don't include "error.h".
21014         (save_cwd): Don't call error.  Ensure that errno is valid
21015         when returning nonzero.
21016
21017         * lib/save-cwd.h (restore_cwd): Update prototype.
21018         * lib/save-cwd.c (restore_cwd): Remove two parameters.
21019         Simplify.  Don't call error upon failure.  Let callers do that.
21020         (save_cwd): Mention that Irix 5.3 has the same problem as SunOS 4
21021         when auditing is enabled.  But don't bother updating the #if.
21022
21023 2003-07-11  Alexandre Duret-Lutz  <adl@gnu.org>
21024
21025         * lib/obstack.h (__INT_TO_PTR): Revert change of 2003-03-13;
21026         it breaks C++ compilation.
21027         [!__GNUC__ || !__STDC__] (obstack_finish): Cast result to void*.
21028
21029 2003-07-10  Simon Josefsson  <jas@extundo.com>
21030
21031         * modules/strchrnul (Makefile.am): Add strchrnul.h.
21032
21033 2003-07-10  Jim Meyering  <jim@meyering.net>
21034
21035         * m4/clock_time.m4: Remove trailing blank.
21036         * m4/intmax_t.m4: Likewise.
21037
21038 2003-07-10  Jim Meyering  <jim@meyering.net>
21039
21040         * lib/vasnprintf.c: Remove trailing blanks.
21041         Make cpp indentation consistent.
21042
21043 2003-07-09  Paul Eggert  <eggert@twinsun.com>
21044
21045         * lib/alloca_.h, euidaccess.c, getpass.c, memrchr.c, obstack.h,
21046         posixver.c, strftime.c, strnlen.c, strverscmp.c:
21047         Switch from LGPL to GPL.
21048
21049 2003-07-09  Paul Eggert  <eggert@twinsun.com>
21050
21051         * config/srclist.txt: Sort sublists.  Add
21052         $LIBCSRC/sysdeps/generic/strtoul.c. In comments, add more libc files
21053         that differ from gnulib for one reason or another; we'd like this list
21054         to be smaller but for now let's document what we have.
21055
21056 2003-07-08  Paul Eggert  <eggert@twinsun.com>
21057
21058         * config/srclist-update: Port to POSIX 1003.1-2001 hosts by avoiding
21059         the use of GNU extensions.  Change "x=`eval echo $x`" to the shorter
21060         and sweeter "eval x=$x".
21061         * config/srclist.txt: Get lib/argp* from glibc.
21062
21063 2003-07-07  Paul Eggert  <eggert@twinsun.com>
21064
21065         * lib/mktime.c: Fix some boundary cases and remove need for floating
21066         point.
21067
21068         Issue a compile-time diagnostic if time_t is floating point, or if
21069         two's complement arithmetic is not in effect, or if arithmetic
21070         right shift does not propagate the sign.  These assumptions were
21071         all in the original code but they weren't checked.
21072
21073         (TIME_T_MIDPOINT, verify): New macros.
21074         (__isleap): Remove; it has integer overflow problems.
21075         (leapyear): New function, without those problems.
21076         (ydhms_tm_diff): Remove; splitting into two parts.
21077         (ydhms_diff): New function, containing the arithmetic part of
21078         the old ydhms_tm_diff function.  Issue a compile-time
21079         diagnostic if we are not using C99 integer division.
21080         Avoid casts when possible.
21081         (guess_time_tm): New function, containing the checking part of
21082         the old ydhms_tm_diff function.  Return the new value, rather than
21083         the difference between it and the old.  Accept a new argument T
21084         so that *T specifies the old value.  Check for overflow in the result.
21085
21086         (__mktime_internal): Use a time_t offset, not a long int offset.
21087         This undoes the 2003-06-04 change, which is no longer needed now
21088         that we have better overflow checking.
21089         (localtime_offset): Likewise.
21090
21091         (__mktime_internal): Avoid harmful overflow on hosts where time_t
21092         and long are 64-bit but int is only 32-bit.
21093         (ydhms_diff): Use long int to store year1 and yday1.
21094         Issue a compile-time diagnostic if long int is not wide enough.
21095
21096         (__mktime_internal): Use long int to store adjusted year and yday.
21097         Use plain C rather than preprocessor commands, if that doesn't
21098         affect efficiency.
21099         Check for overflow (and try to repair) after each probe
21100         rather than checking only at the very end.  This avoids some bugs
21101         (e.g., southern hemisphere, behind GMT, and GMT offset at minimum time
21102         does not equal GMT offset at maximum time).
21103         Use integer to check for overflow rather than floating point; this
21104         is more portable to non-IEEE hosts, and is a tad faster.
21105         When we detect that we are oscillating between two values,
21106         don't check whether tm_isdst has the requested value, since
21107         we already know the answer.  When tm_isdst has the wrong value,
21108         use a different heuristic to find the right one, based on the
21109         extreme values actually observed in practice in tz2003a,
21110         rather than the (overly optimistic) "previous 3 calendar quarters".
21111
21112         (not_equal_tm, print_tm, check_result): Use "const T" rather than
21113         "T const" to accommodate glibc style.
21114         (check_result): Use less-confusing report format.  "long" -> "long int.
21115         (main): Likewise.
21116         Don't loop if the iteration overflows time_t.
21117         Allow a negative step in the iteration.
21118
21119 2003-07-06  Karl Berry  <karl@gnu.org>
21120
21121         * config/depcomp: update from automake.
21122         * config/config.sub: update from prep.
21123
21124 2003-07-03  Karl Berry  <karl@gnu.org>
21125
21126         * config/config.guess: update from prep.
21127
21128 2003-07-01  Paul Eggert  <eggert@twinsun.com>
21129
21130         * m4/xreadlink.m4 (gl_XREADLINK): Don't check for sys/types.h, since
21131         xreadlink.c now includes it unconditionally.
21132
21133 2003-07-01  Paul Eggert  <eggert@twinsun.com>
21134
21135         * lib/xreadlink.c: Include <sys/types.h> unconditionally, instead of
21136         having it depend on HAVE_SYS_TYPES_H.
21137
21138 2003-07-01  Bruno Haible  <bruno@clisp.org>
21139
21140         * m4/ssize_t.m4 (gt_TYPE_SSIZE_T): Don't include <unistd.h>.
21141         <sys/types.h> should be sufficient.
21142         Reported by Paul Eggert.
21143
21144 2003-06-26  Karl Berry  <karl@gnu.org>
21145
21146         * config/depcomp: update from automake.
21147
21148 2003-06-26  Bruno Haible  <bruno@clisp.org>
21149
21150         * modules/human: Depend on module stdbool.
21151
21152 2003-06-25  Bruno Haible  <bruno@clisp.org>
21153
21154         * modules/readlink: New file.
21155         * modules/xreadlink: Depend on it.
21156         * MODULES.html.sh (func_all_modules): Add readlink.
21157
21158 2003-06-25  Bruno Haible  <bruno@clisp.org>
21159
21160         * m4/readlink.m4: New file.
21161
21162 2003-06-25  Bruno Haible  <bruno@clisp.org>
21163
21164         * lib/readlink.c: New file.
21165
21166 2003-06-22  Karl Berry  <karl@gnu.org>
21167
21168         * config/srclist.txt: update mkinstalldirs from automake.
21169         * config/mkinstalldirs: update.
21170
21171 2003-06-22  Bruno Haible  <bruno@clisp.org>
21172
21173         Portability to mingw32.
21174         * m4/ssize_t.m4: New file, from GNU gettext.
21175         * m4/safe-read.m4 (gl_PREREQ_SAFE_READ): Require gt_TYPE_SSIZE_T.
21176         * m4/xreadlink.m4 (gl_XREADLINK): Require gt_TYPE_SSIZE_T.
21177
21178 2003-06-22  Bruno Haible  <bruno@clisp.org>
21179
21180         * modules/safe-read: Add m4/ssize_t.m4.
21181         * modules/xreadlink: Add m4/ssize_t.m4.
21182
21183 2003-06-20  Bruno Haible  <bruno@clisp.org>
21184
21185         Assume C89, so PARAMS isn't needed.
21186         * lib/unicodeio.h (PARAMS): Remove.
21187         * lib/unicodeio.c: Don't use PARAMS.
21188
21189 2003-06-18  Karl Berry  <karl@gnu.org>
21190
21191         * config/config.{guess,sub}: update from prep.
21192
21193 2003-06-18  Jim Meyering  <jim@meyering.net>
21194
21195         Merge changes from coreutils.
21196         * lib/readutmp.c: Include <string.h> and <stdlib.h> unconditionally.
21197         Remove explicit declarations of xmalloc and realloc.
21198         Include xalloc.h.
21199         (read_utmp): Remove anachronistic cast of xmalloc.
21200
21201 2003-06-17  Paul Eggert  <eggert@twinsun.com>
21202
21203         Assume C89, so PARAMS isn't needed.
21204         * lib/backupfile.h (PARAMS): Remove.  All uses removed.
21205         * lib/closeout.h, lib/dirname.h, lib/filemode.h, lib/fsusage.h,
21206         lib/getdate.h, lib/getline.h, lib/group-member.h, lib/hard-locale.h,
21207         lib/hash.h, lib/linebuffer.h, lib/long-options.h, lib/makepath.h,
21208         lib/memcasecmp.h, lib/memcoll.h, lib/modechange.h, lib/mountlist.h,
21209         lib/path-concat.h, lib/physmem.h, lib/posixtm.h, lib/quote.h,
21210         lib/readutmp.h, lib/same.h, lib/save-cwd.h, lib/savedir.h,
21211         lib/stdio-safer.h, lib/strtoimax.c, lib/strverscmp.h,
21212         lib/unistd-safer.h, lib/version-etc.h, lib/xalloc.h, lib/xreadlink.h,
21213         lib/xstrtod.h, lib/xstrtol.h: Likewise.
21214         * lib/filemode.h, lib/hard-locale.h, lib/memcoll.h, lib/modechange.h,
21215         lib/physmem.h, lib/same.h, lib/strverscmp.h: Do not include config.h;
21216         no longer needed. Anyway, config.h should always be included before any
21217         other file.
21218
21219 2003-06-11  Simon Josefsson  <jas@extundo.com>
21220
21221         * modules/sysexits: New file.
21222         * MODULES.html.sh (func_all_modules): Add sysexits.
21223
21224 2003-06-11  Simon Josefsson  <jas@extundo.com>
21225
21226         * lib/sysexit_.h: New file.
21227
21228 2003-06-11  Derek Price  <derek@ximbiot.com>
21229
21230         * lib/stat.c [LSTAT]: Compile/use slash_aware_lstat only if it is
21231         necessary.
21232
21233 2003-06-11  Bruno Haible  <bruno@clisp.org>
21234
21235         * m4/sysexits.m4: New file.
21236
21237 2003-06-10  Simon Josefsson  <jas@extundo.com>
21238
21239         * lib/argp.h: New file, from glibc.
21240         * lib/argp-ba.c: New file, from glibc.
21241         * lib/argp-eexst.c: New file, from glibc.
21242         * lib/argp-fmtstream.c: New file, from glibc.
21243         * lib/argp-fmtstream.h: New file, from glibc.
21244         * lib/argp-fs-xinl.c: New file, from glibc.
21245         * lib/argp-help.c: New file, from glibc.
21246         * lib/argp-namefrob.h: New file, from glibc.
21247         * lib/argp-parse.c: New file, from glibc.
21248         * lib/argp-pv.c: New file, from glibc.
21249         * lib/argp-pvh.c: New file, from glibc.
21250         * lib/argp-xinl.c: New file, from glibc.
21251
21252 2003-06-10  Simon Josefsson  <jas@extundo.com>
21253
21254         * modules/strchrnul: New file.
21255
21256 2003-06-10  Simon Josefsson  <jas@extundo.com>
21257
21258         * modules/argp: New file.
21259
21260 2003-06-10  Simon Josefsson  <jas@extundo.com>
21261
21262         * m4/strchrnul.m4: New file.
21263
21264 2003-06-10  Simon Josefsson  <jas@extundo.com>
21265
21266         * lib/strchrnul.h: New file.
21267         * lib/strchrnul.c: New file.
21268
21269 2003-06-10  Bruno Haible  <bruno@clisp.org>
21270
21271         * MODULES.html.sh (func_all_modules): Add strchrnul and argp.
21272
21273 2003-06-07  Karl Berry  <karl@gnu.org>
21274
21275         * config/config.{guess,sub}: update from prep.
21276
21277 2003-06-07  Jim Meyering  <jim@meyering.net>
21278
21279         * modules/strtod: Use $(...) notation, not @...@ for
21280         AC_REPLACE'd variables.
21281         * modules/localcharset: Likewise.
21282
21283 2003-06-07  Jim Meyering  <jim@meyering.net>
21284
21285         * lib/readtokens.h: Put `Free Software Foundation, Inc.'
21286         in place of my name in the copyright comment.
21287         Remove definition and uses of __P.
21288
21289         From coreutils.
21290         * lib/stat.c: Don't declare xmalloc explicitly.
21291         Instead, include "xalloc.h".
21292         * lib/readtokens.c (readtokens): Remove anachronistic casts of xmalloc,
21293         xrealloc, and xcalloc return values.
21294         * lib/xgetcwd.c (xgetcwd): Include "xgetcwd.h".
21295         Improve comment.
21296         * lib/xgetcwd.h: Remove definition/uses of PARAMS.
21297
21298 2003-06-07  Bruno Haible  <bruno@clisp.org>
21299
21300         * modules/poll (Makefile.am): Use explicit creation rule for poll.h, to
21301         avoid AC_CONFIG_LINKS.
21302         * modules/fnmatch (Makefile.am): Use explicit creation rule for
21303         fnmatch.h, to avoid AC_CONFIG_LINKS.
21304         * modules/alloca (Makefile.am): Make creation of alloca.h Ctrl-C safe.
21305
21306 2003-06-07  Bruno Haible  <bruno@clisp.org>
21307
21308         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH, gl_FUNC_FNMATCH_POSIX,
21309         gl_FUNC_FNMATCH_GNU): Set FNMATCH_H instead of invoking
21310         AC_CONFIG_LINKS. Needed to allow for a different name of the lib
21311         directory.
21312         * m4/poll.m4 (gl_FUNC_POLL): Set POLL_H instead of invoking
21313         AC_CONFIG_LINKS. Needed to allow for a different name of the lib
21314         directory.
21315
21316 2003-06-06  Jim Meyering  <jim@meyering.net>
21317
21318         Merge from coreutils.
21319         * lib/same.c: (same_name): Declare *_basename locals to be `const'.
21320         Consolidate declarations and initializations of *_base* locals.
21321
21322         Merge from coreutils.
21323         This avoids a core dump on systems without GNU putenv,
21324         when running `env -u SOME_ALREADY_UNSET_VARIABLE'.
21325         * lib/putenv.c (__set_errno, LOCK, UNLOCK): Define.
21326         (unsetenv): New static function, from GNU libc.
21327         (rpl_putenv): Use it.
21328
21329         * lib/modechange.c: Remove trailing blanks.
21330
21331         Merge from coreutils.
21332         * lib/fsusage.c: Remove declaration of statfs.
21333         It conflicted with one from OSF/1 5.1 in <sys/mount.h>.
21334
21335         * lib/posixtm.c: Include <stdbool.h> unconditionally.
21336
21337 2003-06-06  Jim Meyering  <jim@meyering.net>
21338
21339         * lib/stdbool_.h: Renamed from stdbool.h.in.
21340
21341 2003-06-06  Jim Meyering  <jim@meyering.net>
21342             Bruno Haible  <bruno@clisp.org>
21343
21344         * modules/stdbool: Reflect renaming: stdbool.h.in -> stdbool_.h.
21345         Adjust Makefile.am snippet not to redirect directly to target.
21346         Use $(STDBOOL_H) notation, not @STDBOOL_H@ for AC_REPLACE'd variables.
21347
21348 2003-06-05  Paul Eggert  <eggert@twinsun.com>
21349
21350         * lib/mktime.c (__mktime_internal): When resolving a tm_isdst
21351         mismatch, look in future quarters as well as past.  This fixes a
21352         bug when processing fall-backwards gaps immediately after a long
21353         period of daylight-saving time.
21354
21355         * lib/mktime.c: Assume freestanding C89 or better.
21356         (HAVE_LIMITS_H): Remove.  Assume it's 1.
21357         (__P): Remove; not used.
21358         (CHAR_BIT, INT_MIN, INT_MAX): Remove; <limits.h> defines them.
21359         (mktime, not_equal_tm, print_tm, check_result,
21360         main): Use prototypes.  Use const * where appropriate.
21361         (main): Fix typo in testing code that uncovered by above changes.
21362         (Local Variables): Remove -DHAVE_LIMITS_H from compile-command.
21363
21364 2003-06-04  Paul Eggert  <eggert@twinsun.com>
21365
21366         * m4/human.m4 (gl_HUMAN): Require AM_STDBOOL_H.  Check for
21367         locale.h, localeconv.  This merges changes from coreutils.
21368
21369         * m4/mktime.m4 (AC_FUNC_MKTIME): New macro, taken from Autoconf CVS.
21370         It can be removed after the next Autoconf is released.
21371         * m4/exclude.m4 (gl_EXCLUDE): Don't check for sys/types.h; no loner
21372         needed.
21373
21374 2003-06-04  Paul Eggert  <eggert@twinsun.com>
21375
21376         * lib/mktime.c: Fix Debian bug 177940
21377         <http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=177940>.
21378         (localtime_offset): Now long int, not time_t, because we want it
21379         to be guaranteed to be signed.  All uses changed.
21380         (__mktime_internal): If overflow would occur when adding offset,
21381         don't add it.
21382
21383         Merge 'human' changes from coreutils.  Rewrite to support
21384         locale-specific notations like thousands separators.
21385         * lib/human.c: Simplify authorship notice.
21386         Include human.h immediately after config.h.
21387         <sys/types.h>, <stdio.h>: Do not include; no longer needed.
21388         <limits.h>: Do not include, since human.h does.
21389         (SIZE_MAX, UINTMAX_MAX): New macros.
21390         <strings.h>: Include if HAVE_STRINGS_H, not if !HAVE_STRING_H.
21391         <locale.h>: Include if HAVE_LOCALE_H and HAVE_LOCALECONV.
21392         (HUMAN_READABLE_SUFFIX_LENGTH_MAX): New macro.
21393         (power_letter): Renamed from suffixes.
21394         (generate_suffix_backwards): Remove.
21395         (adjust_value): Now takes int style (because of human.h changes)
21396         and long double value (for greater precision on some platforms).
21397         (group_number): New function.
21398         (human_readable): Use it.  Use integer options, not enum.
21399         Put the options before the sizes in the arg list.
21400         Support all the new options.
21401         The old human_readable function has been removed;
21402         use inttostr.h instead.
21403         (human_readable, default_block_size, humblock):
21404         Use uintmax_t, not int, for block sizes.
21405         (human_readable_inexact, block_size_types): Remove.
21406         (block_size_opts): New constant.
21407         (human_options): Renamed from human_block_size, with new signature
21408         that allows block sizes up to UINTMAX_MAX.  All callers changed.
21409         * lib/human.h: Add copyright and authorship notice.
21410         Include <limits.h> and <stdbool.h> unconditionally.
21411         (PARAMS): Remove.  All uses removed.
21412         (LONGEST_HUMAN_READABLE): Add support for thousands separator.
21413         (enum human_inexact_style): Remove tag; now a nameless enum.
21414         (human_floor, human_ceiling, human_round_to_even): Now have
21415         values 2, 0, 1 rather than -1, 1, 0.
21416         (human_group_digits, human_suppress_point_zero, human_autoscale,
21417         human_base_1024, human_SI, human_B): New constants.
21418         (human_readable_inexact, human_block_size): Remove.
21419         (human_readable): Size args are now uintmax_t, not int.
21420         (human_options): New decl.
21421
21422         * lib/exclude.c: (new_exclude, add_exclude): Remove casts that are
21423         unnecessary now that we assume C89 or better.  This change
21424         imported from coreutils.
21425
21426         * lib/mktime.c (__mktime_internal): Do not reject negative timestamps
21427         arbitrarily.  This is the same patch as 2003-05-28, but it got lost
21428         in the 2003-05-30 sync from glibc.
21429
21430         .h files should stand alone, but we shouldn't include <sys/types.h>
21431         if we can get away with just <stddef.h>.
21432
21433         * lib/__fpending.h, addext.c, backupfile.c, exclude.c, getline.c,
21434         malloc.c, putenv.c, realloc.c, strcasecmp.c: Include <stddef.h>
21435         rather than <sys/types.h>, as we merely need size_t.
21436         * lib/dirname.h, memcoll.h, xalloc.h, xmemcoll.h: Include <stddef.h>,
21437         to get size_t.
21438         * lib/hash.h, linebuffer.h, readtokens.h, stdio-safer.h, version-etc.h:
21439         Include <stdio.h>, to get FILE.
21440         * lib/memcasecmp.c: Don't include <sys/types.h>, as we can assume
21441         memcasecmp.h has included <stddef.h> and all we need is size_t.
21442         * lib/memcoll.c: Include "memcoll.h", which gets us size_t and checks
21443         our interface, instead of including <sys/types.h>
21444
21445 2003-06-04  Paul Eggert  <eggert@twinsun.com>
21446
21447         * config/srclist.txt ($LIBCSRC/time/mktime.c lib gpl): Comment out for
21448         now, as glibc mktime is buggy on non-glibc systems.
21449
21450 2003-06-03  Karl Berry  <karl@gnu.org>
21451
21452         * config/config.sub: update from prep.
21453
21454 2003-06-02  Paul Eggert  <eggert@twinsun.com>
21455
21456         [from coreutils]
21457         Fix some minor time-related bugs with POSIX time arguments.
21458         Some valid time stamps were being rejected (notably -1, and
21459         time stamps before 1900 on 64-bit hosts).  And some invalid
21460         time stamps were being accepted, e.g. September 31.
21461
21462         * lib/posixtm.h (posixtime): Return bool instead of time_t, so
21463         that we can return (time_t) -1 successfully.
21464         * lib/posixtm.c: Likewise.
21465         [HAVE_STDBOOL_H]: Include <stdbool.h>.
21466         (bool, false, true) [!HAVE_STDBOOL_H]: New type.
21467         (t): Remove static var.
21468         (year, posix_time_parse): Now takes struct tm * arg to modify, instead
21469         of static var.  All uses changed.
21470         (year): Do not reject years before 1900; they can occur with
21471         64-bit time_t.
21472         (posix_time_parse): Do not check for out-of-range components;
21473         that is now the caller's responsibility, since our checks were
21474         only approximations.
21475         (posixtime): Use mktime to check for out-of-range components,
21476         since it knows them exactly.
21477         If mktime returns (time_t) -1, check whether an error actually occurred
21478         by invoking localtime on -1.
21479         (main) [TEST_POSIXTIME]: Check for input data errors, and report
21480         posixtime failures better.
21481         Improve the test data (in comments only).
21482
21483 2003-06-02  Karl Berry  <karl@gnu.org>
21484
21485         * config/mkinstalldirs (version): new variable.
21486         (--version): new option.
21487         (usage): improve message.
21488
21489 2003-05-30  Karl Berry  <karl@gnu.org>
21490
21491         * lib/mktime.c: update from libc.
21492
21493 2003-05-30  Bruno Haible  <bruno@clisp.org>
21494
21495         * modules/gettext: Add files m4/nls.m4 and m4/po.m4.
21496         * config/config.rpath: Upgrade to gettext-0.12.1.
21497
21498 2003-05-30  Bruno Haible  <bruno@clisp.org>
21499
21500         * m4/gettext.m4: Upgrade to gettext-0.12.1.
21501         * m4/nls.m4: New file, from gettext-0.12.1.
21502         * m4/po.m4: New file, from gettext-0.12.1.
21503         * m4/progtest.m4: Upgrade to gettext-0.12.1.
21504
21505 2003-05-30  Bruno Haible  <bruno@clisp.org>
21506
21507         * lib/config.charset: Upgrade to gettext-0.12.1 and libiconv-1.9.1.
21508         * lib/localcharset.h: Likewise.
21509         * lib/localcharset.c: Likewise.
21510
21511 2003-05-29  Karl Berry  <karl@gnu.org>
21512
21513         * config/config.rpath: update from gettext.
21514
21515 2003-05-28  Paul Eggert  <eggert@twinsun.com>
21516
21517         Assume the headers required for C89 freestanding compilers.
21518         * m4/backupfile.m4 (gl_BACKUPFILE): Don't check for limits.h.
21519         * m4/fsusage.m4 (gl_PREREQ_FSUSAGE_EXTRA): Likewise.
21520         * m4/human.m4 (gl_HUMAN): Likewise.
21521         * m4/pathmax.m4 (gl_PATHMAX): Likewise.
21522         * m4/rpmatch.m4 (gl_FUNC_RPMATCH): Likewise.
21523         * m4/userspec.m4 (gl_USERSPEC): Likewise.
21524         * m4/xreadlink.m4 (gl_XREADLINK): Likewise.
21525         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Likewise.
21526         * m4/quote.m4 (gl_QUOTE): Don't check for stddef.h.
21527
21528 2003-05-28  Paul Eggert  <eggert@twinsun.com>
21529
21530         Assume the headers required for C89 freestanding compilers.
21531         * lib/addext.c, lib/backupfile.c, lib/fsusage.c, lib/human.c,
21532         lib/pathmax.h, lib/rpmatch.c, lib/userspec.c, lib/xreadlink.c,
21533         lib/xstrtol.c: Include <limits.h> without checking for HAVE_LIMITS_H.
21534         * lib/backupfile.c, lib/fsusage.c, lib/hash.c, lib/human.c,
21535         lib/safe-read.c, lib/userspec.c, lib/xstrtol.c (CHAR_BIT): Don't
21536         define, since <limits.h> is guaranteed to do that.
21537         * lib/fatal.c: Include <stdarg.h> without checking for __STDC__.
21538         * lib/exclude.c: Include <stdbool.h> unconditionally.
21539         * lib/tempname.c: Include <stddef.h> unconditionally.
21540         * lib/hash.c: Include <limits.h>, since we no longer define CHAR_BIT.
21541         * lib/modechange.c, rpmatch.c (NULL): Don't define, since
21542         <stddef.h> does that.
21543         * lib/quote.c: Dont include <stddef.h> or <sys/types.h>; not needed.
21544         * lib/safe-read.c (INT_MAX): Don't define, since <limits.h> does that.
21545         * lib/safe-read.c (TYPE_MINIMUM, TYPE_MAXIMUM): Remove; no longer
21546         needed.
21547         * lib/xstrtol.c: Likewise.
21548         * lib/safe-read.c: Remove TYPE_SIGNED; no longer needed.
21549         * lib/savedir.c: Include <stddef.h> instead of defining NULL.
21550
21551         * lib/addext.c (addext): Use assignment rather than cast, to avoid
21552         warnings on some platforms.
21553
21554         * lib/mktime.c (__mktime_internal): Do not reject negative timestamps
21555         arbitrarily.
21556
21557 2003-05-26  Jim Meyering  <jim@meyering.net>
21558
21559         Merge in a change from coreutils:
21560         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Test the cache variable, not one
21561         that is guaranteed to be `no'.  Use `no_such_member' to indicate
21562         that condition, rather than `-1' which is slightly misleading.
21563         Change the name of the cache variable to have the gl_ prefix.
21564         Prompted by a patch from Richard Dawe for DJGPP.
21565
21566 2003-05-24  Karl Berry  <karl@gnu.org>
21567
21568         * config/config.guess: update from prep.
21569
21570 2003-05-22  Karl Berry  <karl@gnu.org>
21571
21572         * gnulib-tool (func_usage): =LIBRARY not =libRARY in help msg.
21573
21574 2003-05-20  Karl Berry  <karl@gnu.org>
21575
21576         * config/config.guess: update from prep.
21577
21578 2003-05-18  Karl Berry  <karl@gnu.org>
21579
21580         * config/srclistvars.sh (TEXMF): use TEXMFROOT instead, since TEXMF
21581         might actually be set by the user.
21582
21583         * config/depcomp, install-sh, mdate-sh: update from automake.
21584
21585 2003-05-17  Bruno Haible  <bruno@clisp.org>
21586
21587         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Fix a quoting bug leading to an
21588         invalid expansion for AC_EGREP_CPP.
21589         * m4/strtoimax.m4 (gl_FUNC_STRTOIMAX): Likewise.
21590         * m4/strtoumax.m4 (gl_FUNC_STRTOUMAX): Likewise.
21591         Suggested by Akim Demaille <akim@epita.fr> in
21592         http://mail.gnu.org/archive/html/bug-autoconf/2003-05/threads.html
21593
21594 2003-05-12  Jim Meyering  <jim@meyering.net>
21595
21596         * lib/strftime.c (my_strftime): Let the `-' (no-pad) flag affect
21597         the space-padded-by-default conversion specifiers, %e, %k, %l.
21598
21599 2003-05-12  Bruno Haible  <bruno@clisp.org>
21600
21601         * lib/linebreak.c (iconv_string_length): Don't return -1 just because
21602         the string is longer than 4 KB.
21603
21604 2003-05-11  Karl Berry  <karl@gnu.org>
21605
21606         * config/config.{guess,sub}: update from prep.
21607
21608 2003-05-09  Bruno Haible  <bruno@clisp.org>
21609
21610         * modules/error: Add m4/strerror_r.m4 to file list.
21611
21612 2003-05-03  Bruno Haible  <bruno@clisp.org>
21613
21614         Upgrade to Unicode-4.0.
21615         * lib/linebreak.c (nonspacing_table_data): Change width of U+00AD,
21616         U+0350..U+0357, U+035D..U+035F, U+0600..U+0603, U+0610..U+0615,
21617         U+0656..U+0658, U+0A01, U+0AE2..U+0AE3, U+0CBC, U+17B4..U+17B5,
21618         U+17DD, U+1920..U+1922, U+1927..U+192B, U+1932, U+1939..U+193B
21619         from 1 to 0. Change width of U+0CBF, U+0CC6, U+180E from 0 to 1.
21620         (uc_width): Change width of U+4DC0..U+4DFF from 2 to 1. Change width
21621         of U+2A6D7..U+2F7FF, U+2FA1E..U+2FFFD, U+30000..U+3FFFD from 1 to 2.
21622         Change width of U+E0100..U+E01EF from 1 to 0.
21623
21624 2003-04-25  Jim Meyering  <jim@meyering.net>
21625
21626         * lib/copy-file.c (copy_file_preserving): Declare buf_size to be
21627         of type size_t, not int.
21628
21629 2003-04-25  Bruno Haible  <bruno@clisp.org>
21630
21631         * lib/copy-file.c: Include <stddef.h>, for size_t.
21632
21633 2003-04-21  Paul Eggert  <eggert@twinsun.com>
21634
21635         * m4/error.m4 (gl_ERROR): Do not put under dynamic conditions some
21636         code which expansion is under static control.  Patch imported from
21637         Akim Demaille's patch to Bison; see
21638         <http://mail.gnu.org/archive/html/bison-patches/2003-03/msg00057.html>.
21639
21640 2003-04-14  Bruno Haible  <bruno@clisp.org>
21641
21642         * m4/error.m4 (jm_PREREQ_ERROR): Use AC_FUNC_VPRINTF.
21643
21644 2003-04-11  Jim Meyering  <jim@meyering.net>
21645
21646         Merge changes from Coreutils.
21647
21648         2003-03-22  Jim Meyering  <jim@meyering.net>
21649
21650         * lib/strftime.c (widen): Cast alloca return value to proper type.
21651
21652         2003-01-19  Ulrich Drepper  <drepper@redhat.com>
21653
21654         From GNU libc.
21655         * lib/strftime.c (my_strftime): Handle very large width
21656         specifications for numeric values correctly.  Improve checks for
21657         overflow.
21658
21659         2003-01-19  Jim Meyering  <jim@meyering.net>
21660
21661         * lib/strftime.c (widen) [COMPILE_WIDE]: Merge nearly-identical
21662         definitions.
21663         (nl_get_alt_digit) [! defined my_strftime]: Define.
21664         (my_strftime) [_NL_CURRENT]: Merge nearly-identical uses of
21665         _nl_get_alt_digit and _nl_get_walt_digit.
21666
21667         * lib/strftime.c (my_strftime): Merge in locale-related changes from
21668         libc. These changes have no effect outside of _LIBC.
21669
21670 2003-04-10  Bruno Haible  <bruno@clisp.org>
21671
21672         * modules/findprog: New file.
21673         * MODULES.html.sh (func_all_modules): Add it.
21674
21675 2003-04-10  Bruno Haible  <bruno@clisp.org>
21676
21677         * m4/findprog.m4: New file.
21678         * m4/eaccess.m4: New file.
21679
21680 2003-04-10  Bruno Haible  <bruno@clisp.org>
21681
21682         * lib/findprog.h: New file, from GNU gettext.
21683         * lib/findprog.c: New file, from GNU gettext.
21684
21685 2003-04-05  Jim Meyering  <jim@meyering.net>
21686
21687         Merge changes from Coreutils.
21688
21689         * lib/exclude.h (PARAMS): Remove definition and uses.
21690         * lib/exclude.c: Remove uses of `PARAMS'.
21691
21692         * lib/dirname.c [TEST_DIRNAME]: Update build instructions for test.
21693         Add test-cases for DOS filenames. Declare program_name.
21694         (main): Set up program_name.  Patch by Rich Dawe.
21695
21696         * lib/mountlist.c (read_filesystem_list) [MOUNTED_VMOUNT]: Detect any
21697         error from mntctl.
21698         Use mntctl's return value to drive the entry-processing loop, since
21699         we can't rely on the value of the vmt_length member in the last
21700         entry.  On some systems doing so could result in exhausting
21701         virtual memory.  Based in part on a patch from Mike Jetzer.
21702
21703 2003-04-04  Bruno Haible  <bruno@clisp.org>
21704
21705         * modules/linebreak: New file.
21706         * MODULES.html.sh (func_all_modules): Add it.
21707
21708 2003-04-04  Bruno Haible  <bruno@clisp.org>
21709
21710         * m4/linebreak.m4: New file.
21711
21712 2003-04-04  Bruno Haible  <bruno@clisp.org>
21713
21714         * lib/linebreak.h: New file, from GNU gettext.
21715         * lib/linebreak.c: New file, from GNU gettext with slight
21716         modifications.
21717         * lib/lbrkprop.h: New file, from GNU gettext.
21718
21719 2003-04-03  Bruno Haible  <bruno@clisp.org>
21720
21721         * modules/utf8-ucs4: New file.
21722         * modules/utf16-ucs4: New file.
21723         * modules/ucs4-utf8: New file.
21724         * modules/ucs4-utf16: New file.
21725         * MODULES.html.sh (func_all_modules): Add them.
21726
21727 2003-04-03  Bruno Haible  <bruno@clisp.org>
21728
21729         * m4/utf-ucs4.m4: New file.
21730         * m4/ucs4-utf.m4: New file.
21731
21732 2003-04-03  Bruno Haible  <bruno@clisp.org>
21733
21734         * lib/utf8-ucs4.h: New file, from GNU gettext.
21735         * lib/utf16-ucs4.h: New file, from GNU gettext.
21736         * lib/ucs4-utf8.h: New file, from GNU gettext.
21737         * lib/ucs4-utf16.h: New file, from GNU gettext.
21738
21739 2003-04-02  Bruno Haible  <bruno@clisp.org>
21740
21741         * modules/binary-io: New file.
21742         * MODULES.html.sh (func_all_modules): Add it.
21743
21744 2003-04-02  Bruno Haible  <bruno@clisp.org>
21745
21746         * lib/binary-io.h: New file, from GNU gettext.
21747
21748 2003-04-01  Bruno Haible  <bruno@clisp.org>
21749
21750         * modules/pathname: New file.
21751         * MODULES.html.sh (func_all_modules): Add it.
21752
21753 2003-04-01  Bruno Haible  <bruno@clisp.org>
21754
21755         * lib/pathname.h: New file, from GNU gettext.
21756         * lib/concatpath.c: New file, from GNU gettext.
21757
21758 2003-03-30  Bruno Haible  <bruno@clisp.org>
21759
21760         * m4/copy-file.m4 (gl_COPY_FILE): Add check for chown().
21761
21762 2003-03-30  Bruno Haible  <bruno@clisp.org>
21763
21764         * lib/copy-file.c (copy_file_preserving): Don't set owner if the
21765         function chown() doesn't exist.
21766
21767 2003-03-28  Bruno Haible  <bruno@clisp.org>
21768
21769         * modules/copy-file: New file.
21770         * MODULES.html.sh (func_all_modules): Add it.
21771
21772 2003-03-28  Bruno Haible  <bruno@clisp.org>
21773
21774         * m4/copy-file.m4: New file.
21775
21776 2003-03-28  Bruno Haible  <bruno@clisp.org>
21777
21778         * lib/copy-file.h: New file, from GNU gettext.
21779         * lib/copy-file.c: New file, from GNU gettext.
21780
21781 2003-03-18  Jim Meyering  <jim@meyering.net>
21782
21783         * lib/quote.c (quote_n): Fix typo in comment.
21784
21785 2003-03-18  Bruno Haible  <bruno@clisp.org>
21786
21787         * m4/onceonly.m4: Use m4_defn instead of defn, for better error
21788         checking.
21789         * m4/onceonly_2_57.m4: Likewise.
21790
21791 2003-03-17  Bruno Haible  <bruno@clisp.org>
21792
21793         * m4/onceonly.m4: Require autoconf 2.54 or newer.
21794         (m4_quote): Remove macro.
21795         * m4/onceonly_2_57.m4: Require autoconf 2.54 or newer.
21796
21797 2003-03-14  Jim Meyering  <jim@meyering.net>
21798
21799         Merge changes from Coreutils.
21800         * lib/obstack.h (obstack_object_size): Declare temporary, __o,
21801         to be const, in order to avoid warnings.
21802         (obstack_room): Likewise.
21803         (obstack_empty_p): Likewise.
21804
21805 2003-03-14  Bruno Haible  <bruno@clisp.org>
21806
21807         * m4/onceonly_2_57.m4 (AC_CHECK_HEADERS_ONCE, AC_CHECK_FUNCS_ONCE,
21808         AC_CHECK_DECLS_ONCE): Quote AC_FOREACH variable-expansions properly.
21809
21810 2003-03-13  Paul Eggert  <eggert@twinsun.com>
21811
21812         Merge changes from Bison.
21813         * lib/obstack.h: (__INT_TO_PTR) [__STDC__]: Cast result to
21814         (void *) to avoid diagnostic with native c89 on SGI IRIX 6.5
21815         when compiling Bison 1.875's `bitset bset = obstack_alloc
21816         (bobstack, bytes);'.  Problem reported by Nelson H. F. Beebe.
21817         * lib/hash.c: Include <stdbool.h> unconditionally.
21818
21819 2003-03-13  Paul Eggert  <eggert@twinsun.com>
21820
21821         * m4/onceonly.m4 (m4_quote): New macro.
21822         (AC_CHECK_HEADERS_ONCE, AC_CHECK_FUNCS_ONCE, AC_CHECK_DECLS_ONCE):
21823         Quote AC_FOREACH variable-expansions properly.
21824
21825 2003-03-13  Paul Eggert  <eggert@twinsun.com>
21826
21827         * doc/COPYING.DOC, fdl.texi: Sync with latest FSF version.
21828
21829 2003-03-09  Paul Eggert  <eggert@twinsun.com>
21830
21831         * lib/argmatch.c (EXIT_FAILURE): Define if the system doesn't.
21832         Reported by Bruce Becker; see:
21833         http://mail.gnu.org/archive/html/bug-bison/2003-03/msg00017.html
21834
21835 2003-03-03  Paul Eggert  <eggert@twinsun.com>
21836             Bruno Haible  <bruno@clisp.org>
21837
21838         * lib/mbswidth.h: Include <wchar.h>. Needed for UnixWare 7.1.1.
21839         Reported by John Hughes, see
21840         http://mail.gnu.org/archive/html/bug-bison/2003-02/msg00030.html
21841
21842 2003-02-20  Bruno Haible  <bruno@clisp.org>
21843
21844         * MODULES.html.sh (func_all_modules): Add poll.
21845
21846 2003-02-19  Paolo Bonzini  <bonzini@gnu.org>
21847
21848         * modules/poll: New file.
21849
21850 2003-02-19  Paolo Bonzini  <bonzini@gnu.org>
21851
21852         * lib/poll_.h: New file.
21853         * lib/poll.c: New file.
21854
21855 2003-02-19  Paolo Bonzini  <bonzini@gnu.org>
21856
21857         * m4/poll.m4: New file.
21858
21859 2003-02-18  Paolo Bonzini  <bonzini@gnu.org>
21860
21861         * modules/mathl: New file.
21862
21863 2003-02-18  Paolo Bonzini  <bonzini@gnu.org>
21864
21865         * lib/mathl.h: New file.
21866         * lib/acosl.c: New file.
21867         * lib/asinl.c: New file.
21868         * lib/atanl.c: New file.
21869         * lib/ceill.c: New file.
21870         * lib/cosl.c: New file.
21871         * lib/expl.c: New file.
21872         * lib/floorl.c: New file.
21873         * lib/frexpl.c: New file.
21874         * lib/ldexpl.c: New file.
21875         * lib/logl.c: New file.
21876         * lib/sincosl.c: New file.
21877         * lib/sinl.c: New file.
21878         * lib/sqrtl.c: New file.
21879         * lib/tanl.c: New file.
21880         * lib/trigl.c: New file.
21881         * lib/trigl.h: New file.
21882
21883 2003-02-18  Paolo Bonzini  <bonzini@gnu.org>
21884
21885         * m4/mathl.m4: New file.
21886
21887 2003-02-18  Bruno Haible  <bruno@clisp.org>
21888
21889         * MODULES.html.sh (func_all_modules): Add mathl.
21890
21891 2003-02-17  Bruno Haible  <bruno@clisp.org>
21892
21893         * modules/mkdtemp: New module.
21894         * MODULES.html.sh (func_all_modules): Add it.
21895
21896 2003-02-17  Bruno Haible  <bruno@clisp.org>
21897
21898         * m4/mkdtemp.m4: New file, from GNU gettext with modifications.
21899
21900 2003-02-17  Bruno Haible  <bruno@clisp.org>
21901
21902         * lib/mkdtemp.h: New file, from GNU gettext.
21903         * lib/mkdtemp.c: New file, from GNU gettext.
21904
21905 2003-02-02  Jim Meyering  <jim@meyering.net>
21906
21907         * m4/regex.m4 (jm_INCLUDED_REGEX): Detect broken re_search in
21908         e.g. glibc-2.2.93.
21909
21910 2003-01-31  Bruno Haible  <bruno@clisp.org>
21911
21912         * m4/rename.m4 (vb_FUNC_RENAME): Add a redirection from 'rename' to
21913         'rpl_rename'.
21914         * m4/strnlen.m4 (gl_FUNC_STRNLEN): Add a redirection from 'strnlen' to
21915         'rpl_strnlen'.
21916         * m4/strtod.m4 (gl_FUNC_STRTOD): Add a redirection from 'strtod' to
21917         'rpl_strtod'.
21918         * m4/utime.m4 (jm_FUNC_UTIME): Add a redirection from 'utime' to
21919         'rpl_utime'.
21920
21921 2003-01-31  Bruno Haible  <bruno@clisp.org>
21922
21923         * lib/rename.c: #undef rename before defining rpl_rename.
21924         * lib/strnlen.c: #undef strnlen, define rpl_strnlen instead of strnlen.
21925
21926 2003-01-30  Bruno Haible  <bruno@clisp.org>
21927
21928         * modules/vasnprintf, modules/vasprintf: New modules.
21929         * MODULES.html.sh (func_all_modules): Add them.
21930
21931 2003-01-30  Bruno Haible  <bruno@clisp.org>
21932
21933         * m4/signed.m4: New file, from GNU gettext.
21934         * m4/longdouble.m4: New file, from GNU gettext.
21935         * m4/wchar_t.m4: New file, from GNU gettext.
21936         * m4/wint_t.m4: New file, from GNU gettext.
21937         * m4/vasnprintf.m4: New file.
21938         * m4/vasprintf.m4: New file.
21939
21940 2003-01-30  Bruno Haible  <bruno@clisp.org>
21941
21942         * lib/printf-args.h: New file, from GNU gettext.
21943         * lib/printf-args.c: New file, from GNU gettext.
21944         * lib/printf-parse.h: New file, from GNU gettext.
21945         * lib/printf-parse.c: New file, from GNU gettext.
21946         * lib/vasnprintf.h: New file, from GNU gettext.
21947         * lib/vasnprintf.c: New file, from GNU gettext.
21948         * lib/asnprintf.c: New file, from GNU gettext.
21949         * lib/vasprintf.h: New file, from GNU gettext with modifications.
21950         * lib/vasprintf.c: New file, from GNU gettext.
21951         * lib/asprintf.c: New file, from GNU gettext.
21952
21953 2003-01-29  Bruno Haible  <bruno@clisp.org>
21954
21955         * modules/stpncpy: New module.
21956         * MODULES.html.sh (func_all_modules): Add it.
21957
21958 2003-01-29  Bruno Haible  <bruno@clisp.org>
21959
21960         * m4/stpncpy.m4: New file.
21961
21962 2003-01-29  Bruno Haible  <bruno@clisp.org>
21963
21964         * lib/stpncpy.h: New file, from GNU gettext with modifications.
21965         * lib/stpncpy.c: New file, from GNU gettext with modifications.
21966
21967 2003-01-28  Bruno Haible  <bruno@clisp.org>
21968
21969         * modules/c-ctype: New module.
21970         * MODULES.html.sh (func_all_modules): Add it.
21971
21972 2003-01-28  Bruno Haible  <bruno@clisp.org>
21973
21974         * lib/c-ctype.h: New file, from GNU gettext, with changes suggested by
21975         Paul Eggert.
21976         * lib/c-ctype.c: New file, from GNU gettext, with changes suggested by
21977         Paul Eggert.
21978
21979 2003-01-27  Bruno Haible  <bruno@clisp.org>
21980
21981         * modules/xsetenv: New module.
21982         * MODULES.html.sh (func_all_modules): Add it.
21983
21984 2003-01-27  Bruno Haible  <bruno@clisp.org>
21985
21986         * lib/xsetenv.h: New file, from GNU gettext.
21987         * lib/xsetenv.c: New file, from GNU gettext.
21988
21989 2003-01-23  Jim Meyering  <jim@meyering.net>
21990
21991         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Correct typo: s/-1/no/ that kept this
21992         from working on systems without dirfd (at least Irix and OSF1/Tru64).
21993
21994 2003-01-23  Bruno Haible  <bruno@clisp.org>
21995
21996         * modules/minmax: New module.
21997         * MODULES.html.sh (func_all_modules): Add it.
21998
21999 2003-01-23  Bruno Haible  <bruno@clisp.org>
22000
22001         * lib/minmax.h: New file, from GNU gettext, with comments from Paul
22002         Eggert.
22003
22004 2003-01-22  Bruno Haible  <bruno@clisp.org>
22005
22006         * modules/exit: New module.
22007         * MODULES.html.sh (func_all_modules): Add it.
22008
22009 2003-01-22  Bruno Haible  <bruno@clisp.org>
22010
22011         * lib/exit.h: New file, from GNU gettext.
22012
22013 2003-01-19  Bruno Haible  <bruno@clisp.org>
22014
22015         * gnulib-tool: Recognize option --extract-maintainer.
22016         (func_get_maintainer): New function.
22017         * modules/*: Add Maintainer entry.
22018
22019 2003-01-16  Jim Meyering  <jim@meyering.net>
22020
22021         * m4/regex.m4: The `regex' struct is both input and output.
22022         Initialize it before each use.  Patch by Tim Waugh.
22023
22024 2003-01-16  Bruno Haible  <bruno@clisp.org>
22025
22026         * MODULES.html.sh: Add a table of contents. Add the module name as
22027         leftmost column. Add hyperlinks.
22028
22029 2003-01-15  Bruno Haible  <bruno@clisp.org>
22030
22031         * m4/md5.m4 (gl_MD5): Require AC_C_INLINE.
22032
22033 2003-01-15  Bruno Haible  <bruno@clisp.org>
22034
22035         * m4/longlong.m4 (jm_AC_TYPE_LONG_LONG): Also test the LL suffix.
22036         * m4/ulonglong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): Also test the ULL
22037         suffix.
22038
22039 2003-01-15  Bruno Haible  <bruno@clisp.org>
22040
22041         * m4/alloca.m4 (gl_FUNC_ALLOCA): Invoke AC_EGREP_CPP prerequisites.
22042
22043 2003-01-15  Bruno Haible  <bruno@clisp.org>
22044
22045         * lib/stpcpy.h (stpcpy): Use ANSI C function declarations.
22046         * lib/strcase.h (strcasecmp, strncasecmp): Likewise.
22047
22048 2003-01-14  Jim Meyering  <jim@meyering.net>
22049
22050         * lib/same.c (same_name): Tweak a comment.
22051
22052 2003-01-14  Bruno Haible  <bruno@clisp.org>
22053
22054         * lib/same.c (same_name): Reorder tests so as to avoid calling stat()
22055         when a string comparison is sufficient.
22056
22057 2003-01-14  Bruno Haible  <bruno@clisp.org>
22058
22059         * lib/readtokens.c (readtoken): Cast character to 'unsigned char', not
22060         'unsigned int'.
22061
22062 2003-01-14  Bruno Haible  <bruno@clisp.org>
22063
22064         * lib/hash-pjw.c: Add comment about low quality of this function.
22065
22066 2003-01-13  Bruno Haible  <bruno@clisp.org>
22067
22068         * modules/stpcpy: Distribute lib/stpcpy.h.
22069         * modules/setenv: Depend on alloca. Distribute lib/setenv.h.
22070
22071 2003-01-13  Bruno Haible  <bruno@clisp.org>
22072
22073         * modules/*: Add a description.
22074         * modules/strpbrk: Fix Makefile.am snippet.
22075         * modules/strtoimax: Fix dependencies.
22076         * modules/strtoumax: Likewise.
22077
22078 2003-01-13  Bruno Haible  <bruno@clisp.org>
22079
22080         * gnulib-tool (func_create_testdir): Substitute lib_OBJECTS.
22081         * modules/alloca (Makefile.am): All object files depend on alloca.h.
22082         * modules/stdbool (Makefile.am): All object files depend on stdbool.h.
22083
22084 2003-01-13  Bruno Haible  <bruno@clisp.org>
22085
22086         * gnulib-tool (func_create_testdir): Store config/* files in the main
22087         directory.
22088         * config.rpath: Move to ...
22089         * config/config.rpath: ... here.
22090         * modules/gettext: Contains config/config.rpath, not config.rpath.
22091         * modules/iconv: Likewise.
22092
22093 2003-01-12  Paul Eggert  <eggert@twinsun.com>
22094
22095         Finish renaming getstr -> getdelim2 and readline -> readlinebuffer,
22096         to avoid collisions with libcurses and libreadline.
22097
22098         * m4/getstr.m4: Remove.
22099         * m4/getline.m4 (gl_PREREQ_GETLINE): Require AC_HEADER_STDC.
22100
22101 2003-01-12  Paul Eggert  <eggert@twinsun.com>
22102
22103         Finish renaming getstr -> getdelim2 and readline -> readlinebuffer,
22104         to avoid collisions with libcurses and libreadline.
22105
22106         * lib/Makefile.am (libfetish_a_SOURCES): Remove getstr.c, getstr.h.
22107         * lib/getstr.h, getstr.c: Remove.
22108         * lib/getline.c: Include "getline.h", to check interface.
22109         Move body of old getstr.c here: this defines MIN_CHUNK and
22110         declares getdelim2, which is renamed from getstr.
22111         (getline, getdelim): Adjust to renaming of getstr -> getdelim2.
22112
22113         * lib/linebuffer.c (readlinebuffer): Renamed from readline.
22114         All uses changed.
22115         * lib/linebuffer.h: Likewise.
22116         (readline): Remove backward-compatibility macro.
22117
22118 2003-01-12  Paul Eggert  <eggert@twinsun.com>
22119
22120         Finish renaming getstr -> getdelim2 and readline -> readlinebuffer,
22121         to avoid collisions with libcurses and libreadline.
22122         * getstr: Remove.
22123         * MODULES.html.sh: Remove getstr.
22124         * modules/getline: Depend on unlocked-io, not getstr.
22125
22126 2003-01-12  Jim Meyering  <jim@meyering.net>
22127
22128         * lib/makepath.c: Don't test HAVE_ERRNO_H.  It's not necessary.
22129
22130 2003-01-10  Bruno Haible  <bruno@clisp.org>
22131
22132         * modules/alloca: Change Makefile.am requirements. Simplify Include
22133         requirements. Add lib/alloca_.h to file list.
22134
22135 2003-01-10  Bruno Haible  <bruno@clisp.org>
22136
22137         * m4/alloca.m4 (gl_FUNC_ALLOCA): Also define ALLOCA_H.
22138
22139 2003-01-10  Bruno Haible  <bruno@clisp.org>
22140
22141         * lib/alloca_.h: New file.
22142         * lib/getdate.y: Unconditionally include alloca.h.
22143         * lib/makepath.c: Likewise.
22144         * lib/setenv.c: Likewise.
22145         * lib/userspec.c: Likewise.
22146
22147 2003-01-09  Karl Berry  <karl@gnu.org>
22148
22149         * MODULES.html.sh: include `dirname $0` in PATH, to find
22150         gnulib-tool.
22151
22152 2003-01-09  Bruno Haible  <bruno@clisp.org>
22153
22154         * modules/stdbool: Change configure.ac, Makefile.am requirements.
22155         Simplify Include requirements. Add lib/stdbool.h.in to file list.
22156
22157 2003-01-09  Bruno Haible  <bruno@clisp.org>
22158
22159         * m4/stdbool.m4 (AM_STDBOOL_H): New macro.
22160
22161 2003-01-09  Bruno Haible  <bruno@clisp.org>
22162
22163         * lib/stdbool.h.in: New file.
22164
22165 2003-01-09  Bruno Haible  <bruno@clisp.org>
22166
22167         * gnulib-tool (func_all_modules): Ignore files ending in ~.
22168         * MODULES.html.sh: Likewise.
22169
22170 2003-01-08  Jim Meyering  <jim@meyering.net>
22171
22172         * lib/full-write.c: Undefine and define-away `const' after inclusion
22173         of errno.h, not before.  Suggestion from Bruno Haible.
22174
22175 2003-01-08  Bruno Haible  <bruno@clisp.org>
22176
22177         * modules/full-read: Depend on full-write.
22178
22179 2003-01-08  Bruno Haible  <bruno@clisp.org>
22180
22181         * lib/safe-read.c: Include specification header first, to ensure its
22182         selfcontainedness.
22183         * lib/full-write.c: Likewise.
22184
22185 2003-01-07  Jim Meyering  <jim@meyering.net>
22186
22187         * lib/full-write.c: Rework so that it may serve to define full_read,
22188         too.
22189         * lib/full-read.c: Simply #define FULL_READ and include full-write.c.
22190
22191 2003-01-07  Bruno Haible  <bruno@clisp.org>
22192
22193         * lib/strtoimax.c: Include <stdint.h> as an alternative to
22194         <inttypes.h>.
22195         * lib/xstrtol.h: Likewise.
22196         * lib/xstrtoimax.c: Likewise.
22197         * lib/xstrtoumax.c: Likewise.
22198         * lib/human.h: Likewise.
22199
22200         * lib/tempname.c: Include <inttypes.h> too. Avoids a compilation error
22201         on systems that have <inttypes.h> but not <stdint.h>.
22202
22203 2003-01-07  Bruno Haible  <bruno@clisp.org>
22204
22205         * MODULES.html.sh: Add copyright notice.
22206         (missed_files): Omit CVS directory entries.
22207         (func_module): Make it work with sed-3.02.
22208         * MODULES.txt: Remove file.
22209
22210 2003-01-06  Jim Meyering  <jim@meyering.net>
22211
22212         * lib/version-etc.c: Update year in translatable copyright string.
22213
22214 2003-01-03  Karl Berry  <karl@gnu.org>
22215
22216         * config/config.{guess,sub}: update from prep.
22217
22218 2003-01-02  Karl Berry  <karl@gnu.org>
22219
22220         * doc/COPYING.DOC: belatedly updated to 1.2.
22221
22222 2003-01-01  Karl Berry  <karl@gnu.org>
22223
22224         * gnulib-tool (func_verify_module): report module name $module in
22225         error message, not $1.
22226         * gnulib-tool (create-testdir): don't complain if destdir couldn't
22227         be created, only if it doesn't exist.
22228         * gnulib-tool (last_checkin_date): don't expand the $Date here.
22229
22230 2002-12-31  Paul Eggert  <eggert@twinsun.com>
22231
22232         * m4/memcoll.m4 (gl_MEMCOLL): Require AC_FUNC_MEMCMP.
22233
22234 2002-12-31  Paul Eggert  <eggert@twinsun.com>
22235
22236         * lib/memcoll.c (memcoll): Fall back on a simple algorithm using
22237         memcmp if strcoll doesn't work.
22238
22239 2002-12-31  Bruno Haible  <bruno@clisp.org>
22240
22241         * lib/utime.c (utime_null): No need to call ftruncate if the file was
22242         nonempty.
22243
22244 2002-12-31  Bruno Haible  <bruno@clisp.org>
22245
22246         * lib/memcoll.c (STRCOLL): New macro.
22247         (memcoll): Use it.
22248
22249 2002-12-31  Bruno Haible  <bruno@clisp.org>
22250
22251         * lib/localcharset.h: New file.
22252         * lib/localcharset.c: Include it.
22253         * lib/unicodeio.c: Likewise.
22254
22255 2002-12-31  Bruno Haible  <bruno@clisp.org>
22256
22257         * lib/getstr.h (getstr): Define, to avoid clash with libcurses.
22258         * lib/linebuffer.h (readline): Define, to avoid clash with libreadline.
22259
22260 2002-12-31  Bruno Haible  <bruno@clisp.org>
22261
22262         * lib/getline.h: Include <stddef.h>, for size_t.
22263
22264         * lib/unicodeio.h: Include <stddef.h>, for size_t.
22265         * lib/unicodeio.c: Don't include <stddef.h>.
22266
22267 2002-12-31  Bruno Haible  <bruno@clisp.org>
22268
22269         * lib/getdate.y (get_date): Test HAVE_STRUCT_TM_TM_ZONE, not
22270         HAVE_TM_ZONE.
22271
22272 2002-12-24  Karl Berry  <karl@gnu.org>
22273
22274         * config/config.guess: update from prep.
22275
22276 2002-12-24  Bruno Haible  <bruno@clisp.org>
22277
22278         General infrasructure.
22279         * m4/README: Rewritten.
22280         * m4/onceonly.m4: New file.
22281         * m4/onceonly_2_57.m4: New file.
22282
22283         Module atexit.
22284         * m4/atexit.m4: New file.
22285
22286         Module strtod.
22287         * m4/strtod.m4: New file.
22288
22289         Module strtol.
22290         * m4/strtol.m4: New file.
22291
22292         Module strtoul.
22293         * m4/strtoul.m4: New file.
22294
22295         Module memchr.
22296         * m4/memchr.m4: New file.
22297
22298         Module memcmp.
22299         * m4/memcmp.m4 (gl_PREREQ_MEMCMP): New macro.
22300         (jm_FUNC_MEMCMP): Invoke it.
22301
22302         Module memcpy.
22303         * m4/memcpy.m4: New file.
22304
22305         Module memmove.
22306         * m4/memmove.m4: New file.
22307
22308         Module memset.
22309         * m4/memset.m4: New file.
22310
22311         Module strcspn.
22312         * m4/strcspn.m4: New file.
22313
22314         Module strpbrk.
22315         * m4/strpbrk.m4: New file.
22316
22317         Module strstr.
22318         * m4/strstr.m4: New file.
22319
22320         Module strerror.
22321         * m4/strerror.m4: New file.
22322
22323         Module mktime.
22324         * m4/mktime.m4: Renamed from jm-mktime.m4.
22325         (gl_PREREQ_MKTIME): New macro.
22326         (gl_FUNC_MKTIME): Renamed from jm_FUNC_MKTIME. Invoke gl_PREREQ_MKTIME.
22327
22328         Module malloc.
22329         * m4/malloc.m4 (gl_PREREQ_MALLOC): New macro.
22330         (jm_FUNC_MALLOC): Use AC_FUNC_MALLOC. Invoke gl_PREREQ_MALLOC.
22331         Don't define HAVE_DONE_WORKING_MALLOC_CHECK, since nothing uses it.
22332
22333         Module realloc.
22334         * m4/realloc.m4 (gl_PREREQ_REALLOC): New macro.
22335         (jm_FUNC_REALLOC): Use AC_FUNC_REALLOC. Invoke gl_PREREQ_REALLOC.
22336         Don't define HAVE_DONE_WORKING_REALLOC_CHECK, since nothing uses it.
22337
22338         Module strftime.
22339         * m4/tm_gmtoff.m4: New file, extracted from strftime.m4.
22340         * m4/strftime.m4 (_jm_STRFTIME_PREREQS): Use AC_FUNC_STRFTIME.
22341         Don't test for bcopy (we are not emacs). Invoke AC_TYPE_MBSTATE_T and
22342         gl_TM_GMTOFF.
22343         (_jm_STRFTIME_PREREQS, jm_FUNC_GNU_STRFTIME): Use onceonly macros.
22344
22345         Module xalloc.
22346         * m4/xalloc.m4: New file.
22347
22348         Module alloca.
22349         * m4/alloca.m4: New file.
22350
22351         Module putenv.
22352         * m4/putenv.m4 (gl_PREREQ_PUTENV): New macro.
22353         (jm_FUNC_PUTENV): Invoke it.
22354
22355         Module setenv.
22356         * m4/setenv.m4 (gt_FUNC_SETENV): New macro.
22357         (gt_CHECK_VAR_DECL): Fix quoting error that led to infinite loop in m4
22358         when invoked twice.
22359         (gt_PREREQ_SETENV, gt_PREREQ_UNSETENV): New macros, replacing old
22360         gt_FUNC_SETENV.
22361
22362         Module memrchr.
22363         * m4/memrchr.m4: New file.
22364
22365         Module stpcpy.
22366         * m4/stpcpy.m4: New file.
22367
22368         Module strcase.
22369         * m4/strcase.m4: New file.
22370
22371         Module strdup.
22372         * m4/strdup.m4: New file.
22373
22374         Module strnlen.
22375         * m4/strnlen.m4: New file.
22376
22377         Module strndup.
22378         * m4/strndup.m4: New file.
22379
22380         Module xstrtod.
22381         * m4/xstrtod.m4: New file.
22382
22383         Module xstrtol.
22384         * m4/xstrtol.m4: New file.
22385
22386         Module getdate.
22387         * m4/getdate.m4: New file.
22388
22389         Module unlocked-io.
22390         * m4/unlocked-io.m4: Renamed from jm-glibc-io.m4.
22391         (jm_FUNC_GLIBC_UNLOCKED_IO): Invoke AC_GNU_SOURCE. Use onceonly macros.
22392         * m4/jm-glibc-io.m4n: Remove file.
22393
22394         Module long-options.
22395         * m4/long-options.m4: New file.
22396
22397         Module md5.
22398         * m4/md5.m4: New file.
22399
22400         Module sha.
22401         * m4/sha.m4: New file.
22402
22403         Module getstr.
22404         * m4/getstr.m4: New file.
22405
22406         Module getline.
22407         * m4/getline.m4 (gl_PREREQ_GETLINE): New macro.
22408         (AM_FUNC_GETLINE): Invoke AC_GNU_SOURCE. Use <stdlib.h>, not
22409         <sys/types.h>, for size_t. Use the function name gnu_getline, not
22410         simply getline. Infoke gl_PREREQ_GETLINE.
22411
22412         Module obstack.
22413         * m4/obstack.m4: New file.
22414
22415         Module hash.
22416         * m4/hash.m4: New file.
22417
22418         Module readtokens.
22419         * m4/readtokens.m4: New file.
22420
22421         Module strverscmp.
22422         * m4/strverscmp.m4: New file.
22423
22424         Module stdbool.
22425         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Add test for _Bool. Needed for
22426         OSF/1.
22427
22428         Module strtoll.
22429         * m4/strtoll.m4: New file.
22430
22431         Module strtoull.
22432         * m4/strtoull.m4: New file.
22433
22434         Module strtoimax.
22435         * m4/strtoimax.m4: New file.
22436
22437         Module strtoumax.
22438         * m4/strtoumax.m4: New file.
22439
22440         Module xstrtoimax.
22441         * m4/xstrtoimax.m4 (jm_XSTRTOIMAX): Renamed from
22442         jm_AC_PREREQ_XSTRTOIMAX.
22443         Moved the strtol prerequisites to strtol.m4.
22444         Moved the strtoll prerequisites to strtoll.m4.
22445         Moved the strtoimax prerequisites to strtoimax.m4.
22446
22447         Module xstrtoumax.
22448         * m4/xstrtoumax.m4 (jm_XSTRTOUMAX): Renamed from
22449         jm_AC_PREREQ_XSTRTOUMAX.
22450         Moved the strtoul prerequisites to strtoul.m4.
22451         Moved the strtoull prerequisites to strtoull.m4.
22452         Moved the strtoumax prerequisites to strtoumax.m4.
22453
22454         Module chown.
22455         * m4/chown.m4 (gl_PREREQ_CHOWN): New macro.
22456         (jm_FUNC_CHOWN): Use AC_FUNC_CHOWN. Invoke gl_PREREQ_CHOWN.
22457
22458         Module dup2.
22459         * m4/dup2.m4: New file.
22460
22461         Module ftruncate.
22462         * m4/ftruncate.m4 (gl_PREREQ_FTRUNCATE): New macro.
22463         (jm_FUNC_FTRUNCATE): Use AC_REPLACE_FUNCS. Invoke gl_PREREQ_FTRUNCATE.
22464
22465         Module getgroups.
22466         * m4/getgroups.m4 (gl_PREREQ_GETGROUPS): New macro.
22467         (jm_FUNC_GETGROUPS): Use AC_FUNC_GETGROUPS. Invoke gl_PREREQ_GETGROUPS.
22468
22469         Module gettimeofday.
22470         * m4/gettimeofday.m4 (gl_PREREQ_GETTIMEOFDAY): New macro.
22471         (AC_FUNC_GETTIMEOFDAY_CLOBBER): Use onceonly macros. Invoke
22472         gl_PREREQ_GETTIMEOFDAY.
22473
22474         Module mkdir.
22475         * m4/mkdir-slash.m4 (gl_PREREQ_MKDIR): New macro.
22476         (UTILS_FUNC_MKDIR_TRAILING_SLASH): Invoke gl_PREREQ_MKDIR.
22477
22478         Module mkstemp.
22479         * m4/mkstemp.m4 (gl_PREREQ_MKSTEMP): New macro.
22480         (jm_PREREQ_TEMPNAME): New macro, from prereq.m4. Also invoke
22481         jm_AC_TYPE_UINTMAX_T.
22482         (UTILS_FUNC_MKSTEMP): Invoke gl_PREREQ_MKSTEMP and jm_PREREQ_TEMPNAME.
22483
22484         Module stat.
22485         * m4/stat.m4 (gl_PREREQ_STAT): New macro.
22486         (jm_FUNC_STAT): Use AC_FUNC_STAT. Invoke gl_PREREQ_STAT.
22487
22488         Module lstat.
22489         * m4/lstat.m4 (gl_PREREQ_LSTAT): New macro.
22490         (jm_FUNC_LSTAT): Use AC_FUNC_LSTAT. Invoke gl_PREREQ_LSTAT.
22491
22492         Module timespec.
22493         * m4/timespec.m4 (gl_TIMESPEC): New macro.
22494         (jm_CHECK_TYPE_STRUCT_TIMESPEC): Add check for <sys/time.h>.
22495         * m4/st_mtim.m4: Indentation.
22496
22497         Module nanosleep.
22498         * m4/nanosleep.m4 (gl_PREREQ_NANOSLEEP): New macro.
22499         (jm_FUNC_NANOSLEEP): Add check for <sys/time.h>. Invoke
22500         gl_PREREQ_NANOSLEEP.
22501
22502         Module regex.
22503         * m4/regex.m4 (jm_PREREQ_REGEX): New macro.
22504         (jm_INCLUDED_REGEX): Invoke jm_PREREQ_REGEX.
22505         (gl_REGEX): New macro.
22506
22507         Module rename.
22508         * m4/rename.m4 (gl_PREREQ_RENAME): New macro.
22509         (vb_FUNC_RENAME): Invoke gl_PREREQ_RENAME.
22510
22511         Module rmdir.
22512         * m4/rmdir.m4: New file.
22513
22514         Module utime.
22515         * m4/utimbuf.m4 (jm_CHECK_TYPE_STRUCT_UTIMBUF): Use onceonly macros.
22516         * m4/utime.m4 (gl_PREREQ_UTIME): New macro.
22517         (jm_FUNC_UTIME): Invoke gl_PREREQ_UTIME.
22518
22519         Module dirname.
22520         * m4/dirname.m4: New file.
22521
22522         Module getopt.
22523         * m4/getopt.m4: New file.
22524
22525         Module unistd-safer.
22526         * m4/unistd-safer.m4: New file.
22527
22528         Module fnmatch.
22529         * m4/fnmatch.m4 (_AC_FUNC_FNMATCH_IF): Include <stdlib.h>, for exit()
22530         declaration.
22531         (gl_PREREQ_FNMATCH_EXTRA): New macro.
22532         (gl_FUNC_FNMATCH_POSIX): New macro.
22533         (gl_FUNC_FNMATCH_GNU): Renamed from AC_FUNC_FNMATCH_GNU. Invoke
22534         gl_PREREQ_FNMATCH_EXTRA. Use the function name gnu_fnmatch, not
22535         simply fnmatch.
22536
22537         Module exclude.
22538         * m4/exclude.m4: New file.
22539
22540         Module human.
22541         * m4/human.m4: New file.
22542
22543         Module acl.
22544         * m4/acl.m4: Nop.
22545
22546         Module backupfile.
22547         * m4/backupfile.m4: New file.
22548         * m4/d-ino.m4: Indentation.
22549
22550         Module fsusage.
22551         * m4/fsusage.m4 (gl_FSUSAGE): New macro.
22552         (jm_STATFS_TRUNCATES): New macro, from coreutils-4.5.4/configure.ac.
22553         (gl_PREREQ_FSUSAGE_EXTRA): New macro.
22554
22555         Module dirfd.
22556         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Invoke some AC_EGREP_CPP
22557         requirements.
22558
22559         Module euidaccess.
22560         * m4/euidaccess.m4: New file.
22561
22562         Module file-type.
22563         * m4/file-type.m4: New file.
22564
22565         Module fileblocks.
22566         * m4/fileblocks.m4: New file.
22567
22568         Module filemode.
22569         * m4/filemode.m4: New file.
22570
22571         Module isdir.
22572         * m4/isdir.m4: New file.
22573
22574         Module lchown.
22575         * m4/lchown.m4 (gl_PREREQ_LCHOWN): New macro.
22576         (jm_FUNC_LCHOWN): Invoke gl_PREREQ_LCHOWN.
22577
22578         Module makepath.
22579         * m4/makepath.m4: New file.
22580
22581         Module modechange.
22582         * m4/modechange.m4: New file.
22583
22584         Module mountlist.
22585         * m4/mountlist.m4: New file.
22586         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Use onceonly macros.
22587         Indentation.
22588
22589         Module path-concat.
22590         * m4/path-concat.m4: New file.
22591
22592         Module pathmax.
22593         * m4/pathmax.m4: New file.
22594
22595         Module same.
22596         * m4/same.m4: New file.
22597
22598         Module save-cwd.
22599         * m4/save-cwd.m4: New file.
22600
22601         Module savedir.
22602         * m4/savedir.m4: New file.
22603
22604         Module xgetcwd.
22605         * m4/xgetcwd.m4: New file.
22606         * m4/getcwd.m4 (AC_FUNC_GETCWD_NULL): Use onceonly macros.
22607
22608         Module xreadlink.
22609         * m4/xreadlink.m4: New file.
22610
22611         Module safe-read.
22612         * m4/safe-read.m4: New file.
22613
22614         Module safe-write.
22615         * m4/safe-write.m4: New file.
22616
22617         Module closeout.
22618         * m4/closeout.m4: New file.
22619
22620         Module stdio-safer.
22621         * m4/stdio-safer.m4: New file.
22622
22623         Module getpass.
22624         * m4/getpass.m4: New file.
22625
22626         Module getugroups.
22627         * m4/getugroups.m4: New file.
22628
22629         Module group-member.
22630         * m4/group-member.m4 (gl_PREREQ_GROUP_MEMBER): New macro.
22631         (jm_FUNC_GROUP_MEMBER): Invoke AC_GNU_SOURCE, gl_PREREQ_GROUP_MEMBER.
22632
22633         Module idcache.
22634         * m4/idcache.m4: New file.
22635
22636         Module userspec.
22637         * m4/userspec.m4: New file.
22638
22639         Module gettime.
22640         * m4/clock_time.m4: New file.
22641         * m4/gettime.m4: New file.
22642
22643         Module settime.
22644         * m4/settime.m4: New file.
22645
22646         Module posixtm.
22647         * m4/posixtm.m4: New file.
22648
22649         Module gethostname.
22650         * m4/gethostname.m4: New file.
22651
22652         Module canon-host.
22653         * m4/canon-host.m4: New file.
22654
22655         Module gettext.
22656         * m4/codeset.m4: New file, from gettext-0.11.5.
22657         * m4/gettext.m4: New file, from gettext-0.11.5.
22658         * m4/glibc21.m4: New file, from gettext-0.11.5.
22659         * m4/iconv.m4: New file, from gettext-0.11.5.
22660         * m4/intdiv0.m4: New file, from gettext-0.11.5.
22661         * m4/inttypes-pri.m4: New file, from gettext-0.11.5.
22662         * m4/inttypes.m4: New file, from gettext-0.11.5.
22663         * m4/inttypes_h.m4: New file, from gettext-0.11.5 with modifications.
22664         * m4/isc-posix.m4: New file, from gettext-0.11.5.
22665         * m4/lcmessage.m4: New file, from gettext-0.11.5.
22666         * m4/lib-ld.m4: New file, from gettext-0.11.5.
22667         * m4/lib-link.m4: New file, from gettext-0.11.5.
22668         * m4/lib-prefix.m4: New file, from gettext-0.11.5.
22669         * m4/progtest.m4: New file, from gettext-0.11.5.
22670         * m4/stdint_h.m4: New file, from gettext-0.11.5 with modifications.
22671         * m4/uintmax_t.m4: New file, from gettext-0.11.5 with modifications.
22672         * m4/ulonglong.m4: New file, from gettext-0.11.5 with modifications.
22673
22674         Module localcharset.
22675         * m4/localcharset.m4: New file.
22676
22677         Module hard-locale.
22678         * m4/hard-locale.m4: New file.
22679
22680         Module mbswidth.
22681         * m4/mbswidth.m4 (gl_MBSWIDTH): Renamed from jm_PREREQ_MBSWIDTH. Use
22682         onceonly macros.
22683         * m4/mbrtowc.m4: Add comment.
22684
22685         Module memcasecmp.
22686         * m4/memcasecmp.m4: New file.
22687
22688         Module memcoll.
22689         * m4/memcoll.m4: New file.
22690
22691         Module unicodeio.
22692         * m4/unicodeio.m4: New file.
22693
22694         Module rpmatch.
22695         * m4/rpmatch.m4: New file.
22696
22697         Module yesno.
22698         * m4/yesno.m4: New file.
22699
22700         Module exitfail.
22701         * m4/exitfail.m4: New file.
22702
22703         Module c-stack.
22704         * m4/c-stack.m4 (gl_C_STACK): New macro.
22705         (jm_PREREQ_C_STACK): Check for <sys/time.h>. Use onceonly macros.
22706
22707         Module error.
22708         * m4/error.m4 (gl_ERROR): New macro.
22709         (jm_PREREQ_ERROR): Use onceonly macros.
22710
22711         Module fatal.
22712         * m4/fatal.m4: New file.
22713
22714         Module getloadavg.
22715         * m4/getloadavg.m4 (AC_FUNC_GETLOADAVG): Use onceonly macros.
22716         (gl_FUNC_GETLOADAVG, gl_PREREQ_GETLOADAVG): New macros.
22717
22718         Module getpagesize.
22719         * m4/getpagesize.m4: New file.
22720
22721         Module getusershell.
22722         * m4/getusershell.m4: New file.
22723
22724         Module physmem.
22725         * m4/physmem.m4: New file.
22726
22727         Module posixver.
22728         * m4/posixver.m4: New file.
22729
22730         Module quotearg.
22731         * m4/quotearg.m4: New file.
22732
22733         Module quote.
22734         * m4/quote.m4: New file.
22735
22736         Module readutmp.
22737         * m4/readutmp.m4: New file, based on jm_PREREQ_READUTMP from prereq.m4.
22738
22739         Module sig2str.
22740         * m4/sig2str.m4: New file.
22741
22742         Other.
22743         * m4/longlong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): Remove, moved to
22744         ulonglong.m4.
22745         * m4/intmax_t.m4: New file.
22746         * m4/d-type.m4: Indentation.
22747         * m4/jm-macros.m4: Update.
22748         * m4/prereq.m4 (jm_PREREQ): Update.
22749         (jm_PREREQ_ADDEXT): Remove, obsoleted by backupfile.m4.
22750         (jm_PREREQ_CANON_HOST): Remove, obsoleted by canon-host.m4.
22751         (jm_PREREQ_DIRNAME): Remove, obsoleted by dirname.m4.
22752         (jm_PREREQ_EXCLUDE): Remove, obsoleted by exclude.m4.
22753         (jm_PREREQ_GETPAGESIZE): Remove, obsoleted by getpagesize.m4.
22754         (jm_PREREQ_HARD_LOCALE): Remove, obsoleted by hard-locale.m4.
22755         (jm_PREREQ_HASH): Remove, obsoleted by hash.m4.
22756         (jm_PREREQ_HUMAN): Remove, obsoleted by human.m4.
22757         (jm_PREREQ_MEMCHR): Remove, obsoleted by memchr.m4.
22758         (jm_PREREQ_PHYSMEM): Remove, obsoleted by physmem.m4.
22759         (jm_PREREQ_POSIXVER): Remove, obsoleted by posixver.m4.
22760         (jm_PREREQ_QUOTEARG): Remove, obsoleted by quotearg.m4.
22761         (jm_PREREQ_READUTMP): Remove, obsoleted by readutmp.m4.
22762         (jm_PREREQ_REGEX): Remove, obsoleted by regex.m4.
22763         (jm_PREREQ_STRNLEN): Remove, obsoleted by strnlen.m4.
22764         (jm_PREREQ_TEMPNAME): Remove, obsoleted by mkstemp.m4.
22765         (jm_PREREQ_XGETCWD): Remove, obsoleted by xgetcwd.m4.
22766         (jm_PREREQ_XREADLINK): Remove, obsoleted by xreadlink.m4.
22767         * m4/readdir.m4 (jm_FUNC_READDIR): Use onceonly macros.
22768
22769 2002-12-24  Bruno Haible  <bruno@clisp.org>
22770
22771         * MODULES.txt: Update according to m4/ changes.
22772
22773         Module gettext.
22774         * config.rpath: New file, from gettext-0.11.5.
22775
22776         * modules/*: New module descriptions.
22777         * gnulib-tool: New file.
22778         * MODULES.html.sh: New file.
22779
22780 2002-12-21  Karl Berry  <karl@gnu.org>
22781
22782         * doc/fdl.texi: update to version 1.2.
22783
22784 2002-12-19  Karl Berry  <karl@gnu.org>
22785
22786         * config/config.guess: update from prep.
22787
22788 2002-12-18  Bruno Haible  <bruno@clisp.org>
22789
22790         * m4/strftime.m4 (_jm_STRFTIME_PREREQS): Don't test for localtime_r.
22791         * m4/jm-mktime.m4 (jm_FUNC_MKTIME): Likewise.
22792
22793 2002-12-17  Bruno Haible  <bruno@clisp.org>
22794
22795         * m4/mbswidth.m4 (jm_PREREQ_MBSWIDTH): Remove checks for limits.h,
22796         stdlib.h, string.h.
22797
22798 2002-12-17  Bruno Haible  <bruno@clisp.org>
22799
22800         * lib/canon-host.c (strdup): Remove unused declaration.
22801
22802         * lib/fsusage.c: Include full_read.h.
22803         (get_fs_usage): Use full_read instead of safe_read.
22804
22805         * lib/utime.c (utime_null): Use SAFE_READ_ERROR.
22806
22807 2002-12-12  Karl Berry  <karl@gnu.org>
22808
22809         * config/config.guess: update from prep.
22810
22811 2002-12-11  Bruno Haible  <bruno@clisp.org>
22812
22813         * m4/setenv.m4: New file, from gettext-0.11.5.
22814
22815 2002-12-11  Bruno Haible  <bruno@clisp.org>
22816
22817         * lib/setenv.h: Rewritten to cope with systems that have setenv() but
22818         not unsetenv().
22819         * lib/setenv.c, unsetenv.c: Taken from glibc-2.2.4 with the following
22820         modifications:
22821
22822         2002-12-11  Bruno Haible  <bruno@clisp.org>
22823
22824                 * setenv.c (alloca): Fall back to malloc.
22825                 (freea): New macro.
22826                 (setenv): Use freea() to free memory allocated with alloca().
22827
22828         2002-11-13  Bruno Haible  <bruno@clisp.org>
22829
22830                 * setenv.c (compar_fn_t, __add_to_environ, setenv): Use ANSI C
22831                 function declarations.
22832                 * unsetenv.c (unsetenv): Likewise.
22833
22834         2002-03-04  Bruno Haible  <bruno@clisp.org>
22835
22836                 Portability to AIX 4.3.3.
22837                 * unsetenv.c: New file, extracted from setenv.c.
22838                 * setenv.c: Move the unsetenv() function to unsetenv.c.
22839
22840         2001-12-20  Bruno Haible  <bruno@clisp.org>
22841
22842                 * setenv.c (__add_to_environ): Don't call realloc(NULL,...),
22843                 use malloc instead. For SunOS 4.
22844
22845         2001-12-11  Bruno Haible  <bruno@clisp.org>
22846
22847                 * setenv.c: Declare alloca.
22848                 (compar_fn_t): New typedef.
22849                 (KNOWN_VALUE, STORE_VALUE): Use it.
22850
22851         * lib/Makefile.am (libfetish_a_SOURCES): Add setenv.c, unsetenv.c,
22852         setenv.h.
22853
22854 2002-12-10  Paul Eggert  <eggert@twinsun.com>
22855
22856         Port exclude.c and exclude.h to more non-GNU systems, e.g. Solaris 7.
22857         * lib/exclude.h (EXCLUDE_ANCHORED, EXCLUDE_INCLUDE, EXCLUDE_WILDCARDS):
22858         Choose values that are less likely to collide with system fnmatch
22859         options.
22860         * lib/exclude.c (FNM_CASEFOLD, FNM_LEADING_DIR): Define to 0 if not
22861         defined (e.g., a pure POSIX system).
22862         (EXCLUDE_macros_do_not_collide_with_FNM_macros): Use FNM_PATHNAME
22863         instead of FNM_FILE_NAME, for compatibility with pure POSIX sytems.
22864
22865 2002-12-06  Paul Eggert  <eggert@twinsun.com>
22866
22867         Undo the 2001-07-02 change for jm-glibc-io, as it was too much of
22868         a pain in practice to deal with generated m4 files.  This change
22869         goes together with the 2002-12-04 unlocked-io.h change in ../lib.
22870
22871         * m4/Makefile.am.in (Makefile.am): Don't mention jm-glibc-io.m4n
22872         and jm-glibc-io.m4, as they are no longer a special case.
22873         * m4/jm-glibc-io.m4: Rename from jm-glibc-io.m4n, and remove the
22874         kludge and the auto-generation stuff.  Check only whether the
22875         functions are declared, not whether they exist, since older hosts
22876         that don't declare the functions can't use the optimization anyway.
22877
22878 2002-12-06  Jim Meyering  <jim@meyering.net>
22879
22880         * lib/error.c: Be consistent: change `#ifndef _LIBC' to `#if !_LIBC'.
22881
22882         Merge in changes from libc's misc/error.c, in preparation
22883         for the merge of gnulib's changes back into libc.
22884
22885         * lib/error.c (_): Define only if not already defined.
22886         Move definition to follow all #include directives.
22887         Include unlocked-io.h only if !_LIBC.
22888         [_LIBC]: Include <libio/libioP.h>.
22889         [USE_IN_LIBIO]: Include <libio/iolibio.h>
22890         (fflush): Tweak definition to use INTUSE.
22891         (putc): Define.
22892
22893 2002-12-05  Paul Eggert  <eggert@twinsun.com>
22894
22895         * lib/alloca.c [defined emacs]: Include "lisp.h".
22896         (xalloc_die) [defined emacs]: New macro.
22897         (free) [defined emacs && defined EMACS_FREE]: Define to EMACS_FREE.
22898         [! defined emacs]: Include <xalloc.h>.
22899         (POINTER_TYPE) [!defined POINTER_TYPE]: New macro.
22900         (pointer): Typedef to POINTER_TYPE *.
22901         (malloc): Remove decl; we now always use xmalloc.
22902         (alloca): Use old-style definition, since Emacs needs this.
22903         Check for arithmetic overflow when computing combined size.
22904
22905 2002-12-04  Paul Eggert  <eggert@twinsun.com>
22906
22907         Do not generate unlocked-io.h automatically, since it's easier to
22908         maintain it by hand.
22909
22910         * lib/unlocked-io.h: New file, from GNU diffutils,
22911         but with proper copyright notice and attribution.
22912         * lib/gen-uio: Remove.
22913         * lib/Makefile.am: Add copyright notice.
22914         (libfetish_a_SOURCES): Add unlocked-io.h.
22915         (BUILT_SOURCES, all-local): Remove unlocked-io.h.
22916         (DISTCLEANFILES, io_functions): Remove macros.
22917         (EXTRA_DIST): Remove gen_uio.
22918         (unlocked-io.h): Remove rule.
22919
22920 2002-12-04  Jim Meyering  <jim@meyering.net>
22921
22922         Reflect the fact that stat.c and lstat.c are no longer generated.
22923         * lib/Makefile.am (BUILT_SOURCES): Remove stat.c and lstat.c.
22924         (DISTCLEANFILES): Likewise.
22925         (EXTRA_DIST): Likewise.
22926         (all_local): Don't depend on stat.c or lstat.c.
22927         (stat.c, lstat.c): Remove rules.
22928         (EXTRA_DIST): Remove xstat.in.
22929
22930         * lib/xstat.in: Remove file.  Contents moved into stat.c.
22931         * lib/stat.c: New file.  Contents mostly from xstat.in.
22932         * lib/stat.c: Rework so that it may serve to define rpl_lstat, too.
22933         * lib/lstat.c: New file. Simply #define LSTAT and include stat.c.
22934
22935         * lib/safe-read.c: Rework so that it may serve to define safe_write,
22936         too.
22937         * lib/safe-write.c: Simply #define SAFE_WRITE and include safe-read.c.
22938
22939 2002-12-03  Jim Meyering  <jim@meyering.net>
22940
22941         * lib/safe-read.c, safe-write.c: Change variable names and comments,
22942         but not semantics, to minimize the differences between these two files.
22943         (safe_read): Change comment to mention SAFE_READ_ERROR.
22944
22945         * lib/safe-read.c (IS_EINTR): Define.
22946         (safe_read): Use IS_EINTR in place of in-function cpp directives.
22947
22948 2002-12-02  Jim Meyering  <jim@meyering.net>
22949
22950         * lib/safe-read.c (EINTR): Define.
22951         (CHAR_BIT, TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM): Define.
22952         (INT_MAX): Provide fallback.
22953         (safe_read): Rewrite to iterate IFF the read fails with EINTR.
22954
22955         * lib/safe-read.h (SAFE_READ_ERROR): Define.
22956
22957 2002-12-02  Bruno Haible  <bruno@clisp.org>
22958
22959         * lib/safe-write.c (CHAR_BIT, TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM):
22960         Define, taken from safe-read.c.
22961         (INT_MAX): Provide fallback.
22962         (safe_write): Rewrite to iterate IFF the write fails with EINTR.
22963         * lib/safe-write.h (SAFE_WRITE_ERROR): Define.
22964
22965         * lib/safe-read.c (EINTR): Remove definition.
22966         (safe_read): Don't use EINTR if it is absent.
22967
22968 2002-12-01  Jim Meyering  <jim@meyering.net>
22969
22970         * lib/safe-read.c: (safe_read): Also exit the loop when read returns
22971         zero.
22972         (CHAR_BIT, TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM, INT_MAX): Define.
22973
22974 2002-11-27  Paul Eggert  <eggert@twinsun.com>
22975
22976         * lib/hash.c (hash_lookup, hash_get_first, hash_get_next,
22977         hash_find_entry, hash_rehash): Replace `if (limit <= value) abort ();'
22978         with `if (! (value < limit)) abort ();', for readability.
22979
22980 2002-11-26  Karl Berry  <karl@gnu.org>
22981
22982         * lib/strdup.c: copy from libc again, with jim's ok.
22983         * lib/.cppi-disable: re-add strdup.c
22984
22985 2002-11-25  Karl Berry  <karl@gnu.org>
22986
22987         * lib/strtoll.c: copy from libc, meaning we now #include <strtol.c>
22988         instead of "strtol.c".
22989
22990 2002-11-25  Karl Berry  <karl@gnu.org>
22991
22992         * config/install-sh: update from automake for variable quoting, $0 in
22993         error msgs, etc.
22994
22995         * config/srclist.txt ($LIBCSRC/time/mktime.c lib gpl): new entry.
22996         * config/srclist.txt ($LIBCSRC/sysdeps/generic/strtoll.c lib gpl): new
22997         entry.
22998
22999 2002-11-25  Jim Meyering  <jim@meyering.net>
23000
23001         * lib/mktime.c: Sync from libc, now that it has the latest fix.
23002
23003 2002-11-24  Karl Berry  <karl@gnu.org>
23004
23005         * lib/error.c, getopt.c, getopt.h, getopt1.c, obstack.c, regex.c,
23006         regex.h, strdup.c, strtoll.c, tempname.c: change license to gpl.
23007
23008 2002-11-24  Jim Meyering  <jim@meyering.net>
23009
23010         Update from coreutils:
23011
23012         * lib/mktime.c: Merge in changes from libc.
23013
23014         Avoid a link-time failure on some Linux systems.
23015         * lib/mktime.c (STATIC): Define to be empty (_LIBC) or `static'
23016         (otherwise).
23017         (__mon_yday): Declare with the STATIC attribute.
23018         (__mktime_internal): Likewise.
23019         Based on a report from Greg Schafer.
23020
23021 2002-11-23  Jim Meyering  <jim@meyering.net>
23022
23023         * lib/sig2str.c (str2signum, sig2str): Avoid a warning from gcc:
23024         Use `unsigned', not `int', as type of index.
23025
23026         * lib/xstat.in [@BEGIN_LSTAT_ONLY@]: Include <string.h>.
23027
23028         * lib/fsusage.c: Remove unneeded parentheses around operands of
23029         `defined'.
23030
23031 2002-11-22  Paul Eggert  <eggert@twinsun.com>
23032
23033         * lib/quotearg.h: Allow multiple inclusion by surrounding with
23034         "#ifndef QUOTEARG_H_".  Include <stddef.h>, for size_t,
23035         so that we can be included first.
23036         (PARAMS): Remove; we now assume C89 or later.  All uses removed.
23037         * lib/quotearg.c: Include quotearg.h immediately after config.h.
23038         No need to include stddef.h or sys/types.h any more.
23039         Surround local include files with "", not "<>".
23040         Assume HAVE_LIMITS_H unconditionally, as we assume C89.
23041         Similarly, assume HAVE_C_BACKSLASH_A, CHAR_BIT, UCHAR_MAX, UINT_MAX,
23042         HAVE_STDLIB_H, HAVE_STRING_H, STDC_HEADERS.
23043         (HAVE_MBSINIT): Undef if !HAVE_MBRTOWC.
23044         (mbsinit): Define to 1 if !defined mbsinit && !HAVE_MBSINIT.
23045         (ISPRINT): Remove; no longer needed now that we assume C89.
23046
23047         (clone_quoting_options, quotearg_buffer, quotearg_n_options):
23048         Preserve errno.
23049
23050         (quotearg_buffer_restyled, quotearg_n, quotearg_n_style,
23051         quotearg_char): Use SIZE_MAX rather than
23052         (size_t) -1 when we are talking about "infinity".
23053
23054         (quotearg_buffer_restyled): Fix bug when quoting trigraphs.
23055
23056 2002-11-22  Paul Eggert  <eggert@twinsun.com>
23057
23058         * lib/hash.c: Avoid use of <assert.h>, as the GNU Coding Standards
23059         hint that one should use `if (! x) abort ();' rather than `assert
23060         (x);', and anyway it's one less thing to worry about configuring.
23061         (hash_lookup, hash_get_first, hash_get_next, hash_find_entry,
23062         hash_rehash, hash_insert): Use abort rather than assert.
23063
23064 2002-11-22  Bruno Haible  <bruno@clisp.org>
23065
23066         * lib/safe-read.h: Assume C89. Add comments.
23067         (safe_read): Change return type to size_t.
23068         * lib/safe-read.c (safe_read): Change return type to size_t. Handle
23069         byte counts > SSIZE_MAX correctly.
23070         * lib/safe-write.h: New file.
23071         * lib/safe-write.c: New file.
23072         * lib/full-read.h: New file.
23073         * lib/full-read.c: New file.
23074         * lib/full-write.h: Assume C89. Add comments.
23075         * lib/full-write.c: Include safe-write.h.
23076         (full_write): Rewritten to use safe_write.
23077         Suggested by Jim Meyering and Paul Eggert.
23078
23079 2002-11-21  Jim Meyering  <jim@meyering.net>
23080
23081         * lib/strdup.c (strdup): Tweak comment and initial #if/#include.
23082
23083         Merge in changes from the coreutils.
23084
23085         2002-09-25  Paul Eggert  <eggert@twinsun.com>
23086         * lib/fsusage.c [! HAVE_INTTYPES_H && HAVE_STDINT_H] Include
23087         <stdint.h>.
23088         (UINTMAX_MAX) [!defined UINTMAX_MAX]: New macro.
23089         (PROPAGATE_ALL_ONES): Work even if X is unsigned and narrower than
23090         int.  Work more efficiently if X is the same width as uintmax_t.
23091         Do not compare X to -1, to avoid bogus compiler warning.
23092         (get_fs_usage): (uintmax_t) -1 -> UINTMAX_MAX to avoid a cast.
23093         Don't assume that f_frsize and f_bsize are the same type.
23094
23095         * lib/mountlist.c: #undef MNT_IGNORE before defining it, to avoid
23096         warning on FreeBSD.
23097
23098         * lib/makepath.c (make_path): Restore umask *before* creating the final
23099         component.
23100         (make_path): Minor reformatting.
23101
23102         * lib/xmalloc.c: Adjust to work with new autoconf macros,
23103         AC_FUNC_MALLOC and AC_FUNC_REALLOC: test #ifndef
23104         HAVE_MALLOC/HAVE_REALLOC.
23105
23106         * lib/mountlist.h (ME_DUMMY): Don't count entries of type `auto' as
23107         dummy ones.  At least on GNU/Linux systems, `auto' means something
23108         else.
23109         From Michael Stone.
23110
23111 2002-11-21  Bruno Haible  <bruno@clisp.org>
23112
23113         Remove case insensitive option matching.
23114         * lib/argmatch.h (argcasematch): Remove declaration.
23115         (ARGCASEMATCH): Remove macro.
23116         (__xargmatch_internal): Remove case_sensitive argument.
23117         (XARGMATCH): Update.
23118         (XARGCASEMATCH): Remove macro.
23119         * lib/argmatch.c (argmatch): Renamed from __argmatch_internal. Remove
23120         case_sensitive argument.
23121         (argcasematch): Remove function.
23122         (__xargmatch_internal): Remove case_sensitive argument.
23123         (main): Use XARGMATCH instead of XARGCASEMATCH.
23124
23125         * lib/xmalloc.c: Change compile-time error message. Add comment about
23126         required autoconf version.
23127
23128 2002-11-20  Paul Eggert  <eggert@twinsun.com>
23129
23130         Merge argmatch cleanups from Bison.  Assume C89.
23131
23132         * lib/argmatch.c: Include config.h here, not in argmatch.h.
23133         Include stdlib.h, for EXIT_FAILURE.
23134         Always include <string.h>, since we assume C89.
23135         (EXIT_FAILURE): Remove pre-C89 bug workaround.
23136         * lib/argmatch.h: Do not include <config.h> or <sys/types.h>.
23137         Include <stddef.h> instead, since it's all we need for size_t.
23138         (PARAMS): Remove.  All uses removed.
23139         (ARRAY_CARDINALITY): Do not bother to #undef.
23140         (ARRAY_CARDINALITY, ARGMATCH, ARGCASEMATCH, invalid_arg,
23141         ARGMATCH_VALID, XARGMATCH, XARGCASEMATCH):
23142         Remove unnecessary parentheses.
23143         (ARGMATCH_VALID, XARGMATCH, XARGCASEMATCH):
23144         Insert necessary parentheses.
23145         (ARGMATCH_CONSTRAINT, ARGMATCH_VERIFY): New macros.
23146         (ARGMATCH_ASSERT): Use ARGMATCH_CONSTRAINT.
23147
23148 2002-11-19  Bruno Haible  <bruno@clisp.org>
23149
23150         * lib/mbswidth.c: Include mbswidth.h right at the beginning.
23151         * lib/mbswidth.h: Include <stddef.h>, for size_t.
23152
23153         * lib/mbswidth.h (PARAMS): Remove macro.
23154         (mbswidth, mbsnwidth): Use ANSI C function declarations.
23155         * lib/mbswidth.c (mbswidth, mbsnwidth): Likewise.
23156
23157         * lib/gcd.h (PARAMS): Remove macro.
23158         (gcd): Use ANSI C function declarations.
23159         * lib/gcd.c (gcd): Likewise.
23160
23161 2002-11-15  Bruno Haible  <bruno@clisp.org>
23162
23163         * lib/strcspn.c: Include <stddef.h>.
23164         (strcspn): Use ANSI C function declaration. Change return type to
23165         size_t. Use NULL.
23166         * lib/strpbrk.c: Minimize diffs to glibc. Include <stddef.h>.
23167         (strpbrk): Use NULL.
23168         * lib/strpbrk.h (PARAMS): Remove macro.
23169         (strpbrk): Use ANSI C function declaration.
23170         * lib/strstr.c: Don't include <sys/types.h>.
23171         * lib/strstr.h (PARAMS): Remove macro.
23172         (strstr): Use ANSI C function declarations.
23173
23174 2002-11-14  Karl Berry  <karl@gnu.org>
23175
23176         * config/mkinstalldirs: `do' on separate line, instead of
23177         `for var; do'.
23178
23179 2002-11-06  Bruno Haible  <bruno@clisp.org>
23180
23181         * lib/gcd.h (gcd): Change argument type to 'unsigned long'.
23182         * lib/gcd.c (gcd): Likewise.
23183
23184 2002-11-05  Bruno Haible  <bruno@clisp.org>
23185
23186         * lib/gcd.h: New file, from gettext-0.11.5.
23187         * lib/gcd.c: New file, from gettext-0.11.5.
23188
23189 2002-11-05  Bruno Haible  <bruno@clisp.org>
23190
23191         * lib/error.c [!_LIBC]: Include gettext.h instead of <libintl.h>.
23192         * lib/getopt.c [!_LIBC]: Include gettext.h instead of <libintl.h>.
23193         * lib/obstack.c [!_LIBC]: Include gettext.h instead of <libintl.h>.
23194         * lib/regex.c [!_LIBC]: Include gettext.h instead of <libintl.h>.
23195
23196         * lib/argmatch.c: Include gettext.h instead of <locale.h> and
23197         <libintl.h>.
23198         * lib/makepath.c: Include gettext.h instead of <locale.h> and
23199         <libintl.h>.
23200
23201         * lib/closeout.c: Include gettext.h instead of <libintl.h>.
23202         * lib/human.c: Include gettext.h instead of <libintl.h>.
23203         * lib/quotearg.c: Include gettext.h instead of <libintl.h>.
23204         * lib/rpmatch.c: Include gettext.h instead of <libintl.h>.
23205         * lib/unicodeio.c: Include gettext.h instead of <libintl.h>.
23206         * lib/userspec.c: Include gettext.h instead of <libintl.h>.
23207         * lib/version-etc.c: Include gettext.h instead of <libintl.h>.
23208         * lib/xmalloc.c: Include gettext.h instead of <libintl.h>.
23209         (textdomain): Remove definition.
23210         * lib/xmemcoll.c: Include gettext.h instead of <libintl.h>.
23211
23212         * lib/long-options.c: Remove include of <libintl.h> and definition of
23213         _.
23214         * lib/same.c: Remove include of <libintl.h> and definition of _.
23215
23216 2002-11-04  Owen Taylor  <otaylor@redhat.com>
23217
23218         * lib/config.charset: A few additions for Solaris.
23219
23220 2002-11-04  Bruno Haible  <haible@clisp.cons.org>
23221
23222         Make it possible to build libcharset with CC=gcc CFLAGS="-x c++".
23223         * lib/localcharset.c (locale_charset): Declare as extern "C".
23224
23225 2002-11-04  Bruno Haible  <haible@clisp.cons.org>
23226
23227         * lib/config.charset: msdos in uk_UA uses CP1125.
23228
23229 2002-11-04  Bruno Haible  <bruno@clisp.org>
23230
23231         * lib/stpcpy.h: New file, from GNU gettext-0.11.5.
23232         * lib/strcase.h: New file, from GNU gettext-0.11.5.
23233         * lib/strpbrk.h: New file, from GNU gettext-0.11.5.
23234         * lib/strstr.h: New file, from GNU gettext-0.11.5.
23235         * lib/xgetcwd.h: New file, from GNU gettext-0.11.5.
23236
23237 2002-11-04  Bruno Haible  <bruno@clisp.org>
23238
23239         * lib/localcharset.c (locale_charset): Don't return an empty string.
23240
23241 2002-11-04  Bruno Haible  <bruno@clisp.org>
23242
23243         * lib/localcharset.c (get_charset_aliases): Add more Windows specific
23244         aliases.
23245
23246 2002-11-04  Bruno Haible  <bruno@clisp.org>
23247
23248         * lib/config.charset: Update for newest glibc. Add canonical names
23249         ISO-8859-14, KOI8-T, TCVN5712-1, GEORGIAN-PS.
23250
23251 2002-11-04  Bruno Haible  <bruno@clisp.org>
23252
23253         * lib/config.charset: Add support for NetBSD.
23254
23255 2002-11-04  Bruno Haible  <bruno@clisp.org>
23256
23257         * lib/config.charset [msdosdjgpp]: For Russian, use CP866.
23258
23259 2002-11-01  Bruno Haible  <bruno@clisp.org>
23260
23261         * configure.in: Add AC_CONFIG_AUX_DIR call.
23262         (AC_OUTPUT): Add m4/Makefile, lib/Makefile. Remove doc/Makefile,
23263         test/Makefile.
23264         * Makefile.in (subdirs): Add m4, lib. Remove doc, test.
23265
23266 2002-09-28  Karl Berry  <karl@gnu.org>
23267
23268         * config/srclist.txt: can't copy install-sh/mkinstalldirs from
23269         installed automake until the next release, since changes have been
23270         made.
23271
23272 2002-09-25  Karl Berry  <karl@gnu.org>
23273
23274         * lib/strdup.c: copy from libc/string (via ../config/srclist*).
23275         * lib/getopt*: copy from libc/posix.
23276         * lib/gettext.h: copy from gettext.
23277         * lib/.cppi-disable: add strdup.c, gettext.h.
23278
23279 2002-09-25  Karl Berry  <karl@gnu.org>
23280
23281         * config/srclist.txt: enable gettext.h check.
23282         * config/config.{guess,sub}: update from prep.
23283         * config/depcomp, install-sh, mdate-sh, missing, mkinstalldirs: update
23284                 from automake 1.6.3.
23285         See srclist*.
23286
23287 2002-08-23  Stefan Monnier  <monnier@cs.yale.edu>
23288
23289         * regex.c (PATFETCH): Remove the translating fetch.
23290         (PATFETCH_RAW): Rename to PATFETCH.
23291         (set_image_of_range): New fun.
23292         (SET_RANGE_TABLE_WORK_AREA): Use it.
23293         (regex_compile): Don't translate the pattern chars so eagerly.
23294         Only do it when inserting an `exactn' bytecode or when handling
23295         a char-range.
23296         (mutually_exclusive_p): Avoid empty statement.
23297
23298 2002-07-06  Jim Meyering  <meyering@lucent.com>
23299
23300         * m4/README: Don't mention Makefile.am.in.
23301         Outline how I've tested changes to .m4 files.  Yep, it's a pain.
23302
23303 2002-07-01  Jim Meyering  <meyering@lucent.com>
23304
23305         * lib/c-stack.c: Include sys/time.h.
23306         From Volker Borchert.
23307
23308 2002-06-26  Paul Eggert  <eggert@twinsun.com>
23309
23310         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Check for btowc.
23311
23312 2002-06-26  Paul Eggert  <eggert@twinsun.com>
23313
23314         * lib/fnmatch.c, fnmatch_loop.c (WIDE_CHAR_SUPPORT):
23315         New macro.  Use it uniformly instead of
23316         (defined HAVE_WCTYPE_H && defined HAVE_WCHAR_H).
23317         It also uses HAVE_BTOWC, to fix a porting bug on Solaris 2.5.1
23318         reported by Vin Shelton.
23319
23320 2002-06-22  Paul Eggert  <eggert@twinsun.com>
23321
23322         * lib/c-stack.h (segv_handler, c_stack_action) [! defined SA_SIGINFO]:
23323         Do not assume SA_SIGINFO behavior.
23324         Bug reported by Jim Meyering on NetBSD 1.5.2.
23325
23326 2002-06-22  Jim Meyering  <meyering@lucent.com>
23327
23328         * m4/c-stack.m4: New file, from diffutils-2.8.2.
23329         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_C_STACK.
23330
23331         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Don't require AC__GNU_SOURCE,
23332         now that configure.ac uses AC_GNU_SOURCE.
23333         (jm_MACROS): Rename: jm_FUNC_FNMATCH to AC_FUNC_FNMATCH_GNU.
23334         * m4/prereq.m4 (jm_PREREQ_EXCLUDE): Likewise, wrt jm_FUNC_FNMATCH.
23335
23336         Update to latest tools.  Suggestions from Paul Eggert.
23337         * m4/stdbool.m4: New file, from diffutils-2.8.2.
23338         * m4/gnu-source.m4: Update from diffutils-2.8.2.
23339         * m4/fnmatch.m4: Likewise.
23340         * m4/prereq.m4: Change each use of AC_CHECK_HEADERS(stdbool.h)
23341         to AC_HEADER_STDBOOL
23342
23343 2002-06-22  Jim Meyering  <meyering@lucent.com>
23344
23345         * lib/fnmatch.c (ISASCII, ISPRINT): Undefine, to avoid warning about
23346         redefinition due to Solaris 2.6's definition in /usr/include/sys/euc.h.
23347
23348 2002-06-22  Jim Meyering  <meyering@lucent.com>
23349
23350         * lib/c-stack.c, lib/c-stack.h: New files, from diffutils-2.8.2.
23351
23352         * lib/exitfail.c, exitfail.h: Likewise.
23353         * lib/Makefile.am (libfetish_a_SOURCES): Add exitfail.c and exitfail.h.
23354
23355         * lib/Makefile.am (libfetish_a_SOURCES): Add fnmatch_.h in place
23356         of fnmatch.h.
23357         (EXTRA_DIST): Add fnmatch_loop.c.
23358         (libfetish_a_SOURCES): Add c-stack.c and c-stack.h.
23359
23360         * lib/fnmatch_loop.c: New file, from diffutils-2.8.2.
23361         * lib/fnmatch.c: Update from diffutils-2.8.2.
23362         * lib/fnmatch_.h: New file.  From diffutils-2.8.2.
23363         * lib/fnmatch.h: Remove file.
23364
23365 2002-06-21  Jim Meyering  <meyering@lucent.com>
23366
23367         * m4/c-bs-a.m4: Add comment, from diffutils-2.8.2.
23368         * m4/mbrtowc.m4: Likewise.
23369
23370         * m4/mbstate_t.m4: Update from diffutils-2.8.2.
23371         * m4/mbswidth.m4: Reflect name change:
23372         s/AC_MBSTATE_T/AC_TYPE_MBSTATE_T.
23373         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Likewise.
23374
23375         * m4/lib-link.m4: Update from gettext-0.11.2.
23376         * m4/gettext.m4: Likewise.
23377
23378         * m4/jm-macros.m4 (jm_CHECK_ALL_HEADERS): Check for hurd.h.
23379         From Alfred M. Szmidt.
23380
23381 2002-06-18  Paul Eggert  <eggert@twinsun.com>
23382
23383         * lib/file-type.h: Report an error if neither S_ISREG nor
23384         S_IFREG is defined, instead of using a test specific to glibc
23385         2.2.  This should be safe, since POSIX requires S_ISREG and
23386         Unix Version 7 had S_IFREG.  We don't need to check for
23387         <sys/types.h> since we don't use any symbols that it defines.
23388
23389 2002-06-15  Richard Dawe  <richdawe@bigfoot.com>
23390
23391         * lib/Makefile.am (lstat.c, stat.c, .sin.sed): Use t-$@, rather than
23392         $@-t, so that each temporary file name is unique and valid in the first
23393         8 characters, for operation under DOS.
23394
23395 2002-06-15  Paul Eggert  <eggert@twinsun.com>
23396
23397         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Check for st_author.
23398
23399 2002-06-15  Jim Meyering  <meyering@lucent.com>
23400
23401         Work even with DJGPP 2.03, which lacks support for symlinks.
23402         From Richard Dawe.
23403         * lib/xstat.in (S_ISLNK): Define to 0 if neither S_ISLNK nor S_IFLNK
23404         is defined.
23405         * lib/lchown.c (S_ISLNK): Likewise.
23406
23407 2002-06-15  Jim Meyering  <meyering@lucent.com>
23408
23409         * lib/file-type.h (FILE_TYPE_H): Guard entire contents with #ifndef.
23410         For GNU libc 2.2 and newer, ensure that <sys/types.h> and <sys/stat.h>
23411         have been included before this file.
23412
23413 2002-06-14  Jim Meyering  <meyering@lucent.com>
23414
23415         * lib/file-type.h: Use the version from diffutils-2.8.2.
23416         * lib/file-type.c: Likewise.
23417
23418 2002-06-07  Jim Meyering  <meyering@lucent.com>
23419
23420         * m4/prereq.m4 (jm_PREREQ_STAT): Check for sys/param.h and sys/mount.h.
23421         They're needed at least for NetBSD 1.5.2.
23422         ($statxfs_includes): Include those same headers.
23423         ($statxfs_includes): Include sys/vfs.h if available.
23424         ($statxfs_includes): Likewise for sys/statvfs.h.
23425         Check for the following members in both structs statfs and statvfs:
23426         f_basetype, f_type, f_fsid.__val, f_namemax, f_namelen.
23427
23428 2002-06-01  Jim Meyering  <meyering@lucent.com>
23429
23430         * m4/d-type.m4 (jm_CHECK_TYPE_STRUCT_DIRENT_D_TYPE): Rename macro:
23431         s/D_TYPE_IN_DIRENT/HAVE_STRUCT_DIRENT_D_TYPE/.
23432
23433 2002-05-28  Jim Meyering  <meyering@lucent.com>
23434
23435         * m4/readdir.m4 (jm_FUNC_READDIR): Undefine `mkdir', not `rmdir'.
23436         Reported by Volker Borchert.
23437
23438 2002-05-27  Jim Meyering  <meyering@lucent.com>
23439
23440         Fix a problem seen only on nonconforming systems whereby ls.c's
23441         use of localtime, and then of gettimeofday would cause trouble:
23442         the localtime call used to initialize rpl_gettimeofday's save
23443         mechanism would clobber ls's current local time information so
23444         that in any long listing the first file would always be listed
23445         with date 1970-01-01.  Analysis by Volker Borchert.
23446
23447         * lib/gettimeofday.c (localtime): Undefine.
23448         (rpl_localtime): New function.
23449
23450 2002-05-27  Jim Meyering  <meyering@lucent.com>
23451
23452         * m4/gettimeofday.m4 (AC_FUNC_GETTIMEOFDAY_CLOBBER): Also replace
23453         localtime.
23454
23455         * m4/readdir.m4 (jm_FUNC_READDIR): Undefine `rmdir' so we don't try to
23456         use the replacement function; it wouldn't resolve at link time.
23457         Reported by Volker Borchert.
23458
23459 2002-05-22  Jim Meyering  <meyering@lucent.com>
23460
23461         * lib/Makefile.am (libfetish_a_SOURCES): Add file-type.c and
23462         file-type.h.
23463         * lib/file-type.h: New file.
23464         * lib/file-type.c (file_type): New file/function.  Extracted from
23465         diffutils.
23466
23467 2002-04-30  Jim Meyering  <meyering@lucent.com>
23468
23469         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_STAT.
23470
23471 2002-04-29  Paul Eggert  <eggert@twinsun.com>
23472
23473         * m4/prereq.m4 (jm_PREREQ_SIG2STR): Remove; all callers changed.
23474
23475 2002-04-29  Paul Eggert  <eggert@twinsun.com>
23476
23477         * m4/prereq.m4 (jm_PREREQ_HARD_LOCALE): Check for stdlib.h.
23478         Do not check for alloca.h (no longer used) or stdbool.h (was never
23479         used?).  Add AM_C_PROTOTYPES since hard-locale.h uses it.
23480
23481 2002-04-29  Paul Eggert  <eggert@twinsun.com>
23482
23483         * lib/hard-locale.c: Upgrade to version used in GNU Diffutils 2.8.1.
23484
23485 2002-04-29  Jim Meyering  <meyering@lucent.com>
23486
23487         * m4/jm-macros.m4 (jm_MACROS): Remove use of AC_FUNC_STRNLEN.
23488         * m4/prereq.m4: Add jm_PREREQ_STRNLEN.
23489         Use AC_FUNC_STRNLEN here instead.
23490
23491         * m4/jm-macros.m4: Don't AC_REQUIRE([AC_PROG_CC_STDC]).
23492         With autoconf-2.53a, it's part of AC_PROG_CC.
23493
23494 2002-04-28  Paul Eggert  <eggert@twinsun.com>
23495
23496         * m4/jm-macros.m4 (jm_MACROS): Add AC_REPLACE_FUNCS(sig2str).
23497         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_SIG2STR.
23498
23499 2002-04-28  Paul Eggert  <eggert@twinsun.com>
23500
23501         * lib/sig2str.h, lib/sig2str.c: New files.
23502         * lib/Makefile.am (libfetish_a_SOURCES): Add sig2str.h.
23503
23504 2002-04-28  Paul Eggert  <eggert@twinsun.com>
23505
23506         * lib/sig2str.h (SIGNUM_BOUND): Do not use WTERMSIG, to avoid
23507         depending on <sys/wait.h> and WTERMSIG.  Default to 64 instead
23508         of 127, since 64 is the largest conceivable number for ancient
23509         nonstandard hosts.
23510         * lib/sig2str.c: Do not include <sys/wait.h>; no longer needed.
23511
23512 2002-04-28  Jim Meyering  <meyering@lucent.com>
23513
23514         * lib/sig2str.c (WTERMSIG): Remove definition (unused).
23515
23516 2002-04-24  Jim Meyering  <meyering@lucent.com>
23517
23518         * m4/prereq.m4 (jm_PREREQ_HARD_LOCALE): New macro.
23519         (jm_PREREQ): Use it.
23520
23521         * m4/getloadavg.m4: Check for these headers: locale.h unistd.h
23522         mach/mach.h fcntl.h.
23523         Check for this function: setlocale.
23524
23525 2002-04-24  Jim Meyering  <meyering@lucent.com>
23526
23527         * lib/gettext.h: New file, from Gettext.
23528         * lib/Makefile.am (INCLUDES): Remove -I../intl.
23529         (libfetish_a_SOURCES): Add gettext.h.
23530
23531 2002-04-16  Jim Meyering  <meyering@lucent.com>
23532
23533         * m4/prereq.m4 (jm_PREREQ_READUTMP): Also check for these members:
23534         ut_pid, ut_id, ut_exit.
23535
23536 2002-04-16  Jim Meyering  <meyering@lucent.com>
23537
23538         * lib/readutmp.h (UT_TYPE): Remove definition (now in who.c).
23539         (HAVE_STRUCT_XTMP_UT_EXIT, HAVE_STRUCT_XTMP_UT_ID): Define.
23540         (HAVE_STRUCT_XTMP_UT_PID, HAVE_STRUCT_XTMP_UT_TYPE): Define.
23541
23542 2002-04-12  Jim Meyering  <meyering@lucent.com>
23543
23544         * m4/ls-mntd-fs.m4 (checking for getmntinfo function...): Remove
23545         now-bogus check for f_type in sys/mount.h.  Instead, just test for the
23546         existence of the getmntinfo function.  Needed for Darwin 5.3.
23547
23548         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Also detect when dirfd is a macro.
23549         This is necessary at least on Darwin 5.3.
23550
23551         * m4/jm-macros.m4: Don't AC_REPLACE(strnlen), now that we use
23552         AC_FUNC_STRNLEN.  Otherwise, we'd end up putting two copies of
23553         strnlen.o in the library, and that makes some versions of ranlib
23554         object.
23555
23556 2002-04-12  Jim Meyering  <meyering@lucent.com>
23557
23558         * lib/dirfd.h (dirfd): Elide prototype if dirfd is a macro.
23559
23560 2002-04-09  Jim Meyering  <meyering@lucent.com>
23561
23562         * m4/malloc.m4: (jm_FUNC_MALLOC): Change the `checking ...' message
23563         to be more precise.  Rather than saying we're checking whether the
23564         function `works', say what we're testing.
23565         * m4/realloc.m4 (jm_FUNC_REALLOC): Likewise.
23566         Reported by Bruno Haible.
23567
23568 2002-03-10  Jim Meyering  <meyering@lucent.com>
23569
23570         * lib/makepath.c (make_path): Remove a comma from a diagnostic.
23571         Suggestion from Santiago Vila.
23572
23573 2002-03-08  Jim Meyering  <meyering@lucent.com>
23574
23575         * lib/rename.c: Mention that this wrapper is needed also on
23576         mips-dec-ultrix4.4 systems.
23577
23578 2002-03-02  Jim Meyering  <meyering@lucent.com>
23579
23580         * lib/gettime.c (gettime): Test HAVE_CLOCK_GETTIME,
23581         not HAVE_CLOCK_SETTIME.
23582
23583 2002-02-27  Paul Eggert  <eggert@twinsun.com>
23584
23585         * m4/jm-macros.m4 (jm_MACROS): Do not replace stime; no longer used.
23586         Check for clock_settime.
23587
23588 2002-02-27  Paul Eggert  <eggert@twinsun.com>
23589
23590         * lib/nanosleep.h: Rename to....
23591         * lib/timespec.h: New name for nanosleep.h.  All uses changed.
23592
23593         * lib/gettime.c: New file.
23594         * lib/settime.c: New file.
23595         * lib/stime.c: Remove.
23596
23597         * lib/Makefile.am (libfetish_a_SOURCES): Add gettime.c, settime.c,
23598         timespec.h.  Remove nanosleep.h.
23599
23600 2002-02-25  Paul Eggert  <eggert@twinsun.com>
23601
23602         * m4/acl.m4: New file.
23603         * m4/jm-macros.m4 (jm_MACROS): Require AC_FUNC_ACL.
23604         Do not check for acl or sys/acl.h, as AC_FUNC_ACL does that now.
23605
23606 2002-02-25  Paul Eggert  <eggert@twinsun.com>
23607
23608         * lib/acl.c, lib/acl.h: New files.
23609         * lib/Makefile.am (libfetish_a_SOURCES): Add acl.h, acl.c.
23610
23611 2002-02-24  Jim Meyering  <meyering@lucent.com>
23612
23613         * lib/strnlen.c (strnlen): Define-away/undef so that an inconsistent
23614         prototype in string.h (on at least AIX4.3.2.0 w/gcc-2.95.3) doesn't
23615         cause trouble.  Reported by Nelson Beebe.
23616
23617 2002-02-23  Paul Eggert  <eggert@twinsun.com>
23618
23619         * lib/path-concat.c (xpath_concat): Reorder code to pacify
23620         compilers that don't know that xalloc_die never returns.
23621
23622 2002-02-20  Jim Meyering  <meyering@lucent.com>
23623
23624         * lib/getdate.c: Regenerate using bison-1.33.
23625
23626 2002-02-17  Jim Meyering  <meyering@lucent.com>
23627
23628         * config/config.guess (main): Don't use `head -1'; it's no longer
23629         portable. Use `sed 1q' instead.
23630
23631 2002-02-16  gettextize  <bug-gnu-gettext@gnu.org>
23632
23633         * m4/codeset.m4: Upgrade to gettext-0.11.
23634         * m4/gettext.m4: Upgrade to gettext-0.11.
23635         * m4/glibc21.m4: Upgrade to gettext-0.11.
23636         * m4/iconv.m4: Upgrade to gettext-0.11.
23637         * m4/isc-posix.m4: Upgrade to gettext-0.11.
23638         * m4/lcmessage.m4: Upgrade to gettext-0.11.
23639         * m4/lib-ld.m4: New file, from gettext-0.11.
23640         * m4/lib-link.m4: New file, from gettext-0.11.
23641         * m4/lib-prefix.m4: New file, from gettext-0.11.
23642         * m4/progtest.m4: Upgrade to gettext-0.11.
23643
23644 2002-02-15  Paul Eggert  <eggert@twinsun.com>
23645
23646         * m4/prereq.m4 (jm_PREREQ_POSIXVER): New macro.
23647         (jm_PREREQ): Use it.
23648
23649 2002-02-15  Paul Eggert  <eggert@twinsun.com>
23650
23651         * lib/posixver.c, lib/posixver.h: New files.
23652         * lib/Makefile.am (libfetish_a_SOURCES): Add them.
23653
23654 2002-02-02  Paul Eggert  <eggert@twinsun.com>
23655             Bruno Haible  <bruno@clisp.org>
23656
23657         * lib/unicodeio.h (print_unicode_char): Add exit_on_error argument.
23658         (fwrite_success_callback): New declaration.
23659         * lib/unicodeio.c (unicode_to_mb): New function, extracted from
23660         print_unicode_char. Call failure callback instead of error.
23661         (fwrite_success_callback): New function.
23662         (exit_failure_callback): New function.
23663         (fallback_failure_callback): New function.
23664         (print_unicode_char): Call unicode_to_mb.
23665
23666 2002-01-26  Jim Meyering  <meyering@lucent.com>
23667
23668         * m4/jm-macros.m4 (jm_MACROS): Require autoconf-2.52g.
23669         * m4/strnlen.m4: Remove file, now that it's part of autoconf.
23670
23671 2002-01-26  Jim Meyering  <meyering@lucent.com>
23672
23673         * lib/Makefile.am (getdate$U.o): Depend on unlocked-io.h.
23674
23675 2002-01-22  Paul Eggert  <eggert@twinsun.com>
23676
23677         * m4/jm-macros.m4 (jm_MACROS): Require AC_FUNC_FSEEKO.
23678
23679 2002-01-22  Jim Meyering  <meyering@lucent.com>
23680
23681         * lib/Makefile.am (Makefile): Don't depend on $(BUILT_SOURCES).
23682         Otherwise, some versions of automake would omit the rule that makes
23683         Makefile from Makefile.in.
23684
23685 2002-01-21  Paul Eggert  <eggert@twinsun.com>
23686
23687         * lib/xmemcoll.h, lib/xmemcoll.c: New files.
23688         * lib/Makefile.am (libfetish_a_SOURCES): Add them.
23689         * lib/memcoll.c: Include errno.h, and declare errno if not defined.
23690         (memcoll): Set errno to zero if there is no error.
23691
23692         * lib/quotearg.c (quotearg_buffer_restyled):
23693         Fix bug with quoting buffers containing NUL when backslashing escapes.
23694         This bug was exposed by the other changes in this patch.
23695         (quotearg_n_options): New arg ARGSIZE.
23696         All callers changed.
23697         (quoting_options_from_style): New function.
23698         (quotearg_n_style): Use it.
23699         (quotearg_n_style_mem): New function.
23700
23701         * lib/quotearg.h (quotearg_n_style_mem): New function.
23702
23703 2002-01-19  Jim Meyering  <meyering@lucent.com>
23704
23705         * m4/jm-macros.m4 (jm_MACROS): Use AC_FUNC_STRNLEN.
23706         Remove useless quotes: DF_PROG="df".
23707         * m4/strnlen.m4: New file.
23708
23709 2002-01-16  Paul Eggert  <eggert@twinsun.com>
23710
23711         * lib/backupfile.c (ISDIGIT): Comment fix.
23712         * lib/getdate.y (ISDIGIT): Likewise.
23713         * lib/posixtm.c (ISDIGIT, year): Likewise.
23714         * lib/strverscmp.c (ISDIGIT): Likewise.
23715         * lib/userspec.c (ISDIGIT): Likewise.
23716
23717 2002-01-16  Jim Meyering  <meyering@lucent.com>
23718
23719         * lib/getdate.y: Add three semicolons, each just before a closing
23720         brace. Bison (as of version 1.31) no longer papers over that mistake.
23721
23722 2002-01-05  Jim Meyering  <meyering@lucent.com>
23723
23724         * lib/version-etc.c (version_etc_copyright): Update copyright year.
23725
23726 2001-12-19  Paul Eggert  <eggert@twinsun.com>
23727
23728         * lib/closeout.c (close_stdout_status): If ferror (stdout), do
23729         not silently exit merely because the output buffer happens to
23730         have nothing pending.
23731
23732 2001-12-18  Paul Eggert  <eggert@twinsun.com>
23733
23734         See the big note in ../ChangeLog.
23735         * lib/human.c (suffixes): Prefer K to k for 1024.
23736         (generate_suffix_backwards): New function.
23737         (human_readable_inexact): Use it.
23738         * lib/xstrtol.c (__xstrtol): If there is no number but there
23739         is a valid suffix, assume 1.  "MB" now means decimal, "MiB" binary.
23740         Accept 'K' as well as 'k'.
23741
23742 2001-12-15  Jim Meyering  <meyering@lucent.com>
23743
23744         * lib/regex.h (__restrict_arr): Update from libc.
23745
23746         * lib/mountlist.h (ME_REMOTE): Recognize file systems of type smbfs
23747         as `remote' if the name starts with `//'.  Suggested by Michael Stone.
23748         (STREQ): Define.
23749
23750 2001-12-14  Jim Meyering  <meyering@lucent.com>
23751
23752         * m4/jm-macros.m4 (jm_MACROS): Check for iswspace.
23753         Suggestion from Bruno Haible.
23754
23755 2001-12-10  Jim Meyering  <meyering@lucent.com>
23756
23757         * lib/linebuffer.c: Remove explicit declarations of xmalloc and
23758         xrealloc, Instead, include "xalloc.h".
23759         (initbuffer): Don't cast xmalloc return value to char*.
23760         (readline): Reword comment.
23761         Don't cast xrealloc return value to char*
23762         Return NULL, not 0.
23763
23764 2001-12-09  Jim Meyering  <meyering@lucent.com>
23765
23766         * lib/modechange.c (mode_compile): Add cast to avoid pedantic warning
23767         about `signed and unsigned type in conditional expression'.
23768         * lib/posixtm.c (posix_time_parse): Likewise.
23769
23770         * lib/xreadlink.c (xreadlink): Add cast to avoid a pedantic warning.
23771
23772         * lib/readtokens.c (readtoken): Declare an index to be of type unsigned
23773         to avoid a pedantic warning.
23774
23775         * lib/getstr.c: Don't include assert.h.
23776         (getstr): Remove warning-evoking assertions.
23777         Return -1 if offset parameter is out of bounds.
23778         Change the type of a local from int to size_t.
23779
23780         * lib/strftime.c (my_strftime_localtime_r): Include this function
23781         definition in the `#if ! HAVE_TM_GMTOFF' block.
23782
23783         * lib/xgethostname.c: Remove declarations of xmalloc and xrealloc.
23784         Include xalloc.h instead.
23785
23786 2001-12-02  Jim Meyering  <meyering@lucent.com>
23787
23788         * lib/tempname.c: Don't declare getenv, thus reverting the change of
23789         2001-11-18.  It's no longer necessary, now that stdlib.h is always
23790         included.
23791
23792         * lib/regex.c [!__BOUNDED_POINTERS__]: Define away __bounded,
23793         __unbounded, and __ptrvalue.  Reported by Uwe H. Steinfeld.
23794
23795 2001-11-30  Akim Demaille  <akim@epita.fr>
23796
23797         * lib/xstrdup.c: Include xalloc.h, so that xstrdup is declared
23798         before being defined.
23799
23800 2001-11-27  Paul Eggert  <eggert@twinsun.com>
23801
23802         * lib/quotearg.h (quotearg_n, quotearg_n_style):
23803         First arg is int, not unsigned.
23804         * lib/quotearg.c (quotearg_n, quotearg_n_style): Likewise.
23805         (SIZE_MAX, UINT_MAX): New macros.
23806         (quotearg_n_options): Abort if N is negative.
23807         Avoid overflow check on hosts where size_t is 64 bits and int
23808         is 32 bits, as overflow is impossible there.
23809         Fix off-by-one typo that caused unnecessary reallocation.
23810
23811 2001-11-27  Jim Meyering  <meyering@lucent.com>
23812
23813         * lib/tempname.c: Merge with version from libc.
23814         * lib/regex.c: Likewise.
23815
23816         * lib/tempname.c: Include stdlib.h unconditionally.  On some old
23817         systems for which STDC_HEADERS is 0, it was not included, resulting in
23818         a warning about an integer-to-pointer conversion problem with getenv.
23819         Reported by Volker Borchert.
23820
23821 2001-11-26  Jim Meyering  <meyering@lucent.com>
23822
23823         * lib/gtod.h: Remove file.
23824         * lib/Makefile.am (libfetish_a_SOURCES): Remove gtod.h.
23825         * lib/gettimeofday.c: Don't include gtod.h.
23826         (GTOD_init): Remove function.
23827         (rpl_gettimeofday): Do its job here instead, rather than aborting.
23828         Suggestion from Volker Borchert.
23829
23830 2001-11-23  Jim Meyering  <meyering@lucent.com>
23831
23832         * lib/hash.h (struct hash_table): Don't define here.  Merely declare
23833         it.
23834         * lib/hash.c (struct hash_table): Define it here instead.
23835
23836 2001-11-22  Jim Meyering  <meyering@lucent.com>
23837
23838         * lib/hash.h: Bracket contents of file with #ifndef HASH_H_ ... #endif.
23839
23840 2001-11-20  Jim Meyering  <meyering@lucent.com>
23841
23842         * m4/mkstemp.m4 (UTILS_FUNC_MKSTEMP): Update comment to reflect that
23843         SunOS 4.1.4 and Solaris 2.5.1 lose, too.
23844
23845 2001-11-19  Jim Meyering  <meyering@lucent.com>
23846
23847         * m4/mkstemp.m4 (UTILS_FUNC_MKSTEMP): Don't bother with a temporary
23848         directory.  Use "conftestXXXXXX" as the template.
23849         Suggestion from Paul Eggert.
23850
23851         * m4/mkstemp.m4 (UTILS_FUNC_MKSTEMP): Close each descriptor
23852         immediately, so the test doesn't mistakenly hit the max-open-files
23853         limit.
23854
23855 2001-11-18  Paul Eggert  <eggert@twinsun.com>
23856
23857         * lib/tempname.c (TMP_MAX): Remove; no longer needed.
23858         (TEMPORARIES): New macro.
23859         (__gen_tempname): Use TEMPORARIES rather than TMP_MAX.  This
23860         removes an artificial limitation (e.g. HP-UX 10.20, where
23861         TMP_MAX is 17576).
23862
23863 2001-11-18  Jim Meyering  <meyering@lucent.com>
23864
23865         * m4/prereq.m4 (jm_PREREQ_TEMPNAME): Check for declaration of getenv.
23866
23867 2001-11-18  Jim Meyering  <meyering@lucent.com>
23868
23869         * lib/tempname.c [!HAVE_DECL_GETENV]: Declare getenv to avoid warning
23870         on SunOS 4.
23871
23872         * lib/Makefile.am (Makefile): Depend on $(BUILT_SOURCES), so those
23873         files will be created before anything else.
23874
23875 2001-11-17  Paul Eggert  <eggert@twinsun.com>
23876
23877         * m4/jm-winsz1.m4 (jm_WINSIZE_IN_PTEM): Do not define
23878         WINSIZE_IN_PTEM if <termios.h> defines struct winsize.
23879
23880 2001-11-17  Jim Meyering  <meyering@lucent.com>
23881
23882         * m4/mkstemp.m4 (UTILS_FUNC_MKSTEMP): New file and macro.
23883         Prompted by a report from Bob Proulx.
23884
23885         * m4/jm-macros.m4 (jm_MACROS): Don't test for mkstemp here.
23886         Instead, require UTILS_FUNC_MKSTEMP.
23887
23888 2001-11-17  Jim Meyering  <meyering@lucent.com>
23889
23890         * m4/jm-macros.m4 (jm_MACROS): Remove code to set POW_LIBM.
23891         Now, that's done as part of AC_FUNC_STRTOD.
23892
23893 2001-11-17  Jim Meyering  <meyering@lucent.com>
23894
23895         * lib/modechange.c (mode_adjust): Fix error introduced on 1999-04-26
23896         that made e.g., `chmod a=,o=w,g=o F' cause F to be group readable
23897         rather than group writable.  Patch by Juan F. Codagnone.
23898
23899         * lib/readtokens.c: Remove explicit declarations of xmalloc and
23900         xrealloc, Instead, include "xalloc.h".
23901
23902         * lib/mountlist.c: Include unlocked-io.h after all system headers.
23903         Remove explicit declarations of xmalloc, xrealloc,
23904         and xstrdup.  Instead, include "xalloc.h".
23905
23906         * lib/argmatch.c, closeout.c, error.c, exclude.c: Include
23907         unlocked-io.h.
23908         * lib/fatal.c, getdate.y, getpass.c, getstr.c, getusershell.c:
23909         Likewise.
23910         * lib/mountlist.c, posixtm.c, readtokens.c, readutmp.c: Likewise.
23911
23912         * lib/regex.c, sha.c, version-etc.c, yesno.c: Likewise.
23913         Reported by Padraig Brady.
23914
23915         * lib/mkstemp.c: #undef mkstemp.
23916         Include config.h.
23917         (rpl_mkstemp): Rename from mkstemp.
23918         Protoize.
23919
23920 2001-11-16  Jim Meyering  <meyering@lucent.com>
23921
23922         * lib/physmem.c [HAVE_SYS_PSTAT_H]: Include <sys/pstat.h>.
23923         (physmem_total) [HAVE_PSTAT_GETSTATIC]: If sysconf couldn't be used to
23924         determine the amount of total physical memory, use pstat_getstatic.
23925         HPUX-11 doesn't define _SC_PHYS_PAGES.
23926         (physmem_available) [HAVE_PSTAT_GETSTATIC && HAVE_PSTAT_GETDYNAMIC]:
23927         If sysconf couldn't be used to determine the amount of available
23928         physical memory, use both pstat_getstatic and pstat_getdynamic.
23929         Based on a patch from Bob Proulx.
23930
23931 2001-11-10  Jim Meyering  <meyering@lucent.com>
23932
23933         * m4/prereq.m4 (jm_PREREQ_PHYSMEM): New function.
23934         (jm_PREREQ): Use it.
23935
23936 2001-11-09  Jim Meyering  <meyering@lucent.com>
23937
23938         * m4/jm-macros.m4: Require autoconf-2.52f.
23939         (AC_FUNC_ERROR_AT_LINE, AC_FUNC_OBSTACK, AC_FUNC_STRTOD):
23940         Use these AC_-prefixed names, not the AM_-prefixed ones.
23941
23942         * m4/afs.m4 (jm_AFS): Quote the body.  Patch by Akim Demaille.
23943
23944 2001-11-05  Jim Meyering  <meyering@lucent.com>
23945
23946         * lib/xstat.in (slash_aware_lstat): Correct a misleading comment.
23947
23948 2001-11-04  Jim Meyering  <meyering@lucent.com>
23949
23950         * m4/fpending.m4: Remove unused cruft that saved, set, and restored
23951         $DEFS.
23952
23953 2001-11-03  Jim Meyering  <meyering@lucent.com>
23954
23955         * m4/jm-glibc-io.m4n (jm_FUNC_GLIBC_UNLOCKED_IO): Quote first arg
23956         of AC_DEFUN.
23957
23958         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Rework so dirfd.c doesn't have to
23959         know the name of the variable in the macro definition.
23960
23961 2001-11-03  Jim Meyering  <meyering@lucent.com>
23962
23963         * lib/argmatch.h (ARGMATCH_TO_ARGUMENT): Remove casts of first two args
23964         in argmatch_to_argument call.
23965
23966         * lib/dirfd.c (dirfd): Reflect the fact that DIR_TO_FD now takes an
23967         argument.
23968
23969         * lib/hash.c (hash_clear): Fix a bug that could lead to an infloop or
23970         e.g., a fault due to an attempt to free a NULL pointer.
23971
23972 2001-11-01  Jim Meyering  <meyering@lucent.com>
23973
23974         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): New macro.
23975         * m4/jm-macros.m4 (jm_MACROS): Require UTILS_FUNC_DIRFD.
23976
23977 2001-11-01  Jim Meyering  <meyering@lucent.com>
23978
23979         * lib/dirfd.c, lib/dirfd.h: New files.
23980         * lib/Makefile.am (libfetish_a_SOURCES): Add dirfd.h.
23981
23982         * lib/hash.c (hash_print) [TESTING]: Clean up.
23983
23984 2001-10-22  Paul Eggert  <eggert@twinsun.com>
23985
23986         * lib/hard-locale.c (alloca): Define to __builtin_alloca if __GNUC__,
23987         to avoid a warning if -Wall.
23988
23989 2001-10-22  Jeff Bailey  <jbailey@outpost.dnsalias.org>
23990
23991         * README: New file
23992         * doc/*: Add COPYING, COPYING.LIB, COPYING.DOC, fdl.texi
23993         (per RMS's instructions, this is now the canonical source)
23994         * lgpl/, gpl/: New directories.
23995
23996 2001-10-21  Paul Eggert  <eggert@twinsun.com>
23997
23998         * lib/regex.c (uintptr_t): Remove macro and decl; it's config.h's job.
23999
24000 2001-10-21  Jim Meyering  <meyering@lucent.com>
24001
24002         * lib/obstack.c (_): Honor the setting of ENABLE_NLS.  Otherwise,
24003         this code would end up calling gettext even in packages built
24004         with --disable-nls.
24005         * lib/getopt.c (_): Likewise.
24006         * lib/regex.c (_): Likewise.
24007
24008 2001-10-20  Paul Eggert  <eggert@twinsun.com>
24009
24010         * m4/error.m4 (jm_PREREQ_ERROR):
24011         Do not invoke AC_CHECK_FUNCS with strerror_r, as
24012         AC_FUNC_STRERROR_R does that.
24013         Check for strerror declaration.
24014
24015         * m4/strerror_r.m4: Add copyright notice, as nontrivial m4 files
24016         are supposed to have them these days.
24017         (AC_FUNC_STRERROR_R): Always do char* test, so that it gets cached.
24018         Merge changes from latest Autoconf CVS.
24019         Rename ac_cv_func_strerror_r_works to ac_cv_func_strerror_r_char_p,
24020         and rename HAVE_WORKING_STRERROR_R to STRERROR_R_CHAR_P, since
24021         POSIX decided to standardize on the int flavor of strerror_r.
24022
24023 2001-10-20  Paul Eggert  <eggert@twinsun.com>
24024
24025         * lib/error.c (strerror_r): Do not declare unless !_LIBC.
24026         Do not check for HAVE_DECL_STRERROR_R missing unless STRERROR_R_CHAR_P.
24027         Use strerror_r that is only a macro, even if it is not a function.
24028         (strerror): Check for HAVE_DECL_STRERROR before declaring.
24029         (private_strerror): Use prototypes, not old-style function definition.
24030         (print_errno_message): New function.
24031         Support the POSIX 'int'-flavored strerror_r, as well as the traditional
24032         char*-flavored one.
24033         (error_tail, error, error_at_line): Use it.
24034
24035 2001-10-11  Jim Meyering  <meyering@lucent.com>
24036
24037         * lib/argmatch.c (argmatch_invalid): Use quotearg_n_style (0, ...
24038         and quote_n (1, ... to avoid clobbering a buffer.
24039
24040 2001-10-05  Jim Meyering  <meyering@lucent.com>
24041
24042         * lib/Makefile.am: (libfetish_a_SOURCES): Add hash-pjw.c and
24043         hash-pjw.h.
24044         * lib/hash-pjw.c: New file (factored out of fileutils' remove.c).
24045         * lib/hash-pjw.h: New file.
24046
24047 2001-09-30  Jim Meyering  <meyering@lucent.com>
24048
24049         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): See if
24050         `struct fsstat' has the `f_fstypename' member.
24051         Use that to define FS_TYPE, which is now used to make
24052         the getfsstat link test tighter.
24053
24054 2001-09-30  Jim Meyering  <meyering@lucent.com>
24055
24056         * lib/mountlist.c [MOUNTED_GETFSSTAT]:
24057         Include <sys/ucred.h>, for Apple Darwin.
24058         Include sys/mount.h and sys/fs_types.h only if available.
24059         (FS_TYPE): Define.
24060         (read_filesystem_list): Use FS_TYPE.
24061
24062 2001-09-29  Paul Eggert  <eggert@twinsun.com>
24063
24064         * lib/exclude.c (excluded_filename): 0 -> false, since it's
24065         a boolean context.
24066
24067 2001-09-29  Jim Meyering  <meyering@lucent.com>
24068
24069         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS)
24070         [one-argument getmntent function]): Include stdio.h before mntent.h.
24071         SunOS 4.1.x needs it for the declaration of `FILE'.
24072         Patch by Volker Borchert.
24073
24074         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS)
24075         Check for these headers: sys/param.h sys/ucred.h sys/mount.h
24076         sys/fs_types.h, and make the link-test for getfsstat guard #include
24077         directives with appropriate #if HAVE_*_H tests so that we can
24078         detect getfsstat on Apple Darwin1.3.7 systems.
24079         Reported by Nelson Beebe.
24080         Fix harmless typo in cache variable name: s/getsstat/getfsstat/.
24081
24082 2001-09-28  Paul Eggert  <eggert@twinsun.com>
24083
24084         Fix bug reported by Petter Reinholdtsen for HP-UX 10.20, which
24085         #defines strtoimax.  Also treat the other strto* functions
24086         like strtoimax.
24087
24088         * m4/xstrtoimax.m4 (jm_AC_PREREQ_XSTRTOIMAX):
24089         Check for strtoul and strtoumax,
24090         as those declarations are made even in the signed case.
24091         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX):
24092         Likewise, for strtol and strtoimax.
24093
24094 2001-09-28  Paul Eggert  <eggert@twinsun.com>
24095
24096         Fix bug reported by Petter Reinholdtsen for HP-UX 10.20, which
24097         #defines strtoimax.  Also treat the other strto* functions
24098         like strtoimax.
24099
24100         * lib/xstrtol.c (strtol): Do not declare if HAVE_DECL_STRTOL.
24101         (strtoul): Do not declare if HAVE_DECL_STRTOUL.
24102         (strtoimax, strtoumax): Do not declare if already defined as a macro.
24103
24104 2001-09-26  Jim Meyering  <meyering@lucent.com>
24105
24106         Most macros in unlocked-io.h had the wrong number of arguments.
24107         * lib/gen-uio: New script.
24108         (USE_UNLOCKED_IO): Define to 1 if not already defined.
24109         * lib/unlocked-io.hin: Remove file.
24110         * lib/Makefile.am (unlocked-io.h): Rewrite to use a separate script,
24111         rather than trying to embed it here.
24112         (EXTRA_DIST): Add gen-uio.  Remove unlocked-io.hin
24113         Reported by Padraig Brady.
24114
24115 2001-09-25  Volker Borchert  <bt@teknon.de>
24116
24117         * lib/gettimeofday.c (rpl_gettimeofday): Declare local variable
24118         `result'.
24119
24120 2001-09-24  Jim Meyering  <meyering@lucent.com>
24121
24122         * m4/gettext.m4: Use the version from gettext-0.10.40, not CVS.
24123
24124 2001-09-23  Jim Meyering  <meyering@lucent.com>
24125
24126         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Add a compile-test
24127         instead of the mere test for existence of mntent.h.  The latter
24128         would get a false-positive on AIX 3.4 systems.
24129         In the outer getmntent if-block, don't die if neither of the getmntent
24130         tests succeeds.  Instead, just fall through and continue with the
24131         remaining tests.
24132
24133 2001-09-23  Jim Meyering  <meyering@lucent.com>
24134
24135         * lib/mountlist.c: Remove useless parentheses in #if directives.
24136         (MOUNTED) [!defined MOUNTED]: Define to _PATH_MOUNTED, for when
24137         the deprecated MOUNTED symbol is no longer defined in mntent.h.
24138
24139 2001-09-22  Jim Meyering  <meyering@lucent.com>
24140
24141         * m4/gettext.m4: New file.  From gettext.
24142         * m4/lcmessage.m4: Sync with gettext -- this changes only comments.
24143         * m4/progtest.m4: Likewise
24144         * m4/isc-posix.m4: Decrement serial number to sync with gettext.
24145         * m4/glibc21.m4: Likewise.
24146
24147         * m4/libintl.m4: Remove.  No longer used.
24148
24149 2001-09-22  Jim Meyering  <meyering@lucent.com>
24150
24151         * lib/localcharset.c: Update from latest gettext.
24152         * lib/config.charset: Likewise.
24153
24154 2001-09-20  Jim Meyering  <meyering@lucent.com>
24155
24156         * m4/xstrtoimax.m4 (jm_AC_PREREQ_XSTRTOIMAX): Check for declaration of
24157         strtoimax.
24158         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): Check for declaration of
24159         strtoumax.
24160
24161 2001-09-20  Jim Meyering  <meyering@lucent.com>
24162
24163         * lib/xstrtol.c (strtoimax): Guard declaration with
24164         `#if !HAVE_DECL_STRTOIMAX', rather than just `#ifndef strtoimax'.
24165         The latter fails because some systems (at least rs6000-ibm-aix4.3.3.0)
24166         have their own, conflicting declaration of strtoimax in sys/inttypes.h.
24167         (strtoumax): Likewise, for completeness (it wasn't necessary).
24168
24169 2001-09-17  Paul Eggert  <eggert@twinsun.com>
24170
24171         * lib/strtoimax.c (HAVE_LONG_LONG):
24172         Redefine to HAVE_UNSIGNED_LONG_LONG if unsigned.
24173         (strtoimax): Use sizeof (long), not sizeof strtol (ptr, endptr, base),
24174         to work around bug in IBM C compiler.
24175
24176 2001-09-17  Jim Meyering  <meyering@lucent.com>
24177
24178         * m4/chown.m4, fstypename.m4, getgroups.m4, gettimeofday.m4,
24179         * m4/jm-mktime.m4, lstat.m4, malloc.m4, memcmp.m4, mkdir-slash.m4,
24180         * m4/nanosleep.m4, putenv.m4, readdir.m4, realloc.m4, rename.m4,
24181         * m4/st_dm_mode.m4, stat.m4, strerror_r.m4, timespec.m4, utimbuf.m4,
24182         * m4/utimes.m4: Use AC_DEFINE rather than AC_DEFINE_UNQUOTED,
24183         whenever the right hand side need not be expanded by the shell.
24184
24185 2001-09-16  Paul Eggert  <eggert@twinsun.com>
24186
24187         * m4/fnmatch.m4 (jm_FUNC_FNMATCH): Remove test for GNU C
24188         library.  It's not correct, as some older glibcs are buggy.
24189         fnmatch wasn't fixed until glibc 2.2.
24190
24191         Use AC_DEFINE, not AC_DEFINE_UNQUOTED, as there's no
24192         special shell magic here.
24193
24194 2001-09-16  Jim Meyering  <meyering@lucent.com>
24195
24196         * m4/mkdir-slash.m4 (UTILS_FUNC_MKDIR_TRAILING_SLASH): New file/macro.
24197         * m4/jm-macros.m4: Require it.
24198
24199 2001-09-16  Jim Meyering  <meyering@lucent.com>
24200
24201         * lib/mkdir.c: New file.
24202
24203 2001-09-15  Jim Meyering  <meyering@lucent.com>
24204
24205         * m4/jm-macros.m4: Check for help2man.
24206
24207 2001-09-11  Jim Meyering  <meyering@lucent.com>
24208
24209         * m4/host-os.m4 (UTILS_HOST_OS): New file/macro.
24210         The body, by Paul Eggert, was moved here from configure.in.
24211         * m4/jm-macros.m4: Require UTILS_HOST_OS.
24212
24213 2001-09-04  Paul Eggert  <eggert@twinsun.com>
24214
24215         * m4/prereq.m4 (jm_PREREQ_XREADLINK): New macro.
24216         (jm_PREREQ): Use it.
24217
24218 2001-09-04  Paul Eggert  <eggert@twinsun.com>
24219
24220         * lib/xreadlink.c (xreadlink): Omit size_t* arg.  All uses changed.
24221         Use ssize_t, not int, to store result of readlink.
24222         Check for ssize_t overflow as well as size_t overflow,
24223         as POSIX says the result of readlink is implementation-defined
24224         when ssize_t overflows.
24225         Remove unnecessary cast to char*.
24226         Use free+malloc instead of realloc, as the storage doesn't need
24227         to be preserved and it's clearer and can be more efficient that way.
24228         (SIZE_MAX, SSIZE_MAX): New macros, if <limits.h> doesn't declare.
24229         * lib/xreadlink.h (xreadlink): Update prototype.
24230
24231 2001-09-04  Paul Eggert  <eggert@twinsun.com>
24232
24233         * lib/xgetcwd.c: Revert some of the previous change; intead,
24234         fix the HAVE_GETCWD_NULL code to behave more like the
24235         !HAVE_GETCWD_NULL code used to.
24236
24237         Include "xalloc.h".
24238         (xgetcwd): Do not return NULL when memory is exhausted; instead,
24239         invoke xalloc_die.
24240
24241 2001-09-03  Paul Eggert  <eggert@twinsun.com>
24242
24243         * m4/prereq.m4 (jm_PREREQ_XGETCWD): Check for limits.h and
24244         sys/param.h, as pathmax.h includes them.
24245
24246 2001-09-03  Paul Eggert  <eggert@twinsun.com>
24247
24248         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_XGETCWD.
24249         (jm_PREREQ_XGETCWD): New macro.
24250
24251         * m4/getcwd.m4: New file.
24252
24253 2001-09-03  Paul Eggert  <eggert@twinsun.com>
24254
24255         * lib/xgetcwd.c: Fix the !HAVE_GETCWD_NULL code to behave more
24256         like the HAVE_GETCWD_NULL code.
24257         Include pathmax.h if not HAVE_GETCWD.
24258         Do not include xalloc.h.
24259         (INITIAL_BUFFER_SIZE): New symbol.
24260         Do not use xmalloc / xrealloc, since the caller is responsible for
24261         handling errors.  Preserve errno around `free' during failure.
24262         Do not overrun buffer when using getwd.
24263
24264 2001-09-03  Paul Eggert  <eggert@twinsun.com>
24265
24266         * lib/xgetcwd.c (xgetcwd): Use HAVE_GETCWD_NULL, not (defined
24267         __GLIBC__ && __GLIBC__ >= 2), to decide whether to use
24268         getcwd (NULL, 0).
24269
24270 2001-09-03  Paul Eggert  <eggert@twinsun.com>
24271
24272         * lib/exclude.c (fnmatch_no_wildcards): Fix confusion between
24273         usage of FNM_CASEFOLD and FNM_LEADING_DIR.  The bug was
24274         spotted by Jim Meyering.
24275
24276 2001-09-03  Jim Meyering  <meyering@lucent.com>
24277
24278         * lib/xreadlink.c (xreadlink): Preserve errno around `free' during
24279         failure.
24280
24281 2001-09-02  Jim Meyering  <meyering@lucent.com>
24282
24283         * lib/error.c: Update from GNU libc.
24284
24285 2001-09-01  Jim Meyering  <meyering@lucent.com>
24286
24287         * m4/jm-macros.m4 (jm_MACROS): Check for canonicalize_file_name.
24288         Used by df.
24289
24290 2001-09-01  Jim Meyering  <meyering@lucent.com>
24291
24292         * lib/xreadlink.c: New file.
24293         * lib/xreadlink.h: New file.
24294         * lib/Makefile.am (libfetish_a_SOURCES): Add xreadlink.c and
24295         xreadlink.h.
24296
24297         * lib/regex.c (uintptr_t) [!_LIBC]: Define to private_uintptr_t, so it
24298         doesn't conflict with sparc Solaris 7's definition in
24299         /usr/include/sys/int_types.h.
24300
24301         * lib/exclude.c: Use `""', not `<>' to #include non-system header
24302         files.
24303         (fnmatch_no_wildcards): Rewrite not to use function names, strcasecmp
24304         and strncasecmp as r-values.  Unixware didn't have declarations.
24305
24306 2001-08-31  Paul Eggert  <eggert@twinsun.com>
24307
24308         * lib/xstrtol.h: Add copyright notice.
24309         (_DECLARE_XSTRTOL): Improve quality of diagnostic for
24310         LONGINT_INVALID_SUFFIX_CHAR.
24311
24312 2001-08-31  Paul Eggert  <eggert@twinsun.com>
24313
24314         * lib/xstrtol.c (strtoimax): New decl.
24315
24316 2001-08-31  Paul Eggert  <eggert@twinsun.com>
24317
24318         * lib/xgetcwd.c: Don't include pathmax.h.
24319         Include stdlib.h and unistd.h if available.
24320         Include xalloc.h.
24321         (xmalloc, xstrdup, free): Remove decls.
24322         (xgetcwd): Don't assume sizes fit in unsigned.
24323         Check for overflow when computing sizes.
24324         Simplify reallocation code.
24325
24326 2001-08-31  Paul Eggert  <eggert@twinsun.com>
24327
24328         * lib/savedir.c (savedir): Remove size parameter, as POSIX says that
24329         a directory's st_size can have an arbitrary value, so the old
24330         usage could waste an arbitrary amount of memory.  All uses
24331         changed.
24332         * lib/savedir.h: Update prototype.
24333
24334 2001-08-31  Paul Eggert  <eggert@twinsun.com>
24335
24336         * lib/Makefile.am (libfetish_a_SOURCES): Remove strtoxmax.c.
24337
24338         * lib/strtoimax.c: Renamed from strtoxmax.c, removing the
24339         old strtoimax.c.
24340
24341         Also, make the following further changes to make this file's
24342         configuration more similar to that of strtol.c:
24343         (UNSIGNED): Renamed from STRTOUXMAX_UNSIGNED.  All uses changed.
24344         (strtoumax, uintmax_t, strtoull, strtol): Remove.
24345         (intmax_t, strtoimax, strtol, strtoll): New macros, if UNSIGNED.
24346         (strtoimax): Renamed from strtoumax.  All uses of unsigned values
24347         changed to signed values.
24348
24349         And make the following changes as well:
24350         Fix copyright notice, as 1999 was missing.
24351         (verify): New macro.
24352         (strtoimax): Check sizes at compile-time, not run-time.
24353         Prefer strtol to strtoll if both work.
24354         (main): Remove; it was not that useful and was a pain to maintain.
24355
24356         * lib/strtoumax.c: Include strtoimax.c, not strtouxmax.c.
24357
24358 2001-08-31  Jim Meyering  <meyering@lucent.com>
24359
24360         * lib/xgetcwd.c (xgetcwd): Reorganize to avoid some duplication.
24361         Use an initial, malloc'd, buffer of length 128 rather than
24362         a statically allocated one of length 1024.
24363
24364 2001-08-30  Paul Eggert  <eggert@twinsun.com>
24365
24366         Simplify code, partly by assuming autoconf 2.52 semantics.
24367
24368         * m4/Makefile.am (EXTRA_DIST): Remove uintmax_t.m4.
24369
24370         * m4/inttypes.m4 (AC_PREREQ): Bump to 2.52.
24371         (jm_AC_HEADER_INTTYPES_H): Remove; now done by autoconf in 2.52.
24372         All uses removed.
24373         (jm_AC_TYPE_INTMAX_T, jm_AC_TYPE_UINTMAX_T):
24374         Move AC_REQUIRE to next-to-top level, to avoid confusion.
24375         Use 2.52's AC_CHECK_TYPE instead of merely looking for the header.
24376         * m4/prereq.m4 (jm_PREREQ_HUMAN): Don't require
24377         jm_AC_HEADER_INTTYPES_H.
24378         * m4/jm-macros.m4 (jm_MACROS): Likewise.
24379
24380         * m4/uintmax_t.m4: Remove, as it duplicates inttypes.m4.
24381
24382         * m4/xstrtoimax.m4 (jm_AC_PREREQ_XSTRTOIMAX):
24383         Quote first arg of AC_DEFUN.
24384         Require jm_AC_TYPE_UINTMAX_T and jm_AC_TYPE_UNSIGNED_LONG_LONG
24385         since they are needed to parse the include file even if we need
24386         only xstrtoimax.  Simplify logic behind the args to AC_REPLACE.
24387         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): Likewise,
24388         but with opposite signedness.
24389
24390 2001-08-30  Paul Eggert  <eggert@twinsun.com>
24391
24392         Merge 'exclude' changes from tar 1.13.22.
24393         This fixes one or two unlikely storage allocation overflow bugs,
24394         but doesn't change user-visible behavior otherwise.
24395
24396 2001-08-30  Paul Eggert  <eggert@twinsun.com>
24397
24398         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_EXCLUDE.
24399         (jm_PREREQ_EXCLUDE): New macro.
24400
24401 2001-08-30  Paul Eggert  <eggert@twinsun.com>
24402
24403         * lib/quotearg.c: BSD/OS 4.1 wchar.h requires FILE and struct
24404         tm to be declared.
24405
24406 2001-08-30  Paul Eggert  <eggert@twinsun.com>
24407
24408         * lib/hash.c: Remove '2001' from copyright notice.
24409
24410 2001-08-30  Paul Eggert  <eggert@twinsun.com>
24411
24412         * lib/full-write.h: New file.
24413         * lib/Makefile.am (libfetish_a_SOURCES): Add full-write.h.
24414         * lib/full-write.c: Correct credits, as cccp.c no longer
24415         exists and anyway it was so heavily changed from the old cccp
24416         code as to be unrecognizable.  Include full-write.h.
24417         (full_write) Return size_t, with short writes meaning failure.
24418         All callers changed.  This fixes a bug with large buffers
24419         on 64-bit hosts.
24420         * lib/utime.c: Include full-write.h.
24421
24422 2001-08-30  Paul Eggert  <eggert@twinsun.com>
24423
24424         * lib/exclude.c (bool): Declare, perhaps by including stdbool.h.
24425         (<sys/types.h>): Include only if HAVE_SYS_TYPES_H.
24426         (<stdlib.h>, <string.h>, <strings.h>, <inttypes.h>, <stdint.h>):
24427         Include if available.
24428         (<xalloc.h>): Include
24429         (SIZE_MAX): Define if <stdint.h> or <inttypes.h> doesn't.
24430         (verify): New macro.  Use it to verify that EXCLUDE macros do not
24431         collide with FNM macros.
24432         (struct patopts): New struct.
24433         (struct exclude): Use it, as exclude patterns now come with options.
24434         (new_exclude): Support above changes.
24435         (new_exclude, add_exclude_file):
24436         Initial size must now be a power of two to simplify overflow checking.
24437         (free_exclude, fnmatch_no_wildcards): New function.
24438         (excluded_filename): No longer requires options arg, as the options
24439         are determined by add_exclude.  Now returns bool, not int.
24440         (excluded_filename, add_exclude):
24441         Add support for the fancy new exclusion options.
24442         (add_exclude, add_exclude_file): Now takes int options arg.
24443         Check for arithmetic overflow when computing sizes.
24444         (add_exclude_file): xrealloc might modify errno, so don't
24445         realloc until after errno might be used.
24446
24447         * lib/exclude.h (EXCLUDE_ANCHORED, EXCLUDE_INCLUDE,EXCLUDE_WILDCARDS):
24448         New macros.
24449         (free_exclude): New decl.
24450         (add_exclude, add_exclude_file): Now takes int options arg.
24451         (excluded_filename): No longer requires options arg, as the options
24452         are determined by add_exclude.  Now returns bool, not int.
24453
24454 2001-08-30  Paul Eggert  <eggert@twinsun.com>
24455
24456         * lib/alloca.c (alloca): Arg is of type size_t, not unsigned.
24457
24458 2001-08-27  Jim Meyering  <meyering@lucent.com>
24459
24460         * lib/Makefile.am (libfetish_a_SOURCES): Add strtoxmax.c
24461
24462         * lib/version-etc.c (N_): Remove definition.
24463         Revert most of last change.
24464         Instead, simply don't mark the `Copyright...' string for translation.
24465         Based on advice from Paul Eggert.
24466
24467         * lib/strtoxmax.c: Tweak comment.
24468
24469 2001-08-26  Jim Meyering  <meyering@lucent.com>
24470
24471         * m4/jm-macros.m4: Require jm_AC_PREREQ_XSTRTOIMAX.
24472
24473         * m4/xstrtoimax.m4: New file.
24474         * m4/xstrtoumax.m4: Add comments explaining why we
24475         AC_REPLACE_FUNCS(strtol).
24476
24477 2001-08-26  Jim Meyering  <meyering@lucent.com>
24478
24479         * lib/version-etc.c (version_etc_copyright_fmt): Replace literal year
24480         of copyright with `%s' so translators don't get an untranslated
24481         message in 2002.
24482         (COPYRIGHT_YEAR): Define.
24483         (version_etc): Use fprintf rather than fputs.
24484         Suggestion from Ulrich Drepper.
24485
24486         * lib/Makefile.am (libfetish_a_SOURCES): Add xstrtoimax.c.
24487
24488         * lib/strtoll.c: New file, from GNU libc.
24489         * lib/xstrtoimax.c: New file.
24490
24491         * lib/xstrtol.h: Add xstrtoimax.
24492         * lib/strtoumax.c: New file.  Simply include "strtoumax.c".
24493         * lib/strtoimax.c: New file.  Likewise, but first define
24494         STRTOUXMAX_SIGNED.
24495
24496         * lib/strtoumax.c: Factor to work both for unsigned and signed types,
24497         ...
24498         * lib/strtoxmax.c: ... then renamed to this.
24499
24500 2001-08-18  Paul Eggert  <eggert@twinsun.com>
24501
24502         * m4/inttypes.m4: Add AC_PREREQ(2.13).
24503         (jm_AC_HEADER_INTTYPES_H): Test for intmax_t, too.
24504         (jm_AC_TYPE_INTMAX_T): New macro.
24505         (jm_AC_TYPE_UINTMAX_T): Moved here from uintmax_t.m4.
24506
24507         * m4/longlong.m4 (jm_AC_TYPE_LONG_LONG): New macro.
24508
24509         * m4/longlong.m4: Renamed from ulonglong.m4.
24510         * m4/inttypes.m4: Renamed from inttypes_h.m4.
24511         * m4/uintmax_t.m4: Removed.
24512
24513 2001-08-13  Paul Eggert  <eggert@twinsun.com>
24514
24515         * lib/Makefile.am (unlocked-io.h): Do not append "_unlocked" twice.
24516         Port to Solaris 8, where 'sed' requires a space after the 'r'
24517         command, and where sh dislikes "$/".  Clean up the spacing a bit.
24518         Redirect output to $tmp just once.
24519
24520 2001-08-12  Paul Eggert  <eggert@sic.twinsun.com>
24521
24522         * lib/addext.c (<errno.h>): Include.
24523         (errno): Declare if not defined.
24524         (addext): Work correctly when pathconf returns -1 and leaves
24525         errno alone because there is no limit.  Also, work even if
24526         pathconf returns a value greater than SIZE_MAX.
24527
24528 2001-08-12  Jim Meyering  <meyering@lucent.com>
24529
24530         * m4/afs.m4, assert.m4, bison.m4, check-decl.m4, chown.m4, d-ino.m4,
24531         d-type.m4, dos.m4, error.m4, fnmatch.m4, fpending.m4, fstypename.m4,
24532         fsusage.m4, ftruncate.m4, getgroups.m4, glibc.m4, gnu-source.m4,
24533         group-member.m4, jm-glibc-io.m4, jm-macros.m4, jm-mktime.m4,
24534         jm-winsz1.m4, jm-winsz2.m4, lchown.m4, lib-check.m4, libintl.m4,
24535         link-follow.m4, ls-mntd-fs.m4, lstat.m4, malloc.m4, mbrtowc.m4,
24536         mbstate_t.m4, mbswidth.m4, memcmp.m4, nanosleep.m4, perl.m4,
24537         prereq.m4, putenv.m4, readdir.m4, realloc.m4, regex.m4, rename.m4,
24538         rmdir-errno.m4, search-libs.m4, st_dm_mode.m4, st_mtim.m4, stat.m4,
24539         strftime.m4, timespec.m4, unlink-busy.m4, uptime.m4, utimbuf.m4,
24540         utime.m4, utimes.m4, xstrtoumax.m4:
24541         Quote the first argument in each use of AC_DEFUN.
24542
24543 2001-08-12  Jim Meyering  <meyering@lucent.com>
24544
24545         * lib/xgetcwd.c (xgetcwd) [defined __GLIBC__ && __GLIBC__ >= 2]:
24546         Simply `return getcwd (NULL, 0);'.
24547         [! (defined __GLIBC__ && __GLIBC__ >= 2)]:
24548         Use 1300 as initial value for length, not PATH_MAX.
24549
24550         * lib/pathmax.h: Clean up cpp syntax.
24551
24552 2001-08-12  Jim Meyering  <meyering@lucent.com>
24553
24554         * lib/gettimeofday.c: New file.
24555         * lib/gtod.h: New file.
24556         * lib/Makefile.am (libfetish_a_SOURCES): Add gtod.h.
24557
24558 2001-08-05  Jim Meyering  <meyering@lucent.com>
24559
24560         * m4/jm-macros.m4: Require autoconf-2.52.
24561
24562 2001-08-04  Jim Meyering  <meyering@lucent.com>
24563
24564         * lib/error.h (__attribute__): Remove `|| __STRICT_ANSI__' from #if
24565         stmt, to get in sync with glibc.
24566
24567 2001-08-03  Paul Eggert  <eggert@twinsun.com>
24568
24569         The following changes are from gettext 0.10.39 as maintained by
24570         Bruno Haible.
24571
24572         * lib/mbswidth.h (MBSW_REJECT_UNPRINTABLE, MBSW_REJECT_INVALID):
24573         Renamed from MBSW_ACCEPT_UNPRINTABLE and MBSW_ACCEPT_INVALID
24574         with inverted sense.  All uses changed.
24575
24576         * lib/mbswidth.c: Don't include <limits.h>.
24577         Include <stdlib.h> and <string.h> unconditionally.
24578         (iswcntrl, mbsinit, ISCNTRL): New macros.
24579         (mbsnwidth): Use K&R style function declarations.
24580         Don't bother checking for MB_LEN_MAX == 1, since the compiler
24581         can optimize it when MB_CUR_MAX == 1.
24582         The width of control characters is zero, not 1.
24583
24584 2001-08-03  Paul Eggert  <eggert@twinsun.com>
24585
24586         The following changes are from gettext 0.10.39 as maintained by
24587         Bruno Haible, except that getline.m4 continues to use AC_LIBOBJ.
24588
24589         * m4/codeset.m4: Upgrade to serial AM1.
24590         (AM_LANGINFO_CODESET): Renamed from jm_LANGINFO_CODESET;
24591         all uses changed.  Quote first arg of AC_DEFUN.
24592         (am_cv_langinfo_codeset): Renamed from jm_cv_langinfo_codeset.
24593
24594         * m4/iconv.m4: Upgrade to serial AM2.
24595         (AM_ICONV): Renamed from jm_ICONV; all uses changed.
24596         Add --with-libconv-prefix.
24597         Quote first arg of AC_DEFUN.  Add description for ICONV_CONST.
24598         (am_cv_func_iconv): Renamed from jm_cv_func_iconv.
24599         (am_cv_lib_iconv): Renamed from jm_cv_lib_iconv.
24600         (am_cv_proto_iconv): Renamed from jm_cv_proto_iconv.
24601         * m4/jm-macros.m4 (jm_MACROS): Reflect s/jm_/AM_/ renamings.
24602
24603         * m4/c-bs-a.m4 (AC_C_BACKSLASH_A): Quote first arg of AC_DEFUN.
24604         * m4/getline.m4 (AM_FUNC_GETLINE): Likewise.
24605         * m4/glibc21.m4 (jm_GLIBC21): Likewise.
24606         * m4/inttypes_h.m4 (jm_AC_HEADER_INTTYPES_H): Likewise.
24607         * m4/isc-posix.m4 (AC_ISC_POSIX): Likewise.
24608         * m4/lcmessage.m4 (AM_LC_MESSAGES): Likewise.
24609         * m4/progtest.m4 (AM_PATH_PROG_WITH_TEST): Likewise.
24610         * m4/uintmax_t.m4 (jm_AC_TYPE_UINTMAX_T): Likewise.
24611         * m4/ulonglong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): Likewise.
24612
24613         * m4/getline.m4 (AM_FUNC_GETLINE): Don't bother checking for
24614         string.h any more.
24615
24616         * m4/progtest.m4 (AM_PATH_PROG_WITH_TEST): If not found, print "no",
24617         not the default value.
24618
24619         2001-06-25  Bruno Haible  <haible@clisp.cons.org>
24620         * m4/mbswidth.m4 (jm_PREREQ_MBSWIDTH): Don't require AM_C_PROTOTYPES.
24621         Also check for mbsinit.  Needed for SCO 3.2v5.0.2.
24622         Also include <string.h>; this is where AIX 3.2.5 declares wcwidth.
24623         Also check for iswcntrl, used for wcwidth fallback.
24624         Use AC_TRY_COMPILE to emulate AC_CHECK_DECLS, for portability
24625         to Autoconf 2.13.
24626
24627 2001-08-03  Jim Meyering  <meyering@lucent.com>
24628
24629         * m4/mbrtowc.m4 (jm_FUNC_MBRTOWC): Use `#include', not `@%:@include',
24630         as it was in the original.  Reported by Paul Eggert.
24631
24632 2001-07-16  Jim Meyering  <meyering@lucent.com>
24633
24634         * m4/gettimeofday.m4: New file.
24635         Prompted by a report from Bernhard Baehr.
24636
24637 2001-07-15  Jim Meyering  <meyering@lucent.com>
24638
24639         * m4/Makefile.am.in (Makefile.am): Remove most of the unlocked-io.h
24640         stuff. Now it's in ../Makefile.cfg.
24641
24642 2001-07-15  Jim Meyering  <meyering@lucent.com>
24643
24644         * lib/Makefile.am (EXTRA_DIST): Add unlocked-io.hin.
24645         (BUILT_SOURCES): Add unlocked-io.h.
24646         (io_functions): Define.
24647         (unlocked-io.h): New rule.
24648         (DISTCLEANFILES): Add unlocked-io.h.
24649         (all-local): Depend on unlocked-io.h, to ensure it is created.
24650
24651         * lib/unlocked-io.hin: New file
24652
24653         * lib/regex.c: Update from glibc.
24654
24655 2001-07-05  Jim Meyering  <meyering@lucent.com>
24656
24657         * lib/Makefile.am (noinst_HEADERS): Remove definition, per new automake
24658         recommendation.
24659         (libfetish_a_SOURCES): Put all .h files here instead.
24660         Remove a thus-exposed (better checks in automake) duplicate and
24661         two unnecessary .h files.
24662
24663 2001-07-04  Jim Meyering  <meyering@lucent.com>
24664
24665         * m4/Makefile.am.in (glibc-io.struct): New target.  Rework the code
24666         that generates jm-glibc-io.m4 so that it doesn't trigger any make
24667         distcheck failure.
24668
24669 2001-07-02  Jim Meyering  <meyering@lucent.com>
24670
24671         The following changes were prompted by suggestions from Bruno Haible.
24672
24673         * m4/jm-glibc-io.m4n: New file, the template from which jm-glibc-io.m4
24674         is now generated.
24675         * m4/Makefile.am.in (Makefile.am): Include jm-glibc-io.m4n in emitted
24676         definition of EXTRA_DIST.
24677         (Makefile.am): Emit the dependency, `all-local: jm-glibc-io.m4' to
24678         ensure that the generated file is created/updated whenever the list
24679         of $(unlocked_functions) is changed.
24680         (jm-glibc-io.m4): New rule.
24681         (unlocked-io.h): New rule -- currently unused.
24682
24683 2001-06-24  Jim Meyering  <meyering@lucent.com>
24684
24685         * m4/regex.m4 (jm_INCLUDED_REGEX): Use a quadrigraph to represent an
24686         unmatched right bracket, rather than kludging it with an extra,
24687         falsely-matching quote in a comment.  Patch by Akim Demaille.
24688
24689 2001-06-11  Jim Meyering  <meyering@lucent.com>
24690
24691         * lib/regex.c: Update from GNU libc.
24692
24693 2001-05-27  Jim Meyering  <meyering@lucent.com>
24694
24695         * m4/prereq.m4 (jm_PREREQ_READUTMP): Check for ut_type in struct utmpx.
24696         Check for ut_type in struct utmp.
24697
24698 2001-05-27  Jim Meyering  <meyering@lucent.com>
24699
24700         * lib/readutmp.h (UT_TYPE): Define.
24701
24702 2001-05-24  Jim Meyering  <meyering@lucent.com>
24703
24704         * lib/argmatch.c: Include "quote.h".
24705         (argmatch_invalid): Remove explicit `' quotes.  Instead, use the
24706         quote function.  Reported by Göran Uddeborg.
24707
24708 2001-05-22  Jim Meyering  <meyering@lucent.com>
24709
24710         * m4/strftime.m4 (_jm_STRFTIME_PREREQS): Don't use AC_LIBOBJ(strftime),
24711         now that we use the package-supplied version unconditionally.
24712         (jm_FUNC_STRFTIME): Don't replace strftime, for the same reason.
24713
24714 2001-05-21  Jim Meyering  <meyering@lucent.com>
24715
24716         * m4/regex.m4: Change a couple backticks to single quotes to avoid
24717         shell syntax errors.
24718
24719 2001-05-21  Alexandre Duret-Lutz  <duret_g@epita.fr>
24720
24721         * m4/dos.m4 (jm_AC_DOS): Check for _WIN32, __WIN32__, and __MSDOS__.
24722
24723 2001-05-20  Paul Eggert  <eggert@twinsun.com>
24724
24725         * m4/strftime.m4 (jm_FUNC_GNU_STRFTIME):
24726         Don't bother to check library strftime, since
24727         we'll be using our own my_strftime function anyway.
24728         Define my_strftime instead of strftime.
24729
24730 2001-05-20  Alexandre Duret-Lutz  <duret_g@epita.fr>
24731
24732         * lib/dirname.c (dir_name): Compute append_dot using path, not newpath
24733         which is not yet declared.
24734
24735 2001-05-15  Jim Meyering  <meyering@lucent.com>
24736
24737         * m4/regex.m4: Use proper quoting so brackets appear in the test
24738         program.
24739         Reported by, and with help from, Bruno Haible.
24740
24741 2001-05-13  Jim Meyering  <meyering@lucent.com>
24742
24743         * m4/jm-macros.m4 (major_t, minor_t): Define to unsigned int if
24744         undefined.
24745
24746 2001-05-11  Paul Eggert  <eggert@twinsun.com>
24747
24748         dirname code cleanup.  base_name now behaves more compatibly
24749         with POSIX basename when given file names that have trailing
24750         slashes, and similarly for dir_name.  Add new primitives
24751         base_len and dir_len.  Put the directory-name-related decls
24752         into dirname.h.
24753
24754         * lib/addext.c (ISSLASH, base_name): Remove; now in dirname.h.
24755         * lib/backupfile.c (base_name): Likewise.
24756         * lib/basename.c (FILESYSTEM_PREFIX_LEN, PARAMS, ISSLASH): Likewise.
24757         * lib/dirname.c (FILESYSTEM_PREFIX_LEN, ISSLASH): Likewise.
24758         * lib/makepath.c (strip_trailing_slashes): Likewise.
24759         * lib/path-concat.c (DIRECTORY_SEPARATOR, FILESYSTEM_PREFIX_LEN,
24760         ISSLASH): Likewise.
24761         * lib/rename.c (strip_trailing_slashes): Likewise.
24762         * lib/same.c (base_name): Likewise.
24763         * lib/stripslash.c (ISSLASH): Likewise.
24764
24765         * lib/addext.c: Include <dirname.h> after size_t is defined.
24766         * lib/backupfile.c: Likewise.
24767
24768         * lib/addext.c (addext): Use base_len to trim redundant
24769         trailing slashes instead of doing it ourselves.
24770         But do not trim the last slash if it is not redundant.
24771
24772         * lib/backupfile.c (find_backup_file_name,
24773         max_backup_version): Use base_len instead of rolling it ourselves.
24774         Handle the case of "" and (on DOS) "C:" correctly.
24775
24776         * lib/basename.c: Do not include <stdio.h>, <assert.h>; no longer
24777         needed. Include <string.h>, <dirname.h>.
24778         (base_name): Allow file names ending in slashes, other than names
24779         that are all slashes.  In this case, return the basename followed
24780         by the slashes.  This is more general, and can be used in places
24781         where the original base_name purposely had an assertion failure.
24782         (base_len): New function.
24783
24784         * lib/dirname.c: Include <string.h> instead of <stdlib.h>.
24785         Do not include <assert.h>; no longer needed.
24786         Include xalloc.h.
24787         (memrchr): Remove decl.
24788         (dir_name_r): Remove.
24789         (dir_len): Renamed from dirlen.  All callers changed.
24790         Rewrite in terms of base_name, for simplicity and consistency.
24791         (dir_name): Never return NULL.  All callers changed.
24792         Do not include <stdlib.h> in test program; no longer needed.
24793         return 0; is fine for test program.
24794
24795         * lib/dirname.h (DIRECTORY_SEPARATOR, ISSLASH, FILESYSTEM_PREFIX_LEN):
24796         New macros.
24797         (base_name, base_len, dir_len, strip_trailing_slashes): New decls.
24798
24799         * lib/path-concat.c (path_concat): Use base_len to compute
24800         base length, not strlen; this means we cannot rely on memcpy
24801         to null-terminate.
24802
24803         * lib/same.c (STREQ): Remove.
24804         (same_name): Handle the case where the basename ends in trailing '/'.
24805
24806         * lib/stripslash.c (strip_trailing_slashes): Return nonzero if
24807         a slash was stripped.  Do not strip the last slash after a
24808         file system prefix.
24809
24810 2001-05-11  Paul Eggert  <eggert@twinsun.com>
24811
24812         * lib/Makefile.am (libfetish_a_SOURCES):
24813         Add strftime.c, since we now compile it on all hosts.
24814
24815         * lib/strftime.c (my_strftime):
24816         Define to nstrftime if emacs, but only if my_strftime is not defined.
24817         (extra_args, extra_args_spec, extra_args_spec_iso): Rename from
24818         ut_argument, ut_argument_spec, ut_argument_spec_iso, respectively.
24819         Add one more extra argument: a nanoseconds value.
24820         All uses changed.
24821         (ns): New macro.
24822         (my_strftime function): Add %N format.
24823         (emacs_strftimeu): Renamed from emacs_strftime,
24824         with extra ut argument.
24825
24826 2001-05-09  Paul Eggert  <eggert@twinsun.com>
24827
24828         * m4/jm-macros.m4 (jm_MACROS): Do not check for fseeko; no longer used.
24829
24830 2001-04-21  Jim Meyering  <meyering@lucent.com>
24831
24832         * m4/rmdir-errno.m4: Write to a new file, so that a restrictive umask
24833         doesn't interfere.
24834
24835 2001-04-21  Alexandre Duret-Lutz  <duret_g@epita.fr>
24836
24837         * m4/ftruncate.m4: Check for chsize.
24838         Link with ftruncate.o unconditionally if ftruncate is missing.
24839         This was required when cross-compiling to i586-mingw32msvc.
24840
24841 2001-04-08  Jim Meyering  <meyering@lucent.com>
24842
24843         * lib/getdate.y (get_date): Set tm_isdst to -1 to ensure that it is
24844         recomputed; that's necessary when the offset spans a DST transition.
24845         Patch by David J. MacKenzie.  Reported by Hon-Yin Kok.
24846
24847 2001-04-02  Jim Meyering  <meyering@lucent.com>
24848
24849         * lib/regex.h, regex.c: Update from GNU libc.
24850
24851 2001-03-24  Jim Meyering  <meyering@lucent.com>
24852
24853         * m4/jm-macros.m4: Require autoconf-2.49d.
24854
24855 2001-03-20  Bruno Haible  <haible@clisp.cons.org>
24856
24857         * m4/iconv.m4 (jm_ICONV): Recommend GNU libiconv.
24858
24859 2001-03-19  Paul Eggert  <eggert@twinsun.com>
24860
24861         * lib/version-etc.c (version_etc_copyright): Update to 2001.
24862
24863 2001-03-17  Jim Meyering  <meyering@lucent.com>
24864
24865         * m4/memcmp.m4 (jm_AC_FUNC_MEMCMP): Remove my copy of AC_FUNC_MEMCMP,
24866         now that the version in autoconf is equivalent.
24867         (jm_FUNC_MEMCMP): Adjust to use AC_FUNC_MEMCMP.
24868
24869         * m4/error.m4 (jm_PREREQ_ERROR): Invoke AC_FUNC_STRERROR_R.
24870         Suggestion from Akim Demaille.
24871
24872         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_TEMPNAME.
24873         (jm_PREREQ_TEMPNAME): New function.
24874
24875 2001-03-16  Paul Eggert  <eggert@twinsun.com>
24876
24877         * lib/tempname.c (uint64_t): Define to uintmax_t if
24878         not defined, and if UINT64_MAX is not defined.
24879         Required at least for Vax Ultrix4.3, which doesn't define uint64_t.
24880         Reported by John David Anglin.
24881
24882 2001-03-15  Bruno Haible  <haible@clisp.cons.org>
24883
24884         * lib/localcharset.c (locale_charset): Allow wildcard syntax. Also
24885         resolve alias if codeset is empty.
24886         * lib/config.charset (BeOS): Use wildcard syntax.
24887
24888 2001-03-13  Jim Meyering  <meyering@lucent.com>
24889
24890         * lib/path-concat.c (path_concat)
24891         [FILESYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX]: Don't insert a backslash when
24892         concatenating e.g., `C:' and `foo'.
24893         From Bruno Haible.
24894
24895 2001-03-06  Bruno Haible  <haible@clisp.cons.org>
24896
24897         * lib/localcharset.c (locale_charset): Don't use
24898         setlocale(LC_CTYPE,NULL). Don't return NULL.
24899         * lib/unicodeio.c (print_unicode_char): Simplify accordingly.
24900
24901 2001-03-06  Bruno Haible  <haible@clisp.cons.org>
24902
24903         * lib/config.charset: Update for FreeBSD 4.2 and OSF/1 5.1. Add
24904         support for DOS/DJGPP.
24905
24906 2001-03-01  Paul Eggert  <eggert@twinsun.com>
24907
24908         * m4/jm-macros.m4 (jm_MACROS): Use mkstemp replacement if the system
24909         lacks mkstemp.  Compile our own tempname.c if we compile our own
24910         mkstemp.c, as mkstemp relies on tempname.
24911
24912 2001-03-01  Jim Meyering  <meyering@lucent.com>
24913
24914         * m4/dos.m4 (jm_AC_DOS): Remove extra backslashes, now that
24915         AH_VERBATIM really does output its argument verbatim.
24916
24917 2001-02-28  Paul Eggert  <eggert@twinsun.com>
24918
24919         * lib/Makefile.am (libfetish_a_SOURCES):
24920         Add dup-safer.c, fopen-safer.c.
24921         (noinst_HEADERS): Add stdio-safer.h, unistd-safer.h.
24922
24923         * lib/dup-safer.c, lib/fopen-safer.c, lib/stdio-safer.h:
24924         * lib/unistd-safer.h: New files.
24925
24926 2001-02-25  Paul Eggert  <eggert@twinsun.com>
24927
24928         The mkstemp replacement is taken from glibc 2.2.2, with some
24929         portability fixes for use outside glibc, as follows:
24930
24931         * lib/tempname.c (struct_stat64): New macro.
24932         (direxists, __gen_tempname): Use it.
24933         This avoids a portability problem with Solaris 8.
24934
24935         * lib/tempname.c (<config.h>): Include if HAVE_CONFIG_H.
24936         (<stddef.h>, <stdint.h>, <string.h>):
24937         Include only if STDC_HEADERS || _LIBC.
24938         (<fcntl.h>): Include only if HAVE_FCNTL_H || _LIBC.
24939         (<unistd.h>): Include only if HAVE_UNISTD_H || _LIBC.
24940         (<sys/time.h>): Include only if HAVE_SYS_TIME_H || _LIBC.
24941         (__set_errno): Define this macro if <errno.h> doesn't.
24942         (P_tmpdir, TMP_MAX, __GT_FILE, __GT_BIGFILE, __GT_DIR, __GT_NOCREATE):
24943         Define these macros if <stdio.h> doesn't.
24944         (S_ISDIR, S_IRUSR, S_IWUSR, S_IXUSR):
24945         Define these macros if <sys/stat.h>
24946         doesn't.  Ignore <sys/stat.h> S_ISDIR if STAT_MACROS_BROKEN.
24947         (stat64, __getpid, __gettimeofday, __mkdir, __open, __open64, lxstat64,
24948         __xstat64): Define if not _LIBC.
24949         (__secure_getenv): Define if ! (HAVE___SECURE_GETENV || _LIBC).
24950         (__gen_tempname): Invoke gettimeofday only if
24951         HAVE_GETTIMEOFDAY || _LIBC;
24952         otherwise, fall back on plain "time".
24953         Use macros like S_IRUSR | S_IWUSR rather than octal values like 0600.
24954
24955         * lib/mkstemp.c (__GT_FILE): Define to zero if not defined.
24956
24957         * lib/mkstemp.c, lib/tempname.c: New files, taken from glibc 2.2.2.
24958
24959 2001-02-18  Paul Eggert  <eggert@twinsun.com>
24960
24961         * m4/jm-macros.m4 (jm_CHECK_ALL_HEADERS): Check for sys/resource.h.
24962
24963 2001-02-17  Paul Eggert  <eggert@twinsun.com>
24964
24965         * m4/mbrtowc.m4: New file, defining jm_FUNC_MBRTOWC.
24966         * m4/mbswidth.m4 (jm_PREREQ_MBSWIDTH):
24967         Use jm_FUNC_MBRTOWC, not AC_CHECK_FUNCS(mbrtowc).
24968         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Likewise.
24969
24970 2001-02-17  Paul Eggert  <eggert@twinsun.com>
24971
24972         * lib/mbswidth.c, quotearg.c (mbrtowc, mbsinit):
24973         Remove workaround macros for hosts that have mbrtowc but not
24974         mbstate_t, as we now insist on proper declarations for both
24975         before using mbrtowc.
24976
24977 2001-02-17  Jim Meyering  <meyering@lucent.com>
24978
24979         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Don't check for
24980         getmntent via AC_CHECK_FUNCS, since that would get a `no' and disrupt
24981         further attempts by AC_FUNC_GETMNTENT to check with e.g., -lgen on
24982         UnixWare 7.1.1.
24983
24984         * m4/mbrtowc.m4 (jm_FUNC_MBRTOWC): Adapt to use AC_CACHE_CHECK etc.,
24985         rather than AC_CACHE_VAL.
24986
24987 2001-02-17  Jim Meyering  <meyering@lucent.com>
24988
24989         * lib/strtoul.c: Sync from GNU libc.  Use double quotes, not <...>
24990         around included file name.
24991
24992         * lib/strnlen.c (__strnlen): Merge in a change from GNU libc.
24993
24994         * lib/strftime.c: Update from GNU libc (the only changes were to
24995         comments).
24996
24997 2001-02-17  Jim Meyering  <meyering@lucent.com>
24998
24999         * lib/regex.c: Update from libc.
25000
25001 2001-02-17  Bruno Haible  <haible@clisp.cons.org>
25002
25003         * lib/mbswidth.h (mbswidth): Also define as macro, to avoid prototype
25004         clash.
25005
25006 2001-02-16  Paul Eggert  <eggert@twinsun.com>
25007
25008         * lib/alloca.c (malloc): Undef before defining, since stdlib.h
25009         may have defined it.  Needed for Encore Umax-3.0.9.16b systems.
25010         Reported by Mark Hounschell via Paul Eggert.
25011
25012 2001-02-07  Jim Meyering  <meyering@lucent.com>
25013
25014         * m4/regex.m4 (jm_INCLUDED_REGEX): Add a test for the latest bug.
25015
25016 2001-02-05  Jim Meyering  <meyering@lucent.com>
25017
25018         * m4/jm-macros.m4: Require autoconf-2.14d (not yet released), because
25019         it includes the patch required for `large file' support with at least
25020         HP-UX's 10.20 /bin/cc.
25021
25022 2001-02-03  Jim Meyering  <meyering@lucent.com>
25023
25024         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Restore prior use of
25025         AS_IF, now that it works once again (mysteriously).
25026         * m4/fsusage.m4 (jm_FILE_SYSTEM_USAGE): Likewise.
25027
25028 2001-01-30  Jim Meyering  <meyering@lucent.com>
25029
25030         Don't use filenames that are 8.3-equivalent to "conftest" on DOS.
25031         * m4/chown.m4: Rename conftestchown to conftest.chown.
25032         * m4/rename.m4: s/conftestdir/conftest.d1/ and
25033         s/conftestdir2/conftest.d2/.
25034         * m4/utimes.m4: s/conftestdata/conftest.data/
25035         Inspired by Pavel Roskin's change in autoconf.
25036
25037 2001-01-30  Bruno Haible  <haible@clisp.cons.org>
25038
25039         * lib/config.charset: Update for FreeBSD 4.2.
25040
25041 2001-01-27  Jim Meyering  <meyering@lucent.com>
25042
25043         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Open-code what was
25044         a use of AS_IF.
25045         * m4/fsusage.m4 (jm_FILE_SYSTEM_USAGE): Likewise.
25046
25047 2001-01-26  Jim Meyering  <meyering@lucent.com>
25048
25049         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Check for stddef.h, now that
25050         quotearg.c includes it.
25051
25052 2001-01-26  Jim Meyering  <meyering@lucent.com>
25053
25054         * lib/quotearg.c: Include stddef.h.
25055         * lib/quote.c: Include stddef.h.
25056         Reported by Axel Kittenberger.
25057
25058         * lib/xmalloc.c [HAVE_DONE_WORKING_MALLOC_CHECK]: Enclose error-evoking
25059         line in double quotes so that it evokes a better diagnostic.
25060         [HAVE_DONE_WORKING_REALLOC_CHECK]: Likewise.
25061         Reported by Axel Kittenberger.
25062
25063 2001-01-24  Stefan Monnier  <monnier@cs.yale.edu>
25064
25065         * regex.c (mutually_exclusive_p): Don't blindly handle `charset_not'
25066         as if it was a `charset'.
25067
25068 2001-01-21  Bruno Haible  <haible@clisp.cons.org>
25069
25070         * m4/iconv.m4 (jm_ICONV): Also check whether the iconv declaration
25071         has const.
25072
25073 2001-01-21  Bruno Haible  <haible@clisp.cons.org>
25074
25075         * lib/unicodeio.c (print_unicode_char): Cast the second iconv() arg,
25076         to avoid a warning.  Add back 'const' to inptr.
25077
25078 2001-01-20  Jim Meyering  <meyering@lucent.com>
25079
25080         Be sure that headers are checked before used in code compiled
25081         for the type checks.
25082         * m4/jm-macros.m4 (jm_MACROS): Remove all header checks.
25083         In place of that, invoke jm_CHECK_ALL_TYPES.
25084         (jm_CHECK_ALL_HEADERS): New functions with the above checks.
25085         (jm_CHECK_ALL_TYPES): Require jm_CHECK_ALL_HEADERS.
25086         Alan Iwi reported a build failure on an f300-fujitsu-uxpv4.1_ES;
25087         The check for ssize_t was mistakenly run before the test for unistd.h.
25088
25089         The configure-time check for stdbool.h was missing.
25090         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_HASH.
25091         (jm_PREREQ_HASH): New function.
25092
25093 2001-01-17  Jim Meyering  <meyering@lucent.com>
25094
25095         * m4/fsusage.m4 (jm_FILE_SYSTEM_USAGE): Use AS_IF, not AS_IFELSE,
25096         for autoconf-2.49c.
25097         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Likewise.
25098
25099 2001-01-16  Jim Meyering  <meyering@lucent.com>
25100
25101         * lib/basename.c: Include <stdio.h>, needed by assert on SunOS 4.
25102         From Bruno Haible.
25103
25104 2001-01-14  Jim Meyering  <meyering@lucent.com>
25105
25106         * m4/rename.m4: Use temporary directories named conftestdir{,2}, not
25107         foo and bar.  Create conftestdir/ in the script, not in the C code.
25108         Remove directories in the script, not in the C code.
25109         Remove conftestdir{,2} before trying to create the directory.
25110         Make the entire configure script fail if the mkdir fails.
25111
25112 2001-01-14  Jim Meyering  <meyering@lucent.com>
25113
25114         * lib/rename.c: New file.  From Volker Borchert.
25115         Include stdlib.h, string.h or strings.h, and xalloc.h.
25116         Use strip_trailing_slashes rather than open-coding it.
25117
25118 2001-01-03  Paul Eggert  <eggert@twinsun.com>
25119
25120         * lib/strftime.c: Sync with glibc time/strftime.c 1.81.
25121
25122 2001-01-03  Jim Meyering  <meyering@lucent.com>
25123
25124         * lib/unicodeio.c (print_unicode_char): Remove `const' from declaration
25125         of local `inptr' to avoid warning with some system declarations of
25126         iconv.
25127
25128 2001-01-02  Volker Borchert  <bt@teknon.de>
25129
25130         * m4/rename.m4: New file.
25131         * m4/jm-macros.m4 (jm_MACROS): Require vb_FUNC_RENAME.
25132
25133 2001-01-01  Jim Meyering  <meyering@lucent.com>
25134
25135         * m4/prereq.m4 (jm_PREREQ_READUTMP): Include utmp.h (if available),
25136         even on systems with utmpx.h.  It's necessary for the declaration of
25137         utmp's ut_user member.  Reported by Andreas Jaeger.
25138
25139         * m4/check-decl.m4 (jm_CHECK_DECLS): Include grp.h and pwd.h if
25140         available. They are required for the declarations of getgrgid and
25141         getpwuid resp.
25142         (_jm_DECL_HEADERS): Check for grp.h and pwd.h.
25143         Reported by Andreas Jaeger.
25144
25145 2001-01-01  Alexandre Duret-Lutz  <duret_g@epita.fr>
25146
25147         * m4/libintl.m4 (AM_GNU_GETTEXT): Define MKINSTALLDIRS by
25148         expanding the value of $ac_aux_dir, as in AM_MISSING_HAS_RUN,
25149         so `make install' also works in VPATH builds.
25150
25151 2000-12-31  Alexandre Duret-Lutz  <duret_g@epita.fr>
25152
25153         * m4/libintl.m4 (AM_WITH_NLS): When using AC_CONFIG_AUX_DIR,
25154         prepend $(top_srcdir) to the value of MKINSTALLDIRS so that it
25155         can be used in subdirectories.
25156
25157 2000-12-29  Paul Eggert  <eggert@twinsun.com>
25158
25159         * lib/modechange.c: Do not assume that mode_t uses the
25160         traditional octal encoding.  E.g. "chmod 1 FOO" should set
25161         the other-execute bit of FOO even if S_IXOTH != 1.
25162
25163         (SUID, SGID, SVTX, RUSR, WUSR, XUSR, RGRP, WGRP, XGRP, ROTH,
25164         WOTH, XOTH, ALLM): New macros.
25165         (S_ISUID, S_ISGID, S_ISVTX, S_IRUSR, S_IWUSR, S_IXUSR,
25166          S_IRGRP, S_IWGRP, S_IXGRP, S_IROTH, S_IWOTH, S_IXOTH):
25167         Use them.
25168         (S_ISGID): Fix typo; it was defaulting to the same value as S_ISUID.
25169         (S_IRWXU, S_IRWXG, S_IRWXO): Specify defaults in terms of the above.
25170         (mode_compile):
25171         No need to use uintmax_t; unsigned long is long enough.
25172         Don't bother to get suffix since we don't use it.
25173
25174 2000-12-26  Jim Meyering  <meyering@lucent.com>
25175
25176         * m4/dos.m4 (jm_AC_DOS): Rewrite (though it's still a stub) to work
25177         better with autoheader.
25178
25179 2000-12-24  Jim Meyering  <meyering@lucent.com>
25180
25181         * lib/hash.c (is_prime): Return explicit boolean values.
25182         (hash_get_first): Return NULL to appease Irix5.6's 89.
25183         Reported by Nelson Beebe.
25184
25185 2000-12-19  Bruno Haible  <haible@clisp.cons.org>
25186
25187         * lib/localcharset.c (locale_charset): Add support for Win32.
25188
25189 2000-12-18  Paul Eggert  <eggert@twinsun.com>
25190
25191         * lib/physmem.h, lib/physmem.c: New files.
25192
25193         * lib/Makefile.am (libfetish_a_SOURCES): Add physmem.c.
25194         (noinst_HEADERS): Add physmem.h.
25195
25196         * lib/xstrtol.c (__xstrtol): Add undocumented suffixes 'g' and
25197         't' for compatibility with Solaris 8 sort.
25198
25199 2000-12-18  Bruno Haible  <haible@clisp.cons.org>
25200
25201         * lib/config.charset: Add support for BeOS.
25202
25203 2000-12-17  Jim Meyering  <meyering@lucent.com>
25204
25205         * m4/dos.m4 (jm_AC_DOS): New file and macro.
25206         * m4/jm-macros.m4 (jm_MACROS): Require jm_AC_DOS.
25207
25208 2000-12-16  Jim Meyering  <meyering@lucent.com>
25209
25210         This bug had a serious impact on chown: `chown N:M FILE' (for integer
25211         N and M) would have treated it like `chown N:N FILE'.
25212
25213         * lib/userspec.c (parse_user_spec): Fix typo: s/u/g/.
25214
25215 2000-12-16  Jim Meyering  <meyering@lucent.com>
25216
25217         * lib/getusershell.c [!SHELLS_FILE && __DJGPP__]: Define
25218         SHELLS_FILE to a file name that's useful on djgpp systems.
25219         Include stdlib.h.
25220         (ADDITIONAL_DEFAULT_SHELLS): Define.
25221         (default_shells): Prepend ADDITIONAL_DEFAULT_SHELLS.
25222         Based mostly on a patch from Prashant TR.
25223
25224 2000-12-16  Bruno Haible  <haible@clisp.cons.org>
25225
25226         * lib/config.charset: Add ISO-8859-3, BIG5HKSCS, GB18030, JOHAB,
25227         VISCII, CP874, CP949, CP950, CP1250, CP1253, CP1254, CP1255, CP1256,
25228         CP1257 to the list of canonical encodings. Rename EUC-CN to GB2312.
25229
25230 2000-12-08  Andreas Schwab  <schwab@suse.de>
25231
25232         * lib/mbswidth.c (mbsnwidth): Don't loop endlessly when called with an
25233         invalid mulitbyte sequence and with the MBSW_ACCEPT_INVALID flag set.
25234
25235 2000-12-07  Jim Meyering  <meyering@lucent.com>
25236
25237         * lib/stripslash.c (ISSLASH): Define.
25238         (strip_trailing_slashes): Use ISSLASH rather than comparing against
25239         `/'.
25240         From Prashant TR.
25241
25242         * lib/dirname.c (FILESYSTEM_PREFIX_LEN): Define.
25243         (dir_name_r): Declare this function as static.
25244         [BACKSLASH_IS_PATH_SEPARATOR]: Fix a bug that'd
25245         manifest itself on a name containing a mix of slashes and
25246         backslashes.
25247         Make this function work with names starting with a DOS-style
25248         drive letter and colon prefix.
25249         (dir_name): Append `.' if necessary.
25250         Based mostly on patches from Prashant TR and Eli Zaretskii.
25251
25252         * lib/dirname.h (dir_name_r): Remove prototype.
25253
25254 2000-12-06  Paul Eggert  <eggert@twinsun.com>
25255
25256         * m4/off_t-format.m4: Remove this file.
25257         * m4/jm-macros.m4 (jm_MACROS): Remove jm_SYS_OFF_T_PRINTF_FORMAT.
25258
25259 2000-12-06  Jim Meyering  <meyering@lucent.com>
25260
25261         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): If we need the
25262         replacement strtoull, we may well need the replacement strtoul, too.
25263         Check for declarations of strtoul and strtoull.
25264         Check for strtol.  Mainly as a cue to cause automake to include
25265         strtol.c -- that file is included by each of strtoul.c and strtoull.c.
25266         Check for limits.h -- strtol.c needs it.
25267
25268 2000-12-05  Jim Meyering  <meyering@lucent.com>
25269
25270         * lib/dirname.c (dir_name_r): Add `const' in a few local declarations.
25271
25272 2000-12-04  Jim Meyering  <meyering@lucent.com>
25273
25274         * lib/path-concat.c: [!HAVE_DECL_MALLOC]: Declare malloc.
25275         Also include memory.h, stdlib.h, unistd.h if appropriate.
25276         Reported by Andreas Jaeger (conflicting declaration of malloc).
25277
25278 2000-12-02  Jim Meyering  <meyering@lucent.com>
25279
25280         * m4/off_t-format.m4 (OFF_T_PRINTF_FORMAT_STRING): New file/macro.
25281         * m4/jm-macros.m4 (jm_MACROS): require it.
25282
25283 2000-12-02  Jim Meyering  <meyering@lucent.com>
25284
25285         * lib/closeout.h: Make idempotent, to avoid some obscure warnings.
25286
25287 2000-12-01  Paul Eggert  <eggert@twinsun.com>
25288
25289         * lib/memrchr.c: Include <config.h> before any system include file.
25290
25291 2000-11-30  Jim Meyering  <meyering@lucent.com>
25292
25293         * m4/jm-macros.m4 (jm_MACROS): Check for stdint.h.
25294
25295 2000-11-30  Jim Meyering  <meyering@lucent.com>
25296
25297         * m4/getloadavg.m4: s/ifval/m4_ifval/ to accommodate new autoconf.
25298
25299 2000-11-29  Paul Eggert  <eggert@twinsun.com>
25300
25301         * lib/dirname.c (dir_name_r): Fix typo: int -> size_t.
25302
25303 2000-11-26  Jim Meyering  <meyering@lucent.com>
25304
25305         * lib/memcoll.c: Include sys/types.h.  From Werner Almesberger.
25306
25307 2000-11-22  Paul Eggert  <eggert@twinsun.com>
25308
25309         * lib/strftime.c (my_strftime): Do not invoke mbrlen with a
25310         size of (size_t) -1; it's not portable.
25311
25312 2000-11-17  Jim Meyering  <meyering@lucent.com>
25313
25314         * lib/strstr.c: Update from GNU libc.
25315
25316 2000-11-17  Akim Demaille  <akim@epita.fr>
25317
25318         * lib/obstack.h: Formatting changes.
25319         (obstack_grow, obstack_grow0): Don't cast WHERE at all: that would
25320         prevent type checking.
25321         (obstack_ptr_grow, obstack_ptr_grow_fast): When assigning, don't
25322         cast the value to (void *): assigning a `foo *' to a `void *'
25323         variable is valid.
25324         (obstack_int_grow, obstack_int_grow_fast): Don't cast AINT to int.
25325
25326 2000-11-16  Jim Meyering  <meyering@lucent.com>
25327
25328         * lib/strverscmp.c: Incorporate weak-alias-related changes from glibc.
25329
25330 2000-11-11  Jim Meyering  <meyering@lucent.com>
25331
25332         * lib/error.c: Add a couple #includes, merging from GNU libc version.
25333
25334 2000-11-10  Jim Meyering  <meyering@lucent.com>
25335
25336         * lib/obstack.h: Update from GNU libc.
25337         * lib/obstack.c: Likewise.
25338
25339 2000-11-08  Bruno Haible  <haible@clisp.cons.org>
25340
25341         * m4/jm-macros.m4 (jm_MACROS): Add test for wcrtomb.
25342
25343 2000-11-06  Paul Eggert  <eggert@twinsun.com>
25344
25345         * lib/getusershell.c (setusershell): Use rewind rather than
25346         fseek/fseeko, to avoid configuration hassles with fseeko.
25347         Don't bother opening SHELLS_FILE if shellstream is NULL;
25348         it's not necessary.
25349
25350 2000-11-05  Jim Meyering  <meyering@lucent.com>
25351
25352         * lib/makepath.h (make_dir): Declare.
25353         * lib/makepath.c (make_dir): Remove `static' attribute.
25354         Tweak a comment.
25355
25356 2000-11-04  Jim Meyering  <meyering@lucent.com>
25357
25358         * m4/regex.m4: Use the `m4_' prefix on `syscmd' and `m4_sysval'.
25359
25360 2000-11-04  Alexandre Duret-Lutz  <duret_g@epita.fr>
25361
25362         * lib/hash.c (hash_get_next): Fix a thinko:  when ENTRY is the
25363         last one in a bucket, advance to the next bucket.
25364
25365 2000-11-02  Vesselin Atanasov  <vesselin@bgnet.bg>
25366
25367         * lib/fnmatch.c: Do not comment out all the code if we are using
25368         the GNU C library, because in some cases we are replacing buggy
25369         code in the GNU C library itself.
25370
25371 2000-10-30  Stefan Monnier  <monnier@cs.yale.edu>
25372
25373         * regex.c (re_iswctype, re_wctype_to_bit): Fix braino.
25374         (regex_compile): Catch bogus \(\1\).
25375
25376 2000-10-30  Paul Eggert  <eggert@twinsun.com>
25377
25378         * lib/fnmatch.c (FOLD): Do not assume that characters are unsigned.
25379         (fnmatch): Fix some FNM_FILE_NAME and FNM_LEADING_DIR bugs,
25380         e.g. fnmatch("d*/*1", "d/s/1", FNM_FILE_NAME) incorrectly yielded zero.
25381
25382 2000-10-30  Paul Eggert  <eggert@twinsun.com>
25383
25384         * lib/error.h, getline.h, modechange.h:
25385         Remove "2000" from Copyright line, as the file hasn't been
25386         changed this year other than in the copyright notice.
25387
25388         * lib/xalloc.h: Add "2000" to Copyright line, as this file
25389         was changed this year.
25390
25391 2000-10-29  Jim Meyering  <meyering@lucent.com>
25392
25393         * m4/fsusage.m4: s/AC_SHELL_IFELSE/AS_IFELSE/ to match autoconf
25394         renaming.
25395         * m4/ls-mntd-fs.m4: Likewise
25396
25397 2000-10-29  Jim Meyering  <meyering@lucent.com>
25398
25399         * lib/xstat.in: Fix grammar in comment.
25400
25401 2000-10-29  Greg Louis  <glouis@dynamicro.on.ca>
25402
25403         * lib/regex.h (__restrict_arr): Move definition out of #ifndef block.
25404         Required because egcs-2.91.66 (aka 1.1.2) defines __restrict, but
25405         doesn't define __restrict_arr.
25406
25407 2000-10-28  Jim Meyering  <meyering@lucent.com>
25408
25409         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_MEMCHR.
25410         (jm_PREREQ_MEMCHR): New function.
25411
25412 2000-10-28  Jim Meyering  <meyering@lucent.com>
25413
25414         * lib/memchr.c: Update from libc.
25415         Adjust for portability:
25416         [HAVE_STDLIB_H]: Include stdlib.h.
25417         [HAVE_BP_SYM_H || _LIBC]: Guard inclusion of bp-sym.h.
25418         Undef __memchr, too.
25419         [!weak_alias]: Define __memchr to memchr.
25420
25421         * lib/regex.c: Update from libc.
25422         * lib/regex.h: Likewise.
25423         * lib/getopt1.c: Likewise.
25424         * lib/memcmp.c: Likewise.
25425
25426         * lib/getusershell.c (setusershell) [HAVE_FSEEKO]: Use fseeko.
25427         Avoid using fseek, when possible -- it's broken by design.
25428         Patch by Ulrich Drepper.
25429
25430 2000-10-27  Stefan Monnier  <monnier@cs.yale.edu>
25431
25432         * regex.c (POP_FAILURE_REG_OR_COUNT, re_match_2_internal)
25433         (re_match_2_internal, re_match_2_internal, re_match_2_internal):
25434         Giving in to popular pressure to shut up the compiler with casts.
25435
25436 2000-10-26  Jim Meyering  <meyering@lucent.com>
25437
25438         * lib/strftime.c: Update from libc.
25439
25440 2000-10-25  Stefan Monnier  <monnier@cs.yale.edu>
25441
25442         * regex.c: More `unsigned char' -> `re_char' changes.
25443         Also change several `int' into `re_wchar_t'.
25444         (PATTERN_STACK_EMPTY, PUSH_PATTERN_OP, POP_PATTERN_OP): Remove.
25445         (PUSH_FAILURE_POINTER): Don't cast any more.
25446         (POP_FAILURE_REG_OR_COUNT): Remove the cast that strips `const'.
25447         We want GCC to complain, since this piece of code makes
25448         re_match non-reentrant, which *should* be fixed.
25449         (GET_BUFFER_SPACE): Use size_t rather than unsigned long.
25450         (EXTEND_BUFFER): Use RETALLOC.
25451         (SET_LIST_BIT): Don't cast.
25452         (re_wchar_t): New type.
25453         (re_iswctype, re_wctype_to_bit): Make it crystal clear to GCC
25454         that those two functions will always properly return.
25455         (IMMEDIATE_QUIT_CHECK): Cast to void.
25456         (analyse_first): Use recursion rather than an explicit stack.
25457         (re_compile_fastmap): Can't fail anymore.
25458         (re_search_2): Don't check re_compile_fastmap for failure.
25459         (PUSH_NUMBER): Renamed from PUSH_FAILURE_COUNT.
25460         Now also sets the new value (passed in a new argument).
25461         (re_match_2_internal): Use it.
25462         Also, use a new var `reg' of type size_t when looping through regs
25463         rather than reuse the inappropriate `mcnt'.
25464
25465 2000-10-25  Jim Meyering  <meyering@lucent.com>
25466
25467         * lib/obstack.c: Update from libc.
25468
25469 2000-10-24  Kenichi Handa  <handa@etl.go.jp>
25470
25471         * regex.c (regex_compile): Change the way of handling a range from
25472         a char less than 256 to a char not less than 256.
25473
25474 2000-10-24  Andrew Innes  <andrewi@gnu.org>
25475
25476         * regex.c (IMMEDIATE_QUIT_CHECK): New macro, which does QUIT on
25477         NT-Emacs only.
25478         (re_match_2_internal): Use IMMEDIATE_QUIT_CHECK instead of QUIT,
25479         so that re_search functions only quit when callers expect them to.
25480
25481 2000-10-23  Jim Meyering  <meyering@lucent.com>
25482
25483         * lib/hard-locale.c (hard_locale): Revert last change -- it was simply
25484         wrong.  That set_locale call must not have any side effects.
25485         From Paul Eggert.
25486
25487 2000-10-22  Jim Meyering  <meyering@lucent.com>
25488
25489         * lib/md5.c (md5_process_block) [OP]: Use `rol', not CYCLIC.
25490         [CYCLIC]: Remove now-unused definition.
25491
25492         * lib/save-cwd.c (O_DIRECTORY): Define, if needed.
25493         (save_cwd) [HAVE_FCHDIR]: Use O_DIRECTORY when opening ".".
25494         Suggestion from Ulrich Drepper.
25495
25496 2000-10-21  Jim Meyering  <meyering@lucent.com>
25497
25498         * m4/check-decl.m4 (jm_CHECK_DECLS): Also check for memrchr.
25499         * m4/prereq.m4 (jm_PREREQ_DIRNAME): New macro.
25500         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add memrchr.
25501
25502 2000-10-21  Jim Meyering  <meyering@lucent.com>
25503
25504         * lib/dirname.c (memrchr): Declare if necessary.
25505         (dir_name): Remove the restriction that there be no
25506         trailing slashes.  Now, this code skips past them, effectively
25507         ignoring them.
25508         [TEST_DIRNAME] (main): New unit tests.
25509
25510         * lib/memrchr.c: New file from GNU libc.
25511         Undef __memrchr, too.
25512         [!weak_alias]: Define __memrchr to memrchr.
25513         Guard weak_alias use with `#ifdef weak_alias'.
25514
25515 2000-10-21  Jim Meyering  <meyering@lucent.com>
25516
25517         * lib/dirname.c (dir_name_r): New function, factored out of dir_name.
25518         (dir_name): Use dir_name_r.
25519         * lib/dirname.h (dir_name_r): Declare it.
25520
25521 2000-10-17  Jim Meyering  <meyering@lucent.com>
25522
25523         * lib/quote.h (PARAMS): Define and use.
25524         Reported by Akim Demaille.
25525
25526         * lib/getopt.c: Update from libc.
25527
25528 2000-10-16  Jim Meyering  <meyering@lucent.com>
25529
25530         * lib/hard-locale.c (hard_locale): Use "", not 0 as 2nd arg to
25531         setlocale.
25532         From Jan Fedak.
25533
25534 2000-10-15  Stefan Monnier  <monnier@cs.yale.edu>
25535
25536         * regex.c (WIDE_CHAR_SUPPORT): Define if _LIBC as well.
25537
25538 2000-09-25  Jim Meyering  <meyering@lucent.com>
25539
25540         * lib/md5.h (rol): Define (from GnuPG).
25541
25542         * lib/sha.c: Give credit (GnuPG) where due.
25543         (M): Use rol rather than open-coding it.
25544         Add a FIXME comment.
25545
25546 2000-09-21  Jim Meyering  <meyering@lucent.com>
25547
25548         * lib/userspec.c (parse_user_spec): Remove debugging printf I'd added.
25549         Reported by Michael Stone.
25550
25551 2000-09-20  Jim Meyering  <meyering@lucent.com>
25552
25553         * lib/Makefile.am (libfetish_a_SOURCES): Add sha.c.
25554         (noinst_HEADERS): Add sha.h.
25555         Based on code from Scott G. Miller and from GnuPG.
25556
25557 2000-09-18  Jim Meyering  <meyering@lucent.com>
25558
25559         * m4/getloadavg.m4 (AC_FUNC_GETLOADAVG): Restore the initial value of
25560         LIBS. Otherwise, everyone ends up linking with -lelf for some
25561         configurations.
25562         Reported by Mike Stone.
25563
25564 2000-09-15  Jim Meyering  <meyering@lucent.com>
25565
25566         * lib/regex.c: Update from libc.
25567
25568 2000-09-10  Jim Meyering  <meyering@lucent.com>
25569
25570         * lib/getopt.c (_getopt_internal): Update from glibc.
25571
25572 2000-09-09  Jim Meyering  <meyering@lucent.com>
25573
25574         * lib/quotearg.c: Rename ISASCII to IN_CTYPE_DOMAIN, so people don't
25575         think it should be used as a general replacement for isascii.
25576         * lib/fnmatch.c: Likewise.
25577         * lib/mbswidth.c: Likewise
25578         * lib/regex.c: Likewise.
25579
25580         Don't use atoi.
25581         * lib/userspec.c: Include sys/param.h and limits.h.
25582         Include xstrtol.h.
25583         (CHAR_BIT, TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM): Define.
25584         (UID_T_MAX, GID_T_MAX, MAXUID, MAXGID): Define.
25585         (parse_user_spec): Use xstrtoul, not atoi when converting numeric
25586         UID, GID.  Check range.
25587
25588 2000-09-06  Jim Meyering  <meyering@lucent.com>
25589
25590         * lib/getopt.c (_getopt_internal): Update from glibc.
25591
25592 2000-08-30  Jim Meyering  <meyering@lucent.com>
25593
25594         * lib/strftime.c: Merge in changes from GNU libc.
25595
25596 2000-08-26  Jim Meyering  <meyering@lucent.com>
25597
25598         * m4/jm-macros.m4: Use jm_FUNC_FPENDING.
25599         * m4/fpending.m4: New file.
25600
25601 2000-08-26  Jim Meyering  <meyering@lucent.com>
25602
25603         * lib/closeout.c: Include "__fpending.h".
25604         (close_stdout_status): Return right away if there's nothing to flush.
25605
25606         * lib/Makefile.am (noinst_HEADERS): Add __fpending.h.
25607         * lib/__fpending.c: New file.
25608         * lib/__fpending.h: New file.
25609
25610 2000-08-20  Jim Meyering  <meyering@lucent.com>
25611
25612         * m4/check-decl.m4: Include utmp.h `#if HAVE_UTMP_H', rather than
25613         `#if !HAVE_UTMPX_H'.  The latter would lose on systems with neither
25614         utmp.h nor utmpx.h.  Reported by Eli Zaretskii.
25615
25616 2000-08-11  J. David Anglin  <dave@hiauly1.hia.nrc.ca>
25617
25618         Improve fileutils installation on systems where running
25619         programs (like install) can't be unlinked.
25620         * m4/unlink-busy.m4 (jm_FUNC_UNLINK_BUSY_TEXT): New file/macro.
25621         * m4/jm-macros.m4: Use jm_FUNC_UNLINK_BUSY_TEXT.
25622
25623 2000-08-07  Paul Eggert  <eggert@twinsun.com>
25624
25625         Standardize on "memory exhausted" instead of "Memory exhausted"
25626         or "virtual memory exhausted".
25627         * lib/obstack.c (print_and_abort): Use "memory exhausted", not
25628         "virtual memory exhausted".
25629         * lib/same.c (same_name): Invoke xalloc_die instead of printing
25630         our own message.
25631         * lib/userspec.c (parse_user_spec): Likewise.
25632         * lib/bumpalloc.h: comment fix
25633         * lib/same.c, userspec.c: Include xalloc.h.
25634
25635         * lib/xalloc.h (xalloc_msg_memory_exhausted): Now char const[],
25636         not char *const and pointing to a constant array.
25637         * lib/xmalloc.c (xalloc_msg_memory_exhausted): Likewise.
25638         (xrealloc): Comment fix.
25639
25640         * lib/userspec.c (parse_user_spec):
25641         Don't translate a message until just before returning,
25642         to avoid unnecessary translation.
25643
25644 2000-08-07  Jim Meyering  <meyering@lucent.com>
25645
25646         * lib/addext.c, argmatch.c, argmatch.h, backupfile.h, bumpalloc.h,
25647         chown.c, diacrit.h, dirname.h, dup2.c, exclude.h, fileblocks.c,
25648         fnmatch.c, fnmatch.h, fsusage.c, fsusage.h, getdate.h,
25649         getgroups.c, gethostname.c, getopt.h, group-member.c,
25650         hard-locale.c, hash.h, isdir.c, lchown.c, linebuffer.c,
25651         linebuffer.h, long-options.h, malloc.c, md5.c, md5.h, memchr.c,
25652         memcmp.c, memcoll.c, memset.c, mktime.c, modechange.h, obstack.h,
25653         pathmax.h, realloc.c, rmdir.c, safe-read.c, save-cwd.c, stime.c,
25654         stpcpy.c, strcasecmp.c, strcspn.c, strdup.c, stripslash.c,
25655         strstr.c, strtod.c, strtol.c, strtoul.c, strtoull.c, strtoumax.c,
25656         utime.c, version-etc.h, xalloc.h, xstrdup.c, xstrtoumax.c,
25657         yesno.c: Back out Copyright date changes for each file with no change
25658         this year.  This eases coordination with other programs using the same
25659         source code modules.  From Paul Eggert.
25660
25661 2000-08-06  Paul Eggert  <eggert@twinsun.com>
25662
25663         * m4/mbstate_t.m4 (AC_MBSTATE_T): Define mbstate_t to be int,
25664         not char, for compatibility with glibc 2.1.3 strftime.c.
25665
25666 2000-08-03  Greg McGary  <greg@mcgary.org>
25667
25668         * lib/regex.c (SET_HIGH_BOUND, MOVE_BUFFER_POINTER,
25669         ELSE_EXTEND_BUFFER_HIGH_BOUND): New macros.
25670         (EXTEND_BUFFER): Use them.
25671
25672 2000-08-01  Jim Meyering  <meyering@lucent.com>
25673
25674         * lib/dirname.c (ISSLASH): Define.
25675         (BACKSLASH_IS_PATH_SEPARATOR): Define.
25676         (dir_name) [BACKSLASH_IS_PATH_SEPARATOR]: Handle the case in which
25677         both `\' and `/' may be use as path separators.
25678         Based on a patch from Prashant TR.
25679
25680 2000-07-31  Paul Eggert  <eggert@twinsun.com>
25681
25682         * lib/quotearg.c (quotearg_n_options): Don't make the initial
25683         slot vector a constant, since it might get modified.
25684
25685 2000-07-31  Jim Meyering  <meyering@lucent.com>
25686
25687         * lib/xmalloc.c: Use `virtual memory exhausted', not
25688         `Memory exhausted'.
25689         * lib/obstack.c (print_and_abort): Likewise.
25690
25691 2000-07-30  Paul Eggert  <eggert@twinsun.com>
25692
25693         * lib/quotearg.c (quotearg_n_options): Preallocate a slot 0
25694         buffer, so that the caller can always quote one small
25695         component of a "memory exhausted" message in slot 0.
25696         From a suggestion by Jim Meyering.
25697
25698 2000-07-30  Jim Meyering  <meyering@lucent.com>
25699
25700         * lib/makepath.c (make_path): Quote the other instance, too.
25701
25702         * lib/quotearg.c (N_STATIC_SLOTVECS): Define.
25703         (STATIC_BUF_SIZE): Define.
25704         (quotearg_n_options): Use only statically allocated storage when
25705         N < N_STATIC_SLOTVECS and the length of the quoted result is smaller
25706         than STATIC_BUF_SIZE.
25707
25708 2000-07-29  Jim Meyering  <meyering@lucent.com>
25709
25710         * lib/diacrit.c (diacrit_diac): Use __MSDOS__ in favor of MSDOS.
25711         * lib/dirname.c (dir_name): Likewise.
25712
25713         * lib/basename.c (base_name): Use ISSLASH rather than comparing against
25714         `/'.
25715
25716         * lib/dirname.c (dir_name) [MSDOS]: Declare `lim' to be const.
25717         (dir_name): Assert that there are no trailing slashes.
25718
25719 2000-07-29  Bruno Haible  <haible@clisp.cons.org>
25720
25721         * lib/mbswidth.h (mbswidth): Add a flags argument.
25722         (mbswidth): New declaration.
25723         (MBSW_ACCEPT_INVALID, MBSW_ACCEPT_UNPRINTABLE): New macros.
25724         * lib/mbswidth.c (mbswidth): Add a flags argument.
25725         (mbsnwidth): New function.
25726
25727 2000-07-24  Jim Meyering  <meyering@lucent.com>
25728
25729         * lib/mbswidth.c: Remove useless #else.  From Bruno Haible.
25730
25731 2000-07-23  Paul Eggert  <eggert@twinsun.com>
25732
25733         * m4/mbswidth.m4 (jm_PREREQ_MBSWIDTH): Check for wcwidth declaration.
25734
25735 2000-07-23  Paul Eggert  <eggert@twinsun.com>
25736
25737         * lib/quotearg.c: Streamline by invoking multibyte code only if needed.
25738         <wchar.h>: Include only if HAVE_MBRTOWC && 1 < MB_LEN_MAX.
25739         (MB_CUR_MAX): Redefine to 1 if ! (HAVE_MBRTOWC && 1 < MB_LEN_MAX).
25740         (quotearg_buffer_restyled): If a unibyte locale, don't bother to
25741         invoke multibyte primitives.
25742
25743 2000-07-23  Paul Eggert  <eggert@twinsun.com>
25744
25745         * lib/quotearg.c:
25746         Include <wchar.h> even if ! (HAVE_MBRTOWC && 1 < MB_LEN_MAX),
25747         so that mbstate_t is always defined.
25748
25749         Do not inspect MB_LEN_MAX, since it's incorrectly defined to
25750         be 1 in at least one GCC installation, and this configuration
25751         error is likely to be common.  Ignoring MB_LEN_MAX hurts
25752         performance on hosts that have mbrtowc but have only unibyte
25753         locales, but I assume these hosts are rare.
25754
25755 2000-07-23  Paul Eggert  <eggert@twinsun.com>
25756
25757         * lib/mbswidth.c (_XOPEN_SOURCE):
25758         Don't define; this causes problems on Solaris 7.
25759         (wcwidth) [!HAVE_DECL_WCWIDTH]: Declare.
25760
25761 2000-07-23  Jim Meyering  <meyering@lucent.com>
25762
25763         * m4/check-decl.m4 (jm_CHECK_DECLS): Check for declarations of these,
25764         too: getgrgid, getpwuid, getuid.
25765
25766 2000-07-23  Jim Meyering  <meyering@lucent.com>
25767
25768         * lib/basename.c (base_name): Add an assertion.
25769
25770 2000-07-23  Bruno Haible  <haible@clisp.cons.org>
25771
25772         * lib/quotearg.c: When the system forces us to redefine mbstate_t,
25773         shadow its mbsinit function.
25774
25775 2000-07-17  Bruno Haible  <haible@clisp.cons.org>
25776
25777         * lib/mbswidth.h: New file.
25778         * lib/mbswidth.c: New file.
25779         * lib/Makefile.am (libfetish_a_SOURCES): Add mbswidth.c.
25780         (noinst_HEADERS): Add mbswidth.h.
25781
25782 2000-07-17  Bruno Haible  <haible@clisp.cons.org>
25783
25784         * lib/config.charset: Add support for FreeBSD. Improve support for
25785         HP-UX and IRIX 6.
25786
25787 2000-07-16  Bruno Haible  <haible@clisp.cons.org>
25788
25789         * m4/mbswidth.m4: New file.
25790         * m4/prereq.m4 (jm_PREREQ): Call jm_PREREQ_MBSWIDTH.
25791
25792 2000-07-15  Jim Meyering  <meyering@lucent.com>
25793
25794         * lib/makepath.c: Include quote.h.
25795         (make_path): Convert "`%s'" in format strings to "%s", and wrap each
25796         corresponding argument in a `quote (...)' call.
25797         Give better diagnostics.
25798
25799         * lib/Makefile.am (libfetish_a_SOURCES): Add quote.c.
25800         (noinst_HEADERS): Add quote.h.
25801
25802         * lib/quote.c (quote, quote_n): New file.  Two functions taken verbatim
25803         from tar's src/misc.c.
25804         * lib/quote.h: New file.  Prototypes for same.
25805
25806 2000-07-14  Paul Eggert  <eggert@twinsun.com>
25807
25808         From a suggestion by Bruno Haible.
25809         * lib/quotearg.c (mbrtowc): Do not use HAVE_WCHAR_H in the definition.
25810         Use defined mbstate_t, not HAVE_MBSTATE_T_OBJECT,
25811         to decide whether to define the BeOS workaround macro;
25812         this adjusts to the change to AC_MBSTATE_T.
25813
25814 2000-07-14  Jim Meyering  <meyering@lucent.com>
25815
25816         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): Require
25817         jm_AC_TYPE_UINTMAX_T.
25818
25819 2000-07-13  Paul Eggert  <eggert@twinsun.com>
25820
25821         * lib/quotearg.h (enum quoting style): New enum clocale_quoting_style.
25822
25823         * lib/quotearg.c (quoting_style_args, quoting_style_vals,
25824         quotearg_buffer_restyled): Add support for
25825         clocale_quoting_style.  Undo previous change to
25826         locale_quoting_style behavior, and undo the "{LEFT QUOTATION MARK}"
25827         and "{RIGHT QUOTATION MARK}" msgids.
25828
25829 2000-07-10  Paul Eggert  <eggert@twinsun.com>
25830
25831         From a suggestion by Bruno Haible.
25832         * m4/mbstate_t.m4 (AC_MBSTATE_T):
25833         Renamed from AC_MBSTATE_T_OBJECT.  All uses changed.
25834         Change from a two-part test, which defines both HAVE_MBSTATE_T_OBJECT
25835         and mbstate_t, to a single-part test that simply defines mbstate_t.
25836         * m4/prereq.m4 (jm_PREREQ_QUOTEARG):
25837         s/AC_MBSTATE_T_OBJECT/AC_MBSTATE_T/.
25838
25839 2000-07-10  Jim Meyering  <meyering@lucent.com>
25840
25841         * m4/strerror_r.m4: Mirror the correction made in autoconf.
25842
25843         * m4/gnu-source.m4: Output to confdefs.h directly.
25844         Suggestion from Akim Demaille.
25845
25846 2000-07-09  Paul Eggert  <eggert@twinsun.com>
25847
25848         The old behavior of quoting `like this' doesn't look good with
25849         newer, ISO-style fonts.  See:
25850         http://www.cl.cam.ac.uk/~mgk25/ucs/quotes.html
25851
25852         Instead, quote "like this" by default.  Let the translator
25853         tailor the locale-specific quoting behavior by providing
25854         translations for {LEFT QUOTATION MARK} and {RIGHT QUOTATION MARK}.
25855
25856         * lib/quotearg.c (N_): New macro.
25857         (gettext_default): New function.
25858         (quotearg_buffer_restyled): Use
25859         gettext_default ("{LEFT QUOTATION MARK}", "\"") for left quote, and
25860         gettext_default ("{RIGHT QUOTATION MARK}", "\"") for right quote.
25861
25862 2000-07-09  Jim Meyering  <meyering@lucent.com>
25863
25864         * m4/jm-macros.m4 (jm_MACROS): Add a test to see if -lm is required
25865         to link seq.  If so, set SEQ_LIBM to -lm.  From Bruno Haible.
25866
25867         * m4/gnu-source.m4 (AC__GNU_SOURCE): New file/macro.
25868         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Require it.
25869
25870 2000-07-09  Jim Meyering  <meyering@lucent.com>
25871
25872         * lib/Most files: Update copyright dates to include 2000.
25873
25874 2000-07-08  Jim Meyering  <meyering@lucent.com>
25875
25876         * lib/xgethostname.c (ENAMETOOLONG): Define to an unlikely value
25877         if not defined.
25878         (xgethostname): Remove now-unnecessary #ifdef.
25879         Move declaration of `err' into loop where it's used.
25880
25881 2000-07-05  Paul Eggert  <eggert@twinsun.com>
25882         and Bruno Haible  <haible@clisp.cons.org>
25883
25884         * m4/mbstate_t.m4 (AC_MBSTATE_T_OBJECT): Test for mbstate_t
25885         only if the test for an object-type mbstate_t fails.  This
25886         prevents us from mistakenly reporting that mbstate_t is a
25887         system object type after we "#define mbstate_t int" to work
25888         around its lack.
25889
25890 2000-07-05  Paul Eggert  <eggert@twinsun.com>
25891         and Bruno Haible  <haible@clisp.cons.org>
25892
25893         * lib/quotearg.c (mbrtowc): Declare returned type, since BeOS doesn't.
25894
25895 2000-07-05  Bruno Haible  <haible@clisp.cons.org>
25896
25897         * m4/strerror_r.m4 (AC_FUNC_STRERROR_R): Pass a reasonably large buffer
25898         to strerror_r.
25899         Include <ctype.h> for use of isalpha.
25900
25901 2000-07-05  Bruno Haible  <haible@clisp.cons.org>
25902
25903         * lib/xgethostname.c (xgethostname): Protect against the SunOS 5.5 bug
25904         by allocating a larger buffer. Test the gethostname return value for
25905         being >= 0, not == 0, for BeOS.  Don't exhaust memory if gethostname
25906         returns an error and ENAMETOOLONG isn't defined.
25907
25908 2000-07-05  Bruno Haible  <haible@clisp.cons.org>
25909
25910         * lib/quotearg.c (struct quoting_options): Simplify quote_these_too
25911         dimension.
25912
25913 2000-07-04  Jim Meyering  <meyering@lucent.com>
25914
25915         * m4/fsusage.m4 (jm_FILE_SYSTEM_USAGE): Use plain old `echo' instead
25916         of the deprecated AC_CHECKING.
25917
25918 2000-07-04  Jim Meyering  <meyering@lucent.com>
25919
25920         * lib/strndup.c: [!HAVE_DECL_STRNLEN]: Declare strnlen.
25921         Reported by Bruno Haible.
25922
25923 2000-07-04  Jim Meyering  <meyering@lucent.com>
25924
25925         * lib/quotearg.c: Make inclusion of <wchar.h> independent of whether
25926         HAVE_MBRTOWC is set.  Required at least for irix-5.6, which
25927         lacks mbrtowc.
25928
25929 2000-07-03  Paul Eggert  <eggert@twinsun.com>
25930
25931         * m4/mbstate_t.m4 (AC_MBSTATE_T_OBJECT): Port to autoconf 2.13.
25932         Add AC_CHECK_HEADERS(stdlib.h), since we use HAVE_STDLIB_H.
25933
25934 2000-07-03  Paul Eggert  <eggert@twinsun.com>
25935         and Bruno Haible  <haible@clisp.cons.org>
25936
25937         * lib/quotearg.c (mbrtowc):
25938         Assign to *pwc, and return 1 only if result is nonzero.
25939         (iswprint): Use ISPRINT when substituting our own mbrtowc.
25940
25941 2000-07-03  Jim Meyering  <meyering@lucent.com>
25942
25943         * m4/check-decl.m4 (AC_CHECK_DECLS): Add strnlen.
25944
25945 2000-07-03  Jim Meyering  <meyering@lucent.com>
25946
25947         * lib/readutmp.h: [HAVE_UTMPX_H]: Include <utmp.h> if HAVE_UTMP_H.
25948         This is necessary to get a definition of e.g., UTMP_FILE on
25949         HP-UX 10.20.
25950         From Bob Proulx.
25951
25952 2000-07-02  Jim Meyering  <meyering@lucent.com>
25953
25954         * m4/mbstate_t.m4: Also define mbstate_t, if necessary.
25955
25956         * m4/chown.m4: Replace each use of AC_SUBST(LIBOBJS)/LIBOBJS=... with
25957         AC_LIBOBJ(function_name).
25958         * m4/chown.m4: Likewise.
25959         * m4/fnmatch.m4: Likewise.
25960         * m4/ftruncate.m4: Likewise.
25961         * m4/getgroups.m4: Likewise.
25962         * m4/getline.m4: Likewise.
25963         * m4/group-member.m4: Likewise.
25964         * m4/jm-macros.m4: Likewise.
25965         * m4/lstat.m4: Likewise.
25966         * m4/malloc.m4: Likewise.
25967         * m4/memcmp.m4: Likewise.
25968         * m4/nanosleep.m4: Likewise.
25969         * m4/putenv.m4: Likewise.
25970         * m4/realloc.m4: Likewise.
25971         * m4/regex.m4: Likewise.
25972         * m4/stat.m4: Likewise.
25973         * m4/strftime.m4: Likewise.
25974
25975 2000-07-02  Jim Meyering  <meyering@lucent.com>
25976
25977         * lib/quotearg.c (mbstate_t): Don't define here.
25978
25979 2000-07-02  Jim Meyering  <meyering@lucent.com>
25980
25981         * lib/nanosleep.c (SIGCONT): Define if not already defined.
25982
25983 2000-07-01  Jim Meyering  <meyering@lucent.com>
25984
25985         * m4/uptime.m4: Put double quotes around use of $cross_compiling.
25986
25987 2000-07-01  Jim Meyering  <meyering@lucent.com>
25988
25989         * m4/ls-mntd-fs.m4: Remove a `FIXME' comment and fix the associated
25990         problem.
25991
25992 2000-07-01  Bruno Haible  <haible@clisp.cons.org>
25993
25994         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Rename BeOS specific
25995         macro from MOUNTED_NEXT_DEV to MOUNTED_FS_STAT_DEV.
25996
25997 2000-07-01  Bruno Haible  <haible@clisp.cons.org>
25998
25999         * lib/mountlist.c: Use MOUNTED_FS_STAT_DEV instead of MOUNTED_NEXT_DEV,
26000         per change in ../m4/ls-mntd-fs.m4.
26001         (read_filesystem_list): Ignore symbolic links.
26002
26003 2000-06-29  Jim Meyering  <meyering@lucent.com>
26004
26005         * lib/same.c: Include <string.h> or <strings.h>, as appropriate,
26006         for declaration of strcmp.
26007
26008         * lib/long-options.c: Include <stdlib.h>, for declaration of exit.
26009
26010         * lib/mountlist.c (fsp_to_string) [HAVE_F_FSTYPENAME_IN_STATFS]:
26011         Avoid warning by casting result to `char *' to remove `const'.
26012
26013 2000-06-28  Jim Meyering  <meyering@lucent.com>
26014
26015         * m4/mbstate_t.m4: Use stdlib.h, not stdio.h.  The latter is not
26016         included by quotearg.c, for which we perform this test.  From
26017         Bruno Haible.
26018
26019 2000-06-27  Bruno Haible  <haible@clisp.cons.org>
26020
26021         * m4/check-decl.m4 (_jm_DECL_HEADERS): Check for utmp.h as well.
26022         * m4/prereq.m4 (jm_PREREQ_READUTMP): Likewise. If either <utmp.h> or
26023         <utmpx.h> exists, put readutmp.o into LIBOBJS.
26024
26025 2000-06-27  Bruno Haible  <haible@clisp.cons.org>
26026
26027         * lib/Makefile.am (libfetish_a_SOURCES): Remove readutmp.c.
26028
26029 2000-06-26  Paul Eggert  <eggert@twinsun.com>
26030
26031         savedir now sets errno on failure and invokes xmalloc to get memory.
26032         Fix a couple of other minor bugs while we're at it.
26033
26034         * lib/savedir.c (<unistd.h>): Do not include; there's no need.
26035         (NAMLEN): Remove macro.
26036         (malloc, realloc): Remove decls.
26037         (stpcpy): Likewise.
26038         ("xalloc.h"): Include.
26039         (NAME_SIZE_DEFAULT): New macro.
26040         (savedir): Use xmalloc / xrealloc to allocate memory.
26041         Use NAME_SIZE_DEFAULT if name_size is negative or overflows to zero.
26042         Skip "" directory entries.
26043         Use strlen to calculate directory entry length, since the old method
26044         is rarely used these days and isn't worth supporting.
26045         Don't use a pointer after freeing it.
26046         Check for integer overflow when calculating allocation size.
26047         Use memcpy to copy entries, instead of stpcpy.
26048         Set errno properly when returning NULL.
26049         Check for readdir error.
26050
26051 2000-06-26  Jim Meyering  <meyering@lucent.com>
26052
26053         * lib/posixtm.c [HAVE_STDLIB_H]: Include stdlib.h, for decl of abort.
26054
26055 2000-06-25  Jim Meyering  <meyering@lucent.com>
26056
26057         * m4/mbstate_t.m4: Include stdio.h before wchar.h to work around
26058         Linux header bug when _XOPEN_SOURCE is defined to 500.
26059
26060 2000-06-25  Bruno Haible  <haible@clisp.cons.org>
26061
26062         * lib/unicodeio.c (print_unicode_char): Work around ansi2knr
26063         deficiency.
26064
26065 2000-06-25  Bruno Haible  <haible@clisp.cons.org>
26066
26067         * lib/getusershell.c (xmalloc, xrealloc): Remove functions.
26068         Include xalloc.h.
26069         Don't include <stdlib.h>.  Don't declare malloc, realloc.
26070
26071 2000-06-24  Jim Meyering  <meyering@lucent.com>
26072
26073         * m4/strerror_r.m4: Revive this file -- to try out an experimental
26074         version of AC_FUNC_STRERROR_R that may work even on BeOS, a system
26075         for which strerror does return char*, but which lacks a conveniently
26076         accessible declaration of the function.  If the compile-test says
26077         strerror_r doesn't work, then resort to a `run'-test that works on
26078         BeOS and segfaults on DEC Unix.
26079
26080 2000-06-24  Jim Meyering  <meyering@lucent.com>
26081
26082         * lib/error.c [!HAVE_DECL_STRERROR_R]: Declare strerror_r.
26083
26084 2000-06-23  Paul Eggert  <eggert@twinsun.com>
26085
26086         * m4/mbstate_t.m4: New file, defining AC_MBSTATE_T_OBJECT.
26087         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Use it.  Add check for iswprint.
26088
26089 2000-06-23  Paul Eggert  <eggert@twinsun.com>
26090
26091         * lib/quotearg.c: Include <wctype.h> after <wchar.h>, for Solaris 2.5.
26092         (mbrtowc, mbstate_t): Define substitutes if
26093         HAVE_MBRTOWC && HAVE_WCHAR_H && !HAVE_MBSTATE_T_OBJECT.
26094         (iswprint): Define to 1 if !defined iswprint && !HAVE_ISWPRINT,
26095         not if ! (HAVE_MBRTOWC && HAVE_WCHAR_H).
26096
26097 2000-06-23  Jim Meyering  <meyering@lucent.com>
26098
26099         * m4/afs.m4: Add missing AC_MSG_RESULT.
26100         Reported by Bruno Haible.
26101
26102         * m4/fsusage.m4: s/AC_MSG_CHECKING/AC_CHECKING/.
26103         Suggestion from Bruno Haible.
26104
26105 2000-06-23  Jim Meyering  <meyering@lucent.com>
26106
26107         * lib/getpass.c: New file, from Bruno Haible.  Required for BeOS.
26108
26109 2000-06-21  Jim Meyering  <meyering@lucent.com>
26110
26111         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add getpass.
26112
26113 2000-06-21  Jim Meyering  <meyering@lucent.com>
26114
26115         * lib/Makefile.am (libfetish_a_SOURCES): Add getstr.c.
26116         (noinst_HEADERS): Add getstr.h.
26117
26118         * lib/getline.c (getstr): Move into a separate file.
26119         * lib/getstr.c (getstr): New file, extracted from getline.c, with
26120         the following changes: new parameter, delim2; both delim[12]
26121         parameters have type `int', not `char'.  The latter would lose
26122         with 8-bit delimiters.
26123         * lib/getstr.h: New file.
26124
26125 2000-06-21  Bruno Haible  <haible@clisp.cons.org>
26126
26127         * lib/xgetcwd.c (xgetcwd): If the required pathname length is smaller
26128         than 1024, return a memory chunk of least possible size, instead
26129         of size PATH_MAX + 2. In the loop, increment the size proportionally.
26130         Use free/xmalloc instead of xrealloc to avoid copying for very long
26131         paths.
26132
26133 2000-06-21  Bruno Haible  <haible@clisp.cons.org>
26134
26135         * lib/path-concat.c (path_concat): Don't access dir[-1] if dir is
26136         the empty string.
26137
26138 2000-06-21  Bruno Haible  <haible@clisp.cons.org>
26139
26140         * lib/canon-host.c (canon_host): Use malloc and memcpy to copy an
26141         address, not strdup.  Include <stdlib.h> and don't declare free().
26142
26143 2000-06-19  Jim Meyering  <meyering@lucent.com>
26144
26145         * lib/getloadavg.c [HAVE_NLIST_H] (NLIST_STRUCT): Define.
26146
26147 2000-06-18  Jim Meyering  <meyering@lucent.com>
26148
26149         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Remove mkdir.
26150
26151         * m4/link-follow.m4 (jm_AC_FUNC_LINK_FOLLOWS_SYMLINK): Change the
26152         `checking whether...' message to be consistent with that of the
26153         lstat test.
26154
26155 2000-06-18  Jim Meyering  <meyering@lucent.com>
26156
26157         * lib/mkdir.c: Remove file, due mainly to copyright incompatibility.
26158         Besides, these days every porting target provides a mkdir function.
26159
26160         * lib/strnlen.c: Include memory.h, string.h, and/or strings.h as
26161         needed. (this snippet comes from src/system.h).
26162
26163 2000-06-16  Bruno Haible  <haible@clisp.cons.org>
26164
26165         * m4/glibc21.m4 (jm_GLIBC21): Define GLIBC21 for Makefiles, not for C.
26166
26167 2000-06-15  Paul Eggert  <eggert@twinsun.com>
26168
26169         * lib/human.c (adjust_value): New function.
26170         (human_readable_inexact): Apply rounding style even when
26171         printing approximate values.
26172
26173 2000-06-14  Paul Eggert  <eggert@twinsun.com>
26174
26175         * lib/human.c (human_readable_inexact): Allow an input block
26176         size that is not a multiple of the output block size, and vice versa.
26177         Reported by Piergiorgio Sartor.
26178
26179 2000-06-14  Paul Eggert  <eggert@twinsun.com>
26180
26181         * lib/getdate.y (get_date): Apply relative times after time
26182         zone indicator, not before.  Reported by Todd A. Jacobs.
26183
26184 2000-06-13  Jim Meyering  <meyering@lucent.com>
26185
26186         * lib/Makefile.am (all-local): Depend on lstat.c and stat.c.
26187
26188         * lib/xstat.in [!HAVE_DECL_FREE]: Declare free in lstat.c.
26189
26190 2000-06-12  Paul Eggert  <eggert@twinsun.com>
26191
26192         * lib/xstat.in: Include <stdlib.h> in lstat, to declare "free".
26193
26194 2000-06-12  Jim Meyering  <meyering@lucent.com>
26195
26196         * m4/getloadavg.m4 (AM_FUNC_GETLOADAVG): Replace with
26197         AC_FUNC_GETLOADAVG from autoconf, and tweak the latter to accept an
26198         optional argument.
26199         * m4/jm-macros.m4: s/AM_FUNC_GETLOADAVG/AC_FUNC_GETLOADAVG/, and supply
26200         the optional argument, `lib'.
26201
26202 2000-06-08  Jim Meyering  <meyering@lucent.com>
26203
26204         * m4/largefile.m4: Remove file (now that it's part of autoconf).
26205
26206 2000-06-04  Paul Eggert  <eggert@twinsun.com>