Tests for module 'xvasprintf'.
[gnulib.git] / ChangeLog
1 2007-03-04  Bruno Haible  <bruno@clisp.org>
2
3         * modules/xvasprintf-tests: New file.
4         * tests/test-xvasprintf.c: New file.
5
6         * modules/vasprintf-tests: New file.
7         * tests/test-vasprintf.c: New file.
8
9         * modules/vasnprintf-tests: New file.
10         * tests/test-vasnprintf.c: New file.
11
12         * modules/vsnprintf-tests: New file.
13         * tests/test-vsnprintf.c: New file.
14
15         * modules/snprintf-tests: New file.
16         * tests/test-snprintf.c: New file.
17
18 2007-03-04  Bruno Haible  <bruno@clisp.org>
19
20         Compile relocatable.c only if --enable-relocatable is specified.
21         * m4/relocatable-lib.m4 (gl_RELOCATABLE_LIBRARY_BODY): Renamed from
22         gl_RELOCATABLE_LIBRARY.
23         (gl_RELOCATABLE_LIBRARY, gl_RELOCATABLE_LIBRARY_SEPARATE): New macros.
24         * m4/relocatable.m4 (gl_RELOCATABLE): Invoke gl_RELOCATABLE_LIBRARY.
25         (gl_RELOCATABLE_BODY): Require gl_RELOCATABLE_LIBRARY_BODY instead of
26         gl_RELOCATABLE_LIBRARY.
27         * modules/relocatable-lib (configure.ac): Invoke gl_RELOCATABLE_LIBRARY.
28         (Makefile.am): Remove lib_SOURCES.
29         * modules/relocatable-lib-lgpl (configure.ac): Invoke
30         gl_RELOCATABLE_LIBRARY.
31         (Makefile.am): Remove lib_SOURCES.
32         * modules/relocatable-prog (Makefile.am): Don't compile relocatable.c
33         always.
34         * modules/relocatable-prog-wrapper (configure.ac): Invoke
35         gl_RELOCATABLE_LIBRARY_SEPARATE instead of gl_RELOCATABLE_LIBRARY.
36
37 2007-03-04  Bruno Haible  <bruno@clisp.org>
38
39         * modules/argmatch-tests: New file.
40         * tests/test-argmatch.c: New file.
41
42         * tests/test-allocsa.c (main): Halve the number of loop runs.
43
44         * modules/alloca-opt-tests: New file.
45         * tests/test-alloca-opt.c: New file.
46
47 2007-03-04  Jim Meyering  <jim@meyering.net>
48
49         Work around difference between Linux ACLs and Solaris 10 ZFS.
50         * lib/acl.c (set_acl): Revert to using chmod_or_fchmod also
51         for EINVAL.
52
53 2007-03-03  Bruno Haible  <bruno@clisp.org>
54
55         * modules/relocatable-prog (Depends-on): Add back progreloc's
56         dependencies: canonicalize-lgpl, xalloc, xreadlink, stdbool, unistd.
57
58 2007-03-03  Bruno Haible  <bruno@clisp.org>
59
60         * modules/relocatable-lib-lgpl: Renamed from modules/relocatable-lib.
61         * modules/relocatable-lib: New file.
62
63 2007-03-03  Bruno Haible  <bruno@clisp.org>
64
65         * modules/relocatable-prog: Renamed from modules/relocatable.
66         * doc/relocatable-maint.texi: Talk about module 'relocatable-prog'.
67
68 2007-03-03  Bruno Haible  <bruno@clisp.org>
69
70         * modules/relocatable-script (Files): Add doc/relocatable.texi,
71         m4/relocatable-lib.m4.
72         (Depends-on): Remove 'relocatable'.
73         (configure.ac): Add gl_RELOCATABLE_NOP.
74
75 2007-03-03  Bruno Haible  <bruno@clisp.org>
76
77         * modules/relocatable-prog-wrapper: New file.
78         * modules/relocatable (Depends-on): Add it. Remove all other
79         dependencies except progname.
80         (Files): Remove build-aux/install-reloc, lib/relocwrapper.c.
81
82         * m4/strerror.m4 (gl_FUNC_STRERROR_SEPARATE): New macro.
83         (gl_FUNC_STRERROR): Nop.
84         * lib/strerror.c: Compile the file only if !HAVE_STRERROR.
85
86         * m4/setenv.m4 (gl_FUNC_SETENV_SEPARATE): New macro.
87         * lib/setenv.c: Compile the file only if _LIBC || !HAVE_SETENV.
88
89         * m4/readlink.m4 (gl_FUNC_READLINK_SEPARATE): New macro.
90         (gl_FUNC_READLINK): Update.
91
92         * m4/canonicalize-lgpl.m4 (gl_CANONICALIZE_LGPL_SEPARATE): New macro.
93
94 2007-03-03  Bruno Haible  <bruno@clisp.org>
95
96         * lib/xreadlink.c: Include <unistd.h> unconditionally.
97         * modules/xreadlink (Depends-on): Add unistd.
98         * modules/xreadlink-with-size (Depends-on): Likewise.
99
100 2007-03-03  Bruno Haible  <bruno@clisp.org>
101
102         * m4/setenv.m4 (gl_FUNC_SETENV, gl_FUNC_UNSETENV): New macros,
103         extracted from gt_FUNC_SETENV.
104         (gt_FUNC_SETENV): Remove macro.
105         * modules/setenv (configure.ac): Add gl_FUNC_SETENV, gl_FUNC_UNSETENV,
106         remove gt_FUNC_SETENV.
107
108 2007-03-03  Bruno Haible  <bruno@clisp.org>
109
110         * m4/relocatable-lib.m4 (gl_RELOCATABLE_LIBRARY): Define
111         ENABLE_RELOCATABLE here.
112         * m4/relocatable.m4 (gl_RELOCATABLE_BODY): Don't define it here.
113
114 2007-03-03  Bruno Haible  <bruno@clisp.org>
115
116         * modules/rbtreehash-list-tests (Depends-on): Add progname.
117         * tests/test-rbtreehash_list.c: Include progname.h.
118         (main): Call set_program_name.
119
120         * modules/rbtree-oset-tests (Depends-on): Add progname.
121         * tests/test-rbtree_oset.c: Include progname.h.
122         (main): Call set_program_name.
123
124         * modules/rbtree-list-tests (Depends-on): Add progname.
125         * tests/test-rbtree_list.c: Include progname.h.
126         (main): Call set_program_name.
127
128         * modules/linked-list-tests (Depends-on): Add progname.
129         * tests/test-linked_list.c: Include progname.h.
130         (main): Call set_program_name.
131
132 2007-03-03  Bruno Haible  <bruno@clisp.org>
133
134         * lib/glob-libc.h (_Restrict_): New macro, copied from lib/regex.h.
135         All uses of __restrict changed to _Restrict_.
136         * lib/glob_.h (__restrict): Remove macro.
137
138 2007-03-02  Bruno Haible  <bruno@clisp.org>
139
140         * modules/gettext (configure.ac): Require gettext infrastructure
141         from version 0.16.1.
142
143 2007-03-02  Bruno Haible  <bruno@clisp.org>
144
145         * modules/linkedhash-list-tests (Depends-on): Add progname.
146         * tests/test-linkedhash_list.c: Include progname.h.
147         (main): Call set_program_name.
148
149         * modules/carray-list-tests (Depends-on): Add progname.
150         * tests/test-carray_list.c: Include progname.h.
151         (main): Call set_program_name.
152
153         * modules/avltreehash-list-tests (Depends-on): Add progname.
154         * tests/test-avltreehash_list.c: Include progname.h.
155         (main): Call set_program_name.
156
157         * modules/avltree-oset-tests (Depends-on): Add progname.
158         * tests/test-avltree_oset.c: Include progname.h.
159         (main): Call set_program_name.
160
161         * modules/avltree-list-tests (Depends-on): Add progname.
162         * tests/test-avltree_list.c: Include progname.h.
163         (main): Call set_program_name.
164
165         * modules/array-oset-tests (Depends-on): Add progname.
166         * tests/test-array_oset.c: Include progname.h.
167         (main): Call set_program_name.
168
169         * modules/array-list-tests (Depends-on): Add progname.
170         * tests/test-array_list.c: Include progname.h.
171         (main): Call set_program_name.
172
173         * modules/argp-tests (Depends-on): Add progname.
174         * tests/test-argp.c: Include argp.h first. Include progname.h.
175         (main): Call set_program_name.
176
177 2007-03-02  Paul Eggert  <eggert@cs.ucla.edu>
178
179         * doc/gnulib-tool.texi (Initial import): Reword description of
180         _FILE_OFFSET_BITS and _GNU_SOURCE, since they sometimes have a
181         limited effect even if defined after the first system include.
182
183 2007-03-01  Bruno Haible  <bruno@clisp.org>
184
185         * build-aux/config.libpath: Update to libtool-1.5.22.
186         Reported by Albert Chin <bug-gnulib@mlists.thewrittenword.com>.
187
188 2007-03-01  Bruno Haible  <bruno@clisp.org>
189
190         * doc/relocatable-maint.texi: Recommend to set foo_CPPFLAGS, not
191         foo_CFLAGS.
192         Reported by Ralf Wildenhues.
193
194 2007-03-01  Bruno Haible  <bruno@clisp.org>
195
196         * build-aux/install-reloc: Remove object files left over by some
197         compilers.
198         Reported by Ralf Wildenhues.
199
200 2007-03-01  Bruno Haible  <bruno@clisp.org>
201
202         * build-aux/install-reloc: Break long lines.
203
204 2007-03-01  Bruno Haible  <bruno@clisp.org>
205
206         * doc/relocatable.texi: Document that it may not work on OpenBSD.
207         Reported by Ralf Wildenhues.
208
209 2007-03-01  Bruno Haible  <bruno@clisp.org>
210
211         * doc/gnulib-tool.texi (Initial import): Remove paragraph about
212         include ordering constraints.
213
214 2007-03-01  Paul Eggert  <eggert@cs.ucla.edu>
215
216         Followup to the 2007-02-12 patch, using suggestions from Bruno Haible in
217         <http://lists.gnu.org/archive/html/bug-gnulib/2007-02/msg00136.html>.
218         * doc/gnulib-tool.texi (Initial import): Mention _FILE_OFFSET_BITS
219         as another example.
220         * lib/time_.h: Fix misspelling.
221         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP):
222         Require gl_HEADER_TIME_H_DEFAULTS.
223         * m4/strptime.m4 (gl_FUNC_STRPTIME): Likewise.
224         * m4/time_r.m4 (gl_TIME_R): Likewise.
225         * m4/timegm.m4 (gl_FUNC_TIMEGM): Likewise.
226
227 2007-03-01  Bruno Haible  <bruno@clisp.org>
228
229         * m4/utimecmp.m4 (gl_UTIMECMP): Don't require gl_TIMESPEC.
230         * m4/utimens.m4 (gl_UTIMENS): Likewise.
231
232 2007-03-01  Jim Meyering  <jim@meyering.net>
233
234         * modules/xreadlink (Maintainer): Add my name.
235         * modules/xreadlink-with-size (Depends-on): Alphabetize.
236
237 2007-02-26  Ben Pfaff  <blp@cs.stanford.edu>
238             Bruno Haible  <bruno@clisp.org>
239
240         * build-aux/install-reloc: Compile also c-ctype.c.
241         * build-aux/relocatable.sh.in: New file.
242         * doc/relocatable.texi: New file.
243         * doc/relocatable-maint.texi: New file.
244         * doc/gnulib.texi: Include relocatable-maint.texi.
245         * lib/progreloc.c: Include unistd.h unconditionally.
246         * lib/relocwrapper.c: Include unistd.h unconditionally.
247         Include c-ctype.h.
248         (add_dotbin): Use c_tolower.
249         * m4/relocatable-lib.m4: New file, extracted from m4/relocatable.m4.
250         (gl_RELOCATABLE_LIBRARY): Renamed from AC_RELOCATABLE_LIBRARY.
251         (gl_RELOCATABLE_NOP): Renamed from AC_RELOCATABLE_NOP.
252         * m4/relocatable.m4 (AC_RELOCATABLE_LIBRARY, AC_RELOCATABLE_NOP): Move
253         to m4/relocatable-lib.m4.
254         (gl_RELOCATABLE): Renamed from AC_RELOCATABLE. Set also
255         RELOCATABLE_CONFIG_H_DIR, RELOCATABLE_SRC_DIR, RELOCATABLE_BUILD_DIR.
256         (gl_RELOCATABLE_BODY): Renamed from AC_RELOCATABLE_BODY. Don't
257         require obsolete macro AC_EXEEXT. Don't check for unistd.h. Don't set
258         SET_RELOCATABLE. Instead set RELOCATABLE_LDFLAGS, INSTALL_PROGRAM_ENV.
259         * modules/relocatable: New file.
260         * modules/relocatable-lib: New file.
261         * modules/relocatable-script: New file.
262
263 2007-02-28  Bruno Haible  <bruno@clisp.org>
264
265         Import --enable-relocatable infrastructure.
266         * build-aux/config.libpath: New file, from GNU gettext.
267         * build-aux/install-reloc: New file, from GNU gettext.
268         * build-aux/reloc-ldflags: New file, from GNU gettext.
269         * lib/relocatable.h: New file, from GNU gettext.
270         * lib/relocatable.c: New file, from GNU gettext.
271         * lib/relocwrapper.c: New file, from GNU gettext.
272         * m4/relocatable.m4: New file, from GNU gettext.
273
274 2007-02-28  Bruno Haible  <bruno@clisp.org>
275
276         * MODULES.html.sh (File system functions): Add xreadlink-with-size.
277
278         * modules/xreadlink: New file, from GNU gettext with modifications.
279         * lib/xreadlink.c: New file, from GNU gettext.
280         * lib/xreadlink.h: Add comments.
281         (xreadlink): New declaration.
282
283         * modules/xreadlink-with-size: Renamed from modules/xreadlink.
284         (Files): Remove m4/xreadlink.m4. Replace lib/xreadlink.c with
285         lib/xreadlink-with-size.c.
286         (configure.ac): Remove gl_XREADLINK invocation.
287         (Makefile.am): Augment lib_SOURCES.
288         * m4/xreadlink.m4: Remove file.
289         * lib/xreadlink-with-size.c: Renamed from lib/xreadlink.c.
290         (xreadlink_with_size): Renamed from xreadink.
291         * lib/xreadlink.h (xreadlink_with_size): Renamed from xreadink.
292         * modules/canonicalize (Depends-on): Replace xreadlink with
293         xreadlink-with-size.
294         * lib/canonicalize.c (canonicalize_filename_mode): Update.
295
296 2007-02-25  Jim Meyering  <jim@meyering.net>
297
298         * build-aux/announce-gen: When complaining about excess arguments,
299         list them.
300
301 2007-02-25  Paul Eggert  <eggert@cs.ucla.edu>
302
303         * README: Document signed integer overflow situation more
304         accurately.
305
306 2007-02-25  Bruno Haible  <bruno@clisp.org>
307
308         * lib/vasnprintf.c (VASNPRINTF): Fix estimate of size needed for a
309         'a' or 'A' conversion.
310
311 2007-02-25  Bruno Haible  <bruno@clisp.org>
312
313         * modules/filename: Renamed from modules/pathname.
314         (Files): Replace lib/pathname.h with lib/filename.h. Replace
315         lib/concatpath.c with lib/concat-filename.c.
316         (Makefile.am): Update.
317         (Include): Replace pathname.h with filename.h.
318         * lib/filename.h: Renamed from lib/pathname.h.
319         (concatenated_filename): Renamed from concatenated_pathname.
320         * lib/concat-filename.c: Renamed from lib/concatpath.c.
321         (concatenated_filename): Renamed from concatenated_pathname.
322         * lib/findprog.c: Include filename.h instead of pathname.h.
323         (find_in_path): Update.
324         * lib/javacomp.c: Include filename.h instead of pathname.h.
325         (is_envjavac_gcj43_usable, is_envjavac_oldgcj_14_14_usable,
326         is_envjavac_oldgcj_14_13_usable, is_envjavac_nongcj_usable,
327         is_gcj_present, is_gcj43_usable, is_oldgcj_14_14_usable,
328         is_oldgcj_14_13_usable, is_javac_usable): Update.
329         * lib/javaexec.c: Include filename.h instead of pathname.h.
330         (execute_java_class): Update.
331         * modules/findprog: Update.
332         * modules/javacomp: Update.
333         * modules/javaexec: Update.
334         * MODULES.html.sh (File system functions): Add 'filename', remove
335         'pathname'.
336
337 2007-02-25  Bruno Haible  <bruno@clisp.org>
338
339         * modules/printf-frexpl-tests: New file.
340         * tests/test-printf-frexpl.c: New file.
341
342         * modules/printf-frexpl: New file.
343         * lib/printf-frexpl.h: New file.
344         * lib/printf-frexpl.c: New file.
345         * m4/printf-frexpl.m4: New file.
346
347 2007-02-25  Bruno Haible  <bruno@clisp.org>
348
349         * modules/printf-frexp-tests: New file.
350         * tests/test-printf-frexp.c: New file.
351
352         * modules/printf-frexp: New file.
353         * lib/printf-frexp.h: New file.
354         * lib/printf-frexp.c: New file.
355         * m4/printf-frexp.m4: New file.
356
357 2007-02-25  Bruno Haible  <bruno@clisp.org>
358
359         Assume automake >= 1.10 for the tests.
360         * modules/arcfour-tests (TESTS): Remove $(EXEEXT) suffix.
361         * modules/arctwo-tests: Likewise.
362         * modules/argp-tests: Likewise.
363         * modules/avltree-list-tests: Likewise.
364         * modules/avltree-oset-tests: Likewise.
365         * modules/avltreehash-list-tests: Likewise.
366         * modules/carray-list-tests: Likewise.
367         * modules/crc-tests: Likewise.
368         * modules/des-tests: Likewise.
369         * modules/gc-arcfour-tests: Likewise.
370         * modules/gc-arctwo-tests: Likewise.
371         * modules/gc-des-tests: Likewise.
372         * modules/gc-hmac-md5-tests: Likewise.
373         * modules/gc-hmac-sha1-tests: Likewise.
374         * modules/gc-md2-tests: Likewise.
375         * modules/gc-md4-tests: Likewise.
376         * modules/gc-md5-tests: Likewise.
377         * modules/gc-pbkdf2-sha1-tests: Likewise.
378         * modules/gc-rijndael-tests: Likewise.
379         * modules/gc-sha1-tests: Likewise.
380         * modules/gc-tests: Likewise.
381         * modules/getaddrinfo-tests: Likewise.
382         * modules/hmac-md5-tests: Likewise.
383         * modules/hmac-sha1-tests: Likewise.
384         * modules/linked-list-tests: Likewise.
385         * modules/linkedhash-list-tests: Likewise.
386         * modules/lock-tests: Likewise.
387         * modules/md2-tests: Likewise.
388         * modules/md4-tests: Likewise.
389         * modules/md5-tests: Likewise.
390         * modules/rbtree-list-tests: Likewise.
391         * modules/rbtree-oset-tests: Likewise.
392         * modules/rbtreehash-list-tests: Likewise.
393         * modules/read-file-tests: Likewise.
394         * modules/rijndael-tests: Likewise.
395         * modules/stdint-tests: Likewise.
396         * modules/tls-tests: Likewise.
397
398 2007-02-24  Bruno Haible  <bruno@clisp.org>
399
400         * lib/isnanl.h (isnanl): Define through isnan if isnan is a macro.
401         * m4/isnan.m4 (gl_FUNC_ISNAN_NO_LIBM): Don't check for isnan as a
402         function; instead check whether isnan with a double argument links.
403         * m4/isnanl.m4 (gl_FUNC_ISNANL_NO_LIBM): Don't check for isnanl as a
404         function; instead check whether isnan with a 'long double' argument
405         links.
406         Reported by Eric Blake <ebb9@byu.net>.
407
408 2007-02-24  Bruno Haible  <bruno@clisp.org>
409
410         * lib/isnan.c: Support the 'long double' case if USE_LONG_DOUBLE is
411         defined.
412         * lib/isnanl.c: Remove all code. Just include isnan.c.
413         * modules/isnanl-nolibm (Files): Add lib/isnan.c.
414
415 2007-02-25  Jim Meyering  <jim@meyering.net>
416
417         Avoid conflicting types for 'unsetenv' on FreeBSD.
418         * lib/putenv.c (_unsetenv): Rename from "unsetenv", to avoid
419         conflicting with FreeBSD's (5.0 and 6.1) function declaration
420         in stdlib.h.
421
422 2007-02-24  Bruno Haible  <bruno@clisp.org>
423
424         * modules/isnanl-nolibm-tests: New file.
425         * tests/test-isnanl.c: New file.
426
427         * modules/isnanl-nolibm: New file.
428         * lib/isnanl.h: New file.
429         * lib/isnanl.c: New file.
430         * m4/isnanl.m4: New file.
431
432 2007-02-24  Bruno Haible  <bruno@clisp.org>
433
434         * modules/isnan-nolibm-tests: New file.
435         * tests/test-isnan.c: New file.
436
437         * modules/isnan-nolibm: New file.
438         * lib/isnan.h: New file.
439         * lib/isnan.c: New file.
440         * m4/isnan.m4: New file.
441
442 2007-02-24  Bruno Haible  <bruno@clisp.org>
443
444         * lib/frexpl.c (frexpl): Correct return values for x = 1.0L. Don't
445         assume that an exponent fits in 20 bits.
446
447 2007-02-24  Jim Meyering  <jim@meyering.net>
448
449         * m4/regex.m4: Update the description of the configure-time option,
450         --without-included-regex, to state accurately what the defaults are,
451         and perhaps to give people an idea why using this option is risky.
452
453 2007-02-24  Paul Eggert  <eggert@cs.ucla.edu>
454
455         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Check for a nanosleep that
456         loops on small arguments.  This attempts to avoid the problem
457         Bruno Haible reported for AIX 4.3.2 in
458         <http://lists.gnu.org/archive/html/bug-gnulib/2007-02/msg00309.html>.
459
460 2007-02-23  Bruno Haible  <bruno@clisp.org>
461
462         * m4/perl.m4 (gl_PERL): Require version 5.005, not 5.003.
463         Needed for help2man.
464
465 2007-02-23  Karl Berry  <karl@gnu.org>
466
467         * doc/gnulib-tool.texi (CVS Issues): mention that when foo_.h
468         exists, foo.h should be cvs-ignored, not committed.
469
470 2007-02-23  Eric Blake  <ebb9@byu.net>
471
472         * lib/getdate.h (includes):  Include <time.h>, not "timespec.h".
473         * lib/stat-time.h (includes): Likewise.
474         * lib/utimecmp.c (includes): Likewise.
475         * lib/utimens.h (includes): Likewise.
476         * lib/getdate.y (includes): Also include "timespec.h" for use
477         internal to the module.
478         * modules/utimens (Depends-on): Revert yesterday's patch.
479         * modules/nanosleep (Depends-on): Add missing dependency.
480
481 2007-02-22  Bruno Haible  <bruno@clisp.org>
482
483         * lib/glob.c: Don't include getlogin_r.h.
484
485 2007-02-22  Jim Meyering  <jim@meyering.net>
486
487         * modules/utimens (Depends-on): Add timespec, required for
488         utimens.h's inclusion of timespec.h.
489
490 2007-02-21  Paul Eggert  <eggert@cs.ucla.edu>
491
492         * lib/getcwd.c (__getcwd): Undo previous change; it mishandled
493         long unreadable paths in GNU/Linux.  Problem reported by Andreas
494         Schwab in
495         <http://lists.gnu.org/archive/html/bug-gnulib/2007-02/msg00261.html>.
496         I'll try to think of a better way to fix the Solaris problem.
497
498         * lib/getcwd.c (__getcwd): Don't assume getcwd (NULL, 0) works
499         like glibc; on Solaris 10, it fails with errno == EINVAL.
500         POSIX says the behavior is unspecified if the first argument is NULL,
501         so play it safe and never pass NULL to the system getcwd.
502
503 2007-02-21  Jim Meyering  <jim@meyering.net>
504
505         * lib/gettimeofday.c (rpl_gettimeofday): Remove declaration
506         of gettimeofday.  It would conflict with the one now always
507         provided via sys_time_.h.  Reported by Matthew Woehlke, as
508         an IRIX 6.5 build failure.
509
510 2007-02-20  Paul Eggert  <eggert@cs.ucla.edu>
511
512         Minor fixups to port to Solaris 10 with Sun C 5.8.
513         * lib/getcwd.c [!_LIBC]: Include dirfd.h, since we use dirfd.
514         * modules/getcwd (Depends-on): Add dirfd.
515         * lib/putenv.c (putenv): #undef it.
516         (rpl_putenv): New decl.
517         (malloc, free): Include <stdlib.h> rather than prototyping separately.
518
519 2007-02-20  Bruno Haible  <bruno@clisp.org>
520
521         * modules/stdio-tests: New file.
522         * tests/test-stdio.c: New file.
523
524         * modules/vsnprintf (Files): Remove lib/vsnprintf.h.
525         (Depends-on): Add stdio.
526         (configure.ac): Invoke gl_STDIO_MODULE_INDICATOR.
527         (Include): Use <stdio.h> instead of vsnprintf.h.
528         * m4/vsnprintf.m4 (gl_FUNC_VSNPRINTF): Require gl_STDIO_H_DEFAULTS. Set
529         HAVE_DECL_VSNPRINTF.
530         * lib/vsnprintf.c: Include <stdio.h> instead of vsnprintf.h.
531
532         * modules/snprintf (Files): Remove lib/snprintf.h.
533         (Depends-on): Add stdio.
534         (configure.ac): Invoke gl_STDIO_MODULE_INDICATOR.
535         (Include): Use <stdio.h> instead of snprintf.h.
536         * m4/snprintf.m4 (gl_FUNC_SNPRINTF): Require gl_STDIO_H_DEFAULTS. Set
537         HAVE_DECL_SNPRINTF.
538         * lib/snprintf.c: Include <stdio.h> instead of snprintf.h.
539         * lib/getaddrinfo.c: Likewise.
540
541         * modules/stdio: New file.
542         * lib/stdio_.h: New file, incorporating snprintf.h and vsnprintf.h.
543         * lib/snprintf.h: Remove file.
544         * lib/vsnprintf.h: Remove file.
545         * lib/.cppi-disable: Remove snprintf.h.
546         * m4/stdio_h.m4: New file.
547         * MODULES.html.sh (Support for systems lacking ISO C 99): Add stdio.
548
549 2007-02-20  Jim Meyering  <jim@meyering.net>
550
551         * lib/ftruncate.c [HAVE_CHSIZE]: Document that this code is
552         used by e.g., mingw.  From Bruno Haible.
553
554 2007-02-19  Bruno Haible  <bruno@clisp.org>
555
556         * lib/string_.h: Use "#pragma GCC system_header" to suppress some gcc
557         warnings.
558         Reported by Ben Pfaff <blp@cs.stanford.edu>.
559
560 2007-02-19  Bruno Haible  <bruno@clisp.org>
561
562         * m4/ftruncate.m4 (gl_FUNC_FTRUNCATE): Don't request a complaint mail
563         from mingw users.
564
565 2007-02-19  Bruno Haible  <bruno@clisp.org>
566
567         * lib/stdlib_.h: Use "#pragma GCC system_header" to suppress some gcc
568         warnings.
569         Reported by Joel E. Denny <jdenny@ces.clemson.edu> via Paul Eggert.
570
571 2007-02-19  Jim Meyering  <jim@meyering.net>
572
573         Don't use FD after a successful "fdopendir (fd)".
574         * lib/getcwd.c (__getcwd) [AT_FDCWD]: fdopendir (fd) usually closes fd.
575         Reset it by calling dirfd on the just-obtained DIR*.
576
577         * m4/ftruncate.m4: Adjust comment to give this module a 3-year reprieve.
578         Prompted by a report from Bruno Haible that mingw lacks ftruncate.
579
580 2007-02-18  Bruno Haible  <bruno@clisp.org>
581
582         * lib/readlink.c: Include <unistd.h>.
583         * m4/readlink.m4 (gl_FUNC_READLINK): Require gl_UNISTD_H_DEFAULTS. Set
584         HAVE_READLINK.
585         * modules/readlink (Depends-on): Add unistd.
586         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
587         (Include): Add <unistd.h>.
588
589         * lib/getlogin_r.h: Remove file.
590         * lib/getlogin_r.c: Include <unistd.h> instead of getlogin_r.h.
591         * m4/getlogin_r.m4 (gl_GETLOGIN_R_SUBSTITUTE): Remove macro.
592         (gl_GETLOGIN_R): Inline it here. Require gl_UNISTD_H_DEFAULTS. Set
593         HAVE_DECL_GETLOGIN_R.
594         * modules/getlogin_r (Files): Remove lib/getlogin_r.h.
595         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
596         (Include): Use <unistd.h> instead of getlogin_r.h.
597
598         * lib/getcwd.h: Remove file.
599         * lib/getcwd.c: Include <unistd.h> instead of getcwd.h.
600         * lib/xgetcwd.c: Likewise.
601         * m4/getcwd.m4 (gl_FUNC_GETCWD): Require gl_UNISTD_H_DEFAULTS. Set
602         REPLACE_GETCWD. Don't define __GETCWD_PREFIX.
603         * modules/getcwd (Files): Remove lib/getcwd.h.
604         (Depends-on): Add unistd.
605         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
606         (Include): Use <unistd.h> instad of getcwd.h.
607
608         * lib/ftruncate.c: Include <unistd.h> first.
609         * m4/ftruncate.m4 (gl_FUNC_FTRUNCATE): Require gl_UNISTD_H_DEFAULTS.
610         Set HAVE_FTRUNCATE.
611         * modules/ftruncate (Depends-on): Add unistd.
612         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
613
614         * lib/fchdir.c: Include <unistd.h> first.
615         * lib/dirent_.h: Test REPLACE_FCHDIR, not FCHDIR_REPLACEMENT.
616         * m4/fchdir.m4 (gl_FUNC_FCHDIR): Require gl_UNISTD_H_DEFAULTS instead
617         of gl_HEADER_UNISTD_DEFAULTS. Set REPLACE_FCHDIR. Don't set UNISTD_H.
618         * modules/fchdir (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
619         (Makefile.am): Substitute also REPLACE_FCHDIR into dirent.h.
620
621         * lib/dup2.c: Include <unistd.h> first.
622         * m4/dup2.m4 (gl_FUNC_DUP2): Require gl_UNISTD_H_DEFAULTS. Set
623         HAVE_DUP2.
624         * modules/dup2 (Depends-on): Add unistd.
625         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
626
627         * lib/chown.c: Include <unistd.h> first. Undefine chown later.
628         * m4/chown.m4 (gl_FUNC_CHOWN): Require gl_UNISTD_H_DEFAULTS. Set
629         REPLACE_CHOWN. Don't define chown as a macro here.
630         * modules/chown (Depends-on): Add unistd.
631         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
632
633         * lib/unistd_.h: Test HAVE_UNISTD_H determined at configure time.
634         Add definition for GL_LINK_WARNING.
635         (chown, dup2): New declarations.
636         (fchdir): Test REPLACE_FCHDIR, not FCHDIR_REPLACEMENT. Provide optional
637         link warning.
638         (ftruncate): New declaration.
639         (getcwd): New declaration, taken from old getcwd.h.
640         (getlogin_r): New declaration, taken from old getlogin_r.h.
641         (readlink): New declaration.
642         * m4/unistd_h.m4 (gl_UNISTD_H): Renamed from gl_HEADER_UNISTD. Don't
643         set UNISTD_H. Inline gl_PREREQ_UNISTD. Set HAVE_UNISTD_H.
644         (gl_PREREQ_UNISTD): Remove macro.
645         (gl_UNISTD_MODULE_INDICATOR): New macro.
646         (gl_UNISTD_H_DEFAULTS): Renamed from gl_HEADER_UNISTD_DEFAULTS. Set
647         many new variables. Don't set UNISTD_H.
648         * modules/unistd (Description): Change.
649         (Depends-on): Add link-warning.
650         (configure.ac): Update.
651         (Makefile.am): Create unistd.h always. Substitute many new variables
652         into it.
653
654 2007-02-18  Bruno Haible  <bruno@clisp.org>
655
656         * lib/stdlib_.h (getsubopt): New declaration, copied from getsubopt.h.
657         * modules/stdlib (stdlib.h): Also substitute GNULIB_GETSUBOPT and
658         HAVE_GETSUBOPT.
659         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Also initialize
660         GNULIB_GETSUBOPT and HAVE_GETSUBOPT.
661         * lib/getsubopt.h: Remove file.
662         * modules/getsubopt (Files): Remove lib/getsubopt.h.
663         (Depends-on): Add stdlib.
664         (configure.ac): Invoke gl_STDLIB_MODULE_INDICATOR.
665         (Includes): Use <stdlib.h> instead of getsubopt.h.
666         * m4/getsubopt.m4 (gl_FUNC_GETSUBOPT): Require gl_STDLIB_H_DEFAULTS.
667         Set HAVE_GETSUBOPT.
668         * lib/getsubopt.c: Don't include getsubopt.h.
669
670 2007-02-18  Bruno Haible  <bruno@clisp.org>
671
672         * modules/fchdir (Depends-on): Add dup2.
673
674 2007-02-18  Bruno Haible  <bruno@clisp.org>
675
676         * lib/stdlib_.h: Handle glibc's special invocation convention
677         specially.
678
679 2007-02-18  Bruno Haible  <bruno@clisp.org>
680
681         * modules/stdlib-tests: New file.
682         * tests/test-stdlib.c: New file.
683
684         * modules/mkstemp (Files): Remove lib/mkstemp.h.
685         (Depends-on): Add stdlib.
686         (configure.ac): Invoke gl_STDLIB_MODULE_INDICATOR.
687         (Includes): Use <stdlib.h> instead of mkstemp.h.
688         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Require gl_STDLIB_H_DEFAULTS. Set
689         REPLACE_MKSTEMP. Remove definition of __MKSTEMP_PREFIX.
690         * lib/mkstemp.c: Don't include mkstemp.h.
691         * lib/mkstemp-safer.c: Include <stdlib.h> instead of mkstemp.h.
692         * lib/stdlib--.h: Don't include mkstemp.h.
693
694         * modules/mkdtemp (Files): Remove lib/mkdtemp.h.
695         (Depends-on): Add stdlib.
696         (configure.ac): Invoke gl_STDLIB_MODULE_INDICATOR.
697         (Includes): Use <stdlib.h> instead of mkdtemp.h.
698         * m4/mkdtemp.m4 (gt_FUNC_MKDTEMP): Require gl_STDLIB_H_DEFAULTS. Set
699         HAVE_MKDTEMP.
700         * lib/mkdtemp.c: Don't include mkdtemp.h.
701         * lib/clean-temp.c: Don't include mkdtemp.h.
702
703         * modules/exit (Files): Remove lib/exit.h.
704         (Depends-on): Add stdlib.
705         (Makefile.am): Remove lib_SOURCES.
706         (Include): Use <stdlib.h> instead of exit.h.
707         * lib/argmatch.c: Don't include exit.h.
708         * lib/execute.c: Likewise.
709         * lib/pagealign_alloc.c: Likewise.
710         * lib/pipe.c: Likewise.
711         * lib/wait-process.c: Likewise.
712         * lib/copy-file.c: Include <stdlib.h> instead of exit.h.
713         * lib/exitfail.c: Likewise.
714         * lib/savewd.c: Likewise.
715         * lib/xsetenv.c: Likewise.
716
717         * modules/stdlib: New file.
718         * lib/stdlib_.h: New file, incorporating exit.h, mkdtemp.h, mkstemp.h
719         and extra comments about mkstemp().
720         * lib/exit.h: Remove file.
721         * lib/mkdtemp.h: Remove file.
722         * lib/mkstemp.h: Remove file.
723         * m4/stdlib_h.m4: New file.
724         * MODULES.html.sh (Support for systems lacking ANSI C 89): Add stdlib.
725
726 2007-02-18  Bruno Haible  <bruno@clisp.org>
727
728         * modules/math-tests: New file.
729         * tests/test-math.c: New file.
730
731         * modules/math: New file.
732         * modules/mathl (Files): Remove lib/mathl.h.
733         (Depends-on): Add math.
734         (Makefile.am): Don't mention mathl.h.
735         (Include): Use <math.h> instead of mathl.h.
736         * lib/math_.h: New file.
737         * lib/mathl.h: Remove file.
738         * lib/acosl.c: Include <config.h> and <math.h> first. Don't include
739         mathl.h.
740         * lib/asinl.c: Likewise.
741         * lib/atanl.c: Likewise.
742         * lib/ceill.c: Likewise.
743         * lib/cosl.c: Likewise.
744         * lib/expl.c: Likewise.
745         * lib/floorl.c: Likewise.
746         * lib/frexpl.c: Likewise.
747         * lib/ldexpl.c: Likewise.
748         * lib/logl.c: Likewise.
749         * lib/sincosl.c: Likewise.
750         * lib/sinl.c: Likewise.
751         * lib/sqrtl.c: Likewise.
752         * lib/tanl.c: Likewise.
753         * lib/trigl.c: Likewise.
754         * m4/math_h.m4: New file.
755         * MODULES.html.sh (Mathematics): Add math.
756
757 2007-02-17  Bruno Haible  <bruno@clisp.org>
758
759         * modules/wctype-tests: New file.
760         * tests/test-wctype.c: New file.
761
762         * modules/wchar-tests: New file.
763         * tests/test-wchar.c: New file.
764
765         * modules/unistd-tests: New file.
766         * tests/test-unistd.c: New file.
767
768         * modules/time-tests: New file.
769         * tests/test-time.c: New file.
770
771         * modules/sysexits-tests: New file.
772         * tests/test-sysexits.c: New file.
773
774         * modules/sys_time-tests: New file.
775         * tests/test-sys_time.c: New file.
776
777         * modules/sys_stat-tests: New file.
778         * tests/test-sys_stat.c: New file.
779
780         * modules/sys_socket-tests: New file.
781         * tests/test-sys_socket.c: New file.
782
783         * modules/sys_select-tests: New file.
784         * tests/test-sys_select.c: New file.
785
786         * modules/string-tests: New file.
787         * tests/test-string.c: New file.
788
789         * modules/stdbool-tests: New file.
790         * tests/test-stdbool.c: New file.
791
792         * modules/netinet_in-tests: New file.
793         * tests/test-netinet_in.c: New file.
794
795         * modules/inttypes-tests: New file.
796         * tests/test-inttypes.c: New file.
797
798         * modules/fcntl-tests: New file.
799         * tests/test-fcntl.c: New file.
800
801         * modules/byteswap-tests: New file.
802         * tests/test-byteswap.c: New file.
803
804         * modules/arpa_inet-tests: New file.
805         * tests/test-arpa_inet.c: New file.
806
807 2007-02-17  Bruno Haible  <bruno@clisp.org>
808
809         * lib/inttypes_.h: Add definition for GL_LINK_WARNING.
810         (imaxabs, imaxdiv, strtoimax, strtoumax): Don't declare the function
811         if the corresponding module is not enabled. Emit link warnings if
812         the function is used nevertheless.
813         * m4/inttypes.m4 (gl_INTTYPES_H): Never use the existing <inttypes.h>.
814         Don't AC_SUBST HAVE_DECL_IMAXABS, HAVE_DECL_IMAXDIV,
815         HAVE_DECL_STRTOIMAX, HAVE_DECL_STRTOUMAX.
816         (gl_INTTYPES_MODULE_INDICATOR, gl_INTTYPES_H_DEFAULTS): New macros.
817         * modules/inttypes (Depends-on): Add link-warning.
818         (Makefile.am): Copy the contents of build-aux/link-warning.h into
819         inttypes.h. Substitute also GNULIB_IMAXABS, GNULIB_IMAXDIV,
820         GNULIB_STRTOIMAX, GNULIB_STRTOUMAX.
821         * modules/imaxabs (configure.ac): Invoke gl_INTTYPES_MODULE_INDICATOR.
822         * modules/imaxdiv (configure.ac): Likewise.
823         * modules/strtoimax (configure.ac): Likewise.
824         * modules/strtoumax (configure.ac): Likewise.
825
826 2007-02-17  Bruno Haible  <bruno@clisp.org>
827
828         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Include the contents of
829         gl_STRING_MODULE_INDICATOR_DEFAULTS.
830         (gl_STRING_MODULE_INDICATOR_DEFAULTS): Remove macro.
831         (gl_HEADER_STRING_H_BODY, gl_STRING_MODULE_INDICATOR): Update.
832
833 2007-02-17  Bruno Haible  <bruno@clisp.org>
834
835         * modules/link-warning: New file.
836         * build-aux/link-warning.h: New file, extracted from lib/string_.h.
837         * lib/string_.h (GL_LINK_WARNING): Remove definition.
838         * modules/string (Depends-on): Add link-warning.
839         (Makefile.am): Copy the contents of build-aux/link-warning.h into
840         string.h.
841         * MODULES.html.sh (Support for building libraries and executables): Add
842         link-warning.
843
844 2007-02-17  Bruno Haible  <bruno@clisp.org>
845
846         * lib/string_.h (memmem, mempcpy, memrchr, stpcpy, stpncpy, strcasecmp,
847         strncasecmp, strchr, strchrnul, strdup, strndup, strnlen, strcspn,
848         strpbrk, strspn, strrchr, strsep, strstr, strcasestr, strtok_r): Break
849         long lines.
850
851 2007-02-17  Ben Pfaff  <blp@cs.stanford.edu>
852             Bruno Haible  <bruno@clisp.org>
853
854         * modules/tmpfile: New file.
855         * lib/tmpfile.c: New file.
856         * m4/tmpfile.m4: New file.
857         * MODULES.html.sh (func_all_modules): New section "Input/output".
858
859 2007-02-15  Bruno Haible  <bruno@clisp.org>
860
861         * lib/clean-temp.c [WIN32 && !CYGWIN]: Include <windows.h>.
862         (supports_delete_on_close): New function.
863         (open_temp, fopen_temp): Use _O_TEMPORARY when supported.
864
865 2007-02-14  Bruno Haible  <bruno@clisp.org>
866
867         * modules/mbspcasecmp-tests: New file.
868         * tests/test-mbspcasecmp.sh: New file.
869         * tests/test-mbspcasecmp.c: New file.
870
871         New module mbspcasecmp.
872         * modules/mbspcasecmp: New file.
873         * lib/mbspcasecmp.c: New file.
874         * lib/string_.h (strncasecmp): Change warning message.
875         (mbspcasecmp): New declaration.
876         * m4/mbspcasecmp.m4: New file.
877         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
878         GNULIB_MBSPCASECMP.
879         * modules/string (string.h): Also substitute GNULIB_MBSPCASECMP.
880         * MODULES.html.sh (Internationalization functions): Add mbspcasecmp.
881
882 2007-02-14  Bruno Haible  <bruno@clisp.org>
883
884         * modules/mbsncasecmp-tests: New file.
885         * tests/test-mbsncasecmp.sh: New file.
886         * tests/test-mbsncasecmp.c: New file.
887
888         New module mbsncasecmp.
889         * modules/mbsncasecmp: New file.
890         * lib/mbsncasecmp.c: New file.
891         * lib/string_.h (mbsncasecmp): New declaration.
892         * m4/mbsncasecmp.m4: New file.
893         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
894         GNULIB_MBSNCASECMP.
895         * modules/string (string.h): Also substitute GNULIB_MBSNCASECMP.
896         * MODULES.html.sh (Internationalization functions): Add mbsncasecmp.
897
898 2007-02-14  Paul Eggert  <eggert@cs.ucla.edu>
899
900         * lib/exclude.c (FNM_EXTMATCH): Define if system does not.
901         Verify that it doesn't overlap with our flags.
902         (fnmatch_no_wildcards): Don't use strcasecmp or strncasecmp, which
903         do not have the desired effect in multibyte locales; instead, use
904         mbscasecmp.
905         * modules/exclude (Depends-on): Depend on mbscasecmp, not strcase.
906         Add dependency on xalloc.  Depend on fnmatch, not fnmatch-gnu, since
907         we don't require GNU fnmatch ourselves (if our users require it, they
908         should do so explicitly).
909
910         Fix regex code so it doesn't rely on strcasecmp.
911         * lib/regex_internal.h: Include <langinfo.h> only if _LIBC is defined.
912         Otherwise, include gnulib's langinfo.h.
913         * lib/regcomp.c (init_dfa): Don't use strcasecmp, as it can have
914         undesirable behavior in non-C locales.  Instead, rely on localecharset.
915         * m4/regex.m4 (gl_PREREQ_REGEX): Don't require AM_LANGINFO_CODESET.
916         * modules/regex (FILES): Remove m4/codeset.m4.
917         (Depends-on): Add localcharset.  Remove strcase.
918
919 2007-02-13  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
920
921         * m4/unlinkdir.m4 (gl_UNLINKDIR): Fix m4 quoting bug.
922         * m4/unlink-busy.m4 (gl_FUNC_UNLINK_BUSY_TEXT): Likewise.
923
924 2007-02-13  Bruno Haible  <bruno@clisp.org>
925
926         * m4/intdiv0.m4 (gt_INTDIV0): Assume ANSI C. Fix underquoting bug.
927         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
928
929 2007-02-12  Bruno Haible  <bruno@clisp.org>
930
931         * lib/string_.h (memmem, mempcpy, memrchr, stpcpy, stpncpy, strchrnul,
932         strdup, strndup, strnlen, strpbrk, strsep, strtok_r): If
933         GNULIB_POSIXCHECK and the gnulib module not enabled, provoke a link-
934         time warning rather than a link error.
935
936 2007-02-12  Bruno Haible  <bruno@clisp.org>
937
938         * m4/locale-fr.m4 (gt_LOCALE_FR): Fix m4 quoting bug.
939         * m4/locale-zh.m4 (gt_LOCALE_ZH_CN): Likewise.
940         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
941
942 2007-02-12  Paul Eggert  <eggert@cs.ucla.edu>
943
944         * lib/string_.h (strncasecmp): Fix typo: this macro takes 3
945         args, not 2.
946
947 2007-02-12  Paul Eggert  <eggert@cs.ucla.edu>
948
949         New module 'time', so that apps can include <time.h> as per
950         POSIX and GNU instead of separate include files like time_r.h
951         and timegm.h.  This implementation tries out a simpler approach
952         for replacing decls in standard include files (as compared to
953         the string module), somewhat as an experiment.
954
955         * config/srclist.txt: Comment out mktime.c for now.
956         * doc/gnulib-tool.texi (Initial import): Don't use time_r as an example
957         since it doesn't apply any more.  Use generic wording instead.
958         * MODULES.html.sh (Support for systems lacking POSIX:2001): New module
959         'time'.
960         * lib/time_.h, m4/time_h.m4, modules/time: New files.
961         * lib/strptime.h, lib/time_r.h, lib/timegm.h: Remove.
962         * lib/mktime.c: Include config.h depending on _LIBC, not HAVE_CONFIG_H.
963         Don't include <sys/types.h>; no longer needed since we assume C89.
964         * lib/mktime.c: Don't include "time_r.h"; no longer needed.
965         * lib/strftime.c: Likewise.
966         * lib/time_r.c: Likewise.
967         * lib/nanosleep.c (nanosleep): #undef after include files, not before.
968         * lib/nanosleep.c: Include <time.h> first, to check interface.
969         * lib/strptime.c: Likewise.
970         * lib/time_r.c: Likewise.
971         * lib/timegm.c: Likewise.
972         * lib/strptime.c: Don't include strptime.h or time_r.h; no longer
973         needed.
974         * lib/timegm.c: Don't include timegm.h; no longer needed.
975         * lib/timespec.h: Don't include <sys/time.h> before <time.h>;
976         time.h now handles any problems in that area.
977         (struct timespec, nanosleep): Remove; time.h now arranges for these.
978         * lib/xnanosleep.c: Don't include timespec.h; no longer needed now
979         that time.h defines struct timespec.
980         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Check that nanosleep is declared.
981         Set REPLACE_NANOSLEEP.  Don't AC_DEFINE nanosleep; the time module now
982         handles that.
983         * m4/strptime.m4 (gl_FUNC_STPRTIME): Set REPLACE_STRPTIME.
984         * m4/time_r.m4 (gl_TIME_R): Don't define HAVE_TIME_R_POSIX; no longer
985         needed.  Set REPLACE_LOCALTIME.
986         * m4/timegm.m4 (gl_FUNC_TIMEGM): Set REPLACE_TIMEGM.
987         * m4/timespec.m4 (gl_CHECK_TYPE_STRUCT_TIMESPEC): Move to time_h.m4.
988         (gl_TIMESPEC): Don't check for sys/time.h or struct timespec or
989         nanosleep; time_h.m4 now does that.  Don't require
990         gl_USE_SYSTEM_EXTENSIONS; no longer needed directly, and the time
991         module handles this now.
992         * modules/getdate (Depends-on): Remove timespec.  Add time.
993         * modules/nanosleep (Depends-on): Likewise.
994         * modules/stat-time (Depends-on): Likewise.
995         * modules/nanosleep (Include): Include time.h, not timespec.h.
996         * modules/strptime (Files): Remove lib/strptime.h.
997         (Depends-on): Add extensions, time.
998         (Include): Include time.h, not strptime.h.
999         * modules/time_r (Files): Remove lib/time_r.h.
1000         (Depends-on): Add time.
1001         (Include): Include time.h, not time_r.h.
1002         * modules/timegm: Likewise.
1003         * modules/timespec (Description): Now does timespec-related decls
1004         of our own, instead of struct timespec itself.
1005         (Depends-on): Add time; remove extensions.
1006         (Maintainer): Add self.
1007         * modules/utimecmp (Depends-on): Add time; remove timespec.
1008         * modules/utimens (Depends-on): Likewise.
1009         * modules/xnanosleep (Depends-on): Likewise.
1010
1011 2007-02-11  Bruno Haible  <bruno@clisp.org>
1012
1013         * lib/c-strstr.c: Include allocsa.h.
1014         (knuth_morris_pratt): Use allocsa/freesa instead of malloc/free.
1015         * lib/c-strcasestr.c: Include allocsa.h.
1016         (knuth_morris_pratt): Use allocsa/freesa instead of malloc/free.
1017         * lib/strcasestr.c: Include allocsa.h.
1018         (knuth_morris_pratt): Use allocsa/freesa instead of malloc/free.
1019         * lib/mbsstr.c: Include allocsa.h.
1020         (knuth_morris_pratt_unibyte, knuth_morris_pratt_multibyte): Use
1021         allocsa/freesa instead of malloc/free.
1022         * lib/mbscasestr.c: Include allocsa.h.
1023         (knuth_morris_pratt_unibyte, knuth_morris_pratt_multibyte): Use
1024         allocsa/freesa instead of malloc/free.
1025         * modules/c-strstr (Depends-on): Add allocsa.
1026         * modules/c-strcasestr (Depends-on): Likewise.
1027         * modules/strcasestr (Depends-on): Likewise.
1028         * modules/mbsstr (Depends-on): Likewise.
1029         * modules/mbscasestr (Depends-on): Likewise.
1030
1031 2007-02-11  Bruno Haible  <bruno@clisp.org>
1032
1033         * lib/mbsspn.c (mbsspn): Fix bug. Remove unnecessary strlen call.
1034
1035         * modules/mbsspn-tests: New file.
1036         * tests/test-mbsspn.sh: New file.
1037         * tests/test-mbsspn.c: New file.
1038
1039 2007-02-11  Bruno Haible  <bruno@clisp.org>
1040
1041         * lib/mbspbrk.c (mbspbrk): Remove unneeded cast.
1042
1043         * modules/mbspbrk-tests: New file.
1044         * tests/test-mbspbrk.sh: New file.
1045         * tests/test-mbspbrk.c: New file.
1046
1047 2007-02-11  Bruno Haible  <bruno@clisp.org>
1048
1049         * lib/mbscspn.c (mbscspn): Remove unnecessary strlen call and
1050         unneeded cast.
1051
1052         * modules/mbscspn-tests: New file.
1053         * tests/test-mbscspn.sh: New file.
1054         * tests/test-mbscspn.c: New file.
1055
1056 2007-02-11  Bruno Haible  <bruno@clisp.org>
1057
1058         * modules/mbscasecmp-tests: New file.
1059         * tests/test-mbscasecmp.sh: New file.
1060         * tests/test-mbscasecmp.c: New file.
1061
1062 2007-02-11  Bruno Haible  <bruno@clisp.org>
1063
1064         Ensure O(n) worst-case complexity of mbscasestr.
1065         * lib/mbscasestr.c: Include stdbool.h.
1066         (knuth_morris_pratt_unibyte, knuth_morris_pratt_multibyte): New
1067         functions.
1068         (mbscasestr): Add some bookkeeping. Invoke knuth_morris_pratt_* when
1069         the bookkeeping indicates that it's worth it.
1070         * modules/mbscasestr (Depends-on): Add stdbool, mbslen, strnlen.
1071
1072         * modules/mbscasestr-tests: New file.
1073         * tests/test-mbscasestr1.c: New file.
1074         * tests/test-mbscasestr2.sh: New file.
1075         * tests/test-mbscasestr2.c: New file.
1076         * tests/test-mbscasestr3.sh: New file.
1077         * tests/test-mbscasestr3.c: New file.
1078         * tests/test-mbscasestr4.sh: New file.
1079         * tests/test-mbscasestr4.c: New file.
1080         * m4/locale-tr.m4: New file.
1081
1082 2007-02-11  Bruno Haible  <bruno@clisp.org>
1083
1084         Ensure O(n) worst-case complexity of mbsstr.
1085         * lib/mbsstr.c: Include stdbool.h.
1086         (knuth_morris_pratt_unibyte, knuth_morris_pratt_multibyte): New
1087         functions.
1088         (mbsstr): Add some bookkeeping. Invoke knuth_morris_pratt_* when the
1089         bookkeeping indicates that it's worth it.
1090         * modules/mbsstr (Depends-on): Add stdbool, mbslen, strnlen.
1091
1092         * modules/mbsstr-tests: New file.
1093         * tests/test-mbsstr1.c: New file.
1094         * tests/test-mbsstr2.sh: New file.
1095         * tests/test-mbsstr2.c: New file.
1096         * tests/test-mbsstr3.sh: New file.
1097         * tests/test-mbsstr3.c: New file.
1098         * m4/locale-fr.m4: New file.
1099
1100 2007-02-11  Bruno Haible  <bruno@clisp.org>
1101
1102         * lib/mbsrchr.c (mbsrchr): Fix bug.
1103
1104         * modules/mbsrchr-tests: New file.
1105         * tests/test-mbsrchr.sh: New file.
1106         * tests/test-mbsrchr.c: New file.
1107
1108 2007-02-11  Bruno Haible  <bruno@clisp.org>
1109
1110         * lib/mbschr.c (mbschr): Fix bug.
1111
1112         * modules/mbschr-tests: New file.
1113         * tests/test-mbschr.sh: New file.
1114         * tests/test-mbschr.c: New file.
1115         * m4/locale-zh.m4: New file.
1116
1117 2007-02-11  Bruno Haible  <bruno@clisp.org>
1118
1119         Support for copying multibyte string iterators.
1120         * lib/mbiter.h: Include <string.h>.
1121         (mbiter_multi_copy): New function.
1122         (mbi_copy): New macro.
1123         * lib/mbuiter.h: Include <string.h>.
1124         (mbuiter_multi_copy): New function.
1125         (mbui_copy): New macro.
1126
1127 2007-02-11  Bruno Haible  <bruno@clisp.org>
1128
1129         New module mbslen.
1130         * modules/mbslen: New file.
1131         * lib/mbslen.c: New file.
1132         * lib/string_.h (mbslen): New declaration.
1133         * m4/mbslen.m4: New file.
1134         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
1135         GNULIB_MBSLEN.
1136         * modules/string (string.h): Also substitute GNULIB_MBSLEN.
1137         * MODULES.html.sh (Internationalization functions): Add mbslen.
1138
1139 2007-02-11  Bruno Haible  <bruno@clisp.org>
1140
1141         Ensure O(n) worst-case complexity of strcasestr substitute.
1142         * lib/strcasestr.c: Include stdbool.h.
1143         (knuth_morris_pratt): New function.
1144         (strcasestr): Add some bookkeeping. Invoke knuth_morris_pratt when the
1145         bookkeeping indicates that it's worth it.
1146         * modules/strcasestr (Depends-on): Add stdbool, strnlen.
1147
1148         * modules/strcasestr-tests: New file.
1149         * tests/test-strcasestr.c: New file.
1150
1151 2007-02-11  Bruno Haible  <bruno@clisp.org>
1152
1153         Ensure O(n) worst-case complexity of c_strcasestr.
1154         * lib/c-strcasestr.c: Include stdbool.h, string.h.
1155         (knuth_morris_pratt): New function.
1156         (c_strcasestr): Add some bookkeeping. Invoke knuth_morris_pratt when
1157         the bookkeeping indicates that it's worth it.
1158         * modules/c-strcasestr (Depends-on): Add stdbool, strnlen.
1159
1160         * modules/c-strcasestr-tests: New file.
1161         * tests/test-c-strcasestr.c: New file.
1162
1163 2007-02-11  Bruno Haible  <bruno@clisp.org>
1164
1165         Ensure O(n) worst-case complexity of c_strstr.
1166         * lib/c-strstr.c: Include stdbool.h, string.h.
1167         (knuth_morris_pratt): New function.
1168         (c_strstr): Add some bookkeeping. Invoke knuth_morris_pratt when the
1169         bookkeeping indicates that it's worth it.
1170         * modules/c-strstr (Depends-on): Add stdbool, strnlen.
1171
1172         * lib/c-strstr.c: Complete rewrite for maintainability.
1173
1174         * modules/c-strstr-tests: New file.
1175         * tests/test-c-strstr.c: New file.
1176
1177 2007-02-11  Bruno Haible  <bruno@clisp.org>
1178
1179         * m4/javacomp.m4 (gt_JAVACOMP): Work around a 'tr' bug in coreutils
1180         5.2.1 and earlier, whereby \055 was treated just like the range
1181         delimiter '-'.
1182         Reported by Joel E. Denny <jdenny@ces.clemson.edu>.
1183
1184 2007-02-08  Bruno Haible  <bruno@clisp.org>
1185
1186         * modules/regex (Depends-on): Add stdbool.
1187         Reported by Dalibor Topic <robilad@kaffe.org>.
1188
1189 2007-02-05  Paul Eggert  <eggert@cs.ucla.edu>
1190
1191         * m4/regex.m4 (gl_REGEX): Check for glibc bug #3957.
1192         Prefer returning from main to exiting from it.
1193         Remove unnecessary parens after sizeof.
1194
1195 2007-02-05  Bruno Haible  <bruno@clisp.org>
1196
1197         New module mbssep.
1198         * modules/mbssep: New file.
1199         * lib/mbssep.c: New file.
1200         * lib/string_.h (strsep): Add a conditional link warning.
1201         (mbssep): New declaration.
1202         * m4/mbssep.m4: New file.
1203         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
1204         GNULIB_MBSSEP.
1205         * modules/string (string.h): Also substitute GNULIB_MBSSEP.
1206         * MODULES.html.sh (Internationalization functions): Add mbssep.
1207
1208 2007-02-05  Bruno Haible  <bruno@clisp.org>
1209
1210         * lib/strsep.c (strsep): Fix actions in case of no delimiters.
1211         Optimize search in case of 1 delimiter.
1212
1213 2007-02-05  Paolo Bonzini  <bonzini@gnu.org>
1214
1215         * lib/acl.h: Include sys/types.h before sys/acl.h.
1216
1217 2007-02-05  Paolo Bonzini  <bonzini@gnu.org>
1218
1219         Merge upstream fix for glibc bugzilla #3957:
1220
1221         2007-02-05  Jakub Jelinek  <jakub@redhat.com>
1222
1223         * lib/regcomp.c (parse_bracket_exp): Set '\n' bit rather than '\0'
1224         bit for RE_HAT_LISTS_NOT_NEWLINE.
1225         (build_charclass_op): Remove bogus comment.
1226
1227 2007-02-05  Simon Josefsson  <simon@josefsson.org>
1228
1229         * lib/gc.h, lib/gc-libgcrypt.c: Support SHA-256/384/512.
1230
1231 2007-02-04  Paul Eggert  <eggert@cs.ucla.edu>
1232
1233         * lib/getsubopt.c [!_LIBC]: Include config.h and getsubopt.h.
1234         * lib/memmem.c [!defined _LIBC]: Include config.h.
1235
1236 2007-02-04  Bruno Haible  <bruno@clisp.org>
1237
1238         * lib/string_.h (GL_LINK_WARNING2): Put the word "warning:" into the
1239         warning message.
1240
1241 2007-02-04  Bruno Haible  <bruno@clisp.org>
1242
1243         New module mbstok_r.
1244         * modules/mbstok_r: New file.
1245         * lib/mbstok_r.c: New file.
1246         * lib/string_.h (strtok_r): Change argument names to match the
1247         comments. Add a conditional link warning.
1248         (mbstok_r): New declaration.
1249         * m4/mbstok_r.m4: New file.
1250         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
1251         GNULIB_MBSTOK_R.
1252         * modules/string (string.h): Also substitute GNULIB_MBSTOK_R.
1253         * MODULES.html.sh (Internationalization functions): Add mbstok_r.
1254
1255 2007-02-04  Bruno Haible  <bruno@clisp.org>
1256
1257         New module mbsspn.
1258         * modules/mbsspn: New file.
1259         * lib/mbsspn.c: New file.
1260         * lib/string_.h (strspn): Add a conditional link warning.
1261         (mbsspn): New declaration.
1262         * m4/mbsspn.m4: New file.
1263         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
1264         GNULIB_MBSSPN.
1265         * modules/string (string.h): Also substitute GNULIB_MBSSPN.
1266         * MODULES.html.sh (Internationalization functions): Add mbsspn.
1267
1268 2007-02-04  Bruno Haible  <bruno@clisp.org>
1269
1270         New module mbspbrk.
1271         * modules/mbspbrk: New file.
1272         * lib/mbspbrk.c: New file.
1273         * lib/string_.h (strpbrk): Add a conditional link warning.
1274         (mbspbrk): New declaration.
1275         * m4/mbspbrk.m4: New file.
1276         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
1277         GNULIB_MBSPBRK.
1278         * modules/string (string.h): Also substitute GNULIB_MBSPBRK.
1279         * MODULES.html.sh (Internationalization functions): Add mbspbrk.
1280
1281 2007-02-04  Bruno Haible  <bruno@clisp.org>
1282
1283         New module mbscspn.
1284         * modules/mbscspn: New file.
1285         * lib/mbscspn.c: New file.
1286         * lib/string_.h (strcspn): Add a conditional link warning.
1287         (mbscspn): New declaration.
1288         * m4/mbscspn.m4: New file.
1289         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
1290         GNULIB_MBSCSPN.
1291         * modules/string (string.h): Also substitute GNULIB_MBSCSPN.
1292         * MODULES.html.sh (Internationalization functions): Add mbscspn.
1293
1294 2007-02-04  Bruno Haible  <bruno@clisp.org>
1295
1296         New module mbscasestr, reduced goal of strcasestr.
1297         * modules/mbscasestr: New file.
1298         * lib/mbscasestr.c: New file, copied from lib/strcasestr.c.
1299         (mbscasestr): Renamed from strcasestr.
1300         * lib/strcasestr.c: Don't include mbuiter.h.
1301         (strcasestr): Remove support for multibyte locales.
1302         * lib/string_.h (strcasestr): Don`t rename. Declare only if missing.
1303         Change the conditional link warning.
1304         (mbscasestr): New declaration.
1305         * m4/mbscasestr.m4: New file.
1306         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR): Enable the replacement only if
1307         the system does not have strcasestr. Set HAVE_STRCASESTR instead of
1308         REPLACE_STRCASESTR.
1309         (gl_PREREQ_STRCASESTR): Don't require gl_FUNC_MBRTOWC.
1310         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Initialize
1311         HAVE_STRCASESTR instead of REPLACE_STRCASESTR.
1312         (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize GNULIB_MBSCASESTR.
1313         * modules/string (string.h): Also substitute GNULIB_MBSCASESTR.
1314         Substitute HAVE_STRCASESTR instead of REPLACE_STRCASESTR.
1315         * modules/strcasestr (Files): Remove m4/mbrtowc.m4.
1316         (Depends-on): Remove mbuiter.
1317         * MODULES.html.sh (Internationalization functions): Add mbscasestr.
1318
1319 2007-02-04  Bruno Haible  <bruno@clisp.org>
1320
1321         Simplify handling of strncasecmp.
1322         * lib/string_.h (strncasecmp): Remove test for GNULIB_STRCASE. Change
1323         the conditional link warning.
1324         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Initialize
1325         HAVE_STRCASECMP, not REPLACE_STRCASECMP.
1326         (gl_STRING_MODULE_INDICATOR_DEFAULTS): Don't initialize GNULIB_STRCASE.
1327         * modules/strcase (configure.ac): Don't invoke
1328         gl_STRING_MODULE_INDICATOR.
1329         * modules/string (string.h): Don't substitute GNULIB_STRCASE.
1330
1331 2007-02-04  Bruno Haible  <bruno@clisp.org>
1332
1333         New module mbscasecmp, reduced goal of strcasecmp.
1334         * modules/mbscasecmp: New file.
1335         * lib/mbscasecmp.c: New file, copied from lib/strcasecmp.c.
1336         (mbscasecmp): Renamed from strcasecmp.
1337         * lib/strcasecmp.c: Don't include mbuiter.h.
1338         (strcasecmp): Remove support for multibyte locales.
1339         * lib/string_.h (strcasecmp): Don`t rename. Declare only if missing.
1340         Change the conditional link warning.
1341         (mbscasecmp): New declaration.
1342         * m4/mbscasecmp.m4: New file.
1343         * m4/strcase.m4 (gl_FUNC_STRCASECMP): Enable the replacement only if
1344         the system lacks strcasecmp. Set HAVE_STRCASECMP instead of
1345         REPLACE_STRCASECMP.
1346         (gl_PREREQ_STRCASECMP): Don't require gl_FUNC_MBRTOWC.
1347         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
1348         GNULIB_MBSCASECMP.
1349         * modules/string (string.h): Also substitute GNULIB_MBSCASECMP.
1350         Substitute HAVE_STRCASECMP instead of REPLACE_STRCASECMP.
1351         * modules/strcase (Files): Remove m4/mbrtowc.m4.
1352         (Depends-on): Remove mbuiter.
1353         * MODULES.html.sh (Internationalization functions): Add mbscasecmp.
1354
1355 2007-02-04  Bruno Haible  <bruno@clisp.org>
1356
1357         New module mbsstr. Remove module strstr.
1358         * modules/mbsstr: New file.
1359         * modules/strstr: Remove file.
1360         * lib/mbsstr.c: Renamed from lib/strstr.c.
1361         (mbsstr): Renamed from strstr.
1362         * lib/string_.h (strstr): Remove declaration. Change the conditional
1363         link warning.
1364         (mbsstr): New declaration.
1365         * m4/mbsstr.m4: New file.
1366         * m4/strstr.m4: Remove file.
1367         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Don't initialize
1368         REPLACE_STRSTR.
1369         (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize GNULIB_MBSSTR.
1370         Don't initialize GNULIB_STRSTR.
1371         * modules/string (string.h): Also substitute GNULIB_MBSSTR. Don't
1372         substitute GNULIB_STRSTR and REPLACE_STRSTR.
1373         * MODULES.html.sh (Internationalization functions): Add mbsstr.
1374         (Support for systems lacking ANSI C 89): Remove strstr.
1375
1376 2007-02-04  Bruno Haible  <bruno@clisp.org>
1377
1378         New module mbsrchr.
1379         * modules/mbsrchr: New file.
1380         * lib/mbsrchr.c: New file.
1381         * lib/string_.h (strrchr): Add a conditional link warning.
1382         (mbsrchr): New declaration.
1383         * m4/mbsrchr.m4: New file.
1384         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
1385         GNULIB_MBSRCHR.
1386         * modules/string (string.h): Also substitute GNULIB_MBSRCHR.
1387         * MODULES.html.sh (Internationalization functions): Add mbsrchr.
1388
1389 2007-02-04  Bruno Haible  <bruno@clisp.org>
1390
1391         New module mbschr.
1392         * modules/mbschr: New file.
1393         * lib/mbschr.c: New file.
1394         * lib/string_.h (strchr): Add a conditional link warning.
1395         (mbschr): New declaration.
1396         * m4/mbschr.m4: New file.
1397         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
1398         GNULIB_MBSCHR.
1399         * modules/string (string.h): Also substitute GNULIB_MBSCHR.
1400         * MODULES.html.sh (Internationalization functions): Add mbschr.
1401
1402 2007-02-04  Paul Eggert  <eggert@cs.ucla.edu>
1403
1404         * lib/stdbool_.h: Mention that bool bit-fields aren't supported.
1405
1406         * modules/stdarg (configure.ac-early): Require AC_PROG_CC_STDC.
1407
1408 2007-02-04  Bruno Haible  <bruno@clisp.org>
1409
1410         New module description section 'configure.ac-early'.
1411         * gnulib-tool (sed_extract_prog): Recognize configure.ac-early.
1412         (func_get_autoconf_early_snippet): New function.
1413         (func_import, func_create_testdir): Use it. Remove special cases for
1414         modules 'extensions' and 'lock'.
1415         * modules/extensions (configure.ac-early): Require
1416         gl_USE_SYSTEM_EXTENSIONS.
1417         * modules/lock (configure.ac-early): Require gl_LOCK_EARLY.
1418
1419 2007-02-04  Bruno Haible  <bruno@clisp.org>
1420
1421         Make use of gcj-4.3's -fsource and -ftarget option.
1422         * m4/javacomp.m4 (gt_JAVACOMP): Test whether gcj is in version >= 4.3,
1423         and if so try the options -fsource and -ftarget.
1424         * lib/javacomp.c (compile_using_gcj): Add fsource_option,
1425         source_version, ftarget_option, target_version arguments.
1426         (is_envjavac_gcj43, is_envjavac_gcj43_usable): New functions.
1427         (is_envjavac_oldgcj_14_14_usable): Renamed from
1428         is_envjavac_gcj_14_14_usable.
1429         (is_envjavac_oldgcj_14_13_usable): Renamed from
1430         is_envjavac_gcj_14_13_usable.
1431         (is_gcj_present): Update.
1432         (is_gcj_43, is_gcj43_usable): New functions.
1433         (is_oldgcj_14_14_usable): Renamed from is_gcj_14_14_usable. Update.
1434         (is_oldgcj_14_13_usable): Renamed from is_gcj_14_13_usable. Update.
1435         (compile_java_class): Test whether gcj is in version >= 4.3, and if so
1436         try the options -fsource and -ftarget.
1437
1438 2007-02-03  Paul Eggert  <eggert@cs.ucla.edu>
1439
1440         * lib/xalloc.h (x2nrealloc): Fix an unlikely bug in the overflow
1441         checking code.  Set N = ceil (1.5 * N) rather than to a slightly
1442         larger value.
1443
1444 2007-02-03  Jim Meyering  <jim@meyering.net>
1445
1446         Give tools a better chance to allocate space for very large buffers.
1447         * lib/xalloc.h (x2nrealloc): Use 3/2, not 2, as buffer size factor.
1448
1449         Make pwd and readlink work also when run with an unreadable parent dir
1450         on systems with openat support.
1451         * lib/getcwd.c (__getcwd) [HAVE_PARTLY_WORKING_GETCWD]: Use the system
1452         provided getcwd function, even when we have openat support.
1453         Reported by Dmitry V. Levin in <http://bugzilla.redhat.com/227168>.
1454
1455 2007-02-02  Bruno Haible  <bruno@clisp.org>
1456
1457         * lib/string_.h (memmem, mempcpy, memrchr, stpcpy, stpncpy, strchrnul,
1458         strdup, strndup, strnlen, strpbrk, strsep, strtok_r): Provoke a link
1459         error only if GNULIB_POSIXCHECK is defined. Needed to avoid artificial
1460         portability problems if one of these functions is only used on specific
1461         platforms.
1462         Reported by Paul Eggert.
1463
1464 2007-02-02  Paul Eggert  <eggert@cs.ucla.edu>
1465
1466         Avoid mempcpy in the regex code, as the string.h mempcpy stuff
1467         is causing more trouble than it's curing.
1468         * lib/regex_internal.h (__mempcpy): Remove.
1469         * lib/regcomp.c (regerror): Rewrite to avoid the need for mempcpy
1470         (and make the code a tad smaller to boot).
1471         * m4/regex.m4 (gl_PREREQ_REGEX): Don't check for mempcpy.
1472
1473 2007-02-02  Jim Meyering  <jim@meyering.net>
1474
1475         * modules/arpa_inet: Put AC_PROG_MKDIR_P in the configure.ac:
1476         section, not in the Makefile.am: one.
1477
1478 2007-02-02  Eric Blake  <ebb9@byu.net>
1479
1480         * lib/strchrnul.c: Always include config.h first.
1481
1482         * modules/mountlist (Depends-on): Revert 2007-01-31 change,
1483         gnulib strstr is not necessary here.
1484
1485 2007-02-02  Simon Josefsson  <simon@josefsson.org>
1486
1487         * m4/socklen.m4: Fix typo.
1488
1489 2007-02-02  Eric Blake  <ebb9@byu.net>
1490
1491         * modules/arpa_inet (Makefile.am): Use MKDIR_P to avoid races.
1492         * modules/netinet_in (Makefile.am): Likewise.
1493
1494 2007-02-01  Bruno Haible  <bruno@clisp.org>
1495
1496         * lib/string_.h (GL_LINK_WARNING): New macro.
1497         (strcasecmp, strstr, strcasestr): If provided by the system,
1498         conditionally define as a macro that leads to a warning instead of to
1499         an error.
1500         (strncasecmp): Conditionally define as a macro that leads to a warning.
1501
1502 2007-02-01  Karl Berry  <karl@gnu.org>
1503
1504         * config/srclist.txt (strtok_r.c): lose sync, no more strtok_r.h.
1505
1506 2007-02-01  Bruno Haible  <bruno@clisp.org>
1507
1508         * MODULES.html.sh (Unicode string functions): Update after 2007-01-27
1509         renamings.
1510
1511 2007-02-01  Eric Blake  <ebb9@byu.net>
1512
1513         * modules/regex (Depends-on): Revert dependence on mempcpy.
1514         * lib/regex_internal.h [! _LIBC && !__mempcpy]: Undo string
1515         module's definition of mempcpy.
1516         Reported by Paul Eggert.
1517
1518 2007-02-01  Paul Eggert  <eggert@cs.ucla.edu>
1519
1520         * lib/string_.h: If the gnulib module XYZ is not present, undefine
1521         the symbol XYZ before redefining it.  This fixes a problem with
1522         programs that don't use XYZ, when compiled on systems that define
1523         XYZ to something else.
1524
1525 2007-01-31  Paul Eggert  <eggert@cs.ucla.edu>
1526
1527         * lib/mkdir-p.c (make_dir_parents): Close a race condition that
1528         occurs when "mkdir -m foo" creates a setgid directory that is (1)
1529         writeable to group or other and (2) is intended to have a special
1530         mode bit that is set or cleared.  In such a case, the directory
1531         should be neither group- nor other-writeable until the special
1532         mode bits are right.
1533
1534 2007-01-31  Eric Blake  <ebb9@byu.net>
1535
1536         * modules/mountlist (Depends-on): Add strstr.
1537
1538         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR): Correct m4 usage
1539         bug.
1540         * modules/string (Makefile.am): Remove redundant replacement.
1541         * modules/regex (Depends-on): Add mempcpy.
1542
1543 2007-01-31  Bruno Haible  <bruno@clisp.org>
1544
1545         New module description field 'Link'.
1546         * gnulib-tool (func_usage): Document --extract-link-directive.
1547         (sed_extract_prog): Recognize 'Link' directive.
1548         (func_get_link_directive): New function.
1549         (func_import): Show summary of link directives.
1550         Handle --extract-link-directive option.
1551         * modules/acl (Link): New section.
1552         * modules/clock-time (Link): New section.
1553         * modules/euidaccess (Link): New section.
1554         * modules/gettext (Link): New section.
1555         * modules/iconv (Link): New section.
1556         * modules/lock (Link): New section.
1557         * modules/nanosleep (Link): New section.
1558         * modules/readline (Link): New section.
1559
1560 2007-01-27  Bruno Haible  <bruno@clisp.org>
1561
1562         Enforce the use of gnulib modules for unportable <string.h> functions.
1563         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR): New macro.
1564         (gl_STRING_MODULE_INDICATOR_DEFAULTS): New macro.
1565         (gl_HEADER_STRING_H_BODY): Require it.
1566         * lib/string_.h: If the gnulib module XYZ is not present, redefine
1567         the symbol XYZ to one that gives a link error.
1568         * modules/string (Makefile.am): Also substitute the GNULIB_* variables.
1569         * modules/memmem (configure.ac): Invoke gl_STRING_MODULE_INDICATOR.
1570         * modules/mempcpy (configure.ac): Likewise.
1571         * modules/memrchr (configure.ac): Likewise.
1572         * modules/stpcpy (configure.ac): Likewise.
1573         * modules/stpncpy (configure.ac): Likewise.
1574         * modules/strcase (configure.ac): Likewise.
1575         * modules/strcasestr (configure.ac): Likewise.
1576         * modules/strchrnul (configure.ac): Likewise.
1577         * modules/strdup (configure.ac): Likewise.
1578         * modules/strndup (configure.ac): Likewise.
1579         * modules/strnlen (configure.ac): Likewise.
1580         * modules/strpbrk (configure.ac): Likewise.
1581         * modules/strsep (configure.ac): Likewise.
1582         * modules/strstr (configure.ac): Likewise.
1583         * modules/strtok_r (configure.ac): Likewise.
1584
1585 2007-01-31  Jean-Louis Martineau  <martineau@zmanda.com>  (tiny change)
1586
1587         * lib/gai_strerror.c (values): Add EAI_OVERFLOW.
1588
1589 2007-01-30  Jim Meyering  <jim@meyering.net>
1590
1591         * lib/mpsort.c (mpsort): Remove spurious "return" in void function.
1592
1593 2007-01-29  Bruno Haible  <bruno@clisp.org>
1594
1595         * lib/allocsa.h: Use '#if HAVE_*' instead of '#ifdef HAVE_*'.
1596         * lib/execute.c: Likewise.
1597         * lib/pipe.c: Likewise.
1598         * lib/printf-args.h: Likewise.
1599         * lib/printf-args.c: Likewise.
1600         * lib/printf-parse.c: Likewise.
1601         * lib/vasnprintf.c: Likewise.
1602
1603 2007-01-29  Eric Blake  <ebb9@byu.net>
1604
1605         * lib/memrchr.c: Assume <string.h> unconditionally, to pull in
1606         declaration.
1607
1608 2007-01-29  Paul Eggert  <eggert@cs.ucla.edu>
1609
1610         * lib/strptime.h (strptime): Use 'restrict' for args where
1611         POSIX requires this.
1612         * lib/strptime.c (strptime): Likewise.
1613         Change license notice from LGPL to GPL, since gnulib-tool will
1614         change this as needed.
1615         Include <config.h> if _LIBC is not defined, not if HAVE_CONFIG_H is
1616         defined.
1617         Include "strptime.h" first, to check interface.
1618         Do not #undef _LIBC and _NL_CURRENT.
1619         Do not include <stdlib.h>; no longer needed.
1620         Include "time_r.h" and declare ptime_locale_status
1621         only if _LIBC is not defined.
1622         (__P): Remove unused macro.
1623         (match_string): Bring back glibc version, but use it only if _LIBC
1624         is defined.
1625         (__strptime_internal): Compile tm_gmtoff code if _LIBC is defined, too.
1626         Remove unnecessary assertion and abort() call.
1627         Use #ifdef _NL_CURRENT rather than #if 0, for benefit of glibc.
1628         * m4/strptime.m4: Fix serial number comment.
1629         (gl_FUNC_STRPTIME): Require AC_C_RESTRICT, gl_TM_GMTOFF.
1630         * modules/strptime (Files): Add m4/tm_gmtoff.m4.
1631         (Depends-on): Add time_r.
1632
1633 2007-01-29  Bruno Haible  <bruno@clisp.org>
1634
1635         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
1636         strptime.
1637         * modules/strptime (Depends-on): Add stdbool.
1638         * lib/strptime.h: Include <time.h> always. Add comments.
1639
1640 2007-01-29  Yoann Vandoorselaere  <yoann@prelude-ids.org>
1641
1642         * modules/strptime: New file.
1643         * lib/strptime.h: New file.
1644         * lib/strptime.c: New file.
1645         * m4/strptime.m4: New file.
1646
1647 2007-01-28  Paul Eggert  <eggert@cs.ucla.edu>
1648
1649         * MODULES.html.sh: New module mpsort.
1650         * lib/mpsort.c, lib/mpsort.h, m4/mpsort.m4, modules/mpsort: New files.
1651
1652         * lib/regex.h (_Restrict_): Renamed from __restrict, to avoid
1653         a circularity problem with HP-UX ia64 reported by Bob Proulx in
1654         <http://lists.gnu.org/archive/html/bug-gnulib/2007-01/msg00394.html>.
1655         All uses changed.
1656         (_Restrict_arr_): Renamed from __restrict_arr, for similar reasons.
1657         All uses changed.
1658         * lib/regcomp.c, lib/regexec.c: Change all uses from __restrict
1659         to _Restrict_.
1660         * lib/regexec.c (regexec): Declare pmatch with _Restrict_arr_, so that
1661         the parameter matches the prototype.
1662
1663 2007-01-28  Jim Meyering  <jim@meyering.net>
1664
1665         * modules/sys_time (Makefile.am) [MOSTLYCLEANFILES]: Do use
1666         sys/time.h here, reverting that part of the previous patch:
1667         <http://thread.gmane.org/gmane.comp.lib.gnulib.bugs/8959>.
1668
1669 2007-01-28  Bruno Haible  <bruno@clisp.org>
1670
1671         * modules/sys_time (Makefile.am): Build sys/time.h only when it's the
1672         value of $(SYS_TIME_H).
1673         [MOSTLYCLEANFILES]: Now that sys/time.h is created only when needed,
1674         remove it conditionally, too. [added by Jim Meyering]
1675         * m4/sys_time_h.m4 (gl_HEADER_SYS_TIME_H_BODY): Set SYS_TIME_H.
1676         * m4/gettimeofday.m4 (gl_FUNC_GETTIMEOFDAY):
1677         (gl_FUNC_GETTIMEOFDAY_CLOBBER): Set SYS_TIME_H when setting
1678         GETTIMEOFDAY_REPLACEMENT to 1.
1679
1680 2007-01-28  Bruno Haible  <bruno@clisp.org>
1681
1682         * m4/unistd_h.m4 (gl_HEADER_UNISTD_DEFAULTS): New macro.
1683         (gl_HEADER_UNISTD): Require it. Don't set UNISTD_H to empty here.
1684         * m4/fchdir.m4 (gl_FUNC_FCHDIR): Require gl_HEADER_UNISTD_DEFAULTS.
1685         Set UNISTD_H instead of UNISTD_H2.
1686         * modules/fchdir (BUILT_SOURCES): Drop $(UNISTD_H2).
1687
1688 2007-01-28  Bruno Haible  <bruno@clisp.org>
1689
1690         * modules/mbchar (Makefile.am): Add mbchar.c to lib_SOURCES.
1691         * m4/mbchar.m4 (gl_MBCHAR): Remove AC_LIBOBJ invocation.
1692
1693 2007-01-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1694
1695         * gnulib-tool (func_emit_lib_Makefile_am, func_add_or_update)
1696         (func_create_testdir): Ensure C locale for `grep' and `tr'
1697         character ranges.
1698         (func_create_megatestdir): Avoid one `grep'.  Fix bug in
1699         ACLOCAL_AMFLAGS parsing state machine.
1700
1701 2007-01-27  Bruno Haible  <bruno@clisp.org>
1702
1703         * modules/unistr/base: Update.
1704
1705 2007-01-27  Bruno Haible  <bruno@clisp.org>
1706
1707         Rename u32-mbtouc -> u32-mbtouc-unsafe, u32-mbtouc-safe -> u32-mbtouc,
1708         u32_mbtouc -> u32_mbtouc_unsafe, u32_mbtouc_safe -> u32_mbtouc.
1709         * modules/unistr/u32-mbtouc-unsafe: Renamed from
1710         modules/unistr/u32-mbtouc.
1711         * lib/unistr/u32-mbtouc-unsafe.c: Renamed from lib/unistr/u32-mbtouc.c.
1712         * lib/unistr.h: Update.
1713         * lib/linebreak.c: Update.
1714         * modules/unistr/u32-mbtouc: Renamed from
1715         modules/unistr/u32-mbtouc-safe.
1716         * lib/unistr/u32-mbtouc.c: Renamed from lib/unistr/u32-mbtouc-safe.c.
1717         * lib/unistr.h: Update.
1718         * lib/unistr/u32-to-u8.c: Update.
1719         * lib/unistr/u32-to-u16.c: Update.
1720
1721 2007-01-27  Bruno Haible  <bruno@clisp.org>
1722
1723         Rename utf16-ucs4 -> utf16-ucs4-unsafe, utf16-ucs4-safe -> utf16-ucs4,
1724         u16_mbtouc -> u16_mbtouc_unsafe, u16_mbtouc_safe -> u16_mbtouc.
1725         * modules/utf16-ucs4-unsafe: Renamed from modules/utf16-ucs4.
1726         * lib/utf16-ucs4-unsafe.h: Renamed from lib/utf16-ucs4.h.
1727         * lib/unistr/utf16-ucs4-unsafe.c: Renamed from lib/unistr/utf16-ucs4.c.
1728         * modules/unistr/u16-mbtouc-unsafe: Renamed from
1729         modules/unistr/u16-mbtouc.
1730         * lib/unistr/u16-mbtouc-unsafe.c: Renamed from lib/unistr/u16-mbtouc.c.
1731         * lib/unistr.h: Update.
1732         * lib/linebreak.c: Update.
1733         * modules/linebreak: Update.
1734         * modules/utf16-ucs4: Renamed from modules/utf16-ucs4-safe.
1735         * lib/utf16-ucs4.h: Renamed from lib/utf16-ucs4-safe.h.
1736         * lib/unistr/utf16-ucs4.c: Renamed from lib/unistr/utf16-ucs4-safe.c.
1737         * modules/unistr/u16-mbtouc: Renamed from
1738         modules/unistr/u16-mbtouc-safe.
1739         * lib/unistr/u16-mbtouc.c: Renamed from lib/unistr/u16-mbtouc-safe.c.
1740         * lib/unistr.h: Update.
1741         * lib/unistr/u16-to-u8.c: Update.
1742         * modules/unistr/u16-to-u8: Update.
1743         * lib/unistr/u16-to-u32.c: Update.
1744         * modules/unistr/u16-to-u32: Update.
1745
1746 2007-01-27  Bruno Haible  <bruno@clisp.org>
1747
1748         Rename utf8-ucs4 -> utf8-ucs4-unsafe, utf8-ucs4-safe -> utf8-ucs4,
1749         u8_mbtouc -> u8_mbtouc_unsafe, u8_mbtouc_safe -> u8_mbtouc.
1750         * modules/utf8-ucs4-unsafe: Renamed from modules/utf8-ucs4.
1751         * lib/utf8-ucs4-unsafe.h: Renamed from lib/utf8-ucs4.h.
1752         * lib/unistr/utf8-ucs4-unsafe.c: Renamed from lib/unistr/utf8-ucs4.c.
1753         * modules/unistr/u8-mbtouc-unsafe: Renamed from
1754         modules/unistr/u8-mbtouc.
1755         * lib/unistr/u8-mbtouc-unsafe.c: Renamed from lib/unistr/u8-mbtouc.c.
1756         * lib/unistr.h: Update.
1757         * lib/striconveh.c: Update.
1758         * modules/striconveh: Update.
1759         * lib/linebreak.c: Update.
1760         * modules/linebreak: Update.
1761         * modules/utf8-ucs4: Renamed from modules/utf8-ucs4-safe.
1762         * lib/utf8-ucs4.h: Renamed from lib/utf8-ucs4-safe.h.
1763         * lib/unistr/utf8-ucs4.c: Renamed from lib/unistr/utf8-ucs4-safe.c.
1764         * modules/unistr/u8-mbtouc: Renamed from modules/unistr/u8-mbtouc-safe.
1765         * lib/unistr/u8-mbtouc.c: Renamed from lib/unistr/u8-mbtouc-safe.c.
1766         * lib/unistr.h: Update.
1767         * lib/striconveh.c: Update.
1768         * modules/striconveh: Update.
1769         * lib/unistr/u8-to-u16.c: Update.
1770         * modules/unistr/u8-to-u16: Update.
1771         * lib/unistr/u8-to-u32.c: Update.
1772         * modules/unistr/u8-to-u32: Update.
1773
1774 2007-01-27  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1775
1776         Sync from Libtool.
1777         * lib/argz.c: Do not include strings.h nor memory.h, include
1778         string.h unconditionally.  Patch by Simon Josefsson.
1779
1780 2007-01-27  Bruno Haible  <bruno@clisp.org>
1781
1782         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): New macro, extracted
1783         from gl_HEADER_STRING_H_BODY.
1784         (gl_HEADER_STRING_H_BODY): Require it.
1785         * m4/memmem.m4 (gl_FUNC_MEMMEM): Require gl_HEADER_STRING_H_DEFAULTS.
1786         * m4/mempcpy.m4 (gl_FUNC_MEMPCPY): Likewise.
1787         * m4/memrchr.m4 (gl_FUNC_MEMRCHR): Likewise.
1788         * m4/stpcpy.m4 (gl_FUNC_STPCPY): Likewise.
1789         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Likewise.
1790         * m4/strcase.m4 (gl_FUNC_STRCASECMP, gl_FUNC_STRNCASECMP): Likewise.
1791         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR): Likewise.
1792         * m4/strchrnul.m4 (gl_FUNC_STRCHRNUL): Likewise.
1793         * m4/strdup.m4 (gl_FUNC_STRDUP): Likewise.
1794         * m4/strndup.m4 (gl_FUNC_STRNDUP): Likewise.
1795         * m4/strnlen.m4 (gl_FUNC_STRNLEN): Likewise.
1796         * m4/strpbrk.m4 (gl_FUNC_STRPBRK): Likewise.
1797         * m4/strsep.m4 (gl_FUNC_STRSEP): Likewise.
1798         * m4/strstr.m4 (gl_FUNC_STRSTR): Likewise.
1799         * m4/strtok_r.m4 (gl_FUNC_STRTOK_R): Likewise.
1800
1801 2007-01-27  Bruno Haible  <bruno@clisp.org>
1802
1803         * gnulib-tool (func_emit_lib_Makefile_am): If $for_test is true, turn
1804         check_PROGRAMS into noinst_PROGRAMS.
1805         (func_emit_tests_Makefile_am): Likewise. Also don't initialize
1806         check_PROGRAMS in this case.
1807         (func_import): Set for_test to false.
1808         (func_create_testdir): Set for_test to true.
1809
1810 2007-01-27  Yoann Vandoorselaere <yoann.v@prelude-ids.com>
1811             Bruno Haible  <bruno@clisp.org>
1812
1813         * modules/strcasestr (Files): Remove lib/strcasestr.h.
1814         (Depends-on): Add string.
1815         (Includes): Use <string.h> instead of strcasestr.h.
1816         * modules/string (Makefile.am): Also substitute the value of
1817         REPLACE_STRCASESTR.
1818         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR): Don't define strcasestr here;
1819         assume strcasestr is declared in <string.h> not <strings.h>. Also
1820         set REPLACE_STRCASESTR.
1821         * m4/string_h.m4 (gl_HEADER_STRING_H_BODY): Provide a default value for
1822         REPLACE_STRCASESTR.
1823         * lib/strcasestr.h: Remove file.
1824         * lib/strcasestr.c: Include <string.h> instead of strcasestr.h.
1825         * lib/string_.h (strcasestr): New declaration.
1826
1827 2007-01-27  Bruno Haible  <bruno@clisp.org>
1828
1829         * lib/string_.h: Use 'extern'.
1830
1831 2007-01-27  Jim Meyering  <jim@meyering.net>
1832
1833         * lib/regex_internal.c (re_string_reconstruct): Remove declaration
1834         of set-but-not-used local, "q".
1835
1836         * lib/mempcpy.c: Include <config.h> before <string.h>.
1837         This fixes a compilation error on HP-UX, due to the system's
1838         "restrict"-using mempcpy prototype.
1839
1840 2007-01-26  Bruno Haible  <bruno@clisp.org>
1841
1842         Small optimization.
1843         * lib/javacomp.c: Include c-strstr.h.
1844          (is_envjavac_gcj): Use c_strstr instead of strstr.
1845         * modules/javacomp (Depends-on): Add c-strstr, remove strstr.
1846
1847 2007-01-26  Bruno Haible  <bruno@clisp.org>
1848
1849         * MODULES.html.sh (Unicode string functions): Add the new modules.
1850
1851         * modules/uniconv/u32-strconv-to-locale: New file.
1852         * lib/uniconv/u32-strconv-to-locale.c: New file.
1853
1854         * modules/uniconv/u16-strconv-to-locale: New file.
1855         * lib/uniconv/u16-strconv-to-locale.c: New file.
1856
1857         * modules/uniconv/u8-strconv-to-locale: New file.
1858         * lib/uniconv/u8-strconv-to-locale.c: New file.
1859
1860         * modules/uniconv/u32-strconv-from-locale: New file.
1861         * lib/uniconv/u32-strconv-from-locale.c: New file.
1862
1863         * modules/uniconv/u16-strconv-from-locale: New file.
1864         * lib/uniconv/u16-strconv-from-locale.c: New file.
1865
1866         * modules/uniconv/u8-strconv-from-locale: New file.
1867         * lib/uniconv/u8-strconv-from-locale.c: New file.
1868
1869         * modules/uniconv/u32-strconv-to-enc: New file.
1870         * lib/uniconv/u32-strconv-to-enc.c: New file.
1871         * modules/uniconv/u32-strconv-to-enc-tests: New file.
1872         * tests/uniconv/test-u32-strconv-to-enc.c: New file.
1873
1874         * modules/uniconv/u16-strconv-to-enc: New file.
1875         * lib/uniconv/u16-strconv-to-enc.c: New file.
1876         * lib/uniconv/u-strconv-to-enc.h: New file.
1877         * modules/uniconv/u16-strconv-to-enc-tests: New file.
1878         * tests/uniconv/test-u16-strconv-to-enc.c: New file.
1879
1880         * modules/uniconv/u8-strconv-to-enc: New file.
1881         * lib/uniconv/u8-strconv-to-enc.c: New file.
1882         * modules/uniconv/u8-strconv-to-enc-tests: New file.
1883         * tests/uniconv/test-u8-strconv-to-enc.c: New file.
1884
1885         * modules/uniconv/u32-strconv-from-enc: New file.
1886         * lib/uniconv/u32-strconv-from-enc.c: New file.
1887         * modules/uniconv/u32-strconv-from-enc-tests: New file.
1888         * tests/uniconv/test-u32-strconv-from-enc.c: New file.
1889
1890         * modules/uniconv/u16-strconv-from-enc: New file.
1891         * lib/uniconv/u16-strconv-from-enc.c: New file.
1892         * modules/uniconv/u16-strconv-from-enc-tests: New file.
1893         * tests/uniconv/test-u16-strconv-from-enc.c: New file.
1894
1895         * modules/uniconv/u8-strconv-from-enc: New file.
1896         * lib/uniconv/u8-strconv-from-enc.c: New file.
1897         * lib/uniconv/u-strconv-from-enc.h: New file.
1898         * modules/uniconv/u8-strconv-from-enc-tests: New file.
1899         * tests/uniconv/test-u8-strconv-from-enc.c: New file.
1900
1901         * modules/uniconv/u32-conv-from-enc: New file.
1902         * lib/uniconv/u32-conv-from-enc.c: New file.
1903         * modules/uniconv/u32-conv-from-enc-tests: New file.
1904         * tests/uniconv/test-u32-conv-from-enc.c: New file.
1905
1906         * modules/uniconv/u16-conv-from-enc: New file.
1907         * lib/uniconv/u16-conv-from-enc.c: New file.
1908         * lib/uniconv/u-conv-from-enc.h: New file.
1909         * modules/uniconv/u16-conv-from-enc-tests: New file.
1910         * tests/uniconv/test-u16-conv-from-enc.c: New file.
1911
1912         * modules/uniconv/u8-conv-from-enc: New file.
1913         * lib/uniconv/u8-conv-from-enc.c: New file.
1914         * modules/uniconv/u8-conv-from-enc-tests: New file.
1915         * tests/uniconv/test-u8-conv-from-enc.c: New file.
1916
1917         * modules/uniconv/base: New file.
1918         * lib/uniconv.h: New file.
1919
1920 2007-01-26  Paul Eggert  <eggert@cs.ucla.edu>
1921
1922         * doc/gnulib-tool.texi (Initial import): Update to match current
1923         behavior with strdup module.
1924         * lib/.cppi-disable: Remove strcase.h, strdup.h, strndup.h, strnlen.h.
1925         * lib/memmem.h: Remove; all uses removed.  This is now done
1926         by <string.h>.
1927         * lib/mempcpy.h: Likewise.
1928         * lib/memrchr.h: Likewise.
1929         * lib/stpcpy.h: Likewise.
1930         * lib/stpncpy.h: Likewise.
1931         * lib/strcase.h: Likewise.
1932         * lib/strchrnul.h: Likewise.
1933         * lib/strdup.h: Likewise.
1934         * lib/strndup.h: Likewise.
1935         * lib/strnlen.h: Likewise.
1936         * lib/strpbrk.h: Likewise.
1937         * lib/strsep.h: Likewise.
1938         * lib/strstr.h: Likewise.
1939         * lib/strtok_r.h: Likewise.
1940         * lib/string_.h: New file.
1941         * lib/argp-namefrob.h: Don't include no-longer-existent include files.
1942         Rely on <string.h> instead.
1943         * lib/canon-host.c: Likewise.
1944         * lib/chdir-long.c: Likewise.
1945         * lib/concatpath.c: Likewise.
1946         * lib/exclude.c: Likewise.
1947         * lib/fchdir.c: Likewise.
1948         * lib/getaddrinfo.c: Likewise.
1949         * lib/getcwd.c: Likewise.
1950         * lib/getsubopt.c: Likewise.
1951         * lib/glob.c: Likewise.
1952         * lib/hard-locale.c: Likewise.
1953         * lib/iconvme.c: Likewise.
1954         * lib/javacomp.c: Likewise.
1955         * lib/mempcpy.c: Likewise.
1956         * lib/memrchr.c: Likewise.
1957         * lib/regex_internal.h: Likewise.
1958         * lib/stpncpy.c: Likewise.
1959         * lib/strcasecmp.c: Likewise.
1960         * lib/strchrnul.c: Likewise.
1961         * lib/strdup.c: Likewise.
1962         * lib/striconv.c: Likewise.
1963         * lib/striconveh.c: Likewise.
1964         * lib/striconveha.c: Likewise.
1965         * lib/strncasecmp.c: Likewise.
1966         * lib/strndup.c: Likewise.
1967         * lib/strnlen.c: Likewise.
1968         * lib/strsep.c: Likewise.
1969         * lib/strstr.c: Likewise.
1970         * lib/strtok_r.c: Likewise.
1971         * lib/userspec.c: Likewise.
1972         * lib/w32spawn.h: Likewise.
1973         * lib/xstrndup.c: Likewise.
1974         * lib/mountlist.c (strstr): Remove decl.
1975         * m4/string_h.m4: New file.
1976         * m4/memmem.m4 (gl_FUNC_MEMMEM): Set HAVE_DECL_MEMMEM if necessary.
1977         * m4/mempcpy.m4 (gl_FUNC_MEMPCPY): Set HAVE_MEMPCPY if necessary.
1978         * m4/memrchr.m4 (gl_FUNC_MEMRCHR): Set HAVE_MEMRCHR
1979         * m4/stpcpy.m4 (gl_FUNC_STPCPY): Set HAVE_STPCPY if necessary.
1980         * m4/stpncpy.m4 (gl_PREREQ_STPNCPY): Set HAVE_STPNCPY if necessary.
1981         * m4/strcase.m4 (gl_FUNC_STRCASECMP):
1982         Set REPLACE_STRCASECMP if necessary.
1983         (gl_FUNC_STRNCASECMP): Set HAVE_DECL_STRNCASECMP if necessary.
1984         * m4/strchrnul.m4 (gl_FUNC_STRCHRNUL): Set HAVE_STRCHRNUL if necessary.
1985         * m4/strdup.m4 (gl_FUNC_STRDUP): Set HAVE_DECL_STRDUP if necessary.
1986         * m4/strndup.m4 (gl_FUNC_STRNDUP): Set HAVE_DECL_STRNLEN and
1987         HAVE_DECL_STRDUP if necessary.
1988         (gl_PREREQ_STRNLEN): Don't bother to check for strnlen decl,
1989         since gl_FUNC_STRNDUP does that now.
1990         * m4/strnlen.m4 (gl_FUNC_STRNLEN): Set HAVE_DECL_STRNLEN if necessary.
1991         Check for decl here...
1992         (gl_PREREQ_STRNLEN): ... not here.
1993         * m4/strpbrk.m4 (gl_FUNC_STRPBRK): Set HAVE_STRPBRK if necessary.
1994         * m4/strsep.m4 (gl_FUNC_STRSEP): Set HAVE_STRSEP if necessary.
1995         * m4/strstr.m4 (gl_FUNC_STRSTR): Set REPLACE_STRSTR if necessary.
1996         * m4/strtok_r.m4 (gl_FUNC_STRTOK_R): Set HAVE_DECL_STRTOK_R if
1997         necessary.
1998         * modules/string: New file.
1999         * modules/memmem (Files): Remove special-purpose include file.
2000         (Depends-on): Add string.
2001         (Include): Include <string.h>, not the removed file.
2002         * modules/mempcpy: Likewise.
2003         * modules/memrchr: Likewise.
2004         * modules/stpcpy: Likewise.
2005         * modules/stpncpy: Likewise.
2006         * modules/strcase: Likewise.
2007         * modules/strchrnul: Likewise.
2008         * modules/strdup: Likewise.
2009         * modules/strndup: Likewise.
2010         * modules/strnlen: Likewise.
2011         * modules/strpbrk: Likewise.
2012         * modules/strsep: Likewise.
2013         * modules/strstr: Likewise.
2014         * modules/strtok_r: Likewise.
2015         * tests/test-dirname.c: Don't include "strdup.h", since
2016         <string.h> now suffices.
2017         * tests/test-memmem.c: Don't include "memmem.h", since
2018         <string.h> now suffices.
2019
2020 2007-01-25  Bruno Haible  <bruno@clisp.org>
2021
2022         * lib/striconveh.c (mem_cd_iconveh_internal): Ignore *lengthp if
2023         *resultp is 0.
2024
2025         * lib/unistr/u16-to-u8.c (u16_to_u8): Fix u8_uctomb invocation.
2026         * lib/unistr/u32-to-u8.c (u32_to_u8): Likewise.
2027         * lib/unistr/u8-to-u16.c (u8_to_u16): Fix u16_uctomb invocation.
2028         * lib/unistr/u32-to-u16.c (u32_to_u16): Likewise.
2029
2030         * modules/unistr/u8-to-u16 (Depends-on): Add missing modules.
2031         * modules/unistr/u8-to-u32 (Depends-on): Add missing modules.
2032         * modules/unistr/u16-to-u8 (Depends-on): Add missing modules.
2033         * modules/unistr/u16-to-u32 (Depends-on): Add missing modules.
2034         * modules/unistr/u32-to-u8 (Depends-on): Add missing modules.
2035         * modules/unistr/u32-to-u16 (Depends-on): Add missing modules.
2036
2037 2007-01-24  Bruno Haible  <bruno@clisp.org>
2038
2039         Don't AC_REQUIRE autoconf macros that invoke AC_LIBOBJ. See
2040         <http://lists.gnu.org/archive/html/bug-gnulib/2006-10/msg00279.html>.
2041         * m4/argp.m4 (gl_ARGP): Invoke, don't require, gl_GETOPT_SUBSTITUTE.
2042         * m4/fts.m4 (gl_FUNC_FTS, gl_FUNC_FTS_LGPL): Invoke, don't require,
2043         gl_FUNC_FTS_CORE.
2044         (gl_FUNC_FTS_CORE): Invoke, don't require, gl_FUNC_OPENAT.
2045         * m4/lstat.m4 (gl_FUNC_LSTAT): Invoke, don't require,
2046         AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK.
2047         * m4/memcmp.m4 (gl_FUNC_MEMCMP): Invoke, don't require, AC_FUNC_MEMCMP.
2048         * m4/mktime.m4 (gl_FUNC_MKTIME): Invoke, don't require, AC_FUNC_MKTIME.
2049         * m4/openat.m4 (gl_FUNC_OPENAT): Invoke, don't require,
2050         gl_FUNC_FCHOWNAT.
2051         * m4/strftime.m4 (gl_FUNC_GNU_STRFTIME): Invoke, don't require,
2052         gl_FUNC_STRFTIME.
2053         * m4/strtod.m4 (gl_FUNC_STRTOD): Invoke, don't require, AC_FUNC_STRTOD.
2054         Reported by Ralf Wildenhues.
2055
2056 2007-01-24  Bruno Haible  <bruno@clisp.org>
2057
2058         Drop AC_REQUIRE calls that are redundant with the module dependencies.
2059         * m4/canon-host.m4 (gl_PREREQ_CANON_HOST): Don't require
2060         gl_GETADDRINFO.
2061         * m4/chdir-long.m4 (gl_PREREQ_CHDIR_LONG): Don't require AM_STDBOOL_H,
2062         gl_FUNC_MEMPCPY, gl_FUNC_OPENAT, gl_FUNC_MEMRCHR.
2063         * m4/openat.m4 (gl_PREREQ_OPENAT): Don't require gl_SAVE_CWD.
2064
2065 2007-01-24  Paul Eggert  <eggert@cs.ucla.edu>
2066
2067         * m4/fnmatch.m4 (_AC_FUNC_FNMATCH_IF): Add test for glibc bug 361.
2068         Don't use 'exit'; just return from 'main'.
2069         (_AC_LIBOBJ_FNMATCH): Check for headers and functions just once.
2070
2071         * lib/fnmatch_.h: Readjust white space and comments to match
2072         glibc, to avoid spurious diffs.
2073
2074 2007-01-23  Paul Eggert  <eggert@cs.ucla.edu>
2075
2076         * lib/fnmatch_loop.c (internal_fnmatch) [!_LIBC]: #if-out the
2077         2004-12-01 change by Jakub Jelinek, since this code won't compile
2078         if !LIBC.  Problem reported by Bob Proulx.
2079
2080 2007-01-23  Bruno Haible  <bruno@clisp.org>
2081
2082         * lib/striconveh.c: Include c-strcaseeq.h.
2083         (mem_iconveh, str_iconveh): Use STRCASEEQ instead of c_strcasecmp.
2084         * modules/striconveh (Depends-on): Add c-strcaseeq.
2085
2086 2007-01-23  Bruno Haible  <bruno@clisp.org>
2087
2088         * MODULES.html.sh (String handling): Add streq, c-strcaseeq.
2089
2090         * modules/c-strcaseeq: New file.
2091         * lib/c-strcaseeq.h: New file.
2092
2093         * modules/streq: New file.
2094         * lib/streq.h: New file.
2095
2096 2007-01-23  Bruno Haible  <bruno@clisp.org>
2097
2098         * modules/striconveha-tests: New file.
2099         * tests/test-striconveha.c: New file.
2100
2101         * lib/striconveha.h: Include <stdbool.h>.
2102         (mem_iconveha, str_iconveha): Add 'transliterate' argument.
2103         * lib/striconveha.c: Include allocsa.h, strdup.h, c-strcase.h.
2104         (mem_iconveha_notranslit): Renamed from mem_iconveha.
2105         (mem_iconveha): New function.
2106         (str_iconveha_notranslit): Renamed from str_iconveha.
2107         (str_iconveha): New function.
2108         * modules/striconveha (Depends-on): Add stdbool, allocsa, strdup,
2109         c-strcase.
2110
2111 2007-01-23  Bruno Haible  <bruno@clisp.org>
2112
2113         * lib/striconveha.c (mem_iconveha): Fix endless recursion. Try all
2114         encodings without forgiving before trying any encoding with handler.
2115         (str_iconveha): Try all encodings without forgiving before trying any
2116         encoding with handler.
2117
2118 2007-01-23  Paul Eggert  <eggert@cs.ucla.edu>
2119
2120         Import the following changes from libc.
2121
2122         2005-10-14  Ulrich Drepper  <drepper@redhat.com>
2123
2124         * lib/fnmatch_loop.c: Adjust for changed secondary hash function.
2125
2126         2004-12-01  Jakub Jelinek  <jakub@redhat.com>
2127
2128         * lib/fnmatch_loop.c (internal_fnmatch): Clear is_seqval after
2129         normal_bracket label.
2130
2131         2004-09-01  Jakub Jelinek  <jakub@redhat.com>
2132
2133         [BZ #361]
2134         * lib/fnmatch_loop.c (FCT): For backslash between brackets, branch
2135         to normal_bracket after fetching the next character.
2136
2137 2007-01-22  Bruno Haible  <bruno@clisp.org>
2138
2139         * lib/striconveh.h (mem_cd_iconveh, mem_iconveh): Add 'offsets'
2140         argument.
2141         * lib/striconveh.c (iconv_carefully_1): New function.
2142         (mem_cd_iconveh_internal, mem_cd_iconveh, mem_iconveh): Add 'offsets'
2143         argument.
2144         (str_cd_iconveh): Update.
2145         * lib/striconveha.h (mem_iconveha): Add 'offsets' argument.
2146         * lib/striconveha.c (mem_iconveha): Add 'offsets' argument.
2147         * tests/test-striconveh.c (MAGIC): New macro.
2148         (new_offsets): New function.
2149         (main): Test call with and without offsets.
2150
2151 2007-01-22  Bruno Haible  <bruno@clisp.org>
2152
2153         * modules/sys_stat (Makefile.am): Use @MKDIR_P@ instead of $(MKDIR_P).
2154         * modules/sys_select (Makefile.am): Likewise.
2155         * modules/sys_socket (Makefile.am): Likewise.
2156         * modules/sys_time (Makefile.am): Likewise.
2157
2158 2007-01-22  Paul Eggert  <eggert@cs.ucla.edu>
2159
2160         * modules/gettimeofday (License): Change from GPL to LGPL, since
2161         gettimeofday is a library function.
2162
2163 2007-01-22  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
2164
2165         * lib/poll.c (rpl_poll): Don't check against FD_SETSIZE under Win32.
2166
2167 2007-01-21  Bruno Haible  <bruno@clisp.org>
2168
2169         * m4/gnulib-common.m4 (AC_PROG_MKDIR_P): New macro.
2170
2171 2007-01-21  Bruno Haible  <bruno@clisp.org>
2172
2173         * modules/striconveha: New file.
2174         * lib/striconveha.h: New file.
2175         * lib/striconveha.c: New file.
2176         * MODULES.html.sh (Internationalization functions): Add striconveha.
2177         * lib/striconv.c (str_iconv): Optimize the case of an empty input
2178         string.
2179         * lib/striconveh.c (mem_iconveh, str_iconveh): Likewise.
2180
2181 2007-01-21  Bruno Haible  <bruno@clisp.org>
2182
2183         * lib/striconv.c (str_iconv): Guarantee errno is set when strdup fails.
2184         * lib/striconveh.c (str_iconveh): Likewise.
2185
2186 2007-01-21  Bruno Haible  <bruno@clisp.org>
2187
2188         * lib/striconveh.h (mem_iconveh): New declaration.
2189         * lib/striconveh.c (mem_iconveh): New function.
2190         * tests/test-striconveh.c (main): Add tests for mem_iconveh.
2191
2192 2007-01-21  Bruno Haible  <bruno@clisp.org>
2193
2194         * lib/xstriconv.h (xmem_cd_iconv): Change specification.
2195
2196         * lib/striconveh.h (mem_cd_iconveh): Change specification.
2197         * lib/striconveh.c (mem_cd_iconveh): Don't free the user-supplied
2198         original result buffer.
2199         (str_cd_iconveh): Update.
2200         * tests/test-striconveh.c (main): Update.
2201
2202         * lib/striconv.h (mem_cd_iconv): Change specification.
2203         * lib/striconv.c (mem_cd_iconv): Don't free the user-supplied original
2204         result buffer.
2205         (str_cd_iconv): Update.
2206         * tests/test-striconv.c (main): Update.
2207
2208 2007-01-21  Bruno Haible  <bruno@clisp.org>
2209
2210         * gnulib-tool: Fix test whether sed is GNU sed supporting --posix.
2211
2212 2007-01-20  Jim Meyering  <jim@meyering.net>
2213
2214         * lib/userspec.c (parse_with_separator): If a user or group string
2215         starts with "+", skip the corresponding name-to-ID look-up, since
2216         such a look-up must fail: user and group names may not include "+".
2217
2218 2007-01-19  Paul Eggert  <eggert@cs.ucla.edu>
2219
2220         * lib/poll.c: Include sys/time.h and time.h unconditionally,
2221         since we now assume the sys_time module.
2222         * m4/poll.m4 (gl_PREREQ_POLL): Don't require AC_HEADER_TIME or
2223         check for sys/time.h; no longer needed.
2224         * modules/poll (Depends-on): Depend on sys_time.
2225
2226 2007-01-18  Bruno Haible  <bruno@clisp.org>
2227
2228         * m4/mktime.m4 (AC_FUNC_MKTIME): Remove test for <sys/time.h>.
2229         * m4/strftime.m4 (gl_FUNC_STRFTIME): Likewise.
2230
2231         * m4/tempname.m4 (gl_PREREQ_TEMPNAME): Remove tests for sys/time.h and
2232         gettimeofday.
2233
2234         * tests/test-gettimeofday.c: Include <time.h>.
2235         (dummy): Remove variable.
2236
2237         * m4/sys_time_h.m4 (gl_HEADER_SYS_TIME_H_BODY): Renamed from
2238         gl_HEADER_SYS_TIME_H.
2239         (gl_HEADER_SYS_TIME_H): New macro.
2240
2241         * lib/sys_time_.h: Test GETTIMEOFDAY_REPLACEMENT instead of
2242         HAVE_GETTIMEOFDAY_POSIX_SIGNATURE and GETTIMEOFDAY_CLOBBERS_LOCALTIME.
2243         * m4/gettimeofday.m4 (gl_FUNC_GETTIMEOFDAY,
2244         gl_FUNC_GETTIMEOFDAY_CLOBBER): Set GETTIMEOFDAY_REPLACEMENT instead of
2245         HAVE_GETTIMEOFDAY_POSIX_SIGNATURE and GETTIMEOFDAY_CLOBBERS_LOCALTIME.
2246         * m4/sys_time_h.m4 (gl_HEADER_SYS_TIME_H): Initialize
2247         GETTIMEOFDAY_REPLACEMENT instead of HAVE_GETTIMEOFDAY_POSIX_SIGNATURE
2248         and GETTIMEOFDAY_CLOBBERS_LOCALTIME.
2249         * modules/sys_time (sys/time.h): Substitute GETTIMEOFDAY_REPLACEMENT
2250         instead of HAVE_GETTIMEOFDAY_POSIX_SIGNATURE and
2251         GETTIMEOFDAY_CLOBBERS_LOCALTIME.
2252
2253         * m4/gettimeofday.m4 (gl_GETTIMEOFDAY_REPLACE_LOCALTIME): Undo the
2254         last change; it caused a compilation error when cross-compiling to
2255         Cygwin.
2256
2257 2007-01-18  Jim Meyering  <jim@meyering.net>
2258
2259         Use "$(MKDIR_P) sys", not race-prone "test -d sys || mkdir sys".
2260         * modules/sys_stat (Makefile.am): Use "$(MKDIR_P) sys", rather
2261         than the race-prone "test -d sys || mkdir sys".
2262         (configure.ac): Use AC_PROG_MKDIR_P.
2263         * modules/sys_select: Likewise.
2264         * modules/sys_socket: Likewise.
2265         * modules/sys_time: Likewise.
2266
2267 2007-01-18  Eric Blake  <ebb9@byu.net>
2268
2269         * m4/gettimeofday.m4 (gl_GETTIMEOFDAY_REPLACE_LOCALTIME): Also
2270         replace gettimeofday.
2271         * lib/gettimeofday.c (rpl_gettimeofday): Declare with replacement
2272         name, to avoid infinite recursion.
2273
2274 2007-01-17  Paul Eggert  <eggert@cs.ucla.edu>
2275
2276         * MODULES.html.sh (Support for systems lacking POSIX:2001): New
2277         module sys_time.
2278         * lib/gethrxtime.c: Include <sys/time.h>, since we can no longer
2279         assume timespec.h defines struct timeval.
2280         * lib/settime.c: Likewise.
2281         * lib/utimens.c: Likewise.
2282         * lib/gettime.c (gettime): Remove test against HAVE_GETTIMEOFDAY,
2283         since we now assume the gettimeofday module.
2284         * lib/tempname.c (__gen_tempname): Likewise.
2285         * lib/gettimeofday.h: Remove.
2286         * lib/gettimeofday.c: Include <sys/time.h> instead of "gettimeofday.h".
2287         Don't include <sys/types.h> and <stdlib.h>; shouldn't be needed.
2288         Include <time.h>, for 'time()'.
2289         (localtime_buffer_addr): Also use this workaround if
2290         TZSET_CLOBBERS_LOCALTIME.  Set to a dummy static variable by default,
2291         to simplify the uses.  All uses changed.
2292         (localtime, gmtime, tzset, gettimeofday): Reformat slightly so
2293         that #undef is inside {}, and 'const' follows type name consistently.
2294         (tzset): Define replacement only if TZSET_CLOBBERS_LOCALTIME.
2295         (gettimeofday): Do not use the maximum possible value for
2296         tv->tv_usec, since that might break usages other than ls.c.
2297         Instead, we'll leave ls.c alone.  This undoes today's patch
2298         by Bruno.  Add a compile-time warning for 1s-clock resolution;
2299         we've never observed the problem but might as well keep the
2300         canary.
2301         * lib/nanosleep.c: Include timespec.h first, for interface check.
2302         * lib/nanosleep.c: Include <sys/time.h> unconditionally, since we
2303         now assume the sys_time module.
2304         * lib/tempname.c: Likewise.
2305         * lib/timespec.h: Likewise.
2306         * lib/nanosleep.c: Don't worry about TIME_WITH_SYS_TIME; no longer
2307         needed.
2308         * lib/strftime.c: Likewise.
2309         * lib/timespec.h: Likewise.
2310         * lib/posixtm.c: Include posixtm.h first, for interface check.
2311         Don't worry about TM_IN_SYS_TIME; that's wayyy obsolete.
2312         * lib/posixtm.h: Include stdbool.h and time.h, for proper interface.
2313         * lib/strftime.c: Don't include <sys/types.h>; shouldn't be needed.
2314         * lib/sys_time_.h: New file.
2315         * lib/timespec.h (struct timespec): Use long int, not long.
2316         * m4/gettimeofday.m4 (gl_FUNC_GETTIMEOFDAY):
2317         (gl_FUNC_GETTIMEOFDAY_CLOBBER, gl_PREREQ_GETTIMEOFDAY):
2318         Remove obsolescent call to AC_HEADER_TIME.
2319         * m4/mktime.m4 (AC_FUNC_MKTIME): Likewise.
2320         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Likewise.
2321         * m4/strftime.m4 (gl_FUNC_STRFTIME): Likewise.
2322         * m4/timespec.m4 (gl_TIMESPEC, gl_CHECK_TYPE_STRUCT_TIMESPEC):
2323         Likewise.
2324         * m4/tzset.m4 (gl_FUNC_TZSET_CLOBBER): Likewise.
2325         * m4/utimbuf.m4 (gl_CHECK_TYPE_STRUCT_UTIMBUF): Likewise.
2326         * m4/gettimeofday.m4 (gl_FUNC_GETTIMEOFDAY): Move sys/time.h tests
2327         into the sys_time module.  Check for gettimeofday just once.
2328         Prefix our variables with gl_, not with ac_ or jm_.  Tighten test
2329         for gettimeofday signature to just check the signature.  Merely
2330         compile it, since linking doesn't test signature.  Improve test for
2331         whether gettimeofday.o is actually needed.
2332         (gl_FUNC_GETTIMEOFDAY_CLOBBER): Renamed from
2333         AC_FUNC_GETTIMEOFDAY_CLOBBER.  All uses changed.  Use
2334         AC_RUN_IFELSE rather than AC_TRY_RUN.  If clobbering, set
2335         and define GETTIMEOFDAY_CLOBBERS_LOCALTIME.
2336         (gl_GETTIMEOFDAY_REPLACE_LOCALTIME): Don't define
2337         GETTIMEOFDAY_CLOBBERS_LOCALTIME; that's gl_FUNC_GETTIMEOFDAY_CLOBBER's
2338         job.  Don't define tzset; that's gl_FUNC_TZSET_CLOBBER's job.
2339         * m4/mktime.m4 (AC_FUNC_MKTIME): Just include <time.h> rather
2340         than worrying about sys/time.h.
2341         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP):
2342         Don't bother worrying about TIME_WITH_SYS_TIME.
2343         * m4/stat-time.m4 (gl_STAT_TIME): Likewise.
2344         * m4/posixtm.m4 (gl_POSIXTM): Remove obsolescent call to AC_STRUCT_TM.
2345         * m4/sys_time_h.m4: New file.
2346         * m4/tzset.m4 (gl_FUNC_TZSET_CLOBBER): Require gl_HEADER_SYS_TIME_H.
2347         Don't include sys/time.h.  Return from main rather than exiting.
2348         Define TZSET_CLOBBERS_LOCALTIME, for consistency with other names;
2349         all uses changed.
2350         * modules/gethrxtime (Depends-on): Add sys_time.
2351         * modules/gettime (Depends-on): Likewise.
2352         * modules/gettimeofday (Depends-on): Likewise.
2353         * modules/nanosleep (Depends-on): Likewise.
2354         * modules/settime (Depends-on): Likewise.
2355         * modules/tempname (Depends-on): Likewise.
2356         * modules/utimens (Depends-on): Likewise.
2357         * modules/gettimeofday (Files): Remove lib/gettimeofday.h.
2358         (Include:) Change back to <sys/time.h>.
2359         (Maintainer:) Add self.
2360         * modules/sys_time: New file.
2361         * modules/tempname (Depends-on): Add gettimeofday.
2362         * tests/test-gettimeofday.c: Include <sys/time.h>
2363         rather than gettimeofday.h.
2364
2365 2007-01-17  Bruno Haible  <bruno@clisp.org>
2366
2367         * gnulib-tool (func_get_license): Revert last patch. Instead, let
2368         the license default to GPL.
2369         (func_create_testdir): Don't complain if a module is LGPL and its
2370         tests module depends on GPLed modules.
2371
2372 2007-01-17  Bruno Haible  <bruno@clisp.org>
2373
2374         * lib/gettimeofday.c (gettimeofday): Add code for the case
2375         HAVE_GETTIMEOFDAY && !GETTIMEOFDAY_CLOBBERS_LOCALTIME. Use the
2376         maximum possible value for tv->tv_usec, rather than the minimum one.
2377
2378 2005-10-08  Martin Lambers  <marlam@marlam.de>
2379 2005-10-08  Paul Eggert  <eggert@cs.ucla.edu>
2380 2007-01-16  Bruno Haible  <bruno@clisp.org>
2381
2382         * modules/gettimeofday (Files): Add lib/gettimeofday.h.
2383         (configure.ac): Remove AC_FUNC_GETTIMEOFDAY_CLOBBER. Add
2384         gl_FUNC_GETTIMEOFDAY.
2385         (Include): Add gettimeofday.h.
2386         * m4/gettimeofday.m4 (gl_FUNC_GETTIMEOFDAY): New macro.
2387         (AC_FUNC_GETTIMEOFDAY_CLOBBER): Don't invoke gl_PREREQ_GETTIMEOFDAY.
2388         (gl_GETTIMEOFDAY_REPLACE_LOCALTIME): Define
2389         GETTIMEOFDAY_CLOBBERS_LOCALTIME. Invoke gl_PREREQ_GETTIMEOFDAY here.
2390         (gl_PREREQ_GETTIMEOFDAY): Check for <sys/timeb.h> and _ftime.
2391         * lib/gettimeofday.h: New file.
2392         * lib/gettimeofday.c: Include <sys/timeb.h>.
2393         (localtime_buffer_addr, rpl_localtime, rpl_gmtime, rpl_tzset): Define
2394         only if GETTIMEOFDAY_CLOBBERS_LOCALTIME.
2395         (rpl_gettimeofday) [!HAVE_GETTIMEOFDAY]: Use _ftime() when available;
2396         fall back on time().
2397
2398         * tests/test-gettimeofday.c: New file.
2399         * modules/gettimeofday-tests: New file.
2400
2401 2007-01-16  Eric Blake  <ebb9@byu.net>
2402
2403         * modules/fnmatch (Depends-on): Depend on wchar.
2404         * lib/fnmatch.c (WIDE_CHAR_SUPPORT): Assume <wchar.h>.
2405         * m4/fnmatch.m4: Likewise.
2406         * modules/mbchar (Makefile.am): Assume <wchar.h>.
2407         * m4/mbchar.m4: Likewise.
2408         * modules/mbswidth (Depends-on): Depend on wchar.
2409         * lib/mbswidth.c: Assume <wchar.h>.
2410         * m4/mbswidth.m4: Likewise.
2411         * modules/quotearg (Depends-on): Depend on wchar.
2412         * lib/quotearg.c: Assume <wchar.h>.
2413         * m4/quotearg.m4: Likewise.
2414         * modules/regex (Depends-on): Depend on wchar.
2415         * lib/regex_internal.h: Assume <wchar.h>.
2416         * m4/regex.m4: Likewise.
2417         * modules/stdint (Depends-on): Depend on wchar.
2418         * lib/stdint_.h [!defined WCHAR_MIN]: Assume <wchar.h>.
2419         * m4/stdint.m4: Likewise.
2420         * tests/test-stdint.c [HAVE_WINT_T]: Likewise.
2421         * modules/strftime (Depends-on): Depend on wchar.
2422         * lib/strftime.c (DO_MULTIBYTE): Assume <wchar.h>.
2423         * modules/strtol (Depends-on): Depend on wchar.
2424         * lib/strtol.c: Assume <wchar.h>.
2425         * modules/wcwidth (Depends-on): Depend on wchar.
2426         * lib/wcwidth.h: Assume <wchar.h>.
2427         * m4/wcwidth.m4: Likewise.
2428
2429 2007-01-16  Bruno Haible  <bruno@clisp.org>
2430
2431         * modules/csharpexec-script: New, created from...
2432         * modules/csharpexec: ... this.
2433
2434 2007-01-16  Paolo Bonzini  <bonzini@gnu.org>
2435
2436         * modules/javaexec-script: New, created from...
2437         * modules/javaexec: ... this.
2438
2439 2007-01-16  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
2440
2441         * modules/poll (Dependencies): Add sys_select.
2442
2443 2007-01-15  Jim Meyering  <jim@meyering.net>
2444
2445         * m4/readutmp.m4 (gl_READUTMP): Work around AIX 4.3 struct-
2446         redefinition bug when using both <utmp.h> and <utmpx.h> headers.
2447         * lib/readutmp.h: Likewise.  Reported by Daniel Richard G. in
2448         <http://article.gmane.org/gmane.comp.gnu.core-utils.bugs/9415>.
2449
2450 2007-01-15  Bruno Haible  <bruno@clisp.org>
2451
2452         * modules/striconveh: New file.
2453         * lib/striconveh.h: New file.
2454         * lib/striconveh.c: New file.
2455         * MODULES.html.sh (Internationalization functions): Add striconveh.
2456
2457         * modules/striconveh-tests: New file.
2458         * tests/test-striconveh.c: New file.
2459
2460 2007-01-15  Bruno Haible  <bruno@clisp.org>
2461
2462         * lib/striconv.c (str_cd_iconv): Use the first algorithm if iconv is
2463         not from GNU libiconv or GNU libc.
2464
2465 2007-01-15  Bruno Haible  <bruno@clisp.org>
2466
2467         * doc/gnulib-intro.texi (Copyright): Explain the different license
2468         terms for module descriptions, autoconf macros, tests, documentation.
2469
2470 2007-01-14  Bruno Haible  <bruno@clisp.org>
2471
2472         * modules/striconv-tests: New file.
2473         * tests/test-striconv.c: New file.
2474
2475 2007-01-14  Bruno Haible  <bruno@clisp.org>
2476
2477         * modules/iconv-tests: New file.
2478         * tests/test-iconv.c: New file.
2479
2480 2007-01-14  Bruno Haible  <bruno@clisp.org>
2481
2482         * gnulib-tool (func_get_license): For test modules, use the license of
2483         the main module.
2484
2485 2007-01-14  Bruno Haible  <bruno@clisp.org>
2486
2487         * modules/iconv (Include): Clarify that <iconv.h> can only be included
2488         if iconv is found to exist.
2489
2490 2007-01-14  Bruno Haible  <bruno@clisp.org>
2491
2492         * modules/c-ctype-tests: New file.
2493         * tests/test-c-ctype.c: New file.
2494
2495 2007-01-14  Bruno Haible  <bruno@clisp.org>
2496
2497         * modules/binary-io-tests: New file.
2498         * tests/test-binary-io.sh: New file.
2499         * tests/test-binary-io.c: New file.
2500
2501 2007-01-14  Bruno Haible  <bruno@clisp.org>
2502
2503         * modules/array-oset-tests: New file.
2504         * tests/test-array_oset.c: New file.
2505
2506 2007-01-14  Bruno Haible  <bruno@clisp.org>
2507
2508         * modules/array-list-tests: New file.
2509         * tests/test-array_list.c: New file.
2510
2511 2007-01-14  Bruno Haible  <bruno@clisp.org>
2512
2513         * gnulib-tool (func_create_testdir): Don't unnecessarily run configure
2514         and make.
2515         Reported by Simon Josefsson in
2516         <http://lists.gnu.org/archive/html/bug-gnulib/2007-01/msg00139.html>
2517
2518 2007-01-14  Bruno Haible  <bruno@clisp.org>
2519
2520         * modules/allocsa-tests: New file.
2521         * tests/test-allocsa.c: New file.
2522
2523 2007-01-14  Bruno Haible  <bruno@clisp.org>
2524
2525         * modules/fchdir (Depends-on): Add absolute-header.
2526         * modules/unistd (Depends-on): Likewise.
2527
2528 2006-12-30  Bruno Haible  <bruno@clisp.org>
2529
2530         * modules/fchdir: New file.
2531         * modules/unistd (Files): Add lib/unistd_.h.
2532         (Makefile.am): Generate unistd.h from unistd_.h.
2533         * lib/fchdir.c: New file.
2534         * lib/dirent_.h: New file.
2535         * lib/unistd_.h: New file.
2536         * lib/fcntl_.h (open) [FCHDIR_REPLACEMENT]: New replacement.
2537         * m4/fchdir.m4: New file.
2538         * m4/unistd_h.m4 (gl_PREREQ_UNISTD): New macro.
2539         (gl_HEADER_UNISTD): Invoke it.
2540         * lib/dup-safer.c (dup_safer) [FCHDIR_REPLACEMENT]: Use the dup
2541         function.
2542         * lib/backupfile.c (opendir, closedir): Undefine.
2543         * lib/chown.c (open, close): Undefine.
2544         * lib/clean-temp.c (open, close): Undefine.
2545         * lib/copy-file.c (open, close): Undefine.
2546         * lib/execute.c (open, close): Undefine.
2547         * lib/fsusage.c (open, close): Undefine.
2548         * lib/gc-gnulib.c (open, close): Undefine.
2549         * lib/getcwd.c (opendir, closedir): Undefine.
2550         * lib/glob.c (opendir, closedir): Undefine.
2551         * lib/javacomp.c (open, close): Undefine.
2552         * lib/mountlist.c (open, close, opendir, closedir): Undefine.
2553         * lib/openat-proc.c (open, close): Undefine.
2554         * lib/pagealign_alloc.c (open, close): Undefine.
2555         * lib/pipe.c (open, close): Undefine.
2556         * lib/progreloc.c (open, close): Undefine.
2557         * lib/savedir.c (opendir, closedir): Undefine.
2558         * lib/utime.c (open, close): Undefine.
2559         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add fchdir.
2560
2561 2007-01-10  Bruno Haible  <bruno@clisp.org>
2562
2563         * lib/striconv.c (mem_cd_iconv): Align the temporary buffer.
2564
2565 2007-01-12  Eric Blake  <ebb9@byu.net>
2566
2567         Provide a robust <wchar.h>.  Further simplifications are now
2568         possible in other modules, but not included here.
2569         * modules/wchar: New module.
2570         * m4/wchar.m4: New file.
2571         * lib/wchar_.h: Likewise.
2572         * modules/mbchar (Depends-on): Depend on wchar, as the first use
2573         of the new module.
2574         * MODULES.html.sh (Extended multibyte and wide character utilities):
2575         New section.
2576
2577 2007-01-12  Paul Eggert  <eggert@cs.ucla.edu>
2578
2579         * lib/xreadlink.c (SYMLINK_MAX) [!defined SYMLINK_MAX]: Define
2580         to a reasonable default for memory allocation.
2581         (xreadlink): Don't allocate a huge buffer, to work around a buggy
2582         file system that reports garbage st_size values for symlinks.
2583         Problem reported by Liyang Hu.
2584
2585 2007-01-11  Simon Josefsson  <simon@josefsson.org>
2586
2587         * gnulib-tool (func_all_modules): Exclude all .* files (e.g.,
2588         Emacs .#* auto-save files).
2589
2590 2007-01-11  Bruno Haible  <bruno@clisp.org>
2591
2592         * gnulib-tool (func_all_modules): Exclude all files inside the CVS
2593         directory.
2594
2595 2007-01-10  Paul Eggert  <eggert@cs.ucla.edu>
2596
2597         Use @...@ consistently in lib/wctype_.h.
2598         * lib/wctype_.h [HAVE_WINT_T]: Go back to using @...@, but rely
2599         on it being set to 1 or 0.
2600         * m4/wctype.m4 (gl_WCTYPE_H): Set HAVE_WINT_T to 1 or 0, and
2601         go back to AC_SUBSTing it.
2602         * modules/wctype (Makefile.am): Undo previous change.
2603
2604 2007-01-10  Eric Blake  <ebb9@byu.net>
2605
2606         * lib/wctype_.h [HAVE_WINT_T]: Rely on AC_DEFINE.
2607         * m4/wctype.m4 (gl_WCTYPE_H): No need to AC_SUBST(HAVE_WINT_T).
2608         * modules/wctype (Makefile.am): Likewise.
2609         Reported by Chris McGuire.
2610
2611 2007-01-10  Jim Meyering  <jim@meyering.net>
2612
2613         fts.c: a small readability/maintainability improvement
2614         * lib/fts.c (fts_read): Make this code slightly more readable and
2615         maintainable by hoisting the "sp->fts_cur = p" assignments to
2616         immediately follow the statements that set P.  Derived from
2617         the patch by Miloslav Trmac in http://bugzilla.redhat.com/222089.
2618
2619 2007-01-10  Eric Blake  <ebb9@byu.net>
2620
2621         * lib/wctype_.h [HAVE_WINT_T]: Include <stddef.h> before
2622         <wchar.h>, to work around BSDI bug in BSD/OS 4.0.1.
2623         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Likewise.
2624         * m4/wint_t.m4 (gt_TYPE_WINT_T): Likewise.
2625         Reported by Chris McGuire.
2626
2627 2007-01-09  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2628
2629         * gnulib-tool (func_all_modules): Use POSIX conforming escaping
2630         in sed script.
2631
2632 2007-01-09  Bruno Haible  <bruno@clisp.org>
2633
2634         * MODULES.html.sh: Accept options --cvs-urls, --git-urls.
2635         (repo_url_prefix, repo_url_suffix, repo_url_suffix_repl): New
2636         variables.
2637         (func_module): Use them.
2638
2639 2007-01-09  Bruno Haible  <bruno@clisp.org>
2640
2641         * modules/unistr/base: New file.
2642         * lib/unistr.h: New file.
2643
2644         * modules/unistr/u8-to-u16: New file.
2645         * lib/unistr/u8-to-u16.c: New file.
2646
2647         * modules/unistr/u8-to-u32: New file.
2648         * lib/unistr/u8-to-u32.c: New file.
2649
2650         * modules/unistr/u16-to-u8: New file.
2651         * lib/unistr/u16-to-u8.c: New file.
2652
2653         * modules/unistr/u16-to-u32: New file.
2654         * lib/unistr/u16-to-u32.c: New file.
2655
2656         * modules/unistr/u32-to-u8: New file.
2657         * lib/unistr/u32-to-u8.c: New file.
2658
2659         * modules/unistr/u32-to-u16: New file.
2660         * lib/unistr/u32-to-u16.c: New file.
2661
2662         * modules/unistr/u8-check: New file.
2663         * modules/unistr/u16-check: New file.
2664         * modules/unistr/u32-check: New file.
2665         * lib/unistr/u8-check.c: New file.
2666         * lib/unistr/u16-check.c: New file.
2667         * lib/unistr/u32-check.c: New file.
2668
2669         * modules/unistr/u8-chr: New file.
2670         * modules/unistr/u16-chr: New file.
2671         * modules/unistr/u32-chr: New file.
2672         * lib/unistr/u8-chr.c: New file.
2673         * lib/unistr/u16-chr.c: New file.
2674         * lib/unistr/u32-chr.c: New file.
2675
2676         * modules/unistr/u8-cmp: New file.
2677         * modules/unistr/u16-cmp: New file.
2678         * modules/unistr/u32-cmp: New file.
2679         * lib/unistr/u8-cmp.c: New file.
2680         * lib/unistr/u16-cmp.c: New file.
2681         * lib/unistr/u32-cmp.c: New file.
2682
2683         * modules/unistr/u8-cpy: New file.
2684         * modules/unistr/u16-cpy: New file.
2685         * modules/unistr/u32-cpy: New file.
2686         * lib/unistr/u8-cpy.c: New file.
2687         * lib/unistr/u16-cpy.c: New file.
2688         * lib/unistr/u32-cpy.c: New file.
2689         * lib/unistr/u-cpy.h: New file.
2690
2691         * modules/unistr/u8-cpy-alloc: New file.
2692         * modules/unistr/u16-cpy-alloc: New file.
2693         * modules/unistr/u32-cpy-alloc: New file.
2694         * lib/unistr/u8-cpy-alloc.c: New file.
2695         * lib/unistr/u16-cpy-alloc.c: New file.
2696         * lib/unistr/u32-cpy-alloc.c: New file.
2697         * lib/unistr/u-cpy-alloc.h: New file.
2698
2699         * modules/unistr/u8-endswith: New file.
2700         * modules/unistr/u16-endswith: New file.
2701         * modules/unistr/u32-endswith: New file.
2702         * lib/unistr/u8-endswith.c: New file.
2703         * lib/unistr/u16-endswith.c: New file.
2704         * lib/unistr/u32-endswith.c: New file.
2705         * lib/unistr/u-endswith.h: New file.
2706
2707         * modules/unistr/u8-mblen: New file.
2708         * modules/unistr/u16-mblen: New file.
2709         * modules/unistr/u32-mblen: New file.
2710         * lib/unistr/u8-mblen.c: New file.
2711         * lib/unistr/u16-mblen.c: New file.
2712         * lib/unistr/u32-mblen.c: New file.
2713
2714         * modules/unistr/u8-mbtouc: New file.
2715         * modules/unistr/u16-mbtouc: New file.
2716         * modules/unistr/u32-mbtouc: New file.
2717         * lib/unistr/u8-mbtouc.c: New file.
2718         * lib/unistr/u16-mbtouc.c: New file.
2719         * lib/unistr/u32-mbtouc.c: New file.
2720
2721         * modules/unistr/u8-mbtouc-safe: New file.
2722         * modules/unistr/u16-mbtouc-safe: New file.
2723         * modules/unistr/u32-mbtouc-safe: New file.
2724         * lib/unistr/u8-mbtouc-safe.c: New file.
2725         * lib/unistr/u16-mbtouc-safe.c: New file.
2726         * lib/unistr/u32-mbtouc-safe.c: New file.
2727
2728         * modules/unistr/u8-move: New file.
2729         * modules/unistr/u16-move: New file.
2730         * modules/unistr/u32-move: New file.
2731         * lib/unistr/u8-move.c: New file.
2732         * lib/unistr/u16-move.c: New file.
2733         * lib/unistr/u32-move.c: New file.
2734         * lib/unistr/u-move.h: New file.
2735
2736         * modules/unistr/u8-next: New file.
2737         * modules/unistr/u16-next: New file.
2738         * modules/unistr/u32-next: New file.
2739         * lib/unistr/u8-next.c: New file.
2740         * lib/unistr/u16-next.c: New file.
2741         * lib/unistr/u32-next.c: New file.
2742
2743         * modules/unistr/u8-prev: New file.
2744         * modules/unistr/u16-prev: New file.
2745         * modules/unistr/u32-prev: New file.
2746         * lib/unistr/u8-prev.c: New file.
2747         * lib/unistr/u16-prev.c: New file.
2748         * lib/unistr/u32-prev.c: New file.
2749
2750         * modules/unistr/u8-set: New file.
2751         * modules/unistr/u16-set: New file.
2752         * modules/unistr/u32-set: New file.
2753         * lib/unistr/u8-set.c: New file.
2754         * lib/unistr/u16-set.c: New file.
2755         * lib/unistr/u32-set.c: New file.
2756         * lib/unistr/u-set.h: New file.
2757
2758         * modules/unistr/u8-startswith: New file.
2759         * modules/unistr/u16-startswith: New file.
2760         * modules/unistr/u32-startswith: New file.
2761         * lib/unistr/u8-startswith.c: New file.
2762         * lib/unistr/u16-startswith.c: New file.
2763         * lib/unistr/u32-startswith.c: New file.
2764         * lib/unistr/u-startswith.h: New file.
2765
2766         * modules/unistr/u8-stpcpy: New file.
2767         * modules/unistr/u16-stpcpy: New file.
2768         * modules/unistr/u32-stpcpy: New file.
2769         * lib/unistr/u8-stpcpy.c: New file.
2770         * lib/unistr/u16-stpcpy.c: New file.
2771         * lib/unistr/u32-stpcpy.c: New file.
2772         * lib/unistr/u-stpcpy.h: New file.
2773
2774         * modules/unistr/u8-stpncpy: New file.
2775         * modules/unistr/u16-stpncpy: New file.
2776         * modules/unistr/u32-stpncpy: New file.
2777         * lib/unistr/u8-stpncpy.c: New file.
2778         * lib/unistr/u16-stpncpy.c: New file.
2779         * lib/unistr/u32-stpncpy.c: New file.
2780         * lib/unistr/u-stpncpy.h: New file.
2781
2782         * modules/unistr/u8-strcat: New file.
2783         * modules/unistr/u16-strcat: New file.
2784         * modules/unistr/u32-strcat: New file.
2785         * lib/unistr/u8-strcat.c: New file.
2786         * lib/unistr/u16-strcat.c: New file.
2787         * lib/unistr/u32-strcat.c: New file.
2788         * lib/unistr/u-strcat.h: New file.
2789
2790         * modules/unistr/u8-strchr: New file.
2791         * modules/unistr/u16-strchr: New file.
2792         * modules/unistr/u32-strchr: New file.
2793         * lib/unistr/u8-strchr.c: New file.
2794         * lib/unistr/u16-strchr.c: New file.
2795         * lib/unistr/u32-strchr.c: New file.
2796
2797         * modules/unistr/u8-strcmp: New file.
2798         * modules/unistr/u16-strcmp: New file.
2799         * modules/unistr/u32-strcmp: New file.
2800         * lib/unistr/u8-strcmp.c: New file.
2801         * lib/unistr/u16-strcmp.c: New file.
2802         * lib/unistr/u32-strcmp.c: New file.
2803
2804         * modules/unistr/u8-strcpy: New file.
2805         * modules/unistr/u16-strcpy: New file.
2806         * modules/unistr/u32-strcpy: New file.
2807         * lib/unistr/u8-strcpy.c: New file.
2808         * lib/unistr/u16-strcpy.c: New file.
2809         * lib/unistr/u32-strcpy.c: New file.
2810         * lib/unistr/u-strcpy.h: New file.
2811
2812         * modules/unistr/u8-strcspn: New file.
2813         * modules/unistr/u16-strcspn: New file.
2814         * modules/unistr/u32-strcspn: New file.
2815         * lib/unistr/u8-strcspn.c: New file.
2816         * lib/unistr/u16-strcspn.c: New file.
2817         * lib/unistr/u32-strcspn.c: New file.
2818         * lib/unistr/u-strcspn.h: New file.
2819
2820         * modules/unistr/u8-strdup: New file.
2821         * modules/unistr/u16-strdup: New file.
2822         * modules/unistr/u32-strdup: New file.
2823         * lib/unistr/u8-strdup.c: New file.
2824         * lib/unistr/u16-strdup.c: New file.
2825         * lib/unistr/u32-strdup.c: New file.
2826         * lib/unistr/u-strdup.h: New file.
2827
2828         * modules/unistr/u8-strlen: New file.
2829         * modules/unistr/u16-strlen: New file.
2830         * modules/unistr/u32-strlen: New file.
2831         * lib/unistr/u8-strlen.c: New file.
2832         * lib/unistr/u16-strlen.c: New file.
2833         * lib/unistr/u32-strlen.c: New file.
2834         * lib/unistr/u-strlen.h: New file.
2835
2836         * modules/unistr/u8-strmblen: New file.
2837         * modules/unistr/u16-strmblen: New file.
2838         * modules/unistr/u32-strmblen: New file.
2839         * lib/unistr/u8-strmblen.c: New file.
2840         * lib/unistr/u16-strmblen.c: New file.
2841         * lib/unistr/u32-strmblen.c: New file.
2842
2843         * modules/unistr/u8-strmbtouc: New file.
2844         * modules/unistr/u16-strmbtouc: New file.
2845         * modules/unistr/u32-strmbtouc: New file.
2846         * lib/unistr/u8-strmbtouc.c: New file.
2847         * lib/unistr/u16-strmbtouc.c: New file.
2848         * lib/unistr/u32-strmbtouc.c: New file.
2849
2850         * modules/unistr/u8-strncat: New file.
2851         * modules/unistr/u16-strncat: New file.
2852         * modules/unistr/u32-strncat: New file.
2853         * lib/unistr/u8-strncat.c: New file.
2854         * lib/unistr/u16-strncat.c: New file.
2855         * lib/unistr/u32-strncat.c: New file.
2856         * lib/unistr/u-strncat.h: New file.
2857
2858         * modules/unistr/u8-strncmp: New file.
2859         * modules/unistr/u16-strncmp: New file.
2860         * modules/unistr/u32-strncmp: New file.
2861         * lib/unistr/u8-strncmp.c: New file.
2862         * lib/unistr/u16-strncmp.c: New file.
2863         * lib/unistr/u32-strncmp.c: New file.
2864
2865         * modules/unistr/u8-strncpy: New file.
2866         * modules/unistr/u16-strncpy: New file.
2867         * modules/unistr/u32-strncpy: New file.
2868         * lib/unistr/u8-strncpy.c: New file.
2869         * lib/unistr/u16-strncpy.c: New file.
2870         * lib/unistr/u32-strncpy.c: New file.
2871         * lib/unistr/u-strncpy.h: New file.
2872
2873         * modules/unistr/u8-strnlen: New file.
2874         * modules/unistr/u16-strnlen: New file.
2875         * modules/unistr/u32-strnlen: New file.
2876         * lib/unistr/u8-strnlen.c: New file.
2877         * lib/unistr/u16-strnlen.c: New file.
2878         * lib/unistr/u32-strnlen.c: New file.
2879         * lib/unistr/u-strnlen.h: New file.
2880
2881         * modules/unistr/u8-strpbrk: New file.
2882         * modules/unistr/u16-strpbrk: New file.
2883         * modules/unistr/u32-strpbrk: New file.
2884         * lib/unistr/u8-strpbrk.c: New file.
2885         * lib/unistr/u16-strpbrk.c: New file.
2886         * lib/unistr/u32-strpbrk.c: New file.
2887         * lib/unistr/u-strpbrk.h: New file.
2888
2889         * modules/unistr/u8-strrchr: New file.
2890         * modules/unistr/u16-strrchr: New file.
2891         * modules/unistr/u32-strrchr: New file.
2892         * lib/unistr/u8-strrchr.c: New file.
2893         * lib/unistr/u16-strrchr.c: New file.
2894         * lib/unistr/u32-strrchr.c: New file.
2895
2896         * modules/unistr/u8-strspn: New file.
2897         * modules/unistr/u16-strspn: New file.
2898         * modules/unistr/u32-strspn: New file.
2899         * lib/unistr/u8-strspn.c: New file.
2900         * lib/unistr/u16-strspn.c: New file.
2901         * lib/unistr/u32-strspn.c: New file.
2902         * lib/unistr/u-strspn.h: New file.
2903
2904         * modules/unistr/u8-strstr: New file.
2905         * modules/unistr/u16-strstr: New file.
2906         * modules/unistr/u32-strstr: New file.
2907         * lib/unistr/u8-strstr.c: New file.
2908         * lib/unistr/u16-strstr.c: New file.
2909         * lib/unistr/u32-strstr.c: New file.
2910         * lib/unistr/u-strstr.h: New file.
2911
2912         * modules/unistr/u8-strtok: New file.
2913         * modules/unistr/u16-strtok: New file.
2914         * modules/unistr/u32-strtok: New file.
2915         * lib/unistr/u8-strtok.c: New file.
2916         * lib/unistr/u16-strtok.c: New file.
2917         * lib/unistr/u32-strtok.c: New file.
2918         * lib/unistr/u-strtok.h: New file.
2919
2920         * modules/unistr/u8-uctomb: New file.
2921         * modules/unistr/u16-uctomb: New file.
2922         * modules/unistr/u32-uctomb: New file.
2923         * lib/unistr/u8-uctomb.c: New file.
2924         * lib/unistr/u16-uctomb.c: New file.
2925         * lib/unistr/u32-uctomb.c: New file.
2926
2927         * MODULES.html.sh (Unicode string functions): Add the new modules.
2928
2929 2007-01-08  Bruno Haible  <bruno@clisp.org>
2930
2931         * gnulib-tool (func_all_modules): Use find, not ls, to traverse the
2932         modules directory. Filter out CVS, ChangeLog, COPYING, README also from
2933         subdirectories.
2934
2935 2007-01-08  Karl Berry  <karl@gnu.org>
2936
2937         * doc/error.texi: mention that main() fns must set program_name
2938         when progname is used.
2939
2940 2007-01-08  Paul Eggert  <eggert@cs.ucla.edu>
2941
2942         * m4/wctype.m4 (gl_WCTYPE_H): Compute ABSOLUTE_WCTYPE_H even if
2943         WCTYPE_H is empty, for the benefit of builds from non-distclean
2944         directories.  Problem reported by Eric Blake in
2945         <http://lists.gnu.org/archive/html/bug-gnulib/2007-01/msg00157.html>.
2946
2947 2007-01-08  Bruno Haible  <bruno@clisp.org>
2948
2949         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME): Remove
2950         PROVIDE_CANONICALIZE_FILENAME_MODE macro definition.
2951         * lib/canonicalize.h: Test GNULIB_CANONICALIZE instead of
2952         PROVIDE_CANONICALIZE_FILENAME_MODE.
2953         * modules/canonicalize (configure.ac): Use gl_MODULE_INDICATOR.
2954
2955 2007-01-08  Bruno Haible  <bruno@clisp.org>
2956
2957         * m4/fts.m4 (gl_FUNC_FTS_LGPL): Remove _LGPL_PACKAGE macro definition.
2958         * lib/fts_.h (_LGPL_PACKAGE): Remove macro.
2959         Use !GNULIB_FTS instead of _LGPL_PACKAGE.
2960         * lib/fts.c: Likewise.
2961         * modules/fts (configure.ac): Use gl_MODULE_INDICATOR.
2962
2963 2006-12-25  Bruno Haible  <bruno@clisp.org>
2964
2965         * modules/utf8-ucs4-safe: New file.
2966         * lib/utf8-ucs4-safe.h: New file.
2967         * lib/unistr/utf8-ucs4-safe.c: New file.
2968
2969         * modules/utf16-ucs4-safe: New file.
2970         * lib/utf16-ucs4-safe.h: New file.
2971         * lib/unistr/utf16-ucs4-safe.c: New file.
2972
2973         * MODULES.html.sh (Unicode string functions): Add the new modules.
2974
2975 2007-01-08  Bruno Haible  <bruno@clisp.org>
2976
2977         * modules/utf8-ucs4 (Files, lib_SOURCES): Add unistr/utf8-ucs4.c.
2978         (Depends-on): Add unitypes.
2979         * lib/utf8-ucs4.h: Add double-inclusion guard. Include unitypes.h.
2980         (u8_mbtouc_aux): Move out to separate file.
2981         (u8_mbtouc): Use ucs4_t, uint8_t types.
2982         * lib/unistr/utf8-ucs4.c: New file.
2983
2984         * modules/utf16-ucs4 (Files, lib_SOURCES): Add unistr/utf16-ucs4.c.
2985         (Depends-on): Add unitypes.
2986         * lib/utf16-ucs4.h: Add double-inclusion guard. Include unitypes.h.
2987         (u16_mbtouc_aux): Move out to separate file.
2988         (u16_mbtouc): Use ucs4_t, uint16_t types.
2989         * lib/unistr/utf16-ucs4.c: New file.
2990
2991         * modules/ucs4-utf8 (Files, lib_SOURCES): Add unistr/ucs4-utf8.c.
2992         (Depends-on): Add unitypes.
2993         * lib/ucs4-utf8.h: Add double-inclusion guard. Include unitypes.h.
2994         (u8_uctomb_aux): Move out to separate file.
2995         (u8_uctomb): Use ucs4_t, uint8_t types.
2996         * lib/unistr/ucs4-utf8.c: New file.
2997
2998         * modules/ucs4-utf16 (Files, lib_SOURCES): Add unistr/ucs4-utf16.c.
2999         (Depends-on): Add unitypes.
3000         * lib/ucs4-utf16.h: Add double-inclusion guard. Include unitypes.h.
3001         (u16_uctomb_aux): Move out to separate file.
3002         (u16_uctomb): Use ucs4_t, uint16_t types.
3003         * lib/unistr/ucs4-utf16.c: New file.
3004
3005 2006-12-25  Bruno Haible  <bruno@clisp.org>
3006
3007         * modules/unitypes: New file.
3008         * lib/unitypes.h: New file.
3009         * MODULES.html.sh (func_all_modules): New section "Unicode string
3010         functions". Move ucs4-utf8, ucs4-utf16, utf8-ucs4, utf16-ucs4 to
3011         this section. Add unitypes.
3012
3013 2007-01-08  Bruno Haible  <bruno@clisp.org>
3014
3015         Avoid variable names that conflict with those from libtool.
3016         * m4/lib-link.m4 (AC_LIB_RPATH, AC_LIB_LINKFLAGS_BODY,
3017         AC_LIB_LINKFLAGS_FROM_LIBS): Rename libext to acl_libext,
3018         shlibext to acl_shlibext, libname_spec to acl_libname_spec,
3019         library_names_spec to acl_library_names_spec, hardcode_* to
3020         acl_hardcode_*.
3021         Reported by Ralf Wildenhues.
3022
3023 2007-01-08  Bruno Haible  <bruno@clisp.org>
3024
3025         * m4/gc-arcfour.m4 (gl_GC_ARCFOUR): Remove GC_USE_ARCFOUR macro
3026         definition.
3027         * m4/gc-arctwo.m4 (gl_GC_ARCTWO): Remove GC_USE_ARCTWO macro
3028         definition.
3029         * m4/gc-des.m4 (gl_GC_DES): Remove GC_USE_DES macro definition.
3030         * m4/gc-hmac-md5.m4 (gl_GC_HMAC_MD5): Remove GC_USE_HMAC_MD5 macro
3031         definition.
3032         * m4/gc-hmac-sha1.m4 (gl_GC_HMAC_SHA1): Remove GC_USE_HMAC_SHA1 macro
3033         definition.
3034         * m4/gc-md2.m4 (gl_GC_MD2): Remove GC_USE_MD2 macro definition.
3035         * m4/gc-md4.m4 (gl_GC_MD4): Remove GC_USE_MD4 macro definition.
3036         * m4/gc-md5.m4 (gl_GC_MD5): Remove GC_USE_MD5 macro definition.
3037         * m4/gc-random.m4 (gl_GC_RANDOM): Remove GC_USE_RANDOM macro
3038         definition.
3039         * m4/gc-rijndael.m4 (gl_GC_RIJNDAEL): Remove GC_USE_RIJNDAEL macro
3040         definition.
3041         * m4/gc-sha1.m4 (gl_GC_SHA1): Remove GC_USE_SHA1 macro definition.
3042         * lib/gc-gnulib.c: Use GNULIB_GC_<algorithm> instead of
3043         GC_USE_<algorithm>.
3044         * lib/gc-libgcrypt.c: Likewise.
3045         * modules/gc-arcfour (configure.ac): Use gl_MODULE_INDICATOR.
3046         * modules/gc-arctwo (configure.ac): Likewise.
3047         * modules/gc-des (configure.ac): Likewise.
3048         * modules/gc-hmac-md5 (configure.ac): Likewise.
3049         * modules/gc-hmac-sha1 (configure.ac): Likewise.
3050         * modules/gc-md2 (configure.ac): Likewise.
3051         * modules/gc-md4 (configure.ac): Likewise.
3052         * modules/gc-md5 (configure.ac): Likewise.
3053         * modules/gc-random (configure.ac): Likewise.
3054         * modules/gc-rijndael (configure.ac): Likewise.
3055         * modules/gc-sha1 (configure.ac): Likewise.
3056
3057 2007-01-08  Bruno Haible  <bruno@clisp.org>
3058
3059         * m4/close-stream.m4 (gl_CLOSE_STREAM): Remove GNULIB_CLOSE_STREAM
3060         macro definition.
3061         * m4/fcntl-safer.m4 (gl_FCNTL_SAFER): Remove GNULIB_FCNTL_SAFER macro
3062         definition.
3063         * m4/stdio-safer.m4 (gl_FOPEN_SAFER): Remove GNULIB_FOPEN_SAFER macro
3064         definition.
3065         * modules/close-stream (configure.ac): Invoke gl_MODULE_INDICATOR.
3066         * modules/fcntl-safer (configure.ac): Likewise.
3067         * modules/fopen-safer (configure.ac): Likewise.
3068         * modules/fwriteerror (configure.ac): Likewise. Remove explicit
3069         GNULIB_FWRITEERROR macro definition.
3070
3071 2007-01-08  Bruno Haible  <bruno@clisp.org>
3072
3073         * m4/gnulib-common.m4: New file.
3074         * gnulib-tool (func_get_autoconf_snippet): Undo last change.
3075         (func_get_filelist): Add m4/gnulib-common.m4.
3076
3077 2007-01-08  Bruno Haible  <bruno@clisp.org>
3078
3079         * m4/lib-link.m4 (AC_LIB_LINKFLAGS_BODY): Simplify the sorting
3080         command.
3081
3082 2007-01-08  Jim Meyering  <jim@meyering.net>
3083
3084         Use a more robust test for a "can't happen" condition.
3085         * lib/fts.c (fts_read): Revert the change of 2006-11-22, since it
3086         narrowed the st_size value.  Presuming the "can't happen" condition
3087         is true, that narrowing could conceivably convert an invalid st_size
3088         value into a valid one.  Instead, use a change based on Matthew
3089         Woehlke's original patch.
3090
3091         Slight readability improvement: use an assert-like macro
3092         in place of literal "abort ()" uses.
3093         * lib/fts.c (fts_assert): Define.
3094         (fts_set_stat_required, cwd_advance_fd, fts_read, fd_ring_check):
3095         Use this macro instead of a bare 'abort'.
3096
3097 2007-01-05  Paul Eggert  <eggert@cs.ucla.edu>
3098
3099         Don't worry about using IRIX 5.3's wctype.h broken definitions;
3100         simply work around them.
3101         * lib/wctype_.h: Remove test for HAVE_WCTYPE_CTMP_BUG.
3102         (iswalnum, iswalpha, iswblank, iswcntrl, iswdigit, iswgraph, iswlower):
3103         (iswprint, iswpunct, iswspace, iswupper, iswxdigit): Undef before
3104         declaring.
3105         Don't bother to define as macros, since the standard doesn't require it.
3106         * m4/wctype.m4 (WCTYPE_H, ABSOLUTE_WCTYPE_H): Simplify, since we no
3107         longer worry about IRIX 5.3.
3108         (HAVE_WCTYPE_CTMP_BUG): Remove.
3109
3110 2007-01-04  Paul Eggert  <eggert@cs.ucla.edu>
3111
3112         * lib/wctype_.h (_ctmp_) [HAVE_WCTYPE_CTMP_BUG]: Now of type wchar_t,
3113         not wint_t.  Also, include <ctype.h>, to fix another IRIX bug.
3114         * m4/wctype.m4 (gl_WCTYPE_H): Likewise.
3115         Problems reported by Georg Schwarz for IRIX 5.3.
3116
3117         * gnulib-tool (autoconf_minversion): Take the maximum version number
3118         found, not the minimum.  Problem reported by James Youngman.
3119
3120 2007-01-03  Karl Berry  <karl@gnu.org>
3121
3122         * doc/error.texi: new file, explaining interaction with progname.
3123         * doc/gnulib.texi: include it.  Update copyright.
3124
3125 2007-01-03  Simon Josefsson  <simon@josefsson.org>
3126
3127         * gnulib-tool (func_create_testdir): Run AC_CANONICAL_BUILD and
3128         AC_CANONICAL_HOST, to improve autobuild outputs.
3129
3130 2007-01-03  Paolo Bonzini  <bonzini@gnu.org>
3131             Yoann Vandoorselaere <yoann.v@prelude-ids.com>
3132
3133         * lib/poll.c (poll): Use recv on Mac OS X to distinguish connected
3134         sockets, server sockets, and other file descriptors.  Count errors
3135         to compute the return value.  Reorder the code a bit to be easier
3136         to follow.  Don't set event bits that were not requested (except
3137         POLLERR and POLLHUP).
3138
3139 2007-01-01  Bruno Haible  <bruno@clisp.org>
3140
3141         * modules/lchmod (Include): Require lchmod.h, not lchown.h.
3142
3143 2007-01-03  Jim Meyering  <jim@meyering.net>
3144
3145         * modules/fts-lgpl (Depends-on): Add i-ring.  Reported by Bruno Haible.
3146
3147 2007-01-02  Bruno Haible  <bruno@clisp.org>
3148
3149         * modules/settime (Include): Require timespec.h.
3150         * modules/nanosleep (Include): Likewise.
3151
3152 2007-01-01  Bruno Haible  <bruno@clisp.org>
3153
3154         * gnulib-tool (func_emit_copyright_notice): Bump year.
3155         (func_get_autoconf_snippet): Emit a GNULIB_<modulename> macro.
3156
3157 2007-01-01  Bruno Haible  <bruno@clisp.org>
3158
3159         Improve support for OpenBSD.
3160         * build-aux/config.rpath (libname_spec): Export.
3161         (library_names_spec): New variable. Export.
3162         * m4/lib-link.m4 (AC_LIB_LINKFLAGS_BODY): Extract libname_spec and
3163         library_names_spec from the config.rpath output. Locate shared library
3164         through the name pattern in library_names_spec.
3165
3166 2007-01-01  Eric Blake  <ebb9@byu.net>
3167
3168         * lib/version-etc.c (COPYRIGHT_YEAR): Bump for new year.
3169
3170 2006-12-30  Paul Eggert  <eggert@cs.ucla.edu>
3171
3172         * gnulib-tool (SORT): Remove, since we no longer assume GNU sort.
3173         Rewrite so as not to assume GNU sort or "tail -1".  Also, don't
3174         assume the C locale, and avoid an "eval" that could cause trouble.
3175         Problem with SORT reported by Bob Proulx.
3176
3177         * lib/getpagesize.h (getpagesize) [defined __amigaos4__]:
3178         Define.  Trivial patch from Henning Nielsen Lund, originally
3179         sent to bug-grep@gnu.org today.
3180
3181 2006-12-29  Paul Eggert  <eggert@cs.ucla.edu>
3182
3183         * lib/acl.h: Include sys/types.h and sys/stat.h, for mode_t and
3184         struct stat.  Problem reported by Henning Nielsen Lund.
3185         * lib/acl.c: Include acl.h first, to check interface.  Don't
3186         bother to include sys/types.h and sys/stat.h again.
3187
3188 2006-12-28  Paul Eggert  <eggert@cs.ucla.edu>
3189
3190         Import the following change from libc; problem reported by
3191         Sven Verdoolaege.
3192
3193         2005-10-13  Ulrich Drepper  <drepper@redhat.com>
3194
3195         [BZ #1373]
3196         * lib/argp.h: Remove __NTH for __argp_usage inline function.
3197
3198 2006-12-28  Jim Meyering  <jim@meyering.net>
3199
3200         * build-aux/announce-gen: Do not assume that the package
3201         builds any of tar.gz, tar.bz2, and .xdelta files.
3202         Suggestion from Simon Josefsson.
3203
3204 2006-12-28  Simon Josefsson  <simon@josefsson.org>
3205
3206         * modules/announce-gen: New file.
3207
3208 2006-12-27  Paul Eggert  <eggert@cs.ucla.edu>
3209
3210         * lib/mbchar.h: Just include <wctype.h>; the wctype module
3211         handles its gotchas now.
3212         * lib/mbswidth.c: Likewise.
3213         * lib/wcwidth.h: Likewise.
3214         * m4/mbchar.m4 (gl_MBCHAR): Don't bother checking for wctype.h
3215         and iswcntrl; the wctype module does this stuff now.
3216         * m4/mbswidth.m4 (gl_MBSWIDTH): Likewise.
3217         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Likewise.
3218         * modules/mbchar (Depends-on): Add wctype.
3219         * modules/mbswidth (Depends-on): Likewise.
3220         * modules/wcwidth (Depends-on): Likewise.
3221
3222 2006-12-27  Eric Blake  <ebb9@byu.net>
3223
3224         * lib/fnmatch.c: Reinstate inclusion of <wchar.h>, since this
3225         module uses more than what <wctype.h> is required to provide.
3226
3227 2006-12-26  Eric Blake  <ebb9@byu.net>
3228
3229         * gnulib-tool (sed_extract_prog): Avoid space-tab.
3230
3231 2006-12-26  Eric Blake  <ebb9@byu.net>
3232
3233         * modules/absolute-header: New module.
3234         * modules/fcntl (Depends-on): Depend on it.
3235         * modules/inttypes (Depends-on): Likewise.
3236         * modules/stdint (Depends-on): Likewise.
3237         * modules/sys_stat (Depends-on): Likewise.
3238         * modules/wctype (Depends-on): Likewise.
3239         * MODULES.html.sh (Support for building libraries and
3240         executables): Document it.
3241
3242 2006-12-25  Paul Eggert  <eggert@cs.ucla.edu>
3243
3244         * gnulib-tool (SED): Remove, undoing previous change.
3245         The problem was that it broke coreutils on Solaris, because
3246         "sed --posix" leaked into a makefile.
3247         (sed): New alias, if 'alias' and GNU sed.
3248
3249 2006-12-24  Jim Meyering  <jim@meyering.net>
3250
3251         Work around an fchownat bug in glibc-2.4:
3252         http://lists.ubuntu.com/archives/ubuntu-users/2006-September/093218.html
3253         This bug would cause "chown -RP ... DIR" to follow symlinks in DIR,
3254         in spite of the -P option.
3255         * m4/openat.m4 (gl_FUNC_FCHOWNAT, gl_FUNC_FCHOWNAT_DEREF_BUG):
3256         New macros.
3257         (gl_PREREQ_OPENAT): Require gl_FUNC_FCHOWNAT.
3258         * modules/openat (Files): Add lib/fchownat.c.
3259         * lib/openat.c (fchownat): Don't define here.  Move to...
3260         * lib/fchownat.c: ...this new file.
3261
3262 2006-12-23  Paul Eggert  <eggert@cs.ucla.edu>
3263
3264         Fix bug reported by Bruno Haible in
3265         <http://lists.gnu.org/archive/html/bug-gnulib/2006-12/msg00228.html>
3266         where quotearg.c didn't compile on Mac OS X 10.2 because it
3267         lacks <wchar.h> and wint_t.
3268         * lib/wctype_.h (__wctype_wint_t): New type.
3269         Include <stdio.h>, <time.h>, <wchar.h> only if HAVE_WINT_T.
3270         (iswalnum, iswalpha, iswblank, iswcntrl, iswdigit, iswgraph):
3271         (iswlower, iswprint, iswpunct, iswspace, iswupper, ixwxdigit):
3272         Arg is now of type __wctype_wint_t, not wint_t.
3273         * m4/wctype.m4 (gl_WCTYPE_H): Require gt_TYPE_WINT_T, and
3274         substitute HAVE_WINT_T.
3275         * modules/wctype (Files): Add m4/wint_t.m4.
3276         (wctype.h): Substitute HAVE_WINT_T.
3277
3278 2006-12-23  Bruno Haible  <bruno@clisp.org>
3279
3280         * lib/safe-read.h [C++]: Wrap declarations in extern "C".
3281
3282 2006-12-23  Bruno Haible  <bruno@clisp.org>
3283
3284         * lib/canonicalize-lgpl.c (__realpath): Test HAVE_READLINK instead of
3285         S_ISLNK.
3286         Needed because gnulib's sys/stat.h replacement defines S_ISLNK on
3287         mingw.
3288
3289 2006-12-22  Bruno Haible  <bruno@clisp.org>
3290
3291         * lib/copy-file.c: Include acl.h.
3292         (copy_file_preserving) [USE_ACL]: Use copy_acl instead of chmod.
3293         Close the file descriptors only after being done with copy_acl.
3294         * modules/copy-file (Depends-on): Add acl.
3295
3296 2006-12-22  Bruno Haible  <bruno@clisp.org>
3297
3298         * gnulib-tool (SED): New variable.
3299         Use $SED instead of sed everywhere.
3300
3301 2006-12-22  Bruno Haible  <bruno@clisp.org>
3302
3303         * modules/no-c++: New file.
3304         * m4/no-c++.m4: New file.
3305         * MODULES.html.sh (Support for building libraries and executables):
3306         Add no-c++.
3307
3308 2006-12-22  Paul Eggert  <eggert@cs.ucla.edu>
3309
3310         * m4/mktime.m4 (AC_FUNC_MKTIME): Sync from Autoconf.
3311         Include <limits.h>, and use its INT_MAX to rewrite the
3312         j loop so that it does not overflow 'int'.  Problem reported by
3313         Ralf Wildenhues in
3314         <http://lists.gnu.org/archive/html/bug-gnulib/2006-12/msg00084.html>.
3315         Play it safe by shifting left by 1 rather than multiplying by 2,
3316         as GCC is less likely to optimize this away when the value
3317         is signed (when it assumes overflow leads to undefined behavior).
3318         Also, don't assume time_t uses two's complement.
3319
3320 2006-12-21  Paul Eggert  <eggert@cs.ucla.edu>
3321
3322         * MODULES.html.sh: New module wctype.
3323         * lib/wctype_.h, m4/wctype.m4, modules/wctype: New files.
3324         * lib/fnmatch.c: Don't bother to include <wchar.h> before
3325         <wctype.h>, since the new wctype module should fix this.
3326         * lib/quotearg.c: Include <wctype.h> unconditionally, since
3327         the wctype module should arrange for it.
3328         * lib/regex_internal.h: Likewise.
3329         * m4/quotearg.m4 (gl_QUOTEARG): Don't check for wctype.h or iswprint,
3330         since the wctype module should handle this now.
3331         * m4/regex.m4 (gl_PREREQ_REGEX): Don't check for wctype.h.
3332         * modules/fnmatch (Depends-on): Add wctype.
3333         * modules/quotearg (Depends-on): Likewise.
3334         * modules/regex (Depends-on): Likewise.
3335
3336 2006-12-19  Bruno Haible  <bruno@clisp.org>
3337
3338         * lib/strdup.h [C++]: Wrap definitions in extern "C".
3339         Suggested by Lorenzo Bettini <bettini@dsi.unifi.it>.
3340
3341 2006-12-19  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3342
3343         * modules/savewd (Depends-on): Fix dependency on fcntl.
3344
3345 2006-12-18  Paul Eggert  <eggert@cs.ucla.edu>
3346
3347         * m4/stdint.m4 (gl_STDINT_H): Set STDINT_H to empty if stdint.h
3348         conforms to C99, rather than relying on the user's environment
3349         setting of STDINT_H.
3350
3351 2006-12-18  Paul Eggert  <eggert@cs.ucla.edu>
3352         and Eric Blake  <ebb9@byu.net>
3353
3354         * lib/dirname.h (DOUBLE_SLASH_IS_DISTINCT_ROOT): Default to 0, not 1.
3355         This is more consistent with the other defines here.
3356         * m4/double-slash-root.m4 (gl_DOUBLE_SLASH_ROOT):
3357         Port to z/OS.  Problem reported by Paul Gilmartin.
3358         Change local vars to use gl_ prefix rather than ac_.
3359         Don't define DOUBLE_SLASH_IS_DISTINCT_ROOT to 0, for consistency
3360         with other defines.
3361         * modules/double-slash-root: New module.
3362         * modules/dirname (Files): Remove m4/double-slash-root.m4.
3363         (Depends-on): Add double-slash-root.
3364         * MODULES.html.sh (File system functions): Mention new module.
3365
3366 2006-12-14  Paul Eggert  <eggert@cs.ucla.edu>
3367
3368         * lib/yesno.c [!ENABLE_NLS]: Don't include getline.h.
3369         (yesno) [!ENABLE_NLS]: Don't invoke getline or rpmatch.
3370         This is for the benefit of gzip, which doesn't do i18n.
3371
3372 2006-12-12  Jim Meyering  <jim@meyering.net>
3373
3374         * m4/acl.m4 (gl_ACL_GET_FILE): Fix logic error.
3375         Reported by Andreas Schwab <schwab@suse.de>.
3376
3377 2006-12-12  Bruno Haible  <bruno@clisp.org>
3378
3379         Merge these changes.
3380         2006-09-05  Bruno Haible  <bruno@clisp.org>
3381         * lib/iconvme.c (iconv_string): No need to save and restore errno when
3382         iconv_alloc succeeded.
3383         (iconv_alloc): Don't assume that malloc() or realloc(), when failing,
3384         sets errno to ENOMEM. (malloc on GNU/kFreeBSD doesn't.) No need to
3385         test for " && dest " at the end - dest is always != NULL there. Call
3386         iconv with 4xNULL arguments initially, to reset the state. Call iconv
3387         with 2xNULL arguments, also to flush the state storage. Handle the
3388         IRIX iconv behaviour. Realloc the final result, to throw away unused
3389         memory.
3390
3391 2006-12-11  Paul Eggert  <eggert@cs.ucla.edu>
3392
3393         * m4/openat.m4 (gl_FUNC_OPENAT): Don't compile mkdirat
3394         and fchmodat unconditionally, since glibc 2.4 has them.
3395         Problem reported by Arkadiusz Miskiewicz.
3396
3397 2006-12-10  Bruno Haible  <bruno@clisp.org>
3398
3399         * gnulib-tool (func_import): Show the include files only for those
3400         modules that are copied and specified.
3401         Reported by Karl Berry.
3402
3403 2006-12-08  Jim Meyering  <jim@meyering.net>
3404
3405         * build-aux/announce-gen ($VERSION): Don't use of $Revision...$.
3406         Instead, use Emacs' time-stamp write hook.  Note that the time is UTC.
3407
3408         * build-aux/announce-gen: Add two new options, both optional:
3409         --bootstrap-tools=TOOL_LIST
3410               a comma-separated list of tools, e.g.,
3411               autoconf,automake,bison,gnulib
3412         --gnulib-snapshot-date=DATE
3413               if gnulib is in the bootstrap tool list,
3414               then report this as the snapshot date.
3415               If not specified, use the current date/time.
3416               If you specify a date here, be sure it's UTC.
3417
3418 2006-12-05  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3419
3420         * tests/test-argp-2.sh: Fix test to match actual output.
3421         (func_compare): Fix sed script to be portable.
3422
3423 2006-12-05  Paul Eggert  <eggert@cs.ucla.edu>
3424
3425         * lib/utimens.c (futimens) [HAVE_BUGGY_NFS_TIME_STAMPS]: Add a
3426         workaround for this case.  It is not autoconfigured now; offhand
3427         it's hard to see how to autoconfigure it.
3428
3429 2006-12-03  Paul Eggert  <eggert@cs.ucla.edu>
3430
3431         * lib/mkdir-p.c (make_dir_parents): Fix race condition when making
3432         a directory that is about to be chowned.  Such a directory's
3433         initial file permissions should permit the owner only and this
3434         should not be changed until after the chown, since the group and
3435         other bits would be incorrect if they granted permission before
3436         the chown.
3437
3438         Fix porting problem for iswctype reported by Georg Schwarz in:
3439         http://lists.gnu.org/archive/html/bug-coreutils/2006-12/msg00017.html
3440         * lib/fnmatch.c (WIDE_CHAR_SUPPORT): Require HAVE_ISWCTYPE, too.
3441         * lib/regex_internal.h (RE_ENABLE_I18N): Likewise.
3442         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Check for iswctype, too.
3443         * m4/regex.m4 (gl_PREREQ_REGEX): Likewise.
3444
3445 2006-12-03  Jim Meyering  <jim@meyering.net>
3446
3447         * lib/fts.c (fts_load): Don't set sp->fts_dev here, since
3448         p->fts_statp may not yet be defined.
3449         (fts_read): Instead, set it in the caller, once p->fts_statp is
3450         sure to be defined, and corresponds to a top-level directory.
3451         This bug made du -x fail.  Here's the coreutils test case:
3452         http://git.sv.gnu.org/gitweb/?p=coreutils.git;a=commit;h=ba45154d8e9f
3453         Reported by Mike Frysinger.
3454
3455 2006-12-01  Jim Meyering  <jim@meyering.net>
3456
3457         * modules/savewd (Depends-on): Add fcntl_h to avoid self-test
3458         build failure due to missing definition of HAVE_WORKING_O_NOFOLLOW.
3459         Reported by Simon Josefsson.
3460
3461 2006-11-30  Jim Meyering  <jim@meyering.net>
3462
3463         * m4/warning.m4: Use the all-permissive copyright notice
3464         recommended by RMS (rather than LGPL).
3465         * m4/vararrays.m4: Likewise.
3466         * m4/flexmember.m4: Likewise.
3467
3468 2006-11-29  Bruno Haible  <bruno@clisp.org>
3469
3470         * gnulib-tool (func_emit_lib_Makefile_am): Initialize also
3471         noinst_LIBRARIES. Augment noinst_LIBRARIES and noinst_LTLIBRARIES
3472         using +=.
3473         Reported by Simon Josefsson <simon@josefsson.org>.
3474
3475 2006-11-28  James Youngman <jay@gnu.org>
3476
3477         * README: Advise users that they might find the bug-gnulib@gnu.org
3478         and autotools-announce@gnu.org mailing lists useful.
3479
3480 2006-11-28  Bruno Haible  <bruno@clisp.org>
3481
3482         * m4/ptrdiff_max.m4: Remove file.
3483
3484 2006-11-21  Bruno Haible  <bruno@clisp.org>
3485
3486         * m4/eoverflow.m4 (gl_EOVERFLOW): Use AC_COMPUTE_INT instead of
3487         _AC_COMPUTE_INT.
3488         (AC_COMPUTE_INT): Add fallback definition for autoconf < 2.61.
3489         * m4/ptrdiff_max.m4 (gl_PTRDIFF_MAX): Use AC_COMPUTE_INT instead of
3490         _AC_COMPUTE_INT.
3491         (AC_COMPUTE_INT): Add fallback definition for autoconf < 2.61.
3492         * m4/size_max.m4 (gl_SIZE_MAX): Use AC_COMPUTE_INT instead of
3493         _AC_COMPUTE_INT.
3494         (AC_COMPUTE_INT): Add fallback definition for autoconf < 2.61.
3495
3496 2006-11-28  Jim Meyering  <jim@meyering.net>
3497
3498         * lib/regcomp.c (parse_branch): Rename local, exp->expr, to avoid
3499         warning from "gcc -Wshadow" about shadowing the builtin.
3500
3501 2006-11-27  Bruno Haible  <bruno@clisp.org>
3502
3503         * m4/stdint.m4 (gl_STDINT_BITSIZEOF): Use AC_COMPUTE_INT instead of
3504         _AC_COMPUTE_INT.
3505         (AC_COMPUTE_INT): Add fallback definition for autoconf < 2.61.
3506
3507 2006-11-27  Bruno Haible  <bruno@clisp.org>
3508             Paul Eggert  <eggert@cs.ucla.edu>
3509
3510         * lib/regex.h (__restrict_arr): Redo logic of #if, for clarity.
3511
3512 2006-11-26  Bruno Haible  <bruno@clisp.org>
3513
3514         * gnulib-tool (func_emit_lib_Makefile_am): Initialize also
3515         noinst_LTLIBRARIES.
3516
3517 2006-11-27  Paul Eggert  <eggert@cs.ucla.edu>
3518             Bruno Haible  <bruno@clisp.org>
3519
3520         * lib/gettext.h (_LIBGETTEXT_HAVE_VARIABLE_SIZE_ARRAYS): Define to 0
3521         if compiling with "gcc -ansi".
3522
3523 2006-11-26  Paul Eggert  <eggert@cs.ucla.edu>
3524
3525         Fix some incompatibilities with gcc -ansi -pedantic.
3526         * lib/regex.h (__restrict_arr): Don't use the [restrict] syntax
3527         if compiling pedantically with GCC, unless it's C99 or later.
3528         Don't trust sys/cdefs.h's definition of __restrict_arr, either, as
3529         it mishandles gcc -ansi -pedantic as well.
3530         * lib/regex_internal.h (re_token_t): Don't use enum bitfields
3531         if gcc -pedantic.
3532         * lib/regexec.c (check_node_accept_bytes): Don't use auto
3533         initializers for struct if -pedantic, unless it's C99 or later.
3534
3535 2006-11-25  Nix  <nix@esperi.org.uk>  (tiny change)
3536
3537         * m4/fcntl_h.m4 (gl_FCNTL_H): Test the atime, not the mtime.
3538         Don't close an fd more than once. Identical atimes indicate
3539         success, not failure.
3540
3541 2006-11-22  Robinson Mittmann <bob@hoplon.com>  (tiny change)
3542
3543         * lib/sincosl.c (kernel_sinl): Fix typo in threshold.
3544
3545 2006-11-23  Jim Meyering  <jim@meyering.net>
3546
3547         * build-aux/announce-gen: New file.  From coreutils.
3548
3549 2006-11-22  Jim Meyering  <jim@meyering.net>
3550
3551         Work around a compile-time error from the HP-UX 11.00 /bin/cc.
3552         * lib/fts.c (enum Fts_stat): Give this previously-anon enum a name.
3553         (fts_read): Use a temporary to narrow the overused st_size member
3554         before using it in a switch statement.  Reported by Matthew Woehlke.
3555
3556         * m4/clock_time.m4 (gl_CLOCK_TIME): Quote AC_SUBST argument.
3557         * m4/euidaccess.m4 (gl_PREREQ_EUIDACCESS): Likewise.
3558
3559 2006-11-20  Bruno Haible  <bruno@clisp.org>
3560
3561         * gettext.m4 (AM_GNU_GETTEXT): Revert 2005-07-28 patch: Use
3562         changequote instead of pairs of brackets.
3563         Reported by Andreas Schwab <schwab@suse.de>.
3564
3565 2006-11-21  Jim Meyering  <jim@meyering.net>
3566
3567         * lib/fts.c (fts_safe_changedir): Move a declaration "up",
3568         so as to remain compatible with older compilers.
3569         Patch from Michael Deutschmann.
3570
3571 2006-11-20  Paul Eggert  <eggert@cs.ucla.edu>
3572
3573         * MODULES.html.sh (File system functions): Add openat.
3574
3575         * lib/openat.h (rpl_fstatat): New macro, if
3576         [HAVE_OPENAT && ! LSTAT_FOLLOWS_SLASHED_SYMLINK.
3577         (fstatat): Define to rpl_fstatat under the same conditions,
3578         unless COMPILING_FSTATAT.
3579         * m4/openat.m4 (gl_FUNC_OPENAT): Compile fstatat.c too, if fstatat
3580         seems to have the bug.
3581         * lib/fstatat.c: New file.
3582         * modules/openat (Files): Add it.
3583
3584 2006-11-20  Bruno Haible  <bruno@clisp.org>
3585
3586         * Makefile: New file.
3587
3588 2006-11-20  Jim Meyering  <jim@meyering.net>
3589
3590         The beginnings of syntax-related checks for gnulib.
3591         * lib/Makefile: New file.
3592         * lib/t-idcache: New script.  Ensure that the two halves of
3593         idcache.c stay in sync.
3594
3595         * lib/idcache.c: Adjust comments in user- and group- portions to
3596         be more accurate, and to be consistent with one another.
3597
3598 2006-11-20  Jim Meyering  <jim@meyering.net>
3599
3600         * lib/idcache.c: Restore most of the 2006-11-06 patch, so as to
3601         continue using the flexible array member (thus, this module performs
3602         half as many malloc calls), with the addition that...
3603         (getgroup, getuser): Consistently record a non-match via an empty
3604         "name" string, and map an empty string match to a NULL return value.
3605         * modules/idcache (Depends-on): Re-add flexmember.
3606
3607         * lib/idcache.c (getuser): Remove all uses of the register keyword.
3608         (getuidbyname, getgroup, getgidbyname): Likewise.
3609
3610         Use cleaner syntax: NULL rather than 0.
3611         * lib/idcache.c (getuidbyname, getgidbyname): Return NULL, not 0.
3612
3613 2006-11-20  Paul Eggert  <eggert@cs.ucla.edu>
3614
3615         * lib/idcache.c: Undo most recent patch, dated 2006-11-06.
3616         It mishandled the case where the group was missing.
3617         Problem reported by Greg Schafer.
3618         * modules/idcache: Likewise.
3619
3620 2006-11-18  Jim Meyering  <jim@meyering.net>
3621
3622         * check-module (%exempt_header): Add exception for some
3623         conditionally-included headers.
3624
3625         * modules/i-ring (Depends-on): Add verify.
3626         (License): Change to LGPL.
3627
3628 2006-11-16  Paul Eggert  <eggert@cs.ucla.edu>
3629
3630         * modules/getaddinfo (Depends-on): Remove inttostr; add snprintf.
3631         * lib/getaddrinfo.c: Include snprintf.h rather than intprops.h
3632         and inttostr.h.  Use snprintf rather than uinttostr, so that
3633         LGPLed code doesn't depend on GPLed.
3634
3635 2006-11-17  Paul Eggert  <eggert@cs.ucla.edu>
3636
3637         * modules/inline (License): Change from GPL to LGPL.
3638
3639 2006-11-17  Jim Meyering  <jim@meyering.net>
3640
3641         * modules/d-type (License): Switch to LGPL.
3642
3643 2006-11-15  Bruno Haible  <bruno@clisp.org>
3644
3645         * m4/alloca.m4 (gl_FUNC_ALLOCA): Fix the AC_CACHE_CHECK message.
3646
3647 2006-11-15  Eric Blake  <ebb9@byu.net>
3648
3649         * m4/allocsa.m4 (gl_ALLOCSA): Don't invoke macro already picked up by
3650         the module dependency.
3651
3652 2006-11-15  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
3653             Bruno Haible  <bruno@clisp.org>
3654
3655         * gnulib-tool (func_create_testdir): Add license consistency check.
3656
3657 2006-11-15  Eric Blake  <ebb9@byu.net>
3658
3659         * m4/alloca.m4 (gl_FUNC_ALLOCA): Use AC_CACHE_CHECK to avoid a
3660         random "(cached)" in configure output.
3661
3662 2006-11-14  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3663
3664         * m4/inttypes.m4 (gl_INTTYPES_H): Use AC_CACHE_CHECK so that the
3665         test for conforming inttypes.h is both announced and cached.
3666
3667         * MODULES.html.sh (seen_modules, seen_files): New variables.
3668         (func_module): Rewrite to use a few less gnulib-tool and sed
3669         invocations.  Avoid a couple of quadratic algorithms for ...
3670         (missed_modules, missed_files): ... these, with ...
3671         (func_append, func_tmpdir): ... these new functions, from
3672         gnulib-tool.  Analogously, install traps for cleanup.
3673
3674         * tests/test-gc.c (main): Remove unused variables.
3675         * tests/test-read-file.c: Include stdlib.h, for 'free'.
3676
3677 2006-11-14  Paul Eggert  <eggert@cs.ucla.edu>
3678
3679         * modules/inttostr (License): Change to LGPL.
3680
3681 2006-11-14  Eric Blake  <ebb9@byu.net>
3682
3683         * modules/tempname (License): Change to LGPL.
3684
3685 2006-11-14  Eric Blake  <ebb9@byu.net>
3686
3687         * doc/functions.texi (Function Portability): *printf functions on
3688         Cygwin now understand all POSIX size specifiers.
3689
3690 2006-11-14  Bruno Haible  <bruno@clisp.org>
3691
3692         * modules/c-ctype (License): Change to LGPL.
3693
3694 2006-11-12  Bruno Haible  <bruno@clisp.org>
3695
3696         * m4/lib-link.m4 (AC_LIB_LINKFLAGS, AC_LIB_HAVE_LINKFLAGS,
3697         AC_LIB_LINKFLAGS_BODY): Also set a LIB${NAME}_PREFIX variable. Needed
3698         for GNOME libraries, for which the include files are installed in
3699         subdirectories of $prefix/include.
3700
3701 2006-11-12  Bruno Haible  <bruno@clisp.org>
3702
3703         * m4/lib-link.m4: Require at least autoconf-2.54.
3704         (AC_LIB_LINKFLAGS_BODY) [autoconf < 2.61]: Turn dots into the library
3705         name to underscores for the --with option.
3706
3707 2006-11-13  Bruno Haible  <bruno@clisp.org>
3708
3709         * gnulib-tool (func_create_testdir): Set gl_source_base correctly in
3710         the tests directory.
3711         Reported by Ralf Wildenhues.
3712
3713 2006-11-13  Bruno Haible  <bruno@clisp.org>
3714
3715         * gnulib-tool (func_emit_initmacro_start): Also override AC_LIBSOURCES.
3716         (func_emit_initmacro_end): Undo the override here.
3717         (func_emit_initmacro_done): Emit a definition for gl_LIBSOURCES.
3718         Works around the famous automake error in coreutils.
3719
3720 2006-11-13  Eric Blake  <ebb9@byu.net>
3721
3722         * lib/gl_anytree_oset.h (gl_tree_search_atleast): Return the
3723         element, not its node.
3724
3725 2006-11-12  Bruno Haible  <bruno@clisp.org>
3726
3727         * gnulib-tool (func_emit_lib_Makefile_am): Replace occurrences of
3728         '$(top_srcdir)/build-aux/', taking into account the real auxdir.
3729
3730 2006-11-12  Bruno Haible  <bruno@clisp.org>
3731
3732         * gnulib-tool: New option --local-symlink.
3733         (func_usage): Document it.
3734         (lsymbolic): New variable.
3735         (func_import, func_create_testdir): If --symlink was not specified,
3736         test whether --local-symlink was specified and the file comes from
3737         the local_gnulib_dir.
3738
3739 2006-11-12  Bruno Haible  <bruno@clisp.org>
3740
3741         * gnulib-tool (func_ln): New function.
3742         (func_ln_if_changed, func_create_testdir): Use it instead of "ln -s".
3743
3744 2006-11-12  Bruno Haible  <bruno@clisp.org>
3745
3746         Finish support for source files in subdirectories.
3747         * gnulib-tool (func_emit_lib_Makefile_am): If some of the source files
3748         are in subdirectories, set uses_subdirs and add 'subdir-objects' to
3749         AUTOMAKE_OPTIONS.
3750         (func_import, func_create_testdir): Invoke AM_PROG_CC_C_O in this case.
3751
3752 2006-11-12  Bruno Haible  <bruno@clisp.org>
3753
3754         * gnulib-tool (func_get_automake_snippet): Synthesize also an
3755         EXTRA_lib_SOURCES augmentation.
3756         (func_emit_lib_Makefile_am): Initialize EXTRA_lib..._SOURCES to empty.
3757
3758 2006-11-12  Jim Meyering  <jim@meyering.net>
3759
3760         Make fts (in FTS_CWDFD mode) more efficient by caching a few open
3761         file descriptors.  This also averts a failure on systems with
3762         native openat support when a traversed directory lacks "x" access.
3763         * lib/fts_.h: Include "i-ring.h"
3764         (struct FTS) [fts_fd_ring]: New member.
3765         * lib/fts.c (RESTORE_INITIAL_CWD): Also call fd_ring_clear.
3766         (FCHDIR): Add parentheses.
3767         (fd_ring_check, fd_ring_print) [!FTS_DEBUG]: Define away.
3768         (cwd_advance_fd): Add a 3rd parameter.  Adjust all callers.
3769         When descending, rather than simply closing the previous
3770         fts_cwd_fd value, push that file descriptor onto the ring.
3771         (same_fd, fd_ring_print, fd_ring_check) [FTS_DEBUG]: New functions.
3772         (fts_open): Initialize the new fd_ring member.
3773         (fts_close): Clear the ring.
3774         (fts_safe_changedir): When possible, use our new fd_ring to skip
3775         the diropen and fstat and dev/ino comparison that would normally
3776         accompany a virtual `chdir ("..")'.
3777
3778         * modules/fts (Depends-on): Add i-ring.
3779         * modules/i-ring: New module.
3780         * lib/i-ring.c, lib/i-ring.h, lib/i-ring-test.c: New files.
3781         * m4/i-ring.m4: New file.
3782
3783 2006-11-12  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3784
3785         * gnulib-tool (func_create_testdir): Fix replacement of
3786         `build-aux' in configure.ac.  Run autotools in gltests
3787         subdirectory.
3788         (func_create_testdir, func_create_megatestdir, test): There is
3789         no need for '--force' in most autotool invocations in a new
3790         tree.  Actually fail the whole test if any of the tools, or the
3791         configure or make stages fail.
3792
3793         Sync from Automake.
3794         * build-aux/gnupload: Revert last change.  Add pointer to upload
3795         instructions of the GNU Maintenance Instructions.
3796         Suggestion by Karl Berry.
3797
3798 2006-11-10  Jim Meyering  <jim@meyering.net>
3799
3800         * lib/fts.c [FTS_DEBUG]: Don't try to print a pointer via %s.
3801
3802 2006-11-09  Paul Eggert  <eggert@cs.ucla.edu>
3803
3804         * lib/gettext.h (dgettext, dcgettext, ngettext) [! ENABLE_NLS]:
3805         (dngettext, dcngettext, bindtextdomain) [! ENABLE_NLS]:
3806         (bind_textdomain_codeset) [! ENABLE_NLS]:
3807         Evaluate all the arguments.  That way, callers get compatible behavior
3808         if the arguments have side effects.  Also, it avoids some GCC
3809         diagnostics in some cases; Joel E. Denny reported problems when Bison
3810         was configured with --enable-gcc-warnigs.
3811
3812 2006-11-10  Jim Meyering  <jim@meyering.net>
3813
3814         * m4/inline.m4 (gl_INLINE): Check with the compiler, not cpp, so that
3815         relevant options in CFLAGS (like -O, -fno-inline) are taken into
3816         account.
3817
3818 2006-11-10  Jim Meyering  <jim@meyering.net>
3819
3820         * modules/inline: New file/module.
3821         * modules/xalloc (Files): Remove m4/inline.m4.
3822         (Depends-on): Add inline, instead.
3823         * modules/oset: Likewise.
3824         * modules/list: Likewise.
3825
3826 2006-11-09  Paul Eggert  <eggert@cs.ucla.edu>
3827
3828         * lib/stdint_.h (uintmax_t): Fix typo: int64_t -> uint64_t.
3829         Problem reported by Matthew Woehlke.
3830
3831 2006-11-09  Bruno Haible  <bruno@clisp.org>
3832
3833         * lib/tempname.c (gen_tempname): Remove variant that invokes
3834         __gen_tempname.
3835         * m4/tempname.m4 (gl_FUNC_GEN_TEMPNAME): Don't test for
3836         __gen_tempname.
3837
3838 2006-11-08  Bruno Haible  <bruno@clisp.org>
3839
3840         * m4/longlong.m4 (AC_TYPE_LONG_LONG_INT): Set ac_cv_type_long_long_int
3841         to 'yes' instead of 'cross-compiling'.
3842
3843 2006-11-08  Paul Eggert  <eggert@cs.ucla.edu>
3844
3845         * lib/quotearg.h (quotearg_free): New decl.
3846         * lib/quotearg.c (quotearg_free): New function.
3847         (slot0, nslots, slotvec0, slotvec):
3848         Now file-scope so that quotearg_free can get at them.
3849
3850 2006-11-08  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3851
3852         Sync from Automake.
3853         * build-aux/gnupload: Add missing 'gnu' to example URL.
3854         Report by Karl Berry.
3855
3856 2006-11-08  Bruno Haible  <bruno@clisp.org>
3857
3858         * m4/inline.m4 (gl_INLINE): Also test __NO_INLINE__.
3859         Suggested by Paul Eggert.
3860
3861 2006-11-08  Jim Meyering  <jim@meyering.net>
3862
3863         * lib/fts.c [!_LGPL_PACKAGE]: Don't include fcntl--.h twice.
3864         It's already included if !_LIBC.
3865         (fts_safe_changedir): Add a comment.
3866
3867 2006-11-07  Paul Eggert  <eggert@cs.ucla.edu>
3868
3869         * m4/longlong.m4 (AC_TYPE_LONG_LONG_INT): Detect bug in
3870         Tandem NonStop Kernel (OSS) cc -O circa 2004, reported by
3871         Matthew Woehlke.
3872
3873         * lib/xalloc.h (XMALLOC, XNMALLOC, XZALLOC, XCALLOC): Move
3874         definitions up, to avoid colliding with change below.
3875         (static_inline) [HAVE_INLINE]: New macro.
3876         (xnmalloc, xnrealloc, x2nrealloc, xcharalloc):
3877         Provide extern decls when !HAVE_INLINE.  Do not define unless
3878         static_inline is defined, either by us or by xmalloc.c.  Use
3879         static_inline rather than static inline.
3880         (XCALLOC): Optimize sizeof(T) = 1 case.
3881         * lib/xmalloc.c (static_inline) [!HAVE_INLINE]: New macro.
3882
3883 2006-11-07  Bruno Haible  <bruno@clisp.org>
3884
3885         * lib/xalloc.h (XNMALLOC): Restore optimization of sizeof(T) = 1 case.
3886         * m4/xalloc.m4 (gl_PREREQ_XALLOC): Require gl_INLINE instead of
3887         AC_C_INLINE.
3888         * modules/xalloc (Files): Add m4/inline.m4.
3889
3890 2006-11-07  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3891
3892         * README: Fix typo.
3893         * doc/gnulib.texi (Miscellaneous Notes): Likewise, rename...
3894         (Miscellanous Notes): ...from this.
3895
3896 2006-11-07  Paul Eggert  <eggert@cs.ucla.edu>
3897
3898         * m4/flexmember.m4 (AC_C_FLEXIBLE_ARRAY_MEMBER):
3899         Mention that offsetof should be used instead of sizeof.
3900         From Bruno Haible.
3901
3902 2006-11-07  Bruno Haible  <bruno@clisp.org>
3903
3904         * lib/w32spawn.h (prepare_spawn): Use XNMALLOC instead of xmalloc.
3905
3906 2006-11-06  Paul Eggert  <eggert@cs.ucla.edu>
3907
3908         Simplify xmalloc expressions. Add overflow check in xmalloc arguments.
3909         * lib/gl_anyavltree_list2.h (create_subtree_with_contents):
3910         (gl_tree_create, gl_tree_add_first, gl_tree_add_last):
3911         (gl_tree_add_before, gl_tree_add_after):
3912         Use XMALLOC instead of xmalloc, and XCALLOC instead of xzalloc.
3913         * lib/gl_anyhash_list2.h (hash_resize): Likewise.
3914         * lib/gl_anylinked_list2.h (gl_linked_create_empty, gl_linked_create):
3915         (gl_linked_add_first, gl_linked_add_last, gl_linked_add_before):
3916         (gl_linked_add_after, gl_linked_add_at): Likewise.
3917         * lib/gl_anyrbtree_list2.h (create_subtree_with_contents):
3918         (gl_tree_create, gl_tree_add_first, gl_tree_add_last):
3919         (gl_tree_add_before, gl_tree_add_after): Likewise.
3920         * lib/gl_anytree_list2.h (gl_tree_create_empty): Likewise.
3921         * lib/gl_anytree_oset.h (gl_tree_create_empty): Likewise.
3922         * lib/gl_anytreehash_list1.h (add_to_bucket): Likewise.
3923
3924 2006-11-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3925
3926         * lib/gl_oset.h: Use C comment style, not C++ comment style.
3927
3928 2006-11-06  Bruno Haible  <bruno@clisp.org>
3929
3930         * m4/inline.m4: New file.
3931         * m4/gl_list.m4 (gl_LIST): Require gl_INLINE.
3932         * modules/list (Files): Add m4/inline.m4.
3933         * modules/oset (Files): Likewise.
3934
3935 2006-11-06  Paul Eggert  <eggert@cs.ucla.edu>
3936
3937         * lib/idcache.c: Include <stddef.h>, for offsetof.
3938         (struct userid.name): Change from char * to a flexible array member.
3939         All uses changed.
3940         * modules/idcache (Depends-on): Add flexmember.
3941
3942         * MODULES.html.sh (Core language properties): New module flexmember.
3943         * modules/flexmember, m4/flexmember.m4: New files.
3944
3945         * lib/xalloc.h (xnmalloc, xnrealloc, x2nrealloc): Now static
3946         inline functions that are identical with the old xnmalloc_inline,
3947         xnrealloc_inline, x2nrealloc_inline of lib/xmalloc.c.  This is so
3948         that we can avoid some unnecessary integer multiplications and
3949         divisions in the common case where the element size is known at
3950         compile time.
3951         (XNMALLOC) [HAVE_INLINE]: Remove special case, which is no longer
3952         needed.
3953         (xnboundedmalloc): Remove.
3954         (XMALLOC, XNMALLOC, XZALLOC, XCALLOC): Use lower-case letters for
3955         arguments, for consistency with rest of this header.
3956         (xcharalloc): Rewrite using XNMALLOC.
3957         * lib/xmalloc.c (xnmalloc_inline, xnmalloc, xnrealloc_inline):
3958         (xnrealloc, x2nrealloc_inline, x2nrealloc): Remove.  The *_inline
3959         versions have been moved to lib/xalloc.h and renamed to be the
3960         non-*_inline versions.
3961         (xmalloc, xrealloc): Implement without reference to the xnmalloc
3962         and xnrealloc functions, since those functions are now inline and
3963         now call us.
3964         (x2realloc): Invoke x2realloc, not x2realloc_inline, to accommodate
3965         renaming described above.
3966         * m4/xalloc.m4 (gl_PREREQ_XMALLOC): Remove AC_C_INLINE since
3967         xmalloc.c no longer uses inline directly.  gl_PREREQ_XALLOC now
3968         captures the dependency in AC_C_INLINE.
3969
3970         New module canonicalize-lgpl, proposed by Charles Wilson in
3971         <http://lists.gnu.org/archive/html/bug-gnulib/2006-11/msg00020.html>
3972         with a few small changes afterwards.
3973         * MODULES.html.sh (File system functions): New module
3974         canonicalize-lgpl.
3975         * lib/canonicalize.h: Add comments for canonicalize_filename_mode
3976         and canonicalize_file_name.
3977         * lib/canonicalize-lgpl.c, m4/canonicalize-lgpl.m4:
3978         * modules/canonicalize-lgpl: New files.
3979
3980 2006-11-05  Bruno Haible  <bruno@clisp.org>
3981
3982         * gnulib-tool (func_import, func_create_testdir): Create directories
3983         also for files in subdirectories of lib/.
3984
3985 2006-11-05  Bruno Haible  <bruno@clisp.org>
3986
3987         * lib/gl_array_list.c (gl_array_iterator_next): Make pointer decrement
3988         ANSI C compliant.
3989
3990 2006-11-03  Bruno Haible  <bruno@clisp.org>
3991
3992         Simplify xmalloc expressions. Add overflow check in xmalloc arguments.
3993         * m4/xalloc.m4 (gl_PREREQ_XALLOC): Require AC_C_INLINE.
3994         * lib/xalloc.h (XMALLOC, XNMALLOC, XZALLOC, XCALLOC): New macros.
3995         (xnboundedmalloc): New inline function.
3996         * lib/classpath.c (new_classpath): Use XNMALLOC instead of xmalloc.
3997         * lib/clean-temp.c (create_temp_dir): Use XNMALLOC, XMALLOC instead of
3998         xmalloc.
3999         * lib/concatpath.c (concatenated_pathname): Use XNMALLOC instead of
4000         xmalloc.
4001         * lib/fatal-signal.c (at_fatal_signal): Use XNMALLOC instead of xmalloc.
4002         * lib/findprog.c (find_in_path): Use XNMALLOC instead of xmalloc.
4003         * lib/gl_array_list.c (gl_array_create_empty): Use XMALLOC instead of
4004         xmalloc.
4005         (gl_array_create): Use XNMALLOC, XMALLOC instead of xmalloc.
4006         * lib/gl_array_oset.c (gl_array_create_empty): Use XNMALLOC instead of
4007         xmalloc.
4008         * lib/gl_avltree_oset.c (gl_tree_add_first, gl_tree_add_before,
4009         gl_tree_add_after): Use XMALLOC instead of xmalloc.
4010         * lib/gl_carray_list.c (gl_carray_create_empty): Use XMALLOC instead of
4011         xmalloc.
4012         (gl_carray_create): Use XNMALLOC, XMALLOC instead of xmalloc.
4013         * lib/gl_rbtree_oset.c (gl_tree_add_first, gl_tree_add_before,
4014         gl_tree_add_after): Use XMALLOC instead of xmalloc.
4015         * lib/gl_sublist.c (gl_sublist_create): Use XMALLOC instead of xmalloc.
4016         * lib/pagealign_alloc.c (new_memnode): Use XMALLOC instead of xmalloc.
4017         * lib/sh-quote.c (shell_quote_argv): Use XNMALLOC instead of xmalloc.
4018         * lib/xvasprintf.c (xstrcat): Use XNMALLOC instead of xmalloc.
4019
4020 2006-11-03  Bruno Haible  <bruno@clisp.org>
4021
4022         * lib/c-ctype.h [C++]: Define functions without name mangling.
4023         * lib/fwriteerror.h [C++]: Likewise.
4024         * lib/gcd.h [C++]: Likewise.
4025         * lib/linebreak.h [C++]: Likewise.
4026
4027 2006-11-03  Paul Eggert  <eggert@cs.ucla.edu>
4028
4029         * lib/canonicalize.h: (canonicalize_mode_t, CAN_EXISTING):
4030         (CAN_ALL_BUT_LAST, CAN_MISSING, canonicalize_filename_mode):
4031         Define only if PROVIDE_CANONICALIZE_FILENAME_MODE is defined.
4032         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME):
4033         Check for functions and headers just once.
4034         Check for declaration of canonicalize_file_name.
4035         Define PROVIDE_CANONICALIZE_FILENAME_MODE.
4036
4037 2006-11-02  Charles Wilson  <cygwin@cwilson.fastmail.fm>
4038
4039         * gnulib-tool (func_import): Fix typo in actioncmd.
4040
4041 2006-11-02  Bruno Haible  <bruno@clisp.org>
4042
4043         * gnulib-tool (func_get_automake_snippet): Interpret a backslash-
4044         newline sequence in the Makefile.am snippet as a space, like "make"
4045         does.
4046         Reported by Roger Persson <perrog@gmail.com>.
4047
4048 2006-11-01  Bruno Haible  <bruno@clisp.org>
4049
4050         * m4/strcase.m4 (gl_FUNC_STRNCASECMP): Check whether strncasecmp is
4051         already declared in <string.h>.
4052         * lib/strcase.h (strncasecmp): Don't declare it if yes.
4053
4054 2006-11-01  Bruno Haible  <bruno@clisp.org>
4055
4056         * m4/strcase.m4 (gl_FUNC_STRCASECMP): Don't define strcasecmp here.
4057         * lib/strcase.h: Include <string.h>.
4058         (strcasecmp): Define to rpl_strcasecmp here.
4059
4060 2006-11-01  Bruno Haible  <bruno@clisp.org>
4061
4062         * lib/printf-parse.c (PRINTF_PARSE): Cast malloc/realloc results.
4063
4064 2006-11-01  Eric Blake  <ebb9@byu.net>
4065
4066         * lib/mkstemp-safer.c (mkstemp_safer): Allow C++ compilation.
4067
4068         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Allow C++ configuration.
4069
4070 2006-10-29  Bruno Haible  <bruno@clisp.org>
4071
4072         Make it compile in C++ mode.
4073         * lib/full-write.c (full_rw): Add a cast.
4074
4075 2006-11-01  Bruno Haible  <bruno@clisp.org>
4076
4077         * gnulib-tool (func_get_automake_snippet): Change sed_combine_lines to
4078         be POSIX compliant.
4079         Reported by Roger Persson <perrog@gmail.com>.
4080
4081 2006-11-01  Eric Blake  <ebb9@byu.net>
4082
4083         * lib/getopt_.h: Fix comments.
4084
4085 2006-10-31  Eric Blake  <ebb9@byu.net>
4086
4087         * modules/tmpdir (Depends-on): Add sys_stat.
4088         * modules/mkdtemp (Depends-on): Add tempname, drop unistd.
4089         * lib/mkdtemp.c (gen_tempname): Remove; tempname covers this.
4090         * lib/tmpdir.c (S_ISDIR): Simplify, thanks to sys_stat.
4091         * m4/mkdtemp.m4 (gl_PREREQ_MKDTEMP): Simplify, thanks to
4092         tempname.
4093
4094 2006-10-31  Paul Eggert  <eggert@cs.ucla.edu>
4095
4096         Avoid some C++ diagnostics reported by Bruno Haible.
4097         * lib/quotearg.c (clone_quoting_options): Use xmemdup rather than
4098         xmalloc.
4099         (quotearg_alloc): Use xcharalloc rather than xmalloc.
4100         (struct slotvec): Move to top level.
4101         (quotearg_n_options): Rewrite to avoid xmalloc.
4102         * lib/xalloc.h (xcharalloc): New function.
4103         * (xrealloc, xnrealloc, x2realloc, x2nrealloc, xmemdup):
4104         [defined __cplusplus]: Add function template that provides result
4105         type propagation.  This part of the change is from Bruno Haible.
4106
4107 2006-10-29  Bruno Haible  <bruno@clisp.org>
4108
4109         Make it compile in C++ mode.
4110         * lib/striconv.c (mem_cd_iconv): Cast malloc/realloc result.
4111         * lib/strnlen1.c (strnlen1): Cast memchr result.
4112         * lib/mbchar.h (mb_copy): Rename arguments to 'new_mbc', 'old_mbc'.
4113         * lib/clean-temp.c (string_equals, string_hash): Add casts.
4114         (create_temp_dir): Rename local variable 'template'.
4115         (compile_csharp_using_sscli): Add cast.
4116         * lib/fatal-signal.c (at_fatal_signal): Cast xmalloc result.
4117         * lib/findprog.c (find_in_path): Likewise.
4118         * lib/linebreak.c (mbs_width_linebreaks): Cast malloc result.
4119         * lib/wait-process.c (register_slave_subprocess): Likewise.
4120
4121 2006-10-22  Bruno Haible  <bruno@clisp.org>
4122
4123         * modules/tsearch: New file.
4124         * lib/tsearch.h: New file.
4125         * lib/tsearch.c: New file, from glibc-2.5 with small modifications.
4126         * m4/tsearch.m4: New file.
4127         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add tsearch.
4128
4129 2006-10-29  Eric Blake  <ebb9@byu.net>
4130
4131         * lib/arcfour.c: Assume config.h.
4132         * lib/arctwo.c: Likewise.
4133         * lib/base64.c: Likewise.
4134         * lib/check-version.c: Likewise.
4135         * lib/crc.c: Likewise.
4136         * lib/des.c: Likewise.
4137         * lib/gc-gnulib.c: Likewise.
4138         * lib/gc-libgcrypt.c: Likewise.
4139         * lib/gc-pbkdf2-sha1.c: Likewise.
4140         * lib/getaddrinfo.c: Likewise.
4141         * lib/getdelim.c: Likewise.
4142         * lib/getline.c: Likewise.
4143         * lib/hmac-md5.c: Likewise.
4144         * lib/hmac-sha1.c: Likewise.
4145         * lib/iconvme.c: Likewise.
4146         * lib/md2.c: Likewise.
4147         * lib/md4.c: Likewise.
4148         * lib/memxor.c: Likewise.
4149         * lib/read-file.c: Likewise.
4150         * lib/readline.c: Likewise.
4151         * lib/rijndael-alg-fst.c: Likewise.
4152         * lib/rijndael-api-fst.c: Likewise.
4153         * lib/xgetdomainname.c: Likewise.
4154
4155 2006-10-28  Eric Blake  <ebb9@byu.net>
4156
4157         * lib/xstrndup.c: Assume config.h.
4158
4159 2006-10-27  Paul Eggert  <eggert@cs.ucla.edu>
4160
4161         Move stat.h-substitute stuff from lib/stat-macros.h to lib/stat_.h.
4162         stat-macros.h is now for our own macros, whereas stat_h is for
4163         macros in the <sys/stat.h> name space.
4164         * lib/stat-macros.h: Remove copyright notice, as this file is now tiny.
4165         (STAT_MACROS_H): Remove.
4166         (S_IFMT, S_ISBLK, S_ISCHR, S_ISDIR, S_ISFIFO, S_ISLNK, S_ISNAM):
4167         (S_ISMPB, S_ISMPC, S_ISNWK, S_ISREG, S_ISSOCK, S_ISDOOR, S_ISPORT):
4168         (S_TYPEISMQ, S_TYPEISTMO, S_TYPEISSEM, S_TYPEISSHM, S_ISCTG, S_ISOFD):
4169         (S_ISOFL, S_ISWHT, S_ISUID, S_ISGID, S_ISVTX, S_IRUSR, S_IRGRP):
4170         (S_IROTH, S_IWUSR, S_IWGRP, S_IWOTH, S_IXUSR, S_IXGRP, S_IXOTH):
4171         (S_IRWXU, S_IRWXG, S_IRWXO, S_IXUGO, S_IRWXUGO):
4172         Move these macros to ...
4173         * lib/stat_.h: here.  Don't include stat-macros.h.
4174         * lib/canonicalize.c: Don't include stat-macros.h.
4175         * lib/chown.c: Likewise.
4176         * lib/euidaccess.c: Likewise.
4177         * lib/file-type.c: Likewise.
4178         * lib/filemode.c: Likewise.
4179         * lib/glob.c: Likewise.
4180         * lib/isapipe.c: Likewise.
4181         * lib/lchown.c: Likewise.
4182         * lib/lstat.c: Likewise.
4183         * lib/mkdir-p.c: Likewise.
4184         * lib/rmdir.c: Likewise.
4185         * m4/lchown.m4 (gl_FUNC_LCHOWN): Don't require gl_STAT_MACROS.
4186         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Don't check for io.h
4187         unless mkdir isn't declared, to speed up 'configure'.
4188         Always create sys/stat.h, since it's unlikely any real sys/stat.h
4189         would define all the S_* symbols.
4190         * modules/canonicalize (Depends-on):
4191         Depend on sys_stat, not stat-macros.
4192         * modules/chown: Likewise.
4193         * modules/euidaccess: Likewise.
4194         * modules/filemode: Likewise.
4195         * modules/file-type: Likewise.
4196         * modules/glob: Likewise.
4197         * modules/isapipe: Likewise.
4198         * modules/lchown: Likewise.
4199         * modules/lstat: Likewise.
4200         * modules/mkancesdirs: Likewise.
4201         * modules/rmdir: Likewise.
4202         * modules/mkdir-p (Depends-on): Also depend on sys_stat.
4203         * modules/modechange: Likewise.
4204         * modules/stat-macros (Files): Remove m4/stat-macros.m4.
4205         (configure.ac): Remove gl_STAT_MACROS.
4206         * modules/sys_stat (Depends-on): Remove stat-macros.
4207
4208 2006-10-27  Bruno Haible  <bruno@clisp.org>
4209
4210         * m4/signed.m4: Remove file.
4211         * m4/vasnprintf.m4 (gl_PREREQ_PRINTF_ARGS_: Remove bh_C_SIGNED
4212         invocation.
4213         * modules/vasnprintf (Files): Remove m4/signed.m4.
4214
4215 2006-10-27  Bruno Haible  <bruno@clisp.org>
4216
4217         Update to GNU gettext 0.16.
4218         * modules/gettext (Files): Add m4/intl.m4, m4/intldir.m4. Remove
4219         m4/inttypes-h.m4, m4/signed.m4.
4220         * m4/gettext.m4: Update to GNU gettext 0.16.
4221         * m4/intl.m4: New file, from GNU gettext.
4222         * m4/intldir.m4: New file, from GNU gettext.
4223         * config/srclist.txt: Update
4224
4225 2006-10-27  Eric Blake  <ebb9@byu.net>
4226
4227         * MODULES.html.sh: Document tempname.
4228         * modules/mkstemp (Depends-on): Add tempname, and drop transitive
4229         dependencies.
4230         (Files): Move lib/tempname.c...
4231         * modules/tempname: ...to this new module.
4232         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Remove tempname checks.
4233         (gl_PREREQ_TEMPNAME): Move...
4234         * m4/tempname.m4: ...to this new file.
4235         * lib/mkstemp.c (includes) [!_LIBC]: Use tempname.h.
4236         * modules/sys_stat (Depends-on): Add stat-macros.
4237         * lib/stat_.h (includes): Pick up stat macros.
4238         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Replace <sys/stat.h>
4239         if stat macros are broken.
4240         * lib/tempname.c (includes): No need to include "stat-macros.h".
4241         (__gen_tempname) [!_LIBC]: Expose as gen_tempname.
4242         (direxists, __path_search) [!_LIBC]: Don't compile these in
4243         gnulib; the tmpdir module covers that.
4244         * lib/tempname.h: New file.
4245
4246 2006-10-26  Paul Eggert  <eggert@cs.ucla.edu>
4247
4248         * COPYING: Explain how gnulib-tool converts licence headers.
4249         Almost all wording by Eric Blake.
4250
4251 2006-10-25  Paul Eggert  <eggert@cs.ucla.edu>
4252
4253         * lib/mbchar.h (is_basic_table): Make read-only.
4254         * lib/mbchar.c (is_basic_table): Likewise.
4255         Reported by John Darrington.
4256
4257 2006-10-25  Bruno Haible  <bruno@clisp.org>
4258
4259         * lib/progname.h (set_program_name): Undefine before defining.
4260
4261 2006-10-25  Bruno Haible  <bruno@clisp.org>
4262
4263         * lib/gettext.h (_LIBGETTEXT_HAVE_VARIABLE_SIZE_ARRAYS): Define to
4264         false for non-gcc C++ compilers.
4265         Reported by Nelson H. F. Beebe <beebe@math.utah.edu>.
4266
4267 2006-10-24  Bruno Haible  <bruno@clisp.org>
4268
4269         * lib/striconv.c (mem_cd_iconv, str_cd_iconv): Treat all non-GNU
4270         iconv implementations like Irix iconv.
4271
4272 2006-10-24  Paul Eggert  <eggert@cs.ucla.edu>
4273
4274         * modules/vararrays: New file.
4275         * m4/vararrays.m4: New file, taken from diffutils.
4276         * MODULES.html.sh: New module vararrays.
4277
4278 2006-10-24  Karl Berry  <karl@gnu.org>
4279
4280         * doc/gnulib-intro.texi: --- instead of --; non-naive naive.
4281         Don't call GNU Unix.
4282
4283 2006-10-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4284
4285         * users.txt: Add Libtool.
4286
4287         Sync from Libtool:
4288
4289         2006-10-24  Paul Eggert  <eggert@cs.ucla.edu>
4290
4291         * lib/argz.c: Remove check for HAVE_CONFIG_H, to conform
4292         to gnulib's policy of including config.h unconditionally.
4293
4294 2006-10-24  Bruno Haible  <bruno@clisp.org>
4295
4296         * modules/wcwidth (Files): Add m4/wint_t.m4.
4297         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Require gt_TYPE_WINT_T.
4298         * lib/wcwidth.h (iswprint): Use 'int' if 'wint_t' is not defined.
4299
4300 2006-10-24  Paul Eggert  <eggert@cs.ucla.edu>
4301
4302         * lib/getdate.y (yyerror): Make the arguments pointer-to-const,
4303         to pacify GCC with some -W flags enabled.  Problem reported by
4304         Bruno Haible.
4305
4306 2006-10-24  Jim Meyering  <jim@meyering.net>
4307
4308         * MODULES.html.sh: Remove uinttostr.  It's not a module.
4309         Reported by Karl Berry.
4310
4311 2006-10-23  Bruno Haible  <bruno@clisp.org>
4312
4313         * lib/fts.c (fts_build): Move variable declaration, for C89 compliance.
4314
4315 2006-10-24  Bruno Haible  <bruno@clisp.org>
4316
4317         * lib/gl_list.h: Use C comment style, not C++ comment style.
4318
4319 2006-10-23  Eric Blake  <ebb9@byu.net>
4320
4321         * lib/getaddrinfo.c (includes): Add missing include.
4322
4323 2006-10-23  Bruno Haible  <bruno@clisp.org>
4324             Paul Eggert  <eggert@cs.ucla.edu>
4325
4326         Ability to rename obstack_free.
4327         * lib/obstack.h (__obstack_free): New macro. Declare instead of
4328         obstack_free.
4329         (obstack_free): Invoke the __obstack_free macro.
4330         * lib/obstack.c (obstack_free): Use __obstack_free macro.
4331
4332 2006-10-23  Bruno Haible  <bruno@clisp.org>
4333             Paul Eggert  <eggert@cs.ucla.edu>
4334
4335         * lib/argp.h (argp_parse, __argp_parse): Comment out the identifiers
4336         __argc, __argv from the declaration. (They are defined as macros on
4337         mingw.)
4338
4339 2006-10-22  Bruno Haible  <bruno@clisp.org>
4340
4341         * doc/gnulib-intro.texi: New file.
4342         * doc/gnulib.texi: Include it.
4343
4344 2006-10-21  Bruno Haible  <bruno@clisp.org>
4345
4346         * doc/gnulib.texi: Split the chapter "Gnulib" into 3 chapters
4347         "Introduction", "Miscellanous Notes", "Particular Modules".
4348
4349 2006-10-21  Bruno Haible  <bruno@clisp.org>
4350
4351         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
4352         Change mostlyclean-local rule to avoid sh syntax error from bash
4353         versions 2.00..2.05 when $(MOSTLYCLEANDIRS) is empty.
4354
4355 2006-10-23  Jim Meyering  <jim@meyering.net>
4356
4357         * lib/getaddrinfo.c (getnameinfo): Use new lightweight uinttostr,
4358         in place of snprintf.
4359
4360         * modules/inttostr (Files): Add lib/uinttostr.c.
4361         * lib/uinttostr.c (inttostr): New file/function.
4362         * lib/inttostr.h (uinttostr): Declare.
4363         * m4/inttostr.m4: Add AC_LIBOBJ([uinttostr]).
4364         * MODULES.html.sh (Numeric conversion functions <stdlib.h>):
4365         Add uinttostr.
4366         * modules/getaddrinfo (Depends-on): Remove snprintf.  Add inttostr.
4367
4368 2006-10-21  Paul Eggert  <eggert@cs.ucla.edu>
4369
4370         * lib/canonicalize.c (ELOOP): Define if not already defined.
4371         Problem reported by Bruno Haible in
4372         <http://lists.gnu.org/archive/html/bug-gnulib/2006-10/msg00282.html>.
4373
4374 2006-10-21  Paul Eggert  <eggert@cs.ucla.edu>
4375
4376         * lib/stdint_.h [defined _AIX]: Don't include <sys/types.h>.
4377         Problem reported by Perry Smith and Ville Laurikari.
4378
4379         * lib/getndelim2.c (SSIZE_MAX): Use same defn that getdelim.c
4380         uses.
4381
4382 2006-10-19  Bruno Haible  <bruno@clisp.org>
4383
4384         * lib/getndelim2.c (SSIZE_MAX): Provide fallback definition. Needed
4385         for mingw.
4386
4387 2006-10-19  Bruno Haible  <bruno@clisp.org>
4388
4389         * lib/openat-priv.h (EOPNOTSUPP): Provide fallback definition.
4390         Needed for mingw.
4391
4392 2006-10-19  Bruno Haible  <bruno@clisp.org>
4393
4394         * m4/size_max.m4 (gl_SIZE_MAX): Cache the result.
4395
4396 2006-10-19  Bruno Haible  <bruno@clisp.org>
4397
4398         * m4/allocsa.m4 (gl_ALLOCSA): Invoke gl_FUNC_ALLOCA, don't AC_REQUIRE
4399         it.
4400
4401 2006-10-19  Bruno Haible  <bruno@clisp.org>
4402
4403         * m4/alloca.m4 (gl_FUNC_ALLOCA): Cache the result of the AC_EGREP_CPP
4404         invocation.
4405
4406 2006-10-19  Bruno Haible  <bruno@clisp.org>
4407
4408         * gnulib-tool (func_create_testdir): Don't include ftruncate and
4409         mountlist by default.
4410
4411 2006-10-16  Bruno Haible  <bruno@clisp.org>
4412
4413         * lib/c-strstr.c: Include c-strstr.h.
4414
4415 2006-10-18  Charles Wilson  <cygwin@cwilson.fastmail.fm>
4416
4417         * gnulib-tool: Don't clobber $sourcebase when $local_gnulib_dir ends
4418         in a slash.
4419
4420 2006-10-18  Bruno Haible  <bruno@clisp.org>
4421
4422         * lib/lock.h [C++]: Wrap definitions in extern "C".
4423
4424 2006-10-18  Bruno Haible  <bruno@clisp.org>
4425
4426         * gnulib-tool (func_emit_initmacro_end): Remove duplicates from the
4427         gl_LIBOBJS list.
4428
4429 2006-10-18  Bruno Haible  <bruno@clisp.org>
4430
4431         * lib/findprog.c (find_in_path): Avoid "gcc -Wwrite-strings" warning.
4432
4433 2006-10-19  Paul Eggert  <eggert@cs.ucla.edu>
4434
4435         * lib/xstrtol.h: Include gettext.h.
4436         (_STRTOL_ERROR): Wrap English-language formats inside gettext.
4437         Problem reported by Eric Blake.
4438         * modules/xstrtol (Depends-on): Add gettext-h.
4439
4440 2006-10-19  Paul Eggert  <eggert@cs.ucla.edu>  (tiny change)
4441
4442         * lib/strftime.c (advance): New macro.
4443         (add): Use it to avoid adding 0 to a FILE *.  FILE can be an
4444         incomplete type, so you can't add 0 to it.  Problem and patch
4445         reported by Eelco Dolstra for dietlibc.
4446
4447 2006-10-18  Jim Meyering  <jim@meyering.net>
4448
4449         * lib/readutmp.c (desirable_utmp_entry): Use "bool" as the
4450         type for a local, and rename it: s/up/user_proc/.
4451
4452 2006-10-18  Sergey Poznyakoff  <gray@gnu.org.ua>
4453
4454         * lib/readutmp.c (desirable_utmp_entry): Implement new flag:
4455         READ_UTMP_USER_PROCESS.
4456         * lib/readutmp.h (READ_UTMP_USER_PROCESS): New flag
4457
4458 2006-10-17  Paul Eggert  <eggert@cs.ucla.edu>
4459
4460         * lib/localcharset.c: Do not check HAVE_SETLOCALE.
4461         * m4/localcharset.m4 (gl_LOCALCHARSET): Don't check for setlocale.
4462
4463 2006-10-17  Eric Blake  <ebb9@byu.net>
4464
4465         * lib/sigprocmask.c (sigprocmask): Fix typo.
4466
4467         * m4/signalblocking.m4 (gl_PREREQ_SIGPROCMASK): Fix typo.
4468
4469         * modules/clean-temp (Makefile.am): Don't add to make output...
4470         (configure.ac): ...instead define SIGNAL_SAFE_LIST inside
4471         config.h.
4472
4473 2006-10-17  Bruno Haible  <bruno@clisp.org>
4474
4475         * lib/gettext.h (gettext, ngettext, pgettext, npgettext): Define
4476         differently if DEFAULT_TEXT_DOMAIN is set.
4477
4478 2006-10-16  Bruno Haible  <bruno@clisp.org>
4479
4480         * lib/clean-temp.c: Include fwriteerror.h.
4481
4482 2006-10-16  Bruno Haible  <bruno@clisp.org>
4483
4484         * getndelim2.m4 (gl_GETNDELIM2): Remove 2003-10-23 hack.
4485
4486 2006-10-16  Bruno Haible  <bruno@clisp.org>
4487
4488         * m4/signalblocking.m4 (gl_PREREQ_SIGPROCMASK): Also test for sigset_t.
4489         * lib/sigprocmask.h: Include <sys/types.h>.
4490         (sigset_t): Use the system's definition if present.
4491
4492 2006-10-17  Eric Blake  <ebb9@byu.net>
4493
4494         * lib/xvasprintf.c (includes): Assume config.h.
4495         * lib/xasprintf.c (includes): Likewise.
4496
4497 2006-10-16  Paul Eggert  <eggert@cs.ucla.edu>
4498
4499         * lib/fsusage.c (PROPAGATE_ALL_ONES): Don't assume uintmax_t is
4500         at least as wide as intmax_t.
4501
4502 2006-10-16  Alexandre Duret-Lutz  <adl@gnu.org>
4503
4504         (Imported from Automake.)
4505         * build-aux/gnupload: Update to version 1.1 of directive file.
4506
4507 2006-10-16  Eric Blake  <ebb9@byu.net>
4508
4509         * modules/configmake (Makefile.am): Add pkglibexecdir support, to
4510         match Automake 1.10a.
4511
4512 2006-10-14  Bruno Haible  <bruno@clisp.org>
4513
4514         * modules/sigprocmask: New file.
4515         * lib/sigprocmask.h: New file.
4516         * lib/sigprocmask.c: New file.
4517         * m4/signalblocking.m4 (gl_SIGNALBLOCKING): Renamed from
4518         gt_SIGNALBLOCKING. When not defining HAVE_POSIX_SIGNALBLOCKING,
4519         request sigprocmask.o.
4520         (gl_PREREQ_SIGPROCMASK): New macro.
4521         * modules/fatal-signal (Files): Remove m4/signalblocking.m4.
4522         (Depends-on): Add sigprocmask.
4523         * m4/fatal-signal.m4 (gl_FATAL_SIGNAL): Don't require
4524         gt_SIGNALBLOCKING. Test for 'raise' only once.
4525         * lib/fatal-signal.c: Include sigprocmask.h.
4526         (fatal_signal_set, init_fatal_signal_set, block_fatal_signals,
4527         unblock_fatal_signals): Define always.
4528         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
4529         sigprocmask.
4530
4531 2006-10-14  Paul Eggert  <eggert@cs.ucla.edu>
4532
4533         Sync from Automake.
4534         * build-aux/install-sh (posix_mkdir): Reject FreeBSD 6.1 mkdir -p -m,
4535         which incorrectly sets the mode of an existing destination
4536         directory.  In some cases the unpatched install-sh could do the
4537         equivalent of "chmod 777 /" or "chmod 0 /" on a buggy FreeBSD
4538         system.  We hope this is rare in practice, but it's clearly worth
4539         fixing.  Problem reported by Alex Unleashed in
4540         <http://lists.gnu.org/archive/html/bug-autoconf/2006-10/msg00012.html>.
4541         Also, don't bother to check for -m bugs unless we're using -m;
4542         suggested by Stepan Kasal.
4543
4544 2006-10-14  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4545
4546         Sync from Automake.
4547         * build-aux/depcomp (gcc3): Put dependency extraction flags before the
4548         `-c' flag, so they appear at the same position as in %FASTDEP%
4549         mode in depend2.am.  Fixes build failure for FreeBSD's c89,
4550         which ignores unknown options only after the first non-option.
4551         Bug report against M4 by Nelson H. F. Beebe.
4552
4553 2006-10-13  Jim Meyering  <jim@meyering.net>
4554
4555         Fix a bug in yesterday's change.
4556         * lib/fts.c (fts_open): When using FTS_XDEV|FTS_NOSTAT,
4557         p->fts_statp->st_dev would be used uninitialized.
4558         Ensures that we always call fts_stat on the very first entry.
4559         Miklos Szeredi reported that find -xdev stopped working.
4560
4561 2006-10-12  Bruno Haible  <bruno@clisp.org>
4562
4563         * gnulib-tool (func_get_automake_snippet): Append an automatically
4564         computed EXTRA_DIST augmentation.
4565         * modules/acl (Makefile.am): Remove EXTRA_DIST augmentation.
4566         * modules/alloca-opt (Makefile.am): Likewise.
4567         * modules/allocsa (Makefile.am): Likewise.
4568         * modules/arcfour (Makefile.am): Likewise.
4569         * modules/arctwo (Makefile.am): Likewise.
4570         * modules/argmatch (Makefile.am): Likewise.
4571         * modules/argz (Makefile.am): Likewise.
4572         * modules/atexit (Makefile.am): Likewise.
4573         * modules/backupfile (Makefile.am): Likewise.
4574         * modules/byteswap (Makefile.am): Likewise.
4575         * modules/c-strtod (Makefile.am): Likewise.
4576         * modules/c-strtold (Makefile.am): Likewise.
4577         * modules/calloc (Makefile.am): Likewise.
4578         * modules/canon-host (Makefile.am): Likewise.
4579         * modules/canonicalize (Makefile.am): Likewise.
4580         * modules/chdir-long (Makefile.am): Likewise.
4581         * modules/chdir-safer (Makefile.am): Likewise.
4582         * modules/check-version (Makefile.am): Likewise.
4583         * modules/chown (Makefile.am): Likewise.
4584         * modules/cloexec (Makefile.am): Likewise.
4585         * modules/close-stream (Makefile.am): Likewise.
4586         * modules/closeout (Makefile.am): Likewise.
4587         * modules/crc (Makefile.am): Likewise.
4588         * modules/csharpexec (Makefile.am): Likewise.
4589         * modules/cycle-check (Makefile.am): Likewise.
4590         * modules/des (Makefile.am): Likewise.
4591         * modules/dev-ino (Makefile.am): Likewise.
4592         * modules/dirfd (Makefile.am): Likewise.
4593         * modules/dirname (Makefile.am): Likewise.
4594         * modules/dup2 (Makefile.am): Likewise.
4595         * modules/eealloc (Makefile.am): Likewise.
4596         * modules/error (Makefile.am): Likewise.
4597         * modules/euidaccess (Makefile.am): Likewise.
4598         * modules/exclude (Makefile.am): Likewise.
4599         * modules/exitfail (Makefile.am): Likewise.
4600         * modules/fcntl-safer (Makefile.am): Likewise.
4601         * modules/fcntl (Makefile.am): Likewise.
4602         * modules/file-type (Makefile.am): Likewise.
4603         * modules/fileblocks (Makefile.am): Likewise.
4604         * modules/filemode (Makefile.am): Likewise.
4605         * modules/filenamecat (Makefile.am): Likewise.
4606         * modules/fnmatch (Makefile.am): Likewise.
4607         * modules/fopen-safer (Makefile.am): Likewise.
4608         * modules/fpending (Makefile.am): Likewise.
4609         * modules/fprintftime (Makefile.am): Likewise.
4610         * modules/free (Makefile.am): Likewise.
4611         * modules/fsusage (Makefile.am): Likewise.
4612         * modules/ftruncate (Makefile.am): Likewise.
4613         * modules/fts (Makefile.am): Likewise.
4614         * modules/gc-arcfour (Makefile.am): Likewise.
4615         * modules/gc-des (Makefile.am): Likewise.
4616         * modules/gc-hmac-md5 (Makefile.am): Likewise.
4617         * modules/gc-hmac-sha1 (Makefile.am): Likewise.
4618         * modules/gc-md4 (Makefile.am): Likewise.
4619         * modules/gc-pbkdf2-sha1 (Makefile.am): Likewise.
4620         * modules/gc-sha1 (Makefile.am): Likewise.
4621         * modules/gc (Makefile.am): Likewise.
4622         * modules/getaddrinfo (Makefile.am): Likewise.
4623         * modules/getcwd (Makefile.am): Likewise.
4624         * modules/getdelim (Makefile.am): Likewise.
4625         * modules/getdomainname (Makefile.am): Likewise.
4626         * modules/getgroups (Makefile.am): Likewise.
4627         * modules/gethostname (Makefile.am): Likewise.
4628         * modules/gethrxtime (Makefile.am): Likewise.
4629         * modules/getline (Makefile.am): Likewise.
4630         * modules/getloadavg (Makefile.am): Likewise.
4631         * modules/getlogin_r (Makefile.am): Likewise.
4632         * modules/getndelim2 (Makefile.am): Likewise.
4633         * modules/getopt (Makefile.am): Likewise.
4634         * modules/getpagesize (Makefile.am): Likewise.
4635         * modules/getpass-gnu (Makefile.am): Likewise.
4636         * modules/getpass (Makefile.am): Likewise.
4637         * modules/getsubopt (Makefile.am): Likewise.
4638         * modules/gettime (Makefile.am): Likewise.
4639         * modules/gettimeofday (Makefile.am): Likewise.
4640         * modules/getugroups (Makefile.am): Likewise.
4641         * modules/getusershell (Makefile.am): Likewise.
4642         * modules/glob (Makefile.am): Likewise.
4643         * modules/group-member (Makefile.am): Likewise.
4644         * modules/hard-locale (Makefile.am): Likewise.
4645         * modules/hash (Makefile.am): Likewise.
4646         * modules/hmac-md5 (Makefile.am): Likewise.
4647         * modules/hmac-sha1 (Makefile.am): Likewise.
4648         * modules/human (Makefile.am): Likewise.
4649         * modules/idcache (Makefile.am): Likewise.
4650         * modules/imaxabs (Makefile.am): Likewise.
4651         * modules/imaxdiv (Makefile.am): Likewise.
4652         * modules/inet_ntop (Makefile.am): Likewise.
4653         * modules/inet_pton (Makefile.am): Likewise.
4654         * modules/intprops (Makefile.am): Likewise.
4655         * modules/inttostr (Makefile.am): Likewise.
4656         * modules/inttypes (Makefile.am): Likewise.
4657         * modules/isapipe (Makefile.am): Likewise.
4658         * modules/javaversion (Makefile.am): Likewise.
4659         * modules/lchmod (Makefile.am): Likewise.
4660         * modules/lchown (Makefile.am): Likewise.
4661         * modules/localcharset (Makefile.am): Likewise.
4662         * modules/long-options (Makefile.am): Likewise.
4663         * modules/lstat (Makefile.am): Likewise.
4664         * modules/malloc (Makefile.am): Likewise.
4665         * modules/mathl (Makefile.am): Likewise.
4666         * modules/mbchar (Makefile.am): Likewise.
4667         * modules/md2 (Makefile.am): Likewise.
4668         * modules/md4 (Makefile.am): Likewise.
4669         * modules/md5 (Makefile.am): Likewise.
4670         * modules/memcasecmp (Makefile.am): Likewise.
4671         * modules/memchr (Makefile.am): Likewise.
4672         * modules/memcmp (Makefile.am): Likewise.
4673         * modules/memcoll (Makefile.am): Likewise.
4674         * modules/memcpy (Makefile.am): Likewise.
4675         * modules/memmem (Makefile.am): Likewise.
4676         * modules/memmove (Makefile.am): Likewise.
4677         * modules/mempcpy (Makefile.am): Likewise.
4678         * modules/memrchr (Makefile.am): Likewise.
4679         * modules/memset (Makefile.am): Likewise.
4680         * modules/memxor (Makefile.am): Likewise.
4681         * modules/mkancesdirs (Makefile.am): Likewise.
4682         * modules/mkdir-p (Makefile.am): Likewise.
4683         * modules/mkdir (Makefile.am): Likewise.
4684         * modules/mkdtemp (Makefile.am): Likewise.
4685         * modules/mkstemp (Makefile.am): Likewise.
4686         * modules/mktime (Makefile.am): Likewise.
4687         * modules/modechange (Makefile.am): Likewise.
4688         * modules/mountlist (Makefile.am): Likewise.
4689         * modules/nanosleep (Makefile.am): Likewise.
4690         * modules/obstack (Makefile.am): Likewise.
4691         * modules/openat (Makefile.am): Likewise.
4692         * modules/pagealign_alloc (Makefile.am): Likewise.
4693         * modules/pathmax (Makefile.am): Likewise.
4694         * modules/physmem (Makefile.am): Likewise.
4695         * modules/poll (Makefile.am): Likewise.
4696         * modules/posixtm (Makefile.am): Likewise.
4697         * modules/posixver (Makefile.am): Likewise.
4698         * modules/putenv (Makefile.am): Likewise.
4699         * modules/quote (Makefile.am): Likewise.
4700         * modules/quotearg (Makefile.am): Likewise.
4701         * modules/raise (Makefile.am): Likewise.
4702         * modules/read-file (Makefile.am): Likewise.
4703         * modules/readline (Makefile.am): Likewise.
4704         * modules/readlink (Makefile.am): Likewise.
4705         * modules/readtokens (Makefile.am): Likewise.
4706         * modules/readutmp (Makefile.am): Likewise.
4707         * modules/realloc (Makefile.am): Likewise.
4708         * modules/regex (Makefile.am): Likewise.
4709         * modules/rename-dest-slash (Makefile.am): Likewise.
4710         * modules/rename (Makefile.am): Likewise.
4711         * modules/rijndael (Makefile.am): Likewise.
4712         * modules/rmdir (Makefile.am): Likewise.
4713         * modules/rpmatch (Makefile.am): Likewise.
4714         * modules/safe-read (Makefile.am): Likewise.
4715         * modules/safe-write (Makefile.am): Likewise.
4716         * modules/same-inode (Makefile.am): Likewise.
4717         * modules/same (Makefile.am): Likewise.
4718         * modules/save-cwd (Makefile.am): Likewise.
4719         * modules/savedir (Makefile.am): Likewise.
4720         * modules/setenv (Makefile.am): Likewise.
4721         * modules/settime (Makefile.am): Likewise.
4722         * modules/sha1 (Makefile.am): Likewise.
4723         * modules/sig2str (Makefile.am): Likewise.
4724         * modules/snprintf (Makefile.am): Likewise.
4725         * modules/stat-macros (Makefile.am): Likewise.
4726         * modules/stat-time (Makefile.am): Likewise.
4727         * modules/stdbool (Makefile.am): Likewise.
4728         * modules/stdint (Makefile.am): Likewise.
4729         * modules/stdlib-safer (Makefile.am): Likewise.
4730         * modules/stpcpy (Makefile.am): Likewise.
4731         * modules/stpncpy (Makefile.am): Likewise.
4732         * modules/strcase (Makefile.am): Likewise.
4733         * modules/strcasestr (Makefile.am): Likewise.
4734         * modules/strchrnul (Makefile.am): Likewise.
4735         * modules/strcspn (Makefile.am): Likewise.
4736         * modules/strdup (Makefile.am): Likewise.
4737         * modules/strerror (Makefile.am): Likewise.
4738         * modules/strftime (Makefile.am): Likewise.
4739         * modules/strndup (Makefile.am): Likewise.
4740         * modules/strnlen (Makefile.am): Likewise.
4741         * modules/strpbrk (Makefile.am): Likewise.
4742         * modules/strsep (Makefile.am): Likewise.
4743         * modules/strstr (Makefile.am): Likewise.
4744         * modules/strtod (Makefile.am): Likewise.
4745         * modules/strtoimax (Makefile.am): Likewise.
4746         * modules/strtok_r (Makefile.am): Likewise.
4747         * modules/strtol (Makefile.am): Likewise.
4748         * modules/strtoll (Makefile.am): Likewise.
4749         * modules/strtoul (Makefile.am): Likewise.
4750         * modules/strtoull (Makefile.am): Likewise.
4751         * modules/strtoumax (Makefile.am): Likewise.
4752         * modules/strverscmp (Makefile.am): Likewise.
4753         * modules/sys_socket (Makefile.am): Likewise.
4754         * modules/sys_stat (Makefile.am): Likewise.
4755         * modules/sysexits (Makefile.am): Likewise.
4756         * modules/time_r (Makefile.am): Likewise.
4757         * modules/timegm (Makefile.am): Likewise.
4758         * modules/timespec (Makefile.am): Likewise.
4759         * modules/tmpfile-safer (Makefile.am): Likewise.
4760         * modules/trim (Makefile.am): Likewise.
4761         * modules/unistd-safer (Makefile.am): Likewise.
4762         * modules/unlinkdir (Makefile.am): Likewise.
4763         * modules/unlocked-io (Makefile.am): Likewise.
4764         * modules/userspec (Makefile.am): Likewise.
4765         * modules/utime (Makefile.am): Likewise.
4766         * modules/utimecmp (Makefile.am): Likewise.
4767         * modules/utimens (Makefile.am): Likewise.
4768         * modules/vasnprintf (Makefile.am): Likewise.
4769         * modules/vasprintf (Makefile.am): Likewise.
4770         * modules/vsnprintf (Makefile.am): Likewise.
4771         * modules/xalloc (Makefile.am): Likewise.
4772         * modules/xgetcwd (Makefile.am): Likewise.
4773         * modules/xnanosleep (Makefile.am): Likewise.
4774         * modules/xreadlink (Makefile.am): Likewise.
4775         * modules/xstrtod (Makefile.am): Likewise.
4776         * modules/xstrtol (Makefile.am): Likewise.
4777         * modules/xstrtold (Makefile.am): Likewise.
4778         * modules/yesno (Makefile.am): Likewise.
4779         * modules/getdate (Makefile.am): Don't add getdate.h to EXTRA_DIST.
4780
4781 2006-10-12  Paul Eggert  <eggert@cs.ucla.edu>
4782
4783         * modules/error (Makefile.am): Distribute files through
4784         EXTRA_DIST, not lib_SOURCES.
4785
4786 2006-10-12  Eric Blake  <ebb9@byu.net>
4787
4788         * modules/error (Makefile.am): Distribute files in /lib.
4789         * modules/obstack (Makefile.am): Likewise.
4790
4791 2006-10-12  Bruno Haible  <bruno@clisp.org>
4792
4793         * modules/acl (Makefile.am): Distribute all files in lib/ through
4794         EXTRA_DIST.
4795         * modules/arcfour (Makefile.am): Likewise.
4796         * modules/arctwo (Makefile.am): Likewise.
4797         * modules/argmatch (Makefile.am): Likewise.
4798         * modules/argz (Makefile.am): Likewise.
4799         * modules/atexit (Makefile.am): Likewise.
4800         * modules/backupfile (Makefile.am): Likewise.
4801         * modules/c-strtod (Makefile.am): Likewise.
4802         * modules/c-strtold (Makefile.am): Likewise.
4803         * modules/calloc (Makefile.am): Likewise.
4804         * modules/canon-host (Makefile.am): Likewise.
4805         * modules/canonicalize (Makefile.am): Likewise.
4806         * modules/chdir-long (Makefile.am): Likewise.
4807         * modules/chdir-safer (Makefile.am): Likewise.
4808         * modules/check-version (Makefile.am): Likewise.
4809         * modules/chown (Makefile.am): Likewise.
4810         * modules/cloexec (Makefile.am): Likewise.
4811         * modules/close-stream (Makefile.am): Likewise.
4812         * modules/closeout (Makefile.am): Likewise.
4813         * modules/crc (Makefile.am): Likewise.
4814         * modules/cycle-check (Makefile.am): Likewise.
4815         * modules/des (Makefile.am): Likewise.
4816         * modules/dirfd (Makefile.am): Likewise.
4817         * modules/dirname (Makefile.am): Likewise.
4818         * modules/dup2 (Makefile.am): Likewise.
4819         * modules/euidaccess (Makefile.am): Likewise.
4820         * modules/exclude (Makefile.am): Likewise.
4821         * modules/exitfail (Makefile.am): Likewise.
4822         * modules/fcntl-safer (Makefile.am): Likewise.
4823         * modules/file-type (Makefile.am): Likewise.
4824         * modules/fileblocks (Makefile.am): Likewise.
4825         * modules/filemode (Makefile.am): Likewise.
4826         * modules/filenamecat (Makefile.am): Likewise.
4827         * modules/fnmatch (Makefile.am): Likewise.
4828         * modules/fopen-safer (Makefile.am): Likewise.
4829         * modules/fpending (Makefile.am): Likewise.
4830         * modules/fprintftime (Makefile.am): Likewise.
4831         * modules/free (Makefile.am): Likewise.
4832         * modules/fsusage (Makefile.am): Likewise.
4833         * modules/ftruncate (Makefile.am): Likewise.
4834         * modules/fts (Makefile.am): Likewise.
4835         * modules/gc (Makefile.am): Likewise.
4836         * modules/gc-pbkdf2-sha1 (Makefile.am): Likewise.
4837         * modules/getaddrinfo (Makefile.am): Likewise.
4838         * modules/getcwd (Makefile.am): Likewise.
4839         * modules/getdelim (Makefile.am): Likewise.
4840         * modules/getdomainname (Makefile.am): Likewise.
4841         * modules/getgroups (Makefile.am): Likewise.
4842         * modules/gethostname (Makefile.am): Likewise.
4843         * modules/gethrxtime (Makefile.am): Likewise.
4844         * modules/getline (Makefile.am): Likewise.
4845         * modules/getloadavg (Makefile.am): Likewise.
4846         * modules/getlogin_r (Makefile.am): Likewise.
4847         * modules/getopt (Makefile.am): Likewise.
4848         * modules/getpass (Makefile.am): Likewise.
4849         * modules/getpass-gnu (Makefile.am): Likewise.
4850         * modules/getsubopt (Makefile.am): Likewise.
4851         * modules/gettime (Makefile.am): Likewise.
4852         * modules/gettimeofday (Makefile.am): Likewise.
4853         * modules/getugroups (Makefile.am): Likewise.
4854         * modules/getusershell (Makefile.am): Likewise.
4855         * modules/glob (Makefile.am): Likewise.
4856         * modules/group-member (Makefile.am): Likewise.
4857         * modules/hard-locale (Makefile.am): Likewise.
4858         * modules/hash (Makefile.am): Likewise.
4859         * modules/hmac-md5 (Makefile.am): Likewise.
4860         * modules/hmac-sha1 (Makefile.am): Likewise.
4861         * modules/human (Makefile.am): Likewise.
4862         * modules/idcache (Makefile.am): Likewise.
4863         * modules/imaxabs (Makefile.am): Likewise.
4864         * modules/imaxdiv (Makefile.am): Likewise.
4865         * modules/inet_ntop (Makefile.am): Likewise.
4866         * modules/inet_pton (Makefile.am): Likewise.
4867         * modules/inttostr (Makefile.am): Likewise.
4868         * modules/isapipe (Makefile.am): Likewise.
4869         * modules/lchown (Makefile.am): Likewise.
4870         * modules/long-options (Makefile.am): Likewise.
4871         * modules/lstat (Makefile.am): Likewise.
4872         * modules/malloc (Makefile.am): Likewise.
4873         * modules/mathl (Makefile.am): Likewise.
4874         * modules/mbchar (Makefile.am): Likewise.
4875         * modules/md2 (Makefile.am): Likewise.
4876         * modules/md4 (Makefile.am): Likewise.
4877         * modules/md5 (Makefile.am): Likewise.
4878         * modules/memcasecmp (Makefile.am): Likewise.
4879         * modules/memchr (Makefile.am): Likewise.
4880         * modules/memcmp (Makefile.am): Likewise.
4881         * modules/memcoll (Makefile.am): Likewise.
4882         * modules/memcpy (Makefile.am): Likewise.
4883         * modules/memmem (Makefile.am): Likewise.
4884         * modules/memmove (Makefile.am): Likewise.
4885         * modules/mempcpy (Makefile.am): Likewise.
4886         * modules/memrchr (Makefile.am): Likewise.
4887         * modules/memset (Makefile.am): Likewise.
4888         * modules/memxor (Makefile.am): Likewise.
4889         * modules/mkancesdirs (Makefile.am): Likewise.
4890         * modules/mkdir (Makefile.am): Likewise.
4891         * modules/mkdir-p (Makefile.am): Likewise.
4892         * modules/mkdtemp (Makefile.am): Likewise.
4893         * modules/mkstemp (Makefile.am): Likewise.
4894         * modules/mktime (Makefile.am): Likewise.
4895         * modules/modechange (Makefile.am): Likewise.
4896         * modules/mountlist (Makefile.am): Likewise.
4897         * modules/nanosleep (Makefile.am): Likewise.
4898         * modules/openat (Makefile.am): Likewise.
4899         * modules/pagealign_alloc (Makefile.am): Likewise.
4900         * modules/physmem (Makefile.am): Likewise.
4901         * modules/poll (Makefile.am): Likewise.
4902         * modules/posixtm (Makefile.am): Likewise.
4903         * modules/posixver (Makefile.am): Likewise.
4904         * modules/putenv (Makefile.am): Likewise.
4905         * modules/quote (Makefile.am): Likewise.
4906         * modules/quotearg (Makefile.am): Likewise.
4907         * modules/raise (Makefile.am): Likewise.
4908         * modules/read-file (Makefile.am): Likewise.
4909         * modules/readline (Makefile.am): Likewise.
4910         * modules/readlink (Makefile.am): Likewise.
4911         * modules/readtokens (Makefile.am): Likewise.
4912         * modules/readutmp (Makefile.am): Likewise.
4913         * modules/realloc (Makefile.am): Likewise.
4914         * modules/regex (Makefile.am): Likewise.
4915         * modules/rename (Makefile.am): Likewise.
4916         * modules/rename-dest-slash (Makefile.am): Likewise.
4917         * modules/rijndael (Makefile.am): Likewise.
4918         * modules/rmdir (Makefile.am): Likewise.
4919         * modules/rpmatch (Makefile.am): Likewise.
4920         * modules/safe-read (Makefile.am): Likewise.
4921         * modules/safe-write (Makefile.am): Likewise.
4922         * modules/same (Makefile.am): Likewise.
4923         * modules/save-cwd (Makefile.am): Likewise.
4924         * modules/savedir (Makefile.am): Likewise.
4925         * modules/setenv (Makefile.am): Likewise.
4926         * modules/settime (Makefile.am): Likewise.
4927         * modules/sha1 (Makefile.am): Likewise.
4928         * modules/sig2str (Makefile.am): Likewise.
4929         * modules/snprintf (Makefile.am): Likewise.
4930         * modules/stdlib-safer (Makefile.am): Likewise.
4931         * modules/stpcpy (Makefile.am): Likewise.
4932         * modules/stpncpy (Makefile.am): Likewise.
4933         * modules/strcase (Makefile.am): Likewise.
4934         * modules/strcasestr (Makefile.am): Likewise.
4935         * modules/strchrnul (Makefile.am): Likewise.
4936         * modules/strcspn (Makefile.am): Likewise.
4937         * modules/strdup (Makefile.am): Likewise.
4938         * modules/strerror (Makefile.am): Likewise.
4939         * modules/strftime (Makefile.am): Likewise.
4940         * modules/strndup (Makefile.am): Likewise.
4941         * modules/strnlen (Makefile.am): Likewise.
4942         * modules/strpbrk (Makefile.am): Likewise.
4943         * modules/strsep (Makefile.am): Likewise.
4944         * modules/strstr (Makefile.am): Likewise.
4945         * modules/strtod (Makefile.am): Likewise.
4946         * modules/strtoimax (Makefile.am): Likewise.
4947         * modules/strtok_r (Makefile.am): Likewise.
4948         * modules/strtol (Makefile.am): Likewise.
4949         * modules/strtoll (Makefile.am): Likewise.
4950         * modules/strtoul (Makefile.am): Likewise.
4951         * modules/strtoull (Makefile.am): Likewise.
4952         * modules/strtoumax (Makefile.am): Likewise.
4953         * modules/strverscmp (Makefile.am): Likewise.
4954         * modules/time_r (Makefile.am): Likewise.
4955         * modules/timegm (Makefile.am): Likewise.
4956         * modules/tmpfile-safer (Makefile.am): Likewise.
4957         * modules/unistd-safer (Makefile.am): Likewise.
4958         * modules/unlinkdir (Makefile.am): Likewise.
4959         * modules/userspec (Makefile.am): Likewise.
4960         * modules/utime (Makefile.am): Likewise.
4961         * modules/utimecmp (Makefile.am): Likewise.
4962         * modules/utimens (Makefile.am): Likewise.
4963         * modules/vasnprintf (Makefile.am): Likewise.
4964         * modules/vasprintf (Makefile.am): Likewise.
4965         * modules/vsnprintf (Makefile.am): Likewise.
4966         * modules/xalloc (Makefile.am): Likewise.
4967         * modules/xgetcwd (Makefile.am): Likewise.
4968         * modules/xnanosleep (Makefile.am): Likewise.
4969         * modules/xreadlink (Makefile.am): Likewise.
4970         * modules/xstrtod (Makefile.am): Likewise.
4971         * modules/xstrtol (Makefile.am): Likewise.
4972         * modules/xstrtold (Makefile.am): Likewise.
4973         * modules/yesno (Makefile.am): Likewise.
4974
4975 2006-10-12  Jim Meyering  <jim@meyering.net>
4976
4977         * m4/getloadavg.m4: Revert the change below.
4978
4979         * m4/getloadavg.m4 (gl_GETLOADAVG): Test for the existence of
4980         lib/getloadavg.c using "ls -L", not "test -f".  The latter would
4981         fail with a symlink, which is what coreutils' ./bootstrap now
4982         creates by default.
4983
4984 2006-10-12  Bruno Haible  <bruno@clisp.org>
4985
4986         * lib/inttypes_.h (_LONG_LONG_FORMAT_PREFIX): Don't define for MSVC or
4987         mingw.
4988         (_PRI64_PREFIX, _PRIu64_PREFIX, _SCN64_PREFIX, _SCNu64_PREFIX): Handle
4989         MSVC and mingw explicitly.
4990
4991 2006-10-11  Simon Josefsson  <jas@extundo.com>
4992             Bruno Haible  <bruno@clisp.org>
4993
4994         Add support for multiple gnulib-tool invocations in the scope of a
4995         single configure.ac file.
4996         * gnulib-tool (func_emit_lib_Makefile_am): In the _LIBADD variable,
4997         use a private [LT]LIBOBJS variant. Define a _DEPENDENCIES variable
4998         with the same contents as the _LIBADD variable.
4999         (func_emit_initmacro_start, func_emit_initmacro_end,
5000         func_emit_initmacro_done): New functions.
5001         (func_import, func_create_testdir): Invoke them. Allow the identifiers
5002         gl_LIBOBJS and gl_LTLIBOBJS.
5003
5004 2006-10-11  Bruno Haible  <bruno@clisp.org>
5005
5006         * gnulib-tool (GETTEXTPATH, AUTOHEADER, AUTOPOINT): New variables.
5007         (func_create_testdir): Don't create po/Makefile.am, don't invoke
5008         autoreconf. Instead, invoke autopoint explicitly but move back the
5009         *.m4 files from gnulib.
5010
5011 2006-10-11  Bruno Haible  <bruno@clisp.org>
5012
5013         * gnulib-tool (func_usage): Make module names after --create-testdir
5014         optional.
5015         (func_create_testdir): If no module was specified, use nearly all
5016         modules.
5017
5018 2006-10-12  Jim Meyering  <jim@meyering.net>
5019
5020         Big performance improvement for fts-based tools that use FTS_NOSTAT.
5021         Avoid spurious inode-mismatch problems on non-POSIX file systems.
5022         Details: http://article.gmane.org/gmane.comp.lib.gnulib.bugs/7416
5023         * lib/fts_.h (FTS_DEFER_STAT): Define new flag.
5024         (FTS_OPTIONMASK): Extend the mask to reflect this addition.
5025         * lib/fts.c (DT_IS_KNOWN, DT_MUST_BE): Define.
5026         (FTS_NO_STAT_REQUIRED, FTS_STAT_REQUIRED): Define.
5027         (fts_set_stat_required): New function.
5028         (fts_open): Defer the calls to fts_stat, if possible or requested.
5029         Move the code that maps a command-line fts_info value FTS_DOT to FTS_D
5030         into fts_stat itself.
5031         (fts_read): Perform any required (deferred) fts_stat call.
5032         (fts_build): Likewise, for the directory we're about to open and read.
5033         In the readdir loop, carefully decide whether each entry will require
5034         an eventual call to fts_stat, using dirent.d_type info if available.
5035         (fts_stat): Move the test for whether to honor FTS_COMFOLLOW on
5036         a command line argument into this function.  Update all callers.
5037         Map a return value of FTS_DOT to FTS_D for a command line argument.
5038         * modules/fts (Depends-on): Add d-type.  Alphabetize.
5039         Thanks to Miklos Szeredi for his tenacity and for the initial
5040         bug report about "find" failing on a FUSE-based file system.
5041
5042         * lib/fts.c (fts_open): Use consistent indentation.
5043
5044 2006-10-12  Paul Eggert  <eggert@cs.ucla.edu>
5045
5046         * m4/extensions.m4 (AC_USE_SYSTEM_EXTENSIONS): Renamed from
5047         gl_USE_SYSTEM_EXTENSIONS, to fix a coreutils bootstrap failure
5048         reported by Jim Meyering.  All uses of cache variables renamed
5049         to match Autoconf's.
5050         (gl_USE_SYSTEM_EXTENSIONS): New macro, which simply requires
5051         the other one.
5052
5053         * m4/rename-dest-slash.m4 (gl_FUNC_RENAME_TRAILING_DEST_SLASH):
5054         Fix misspelling in diagnostic.
5055
5056 2006-10-11  Paul Eggert  <eggert@cs.ucla.edu>
5057
5058         * lib/mkdir-p.c (HAVE_FCHMOD): Define to false if not already
5059         defined.  Problem reported by Matthew Woehlke.
5060
5061         * lib/inttypes_.h (_LONG_LONG_FORMAT_PREFIX): New macro.
5062         Add support for Tandem NonStop R series.
5063         (_PRI64_PREFIX, _PRIu64_PREFIX, _SCN64_PREFIX, _SCNu64_PREFIX):
5064         Use new macro.
5065
5066         * lib/rename-dest-slash.c: Include stdbool.h but not string.h.
5067         (has_trailing_slash): Omit size arg; all callers changed.
5068         Omit 'inline', since it doesn't help performance and we'd
5069         need to configure it.
5070         Don't count //, ///, etc. as having a trailing slash.
5071         As a side effect, this removes a C99ism reported by Matthew Woehlke.
5072         (rpl_rename_dest_slash): On failure, use rename's errno rather
5073         than (in some cases) an incorrect or junk errno.
5074         Simplify code by removing need to compute length; this does
5075         cause it to make two passes instead of one over the file name,
5076         but it's worth it.
5077
5078         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Undo previous
5079         change, since Autoconf's version may no longer be appropriate now
5080         that we are using CVS Autoconf's version.  Add support for Tandem.
5081
5082 2006-10-11  Paul Eggert  <eggert@cs.ucla.edu>
5083             Bruno Haible  <bruno@clisp.org>
5084
5085         * lib/allocsa.h (sa_alignment_longlong, sa_alignment_max): Test
5086         HAVE_LONG_LONG_INT instead of HAVE_LONG_LONG.
5087         * m4/allocsa.m4 (gl_ALLOCSA): Invoke AC_TYPE_LONG_LONG_INT instead of
5088         gl_AC_TYPE_LONG_LONG.
5089
5090         * lib/printf-args.h (arg_type, argument): Test HAVE_LONG_LONG_INT
5091         instead of HAVE_LONG_LONG.
5092         * lib/printf-args.c (printf_fetchargs): Likewise.
5093         * lib/printf-parse.c (PRINTF_PARSE): Likewise.
5094         * lib/vasnprintf.c (VASNPRINTF): Likewise.
5095         * m4/vasnprintf.m4 (gl_PREREQ_PRINTF_ARGS, gl_PREREQ_PRINTF_PARSE,
5096         gl_PREREQ_VASNPRINTF): Invoke AC_TYPE_LONG_LONG_INT instead of
5097         gl_AC_TYPE_LONG_LONG.
5098
5099 2006-10-11  Bruno Haible  <bruno@clisp.org>
5100
5101         * m4/longlong.m4: Add comments.
5102         * m4/ulonglong.m4: Likewise.
5103
5104 2006-10-10  Bruno Haible  <bruno@clisp.org>
5105
5106         Make it possible to #define stpcpy, strdup to aliases.
5107         * lib/stpcpy.c (stpcpy) [!_LIBC]: Don't undefine.
5108         * lib/strdup.c (strdup) [!_LIBC]: Don't undefine.
5109
5110 2006-10-10  Bruno Haible  <bruno@clisp.org>
5111
5112         Make it possible to #define gcd to an alias.
5113         * lib/gcd.c: Include config.h.
5114
5115 2006-10-10  Bruno Haible  <bruno@clisp.org>
5116
5117         Make it possible to #define c_isascii to an alias.
5118         * lib/c-ctype.h: Don't define the macros if NO_C_CTYPE_MACROS is
5119         defined. Undefine the macros before defining them, to avoid gcc
5120         warnings.
5121         * lib/c-ctype.c: Include config.h. Don't undefine the macros; instead,
5122         define NO_C_CTYPE_MACROS early.
5123
5124 2006-10-10  Bruno Haible  <bruno@clisp.org>
5125
5126         Make it possible to #define set_program_name to an alias.
5127         * lib/progname.c: Don't undefine set_program_name; instead, undefine
5128         ENABLE_RELOCATABLE early.
5129
5130 2006-10-10  Paul Eggert  <eggert@cs.ucla.edu>
5131
5132         Port to Tandem NSK OSS, which has 64-bit signed int but at most
5133         32-bit unsigned int.  Problem reported by Matthew Woehlke in:
5134         http://lists.gnu.org/archive/html/bug-coreutils/2006-10/msg00062.html
5135         More generally, don't assume that 64-bit signed int is available
5136         if unsigned int is, and vice versa.
5137         * lib/inttypes_.h (_PRIu64_PREFIX, _SCNu64_PREFIX): Depend on
5138         unsigned symbols, not on their signed counterparts.
5139         * lib/stdint_.h (uint64_t, uint_least64_t, uint_fast64_t, uintmax_t):
5140         (UINT64_MAX, UINT_LEAST64_MAX, UINT_FAST64_MAX, UINTMAX_MAX):
5141         (UINT64_C, UINTMAX_C):
5142         Likewise.
5143         * lib/strtoimax.c (strtoll): Depend on signed symbols, not their
5144         unsigned counterparts.
5145         (Have_long_long, Unsigned): New macros.
5146         (Int): Renamed from INT.
5147         (strtoimax): Use the new macros.
5148         * m4/stdint.m4 (gl_STDINT_H): Require AC_TYPE_UNSIGNED_LONG_LONG_INT
5149         and substitute HAVE_UNSIGNED_LONG_LONG_INT.
5150         * modules/inttypes (inttypes.h): Substitute
5151         HAVE_UNSIGNED_LONG_LONG_INT.
5152         * modules/stdint (stdint.h): Likewise.
5153         (Files): Add m4/ulonglong.m4.
5154
5155 2006-10-10  Bruno Haible  <bruno@clisp.org>
5156
5157         Fix a gcc -Wshadow warning.
5158         * lib/gl_anyhash_list2.h (hash_resize): Rename local variable 'index'
5159         to 'bucket'.
5160         * lib/gl_anylinked_list2.h (gl_linked_search_from_to,
5161         gl_linked_indexof_from_to): Likewise.
5162         * lib/gl_linkedhash_list.c (add_to_bucket, remove_from_bucket):
5163         Likewise.
5164         * lib/gl_anytreehash_list1.h (add_to_bucket, remove_from_bucket):
5165         Likewise.
5166         * lib/gl_anytreehash_list2.h (gl_tree_search_from_to): Likewise.
5167         Reported by Eric Blake.
5168
5169 2006-10-09  Paul Eggert  <eggert@cs.ucla.edu>
5170
5171         * lib/filemode.h [HAVE_DECL_STRMODE]: Include unistd.h too,
5172         for NetBSD.  Problem reported by Bruno Haible.
5173
5174 2006-10-09  Jim Meyering  <jim@meyering.net>
5175
5176         * lib/lchown.c: Include <sys/stat.h> before "stat-macros.h".
5177         Patch from Bruno Haible.
5178
5179 2006-10-09  Jim Meyering  <jim@meyering.net>
5180
5181         * lib/fts-cycle.c (leave_dir): When "leaving" a top level directory due
5182         to FTS_SKIP, don't copy the parent's uninitialized dev/ino values.
5183         Trigger with e.g., mkdir d && valgrind ./chmod u+rwx d d
5184
5185 2006-10-08  Paul Eggert  <eggert@cs.ucla.edu>
5186
5187         Don't include <config.h> twice; this doesn't work in some cases,
5188         e.g., when config.h has "#define intmax_t long long int" and
5189         we include <config.h>, <inttypes.h>, <config.h> in that order.
5190         Problem reported by Matthew Woehlke in:
5191         http://lists.gnu.org/archive/html/bug-coreutils/2006-10/msg00073.html
5192         * lib/fprintftime.c: Don't include config.h or fprintftime.h.
5193         * lib/fts-cycle.c: Don't include config.h.
5194         * lib/strftime.c: Include fprintftime.h if FPRINTFTIME is defined.
5195         * lib/xstrtoimax.c: Remove copyright notice since it's short tnow.
5196         Don't include config.h or xstrtol.h.  Define STRTOL_T_MINIMUM
5197         and STRTOL_T_MAXIMUM unconditionally, since we now assume gnulib
5198         inttypes.h.
5199         * lib/xstrtoumax.c: Likewise.
5200         * lib/xstrtol.c: Include config.h and xstrtol.h after defining
5201         __strtol and the like, so that this module is more like its siblings.
5202         (STRTOL_T_MINIMUM, STRTOL_T_MAXIMUM) [! defined STRTOL_T_MINIMUM]:
5203         Remove; no longer needed now that we assume gnulib inttypes.h.
5204
5205 2006-10-08  Bruno Haible  <bruno@clisp.org>
5206
5207         * doc/gnulib-tool.texi: Emphasize the drawbacks of the --symlink
5208         option.
5209
5210 2006-10-07  Jim Meyering  <jim@meyering.net>
5211
5212         * modules/inttypes (inttypes.h): Revert what seems to have been
5213         an inadvertent part of today's change: use "|", not "/" in the
5214         substitution for the "/"-containing string, $(ABSOLUTE_INTTYPES_H).
5215
5216 2006-10-07  Bruno Haible  <bruno@clisp.org>
5217
5218         * modules/sublist: New file.
5219
5220 2006-10-07  Bruno Haible  <bruno@clisp.org>
5221
5222         * modules/alloca-opt (alloca.h): Add a "DO NOT EDIT" comment.
5223         * modules/argz (argz.h): Likewise.
5224         * modules/arpa_inet (arpa/inet.h): Likewise.
5225         * modules/byteswap (byteswap.h): Likewise.
5226         * modules/configmake (configmake.h): Likewise.
5227         * modules/fcntl (fcntl.h): Likewise.
5228         * modules/fnmatch (fnmatch.h): Likewise.
5229         * modules/getopt (getopt.h): Likewise.
5230         * modules/glob (glob.h): Likewise.
5231         * modules/inttypes (inttypes.h): Likewise.
5232         * modules/netinet_in (netinet/in.h): Likewise.
5233         * modules/poll (poll.h): Likewise.
5234         * modules/stdbool (stdbool.h): Likewise.
5235         * modules/stdint (stdint.h): Likewise.
5236         * modules/sys_select (sys/select.h): Likewise.
5237         * modules/sys_socket (sys/socket.h): Likewise.
5238         * modules/sys_stat (sys/stat.h): Likewise.
5239         * modules/sysexits (sysexits.h): Likewise.
5240         * modules/unistd (unistd.h): Likewise.
5241         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
5242         Add a "DO NOT EDIT" comment to the generated file.
5243         (func_import): Likewise for gnulib-comp.m4.
5244
5245 2006-10-07  Bruno Haible  <bruno@clisp.org>
5246
5247         * lib/gl_sublist.h: New file.
5248         * lib/gl_sublist.c: New file.
5249
5250 2006-10-06  Paul Eggert  <eggert@cs.ucla.edu>
5251
5252         * lib/mkancesdirs.c (mkancesdirs): Pass to MAKE_DIR both the full file
5253         name (relative to the original working directory) and the file
5254         name component (relative to the temporary working directory).  All
5255         callers changed.
5256         * lib/mkancesdirs.h (mkancesdirs): Adjust prototype to match.
5257         * lib/mkdir-p.c (make_dir_parents): Likewise.
5258         * lib/mkdir-p.h (make_dir_parents): Likewise.
5259
5260 2006-10-06  Eric Blake  <ebb9@byu.net>
5261
5262         Define several macros for use by the clean-temp module.
5263         * m4/close-stream.m4 (gl_CLOSE_STREAM): Define GNULIB_CLOSE_STREAM.
5264         * m4/fcntl-safer.m4 (gl_FCNTL_SAFER): Define GNULIB_FCNTL_SAFER.
5265         * m4/stdio-safer.m4 (gl_FOPEN_SAFER): Define GNULIB_FOPEN_SAFER.
5266
5267         * lib/clean-temp.h (close_stream_temp): New declaration.
5268         * lib/clean-temp.c (includes): Pull in headers according to what
5269         other modules are in use.
5270         (close_stream_temp) [GNULIB_CLOSE_STREAM]: New function.
5271
5272 2006-10-06  Bruno Haible  <bruno@clisp.org>
5273
5274         * lib/javacomp.c (write_temp_file): Use fopen_temp, fwriteerror_temp
5275         instead of fopen, fwriteerror.
5276
5277 2006-10-06  Bruno Haible  <bruno@clisp.org>
5278
5279         * lib/clean-temp.h (cleanup_temp_file, cleanup_temp_subdir,
5280         cleanup_temp_dir_contents, cleanup_temp_dir): Change return type to
5281         int.
5282         * lib/clean-temp.c (do_unlink, do_rmdir, cleanup_temp_file,
5283         cleanup_temp_subdir, cleanup_temp_dir_contents, cleanup_temp_dir):
5284         Return an error indicator.
5285         Suggested by Eric Blake.
5286
5287 2006-10-06  Bruno Haible  <bruno@clisp.org>
5288
5289         * lib/clean-temp.c (PATH_MAX): Provide a fallback for GNU Hurd.
5290         Reported by Eric Blake.
5291
5292 2006-10-06  Bruno Haible  <bruno@clisp.org>
5293
5294         * modules/closeout (Description): Mention stderr too.
5295
5296 2006-10-06  Bruno Haible  <bruno@clisp.org>
5297         and Paul Eggert  <eggert@cs.ucla.edu>
5298
5299         * lib/closeout.c (close_stdout): Also close stderr.
5300         * lib/closeout.h: Update comment.
5301
5302 2006-10-05  Paul Eggert  <eggert@cs.ucla.edu>
5303
5304         Fix some Darwin-7.9.0 porting problems reported by Bruno Haible in
5305         <http://lists.gnu.org/archive/html/bug-coreutils/2006-10/msg00063.html>.
5306         * lib/dirchownmod.c: Include lchown.h.
5307         * lib/lchown.c: Don't include files that lchown.h now includes.
5308         Don't declare chown, since lchown.h now does that.
5309         * lib/lchown.h: Include errno.h, sys/types.h, unistd.h.
5310         (lchown): Define to rpl_chown if lchown is declared but
5311         does not exist.  Declare using a prototype if lchown is not
5312         declared.  Add a copyright notice.
5313         * lib/mkstemp.h: Include <unistd.h>.
5314         * lib/openat.c: Include lchown.h.
5315
5316         * lib/fcntl_.h (O_NOFOLLOW): Don't depend on O_NOFOLLOW_IS_INEFFECTIVE;
5317         we now test for that separately.
5318         * lib/fts.c (fts_safe_changedir): Inspect HAVE_WORKING_O_NOFOLLOW
5319         rather than O_NOFOLLOW, when testing whether it's possible to
5320         avoid a race condition reliably.
5321         * lib/savewd.c (savewd_chdir): Likewise.
5322
5323         Remove macros that are no longer needed now that stdint.h is
5324         reliable.
5325         * lib/fsusage.c (UINTMAX_MAX): Remove.
5326         * lib/human.c (SIZE_MAX, UINTMAX_MAX): Remove.
5327         * lib/utimecmp.c (SIZE_MAX): Remove.
5328
5329         * m4/lchown.m4 (gl_FUNC_LCHOWN): Check whether lchown is declared.
5330
5331         * m4/fcntl_h.m4 (gl_FCNTL_H): Define HAVE_WORKING_O_NOFOLLOW instead
5332         of O_NOFOLLOW_IS_INEFFECTIVE.  Define HAVE_WORKING_O_NOATIME if
5333         O_NOATIME works.
5334
5335 2006-10-05  Bruno Haible  <bruno@clisp.org>
5336
5337         * lib/gl_list.h (gl_sortedlist_search_from_to,
5338         gl_sortedlist_indexof_from_to): New declarations.
5339         (gl_list_implementation): New fields sortedlist_search_from_to,
5340         sortedlist_indexof_from_to.
5341         (gl_sortedlist_search_from_to, gl_sortedlist_indexof_from_to): New
5342         inline functions.
5343         * lib/gl_list.c (gl_sortedlist_search_from_to,
5344         gl_sortedlist_indexof_from_to): New functions.
5345         * lib/gl_array_list.c (gl_array_sortedlist_indexof_from_to): New
5346         function.
5347         (gl_array_sortedlist_indexof, gl_array_sortedlist_search): Use it.
5348         (gl_array_sortedlist_search_from_to): New function.
5349         (gl_array_list_implementation): Update.
5350         * lib/gl_carray_list.c (gl_carray_sortedlist_indexof_from_to): New
5351         function.
5352         (gl_carray_sortedlist_indexof, gl_carray_sortedlist_search): Use it.
5353         (gl_carray_sortedlist_search_from_to): New function.
5354         (gl_carray_list_implementation): Update.
5355         * lib/gl_anylinked_list2.h (gl_linked_sortedlist_search_from_to,
5356         gl_linked_sortedlist_indexof_from_to): New functions.
5357         * lib/gl_linked_list.c (gl_linked_list_implementation): Update.
5358         * lib/gl_linkedhash_list.c (gl_linkedhash_list_implementation): Update.
5359         * lib/gl_anytree_list2.h (gl_tree_sortedlist_search_from_to,
5360         gl_tree_sortedlist_indexof_from_to): New functions.
5361         * lib/gl_avltree_list.c (gl_avltree_list_implementation): Update.
5362         * lib/gl_avltreehash_list.c (gl_avltreehash_list_implementation):
5363         Update.
5364         * lib/gl_rbtree_list.c (gl_rbtree_list_implementation): Update.
5365         * lib/gl_rbtreehash_list.c (gl_avltreehash_list_implementation):
5366         Update.
5367
5368 2006-10-05  Bruno Haible  <bruno@clisp.org>
5369
5370         * lib/gl_list.h (gl_list_search_from, gl_list_search_from_to,
5371         gl_list_indexof_from, gl_list_indexof_from_to): New declarations.
5372         (struct gl_list_implementation): Add fields search_from_to,
5373         indexof_from_to. Remove fields search, indexof.
5374         (gl_list_search): Use the search_from_to method.
5375         (gl_list_search_from, gl_list_search_from_to): New functions.
5376         (gl_list_indexof): Use the indexof_from_to method.
5377         (gl_list_indexof_from, gl_list_indexof_from_to): New functions.
5378         * lib/gl_list.c (gl_list_search): Use the search_from_to method.
5379         (gl_list_search_from, gl_list_search_from_to): New functions.
5380         (gl_list_indexof): Use the indexof_from_to method.
5381         (gl_list_indexof_from, gl_list_indexof_from_to): New functions.
5382         * lib/gl_array_list.c (gl_array_indexof_from_to): Renamed from
5383         gl_array_indexof. Add start_index, end_index arguments.
5384         (gl_array_search_from_to): Renamed from gl_array_search. Add
5385         start_index, end_index arguments.
5386         (gl_array_remove, gl_array_list_implementation): Update.
5387         * lib/gl_carray_list.c (gl_carray_indexof_from_to): Renamed from
5388         gl_carray_indexof. Add start_index, end_index arguments.
5389         (gl_carray_search_from_to): Renamed from gl_carray_search. Add
5390         start_index, end_index arguments.
5391         (gl_carray_remove, gl_carray_list_implementation): Update.
5392         * lib/gl_anylinked_list2.h (gl_linked_search_from_to): Renamed from
5393         gl_linked_search. Add start_index, end_index arguments.
5394         (gl_linked_indexof_from_to): Renamed from gl_linked_indexof. Add
5395         start_index, end_index arguments.
5396         (gl_linked_remove): Update.
5397         * lib/gl_linked_list.c (gl_linked_list_implementation): Update.
5398         * lib/gl_linkedhash_list.c (gl_linkedhash_list_implementation): Update.
5399         * lib/gl_anytree_list1.h (iterstack_item_t): Change type of 'rightp'
5400         field to 'size_t'.
5401         * lib/gl_anytree_list2.h (gl_tree_search_from_to): Renamed from
5402         gl_tree_search. Add start_index, end_index arguments.
5403         (gl_tree_indexof_from_to): Renamed from gl_tree_indexof. Add
5404         start_index, end_index arguments.
5405         (gl_tree_remove): Update.
5406         * lib/gl_avltree_list.c (gl_avltree_list_implementation): Update.
5407         * lib/gl_rbtree_list.c (gl_rbtree_list_implementation): Update.
5408         * lib/gl_anytreehash_list1.h (compare_position_threshold): New
5409         function.
5410         * lib/gl_anytreehash_list2.h (gl_tree_search_from_to): Renamed from
5411         gl_tree_search. Add start_index, end_index arguments.
5412         (gl_tree_indexof_from_to): Renamed from gl_tree_indexof. Add
5413         start_index, end_index arguments.
5414         * lib/gl_avltreehash_list.c (gl_avltreehash_list_implementation):
5415         Update.
5416         * lib/gl_rbtreehash_list.c (gl_rbtreehash_list_implementation): Update.
5417
5418 2006-10-05  Bruno Haible  <bruno@clisp.org>
5419
5420         * modules/fwriteerror (configure.ac): Define GNULIB_FWRITEERROR.
5421
5422         * lib/clean-temp.h (open_temp, fopen_temp, close_temp, fclose_temp,
5423         fwriteerror_temp): New declarations.
5424         * lib/clean-temp.c (uintptr_t): Provide fallback definition.
5425         (descriptors): New variable.
5426         (cleanup): First, close the descriptors.
5427         (register_fd, unregister_fd, open_temp, fopen_temp, close_temp,
5428         fclose_temp, fwriteerror_temp): New functions.
5429
5430 2006-10-04  Jim Meyering  <jim@meyering.net>
5431
5432         * lib/fts.c (fts_open): Tiny comment change.
5433
5434 2006-10-04  Bruno Haible  <bruno@clisp.org>
5435
5436         Make it possible to invoke AC_GNU_SOURCE after gl_LOCK_EARLY.
5437         * m4/lock.m4 (gl_LOCK_EARLY_BODY): New macro, extracted code from
5438         gl_LOCK_BODY.
5439         (gl_LOCK_EARLY): Require gl_LOCK_EARLY_BODY, not gl_LOCK_BODY.
5440         (gl_LOCK_BODY): Remove settings of CPPFLAGS, now done in
5441         gl_LOCK_EARLY_BODY.
5442         (gl_LOCK): Require gl_LOCK_BODY.
5443
5444 2006-10-04  Bruno Haible  <bruno@clisp.org>
5445
5446         * lib/gl_oset.h (gl_setelement_threshold_fn): New type.
5447         (gl_oset_search_atleast): New declaration.
5448         (struct gl_oset_implementation): Add field 'search_atleast'.
5449         (gl_oset_search_atleast): New inline function.
5450         * lib/gl_oset.c (gl_oset_search_atleast): New function.
5451         * lib/gl_array_oset.c (gl_array_search_atleast): New function.
5452         (gl_array_oset_implementation): Update.
5453         * lib/gl_anytree_oset.h (gl_tree_search_atleast): New function.
5454         * lib/gl_avltree_oset.c (gl_avltree_oset_implementation): Update.
5455         * lib/gl_rbtree_oset.c (gl_rbtree_oset_implementation): Update.
5456
5457 2006-10-04  Bruno Haible  <bruno@clisp.org>
5458
5459         * lib/fatal-signal.c (fatal_signals) [WOE32]: Add the SIGBREAK signal.
5460
5461 2006-10-03  Bruno Haible  <bruno@clisp.org>
5462
5463         * lib/gl_rbtreehash_list.c (gl_rbtreehash_list_implementation): Renamed
5464         from gl_avltreehash_list_implementation.
5465
5466 2006-10-03  Bruno Haible  <bruno@clisp.org>
5467
5468         * lib/gl_oset.c (gl_oset_add): Fix return type.
5469
5470 2006-10-02  Paolo Bonzini  <bonzini@gnu.org>  (tiny change)
5471
5472         * lib/quotearg.c (mbstate_t) [!HAVE_MBRTOWC]: #define to int.
5473
5474 2006-10-02  Eric Blake  <ebb9@byu.net>
5475
5476         * modules/strnlen (Depends-on): Add extensions.
5477
5478 2006-10-02  Eric Blake  <ebb9@byu.net>
5479
5480         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Use autoconf's
5481         definition in 2.60+.
5482
5483 2006-10-02  Dmitry V. Levin  <ldv@altlinux.org>
5484
5485         * lib/fts.c (fts_close, fts_build, fts_palloc): Remove redundant
5486         checks.
5487
5488 2006-10-02  Bruno Haible  <bruno@clisp.org>
5489
5490         * gnulib-tool (func_emit_lib_Makefile_am): Don't add no-dependencies
5491         to the AUTOMAKE_OPTIONS.
5492         Reported by Jim Meyering.
5493
5494 2006-09-29  Paul Eggert  <eggert@cs.ucla.edu>
5495
5496         Work around bug in Solaris 10 /proc file system:
5497         /proc/self/fd/NNN/.. isn't the parent directory of
5498         the directory whose file descriptor is NNN.  This needs to
5499         be worked around at run time, not compile time, since a
5500         program might be built on Solaris 8, where things work, and
5501         run on Solaris 10.
5502         * lib/openat-priv.h (BUILD_PROC_NAME): Remove.  All callers changed
5503         to use the following interface instead:
5504         (OPENAT_BUFFER_SIZE): New macro.
5505         (openat_proc_name): New function.
5506         * lib/at-func.c (AT_FUNC_NAME): Adjust to above changes.
5507         * lib/openat.c (openat_permissive, openat_needs_fchdir, fdopendir):
5508         Likewise.
5509         * lib/openat-proc.c: New file.
5510         * modules/openat (Files): Add lib/openat-proc.c.
5511         (Depends-on): Add same-inode, stdbool.
5512         * m4/openat.m4 (gl_FUNC_OPENAT): Add AC_LIBOBJ(openat-proc).
5513
5514 2006-09-29  Bruno Haible  <bruno@clisp.org>
5515
5516         * lib/fwriteerror.h (fwriteerror_no_ebadf): New declaration.
5517         * lib/(do_fwriteerror): Renamed from fwriteerror. Add ignore_ebadf
5518         argument. Set stdout_closed before testing for ferror, not after.
5519         (fwriteerror, fwriteerror_no_ebadf): New functions.
5520
5521 2006-09-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5522
5523         * m4/intmax.m4 (gt_TYPE_INTMAX_T): Avoid unused variables warning.
5524
5525 2006-09-28  Paolo Bonzini  <bonzini@gnu.org>
5526
5527         * lib/poll.c (rpl_poll) [__APPLE__]: Use FIONREAD instead of MSG_PEEK.
5528         * m4/poll.m4: Look for sys/ioctl.h and sys/filio.h.
5529
5530 2006-09-28  Jim Meyering  <jim@meyering.net>
5531
5532         * lib/mkdir-p.c: Include "dirchownmod.h", not "dirchownmod.c".
5533         Include <unistd.h>.
5534
5535 2006-09-28  Bruno Haible  <bruno@clisp.org>
5536
5537         * modules/avltreehash-list (Depends-on): Add stdint, remove size_max.
5538         * modules/linkedhash-list (Depends-on): Likewise.
5539         * modules/rbtreehash-list (Depends-on): Likewise.
5540
5541 2006-09-28  Bruno Haible  <bruno@clisp.org>
5542
5543         * lib/strndup.h: Simplify the redefinition of strndup.
5544         (_GL_CONCAT, _GL_XCONCAT, __STRNDUP_ID): Remove macros.
5545         * m4/strndup.m4 (gl_FUNC_STRNDUP): Don't define __STRNDUP_PREFIX.
5546
5547 2006-09-28  Bruno Haible  <bruno@clisp.org>
5548
5549         * lib/gl_avltreehash_list.c: Include <stdint.h> instead of size_max.h.
5550         * lib/gl_linkedhash_list.c: Likewise.
5551         * lib/gl_rbtreehash_list.c: Likewise.
5552
5553 2006-09-27  Paul Eggert  <eggert@cs.ucla.edu>
5554
5555         * lib/canon-host.c (canon_host_r): Work around bug in Darwin 7.9.0
5556         getaddrinfo.
5557
5558         * lib/__fpending.h: Don't include <stdio_ext.h> unless
5559         HAVE_DECL___FPENDING.  This avoids a bug with lsbcc, where
5560         it causes <stdio_ext.h> to cause a compile-time error.
5561         Problem reported by Nelson H. F. Beebe.
5562         * lib/getpass.c: Likewise, except for HAVE_DECL___FSETLOCKING instead
5563         of HAVE_DECL___PENDING.
5564
5565         * m4/fpending.m4 (gl_FUNC_FPENDING): Check for stdio_ext at most once.
5566         * m4/getpass.m4 (gl_PREREQ_GETPASS): Check for __fsetlocking's
5567         declaration.
5568
5569 2006-09-27  Jim Meyering  <jim@meyering.net>
5570
5571         This file could end up with a definition for a function
5572         named __strndup, rather than rpl_strndup on a system with
5573         incomplete weak_alias support.
5574         * lib/strndup.c (strndup): Rename from __strndup.
5575         Remove #defines that used to map __strndup to strndup.
5576         Don't use K&R prototypes.
5577         Remove LIBC-related code, since this file is not sync'd with glibc.
5578         * lib/strndup.h: Revamp, accordingly.
5579         * m4/strndup.m4: Modernize.
5580
5581 2006-09-26  Paul Eggert  <eggert@cs.ucla.edu>
5582
5583         * modules/savewd (Depends-on): Add 'raise'.
5584         * lib/savewd.c: Include <signal.h>, for 'raise'.
5585
5586 2006-09-26  Jim Meyering  <jim@meyering.net>
5587
5588         * m4/acl.m4 (AC_FUNC_ACL): Disable ACL support altogether
5589         when we detect Darwin 8.7.0's acl_get_file bug.
5590         Rearrange to perform the new (below) run-test while $LIBS
5591         contains any acl-related library.  Set USE_ACL at the end.
5592         (gl_ACL_GET_FILE): New function.
5593
5594 2006-09-26  Eric Blake  <ebb9@byu.net>
5595
5596         * lib/verror.c: Include <config.h> unconditionally.
5597
5598 2006-09-25  Paul Eggert  <eggert@cs.ucla.edu>
5599
5600         * modules/clock-time (Maintainer): Add self.
5601         * modules/getlogin_r (Depends-on): Add extensions.
5602
5603 2006-09-25  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5604
5605         * modules/clock-time: New module.
5606         * modules/nanosleep (Depends-on): Add clock-time.
5607         * modules/gethrxtime (Depends-on): Likewise.
5608         * modules/gettime (Depends-on): Likewise.
5609         * modules/settime (Depends-on): Likewise.
5610
5611         * modules/fts-lgpl: Depend on openat.
5612         * modules/mkancesdirs: Depend on savewd.
5613         * modules/mkdir-p: Likewise.
5614
5615 2006-09-25  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5616
5617         * m4/host-os.m4 (gl_HOST_OS): Require AC_CANONICAL_HOST.
5618
5619         * m4/chdir-long.m4 (gl_FUNC_CHDIR_LONG): Rename cache variable from
5620         `gl_have_arbitrary_file_name_length_limit' to
5621         `gl_cv_have_arbitrary_file_name_length_limit', so that caching
5622         actually works between configure runs.
5623
5624 2006-09-25  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5625             Bruno Haible  <bruno@clisp.org>
5626
5627         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Include <string.h>.
5628
5629 2006-09-25  Jim Meyering  <jim@meyering.net>
5630
5631         * m4/fcntl_h.m4 (gl_FCNTL_H): Fix typo in test for failed open.
5632         This typo caused coreutils/tests/dd/misc to fail on Darwin 8.7.0.
5633
5634 2006-09-25  Eric Blake  <ebb9@byu.net>
5635
5636         * gnulib-tool (func_import, func_create_testdir): Fix typos in
5637         exec's in 2006-09-18 patch when shuffling fds.
5638
5639 2006-09-25  Bruno Haible  <bruno@clisp.org>
5640
5641         * m4/getloadavg.m4 (gl_GETLOADAVG): Fix directory in error message.
5642         Reported by Jim Meyering.
5643
5644 2006-09-24  Jim Meyering  <jim@meyering.net>
5645
5646         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Don't use '>' to
5647         compare a pointer against a literal "0".  That caused failures with
5648         at least HP-UX's hpcc.
5649
5650 2006-09-22  Simon Josefsson  <jas@extundo.com>
5651
5652         * modules/gc-sha1:
5653         * modules/gc-md4:
5654         * modules/gc-hmac-sha1:
5655         * modules/gc-hmac-md5:
5656         * modules/gc-des:
5657         * modules/gc-arcfour: Distribute more files.
5658
5659 2006-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5660
5661         * lib/gl_anylinked_list2.h [lint] (gl_linked_iterator)
5662         (gl_linked_iterator_from_to): Initialize struct completely.
5663         * lib/gl_anytree_list2.h [lint] (gl_tree_iterator): Likewise.
5664         (gl_tree_iterator_from_to): Likewise
5665         * lib/gl_anytree_oset.h [lint] (gl_tree_iterator): Likewise.
5666         * lib/gl_array_list.c [lint] (gl_array_iterator)
5667         (gl_array_iterator_from_to): Likewise.
5668         * lib/gl_array_oset.c [lint] (gl_array_iterator): Likewise.
5669         * lib/gl_carray_list.c [lint] (gl_carray_iterator)
5670         (gl_carray_iterator_from_to): Likewise.
5671
5672         * lib/gc-gnulib.c [GC_USE_HMAC_SHA1]: include hmac.h for hmac_sha1.
5673         * lib/md4.c (md4_process_block): Remove unused variable.
5674         * lib/rijndael-api-fst.c (rijndaelBlockDecrypt): GCC suggests
5675         parentheses for clarity.
5676
5677 2006-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5678
5679         * modules/bison-i18n (Depends-on): Add gettext.
5680
5681 2006-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5682
5683         * m4/fsusage.m4 (gl_STATFS_TRUNCATES): Avoid unused variable.
5684         * m4/getdate.m4 (gl_C_COMPOUND_LITERALS): Likewise.
5685         * m4/jm-winsz1.m4 (gl_HEADER_TIOCGWINSZ_IN_TERMIOS_H): Likewise;
5686         also add missing comma that caused broken test.
5687         * m4/link-follow.m4 (gl_AC_FUNC_LINK_FOLLOWS_SYMLINK): Include
5688         stdlib.h, for `abort'.
5689         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Avoid unused
5690         variables.
5691         * m4/mkdir-slash.m4 (gl_FUNC_MKDIR_TRAILING_SLASH): Check for and
5692         include unistd.h if present, for `rmdir'.
5693         * m4/physmem.m4 (gl_SYS__SYSTEM_CONFIGURATION): Avoid unused
5694         variables.
5695         * m4/putenv.m4 (gl_FUNC_PUTENV): Rewrite using AC_RUN_IFELSE, and
5696         in the process include standard headers for prototypes.
5697         * m4/readutmp.m4 (gl_READUTMP): Require AC_GNU_SOURCE, so utmpxname
5698         gets declared on GNU/Linux.
5699         * m4/rmdir-errno.m4 (gl_FUNC_RMDIR_NOTEMPTY): Check for and include
5700         unistd.h, for `rmdir'.
5701         * m4/time_r.m4 (gl_TIME_R): Avoid unused variables.
5702
5703         * m4/fnmatch.m4 (_AC_FUNC_FNMATCH_IF): Avoid expression that is
5704         always true.
5705         * m4/strndup.m4 (gl_FUNC_STRNDUP): include stdlib.h, for `free'.
5706
5707         * m4/sockpfaf.m4 (gl_SOCKET_FAMILIES): Avoid gcc -Wall warnings.
5708
5709 2006-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5710
5711         * gnulib-tool (func_version): Create output all at once.  This
5712         may help avoid triggering unnecessary SIGPIPEs, and at any
5713         rate it doesn't hurt.
5714
5715 2006-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5716             Bruno Haible  <bruno@clisp.org>
5717
5718         * m4/lock.m4 (gl_LOCK_BODY): Avoid unused variables warning.
5719         * m4/mbswidth.m4 (gl_MBSWIDTH): Likewise.
5720         * m4/signed.m4 (bh_C_SIGNED): Likewise.
5721
5722         * m4/vasprintf.m4 (gl_PREREQ_VASPRINTF_H): New macro.
5723         (gl_FUNC_VASPRINTF): Invoke it.
5724
5725 2006-09-22  Bruno Haible  <bruno@clisp.org>
5726
5727         * m4/getloadavg.m4 (gl_GETLOADAVG): Expect the directory of
5728         getloadavg.c as first argument.
5729
5730 2006-09-22  Bruno Haible  <bruno@clisp.org>
5731
5732         * gnulib-tool (func_import, func_create_testdir): Set gl_source_base
5733         at the beginning of the gl_INIT macro.
5734         * modules/getloadavg (configure.ac): Pass $gl_source_base to
5735         gl_GETLOADAVG.
5736
5737 2006-09-22  Bruno Haible  <bruno@clisp.org>
5738
5739         * gnulib-tool (func_create_megatestdir): Don't include the config-h
5740         module.
5741         Suggested by Ralf Wildenhues.
5742
5743 2006-09-20  Paul Eggert  <eggert@cs.ucla.edu>
5744
5745         Import this patch from libc:
5746
5747         2006-09-06  Jakub Jelinek  <jakub@redhat.com>
5748
5749         * lib/regex_internal.c (re_string_reconstruct): Handle
5750         offset < pstr->valid_raw_len && pstr->offsets_needed case.
5751         Ensure no bytes read before raw_mbs array.  Pass a saved copy of
5752         pstr->valid_len - 1 rather than pstr->valid_raw_len - 1 to
5753         re_string_context_at.
5754
5755         * m4/regex.m4 (gl_REGEX): Check for locale.h, since the test
5756         now requires it.
5757         (gl_PREREQ_REGEX): Don't check for locale.h any more, since
5758         gl_REGEX now does it for us.
5759         (gl_REGEX): Add test taken from
5760         http://sourceware.org/ml/libc-hacker/2006-09/msg00008.html.
5761
5762         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Require AC_SYS_LARGEFILE.
5763         Check that large offsets work.  Modernize Autoconf usages.
5764         Prefer "yes" to mean a good thing rather than a bad.
5765         Don't put "#define mkstemp" in config.h, as this might interfere
5766         with standard system headers that "#define mkstemp mkstemp64".
5767
5768         * modules/mkstemp (Depends-on): Add extensions, so that
5769         mkstemp is visible on some platforms.
5770         (Makefile.am): Add mkstemp.h to EXTRA_DIST.
5771         (Include): Change to "mkstemp.h" from <stdlib.h>.
5772         (Files): Add mkstemp.h.
5773
5774         * lib/mkstemp.h: New file, since some standard headers
5775         #define mkstemp.
5776         * lib/mkstemp.c: Revamp to put the !_LIBC code together.
5777         Include "mkstemp.h".
5778         Make the _LIBC code resemble glibc original more,
5779         e.g., use K&R style.
5780         * lib/mkstemp-safer.c: Include "mkstemp.h" instead of <stdlib.h>.
5781         (mkstemp): Remove, since mkstemp.h does this for us.
5782         * lib/stdlib--.h: Include mkstemp.h.
5783
5784         Import this patch from libc:
5785
5786         2006-04-07  Ulrich Drepper  <drepper@redhat.com>
5787
5788         * lib/tempname.c (__gen_tempname): Change attempts_min
5789         into a macro.  Use preprocessor to decide how to initialize
5790         attempts [Coverity CID 67].
5791
5792 2006-09-20  Bruno Haible  <bruno@clisp.org>
5793
5794         * lib/mkdtemp.c: Import from libc.
5795         2006-04-07  Ulrich Drepper  <drepper@redhat.com>
5796                 * sysdeps/posix/tempname.c (__gen_tempname): Change
5797                 attempts_min into a macro.  Use preprocessor to decide how to
5798                 initialize attempts [Coverity CID 67].
5799         2001-11-27  Paul Eggert  <eggert@twinsun.com>
5800                 * sysdeps/posix/tempname.c (__gen_tempname): Try at least
5801                 ATTEMPTS_MIN or TMP_MAX times, whichever is greater.
5802
5803 2006-09-19  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5804
5805         * gnulib-tool (func_exit): New function, to allow to pass the
5806         exit status portably through the trap.  Use everywhere.
5807         (--help, --version): Signal a write error.
5808         (trap): catch SIGPIPE, for write errors.
5809         Exit at the end of the trap, with the correct exit status.
5810
5811 2006-09-19  Karl Berry  <karl@gnu.org>
5812
5813         * doc/gnulib.texi: note about the license texinfo files.
5814
5815 2006-09-19  Eric Blake  <ebb9@byu.net>
5816
5817         * gnulib-tool: Avoid space-tab.
5818
5819 2006-09-18  Paul Eggert  <eggert@cs.ucla.edu>
5820
5821         * lib/getaddrinfo.c (getaddrinfo) [defined HAVE_IPV6]: Fix typo
5822         that prevented coreutils 6.1 from building.  Problem reported
5823         by Petter Reinholdtsen.
5824
5825 2006-09-18  Paul Eggert  <eggert@cs.ucla.edu>
5826
5827         * gnulib-tool (avoidlist): Fix typo that broke options like
5828         --avoid=lock that are used by coreutils bootstrap.
5829
5830 2006-09-18  Mark D. Baushke  <mdb@gnu.org>
5831
5832         * m4/inttypes.m4 (gl_INTTYPES_H): Quote "test" args
5833         more systematically.
5834
5835 2006-09-18  Jim Meyering  <jim@meyering.net>
5836
5837         * lib/savewd.c (savewd_restore): Don't shadow: s/status/child_status/.
5838
5839 2006-09-18  Bruno Haible  <bruno@clisp.org>
5840
5841         * modules/inttypes (Files): Remove m4/inttypes-h.m4.
5842
5843 2006-09-18  Bruno Haible  <bruno@clisp.org>
5844
5845         * m4/inttypes-h.m4 (gl_HEADER_INTTYPES_H): Remove macro.
5846         * m4/inttypes-pri.m4: Require autoconf >= 2.52.
5847         (gt_INTTYPES_PRI): Invoke AC_CHECK_HEADERS on inttypes.h. Test
5848         ac_cv_header_inttypes_h instead of gl_cv_header_inttypes_h.
5849         * m4/gettext.m4: Require autoconf >= 2.52.
5850         (gt_INTL_SUBDIR_CORE): Invoke AC_CHECK_HEADERS on inttypes.h.
5851         * m4/inttypes.m4 (gl_INTTYPES_H): Test ac_cv_header_inttypes_h instead
5852         of gl_cv_header_inttypes_h.
5853
5854 2006-09-18  Bruno Haible  <bruno@clisp.org>
5855
5856         * lib/javaversion.c: Include configmake.h.
5857
5858 2006-09-18  Bruno Haible  <bruno@clisp.org>
5859
5860         * gnulib-tool (func_import, func_create_testdir): Use exec tricks to
5861         avoid that the while loops be executed in a subshell.
5862
5863 2006-09-18  Bruno Haible  <bruno@clisp.org>
5864
5865         * MODULES.html.sh (func_module): Break long lines.
5866         Suggested by Bruce Korb <bkorb@gnu.org>.
5867
5868 2006-09-17  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5869
5870         Speed up by a factor of 1.12.
5871         * gnulib-tool (nl): New variable.
5872         (func_import): Rewrite include directive extraction to only read each
5873         directive once.
5874
5875 2006-09-17  Bruno Haible  <bruno@clisp.org>
5876
5877         * modules/javaversion (Makefile.am): Remove DEFS setting.
5878         (Depends-on): Add configmake, for PKGDATADIR definition.
5879
5880 2006-09-17  Bruno Haible  <bruno@clisp.org>
5881
5882         * gnulib-tool (func_create_testdir): Rewrite all files at once.
5883
5884 2006-09-17  Bruno Haible  <bruno@clisp.org>
5885
5886         * gnulib-tool (func_append): New function, stolen from libtool.m4.
5887         (func_modules_transitive_closure, func_modules_add_dummy,
5888         func_modules_to_filelist, func_import, func_create_testdir,
5889         func_create_megatestdir, ...): Use it wherever possible.
5890         Suggested by Ralf Wildenhues.
5891
5892 2006-09-16  Karl Berry  <karl@gnu.org>
5893
5894         * doc/fdl.texi (ADDENDUM): switch to @heading from @appendixsubsec,
5895         to avoid sectioning errors.
5896         * doc/lgpl.texi, gpl.texi (Copying): downcase @unnumbered title.
5897         [ifinfo]: blank line after @center-ed titles.
5898         * doc/lgpl.texi (Library Copying): Rename main node to GNU LGPL.
5899         Spell FSF address consistently with others.
5900         (These changes approved by rms.)
5901
5902 2006-09-15  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5903
5904         Speed up by a factor of 1.61.
5905         * gnulib-tool (func_modules_transitive_closure): Rewrite to not check
5906         already checked module names again.
5907
5908 2006-09-15  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5909
5910         Speed up by a factor of 1.13.
5911         * gnulib-tool (func_import): Rewrite all old_files at once; likewise
5912         for new_files, and the input to func_add_or_update.
5913
5914 2006-09-15  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5915
5916         * gnulib-tool (func_all_modules, func_modules_to_filelist, func_import,
5917         func_create_testdir, ...): Change 'sort | uniq' to 'sort -u'.
5918
5919 2006-09-15  Paul Eggert  <eggert@cs.ucla.edu>
5920
5921         * modules/mkancesdirs (Depends-on): Add fcntl.
5922         * modules/savewd: New file.
5923         * MODULES.html.sh (File system functions): Add savewd.
5924
5925         * modules/configmake (Makefile.am): Add support for the
5926         Automake-supplied PKGLIBDIR, PKGINCLUDEDIR, PKGDATADIR.
5927
5928 2006-09-15  Paul Eggert  <eggert@cs.ucla.edu>
5929
5930         * m4/savewd.m4: New file.
5931
5932 2006-09-15  Paul Eggert  <eggert@cs.ucla.edu>
5933
5934         * lib/dirchownmod.c: Don't include fcntl.h; no longer needed.
5935         (dirchownmod): New arg FD.  All callers changed.
5936         Use FD rather than opening the directory ourself, as opening is
5937         now the caller's responsibility.
5938         * lib/dirchownmod.h: Likewise.
5939         * lib/mkancesdirs.c: Include <sys/types.h>, for portability to older
5940         hosts that require <sys/types.h> before <sys/stat.h>.  Include
5941         fcntl.h, savewd.h, and unistd.h, not dirname.h and stat-macros.h.
5942         (test_dir): Remove.
5943         (mkancesdirs): Return length of prefix of FILE that has already
5944         been made, or -2 if there is a child doing the work.  Redo
5945         algorithm so that it is O(N) rather than O(N**2).  Optimize away
5946         ".", and treat ".." specially since it might stray back into
5947         already-created areas.  Use a subprocess if necessary.  New arg
5948         WD; all users changed.  MAKE_DIR function should now return 1
5949         if it creates a directory that is not readable.  Return -2 if
5950         a child process is spun off.
5951         * lib/mkancesdirs.h: Include <stddef.h>, for ptrdiff_t.
5952         Adjust signature to match code.
5953         * lib/mkdir-p.c: Include dirname.h, for IS_ABSOLUTE_FILE_NAME.
5954         (make_dir_parents): Use a subprocess if necessary.  New arg WD;
5955         all users changed.
5956         * lib/savewd.c, lib/savewd.h: New files.
5957
5958 2006-09-15  Jim Meyering  <jim@meyering.net>
5959
5960         * modules/rename-dest-slash: New module.
5961         * MODULES.html.sh (posix_compat): Add it here.
5962
5963         * modules/rename: Reflect vb_FUNC_RENAME -> gl_FUNC_RENAME change.
5964
5965 2006-09-15  Jim Meyering  <jim@meyering.net>
5966
5967         * m4/rename-dest-slash.m4 (gl_FUNC_RENAME_TRAILING_DEST_SLASH): New
5968         file.
5969
5970         * m4/rename.m4 (gl_FUNC_RENAME): Rename from vb_FUNC_RENAME.
5971
5972 2006-09-15  Jim Meyering  <jim@meyering.net>
5973
5974         * lib/rename-dest-slash.c (has_trailing_slash): Use
5975         FILE_SYSTEM_PREFIX_LEN, for non-POSIX systems.
5976         (rpl_rename_dest_slash): Perform the cheaper trailing slash
5977         test before testing whether SRC is a directory.
5978         Suggestions from Bruno Haible.
5979
5980         Avoid a warning about an unused variable.
5981         * lib/regex_internal.c (re_dfa_add_node): Move declaration of "type"
5982         into the #ifdef block where it's used.
5983
5984         * lib/rename-dest-slash.c: New file.
5985
5986 2006-09-14  Bruno Haible  <bruno@clisp.org>
5987
5988         * lib/allocsa.c: Include <config.h> unconditionally.
5989         * lib/asnprintf.c: Likewise.
5990         * lib/asprintf.c: Likewise.
5991         * lib/c-strcasecmp.c: Likewise.
5992         * lib/c-strcasestr.c: Likewise.
5993         * lib/c-strncasecmp.c: Likewise.
5994         * lib/c-strstr.c: Likewise.
5995         * lib/classpath.c: Likewise.
5996         * lib/clean-temp.c: Likewise.
5997         * lib/concatpath.c: Likewise.
5998         * lib/copy-file.c: Likewise.
5999         * lib/csharpcomp.c: Likewise.
6000         * lib/csharpexec.c: Likewise.
6001         * lib/execute.c: Likewise.
6002         * lib/fatal-signal.c: Likewise.
6003         * lib/findprog.c: Likewise.
6004         * lib/fwriteerror.c: Likewise.
6005         * lib/gl_array_list.c: Likewise.
6006         * lib/gl_array_oset.c: Likewise.
6007         * lib/gl_avltree_list.c: Likewise.
6008         * lib/gl_avltree_oset.c: Likewise.
6009         * lib/gl_avltreehash_list.c: Likewise.
6010         * lib/gl_carray_list.c: Likewise.
6011         * lib/gl_linked_list.c: Likewise.
6012         * lib/gl_linkedhash_list.c: Likewise.
6013         * lib/gl_list.c: Likewise.
6014         * lib/gl_oset.c: Likewise.
6015         * lib/gl_rbtree_list.c: Likewise.
6016         * lib/gl_rbtree_oset.c: Likewise.
6017         * lib/gl_rbtreehash_list.c: Likewise.
6018         * lib/imaxabs.c: Likewise.
6019         * lib/imaxdiv.c: Likewise.
6020         * lib/javacomp.c: Likewise.
6021         * lib/javaexec.c: Likewise.
6022         * lib/javaversion.c: Likewise.
6023         * lib/linebreak.c: Likewise.
6024         * lib/localcharset.c: Likewise.
6025         * lib/lock.c: Likewise.
6026         * lib/mbchar.c: Likewise.
6027         * lib/mbswidth.c: Likewise.
6028         * lib/mkdtemp.c: Likewise.
6029         * lib/pipe.c: Likewise.
6030         * lib/printf-args.c: Likewise.
6031         * lib/printf-parse.c: Likewise.
6032         * lib/progname.c: Likewise.
6033         * lib/progreloc.c: Likewise.
6034         * lib/readlink.c: Likewise.
6035         * lib/sh-quote.c: Likewise.
6036         * lib/stpcpy.c: Likewise.
6037         * lib/stpncpy.c: Likewise.
6038         * lib/strcasecmp.c: Likewise.
6039         * lib/strcasestr.c: Likewise.
6040         * lib/strcspn.c: Likewise.
6041         * lib/striconv.c: Likewise.
6042         * lib/strncasecmp.c: Likewise.
6043         * lib/strnlen1.c: Likewise.
6044         * lib/strstr.c: Likewise.
6045         * lib/strtok_r.c: Likewise.
6046         * lib/tls.c: Likewise.
6047         * lib/tmpdir.c: Likewise.
6048         * lib/unicodeio.c: Likewise.
6049         * lib/unsetenv.c: Likewise.
6050         * lib/vasnprintf.c: Likewise.
6051         * lib/vasprintf.c: Likewise.
6052         * lib/wait-process.c: Likewise.
6053         * lib/xallocsa.c: Likewise.
6054         * lib/xsetenv.c: Likewise.
6055         * lib/xstriconv.c: Likewise.
6056
6057 2006-09-13  Simon Josefsson  <jas@extundo.com>
6058
6059         * m4/getdate.m4: Don't AC_LIBOBJ([getdate]), automake takes care of
6060         that internally, suggested by Ralf Wildenhues
6061         <Ralf.Wildenhues@gmx.de>.
6062
6063 2006-09-13  Simon Josefsson  <jas@extundo.com>
6064
6065         * gnulib-tool (func_emit_lib_Makefile_am): Use $(LIBOBJS), not
6066         @LIBOBJS@.
6067         Suggested by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
6068
6069 2006-09-13  Paul Eggert  <eggert@cs.ucla.edu>
6070
6071         * lib/_fpending.c: Include <config.h> unconditionally, since we no
6072         longer worry about uses that don't define HAVE_CONFIG_H.
6073         * lib/acl.c, lib/alloca.c, lib/argmatch.c, lib/atexit.c:
6074         * lib/backupfile.c, lib/basename.c, lib/c-stack.c, lib/c-strtod.c:
6075         * lib/calloc.c,lib/ canon-host.c, lib/canonicalize.c, lib/chdir-long.c:
6076         * lib/chdir-safer.c, lib/chown.c, lib/cloexec.c, lib/close-stream.c:
6077         * lib/closeout.c, lib/creat-safer.c, lib/cycle-check.c, lib/diacrit.c:
6078         * lib/dirchownmod.c, lib/dirfd.c, lib/dirname.c, lib/dup-safer.c:
6079         * lib/dup2.c, lib/error.c, lib/euidaccess.c, lib/exclude.c:
6080         * lib/exitfail.c, lib/fchmodat.c, lib/fchown-stub.c, lib/fd-safer.c:
6081         * lib/file-type.c, lib/fileblocks.c, lib/filemode.c, lib/filenamecat.c:
6082         * lib/fnmatch.c, lib/fopen-safer.c, lib/fprintftime.c, lib/free.c:
6083         * lib/fsusage.c, lib/ftruncate.c, lib/fts-cycle.c, lib/fts.c:
6084         * lib/full-write.c, lib/gai_strerror.c, lib/getcwd.c, lib/getdate.y:
6085         * lib/getdomainname.c, lib/getgroups.c, lib/gethostname.c:
6086         * lib/gethrxtime.c, lib/getloadavg.c, lib/getlogin_r.c:
6087         * lib/getndelim2.c, lib/getnline.c, lib/getopt.c, lib/getopt1.c:
6088         * lib/getpass.c, lib/gettime.c, lib/gettimeofday.c, lib/getugroups.c:
6089         * lib/getusershell.c, lib/glob.c, lib/group-member.c:
6090         * lib/hard-locale.c, lib/hash-pjw.c, lib/hash.c, lib/human.c:
6091         * lib/idcache.c, lib/inet_ntop.c, lib/inet_pton.c, lib/inttostr.c:
6092         * lib/isdir.c, lib/lchown.c, lib/linebuffer.c, lib/long-options.c:
6093         * lib/lstat.c, lib/malloc.c, lib/md5.c, lib/memcasecmp.c, lib/memchr.c:
6094         * lib/memcmp.c, lib/memcoll.c, lib/memcpy.c, lib/memmove.c:
6095         * lib/memrchr.c, lib/mkancesdirs.c, lib/mkdir-p.c, lib/mkdir.c:
6096         * lib/mkdirat.c, lib/mkstemp-safer.c, lib/mkstemp.c, lib/modechange.c:
6097         * lib/mountlist.c, lib/nanosleep.c, lib/obstack.c, lib/open-safer.c:
6098         * lib/openat-die.c, lib/openat.c, lib/pagealign_alloc.c, lib/physmem.c:
6099         * lib/pipe-safer.c, lib/posixtm.c, lib/posixver.c, lib/putenv.c:
6100         * lib/quote.c, lib/quotearg.c, lib/raise.c, lib/readtokens.c:
6101         * lib/readtokens0.c, lib/readutmp.c, lib/realloc.c, lib/regex.c:
6102         * lib/rename.c, lib/rmdir.c, lib/rpmatch.c, lib/safe-read.c:
6103         * lib/same.c, lib/save-cwd.c, lib/savedir.c, lib/setenv.c:
6104         * lib/settime.c, lib/sha1.c, lib/sig2str.c, lib/snprintf.c:
6105         * lib/strdup.c, lib/strerror.c, lib/strftime.c, lib/stripslash.c:
6106         * lib/strndup.c, lib/strnlen.c, lib/strpbrk.c, lib/strtod.c:
6107         * lib/strtoimax.c, lib/strtol.c, lib/strverscmp.c, lib/tempname.c:
6108         * lib/time_r.c, lib/timegm.c, lib/tmpfile-safer.c, lib/unlinkdir.c:
6109         * lib/userspec.c, lib/utime.c, lib/utimecmp.c, lib/utimens.c:
6110         * lib/version-etc-fsf.c, lib/version-etc.c, lib/xalloc-die.c:
6111         * lib/xgetcwd.c, lib/xgethostname.c, lib/xmalloc.c, lib/xmemcoll.c:
6112         * lib/xnanosleep.c, lib/xreadlink.c, lib/xstrtod.c, lib/xstrtoimax.c:
6113         * lib/xstrtol.c, lib/xstrtoumax.c, lib/yesno.c:
6114         Likewise.
6115
6116 2006-09-13  Eric Blake  <ebb9@byu.net>
6117
6118         * lib/getopt.c: Fix typo in last commit.
6119
6120 2006-09-12  Sergey Poznyakoff  <gray@gnu.org.ua>
6121
6122         * lib/argp-help.c (argp_doc): Make sure NULL is not passed to
6123         dgettext.
6124
6125 2006-09-12  Jim Meyering  <jim@meyering.net>
6126
6127         * lib/nanosleep.c: Include <sys/types.h> before sys/select.h, to avoid
6128         compilation failure (due to use of pid_t in latter) on NetBSD 1.6.
6129         Reported by Nelson H. F. Beebe.
6130
6131 2006-09-10  Sergey Poznyakoff  <gray@gnu.org.ua>
6132
6133         * lib/argp-parse.c (__argp_parse) [!_LIBC]: Make sure
6134         program_invocation_name and program_invocation_short_name are
6135         initialized.
6136         * lib/argp-namefrob.h: Move declarations of program_invocation_name
6137         and program_invocation_short_name to argp.h, so they are visible
6138         to user programs.
6139         * lib/argp.h: Likewise
6140
6141 2006-09-10  Bruno Haible  <bruno@clisp.org>
6142
6143         * modules/mkdtemp (Files): Remove m4/ulonglong.m4, m4/stdint_h.m4,
6144         m4/inttypes_h.m4, m4/uintmax_t.m4.
6145
6146 2006-09-10  Bruno Haible  <bruno@clisp.org>
6147
6148         * m4/mkdtemp.m4 (gl_PREREQ_MKDTEMP): Don't require
6149         gl_AC_TYPE_UINTMAX_T.
6150
6151 2006-09-10  Bruno Haible  <bruno@clisp.org>
6152
6153         * lib/mkdtemp.c: Include <stdint.h> always. Don't include <inttypes.h>.
6154
6155 2006-09-09  Sergey Poznyakoff  <gray@gnu.org.ua>
6156
6157         * lib/argp.h (struct argp): Document the N_("..") "\v" N_("..")
6158         convention.  Text proposed by Bruno Haible.
6159         (struct argp_option): Document the use of N_() wrappers.
6160
6161         * lib/argp-help.c (argp_doc): Split the untranslated doc string on
6162         '\v', and translate the two parts separately, instead of feeding
6163         the whole string to gettext.  This allows to exclude
6164         '\v' from the strings visible to the translator by writing doc
6165         strings as N_("..") "\v" N_("..").
6166
6167 2006-09-09  Paul Eggert  <eggert@cs.ucla.edu>
6168
6169         * config/srclist.txt: Undo latest change; the bug was fixed.
6170
6171 2006-09-09  Bruno Haible  <bruno@clisp.org>
6172
6173         * gnulib-tool (func_emit_lib_Makefile_am): Eliminate lib_LDFLAGS
6174         assignments if building a library without libtool.
6175         (func_emit_tests_Makefile_am): Likewise. Handle lib_* variables as
6176         in func_emit_lib_Makefile_am.
6177         (func_import): When building a static library libfoo.a, arrange to
6178         define variables LIBFOO_LIBDEPS and LIBFOO_LTLIBDEPS.
6179         (func_create_testdir): Likewise.
6180         * modules/gc (configure.ac, Makefile.am): If building statically,
6181         augment gl_libdeps and gl_ltlibdeps instead of lib_LDFLAGS.
6182         * modules/iconvme (configure.ac, Makefile.am): Likewise.
6183         * modules/striconv (configure.ac, Makefile.am): Likewise.
6184         Based on a suggestion by Ralf Wildenhues.
6185
6186 2006-09-08  Paul Eggert  <eggert@cs.ucla.edu>
6187
6188         * m4/mktime.m4 (AC_FUNC_MKTIME): Sync from Autoconf.
6189         Check for unistd.h too, since Autoconf doesn't assume POSIX.
6190         Also:
6191
6192         2006-09-08  Paul Eggert  <eggert@cs.ucla.edu>
6193         Add year_2050_test to catch glibc bug 2821
6194         <http://sourceware.org/bugzilla/show_bug.cgi?id=2821>.
6195
6196         2006-08-15  Paul Eggert  <eggert@cs.ucla.edu>
6197         Prefer #ifdef to #if.
6198
6199         2006-04-02  Paul Eggert  <eggert@cs.ucla.edu>
6200         Return from 'main' instead of calling 'exit'.
6201
6202 2006-09-08  Paul Eggert  <eggert@cs.ucla.edu>
6203
6204         * lib/mktime.c (guess_time_tm): Fix bug where mktime
6205         returned the maximum time_t value rather than (time_t) -1.
6206         Problem originally reported by William Bardwell
6207         <http://sourceware.org/bugzilla/show_bug.cgi?id=2821>.
6208
6209         * lib/isapipe.h (HAVE_FIFO_PIPES) [!defined HAVE_FIFO_PIPES]:
6210         Moved to here ...
6211         * lib/isapipe.c (HAVE_FIFO_PIPES) [!defined HAVE_FIFO_PIPES]:
6212         ... from here.
6213
6214 2006-09-08  Paul Eggert  <eggert@cs.ucla.edu>
6215
6216         * config/srclist.txt: Temporarily comment out mktime.c until glibc bug
6217         2821 is fixed.
6218
6219 2006-09-08  Jim Meyering  <jim@meyering.net>
6220
6221         Don't make generated files read-only.  That would bother too many
6222         people.  However, do retain the ability to work when targets are
6223         read-only: remove the destination and temporary files before writing
6224         them (when generated via sed or echo), or by using the -f option for
6225         both cp and mv commands.  Suggestion to use -f from Paul Eggert.
6226         * modules/alloca-opt, modules/argz, modules/arpa_inet:
6227         * modules/byteswap, modules/configmake, modules/fcntl:
6228         * modules/fnmatch, modules/getopt, modules/glob, modules/inttypes:
6229         * modules/localcharset, modules/netinet_in, modules/poll:
6230         * modules/stdbool, modules/stdint, modules/sys_select:
6231         * modules/sys_socket, modules/sys_stat, modules/sysexits:
6232
6233 2006-09-08  Jim Meyering  <jim@meyering.net>
6234
6235         Avoid new build failure on FreeBSD 6.0.
6236         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Include
6237         <sys/param.h> when testing whether getmntinfo uses statvfs.  Patch by
6238         Pavel Tsekov, in <http://savannah.gnu.org/bugs/?17643>.
6239
6240 2006-09-07  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
6241
6242         * m4/fsusage.m4 (gl_FILE_SYSTEM_USAGE): Don't use plain echo.
6243
6244 2006-09-07  Jim Meyering  <jim@meyering.net>
6245
6246         Fix global typo in last change: use chmod u-w, not chmod u-x.
6247         Spotted by Paul Eggert and Bruce Korb.
6248         * modules/alloca-opt, modules/argz, modules/arpa_inet:
6249         * modules/byteswap, modules/configmake, modules/fcntl:
6250         * modules/fnmatch, modules/getopt, modules/glob, modules/inttypes:
6251         * modules/localcharset, modules/netinet_in, modules/poll:
6252         * modules/stdbool, modules/stdint, modules/sys_select:
6253         * modules/sys_socket, modules/sys_stat, modules/sysexits:
6254
6255 2006-09-06  Jim Meyering  <jim@meyering.net>
6256
6257         Make generated files be read-only.
6258         * modules/alloca-opt (Makefile.am): Work also when $@ is read-only.
6259         Ensure that each generated file is now read-only.
6260         * modules/argz: Likewise.
6261         * modules/arpa_inet: Likewise.
6262         * modules/byteswap: Likewise.
6263         * modules/configmake: Likewise.
6264         * modules/fcntl: Likewise.
6265         * modules/fnmatch: Likewise.
6266         * modules/getopt: Likewise.
6267         * modules/glob: Likewise.
6268         * modules/inttypes: Likewise.
6269         * modules/netinet_in: Likewise.
6270         * modules/poll: Likewise.
6271         * modules/stdbool: Likewise.
6272         * modules/stdint: Likewise.
6273         * modules/sys_select: Likewise.
6274         * modules/sys_socket: Likewise.
6275         * modules/sys_stat: Likewise.
6276         * modules/sysexits: Likewise.
6277         * modules/localcharset: Same as above, but continue using temporary
6278         file named "t-$@" (why different?) rather than the "$@-t" used
6279         everywhere else.
6280
6281         * modules/sysexits (Makefile.am): Replace literal occurrences
6282         of "sysexit.h" more readable, and more consistent, "$@".
6283
6284 2006-09-06  Bruno Haible  <bruno@clisp.org>
6285
6286         * modules/striconv: New file.
6287         * modules/xstriconv: New file.
6288         * MODULES.html.sh (Internationalization functions): Add striconv,
6289         xstriconv.
6290
6291 2006-09-06  Bruno Haible  <bruno@clisp.org>
6292
6293         * modules/gc (Makefile.am): Augment lib_LDFLAGS, not lib_LIBADD.
6294         * modules/iconvme (Makefile.am): Likewise. Also handle the case of
6295         not using libtool correctly.
6296
6297 2006-09-06  Bruno Haible  <bruno@clisp.org>
6298
6299         * lib/striconv.h: New file.
6300         * lib/striconv.c: New file, merging iconvme.c with GNU gettext's
6301         iconvstring.c.
6302         * lib/xstriconv.h: New file.
6303         * lib/xstriconv.c: New file.
6304
6305 2006-09-06  Bruno Haible  <bruno@clisp.org>
6306
6307         * gnulib-tool (func_emit_lib_Makefile_am): Initialize also
6308         lib_..._LDFLAGS.
6309
6310 2006-09-05  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
6311
6312         * lib/argz_.h: Sync from Libtool.
6313
6314         2006-09-04  George Bosilca <bosilca@cs.utk.edu>
6315                 and Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
6316
6317         * lib/libltdl/argz_.h: It's __cplusplus, not _cplusplus.
6318
6319 2006-09-05  Davide Angelocola  <davide.angelocola@tiscali.it>
6320
6321         * modules/trim: New file.
6322
6323 2006-09-05  Davide Angelocola  <davide.angelocola@tiscali.it>
6324
6325         * lib/trim.h: New file.
6326         * lib/trim.c: New file.
6327
6328 2006-09-05  Bruno Haible  <bruno@clisp.org>
6329
6330         * MODULES.html.sh (String handling): Add trim.
6331
6332 2006-09-04  Karl Berry  <karl@gnu.org>
6333
6334         * config/srclist.txt (signed.m4, gettext.m4): changes not propagated
6335         until next release.
6336
6337 2006-09-03  Bruno Haible  <bruno@clisp.org>
6338
6339         * m4/lib-link.m4 (AC_LIB_LINKFLAGS_BODY): Locate mingw shared libraries
6340         correctly.
6341
6342 2006-09-01  Paul Eggert  <eggert@cs.ucla.edu>
6343
6344         * m4/getloadavg.m4 (gl_GETLOADAVG): Use CONFIGURING_GETLOADAVG,
6345         not gl_GETLOADAVG.  Omit unneeded semicolons.
6346         Problems reported by Ralf Wildenhues in
6347         <http://lists.gnu.org/archive/html/bug-gnulib/2006-09/msg00000.html>.
6348         (gl_PREREQ_GETLOADAVG): Use AC_DEFUN, not m4_define.  Put
6349         at the end, which is the usual gnulib style.
6350
6351         * m4/fstypename.m4 (gl_FSTYPENAME): Use AC_CHECK_MEMBERS instead
6352         of doing all the work ourselves.
6353         * m4/fsusage.m4 (gl_PREREQ_FSUSAGE_EXTRA): Don't check for
6354         sys/statvfs.h since the code doesn't use HAVE_SYS_STATVFS_H.
6355
6356 2006-09-01  Paul Eggert  <eggert@cs.ucla.edu>
6357
6358         * lib/getloadavg.c: Use CONFIGURING_GETLOADAVG, not gl_GETLOADAVG.
6359         Problem reported by Ralf Wildenhues in
6360         <http://lists.gnu.org/archive/html/bug-gnulib/2006-09/msg00000.html>.
6361
6362         * lib/mountlist.c: All uses of HAVE_F_FSTYPENAME_IN_STATFS replaced by
6363         HAVE_STRUCT_STATFS_F_FSTYPENAME.
6364
6365 2006-09-01  Paul Eggert  <eggert@cs.ucla.edu>
6366
6367         * gnulib-tool (func_emit_lib_Makefile_am): Fix typos in
6368         yesterday's patch by changing test -n to test -z.
6369
6370 2006-08-31  Paul Eggert  <eggert@cs.ucla.edu>
6371
6372         * modules/getloadavg (Files): Add m4/getloadavg.m4.
6373         (configure.ac): AC_FUNC_GETLOADAVG -> gl_GETLOADAVG, as
6374         the former is now obsolescent.
6375
6376         * modules/chdir-long (Depends-on): Add fcntl.
6377
6378 2006-08-31  Paul Eggert  <eggert@cs.ucla.edu>
6379
6380         * m4/fnmatch.m4: Add comment that Autoconf AC_FUNC_FNMATCH is
6381         obsolescent, and programs should use gnulib instead.
6382         * m4/getloadavg.m4: New file, with contents taken from Autoconf
6383         but with prefixes changed.
6384
6385 2006-08-31  Paul Eggert  <eggert@cs.ucla.edu>
6386
6387         * lib/getloadavg.c [defined gl_GETLOADAVG]: Don't include config.h
6388         or stdbool.h, because they might not exist while configuring.
6389
6390         * lib/chdir-long.c: Include <fcntl.h>, for O_DIRECTORY.
6391         Don't include unistd.h or limits.h; not needed, since chdir-long.h
6392         does that for us.
6393         (O_DIRECTORY): Remove.
6394
6395 2006-08-31  Eric Blake  <ebb9@byu.net>
6396
6397         * gnulib-tool: Don't let emacs change spaces to TAB.
6398
6399 2006-08-31  Bruno Haible  <bruno@clisp.org>
6400
6401         * gnulib-tool: When calling func_import more than once, do it in a
6402         subshell.
6403         Reported by Eric Blake <ebb9@byu.net>.
6404
6405 2006-08-31  Bruno Haible  <bruno@clisp.org>
6406
6407         * gnulib-tool (nl): Remove variable.
6408         (sed_transform_lib_file): Use more robust test for config-h module.
6409         (func_import): Fix typo in 2006-08-25 patch.
6410
6411 2006-08-31  Bruno Haible  <bruno@clisp.org>
6412
6413         * gnulib-tool (func_emit_lib_Makefile_am): When --makefile-name was
6414         specified, augment Makefile.am variables instead of assigning them.
6415
6416 2006-08-30  Paul Eggert  <eggert@cs.ucla.edu>
6417
6418         Work around a bug in both the Linux and SunOS 64-bit kernels:
6419         nanosleep mishandles sleeps for longer than 2**31 seconds.
6420         Problem reported by Frank v Waveren in
6421         <http://lists.gnu.org/archive/html/bug-coreutils/2006-08/msg00298.html>.
6422         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Require gl_CLOCK_TIME.
6423         Check for nanosleep bug.
6424         (LIB_NANOSLEEP): Append clock_gettime library if needed.
6425
6426 2006-08-30  Paul Eggert  <eggert@cs.ucla.edu>
6427
6428         Work around a bug in both the Linux and SunOS 64-bit kernels:
6429         nanosleep mishandles sleeps for longer than 2**31 seconds.
6430         Problem reported by Frank v Waveren in
6431         <http://lists.gnu.org/archive/html/bug-coreutils/2006-08/msg00298.html>.
6432         * lib/nanosleep.c (BILLION): New constant.
6433         (getnow) [HAVE_BUG_BIG_NANOSLEEP]: New functions.
6434         (rpl_nanosleep) [HAVE_BUG_BIG_NANOSLEEP]: Completely new
6435         implementation.
6436
6437 2006-08-30  Paul Eggert  <eggert@cs.ucla.edu>
6438
6439         * modules/nanosleep (Depends-on): Add gettime.
6440
6441 2006-08-30  Paul Eggert  <eggert@cs.ucla.edu>
6442         and Simon Josefsson  <jas@extundo.com>
6443         and Oskar Liljeblad  <oskar@osk.mine.nu>
6444
6445         * MODULES.html.sh (Support for building documentation): Add gpl, lgpl.
6446         * gnulib-tool (func_import): New license type 'unmodifiable license
6447         text'.
6448         * modules/fdl: Use it.  Longer description.
6449         * module/gpl, module/lgpl: New files.
6450
6451 2006-08-30  Jim Meyering  <jim@meyering.net>
6452
6453         * lib/isapipe.c (isapipe): Rename local s/fd/fd_pair/ to avoid
6454         shadowing the parameter.
6455
6456 2006-08-29  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
6457
6458         Sync from Libtool:
6459
6460         2006-08-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
6461
6462         * lib/libltdl/argz.c: Use `#ifdef HAVE_CONFIG_H', to facilitate code
6463         sharing with gnulib.  Report by Eric Blake.
6464
6465 2006-08-29  Paul Eggert  <eggert@cs.ucla.edu>
6466
6467         * modules/isapipe: New file.
6468         * MODULES.html.sh (File descriptor based Input/Output): Add isapipe.
6469
6470 2006-08-29  Paul Eggert  <eggert@cs.ucla.edu>
6471
6472         * modules/configmake (Makefile.am): Add a comment, and omit
6473         the CONFIGMAKE_ prefix from generated macro names.  Suggested
6474         by Bruno Haible.
6475
6476 2006-08-29  Paul Eggert  <eggert@cs.ucla.edu>
6477
6478         * m4/isapipe.m4: New file.
6479
6480 2006-08-29  Paul Eggert  <eggert@cs.ucla.edu>
6481
6482         * lib/isapipe.c, lib/isapipe.h: New files.
6483
6484 2006-08-29  Jim Meyering  <jim@meyering.net>
6485
6486         * modules/configmake (Makefile.am): Make configmake.h depend on
6487         Makefile.  Otherwise, a stale configmake.h could hang around.
6488
6489 2006-08-29  Eric Blake  <ebb9@byu.net>
6490
6491         * lib/error.c (error_at_line, print_errno_message): Match libc, after
6492         resolution of upstream bug 3044.
6493
6494 2006-08-29  Bruno Haible  <bruno@clisp.org>
6495
6496         * modules/localcharset (Depends-on): Add configmake.
6497         (Makefile.am): Remove setting of LIBDIR through DEFS.
6498
6499 2006-08-29  Bruno Haible  <bruno@clisp.org>
6500
6501         * lib/localcharset.c: Include configmake.h in order to get LIBDIR
6502         defined.
6503
6504 2006-08-28  Paul Eggert  <eggert@cs.ucla.edu>
6505
6506         * modules/fcntl: New file.
6507         * modules/chdir-safer (Depends-on): Add fcntl.
6508         * modules/fts: Likewise.
6509         * modules/mkdir-p: Likewise.
6510
6511         * modules/stdint (Makefile.am): Do not substitute ABSOLUTE_INTTYPES_H.
6512         This undoes the most recent change, since we're now addressing the
6513         problem in a different way.
6514
6515         * gnulib-tool (emit_lib_Makefile_am): Don't put $makefile_name
6516         into output, since the output might be called Makefile.am even
6517         if $makefile_name is something different.
6518         (func_import): Use $makefile_am rather than
6519         ${makefile_name-Makefile.am}, to fix a bug where makefile_name was
6520         empty.
6521
6522         * modules/inttypes (Files): Add m4/inttypes-h.m4.
6523
6524 2006-08-28  Paul Eggert  <eggert@cs.ucla.edu>
6525
6526         * m4/inttypes.m4 (gl_INTTYPES_H): Move ABSOLUTE_INTTYPES_H code here...
6527         * m4/stdint.m4 (gl_STDINT_H): ... from here.  This undoes the most
6528         recent change to stdint.m4, since we're now addressing the problem in a
6529         different way.
6530
6531 2006-08-28  Paul Eggert  <eggert@cs.ucla.edu>
6532
6533         * m4/fcntl_h.m4: New file.
6534
6535 2006-08-28  Paul Eggert  <eggert@cs.ucla.edu>
6536
6537         * lib/fcntl_.h: New file.
6538         * lib/chdir-safer.c (O_DIRECTORY, O_NOFOLLOW): Remove, now that we have
6539         the fcntl module.
6540         * lib/dirchownmod.c: Likewise.
6541         * lib/fts.c: Likewise.
6542
6543         * lib/inttypes_.h [defined _GL_JUST_INCLUDE_ABSOLUTE_INTTYPES_H]:
6544         Include @ABSOLUTE_INTTYPES_H@ if available, but do nothing else.
6545         * lib/stdint_.h (_GL_JUST_INCLUDE_ABSOLUTE_INTTYPES_H): Define
6546         just before including <inttypes.h>, to avoid circular inclusion.
6547
6548 2006-08-28  Jim Meyering  <jim@meyering.net>
6549
6550         * doc/visibility.texi: Actually read and correct the grammar of the
6551         sentence affected by yesterday's change.
6552
6553 2006-08-28  Eric Blake  <ebb9@byu.net>
6554
6555         * modules/inttypes (Makefile.am): Fix sed error when inttypes.h
6556         needs wrapper.
6557
6558 2006-08-28  Eric Blake  <ebb9@byu.net>
6559
6560         * m4/inttypes.m4 (gl_INTTYPES_H): Fix missing #endif.
6561
6562 2006-08-28  Eric Blake  <ebb9@byu.net>
6563
6564         * m4/codeset.m4 (AM_LANGINFO_CODESET): Avoid compiler warning.
6565
6566 2006-08-28  Bruno Haible  <bruno@clisp.org>
6567
6568         * modules/c-strstr: New file, from GNU gettext.
6569         * MODULES.html.sh (String handling): Add c-strstr.
6570
6571 2006-08-28  Bruno Haible  <bruno@clisp.org>
6572
6573         * m4/inttypes.m4 (gl_INTTYPES_H): Don't test for the existence of SCNX*
6574         macros.
6575         Reported by Eric Blake.
6576
6577 2006-08-28  Bruno Haible  <bruno@clisp.org>
6578
6579         * lib/vasnprintf.c (EOVERFLOW): Remove definition.
6580         (VASNPRINTF): Return a string of length > INT_MAX without failing.
6581         * lib/vasprintf.c: Include errno.h, limits.h.
6582         (EOVERFLOW): New fallback definition.
6583         (vasprintf): Test here whether the string length is > INT_MAX.
6584         * lib/vsnprintf.c: Include errno.h, limits.h.
6585         (EOVERFLOW): New fallback definition.
6586         (vsnprintf): Fix bug when generated string was too long for the buffer.
6587         Test here whether the string length is > INT_MAX.
6588
6589 2006-08-28  Bruno Haible  <bruno@clisp.org>
6590
6591         * lib/inttypes_.h (SCNX*): Remove definitions.
6592         Reported by Eric Blake.
6593
6594 2006-08-28  Bruno Haible  <bruno@clisp.org>
6595
6596         * lib/c-strstr.h: New file, from GNU gettext.
6597         * lib/c-strstr.c: New file, from GNU gettext.
6598
6599 2006-08-28  Bruno Haible  <bruno@clisp.org>
6600
6601         * gnulib-tool: Reorder some statements.
6602
6603 2006-08-28  Bruno Haible  <bruno@clisp.org>
6604
6605         * gnulib-tool: New option --makefile-name.
6606         (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am): Use
6607         $makefile_name.
6608         (func_import): Write $makefile_name to the cache file, and read it from
6609         there unless explicitly specified. Use $makefile_name as file name
6610         instead of Makefile.am. Adjust the recommendations accordingly.
6611
6612 2006-08-28  Bruno Haible  <bruno@clisp.org>
6613
6614         * gnulib-tool (func_verify_module): Check against misapplying patch.
6615
6616 2006-08-28  Bruno Haible  <bruno@clisp.org>
6617
6618         * gnulib-tool (func_relativize, func_relconcat): New functions.
6619         Give an error if --local-dir is given with --update.
6620         Remove trailing slashes from $local_gnulib_dir.
6621         (func_import): Store the relativized $local_gnulib_dir in
6622         gnulib-cache.m4, and read it from there if not specified explicitly.
6623
6624 2006-08-28  Bruno Haible  <bruno@clisp.org>
6625
6626         * gnulib-tool (func_get_tests_module): Don't assume that $gnulib_dir
6627         is the current directory. Respect also $local_gnulib_dir.
6628
6629 2006-08-28  Bruno Haible  <bruno@clisp.org>
6630             Simon Josefsson  <jas@extundo.com>
6631
6632         BeOS portability.
6633         * lib/getaddrinfo.c (PF_INET, PF_UNSPEC): New macros.
6634
6635 2006-08-27  Jim Meyering  <jim@meyering.net>
6636
6637         * doc/visibility.texi: Remove duplicate word: "pointer".
6638
6639 2006-08-26  Bruno Haible  <bruno@clisp.org>
6640
6641         * modules/inttypes (Files): Add lib/inttypes_.h, remove lib/inttypes.h.
6642         Add m4/inttypes.m4, remove m4/_inttypes_h.m4 and m4/include_next.m4.
6643         (Makefile.am): Create inttypes.h from inttypes_.h.
6644         * modules/stdint (Makefile.am): Substitute also ABSOLUTE_INTTYPES_H.
6645
6646         * modules/imaxabs: New file.
6647
6648         * modules/imaxdiv: New file.
6649
6650 2006-08-26  Bruno Haible  <bruno@clisp.org>
6651
6652         * m4/inttypes.m4: New file.
6653         * m4/_inttypes_h.m4: Remove file.
6654         * m4/inttypes-pri.m4 (gt_INTTYPES_PRI): Also AC_SUBST
6655         PRI_MACROS_BROKEN.
6656         * m4/stdint.m4 (gl_STDINT_H): Define also ABSOLUTE_INTTYPES_H.
6657
6658         * m4/imaxabs.m4: New file.
6659
6660         * m4/imaxdiv.m4: New file.
6661
6662 2006-08-26  Bruno Haible  <bruno@clisp.org>
6663
6664         * lib/inttypes_.h: New file.
6665         * lib/inttypes.h: Remove file.
6666         * lib/stdint_.h: Include <inttypes.h> through its absolute filename.
6667
6668         * lib/imaxabs.c: New file.
6669
6670         * lib/imaxdiv.c: New file.
6671
6672 2006-08-25  Paul Eggert  <eggert@cs.ucla.edu>
6673
6674         New config-h module, so that "make" output needn't be cluttered
6675         by -DHAVE_CONFIG_H.
6676         * MODULES.html.sh (Support for building libraries and executables):
6677         Add config-h.
6678         * modules/config-h: New file.
6679         * gnulib-tool (nl, sed_transform_lib_file): New vars.
6680         (func_import): Turn "#ifdef HAVE_CONFIG_H" to "#if 1" if
6681         the config-h module is used.
6682
6683         New configmake module, so that "make" output needn't be cluttered
6684         by fluff like '-DLIBDIR=\"/usr/local/lib\"'.
6685         * MODULES.html.sh (Support for building libraries and executables):
6686         Add configmake.
6687         * modules/configmake: New file.
6688
6689 2006-08-25  Paul Eggert  <eggert@cs.ucla.edu>
6690
6691         * m4/config-h.m4: New file.
6692
6693 2006-08-24  Paul Eggert  <eggert@cs.ucla.edu>
6694
6695         * config/srclist.txt: Add elisp-comp.
6696
6697 2006-08-24  Paul Eggert  <eggert@cs.ucla.edu>
6698
6699         * MODULES.html.sh (Support for building libraries and executables):
6700         Add elisp-comp.
6701         * build-aux/elisp-comp: New file.
6702         * modules/elisp-comp: New file.
6703
6704 2006-08-24  Bruno Haible  <bruno@clisp.org>
6705
6706         * gnulib-tool (func_create_testdir): Use non-default values of
6707         sourcebase and m4base.
6708
6709 2006-08-24  Bruno Haible  <bruno@clisp.org>
6710
6711         * MODULES.html.sh (Compatibility checks for POSIX:2001 functions: Fix
6712         HTML structure.
6713
6714 2006-08-23  Paul Eggert  <eggert@cs.ucla.edu>
6715
6716         * modules/openat (Depends-on): Add lchown.
6717
6718 2006-08-23  Bruno Haible  <bruno@clisp.org>
6719
6720         * gnulib-tool (func_import, func_create_testdir): Emit an invocation
6721         of gl_LOCK_EARLY instead of gl_LOCK.
6722
6723 2006-08-23  Bruno Haible  <bruno@clisp.org>
6724
6725         * m4/lock.m4 (gl_LOCK_BODY): Change the default value of gl_use_threads
6726         on OSF/1 to no.
6727         Reported by Stephen Cartwright <sgcartwr@ucalgary.ca>.
6728
6729 2006-08-23  Bruno Haible  <bruno@clisp.org>
6730
6731         * m4/fsusage.m4 (gl_FILE_SYSTEM_USAGE): Don't consider BeOS statvfs
6732         as unusable.
6733
6734         * m4/lock.m4 (gl_LOCK_EARLY): Renamed from gl_LOCK.
6735         (gl_LOCK_BODY): Remove gl_PREREQ_LOCK invocation.
6736         (gl_LOCK): New macro.
6737
6738 2006-08-22  Simon Josefsson  <jas@extundo.com>
6739
6740         * modules/gc-md5 (Makefile.am): Need to add md5.h, after changes
6741         to md5 module.
6742
6743 2006-08-22  Simon Josefsson  <jas@extundo.com>
6744
6745         * MODULES.html.sh: Add "Support for maintaining and release
6746         projects".
6747
6748         * build-aux/gnupload: New file, from coreutils.
6749
6750 2006-08-22  Paul Eggert  <eggert@cs.ucla.edu>
6751
6752         Avoid the need for AC_LIBSOURCES in m4 macros.
6753         * modules/arcfour (EXTRA_DIST): Add arcfour.h.
6754         * modules/arctwo (EXTRA_DIST): Add arctwo.h.
6755         * modules/check-version (EXTRA_DIST): Add check-version.h.
6756         * modules/crc (EXTRA_DIST): Add crc.h.
6757         * modules/des (EXTRA_DIST): Add des.h.
6758         * modules/gc (EXTRA_DIST): Add gc.h.
6759         * modules/getdelim (EXTRA_DIST): Add getdelim.h.
6760         * modules/getline (EXTRA_DIST): Add getline.h.
6761         * modules/getlogin_r (EXTRA_DIST): Add getlogin_r.h.
6762         * modules/hmac-md5 (EXTRA_DIST): Add hmac.h.
6763         * modules/hmac-sha1 (EXTRA_DIST): Add hmac.h.
6764         * modules/md2 (EXTRA_DIST): Add md2.h.
6765         * modules/md4 (EXTRA_DIST): Add md4.h.
6766         * modules/pagealign_alloc (EXTRA_DIST): Add pagealign_alloc.h.
6767         * modules/read-file (EXTRA_DIST): Add read-file.h.
6768         * modules/readline (EXTRA_DIST): Add readline.h.
6769         * modules/rijndael (EXTRA_DIST): Add rijndael-alg-fst.h,
6770         rijndael-api-fst.h.
6771
6772 2006-08-22  Paul Eggert  <eggert@cs.ucla.edu>
6773
6774         * m4/rijndael.m4 (gl_ARCFOUR):
6775         * m4/arctwo.m4 (gl_ARCTWO):
6776         * m4/check-version.m4 (gl_CHECK_VERSION):
6777         * m4/crc.m4 (gl_CRC):
6778         * m4/des.m4 (gl_DES):
6779         * m4/gc-pbkdf2-sha1.m4 (gl_GC_PBKDF2_SHA1):
6780         * m4/gc.m4 (gl_GC):
6781         * m4/getdelim.m4 (gl_FUNC_GETDELIM):
6782         * m4/getline.m4 (gl_FUNC_GETLINE):
6783         * m4/getlogin_r.m4 (gl_GETLOGIN_R_SUBSTITUTE):
6784         * m4/hmac-md5.m4 (gl_HMAC_MD5):
6785         * m4/hmac-sha1.m4 (gl_HMAC_SHA1):
6786         * m4/md2.m4 (gl_MD2):
6787         * m4/md4.m4 (gl_MD4):
6788         * m4/pagealign_alloc.m4 (gl_PAGEALIGN_ALLOC):
6789         * m4/read-file.m4 (gl_FUNC_READ_FILE):
6790         * m4/readline.m4 (gl_FUNC_READLINE):
6791         * m4/rijndael.m4 (gl_RIJNDAEL):
6792         Don't use AC_LIBSOURCES; instead, rely on the files in ../modules/
6793         to get the necessary .h files and whatnot.
6794
6795 2006-08-22  Paul Eggert  <eggert@cs.ucla.edu>
6796
6797         * config/srclist.txt: Remove gnupload, since coreutils now syncs from
6798         gnulib rather than the other way around.
6799         * config/srclistvars.sh (COREUTILS): Remove.
6800
6801 2006-08-22  Jim Meyering  <jim@meyering.net>
6802
6803         * modules/mkdir-p (Makefile.am): Fix typo: s/lib+SOURCES/lib_SOURCES/.
6804
6805         * modules/getpass-gnu (Makefile.am): Add getpass.h to EXTRA_DIST.
6806
6807 2006-08-22  Eric Blake  <ebb9@byu.net>
6808
6809         * modules/regexprops-generic: New file.
6810         * MODULES.html.sh (Support for building documentation): List it.
6811
6812 2006-08-22  Eric Blake  <ebb9@byu.net>
6813
6814         * m4/stdint_h.m4 (gl_AC_HEADER_STDINT_H): Avoid compiler warning.
6815         * m4/inttypes_h.m4 (gl_AC_HEADER_INTTYPES_H): Likewise.
6816         * m4/longlong.m4 (AC_TYPE_LONG_LONG_INT): Likewise.
6817         * m4/intmax_t.m4 (gt_AC_TYPE_INTMAX_T): Likewise.
6818
6819 2006-08-22  Bruno Haible  <bruno@clisp.org>
6820
6821         * gnulib-tool (func_emit_lib_Makefile_am): Don't treat lib_LIBRARIES
6822         and lib_LTLIBRARIES like the other lib_* variables.
6823
6824 2006-08-22  Bruno Haible  <bruno@clisp.org>
6825
6826         * build-aux/x-to-1.in: New file, from GNU gettext.
6827
6828 2006-08-22  Bruno Haible  <bruno@clisp.org>
6829
6830         * m4/readutmp.m4 (gl_READUTMP): Compile readutmp.c only if <utmp.h> or
6831         <utmpx.h> exists.
6832
6833 2006-08-22  Bruno Haible  <bruno@clisp.org>
6834
6835         * lib/readutmp.h: Skip most definitions if neither <utmp.h> nor
6836         <utmpx.h> exists.
6837
6838 2006-08-21  Paul Eggert  <eggert@cs.ucla.edu>
6839
6840         BeOS portability.
6841         * lib/dirchownmod.c (dirchownmod): Don't use fchmod if it doesn't
6842         exist.
6843         Problem reported by Bruno Haible.
6844
6845 2006-08-21  Paul Eggert  <eggert@cs.ucla.edu>
6846
6847         Avoid the need for AC_LIBSOURCES in m4 macros.
6848         * modules/acl (EXTRA_DIST): Add acl.h.
6849         * modules/argmatch (Files): Add m4/argmatch.m4.
6850         (configure.ac): Add gl_ARGMATCH.
6851         (EXTRA_DIST): Renamed from lib_SOURCES, for
6852         consistency with the other modules.  Remove argmatch.c.
6853         * modules/backupfile (EXTRA_DIST): Add backupfile.h.
6854         * modules/c-strtod (EXTRA_DIST): Add c-strtod.h.
6855         * modules/c-strtold (EXTRA_DIST): Add c-strtod.c, c-strtod.h.
6856         * modules/canonhost (EXTRA_DIST): Add c-canonhost.h.
6857         * modules/canonicalize (EXTRA_DIST): Add canonicalize.h.
6858         * modules/chdir-long (EXTRA_DIST): Add chdir-long.h.
6859         * modules/chdir-safer (EXTRA_DIST): Add chdir-safer.h.
6860         * modules/cloexec (EXTRA_DIST): Add cloexec.h.
6861         * modules/close-stream (EXTRA_DIST): Add close-stream.h.
6862         * modules/closeout (EXTRA_DIST): Add closeout.h.
6863         * modules/cycle-check (EXTRA_DIST): Add cycle-check.h.
6864         * modules/dev-ino (EXTRA_DIST): Add dev-ino.h.
6865         * modules/dirfd (EXTRA_DIST): Add dirfd.h.
6866         * modules/dirname (EXTRA_DIST): Renamed from lib_SOURCES.  Add
6867         dirname.h; remove basename.c and stripslash.c.
6868         * modules/exclude (EXTRA_DIST): Add exclude.h.
6869         * modules/exitfail (EXTRA_DIST): Add exitfail.h.
6870         * modules/fcntl-safer (EXTRA_DIST): Add fcntl-safer.h fcntl--.h.
6871         * modules/file-type (EXTRA_DIST): Add file-type.h.
6872         * modules/filemode (EXTRA_DIST): Add filemode.h.
6873         * modules/filenamecat (EXTRA_DIST): Add filenamecat.h.
6874         * modules/fopen-safer (EXTRA_DIST): Add stdio-safer.h stdio--.h.
6875         * modules/fpending (EXTRA_DIST): Add __fpending.h.
6876         * modules/fprintftime (EXTRA_DIST): Add fprintftime.h.
6877         * modules/fsusage (EXTRA_DIST): Add fsusage.h.
6878         * modules/fts (EXTRA_DIST): Add fts_.h fts-cycle.c.
6879         * modules/getcwd (EXTRA_DIST): Add getcwd.h.
6880         * modules/getdate (EXTRA_DIST): Add getdate.c.
6881         * modules/gethrxtime (EXTRA_DIST): Add gethrxtime.h xtime.h.
6882         * modules/getpagesize (EXTRA_DIST): Add getpagesize.h.
6883         * modules/getpass (EXTRA_DIST): Add getpass.h.
6884         * modules/glob (EXTRA_DIST): Add glob_.h glob-libc.h.
6885         * modules/group-member (EXTRA_DIST): Add group-member.h.
6886         * modules/hard-locale (EXTRA_DIST): Add hard-locale.h.
6887         * modules/hash (EXTRA_DIST): Add hash.h.
6888         * modules/human (EXTRA_DIST): Add human.h.
6889         * modules/inttypes (EXTRA_DIST): Add inttypes.h.
6890         * modules/lchmod (EXTRA_DIST): Add lchmod.h.
6891         * modules/lchown (EXTRA_DIST): Add lchown.h.
6892         * modules/long-options (EXTRA_DIST): Add long-options.h.
6893         * modules/lstat (EXTRA_DIST): Add lstat.h.
6894         * modules/md5 (EXTRA_DIST): Add memcasecmp.h.
6895         * modules/memcoll (EXTRA_DIST): Add memcoll.h.
6896         * modules/mempcpy (EXTRA_DIST): Add mempcpy.h.
6897         * modules/memrchr (EXTRA_DIST): Add memrchr.h.
6898         * modules/memxor (EXTRA_DIST): Add memxor.h.
6899         * modules/mkancesdirs (EXTRA_DIST): Add mkancesdirs.h.
6900         * modules/mkdir-p (EXTRA_DIST): Add modechange.h.
6901         * modules/mountlist (EXTRA_DIST): Add mountlist.h.
6902         * modules/openat (EXTRA_DIST): Add at-func.c openat.h openat-priv.h.
6903         * modules/pathmax (EXTRA_DIST): Add pathmax.h.
6904         * modules/physmem (EXTRA_DIST): Add physmem.h.
6905         * modules/posixtm (EXTRA_DIST): Add posixtm.h.
6906         * modules/posixver (EXTRA_DIST): Add posixver.h.
6907         * modules/quote (EXTRA_DIST): Add quote.h.
6908         * modules/quotearg (EXTRA_DIST): Add quotearg.h.
6909         * modules/readtokens (EXTRA_DIST): Add readtokens.h.
6910         * modules/readutmp (EXTRA_DIST): Add readutmp.h.
6911         * modules/regex (EXTRA_DIST): Add regcomp.c regex.h regex_internal.c
6912         regex_internal.h regexec.c.
6913         * modules/safe-read (EXTRA_DIST): Add safe-read.h.
6914         * modules/safe-write (EXTRA_DIST): Add safe-write.h.
6915         * modules/same (EXTRA_DIST): Add same.h.
6916         * modules/same-inode (EXTRA_DIST): Add same-inode.h.
6917         * modules/save-cwd (EXTRA_DIST): Add save-cwd.h.
6918         * modules/savedir (EXTRA_DIST): Add savedir.h.
6919         * modules/sha1 (EXTRA_DIST): Add sha1.h.
6920         * modules/sig2str (EXTRA_DIST): Add sig2str.h.
6921         * modules/stat-macros (EXTRA_DIST): Add stat-macros.h.
6922         * modules/stat-time (EXTRA_DIST): Add stat-time.h.
6923         * modules/stdlib-safer (EXTRA_DIST): Add stdlib-safer.h stdlib--.h.
6924         * modules/strdup (EXTRA_DIST): Add strdup.h.
6925         * modules/strftime (EXTRA_DIST): Add strftime.h.
6926         * modules/strndup (EXTRA_DIST): Add strndup.h.
6927         * modules/strnlen (EXTRA_DIST): Add strnlen.h.
6928         * modules/strverscmp (EXTRA_DIST): Add strverscmp.h.
6929         * modules/time_r (EXTRA_DIST): Add time_r.h.
6930         * modules/timespec (EXTRA_DIST): Add timespec.h.
6931         * modules/tmpfile-safer (EXTRA_DIST): Add stdio-safer.h stdio--.h.
6932         * modules/unistd-safer (EXTRA_DIST): Add unistd-safer.h unistd--.h.
6933         * modules/unlinkdir (EXTRA_DIST): Add unlinkdir.h.
6934         * modules/unlocked-io (EXTRA_DIST): Add unlocked-io.h.
6935         * modules/userspec (EXTRA_DIST): Add userspec.h.
6936         * modules/utimecmp (EXTRA_DIST): Add utimecmp.h.
6937         * modules/utimens (EXTRA_DIST): Add utimens.h.
6938         * modules/xalloc (EXTRA_DIST): Add xalloc.h.
6939         * modules/xgetcwd (EXTRA_DIST): Add xgetcwd.h.
6940         * modules/xnanosleep (EXTRA_DIST): Add xnanosleep.h.
6941         * modules/xreadlink (EXTRA_DIST): Add xreadlink.h.
6942         * modules/xstrtod (EXTRA_DIST): Add xstrtod.h.
6943         * modules/xstrtol (EXTRA_DIST): Add xstrtol.h.
6944         * modules/xstrtold (EXTRA_DIST): Add xstrtod.c xstrtod.h.
6945         * modules/yesno (EXTRA_DIST): Add yesno.h.
6946
6947 2006-08-21  Paul Eggert  <eggert@cs.ucla.edu>
6948
6949         * m4/mkdir-p.m4 (gl_MKDIR_PARENTS): Check for fchmod.
6950
6951         * m4/argmatch.m4: New file, from coreutils with AC_LIBSOURCES removed.
6952         * m4/dev-ino.m4, same-inode.m4: Remove.
6953
6954         * m4/_inttypes_h.m4 (gl_INTTYPES_H):
6955         * m4/acl.m4 (AC_FUNC_ACL):
6956         * m4/backupfile.m4 (gl_BACKUPFILE):
6957         * m4/c-strtod.m4 (gl_C99_STRTOLD):
6958         * m4/canon-host.m4 (gl_CANON_HOST):
6959         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME):
6960         * m4/chdir-long.m4 (gl_FUNC_CHDIR_LONG):
6961         * m4/chdir-safer.m4 (gl_CHDIR_SAFER):
6962         * m4/cloexec.m4 (gl_CLOEXEC):
6963         * m4/close-stream.m4 (gl_CLOSE_STREAM):
6964         * m4/closeout.m4 (gl_CLOSEOUT):
6965         * m4/dirfd.m4 (gl_FUNC_DIRFD):
6966         * m4/dirname.m4 (gl_DIRNAME):
6967         * m4/exclude.m4 (gl_EXCLUDE):
6968         * m4/exitfail.m4 (gl_EXITFAIL):
6969         * m4/fcntl-safer.m4 (gl_FCNTL_SAFER):
6970         * m4/file-type.m4 (gl_FILE_TYPE):
6971         * m4/filemode.m4 (gl_FILEMODE):
6972         * m4/filenamecat.m4 (gl_FILE_NAME_CONCAT):
6973         * m4/fpending.m4 (gl_FUNC_FPENDING):
6974         * m4/fprintftime.m4 (gl_FPRINTFTIME):
6975         * m4/fts.m4 (gl_FUNC_FTS):
6976         * m4/getcwd.m4 (gl_FUNC_GETCWD_NULL):
6977         * m4/getdate.m4 (gl_GETDATE):
6978         * m4/gethrxtime.m4 (gl_GETHRXTIME):
6979         * m4/getpagesize.m4 (gl_GETPAGESIZE):
6980         * m4/getpass.m4 (gl_FUNC_GETPASS):
6981         * m4/gettime.m4 (gl_GETTIME):
6982         * m4/getugroups.m4 (gl_GETUGROUPS):
6983         * m4/glob.m4 (gl_GLOB_SUBSTITUTE):
6984         * m4/group-member.m4 (gl_FUNC_GROUP_MEMBER):
6985         * m4/hard-locale.m4 (gl_HARD_LOCALE):
6986         * m4/hash.m4 (gl_HASH):
6987         * m4/idcache.m4 (gl_IDCACHE):
6988         * m4/lchmod.m4 (gl_FUNC_LCHMOD):
6989         * m4/lchown.m4 (gl_FUNC_LCHOWN):
6990         * m4/long-options.m4 (gl_LONG_OPTIONS):
6991         * m4/lstat.m4 (gl_FUNC_LSTAT):
6992         * m4/md5.m4 (gl_MD5):
6993         * m4/memcasecmp.m4 (gl_MEMCASECMP):
6994         * m4/memcoll.m4 (gl_MEMCOLL):
6995         * m4/mempcpy.m4 (gl_FUNC_MEMPCPY):
6996         * m4/memrchr.m4 (gl_FUNC_MEMRCHR):
6997         * m4/memxor.m4 (gl_MEMXOR):
6998         * m4/mkancesdirs.m4 (gl_MKANCESDIRS):
6999         * m4/mkdir-p.m4 (gl_MKDIR_PARENTS):
7000         * m4/modechange.m4 (gl_MODECHANGE):
7001         * m4/mountlist.m4 (gl_MOUNTLIST):
7002         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP):
7003         * m4/openat.m4 (gl_FUNC_OPENAT):
7004         * m4/pathmax.m4 (gl_PATHMAX):
7005         * m4/physmem.m4 (gl_PHYSMEM):
7006         * m4/posixtm.m4 (gl_POSIXTM):
7007         * m4/posixver.m4 (gl_POSIXVER):
7008         * m4/quote.m4 (gl_QUOTE):
7009         * m4/quotearg.m4 (gl_QUOTEARG):
7010         * m4/readtokens.m4 (gl_READTOKENS):
7011         * m4/readutmp.m4 (gl_READUTMP):
7012         * m4/regex.m4 (gl_REGEX):
7013         * m4/safe-read.m4 (gl_SAFE_READ):
7014         * m4/safe-write.m4 (gl_SAFE_WRITE):
7015         * m4/same.m4 (gl_SAME):
7016         * m4/save-cwd.m4 (gl_SAVE_CWD):
7017         * m4/savedir.m4 (gl_SAVEDIR):
7018         * m4/settime.m4 (gl_SETTIME):
7019         * m4/sha1.m4 (gl_SHA1):
7020         * m4/sig2str.m4 (gl_FUNC_SIG2STR):
7021         * m4/stat-macros.m4 (gl_STAT_MACROS):
7022         * m4/stat-time.m4 (gl_STAT_TIME):
7023         * m4/stdio-safer.m4 (gl_FOPEN_SAFER):
7024         * m4/stdlib-safer.m4 (gl_STDLIB_SAFER):
7025         * m4/strdup.m4 (gl_FUNC_STRDUP):
7026         * m4/strftime.m4 (gl_FUNC_GNU_STRFTIME):
7027         * m4/strndup.m4 (gl_FUNC_STRNDUP):
7028         * m4/strnlen.m4 (gl_FUNC_STRNLEN):
7029         * m4/strverscmp.m4 (gl_FUNC_STRVERSCMP):
7030         * m4/time_r.m4 (gl_TIME_R):
7031         * m4/timespec.m4 (gl_TIMESPEC):
7032         * m4/unistd-safer.m4 (gl_UNISTD_SAFER):
7033         * m4/unlinkdir.m4 (gl_UNLINKDIR):
7034         * m4/unlocked-io.m4 (gl_FUNC_GLIBC_UNLOCKED_IO):
7035         * m4/userspec.m4 (gl_USERSPEC):
7036         * m4/utimecmp.m4 (gl_UTIMECMP):
7037         * m4/utimens.m4 (gl_UTIMENS):
7038         * m4/xalloc.m4 (gl_XALLOC):
7039         * m4/xgetcwd.m4 (gl_XGETCWD):
7040         * m4/xnanosleep.m4 (gl_XNANOSLEEP):
7041         * m4/xreadlink.m4 (gl_XREADLINK):
7042         * m4/xstrtod.m4 (gl_XSTRTOD):
7043         * m4/yesno.m4 (gl_YESNO):
7044         Don't use AC_LIBSOURCES; instead, rely on the files in ../modules/
7045         to get the necessary .h files and whatnot.
7046
7047 2006-08-21  Mark D. Baushke  <mdb@gnu.org>
7048             Bruno Haible  <bruno@clisp.org>
7049
7050         * gnulib-tool (func_verify_module): Work around Sun's non-POSIX 1003.2
7051         /bin/sh understanding of '!' conditional negation.
7052
7053 2006-08-21  Jim Meyering  <jim@meyering.net>
7054
7055         * modules/openat (Depends-on): Really alphabetize.
7056
7057         * modules/acl (Depends-on): Add error and quote.
7058
7059         * check-module (find_included_lib_files): Add at-func.c to the
7060         ok-to-include-more-than-once white list.
7061
7062         * modules/openat (Depends-on): Add lstat.  Alphabetize.
7063
7064 2006-08-21  Bruno Haible  <bruno@clisp.org>
7065
7066         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
7067         Emit a pkgdata_DATA variable only if some snippets add contents to it.
7068         Reported by Martin Lambers <marlam@marlam.de>.
7069
7070 2006-08-21  Bruno Haible  <bruno@clisp.org>
7071
7072         * gnulib-tool (func_emit_lib_Makefile_am): If the snippets already
7073         specify an installation location, don't emit a noinst_LIBRARIES or
7074         noinst_LTLIBRARIES assignment.
7075
7076 2006-08-21  Bruno Haible  <bruno@clisp.org>
7077
7078         BeOS portability.
7079         * modules/mbchar (Include): Don't test HAVE_WCTYPE_H any more, since
7080         BeOS has mbrtowc() but no <wctype.h>.
7081
7082 2006-08-21  Bruno Haible  <bruno@clisp.org>
7083
7084         BeOS portability.
7085         * m4/mbchar.m4 (gl_MBCHAR): Compile mbchar.c also if <wctype.h> doesn't
7086         exist.
7087
7088 2006-08-21  Bruno Haible  <bruno@clisp.org>
7089
7090         BeOS portability.
7091         * lib/mbchar.h: Include <wctype.h> only if it exists.
7092
7093 2006-08-20  Paul Eggert  <eggert@cs.ucla.edu>
7094
7095         Remove files that are no longer needed by their respective modules.
7096         * m4/obstack.m4: Remove.
7097         * m4/strerror_r.m4: Remove.
7098         * m4/uint32_t.m4: Remove.
7099         * m4/uintptr_t.m4: Remove.
7100         * m4/ullong_max.m4: Remove.
7101         * m4/xstrtoimax.m4: Remove.
7102         * m4/xstrtoumax.m4: Remove.
7103
7104         * m4/cycle-check.m4 (gl_CYCLE_CHECK): Do not require
7105         gl_AC_TYPE_UINTMAX_T, gl_STRUCT_DEV_INO, or gl_SAME_INODE, since gnulib
7106         dependencies now capture this.
7107
7108         * m4/cycle-check.m4 (gl_CYCLE_CHECK):
7109         Do not use AC_LIBSOURCES, since gnulib modules now do this.
7110         * m4/fsusage.m4 (gl_FSUSAGE): Likewise.
7111         * m4/human.m4 (gl_HUMAN): Likewise.
7112         * m4/inttostr.m4 (gl_INTTOSTR): Likewise.
7113         * m4/xstrtol.m4 (gl_XSTRTOL): Likewise.
7114
7115         * m4/filemode.m4 (gl_FILEMODE): Require AC_STRUCT_ST_DM_MODE.
7116
7117         * m4/filemode.m4 (gl_PREREQ_FSUSAGE_EXTRA): Do not require
7118         gl_AC_TYPE_INTMAX_T or gl_AC_TYPE_UINTMAX_T, since we now require
7119         stdint.
7120         * m4/human.m4 (gl_HUMAN): Likewise.
7121         * m4/inttostr.m4 (gl_PREREQ_INTTOSTR): Likewise.
7122         * m4/mkstemp.m4 (gl_PREREQ_TEMPNAME): Likewise.
7123         * m4/strtoimax.m4 (gl_PREREQ_STRTOIMAX): Likewise.
7124         * m4/strtoumax.m4 (gl_PREREQ_STRTOUMAX): Likewise.
7125         * m4/xstrtol (gl_XSTRTOL): Likewise.
7126
7127         * m4/gethrxtime.m4 (gl_XTIME): gl_AC_TYPE_LONG_LONG ->
7128         AC_TYPE_LONG_LONG_INT.
7129         * m4/strtoimax.m4 (gl_PREREQ_STRTOIMAX): Likewise.
7130         * m4/strtoll.m4 (gl_FUNC_STRTOLL): Likewise.
7131         * m4/strtoull.m4 (gl_FUNC_STRTOULL): Likewise, for unsigned long.
7132         * m4/strtoumax.m4 (gl_PREREQ_STRTOUMAX): Likewise.
7133
7134         * m4/human.m4 (gl_HUMAN): Do not require AM_STDBOOL_H since we depend
7135         on stdbool.
7136
7137         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL_H, gl_PREREQ_XSTRTOL): Remove.
7138         (gl_PREREQ_XSTRTOUL): Remove.
7139
7140         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Check for hasmntopt.
7141
7142         * m4/posixver.m4: Fix comment since head -1 now works even in POSIX
7143         mode.
7144
7145 2006-08-20  Paul Eggert  <eggert@cs.ucla.edu>
7146
7147         Add and change modules to make it easier for coreutils to use
7148         gnulib-tool.
7149         * modules/backupfile (Files): Remove m4/d-ino.m4.
7150         (Depends-on): Add d-ino.
7151         * modules/cycle-check (Depends-on): Add stdint.
7152         (lib_SOURCES): Add cycle-check.h.
7153         * modules/d-ino: New module.
7154         * modules/d-type: New module.
7155         * modules/error (Files): Remove m4/strerror_r.m4.
7156         * modules/filemode (Files): Add m4/st_dm_mode.m4.
7157         * modules/fsuage (Files): Remove m4/ulonglong.m4, m4/stdint_h.m4,
7158         m4/inttypes_h.m4, m4/uintmax_t.m4.
7159         (Depends-on): Add stdint.
7160         (lib_SOURCES): Add fsusage.h.
7161         * modules/getcwd (Files): Remove d-ino.m4.
7162         (Depends-on): Add d-ino.
7163         * modules/getndelim2 (Depends-on): Add stdint.
7164         * modules/glob (Files): Remove m4/d-type.m4.
7165         (Depends-on): Add d-type.
7166         * modules/host-os: New module.
7167         * modules/human (Files):  Remove m4/ulonglong.m4, m4/stdint_h.m4,
7168         m4/inttypes_h.m4, m4/uintmax_t.m4.
7169         * Depends-on: Add stdint.
7170         (lib_SOURCES): Add human.h.
7171         * modules/inttostr (Files): Remove m4/intmax_t.m4,
7172         m4/inttostr.m4, m4/inttypes_h.m4, m4/longlong.m4, m4/stdint_h.m4,
7173         m4/uintmax_t.m4, m4/ulonglong.m4.
7174         (Depends-on): Add stdint.
7175         (EXTRA_DIST): Add inttostr.h.
7176         * modules/lchmod: New module.
7177         * modules/link-follow: New module.
7178         * modules/mkdir-p (Files): Remove lib/lchmod.h, m4/lchmod.m4.
7179         (Depends-on): Add lchmod.
7180         * modules/mkstemp (Files): Remove m4/ulonglong.m4,
7181         m4/stdint_h.m4, m4/inttypes_h.m4, m4/uintmax_t.m4.
7182         (Depends-on): Add stdint.
7183         * modules/obstack (Files): Remove m4/inttypes_h.m4, m4/obstack.m4,
7184         m4/stdint_h.m4, m4/uintmax_t.m4, m4/ulonglong.m4.
7185         (Depends-on): Add stdint.
7186         (configure.ac): Change gl_OBSTACK to AC_FUNC_OBSTACK.
7187         * modules/perl: New module.
7188         * modules/regex (Depends-on): Add stdint.
7189         * modules/rmdir-errno: New module.
7190         * modules/strtoimax (Files): Remove m4/stdint_h.m4, m4/inttypes_h.m4,
7191         m4/intmax_t.m4.
7192         (Depends-on): Add stdint.
7193         * modules/strtoumax (Files): Remove m4/stdint_h.m4, m4/inttypes_h.m4,
7194         m4/uintmax_t.m4.
7195         (Depends-on): Add stdint.
7196         * modules/unlink-busy: New module.
7197         * modules/utimecmp (Depends-on): Add stdint.
7198         * modules/uptime: New module.
7199         * modules/winsz-ioctl: New module.
7200         * modules/winsz-termios: New module.
7201         * modules/xnanosleep (Depends-on): Add nanosleep.
7202         * modules/ullong_max: Remove.
7203         * modules/xstrtoimax (Files): Remove m4/xstrtoimax.m4.
7204         (configure.ac): Remove gl_XSTRTOIMAX; no action needed now.
7205         * modules/xstrtol (Files): Remove m4/ulonglong.m4, m4/longlong.m4,
7206         m4/stdint_h.m4, m4/inttypes_h.m4, m4/uintmax_t.m4, m4/intmax_t.m4.
7207         (Depends-on): Add inttypes.
7208         (lib_SOURCES): Add xstrtol.h.
7209         * modules/xstrtoumax (Files): Remove m4/xstrtoumax.m4.
7210         (configure.ac): Remove gl_XSTRTOUMAX; no action needed now.
7211         * MODULES.html.sh: Move 'assert' into the assert section.
7212         Move 'dummy' into the linking section.
7213         Remove ullong_max.
7214         Add section for compatibility checks for POSIX:2001 functions,
7215         and put d-ino, d-type, link-follow, rmdir-errno, unlink-busy,
7216         winsz-ioctl, and winsz-termios into it.
7217         Add lchmod.
7218         Add top-level Misc section and put host-os, perl, and uptime
7219         into it.
7220
7221 2006-08-20  Paul Eggert  <eggert@cs.ucla.edu>
7222
7223         * lib/cycle-check.h: Include <stdint.h> unconditionally, since we
7224         now assume the stdint module.  Do not include inttypes.h.
7225         * lib/fsusage.h: Likewise.
7226         * lib/getndelim2.c: Likewise.
7227         * lib/human.h: Likewise.
7228         * lib/inttostr.h: Likewise.
7229         * lib/obstack.c: Likewise.
7230         * lib/regex_internal.h: Likewise.
7231         * lib/tempname.c: Likewise.
7232         * lib/utimecmp.c: Likewise.
7233         * lib/xstrtol.h: Likewise.
7234
7235         * lib/stat_.h: Fix typo: HAVE_FUNC_LSTAT -> HAVE_LSTAT.
7236
7237         * lib/strtoimax.c: Adjust to macro name changes in Autoconf,
7238         e.g., HAVE_LONG_LONG -> HAVE_LONG_LONG_INT.
7239         * lib/xtime.h: Likewise.
7240
7241 2006-08-19  Paul Eggert  <eggert@cs.ucla.edu>
7242
7243         * modules/openat (Files): Add lib/fchmodat.c.
7244         Fixes problem reported by Jay Youngman.
7245
7246 2006-08-19  Paul Eggert  <eggert@cs.ucla.edu>
7247
7248         * lib/fchmodat.c: New file, from coreutils.  This was inadvertently
7249         omitted in the 2006-08-17 update.  Problem reported by Jay Youngman.
7250
7251 2006-08-18  Paul Eggert  <eggert@cs.ucla.edu>
7252             Bruno Haible  <bruno@clisp.org>
7253
7254         * m4/bison-i18n.m4 (BISON_I18N): Also handle the case where yacc exists
7255         and is a script that invokes bison. Tighten the code. Add comments.
7256
7257 2006-08-18  Jim Meyering  <jim@meyering.net>
7258
7259         * m4/gethrxtime.m4 (gl_PREREQ_GETHRXTIME): Also check for
7260         CLOCK_REALTIME, since gethrxtime may revert to using clock_gettime via
7261         gettime.c.  Gabor Z. Papp reported that gethrxtime-using programs
7262         failed to link due to unresolved clock_gettime on a linux-2.4.x system.
7263
7264 2006-08-18  Bruno Haible  <bruno@clisp.org>
7265
7266         * modules/bison-i18n: New file.
7267         * MODULES.html.sh (Internationalization functions): Add it.
7268
7269 2006-08-18  Bruno Haible  <bruno@clisp.org>
7270
7271         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Also check for
7272         sys/statvfs.h. When getmntinfo was found, check its declaration and
7273         set either MOUNTED_GETMNTINFO or MOUNTED_GETMNTINFO2 depending on it.
7274
7275 2006-08-18  Bruno Haible  <bruno@clisp.org>
7276
7277         * m4/bison-i18n.m4: New file, from bison.
7278
7279 2006-08-18  Bruno Haible  <bruno@clisp.org>
7280
7281         * lib/mountlist.c [MOUNTED_GETMNTINFO2]: Include sys/statvfs.h.
7282         (ME_DUMMY): Treat "kernfs" as a dummy.
7283         (read_file_system_list) [MOUNTED_GETMNTINFO2]: Implement.
7284
7285 2006-08-17  Paul Eggert  <eggert@cs.ucla.edu>
7286
7287         Update from coreutils.
7288
7289         2006-08-15  Jim Meyering  <jim@meyering.net>
7290
7291         * m4/openat.m4 (gl_FUNC_OPENAT): Add at-func.c via AC_LIBSOURCES.
7292
7293         2006-01-17  Jim Meyering  <jim@meyering.net>
7294
7295         * m4/fts.m4 (gl_FUNC_FTS_CORE): Depend on gl_FUNC_OPENAT.
7296
7297         2006-01-11  Jim Meyering  <jim@meyering.net>
7298
7299         * m4/openat.m4 (gl_FUNC_OPENAT): Require and compile fchmodat.c.
7300         Check for the lchmod function.
7301
7302 2006-08-17  Paul Eggert  <eggert@cs.ucla.edu>
7303
7304         Update from coreutils.
7305
7306         * lib/__fpending.h: Add copyright notice.
7307         * lib/fprintftime.h: Likewise.
7308         * lib/savedir.c: Use (C) in copyright notice.
7309         * lib/savedir.h: Likewise.
7310
7311         2006-08-15  Jim Meyering  <jim@meyering.net>
7312
7313         * lib/at-func.c: New file, with the logic of all emulated at-functions.
7314         * lib/openat-priv.h: Include <errno.h> and define ENOSYS,
7315         in support of the EXPECTED_ERRNO macro.
7316         * lib/openat.c (fstatat, unlinkat, fchownat): Remove function
7317         definitions.  Instead, define the appropriate symbols and include
7318         "at-func.c".
7319         * lib/mkdirat.c (mkdirat): Likewise.
7320         * lib/fchmodat.c (fchmodat): Likewise.
7321         (ENOSYS): Remove definition.
7322         * lib/openat.c: Don't include <errno.h>, now that "openat-priv.h" does
7323         it.  Don't include "unistd--.h" -- it wasn't ever used.
7324
7325         2006-01-17  Jim Meyering  <jim@meyering.net>
7326
7327         Rewrite fts.c not to change the current working directory,
7328         by using openat, fstatat, fdopendir, etc..
7329
7330         * lib/fts.c [! _LIBC]: Include "openat.h" and "unistd--.h".
7331         (HAVE_OPENAT_SUPPORT): Define.
7332         [_LIBC] (fchdir): Don't undef or define; no longer used.
7333         (FCHDIR): Define in terms of cwd_advance_fd rather than fchdir.
7334         Now, this `function' always succeeds, and consumes its file descriptor
7335         parameter -- so callers must not close such FDs.  Update callers.
7336         (diropen_fd, opendirat, cwd_advance_fd): New functions.
7337         (diropen): Add parameter, SP.  Adjust all callers.
7338         Implement using diropen_fd, rather than open.
7339         (fts_open): Initialize new member, fts_cwd_fd.
7340         Remove fts_rft-setting code.
7341         (fts_close): Close fts_cwd_fd, if necessary.
7342         (__opendir2): Define in terms of opendir or opendirat,
7343         depending on whether the FST_NOCHDIR flag is set.
7344         (fts_build): Since fts_safe_changedir consumes its FD, and since
7345         this code must do `closedir(dirp)', dup the dirfd(dirp) argument,
7346         and close the dup'd file descriptor upon failure.
7347         (fts_stat): Use fstatat(...AT_SYMLINK_NOFOLLOW) in place of lstat.
7348         (fts_safe_changedir): Tweak semantics to reflect that this function
7349         now calls cwd_advance_fd and hence consumes its FD argument.
7350         * lib/fts_.h [struct FTS] (fts_cwd_fd): New member.
7351         [struct FTS] (fts_rft): Remove now-unused member.
7352         [struct FTS] (fts_cycle.state): Improve comment.
7353
7354         * lib/openat.c (openat_needs_fchdir): New function.
7355         * lib/openat.h (openat_needs_fchdir): Declare it.
7356
7357 2006-08-16  Paul Eggert  <eggert@cs.ucla.edu>
7358
7359         * lib/memcoll.c (memcoll): Set errno = 0 in the shortcut case, too.
7360         Problem and fix reported by Pádraig Brady in
7361         <http://lists.gnu.org/archive/html/bug-coreutils/2006-08/msg00099.html>.
7362
7363 2006-08-15  Paul Eggert  <eggert@cs.ucla.edu>
7364
7365         * modules/cycle-check (configure.ac): Add gl_CYCLE_CHECK.
7366
7367 2006-08-15  Paul Eggert  <eggert@cs.ucla.edu>
7368
7369         * lib/memcoll.c (memcoll): Optimize for the common case where the
7370         arguments are bytewise equal.
7371
7372 2006-08-15  Paul Eggert  <eggert@cs.ucla.edu>
7373
7374         * doc/regexprops-generic.texi: Add a copyright notice.
7375
7376 2006-08-15  Bruno Haible  <bruno@clisp.org>
7377
7378         * modules/tmpdir (License): Change to LGPL.
7379
7380 2006-08-15  Bruno Haible  <bruno@clisp.org>
7381
7382         * gnulib-tool (func_all_modules, func_verify_module): COPYING is not a
7383         module.
7384
7385 2006-08-14  Simon Josefsson  <jas@extundo.com>
7386
7387         * config/srclist.txt: Add gnupload.
7388
7389 2006-08-14  Paul Eggert  <eggert@cs.ucla.edu>
7390
7391         Change copyright notice from LGPL 2 to GPL 2, since that's the
7392         standard form used in the gnulib repository.
7393         * tests/test-lock.c: Likewise.
7394         * tests/test-stdint.c: Likewise.
7395         * tests/test-tls.c: Likewise.
7396
7397         * users.txt: Add bison, diffutils, libprelude, prelude-lml,
7398         prelude-manager.  User shorter URLs for GNU projects, without '?'.
7399         Add copyright notice.
7400
7401         * check-module: Add copyright notice.  Output a copyright
7402         notice if "--version" is specified.
7403         * modules/COPYING: New file.
7404         * tests/test-getaddrinfo.c: Add copyright notice.
7405         * tests/test-verify.c: Likewise.
7406
7407 2006-08-14  Paul Eggert  <eggert@cs.ucla.edu>
7408
7409         Change copyright notice from LGPL 2 to GPL 2, since that's the
7410         standard form used in the gnulib repository.
7411         * lib/lock.c: LGPL -> GPL.
7412         * lib/lock.h: Likewise.
7413         * lib/strnlen1.c: Likewise.
7414         * lib/strnlen1.h: Likewise.
7415         * lib/tls.c: Likewise.
7416         * lib/tls.h: Likewise.
7417         * lib/tmpdir.c: Likewise.
7418
7419         * lib/TODO: Remove; this belongs only in coreutils.
7420
7421 2006-08-14  Paul Eggert  <eggert@cs.ucla.edu>
7422
7423         Add copyright notices to long-enough files that lack them, since
7424         otherwise the files aren't clearly free.  Use the same notice that
7425         getdate.texi already uses.
7426         * doc/alloca-opt.texi: Add copyright notice.
7427         * doc/alloca.texi: Likewise.
7428         * doc/ctime.texi: Likewise.
7429         * doc/functions.texi: Likewise.
7430         * doc/gcd.texi: Likewise.
7431         * doc/gnulib-tool.texi: Likewise.
7432         * doc/inet_ntoa.texi: Likewise.
7433         * doc/visibility.texi: Likewise.
7434
7435         * doc/getdate.texi: Update FDL version from 1.1 to 1.2.
7436         * doc/quote.texi: Add copyright notice.
7437
7438         * doc/solaris-versions: Add SunOS 5.10, SunOS 1.x, SunOS 4.0, SunOS
7439         4.0.x, SunOS 4.1.1.1, SunOS 4.1.1_U1, SunOS 4.1.3B.  SunOS 4.1.3
7440         was Solaris 1.1A.  Remove space before B in Solaris 1.1.1B.
7441         Mention SunOS 5.11.  Mention that everything before SunOS 5.7
7442         is now obsolete, and give a pointer to the Sun list.
7443         Add copyright notice.
7444
7445 2006-08-14  Paul Eggert  <eggert@cs.ucla.edu>
7446
7447         * config/srclistvars.sh: Add copyright notice.
7448
7449 2006-08-14  Eric Blake  <ebb9@byu.net>
7450
7451         Import the following change from libc:
7452
7453         2006-08-12  Ulrich Drepper  <drepper@redhat.com>
7454
7455         Upstream bug 2997.
7456         * lib/misc/error.c: Add space between program name and message if file
7457         name is missing.
7458
7459 2006-08-12  Karl Berry  <karl@gnu.org>
7460
7461         * config/srclist.txt (ssize_t.m4, sig_atomic_t.m4, signalblocking.m4):
7462         remove, these originate in gnulib now.
7463
7464 2006-08-11  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
7465
7466         * doc/Makefile (standards.info standards.html standards.dvi):
7467         Also depend on make-stds.texi.
7468
7469 2006-08-11  Paul Eggert  <eggert@cs.ucla.edu>
7470
7471         * lib/pipe-safer.c (pipe_safer): Fix misspelling: HAVE_FUNC_PIPE ->
7472         HAVE_PIPE.  Fix a file descriptor leak when fd_safer fails.
7473
7474         * lib/regex_internal.c (re_string_skip_chars): Don't assume WEOF fits
7475         in wchar_t.  Problem reported by Eric Blake.
7476
7477         * lib/snprintf.c (snprintf): memcpy LEN bytes, not SIZE - 1, when
7478         LEN is smaller than SIZE.  Suggested by Bruno Haible.
7479         Also, help the compiler to keep LEN in a register.
7480
7481 2006-08-11  Eric Blake  <ebb9@byu.net>
7482
7483         * users.txt: Sort.  Add tar.
7484
7485 2006-08-11  Bruno Haible  <bruno@clisp.org>
7486
7487         * users.txt: New file.
7488
7489 2006-08-11  Bruno Haible  <bruno@clisp.org>
7490
7491         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Include <stdio.h> and <time.h>
7492         before <wchar.h>. Needed for OSF/1 and BSD/OS.
7493
7494 2006-08-10  Paul Eggert  <eggert@cs.ucla.edu>
7495
7496         * modules/snprintf (Depends-on): Remove minmax.
7497         (Maintainer): Add self and Bruno.
7498
7499 2006-08-10  Paul Eggert  <eggert@cs.ucla.edu>
7500
7501         * lib/.cppi-disable: Add snprintf.h, socket_.h.
7502         * lib/snprintf.c: Include <errno.h> and <limits.h>.
7503         (EOVERFLOW): Define if the system does not.
7504         Do not include "minmax.h"; it wasn't used.
7505         (snprintf): Don't assume size_t promotes to an unsigned type.
7506         Fix bug when generated string was too long for the buffer: the
7507         buffer's contents are supposed to be the initial prefix of the
7508         output.  Don't assume vasnprintf returns EOVERFLOW if the size
7509         exceeds INT_MAX; do the check ourselves.
7510
7511         Import the following changes from libc:
7512
7513         2006-06-02  Jakub Jelinek  <jakub@redhat.com>
7514
7515         * lib/posix/regex_internal.c (re_string_skip_chars): If no character
7516         has been converted at all, set *last_wc to WEOF.  If mbrtowc failed,
7517         set wc to the byte which couldn't be converted.
7518         (re_string_reconstruct): Don't clear valid_raw_len before calling
7519         re_string_skip_chars.  If wc is WEOF after re_string_skip_chars, set
7520         tip_context using re_string_context_at.
7521
7522         2006-05-02  Ulrich Drepper  <drepper@redhat.com>
7523
7524         * lib/posix/regex.h: g++ still cannot handled [restrict].
7525
7526         2006-04-21  Ulrich Drepper  <drepper@redhat.com>
7527
7528         * lib/posix/regex.h: Remove special handling for VMS.
7529
7530 2006-08-10  Jim Meyering  <jim@meyering.net>
7531
7532         * modules/same-inode: New module.
7533         * modules/dev-ino: New module.
7534         * modules/cycle-check: Depend on these modules, rather than simply
7535         including their .h files.
7536         (Makefile.am): Don't list cycle-check.[ch] here, now that they're
7537         required via m4/cycle-check.m4.
7538         * modules/same: Depend on new same-inode module, rather than
7539         including same-inode.h.
7540         * modules/chdir-safer: New file.
7541
7542         * modules/chown (Depends-on): Add stat-macros.
7543
7544 2006-08-10  Jim Meyering  <jim@meyering.net>
7545
7546         * m4/cycle-check.m4: New file.
7547         Require gl_STRUCT_DEV_INO and gl_SAME_INODE.
7548         * m4/dev-ino.m4, m4/same-inode.m4: New files.
7549
7550 2006-08-10  Eric Blake  <ebb9@byu.net>
7551
7552         * modules/verror (Depends-on): Remove bogus gl_VERROR that snuck
7553         in from original proposal.
7554
7555 2006-08-10  Eric Blake  <ebb9@byu.net>
7556         and Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
7557
7558         * gnulib-tool (func_import): Detect unexpanded macros in gnulib
7559         namespace.
7560
7561 2006-08-10  Bruno Haible  <bruno@clisp.org>
7562
7563         * gnulib-tool (func_create_testdir): Detect unexpanded macros here
7564         as well.
7565
7566 2006-08-09  Paul Eggert  <eggert@cs.ucla.edu>
7567
7568         Sync from coreutils.
7569
7570         2006-07-19  Mike Frysinger  <vapier@gentoo.org>
7571
7572         * lib/mountlist.c [ME_REMOTE]: Filter out cifs.
7573         Reported by Toralf Förster in <http://bugs.gentoo.org/141012>.
7574
7575 2006-08-09  Paul Eggert  <eggert@cs.ucla.edu>
7576
7577         * modules/restrict: Remove; no longer needed now that we assume
7578         Autoconf 2.59 or later.
7579         * MODULES.html.sh: Remove 'restrict'.
7580         * modules/argp (Depends-on): Remove 'restrict'.
7581         * modules/base64 (Depends-on): Likewise.
7582         * modules/gc (Depends-on): Likewise.
7583         * modules/getaddrinfo (Depends-on): Likewise.
7584         * modules/glob (Depends-on): Likewise.
7585         * modules/inet_ntop (Depends-on): Likewise.
7586         * modules/inet_pton (Depends-on): Likewise.
7587         * modules/memxor (Depends-on): Likewise.
7588         * modules/regex (Depends-on): Likewise.
7589         * modules/strtok_r (Depends-on): Likewise.
7590         * modules/time_r (Depends-on): Likewise.
7591
7592 2006-08-09  Paul Eggert  <eggert@cs.ucla.edu>
7593
7594         * m4/argp.m4 (gl_ARGP): Require AC_C_RESTRICT.
7595         * m4/gc.m4 (gl_PREREQ_GC): Likewise.
7596         * m4/glob.m4 (gl_PREREQ_GLOB): Likewise.
7597         * m4/inet_ntop.m4 (gl_PREREQ_INET_NTOP): Likewise.
7598         * m4/inet_pton.m4 (gl_PREREQ_INET_PTON): Likewise.
7599         * m4/memxor.m4 (gl_MEMXOR): Likewise.
7600         * m4/restrict.m4: Remove; no longer needed.  All remaining uses of
7601         gl_C_RESTRICT replaced by AC_C_RESTRICT.
7602
7603         Merge from coreutils.
7604         * m4/regex.m4 (gl_PREREQ_REGEX): Require AC_C_RESTRICT, not
7605         gl_C_RESTRICT, now that we assume Autoconf 2.59 or later.
7606         * m4/strtok_r.m4 (gl_FUNC_STRTOK_R): Likewise.
7607         * m4/time_r.m4 (gl_TIME_R): Likewise.
7608
7609 2006-08-09  Karl Berry  <karl@gnu.org>
7610
7611         * config/srclist.txt: no more gettext-tools, per Bruno.
7612
7613 2006-08-08  Eric Blake  <ebb9@byu.net>
7614
7615         * modules/verror: New module.
7616         * MODULES.html.sh: Document it.
7617
7618 2006-08-08  Eric Blake  <ebb9@byu.net>
7619
7620         * lib/verror.h, lib/verror.c: New files.
7621
7622 2006-08-08  Eric Blake  <ebb9@byu.net>
7623
7624         * lib/verror.c (verror_at_line): Work around glibc bug 2997, so that
7625         verror_at_line output complies with GNU Coding Standards even when
7626         file is NULL.
7627
7628 2006-08-07  Bruno Haible  <bruno@clisp.org>
7629
7630         * lib/allocsa.h (sa_alignof) [_AIX]: Also consider 'long long' in newer
7631         versions of AIX.
7632         Reported by Ralf Wildenhues.
7633
7634 2006-08-07  Bruno Haible  <bruno@clisp.org>
7635
7636         * gnulib-tool (func_create_testdir): Wrap the set of autoconf snippets
7637         in an AC_DEFUN. Needed so that the autoconf snippets can use
7638         AC_REQUIRE.
7639
7640 2006-08-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
7641
7642         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
7643         Initialize pkgdata_DATA.
7644         * modules/javaversion (Makefile.am): Add to pkgdata_DATA, rather than
7645         overriding it.
7646
7647 2006-08-06  Eric Blake  <ebb9@byu.net>
7648
7649         * lib/error.h: Fold in some upstream changes from glibc.
7650         * lib/error.c: Likewise.
7651
7652 2006-08-04  Bruno Haible  <bruno@clisp.org>
7653
7654         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
7655         Make the mostlyclean-local rule depend on mostlyclean-generic.
7656         Reported by Jim Meyering. Solution suggested by Ralf Wildenhues.
7657
7658 2006-07-31  Bruno Haible  <bruno@clisp.org>
7659
7660         * m4/localcharset.m4 (gl_LOCALCHARSET): Remove tests for <stddef.h>,
7661         <stdlib.h>, <string.h>.
7662
7663 2006-07-30  Bruno Haible  <bruno@clisp.org>
7664
7665         * modules/readlink (License): Change to LGPL.
7666
7667 2006-07-30  Bruno Haible  <bruno@clisp.org>
7668
7669         * modules/javaversion (Makefile.am): Distribute javaversion.java and
7670         javaversion.class. Also install javaversion.class in $(pkgdatadir) and
7671         set PKGDATADIR to point to it.
7672
7673 2006-07-30  Bruno Haible  <bruno@clisp.org>
7674
7675         * modules/csharpexec (configure.ac): Comment out macro invocation.
7676         * modules/javaexec (configure.ac): Likewise.
7677         * modules/javacomp-script (configure.ac): Likewise.
7678
7679         * modules/csharpcomp-script (configure.ac): Use AC_REQUIRE.
7680
7681 2006-07-30  Bruno Haible  <bruno@clisp.org>
7682
7683         * modules/clean-temp (Depends-on): Add linkedhash-list, remove
7684         linked-list.
7685
7686 2006-07-30  Bruno Haible  <bruno@clisp.org>
7687
7688         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Assume <string.h> exists.
7689
7690 2006-07-30  Bruno Haible  <bruno@clisp.org>
7691
7692         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
7693         Initialize MOSTLYCLEANFILES to core and *.stackdump, so that core dumps
7694         get removed.
7695
7696 2006-07-29  Bruno Haible  <bruno@clisp.org>
7697
7698         Make it possible for gnulib-tool to work with locally modified or
7699         augmented gnulib repositories.
7700         * gnulib-tool (func_usage): Document --local-dir option.
7701         (local_gnulib_dir): New variable.
7702         Handle --local-dir option.
7703         (func_lookup_file): New function.
7704         (func_all_modules, func_verify_module): Look also in $local_gnulib_dir.
7705         (func_get_description, func_get_filelist, func_get_description,
7706         func_get_filelist, func_get_dependencies, func_get_autoconf_snippet,
7707         func_get_automake_snippet, func_get_include_directive,
7708         func_get_license, func_get_maintainer): Use func_lookup_file.
7709         (func_import, func_create_testdir): Use func_lookup_file.
7710
7711 2006-07-29  Bruno Haible  <bruno@clisp.org>
7712
7713         * modules/setenv (Depends-on): Add unistd.
7714
7715 2006-07-29  Bruno Haible  <bruno@clisp.org>
7716
7717         * lib/setenv.c: Undo unintended modification done on 2006-02-27.
7718
7719 2006-07-29  Bruno Haible  <bruno@clisp.org>
7720
7721         * lib/localcharset.c: Assume <stddef.h>, <stdlib.h>, <string.h> exist.
7722
7723 2006-07-29  Bruno Haible  <bruno@clisp.org>
7724
7725         * gnulib-tool (import, update): If there is no Makefile.am, look at
7726         aclocal.m4, instead of bailing out.
7727
7728 2006-07-29  Bruno Haible  <bruno@clisp.org>
7729
7730         * gnulib-tool (func_usage): Revert most of the 2006-07-15 change.
7731         Categorize the options by when they are useful.
7732
7733 2006-07-29  Bruno Haible  <bruno@clisp.org>
7734
7735         * gnulib-tool (func_usage): Document option --no-libtool.
7736         Handle option --no-libtool.
7737         (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am): Update
7738         for changed semantics of $libtool variable.
7739         (func_import): Likewise. If libtool is not used, show this through
7740         an option --no-libtool.
7741         (func_create_testdir): Update.
7742
7743 2006-07-29  Bruno Haible  <bruno@clisp.org>
7744
7745         * gnulib-tool (func_import): Extend error message about missing
7746         --doc-base.
7747
7748 2006-07-29  Bruno Haible  <bruno@clisp.org>
7749
7750         * gnulib-tool (func_import): Don't create the $docbase directory if
7751         there is no file to store there.
7752
7753 2006-07-29  Bruno Haible  <bruno@clisp.org>
7754
7755         * gnulib-tool (autoconf_minversion): If a --dir option is given and
7756         relevant, look for configure.ac there, not in the current directory.
7757         Also use a simple search for AC_PREREQ, not "autoconf --trace".
7758
7759 2006-07-29  Bruno Haible  <bruno@clisp.org>
7760
7761         * gnulib-tool (SORT): New variable.
7762         (func_usage): Undocument --assume-autoconf option.
7763         Remove --assume-autoconf option handling.
7764         (autoconf_minversion): Determine from the contents of configure.ac.
7765         (func_import): Remove autoconf_minversion handling.
7766         Suggested by Eric Blake.
7767
7768 2006-07-29  Bruno Haible  <bruno@clisp.org>
7769
7770         * doc/gnulib-tool.texi (gl_LIBTOOL): Mention --no-libtool option.
7771
7772 2006-07-29  Bruno Haible  <bruno@clisp.org>
7773
7774         * config/srclist.txt (*setenv.[ch]): Remove rules.
7775
7776 2006-07-28  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
7777
7778         * m4/inet_pton.m4, inet_ntop.m4: Check for netinet/in.h too.
7779
7780 2006-07-28  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
7781
7782         * lib/inet_ntop.h, inet_pton.h: Need to include netinet/in.h before
7783         arpa/inet.h.
7784
7785 2006-07-28  Simon Josefsson  <jas@extundo.com>
7786
7787         * modules/inet_ntop (Depends-on): Depend on arpa_inet.
7788         * modules/inet_pton (Depends-on): Likewise.
7789
7790 2006-07-28  Simon Josefsson  <jas@extundo.com>
7791
7792         * m4/netinet_in_h.m4: New file.
7793
7794 2006-07-28  Simon Josefsson  <jas@extundo.com>
7795
7796         * lib/inet_ntop.h, inet_pton.h: No need to guard netinet/in.h
7797         #include's.
7798
7799 2006-07-28  Simon Josefsson  <jas@extundo.com>
7800
7801         * lib/inet_ntop.h, inet_pton.h: No need to guard arpa/inet.h
7802         #include's.
7803
7804 2006-07-28  Paul Eggert  <eggert@cs.ucla.edu>
7805
7806         * lib/modechange.c (mode_compile): Numeric modes now affect setuid and
7807         setgid on directories only if they set these bits.
7808         * lib/modechange.h: Remove obsolete comment about masks.
7809
7810 2006-07-28  Eric Blake  <ebb9@byu.net>
7811
7812         * lib/regex_internal.h (struct re_dfa_t) [!_LIBC]: Avoid invalid C89
7813         macro expansion.
7814
7815 2006-07-28  Bruno Haible  <bruno@clisp.org>
7816
7817         * lib/inet_ntop.h, inet_pton.h: Use #if HAVE* instead of #ifdef HAVE*.
7818
7819 2006-07-28  Bruno Haible  <bruno@clisp.org>
7820
7821         * m4/mbchar.m4 (gl_MBCHAR): Also test for iswcntrl.
7822
7823 2006-07-28  Bruno Haible  <bruno@clisp.org>
7824
7825         * lib/mbchar.h (iswalnum, iswalpha, iswblank, iswcntrl, iswdigit,
7826         iswgraph, iswlower, iswprint, iswpunct, iswspace, iswupper, iswxdigit):
7827         Define fallbacks.
7828         Avoids link error on FreeBSD 4.x.
7829         Reported by Yoann Vandoorselaere <yoann.v@prelude-ids.com>.
7830
7831         * lib/wcwidth.h (iswprint): Assume an ASCII compatible wide character
7832         encoding.
7833         * lib/mbswidth.c (iswcntrl): Likewise.
7834
7835 2006-07-27  Bruno Haible  <bruno@clisp.org>
7836
7837         * m4/stdint.m4 (gl_STDINT_H): Define __STDC_CONSTANT_MACROS during the
7838         test.
7839
7840 2006-07-27  Bruno Haible  <bruno@clisp.org>
7841
7842         * lib/stdint_.h (INT*_C, UINT*_C) [C++]: Define these if
7843         __STDC_CONSTANT_MACROS is defined, not if __STDC_LIMIT_MACROS is
7844         defined.
7845
7846 2006-07-26  Eric Blake  <ebb9@byu.net>
7847
7848         * m4/unistd-safer.m4 (gl_UNISTD_SAFER): Check for missing pipe.
7849
7850 2006-07-26  Eric Blake  <ebb9@byu.net>
7851
7852         * lib/mkstemp-safer.c [! HAVE_MKSTEMP]: Add prototype for platforms
7853         like mingw that lack mkstemp.
7854         * lib/pipe-safer.c (pipe_safer) [!HAVE_FUNC_PIPE]: Provide fallback to
7855         avoid compilation warning on mingw.
7856
7857 2006-07-26  Bruno Haible  <bruno@clisp.org>
7858
7859         * m4/stdint.m4 (gl_STDINT_H): Also verify the existence of the macros
7860         INT*_MIN, INT_LEAST*_MAX, INT_LEAST*_MIN, UINT_LEAST*_MAX,
7861         INT_FAST*_MIN, INTPTR_MIN.
7862
7863 2006-07-25  Bruno Haible  <bruno@clisp.org>
7864
7865         * modules/version-etc (Depends-on): Add stdarg.
7866
7867 2006-07-25  Bruno Haible  <bruno@clisp.org>
7868
7869         * m4/stdint.m4 (gl_INTEGER_TYPE_SUFFIX): Avoid 'eval' in front of
7870         complex commands.
7871
7872 2006-07-25  Bruno Haible  <bruno@clisp.org>
7873
7874         * lib/version-etc.c (version_etc_va): Use va_copy, assumed to be
7875         defined in <stdarg.h> or config.h.
7876
7877 2006-07-24  Paul Eggert  <eggert@cs.ucla.edu>
7878
7879         * m4/stdio-safer.m4 (gl_FOPEN_SAFER, gl_TMPFILE_SAFER): New macros.
7880         (gl_STDIO_SAFER): Remove.
7881
7882 2006-07-24  Paul Eggert  <eggert@cs.ucla.edu>
7883
7884         * MODULES.html.sh (File stream based Input/Output):
7885         Add fopen-safer, tmpfile-safer; remove stdio-safer.
7886         * modules/getusershell (Depends-on): Change stdio-safer to fopen-safer.
7887         * modules/fopen-safer, modules/tmpfile-safer: New files.
7888         * modules/stdio-safer: Remove.
7889
7890 2006-07-24  Bruno Haible  <bruno@clisp.org>
7891
7892         * modules/tmpdir: New file.
7893         * MODULES.html.sh (File system functions): Add it.
7894
7895 2006-07-24  Bruno Haible  <bruno@clisp.org>
7896
7897         * modules/javacomp (Depends-on): Add unistd, javaversion, binary-io,
7898         getline, pathname, fwriteerror, clean-temp, xvasprintf, strstr.
7899
7900 2006-07-24  Bruno Haible  <bruno@clisp.org>
7901
7902         * modules/clean-temp: New file.
7903
7904 2006-07-24  Bruno Haible  <bruno@clisp.org>
7905
7906         * m4/tmpdir.m4: New file, from GNU gettext.
7907
7908 2006-07-24  Bruno Haible  <bruno@clisp.org>
7909
7910         * lib/tmpdir.h: New file, from GNU gettext.
7911         * lib/tmpdir.c: New file, from GNU gettext.
7912
7913 2006-07-24  Bruno Haible  <bruno@clisp.org>
7914
7915         * lib/clean-temp.h: New file, from GNU gettext.
7916         * lib/clean-temp.c: New file, from GNU gettext.
7917
7918 2006-07-23  Eric Blake  <ebb9@byu.net>
7919
7920         * modules/stdio-safer (Files): Add tmpfile-safer.c.
7921         (Depends-on): Add binary-io.
7922
7923 2006-07-23  Eric Blake  <ebb9@byu.net>
7924
7925         * m4/stdio-safer.m4 (gl_STDIO_SAFER): Add tmpfile-safer.c.
7926
7927 2006-07-23  Eric Blake  <ebb9@byu.net>
7928
7929         * lib/tmpfile-safer.c: New file.
7930         * lib/stdio-safer.h (fopen_safer): Add prototype.
7931         * lib/stdio--.h (tmpfile): Make safer.
7932
7933 2006-07-23  Bruno Haible  <bruno@clisp.org>
7934
7935         * lib/gl_anylinked_list2.h (ASYNCSAFE): New macro.
7936         (gl_linked_add_first, gl_linked_add_last, gl_linked_add_before,
7937         gl_linked_add_after, gl_linked_add_at, gl_linked_remove_node,
7938         gl_linked_remove_at): Use it.
7939
7940 2006-07-22  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
7941         and Simon Josefsson <jas@extundo.com>
7942
7943         * lib/getaddrinfo.h (AI_PASSIVE): Make sure it is defined.
7944
7945         * lib/getaddrinfo.c (getaddrinfo): Support AI_PASSIVE.
7946
7947 2006-07-22  Paul Eggert  <eggert@cs.ucla.edu>
7948
7949         * modules/close-stream: New file.
7950         * modules/closeout (Description): Make it clear that it exits
7951         with a diagnostic on error.
7952         (Depends-on): Add close-stream.  Remove fpending, stdbool.
7953         * MODULES.html.sh (File stream based Input/Output): Add close-stream.
7954
7955 2006-07-22  Paul Eggert  <eggert@cs.ucla.edu>
7956
7957         * m4/close-stream.m4: New file.
7958
7959 2006-07-22  Paul Eggert  <eggert@cs.ucla.edu>
7960
7961         * lib/close-stream.c, lib/close-stream.h: New files.
7962
7963 2006-07-22  Bruno Haible  <bruno@clisp.org>
7964
7965         Merge from GNU gettext 0.15.
7966
7967         2006-05-01  Bruno Haible  <bruno@clisp.org>
7968
7969                 * build-aux/javacomp.sh.in: Update for changed javacomp.m4.
7970
7971         2006-07-22  Bruno Haible  <bruno@clisp.org>
7972
7973                 * modules/javaversion: New file.
7974                 * MODULES.html.sh (Java): Add javaversion.
7975
7976         2006-03-12  Bruno Haible  <bruno@clisp.org>
7977
7978                 * build-aux/javaexec.sh.in: Update for changed javaexec.m4.
7979
7980         2005-12-04  Bruno Haible  <bruno@clisp.org>
7981
7982                 * build-aux/csharpexec.sh.in: Add support for 'clix' launcher
7983                 (untested).
7984
7985         2006-06-21  Bruno Haible  <bruno@clisp.org>
7986
7987                 Avoid warnings from recent versions of mcs.
7988                 * build-aux/csharpcomp.sh.in (options_mcs): Don't use options
7989                 -o, -L, -r any more. Use options documented since mcs-1.0
7990                 instead. Similarly for -g.
7991
7992         2005-12-04  Bruno Haible  <bruno@clisp.org>
7993
7994                 * build-aux/csharpcomp.sh.in: Suffix for resources is
7995                 .resources, not .resource.
7996
7997         2005-07-09  Bruno Haible  <bruno@clisp.org>
7998
7999                 * build-aux/csharpcomp.sh.in (options_csc): For -l option,
8000                 add a .dll suffix.
8001                 Reported by Mark Junker <mjscod@gmx.de>.
8002
8003         2006-07-22  Bruno Haible  <bruno@clisp.org>
8004
8005                 * modules/gettext: Upgrade to gettext-0.15.
8006                 (Files): Remove m4/isc-posix.m4. Add m4/lock.m4,
8007                 m4/visibility.m4.
8008                 Replace m4/inttypes.m4 with m4/inttypes-h.m4.
8009
8010 2006-07-22  Bruno Haible  <bruno@clisp.org>
8011
8012         Merge from GNU gettext 0.15.
8013
8014         2006-03-25  Bruno Haible  <bruno@clisp.org>
8015
8016                 * lib-link.m4 (AC_LIB_LINKFLAGS_FROM_LIBS): New macro.
8017
8018         2006-07-21  Bruno Haible  <bruno@clisp.org>
8019
8020                 * javacomp.m4 (gt_JAVACOMP): Convert target_version "null" to
8021                 "1.1".
8022
8023         2006-05-09  Bruno Haible  <bruno@clisp.org>
8024
8025                 * javacomp.m4 (gt_JAVACOMP): On Cygwin, set
8026                 CLASSPATH_SEPARATOR to a semicolon. Use CLASSPATH_SEPARATOR
8027                 for the conftestver execution.
8028
8029         2006-05-01  Bruno Haible  <bruno@clisp.org>
8030
8031                 * javacomp.m4 (gt_JAVACOMP): Accept a source-version and an
8032                 optional target-version argument. Verify that the compiler
8033                 groks source of the specified source-version, or add -source
8034                 option as necessary. Verify that the compiler produces
8035                 bytecode in the specified target-version, or add -target and
8036                 -source options as necessary. Make the result of the test
8037                 available as variable CONF_JAVAC. Also log error output in
8038                 config.log.
8039
8040         2006-03-11  Bruno Haible  <bruno@clisp.org>
8041
8042                 * javacomp.m4 (gt_JAVACOMP): Treat gcj-4.x like gcj-3.x.
8043
8044         2006-05-09  Bruno Haible  <bruno@clisp.org>
8045
8046                 * javaexec.m4 (gt_JAVAEXEC): On Cygwin, set
8047                 CLASSPATH_SEPARATOR to a semicolon.
8048
8049         2006-03-12  Bruno Haible  <bruno@clisp.org>
8050
8051                 * javaexec.m4 (gt_JAVAEXEC): Make the result of the test
8052                 available as variable CONF_JAVA, for subsequent autoconf
8053                 tests. Also log error output in config.log.
8054
8055         2006-07-19  Bruno Haible  <bruno@clisp.org>
8056
8057                 * getline.m4 (AM_FUNC_GETLINE): When cross-compiling, assume
8058                 that getline works on glibc2 systems. Needed to avoid trouble
8059                 in relocatable.c.
8060                 Reported by Nils Magnus Larsgard <nmlarsgaard@atmel.no>.
8061
8062         2005-12-04  Bruno Haible  <bruno@clisp.org>
8063
8064                 * csharpexec.m4 (gt_CSHARPEXEC): Add support for 'clix'
8065                 launcher (untested).
8066
8067         2005-12-04  Bruno Haible  <bruno@clisp.org>
8068
8069                 * csharpcomp.m4 (gt_CSHARPCOMP): Also set CSHARPCOMPFLAGS.
8070
8071         2006-07-22  Bruno Haible  <bruno@clisp.org>
8072
8073                 * gettext.m4: Update from GNU gettext-0.15.
8074                 * nls.m4: Likewise.
8075                 * po.m4: Likewise.
8076                 * inttypes-pri.m4: Likewise.
8077                 * inttypes-h.m4: Renamed from inttypes.m4.
8078                 (gl_HEADER_INTTYPES_H): Renamed from gt_HEADER_INTTYPES_H.
8079
8080 2006-07-22  Bruno Haible  <bruno@clisp.org>
8081
8082         Merge from GNU gettext 0.15.
8083
8084         2005-07-05  Bruno Haible  <bruno@clisp.org>
8085
8086                 * printf-args.c (printf_fetchargs): Work around broken
8087                 definition of wint_t on mingw.
8088
8089         2005-02-12  Bruno Haible  <bruno@clisp.org>
8090
8091                 * xallocsa.h: Add extern "C" for C++.
8092
8093         2006-05-17  Bruno Haible  <bruno@clisp.org>
8094
8095                 Cygwin portability.
8096                 * progreloc.c (WIN32_NATIVE): Renamed from WIN32.
8097
8098         2006-04-30  Bruno Haible  <bruno@clisp.org>
8099
8100                 * progreloc.c: Include <mach-o/dyld.h> if available.
8101                 (find_executable): Use _NSGetExecutablePath when possible.
8102
8103         2006-05-06  Charles Wilson  <cygwin@cwilson.fastmail.fm>
8104
8105                 * progreloc.c (maybe_executable) [CYGWIN]: Use the access()
8106                 function.
8107
8108         2005-12-29  Bruno Haible  <bruno@clisp.org>
8109
8110                 * progreloc.c (set_program_name_and_installdir): Fix
8111                 compilation error.
8112
8113         2005-12-04  Bruno Haible  <bruno@clisp.org>
8114
8115                 Cygwin portability.
8116                 * progreloc.c: Include <windows.h> also on Cygwin.
8117                 (find_executable): Add support for Cygwin.
8118                 (set_program_name_and_installdir): Handle also platforms with
8119                 nonempty EXEEXT.
8120
8121         2006-07-11  Bruno Haible  <bruno@clisp.org>
8122
8123                 * javacomp.c: Fix a comment.
8124                 Reported by Jim Meyering.
8125
8126         2006-04-30  Bruno Haible  <bruno@clisp.org>
8127
8128                 * javacomp.h (compile_java_class): Add source_version,
8129                 target_version arguments.
8130                 * javacomp.c: Rewritten to choose only a compiler that
8131                 respects the specified source_version and target_version.
8132
8133         2006-06-27  Bruno Haible  <bruno@clisp.org>
8134
8135                 Assume correct S_ISDIR macro.
8136                 * mkdtemp.c: Remove test of STAT_MACROS_BROKEN.
8137
8138         2006-07-22  Bruno Haible  <bruno@clisp.org>
8139
8140                 * javaversion.h: New file, from GNU gettext.
8141                 * javaversion.c: New file, from GNU gettext.
8142                 * javaversion.java: New file, from GNU gettext.
8143                 * javaversion.class: New file, from GNU gettext.
8144
8145         2006-05-17  Bruno Haible  <bruno@clisp.org>
8146
8147                 Cygwin portability.
8148                 * javaexec.c (execute_java_class): Test for jview program
8149                 also on Cygwin.
8150
8151         2006-04-09  Bruno Haible  <bruno@clisp.org>
8152
8153                 * fatal-signal.c: Don't include string.h.
8154                 (at_fatal_signal): Use a copying loop instead of memcpy.
8155
8156         2005-12-04  Bruno Haible  <bruno@clisp.org>
8157
8158                 * csharpexec.c: Add support for 'clix' launcher (untested).
8159                 (execute_csharp_using_sscli): New function.
8160                 (execute_csharp_program): Call it.
8161
8162         2006-06-21  Bruno Haible  <bruno@clisp.org>
8163
8164                 Avoid warnings from recent versions of mcs.
8165                 * csharpcomp.c (compile_csharp_using_mono): Don't use options
8166                 -o, -L, -r any more. Use options documented since mcs-1.0
8167                 instead. Similarly for -g.
8168
8169         2005-07-09  Bruno Haible  <bruno@clisp.org>
8170
8171                 * csharpcomp.c (compile_csharp_using_sscli): For -l option,
8172                 add a .dll suffix.
8173                 Reported by Mark Junker <mjscod@gmx.de>.
8174
8175         2006-06-17  Bruno Haible  <bruno@clisp.org>
8176
8177                 * config.charset: Update for NetBSD 3.0.
8178
8179         2006-05-17  Bruno Haible  <bruno@clisp.org>
8180
8181                 Cygwin portability.
8182                 * localcharset.c (WIN32_NATIVE): Renamed from WIN32.
8183
8184         2006-05-16  Bruno Haible  <bruno@clisp.org>
8185
8186                 * localcharset.c [CYGWIN]: Include <windows.h>.
8187                 (get_charset_aliases): For Cygwin, return the same CPxxx
8188                 aliases list as under WIN32.
8189                 (locale_charset) [CYGWIN]: Try to retrieve the encoding from
8190                 the environment variables. Fall back to GetACP().
8191
8192         2006-04-05  Bruno Haible  <bruno@clisp.org>
8193
8194                 * config.charset: Update Juan Manuel Guerrero's address.
8195
8196         2005-02-12  Bruno Haible  <bruno@clisp.org>
8197
8198                 * allocsa.h: Add extern "C" for C++.
8199
8200         2005-02-10  Bruno Haible  <bruno@clisp.org>
8201
8202                 * allocsa.h (sa_alignof): Define differently with AIX xlc, to
8203                 avoid a bug of this compiler on AIX 3.2.5 dealing with enums.
8204
8205         2006-07-22  Bruno Haible  <bruno@clisp.org>
8206
8207                 * gettext.h: Update to GNU gettext-0.15.
8208
8209 2006-07-22  Bruno Haible  <bruno@clisp.org>
8210
8211         * config/srclist.txt: Resync printf-args.c, vasnprintf.c,
8212         localcharset.c, mkdtemp.c, config.rpath, lib-ld.m4, lib-link.m4,
8213         lib-prefix.m4, longdouble.m4, ssize_t.m4.
8214
8215 2006-07-21  Eric Blake  <ebb9@byu.net>
8216
8217         * modules/stdlib-safer: New file.
8218         * MODULES.html.sh (File stream based Input/Output): Add
8219         stdlib-safer.
8220
8221 2006-07-21  Eric Blake  <ebb9@byu.net>
8222
8223         * lib/stdlib-safer.h: New file from coreutils, required by
8224         stdlib--.h.
8225
8226 2006-07-20  Paul Eggert  <eggert@cs.ucla.edu>
8227
8228         * gnulib-tool (func_usage): Document --assume-autoconf='latest-stable'.
8229
8230 2006-07-20  Bruno Haible  <bruno@clisp.org>
8231
8232         * gnulib-tool: Recognize new option --assume-autoconf.
8233         (autoconf_minversion): New variable.
8234         (func_get_filelist): Use it to decide whether to add onceonly_2_57.m4.
8235
8236 2006-07-20  Bruno Haible  <bruno@clisp.org>
8237
8238         * MODULES.html.sh (func_all_modules): Add a missing func_begin_table.
8239
8240 2006-07-19  Derek R. Price  <derek@ximbiot.com>
8241
8242         * lib/getaddrinfo.h: Don't define unimplemented AI_* flags.
8243         Reindent and repaginate.
8244
8245 2006-07-19  Derek Price  <derek@ximbiot.com>
8246
8247         * doc/gnulib.texi (Libtool and Windows):  Eliminate passive voice.
8248         Correct grammar.
8249
8250 2006-07-17  Bruno Haible  <bruno@clisp.org>
8251
8252         * modules/list: New file.
8253         * modules/array-list: New file.
8254         * modules/carray-list, modules/carray-list-tests: New files.
8255         * modules/linked-list, modules/linked-list-tests: New files.
8256         * modules/avltree-list, modules/avltree-list-tests: New files.
8257         * modules/rbtree-list, modules/rbtree-list-tests: New files.
8258         * modules/linkedhash-list, modules/linkedhash-list-tests: New files.
8259         * modules/avltreehash-list, modules/avltreehash-list-tests: New files.
8260         * modules/rbtreehash-list, modules/rbtreehash-list-tests: New files.
8261         * modules/oset: New file.
8262         * modules/array-oset: New file.
8263         * modules/avltree-oset, modules/avltree-oset-tests: New files.
8264         * modules/rbtree-oset, modules/rbtree-oset-tests: New files.
8265         * tests/test-carray_list.c: New file.
8266         * tests/test-linked_list.c: New file.
8267         * tests/test-avltree_list.c: New file.
8268         * tests/test-rbtree_list.c: New file.
8269         * tests/test-linkedhash_list.c: New file.
8270         * tests/test-avltreehash_list.c: New file.
8271         * tests/test-rbtreehash_list.c: New file.
8272         * tests/test-avltree_oset.c: New file.
8273         * tests/test-rbtree_oset.c: New file.
8274         * MODULES.html.sh (Container data structures): New section.
8275
8276 2006-07-17  Bruno Haible  <bruno@clisp.org>
8277
8278         * m4/gl_list.m4: New file.
8279
8280 2006-07-17  Bruno Haible  <bruno@clisp.org>
8281
8282         * lib/gl_list.h: New file.
8283         * lib/gl_list.c: New file.
8284         * lib/gl_array_list.h: New file.
8285         * lib/gl_array_list.c: New file.
8286         * lib/gl_carray_list.h: New file.
8287         * lib/gl_carray_list.c: New file.
8288         * lib/gl_linked_list.h: New file.
8289         * lib/gl_linked_list.c: New file.
8290         * lib/gl_anylinked_list1.h: New file.
8291         * lib/gl_anylinked_list2.h: New file.
8292         * lib/gl_avltree_list.h: New file.
8293         * lib/gl_avltree_list.c: New file.
8294         * lib/gl_anyavltree_list1.h: New file.
8295         * lib/gl_anyavltree_list2.h: New file.
8296         * lib/gl_rbtree_list.h: New file.
8297         * lib/gl_rbtree_list.c: New file.
8298         * lib/gl_anyrbtree_list1.h: New file.
8299         * lib/gl_anyrbtree_list2.h: New file.
8300         * lib/gl_anytree_list1.h: New file.
8301         * lib/gl_anytree_list2.h: New file.
8302         * lib/gl_linkedhash_list.h: New file.
8303         * lib/gl_linkedhash_list.c: New file.
8304         * lib/gl_anyhash_list1.h: New file.
8305         * lib/gl_anyhash_list2.h: New file.
8306         * lib/gl_avltreehash_list.h: New file.
8307         * lib/gl_avltreehash_list.c: New file.
8308         * lib/gl_rbtreehash_list.h: New file.
8309         * lib/gl_rbtreehash_list.c: New file.
8310         * lib/gl_anytreehash_list1.h: New file.
8311         * lib/gl_anytreehash_list2.h: New file.
8312
8313         * lib/gl_oset.h: New file.
8314         * lib/gl_oset.c: New file.
8315         * lib/gl_array_oset.h: New file.
8316         * lib/gl_array_oset.c: New file.
8317         * lib/gl_avltree_oset.h: New file.
8318         * lib/gl_avltree_oset.c: New file.
8319         * lib/gl_rbtree_oset.h: New file.
8320         * lib/gl_rbtree_oset.c: New file.
8321         * lib/gl_anytree_oset.h: New file.
8322
8323 2006-07-16  Paul Eggert  <eggert@cs.ucla.edu>
8324
8325         * m4/mkancesdirs.m4: New file.
8326         * m4/mkdir-p.m4 (gl_MKDIR_PARENTS): Mention dirchownmod.c,
8327         dirchownmod.h.  Don't require AC_FUNC_ALLOCA, gl_AFS, gl_CHDIR_SAFER;
8328         no longer needed.  Require gl_FUNC_LCHOWN, since dirchownmod.c needs
8329         it.
8330
8331 2006-07-16  Paul Eggert  <eggert@cs.ucla.edu>
8332
8333         * lib/dirchownmod.c, lib/dirchownmod.h, lib/mkancesdirs.c:
8334         * lib/mkancesdirs.h: New files.
8335         * lib/mkdir-p.c: Don't include alloca.h, stdio.h, sys/types.h,
8336         unistd.h, string.h, chdir-safer.h, dirname.h, lchmod.h, lchown.h,
8337         save-cwd.h.  Instead, include dirchownmod.h and mkancesdirs.h.
8338         (make_dir_parents): New args MAKE_ANCESTOR, OPTIONS, ANNOUNCE,
8339         MODE_BITS.  Remove options VERBOSE_FMT_STRING, CWD_ERRNO.  All
8340         callers changed.  Revamp internals significantly, by not
8341         attempting to create directories that are temporarily more
8342         permissive than the final results.  Do not attempt to use
8343         save_cwd/restore_cwd; it isn't worth it for mkdir and install.
8344         This removes some race conditions, fixes some bugs, and simplifies
8345         things.  Use new dirchownmod function to do owner and mode changes.
8346         * lib/mkdir-p.h: Likewise.
8347         * lib/modechange.c (octal_to_mode): New function.
8348         (struct mode_change): New member mentioned.
8349         (make_node_op_equals): New arg mentioned.  All callers changed.
8350         (mode_compile): Keep track of which mode bits the user has explicitly
8351         mentioned.
8352         (mode_adjust): New arg DIR, so that we implement the X op correctly.
8353         New arg PMODE_BITS, to keep track of which mode bits the user
8354         mentioned; it treats S_ISUID and S_ISGID speciall.
8355         All callers changed.
8356         * lib/modechange.h: Likewise.
8357
8358 2006-07-16  Paul Eggert  <eggert@cs.ucla.edu>
8359
8360         * MODULES.html.sh: Add mkancestors.
8361         * modules/mkancesdirs: New module.
8362         * modules/mkdir-p (Files): Remove lib/chdir-safer.c, lib/chdir-safer.h,
8363         lib/same-inode.h, m4/afs.m4, m4/chdir-safer.m4.
8364         The chdir-safer and afs files are now orphans; I'll remove them
8365         unless someone speaks up.
8366         Add lib/dirchownmod.c, lib/dirchownmod.h.
8367         (Depends-on): Remove alloca, chown, save-cwd, dirname.
8368         Add lchown, mkancesdirs.
8369         (Maintainer): Add self.
8370
8371 2006-07-15  Karl Berry  <karl@gnu.org>
8372
8373         * gnulib-tool: help message wording/arrangement.
8374
8375 2006-07-14  Simon Josefsson  <jas@extundo.com>
8376
8377         * doc/gnulib.texi (Libtool and Windows): New section.
8378
8379 2006-07-12  Simon Josefsson  <jas@extundo.com>
8380
8381         * modules/gendocs (License): Fix license, approved by Karl.
8382
8383 2006-07-12  Eric Blake  <ebb9@byu.net>
8384
8385         * MODULES.html.sh: Add gendocs.
8386
8387 2006-07-11  Eric Blake  <ebb9@byu.net>
8388
8389         * modules/fdl: New module, to install doc/fdl.texi.
8390         * MODULES.html.sh: Add new section for documentation modules.
8391         * gnulib-tool: Avoid space-tab.
8392         (--doc-base): New option, to manage files from doc.
8393
8394 2006-07-11  Eric Blake  <ebb9@byu.net>
8395
8396         * m4/absolute-header.m4: Fix comments to match recent change.
8397
8398 2006-07-11  Eric Blake  <ebb9@byu.net>
8399
8400         * gnulib-tool: List --doc-base before --tests-base.
8401
8402 2006-07-11  Derek R. Price  <derek@ximbiot.com>
8403
8404         * lib/glob.c: s/NAMLEN/_D_EXACT_NAMLEN/.
8405
8406 2006-07-11  Bruno Haible  <bruno@clisp.org>
8407
8408         * README: Mention where to put documentation.
8409
8410 2006-07-10  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
8411
8412         * doc/functions.texi, gnulib-tool.texi, gnulib.texi: Fix some typos.
8413
8414 2006-07-10  Paul Eggert  <eggert@cs.ucla.edu>
8415
8416         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Like today's change
8417         to stdint.m4.
8418
8419 2006-07-10  Paul Eggert  <eggert@cs.ucla.edu>
8420
8421         * m4/stdint.m4 (gl_STDINT_H): Like yesterday's change to
8422         absolute-header.m4.  Also, set ABSOLUTE_STDINT_H to a string
8423         "no/such/file/stdint.h" when there is no such file, so that
8424         the resulting C code can be parsed by dodgy compilers.
8425         Problems reported by Bob Proulx.
8426
8427 2006-07-10  Derek R. Price  <derek@ximbiot.com>
8428
8429         * lib/backupfile.c, dirfd.h, fts.c, getcwd.c, glob.c, glob_.h:
8430         Ignore the obsolescent !HAVE_DIRENT_H case.  Consolidate NAMLEN
8431         macros into the GNU _D_EXACT_NAMLEN.
8432         * lib/savedir.c:  Likewise.
8433         (savedirstream): Use _D_EXACT_NAMLEN in preference to strlen.
8434
8435 2006-07-10  Derek R. Price  <derek@ximbiot.com>
8436         and Paul Eggert  <eggert@cs.ucla.edu>
8437
8438         * m4/backupfile.m4, d-ino.m4, d-type.m4, dirfd.m4, fts.m4, getcwd.m4:
8439         * m4/savedir.m4:
8440         Ignore the obsolescent !HAVE_DIRENT_H case.  Consolidate NAMLEN
8441         macros into the GNU _D_EXACT_NAMLEN.
8442
8443 2006-07-09  Paul Eggert  <eggert@cs.ucla.edu>
8444
8445         * m4/absolute-header.m4 (gl_ABSOLUTE_HEADER): Use "" rather than <>
8446         around the absolute name, to work around a problem with the HP-UX
8447         11.23 native C compiler, reported by Bob Proulx.
8448
8449 2006-07-09  Paul Eggert  <eggert@cs.ucla.edu>
8450
8451         * doc/maintain.texi, make-stds.texi: Sync from
8452         <http://savannah.gnu.org/projects/gnustandards>.
8453
8454 2006-07-09  Paul Eggert  <eggert@cs.ucla.edu>
8455
8456         * build-aux/depcomp, build-aux/install-sh: Sync from Automake.
8457
8458 2006-07-09  Jim Meyering  <jim@meyering.net>
8459
8460         * m4/glob.m4: Remove a doubled word in a comment.
8461
8462 2006-07-09  Jim Meyering  <jim@meyering.net>
8463
8464         * lib/argp-pv.c: Remove a doubled word in a comment.
8465         * lib/check-version.c (check_version): Likewise.
8466         * lib/javacomp.c (compile_java_class): Likewise.
8467
8468 2006-07-08  Paul Eggert  <eggert@cs.ucla.edu>
8469
8470         * gnulib-tool (func_get_filelist): Don't echo m4/onceonly_2_57.m4,
8471         for the benefit of people using Autoconf 2.60.  If you want to
8472         support older Autoconf versions you can copy m4/onceonly_2_57.m4
8473         (or m4/onceonly.m4, if pre-2.57) manually.
8474
8475 2006-07-08  Jim Meyering  <jim@meyering.net>
8476
8477         * m4/link-follow.m4: Remove one of two adjacent "whether"s in a
8478         comment.
8479         * m4/getopt.m4: Remove one of two adjacent "your"s in a comment.
8480         * m4/regex.m4 (gl_REGEX): Remove one of two adjacent "the"s in a
8481         comment.
8482
8483 2006-07-08  Jim Meyering  <jim@meyering.net>
8484
8485         * lib/getndelim2.h (getndelim2): Remove doubled "after" in comment.
8486
8487 2006-07-07  Simon Josefsson  <jas@extundo.com>
8488
8489         * tests/test-crc.c: Change expected crc value, the test vector
8490         were probably computed using the old broken crc.c?
8491
8492 2006-07-06  Simon Josefsson  <jas@extundo.com>
8493
8494         * modules/sys_socket (Files): Add m4/sockpfaf.m4 (this module is
8495         now the canonical place for the M4 file).
8496
8497         * modules/getaddrinfo (Files): Remove m4/sockpfaf.m4, we get it
8498         from the sys_socket dependency now.
8499
8500         * modules/inet_pton (Files): Ditto.
8501
8502         * modules/inet_ntop (Files): Ditto.
8503
8504 2006-07-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny change)
8505
8506         * modules/getusershell (configure.ac): Use gl_FUNC_GETUSERSHELL,
8507         not gl_PREREQ_GETUSERSHELL.
8508
8509 2006-07-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
8510
8511         * m4/_inttypes_h.m4 (gl_INTTYPES_H): Use AC_CHECK_DECLS_ONCE
8512         with only one argument, for Autoconf 2.60.
8513         * m4/fileblocks.m4 (gl_PREREQ_FILEBLOCKS): AC_CHECK_DECLS_ONCE may
8514         expand to nothing, so add a shell command to avoid syntax error.
8515         * m4/getpass.m4 (gl_PREREQ_GETPASS): Likewise.
8516
8517 2006-07-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
8518
8519         * lib/strtod.c (strtod): cast the argument of tolower to unsigned char.
8520
8521 2006-07-06  Paul Eggert  <eggert@cs.ucla.edu>
8522
8523         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Don't check for getenv decl;
8524         no longer needed.  Check for isblank decl.
8525         * m4/mkstemp.m4 (gl_PREREQ_TEMPNAME): Don't check for getenv decl.
8526         * m4/regex.m4 (gl_PREREQ_REGEX): Dheck for isblank decl instead
8527         of existence.
8528
8529 2006-07-06  Paul Eggert  <eggert@cs.ucla.edu>
8530
8531         * lib/getloadavg.c: Use __VMS, not VMS.
8532         * lib/getopt.c: Likewise.
8533         * lib/getpagesize.h: Likewise.
8534         * lib/glob.c: Remove most VMS cruft; it hasn't been tested for a while
8535         and probably does not work.
8536
8537 2006-07-06  Paul Eggert  <eggert@cs.ucla.edu>
8538
8539         * lib/.cppi-disable: Add wcwidth.
8540         * lib/fnmatch.c (ISBLANK): Remove.  All uses changed to isblank.
8541         (isblank) [! (defined isblank || HAVE_DECL_ISBLANK)]: New macro.
8542         (ISGRAPH): Remove.  All uses changed to isgraph.
8543         (FOLD) [!defined _LIBC]: Remove special case.
8544         * lib/getdate.y (lookup_word): Remove no-longer-needed call to islower.
8545         * lib/regex_internal.h (isblank): Depend on HAVE_DECL_ISBLANK, not
8546         HAVE_ISBLANK.
8547         * lib/strftime.c (TOLOWER, TOUPPER) [!defined _LIBC]: Remove special
8548         case.
8549
8550 2006-07-06  Jim Hyslop  <jhyslop@dreampossible.ca>  (tiny change)
8551
8552         * lib/getaddrinfo.c: Changes to compile under MSVC6: changed
8553         '#if WIN32_NATIVE' to '#ifdef' & moved WSAAPI macro inside
8554         brackets.  Other minor changes to suppress some compiler
8555         warnings.
8556
8557 2006-07-06  Derek R. Price  <derek@ximbiot.com>
8558         and Paul Eggert  <eggert@cs.ucla.edu>
8559
8560         * m4/backupfile.m4 (gl_BACKUPFILE): Check for dirent.h, instead
8561         of invoking obsolescent AC_HEADER_DIRENT macro.
8562         * m4/d-ino.m4 (gl_CHECK_TYPE_STRUCT_DIRENT_D_INO): Likewise.
8563         * m4/d-type.m4 (gl_CHECK_TYPE_STRUCT_DIRENT_D_TYPE): Likewise.
8564         * m4/dirfd.m4 (gl_FUNC_DIRFD): Likewise.
8565         * m4/fts.m4 (gl_FUNC_FTS_CORE): Likewise.
8566         * m4/getcwd.m4 (gl_PREREQ_GETCWD): Likewise.
8567         * m4/glob.m4 (gl_PREREQ_GLOB): Likewise.
8568         * m4/savedir.m4 (gl_SAVEDIR): Likewise.
8569         * m4/readdir.m4: Remove; no longer needed.
8570
8571 2006-07-06  Derek R. Price  <derek@ximbiot.com>
8572         and Paul Eggert  <eggert@cs.ucla.edu>
8573
8574         * lib/backupfile.c [HAVE_DIRENT_H && ! HAVE_NDIR_H]:
8575         Don't worry about this obsolete case any more.
8576         (HAVE_DIR): Remove.  All uses removed; we now assume you can read
8577         directories.
8578         * lib/dirfd.h [HAVE_DIRENT_H && ! HAVE_NDIR_H]: Don't
8579         worry about this obsolete case any more.
8580         * lib/fts.c: Likewise.
8581         * lib/getcwd.c: Likewise.
8582         * lib/glob.h: Likewise.
8583         * lib/savedir.c: Likewise.
8584
8585 2006-07-05  Paul Eggert  <eggert@cs.ucla.edu>
8586
8587         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Use AC_CHECK_DECLS_ONCE
8588         rather than AC_CHECK_DECLS for strtoimax and strtoumax.
8589         * m4/getusershell.m4 (gl_PREREQ_GETUSERSHELL): Remove; no longer
8590         needed.
8591         All uses removed.
8592         * m4/strtol.m4 (gl_PREREQ_STRTOL): Likewise.
8593         * m4/strtoul.m4 (gl_PREREQ_STRTOUL): Likewise.
8594         * m4/exclude.m4 (gl_EXCLUDE): Don't check for isascii; no longer
8595         needed.
8596         * m4/getdate.m4 (gl_GETDATE): Likewise.
8597         * m4/getusershell.m4 (gl_PREREQ_GETUSERSHELL): Likewise.
8598         * m4/memcasecmp.m4 (gl_MEMCASECMP): Likewise.
8599         * m4/strtod.m4 (gl_FUNC_STRTOD): Likewise.
8600         * m4/strtol.m4 (gl_PREREQ_STRTOL): Likewise.
8601         * m4/strtoul.m4 (gl_PREREQ_STRTOUL): Likewise.
8602         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Likewise.
8603         * m4/exclude.m4 (gl_EXCLUDE): Don't require AC_C_INLINE; no longer
8604         needed.
8605
8606 2006-07-05  Paul Eggert  <eggert@cs.ucla.edu>
8607
8608         * lib/memcasecmp.c: Include <limits.h>.
8609         (memcasecmp): Don't assume UCHAR_MAX <= INT_MAX.
8610         * lib/strtod.c (strtod): Don't assume isspace works on negative chars.
8611         Don't assume isdigit succeeds only on '0' through '9'.
8612
8613 2006-07-05  Eric Blake  <ebb9@byu.net>
8614
8615         * modules/getaddrinfo (Depends-on): Add snprintf.
8616
8617 2006-07-05  Eric Blake  <ebb9@byu.net>
8618
8619         * m4/sockpfaf.m4 (gl_SOCKET_FAMILIES): Use gl_HEADER_SYS_SOCKET
8620         to avoid 'header present but could not be compiled' on cygwin.
8621
8622 2006-07-05  Eric Blake  <ebb9@byu.net>
8623
8624         * lib/getaddrinfo.h (NI_NUMERICHOST, NI_NUMERICSERV): Define if
8625         missing from netdb.h.
8626         * lib/getaddrinfo.c (includes): Include inet_ntop and snprintf.
8627
8628 2006-07-05  Derek R. Price  <derek@ximbiot.com>
8629
8630         * m4/calloc.m4 (_AC_FUNC_CALLOC_IF): Don't require AC_HEADER_STDC;
8631         no longer needed.
8632         * m4/exclude.m4 (gl_EXCLUDE): Likewise.
8633         * m4/getdate.m4 (gl_GETDATE): Likewise.
8634         * m4/getusershell.m4 (gl_PREREQ_GETUSERSHELL): Likewise.
8635         * m4/memcasecmp.m4 (gl_MEMCASECMP): Likewise.
8636         * m4/strtod.m4 (gl_FUNC_STRTOD): Likewise.
8637         * m4/strtol.m4 (gl_PREREQ_STRTOL): Likewise.
8638         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Likewise.
8639
8640 2006-07-05  Derek R. Price  <derek@ximbiot.com>
8641
8642         * lib/exclude.c (IN_CTYPE_DOMAIN, is_space): Remove; no longer needed.
8643         All uses of is_space replaced by isspace.
8644         * lib/exit.h: Don't talk about STDC_HEADERS.
8645         * lib/fnmatch.c (ISASCII): Remove; no longer needed.  All uses removed.
8646         (ISPRINT, ISDIGIT, ISALNUM, ISALPHA, ISCNTRL, ISLOWER, ISPUNCT):
8647         (ISSPACE, ISUPPER, ISXDIGIT): Remove; no longer needed.  All uses
8648         replaced by isprint etc.
8649         * lib/getdate.y (IN_CTYPE_DOMAIN, ISSPACE, ISALPHA, ISLOWER): Likewise.
8650         * lib/getusershell.c (IN_CTYPE_DOMAIN, ISSPACE): Likewise.
8651         * lib/memcasecmp.c (IN_CTYPE_DOMAIN, ISLOWER, TOUPPER): Likewise.
8652         * lib/strtod.c (IN_CTYPE_DOMAIN, ISSPACE, ISDIGIT, TOLOWER): Likewise.
8653         * lib/strtol.c (IN_CTYPE_DOMAIN): Likewise.
8654         * lib/xstrtol.c (IN_CTYPE_DOMAIN, ISSPACE): Likewise.
8655
8656 2006-07-05  Bruno Haible  <bruno@clisp.org>
8657
8658         * m4/strndup.m4 (gl_FUNC_STRNDUP): When cross-compiling, check whether
8659         the function exists, before testing against AIX.
8660         Reported by Martin Lambers <marlam@marlam.de>.
8661
8662 2006-07-04  Paul Eggert  <eggert@cs.ucla.edu>
8663
8664         * modules/cycle-check (lib_SOURCES): Add same-inode.h.
8665         From Mark D. Baushke.
8666
8667 2006-07-04  Paul Eggert  <eggert@cs.ucla.edu>
8668
8669         * m4/absolute-header.m4 (gl_ABSOLUTE_HEADER): Prepend three slashes
8670         to the absolute name, not just one, to bypass Sun C 5.8's
8671         "warning: #include of /usr/include/... may be non-portable".
8672
8673 2006-07-04  Eric Blake  <ebb9@byu.net>
8674
8675         * modules/dirname-tests: New test module.
8676         * tests/test-dirname.c: New file, replacing dirname.c
8677         TEST_DIRNAME section that was recently deleted.
8678
8679 2006-07-04  Bruno Haible  <bruno@clisp.org>
8680
8681         Assume ANSI C header files and <ctype.h> functions.
8682         * lib/mbswidth.c (IN_CTYPE_DOMAIN, ISPRINT, ISCNTRL): Remove macros.
8683         (mbsnwidth): Use isprint, iscntrl instead.
8684
8685 2006-07-03  Paul Eggert  <eggert@cs.ucla.edu>
8686
8687         Merge from coreutils.
8688         * MODULES.html.sh: Add xstrtold.
8689         * modules/xstrtold: New file.
8690         * modules/cycle-check (Files): Add lib/same-inode.h.
8691         * modules/dirname (Files): Add m4/double-slash-root.m4.
8692         * modules/getcwd (Files): Add m4/getcwd-abort-bug.m4.
8693         * modules/mkdir-p (Files): Add lib/same-inode.h.
8694         * modules/same (Files): Add lib/same-inode.h.
8695
8696 2006-07-03  Paul Eggert  <eggert@cs.ucla.edu>
8697
8698         * m4/absolute-header.m4: Renamed from full-header-path.m4.
8699         This is to keep the terminology clean; POSIX talks about
8700         "absolute pathnames", not "full pathnames", but the GNU
8701         Coding Standards say to use "path" for something else;
8702         so use "absolute" to keep both sides happy.
8703         (gl_ABSOLUTE_HEADER): Renamed from gl_FULL_HEADER_PATH.
8704         Set gl_absolute_header, not gl_full_header_path.
8705         Set gl_cv_absolute_<header>, not gl_full_path_<header>.
8706         Define ABSOLUTE_<HEADER>, not FULL_PATH_<HEADER>.
8707         All uses changed.
8708
8709         Merge from coreutils.
8710
8711         2006-06-30  Paul Eggert  <eggert@cs.ucla.edu>
8712
8713         * m4/c-strtod.m4 (gl_C_STRTOLD): Add c-strtod.c to LIBSOURCES.
8714         Require gl_USE_SYSTEM_EXTENSIONS, not gl_C_STRTOD, since we don't
8715         want to require the building of c-strtod.o.
8716         * m4/lib-check.m4 (cu_LIB_CHECK): Remove SEQ_LIBM, since seq no longer
8717         needs -lm directly.
8718         * m4/xstrtod.m4 (gl_XSTRTOLD): New macro.
8719
8720         2006-06-19  Paul Eggert  <eggert@cs.ucla.edu>
8721
8722         * m4/lib-ignore.m4 (gl_IGNORE_UNUSED_LIBRARIES): Prefer binutils's
8723         --as-needed option if available.  Problem reported by Albert Chin in
8724         <http://lists.gnu.org/archive/html/bug-gnulib/2006-06/msg00114.html>.
8725         However, use -Wl,--as-needed, not bare --as-needed, since HP-UX 11.11
8726         cc merely issues a bunch of annoying warnings for --as-needed
8727         (this problem was reported by Bob Proulx).  Also, try linking with
8728         -lm to detect a bug in binutils 2.16 (this problem was reported
8729         by Ralf Wildenhues).
8730
8731         2006-06-18  Jim Meyering  <jim@meyering.net>
8732
8733         Test for a bug that causes glibc's getcwd to suffer a failed assertion.
8734         * m4/getcwd-abort-bug.m4 (gl_FUNC_GETCWD_ABORT_BUG): New file and
8735         macro.
8736         * m4/getcwd.m4 (gl_FUNC_GETCWD): If we detect support for getcwd_null,
8737         also check for glibc-2.4's abort-inducing bug.
8738
8739         * m4/getcwd-path-max.m4 (gl_FUNC_GETCWD_PATH_MAX): Fix typo.
8740         Low-probability clean-up should be to use rmdir to get rid of
8741         the just-created directory, not unlink.
8742
8743         * m4/ftruncate.m4 (gl_FUNC_FTRUNCATE): If ftruncate is missing, make
8744         configure fail, and request a bug report to inform us about it.
8745         Add a comment that, barring reports to the contrary, in 2007 we'll
8746         assume ftruncate is universally available.
8747
8748         2006-04-17  Paul Eggert  <eggert@cs.ucla.edu>
8749
8750         * m4/filemode.m4 (gl_FILEMODE): Check for strmode declaration.
8751
8752         2006-03-12  Jim Meyering  <jim@meyering.net>
8753
8754         * m4/chdir-safer.m4 (gl_CHDIR_SAFER): Add same-inode.h to the list.
8755         * m4/cycle-check.m4 (gl_CYCLE_CHECK): Likewise.
8756         * m4/same.m4 (gl_SAME): Likewise.
8757         * m4/root-dev-ino.m4 (gl_ROOT_DEV_INO): Likewise.
8758
8759         2006-03-11  Eric Blake  <ebb9@byu.net>
8760
8761         * m4/double-slash-root.m4: New file, provides gl_DOUBLE_SLASH_ROOT.
8762         * m4/dirname.m4 (gl_DIRNAME): Use gl_DOUBLE_SLASH_ROOT.
8763         * m4/dos.m4 (FILE_SYSTEM_PREFIX_LEN): Move from here to dirname.h.
8764         (FILE_SYSTEM_DRIVE_PREFIX_CAN_BE_RELATIVE): New define.
8765
8766 2006-07-03  Paul Eggert  <eggert@cs.ucla.edu>
8767
8768         * lib/stdint_.h: Include <sys/types.h> after @FULL_PATH_STDINT_H@, for
8769         MacOS X 10.4.6.  Don't mention <sys/int_types.h>.  Problems
8770         reported by Mark D. Baushke, one in
8771         <http://lists.gnu.org/archive/html/bug-gnulib/2006-07/msg00015.html>.
8772
8773         Merge from coreutils.
8774
8775         * lib/.cppi-disable: Add stdint_.h.
8776         * lib/.cvsignore: Add stdint.h.
8777
8778         2006-06-30  Paul Eggert  <eggert@cs.ucla.edu>
8779
8780         * lib/xstrtod.c (XSTRTOD, DOUBLE): New macros, so that we can support
8781         both double and long double versions.
8782         (XSTRTOD): Renamed from xstrtod.  Use DOUBLE internally.
8783         * lib/xstrtold.c: New file.
8784         * lib/xstrtod.h (xstrtold): New decl.
8785
8786         2006-05-22  Paul Eggert  <eggert@cs.ucla.edu>
8787
8788         * lib/filemode.c (setst): Remove.
8789         (strmode): Rewrite to avoid setst.  This makes the code shorter,
8790         (arguably) clearer, and the generated code is a bit smaller on my
8791         Debian GNU/Linux stable x86 host.
8792
8793         2006-04-17  Paul Eggert  <eggert@cs.ucla.edu>
8794
8795         * lib/filemode.c: Include "filemode.h" first, to test the interface.
8796         Assume that filemode.h includes sys/types.h and sys/stat.h.
8797         (HAVE_ST_DM_MODE): New macro, moved here from ls.c.
8798         (ftypelet): Reorder to put common cases first, for efficiency.
8799         Add 'P', 'w'.  Remove 'M', since it's now the caller's responsibility
8800         to do 'M'.
8801         (strmode): Renamed from mode_string, and now stores 12 bytes instead
8802         of 10, for compatibility with FreeBSD.  All callers changed.
8803         (filemodestring): Now stores 12 bytes instead of 10, and sets file
8804         types that can't be deduced solely from st_mode.  First arg is now a
8805         const pointer.
8806         * lib/filemode.h (HAVE_DECL_STRMODE): Include <string.h> for strmode.
8807         (strmode): Renamed from mode_string.
8808         (filemodestring): New decl.
8809         * lib/stat-macros.h: Don't undef S_ISDOOR, since it's never buggy.
8810         (S_ISDOOR): Don't bother with S_IFDOOR, since that code is never
8811         needed.
8812         (S_ISPORT, S_ISWHT): New macros, if not already defined.
8813
8814         2006-04-12  Paul Eggert  <eggert@cs.ucla.edu>
8815
8816         * lib/fsusage.c: Don't include <inttypes.h> or <stdint.h>, since
8817         fsusage.h now does that.  Include fsusage.h first, to test interface.
8818         Prefer statvfs if it works, since it's blessed by POSIX.  Attempt
8819         at most one method (the old code could have generated decls that
8820         didn't conform to C89, not that this was ever exercised).
8821         * lib/fsusage.h: Include <inttypes.h> and <stdint.h> if they exist.
8822
8823         2006-03-19  Jim Meyering  <jim@meyering.net>
8824
8825         Work even in a chroot where d_ino values for entries in "/"
8826         don't match the stat.st_ino values for the same names.
8827         * lib/getcwd.c (__getcwd): When no d_ino value matches the target inode
8828         number, iterate through all entries again, using lstat instead.
8829         Reported by Kenshi Muto in http://bugs.debian.org/355810, and by
8830         Zouhir Hafidi in https://bugzilla.redhat.com/bugzilla/190656.
8831
8832         * lib/getcwd.c (__getcwd): Clarify a comment.
8833         Use memcpy in place of a call to strcpy.
8834
8835         2006-03-12  Jim Meyering  <jim@meyering.net>
8836
8837         * lib/fts-cycle.c (leave_dir): If cycle-check's saved dev-ino pair
8838         matches that of the current directory (which we're about to chdir ".."
8839         out of), then save the dev-ino of the parent, instead.
8840
8841         * lib/same-inode.h (SAME_INODE): New file/macro.
8842         * lib/chdir-safer.c (SAME_INODE): Remove definition.
8843         Include "same-inode.h", instead.
8844         * lib/same.c: Likewise.
8845         * lib/cycle-check.h: Include "same-inode.h".
8846         (CYCLE_CHECK_REFLECT_CHDIR_UP): Define.
8847         * lib/cycle-check.c (SAME_INODE): Remove definition.
8848         * lib/root-dev-ino.h: Include "same-inode.h".
8849
8850         2006-03-11  Eric Blake  <ebb9@byu.net>
8851
8852         * lib/same.c (same_name): s/base_name/last_component/
8853         * lib/backupfile.c (check_extension, numbered_backup): Likewise.
8854         * lib/filenamecat.c (file_name_concat): Likewise.
8855
8856         2006-03-11  Eric Blake  <ebb9@byu.net>,
8857                     Paul Eggert  <eggert@cs.ucla.edu>
8858
8859         * lib/dirname.h (FILE_SYSTEM_PREFIX_LEN): Move here from dos.m4.
8860         [FILE_SYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX]: Don't treat 1: as a
8861         drive prefix.
8862         (IS_ABSOLUTE_FILE_NAME): Treat all drive letters as absolute on
8863         platforms like cygwin with FILE_SYSTEM_DRIVE_PREFIX_IS_ABSOLUTE.
8864         (last_component): New method.
8865         * lib/dirname.c (dir_len): Determine when drive letters need a
8866         subsequent slash.  Preserve // when it is special.
8867         (dir_name): Don't append dot when drive letter is absolute.
8868         [TEST_DIRNAME]: Move into a full-blown gnulib test.
8869         * lib/basename.c (base_name): New semantics - malloc the result.
8870         Preserve // when it is special.  Preserve relative files that look
8871         like drive letters.
8872         (base_len): Preserve // when it is special.
8873         (last_component): New method, similar to old base_name semantics.
8874         * lib/stripslash.c (strip_trailing_slashes): Use last_component, not
8875         base_name.  Strip redundant slashes from ///.
8876
8877 2006-07-03  Jim Meyering  <jim@meyering.net>
8878
8879         * lib/cycle-check.h (CYCLE_CHECK_REFLECT_CHDIR_UP): Abort if this
8880         macro is used before the first cycle_check call.
8881
8882 2006-07-03  Eric Blake  <ebb9@byu.net>
8883
8884         * modules/dirname (Depends-on): Add xstrndup.
8885
8886 2006-07-02  Paul Eggert  <eggert@cs.ucla.edu>
8887
8888         * m4/stdint.m4 (gl_STDINT_H): Use more-mnemonic identifiers for
8889         test cases, so that config.log is a bit easier to follow.
8890
8891 2006-07-02  Paul Eggert  <eggert@cs.ucla.edu>
8892
8893         * lib/stdint_.h (intmax_t, uintmax_t): Prefer long to long long if
8894         both are 64 bits, since this seems to be the tradition, and this
8895         prevents gcc -Wformat from warning about usages with PRIuMAX.  If
8896         we ever run into a host that prefers long long to long in this
8897         case, we'll need another configure-time test.  Problem reported by
8898         Jim Meyering.
8899
8900 2006-07-02  Eric Blake  <ebb9@byu.net>
8901
8902         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Simplify by using AC_CHECK_DECLS.
8903
8904 2006-07-01  Paul Eggert  <eggert@cs.ucla.edu>
8905
8906         * modules/inttypes (Depends-on): No longer depends on stdint.
8907         * modules/stdint (Description): Say more about assumptions.
8908         Say that the fast types might differ.  Say macros are used.
8909         (Files): Remove m4/size_max.m4, m4/wchar_t.m4.  Add m4/longlong.m4.
8910         (Makefile.am): Revise list of substituted symbols to match
8911         new stdint.m4.
8912         * modules/stdint-tests (Files): Add m4/wchar_t.m4, m4/wint_t.m4.
8913         (configure.ac): Add gt_TYPE_WCHAR_T, gt_TYPE_WINT_T.
8914         * tests/test-stdint.c (verify_same_types)
8915         [! (__GNUC__ >= 2 && DO_PEDANTIC)]: Put in a decl, so that
8916         the code conforms to C99/C89.
8917         Test for WCHAR_MIN and WCHAR_MAX only if HAVE_WCHAR_T.
8918         Test for WINT_MIN and WINT_MAX only if HAVE_WINT_T.
8919
8920 2006-07-01  Paul Eggert  <eggert@cs.ucla.edu>
8921
8922         * m4/longlong.m4 (AC_TYPE_LONG_LONG_INT): Backport from Autoconf 2.60,
8923         but fix a bug, by requiring at least 64 bits.
8924         * m4/ulonglong.m4 (AC_TYPE_UNSIGNED_LONG_LONG_INT): Likewise.
8925         * m4/longlong.m4 (gl_AC_TYPE_LONG_LONG): Now just call
8926         AC_TYPE_LONG_LONG_INT.  This macro is obsolete and will go soon.
8927         * m4/ulonglong.m4 (gl_AC_TYPE_UNSIGNED_LONG_LONG) Likewise.
8928
8929         * m4/stdint.m4 (gl_STDINT_H): Rewrite to accommodate stdint_.h
8930         changes.  Make 2.59 a prerequisite.  Check and substitute for
8931         HAVE_LONG_LONG_INT.  Rely on Autoconf to check for stdint.h and
8932         inttypes.h.  Do not use special include files; just use the
8933         defaults.  Check for sys/inttypes.h and sys/bitypes.h in the usual
8934         way now.  Remove no-longer-needed tests for HAVE_LONG_64BIT,
8935         HAVE_LONG_LONG_64BIT, int8_t, int16_t, int32_t, int64_t, uint8_t,
8936         uint16_t, uint32_t uint64_t, int_least8_t, int_least16_t,
8937         int_least32_t, int_least64_t, uint_least8_t, uint_least16_t,
8938         uint_least32_t, uint_least64_t, int_fast8_t, int_fast16_t,
8939         int_fast32_t, int_fast64_t, uint_fast8_t uint_fast16_t,
8940         uint_fast32_t, uint_fast64_t, intptr_t, uintptr_t, intmax_t,
8941         uintmax_t, INT8_MIN, INT8_MAX, UINT8_MAX, INT16_MIN, INT16_MAX,
8942         UINT16_MAX, INT32_MIN, INT32_MAX, UINT32_MAX, INT64_MIN,
8943         INT64_MAX, UINT64_MAX, INT_LEAST8_MIN, INT_LEAST8_MAX,
8944         UINT_LEAST8_MAX, INT_LEAST16_MIN, INT_LEAST16_MAX,
8945         UINT_LEAST16_MAX, INT_LEAST32_MIN, INT_LEAST32_MAX,
8946         UINT_LEAST32_MAX, INT_LEAST64_MIN, INT_LEAST64_MAX,
8947         UINT_LEAST64_MAX, INT_FAST8_MIN, INT_FAST8_MAX, UINT_FAST8_MAX,
8948         INT_FAST16_MIN, INT_FAST16_MAX, UINT_FAST16_MAX, INT_FAST32_MIN,
8949         INT_FAST32_MAX, UINT_FAST32_MAX, INT_FAST64_MIN, INT_FAST64_MAX,
8950         UINT_FAST64_MAX, INTPTR_MIN, INTPTR_MAX, UINTPTR_MAX, INTMAX_MIN,
8951         INTMAX_MAX, UINTMAX_MAX, PTRDIFF_MIN, PTRDIFF_MAX, SIG_ATOMIC_MIN,
8952         SIG_ATOMIC_MAX, SIZE_MAX, WCHAR_MIN, WCHAR_MAX, WINT_MIN,
8953         WINT_MAX.  Check for C99 conformance more strictly, by detecting
8954         bugs in glibc 2.4, Solaris 10, and OpenBSD 3.9.  On the other hand do
8955         not check for things that C99 does not require, e.g., int8_t.  If
8956         a test isn't needed unless <stdint.h> isn't working, and is
8957         unlikely to be needed for any other reason, then don't do it
8958         unless <stdint.h> isn't working.  Do not check for ptrdiff_t or
8959         size_t, since we assume C89 freestanding at least.  Do not check
8960         for sig_atomic_t, wchar_t, or wint_t, since the code now does
8961         the right thing even if the types are not defined.  Instead use:
8962         (gl_STDINT_TYPE_PROPERTIES): New macro.
8963         (gl_HEADER_STDINT_H, gl_HEADER_INTTYPES_H): Remove.  Don't bother
8964         testing whether <sys/types.h> clashes, as Autoconf does this for
8965         us now.  All uses removed.
8966         (gl_STDINT_CHECK_TYPES, gl_STDINT_MISSING_BOUND):
8967         (gl_STDINT_MISSING_BOUNDS, gl_STDINT_MISSING_BOUNDS2):
8968         (gl_CHECK_TYPE_SAME):
8969         Remove; no longer needed.
8970         (gl_STDINT_BITSIZEOF): Don't bother to check whether the type
8971         exists, since we'll return 0 anyway in that case.
8972         (gl_INTEGER_TYPE_SUFFIX, gl_STDINT_INCLUDES): New macros.
8973
8974 2006-07-01  Paul Eggert  <eggert@cs.ucla.edu>
8975
8976         * lib/stdint_.h (_GL_STDINT_H): Renamed from _STDINT_H, to avoid
8977         possible collision with system files.
8978         (<stdio.h>, <time.h>, <wchar.h>) [defined __cplusplus && ! defined
8979         __STDC_CONSTANT_MACROS)]: Do not include, since we don't need
8980         WCHAR_MIN and WCHAR_MAX in this case.
8981         (<stddef.h>): Do not include; no longer needed.
8982         (<sys/types.h>): Include if @HAVE_SYS_TYPES_H@, not if
8983         (defined(__OpenBSD__) || defined(__bsdi__) || defined(__sgi)).
8984         (<sys/inttypes.h>): Include if @HAVE_SYS_INTTYPES_H@ &&
8985         !@HAVE_INTTYPES_H@, not if (defined(__FreeBSD__)
8986         && (__FreeBSD__ >= 3) && (__FreeBSD__ <= 4)).
8987         (__STDINT_H__) [@HAVE_STDINT_H@ && defined __sgi && ! defined
8988         __c99]: Define, to work around IRIX <stdint.h> incompatibility.
8989         (@FULL_PATH_STDINT_H@) [!(defined(__sgi) && @HAVE_INTTYPES_H@ &&
8990         !defined(__c99))]: Include in this case too, since it's harmless
8991         now.
8992         (<inttypes.h>) [@HAVE_INTTYPES_H@]: Include, since it's no longer
8993         dangerous to do so.
8994         (@FULL_PATH_INTTYPES_H@) [(defined(__hpux) || defined(_AIX)) &&
8995         @HAVE_INTTYPES_H@]: Do not include, since we now include <inttypes.h>.
8996         (_STDINT_MIN, _STDINT_MAX): New macros.
8997         (int8_t, uint8_t, int16_t, uint16_t, int32_t, uint32_t, int64_t):
8998         (uint64_t, int_least8_t, uint_least8_t, int_least16_t):
8999         (uint_least16_t, int_least32_t, uint_least32_t, int_least64_t):
9000         (uint_least64_t, int_fast8_t, uint_fast8_t, int_fast16_t):
9001         (uint_fast16_t, int_fast32_t, uint_fast32_t, int_fast64_t):
9002         (uint_fast64_t, intptr_t, uintptr_t, intmax_t, uintmax_t): Now
9003         macros, not typedefs; this simplifies things quite a bit.
9004         Use long int for all types narrower than int64_t.
9005         (intmax_t, uintmax_t, INTMAX_C, UINTMAX_C):
9006         Define in terms of long long int or int64_t or long int,
9007         not int64_t or int32_t.  This saves some compile-time testing.
9008         (INT8_MIN, INT8_MAX, UINT8_MAX, INT16_MIN, INT16_MAX, UINT16_MAX):
9009         (INT32_MIN, INT32_MAX, UINT32_MAX, INT64_MIN, INT64_MAX):
9010         (UINT64_MAX, INT_LEAST8_MIN, INT_LEAST8_MAX, UINT_LEAST8_MAX):
9011         (INT_LEAST16_MIN, INT_LEAST16_MAX, UINT_LEAST16_MAX):
9012         (INT_LEAST32_MIN, INT_LEAST32_MAX, UINT_LEAST32_MAX):
9013         (INT_LEAST64_MIN, INT_LEAST64_MAX, UINT_LEAST64_MAX, INT_FAST8_MIN):
9014         (INT_FAST8_MAX, UINT_FAST8_MAX, INT_FAST16_MIN, INT_FAST16_MAX):
9015         (UINT_FAST16_MAX, INT_FAST32_MIN, INT_FAST32_MAX, UINT_FAST32_MAX):
9016         (INT_FAST64_MIN, INT_FAST64_MAX, UINT_FAST64_MAX, INTPTR_MIN):
9017         (INTPTR_MAX, UINTPTR_MAX, INTMAX_MIN, INTMAX_MAX, UINTMAX_MAX):
9018         (PTRDIFF_MIN, PTRDIFF_MAX, SIG_ATOMIC_MIN, SIG_ATOMIC_MAX):
9019         (SIZE_MAX, WCHAR_MIN, WCHAR_MAX, WINT_MIN, WINT_MAX):
9020         undef any previous version and define our own version, for
9021         simplicity and consistency with the new macros for types.
9022         (PTRDIFF_MIN, PTRDIFF_MAX, SIG_ATOMIC_MIN, SIG_ATOMIC_MAX):
9023         (SIZE_MAX, WCHAR_MIN, WCHAR_MAX, WINT_MIN, WINT_MAX):
9024         Simplify definitions by using _STDINT_MIN and _STDINT_MAX
9025         where appropriate.  Rely on new symbols @PTRDIFF_T_SUFFIX@,
9026         @SIG_ATOMIC_T_SUFFIX@, @SIZE_T_SUFFIX@, @WCHAR_T_SUFFIX@,
9027         @WINT_T_SUFFIX@ to keep things simple here.
9028         (UINT8_C, UINT16_C, UINT32_C, INT64_C, UINT64_C):
9029         Simplify by assuming typical 8/16/32/64 host, since we're
9030         already doing that elsewhere anyway.
9031         Use (LONG_MAX >> 31 >> 31 == 1) rather than @HAVE_LONG_64BIT@,
9032         and assume long long int is 64 bits if available.  This
9033         speeds up 'configure'.
9034
9035 2006-07-01  Eric Blake  <ebb9@byu.net>
9036
9037         * m4/stdarg.m4 (gl_STDARG_H): Use proper AH_VERBATIM.
9038         Reported by Andreas Buening.
9039
9040 2006-07-01  Eric Blake  <ebb9@byu.net>
9041
9042         * m4/stdarg.m4 (gl_STDARG_H): Properly parenthesize gl_va_copy.
9043
9044 2006-06-30  Jim Hyslop  <jhyslop@dreampossible.ca>  (tiny change)
9045
9046         * lib/getaddrinfo.c: fixed typo
9047
9048 2006-06-29  Jim Meyering  <jim@meyering.net>
9049
9050         * modules/strftime (Maintainer): Add my name, since with the
9051         FPRINTFTIME changes strftime.c has forked from glibc.
9052
9053 2006-06-29  Eric Blake  <ebb9@byu.net>
9054
9055         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Use AC_C_INLINE.
9056
9057 2006-06-29  Eric Blake  <ebb9@byu.net>
9058
9059         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): New file.
9060
9061 2006-06-29  Eric Blake  <ebb9@byu.net>
9062
9063         * lib/stat_.h: New file.
9064
9065 2006-06-29  Eric Blake  <ebb9@byu.net>
9066
9067         * lib/stat_.h (rpl_mkdir): Declare inline, to avoid warnings about
9068         unused static function.
9069
9070 2006-06-29  Eric Blake  <ebb9@byu.net>
9071
9072         * doc/functions.texi (Function Portability): Document missing lstat
9073         on mingw.
9074
9075 2006-06-29  Eric Blake  <ebb9@byu.net>
9076
9077         * MODULES.html.sh: Add sys_stat.
9078         * modules/sys_stat: New module.
9079         * modules/mkstemp (Depends-on): Add sys_stat.
9080
9081 2006-06-29  Derek R. Price  <derek@ximbiot.com>
9082
9083         * m4/strftime.m4: Don't call AC_FUNC_STRFTIME.
9084
9085 2006-06-29  Derek R. Price  <derek@ximbiot.com>
9086
9087         * m4/c-bs-a.m4: Removed.
9088
9089 2006-06-29  Derek R. Price  <derek@ximbiot.com>
9090
9091         * lib/strftime.c: Assume strftime() exists.
9092
9093 2006-06-29  Derek Price  <derek@ximbiot.com>
9094
9095         * modules/c-bs-a: Removed - \a is C89.
9096         * MODULES.html.sh: Remove c-bs-a.
9097
9098 2006-06-29  Bruno Haible  <bruno@clisp.org>
9099
9100         * modules/wcwidth (License): Change to LGPL.
9101
9102 2006-06-28  Simon Josefsson  <jas@extundo.com>
9103
9104         * tests/test-getaddrinfo.c: Test getnameinfo too.  Call WSAStartup
9105         on _WIN32.
9106
9107         * modules/getaddrinfo (Depends-on): Add inet_ntop, needed by
9108         getnameinfo.
9109
9110 2006-06-28  Simon Josefsson  <jas@extundo.com>
9111
9112         * m4/getaddrinfo.m4: Look for getnameinfo prototypes too.
9113
9114 2006-06-28  Simon Josefsson  <jas@extundo.com>
9115
9116         * lib/getaddrinfo.c: Try to load ws2_32.dll on Windows, to find the
9117         functions there.  It will succeed on Windows XP, but on Windows
9118         2000 and (presumably) earlier, it will fail, and use the internal
9119         re-implementation.
9120         (use_win32_p): New function.
9121         (getaddrinfo): Use strtoul on servname, to support numeric ports.
9122         Support AI_NUMERICSERV to disable getservbyname.
9123         (getnameinfo): New function, only supports
9124         NI_NUMERICHOST|NI_NUMERICSERV for now.
9125
9126         * lib/getaddrinfo.h: Test and check for AI_* flags separately, MinGW
9127         only have some of them.  Add AI_NUMERICSERV.  Add prototype for
9128         getnameinfo.
9129
9130 2006-06-28  Eric Blake  <ebb9@byu.net>
9131
9132         * modules/wcwidth: New file.
9133         * modules/mbchar (Depends-on): Add wcwidth.
9134         * modules/mbswidth (Depends-on): Add wcwidth.
9135         * MODULES.html.sh: Add wcwidth.
9136
9137 2006-06-28  Eric Blake  <ebb9@byu.net>
9138
9139         * m4/mbswidth.m4 (gl_MBSDWIDTH): Move wcwidth from here...
9140         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): ...to this new file.
9141
9142 2006-06-28  Eric Blake  <ebb9@byu.net>
9143
9144         * lib/xvasprintf.h: Fix comments.
9145
9146 2006-06-28  Eric Blake  <ebb9@byu.net>
9147
9148         * lib/mbchar.h (wcwidth): Include wcwidth.h.
9149         * lib/mbswidth.c (wcwidth): Move from here...
9150         * lib/wcwidth.h: ...to this new file.
9151
9152 2006-06-28  Derek R. Price  <derek@ximbiot.com>
9153
9154         * m4/savedir.m4: Remove AC_FUNC_CLOSEDIR_VOID requirement.
9155
9156         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Don't require AC_C_CONST, since
9157         it's obsolete.
9158         * m4/strftime.m4 (gl_FUNC_GNU_STRFTIME): Likewise.
9159
9160 2006-06-28  Derek R. Price  <derek@ximbiot.com>
9161
9162         * lib/savedir.c (CLOSEDIR): Remove.  All uses changed to closedir.
9163         Autoconf 2.60 says this stuff was obsolete.
9164
9165 2006-06-28  Bruno Haible  <bruno@clisp.org>
9166
9167         * modules/wcwidth (Files): Add m4/wchar_t.m4.
9168
9169 2006-06-28  Bruno Haible  <bruno@clisp.org>
9170
9171         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Also require AC_C_INLINE and
9172         gt_TYPE_WCHAR_T.
9173
9174 2006-06-28  Bruno Haible  <bruno@clisp.org>
9175
9176         * lib/wcwidth.h: Declare nothing if !HAVE_WCHAR_T. Provide a fallback
9177         declaration for wcwidth.
9178         * lib/mbswidth.c: Restore the includes of <wchar.h> and <wctypes.h>.
9179
9180 2006-06-28  Bruno Haible  <bruno@clisp.org>
9181
9182         * lib/mkdtemp.c [MINGW]: Include <io.h>.
9183         (mkdir): Define using _mkdir.
9184
9185 2006-06-28  Bruno Haible  <bruno@clisp.org>
9186
9187         * lib/getaddrinfo.h: Fix POSIX URL.
9188         * lib/getaddrinfo.c (WIN32_NATIVE): New macro. Use it instead of
9189         _WIN32.
9190         (use_win32_p): Make static.
9191         (getaddrinfo): Reject service name if it is empty or does not consist
9192         solely of decimal digits, or if its value is > 65535.
9193         (getnameinfo): Remove useless casts.
9194
9195 2006-06-27  Simon Josefsson  <jas@extundo.com>
9196
9197         * modules/sys_select: New file, suggested by Bruno Haible, Paul
9198         Eggert and Martin Lambers.
9199
9200 2006-06-27  Simon Josefsson  <jas@extundo.com>
9201
9202         * m4/sys_select_h.m4: New file, suggested by Bruno Haible, Paul
9203         Eggert and Martin Lambers.
9204
9205 2006-06-27  Bruno Haible  <bruno@clisp.org>
9206
9207         * m4/stdint.m4 (gl_STDINT_BITSIZEOF): For nonexistent types, set the
9208         result to 0, not to empty.
9209         Reported by Martin Neitzel <neitzel@sco.gaertner.de>.
9210
9211 2006-06-27  Bruno Haible  <bruno@clisp.org>
9212
9213         * lib/stdint_.h (intmax_t, uintmax_t): Undefine before typedef.
9214
9215 2006-06-26  Simon Josefsson  <jas@extundo.com>
9216
9217         * m4/inet_ntop.m4: Don't check for sys/types.h, we assume it is
9218         present.
9219
9220 2006-06-26  Paul Eggert  <eggert@cs.ucla.edu>
9221
9222         * lib/base64.c (B64): Use _ as the formal parameter, not x, to avoid
9223         bug in IBM C V6 for AIX.  Problem reported by Larry Jones in
9224         <http://lists.gnu.org/archive/html/bug-gnulib/2006-06/msg00181.html>.
9225
9226 2006-06-26  Mark D. Baushke  <mdb@gnu.org>
9227
9228         * m4/stdint.m4 (gl_STDINT_H): Treat BSD/OS like OpenBSD.
9229
9230 2006-06-26  Bruno Haible  <bruno@clisp.org>
9231
9232         * modules/stdint (Makefile.am): Also substitute HAVE_WCHAR_H.
9233
9234 2006-06-26  Bruno Haible  <bruno@clisp.org>
9235
9236         * m4/stdint.m4 (gl_STDINT_H): Test also for <wchar.h>.
9237
9238 2006-06-26  Bruno Haible  <bruno@clisp.org>
9239
9240         * m4/stdint.m4 (gl_STDINT_H): Don't include <stdint.h> when using the
9241         SGI C compiler in pre-C99 mode.
9242         Suggested by Mark D. Baushke and Larry Jones.
9243
9244 2006-06-26  Bruno Haible  <bruno@clisp.org>
9245
9246         * lib/stdint_.h: Include <wchar.h> if necessary for WCHAR_MIN or
9247         WCHAR_MAX.
9248         Reported by Mark D. Baushke and Larry Jones.
9249
9250 2006-06-26  Bruno Haible  <bruno@clisp.org>
9251
9252         * lib/stdint_.h: Don't include <stdint.h> when using the SGI C compiler
9253         in pre-C99 mode.
9254         Suggested by Mark D. Baushke and Larry Jones.
9255
9256 2006-06-23  Simon Josefsson  <jas@extundo.com>
9257             Bruno Haible  <bruno@clisp.org>
9258
9259         * gnulib-tool (func_emit_lib_Makefile_am): Define MOSTLYCLEANDIRS.
9260         Emit mostlyclean-local rule.
9261         (func_emit_tests_Makefile_am): Likewise.
9262         * modules/sys_socket (Makefile.am): Use MOSTLYCLEANDIRS.
9263
9264 2006-06-23  Mark D. Baushke  <mdb@gnu.org>
9265
9266         * lib/stdint_.h: Treat BSD/OS like OpenBSD.
9267
9268 2006-06-23  Bruno Haible  <bruno@clisp.org>
9269
9270         * tests/test-stdint.c: Update to match ISO C 99 Technical
9271         Corrigendum 1.
9272
9273 2006-06-23  Bruno Haible  <bruno@clisp.org>
9274
9275         * m4/stdint.m4 (gl_STDINT_H): Treat IRIX like OpenBSD.
9276
9277 2006-06-23  Bruno Haible  <bruno@clisp.org>
9278
9279         * lib/stdint_.h: Treat IRIX like OpenBSD.
9280
9281 2006-06-23  Bruno Haible  <bruno@clisp.org>
9282
9283         * lib/stdint_.h (UINT8_C, UINT16_C, UINT32_C): Define according to
9284         ISO C 99 Technical Corrigendum 1.
9285
9286 2006-06-22  Simon Josefsson  <jas@extundo.com>
9287
9288         * m4/sockpfaf.m4: Include winsock2.h too, to make it work under
9289         MinGW.
9290
9291 2006-06-22  Paul Eggert  <eggert@cs.ucla.edu>
9292
9293         * lib/glob.c (collated_compare): Remove 'const' uses that weren't
9294         needed.  Some compiler complained about some of them.  Problem reported
9295         by Larry Jones in
9296         <http://lists.gnu.org/archive/html/bug-gnulib/2006-06/msg00172.html>.
9297
9298 2006-06-21  Simon Josefsson  <jas@extundo.com>
9299
9300         * tests/test-getaddrinfo.c: New file.
9301
9302         * modules/getaddrinfo-tests: New file.
9303
9304         * MODULES.html.sh: Add inet_pton.
9305
9306         * modules/inet_pton: New file.
9307
9308 2006-06-21  Simon Josefsson  <jas@extundo.com>
9309
9310         * m4/getaddrinfo.m4: Don't define WINVER.  Look for gethostbyname in
9311         -lws2_32 too.  Fixes getaddrinfo on Windows 2000, with the price
9312         of using the (limited) gnulib implementation on Windows XP.
9313
9314         * m4/inet_pton.m4: New file.
9315
9316 2006-06-21  Simon Josefsson  <jas@extundo.com>
9317
9318         * lib/getaddrinfo.c (getaddrinfo): Set ai_family in the return
9319         variable.
9320
9321         * lib/socket_.h: Don't define WINVER.
9322
9323         * lib/inet_pton.h, inet_pton.c: New file, taken from glibc but
9324         slightly modified to work in gnulib.
9325
9326 2006-06-21  Simon Josefsson  <jas@extundo.com>
9327
9328         * doc/gnulib.texi (Windows sockets): Add.
9329
9330 2006-06-21  Paul Eggert  <eggert@cs.ucla.edu>
9331
9332         * lib/read-file.c (fread_file): Start with buffer allocation of
9333         0 bytes rather than 1 byte; this simplifies the code.
9334         Don't invoke feof; it's not needed.  Refactor to avoid duplicate
9335         code to free buffer and save/restore errno.
9336         (internal_read_file): Remove unused local.
9337
9338 2006-06-20  Paul Eggert  <eggert@cs.ucla.edu>
9339
9340         * lib/openat.c (openat): Use ?:, not if, to work around GCC bug 4210
9341         <http://gcc.gnu.org/bugzilla/show_bug.cgi?id=4210>.
9342         Problem reported by Denis Excoffier in
9343         <http://lists.gnu.org/archive/html/bug-tar/2006-06/msg00023.html>.
9344
9345 2006-06-19  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
9346
9347         * modules/sys_socket, modules/socklen: Include sys/types since
9348         FreeBSD 4.x's sys/socket.h needs it.
9349
9350 2006-06-19  Simon Josefsson  <jas@extundo.com>
9351
9352         * lib/inet_ntop.c: Always build inet_ntop4, since inet_ntop6 calls it.
9353
9354 2006-06-19  Paul Eggert  <eggert@cs.ucla.edu>
9355
9356         * lib/alloca_.h (alloca) [defined alloca]: Don't define or declare.
9357
9358 2006-06-19  Bruno Haible  <bruno@clisp.org>
9359
9360         * m4/stdint.m4 (gl_STDINT_H): Enclose the values of FULL_PATH_STDINT_H
9361         and FULL_PATH_INTTYPES_H in angle brackets.
9362         Reported by Mark D. Baushke <mdb@gnu.org>.
9363
9364 2006-06-17  Eric Blake  <ebb9@byu.net>
9365
9366         * m4/rmdir-errno.m4 (gl_FUNC_FMDIR_NOTEMPTY): Assume errno.h declares
9367         errno.
9368
9369 2006-06-17  Bruno Haible  <bruno@clisp.org>
9370
9371         * m4/stdint.m4 (gl_STDINT_H) [FreeBSD >= 5]: Don't include
9372         <sys/inttypes.h>.
9373
9374 2006-06-17  Bruno Haible  <bruno@clisp.org>
9375
9376         * m4/setenv.m4 (gl_PREREQ_SETENV, gl_PREREQ_UNSETENV): Remove test
9377         whether errno is declared. Assume <errno.h> declares errno.
9378
9379 2006-06-17  Bruno Haible  <bruno@clisp.org>
9380
9381         * lib/stdint_.h [FreeBSD >= 5]: Don't include <sys/inttypes.h>.
9382
9383 2006-06-17  Bruno Haible  <bruno@clisp.org>
9384
9385         * lib/stdint_.h (_UINT8_T, _UINT32_T, _UINT64_T): New macros. Fixes a
9386         problem on Solaris 2.5.1.
9387
9388 2006-06-16  Eric Blake  <ebb9@byu.net>
9389
9390         * lib/unsetenv.c [!defined errno]: Assume errno.h declares errno.
9391         * lib/unicodeio.c [!defined errno]: Likewise.
9392         * lib/strtol.c [!defined errno]: Likewise.
9393         * lib/strtod.c [!defined errno]: Likewise.
9394
9395 2006-06-15  Eric Blake  <ebb9@byu.net>
9396
9397         * m4/ssize_t.m4 (gt_TYPE_SSIZE_T): Work in spite of -Werror.
9398
9399 2006-06-15  Eric Blake  <ebb9@byu.net>
9400
9401         * config/srclist.txt (ssize_t.m4): Lose sync.
9402
9403 2006-06-15  Bruno Haible  <bruno@clisp.org>
9404
9405         * modules/stdint (Files): Include m4/full-header-path.m4,
9406         m4/size_max.m4, m4/wchar_t.m4.
9407         (Makefile.am): Many more substitutions.
9408         * modules/stdint-tests: New file.
9409         * tests/test-stdint.c: New file.
9410
9411 2006-06-15  Bruno Haible  <bruno@clisp.org>
9412
9413         * m4/stdint.m4 (gl_STDINT_H): Rewritten to produce a complete stdint.h.
9414         (gl_HEADER_STDINT_H, gl_HEADER_INTTYPES_H, gl_STDINT_CHECK_TYPES,
9415         gl_STDINT_MISSING_BOUND, gl_STDINT_MISSING_BOUNDS,
9416         gl_STDINT_MISSING_BOUNDS2, gl_STDINT_BITSIZEOF, gl_CHECK_TYPES_SIGNED,
9417         gl_CHECK_TYPE_SAME): New macros.
9418
9419 2006-06-15  Bruno Haible  <bruno@clisp.org>
9420
9421         * m4/size_max.m4 (gl_SIZE_MAX): Make it work also when cross-compiling.
9422
9423 2006-06-15  Bruno Haible  <bruno@clisp.org>
9424
9425         * lib/stdint_.h: Rewritten to be fully auto-configured.
9426         Fixes bug on HP-UX/IA64.
9427
9428 2006-06-11  Paul Eggert  <eggert@cs.ucla.edu>
9429
9430         * lib/getdate.y (__attribute__): Don't define if already defined.
9431         Problem reported by Larry Jones.
9432         * lib/utimens.c (__attribute__): Likewise.
9433
9434 2006-06-04  Paul Eggert  <eggert@cs.ucla.edu>
9435
9436         * lib/regexec.c (group_nodes_into_DFAstates): Fix a buffer overrun
9437         reported by Andreas Schwab.
9438
9439 2006-05-30  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
9440             Bruno Haible  <bruno@clisp.org>
9441
9442         * m4/strndup.m4 (gl_FUNC_STRNDUP): Replace the AC_REPLACE_FUNCS with a
9443         check for the declaration of strnlen and a run test that exposes the
9444         AIX 5.1 strnlen bug.  In the failure case, #define strndup to
9445         rpl_strndup.
9446
9447 2006-05-30  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
9448             Bruno Haible  <bruno@clisp.org>
9449
9450         * lib/strndup.c (strndup) [!_LIBC]: Don't undefine macro definition.
9451
9452 2006-05-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
9453
9454         * m4/c-strtod.m4 (gl_C99_STRTOLD): Use a link test rather than a
9455         compile test, for Tru64 4.0D.
9456
9457 2006-05-28  Karl Berry  <karl@gnu.org>
9458
9459         * config/srclist.txt (printf-args.c): lose sync.
9460
9461 2006-05-26  Martin Lambers  <marlam@marlam.de>
9462
9463         * lib/getpass.c: Updates the test for the native W32 API, and adds
9464         missing includes, thus fixing compilation warnings.
9465
9466 2006-05-25  Sergey Poznyakoff  <gray@gnu.org.ua>
9467
9468         * lib/exclude.c (exclude_fnmatch): New function.
9469         (excluded_file_name): Call exclude_fnmatch.
9470         * lib/exclude.h (excluded_file_name): New prototype
9471
9472 2006-05-25  Paul Eggert  <eggert@cs.ucla.edu>
9473
9474         * lib/tempname.c (small_open, large_open): New macros.
9475         (__open, __open64) [!_LIBC]: Remove.
9476         (__gen_tempname): Use small_open and large_open instead of __open
9477         and __open64.  This fixes a portability bug on HP-UX 11.11i
9478         reported by Simon Wing-Tang in
9479         <http://lists.gnu.org/archive/html/bug-coreutils/2006-05/msg00114.html>.
9480
9481 2006-05-24  Bruno Haible  <bruno@clisp.org>
9482
9483         * lib/printf-args.c (printf_fetchargs): Turn NULL pointers for
9484         TYPE_STRING and TYPE_WIDE_STRING into a non-NULL replacement.
9485         Reported by Thorsten Maerz <torte@netztorte.de> via
9486         Aaron Stone <aaron@serendipity.cx>.
9487
9488 2006-05-19  Paul Eggert  <eggert@cs.ucla.edu>
9489
9490         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Rename cache variables to use
9491         gl_ rather than jm_.  Link, don't run, so that cross-compiles are
9492         allowed.  Check that resulting type is arithmetic.  Move AC_REQUIRE
9493         and AC_CHECK_HEADERS_ONCE outside of AC_CACHE_CHECK, since they're
9494         not really conditional on the cache.
9495         (gl_PREREQ_NANOSLEEP): Check for sys/select.h.
9496
9497 2006-05-19  Paul Eggert  <eggert@cs.ucla.edu>
9498
9499         * lib/nanosleep.c [HAVE_SYS_SELECT_H]: Include <sys/select.h>.
9500         Use the usual Autoconf way to include <time.h> and/or sys/time.h.
9501         (my_usleep): Don't mishandle maximum value.
9502
9503 2006-05-19  Jim Meyering  <jim@meyering.net>
9504
9505         * lib/getugroups.c: Correct an outdated comment.  From Bruno Haible.
9506
9507 2006-05-17  Bruno Haible  <bruno@clisp.org>
9508
9509         Cygwin portability.
9510         * lib/classpath.c (PATH_SEPARATOR) [CYGWIN]: Define as ':'.
9511
9512 2006-05-17  Bruno Haible  <bruno@clisp.org>
9513
9514         * lib/stdint_.h: Fix recognition of Cygwin.
9515
9516 2006-05-15  Bruno Haible  <bruno@clisp.org>
9517
9518         * build-aux/config.rpath: Improve support for Sun C 5.9 on Linux, based
9519         on libtool patch by Ralf Wildenhues.
9520
9521 2006-05-14  Paul Eggert  <eggert@cs.ucla.edu>
9522
9523         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Fix overly-picky
9524         test for C99 conformance; (bool) 0.5 is an integer constant
9525         expression, but (bool) -0.5 is not.  Problem reported by Fedor
9526         Sergeev in <http://forum.sun.com/jive/thread.jspa?threadID=96202>.
9527
9528 2006-05-11  Simon Josefsson  <jas@extundo.com>
9529
9530         * m4/xvasprintf.m4: Fix obvious typo.
9531
9532 2006-05-11  Jim Meyering  <jim@meyering.net>
9533
9534         * lib/sha1.c (sha1_buffer): Correct comment: s/MD5/SHA1/.  From
9535         James Lemley.
9536
9537 2006-05-10  Simon Josefsson  <jas@extundo.com>
9538
9539         * lib/md4.c: Typo fix, update copyright years.
9540         (K1, K2): Don't use L because it turn computations into 64-bit on
9541         64-bit platforms.
9542
9543 2006-05-10  Paul Eggert  <eggert@cs.ucla.edu>
9544
9545         * lib/crc.c (crc32_update): Remove unnecessary L suffix.
9546         * lib/md4.c (rol): Cast right-shift arg to uint32_t to prevent
9547         unwanted sign propagation, e.g., on hosts with 64-bit int.
9548         There still are some problems with reeelly weird theoretical hosts
9549         (e.g., 33-bit int) but it's not worth worrying about now.
9550         * lib/sha1.c (rol): Likewise.
9551         (K1, K2, K3, K4): Remove unnecessary L suffix.
9552
9553 2006-05-10  Bruno Haible  <bruno@clisp.org>
9554
9555         * lib/des.c: Cast to avoid warnings.
9556
9557 2006-05-09  Bruno Haible  <bruno@clisp.org>
9558
9559         * modules/xvasprintf (Files): Add m4/xvasprintf.m4.
9560         (Depends-on): Depend also on xsize, stdarg.
9561         (configure.ac): Add gl_XVASPRINTF.
9562
9563 2006-05-09  Bruno Haible  <bruno@clisp.org>
9564
9565         * m4/xvasprintf.m4: New file.
9566
9567 2006-05-09  Bruno Haible  <bruno@clisp.org>
9568
9569         * lib/xvasprintf.c: Include limits.h, string.h, xsize.h.
9570         (EOVERFLOW): Define fallback value.
9571         (xstrcat): New function.
9572         (xvasprintf): Recognize the special case of a string concatenation.
9573
9574 2006-05-08  Eric Blake  <ebb9@byu.net>
9575
9576         * gnulib-tool (func_version): Base copyright year on CVS date.
9577         (func_emit_copyright_notice): New function.
9578         (func_emit_lib_Makefile_am): Use it.
9579         (func_emit_tests_Makefile_am): Likewise.
9580         (func_import): Likewise.
9581
9582 2006-05-08  Bruno Haible  <bruno@clisp.org>
9583
9584         * modules/stdarg: New file.
9585         * MODULES.html.sh (func_all_modules): Add section for <stdarg.h>.
9586
9587 2006-05-08  Bruno Haible  <bruno@clisp.org>
9588
9589         * m4/stdarg.m4: New file, from GNU gettext.
9590
9591 2006-05-08  Bruno Haible  <bruno@clisp.org>
9592
9593         * config/srclist.txt (build-aux/config.rpath): different from latest
9594         release.
9595
9596 2006-05-08  Bruno Haible  <bruno@clisp.org>
9597
9598         * build-aux/config.rpath: Add support for Sun C 5.9 on Linux.
9599
9600 2006-05-05  Jim Meyering  <jim@meyering.net>
9601
9602         * m4/warning.m4: New file, derived from bison's file by the same name.
9603
9604 2006-05-03  Bruno Haible  <bruno@clisp.org>
9605
9606         * lib/stdint_.h: Shorter URL.
9607         * lib/inttypes.h: Likewise.
9608
9609 2006-05-02  Paul Eggert  <eggert@cs.ucla.edu>
9610
9611         * modules/inttypes (Maintainer): Change from Derek Price to 'all'.
9612
9613 2006-05-02  Paul Eggert  <eggert@cs.ucla.edu>
9614
9615         * lib/verify.h: Document the internals better.  Most of this change
9616         was written by Bruno Haible.
9617
9618 2006-05-02  Paul Eggert  <eggert@cs.ucla.edu>
9619
9620         * doc/verify.texi: New file, partly based on a proposal by
9621         Bruno Haible.
9622
9623 2006-05-02  Bruno Haible  <bruno@clisp.org>
9624
9625         * m4/full-header-path.m4 (gl_FULL_HEADER_PATH): Move the include_next
9626         test from here...
9627         * m4/_inttypes_h.m4 (gl_INTTYPES_H): ... to here.
9628
9629 2006-04-29  Bruno Haible  <bruno@clisp.org>
9630
9631         * lib/gcd.c: Use WORD_T and GCD instead of unsigned long and gcd.
9632         Suggested by Oskar Liljeblad <oskar@osk.mine.nu>.
9633
9634 2006-04-29  Bruno Haible  <bruno@clisp.org>
9635
9636         * gnulib-tool: Make --update option actually work.
9637
9638 2006-04-29  Bruno Haible  <bruno@clisp.org>
9639
9640         * doc/gcd.texi: New file.
9641         * doc/gnulib.texi: Include it.
9642
9643 2006-04-25  Paul Eggert  <eggert@cs.ucla.edu>
9644
9645         * lib/getdate.y (get_date): When adding relative date, start with the
9646         initial time, not with the result of the first mktime call.
9647
9648 2006-04-25  Bruno Haible  <bruno@clisp.org>
9649
9650         * gnulib-tool (func_import): Output the include directives in three
9651         blocks, sorted separately.
9652         Reported by Ben Pfaff <blp@cs.stanford.edu>.
9653
9654 2006-04-24  Paul Eggert  <eggert@cs.ucla.edu>
9655
9656         * m4/unlink-busy.m4 (gl_FUNC_UNLINK_BUSY_TEXT): Use prototype
9657         to define main with arguments, for C++.  Reported by Eric Blake.
9658         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC):
9659         Prefer 'int main ()' to 'int main (void)', for C++.
9660         * m4/getcwd-path-max.m4 (gl_FUNC_GETCWD_PATH_MAX): Likewise.
9661         * m4/fsusage.m4 (gl_FILE_SYSTEM_USAGE): Specify a return type
9662         for 'main', for C99 and C++.
9663
9664 2006-04-24  Paul Eggert  <eggert@cs.ucla.edu>
9665
9666         * m4/fsusage.m4 (gl_FILE_SYSTEM_USAGE): Use return, not exit.
9667         Don't assume that exit status -1 is valid.
9668         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Likewise.
9669         * m4/putenv.m4 (gl_FUNC_PUTENV): Likewise.
9670         * m4/rmdir-errno.m4 (gl_FUNC_RMDIR_NOTEMPTY): Likewise.
9671         * m4/readdir.m4 (GL_FUNC_READDIR): Include <stdlib.h>.
9672         * m4/rename.m4 (vb_FUNC_RENAME): Likewise.
9673         * m4/unlink-busy.m4 (gl_FUNC_UNLINK_BUSY_TEXT): Use AC_RUN_IFELSE,
9674         not AC_TRY_RUN.  Use return, not exit.  Don't assume that
9675         functions can be used without declaring them, or that you can
9676         exit with status -1.
9677         * m4/utimes-null.m4 (gl_FUNC_UTIMES_NULL): Likewise.
9678
9679 2006-04-24  Karl Berry  <karl@gnu.org>
9680
9681         * config/srclist.txt (longdouble.m4): sync lost.
9682
9683 2006-04-24  Eric Blake  <ebb9@byu.net>
9684
9685         * m4/strerror_r.m4 (AC_FUNC_STRERROR_R): Avoid unused variable warning.
9686
9687 2006-04-24  Bruno Haible  <bruno@clisp.org>
9688
9689         * m4/poll.m4 (gl_FUNC_POLL): When cross-compiling, reject also the
9690         poll() implementation in AIX.
9691         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
9692
9693 2006-04-24  Bruno Haible  <bruno@clisp.org>
9694
9695         * m4/poll.m4 (gl_FUNC_POLL): Rearrange code, so that POLL_H gets
9696         assigned exactly once.
9697
9698 2006-04-23  Claudio Fontana  <claudio@gnu.org>
9699             Bruno Haible  <bruno@clisp.org>
9700
9701         * modules/gettext (Makefile.am): Add a -I flag for <libintl.h>.
9702         * gnulib-tool (func_emit_lib_Makefile_am): Emit empty default value
9703         for AM_CPPFLAGS.
9704
9705 2006-04-23  Bruno Haible  <bruno@clisp.org>
9706
9707         * modules/copy-file: Depend on unistd.
9708         * modules/execute: Likewise.
9709         * modules/fatal-signal: Likewise.
9710         * modules/findprog: Likewise.
9711         * modules/mkdtemp : Likewise.
9712         * modules/pipe: Likewise.
9713         * modules/wait-process: Likewise.
9714
9715 2006-04-23  Bruno Haible  <bruno@clisp.org>
9716
9717         * lib/fwriteerror.c (fwriteerror): Call fclose also when an error
9718         condition was already detected.
9719         Reported by Ben Pfaff <blp@cs.stanford.edu>.
9720
9721 2006-04-23  Bruno Haible  <bruno@clisp.org>
9722
9723         * lib/copy-file.c: Include <unistd.h> unconditionally.
9724         * lib/execute.c: Likewise.
9725         * lib/fatal-signal.c: Likewise.
9726         * lib/findprog.c: Likewise.
9727         * lib/mkdtemp.c: Likewise.
9728         * lib/pipe.h: Likewise.
9729         * lib/pipe.c: Likewise.
9730         * lib/wait-process.h: Likewise.
9731
9732 2006-04-23  Bruno Haible  <bruno@clisp.org>
9733
9734         * gnulib-tool (func_usage): Fix --import description. Document
9735         --update.
9736         (func_import): Create temporary file in a temporary directory, if
9737         --dry-run is specified. Silence errors from 'grep' when there are no
9738         m4 files in $m4dir.
9739         (func_create_testdir): Silence errors from 'grep' when there are no
9740         m4 files in $m4dir.
9741         Reported by Karl Berry <karl@freefriends.org>.
9742
9743 2006-04-20  Bruno Haible  <bruno@clisp.org>
9744
9745         * m4/argp.m4 (gl_ARGP): Don't call AC_CHECK_DECLS_ONCE with more than
9746         one argument, so that the code will be portable to Autoconf 2.60.
9747         * m4/getlogin_r.m4 (gl_PREREQ_GETLOGIN_R): Likewise.
9748         * m4/getpass.m4 (gl_PREREQ_GETPASS): Likewise.
9749         * m4/unlocked-io.m4 (gl_FUNC_GLIBC_UNLOCKED_IO): Likewise.
9750
9751 2006-04-19  Derek Price  <derek@ximbiot.com>
9752             Eric Blake  <ebb9@byu.net>
9753
9754         * m4/full-header-path.m4 (gl_FULL_HEADER_PATH): Use </full/path.h>
9755         rather than "/full/path.h".  Update comment to match.  Shorten &
9756         generalize m4_translit call via AS_TR_CPP.
9757
9758 2006-04-19  Derek Price  <derek@ximbiot.com>
9759             Eric Blake  <ebb9@byu.net>
9760
9761         * lib/inttypes.h: Correct grammar in comment.
9762
9763 2006-04-18  Derek Price  <derek@ximbiot.com>
9764             Paul Eggert  <eggert@cs.ucla.edu>
9765
9766         * modules/inttypes: New file.
9767         * modules/strtoimax, modules/strtoumax: Depend on inttypes.
9768
9769 2006-04-18  Derek Price  <derek@ximbiot.com>
9770             Paul Eggert  <eggert@cs.ucla.edu>
9771
9772         * m4/_inttypes_h.m4, m4/full-header-path.m4, m4/include_next.m4:
9773         New files.
9774
9775 2006-04-18  Derek Price  <derek@ximbiot.com>
9776             Paul Eggert  <eggert@cs.ucla.edu>
9777
9778         * lib/inttypes.h: New file.
9779         * lib/strtoimax.c: Assume <inttypes.h>.
9780
9781 2006-04-15  Paul Eggert  <eggert@cs.ucla.edu>
9782
9783         * lib/utimens.c (futimens): glibc futimesat messes up if /proc
9784         isn't mounted.  Problem reported by Kir Kolyshkin.
9785
9786 2006-04-13  Paul Eggert  <eggert@cs.ucla.edu>
9787
9788         * lib/regcomp.c (init_dfa): Don't use wchar_t or wctype_t if
9789         RE_ENABLE_I18N is not defined.  Problem reported by Mark D. Baushke via
9790         Derek R. Price.
9791         * lib/regex.h (RE_DUP_MAX): Update comment to match current
9792         implementation.
9793
9794 2006-04-12  Eric Blake  <ebb9@byu.net>
9795
9796         * modules/time_r (Makefile.am): Remove lib_SOURCES line, as this
9797         is now done automatically by the corresponding Autoconf macro.
9798
9799 2006-04-11  Paul Eggert  <eggert@cs.ucla.edu>
9800
9801         * m4/time_r.m4 (gl_TIME_R): Add AC_LIBSOURCES for time_r.c and
9802         time_r.h.
9803
9804 2006-04-09  Paul Eggert  <eggert@cs.ucla.edu>
9805
9806         Merge regex changes from libc, removing some of our
9807         POSIX-conformance changes that were rejected and redoing them in a
9808         less-intrusive way.
9809
9810         * lib/regcomp.c (re_compile_internal, init_dfa):
9811         Length arg is now size_t, not Idx.  All uses changed.
9812         (peek_token): Forward decl now says internal_function.
9813         (__re_error_msgid, __re_error_msgid_idx):
9814         Now static rather than extern with attribute_hidden.
9815         (re_compile_pattern) [!defined _LIBC]: Use K&R-style defn.
9816         For some reason libc prefers K&R style defns for external functions.
9817         (regerror) [!defined _LIBC]: Likewise.
9818         (re_set_syntax, re_compile_fastmap, regcomp, regfree, re_comp):
9819         (seek_collating_symbol_entry, lookup_collation_sequence_value):
9820         (build_range_exp, build_collating_symbol):
9821         Use K&R-style defn.
9822         (re_compile_fastmap): Use '\0' to memset, not 0.
9823         (utf8_sb_map): Make the calculations more obvious.
9824         (init_dfa, parse_bracket_exp, build_charclass_op):
9825         Call calloc and cast result, as glibc does.
9826         (init_word_char, fetch_token, peek_token, peek_token_bracket):
9827         (build_range_exp, build_collating_symbol):
9828         Now internal functions.
9829
9830         * lib/regex.c [!defined _LIBC]: Allow compiling with C++ compilers.
9831
9832         * lib/regex.h (__USE_GNU_REGEX): New macro.  Don't depend on
9833         _REGEX_SOURCE any more; depend on _GNU_SOURCE instead.
9834         Don't depend on VMS; depend on __VMS instead, for POSIX
9835         namespace cleanness.
9836         (regoff_t): Define to ssize_t, not long int.
9837
9838         Remove the REG_ macros named below.  Instead, make the old names
9839         (e.g., RE_BACKSLASH_ESCAPE_IN_LISTS) visible only if
9840         __USE_GNU_REGEX.
9841         (REG_BACKSLASH_ESCAPE_IN_LISTS):
9842         (REG_BK_PLUS_QM, REG_CHAR_CLASSES, REG_CONTEXT_INDEP_ANCHORS):
9843         (REG_CONTEXT_INDEP_OPS, REG_CONTEXT_INVALID_OPS):
9844         (REG_DOT_NEWLINE, REG_DOT_NOT_NULL, REG_HAT_LISTS_NOT_NEWLINE):
9845         (REG_INTERVALS, REG_LIMITED_OPS, REG_NEWLINE_ALT):
9846         (REG_NO_BK_BRACES, REG_NO_BK_PARENS, REG_NO_BK_REFS):
9847         (REG_NO_BK_VBAR, REG_NO_EMPTY_RANGES):
9848         (REG_UNMATCHED_RIGHT_PAREN_ORD, REG_NO_POSIX_BACKTRACKING):
9849         (REG_NO_GNU_OPS, REG_DEBUG, REG_INVALID_INTERVAL_ORD):
9850         (REG_IGNORE_CASE, REG_CARET_ANCHORS_HERE):
9851         (REG_CONTEXT_INVALID_DUP, REG_NO_SUB, REG_SYNTAX_EMACS):
9852         (REG_SYNTAX_AWK, REG_SYNTAX_GNU_AWK, REG_SYNTAX_POSIX_AWK):
9853         (REG_SYNTAX_GREP, REG_SYNTAX_EGREP, REG_SYNTAX_POSIX_EGREP):
9854         (REG_SYNTAX_ED, REG_SYNTAX_SED, _REG_SYNTAX_POSIX_COMMON):
9855         (REG_SYNTAX_POSIX_BASIC, REG_SYNTAX_POSIX_MINIMAL_BASIC):
9856         (REG_SYNTAX_POSIX_EXTENDED, REG_SYNTAX_POSIX_MINIMAL_EXTENDED):
9857         (REG_DUP_MAX, REG_UNALLOCATED, REG_REALLOCATE, REG_FIXED):
9858         (REG_NREGS):
9859         Remove.  All uses replaced by the old RE_* names.
9860         (RE_BACKSLASH_ESCAPE_IN_LISTS):
9861         (RE_BK_PLUS_QM, RE_CHAR_CLASSES, RE_CONTEXT_INDEP_ANCHORS):
9862         (RE_CONTEXT_INDEP_OPS, RE_CONTEXT_INVALID_OPS):
9863         (RE_DOT_NEWLINE, RE_DOT_NOT_NULL, RE_HAT_LISTS_NOT_NEWLINE):
9864         (RE_INTERVALS, RE_LIMITED_OPS, RE_NEWLINE_ALT):
9865         (RE_NO_BK_BRACES, RE_NO_BK_PARENS, RE_NO_BK_REFS):
9866         (RE_NO_BK_VBAR, RE_NO_EMPTY_RANGES):
9867         (RE_UNMATCHED_RIGHT_PAREN_ORD, RE_NO_POSIX_BACKTRACKING):
9868         (RE_NO_GNU_OPS, RE_DEBUG, RE_INVALID_INTERVAL_ORD):
9869         (RE_IGNORE_CASE, RE_CARET_ANCHORS_HERE):
9870         (RE_CONTEXT_INVALID_DUP, RE_NO_SUB):
9871         Don't bother having these macros be independent of each others'
9872         values, since they no longer exist in the POSIX name space.
9873
9874         Rename the following member names back to their old names,
9875         unless !__USE_GNU_REGEX.  All uses changed back.
9876         (buffer): Renamed from re_buffer.
9877         (allocated): Renamed from re_allocated.
9878         (used): Renamed from re_used.
9879         (syntax): Renamed from re_syntax.
9880         (fastmap): Renamed from re_fastmap.
9881         (translate): Renamed from re_translate.
9882         (can_be_null): Renamed from re_can_be_null.
9883         (regs_allocated): Renamed from re_regs_allocated.
9884         (fastmap_accurate): Renamed from re_fastmap_accurate.
9885         (no_sub): Renamed from re_no_sub.
9886         (not_bol): Renamed from re_not_bol.
9887         (not_eol): Renamed from re_not_eol.
9888         (newline_anchor): Renamed from re_newline_anchor.
9889         (num_regs): Renamed from rm_num_regs.
9890         (start): Renamed from rm_start.
9891         (end): Renamed from rm_end.
9892
9893         (free_state): Move up a bit.
9894
9895         * lib/regex_internal.h (inline) [__GNUC__ < 3 && defined _LIBC]:
9896         #define to be empty.
9897         (ASCII_CHARS): New macro, replacing all uses of 0x80 and/or SBC_MAX / 2
9898         when that is what is intended.
9899         (SBC_MAX): Define to UCHAR_MAX + 1, not 256.
9900         (__re_error_msgid, __re_error_msgid_idx): Remove decls; not needed.
9901         (MAX): New macro.
9902         (re_xmalloc, re_calloc, re_xrealloc, re_x2realloc): Remove.
9903         All uses changed back to re_malloc, etc.  It's now the caller's
9904         responsibility to check for overflow; all callers changed.
9905         (re_alloc_oversized, re_x2alloc_oversized, re_xnmalloc, re_xnrealloc):
9906         (re_x2nrealloc): Remove.
9907         (free_state): Remove decl.
9908
9909         * lib/regexc.c (regexec, re_match, re_search, re_match_2, re_search_2):
9910         (re_set_registers, re_exec):
9911         Use K&R-style defn.
9912
9913         2006-01-31  Roland McGrath  <roland@redhat.com>
9914
9915         * lib/regcomp.c (calc_eclosure_iter): Remove dead variables.
9916         Reported by Mike Frysinger <vapier@gentoo.org>.
9917
9918         2006-01-15  Andreas Jaeger  <aj@suse.de>
9919
9920         [BZ #1950]
9921         * lib/regex_internal.c (re_string_reconstruct): Adjust for
9922         build_wcs_upper_buffer change.
9923         (build_wcs_upper_buffer): Change return type.
9924
9925         2005-12-10  Ulrich Drepper  <drepper@redhat.com>
9926
9927         * lib/regex_internal.h: Include <stdint.h> if available.
9928
9929         2005-12-06  Paolo Bonzini  <bonzini@gnu.org>
9930
9931         * lib/regex_internal.h (SIZE_MAX): Provide a default definition.
9932
9933         2005-10-14  Ulrich Drepper  <drepper@redhat.com>
9934
9935         * lib/regcomp.c: Adjust for changed secondary hash function.
9936
9937         2005-09-30  Ulrich Drepper  <drepper@redhat.com>
9938
9939         * lib/regex.h: Pretty printing.
9940         Clean up namespace a bit.
9941
9942         2005-09-30  Jakub Jelinek  <jakub@redhat.com>
9943
9944         * lib/regexec.c (update_cur_sifted_state, check_arrival,
9945         check_arrival_add_next_nodes): Avoid using uninitialized variable.
9946
9947         2005-09-06  Paul Eggert  <eggert@cs.ucla.edu>
9948                     Ulrich Drepper  <drepper@redhat.com>
9949
9950         [BZ #1302]
9951         * lib/regex_internal.h (bitset_t): Renamed from bitset.  All uses
9952         changed.
9953         (bitset_word_t): Renamed from bitset_word.  All uses changed.
9954
9955         2005-09-22  Ulrich Drepper  <drepper@redhat.com>
9956
9957         [BZ #281]
9958         * lib/regex.h: Define RE_TRANSLATE_TYPE as unsigned char *.
9959         * lib/regcomp.c: Remove unnecessary uses of
9960         unsigned RE_TRANSLATE_TYPE.
9961         * lib/regex_internal.h: Likewise.
9962         * lib/regex_internal.c: Likewise.
9963         * lib/regexec.c: Likewise.
9964         Based on a patch by Stepan Kasal <kasal@ucw.cz>.
9965
9966         2005-09-07  Ulrich Drepper  <drepper@redhat.com>
9967
9968         * lib/regexec.c (find_recover_state): Remove unnecessary
9969         initialization.
9970         (transit_state_bkref): Make DFA a const pointer.
9971         (get_subexp): Likewise.
9972         (check_arrival): Likewise.
9973         (update_cur_sifted_state): Likewise.
9974         (re_search_internal): Likewise.
9975         (prune_impossible_nodes): Likewise.
9976         (acquire_init_state_context): Likewise.
9977         (proceed_next_node): Likewise.
9978         (set_regs): Likewise.
9979         (free_fail_stack_return): Likewise.
9980         (check_arrival_expand_ecl): Mark DFA parameter as const.
9981         (check_arrival_expand_ecl_sub): Likewise.
9982         (check_subexp_limits): Likewise.
9983         (sub_epsilon_src_nodes):  Likewise.
9984         (add_epsilon_src_nodes):  Likewise.
9985         (merge_state_array): Likewise.
9986         (update_regs): Likewise.
9987         (build_trtable): Likewise.
9988         (sift_states_backward): Mark MCTX parameter as const.
9989         (build_sifted_states): Likewise.
9990         (update_cur_sifted_state): Likewise.
9991         (sift_states_mkref): Likewise.
9992         (check_arrival_expand_ecl): Mark eclosure as const.
9993         (check_dst_limits_calc_pos_1): Likewise.
9994         * lib/regex_internal.h (re_match_context_t): Make dfa a const
9995         pointer.
9996
9997         2005-09-06  Ulrich Drepper  <drepper@redhat.com>
9998
9999         * lib/regexec.c (merge_state_with_log): Define dfa as const pointer.
10000         (transit_state_sb): Likewise.
10001         (transit_state_mb): Likewise.
10002         (sift_states_iter_mb): Likewise.
10003         (check_arrival_add_next_nodes): Likewise.
10004         (check_node_accept_bytes): Change first parameter to pointer-to-const.
10005         [_LIBC] (re_search_2_stub): Use mempcpy.
10006
10007         * lib/regex_internal.c (re_string_reconstruct): Avoid calling
10008         mbrtowc for very simple UTF-8 case.
10009
10010         * lib/regex_internal.c (re_acquire_state): Make DFA pointer arg
10011         a pointer-to-const.
10012         (re_acquire_state_context): Likewise.
10013         * lib/regex_internal.h: Adjust prototypes.
10014
10015         * lib/regex.c: Prevent using C++ compilers.
10016
10017         * lib/regex_internal.c (re_acquire_state): Minor code rearrangement.
10018         (re_acquire_state_context): Likewise.
10019
10020 2006-04-09  Paul Eggert  <eggert@cs.ucla.edu>
10021
10022         * modules/regex (Depends-on): Add ssize_t.
10023
10024 2006-04-09  Paul Eggert  <eggert@cs.ucla.edu>
10025
10026         * m4/regex.m4 (gl_REGEX): Check for new glibc interface to
10027         translation table.
10028
10029 2006-04-09  Paul Eggert  <eggert@cs.ucla.edu>
10030
10031         * doc/gnulib-tool.texi (Modified imports): pathname -> file name.
10032
10033 2006-03-29  Mark D. Baushke  <mdb@gnu.org>
10034             Bruno Haible  <bruno@clisp.org>
10035
10036         * lib/stdint_.h: On OpenBSD, don't redefine types already included in
10037         <sys/types.h> and <inttypes.h>.
10038
10039 2006-03-25  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
10040
10041         * m4/argz.m4 (gl_FUNC_ARGZ): If we define `error_t', also define
10042         `__error_t_defined', so argp.h will not typedef the former.
10043
10044 2006-03-25  Paul Eggert  <eggert@cs.ucla.edu>
10045
10046         * m4/regex.m4 (gl_REGEX): Don't insist on REG_SYNTAX_POSIX_EGREP,
10047         REG_SYNTAX_EMACS, and REG_IGNORE_CASE.  Settle for the traditional
10048         glibc names.  Even if glibc is changed to conform to POSIX, the
10049         traditional names will be available anyway, since regex depends on
10050         the extensions module.  Also, fix a longstanding typo in the
10051         implementation of Spencer ERE test #75 from grep 2.3.  Problems
10052         reported by Emanuele Giaquinta.  Also, change sense of cached
10053         variable, so that the message makes sense.
10054
10055 2006-03-24  Simon Josefsson  <jas@extundo.com>
10056
10057         * lib/base64.c: Fix problems reported by Eric Blake <ebb9@byu.net>,
10058         including some doc fixes.
10059         (base64_encode_alloc): Fix +1 bug on allocation failures.
10060
10061 2006-03-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
10062
10063         * lib/base64.c (base64_encode): Do not read past end of array with
10064         unsanitized input on systems with CHAR_BIT > 8.
10065
10066 2006-03-24  Eric Blake  <ebb9@byu.net>
10067
10068         * lib/time_r.c (copy_string_result): Remove, as it is no longer used.
10069
10070 2006-03-22  Karl Berry  <karl@gnu.org>
10071
10072         * config/srclist.txt (*setenv.[ch]): get from coreutils.
10073         * config/srclistvars.sh (COREUTILS): new var.
10074
10075 2006-03-17  Jim Meyering  <jim@meyering.net>
10076
10077         * m4/regex.m4 (gl_REGEX): Fix typo in last change:
10078         s/_REGEX_WIDE_OFFSETS/_REGEX_LARGE_OFFSETS/.
10079
10080 2006-03-16  Paul Eggert  <eggert@cs.ucla.edu>
10081
10082         * m4/regex.m4 (gl_REGEX): Don't check for off_t, since the code
10083         no longer needs it.  Instead, check that regoff_t is as least
10084         as wide as ptrdiff_t.
10085
10086         Don't define _REGEX_WIDE_OFFSETS unless using the included regex,
10087         so that our regex.h stays compatible with the installed regex.
10088         This is helpful for installers who configure --without-included-regex.
10089         Problem reported by Emanuele Giaquinta.
10090
10091 2006-03-16  Paul Eggert  <eggert@cs.ucla.edu>
10092
10093         * lib/regex.h (regoff_t) [defined _REGEX_LARGE_OFFSETS]:
10094         Typedef to long int, not to off_, as POSIX will likely change
10095         in that direction.
10096
10097 2006-03-15  Eric Blake  <ebb9@byu.net>
10098
10099         * m4/dirfd.m4 (gl_FUNC_DIRFD): Use AC_REQUIRE for AC_HEADER_DIRENT.
10100
10101 2006-03-13  Sergey Poznyakoff  <gray@gnu.org.ua>
10102
10103         * lib/argp-help.c (validate_uparams): Fix typo
10104         * lib/argp-parse.c (argp_default_options): Consistently begin help
10105         messages with a lowercase letter.
10106
10107 2006-03-11  Paul Eggert  <eggert@cs.ucla.edu>
10108
10109         * lib/time_r.h (asctime_r, ctime_r): Remove.  These functions can
10110         overrun buffers and shouldn't be used (much as gets shouldn't be
10111         used).
10112         * lib/time_r.c (asctime_r, ctime_r): Likewise.
10113
10114 2006-03-08  Simon Josefsson  <jas@extundo.com>
10115
10116         * m4/gc-random.m4: Permit 'no' as variable values and fix warnings,
10117         suggested by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
10118
10119 2006-03-08  Simon Josefsson  <jas@extundo.com>
10120
10121         * m4/gc-random.m4: Call AC_CANONICAL_HOST and use $host_os instead of
10122         $target, suggested by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
10123
10124 2006-03-08  Simon Josefsson  <jas@extundo.com>
10125
10126         * lib/gc-gnulib.c (randomize): Don't open files called 'no', they
10127         signal that configure disabled the device.
10128
10129 2006-03-08  Simon Josefsson  <jas@extundo.com>
10130
10131         * build-aux/maint.mk: Fix refresh-po, to handle no translated
10132         languages.
10133
10134 2006-03-07  Simon Josefsson  <jas@extundo.com>
10135
10136         * modules/getopt (Depends-on): Add unistd.
10137
10138         * modules/unistd: New file.
10139
10140 2006-03-07  Simon Josefsson  <jas@extundo.com>
10141
10142         * modules/gc-random: New file.
10143
10144 2006-03-07  Simon Josefsson  <jas@extundo.com>
10145
10146         * m4/unistd_h.m4: New file.
10147
10148 2006-03-07  Simon Josefsson  <jas@extundo.com>
10149
10150         * m4/readline.m4 (gl_FUNC_READLINE): Rewrite the cached part of the
10151         test to be side-effect free by storing the result in the cache
10152         variable gl_cv_lib_readline, and moving the assignment of
10153         LIBREADLINE and LTLIBREADLINE outside the COMMANDS-TO-SET-IT.
10154         From Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
10155
10156 2006-03-07  Simon Josefsson  <jas@extundo.com>
10157
10158         * m4/gc-random.m4: New file, mostly from gc.m4.  Warn instead of
10159         error on missing devices (the functions will return an error).
10160
10161         * m4/gc.m4: Move random stuff to gc-random.m4
10162
10163 2006-03-07  Simon Josefsson  <jas@extundo.com>
10164
10165         * lib/unistd_.h: New file.
10166
10167 2006-03-07  Simon Josefsson  <jas@extundo.com>
10168
10169         * lib/gc-libgcrypt.c, gc-gnulib.c: Use GC_USE_RANDOM.
10170
10171 2006-03-07  Paul Eggert  <eggert@cs.ucla.edu>
10172
10173         * m4/unistd_h.m4 (gl_HEADER_UNISTD): Rename, to match modules file.
10174         Problem reported by Juan Manuel Guerrero.
10175
10176 2006-03-07  Paul Eggert  <eggert@cs.ucla.edu>
10177
10178         * lib/c-stack.c: Include unistd.h unconditionally, since we now assume
10179         the unistd module.
10180         * lib/getlogin_r.c: Likewise.
10181         * lib/getlogin_r.h: Likewise.
10182         * lib/glob.c: Likewise.
10183         * lib/pagealign_alloc.c: Likewise.
10184         * lib/unistd_.h: Remove; no longer needed.
10185
10186 2006-03-07  Paul Eggert  <eggert@cs.ucla.edu>
10187
10188         * MODULES.html.sh (Support for systems lacking POSIX:2001):
10189         Add unistd.
10190         * modules/c-stack (Depends-on): Add unistd.
10191         * modules/getlogin_r: Likewise.
10192         * modules/glob: Likewise.
10193         * modules/pagealign_alloc: Likewise.
10194         * modules/unistd (Files): Remove lib/unistd_.h.
10195         (EXTRA_DIST): Remove.
10196         (unistd.h): Create using 'echo' rather than 'cp', so that we don't
10197         need unistd_.h.
10198         (MOSTLYCLEANFILES): Remove unistd.h-t.
10199
10200 2006-03-03  Simon Josefsson  <jas@extundo.com>
10201
10202         * build-aux/maint.mk: Add several syntax checks from CoreUtils.
10203
10204 2006-03-03  Simon Josefsson  <jas@extundo.com>
10205
10206         * build-aux/maint.mk: Add refresh-po rule, based on ideas from
10207         libidn and bison.
10208
10209 2006-03-03  Simon Josefsson  <jas@extundo.com>
10210
10211         * build-aux/maint.mk: Add indent target.
10212
10213 2006-03-03  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de> (tiny change)
10214
10215         * m4/poll.m4 (gl_FUNC_POLL): If we deem poll(2) unacceptable, use
10216         our replacement poll.h in any case, to avoid a differing
10217         declaration from a system header.  Seen on AIX.
10218
10219 2006-03-01  Simon Josefsson  <jas@extundo.com>
10220
10221         * lib/readline.c: Fix typo, tiny patch from Stepan Kasal
10222         <kasal@ucw.cz>.
10223
10224 2006-03-01  Paul Eggert  <eggert@cs.ucla.edu>
10225
10226         * modules/gettime (Depends-on): Add extensions module.
10227         * modules/nanosleep (Depends-on): Likewise.
10228         * modules/settime (Depends-on): Likewise.
10229
10230 2006-03-01  Paul Eggert  <eggert@cs.ucla.edu>
10231
10232         * m4/clock_time.m4 (gl_CLOCK_TIME): Require gl_USE_SYSTEM_EXTENSIONS,
10233         not merely AC_GNU_SOURCE, for the benefit of Solaris 10 when compiled
10234         pedantically.
10235         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Likewise.
10236         * m4/timespec.m4 (gl_TIMESPEC): Likewise.
10237
10238         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Use "=" with "test",
10239         not "==".  Reported by Ralf Wildenhues.
10240
10241 2006-03-01  Karl Berry  <karl@gnu.org>
10242
10243         * doc/Copyright/request-*: new files, synced from gnuorg.
10244
10245 2006-03-01  Karl Berry  <karl@gnu.org>
10246
10247         * config/srclist.txt (Copyright/*): new entries.
10248
10249 2006-02-28  Simon Josefsson  <jas@extundo.com>
10250
10251         * lib/getopt.c: Protect #include of unistd.h, for MSVS.
10252
10253 2006-02-27  Simon Josefsson  <jas@extundo.com>
10254
10255         * lib/base64.h: Indent #define's.  From Jim Meyering
10256         <jim@meyering.net>.
10257
10258 2006-02-27  Jim Meyering  <jim@meyering.net>
10259
10260         Revert the change of 2006-02-24, so these files can continue
10261         to be sync'd from gettext.
10262         * lib/mkdtemp.c, setenv.c, unsetenv.c: *Un*-normalize inclusion
10263         of `config.h'.
10264
10265 2006-02-26  Paul Eggert  <eggert@cs.ucla.edu>
10266
10267         * modules/intprops: New file.
10268         * MODULES.html.sh (Numeric conversion functions <stdlib.h>):
10269         Add intprops.
10270         * modules/getloadavg (Files): Remove lib/intprops.h.
10271         (Depends-on): Add intprops.
10272         * modules/human: Likewise.
10273         * modules/inttostr: Likewise.
10274         * modules/openat: Likewise.
10275         * modules/sig2str: Likewise.
10276         * modules/userspec: Likewise.
10277         * modules/utimecmp: Likewise.
10278         * modules/xnanosleep: Likewise.
10279         * modules/xstrtol: Likewise.
10280
10281 2006-02-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny changes)
10282
10283         * modules/xstrtod: Omit xstrtod.h, xstrtod.c; they're in LIB_SOURCES.
10284         * modules/lock-tests (TESTS): Use $(EXEEXT).
10285         * modules/tls-tests: Likewise.
10286         * modules/argp-tests: Likewise.
10287         (check_PROGRAMS): New var, replacing...
10288         (noinst_PROGRAMS, test_argp_SOURCES): Remove.
10289
10290 2006-02-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
10291
10292         * lib/mkdtemp.c, lib/setenv.c, lib/unsetenv.c: Normalize inclusion of
10293         `config.h'.
10294
10295 2006-02-24  Paul Eggert  <eggert@cs.ucla.edu>
10296
10297         * lib/glob.c: Say "invalid" rather than "illegal" in comments.
10298
10299 2006-02-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
10300
10301         Sync from coreutils.
10302         * m4/mkdir-p.m4 (gl_MKDIR_PARENTS): Require gl_FUNC_LCHMOD and
10303         gl_CHDIR_SAFER.
10304
10305 2006-02-22  Jim Meyering  <jim@meyering.net>
10306
10307         Sync from coreutils.
10308         * m4/chdir-safer.m4: New file.
10309
10310 2006-02-20  Paul Eggert  <eggert@cs.ucla.edu>
10311
10312         * lib/getcwd.c (AT_FDCWD): Work around a bug in Solaris 9 and 10, where
10313         AT_FDCWD exceeds INT_MAX.
10314         * lib/openat.h (AT_FDCWD): Likewise.
10315
10316 2006-02-17  Eric Blake  <address@hidden>
10317
10318         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Fix caching error.
10319
10320 2006-02-16  Simon Josefsson  <jas@extundo.com>
10321
10322         * modules/getaddrinfo (Depends-on): Add sys_socket.
10323
10324 2006-02-15  Simon Josefsson  <jas@extundo.com>
10325
10326         * build-aux/maint.mk: Add dsyntax-check rule.
10327
10328 2006-02-15  Eric Blake  <ebb9@byu.net>
10329
10330         * m4/sys_socket_h.m4 (gl_HEADER_SYS_SOCKET): Don't attempt using
10331         winsock2.h or ws2tcpip.h when sys/socket.h is present. Fixes
10332         'present but cannot compile' warnings on cygwin.
10333         * m4/socklen.m4 (gl_TYPE_SOCKLEN_T): Use gl_HEADER_SYS_SOCKET.  Don't
10334         use ws2tcpip.h if sys/socket.h works.
10335         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Use gl_HEADER_SYS_SOCKET.
10336         (gl_GETADDRINFO): Don't use ws2tcpip.h when sys/socket.h is present.
10337
10338 2006-02-14  Simon Josefsson  <jas@extundo.com>
10339
10340         * modules/maintainer-makefile (Files): Rename.
10341
10342         * build-aux/GNUmakefile: Rename Makefile.maint to maint.mk
10343         and (the local) Makefile.cfg to maint-cfg.mk.
10344
10345         * build-aux/Makefile.maint, build-aux/maint.mk: Renamed the former
10346         to the latter.
10347
10348         * modules/maintainer-makefile: New module.
10349
10350         * build-aux/Makefile.maint: New file, from GNU CoreUtils, although
10351         severaly stripped to make it possible to build it up from scratch
10352         with reliable tests.
10353
10354         * build-aux/GNUmakefile: New file, from GNU CoreUtils with some
10355         fixes to permit overriding the default actions when configure and
10356         makefile are not available.
10357
10358 2006-02-14  Paul Eggert  <eggert@cs.ucla.edu>
10359
10360         Sync from coreutils.
10361         * modules/lstat (Depends-on): Don't depend on xalloc.
10362         (License): Change from GPL to LGPL, since this is now simply a
10363         replacement for a libc function.
10364
10365 2006-02-14  Jim Meyering  <jim@meyering.net>
10366
10367         Sync from coreutils.
10368
10369         Eliminate the unwelcome (albeit unlikely) possibility of xmalloc
10370         failure on deficient systems, and simplify gnulib lgpl dependencies.
10371         * lib/lstat.c (rpl_lstat): Rewrite to use stat() in place of the
10372         xmalloc/lstat combination.  Based on a patch from Bruno Haible.
10373
10374         * lib/xalloc-die.c: Remove unused definition of N_.
10375
10376 2006-02-14  Jim Meyering  <jim@meyering.net>
10377
10378         Sync from coreutils.
10379         * m4/ls-mntd-fs.m4 (AC_FUNC_GETMNTENT): Invoke
10380         AC_CHECK_FUNCS(getmntent) unconditionally so that tests of
10381         $ac_cv_func_getmntent (e.g., in gl_LIST_MOUNTED_FILE_SYSTEMS) need not
10382         double-quote uses of that variable, to accommodate the rare case in
10383         which getmntent is available in none of the libraries checked.  This
10384         happens at least on FreeBSD 5.0.
10385
10386 2006-02-13  Simon Josefsson  <jas@extundo.com>
10387
10388         * gnulib-tool (Usage): Fix --import, from
10389         karl@freefriends.org (Karl Berry).
10390
10391 2006-02-13  Sergey Poznyakoff  <gray@gnu.org.ua>
10392
10393         * lib/argp-fmtstream.c: Restore another bugfix lost on 2005-12-12
10394
10395 2006-02-07  Sergey Poznyakoff  <gray@gnu.org.ua>
10396
10397         * lib/argp-namefrob.h: Restore changes accidentally lost during the
10398         "autoupdate" on 2005-12-12.
10399
10400 2006-02-07  Paul Eggert  <eggert@cs.ucla.edu>
10401
10402         * modules/closeout (Depends-on): Remove atexit.
10403
10404 2006-02-07  Paul Eggert  <eggert@cs.ucla.edu>
10405
10406         * lib/closeout.c (close_stdout): Don't assume 'bool' converts nonzero
10407         ints to 0 or 1, as this isn't true for the stdbool.h substitute.
10408
10409 2006-02-05  Paul Eggert  <eggert@cs.ucla.edu>
10410
10411         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Don't #define
10412         __EXTENSIONS__ if this causes compilation to fail.  Problem
10413         reported by Nelson H. F. Beebe with Solaris 10 and Sun C 5.7
10414         c89 -D_XOPEN_SOURCE -D_XOPEN_SOURCE_EXTENDED.
10415
10416 2006-01-27  Paul Eggert  <eggert@cs.ucla.edu>
10417
10418         * lib/fnmatch.c (L_): Renamed from L, to work around a bug in
10419         Mac OS X 10.3.9 with GCC 3 reported by Claudio Fontana in
10420         <http://lists.gnu.org/archive/html/bug-gnulib/2006-01/msg00074.html>.
10421         All uses changed.
10422
10423 2006-01-26  Simon Josefsson  <jas@extundo.com>
10424
10425         * lib/socket_.h: Set WINVER to 0x0501, to make sure getaddrinfo
10426         prototype is visible on mingw32.
10427
10428         * lib/getaddrinfo.h: Define EAI_ADDRFAMILY and EAI_SYSTEM if not set,
10429         for mingw32.
10430
10431         * lib/gai_strerror.c, getaddrinfo.h: Protect netdb.h #include (for
10432         mingw32).
10433
10434 2006-01-26  Paul Eggert  <eggert@cs.ucla.edu>
10435
10436         * lib/fts.c (diropen): Open with O_NOCTTY | O_NONBLOCK too.  Don't
10437         attempt to open for write; this always fails, at least on POSIX
10438         hosts.  This reinstates the 2006-01-09 change, which was
10439         inadvertently removed.
10440
10441 2006-01-26  Bruno Haible  <bruno@clisp.org>
10442
10443         * gnulib-tool (func_import): Use "trap 'exit $?' instead of "trap :".
10444         Reported by Paul Eggert.
10445
10446 2006-01-26  Bruno Haible  <bruno@clisp.org>
10447             Paul Eggert  <eggert@cs.ucla.edu>
10448
10449         * lib/stdbool_.h (_Bool)
10450         [(! (defined __cplusplus || defined __BEOS__)
10451           && !defined __GNUC__
10452           && !(defined __HP_cc || defined __xlc__
10453                || (defined __SUNPRO_C && (__SUNPRO_C < 0x550 || __STDC__ == 1))
10454                || defined __sgi))]:
10455         #define to signed char in these cases too; this simplifies
10456         the code (so that we don't have to worry about HP-UX, AIX, SunPRO,
10457         etc., separately) and makes it more conservative.
10458
10459 2006-01-25  Simon Josefsson  <jas@extundo.com>
10460
10461         * m4/getaddrinfo.m4: Look for getaddrinfo inside ws2tcip.h and
10462         -lws2_32.  Protect sys/socket.h and netdb.h #include's.  Include
10463         ws2tcpip.h with WINVER=0x0501.  All for mingw32.
10464
10465 2006-01-25  Sergey Poznyakoff  <gray@gnu.org.ua>
10466
10467         * lib/argp-namefrob.h: Bugfix. Remove stray #
10468
10469 2006-01-25  Paul Eggert  <eggert@cs.ucla.edu>
10470
10471         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Check for xlc bug if __GCC__ too,
10472         so that we test the test.
10473         Check for yet another HP-UX cc bug involving *bool |= bool.
10474
10475 2006-01-25  Karl Berry  <karl@gnu.org>
10476
10477         * config/srclist.txt (vasnprintf.c): sync lost.
10478
10479 2006-01-25  Jim Meyering  <jim@meyering.net>
10480
10481         Sync from the stable (b5) branch of coreutils:
10482
10483         * lib/fts.c (fts_children): Don't let close() clobber errno from
10484         failed fchdir().
10485
10486         * lib/fts.c (fts_stat): When following a symlink-to-directory,
10487         don't necessarily interpret stat-fails+lstat-succeeds as indicating
10488         a dangling symlink.  That can also happen at least for ELOOP.
10489         The fix: return FTS_SLNONE only when the stat errno is ENOENT.
10490         FYI, this bug predates the inclusion of fts.c in coreutils.
10491
10492         * lib/fts.c (fts_open): Put new maxarglen declaration and uses
10493         in their own block, so pre-c99 compilers don't object.
10494
10495         Avoid the double-free (first in fts_read, second in fts_close) that
10496         would occur when an `active' directory is made inaccessible (e.g.,
10497         via chmod a-x) during a traversal.
10498         * lib/fts.c (fts_read): After a failed fchdir, update sp->fts_cur
10499         before returning.  Reproduce this failure by
10500         mkdir -p a/b; cd a; chmod a-x . b
10501         Reported by Stavros Passas.
10502
10503 2006-01-25  Jim Meyering  <jim@meyering.net>
10504
10505         * lib/fileblocks.c: Remove more useless parentheses.
10506         * lib/readutmp.h: Likewise.
10507
10508 2006-01-25  Bruno Haible  <bruno@clisp.org>
10509
10510         * lib/stdbool_.h (_Bool) [IRIX cc]: Define as 'signed char', to avoid
10511         warnings.
10512         Reported by Paul Eggert.
10513
10514 2006-01-25  Bruno Haible  <bruno@clisp.org>
10515
10516         * gnulib-tool (func_import): Use "trap :" instead of "trap -" to get
10517         rid of a trap command. For Solaris sh.
10518         Reported by Mark D. Baushke <mdb@gnu.org>.
10519
10520 2006-01-24  Simon Josefsson  <jas@extundo.com>
10521
10522         * lib/socket_.h (SHUT_WR, SHUT_RDWR): Don't hardcode, suggested by
10523         Bruno.
10524
10525 2006-01-24  Karl Berry  <karl@gnu.org>
10526
10527         * config/srclist.txt (argp-namefrob.h): sync lost.
10528
10529 2006-01-24  Jim Meyering  <jim@meyering.net>
10530
10531         * modules/openat (Files): Add lib/intprops.h.
10532         From Mark D. Baushke.
10533
10534 2006-01-24  Jim Meyering  <jim@meyering.net>
10535
10536         * m4/openat.m4 (gl_FUNC_OPENAT): Add AC_LIBSOURCES([intprops.h]).
10537         Reported by Mark D. Baushke.
10538
10539 2006-01-24  Jim Meyering  <jim@meyering.net>
10540
10541         * lib/socket_.h: Remove useless parentheses in uses of cpp `defined'.
10542
10543 2006-01-24  Bruno Haible  <bruno@clisp.org>
10544
10545         * modules/strnlen (Maintainer): Change from glibc to all.
10546
10547 2006-01-24  Bruno Haible  <bruno@clisp.org>
10548
10549         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Check for IBM and HP-UX bugs.
10550         Patch by Paul Eggert.
10551
10552 2006-01-24  Bruno Haible  <bruno@clisp.org>
10553
10554         * lib/stdbool_.h (_Bool) [__cplusplus]: Don't define if the compiler
10555         already has it.
10556         Report and patch by Albert Chin-A-Young  <china@thewrittenword.com> on
10557         2005-11-26.
10558
10559         * lib/stdbool_.h (_Bool) [HP-UX cc, AIX cc,xlc]: Define as
10560         'signed char' to avoid problems with the built-in _Bool type.
10561         Reported by Paul Eggert on 2005-11-26.
10562
10563 2006-01-24  Bruno Haible  <bruno@clisp.org>
10564
10565         * gnulib-tool (func_import): Avoid constructing complicated sed
10566         expressions inside backquote.
10567         Report and solution by Mark D. Baushke <mdb@gnu.org>.
10568
10569 2006-01-23  Ulrich Drepper  <drepper@redhat.com>
10570
10571         These changes imported from libc.
10572         * lib/getopt.c: Use __fxprintf instead of inline stream orientation
10573         test and two separate function calls.
10574         * lib/strndup.c (__strndup): Add libc_hidden_def.
10575
10576 2006-01-23  Simon Josefsson  <jas@extundo.com>
10577
10578         * modules/lock-tests: Use check_PROGRAMS instead of noinst_PROGRAMS.
10579         Remove the test_*_SOURCES variable: automake infers it by default.
10580         * modules/tls-tests: Likewise.
10581
10582 2006-01-23  Paul Eggert  <eggert@cs.ucla.edu>
10583
10584         Work around porting bugs reported by Dieter in
10585         <http://lists.gnu.org/archive/html/bug-bison/2006-01/msg00049.html>.
10586         * lib/getopt.c (_NOPROTO): Remove; no longer needed.
10587         Include <stdlib.h> and <unistd.h> in all environments; it's safe now.
10588         Include "getopt.h" first, to check interface.
10589         (getenv): Declare only if defined HAVE_DECL_GETENV &&
10590         !HAVE_DECL_GETENV.
10591         * lib/strndup.c [!_LIBC]: Include "strndup.h" to get prototype.
10592         (__strndup): Revert to K&R-style function dfns, the glibc style.
10593         * lib/strnlen.c: Don't claim it's taken from glibc; it's not.
10594         (strnlen, __strnlen): Remove #defines and #undefs; not needed.
10595         Include strnlen.h first, to get prototype properly.
10596         (strnlen): Renamed from __strnlen.
10597         Remove weak alias.
10598
10599 2006-01-23  Paul Eggert  <eggert@cs.ucla.edu>
10600
10601         * m4/getopt.m4 (gl_PREREQ_GETOPT): Check for getenv decl.
10602
10603 2006-01-23  Paul Eggert  <eggert@cs.ucla.edu>
10604
10605         * config/srclist.txt: Adjust to reflect glibc reorganization.
10606         This affects only comments.
10607
10608 2006-01-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny change)
10609
10610          * gnulib-tool, build-aux/csharpcomp.sh.in: Do not pass `-q' to mktemp.
10611          Reported by Bruce Korb <bkorb@gnu.org>.
10612
10613 2006-01-22  Paul Eggert  <eggert@cs.ucla.edu>
10614
10615         * lib/quotearg.c (quotearg_buffer_restyled): Add "default: break;"
10616         to pacify gcc -Wswitch-default.
10617
10618 2006-01-22  Bruno Haible  <bruno@clisp.org>
10619
10620         * lib/vasnprintf.c (VASNPRINTF): In the computation of the size of the
10621         temporary buffer for sprintf, take into account the precision also
10622         for 'd', 'i', 'u', 'o', 'x', 'X'.
10623
10624 2006-01-21  Sergey Poznyakoff  <gray@gnu.org.ua>
10625
10626         * modules/argp-tests: New module
10627         * tests/test-argp.c: New file
10628         * tests/test-argp-2.sh: New file
10629
10630 2006-01-21  Sergey Poznyakoff  <gray@gnu.org.ua>
10631
10632         * lib/argp-help.c (usage_long_opt): Do not print DOC options.
10633         (__argp_base_name): Removed
10634         * lib/argp-namefrob.h (__argp_basename): Removed definition. Was a
10635         typo.
10636         (__argp_base_name): Provide macro definition or extern declaration
10637         depending on the configuration
10638
10639 2006-01-20  Simon Josefsson  <jas@extundo.com>
10640
10641         * modules/inet_ntop (Depends-on): Depend on sys_socket.
10642
10643 2006-01-20  Simon Josefsson  <jas@extundo.com>
10644
10645         * lib/inet_ntop.h: Unconditionally include sys/socket.h.
10646
10647 2006-01-20  Paul Eggert  <eggert@cs.ucla.edu>
10648
10649         * m4/lib-ignore.m4 (gl_IGNORE_UNUSED_LIBRARIES): Use -Wl,-z,ignore
10650         rather than -Xlinker -z -Xlinker ignore, as it's more portable.
10651         Suggested by Bruno Haible.
10652
10653 2006-01-20  Karl Berry  <karl@gnu.org>
10654
10655         * config/srclist.txt (argp-fmtstream.h, localcharset.c): comment out
10656         until changes propagate, I guess.
10657
10658 2006-01-19  Simon Josefsson  <jas@extundo.com>
10659
10660         * m4/socklen.m4: Look in ws2tcpip.h too, for mingw32.
10661
10662 2006-01-19  Simon Josefsson  <jas@extundo.com>
10663
10664         * lib/socket_.h: Map SHUT_RD, SHUT_WR, SHUT_RDWR correctly.
10665
10666 2006-01-19  Simon Josefsson  <jas@extundo.com>
10667
10668         * gnulib-tool: Set check_PROGRAMS.
10669
10670         * modules/arcfour-tests, modules/arctwo-tests, modules/crc-tests,
10671         modules/des-tests, modules/gc-arcfour-tests,
10672         modules/gc-arctwo-tests, modules/gc-des-tests,
10673         modules/gc-hmac-md5-tests, modules/gc-hmac-sha1-tests,
10674         modules/gc-md2-tests, modules/gc-md4-tests, modules/gc-md5-tests,
10675         modules/gc-pbkdf2-sha1-tests, modules/gc-rijndael-tests,
10676         modules/gc-sha1-tests, modules/gc-tests, modules/hmac-md5-tests,
10677         modules/hmac-sha1-tests, modules/md2-tests, modules/md4-tests,
10678         modules/md5-tests, modules/readline, modules/rijndael-tests: Use
10679         check_PROGRAMS instead of noinst_PROGRAMS to be able to remove
10680         test_*_SOURCES.
10681
10682 2006-01-18  Simon Josefsson  <jas@extundo.com>
10683
10684         * modules/socklen (Depends-on): Depend on sys_socket.
10685
10686 2006-01-18  Simon Josefsson  <jas@extundo.com>
10687
10688         * modules/arcfour-tests, modules/arctwo-tests, modules/crc-tests,
10689         modules/des-tests, modules/gc-arcfour-tests,
10690         modules/gc-arctwo-tests, modules/gc-des-tests,
10691         modules/gc-hmac-md5-tests, modules/gc-hmac-sha1-tests,
10692         modules/gc-md2-tests, modules/gc-md4-tests, modules/gc-md5-tests,
10693         modules/gc-pbkdf2-sha1-tests, modules/gc-rijndael-tests,
10694         modules/gc-sha1-tests, modules/gc-tests, modules/hmac-md5-tests,
10695         modules/hmac-sha1-tests, modules/md2-tests, modules/md4-tests,
10696         modules/md5-tests, modules/readline, modules/rijndael-tests: Add
10697         $(EXEEXT) to automake TESTS variable, for mingw32.
10698
10699 2006-01-17  Simon Josefsson  <jas@extundo.com>
10700
10701         * modules/socklen (Include): Need sys/socket.h.
10702
10703 2006-01-17  Bruno Haible  <bruno@clisp.org>
10704
10705         * modules/ssize_t (Include): Add <sys/types.h>.
10706
10707 2006-01-16  Paul Eggert  <eggert@cs.ucla.edu>
10708
10709         * m4/lib-ignore.m4 (gl_IGNORE_UNUSED_LIBRARIES): Don't use ldd, as
10710         it's not portable and it doesn't work with cross-compiles.
10711         Problem reported by Bruno Haible.  Fix missing-$ typo in
10712         'test "gl_cv_ignore_unused_libraries" ...' that prevented
10713         -zignore from being used with Sun's C compiler.
10714
10715 2006-01-12  Simon Josefsson  <jas@extundo.com>
10716
10717         * lib/base64.c: Fix warning, reported by Bruno Haible
10718         <bruno@clisp.org> and patch by Paul Eggert <eggert@CS.UCLA.EDU>.
10719
10720 2006-01-12  Bruno Haible  <bruno@clisp.org>
10721
10722         * modules/ldd: New file.
10723         * build-aux/ldd.sh.in: New file.
10724         * MODULES.html.sh (Support for building libraries and executables): Add
10725         ldd.
10726
10727 2006-01-12  Bruno Haible  <bruno@clisp.org>
10728
10729         * m4/ldd.m4: New file.
10730
10731 2006-01-12  Bruno Haible  <bruno@clisp.org>
10732
10733         * gnulib-tool (func_import, func_create_testdir): Don't go into an
10734         endless loop while replacing $auxdir with build-aux.
10735
10736 2006-01-11  Simon Josefsson  <jas@extundo.com>
10737
10738         * lib/stdint_.h (SIZE_MAX): Add missing (.
10739
10740 2006-01-11  Paul Eggert  <eggert@cs.ucla.edu>
10741
10742         Sync from coreutils.
10743         * lib/md5.c: Fix commentary typos.
10744         (alignof, UNALIGNED_P): No need for a GCC-specific version.
10745         * lib/md5.h (__attribute__): Remove; unused.
10746         * lib/sha1.c: Fix commentary to match md5 better.
10747         * lib/sha1.h (struct sha1_ctx): Use a word buffer, not a byte buffer,
10748         so that we don't need to worry about alignment.  All uses changed.
10749         This merges the 2005-10-28 md5 change into sha1.
10750
10751 2006-01-11  Jim Meyering  <jim@meyering.net>
10752
10753         Sync from coreutils.
10754         * lib/md5.c (OP): Fix spacing.
10755
10756 2006-01-11  Bruno Haible  <bruno@clisp.org>
10757
10758         Ensure automatic ordering between gl_LOCK and gl_ARGP.
10759         * m4/lock.m4 (gl_LOCK_BODY): Renamed from gl_LOCK.
10760         (gl_LOCK): New macro, requiring gl_LOCK_BODY.
10761
10762 2006-01-11  Bruno Haible  <bruno@clisp.org>
10763
10764         Ensure automatic ordering between gl_LOCK and gl_ARGP.
10765         * gnulib-tool (func_import, func_create_testdir): Put gl_LOCK into
10766         the "early" section as well.
10767
10768 2006-01-11  Bruno Haible  <bruno@clisp.org>
10769
10770         Avoid "ar: no archive members specified" error on MacOS X.
10771         * gnulib-tool (func_modules_add_dummy): New function.
10772         (func_import, func_create_testdir): Invoke it.
10773
10774 2006-01-11  Bruno Haible  <bruno@clisp.org>
10775
10776         * gnulib-tool (func_import, func_create_testdir): Replace build-aux
10777         with $auxdir in AC_CONFIG_FILES statements.
10778
10779 2006-01-11  Bruno Haible  <bruno@clisp.org>
10780
10781         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
10782         Initialize also noinst_HEADERS to empty.
10783
10784 2006-01-11  Bruno Haible  <bruno@clisp.org>
10785
10786         * gnulib-tool (AUTOMAKEPATH, AUTOCONF, ACLOCAL, AUTOMAKE): New
10787         variables.
10788         (func_create_megatestdir): Call aclocal, autoconf, automake here, not
10789         autoreconf.
10790
10791 2006-01-11  Bruno Haible  <bruno@clisp.org>
10792
10793         * gnulib-tool (AUTOCONF, ACLOCAL, AUTOMAKE, AUTORECONF): Make
10794         overridable by the user.
10795         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
10796
10797 2006-01-10  Simon Josefsson  <jas@extundo.com>
10798
10799         * modules/sys_socket: New file.
10800
10801 2006-01-10  Simon Josefsson  <jas@extundo.com>
10802
10803         * m4/sys_socket_h.m4: New file.
10804
10805 2006-01-10  Simon Josefsson  <jas@extundo.com>
10806
10807         * lib/socket_.h: New file.
10808
10809 2006-01-10  Paul Eggert  <eggert@cs.ucla.edu>
10810
10811         * modules/readutmp (Maintainer): Add myself.
10812
10813 2006-01-10  Paul Eggert  <eggert@cs.ucla.edu>
10814
10815         * m4/memcoll.m4 (gl_MEMCOLL): Don't require AC_FUNC_MEMCMP, undoing
10816         the 2002-12-31 change.  Problem and fix reported by Bruno Haible.
10817         People who are still concerned with buggy memcmp implementations
10818         can invoke gl_FUNC_MEMCMP themselves.
10819
10820 2006-01-10  Paul Eggert  <eggert@cs.ucla.edu>
10821
10822         * lib/regex_internal.h (BITSET_WORD_BITS):
10823         Work around a bug in 64-bit PGC (before version 6.1-2), where the
10824         preprocessor mishandles large unsigned values as if they were signed.
10825         Problem reported by Claudio Fontana in
10826         <http://lists.gnu.org/archive/html/bug-gnulib/2005-12/msg00061.html>.
10827
10828 2006-01-10  Jim Meyering  <jim@meyering.net>
10829
10830         Avoid the double-free (first in fts_read, second in fts_close) that
10831         would occur when an `active' directory is made inaccessible (e.g.,
10832         via chmod a-x) during a traversal.
10833         * lib/fts.c (fts_read): After a failed fchdir, update sp->fts_cur
10834         before returning.  Reproduce this failure by
10835         mkdir -p a/b; cd a; chmod a-x . b
10836         Reported by Stavros Passas.
10837
10838         Sync from coreutils.
10839         * lib/sha1.c: Tweak grammar in a comment.
10840
10841 2006-01-10  Jim Meyering  <jim@meyering.net>
10842
10843         * m4/fpending.m4: Also include <stdio.h>, for Dragonfly.
10844         Patch by Joerg Sonnenberger.
10845
10846 2006-01-10  Bruno Haible  <bruno@clisp.org>
10847
10848         * modules/readutmp: Depend on module free.
10849         * modules/strtok_r: Depend on module restrict.
10850
10851 2006-01-10  Bruno Haible  <bruno@clisp.org>
10852
10853         * modules/gettext (configure.ac): Add an invocation of
10854         AM_GNU_GETTEXT_VERSION. Needed since autoreconf is used by gnulib-tool.
10855
10856 2006-01-10  Bruno Haible  <bruno@clisp.org>
10857
10858         * m4/localcharset.m4 (gl_LOCALCHARSET): Also test for getc_unlocked.
10859         Reported by Werner Lemberg <wl@gnu.org>.
10860
10861 2006-01-10  Bruno Haible  <bruno@clisp.org>
10862
10863         * lib/localcharset.c: Update from GNU gettext.
10864
10865 2006-01-10  Bruno Haible  <bruno@clisp.org>
10866
10867         * lib/argp.h (__const): Remove macro. Use const instead.
10868         * lib/argp-fmtstream.h (__const): Likewise.
10869         * lib/glob_.h (__const): Remove macro.
10870         * lib/glob-libc.h: Use const instead of __const.
10871
10872 2006-01-10  Bruno Haible  <bruno@clisp.org>
10873
10874         * gnulib-tool (func_emit_tests_Makefile_am): Emit an empty SUBDIR
10875         variable.
10876         Needed to avoid an automake error regarding the 'gettext' module.
10877
10878 2006-01-09  Simon Josefsson  <jas@extundo.com>
10879
10880         * modules/inet_ntop (Depends-on): Add restrict.
10881
10882 2006-01-09  Simon Josefsson  <jas@extundo.com>
10883
10884         * modules/gc-rijndael-tests (License): Put under LGPL.
10885
10886         * modules/gc-des-tests (License): Likewise.
10887
10888         * modules/gc-arcfour-tests (License): Likewise.
10889
10890         * modules/gc-arctwo-tests (License): Likewise.
10891
10892         * modules/gc-pbkdf2-sha1-tests (License): Likewise.
10893
10894         * modules/gc-hmac-sha1-tests (Files): Likewise.
10895
10896         * modules/gc-hmac-md5-tests (License): Likewise.
10897
10898         * modules/gc-sha1-tests (License): Likewise.
10899
10900         * modules/gc-md5-tests (License): Likewise.
10901
10902         * modules/gc-md4-tests (License): Likewise.
10903
10904         * modules/gc-md2-tests (License): Likewise.
10905
10906         * modules/gc-tests (License): Likewise.
10907
10908         * modules/des-tests (License): Likewise.
10909
10910         * modules/md4-tests (License): Likewise.
10911
10912         * modules/md2-tests (License): Likewise.
10913
10914 2006-01-09  Paul Eggert  <eggert@cs.ucla.edu>
10915
10916         Sync from coreutils:
10917
10918         * MODULES.html.sh (build_lib): New section, with new lib-ignore module.
10919         * modules/lib-ignore: New file.
10920         * modules/mkdir-p (Files): Add chdir-safer.c, chdir-safer.h, lchmod.h,
10921         chdir-safer.m4, lchmod.m4.
10922         * modules/openat: Add mkdirat.c, openat-priv.h.
10923
10924 2006-01-09  Paul Eggert  <eggert@cs.ucla.edu>
10925
10926         Sync from coreutils.
10927         * m4/lib-ignore.m4: New file.
10928         * m4/lchmod.m4: New file.
10929
10930 2006-01-09  Paul Eggert  <eggert@cs.ucla.edu>
10931
10932         Sync from coreutils.
10933         * lib/chdir-long.c (cdb_free): Don't bother trying to open directory
10934         for write access: POSIX says that must fail.
10935         * lib/fts.c (diropen): Likewise.
10936         * lib/save-cwd.c (save_cwd): Likewise.
10937         * lib/chdir-long.c (cdb_free): Open with O_NOCTTY | O_NONBLOCK as
10938         well, for minor improvements on hosts that lack O_DIRECTORY.
10939         * lib/chown.c (rpl_chown) [CHOWN_MODIFIES_SYMLINK]:
10940         Don't try O_WRONLY unless O_RDONLY failed wth EACCES.
10941         Fall back on chown if open failed with EACCES.
10942
10943         * lib/gettime.c (gettime) [!defined OK_TO_USE_1S_CLOCK]:
10944         Report an error at compile-time if only a 1-second nominal clock
10945         resolution is found.
10946
10947         * lib/lchmod.h: New file.
10948         * lib/mkdir-p.c: Include lchmod.h, lchown.h.
10949         (make_dir_parents): Use lchown rather than chown, and
10950         lchmod rather than chmod.
10951
10952         * lib/mountlist.c (ME_DUMMY): "none" and "proc" file systems are
10953         dummies too.  Problem with "none" reported by Bob Proulx.  Problem with
10954         "proc" reported by n0dalus.
10955
10956         * lib/mountlist.c: Include <limits.h>.
10957         (dev_from_mount_options)
10958         [defined MOUNTED_GETMNTENT1 || defined MOUNTED_GETMNTENT2]:
10959         New function.  It no longer assumes "dev=" has the System V meaning
10960         on Linux (since it doesn't).  It also parses "dev=" more carefully.
10961         (read_file_system_list)
10962         [defined MOUNTED_GETMNTENT1 || defined MOUNTED_GETMNTENT2]: Use it.
10963         MOUNTED_GETMNTENT2 is new here; the code didn't used to look for
10964         dev= in that case.
10965
10966         * lib/posixtm.h (PDS_PRE_2000): New macro.
10967         * lib/posixtm.c (year): Arg is now syntax_bits rather than
10968         allow_century.  All usages changed.  Reject dates outside the range
10969         1969-1999 if PDS_PRE_2000 is used.
10970
10971 2006-01-09  Paul Eggert  <eggert@cs.ucla.edu>
10972
10973         Sync from coreutils.
10974         * doc/getdate.texi (General date syntax): Invalid dates are rejected.
10975         (Time of day items): Mention the possibility of leap seconds.
10976         Problem reported by Dr. David Alan Gilbert.
10977
10978 2006-01-09  Jim Meyering  <jim@meyering.net>
10979
10980         Sync from coreutils.
10981
10982         * lib/version-etc.c (COPYRIGHT_YEAR): Update to 2006.
10983
10984         * lib/chdir-safer.h, lib/chdir-safer.c: New files.
10985
10986         * lib/modechange.c (mode_compile): Reject an invalid mode string
10987         that starts with an octal digit.  From Andreas Gruenbacher.
10988
10989         * lib/openat.c: Include "fcntl--.h" and "unistd--.h", to map open
10990         and dup to open_safer and dup_safer, respectively.
10991         (openat_permissive): Fix typo in comment.
10992
10993         * lib/openat.c: Don't include <stdlib.h>, <unistd.h>, <fcntl.h>,
10994         "gettext.h"; either no longer needed or are guaranteed by openat.h.
10995         (_): Remove; no longer needed.
10996         (openat): Renamed from rpl_openat; no need for rpl_openat
10997         since openat.h renames openat for us.
10998         Replace most of the body with a call to openat_permissive,
10999         to avoid duplicate code.
11000         Port to (probably hypothetical) environments were mode_t is
11001         wider than int.
11002         (openat_permissive): Require mode arg, so that we can check
11003         types better.  Put it just after flags.  Change cwd failure
11004         indicator from pointer-to-bool to pointer-to-errno-value.
11005         All callers changed.
11006         Invoke openat_save_fail and/or openat_restore_fail if
11007         cwd_errno is null, so that openat can call us.
11008         (openat_permissive, fdopendir, fstatat, unlinkat):
11009         Simplify errno handling to avoid some duplicate code,
11010         as it's OK to set errno on success.
11011         * lib/openat.h: Revamp code so that function macros depend on
11012         __OPENAT_PREFIX only, not also on AT_FDCWD.
11013         (openat_ro): Remove.  Caller changed to use openat_permissive.
11014         (openat_permissive): Now a macro, if not a function.
11015         (openat_restore_fail, openat_save_fail): Now always functions,
11016         since mkdirat needs them even if __OPENAT_PREFIX is defined.
11017
11018         * lib/openat-priv.h: New file, defining macros used by mkdirat.c
11019         and openat.c.
11020         * lib/mkdirat.c: Include openat-priv.h.
11021         Remove definitions of macros defined therein.
11022         * lib/openat.c: Likewise.
11023
11024         * lib/mkdirat.c (mkdirat): New file and function.
11025         * lib/openat.h (mkdirat): Declare.
11026
11027         * lib/openat.c (fdopendir): Don't change errno when returning non-NULL.
11028
11029         * lib/openat.h (openat_permissive): Declare.
11030         (openat_ro): Define.
11031
11032         * lib/openat.c (EXPECTED_ERRNO): New macro.
11033         (openat_permissive): New function -- used in remove.c rewrite.
11034         (all functions): Set errno just before returning, only if there
11035         was an actual failure.
11036         Use EXPECTED_ERRNO rather than comparing against only ENOTDIR.
11037
11038         Emulate openat-family functions using Linux's procfs, if possible.
11039         Idea and some code based on Ulrich Drepper's glibc changes.
11040
11041         * lib/openat.c: (BUILD_PROC_NAME): New macro.
11042         Include <stdio.h>, <string.h>, "alloca.h" and "intprops.h".
11043         (rpl_openat): Emulate by trying to open /proc/self/fd/%d/%s,
11044         before falling back on save_cwd and restore_cwd.
11045         (fdopendir, fstatat, unlinkat): Likewise.
11046
11047         * lib/openat.c (fstatat, unlinkat): Perform the syscall directly,
11048         skipping the save_cwd...restore_cwd overhead, if FILE is absolute.
11049
11050         * lib/openat.c (rpl_openat): Use the promoted type (int), not mode_t,
11051         as second argument to va_arg.  Otherwise, some versions of gcc
11052         warn that `if this code is reached, the program will abort'.
11053
11054 2006-01-09  Jim Meyering  <jim@meyering.net>
11055
11056         Sync from coreutils.
11057         * m4/openat.m4 (gl_FUNC_OPENAT): Require and compile mkdirat.c.
11058         Require openat-priv.h.
11059
11060 2006-01-09  Bruno Haible  <bruno@clisp.org>
11061
11062         * modules/strnlen (Include): Use strnlen.h.
11063
11064 2006-01-09  Bruno Haible  <bruno@clisp.org>
11065
11066         * m4/stdint.m4 (gl_STDINT_H): Also test for <sys/bitypes.h>.
11067
11068 2006-01-09  Bruno Haible  <bruno@clisp.org>
11069
11070         * lib/sysexit_.h (EX_OK): New macro.
11071         Suggested by Martin Lambers <marlam@marlam.de>.
11072
11073 2006-01-09  Bruno Haible  <bruno@clisp.org>
11074
11075         * lib/stdint_.h: On Linux libc4 and libc5, include <sys/bitypes.h> and
11076         don't define _STDINT_H_NEED_SIGNED_INT_TYPES.
11077
11078 2006-01-09  Bruno Haible  <bruno@clisp.org>
11079
11080         * lib/stdint_.h (SIZE_MAX): Write the value without involving negative
11081         numbers.
11082
11083 2006-01-09  Bruno Haible  <bruno@clisp.org>
11084
11085         * lib/javacomp.sh.in: Move to ../build-aux/javacomp.sh.in.
11086         * lib/javaexec.sh.in: Move to ../build-aux/javaexec.sh.in.
11087         * lib/csharpcomp.sh.in: Move to ../build-aux/csharpcomp.sh.in.
11088         * lib/csharpexec.sh.in: Move to ../build-aux/csharpexec.sh.in.
11089
11090 2006-01-09  Bruno Haible  <bruno@clisp.org>
11091
11092         * build-aux/javacomp.sh.in: New file, moved from lib/.
11093         * modules/javacomp-script (Files): Update.
11094         (configure.ac): Add AC_CONFIG_FILES invocation.
11095         (EXTRA_DIST): Remove variable.
11096
11097         * build-aux/javaexec.sh.in: New file, moved from lib/.
11098         * modules/javaexec (Files): Update.
11099         (configure.ac): Add AC_CONFIG_FILES invocation.
11100         (EXTRA_DIST): Remove javaexec.sh.in.
11101
11102         * build-aux/csharpcomp.sh.in: New file, moved from lib/.
11103         * modules/csharpcomp-script (Files): Update.
11104         (configure.ac): Add AC_CONFIG_FILES invocation.
11105         (EXTRA_DIST): Remove variable.
11106
11107         * build-aux/csharpexec.sh.in: New file, moved from lib/.
11108         * modules/csharpexec (Files): Update.
11109         (configure.ac): Add AC_CONFIG_FILES invocation.
11110         (EXTRA_DIST): Remove csharpexec.sh.in.
11111
11112 2006-01-09  Andreas Gruenbacher  <agruen@suse.de>
11113
11114         Sync from coreutils.
11115
11116         Add POSIX ACL support
11117         * lib/acl.h (copy_acl, set_acl): Add declarations.
11118         * lib/acl.c (acl_entries): Add fallback implementation for POSIX ACL
11119         systems other than Linux.
11120         (chmod_or_fchmod): New function: use fchmod when possible,
11121         and chmod otherwise.
11122         (file_has_acl): Add a POSIX ACL implementation, with a
11123         Linux-specific subcase.
11124         (copy_acl): Add: copy an acl and S_ISUID, S_ISGID, and
11125         S_ISVTX from one file to another.  Fall back to fchmod/chmod when
11126         acls are unsupported.
11127         (set_acl): Add: set a file's acl and S_ISUID, S_ISGID, and
11128         S_ISVTX to a defined value.  Fall back to fchmod/chmod when acls
11129         are unsupported.
11130
11131 2006-01-09  Andreas Gruenbacher  <agruen@suse.de>
11132
11133         Sync from coreutils.
11134         * m4/acl.m4 (AC_FUNC_ACL): Add POSIX ACL and Linux-specific acl tests.
11135
11136 2006-01-07  Bruno Haible  <bruno@clisp.org>
11137
11138         * gnulib-tool (func_import): Add an AC_PROG_RANLIB dependency to
11139         gl_EARLY.
11140
11141 2006-01-04  Paul Eggert  <eggert@cs.ucla.edu>
11142
11143         * lib/strftime.c (tzname): Don't declare if it is already #defined.
11144         Problem reported for Mingw by Mark Junker.
11145
11146 2006-01-04  Paul Eggert  <eggert@cs.ucla.edu>
11147
11148         * README: Gnulib normally doesn't generate a tarball.
11149
11150 2006-01-03  Paul Eggert  <eggert@cs.ucla.edu>
11151
11152         * lib/xtime.h (xtime_make, xtime_nonnegative_nsec, xtime_nsec): Use
11153         long int, not int, for nanosecond counts, so that people who are
11154         used to POSIX struct timespec won't be surprised.  Reported by Jim
11155         Meyering.
11156
11157 2005-12-28  Bruno Haible  <bruno@clisp.org>
11158
11159         * build-aux/config.rpath: Update from GNU gettext.
11160
11161 2005-12-16  Jim Meyering  <jim@meyering.net>
11162
11163         * modules/fprintftime: New module.
11164         * MODULES.html.sh (Date and time <time.h>): Add fprintftime.
11165
11166 2005-12-16  Jim Meyering  <jim@meyering.net>
11167
11168         * m4/fprintftime.m4: New file.
11169
11170 2005-12-16  Jim Meyering  <jim@meyering.net>
11171
11172         * lib/fprintftime.c, lib/fprintftime.h: New files.
11173
11174 2005-12-15  Simon Josefsson  <jas@extundo.com>
11175
11176         * modules/socklen (configure.ac): Fix M4 macro name, to align with
11177         new m4/socklen.m4.
11178
11179 2005-12-10  Sergey Poznyakoff  <gray@gnu.org.ua>
11180
11181         * m4/argp.m4: Define HAVE_DECL_PROGRAM_INVOCATION_NAME and
11182         HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME
11183
11184 2005-12-10  Sergey Poznyakoff  <gray@gnu.org.ua>
11185
11186         * lib/argp-fmtstream.c (__argp_fmtstream_update): Fix coredump
11187         * lib/argp-help.c (fill_in_uparams): Check if the constructed
11188         struct uparams is valid. Fall back to the default values if it is
11189         not.
11190
11191 2005-12-09  Sergey Poznyakoff  <gray@gnu.org.ua>
11192
11193         * modules/argp (Files): Add argp-pin.c
11194         (Depends-on): dirname
11195         (lib_SOURCES): Add argp-pin.c
11196
11197 2005-12-09  Sergey Poznyakoff  <gray@gnu.org.ua>
11198
11199         * m4/argp.m4:  Check if program_invocation_name and
11200         program_invocation_short_name are declared and define appropriate
11201         macros if they are not.
11202
11203 2005-12-09  Sergey Poznyakoff  <gray@gnu.org.ua>
11204
11205         * lib/argp-help.c (__argp_base_name): New function
11206         (__argp_short_program_name): Rewrite using __argp_base_name
11207         * lib/argp-namefrob.h: Define program_invocation_name and
11208         program_invocation_short_name if requested
11209         (__argp_base_name): Add prototype
11210         * lib/argp-parse.c (argp_def): Use gettext wrappers
11211         (argp_default_parser): Use __argp_base_name
11212         * lib/argp-pin.c: New file. Defines program_invocation_name and
11213         program_invocation_short_name on systems that lack them.
11214
11215 2005-12-07  Paul Eggert  <eggert@cs.ucla.edu>
11216
11217         * m4/stat-time.m4 (gl_STAT_TIME): Add check for
11218         TYPEOF_STRUCT_STAT_ST_ATIM_IS_STRUCT_TIMESPEC, to fix IRIX 5.3
11219         porting problem reported by Georg Schwarz in
11220         <http://lists.gnu.org/archive/html/bug-coreutils/2005-12/msg00083.html>.
11221
11222 2005-12-07  Paul Eggert  <eggert@cs.ucla.edu>
11223
11224         * lib/stat-time.h (STATE_TIMESPEC, STAT_TIMESPEC_NS): Add check for
11225         TYPEOF_STRUCT_STAT_ST_ATIM_IS_STRUCT_TIMESPEC, to fix IRIX 5.3
11226         porting problem reported by Georg Schwarz in
11227         <http://lists.gnu.org/archive/html/bug-coreutils/2005-12/msg00083.html>.
11228
11229 2005-12-05  Bruno Haible  <bruno@clisp.org>
11230
11231         * lib/csharpcomp.sh.in (options_csc): For -l option, add a .dll suffix.
11232         * lib/csharpcomp.c (compile_csharp_using_sscli): Likewise.
11233         Reported by Mark Junker <mjscod@gmx.de>.
11234
11235 2005-12-02  Paul Eggert  <eggert@cs.ucla.edu>
11236
11237         * m4/socklen.m4 (gl_TYPE_SOCKLEN_T): Renamed from gl_SOCKLEN_T.
11238         Use implementation from Albert Chin, with some
11239         comments/corrections by Stepan Kasal and myself.
11240
11241 2005-12-02  Bruno Haible  <bruno@clisp.org>
11242
11243         * gnulib-tool (func_import): Accept GPLed build tool modules when
11244         --lgpl is given.
11245         * modules/csharpcomp-script: New file.
11246         * modules/csharpcomp: Depend on it.
11247         * modules/javacomp-script: New file.
11248         * modules/javacomp: Depend on it.
11249         Suggested by Simon Josefsson.
11250
11251 2005-12-01  Paul Eggert  <eggert@cs.ucla.edu>
11252
11253         * m4/regex.m4 (gl_REGEX): Check whether off_t can be used in a switch
11254         statement, to work around an HP-UX 10.20 compiler bug reported by
11255         Peter O'Gorman.
11256
11257 2005-11-29  Paul Eggert  <eggert@cs.ucla.edu>
11258
11259         * modules/savedir (Depends-on): Add openat.
11260
11261 2005-11-29  Paul Eggert  <eggert@cs.ucla.edu>
11262
11263         * lib/stdint_.h (intmax_t) [defined intmax_t]: Do not declare.
11264         (uintmax_t) [defined uintmax_t]: Do not declare.
11265         (SIZE_MAX) [defined SIZE_MAX]: Do not define.
11266         This works around a problem if intmax_t.m4 and/or uintmax_t.m4
11267         and/or size_max.m4 are also used.  Problem reported by Mark D. Baushke.
11268         (SIZE_MAX): Define to ((size_t) -1), not (~(size_t)0), for the
11269         sake of portability to weird hosts that C allows (though we don't
11270         know of any practical examples).
11271
11272         * lib/savedir.h (fdsavedir): New decl.
11273         * lib/savedir.c (fdsavedir, savedirstream): New functions; the latter
11274         contains most of the former guts of savedir.
11275         (savedir): Use savedirstream.
11276         Include "openat.h".
11277
11278 2005-11-25  Paul Eggert  <eggert@cs.ucla.edu>
11279
11280         * modules/obstack (Files): Add m4/ulonglong.m4.
11281         Problem reported by Davide Angelocola.
11282
11283 2005-11-15  Paul Eggert  <eggert@cs.ucla.edu>
11284
11285         * lib/xstrtod.c: Don't bother with #pragma STDC FENV_ACCESS ON, as
11286         coreutils no longer futzes with rounding modes.
11287
11288 2005-11-14  Jim Meyering  <jim@meyering.net>
11289
11290         * lib/mkstemp-safer.c: Include <config.h>, required for possible
11291         replacement of mkstemp.
11292
11293 2005-11-10  Simon Josefsson  <jas@extundo.com>
11294
11295         * lib/readline.c: Remove EOL.
11296
11297 2005-11-10  Paul Eggert  <eggert@cs.ucla.edu>
11298
11299         * modules/gethrxtime (Depends-on): Add gettime.
11300
11301 2005-11-10  Paul Eggert  <eggert@cs.ucla.edu>
11302
11303         * m4/gethrxtime.m4 (gl_PREREQ_GETHRXTIME): Don't require AC_HEADER_TIME
11304         or gettimeofday; no longer needed.
11305
11306 2005-11-10  Paul Eggert  <eggert@cs.ucla.edu>
11307
11308         * lib/gethrxtime.c: Include "timespec.h" rather than the sys/time /
11309         time business.
11310         (gethrxtime) [! (HAVE_NANOUPTIME
11311         || (defined CLOCK_MONOTONIC && HAVE_CLOCK_GETTIME)
11312         || HAVE_MICROUPTIME)]: Fall back on gettime rather than rolling
11313         our own approximation.
11314
11315 2005-11-08  Eric Blake  <ebb9@byu.net>
11316
11317         * lib/inet_ntop.h: Use #if !, not #ifndef, for AC_CHECK_DECLS.
11318
11319 2005-11-08  Eric Blake  <ebb9@byu.net>
11320
11321         * lib/getaddrinfo.h: Use #if !, not #ifndef, for AC_CHECK_DECLS.
11322
11323 2005-11-04  Bruno Haible  <bruno@clisp.org>
11324
11325         * gnulib-tool: Implement --update mode.
11326
11327 2005-10-30  Paul Eggert  <eggert@cs.ucla.edu>
11328
11329         Fix porting problem reported by Theodoros V. Kalamatianos.
11330         * lib/utimens.c (futimens) [HAVE_WORKING_UTIMES && HAVE_FUTIMES]:
11331         Don't assume that futimes failing means we must fail.
11332
11333 2005-10-30  Paul Eggert  <eggert@cs.ucla.edu>
11334
11335         * m4/chdir-long.m4 (gl_FUNC_CHDIR_LONG): Revamp wording and local
11336         variables to suggest the intended function of the PATH_MAX check.
11337
11338 2005-10-30  Kean Johnston  <jkj@sco.com>
11339
11340         Trivial changes to support SCO systems.
11341         * m4/chdir-long.m4 (gl_FUNC_CHDIR_LONG): Check for MAXPATHLEN as well
11342         as PATH_MAX.
11343         * m4/fpending.m4 (gl_FUNC_FPENDING): Correct check for SCO systems,
11344         where __ptr is null when no I/O is pending.
11345
11346 2005-10-29  Paul Eggert  <eggert@cs.ucla.edu>
11347
11348         * lib/getcwd.c (__getcwd): Don't assume that system calls after readdir
11349         leave errno alone.  Problem reported by Dmitry V. Levin.
11350
11351 2005-10-28  Simon Josefsson  <jas@extundo.com>
11352
11353         * tests/test-gc-md4.c, tests/test-gc-md5.c, tests/test-gc-sha1.c:
11354         Test more.
11355
11356         * tests/test-gc-md2.c, tests/test-md2.c: New files.
11357
11358         * modules/md2, modules/md2-tests: New files.
11359
11360 2005-10-28  Simon Josefsson  <jas@extundo.com>
11361
11362         * m4/inet_ntop.m4: More tests.
11363
11364         * m4/gc-md2.m4, md2.m4: New file.
11365
11366 2005-10-28  Simon Josefsson  <jas@extundo.com>
11367
11368         * lib/inet_ntop.h, inet_ntop.c: Make it work under mingw32: Add
11369         "restrict" keywords, as per POSIX.  Protect the function
11370         declaration around HAVE_DECL_INET_NTOP rather than HAVE_INET_NTOP.
11371         Don't use K&R prototypes.  Check the sprintf return values.
11372         Re-define EAFNOSUPPORT if not present.  Indent.
11373
11374         * lib/md5.h, md5.c: Simplify buffer handling visavi alignment,
11375         suggested by Bruno Haible <bruno@clisp.org>.
11376
11377         * lib/gc-gnulib.c, gc-libgcrypt.c: Check calloc return value.
11378
11379         * lib/gc.h: Add MD2 and RMD160 length defines.  Add prototypes.
11380
11381         * lib/gc-libgcrypt.c: Add MD2 (which is not available through
11382         libgcrypt).
11383
11384         * lib/gc-gnulib.c: Add MD2.  Implement gc_hash_* API.
11385
11386         * lib/md2.h, lib/md2.c: New files.
11387
11388 2005-10-28  Paul Eggert  <eggert@cs.ucla.edu>
11389
11390         * lib/savedir.c (savedir): Don't assume that xrealloc etc. leave
11391         errno alone.  Problem reported by Frederic Jolliton.
11392
11393 2005-10-27  Paul Eggert  <eggert@cs.ucla.edu>
11394
11395         * modules/verify (License): Change from GPL to LGPL.  This is a
11396         tiny module and there are apparently near-equivalents that are
11397         under the BSD license.
11398
11399 2005-10-24  Simon Josefsson  <jas@extundo.com>
11400
11401         * modules/sha1: Relicense to LGPL.
11402
11403 2005-10-24  Simon Josefsson  <jas@extundo.com>
11404
11405         * lib/md4.h: Shrink buffer size, now that we changed the type.
11406
11407 2005-10-23  Simon Josefsson  <jas@extundo.com>
11408
11409         * gnulib-tool (func_import): Fix --tests-base.
11410
11411 2005-10-22  Simon Josefsson  <jas@extundo.com>
11412
11413         * modules/arcfour (Depends-on): Need stdint.
11414
11415 2005-10-22  Simon Josefsson  <jas@extundo.com>
11416
11417         * m4/gc.m4: Don't be fooled by --disable-*random-device parameters,
11418         suggested by Bruno Haible <bruno@clisp.org>.  Fix error messages.
11419
11420 2005-10-22  Simon Josefsson  <jas@extundo.com>
11421
11422         * lib/md4.h, md4.c: Simplify buffer handling visavi alignment,
11423         suggested by Bruno Haible <bruno@clisp.org>.
11424
11425 2005-10-22  Simon Josefsson  <jas@extundo.com>
11426
11427         * lib/crc.h: Include stddef.h, for size_t.
11428
11429 2005-10-22  Simon Josefsson  <jas@extundo.com>
11430
11431         * lib/arcfour.h, arcfour.c: Use fixed size indices in the
11432         arcfour_context struct (simplify test vector testing in GNU
11433         Shishi).
11434
11435 2005-10-21  Simon Josefsson  <jas@extundo.com>
11436
11437         * modules/des, modules/des-tests: New files.
11438
11439         * modules/gc-des, modules/gc-des-tests: New files.
11440
11441         * tests/test-des.c, tests/test-gc-des.c: New file.
11442
11443 2005-10-21  Simon Josefsson  <jas@extundo.com>
11444
11445         * modules/arctwo, modules/arctwo-tests: New files.
11446
11447         * tests/test-arctwo.c: New file.
11448
11449         * modules/gc-arctwo, modules/gc-arctwo-tests: New files.
11450
11451         * tests/test-gc-arctwo.c: New file.
11452
11453 2005-10-21  Simon Josefsson  <jas@extundo.com>
11454
11455         * m4/gc.m4: Don't use libgcrypt if gcrypt.h isn't found, suggested by
11456         Bruno Haible <bruno@clisp.org>.
11457
11458         * m4/gc-des.m4: New file.
11459
11460 2005-10-21  Simon Josefsson  <jas@extundo.com>
11461
11462         * m4/arctwo.m4: New file.
11463
11464         * m4/gc-arctwo.m4: New file.
11465
11466 2005-10-21  Simon Josefsson  <jas@extundo.com>
11467
11468         * lib/rijndael-api-fst.c: Fix bugs in CBC mode for more than one
11469         block.
11470
11471 2005-10-21  Simon Josefsson  <jas@extundo.com>
11472
11473         * lib/hmac-md5.c (hmac_md5): Add comments, suggested by Bruno Haible
11474         <bruno@clisp.org>.
11475
11476         * lib/hmac-sha1.c (hmac_sha1): Likewise.
11477
11478         * lib/crc.c (crc32_update): Actually use crc parameter, suggested by
11479         Bruno Haible <bruno@clisp.org>.
11480
11481         * lib/crc.h: Include stdint.h directly, suggested by Bruno Haible
11482         <bruno@clisp.org>.
11483
11484 2005-10-21  Simon Josefsson  <jas@extundo.com>
11485
11486         * lib/gc-libgcrypt.c (gc_cipher_open): Handle ECB.
11487
11488 2005-10-21  Simon Josefsson  <jas@extundo.com>
11489
11490         * lib/gc-gnulib.c: Support ARCTWO in CBC mode.
11491
11492 2005-10-21  Simon Josefsson  <jas@extundo.com>
11493
11494         * lib/des.h, lib/des.c: New files.
11495
11496         * lib/gc-gnulib.c: Support DES.c
11497
11498 2005-10-21  Simon Josefsson  <jas@extundo.com>
11499
11500         * lib/arctwo.h, lib/arctwo.c: New files.
11501
11502         * lib/gc-gnulib.c: Support ARCTWO.
11503
11504 2005-10-21  Simon Josefsson  <jas@extundo.com>
11505
11506         * lib/arctwo.h (arctwo_setkey): Protect variable in CPP macro,
11507         suggested by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
11508
11509 2005-10-21  Simon Josefsson  <jas@extundo.com>
11510
11511         * gnulib-tool (func_import, func_create_testdir): Define automake
11512         conditional GL_COND_LIBTOOL if libtool is used (to be used by modules
11513         Makefile.am snippet),
11514         suggested by Bruno Haible <bruno@clisp.org>.
11515
11516         * modules/gc (Makefile.am): Use it.
11517
11518 2005-10-21  Bruno Haible  <bruno@clisp.org>
11519
11520         * gnulib-tool (func_import, func_create_testdir): Add quoting to last
11521         patch.
11522
11523 2005-10-19  Simon Josefsson  <jas@extundo.com>
11524
11525         * tests/test-gc-rijndael.c: New file.
11526
11527         * modules/gc-rijndael, modules/gc-rijndael-test: New files.
11528
11529 2005-10-19  Simon Josefsson  <jas@extundo.com>
11530
11531         * tests/test-gc-md4.c, tests/test-gc-md5.c: Test gc_hash_buffer
11532         interface too.
11533
11534 2005-10-19  Simon Josefsson  <jas@extundo.com>
11535
11536         * tests/test-gc-arcfour.c: New file.
11537
11538         * modules/gc-arcfour, modules/gc-arcfour-tests: New files.
11539
11540 2005-10-19  Simon Josefsson  <jas@extundo.com>
11541
11542         * modules/gc-md4, modules/gc-md4-tests: New file.
11543
11544         * tests/test-gc-md4.c: New file.
11545
11546 2005-10-19  Simon Josefsson  <jas@extundo.com>
11547
11548         * m4/gc-md4.m4: New file.
11549
11550 2005-10-19  Simon Josefsson  <jas@extundo.com>
11551
11552         * m4/gc-hmac-md5.m4, gc-hmac-sha1.m4, gc-md4.m4,
11553         gc-md5.m4, gc-sha1.m4: Fix typo, suggested by Stepan Kasal
11554         <kasal@ucw.cz>.
11555
11556 2005-10-19  Simon Josefsson  <jas@extundo.com>
11557
11558         * m4/gc-arcfour.m4: New file.
11559
11560         * m4/gc-rijndael.m4: New file.
11561
11562 2005-10-19  Simon Josefsson  <jas@extundo.com>
11563
11564         * lib/gc.h, gc-gnulib.c, gc-libgcrypt.c: Support MD4.
11565
11566 2005-10-19  Simon Josefsson  <jas@extundo.com>
11567
11568         * lib/gc-gnulib.c: Support ARCFOUR.
11569
11570 2005-10-19  Simon Josefsson  <jas@extundo.com>
11571
11572         * lib/gc-gnulib.c: Implement gc_cipher_* API, currently only with AES
11573         support.
11574
11575         * lib/gc.h: Add ECB enum type.
11576
11577         * lib/hmac-md5.c, hmac-sha1.c: Include memxor.h.
11578
11579 2005-10-18  Simon Josefsson  <jas@extundo.com>
11580
11581         * tests/test-md5.c: New file.
11582
11583         * modules/md5-tests: New file.
11584
11585 2005-10-18  Simon Josefsson  <jas@extundo.com>
11586
11587         * tests/test-md4.c: New file.
11588
11589         * modules/md4, modules/md4-tests: New files.
11590
11591 2005-10-18  Simon Josefsson  <jas@extundo.com>
11592
11593         * m4/md4.m4: New file.
11594
11595 2005-10-18  Simon Josefsson  <jas@extundo.com>
11596
11597         * lib/md4.h, lib/md4.c: New files, based on md5.?.
11598
11599 2005-10-17  Stepan Kasal  <kasal@ucw.cz>
11600
11601         * gnulib-tool (func_create_testdir): Omit the second check whether
11602         BUILT_SOURCES in nonempty.
11603
11604 2005-10-17  Simon Josefsson  <jas@extundo.com>
11605
11606         * tests/test-rijndael.c: New file.
11607
11608 2005-10-17  Simon Josefsson  <jas@extundo.com>
11609
11610         * modules/sha1: Depend on stdint instead of md5.
11611
11612         * modules/md5: Depend on stdint, remove uint32_t.
11613
11614 2005-10-17  Simon Josefsson  <jas@extundo.com>
11615
11616         * modules/gc-sha1-tests: New file.
11617
11618         * tests/test-gc-sha1.c: New file.
11619
11620 2005-10-17  Simon Josefsson  <jas@extundo.com>
11621
11622         * m4/md5.m4: Remove call to uint32_t.m4.
11623
11624 2005-10-17  Simon Josefsson  <jas@extundo.com>
11625
11626         * lib/sha1.c: Use uint32_t instead of md5_uint32.t
11627
11628         * lib/sha1.h: Use stdint.h and uint32_t instead of md5_uint32 from
11629         md5.h.
11630
11631         * lib/md5.c: Use uin32_t.  Fix non-gcc UNALIGNED_P macro.
11632
11633         * lib/md5.h: Use stdint.h and uint32_t.  Doc fix.
11634
11635 2005-10-17  Simon Josefsson  <jas@extundo.com>
11636
11637         * lib/gc.h, gc-libgcrypt.c: Add more hash types/functions.
11638
11639 2005-10-17  Simon Josefsson  <jas@extundo.com>
11640
11641         * lib/gc.h, gc-libgcrypt.c: Add ciphers.
11642
11643 2005-10-17  Simon Josefsson  <jas@extundo.com>
11644
11645         * lib/gc-libgcrypt.c (gc_hmac_sha1): Fix assert.
11646
11647         * lib/gc.h (gc_nonce, gc_pseudo_random, gc_random): Add prototypes.
11648
11649 2005-10-17  Bruno Haible  <bruno@clisp.org>
11650
11651         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Change the return statement so
11652         that it can also be used in a test.
11653
11654 2005-10-16  Bruno Haible  <bruno@clisp.org>
11655
11656         * gnulib-tool (func_emit_tests_Makefile_am): Also define
11657         TESTS_ENVIRONMENT, so that individual tests can augment it.
11658
11659         * gnulib-tool (func_create_testdir): Use an intermediate target for
11660         building $(BUILT_SOURCES). Needed because BUILT_SOURCES can contain
11661         macros, like $(ALLOCA_H), which cannot be passed through the command
11662         line.
11663
11664 2005-10-15  Simon Josefsson  <jas@extundo.com>
11665
11666         * modules/rijndael-tests: New file.
11667
11668         * modules/rijndael: New file.
11669
11670 2005-10-15  Simon Josefsson  <jas@extundo.com>
11671
11672         * m4/rijndael.m4: New file.
11673
11674 2005-10-15  Simon Josefsson  <jas@extundo.com>
11675
11676         * lib/rijndael-api-fst.h, lib/rijndael-api-fst.c: New files.
11677
11678         * lib/rijndael-alg-fst.h, lib/rijndael-alg-fst.c: New files.
11679
11680 2005-10-14  Simon Josefsson  <jas@extundo.com>
11681
11682         * tests/test-arcfour.c: New file.
11683
11684         * modules/arcfour, modules/arcfour-tests: New files.
11685
11686 2005-10-14  Simon Josefsson  <jas@extundo.com>
11687
11688         * m4/arcfour.m4: New file.
11689
11690 2005-10-14  Simon Josefsson  <jas@extundo.com>
11691
11692         * lib/arcfour.h, lib/arcfour.c: New files.
11693
11694 2005-10-14  Roland McGrath  <roland@redhat.com>
11695
11696         Import from libc.  [BZ #1331]
11697         * lib/obstack.h [!__STDC__] (obstack_int_grow_fast): Fix misnamed
11698         macro argument.
11699         Reported by Matej Vela <vela@debian.org>.
11700
11701 2005-10-14  Paul Eggert  <eggert@cs.ucla.edu>
11702
11703         * lib/obstack.c [defined _LIBC && defined USE_IN_LIBIO]: Don't
11704         include <wchar.h>; no longer needed.
11705
11706 2005-10-14  Paul Eggert  <eggert@cs.ucla.edu>
11707
11708         * config/srclist.txt: Add glibc bug 321 for obstack.c, obstack.h.
11709
11710 2005-10-14  Jakub Jelinek  <jakub@redhat.com>
11711         and  Ulrich Drepper  <drepper@redhat.com>
11712
11713         Import from libc.
11714         * lib/obstack.c (print_and_abort) [defined _LIBC]: Use __fxprintf
11715         instead of inline stream orientation test and two separate
11716         function calls.  Pay no attention to USE_IN_LIBIO.
11717
11718 2005-10-13  Simon Josefsson  <jas@extundo.com>
11719
11720         * modules/gc-hmac-md5-tests: New file.
11721
11722         * tests/test-gc-hmac-sha1.c: New file.
11723
11724         * tests/test-gc.c (main): Remove MD5 and HMAC-MD5 tests.
11725
11726         * modules/gc-hmac-md5-tests: New file.
11727
11728         * tests/test-gc-md5.c: New file.
11729
11730         * modules/gc-md5-tests: New file.
11731
11732 2005-10-13  Simon Josefsson  <jas@extundo.com>
11733
11734         * lib/gc-pbkdf2-sha1.c (gc_pbkdf2_sha1): Optimize CEIL computation.
11735         Move memory allocation outside of loop.
11736
11737 2005-10-13  Paul Eggert  <eggert@cs.ucla.edu>
11738
11739         * lib/mkdir-p.c (make_dir_parents): Don't report an error if an
11740         intermediate directory is in a read-only file system.  Problem
11741         reported by Eric Blake.
11742
11743 2005-10-13  Oskar Liljeblad  <oskar@osk.mine.nu>
11744
11745         * modules/human (Depends-on): Depend on xstrtoumax, not xstrtol.
11746
11747 2005-10-12  Simon Josefsson  <jas@extundo.com>
11748
11749         * tests/test-hmac-sha1.c: New file.
11750
11751         * modules/hmac-sha1-tests: New file.
11752
11753         * modules/hmac-sha1: New file.
11754
11755 2005-10-12  Simon Josefsson  <jas@extundo.com>
11756
11757         * modules/gc-sha1: New file.
11758
11759 2005-10-12  Simon Josefsson  <jas@extundo.com>
11760
11761         * modules/gc-pbkdf2-sha1, modules/gc-pbkdf2-sha1-tests: New files.
11762
11763         * tests/test-gc-pbkdf2-sha1.c: New file.
11764
11765 2005-10-12  Simon Josefsson  <jas@extundo.com>
11766
11767         * modules/gc-md5, modules/gc-hmac-md5: New files.
11768
11769         * modules/gc (Files): Remove md5, memxor and hmac files.
11770
11771 2005-10-12  Simon Josefsson  <jas@extundo.com>
11772
11773         * m4/gc-pbkdf2-sha1.m4: New file.
11774
11775         * m4/gc-hmac-sha1.m4: New file.
11776
11777         * m4/gc-sha1: New file.
11778
11779         * m4/hmac-sha1.m4: New file.
11780
11781 2005-10-12  Simon Josefsson  <jas@extundo.com>
11782
11783         * m4/gc-md5.m4, m4/gc-hmac-md5.m4: New files.
11784
11785         * m4/gc.m4: Don't call gl_MD5, gl_MEMXOR or gl_HMAC_MD5.
11786
11787 2005-10-12  Simon Josefsson  <jas@extundo.com>
11788
11789         * lib/gc.h, gc-gnulib.c, gc-libgcrypt.c: Use Gc_rc for return types,
11790         suggested by Bruno Haible <bruno@clisp.org>.
11791
11792 2005-10-12  Simon Josefsson  <jas@extundo.com>
11793
11794         * lib/gc.h, gc-gnulib.c, gc-libgcrypt.c: Support SHA-1.
11795
11796 2005-10-12  Simon Josefsson  <jas@extundo.com>
11797
11798         * lib/gc-pbkdf2-sha1.c: New file.
11799
11800         * lib/gc.h: Add gc_pbkdf2_sha1 prototype.
11801
11802 2005-10-12  Simon Josefsson  <jas@extundo.com>
11803
11804         * lib/gc-libgcrypt.c (gc_hmac_sha1): New function.
11805
11806         * lib/gc-gnulib.c (gc_hmac_sha1): New function.
11807
11808 2005-10-12  Simon Josefsson  <jas@extundo.com>
11809
11810         * lib/gc-gnulib.c: Condition MD5 and HMAC-MD5 use on GC_USE_MD5 and
11811         GC_USE_HMAC_MD5, respectively.
11812
11813         * lib/gc-libgcrypt.c (gc_md5): Fix assert call.
11814         (gc_md5): Fix typo.
11815
11816         * lib/gc.h (gc_hash_buffer): Use gc_hash in prototype.
11817
11818         * lib/gc-libgcrypt.c (gc_hash_buffer): Ditto.
11819
11820         * lib/gc-gnulib.c (gc_hash_buffer): Ditto.
11821
11822 2005-10-12  Bruno Haible  <bruno@clisp.org>
11823
11824         * m4/stdbool.m4 (gl_STDBOOL_H): Define as an alias of AM_STDBOOL_H.
11825         Reported by Stepan Kasal <kasal@ucw.cz>.
11826
11827 2005-10-11  Simon Josefsson  <jas@extundo.com>
11828
11829         * tests/test-crc.c: New file.
11830
11831         * modules/crc, modules/crc-tests: New files.
11832
11833 2005-10-11  Simon Josefsson  <jas@extundo.com>
11834
11835         * m4/crc.m4: New file.
11836
11837 2005-10-11  Simon Josefsson  <jas@extundo.com>
11838
11839         * lib/gc.h: Add gc_hash and gc_hash_buffer.
11840
11841         * lib/gc-gnulib.c (gc_hash_buffer): Add.  Reorder #include's.
11842
11843         * lib/gc-libgcrypt.c (gc_hash_buffer): Add.
11844
11845 2005-10-11  Simon Josefsson  <jas@extundo.com>
11846
11847         * lib/crc.h, lib/crc.c: New files.
11848
11849         * lib/gc.h (gc_hash_buffer): Add doc.
11850
11851 2005-10-11  Bruno Haible  <bruno@clisp.org>
11852
11853         * modules/c-strcasestr: New file.
11854         * MODULES.html.sh (String handling <string.h>): Add c-strcasestr.
11855
11856 2005-10-11  Bruno Haible  <bruno@clisp.org>
11857
11858         * modules/c-strcase: New file.
11859         * MODULES.html.sh (String handling <string.h>): Add c-strcase.
11860
11861 2005-10-11  Bruno Haible  <bruno@clisp.org>
11862
11863         * lib/strcasecmp.c: Include limits.h.
11864         (strcasecmp): Avoid integer overflow on exotic platforms.
11865         * lib/strncasecmp.c: Include limits.h.
11866         (strncasecmp): Avoid integer overflow on exotic platforms.
11867         Reported by Paul Eggert.
11868
11869 2005-10-11  Bruno Haible  <bruno@clisp.org>
11870
11871         * lib/c-strcasestr.h: New file, from GNU gettext.
11872         * lib/c-strcasestr.c: New file, from GNU gettext.
11873
11874 2005-10-11  Bruno Haible  <bruno@clisp.org>
11875
11876         * lib/c-strcase.h: New file, from GNU gettext.
11877         * lib/c-strcasecmp.c: New file, from GNU gettext.
11878         * lib/c-strncasecmp.c: New file, from GNU gettext.
11879
11880 2005-10-10  Paul Eggert  <eggert@cs.ucla.edu>
11881
11882         * modules/mempcpy (License): GPL -> LGPL.
11883         * modules/strchrnul (License): Likewise.
11884         * modules/sysexits (License): Likewise.
11885
11886 2005-10-08  Simon Josefsson  <jas@extundo.com>
11887
11888         * config/srclist.txt: Bug 1423 is closed, but 1439 remains.
11889
11890 2005-10-07  Simon Josefsson  <jas@extundo.com>
11891
11892         * m4/memxor.m4: Remove gl_C_RESTRICT call.
11893
11894 2005-10-06  Simon Josefsson  <jas@extundo.com>
11895
11896         * tests/test-hmac-md5.c: New file.
11897
11898         * modules/hmac-md5-tests: New file.
11899
11900         * modules/hmac-md5: New file.
11901
11902 2005-10-06  Simon Josefsson  <jas@extundo.com>
11903
11904         * m4/hmac-md5.m4: New file.
11905
11906         * m4/memxor.m4: Require gl_C_RESTRICT.
11907
11908 2005-10-06  Simon Josefsson  <jas@extundo.com>
11909
11910         * lib/memxor.c (memxor): Avoid casts and warnings.
11911
11912 2005-10-06  Simon Josefsson  <jas@extundo.com>
11913
11914         * lib/hmac-md5.c: New file.
11915
11916         * lib/hmac.h: New file.
11917
11918 2005-10-06  Paul Eggert  <eggert@cs.ucla.edu>
11919
11920         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Check that bool
11921         promotes to int, not unsigned int, to catch the AIX 5.3
11922         compiler bug.
11923
11924 2005-10-05  Simon Josefsson  <jas@extundo.com>
11925
11926         * modules/memxor: New file.
11927
11928         * modules/iconv (Files): Move config.rpath to havelib, it is used
11929         there.
11930
11931         * modules/havelib (Files): Add config.rpath.
11932
11933 2005-10-05  Simon Josefsson  <jas@extundo.com>
11934
11935         * m4/memxor.m4: New file.
11936
11937 2005-10-05  Simon Josefsson  <jas@extundo.com>
11938
11939         * lib/memxor.c (memxor): Fix compiler error.
11940
11941         * lib/md5.h (MD5_DIGEST_SIZE, MD5_BLOCK_SIZE): Add, see also
11942         <http://sourceware.org/bugzilla/show_bug.cgi?id=1423>.
11943
11944         * lib/memxor.h, lib/memxor.c: New files.
11945
11946         * lib/getaddrinfo.h: Don't protect sys/types.h with HAVE_SYS_TYPES_H,
11947         we assume all systems have it, suggested by Jim Meyering
11948         <jim@meyering.net>.  Remove HAVE_SYS_SOCKET_H test too, to see if
11949         any systems lack sys/socket.h; mingw32 is known to lack it, but we
11950         don't support it yet anyway.  Also remove HAVE_NETDB_H test, for
11951         same reasons.
11952
11953 2005-10-05  Simon Josefsson  <jas@extundo.com>
11954
11955         * config/srclist.txt: Add glibc bug 1423 for md5.h.
11956
11957 2005-10-05  Paul Eggert  <eggert@cs.ucla.edu>
11958
11959         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Don't check for
11960         sys/socket.h, netdb.h, sys/types.h; the checks areno longer
11961         needed, since the source code now assumes these .h files.
11962
11963 2005-10-05  Derek Price  <derek@ximbiot.com>
11964
11965         * lib/getdelim.c (SIZE_MAX): New macro, if not already defined.
11966
11967 2005-10-05  Bruno Haible  <bruno@clisp.org>
11968
11969         * modules/stdint (License): Change to LGPL.
11970
11971 2005-10-04  Simon Josefsson  <jas@extundo.com>
11972
11973         * lib/getaddrinfo.h: Move sys/types.h include first, reported by "Mark
11974         D. Baushke" <mdb@gnu.org>.
11975
11976 2005-10-04  Bruno Haible  <bruno@clisp.org>
11977
11978         * lib/verify.h (verify_true): Provide alternative definition for C++.
11979
11980 2005-10-03  Paul Eggert  <eggert@cs.ucla.edu>
11981
11982         * lib/getdelim.c: Include getdelim.h first.  Include <limits.h>.
11983         (SSIZE_MAX): New macro, if not already defined.
11984         (getdelim): Fix buffer overrun on 64-bit hosts with lines longer
11985         than 2 GiB.
11986
11987 2005-10-02  Paul Eggert  <eggert@cs.ucla.edu>
11988
11989         Sync from coreutils.
11990         * m4/openat.m4 (gl_FUNC_OPENAT): Check for fdopendir.
11991         * m4/ullong_max.m4 (gl_ULLONG_MAX): Simplify so that it merely
11992         defines ULONG_MAX_LT_ULLONG_MAX.  Thomas M.Ott reports that
11993         ULLONG_MAX doesn't work with 2.7.2.1.
11994
11995 2005-10-02  Paul Eggert  <eggert@cs.ucla.edu>
11996
11997         * modules/xreadlink (Makefile.am): Remove lib_SOURCES.
11998         From Ben Pfaff.
11999
12000         * modules/exclude (Depends-on): Depend on verify.
12001         * modules/strtoimax (Depends-on): Likewise.
12002         * modules/utimecmp (Depends-on): Likewise.
12003
12004 2005-10-02  Paul Eggert  <eggert@cs.ucla.edu>
12005
12006         * lib/exclude.c: Include verify.h.
12007         (verify): Remove.  All callers changed to use verify.h's version.
12008         * lib/strtoimax.c: Likewise.
12009         * lib/utimecmp.c: Likewis.e
12010
12011         Sync from coreutils.
12012         * lib/.cppi-disable: Add getaddrinfo.h, getdelim.h, getline.h,
12013         getpass.c, mbchar.h, mbuiter.h, strcase.h, strnlen.h, strnlen1.h.
12014         * lib/.cvsignore: Add fts.h, search.h, t-fpending.
12015         * lib/settime.c (settime): Fix { typo in previous patch.  Also, don't
12016         bother returning ENOSYS if settimeofday or stime fails; just let
12017         them return whatever errno they want to return.
12018         * lib/utimens.c: Include unistd.h, for dup2.
12019         (futimens): Fix typo: HAVE_FUTIMESAT was misspelled in an #if.
12020         (futimens) [! HAVE_FUTIMESAT]: If !file, set errno before returning -1.
12021
12022 2005-10-02  Jim Meyering  <jim@meyering.net>
12023
12024         Sync from coreutils.
12025         * m4/utimes.m4 (gl_FUNC_UTIMES): Detect the version of utimes
12026         from glibc-2.2.5 that fails for read-only files.
12027
12028 2005-10-02  Jim Meyering  <jim@meyering.net>
12029
12030         Sync from coreutils.
12031         * lib/fts-cycle.c [HAVE_CONFIG_H]: Include <config.h>.
12032         * lib/openat-die.c: Use `#ifdef HAVE_CONFIG_H', not
12033         `#if HAVE_CONFIG_H'.
12034         * lib/openat.c (fdopendir): Do not define if HAVE_FDOPENDIR.
12035         Remove AT_FDCWD test.
12036         Do not consume the fd unless successful.
12037         * lib/openat.h (fdopendir): Do not define if HAVE_FDOPENDIR.
12038         * lib/settime.c (settime): Move the HAVE_STIME block `up' into an #elif
12039         block, so that we don't even try to compile it if settimeofday is
12040         available.  This works around a compilation failure on OSF1 V5.1,
12041         due to stime requiring a `long int*' while tv_sec is `int'.
12042
12043 2005-10-02  Alfred M. Szmidt  <ams@gnu.org>
12044
12045         Sync from coreutils.
12046         * m4/chdir-long.m4 (gl_FUNC_CHDIR_LONG): Compare $gl_have_path...
12047         against `yes', rather than just testing for nonempty.
12048
12049 2005-10-01  Simon Josefsson  <jas@extundo.com>
12050
12051         * m4/getaddrinfo.m4: Include sys/types.h for sys/socket.h, on FreeBSD
12052         and Darwin.
12053
12054         * m4/getaddrinfo.m4: Use AC_GNU_SOURCE, GNU only declare getaddrinfo
12055         as an (POSIX) extension.  Check for sys/types.h, sys/socket.h, and
12056         netdb.h too, needed by getaddrinfo.h.  Check if getaddrinfo,
12057         freeaddrinfo and gai_strerror are declared by the POSIX headers.
12058         Check if struct addrinfo is declared.
12059
12060 2005-10-01  Simon Josefsson  <jas@extundo.com>
12061
12062         * lib/getaddrinfo.h: Protect #include's of sys/socket.h and netdb.h.
12063         Only define struct addrinfo if !HAVE_STRUCT_ADDRINFO.  Protect
12064         AI_* and EAI_* definitions.  Protect function declarations.
12065
12066 2005-10-01  Jim Meyering  <jim@meyering.net>
12067
12068         Sync from coreutils.
12069
12070         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Look for getservbyname in these
12071         libraries [inet nsl socket xnet].  Nelson Beebe reported that with
12072         native cc on Solaris 7, getaddrinfo.c requires -lsocket.
12073         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Check for gethostbyname
12074         in the inet and nsl libraries.  Required on Solaris 5.7.
12075
12076 2005-10-01  Jim Meyering  <jim@meyering.net>
12077
12078         Sync from coreutils.
12079         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Check for gethostbyname
12080         in the inet and nsl libraries.  Required on Solaris 5.7.
12081
12082 2005-10-01  Eric Blake  <ebb9@byu.net>  (tiny change)
12083
12084         * lib/getdelim.c (getdelim): Remove unused variables.
12085
12086 2005-09-29  Paul Eggert  <eggert@cs.ucla.edu>
12087
12088         * lib/xtime.h (XTIME_PRECISION): Now of type int, not long long int,
12089         so that the code works even with ancient cpp.  Portability problem
12090         with GCC 2.7.2.1 reported by Thomas M.Ott.
12091
12092 2005-09-27  Paul Eggert  <eggert@cs.ucla.edu>
12093
12094         * modules/regex (Depends-on): Add strcase.
12095
12096         * modules/gethostname (Licence): Change from GPL to LGPL, since
12097         gethostname.c is a trivial implementation of a standard library
12098         function.
12099         * modules/poll (License): Change from GPL to LGPL, since it's
12100         derived from LGPL code.
12101
12102 2005-09-27  Jim Meyering  <jim@meyering.net>
12103
12104         * lib/getcwd.c: Change #ifdef<TAB>HAVE_CONFIG_H to #ifdef
12105         HAVE_CONFIG_H.
12106
12107         * lib/intprops.h (signed_type_or_expr__): Define.
12108         (INT_STRLEN_BOUND) [__GNUC__]: Use a slightly tighter bound
12109         for unsigned types.
12110
12111 2005-09-26  Paul Eggert  <eggert@cs.ucla.edu>
12112
12113         * lib/verify.h (verify_expr): Remove, replacing with:
12114         (verify_true): New macro that returns true instead of void.
12115         (verify_type__): Remove.
12116         (verify): Use verify_true rather than verify_type__.
12117
12118 2005-09-26  Bruno Haible  <bruno@clisp.org>
12119
12120         * modules/mbchar (Include): Mention that HAVE_WCHAR_H && HAVE_WCTYPE_H
12121         is necessary.
12122         (lib_SOURCES): Remove mbchar.c.
12123         * modules/mbfile (Include): Mention that HAVE_MBRTOWC is necessary.
12124         (Files): Add m4/mbrtowc.m4.
12125         * modules/mbiter: Likewise.
12126         * modules/mbuiter: Likewise.
12127
12128 2005-09-26  Bruno Haible  <bruno@clisp.org>
12129
12130         * m4/mbchar.m4 (gl_MBCHAR): Check for wchar.h and wctype.h. Don't
12131         compile mbchar.c if they are not both present.
12132         * m4/mbfile.m4 (gl_MBFILE): Require gl_FUNC_MBRTOWC.
12133         * m4/mbiter.m4 (gl_MBITER): Likewise.
12134         * m4/strstr.m4 (gl_PREREQ_STRSTR): Use AC_REQUIRE.
12135         * m4/strcasestr.m4 (gl_PREREQ_STRCASESTR): Likewise.
12136         * m4/strcase.m4 (gl_PREREQ_STRCASECMP): Likewise.
12137
12138 2005-09-25  Jim Meyering  <jim@meyering.net>
12139
12140         * modules/inet_ntop (Depends-on): Add socklen, since inet_ntop.c
12141         also uses socklen_t.
12142
12143 2005-09-24  Paul Eggert  <eggert@cs.ucla.edu>
12144
12145         * lib/utimens.c (ENOSYS): Define if not already defined.
12146         (futimens): Support having a null PATH if the file descriptor
12147         is nonnegative.
12148
12149         * lib/regex_internal.h (__GNUC_PREREQ, always_inline, inline, pure):
12150         Remove.
12151         (__attribute): Define to empty unless GCC 3.1 or later.
12152         This works around a core dump on OpenBSD 3.4, which has GCC
12153         2.95.3, which dumps core when given __attribute__(()).  It also
12154         simplifies other tests, since we really don't want to bother with
12155         worrying about which ancient version of GCC supported what.
12156         Original problem reported by Yoann Vandoorselaere, with part of
12157         the fix suggested by Derek Price.
12158
12159 2005-09-24  Jim Meyering  <jim@meyering.net>
12160
12161         * lib/verify.h (verify_type__): Use `unsigned int' as the bitfield type
12162         so we can once again use a positive bitfield width of 1 -- now we
12163         don't have to explain why we were using a bitfield width of 2.
12164
12165 2005-09-23  Paul Eggert  <eggert@cs.ucla.edu>
12166
12167         * m4/regex.m4 (gl_REGEX): If replacing, define regcomp to rpl_regcomp,
12168         and similarly for the other external symbols.  Problem reported
12169         by James Gallager.
12170
12171         * m4/fnmatch.m4 (_AC_FUNC_FNMATCH_IF): Catch Sun Studio 10u1 on Linux
12172         bug reported by Jim Meyering.
12173
12174         * m4/utimens.m4 (gl_UTIMENS): Check for futimesat.
12175         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Undo previous change;
12176         not needed, since socklen is a prerequisite module.
12177
12178 2005-09-23  Paul Eggert  <eggert@cs.ucla.edu>
12179
12180         * lib/getaddrinfo.c [HAVE_NETINET_IN_H]: Include <netinet/in.h>.
12181         Problem reported by Eric Blake.
12182         (getaddrinfo): Initialize se so that it's not garbage.
12183         Redo internal storage allocation so that it doesn't make unportable
12184         assumptions about alignment.
12185         Fix a memory leak.
12186
12187         * lib/utimens.c (futimens): Use futimesat if available.
12188         Prefer it to futimes since it doesn't have the futimes bug.
12189
12190         * lib/verify.h (GL_CONCAT0, GL_CONCAT): Remove.
12191         (verify): Don't use the __LINE__ trick, as it doesn't work in general.
12192         Instead, declare a function that returns a pointer to an array,
12193         and use verify_type__ to declare the size of the array.
12194         Problem and germ of a solution reported by Bruno Haible.
12195         (verify_type__): Use 2, not 1, for bitfield size, to avoid
12196         a warning with Irix 6.5 cc.  Problem reported by Bruno Haible.
12197
12198 2005-09-23  Jim Meyering  <jim@meyering.net>
12199
12200         Sync from coreutils.
12201         Correct build failure (socklen_t not defined) on at least
12202         mips-sgi-irix6.5 and alphaev67-dec-osf5.1.
12203         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Require gl_SOCKLEN_T.
12204
12205 2005-09-23  Jim Meyering  <jim@meyering.net>
12206
12207         * modules/getaddrinfo (Depends-on): Add socklen.
12208
12209 2005-09-23  Bruno Haible  <bruno@clisp.org>
12210
12211         * tests/test-verify.c: New file.
12212
12213 2005-09-22  Paul Eggert  <eggert@cs.ucla.edu>
12214
12215         Sync from coreutils.
12216
12217         * modules/argmatch (Depends-on): Add verify.
12218         * modules/getloadavg (Depends-on): Depend on fcntl-safer, not
12219         unistd-safer.
12220         * modules/save-cwd (Depends-on): Likewise.
12221
12222         * modules/openat (Files): Add lib/openat-die.c.
12223         (Depends-on): Remove error, exitfail.
12224         Add dirname.
12225
12226         * modules/verify: New file.
12227         * MODULES.html.sh (Diagnostics <assert.h>): New section,
12228         with "verify" module.
12229
12230 2005-09-22  Paul Eggert  <eggert@cs.ucla.edu>
12231
12232         Sync from coreutils.
12233
12234         * m4/backupfile.m4, calloc.m4, chown.m4, cloexec.m4, dup2.m4:
12235         * m4/fileblocks.m4, free.m4, ftruncate.m4, getcwd.m4, getpagesize.m4:
12236         * m4/getugroups.m4, group-member.m4, idcache.m4, link-follow.m4:
12237         * m4/mkstemp.m4, mktime.m4, mountlist.m4, nanosleep.m4, pathmax.m4:
12238         * m4/physmem.m4, posixver.m4, putenv.m4, safe-read.m4, same.m4:
12239         * m4/save-cwd.m4, stdio-safer.m4, unistd-safer.m4, unlinkdir.m4:
12240         * m4/userspec.m4, xgetcwd.m4, xreadlink.m4:
12241         Don't bother checking for string.h, stdlib.h, unistd.h.
12242         * m4/fts.m4 (gl_FUNC_FTS_CORE): Don't require
12243         AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK; that's now the lstat
12244         module's job.
12245         * m4/jm-macros.m4 (gl_MACROS): Likewise.
12246         * m4/prereq.m4 (gl_PREREQ): Add gl_FUNC_LSTAT.
12247
12248         * m4/getdate.m4 (gl_C_COMPOUND_LITERALS): New macro.
12249         (gl_GETDATE): Use it.
12250
12251         * m4/mkdir-p.m4 (gl_MKDIR_PARENTS): Don't bother checking for unistd.h.
12252
12253 2005-09-22  Paul Eggert  <eggert@cs.ucla.edu>
12254
12255         Sync from coreutils.
12256
12257         * lib/.cppi-disable: Add regcomp.c, regex_internal.c, regex_internal.h,
12258         stat-time.h.
12259         * lib/argmatch.h: Include verify.h
12260         (ARGMATCH_VERIFY): Use verify rather than rolling our own.
12261         (ARGMATCH_ASSERT): Remove; unused.
12262         * lib/canonicalize.c: Assume STDC_HEADERS.
12263         * lib/exclude.c: Include "strcase.h".
12264         * lib/regex_internal.h [!defined _LIBC]: Likewise.
12265         * lib/getusershell.c: Include stdio--.h rather than stdio.h
12266         and stdio-safer.h.
12267         (getusershell): Call fopen, not fopen_safer.
12268         * lib/save-cwd.c: Include fcntl--.h rather than fcntl.h.
12269         Do not include unistd-safer.h.
12270         (save_cwd): Don't call fd_safer; no longer needed
12271         now that we include fcntl--.h.
12272
12273         * lib/getdate.y (relative_time): New type.
12274         (RELATIVE_TIME_0): New constant.
12275         (parser_control): Use relative_time instead of doing it ourselves.
12276         (%union): Add new relative_time rel member.
12277         (tYEAR_UNIT, tMONTH_UNIT, tHOUR_UNIT, tMINUTE_UNIT, tSEC_UNIT):
12278         Now typeless.
12279         (relunit, relunit_snumber): Now of type rel.
12280         (zone, rel, relunit, get_date): Adjust to above changes.
12281
12282         * lib/getloadavg.c: Include fcntl--.h rather than fcntl.h.
12283         Do not include unistd-safer.h.
12284         (getloadavg): Don't call fd_safer; no longer needed
12285         now that we include fcntl--.h.
12286
12287         * lib/mkdir-p.c (ENOSYS): Define to EEXIST if not defined.
12288         (make_dir_parents): Treat ENOSYS like EEXIST.
12289
12290         Improve quality of diagnostics on restore_cwd failure.
12291         * lib/mkdir-p.h (make_dir): Remove.  All uses replaced by mkdir.
12292         (make_dir_parents): Last arg is now int * (for errno), not bool *.
12293         * lib/mkdir-p.c (make_dir, make_dir_parents): Likewise.
12294         Rewrite "mkdir -p" algorithm to avoid the need for "stat"
12295         each time through the loop.  Do not diagnose restore_cwd failure;
12296         that is the caller's job (and perhaps the caller does not care).
12297
12298         * lib/mkdir-p.c (CLEANUP_CWD, CLEANUP): Remove.
12299         (make_dir_parents): Revamp to avoid need for CLEANUP_CWD, CLEANUP.
12300         If the file already exists but is not a directory, don't bother
12301         to try to make its parents.
12302         Close potential file descriptor leak if we can't chdir("/") (!).
12303         Don't always return true if chdir($PWD) fails; return true only
12304         if the requested action was done successfully (except for the
12305         chdir($PWD)).
12306         Don't log final directory unless we actually made it.
12307         Refactor to avoid duplicate code to fix up permissions.
12308         Don't attempt to fix up parent permissions if chdir($PWD) fails.
12309
12310         * lib/strftime.c (my_strftime): Rewrite the previous change slightly,
12311         to make it a bit faster and (I hope) clearer.
12312         * lib/strftime.c (my_strftime): Add support for %:z, %::z, %:::z.
12313         Fix bug in formats like %2N.
12314
12315         * lib/verify.h: New file.
12316
12317 2005-09-22  Paul Eggert  <eggert@cs.ucla.edu>
12318
12319         Sync from coreutils.
12320         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Check for netinet/in.h.
12321
12322 2005-09-22  Jim Meyering  <jim@meyering.net>
12323
12324         Sync from coreutils.
12325
12326         * m4/lstat.m4 (gl_FUNC_LSTAT):
12327         Use AC_LIBSOURCES to require lstat.c and lstat.h.
12328         Remove obsolete comment.
12329         * m4/xreadlink.m4: Use AC_LIBSOURCES and AC_LIBOBJ.
12330         * m4/xstrtod.m4: Likewise.
12331
12332         * m4/openat.m4 (gl_FUNC_OPENAT): Add openat-die.c.
12333
12334 2005-09-22  Jim Meyering  <jim@meyering.net>
12335
12336         Sync from coreutils.
12337
12338         * lib/backupfile.c: Use ARGMATCH_VERIFY, just in case.
12339
12340         * lib/posixtm.c (posixtime) [lint]: Initialize *all* of tm0, not just
12341         the .tm_year member, since otherwise gcc-4.0 would now warn about
12342         tm_zone, tm_gmtoff, tm_isdst, tm_yday, tm_wday.
12343
12344         * lib/quotearg.c (quotearg_n_options): Change code to be suboptimal, in
12345         order to avoid an unsuppressible warning from gcc on 64-bit systems.
12346
12347         * lib/getdate.y (get_date): Undo part of the 2005-04-04 change, so that
12348         the command "date -d'2005-03-27 +1 day'" succeeds once again, even
12349         when run in a time zone for which daylight savings time is in effect
12350         for the starting date.
12351
12352         * lib/mkdir-p.c (make_dir_parents): Don't let a failed chdir($PWD)
12353         stop us from restricting permissions of just-created absolute-named
12354         directories.
12355         * lib/mkdir-p.c (CLEANUP_CWD): Return *true*, not false when failing
12356         to restore initial working directory.
12357         * lib/mkdir-p.c (make_dir_parents): New parameter:
12358         different_working_dir, to tell caller if/when we change the working
12359         directory and are unable to return to the initial one.
12360         * lib/mkdir-p.h (make_dir_parents): Update prototype.
12361         * lib/mkdir-p.c (CLEANUP_CWD): Change one more `return 1' to
12362         `return false'.  This fixes a bug introduced on 2004-07-30.
12363
12364         * lib/openat.c (fdopendir): Be sure to close the supplied
12365         file descriptor before returning.  This makes our replacement
12366         implementation a little closer to Solaris's, where fdopendir
12367         ties the file descriptor to the returned DIR* pointer.
12368         * lib/openat.c (unlinkat): New function.
12369         * lib/openat.h (unlinkat): Add prototype.
12370         * lib/openat-die.c (openat_save_fail): Rename from openat_save_die.
12371         (openat_restore_fail): Rename from openat_restore_die.
12372         * lib/openat.c, openat.h: Reflect s/_die/_fail/ renaming.
12373
12374         Provide an alternative to exiting immediately upon save_cwd or
12375         restore_cwd failure.  Now, an application can arrange e.g.,
12376         to perform a longjump in that case.
12377         * lib/openat.c: Include dirname.h.
12378         Use IS_ABSOLUTE_FILE_NAME rather than testing for leading slash.
12379         (rpl_openat, fdopendir, fstatat): Call openat_save_die
12380         and openat_restore_die rather than calling error directly.
12381         Don't include "error.h" or "exitfail.h"; they're no longer needed.
12382
12383         * lib/openat-die.c (openat_save_die, openat_restore_die): New file.
12384         * lib/openat.h (openat_save_die, openat_restore_die): Declare and
12385         define.
12386
12387         * lib/strftime.c [FPRINTFTIME] (fprintftime): Provide a new interface:
12388         size_t fprintftime (FILE *fp, char const *fmt, struct tm const *tm,
12389                             int utc, int nanoseconds);
12390         Background:
12391         date should not have to allocate a megabyte of virtual memory to
12392         handle a format argument like +%1048575T.  When implemented with
12393         strftime, it must allocate such a buffer, use strftime to fill it
12394         in, print it, then free it.
12395         With fprintftime, it simply prints everything and exits.
12396         With no need for memory allocation, that's one fewer way to fail.
12397         * lib/strftime.c (my_strftime): Parse the colons of %:::z *after* the
12398         optional field width, not before, so we accept %9:z, not %:9z.
12399         (my_strftime): Be sure to use L_('x') for literals.
12400
12401         * lib/backupfile.c, lib/canon-host.c, lib/canonicalize.c, lib/chown.c:
12402         * lib/cloexec.c, lib/dup-safer.c, lib/dup2.c, lib/euidaccess.c:
12403         * lib/fd-safer.c, lib/fileblocks.c, lib/fopen-safer.c, lib/fsusage.c:
12404         * lib/ftruncate.c, lib/getcwd.c, lib/getcwd.h, lib/getloadavg.c:
12405         * lib/getopt_.h, lib/getpagesize.h, lib/getugroups.c:
12406         * lib/group-member.c, lib/human.h, lib/idcache.c, lib/mkdir-p.c:
12407         * lib/mountlist.c, lib/nanosleep.c, lib/pathmax.h, lib/physmem.c:
12408         * lib/posixver.c, lib/putenv.c, lib/raise.c, lib/safe-read.c:
12409         * lib/same.c, lib/save-cwd.c, lib/setenv.c, lib/settime.c:
12410         * lib/tempname.c, lib/unlinkdir.c, lib/unsetenv.c, lib/userspec.c:
12411         * lib/xgethostname.c, lib/xreadlink.c:
12412         Assume HAVE_UNISTD_H, i.e., include <unistd.h> unconditionally.
12413
12414         * lib/chown.c, lib/cloexec.c, lib/dup-safer.c, lib/dup2.c:
12415         * lib/fsusage.c, lib/getcwd.c, lib/getloadavg.c, lib/mountlist.c:
12416         * lib/openat.h, lib/save-cwd.c, lib/tempname.c:
12417         Assume HAVE_FCNTL_H (i.e., include <fcntl.h> unconditionally,
12418         and don't include <sys/file.h>).
12419
12420 2005-09-22  Eric Blake  <ebb9@byu.net>  (tiny change)
12421
12422         Sync from coreutils.
12423
12424         * lib/getloadavg.c (getloadavg) [__CYGWIN__]: Port to cygwin.
12425         [__linux__]: Allocate a big enough buffer for /proc/loadavg.
12426         [!LDAV_DONE]: Avoid unused variable warning.
12427
12428 2005-09-21  Bruno Haible  <bruno@clisp.org>
12429
12430         * lib/unicodeio.h (unicode_to_mb): New declaration.
12431
12432 2005-09-20  Derek Price  <derek@ximbiot.com>
12433
12434         * lib/getaddrinfo.c: Don't include <netdb.h> included from
12435         getaddrinfo.h.
12436
12437 2005-09-20  Bruno Haible  <bruno@clisp.org>
12438
12439         * gnulib-tool: Remove trailing slashes from the values specified for
12440         --source-base, --m4-base, --tests-base, --aux-dir.
12441         Suggested by Simon Josefsson <jas@extundo.com>.
12442
12443 2005-09-20  Bruno Haible  <bruno@clisp.org>
12444
12445         * gnulib-tool (func_all_modules, func_modules_transitive_closure,
12446         func_modules_to_filelist, func_import, func_create_testdir): Make all
12447         sorting results locale-independent, so that gnulib-cache.m4 doesn't
12448         change when gnulib-tool is invoked in a different locale.
12449
12450 2005-09-19  Simon Josefsson  <jas@extundo.com>
12451
12452         * m4/socklen.m4: Fix typo.
12453
12454 2005-09-19  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
12455
12456         Use a consistent style for including <config.h>.
12457         * lib/__fpending.c, lib/acl.c, lib/argmatch.c, lib/argp-help.c,
12458         lib/argp-parse.c, lib/argp-pvh.c, lib/backupfile.c, lib/basename.c,
12459         lib/c-stack.c, lib/calloc.c, lib/check-version.c, lib/cloexec.c,
12460         lib/closeout.c, lib/copy-file.c, lib/creat-safer.c, lib/cycle-check.c,
12461         lib/dirfd.c, lib/dirname.c, lib/dup-safer.c, lib/dup2.c,
12462         lib/euidaccess.c, lib/exclude.c, lib/exitfail.c, lib/fatal-signal.c,
12463         lib/fd-safer.c, lib/file-type.c, lib/fileblocks.c, lib/filemode.c,
12464         lib/filenamecat.c, lib/findprog.c, lib/fnmatch.c, lib/fopen-safer.c,
12465         lib/free.c, lib/fsusage.c, lib/ftruncate.c, lib/full-write.c,
12466         lib/fwriteerror.c, lib/getaddrinfo.c, lib/getcwd.c, lib/getdelim.c,
12467         lib/getline.c, lib/getlogin_r.c, lib/getndelim2.c, lib/getnline.c,
12468         lib/getopt1.c, lib/getpass.c, lib/group-member.c, lib/hard-locale.c,
12469         lib/hash-pjw.c, lib/hash.c, lib/human.c, lib/idcache.c,
12470         lib/inet_ntop.c, lib/isdir.c, lib/long-options.c, lib/malloc.c,
12471         lib/memcasecmp.c, lib/memcmp.c, lib/memcoll.c, lib/memcpy.c,
12472         lib/memmove.c, lib/mkdir-p.c, lib/modechange.c, lib/mountlist.c,
12473         lib/open-safer.c, lib/physmem.c, lib/pipe-safer.c, lib/pipe.c,
12474         lib/poll.c, lib/posixver.c, lib/progname.c, lib/progreloc.c,
12475         lib/putenv.c, lib/quote.c, lib/quotearg.c, lib/readline.c,
12476         lib/readlink.c, lib/realloc.c, lib/regex.c, lib/rename.c, lib/rmdir.c,
12477         lib/rpmatch.c, lib/safe-read.c, lib/same.c, lib/save-cwd.c,
12478         lib/savedir.c, lib/sig2str.c, lib/strcspn.c, lib/strerror.c,
12479         lib/stripslash.c, lib/strncasecmp.c, lib/strndup.c, lib/strnlen.c,
12480         lib/strnlen1.c, lib/strsep.c, lib/strstr.c, lib/strtod.c,
12481         lib/strtoimax.c, lib/strtol.c, lib/strverscmp.c, lib/tempname.c,
12482         lib/time_r.c, lib/userspec.c, lib/utimecmp.c, lib/version-etc-fsf.c,
12483         lib/version-etc.c, lib/wait-process.c, lib/xalloc-die.c, lib/xgetcwd.c,
12484         lib/xmalloc.c, lib/xmemcoll.c, lib/xnanosleep.c, lib/xreadlink.c,
12485         lib/xsetenv.c, lib/xstrndup.c, lib/xstrtoimax.c, lib/xstrtol.c,
12486         lib/xstrtoumax.c, lib/yesno.c:
12487         Standardize inclusion of config.h.
12488         * lib/__fpending.h, lib/dirfd.h, lib/getdate.h, lib/human.h,
12489         lib/inttostr.h:  Removed inclusion of config.h from header files.
12490         * lib/inttostr.c:  Adjusted in-tree users.
12491         * lib/timespec.h: Remove superfluous warning to include config.h.
12492         * lib/atexit.c, lib/chdir-long.c, lib/chown.c, lib/fchown-stub.c,
12493         lib/getgroups.c, lib/gettimeofday.c, lib/lchown.c, lib/lstat.c,
12494         lib/mkdir.c, lib/mkstemp.c, lib/nanosleep.c, lib/openat.c, lib/raise.c,
12495         lib/readtokens0.c, lib/readutmp.c, lib/unlinkdir.c: Guard inclusion of
12496         config.h with HAVE_CONFIG_H.
12497
12498 2005-09-19  Jim Meyering  <jim@meyering.net>
12499
12500         * modules/pathmax (License): Change to LGPL.
12501
12502 2005-09-19  Derek Price  <derek@ximbiot.com>
12503
12504         * config/srclist.txt: glibc's glob.h is now in lib/glob-libc.h.
12505
12506 2005-09-19  Bruno Haible  <bruno@clisp.org>
12507
12508         * gnulib-tool (import): Provide default for --tests-base.
12509
12510 2005-09-19  Bruno Haible  <bruno@clisp.org>
12511
12512         * doc/quote.texi: New file, extracted from gnulib.texi.
12513         * doc/ctime.texi: New file, extracted from gnulib.texi.
12514         * doc/inet_ntoa.texi: New file, extracted from gnulib.texi.
12515         * doc/gnulib-tool.texi: New file, extracted from gnulib.texi.
12516         * doc/gnulib.texi: Include them.
12517
12518 2005-09-18  Bruno Haible  <bruno@clisp.org>
12519
12520         Portability fix.
12521         * gnulib-tool (func_readlink): New function.
12522         (func_ln_if_changed): Use it.
12523
12524 2005-09-18  Bruno Haible  <bruno@clisp.org>
12525
12526         * gnulib-tool: Support --with-tests also with --import.
12527         (func_emit_tests_Makefile_am): Use variables $m4base and $testsbase.
12528         (func_import): Use variables $testsbase and $inctests. Emit a
12529         gl_TESTS_BASE form into gnulib-cache.m4. Create $testsbase/Makefile.am.
12530         Remind the user to add AC_CONFIG_FILES($testsdir/Makefile) and
12531         SUBDIRS += $testsdir.
12532         (func_create_testdir): Update.
12533
12534 2005-09-18  Bruno Haible  <bruno@clisp.org>
12535
12536         * gnulib-tool: Revise --dry-run implementation. Use variable $doit
12537         instead of $dry_run.
12538         (func_cp_if_changed, func_mv_if_changed): Remove functions.
12539         (func_ln_if_changed): Don't handle dry-run here.
12540         (func_import): In dry-run mode, detect more precisely which actions
12541         would be performed, and don't use "...ing" verbs.
12542
12543 2005-09-18  Bruno Haible  <bruno@clisp.org>
12544
12545         * gnulib-tool (func_tmpdir): New function, taken from GNU gettextize.
12546         (func_import): Use join on two temporary files instead of three nested
12547         loops, in order to determine which files are new or old.
12548
12549 2005-09-18  Bruno Haible  <bruno@clisp.org>
12550
12551         * gnulib-tool (func_import): Comment out code that spits out the
12552         new files with --dry-run.
12553
12554 2005-09-18  Bruno Haible  <bruno@clisp.org>
12555
12556         * doc/gnulib.texi (Invoking gnulib-tool): 50% rewritten.
12557
12558 2005-09-16  Paul Eggert  <eggert@cs.ucla.edu>
12559
12560         * lib/stat-time.h: New file.
12561         * lib/timespec.h (ST_TIME_CMP_NS, ST_TIME_CMP, ATIME_CMP, CTIME_CMP):
12562         (MTIME_CMP, TIMESPEC_NS): Remove.  Now done by stat-time.h,
12563         in a different way.
12564         (timespec_cmp): New function.
12565         * lib/utimecmp.c: Include stat-time.h.
12566         (SYSCALL_RESOLUTION): Depend on whether various struct stat
12567         members exist, not on the obsolescent ST_MTIM_NSEC.
12568         (utimecmp): Use the new stat-time functions rater than TIMESPEC_NS.
12569
12570 2005-09-16  Paul Eggert  <eggert@cs.ucla.edu>
12571
12572         * config/srclist.txt: Remove glibc bug 1033 and uncomment mktime.c.
12573
12574 2005-09-16  Paul Eggert  <eggert@cs.ucla.edu>
12575
12576         * MODULES.html.sh (File system functions): Add stat-time.
12577         * modules/stat-time: New file.
12578         * modules/timespec (Files): Remove m4/st_mtim.m4; this
12579         is now done in a different way, by the stat-time module.
12580         * modules/utimecmp (Depends-on): Add stat-time.
12581
12582 2005-09-15  Paul Eggert  <eggert@cs.ucla.edu>
12583
12584         * m4/st_mtim.m4: Remove.  Superseded by...
12585         * m4/stat-time.m4: New file.
12586         * m4/timespec.m4 (gl_TIMESPEC): Require AC_C_INLINE.
12587         Do not invoke AC_STRUCT_ST_MTIM_NSEC; no longer needed.
12588
12589 2005-09-15  Derek Price  <derek@ximbiot.com>
12590
12591         * m4/strstr.m4 (gl_FUNC_STRSTR): Don't define strstr here.
12592
12593 2005-09-15  Derek Price  <derek@ximbiot.com>
12594
12595         * lib/regex_internal.h: Blank `pure' for GNUC < 3.
12596         * lib/regex_internal.c: Ditto, using this...
12597         (__GNUC_PREREQ): ...new macro.
12598         * lib/regcomp.c, regexec.c: Blank `always_inline' for GNUC < 3.1
12599         using...
12600         (__GNUC_PREREQ): ...this new macro.
12601
12602         * lib/strstr.h: Include string.h. Define strstr as a macro here.
12603
12604 2005-09-15  Derek Price  <derek@ximbiot.com>
12605             Paul Eggert  <eggert@cs.ucla.edu>
12606
12607         * lib/regcomp.c, regexec.c, regex_internal.c: Back out previous
12608         changes, consolidating in...
12609         * lib/regex_internal.h: ...this file.
12610
12611 2005-09-13  Jim Meyering  <jim@meyering.net>
12612
12613         * lib/canon-host.c: Filter through gnu indent and reword comments
12614         slightly.
12615         * lib/canon-host.h (ch_strerror_r): Tweak cpp indentation and spacing.
12616
12617 2005-09-13  Derek Price  <derek@ximbiot.com>
12618
12619         * lib/canon-host.c (canon_host_r): Set *cherror on memory allocation
12620         failure.
12621         Reported by Jim Meyering  <jim@meyering.net>.
12622
12623 2005-09-12  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny change)
12624
12625         * lib/base64.c: Typo.
12626         (base64_encode): Put b64str in initialized data section.
12627
12628 2005-09-12  Paul Eggert  <eggert@cs.ucla.edu>
12629
12630         Merge glibc and coreutils changes into gnulib, plus a few
12631         extra fixes.
12632         * lib/md5.c: Use #error rather than a string.
12633         (CYCLIC): New macro, from glibc source.  Use it instead of rol.
12634         * lib/md5.h (__GNUC_PREREQ, __THROW): Define if not defined already.
12635         (__attribute__): Define to empty for non recent-GCC.
12636         (__md5_buffer, __md5_finish_ctx, __md5_init_ctx, __md5_process_block):
12637         (__md5_process_bytes, __md5_read_ctx, __md5_stream):
12638         Renamed from their non-__ counterparts, with new macros replacing
12639         them if not _LIBC.  Add __THROW attribute.
12640         (rol): Remove.
12641         (struct md5_ctx): Align buffer if using GCC.
12642         * lib/sha1.h (struct sha1_ctx): Likewise.
12643         * lib/sha1.c (SWAP): Renamed from the NOTSWAP.  All uses changed.
12644         The old name was backwards.
12645         (NOTSWAP): Remove; not used.
12646         (rol): New macro, moved here from md5.h.
12647         (sha1_process_block): Remove a FIXME that doesn't make sense.
12648
12649 2005-09-12  Derek Price  <derek@ximbiot.com>
12650
12651         Return usable errors from canon-host.
12652         * lib/canon-host.h: New file.
12653         * lib/canon-host.c (canon_host): Wrap...
12654         (canon_host_r): ...this new function, which now relies exclusively on
12655         getaddrinfo.
12656         (ch_strerror): New function.
12657         (last_cherror): New global.
12658         * lib/getaddrinfo.c: Move include of getaddrinfo.h first to test
12659         interface.
12660         (getaddrinfo): Add AI_CANONNAME functionality.  Don't do arithmetic on
12661         void *.
12662         (freeaddrinfo): Free ai->ai_canonname when set.
12663
12664 2005-09-12  Derek Price  <derek@ximbiot.com>
12665
12666         Make canon-host require getaddrinfo.
12667         * m4/canon-host.m4 (gl_CANON_HOST): Remove most dependencies.
12668         AC_LIBSOURCE canon-host.h.  Call...
12669         (gl_PREREQ_CANON_HOST): ...this new function, which requires
12670         gl_GETADDRINFO.
12671         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Compile gai_strerror when needed.
12672
12673 2005-09-12  Derek Price  <derek@ximbiot.com>
12674
12675         * modules/canon-host: Add canon-host.h.  Depend on getaddrinfo.  Make
12676         LGPL.
12677         * modules/getaddrinfo: Add link to opengroup spec.  Depend on strdup.
12678
12679 2005-09-12  Derek Price  <derek@ximbiot.com>
12680
12681         * lib/gai_strerror.c: Include config.h when available.  Include
12682         getaddrinfo.h before other headers to test interface.
12683         Reported by Larry Jones <lawrence.jones@ugs.com>.
12684
12685 2005-09-12  Derek Price  <derek@ximbiot.com>
12686             Paul Eggert  <eggert@cs.ucla.edu>
12687
12688         * modules/glob (Files): Add glob-libc.h.
12689
12690 2005-09-12  Derek Price  <derek@ximbiot.com>
12691             Paul Eggert  <eggert@cs.ucla.edu>
12692
12693         * m4/glob.m4 (gl_GLOB_SUBSTITUTE): AC_LIBSOURCES for glob.c,
12694         glob_.h, glob-libc.h.
12695         (gl_PREREQ_GLOB): Remove _SYS_CDEFS_H hack; no longer needed.
12696
12697 2005-09-12  Derek Price  <derek@ximbiot.com>
12698             Paul Eggert  <eggert@cs.ucla.edu>
12699
12700         * lib/glob-libc.h: Renamed from glob_.h.  The new version is
12701         taken from libc's glob.h, except with '#ifdef __GLOB_GNULIB'
12702         protecting things that should be done only in gnulib contexts.
12703         * lib/glob_.h: New file, containing only the glob things needed for
12704         gnulib.
12705         (GLOB_PREFIX): Remove.  All uses changed to look for __GLOB_GNULIB.
12706         (__GLOB_CONCAT, __GLOB_XCONCAT, __GLOB_ID): Remove; no longer needed.
12707         (glob, globfree, glob_pattern_p): Now defined simply in terms of
12708         rpl_glob, rpl_globfree, rpl_glob_pattern_p.
12709         (__GLOB_GNULIB): New macro, to keep the glob.h changes clearer
12710         and to respect the namespace rules better.
12711
12712 2005-09-08  Simon Josefsson  <jas@extundo.com>
12713
12714         * modules/socklen: New file.
12715
12716 2005-09-08  Simon Josefsson  <jas@extundo.com>
12717
12718         * m4/socklen.m4: New file.
12719
12720 2005-09-08  Paul Eggert  <eggert@cs.ucla.edu>
12721
12722         * modules/utimens (Files): Add m4/utimbuf.m4, since
12723         m4/utimens.m4 requires gl_CHECK_TYPE_STRUCT_UTIMBUF.
12724         Reported by Sergey Poznyakoff.
12725
12726 2005-09-08  Paul Eggert  <eggert@cs.ucla.edu>
12727
12728         * lib/glob.c (glob, globfree, __glob_pattern_p): Use old-style function
12729         definitions, since that's the preferred style in glibc.
12730         Fix a minor spacing issue, and update copyright notice to match
12731         glibc's.
12732
12733 2005-09-08  Paul Eggert  <eggert@cs.ucla.edu>
12734
12735         * config/srclist.txt: Remove glibc bug 1061; it's been fixed.
12736
12737 2005-09-06  Simon Josefsson  <jas@extundo.com>
12738
12739         * lib/getpass.c (getpass): Fix typo, test for HAVE_TCSETATTR and not
12740         TCSETATTR.  Reported by Derek Price <derek@ximbiot.com>.
12741
12742 2005-09-06  Paul Eggert  <eggert@cs.ucla.edu>
12743
12744         * lib/regex_internal.h (bitset_not): Add parens to avoid gcc -Wall
12745         warning.
12746
12747 2005-09-06  Paul Eggert  <eggert@cs.ucla.edu>
12748
12749         * config/srclist.txt: Add glibc bug 1302.
12750
12751 2005-09-05  Paul Eggert  <eggert@cs.ucla.edu>
12752
12753         Change bitset word type from unsigned int to unsigned long int,
12754         as this has better performance on typical 64-bit hosts.
12755         Port bitset code to hosts with unusual word sizes.
12756         * lib/regcomp.c (build_equiv_class, build_charclass, build_range_exp):
12757         (build_collating_symbol):
12758         Prefer bitset to re_bitset_ptr_t in prototypes, when the actual
12759         argument is a bitset.  This is merely a style issue, but it makes
12760         it clearer that an entire array is expected.
12761         (re_compile_fastmap_iter, init_dfa, init_word_char, optimize_subexps):
12762         * lib/regcomp.c (lower_subexp, parse_bracket_exp, built_charclass_op):
12763         Port to the case where bitset_word is not the same as unsigned int.
12764         * lib/regex_internal.h (bitset_set, bitset_clear, bitset_contain):
12765         (bitset_not, bitset_merge, bitset_set_all, bitset_mask):
12766         Likewise.
12767         * lib/regexec.c (check_dst_limits_calc_pos_1,
12768         check_subexp_matching_top):
12769         (build_trtable, group_nodes_into_DFAstates):
12770         Likewise.
12771         * lib/regcomp.c (re_compile_fastmap_iter, utf8_sb_map, optimize_utf8):
12772         Don't assume that SBC_MAX is a multiple of BITSET_WORD_BITS.
12773         * lib/regex_internal.h (bitset_set_all, bitset_not): Likewise.
12774         * lib/regexec.c (group_nodes_into_DFAstates): Likewise.
12775         * lib/regcomp.c (utf8_sb_map): Don't assume UINT_MAX == 0xffffffff.
12776         * lib/regcomp.c (optimize_subexps, lower_subexp):
12777         Work even if bitset_word has holes in its bitwise representation.
12778         * lib/regex_internal.h (BITSET_WORD_BITS): Likewise.
12779         * lib/regexec.c (check_dst_limits_calc_pos_1,
12780         check_subexp_matching_top):
12781         Likewise.
12782         * lib/regex_internal.c (re_string_reconstruct):
12783         Don't assume UCHAR_MAX == 255.
12784         * lib/regex_internal.h (bitset_set_all): Likewise.
12785         * lib/regex_internal.h (BITSET_WORD_BITS): Renamed from UINT_BITS.
12786         All uses changed.
12787         (BITSET_WORDS): Renamed from BITSET_UINTS.  All uses changed.
12788         (bitset_word): New type, replacing 'unsigned int' for bitset uses.
12789         All uses changed.
12790         (BITSET_WORD_MAX): New macro.
12791         (bitset_set, bitset_clear, bitset_contain, bitset_empty):
12792         (bitset_set_all, bitset_copy):  Now inline functions, not macros.
12793         (bitset_empty, bitset_copy):
12794         Prefer sizeof (bitset) to multiplying it out ourselves.
12795         (bitset_not_merge): Remove; unused.
12796         (bitset_contain): Return bool, not unsigned int with one bit on.
12797         All callers changed.
12798         * lib/regexec.c (build_trtable): Don't assume bitset has no stricter
12799         alignment than re_node_set; do this by defining a new internal
12800         type struct dests_alloc and using it to allocate memory.
12801
12802 2005-09-05  Bruno Haible  <bruno@clisp.org>
12803
12804         * gnulib-tool (func_import): Fix comparison in handling of symbolic
12805         links.
12806
12807 2005-09-04  Martin Lambers  <marlam@marlam.de>  (tiny change)
12808
12809         * modules/size_max (Makefile.am): Add size_max.h
12810
12811 2005-09-04  Derek Price  <derek@ximbiot.com>
12812
12813         * gnulib-tool (func_import): Fix reversed $symbolic logic.
12814
12815 2005-09-03  Simon Josefsson  <jas@extundo.com>
12816
12817         * gnulib-tool: Fix typo.
12818
12819 2005-09-03  Simon Josefsson  <jas@extundo.com>
12820
12821         * config/srclist.txt: Add glibc bug 1293.
12822
12823 2005-09-03  Derek Price  <derek@ximbiot.com>
12824
12825         * m4/getlogin_r (gl_GETLOGIN_R): Fix cut & paste error.
12826         From Larry Jones <lawrence.jones@ugs.com>.
12827
12828 2005-09-02  Simon Josefsson  <jas@extundo.com>
12829
12830         * modules/socklen: New file.
12831
12832 2005-09-02  Simon Josefsson  <jas@extundo.com>
12833
12834         * modules/havelib: New module.
12835
12836         * modules/gettext, modules/iconv, modules/lock, modules/readline:
12837         Use havelib.
12838
12839 2005-09-02  Paul Eggert  <eggert@cs.ucla.edu>
12840
12841         Check for arithmetic overflow when calculating sizes, to prevent
12842         some buffer-overflow issues.  These patches are conservative, in the
12843         sense that when I couldn't determine whether an overflow was possible,
12844         I inserted a run-time check.
12845         * lib/regex_internal.h (re_xmalloc, re_xrealloc, re_x2realloc): New
12846         macros.
12847         (SIZE_MAX) [!defined SIZE_MAX]: New macro.
12848         (re_alloc_oversized, re_x2alloc_oversized, re_xnmalloc):
12849         (re_xnrealloc, re_x2nrealloc): New inline functions.
12850         * lib/regcomp.c (init_dfa, analyze, build_range_exp,
12851         parse_bracket_exp):
12852         (build_equiv_class, build_charclass): Check for arithmetic overflow
12853         in size expression calculations.
12854         * lib/regex_internal.c (re_string_realloc_buffers):
12855         (build_wcs_upper_buffer, re_node_set_add_intersect):
12856         (re_node_set_init_union, re_node_set_insert, re_node_set_insert_last):
12857         (re_dfa_add_node, register_state): Likewise.
12858         * lib/regexec.c (re_search_stub, re_copy_regs, re_search_internal):
12859         (prune_impossible_nodes, push_fail_stack, set_regs, check_arrival):
12860         (build_trtable, extend_buffers, match_ctx_init, match_ctx_add_entry):
12861         (match_ctx_add_subtop, match_ctx_add_sublast): Likewise.
12862
12863 2005-09-02  Paul Eggert  <eggert@cs.ucla.edu>
12864
12865         * modules/inttostr (Files): Add m4/inttypes_h.m4, m4/stdint_h.m4,
12866         m4/ulonglong.m4.  Problem reported by Martin Lambers.
12867
12868 2005-09-02  Bruno Haible  <bruno@clisp.org>
12869
12870         Support for lib vs. lib64 distinction on biarch platforms.
12871         * m4/lib-prefix.m4 (AC_LIB_PREPARE_MULTILIB): New macro.
12872         (AC_LIB_PREFIX): Require it. Use $acl_libdirstem instead of 'lib'.
12873         * m4/lib-link.m4 (AC_LIB_LINKFLAGS_BODY): Likewise.
12874
12875 2005-09-02  Bruno Haible  <bruno@clisp.org>
12876
12877         * gnulib-tool (import): In the other first-use case, provide defaults
12878         as well.
12879
12880 2005-09-02  Bruno Haible  <bruno@clisp.org>
12881
12882         * config/srclist.txt: lib-link.m4 and lib-prefix.m4 currently have
12883         patches not yet found in the latest gettext release.
12884
12885 2005-09-01  Paul Eggert  <eggert@cs.ucla.edu>
12886
12887         * lib/glob.c (GET_LOGIN_NAME_MAX): Renamed from LOGIN_NAME_MAX,
12888         to avoid a collision with bits/local_lim.h in glibc.
12889         All uses changed.  Problem reported by Dmitry V. Levin in
12890         <http://sources.redhat.com/bugzilla/show_bug.cgi?id=1060>.
12891
12892         * lib/regex_internal.c (build_wcs_upper_buffer): Fix portability
12893         bugs in int versus size_t comparisons.
12894         (re_string_context_at): Fix bug where the code assumed that
12895         Idx is signed.
12896
12897         Use bool where appropriate.
12898         * lib/regcomp.c (re_set_fastmap): ICASE arg is bool, not int.
12899         All callers changed.
12900         (calc_eclosure_iter): Likewise, for ROOT arg.
12901         (parse_bracket_element): Likewise, for ACCEPT_HYPHEN arg.
12902         (build_charclass_op): Likewise, for NON_MATCH arg.
12903         * lib/regex_internal.c (re_string_allocate, re_string_construct):
12904         (re_string_construct_common): Likewise, for ICASE arg.
12905         * lib/regexec.c (re_search_2_stub, re_search_stub):
12906         Likewise, for RET_LEN arg.
12907         (check_matching): Likewise, for FL_LONGEST_MATCH arg.
12908         (set_regs): Likewise, for FL_BACKTRACK arg.
12909         * lib/regcomp.c (re_compile_fastmap_iter, optimize_utf8):
12910         (duplicate_node_closure, calc_inveclosure, calc_eclosure):
12911         (calc_eclosure_iter, parse_bracket_exp):
12912         Use bool for internal variables that are booleans.
12913         * lib/regexec.c (re_search_internal, check_matching,
12914         proceed_next_node):
12915         (set_regs, build_sifted_states, sift_states_bkref):
12916         (check_arrival_add_next_nodes, check_arrival_expand_ecl_sub):
12917         (expand_bkref_cache, build_trtable, group_nodes_into_DFAstates):
12918         (find_collation_sequence_value):
12919         Likewise.
12920         * lib/regex_internal.c (re_node_set_insert, re_node_set_insert_last):
12921         (re_node_set_compare):
12922         Return bool, not int. All callers changed.
12923         * lib/regexec.c (check_halt_node_context, check_dst_limits):
12924         (build_trtable, check_node_accept): Likewise.
12925         * lib/regex_internal.h: Include stdbool.h.
12926
12927         Fix bugs uncovered when converting to bool.
12928         * lib/regcomp.c (calc_eclosure_iter): Check for storage allocation
12929         failure instead of charging ahead blindly.
12930         * lib/regex_internal.c (register_state): Likewise.
12931         * lib/regexec.c (re_search_2_stub): Use simpler method than boolean
12932         for freeing internal storage.
12933         (group_nodes_into_DFA_states): Use unsigned int, not int, for
12934         bitset pieces used as boolean, to avoid undefined behavior
12935         on hosts that do int overflow checking.
12936
12937 2005-09-01  Paul Eggert  <eggert@cs.ucla.edu>
12938
12939         * config/srclist.txt: Add glibc bugs 1285-1287.
12940
12941 2005-09-01  Jim Meyering  <jim@meyering.net>
12942
12943         * m4/lchown.m4: Require gl_FUNC_CHOWN, for the definition of
12944         CHOWN_MODIFIES_SYMLINK, which is used by lchown.c.
12945         Require gl_STAT_MACROS, too.
12946
12947 2005-09-01  Bruno Haible  <bruno@clisp.org>
12948
12949         * gnulib-tool (import): In the first-use case, provide defaults.
12950
12951 2005-09-01  Bruno Haible  <bruno@clisp.org>
12952
12953         * gnulib-tool (func_import): Remove the .tmp files.
12954
12955 2005-09-01  Bruno Haible  <bruno@clisp.org>
12956
12957         * gnulib-tool (func_import): Fix handling of symbolic links.
12958
12959 2005-08-31  Paul Eggert  <eggert@cs.ucla.edu>
12960
12961         On 64-bit hosts (where size_t is 64 bits and int is 32 bits), the
12962         old glibc regex code mishandles strings longer than 2**31 bytes.
12963         This patch fixes this when the regex code is used in gnulib
12964         (i.e., outside glibc).
12965
12966         This patch should not affect the use of the regex code inside
12967         glibc.  No doubt this problem also needs to be handled for glibc
12968         as well, but the result will be an incompatible change to the
12969         glibc ABI, and the old ABI will have to be supported too.  That
12970         can be the the subject for another patch.
12971
12972         * lib/regex.h (_REGEX_LARGE_OFFSETS): New feature-test macro,
12973         governing whether the rest of this patch is active.  By default,
12974         the macro is disabled and the patch has no effect.
12975         (regoff_t) [defined _REGEX_LARGE_OFFSETS]: Define to off_t, not int.
12976         (__re_idx_t, __re_size_t, __re_long_size_t): New types.
12977         (struct re_pattern_buffer, re_search, re_search_2, re_match):
12978         (re_match_2, re_set_registers): Use the new types.
12979         * lib/regex_internal.h (Idx, re_hashval_t): New types.
12980         (REG_MISSING, REG_ERROR, REG_VALID_INDEX, REG_VALID_NONZERO_INDEX):
12981         New macros.
12982         (re_node_set, re_charset_t, re_token_t, re_string_realloc_buffers):
12983         (re_string_context_at, bin_tree_t, re_dfastate_t):
12984         (struct re_state_table_entry, state_array_t, re_sub_match_last_t):
12985         (re_sub_match_top_t, re_match_context_t, re_sift_context_t):
12986         (struct re_fail_stack_ent_t, struct re_fail_stack_t, struct re_dfa_t):
12987         (re_string_char_size_at, re_string_wchar_at):
12988         (re_string_elem_size_at):
12989         Use the new types and macros to port to 64-bit hosts.
12990         Use unsigned types for internal values, so that the code
12991         mostly works even for arrays larger than SSIZE_MAX.
12992         * lib/regcomp.c (re_compile_internal, init_dfa, duplicate_node):
12993         (search_duplicated_node, calc_eclosure_iter, fetch_number):
12994         (parse_reg_exp, parse_branch, parse_expression, parse_sub_exp):
12995         (build_equiv_class, build_charclass, re_compile_fastmap_iter):
12996         (free_dfa_content, create_initial_state, optimize_utf8, analyze):
12997         (optimize_subexps, calc_first, link_nfa_nodes, duplicate_node_closure):
12998         (calc_inveclosure, parse_dup_op, build_range_exp):
12999         (build_collating_symbol, parse_bracket_exp, build_charclass_op):
13000         (fetch_number, create_token_tree, mark_opt_subexp):
13001         Likewise.
13002         * lib/regex_internal.c (re_string_construct_common,
13003         create_ci_newstate):
13004         (create_cd_newstate, re_string_allocate, re_string_construct):
13005         (re_string_realloc_buffers, build_wcs_upper_buffer):
13006         (re_string_skip_chars, build_upper_buffer, re_string_translate_buffer):
13007         (re_string_reconstruct, re_string_peek_byte_case):
13008         (re_string_fetch_byte_case, re_string_context_at):
13009         (re_node_set_alloc, re_node_set_init_1, re_node_set_init_2):
13010         (re_node_set_init_copy, re_node_set_add_intersect):
13011         (re_node_set_init_union, re_node_set_merge, re_node_set_insert):
13012         (re_node_set_insert_last, re_node_set_compare, re_node_set_contains):
13013         (re_node_set_remove_at, re_dfa_add_node, calc_state_hash):
13014         (re_acquire_state, re_acquire_state_context, register_state):
13015         Likewise.
13016         * lib/regex.c (match_ctx_init, match_ctx_add_entry,
13017         search_cur_bkref_entry):
13018         (match_ctx_add_subtop, match_ctx_add_sublast, sift_ctx_init):
13019         (re_search_internal, re_search_2_stub, re_search_stub)
13020         (re_copy_regs, check_matching, check_halt_state_context, update_regs):
13021         (push_fail_stack, sift_states_iter_mb, build_sifted_states):
13022         (update_cur_sifted_state, check_dst_limits):
13023         (check_dst_limits_calc_pos_1, check_dst_limits_calc_pos):
13024         (check_subexp_limits, sift_states_bkref, merge_state_array):
13025         (check_subexp_matching_top, get_subexp, get_subexp_sub):
13026         (find_subexp_node, check_arrival, check_arrival_add_next_nodes):
13027         (check_arrival_expand_ecl, check_arrival_expand_ecl_sub):
13028         (expand_bkref_cache, check_node_accept_bytes):
13029         (group_nodes_into_DFAstates, check_node_accept, regexec, re_match):
13030         (re_search, re_match_2, re_search_2, prune_impossible_nodes):
13031         (acquire_init_state_context, check_halt_node_context):
13032         (proceed_next_node, pop_fail_stack, set_regs, free_fail_stack_return):
13033         (sift_states_backward, clean_state_log_if_needed):
13034         (sub_epsilon_src_nodes, add_epsilone_src_nodes, merge_state_with_log):
13035         (find_recover_state, transit_state_sb, transit_state_mb):
13036         (transit_state_bkref, build_trtable, match_ctx_clean):
13037         Likewise.
13038         * lib/regcomp.c (parse_dup_op): Add an extra test if Idx is unsigned,
13039         to work around an assumption that REG_MISSING is negative.
13040
13041         * lib/regcomp.c (re_comp) [defined _REGEX_RE_COMP || defined _LIBC]:
13042         (seek_collating_symbol_entry) [defined _LIBC]:
13043         (lookup_collation_sequence_value) [defined _LIBC]:
13044         (build_range_exp, build_collating_symbol) [defined _LIBC]:
13045         Use prototypes rather than old-style function definitions.
13046         * lib/regexec.c (re_exec) [defined _REGEX_RE_COMP || defined _LIBC]:
13047         (transit_state_sb) [0]:
13048         (find_collation_sequence_value) [defined _LIBC]: Likewise.
13049
13050         * lib/regexec.c (re_search_internal): Simplify update of rm_so and
13051         rm_eo.
13052
13053         * lib/regcomp.c (re_compile_fastmap_iter, init_dfa, init_word_char):
13054         (optimize_subexps, lower_subexp):
13055         Don't assume 1<<31 has defined behavior on hosts with 32-bit int,
13056         since the signed shift might overflow.  Use 1u<<31 instead.
13057         * lib/regex_internal.h (bitset_set, bitset_clear, bitset_contain):
13058         Likewise.
13059         * lib/regexec.c (check_dst_limits_calc_pos_1,
13060         check_subexp_matching_top): Likewise.
13061
13062         * lib/regcomp.c (optimize_subexps, lower_subexp):
13063         Use CHAR_BIT rather than 8, for clarity.
13064         * lib/regexec.c (check_dst_limits_calc_pos_1):
13065         (check_subexp_matching_top): Likewise.
13066         * lib/regcomp.c (init_dfa): Make table_size unsigned, so that we don't
13067         have to worry about portability issues when shifting it left.
13068         Remove no-longer-needed test for table_size > 0.
13069         * lib/regcomp.c (parse_sub_exp): Do not shift more bits than there are
13070         in a word, as the resulting behavior is undefined.
13071         * lib/regexec.c (check_dst_limits_calc_pos_1): Likewise;
13072         in one case, a <= should have been an <, and in another case the
13073         whole test was missing.
13074         * lib/regex_internal.h (BYTE_BITS): Remove.  All uses changed to
13075         the standard name CHAR_BIT.
13076         * lib/regexec.c (match_ctx_add_entry): Don't assume that ~0 == -1;
13077         this is not true on one's complement and signed-magnitude hosts.
13078
13079         * lib/regex_internal.h (re_sub_match_top_t): Remove unused member
13080         next_last_offset.
13081         (struct re_dfa_t): Remove unused member states_alloc.
13082         * lib/regcomp.c (init_dfa): Don't initialize unused members.
13083
13084 2005-08-31  Paul Eggert  <eggert@cs.ucla.edu>
13085
13086         * m4/regex.m4 (gl_REGEX): Require AC_SYS_LARGEFILE, Define
13087         _REGEX_LARGE_OFFSETS).  Test for regoff_t/off_t bug in 64-bit
13088         and large-file glibc and in 32-bit large-file Solaris.
13089
13090 2005-08-31  Paul Eggert  <eggert@cs.ucla.edu>
13091
13092         * lib/regex_internal.c (re_string_reconstruct): Don't assume buffer
13093         lengths fit in regoff_t; this isn't true if regoff_t is the same
13094         width as size_t.
13095         * lib/regex.c (re_search_internal): 5th arg is LAST_START
13096         (= START + RANGE) instead of RANGE.  This avoids overflow
13097         problems when regoff_t is the same width as size_t.
13098         All callers changed.
13099         (re_search_2_stub): Check for overflow when adding the
13100         sizes of the two strings.
13101         (re_search_stub): Check for overflow when adding START
13102         to RANGE; if it occurs, substitute the extreme value.
13103
13104 2005-08-31  Paul Eggert  <eggert@cs.ucla.edu>
13105
13106         * config/srclist.txt: Add glibc bugs 1273, 1278-1282, 1284.
13107
13108 2005-08-31  Jim Meyering  <jim@meyering.net>
13109
13110         * lib/regcomp.c (search_duplicated_node): Make first pointer arg
13111         a pointer-to-const.
13112         * lib/regex_internal.c (create_ci_newstate, create_cd_newstate):
13113         (register_state): Likewise.
13114         * lib/regexec.c (search_cur_bkref_entry, check_dst_limits):
13115         (check_dst_limits_calc_pos_1, check_dst_limits_calc_pos):
13116         (group_nodes_into_DFAstates): Likewise.
13117
13118 2005-08-31  Jim Meyering  <jim@meyering.net>
13119
13120         * check-module: Add a FIXME comment.
13121
13122 2005-08-31  Eric Blake  <ebb9@byu.net>
13123
13124         * modules/unistd-safer (Files): Add unistd--.h.
13125         * modules/stdio-safer (Files): Add stdio--.h.
13126
13127 2005-08-31  Derek Price  <derek@ximbiot.com>
13128
13129         * lib/getdelim.c (getdelim): Return EOF on EOF.
13130         Reported by Larry Jones <lawrence.jones@ugs.com>.
13131
13132 2005-08-31  Bruno Haible  <bruno@clisp.org>
13133
13134         Avoid unnecessary diffs in the generated lib/Makefile.am.
13135         * gnulib-tool (func_emit_lib_Makefile_am): Don't write the cmd into
13136         the generated files.
13137         (func_import): Don't set cmd.
13138
13139 2005-08-31  Bruno Haible  <bruno@clisp.org>
13140
13141         * lib/strstr.c: Include <stddef.h>, for NULL.
13142         * lib/strcasestr.c: Likewise.
13143         Reported by Yoann Vandoorselaere <yoann.v@prelude-ids.com>.
13144
13145 2005-08-31  Bruno Haible  <bruno@clisp.org>
13146
13147         * gnulib-tool: New option --macro-prefix.
13148         (func_import): Use macro_prefix.
13149         (import): Handle option --macro-prefix.
13150
13151 2005-08-31  Bruno Haible  <bruno@clisp.org>
13152
13153         * gnulib-tool (import): Rename most ac_* variables to cached_*.
13154         Also use new variables cached_lgpl, cached_libtool.
13155
13156 2005-08-31  Bruno Haible  <bruno@clisp.org>
13157
13158         * gnulib-tool (func_import): Require AC_GNU_SOURCE etc. instead of
13159         always instantiating them.
13160
13161 2005-08-31  Bruno Haible  <bruno@clisp.org>
13162
13163         * gnulib-tool (func_import): Read the previous cached settings
13164         from gnulib-cache.m4 and gnulib-comp.m4. Remove files that were
13165         earlier added by gnulib but are now dropped. Warn when a gnulib file
13166         overwrites a non-gnulib file.
13167
13168 2005-08-31  Bruno Haible  <bruno@clisp.org>
13169
13170         * gnulib-tool (func_import): Generate two files gnulib-cache.m4 and
13171         gnulib-comp.m4 instead of a single gnulib.m4, to make it easy for
13172         projects that don't keep autogenerated files in CVS. Put into
13173         actioncmd only the specified modules, not the transitive closure.
13174
13175 2005-08-31  Bruno Haible  <bruno@clisp.org>
13176
13177         * gnulib-tool (func_import): Fix defaulting of $libname and $libtool.
13178         Create directories that shall be filled.
13179         (import): Don't look for gl_* macros in configure.ac. Recurse across
13180         all directories containing a gnulib-cache.m4 files, if meaningful.
13181
13182 2005-08-31  Bruno Haible  <bruno@clisp.org>
13183
13184         * gnulib-tool (func_import): Emit also a stub for gl_LIBTOOL.
13185         (import): Set seen_libtool when we see gl_LIBTOOL.
13186
13187 2005-08-31  Bruno Haible  <bruno@clisp.org>
13188
13189         * gnulib-tool (func_import): Also copy m4/gnulib-tool.m4. Omit
13190         declaration macro definitions from generated gnulib.m4.
13191
13192 2005-08-30  Oskar Liljeblad  <oskar@osk.mine.nu>
13193
13194         * lib/iconvme.h: Add prototype for iconv_alloc.
13195
13196 2005-08-29  Simon Josefsson  <jas@extundo.com>
13197
13198         * lib/iconvme.c: Fix errno.
13199
13200 2005-08-29  Bruno Haible  <bruno@clisp.org>
13201
13202         * gnulib-tool: Enclose all occurrences of $destdir in "...", so
13203         that it works when the directory contains spaces.
13204
13205 2005-08-29  Bruno Haible  <bruno@clisp.org>
13206
13207         * gnulib-tool (import): Avoid unnecessary spaces in $avoidlist.
13208
13209 2005-08-29  Bruno Haible  <bruno@clisp.org>
13210
13211         * gnulib-tool (func_import): Emit more comments into gnulib.m4.
13212         Emit more advice.
13213
13214 2005-08-29  Bruno Haible  <bruno@clisp.org>
13215         and Stepan Kasal  <kasal@ucw.cz>
13216
13217         * check-module: If more parameters are given, check each of them
13218         separately; add more exceptions, as noted by Jim Meyering.
13219         (check_module): New procedure.
13220         (%exempt_header): Now contains all exceptions.
13221
13222 2005-08-29  Ben Pfaff  <blp@cs.stanford.edu>
13223
13224         * modules/byteswap (Makefile.am): Fix rule to not assume GNU make.
13225
13226 2005-08-29  Oskar Liljeblad  <oskar@osk.mine.nu>
13227
13228         * lib/iconvme.c: Split iconv_string into iconv_alloc.
13229
13230 2005-08-28  Bruno Haible  <bruno@clisp.org>
13231
13232         * m4/gnulib-tool.m4: New file.
13233
13234 2005-08-27  Jim Meyering  <jim@meyering.net>
13235
13236         * modules/unistd-safer (Files): Add pipe-safer.c.
13237         * modules/fcntl-safer (Files): Add creat-safer.c.
13238
13239 2005-08-27  Jim Meyering  <jim@meyering.net>
13240
13241         * m4/stdlib-safer.m4: New file.  From coreutils.
13242         * m4/stdio-safer.m4 (gl_STDIO_SAFER): Add stdio--.h.
13243         * m4/fcntl-safer.m4 (gl_FCNTL_SAFER): Add creat-safer.c to the
13244         AC_LIBSOURCES list and arrange to compile it via AC_LIBOBJ.
13245         * m4/unistd-safer.m4 (gl_UNISTD_SAFER): Likewise, add pipe-safer.c.
13246         Add pipe-safer.c and unistd--.h to the AC_LIBSOURCES list.
13247
13248 2005-08-27  Jim Meyering  <jim@meyering.net>
13249
13250         * lib/fopen-safer.c: Merge minor changes from coreutils.
13251         * lib/dup-safer.c: Likewise.
13252         * lib/fd-safer.c: Likewise.
13253
13254         Merge from coreutils.
13255         * lib/stdio--.h: New file.
13256         * lib/stdlib--.h: New file.
13257         * lib/mkstemp-safer.c: New file.
13258
13259         GNU tar needs these.
13260         * lib/pipe-safer.c: New file.
13261         * lib/creat-safer.c: New file.
13262         * lib/fcntl--.h (creat): Define to creat_safer.
13263         * lib/fcntl-safer.h: Include <sys/types.h> and declare creat_safer.
13264         * lib/unistd--.h (pipe): Define to pipe_safer.
13265         * lib/unistd-safer.h: Declare pipe_safer.
13266
13267 2005-08-26  Simon Josefsson  <jas@extundo.com>
13268
13269         * lib/getpass.c: Use _WIN32 instead of WIN32, suggested by Bruno
13270         Haible <bruno@clisp.org>.
13271
13272 2005-08-26  Paul Eggert  <eggert@cs.ucla.edu>
13273
13274         * lib/regex_internal.h: Remove all references to
13275         RE_NO_INTERNAL_PROTOTYPES; no longer neeeded now that we assume C89
13276         or better.
13277         (bitset_not, bitset_merge, bitset_not_merge):
13278         (bitset_mask, re_string_allocate, re_string_construct):
13279         (re_string_reconstruct, re_string_destruct, re_string_elem_size_at):
13280         (re_string_char_size_at, re_string_wchar_at, re_string_peek_byte_case):
13281         (re_string_fetch_byte_case, re_node_set_alloc, re_node_set_init_1):
13282         (re_node_set_init_2, re_node_set_init_copy, re_node_set_add_intersect):
13283         (re_node_set_init_union, re_node_set_merge, re_node_set_insert):
13284         (re_node_set_insert_last, re_node_set_compare, re_node_set_contains):
13285         (re_node_set_remove_at, re_dfa_add_node, re_acquire_state):
13286         (re_acquire_state_context):
13287         Remove unnecessary forward decls.
13288         (re_string_char_size_at, re_string_wchar_at, re_string_elem_size_at):
13289         Put __attribute at function definition,
13290         now that the function decl has been removed.
13291         * lib/regex_internal.c (re_string_peek_byte_case):
13292         (re_string_fetch_byte_case, re_node_set_compare, re_node_set_contains):
13293         Likewise.
13294
13295 2005-08-25  Stepan Kasal  <kasal@ucw.cz>
13296
13297         * m4/regex.m4: Add AC_PREREQ(2.50).
13298         (gl_REGEX): If --with-included-regex was given, skip the autodetection.
13299
13300 2005-08-25  Simon Josefsson  <jas@extundo.com>
13301
13302         * m4/getpass.m4: Check for termios.h, tcgetattr, tcsetattr, and
13303         __fsetlocking.
13304
13305 2005-08-25  Simon Josefsson  <jas@extundo.com>
13306
13307         * lib/getpass.c: Add WIN32 implementation.  Conditionalize use of
13308         termios.h, tcgetattr, tcsetattr and __fsetlocking.  Remove some
13309         GLIBC specific code.
13310
13311 2005-08-25  Paul Eggert  <eggert@cs.ucla.edu>
13312
13313         Make regex safe for g++.  This fixes one real bug (an "err"
13314         that should have been "*err").  g++ problem reported by
13315         Sam Steingold.
13316         * lib/regex_internal.h (re_calloc): New macro, consistent with
13317         re_malloc etc.  All callers of calloc changed to use re_calloc.
13318         * lib/regex_internal.c (build_wcs_upper_buffer): Return reg_errcode_t,
13319         not int.  All callers changed.
13320         * lib/regcomp.c (re_compile_fastmap_iter): Don't use
13321         alloca (mb_cur_max); just use an array of size MB_LEN_MAX.
13322         * lib/regexec.c (push_fail_stack): Use re_realloc, not realloc.
13323         (find_recover_state): Change "err" to "*err"; this fixes what
13324         appears to be a real bug.
13325         (check_arrival_expand_ecl_sub): Be consistent about reg_errcode_t
13326         versus int.
13327
13328 2005-08-25  Paul Eggert  <eggert@cs.ucla.edu>
13329
13330         * modules/regex (Depends-on): Add malloc, since the code
13331         assumes that !malloc(0) means failure.
13332
13333 2005-08-25  Paul Eggert  <eggert@cs.ucla.edu>
13334
13335         * lib/regexec.c (set_regs): Don't alloca with an unbounded size.
13336
13337         alloca modernization/simplification for regex.
13338         * lib/regex.c: Remove portability cruft for alloca.  This no longer
13339         needs to be at the start of the file, and can be moved into
13340         regex_internal.h and simplified.
13341         * lib/regex_internal.h: Include <alloca.h>.
13342         (__libc_use_alloca) [!defined _LIBC]: New macro.
13343         * lib/regexec.c (build_trtable): Remove "#ifdef _LIBC", since the code
13344         now works outside glibc.
13345
13346 2005-08-25  Paul Eggert  <eggert@cs.ucla.edu>
13347
13348         * config/srclist.txt: Add glibc bugs 1241, 1245.
13349
13350 2005-08-25  Jim Meyering  <jim@meyering.net>
13351
13352         * lib/open-safer.c: Include <config.h>.
13353         Otherwise, we'd lose LARGEFILE support in any file using
13354         e.g. "fcntl--.h"
13355
13356 2005-08-25  Bruno Haible  <bruno@clisp.org>
13357
13358         * m4/minmax.m4: Require autoconf 2.52.
13359         (gl_MINMAX_IN_HEADER): Add comments. Use m4_pushdef/m4_popdef instead
13360         of define/undefine. Use AS_TR_SH and AS_TR_CPP as more robust
13361         alternatives of translit over the alphabet.
13362         Based on a patch from Stepan Kasal <kasal@ucw.cz>.
13363
13364 2005-08-24  Simon Josefsson  <jas@extundo.com>
13365
13366         * tests/test-getpass.c: New file.
13367
13368 2005-08-24  Paul Eggert  <eggert@cs.ucla.edu>
13369
13370         * m4/regex.m4 (gl_REGEX): Use POSIX-compliant spellings when testing
13371         for GNU regex features.
13372
13373 2005-08-24  Paul Eggert  <eggert@cs.ucla.edu>
13374
13375         * lib/regcomp.c (regerror): 2nd arg is 'restrict', as per POSIX.
13376         * lib/regex.h (regerror): Likewise.
13377
13378         * lib/regex.c: Do not include <sys/types.h>, as POSIX no longer
13379         requires this.  (The code never needed it.)
13380
13381         * lib/regcomp.c, regex_internal.c, regex_internal.h, regexec.c:
13382         All uses of recently-renamed identifiers changed to use the new,
13383         POSIX-compliant names.  The code will build and run just fine
13384         without these changes, but it's better to eat our own dog food
13385         and use the standard-conforming names.
13386
13387         * lib/regex.h: Fix a multitude of POSIX name space violations.
13388         These changes have an effect only for programs that define
13389         _POSIX_C_SOURCE, _POSIX_SOURCE, or _XOPEN_SOURCE; they
13390         do not change anything for programs compiled in the normal way.
13391         Also, there is no effect on the ABI.
13392
13393         (_REGEX_SOURCE): New macro.
13394         Do not include <stddef.h> if _XOPEN_SOURCE and VMS are both
13395         defined and _GNU_SOURCE is not; this fixes a name space violation.
13396
13397         Rename the following macros to obey POSIX requirements.
13398         The old names are still visible as macros if _REGEX_SOURCE is defined.
13399         (REG_BACKSLASH_ESCAPE_IN_LISTS): renamed from
13400         RE_BACKSLASH_ESCAPE_IN_LISTS.
13401         (REG_BK_PLUS_QM): renamed from RE_BK_PLUS_QM.
13402         (REG_CHAR_CLASSES): renamed from RE_CHAR_CLASSES.
13403         (REG_CONTEXT_INDEP_ANCHORS): renamed from RE_CONTEXT_INDEP_ANCHORS.
13404         (REG_CONTEXT_INDEP_OPS): renamed from RE_CONTEXT_INDEP_OPS.
13405         (REG_CONTEXT_INVALID_OPS): renamed from RE_CONTEXT_INVALID_OPS.
13406         (REG_DOT_NEWLINE): renamed from RE_DOT_NEWLINE.
13407         (REG_DOT_NOT_NULL): renamed from RE_DOT_NOT_NULL.
13408         (REG_HAT_LISTS_NOT_NEWLINE): renamed from RE_HAT_LISTS_NOT_NEWLINE.
13409         (REG_INTERVALS): renamed from RE_INTERVALS.
13410         (REG_LIMITED_OPS): renamed from RE_LIMITED_OPS.
13411         (REG_NEWLINE_ALT): renamed from RE_NEWLINE_ALT.
13412         (REG_NO_BK_BRACES): renamed from RE_NO_BK_BRACES.
13413         (REG_NO_BK_PARENS): renamed from RE_NO_BK_PARENS.
13414         (REG_NO_BK_REFS): renamed from RE_NO_BK_REFS.
13415         (REG_NO_BK_VBAR): renamed from RE_NO_BK_VBAR.
13416         (REG_NO_EMPTY_RANGES): renamed from RE_NO_EMPTY_RANGES.
13417         (REG_UNMATCHED_RIGHT_PAREN_ORD): renamed from
13418         RE_UNMATCHED_RIGHT_PAREN_ORD.
13419         (REG_NO_POSIX_BACKTRACKING): renamed from RE_NO_POSIX_BACKTRACKING.
13420         (REG_NO_GNU_OPS): renamed from RE_NO_GNU_OPS.
13421         (REG_DEBUG): renamed from RE_DEBUG.
13422         (REG_INVALID_INTERVAL_ORD): renamed from RE_INVALID_INTERVAL_ORD.
13423         (REG_IGNORE_CASE): renamed from RE_ICASE.  This renaming is a bit
13424         unusual, since we can't clash with the POSIX REG_ICASE.
13425         (REG_CARET_ANCHORS_HERE): renamed from RE_CARET_ANCHORS_HERE.
13426         (REG_CONTEXT_INVALID_DUP): renamed from RE_CONTEXT_INVALID_DUP.
13427         (REG_NO_SUB): renamed from RE_NO_SUB.
13428         (REG_SYNTAX_EMACS): renamed from RE_SYNTAX_EMACS.
13429         (REG_SYNTAX_AWK): renamed from RE_SYNTAX_AWK.
13430         (REG_SYNTAX_GNU_AWK): renamed from RE_SYNTAX_GNU_AWK.
13431         (REG_SYNTAX_POSIX_AWK): renamed from RE_SYNTAX_POSIX_AWK.
13432         (REG_SYNTAX_GREP): renamed from RE_SYNTAX_GREP.
13433         (REG_SYNTAX_EGREP): renamed from RE_SYNTAX_EGREP.
13434         (REG_SYNTAX_POSIX_EGREP): renamed from RE_SYNTAX_POSIX_EGREP.
13435         (REG_SYNTAX_ED): renamed from RE_SYNTAX_ED.
13436         (REG_SYNTAX_SED): renamed from RE_SYNTAX_SED.
13437         (_REG_SYNTAX_POSIX_COMMON): renamed from _RE_SYNTAX_POSIX_COMMON.
13438         (REG_SYNTAX_POSIX_BASIC): renamed from RE_SYNTAX_POSIX_BASIC.
13439         (REG_SYNTAX_POSIX_MINIMAL_BASIC): renamed from
13440         RE_SYNTAX_POSIX_MINIMAL_BASIC.
13441         (REG_SYNTAX_POSIX_EXTENDED): renamed from RE_SYNTAX_POSIX_EXTENDED.
13442         (REG_SYNTAX_POSIX_MINIMAL_EXTENDED): renamed from
13443         RE_SYNTAX_POSIX_MINIMAL_EXTENDED.
13444         (REG_DUP_MAX): renamed from RE_DUP_MAX.  No need to undef it.
13445         (REG_UNALLOCATED): Renamed from REGS_UNALLOCATED.
13446         (REG_REALLOCATE): Renamed from REGS_REALLOCATE.
13447         (REG_FIXED): Renamed from REGS_FIXED.
13448         (REG_NREGS): Renamed from RE_NREGS.
13449
13450         (REG_ICASE, REG_NEWLINE, REG_NOSUB): Do not depend on the values
13451         of other REG_* macros, since POSIX says the user is allowed to
13452         #undef these macros selectively.
13453
13454         (reg_errcode_t): Update comment stating what other tables need
13455         to be consistent.
13456
13457         Rename the following enum values to obey POSIX requirements.
13458         The old names are still visible as macros.
13459         (_REG_ENOSYS): Renamed from REG_ENOSYS.  Define even if _XOPEN_SOURCE
13460         is not defined, since GNU is supposed to be a superset of POSIX as
13461         much as possible, and since we want reg_errcode_t to be a signed
13462         type for implementation consistency.
13463         (_REG_NOERROR): Renamed from REG_NOERROR.
13464         (_REG_NOMATCH): Renamed from REG_NOMATCH.
13465         (_REG_BADPAT): Renamed from REG_BADPAT.
13466         (_REG_ECOLLATE): Renamed from REG_ECOLLATE.
13467         (_REG_ECTYPE): Renamed from REG_ECTYPE.
13468         (_REG_EESCAPE): Renamed from REG_EESCAPE.
13469         (_REG_ESUBREG): Renamed from REG_ESUBREG.
13470         (_REG_EBRACK): Renamed from REG_EBRACK.
13471         (_REG_EPAREN): Renamed from REG_EPAREN.
13472         (_REG_EBRACE): Renamed from REG_EBRACE.
13473         (_REG_BADBR): Renamed from REG_BADBR.
13474         (_REG_ERANGE): Renamed from REG_ERANGE.
13475         (_REG_ESPACE): Renamed from REG_ESPACE.
13476         (_REG_BADRPT): Renamed from REG_BADRPT.
13477         (_REG_EEND): Renamed from REG_EEND.
13478         (_REG_ESIZE): Renamed from REG_ESIZE.
13479         (_REG_ERPAREN): Renamed from REG_ERPAREN.
13480         (REG_ENOSYS, REG_NOERROR, REG_NOMATCH, REG_BADPAT, REG_ECOLLATE):
13481         (REG_ECTYPE, REG_EESCAPE, REG_ESUBREG, REG_EBRACK, REG_EPAREN):
13482         (REG_EBRACE, REG_BADBR, REG_ERANGE, REG_ESPACE, REG_BADRPT, REG_EEND):
13483         (REG_ESIZE, REG_ERPAREN): Now macros, not enum constants.
13484
13485         (_REG_RE_NAME, _REG_RM_NAME): New macros.
13486         (REG_TRANSLATE_TYPE): Renamed from RE_TRANSLATE_TYPE.  All uses
13487         changed.  But support the old name if the new one is not defined
13488         and if _REGEX_SOURCE.
13489
13490         Change the following member names in struct re_pattern_buffer.
13491         The old names are still supported if !_REGEX_SOURCE.
13492         The new names are always supported, regardless of _REGEX_SOURCE.
13493         (re_buffer): Renamed from buffer.
13494         (re_allocated): Renamed from allocated.
13495         (re_used): Renamed from used.
13496         (re_syntax): Renamed from syntax.
13497         (re_fastmap): Renamed from fastmap.
13498         (re_translate): Renamed from translate.
13499         (re_can_be_null): Renamed from can_be_null.
13500         (re_regs_allocated): Renamed from regs_allocated.
13501         (re_fastmap_accurate): Renamed from fastmap_accurate.
13502         (re_no_sub): Renamed from no_sub.
13503         (re_not_bol): Renamed from not_bol.
13504         (re_not_eol): Renamed from not_eol.
13505         (re_newline_anchor): Renamed from newline_anchor.
13506
13507         Change the following member names in struct re_registers.
13508         The old names are still supported if !_REGEX_SOURCE.
13509         The new names are always supported, regardless of _REGEX_SOURCE.
13510         (rm_num_regs): Renamed from num_regs.
13511         (rm_start): Renamed from start.
13512         (rm_end): Renamed from end.
13513
13514         (re_set_syntax, re_compile_pattern, re_compile_fastmap):
13515         (re_search, re_search_2, re_match, re_match_2, re_set_registers):
13516         Prepend __ to parameter names.
13517
13518         Undo yesterday's changes.
13519
13520 2005-08-24  Paul Eggert  <eggert@cs.ucla.edu>
13521
13522         * config/srclist.txt: Remove glibc bug 1233 and add 1236, which
13523         supersedes it. Add glibc bugs 1237, 1238, 1240.  Comment out
13524         lib/regex.c.
13525
13526 2005-08-24  Jim Meyering  <jim@meyering.net>
13527
13528         Sync from coreutils.
13529         * m4/fcntl-safer.m4: New file.
13530
13531         * m4/xgetcwd.m4: Use AC_LIBSOURCES and AC_LIBOBJ to indicate source
13532         and object files for this module.
13533
13534 2005-08-24  Jim Meyering  <jim@meyering.net>
13535
13536         Sync from coreutils.
13537         * lib/fcntl--.h, lib/fcntl-safer.h, lib/open-safer.c: New files.
13538
13539 2005-08-24  Jim Meyering  <jim@meyering.net>
13540
13541         * modules/xgetcwd (Makefile.am): Remove `lib_SOURCES += ...' line,
13542         now that xgetcwd.m4 requires xgetcwd.c and xgetcwd.h.
13543
13544 2005-08-24  Jim Meyering  <jim@meyering.net>
13545
13546         * modules/fcntl-safer: New module.
13547         * modules/fts (Depends-on): Add fcntl-safer.
13548         * MODULES.html.sh (File descriptor based Input/Output):
13549         Add fcntl-safer.
13550
13551 2005-08-24  Bruno Haible  <bruno@clisp.org>
13552
13553         Support for unit test modules.
13554         * modules/README: Mention tests modules.
13555         * modules/TEMPLATE-TESTS: New file.
13556         * gnulib-tool: New options --extract-tests-module, --with-tests and
13557         --tests-base (unused for the moment).
13558         (testsbase, inctests): New variables.
13559         (func_all_modules): Exclude TEMPLATE-TESTS and *-tests.
13560         (func_verify_module): Exclude TEMPLATE-TESTS.
13561         (func_verify_nontests_module, func_verify_tests_module): New functions.
13562         (func_get_dependencies): Add implicit dependency for tests modules.
13563         (func_get_tests_module): New function.
13564         (func_modules_transitive_closure): When --with-tests was specified,
13565         include the unit tests as well, unless explicitly avoided.
13566         (func_emit_lib_Makefile_am): Ignore the tests modules here.
13567         (func_emit_tests_Makefile_am): New function.
13568         (func_create_testdir): When --with-tests was specified, emit a
13569         tests/ directory.
13570         * MODULES.html.sh (Future developments): Update.
13571
13572 2005-08-24  Bruno Haible  <bruno@clisp.org>
13573
13574         * modules/tls-tests: New file.
13575         * tests/test-tls.c: New file, from GNU gettext.
13576
13577 2005-08-24  Bruno Haible  <bruno@clisp.org>
13578
13579         * modules/lock-tests: New file.
13580         * tests/test-lock.c: New file, from GNU gettext.
13581
13582 2005-08-24  Bruno Haible  <bruno@clisp.org>
13583
13584         * lib/lock.h: Add multiple inclusion guard.
13585         * lib/tls.h: Add multiple inclusion guard.
13586
13587 2005-08-24  Bruno Haible  <bruno@clisp.org>
13588
13589         * gnulib-tool: Add support for the --aux-dir option to
13590         --create-testdir, --create-megatestdir, --test, --megatest.
13591         (func_create_testdir, func_create_megatestdir): Optionally emit a
13592         AC_CONFIG_AUX_DIR directive.
13593         (create-testdir, create-megatestdir, test, megatest): Provide a
13594         default value for $auxdir.
13595
13596 2005-08-24  Bruno Haible  <bruno@clisp.org>
13597
13598         * gnulib-tool (import): Use compound statement instead of subshell
13599         where possible.
13600
13601 2005-08-24  Bruno Haible  <bruno@clisp.org>
13602
13603         * gnulib-tool (import): Change --aux-dir default to "build-aux".
13604
13605 2005-08-24  Bruno Haible  <bruno@clisp.org>
13606
13607         * gnulib-tool (func_version): Update.
13608
13609 2005-08-24  Bruno Haible  <bruno@clisp.org>
13610
13611         * gnulib-tool (func_import, func_create_testdir,
13612         func_create_megatestdir): Quote all autoconf macro arguments.
13613
13614 2005-08-24  Bruno Haible  <bruno@clisp.org>
13615
13616         * gnulib-tool (func_create_megatestdir): Call autoreconf without the
13617         option --force, because --force causes the aclocal.m4 of each
13618         subdirectory to be newer than the corresponding config.h.in.
13619
13620 2005-08-23  Paul Eggert  <eggert@cs.ucla.edu>
13621
13622         * m4/regex.m4 (gl_INCLUDED_REGEX): Remove; no longer used.
13623         All contents moved to gl_REGEX.
13624         (gl_REGEX): Don't bother checking whether lib/regex.c exists;
13625         assume that it does.
13626
13627 2005-08-23  Paul Eggert  <eggert@cs.ucla.edu>
13628
13629         * lib/regex.h (REG_NOSYS)
13630         [!defined _XOPEN_SOURCE && 200112L <= _POSIX_C_SOURCE]:
13631         Define, since POSIX requires it as of 2001.
13632         (_REG_ENOSYS)
13633         [! (defined _XOPEN_SOURCE || 200112L <= _POSIX_C_SOURCE)]:
13634         New private symbol, used to keep the enum signed in all cases.
13635         * lib/regex.h (RE_NO_EMPTY_RANGES): Fix doc bug reported by James
13636         Youngman in
13637         <http://lists.gnu.org/archive/html/bug-gnulib/2005-07/msg00132.html>.
13638
13639         * lib/regex_internal.c (re_string_skip_chars, register_state):
13640         (calc_state_hash):
13641         Remove forward decls; no longer needed now that we use prototypes.
13642         * lib/regexec.c (acquire_init_state_context, check_halt_node_context):
13643         (proceed_next_node, pop_fail_stack, sub_epsilon_src_nodes):
13644         (clean_state_log_if_needed): Likewise.
13645
13646 2005-08-23  Paul Eggert  <eggert@cs.ucla.edu>
13647
13648         * config/srclist.txt: Add glibc bugs 1231-1233.
13649
13650 2005-08-20  Paul Eggert  <eggert@cs.ucla.edu>
13651
13652         Fix problems reported by Sam Steingold in
13653         <http://lists.gnu.org/archive/html/bug-gnulib/2005-08/msg00007.html>.
13654         * lib/regexec.c (sift_states_bkref): Fix portability bug: the code
13655         assumed that reg_errcode_t is a signed type, which is not
13656         necessarily true if _XOPEN_SOURCE is not defined.
13657         * lib/regex_internal.c (calc_state_hash): Put 'inline' before type,
13658         since some compilers warn about it otherwise.
13659
13660 2005-08-20  Paul Eggert  <eggert@cs.ucla.edu>
13661
13662         * lib/regcomp.c (create_initial_state): Remove duplicate decl.
13663         (init_word_char, create_initial_state, duplicate_node_closure):
13664         (fetch_token, peek_token_bracket, build_range_exp):
13665         (build_collating_symbol): Remove forward decls; no longer needed
13666         now that we use prototypes.
13667
13668         * lib/regcomp.c:
13669         (re_compile_pattern, re_set_syntax, re_compile_fastmap):
13670         (re_compile_fastmap_iter, regcomp, regerror, regfree):
13671         (re_compile_internal, init_dfa, init_word_char, free_workarea_compile):
13672         (create_initial_state, optimize_utf8, analyze, postorder, preorder):
13673         (optimize_subexps, lower_subexps, lower_subexp, calc_first, calc_next):
13674         (link_nfa_nodes, duplicate_node_closure, search_duplicated_node):
13675         (duplicate_node, calc_inveclosure, calc_eclosure, calc_eclosure_iter):
13676         (fetch_token, peek_token, peek_token_bracket, parse, parse_reg_exp):
13677         (parse_branch, parse_expression, parse_sub_exp, parse_dup_op):
13678         (build_range_exp, build_collating_symbol, parse_bracket_exp):
13679         (parse_bracket_element, parse_bracket_symbol, build_equiv_class):
13680         (build_charclass, build_charclass_op, fetch_number, create_tree):
13681         (create_token_tree, mark_opt_subexp, duplicate_tree):
13682         Use prototypes rather than old-style definitions.
13683
13684         * lib/regex_internal.c:
13685         (re_string_allocate, re_string_construct, re_string_realloc_buffers):
13686         (re_string_construct_common, build_wcs_buffer, build_wcs_upper_buffer):
13687         (re_string_skip_chars, build_upper_buffer, re_string_translate_buffer):
13688         (re_string_reconstruct, re_string_peek_byte_case):
13689         (re_string_fetch_byte_case, re_string_destruct, re_string_context_at):
13690         (re_node_set_alloc, re_node_set_init_1, re_node_set_init_2):
13691         (re_node_set_init_copy, re_node_set_add_intersect):
13692         (re_node_set_init_union, re_node_set_merge, re_node_set_insert):
13693         (re_node_set_insert_last, re_node_set_compare, re_node_set_contains):
13694         (re_node_set_remove_at, re_dfa_add_node, calc_state_hash):
13695         (re_acquire_state, re_acquire_state_context, register_state):
13696         (create_ci_newstate, create_cd_newstate, free_state):
13697         Likewise.
13698         * lib/regexec.c (regexec, re_match, re_search, re_match_2,
13699         re_search_2):
13700         (re_search_2_stub, re_search_stub, re_copy_regs, re_set_registers):
13701         (re_search_internal, prune_impossible_nodes):
13702         (acquire_init_state_context, check_matching, static):
13703         (check_halt_node_context, check_halt_state_context, proceed_next_node):
13704         (push_fail_stack, pop_fail_stack, set_regs, free_fail_stack_return):
13705         (update_regs, sift_states_backward, build_sifted_states):
13706         (clean_state_log_if_needed, merge_state_array):
13707         (update_cur_sifted_state, add_epsilon_src_nodes):
13708         (sub_epsilon_src_nodes, check_dst_limits, check_dst_limits_calc_pos_1):
13709         (check_dst_limits_calc_pos, check_subexp_limits, sift_states_bkref):
13710         (sift_states_iter_mb, transit_state, merge_state_with_log, static):
13711         (find_recover_state, check_subexp_matching_top, transit_state_mb):
13712         (transit_state_bkref, get_subexp, get_subexp_sub, find_subexp_node):
13713         (check_arrival, check_arrival_add_next_nodes):
13714         (check_arrival_expand_ecl, check_arrival_expand_ecl_sub):
13715         (expand_bkref_cache, build_trtable, group_nodes_into_DFAstates):
13716         (check_node_accept_bytes, check_node_accept, extend_buffers):
13717         (match_ctx_init, match_ctx_clean, match_ctx_free, match_ctx_add_entry):
13718         (search_cur_bkref_entry, match_ctx_add_subtop, match_ctx_add_sublast):
13719         (sift_ctx_init):
13720         Likewise.
13721
13722         * lib/regex_internal.h:
13723         (re_string_allocate, re_string_construct, re_string_reconstruct):
13724         (re_string_realloc_buffers, build_wcs_buffer, build_wcs_upper_buffer):
13725         (build_upper_buffer, re_string_translate_buffer, re_string_destruct):
13726         (re_string_elem_size_at, re_string_char_size_at, re_string_wchar_at):
13727         (re_string_context_at, re_string_peek_byte_case):
13728         (re_string_fetch_byte_case): Declare even if RE_NO_INTERNAL_PROTOTYPES
13729         is defined, since we now use prototypes always.
13730
13731         * lib/regex.h (_RE_ARGS): Remove.  No longer needed, since we assume
13732         C89 or better.  All uses removed.
13733
13734 2005-08-20  Paul Eggert  <eggert@cs.ucla.edu>
13735
13736         * config/srclist.txt: Add glibc bugs 1220-1227.
13737
13738 2005-08-20  Jim Meyering  <jim@meyering.net>
13739
13740         * lib/regexec.c (regexec, re_search_stub) [!_LIBC]: Omit declaration
13741         of unused local, dfa.
13742
13743 2005-08-20  Bruno Haible  <bruno@clisp.org>
13744
13745         * m4/regex.m4 (gl_PREREQ_REGEX): Require AC_GNU_SOURCE.
13746
13747 2005-08-19  Paul Eggert  <eggert@cs.ucla.edu>
13748
13749         * lib/regex_internal.c (re_string_realloc_buffers, re_node_set_insert):
13750         (re_node_set_insert_last, re_dfa_add_node):
13751         Rename local variables to avoid GCC shadowing warnings.
13752
13753 2005-08-19  Paul Eggert  <eggert@cs.ucla.edu>
13754
13755         * lib/regex_internal.c (re_acquire_state, re_acquire_state_context)
13756         [defined lint]: Suppress bogus uninitialized-variable warnings.
13757
13758         * lib/regcomp.c (duplicate_node): Return new index, not an error code,
13759         and let the caller return REG_ESPACE if out of space.  This
13760         removes an uninitialied-variable warning with GCC 4.0.1, and also
13761         avoids taking the address of a local variable.  All callers
13762         changed.
13763
13764 2005-08-19  Paul Eggert  <eggert@cs.ucla.edu>
13765
13766         * config/srclist.txt: Comment out $LIBCSRC/posix/regex_internal.c,
13767         $LIBCSRC/posix/regexec.c.
13768         Add glibc bug 1217 for regcomp.c.
13769
13770 2005-08-19  Jim Meyering  <jim@meyering.net>
13771
13772         * lib/regexec.c (proceed_next_node): Redo local variables to
13773         avoid GCC shadowing warnings.
13774
13775 2005-08-18  Bruno Haible  <bruno@clisp.org>
13776
13777         * lib/strstr.c (strstr): Fix return value in multibyte case.
13778         * lib/strcasestr.c (strcasestr): Likewise.
13779
13780 2005-08-17  Paul Eggert  <eggert@cs.ucla.edu>
13781
13782         * lib/regex.h: Remove useless space-before-tab.  From coreutils.
13783
13784 2005-08-17  Jim Meyering  <jim@meyering.net>
13785
13786         Make the %s format (seconds since the epoch) work for a negative
13787         number and when used with a zero-padded field width, e.g. %015s.
13788
13789         * lib/strftime.c (my_strftime): Move the `do_number_sign_and_padding'
13790         label so that it precedes the code to set `digits'.  Otherwise,
13791         %0Ns wouldn't work.  Before this change, `date -d @-22 +%05s' would
13792         print `00-22'.  Now, it prints `-0022', as it should.
13793
13794 2005-08-17  Bruno Haible  <bruno@clisp.org>
13795
13796         * modules/strstr (Files): Add m4/mbrtowc.m4.
13797         (Depends-on): Add mbuiter.
13798
13799 2005-08-17  Bruno Haible  <bruno@clisp.org>
13800
13801         * modules/strcasestr: New file.
13802         * MODULES.html.sh (String handling, based on ANSI C 89): Add
13803         strcasestr.
13804
13805 2005-08-17  Bruno Haible  <bruno@clisp.org>
13806
13807         * modules/strcase (Depends-on): Add mbuiter. Remove strnlen1, mbchar.
13808
13809 2005-08-17  Bruno Haible  <bruno@clisp.org>
13810
13811         * modules/mbuiter: New file.
13812         * MODULES.html.sh (Extended multibyte and wide character utilities):
13813         Add mbuiter.
13814
13815 2005-08-17  Bruno Haible  <bruno@clisp.org>
13816
13817         * m4/strstr.m4 (gl_FUNC_STRSTR): Use the replacement function always.
13818         (gl_PREREQ_STRSTR): Use gl_FUNC_MBRTOWC.
13819
13820 2005-08-17  Bruno Haible  <bruno@clisp.org>
13821
13822         * m4/strcasestr.m4: New file.
13823
13824 2005-08-17  Bruno Haible  <bruno@clisp.org>
13825
13826         * lib/strstr.h: Ignore HAVE_STRSTR, always declare the gnulib function.
13827         * lib/strstr.c: Completely rewritten, with multibyte locale support.
13828
13829 2005-08-17  Bruno Haible  <bruno@clisp.org>
13830
13831         * lib/strcasestr.h: New file.
13832         * lib/strcasestr.c: New file.
13833
13834 2005-08-17  Bruno Haible  <bruno@clisp.org>
13835
13836         * lib/strcasecmp.c: Use mbuiter.h.
13837
13838 2005-08-17  Bruno Haible  <bruno@clisp.org>
13839
13840         * lib/mbuiter.h: New file.
13841
13842 2005-08-16  Paul Eggert  <eggert@cs.ucla.edu>
13843
13844         * m4/getopt.m4 (gl_GETOPT_CHECK_HEADERS): Do not override the results
13845         of gl_GETOPT_SUBSTITUTE.  That way, if both gl_GETOPT_SUBSTITUTE
13846         and gl_GETOPT are both invoked via different paths (as happens
13847         with GNU tar CVS because it uses both argp and getopt), the former
13848         wins.
13849
13850 2005-08-16  Bruno Haible  <bruno@clisp.org>
13851
13852         * modules/tls: New file.
13853         * MODULES.html.sh (Multithreading): Add tls.
13854
13855 2005-08-16  Bruno Haible  <bruno@clisp.org>
13856
13857         * modules/strnlen1: New file.
13858         * MODULES.html.sh (String handling): Add strnlen1.
13859
13860 2005-08-16  Bruno Haible  <bruno@clisp.org>
13861
13862         * modules/strcase (Files): Add m4/mbrtowc.m4.
13863         (Depends-on): Add strnlen1, mbchar.
13864
13865 2005-08-16  Bruno Haible  <bruno@clisp.org>
13866
13867         * modules/mbiter: New file.
13868         * MODULES.html.sh (Extended multibyte and wide character utilities):
13869         Add mbiter.
13870
13871 2005-08-16  Bruno Haible  <bruno@clisp.org>
13872
13873         * modules/mbfile: New file.
13874         * MODULES.html.sh (Extended multibyte and wide character utilities):
13875         Add mbfile.
13876
13877 2005-08-16  Bruno Haible  <bruno@clisp.org>
13878
13879         * modules/mbchar: New file.
13880         * MODULES.html.sh (Extended multibyte and wide character utilities):
13881         New section.
13882
13883 2005-08-16  Bruno Haible  <bruno@clisp.org>
13884
13885         * m4/tls.m4: New file, from GNU gettext.
13886
13887 2005-08-16  Bruno Haible  <bruno@clisp.org>
13888
13889         * m4/strcase.m4 (gl_FUNC_STRCASECMP): Use the replacement function
13890         always.
13891         (gl_PREREQ_STRCASECMP): Use gl_FUNC_MBRTOWC.
13892
13893 2005-08-16  Bruno Haible  <bruno@clisp.org>
13894
13895         * m4/mbiter.m4: New file.
13896
13897 2005-08-16  Bruno Haible  <bruno@clisp.org>
13898
13899         * m4/mbfile.m4: New file.
13900
13901 2005-08-16  Bruno Haible  <bruno@clisp.org>
13902
13903         * m4/mbchar.m4: New file.
13904
13905 2005-08-16  Bruno Haible  <bruno@clisp.org>
13906
13907         * lib/tls.h: New file, from GNU gettext.
13908         * lib/tls.c: New file, from GNU gettext.
13909
13910 2005-08-16  Bruno Haible  <bruno@clisp.org>
13911
13912         * lib/strnlen1.h: New file.
13913         * lib/strnlen1.c: New file.
13914
13915 2005-08-16  Bruno Haible  <bruno@clisp.org>
13916
13917         * lib/strcasecmp.c (struct mbiter_multi): Remove at_end field.
13918         (mbi_init): Update.
13919         (mbi_avail, mbi_advance): Let the iteration end before the terminating
13920         NUL byte, not after it.
13921
13922 2005-08-16  Bruno Haible  <bruno@clisp.org>
13923
13924         * lib/strcase.h (strcasecmp): Add note in comments.
13925         * lib/strncasecmp.c: Use code from strcasecmp.c.
13926         * lib/strcasecmp.c: Use mbchar module. Define private mbiter variant.
13927         (strcasecmp): Work correctly in multibyte locales.
13928
13929 2005-08-16  Bruno Haible  <bruno@clisp.org>
13930
13931         * lib/mbiter.h: New file.
13932
13933 2005-08-16  Bruno Haible  <bruno@clisp.org>
13934
13935         * lib/mbfile.h: New file.
13936
13937 2005-08-16  Bruno Haible  <bruno@clisp.org>
13938
13939         * lib/mbchar.h: New file.
13940         * lib/mbchar.c: New file.
13941
13942 2005-08-16  Bruno Haible  <bruno@clisp.org>
13943
13944         * lib/mbchar.h (mb_cmp, mb_casecmp): Order the invalid characters after
13945         the valid ones. Makes the comparison operations transitive:
13946         cmp (a, b) < 0 && cmp (b, c) < 0 ==> cmp (a, c) < 0.
13947         * lib/strcasecmp.c (strcasecmp): Use mb_casecmp.
13948
13949 2005-08-15  Simon Josefsson  <jas@extundo.com>
13950
13951         * modules/ssize_t (License): Change to 'unlimited'.
13952
13953         * gnulib-tool (sed_extract_prog): Recognize 'unlimited' license.
13954
13955 2005-08-15  Paul Eggert  <eggert@cs.ucla.edu>
13956
13957         * config/srclist.txt: Comment out $LIBCSRC/posix/regex.h.
13958         Add comments for each pending glibc patch.
13959
13960 2005-08-15  Bruno Haible  <bruno@clisp.org>
13961
13962         * lib/regex.h (__restrict_arr): Don't define to __restrict if
13963         __cplusplus is defined.
13964
13965 2005-08-14  Jim Meyering  <jim@meyering.net>
13966
13967         Sync from coreutils.
13968
13969         * lib/fts-cycle.c (setup_dir, enter_dir, leave_dir, free_dir):
13970         Use the hash-table-based cycle-detection code not just when
13971         FTS_TIGHT_CYCLE_CHECK if specified, but also with FTS_LOGICAL.
13972         Reported by James Youngman in
13973         <http://lists.gnu.org/archive/html/bug-gnulib/2005-08/msg00011.html>.
13974         * lib/fts_.h: Mention that with FTS_LOGICAL, we use
13975         FTS_TIGHT_CYCLE_CHECK.
13976         * lib/fts.c (fts_cross_check) [FTS_DEBUG]:
13977         s/active_dir_ht/fts_cycle.ht/. This lets us compile with -DFTS_DEBUG,
13978         once again.
13979         * lib/fts.c [! _LIBC]: Include "lstat.h" rather than rolling our own.
13980         * lib/fts.c (fd_safer): Remove decl.
13981         Include fcntl--.h rather than unistd-safer.h
13982         (fts_safe_changedir): Don't call fd_safer; no longer needed
13983         now that we include fcntl--.h.
13984
13985 2005-08-12  Simon Josefsson  <jas@extundo.com>
13986
13987         * modules/getndelim2: Use ssize_t module.
13988         * modules/getnline: Likewise.
13989         * modules/safe-read: Likewise.
13990         * modules/xreadlink: Likewise.
13991
13992         * modules/ssize_t: New file.
13993
13994 2005-08-12  Simon Josefsson  <jas@extundo.com>
13995
13996         * m4/readline.m4: Look for termcap, curses or ncurses if required.
13997
13998 2005-08-12  Simon Josefsson  <jas@extundo.com>
13999
14000         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
14001         ssize_t.
14002
14003 2005-08-12  Simon Josefsson  <jas@extundo.com>
14004
14005         * MODULES.html.sh (Extra functions based on ANSI C 89: Misc): Add
14006         readline, getdelim and check_version.
14007         (Support for systems lacking ISO C 99: Sizes of integer types):
14008         Add size_max.
14009
14010 2005-08-12  Bruno Haible  <bruno@clisp.org>
14011
14012         * m4/readline.m4 (gl_FUNC_READLINE): Look for ncurses first.
14013
14014 2005-08-11  Simon Josefsson  <jas@extundo.com>
14015
14016         * modules/readline: New file.
14017
14018         * modules/strnlen (Files): Add strnlen.h.
14019
14020 2005-08-11  Simon Josefsson  <jas@extundo.com>
14021
14022         * m4/readline.m4: New file.
14023
14024 2005-08-11  Simon Josefsson  <jas@extundo.com>
14025
14026         * lib/readline.h, readline.c: New file.
14027
14028 2005-08-11  Simon Josefsson  <jas@extundo.com>
14029
14030         * doc/gnulib.texi (Initial import, Finishing touches): Mention
14031         gl_AVOID.
14032
14033 2005-08-11  Bruno Haible  <bruno@clisp.org>
14034
14035         * lib/strnlen.h (strnlen): Change parameter name to match comment.
14036
14037 2005-08-10  Stepan Kasal  <kasal@ucw.cz>
14038
14039         * m4/onceonly_2_57.m4: Really require Autoconf 2.57.
14040
14041 2005-08-10  Simon Josefsson  <jas@extundo.com>
14042
14043         * tests/test-iconvme.c: New file.
14044
14045 2005-08-10  Simon Josefsson  <jas@extundo.com>
14046
14047         * m4/strnlen.m4: New file.
14048
14049         * m4/strndup.m4: Don't check for strnlen declaration, done in
14050         strnlen.m4.
14051
14052 2005-08-10  Simon Josefsson  <jas@extundo.com>
14053
14054         * lib/strndup.c: Use strnlen.h.
14055
14056         * lib/strnlen.h: New file.
14057
14058 2005-08-08  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny change)
14059
14060         * README: Typos.
14061
14062 2005-08-02  Simon Josefsson  <jas@extundo.com>
14063
14064         * modules/readline: New file.
14065
14066 2005-08-02  Simon Josefsson  <jas@extundo.com>
14067
14068         * modules/getdelim: New file.
14069
14070         * modules/getline: Rewrite, don't use getndelim2.
14071
14072 2005-08-02  Simon Josefsson  <jas@extundo.com>
14073
14074         * m4/getline.m4: Separate out getdelim stuff into separate module.
14075
14076         * m4/getdelim.m4: New file.
14077
14078 2005-08-02  Simon Josefsson  <jas@extundo.com>
14079
14080         * lib/getline.h, getline.c: Rewrite.
14081
14082         * lib/getdelim.h, lib/getdelim.c: New files, ported from glibc.
14083
14084 2005-07-31  Bruno Haible  <bruno@clisp.org>
14085
14086         * lib/lock.h (gl_lock_initializer): New macro.
14087         (gl_lock_define_initialized): Use it.
14088         (gl_rwlock_initializer): New macro.
14089         (gl_rwlock_define_initialized): Use it.
14090         (gl_recursive_lock_initializer): New macro.
14091         (gl_recursive_lock_define_initialized): Use it.
14092
14093 2005-07-30  Karl Berry  <karl@gnu.org>
14094
14095         * doc/gnulib.texi (Initial import): mention -I$(top_builddir)/lib.
14096         Report from Ben Pfaff, regarding getopt.
14097
14098 2005-07-26  Paul Eggert  <eggert@cs.ucla.edu>
14099
14100         Add support to getopt for Emacs, which doesn't use LIBOBJS in the
14101         normal way.
14102         * m4/getopt.m4 (gl_GETOPT_SUBSTITUTE_HEADER): New macro.
14103         (gl_GETOPT_SUBSTITUTE): Use it.  Invoke gl_PREREQ_GETOPT.
14104         (gl_GETOPT_IFELSE, gl_GETOPT_CHECK_HEADERS): New macros.
14105         (gl_GETOPT): Use the new macros.  Most of the implementation
14106         is moved to the new macros.  This is for programs like Emacs
14107         that don't want all the functionality of gl_GETOPT.
14108
14109 2005-07-26  Bruno Haible  <bruno@clisp.org>
14110
14111         * m4/lock.m4: Update from GNU gettext.
14112
14113 2005-07-26  Bruno Haible  <bruno@clisp.org>
14114
14115         * lib/lock.h: Update from GNU gettext.
14116         * lib/lock.c: Update from GNU gettext.
14117
14118 2005-07-25  Paul Eggert  <eggert@cs.ucla.edu>
14119
14120         * m4/regex.m4 (gl_INCLUDED_REGEX): Use AC_RUN_IFELSE instead of the
14121         obsolescent AC_TRY_RUN.  Include the default includes files, for
14122         'exit'.
14123
14124 2005-07-24  Bruno Haible  <bruno@clisp.org>
14125
14126         * modules/visibility: New file.
14127         * MODULES.html.sh (Misc): Add visibility.
14128
14129 2005-07-24  Bruno Haible  <bruno@clisp.org>
14130
14131         * m4/visibility.m4: New file.
14132
14133 2005-07-24  Bruno Haible  <bruno@clisp.org>
14134
14135         * doc/visibility.texi: New file.
14136
14137 2005-07-22  Bruno Haible  <bruno@clisp.org>
14138
14139         * modules/alloca-opt (Makefile.am): Remove explicit dependency on
14140         $(ALLOCA_H), redundant through BUILT_SOURCES.
14141         * modules/argz (Makefile.am): Remove explicit dependency on $(ARGZ_H),
14142         redundant through BUILT_SOURCES.
14143         * modules/byteswap (Makefile.am): Remove explicit dependency on
14144         $(BYTESWAP_H), redundant through BUILT_SOURCES.
14145         * modules/fnmatch (Makefile.am): Remove explicit dependency on
14146         $(FNMATCH_H), redundant through BUILT_SOURCES.
14147         * modules/getopt (Makefile.am): Remove explicit dependency on
14148         $(GETOPT_H), redundant through BUILT_SOURCES.
14149         * modules/glob (Makefile.am): Remove explicit dependency on $(GLOB_H),
14150         redundant through BUILT_SOURCES.
14151         * modules/poll (Makefile.am): Remove explicit dependency on $(POLL_H),
14152         redundant through BUILT_SOURCES.
14153         * modules/stdbool (Makefile.am): Remove explicit dependency on
14154         $(STDBOOL_H), redundant through BUILT_SOURCES.
14155         * modules/stdint (Makefile.am): Remove explicit dependency on
14156         $(STDINT_H), redundant through BUILT_SOURCES.
14157         * modules/sysexits (Makefile.am): Add $(SYSEXITS_H) to BUILT_SOURCES.
14158         Remove explicit dependency on $(SYSEXITS_H).
14159         Reported by Alexandre Duret-Lutz <adl@src.lip6.fr>.
14160
14161 2005-07-18  Simon Josefsson  <jas@extundo.com>
14162
14163         * lib/check-version.c (check_version): Accept identical versions too.
14164
14165 2005-07-18  Bruno Haible  <bruno@clisp.org>
14166
14167         * modules/lock: New file.
14168         * MODULES.html.sh (Multithreading): New section.
14169
14170 2005-07-18  Bruno Haible  <bruno@clisp.org>
14171
14172         * m4/lock.m4: New file, from GNU gettext.
14173
14174 2005-07-18  Bruno Haible  <bruno@clisp.org>
14175
14176         * lib/lock.h: New file, from GNU gettext.
14177         * lib/lock.c: New file, from GNU gettext.
14178
14179 2005-07-18  Bruno Haible  <bruno@clisp.org>
14180
14181         * lib/lock.h (gl_once_t): New type.
14182         (gl_once_define, gl_once): New macros.
14183         * lib/lock.c (fresh_once): New variable.
14184         (glthread_once, glthread_once_call, glthread_once_singlethreaded): New
14185         functions.
14186
14187 2005-07-16  Simon Josefsson  <jas@extundo.com>
14188
14189         * doc/gnulib.texi (Library version handling): Add ELF symbol collision
14190         workaround, suggested by Bruno.
14191
14192 2005-07-15  Paul Eggert  <eggert@cs.ucla.edu>
14193
14194         * modules/xalloc (Depends-on): Add xalloc-die.
14195         * modules/xvasprintf (Depends-on): Add xalloc-die.
14196
14197 2005-07-15  Paul Eggert  <eggert@cs.ucla.edu>
14198
14199         * lib/quotearg.c: Add translator comment suggested by Bruno Haible,
14200         with a minor change.
14201
14202 2005-07-15  Bruno Haible  <bruno@clisp.org>
14203
14204         * m4/poll.m4 (gl_FUNC_POLL): Check against MacOS X 10.4 poll() bug.
14205         When using lib/poll.c, define poll as rpl_poll.
14206
14207 2005-07-14  Paul Eggert  <eggert@cs.ucla.edu>
14208
14209         * modules/argp (Depends-on): Remove unlocked-io.
14210
14211 2005-07-14  Derek Price  <derek@ximbiot.com>
14212
14213         * m4/glob.m4 (gl_GLOB): Cache glob interface check result.  Add check
14214         for glob symlink bug.
14215
14216 2005-07-14  Bruno Haible  <bruno@clisp.org>
14217
14218         * m4/argp.m4 (gl_ARGP): Remove invocation of gl_FUNC_GLIBC_UNLOCKED_IO.
14219         Instead, test for *_unlocked function declarations directly.
14220
14221 2005-07-11  Simon Josefsson  <jas@extundo.com>
14222
14223         * modules/size_max: New file.
14224
14225         * modules/xsize: Depend on size_max module for size_max.m4.
14226
14227 2005-07-11  Simon Josefsson  <jas@extundo.com>
14228
14229         * lib/size_max.h: New file.
14230
14231 2005-07-11  Paul Eggert  <eggert@cs.ucla.edu>
14232
14233         * lib/version-etc-fsf.c (version_etc_copyright): Parameterize the
14234         copyright symbol and the year.
14235         * lib/version-etc.c (COPYRIGHT_YEAR): New constant.
14236         (version_etc_va): Use parameterized copyright notice.
14237         Reword to conform to the current GNU coding standards.
14238
14239 2005-07-11  Karl Berry  <karl@gnu.org>
14240
14241         * doc/gnulib.texi (Quoting): new node.
14242         (Initial import): more info, from Patrice.
14243
14244 2005-07-11  Bruno Haible  <bruno@clisp.org>
14245
14246         * gnulib-tool (func_usage): Document option --avoid.
14247         (Command line options): Handle --avoid.
14248         (func_acceptable): New function.
14249         (func_modules_transitive_closure): Use it.
14250
14251 2005-07-11  Bruno Haible  <bruno@clisp.org>
14252
14253         * MODULES.html.sh: Use shortcut URLs to the www.opengroup.org site.
14254         Reported by Jim Meyering.
14255
14256 2005-07-10  Bruno Haible  <bruno@clisp.org>
14257
14258         * m4/size_max.m4 (gl_SIZE_MAX): Cast ~(size_t)0 back to size_t.
14259         Needed when size_t is smaller than 'unsigned int'.
14260         Reported by Paul Eggert.
14261
14262 2005-07-09  Sergey Poznyakoff  <gray@gnu.org.ua>
14263
14264         * modules/argp (Depends-on): Add unlocked-io
14265
14266 2005-07-09  Sergey Poznyakoff  <gray@gnu.org.ua>
14267
14268         * lib/argp-namefrob.h: Include unlocked-io.h. Removed unnecessary
14269         block of defines.
14270
14271 2005-07-08  Paul Eggert  <eggert@cs.ucla.edu>
14272
14273         * config/srclist.txt: Comment out regcomp.c, since we have a porting
14274         fix now.
14275
14276 2005-07-08  Eric Blake  <ebb9@byu.net>  (tiny change)
14277         and Paul Eggert  <eggert@cs.ucla.edu>
14278
14279         * lib/regcomp.c (init_dfa, build_range_exp): Store __btowc value
14280         in wint_t, not wchar_t.  Remove now-unnecessary cast.
14281
14282 2005-07-07  Paul Eggert  <eggert@cs.ucla.edu>
14283
14284         * modules/regex (Files): Add lib/regex_internal.c,
14285         lib/regex_internal.h, lib/regexec.c, lib/regcomp.c, m4/codeset.m4.
14286         (Depends-on): Add extensions.
14287         (Makefile.am): Remove lib_SOURCES; now done by m4 code.
14288
14289 2005-07-07  Paul Eggert  <eggert@cs.ucla.edu>
14290
14291         * m4/backupfile.m4 (gl_BACKUPFILE): Use AC_CHECK_FUNCS_ONCE on
14292         pathconf.
14293         * m4/same.m4 (gl_SAME): Likewise.
14294         Require AC_SYS_LONG_FILE_NAMES; bug reported by Gerrit P. Haase.
14295
14296         * m4/regex.m4: Adjust to new libc regex implementation.
14297         (gl_INCLUDED_REGEX): Add AC_LIBSOURCES for
14298         all the .c and .h parts of (the new) regex.
14299         Quote the m4 stuff better.
14300         Check for RE_ICASE bug of old gnulib.
14301         Check for REG_STARTEND of recent libc.
14302         Rename local variables from jm_* to gl_*.
14303         Quote operand of "test -f".
14304         Say "recent enough" version of libc, not "version 2".
14305         (gl_PREREQ_REGEX): Remove AC_FUNC_ALLOCA, since alloca is a
14306         prerequisite module.  Remove AC_HEADER_STDC; no longer needed.
14307         Check for locale.h, isblank, mbrtowc, wcrtomb, wcscoll.
14308         Remove check for btowc, isascii.
14309         Require AM_LANGINFO_CODESET.
14310
14311 2005-07-07  Paul Eggert  <eggert@cs.ucla.edu>
14312
14313         * lib/regex.c, regex.h: Sync from libc.
14314         * lib/regcomp.c, lib/regexec_internal.c, lib/regex_internal.h:
14315         * lib/regexec.c:
14316         New files, synced from libc, except that regex_internal.h
14317         currently has a small porting fix.
14318
14319 2005-07-07  Paul Eggert  <eggert@cs.ucla.edu>
14320
14321         * config/srclist.txt: Add regcomp.c, regex.c, regex.h,
14322         regex_internal.c, regexec.c.
14323         Add regex_internal.h too, but as a comment, since the libc version
14324         is currently broken in gnulib mode.
14325
14326 2005-07-06  Paul Eggert  <eggert@cs.ucla.edu>
14327
14328         Support programs like Emacs that use gnulib but not gettext.
14329         * MODULES.html.sh (Internationalization functions): Add gettext-h.
14330         * modules/gettext-h: New file.
14331         * modules/gettext (Files): Remove lib/gettext.h.
14332         (Depends-on): Add gettext-h.
14333         (Makefile.am): Remove lib_SOURCES.
14334         * modules/argmatch, modules/c-stack, modules/closeout:
14335         * modules/copy-file, modules/csharpcomp, modules/csharpexec:
14336         * modules/execute, modules/file-type, modules/getaddrinfo:
14337         * modules/getopt, modules/human, modules/javacomp:
14338         * modules/javaexec, modules/mkdir-p, modules/obstack:
14339         * modules/openat, modules/pagealign_alloc, modules/pipe:
14340         * modules/quotearg, modules/regex, modules/rpmatch:
14341         * modules/unicodeio, modules/userspec, modules/version-etc:
14342         * modules/wait-process, modules/xalloc-die, modules/xmemcoll:
14343         * modules/xsetenv:
14344         Depend on gettext-h, not gettext.
14345
14346 2005-07-05  Paul Eggert  <eggert@cs.ucla.edu>
14347
14348         * gnulib-tool (func_import): Add support for 'public domain' license.
14349         * modules/alloca, modules/atexit, modules/memmove:
14350         Now public domain, not GPL.
14351         * modules/dup2, modules/getpagesize, modules/malloc, modules/memset:
14352         * modules/realloc, modules/strerror, modules/strtod:
14353         Now LGPL, not GPL.
14354
14355 2005-07-05  Bruno Haible  <bruno@clisp.org>
14356
14357         * m4/mbrtowc.m4 (gl_FUNC_MBRTOWC): Upgrade to version from current
14358         autoconf CVS. Needed for mingw.
14359
14360 2005-07-03  Paul Eggert  <eggert@cs.ucla.edu>
14361
14362         Remove the dependency of the strftime module on the tzset module.
14363         * modules/strftime (Depends-on): Remove dependency on tzset.
14364
14365 2005-07-03  Paul Eggert  <eggert@cs.ucla.edu>
14366
14367         Remove the dependency of the strftime module on the tzset module.
14368         * m4/strftime.m4 (gl_FUNC_STRFTIME): Don't require
14369         gl_FUNC_TZSET_CLOBBER.
14370
14371 2005-07-03  Paul Eggert  <eggert@cs.ucla.edu>
14372
14373         Remove the dependency of the strftime module on the tzset module.
14374         * lib/strftime.c (my_strftime)
14375         [! defined _LIBC && ! HAVE_RUN_TZSET_TEST]:
14376         Copy the input structure, to work around some of the bug with
14377         Solaris 2.5.1 and Solaris 2.6.  If you still care about these old
14378         Solaris releases, you should also use the tzset module, but we won't
14379         require it as a dependency any more since we don't want LGPLed code
14380         to depend on GPLed code.
14381
14382 2005-07-02  Jim Meyering  <jim@meyering.net>
14383
14384         * m4/chown.m4, cloexec.m4, dup2.m4, fsusage.m4:
14385         * m4/getcwd-path-max.m4, getcwd.m4, mkstemp.m4, mountlist.m4:
14386         * m4/pagealign_alloc.m4, save-cwd.m4, unistd-safer.m4:
14387         Don't check for fcntl.h, and don't test for HAVE_FCNTL_H.
14388
14389 2005-07-02  Jim Meyering  <jim@meyering.net>
14390
14391         * lib/backupfile.c (backup_args): Change a `0' to NULL.
14392
14393 2005-07-01  Paul Eggert  <eggert@cs.ucla.edu>
14394
14395         * lib/xnanosleep.c: Include timespec.h, since OpenBSD 3.4 <time.h>
14396         declares only 'struct timespec;' (!).
14397
14398 2005-07-01  Jim Meyering  <jim@meyering.net>
14399
14400         * lib/chown.c, cloexec.c, dup-safer.c, dup2.c, fsusage.c, getcwd.c:
14401         * lib/getloadavg.c, mountlist.c, openat.h, pagealign_alloc.c:
14402         * lib/save-cwd.c, tempname.c:
14403         Assume HAVE_FCNTL_H (i.e., include <fcntl.h> unconditionally,
14404         and don't include <sys/file.h>).
14405
14406 2005-06-29  Jim Meyering  <jim@meyering.net>
14407
14408         * lib/mkdir-p.c (make_dir_parents): Don't apply sizeof to a hard-coded
14409         type name.  Use the variable name instead.
14410         * lib/idcache.c (getuser, getuidbyname, getgroup, getgidbyname):
14411         Likewise.
14412
14413 2005-06-28  Simon Josefsson  <jas@extundo.com>
14414
14415         * modules/check-version (Files): Add check-version.m4.
14416
14417 2005-06-28  Simon Josefsson  <jas@extundo.com>
14418
14419         * m4/check-version.m4: New file, suggested by Jim Meyering
14420         <jim@meyering.net>.
14421
14422 2005-06-28  Simon Josefsson  <jas@extundo.com>
14423
14424         * lib/check-version.h, lib/check-version.c: New files.
14425
14426 2005-06-28  Simon Josefsson  <jas@extundo.com>
14427
14428         * lib/base64.c (base64_encode): Indent.  Rename 'b64' to avoid
14429         collision with global variable.  Better indentation.  Don't
14430         increment buffer pointer beyond buffer end.  Based on comments
14431         from Paul Eggert <eggert@cs.ucla.edu>.
14432
14433         * lib/base64.h: Indent.
14434
14435 2005-06-28  Simon Josefsson  <jas@extundo.com>
14436
14437         * doc/gnulib.texi (Library version handling): New section.
14438
14439 2005-06-28  Jim Meyering  <jim@meyering.net>
14440
14441         * check-module (find_included_lib_files): Hard-code another
14442         pair of exceptions: fts.c includes fts-cycle.c and unistd-safer.h
14443         but modules/fts-lgpl (correctly) does not list those files.
14444
14445         * modules/canonicalize (Files): Add lib/pathmax.h.
14446
14447 2005-06-25  Simon Josefsson  <jas@extundo.com>
14448
14449         * modules/check-version: New file.
14450
14451 2005-06-24  Paul Eggert  <eggert@cs.ucla.edu>
14452
14453         * lib/canon-host.c (canon-host): Append trailing "," to 0 in
14454         initializer of struct addrinfo, as an indication that we don't
14455         care how many members the structure has.
14456
14457 2005-06-24  Derek Price  <derek@ximbiot.com>
14458         and Bruno Haible  <bruno@clisp.org>
14459
14460         Remove stat module & update lstat.
14461         * m4/lstat.m4 (gl_FUNC_LSTAT): Drop AC_FUNC_LSTAT in favor of
14462         AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK.
14463         * m4/stat.m4: Remove this file.
14464
14465 2005-06-24  Derek Price  <derek@ximbiot.com>
14466         and Bruno Haible  <bruno@clisp.org>
14467
14468         Remove stat module & update lstat.
14469         * lib/stat.c: Remove this file...
14470         (slash_aware_lstat): ...moving this content and its support...
14471         * lib/lstat.c (rpl_lstat): ...into here.
14472         * lib/lstat.h: New file.
14473
14474 2005-06-24  Derek Price  <derek@ximbiot.com>
14475         and Bruno Haible  <bruno@clisp.org>
14476
14477         Remove stat module & update lstat.
14478         * config/srclist.txt (libc sources): Remove stat.
14479
14480 2005-06-24  Derek Price  <derek@ximbiot.com>
14481         and Bruno Haible  <bruno@clisp.org>
14482
14483         Remove stat module & update lstat.
14484         * MODULES.html.sh (stat): Remove.
14485         * MODULES.html: Regenerated.
14486         * modules/lstat (Description): Correct function name.
14487         (Files): Add "lstat.h".
14488         (Depends-on): Remove stat, add xalloc, stat-macros.
14489         * modules/stat: Remove this file.
14490         (Include): Add "lstat.h", remove <sys/stat.h>.
14491
14492 2005-06-23  Paul Eggert  <eggert@cs.ucla.edu>
14493
14494         * lib/mktime.c: Include <string.h> even if !DEBUG.  (From glibc.)
14495         (ranged_convert): Don't save conversion in a temporary struct.
14496         This causes a warning with GCC 4.0.0, and anyway in the typical
14497         case it's not worth the extra 100 bytes or so of code.
14498         (ranged_convert, __mktime_internal): When calling a function via a
14499         pointer P, use P () rather than (*P) (), as we now assume C89 or
14500         better.
14501
14502 2005-06-22  Paul Eggert  <eggert@cs.ucla.edu>
14503
14504         * lib/readutmp.c (desirable_utmp_entry): Fix bug where "who -b" and
14505         "who -r" failed to give output.  Problem reported by Tim Waugh.
14506
14507         * lib/xmalloc.c (HAVE_GNU_CALLOC): New constant.
14508         (xcalloc): Use it to avoid needless tests.
14509         Problem reported by Jim Meyering.
14510
14511 2005-06-20  Derek Price  <derek@ximbiot.com>
14512
14513         * m4/bison.m4: Note that precious decls of YACC & YFLAGS will be
14514         unnecessary for Autoconfs > 2.59c.
14515
14516 2005-06-16  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
14517
14518         * lib/argp.h (__option_is_short): Check upper limit of
14519         __key. Isprint() requires its argument to have the value
14520         of an unsigned char or EOF.
14521
14522 2005-06-16  Jim Meyering  <jim@meyering.net>
14523
14524         * lib/calloc.c (rpl_calloc): Allocate a 1-byte buffer (not 1xS or Nx1)
14525         when either N or S is zero.
14526
14527 2005-06-16  Derek Price  <derek@ximbiot.com>
14528
14529         * m4/bison.m4: Declare YACC & YFLAGS precious.
14530
14531 2005-06-10  Paul Eggert  <eggert@cs.ucla.edu>
14532
14533         * lib/fnmatch.c (fnmatch): If there is an encoding error in a
14534         multibyte string or pattern, fall back on unibyte matching.
14535         Problem reported by James Youngman.
14536
14537 2005-06-08  Bruno Haible  <bruno@clisp.org>
14538
14539         * modules/csharpcomp: New file.
14540         * MODULES.html.sh (C#): Add csharpcomp.
14541
14542 2005-06-08  Bruno Haible  <bruno@clisp.org>
14543
14544         * m4/csharpcomp.m4: New file, from GNU gettext.
14545
14546 2005-06-08  Bruno Haible  <bruno@clisp.org>
14547
14548         * lib/csharpcomp.h: New file, from GNU gettext.
14549         * lib/csharpcomp.c: New file, from GNU gettext.
14550         * lib/csharpcomp.sh.in: New file, from GNU gettext.
14551
14552 2005-06-08  Bruno Haible  <bruno@clisp.org>
14553
14554         * lib/binary-io.h (fileno): Undefine before defining it. Avoids a gcc
14555         warning on mingw.
14556
14557 2005-06-07  Derek Price  <derek@ximbiot.com>
14558
14559         Sync from CVS.
14560         * lib/glob_.h: Indent nested #ifdef.
14561
14562 2005-06-02  Paul Eggert  <eggert@cs.ucla.edu>
14563
14564         Sync from coreutils.
14565         Use "file name" when talking about file names, instead of "filename"
14566         or "path", as per the GNU coding standards.
14567         * lib/mkdir-p.c: Renamed from makepath.c.
14568         (make_dir_parents): Renamed from make_path.  All callers changed.
14569         * lib/mkdir-p.h: Likewise.  All includers changed.
14570         * lib/filenamecat.c: Renamed from path-concat.c.
14571         (file_name_concat): Renamed from path_concat.  All callers changed.
14572         [TEST_FILE_NAME_CONCAT]: Renamed from TEST_PATH_CONCAT.
14573         * lib/filenamecat.h: Likewise.  All includers changed.
14574         * lib/acl.c: Don't use "path" or "filename" to mean "file name"
14575         in comments or local variable names.
14576         * lib/basename.c: Likewise.
14577         * lib/canonicalize.c, canonicalize.h: Likewise.
14578         * lib/dirname.c, dirname.h: Likewise.
14579         * lib/euidaccess.c: Likewise.
14580         * lib/exclude.c: Likewise
14581         * lib/fnmatch_.h, fnmatch_loop.c: Likewise.
14582         * lib/fsusage.c, fsuage.h: Likewise.
14583         * lib/fts.c, fts_.h: Likewise.
14584         * lib/getcwd.c: Likewise.
14585         * lib/getloadavg.c: Likewise.
14586         * lib/mkstemp.c: Likewise.
14587         * lib/mountlist.c, mountlist.h: Likewise.
14588         * lib/openat.c, openat.h: Likewise.
14589         * lib/readlink-stub.c: Likewise.
14590         * lib/readutmp.c, readutmp.h: Likewise.
14591         * lib/rename.c: Likewise.
14592         * lib/rmdir.c: Likewise.
14593         * lib/same.c: Likewise.
14594         * lib/savedir.c: Likewise.
14595         * lib/stripslash.c: Likewise.
14596         * lib/tempname.c: Likewise.
14597         * lib/xreadlink.c: Likewise.
14598         * lib/exclude.c (excluded_file_name): Renamed from excluded_filename.
14599         All uses changed.
14600         * lib/exclude.h: Likewise.
14601
14602         * lib/euidaccess.c (getuid, getgid, getuid, getegid)
14603         [!defined _POSIX_VERSION]: Remove decls; not needed these days.
14604         * lib/idcache.c (getpwuid, getpwnam, getgrgid, getgrnam)
14605         [!defined _POSIX_VERSION]: Remove decls; not needed these days.
14606         * lib/pathmax.h: Include <limits.h> unconditionally, since other
14607         files have been getting away with it for years (MORE/BSD 4.3
14608         is extinct now).
14609         * lib/userspec.c (getpwnam, getgrnam, getgrgid)
14610         [!defined _POSIX_VERSION]: Remove decls; not needed these days.
14611
14612         * lib/pathmax.h (_POSIX_PATH_MAX) [!defined _POSIX_PATH_MAX]:
14613         Define to 256, not 255, as per modern POSIX.
14614
14615 2005-06-02  Paul Eggert  <eggert@cs.ucla.edu>
14616
14617         Sync from coreutils.
14618         Use "file name" when talking about file names, instead of "filename"
14619         or "path", as per the GNU coding standards.
14620         * MODULES.html.sh: mkdir-p renamed from makepath.
14621         filenamecat renamed from path-concat.
14622         * modules/filenamecat: Renamed from modules/path-concat.
14623         (Files): filenamecat.h and filenamecat.c renamed from
14624         path-concat.h and path-concat.c.
14625         (configure.ac): gl_FILE_NAME_CONCAT, not gl_PATH_CONCAT.
14626         (Include): filenamecat.h, not path-concat.h.
14627         * modules/mkdir-p: Renamed from modules/makepath.
14628         (Files): mkdir-p.h and mkdir-p.c renamed from makepath.h and
14629         makepath.c.
14630         (configure.ac): gl_MKDIR_PARENTS, not gl_MAKEPATH.
14631         (Include): mkdir-p.h, not makepath.h.
14632
14633 2005-06-02  Paul Eggert  <eggert@cs.ucla.edu>
14634
14635         Sync from coreutils.
14636         * m4/mkdir-p.m4: Renamed from makepath.m4.
14637         (gl_MKDIR_PARENTS): Renamed from gl_MAKEPATH.  All uses changed.
14638         Rename files from makepath.c to mkdir-p.c, and from
14639         makepath.h to mkdir-p.h.
14640         * m4/filenamecat.m4: Renamed from path-concat.m4.
14641         (gl_FILE_NAME_CONCAT): Renamed from gl_PATH_CONCAT.  All uses changed.
14642         Rename files from path-concat.c to filenamecat.c,
14643         and from path-concat.h to filenamecat.h.
14644         * m4/getcwd-path-max.m4: Don't use "path" or "filename" to mean
14645         "file name" in local variables or comments.
14646         * m4/rename.m4: Likewise.
14647
14648 2005-06-01  Bruno Haible  <bruno@clisp.org>
14649
14650         * modules/csharpexec: New file.
14651         * MODULES.html.sh (C#): New section.
14652
14653 2005-06-01  Bruno Haible  <bruno@clisp.org>
14654
14655         * m4/csharp.m4: New file, from GNU gettext.
14656         * m4/csharpexec.m4: New file, from GNU gettext.
14657
14658 2005-06-01  Bruno Haible  <bruno@clisp.org>
14659
14660         * lib/csharpexec.h: New file, from GNU gettext.
14661         * lib/csharpexec.c: New file, from GNU gettext.
14662         * lib/csharpexec.sh.in: New file, from GNU gettext.
14663
14664 2005-05-31  Derek Price  <derek@ximbiot.com>
14665             Paul Eggert  <eggert@cs.ucla.edu>
14666
14667         Sync from cvs.
14668         * m4/glob.m4: s/MISSING_SYS_CDEFS_H/_SYS_CDEFS_H/ and comment.
14669
14670 2005-05-31  Derek Price  <derek@ximbiot.com>
14671             Paul Eggert  <eggert@cs.ucla.edu>
14672
14673         Sync from cvs.
14674         * lib/glob_.h: s/MISSING_SYS_CDEFS_H/_SYS_CDEFS_H/ and comment.
14675
14676 2005-05-29  Derek Price  <derek@ximbiot.com>
14677
14678         * config/srclist.txt (glob_.h, glob.c): Add these files.
14679
14680 2005-05-29  Derek Price  <derek@ximbiot.com>
14681
14682         * MODULES.html.sh: Add glob to Enhanced POSIX.2001 section.
14683         * modules/glob: New file.
14684         * modules/getlogin_r: Add link to POSIX spec in description.
14685
14686 2005-05-29  Derek Price  <derek@ximbiot.com>
14687             Paul Eggert  <eggert@cs.ucla.edu>
14688
14689         * m4/glob.m4: New file.
14690
14691 2005-05-29  Derek Price  <derek@ximbiot.com>
14692             Paul Eggert  <eggert@cs.ucla.edu>
14693
14694         * lib/glob_.h, lib/glob.c: New files.
14695
14696 2005-05-27  Paul Eggert  <eggert@cs.ucla.edu>
14697
14698         * modules/fts (Files): Remove m4/inttypes-pri.m4.
14699         * modules/fts-lgpl (Depends-on): Remove gettext.
14700
14701 2005-05-27  Paul Eggert  <eggert@cs.ucla.edu>
14702
14703         * m4/fts.m4 (gl_FUNC_FTS_CORE): Don't check for inttypes.h or stdint.h,
14704         and don't require gt_INTTYPES_PRI.
14705
14706 2005-05-27  Paul Eggert  <eggert@cs.ucla.edu>
14707
14708         * lib/getlogin_r.c (getlogin_r): Don't set errno to 0 on return.
14709
14710         * lib/fts.c: Don't worry about debugging on pre-C99-compatible hosts;
14711         the configuration hassle isn't worth it.
14712         Include inttypes.h and stdint.h unconditionally if FTS_DEBUG.
14713         (LONGEST_MODIFIER, PRIuMAX): Remove.
14714
14715 2005-05-27  Bruno Haible  <bruno@clisp.org>
14716
14717         * lib/getlogin_r.h: Remove second include of <stddef.h>.
14718
14719 2005-05-26  Paul Eggert  <eggert@cs.ucla.edu>
14720
14721         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Define
14722         _POSIX_PTHREAD_SEMANTICS for Solaris.
14723
14724 2005-05-25  Derek Price  <derek@ximbiot.com>
14725
14726         * MODULES.html.sh: Add getlogin_r to POSIX.2001 support section.
14727
14728 2005-05-25  Derek Price  <derek@ximbiot.com>
14729             Paul Eggert  <eggert@cs.ucla.edu>
14730
14731         * modules/getlogin_r, m4/getlogin_r.m4: New files.
14732         * lib/getlogin_r.c, getlogin_r.h: New files.
14733
14734 2005-05-25  Bruno Haible  <bruno@clisp.org>
14735             Derek Price  <derek@ximbiot.com>
14736
14737         * lib/getlogin_r.h: Simplify API documentation.
14738
14739 2005-05-23  Derek Price  <derek@ximbiot.com>
14740
14741         * modules/minmax (Files): Add m4/minmax.m4.
14742         (configure.ac): Add gl_MINMAX.
14743
14744 2005-05-22  Paul Eggert  <eggert@cs.ucla.edu>
14745
14746         * lib/fts.c (fd_safer) [_LGPL_PACKAGE]: New static function,
14747         so that unistd-safer.h (GPL'ed code) need not be included.
14748
14749 2005-05-22  Bruno Haible  <bruno@clisp.org>
14750
14751         * m4/minmax.m4: New file.
14752         Based on a patch by Derek Price <derek@ximbiot.com>.
14753
14754 2005-05-22  Bruno Haible  <bruno@clisp.org>
14755
14756         * lib/stdint_.h (_STDINT_H_HAVE_INT64): New macro. Use it in #ifdefs.
14757         (INT64_MIN): Fix definition.
14758         Suggested by Paul Eggert <eggert@cs.ucla.edu>.
14759
14760         * lib/stdint_.h (_STDINT_H_NEED_SIGNED_INT_TYPES): Renamed from
14761         NEED_SIGNED_INT_TYPES.
14762
14763         * lib/stdint_.h (_STDINT_H_HAVE_SYSTEM_INTTYPES): Renamed from
14764         HAVE_SYSTEM_INTTYPES.
14765
14766 2005-05-22  Bruno Haible  <bruno@clisp.org>
14767
14768         * lib/minmax.h: Include <limits.h> only when it defines MIN, MAX.
14769         Also include <sys/param.h> if it defines MIN, MAX.
14770         Based on a patch by Derek Price <derek@ximbiot.com>.
14771
14772 2005-05-21  Jim Meyering  <jim@meyering.net>
14773
14774         * modules/fts (Files): Add m4/inttypes-pri.m4.
14775         (Depends-on): Add lstat and remove gettext.  Alphabetize.
14776
14777 2005-05-20  Paul Eggert  <eggert@cs.ucla.edu>
14778
14779         New fts module.
14780         * lib/fts.c: Don't include "cycle-check.h" or "hash.h".
14781         (setup_dir, free_dir): New functions.
14782         (enter_dir, leave_dir): Define trivial
14783         alternatives of _LGPL_PACKAGE.  Move to fts-cycle.c if !_LGPL_PACKAGE.
14784         (HT_INITIAL_SIZE, ENTER_DIR): Remove.  All uses removed.
14785         (LEAVE_DIR): Fix typo: pass Fts and Ent to leave_dir.
14786         (struct Active_dir, AD_compare, AD_hash, enter_dir, leave_dir):
14787         Move to fts-cycle.c.
14788         (fts_open): Use setup_dir.
14789         (fts_close): Use free_dir.
14790         (fts_read): Have just one copy of the ENTER_DIR code rather than three.
14791         This adds a label and some gotos, but the alternatives were messier.
14792         Check for memory allocation failure when entering a dir.
14793         (fts_stat) [_LGPL_PACKAGE]: Bring back glibc cycle detection code.
14794         * lib/fts_.h (_LGPL_PACKAGE) [defined _LIBC]: New macro.
14795         (FTS): New member fts_cycle, that is a union that contains the
14796         old active_dir_ht and cycle_state.  All uses changed to mention
14797         fts_cycle.ht and fts_cycle.state.
14798         * lib/fts-cycle.c: New file, containing GPL'ed code migrated out of
14799         fts.c, with the following changes:
14800         (setup_dir, free_dir): New functions.
14801         (enter_dir): Now returns bool.  Return true if successful, false
14802         if memory exhausted.  All callers changed.
14803         Do not bother partly cleaning up on
14804         memory allocation failure; that is free_dir's job.
14805         However, free ad if hash_insert fails, to avoid memory leak.
14806         (enter_dir, leave_dir): Accommodate change to FTS by inspecting
14807         fts->fts_options to see which union member to use.
14808
14809 2005-05-20  Paul Eggert  <eggert@cs.ucla.edu>
14810
14811         * m4/fts.m4 (gl_FUNC_FTS_CORE): Renamed from gl_FUNC_FTS.
14812         (gl_FUNC_FTS, gl_FUNC_FTS_LGPL): New macros.
14813
14814 2005-05-20  Paul Eggert  <eggert@cs.ucla.edu>
14815
14816         * MODULES.html.sh (File system functions): Add fts, fts-lgpl.
14817
14818 2005-05-20  Jim Meyering  <jim@meyering.net>
14819
14820         * lib/unlinkdir.h (cannot_unlink_dir) [UNLINK_CANNOT_UNLINK_DIR]:
14821         Now a macro, to pacify GCC.
14822
14823 2005-05-20  Eric Blake  <ebb9@byu.net>  (tiny change)
14824
14825         * m4/chown.m4 (gl_FUNC_CHOWN): Correct sense of test for honoring IDs
14826         of -1.
14827
14828 2005-05-20  Eric Blake  <ebb9@byu.net>  (tiny change)
14829
14830         * lib/chown.c (rpl_chown): Return -1 on failure.
14831
14832 2005-05-18  Paul Eggert  <eggert@cs.ucla.edu>
14833
14834         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME]):
14835         Don't check for stddef.h.
14836         * m4/fts.m4 (gl_FUNC_FTS): Don't require AC_HEADER_STDC, as we
14837         don't use its results.
14838         Don't check for fcntl.h, stddef.h, stdlib.h, string.h, unistd.h,
14839         since we include them unconditionally.  Don't require
14840         AM_STDBOOL_H, since stdbool is a prerequisite.
14841         Don't require AC_C_CONST, AC_TYPE_SIZE_T or check for ptrdiff_t
14842         since we assume C89 or better.
14843         Don't require AC_FUNC_CLOSEDIR_VOID, AC_FUNC_LSTAT, or AC_FUNC_STAT,
14844         as we don't use their results.
14845         Don't check for fchdir, memmove, memset, strrchr, as we use
14846         them unconditionally.
14847         * m4/gettimeofday.m4 (AC_FUNC_GETTIMEOFDAY_CLOBBER): Don't define
14848         GETTIMEOFDAY_CLOBBERS_LOCALTIME_BUFFER, since nobody uses it.
14849
14850 2005-05-18  Paul Eggert  <eggert@cs.ucla.edu>
14851
14852         * lib/canonicalize.c: Include canonicalize.h first, to test interface.
14853         Include <stddef.h> unconditionally, since we assume C89 now.
14854         All uses of PTR_INT_TYPE replaced by ptrdiff_t.
14855         * lib/fts.c: Include fts_.h first, to check interface.
14856         Do not include intprops.h; no longer needed.
14857         Include cycle-check.h and hash.h, since fts_.h no longer does.
14858         Remove unnecessary casts of closedir to void.
14859         (fts_build): Use a simpler method (not involving TYPE_SIGNED) to
14860         decide whether to decrement nlinks.
14861         * lib/fts_.h: Do not include hash.h or cycle-check.h; no longer needed.
14862         (FTS): Use struct hash_table * instead of Hash_table, so that
14863         we no longer need to include hash.h here.
14864
14865 2005-05-18  Jim Meyering  <jim@meyering.net>
14866
14867         * modules/dirfd (License): Change to LGPL.  Most of the code
14868         is already in the public domain.
14869
14870 2005-05-18  Jim Meyering  <jim@meyering.net>
14871
14872         * m4/fts.m4 (AC_LIBSOURCES): Add intprops.h to the list.
14873         Reported by Yoann Vandoorselaere.
14874
14875 2005-05-17  Jim Meyering  <jim@meyering.net>
14876
14877         * m4/fts.m4: New file, from coreutils.
14878
14879 2005-05-17  Jim Meyering  <jim@meyering.net>
14880
14881         * lib/fts.c, lib/fts_.h: New files, from coreutils.
14882
14883 2005-05-14  Paul Eggert  <eggert@cs.ucla.edu>
14884
14885         Sync from coreutils.
14886         * m4/unlinkdir.m4: New file.
14887
14888 2005-05-14  Paul Eggert  <eggert@cs.ucla.edu>
14889
14890         Sync from coreutils.
14891         * lib/unlinkdir.c, lib/unlinkdir.h: New files.
14892         * lib/gethrxtime.c, lib/gethrxtime.h, lib/getpass.h, lib/mountlist.h,
14893         lib/path-concat.c, lib/regex.h, lib/unlocked-io.h, lib/xtime.h:
14894         White space changes only.
14895         * lib/makepath.c (make_path): Port to hosts where leading "//" is
14896         special.
14897         * lib/yesno.c: Include getline.h, not ctype.h.
14898         (yesno): Don't remove leading white space; POSIX doesn't allow it.
14899         Use getline to remove arbitrary restriction on response length.
14900
14901 2005-05-14  Paul Eggert  <eggert@cs.ucla.edu>
14902
14903         * config/srclist-update: Spell out "Street" in FSF postal
14904         mail address; this is the style the FSF seems to prefer.
14905
14906         * build-aux/depcomp, build-aux/install-sh, build-aux/mdate-sh,
14907         build-aux/missing, build-aux/mkinstalldirs: Sync from Automake;
14908         this updates FSF postal mail address.
14909
14910         Sync from coreutils.
14911         * modules/unlinkdir: New file.
14912         * modules/yesno (Depends-on): Add getline.
14913         * MODULES.html.sh (File system functions): Add unlinkdir.
14914
14915 2005-05-13  Paul Eggert  <eggert@cs.ucla.edu>
14916
14917         * lib/byteswap_.h, lib/getsubopt.h, lib/iconvme.h, lib/strsep.c,
14918         lib/strsep.h:
14919         Change the initial comment to refer to GPL, not LGPL.
14920         gnulib-tool will change it to LGPL as needed.
14921
14922         * lib/__fpending.c, lib/acl.c, lib/acl.h, lib/alloca_.h, lib/allocsa.c,
14923         lib/allocsa.h, lib/argmatch.c, lib/argmatch.h, lib/argp-ba.c,
14924         lib/argp-eexst.c, lib/argp-fmtstream.c, lib/argp-fmtstream.h,
14925         lib/argp-fs-xinl.c, lib/argp-help.c, lib/argp-namefrob.h,
14926         lib/argp-parse.c, lib/argp-pv.c, lib/argp-pvh.c, lib/argp-xinl.c,
14927         lib/argp.h, lib/argz.c, lib/argz_.h, lib/asnprintf.c, lib/asprintf.c,
14928         lib/atanl.c, lib/backupfile.c, lib/backupfile.h, lib/base64.c,
14929         lib/base64.h, lib/basename.c, lib/binary-io.h, lib/byteswap_.h,
14930         lib/c-ctype.c, lib/c-ctype.h, lib/c-stack.c, lib/c-stack.h,
14931         lib/c-strtod.c, lib/calloc.c, lib/canon-host.c, lib/canonicalize.c,
14932         lib/canonicalize.h, lib/ceill.c, lib/chdir-long.c, lib/chdir-long.h,
14933         lib/chown.c, lib/classpath.c, lib/classpath.h, lib/cloexec.c,
14934         lib/closeout.c, lib/closeout.h, lib/concatpath.c, lib/config.charset,
14935         lib/copy-file.c, lib/copy-file.h, lib/cycle-check.c, lib/cycle-check.h,
14936         lib/diacrit.c, lib/diacrit.h, lib/dirfd.c, lib/dirfd.h, lib/dirname.c,
14937         lib/dirname.h, lib/dummy.c, lib/dup-safer.c, lib/dup2.c, lib/eealloc.h,
14938         lib/error.c, lib/error.h, lib/euidaccess.c, lib/exclude.c,
14939         lib/exclude.h, lib/execute.c, lib/execute.h, lib/exit.h,
14940         lib/exitfail.c, lib/exitfail.h, lib/expl.c, lib/fatal-signal.c,
14941         lib/fatal-signal.h, lib/fd-safer.c, lib/file-type.c, lib/file-type.h,
14942         lib/fileblocks.c, lib/filemode.c, lib/filemode.h, lib/findprog.c,
14943         lib/findprog.h, lib/floorl.c, lib/fnmatch.c, lib/fnmatch_.h,
14944         lib/fnmatch_loop.c, lib/fopen-safer.c, lib/free.c, lib/frexpl.c,
14945         lib/fsusage.c, lib/fsusage.h, lib/full-read.c, lib/full-read.h,
14946         lib/full-write.c, lib/full-write.h, lib/fwriteerror.c,
14947         lib/fwriteerror.h, lib/gai_strerror.c, lib/gcd.c, lib/gcd.h,
14948         lib/getaddrinfo.c, lib/getaddrinfo.h, lib/getcwd.c, lib/getcwd.h,
14949         lib/getdate.h, lib/getdate.y, lib/getdomainname.c, lib/getdomainname.h,
14950         lib/getgroups.c, lib/gethostname.c, lib/gethrxtime.c, lib/gethrxtime.h,
14951         lib/getline.c, lib/getline.h, lib/getloadavg.c, lib/getndelim2.c,
14952         lib/getndelim2.h, lib/getnline.c, lib/getnline.h, lib/getopt.c,
14953         lib/getopt1.c, lib/getopt_.h, lib/getopt_int.h, lib/getpagesize.h,
14954         lib/getpass.c, lib/getpass.h, lib/getsubopt.c, lib/getsubopt.h,
14955         lib/gettext.h, lib/gettime.c, lib/gettimeofday.c, lib/getugroups.c,
14956         lib/getusershell.c, lib/group-member.c, lib/group-member.h,
14957         lib/hard-locale.c, lib/hard-locale.h, lib/hash-pjw.c, lib/hash-pjw.h,
14958         lib/hash.c, lib/hash.h, lib/human.c, lib/human.h, lib/iconvme.c,
14959         lib/iconvme.h, lib/idcache.c, lib/inet_ntop.h, lib/intprops.h,
14960         lib/inttostr.c, lib/inttostr.h, lib/isdir.c, lib/javacomp.c,
14961         lib/javacomp.h, lib/javacomp.sh.in, lib/javaexec.c, lib/javaexec.h,
14962         lib/javaexec.sh.in, lib/lbrkprop.h, lib/lchown.c, lib/ldexpl.c,
14963         lib/linebreak.c, lib/linebreak.h, lib/linebuffer.c, lib/linebuffer.h,
14964         lib/localcharset.c, lib/localcharset.h, lib/logl.c, lib/long-options.c,
14965         lib/long-options.h, lib/lstat.c, lib/makepath.c, lib/makepath.h,
14966         lib/malloc.c, lib/mathl.h, lib/mbswidth.c, lib/mbswidth.h, lib/md5.c,
14967         lib/md5.h, lib/memcasecmp.c, lib/memcasecmp.h, lib/memchr.c,
14968         lib/memcmp.c, lib/memcoll.c, lib/memcoll.h, lib/memcpy.c, lib/memmem.c,
14969         lib/memmem.h, lib/mempcpy.c, lib/mempcpy.h, lib/memrchr.c,
14970         lib/memrchr.h, lib/memset.c, lib/minmax.h, lib/mkdir.c, lib/mkdtemp.c,
14971         lib/mkdtemp.h, lib/mkstemp.c, lib/mktime.c, lib/modechange.c,
14972         lib/modechange.h, lib/mountlist.c, lib/mountlist.h, lib/nanosleep.c,
14973         lib/obstack.c, lib/obstack.h, lib/openat.c, lib/openat.h,
14974         lib/pagealign_alloc.c, lib/pagealign_alloc.h, lib/path-concat.c,
14975         lib/path-concat.h, lib/pathmax.h, lib/pathname.h, lib/physmem.c,
14976         lib/physmem.h, lib/pipe.c, lib/pipe.h, lib/poll.c, lib/poll_.h,
14977         lib/posixtm.c, lib/posixtm.h, lib/posixver.c, lib/printf-args.c,
14978         lib/printf-args.h, lib/printf-parse.c, lib/printf-parse.h,
14979         lib/progname.c, lib/progname.h, lib/progreloc.c, lib/putenv.c,
14980         lib/quote.c, lib/quote.h, lib/quotearg.c, lib/quotearg.h, lib/raise.c,
14981         lib/readlink.c, lib/readtokens.c, lib/readtokens.h, lib/readtokens0.c,
14982         lib/readtokens0.h, lib/readutmp.c, lib/readutmp.h, lib/realloc.c,
14983         lib/ref-add.sin, lib/ref-del.sin, lib/regex.c, lib/regex.h,
14984         lib/rename.c, lib/rmdir.c, lib/rpmatch.c, lib/safe-read.c,
14985         lib/safe-read.h, lib/safe-write.c, lib/safe-write.h, lib/same.c,
14986         lib/same.h, lib/save-cwd.c, lib/save-cwd.h, lib/savedir.c,
14987         lib/savedir.h, lib/setenv.c, lib/setenv.h, lib/settime.c,
14988         lib/sh-quote.c, lib/sh-quote.h, lib/sha1.c, lib/sha1.h, lib/sig2str.c,
14989         lib/sig2str.h, lib/sincosl.c, lib/snprintf.c, lib/snprintf.h,
14990         lib/sqrtl.c, lib/stat-macros.h, lib/stat.c, lib/stdbool_.h,
14991         lib/stdint_.h, lib/stdio-safer.h, lib/stpcpy.c, lib/stpcpy.h,
14992         lib/stpncpy.c, lib/stpncpy.h, lib/strcase.h, lib/strcasecmp.c,
14993         lib/strchrnul.c, lib/strchrnul.h, lib/strcspn.c, lib/strdup.c,
14994         lib/strdup.h, lib/strerror.c, lib/strftime.c, lib/strftime.h,
14995         lib/stripslash.c, lib/strndup.c, lib/strndup.h, lib/strnlen.c,
14996         lib/strpbrk.c, lib/strpbrk.h, lib/strsep.c, lib/strsep.h, lib/strstr.c,
14997         lib/strstr.h, lib/strtod.c, lib/strtoimax.c, lib/strtok_r.c,
14998         lib/strtok_r.h, lib/strtol.c, lib/strtoll.c, lib/strtoul.c,
14999         lib/strtoull.c, lib/strverscmp.c, lib/strverscmp.h, lib/sysexit_.h,
15000         lib/tempname.c, lib/time_r.c, lib/time_r.h, lib/timegm.c, lib/timegm.h,
15001         lib/timespec.h, lib/trigl.c, lib/trigl.h, lib/ucs4-utf16.h,
15002         lib/ucs4-utf8.h, lib/unicodeio.c, lib/unicodeio.h, lib/unistd-safer.h,
15003         lib/unlocked-io.h, lib/unsetenv.c, lib/userspec.c, lib/utf16-ucs4.h,
15004         lib/utf8-ucs4.h, lib/utime.c, lib/utimecmp.c, lib/utimecmp.h,
15005         lib/utimens.c, lib/vasnprintf.c, lib/vasnprintf.h, lib/vasprintf.c,
15006         lib/vasprintf.h, lib/version-etc-fsf.c, lib/version-etc.c,
15007         lib/version-etc.h, lib/vsnprintf.c, lib/vsnprintf.h, lib/w32spawn.h,
15008         lib/wait-process.c, lib/wait-process.h, lib/xalloc-die.c, lib/xalloc.h,
15009         lib/xallocsa.c, lib/xallocsa.h, lib/xasprintf.c, lib/xgetcwd.c,
15010         lib/xgetcwd.h, lib/xgetdomainname.c, lib/xgetdomainname.h,
15011         lib/xgethostname.c, lib/xmalloc.c, lib/xmemcoll.c, lib/xnanosleep.c,
15012         lib/xreadlink.c, lib/xreadlink.h, lib/xsetenv.c, lib/xsetenv.h,
15013         lib/xsize.h, lib/xstrndup.c, lib/xstrndup.h, lib/xstrtod.c,
15014         lib/xstrtod.h, lib/xstrtoimax.c, lib/xstrtol.c, lib/xstrtol.h,
15015         lib/xstrtoumax.c, lib/xtime.h, lib/xvasprintf.c, lib/xvasprintf.h,
15016         lib/yesno.c, lib/yesno.h:
15017         Update FSF postal mail address.
15018
15019 2005-05-13  Paul Eggert  <eggert@cs.ucla.edu>
15020
15021         * MODULES.html.sh, README, gnulib-tool, tests/test-base64.c,
15022         tests/test-memmem.c, tests/test-stpncpy.c:
15023         Update FSF postal mail address.
15024
15025 2005-05-13  Bruno Haible  <bruno@clisp.org>
15026
15027         * lib/stdint_.h (int64_t, uint64_t, int_least64_t, uint_least64_t,
15028         int_fast64_t, uint_fast64_t, intmax_t, uintmax_t, INT64_MIN, INT64_MAX,
15029         UINT64_MAX, INT_LEAST64_MIN, INT_LEAST64_MAX, UINT_LEAST64_MAX,
15030         INT_FAST64_MIN, INT_FAST64_MAX, UINT_FAST64_MAX, INTMAX_MIN,
15031         INTMAX_MAX, UINTMAX_MAX, INT64_C, UINT64_C, INTMAX_C, UINTMAX_C):
15032         Add support for 64-bit integers in the MSVC compiler.
15033
15034 2005-05-12  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
15035
15036         * modules/getdate (Makefile.am): Add getdate.c to EXTRA_DIST
15037
15038 2005-05-12  Eric Blake  <ebb9@byu.net>  (tiny change)
15039
15040         * gnulib-tool (func_import): Sort and uniquify recommended includes.
15041
15042 2005-05-11  Paul Eggert  <eggert@cs.ucla.edu>
15043
15044         * doc/getdate.texi (General date syntax): Don't say that date
15045         date --iso-8601=ns generates acceptable dates; it doesn't yet.
15046         Problem reported by Nic Ferrier.
15047
15048 2005-05-10  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
15049
15050         * lib/getaddrinfo.c: Don't fail when SOCK_STREAM or SOCK_DGRAM are
15051         specified in ai_socktype. Fix invalid ai_protocol
15052         check. ai_protocol is usually set to 0 or depending on
15053         ai_family/ai_socktype to IPPROTO_TCP / IPPROTO_UDP.  Checking for
15054         SOCK_STREAM / SOCK_DGRAM in ai_protocol was invalid.  Set
15055         ai_socktype / ai_protocol in the returned addrinfo structure.
15056
15057 2005-05-10  Simon Josefsson  <jas@extundo.com>
15058
15059         * m4/getaddrinfo.m4: Look in libnsl/libsocket for getaddrinfo, from
15060         Yoann Vandoorselaere <yoann.v@prelude-ids.com>.
15061
15062 2005-05-10  Karl Berry  <karl@gnu.org>
15063
15064         * doc/fdl.texi, gpl.texi, lgpl.texi, COPYING: update FSF address
15065         (from http://www.gnu.org/licenses).
15066         * doc/COPYING.LIB: also rename to COPYING.LESSER.
15067         * doc/COPYING.DOC: remove; per rms, only needed in doc files, so
15068         fdl.texi suffices.
15069
15070 2005-05-10  Karl Berry  <karl@gnu.org>
15071
15072         * config/srclist.txt (COPYING.LESSER): rename from COPYING.LIB.
15073         (COPYING.DOC): remove.
15074
15075         * config/srclist-update: new FSF address.
15076
15077 2005-05-10  Derek Price  <derek@ximbiot.com>
15078
15079         * m4/getopt.m4 (gl_GETOPT): Check for Solaris 10 bug, not decl, when
15080         possible.
15081
15082 2005-05-09  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
15083             Bruno Haible  <bruno@clisp.org>
15084
15085         * modules/inet_ntop: New file.
15086         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
15087         inet_ntop.
15088
15089 2005-05-09  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
15090             Bruno Haible  <bruno@clisp.org>
15091
15092         * m4/inet_ntop.m4: New file.
15093
15094 2005-05-09  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
15095             Bruno Haible  <bruno@clisp.org>
15096
15097         * lib/inet_ntop.h: New file.
15098         * lib/inet_ntop.c: New file, from glibc with modifications.
15099
15100 2005-05-09  Paul Eggert  <eggert@cs.ucla.edu>
15101
15102         * modules/time_r (License): Change to LGPL.
15103         * modules/extensions (License): Change to LGPL.  Actually,
15104         the license is more permissive than that, but currently gnulib-tool
15105         doesn't know how to handle more-permissive licenses.
15106
15107         * modules/stat-macros (Depends-on): Don't depend on stat-macros (!).
15108         Problem reported by Dave Love.
15109
15110 2005-05-08  Jim Meyering  <jim@meyering.net>
15111
15112         * lib/classpath.c (PATH_SEPARATOR): Remove insignificant trailing
15113         blank.
15114
15115 2005-05-06  Paul Eggert  <eggert@cs.ucla.edu>
15116
15117         * modules/argmatch (Depends-on): Add stdbool.
15118         * modules/backupfile (Depends-on): Likewise.
15119         * modules/chdir-long (Depends-on): Likewise.
15120         * modules/closeout (Depends-on): Likewise.
15121         * modules/cycle-check (Depends-on): Likewise.
15122         * modules/dirname (Depends-on): Likewise.
15123         * modules/fnmatch (Depends-on): Likewise.
15124         * modules/fsusage (Depends-on): Likewise.
15125         * modules/fwriteerror (Depends-on): Likewise.
15126         * modules/getcwd (Depends-on): Likewise.
15127         * modules/getloadavg (Depends-on): Likewise.
15128         * modules/hard-locale (Depends-on): Likewise.
15129         * modules/makepath (Depends-on): Likewise.
15130         * modules/mountlist (Depends-on): Likewise.
15131         * modules/nanosleep (Depends-on): Likewise.
15132         * modules/posixtm (Depends-on): Likewise.
15133         * modules/quotearg (Depends-on): Likewise.
15134         * modules/readtokens (Depends-on): Likewise.
15135         * modules/readtokens0 (Depends-on): Likewise.
15136         * modules/readutmp (Depends-on): Likewise.
15137         * modules/save-cwd (Depends-on): Likewise.
15138         * modules/strftime (Depends-on): Likewise.
15139         * modules/userspec (Depends-on): Likewise.
15140         * modules/utimecmp (Depends-on): Likewise.
15141         * modules/xgetcwd (Depends-on): Likewise.
15142         * modules/xnanosleep (Depends-on): Likewise.
15143         * modules/xstrtod (Depends-on): Likewise.
15144         * modules/yesno (Depends-on): Likewise.
15145
15146 2005-05-05  Paul Eggert  <eggert@cs.ucla.edu>
15147
15148         * m4/getopt.m4 (gl_GETOPT): Check for Solaris 10 getopt, and avoid
15149         needless checks.
15150
15151 2005-05-01  Paul Eggert  <eggert@cs.ucla.edu>
15152
15153         Merge from coreutils.  Among other things,
15154         add bulletproofing for cases where stdin, stdout, or stderr are closed.
15155         * lib/fd-safer.c: New file.
15156         * lib/fcntl-safer.h, open-safer.c: Remove.
15157         * lib/chdir-long.c: Fix comment "fetish" -> "coreutils".
15158         * lib/dup-safer.c: Include unistd-safer.h first.
15159         Don't include errno.h.
15160         (dup_safer) [!defined F_DUPFD]: Let fd_safer do the real work.
15161         * lib/file-type.h: Don't assume invoker included sys/stat.h first.
15162         * lib/file-type.c: Rely on file-type.h change.
15163         * lib/getloadavg.c: Include unistd-safer.h.
15164         (getloadavg): Use safer open.
15165         * lib/getusershell.c: Include "stdio-safer.h".
15166         (getusershell): Use safer fopen.
15167         * lib/long-options.c (long_options): Use NULL rather than 0.
15168         * lib/modechange.h (mode_free): Remove; all callers changed to invoke
15169         'free'.
15170         * lib/modechange.c: Likewise.
15171         xstrtol.h, stdbool.h, stddef.h: Don't include; no longer needed.
15172         (MODE_DONE): New constant.
15173         (struct mode_change): Remove 'next' member.
15174         (make_node_op_equals): New function; like the old one of the
15175         same name, except it allocates an array.
15176         (mode_compile, mode_create_from_ref): Use it.
15177         (mode_compile): Allocate result as an array, not a linked list.
15178         Parse octal string ourself, so that we catch mistakes like "+0".
15179         (mode_adjust): Arg is an array, not a linked list.
15180         * lib/modechange.c: Include stat-macros.h, xalloc.h.
15181         (S_ISDIR, S_ISUID, S_ISGID, S_ISVTX, S_IRUSR, S_IWUSR, S_IXUSR):
15182         (S_IRGRP, S_IWGRP, S_IXGRP, S_IROTH, S_IWOTH, S_IXOTH, S_IRXWU):
15183         (S_IRWXG, S_IRWXO, CHMOD_MODE_BITS):
15184         Remove.  This is now stat-macros.h's job.
15185         (talloc): Remove.  All callers replaced by xalloc, so that
15186         our invokers don't have to worry about reporting memory failures.
15187         (make_node_op_equals): Remove.
15188         (MODE_ORDINARY_CHAGE, MODE_X_IF_ANY_X, MODE_COPY_EXISTING):
15189         New constants.
15190         (struct mode_change): Moved here from modechange.h.
15191         (mode_append_entry): Remove.
15192         (mode_compile): Remove MASKED_OPS arg, since it encouraged
15193         apps to have incorrect behavior.  Use simpler algorithm for head
15194         and tail.  Don't futz with umask; that's now the job of mode_adjust.
15195         Detect more invalid usages rather than having somewhat-random behavior.
15196         Don't insert an "a=" action, as that leads to incorrect behavior.
15197         (mode_compile, mode_create_from_ref): Return NULL on error instead
15198         of an enum, since now there's only one way to have an error.  All
15199         callers changed.
15200         (mode_adjust): Accept new arg UMASK_VALUE, and interpret it
15201         at the correct time.  Simplify calculation of "+u" and its ilk.
15202         Don't mishandle "+X".
15203         (mode_free): Remove "register" and localize decls.
15204         * lib/modechange.h (MODE_X_IF_ANY_X, MODE_COPY_EXISTING):
15205         (struct mode_change): Move to modechange.c; callers don't
15206         need to see this stuff.
15207         (MODE_MASK_EQUALS, MODE_MASK_PLUS, MODE_MASK_MINUS, MODE_MASK_ALL):
15208         (MODE_INVALID, MODE_MEMORY_EXHAUSTED, MODE_BAD_REFERENCE): Remove.
15209         (mode_change, mode_adjust): Reflect the new signatures noted above.
15210         * lib/nanosleep.c (rpl_nanosleep): Include "timespec.h" before macros
15211         that might redefine system include files.
15212         (siginterrupt) [!HAVE_SIGINTERRUPT]: New macro.
15213         (my_usleep): Use NULL rather than (void *) 0.
15214         (rpl_nanosleep) [!defined SA_NOCLDSTOP]:
15215         Use siginterrupt to specify that system calls should be interrupted.
15216         (rpl_nanosleep): Move initialization of suspended closer to call of
15217         my_usleep.
15218         * lib/readutmp.h (read_utmp): New arg OPTIONS.  All uses changed.
15219         * lib/readutmp.c: Likewise.  Include signal.h, stdbool.h.
15220         (desirable_utmp_entry): New function.
15221         (read_utmp) [defined UTMP_NAME_FUNCTION]: Redo memory allocation
15222         using x2nrealloc, to simplify logic.
15223         (read_utmp) [!defined UTMP_NAME_FUNCTION]: Check for overflow in
15224         size calculation.  Do not assume utmp file is a regular file.
15225         * lib/readutmp.h (UT_PID): Moved here from ../src/who.c.
15226         (READ_UTMP_CHECK_PIDS): New constant.
15227         * lib/save-cwd.c: Include unistd-safer.h.
15228         (save_cwd): Use fd_safer.
15229         * lib/tempname.c (S_ISDIR, S_IRUSR, S_IRUSR, S_IWUSR, S_IXUSR): Remove.
15230         [!_LIBC] Include "stat-macros.h" instead.
15231         * lib/unistd-safer.h (fd_safer): New decl.
15232
15233 2005-05-01  Paul Eggert  <eggert@cs.ucla.edu>
15234
15235         * modules/getloadavg (Depends-on): Add unistd-safer.
15236         * modules/getusershell (Depends-on): Add stdio-safer.
15237         * modules/lstat (Depends-on): Remove xalloc.
15238         * modules/mkstemp (Depends-on): Add stat-macros.
15239         * modules/modechange (Depends-on): Remove xstrtol.
15240         Add stat-macros, xalloc.
15241         * modules/save-cwd (Depends-on): Add unistd-safer.
15242         * modules/stdio-safer (Makefile.am): Remove lib_SOURCES.
15243         * modules/unistd-safer (Files): Add lib/fd-safer.c
15244         (Makefile.am): Remove lib_SOURCES.
15245
15246         * MODULES.html.sh (Enhancements for POSIX:2001 functions):
15247         Remove fcntl-safer; unistd-safer supersedes it.
15248
15249 2005-05-01  Paul Eggert  <eggert@cs.ucla.edu>
15250
15251         * m4/euidaccess.m4 (gl_PREREQ_EUIDACCESS): Don't require
15252         AC_HEADER_STAT.
15253         * m4/lchown.m4 (gl_FUNC_CHOWN): Likewise.
15254         (gl_PREREQ_CHOWN): Remove.
15255         * m4/lstat.m4 (gl_FUNC_LSTAT): Require AC_FUNC_LSTAT instead of calling
15256         it.  Don't require AC_HEADER_STAT.
15257         (gl_PREREQ_LSTAT): Remove.
15258         * m4/mkstemp.m4 (gl_PREREQ_TEMPNAME): Check stdint.h only once.
15259         Don't require AC_HEADER_STAT.
15260         * m4/rmdir.m4 (gl_FUNC_RMDIR): Don't require AC_HEADER_STAT.
15261         (gl_PREREQ_RMDIR): Remove.
15262         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME): Don't
15263         mention stat-macros.h or AC_HEADER_STAT, since we'll make
15264         the stat-macros module a prerequisite.
15265         * m4/file-type.m4 (gl_FILE_TYPE): Likewise.
15266         * m4/filemode.m4 (gl_FILEMODE): Likewise.
15267         * m4/makepath.m4 (gl_MAKEPATH): Likewise.
15268         * m4/modechange.m4 (gl_MODECHANGE): Likewise.
15269         * m4/clock_time.m4 (gl_CLOCK_TIME): Use gl_ rather than fetish_ for
15270         variable names.
15271         * m4/rmdir-errno.m4 (gl_FUNC_RMDIR_NOTEMPTY): Renamed from
15272         fetish_FUNC_RMDIR_NOTEMPTY.  All uses changed.  Use gl_ for
15273         variable prefixes.
15274         * m4/fcntl-safer.m4: Remove.
15275         * m4/stdio-safer.m4 (gl_STDIO_SAFER): Use AC_LIBSOURCES and AC_LIBOBJ.
15276         * m4/unistd-safer.m4 (gl_UNISTD_SAFER): Likewise.
15277         Invoke gl_PREREQ_FD_SAFER.
15278         (gl_PREREQ_FD_SAFER): New macro.
15279         * m4/nanosleep.m4 (gl_PREREQ_NANOSLEEP): Check for siginterrupt.
15280         * m4/readutmp.m4 (gl_READUTMP): Require AC_C_INLINE.
15281         Use AC_CHECK_HEADERS_ONCE and AC_CHECK_FUNCS_ONCE when possible.
15282         Remove duplicate call to AC_LIBOBJ(readutmp).
15283         (gl_PREREQ_READUTMP): Remove.  All uses inlined.
15284
15285         * m4/mmap-anon.m4 (gl_FUNC_MMAP_ANON): Check for message, not for
15286         MAP_ANON.  Problem reported by Moriyoshi Koizumi to bug-cvs.
15287
15288 2005-05-01  Paul Eggert  <eggert@cs.ucla.edu>
15289
15290         * MODULES.html.sh (Misc): Add byteswap.
15291
15292 2005-05-01  Oskar Liljeblad  <oskar@osk.mine.nu>
15293
15294         * modules/getcwd (Depends-on): Add extensions.
15295         * modules/openat (Depends-on): Likewise.
15296
15297 2005-05-01  Oskar Liljeblad  <oskar@osk.mine.nu>
15298
15299         * modules/byteswap: New file.
15300
15301 2005-05-01  Oskar Liljeblad  <oskar@osk.mine.nu>
15302
15303         * m4/byteswap.m4: New file.
15304
15305 2005-05-01  Oskar Liljeblad  <oskar@osk.mine.nu>
15306
15307         * lib/byteswap_.h: New file.
15308
15309 2005-04-25  Karl Berry  <karl@gnu.org>
15310
15311         * m4/gettext.m4: Update from GNU gettext 0.14.4.
15312
15313 2005-04-25  Albert Chin  <china@thewrittenword.com>
15314
15315         * lib/regex.c: Include <stdio.h>, as a workaround to a Compaq Desktop
15316         Toolkit C bug.
15317
15318 2005-04-21  Oskar Liljeblad  <oskar@osk.mine.nu>
15319
15320         * gnulib-tool (Options): Add -s for --symlink/--symbolic.
15321         (func_ln_if_changed) Remove forcibly for no error message
15322         in case file does not exist.
15323
15324 2005-04-19  Simon Josefsson  <jas@extundo.com>
15325
15326         * gnulib-tool (Options): Make --symlink mean --symbolic.
15327
15328 2005-04-18  Oskar Liljeblad  <oskar@osk.mine.nu>
15329
15330         * doc/gnulib.texi (Initial import): Fix.  Mention --aux-dir.
15331
15332 2005-04-16  Simon Josefsson  <jas@extundo.com>
15333
15334         * modules/getpass-gnu (Makefile.am): Don't mention getpass.h.
15335
15336 2005-04-15  Simon Josefsson  <jas@extundo.com>
15337
15338         * m4/getpass.m4 (gl_FUNC_GETPASS): Use AC_LIBSOURCES.
15339
15340 2005-04-15  Simon Josefsson  <jas@extundo.com>
15341
15342         * gnulib-tool: Rename --symlink to --symbolic.
15343
15344 2005-04-15  Oskar Liljeblad  <oskar@osk.mine.nu>
15345
15346         * gnulib-tool: Add -s, --symlink option to gnulib-tool to make
15347         symbolic links to files instead of copying/moving.  Add --aux-dir,
15348         specifying directory relative --dir where auxiliary build tools
15349         are placed.
15350
15351 2005-04-14  Bruno Haible  <bruno@clisp.org>
15352
15353         * modules/allocsa (License): Change to LGPL.
15354         Requested by Yoann Vandoorselaere <yoann@prelude-ids.org>.
15355
15356 2005-04-13  Paul Eggert  <eggert@cs.ucla.edu>
15357
15358         * lib/getdate.y (zone): Allow relunit_snumber after tZONE, so
15359         that "UTC +1 second" continues to work.  Problem reported
15360         by Dmitry V. Levin.
15361         (relunit_snumber): New rule.
15362         (relunit): Use it.
15363
15364 2005-04-12  Paul Eggert  <eggert@cs.ucla.edu>
15365
15366         * lib/getdate.y (universal_time_zone_table): New constant.
15367         (time_zone_table): Remove GMT, UT, UTC entries; they're now in
15368         universal_time_zone_table.
15369         (lookup_zone): Prefer universal_time_zone_table to
15370         local_time_zone_table, so that "GMT" time stamps are allowed in
15371         London during the summer.  Problem reported by Ian Abbott.
15372
15373 2005-04-12  Jim Meyering  <jim@meyering.net>
15374
15375         * lib/human.c (humblock): Set *options even when returning due to
15376         xstrtoumax conversion failure.  Thanks to a used-uninitialized
15377         warning from gcc-4.
15378
15379 2005-04-09  Jim Meyering  <jim@meyering.net>
15380
15381         * lib/posixtm.c (posixtime) [lint]: Avoid spurious warning from gcc-4's
15382         -Wuninitialized: initialize tm0.tm_year.
15383
15384 2005-04-04  Paul Eggert  <eggert@cs.ucla.edu>
15385
15386         * lib/getdate.y (parser_control): rels_seen is now a boolean, not a
15387         count, since there's no maximum.  All uses changed.
15388         Add member dsts_seen.
15389         (local_zone): Accumulate dsts_seen rather than relying on tm_isdst
15390         not being INT_MAX.
15391         (get_date): Initialize dsts_seen, and check that it doesn't go over 1.
15392         Use pc_rels_seen to decide whther a date is absolute.
15393
15394         * lib/getdate.y (number): Don't overwrite year.
15395         (get_date): Initialize pc.year.digits to 0, not 4, to enable above
15396         check.
15397
15398 2005-04-02  Simon Josefsson  <jas@extundo.com>
15399
15400         * lib/getaddrinfo.h: Fix OpenBSD compilation failure, inspired by tiny
15401         patch from Yoann Vandoorselaere <yoann@prelude-ids.org>.
15402
15403 2005-03-28  Eric Blake  <ebb9@byu.net>  (tiny change)
15404
15405         * m4/getcwd-path-max.m4: Return success on systems such as Cygwin
15406         where no absolute path name can be longer than PATH_MAX.
15407
15408 2005-03-27  Jim Meyering  <jim@meyering.net>
15409
15410         * lib/argmatch.c: Clarify comment: null-terminated -> NULL-terminated.
15411
15412 2005-03-26  Paul Eggert  <eggert@cs.ucla.edu>
15413
15414         * lib/intprops.h (INT_STRLEN_BOUND, INT_BUFSIZE_BOUND):
15415         "one's complement" -> "ones' complement" in comment, as per Knuth.
15416         "value of type" -> "type or expression" in comment.
15417         * lib/mktime.c, strftime.c: Propagate intprops.h comment nits.
15418
15419 2005-03-26  Jim Meyering  <jim@meyering.net>
15420
15421         Comment nits.
15422         * lib/intprops.h: Add the apostrophe in `(one|two)'s complement'.
15423         Correct typos: s/or/of/.
15424
15425 2005-03-26  Jim Meyering  <jim@meyering.net>
15426
15427         * modules/check-include-files: Move to ../ and rename to...
15428         * check-module: ...this.
15429
15430 2005-03-25  Jim Meyering  <jim@meyering.net>
15431
15432         * modules/xvasprintf (Files): Add xalloc.h.
15433
15434 2005-03-23  Paul Eggert  <eggert@cs.ucla.edu>
15435
15436         * modules/gettext (Files): config/config.rpath ->
15437         build-aux/config.rpath
15438         * modules/iconv (Files): Likewise.
15439         Problem reported by Oskar Liljeblad.
15440
15441 2005-03-23  Jim Meyering  <jim@meyering.net>
15442
15443         * modules/check-include-files: New script to check for
15444         missing dependencies, multiple includes, etc.
15445
15446         * modules/c-strtold (Depends-on): Add xalloc.
15447         * modules/c-strtod (Depends-on): Add xalloc.
15448         * modules/hash (Depends-on): Add xalloc.
15449         (Files): Remove lib/xalloc.h.
15450
15451         * modules/gethrxtime (Files): Add lib/gethrxtime.h.
15452         * modules/userspec (Files): Add lib/inttostr.h.
15453
15454 2005-03-23  Jim Meyering  <jim@meyering.net>
15455
15456         * lib/canonicalize.c: Remove duplicate `#include "stat-macros.h"'.
15457
15458 2005-03-22  Jim Meyering  <jim@meyering.net>
15459
15460         * modules/stat-macros: New module.
15461         * modules/canonicalize, modules/euidaccess, modules/file-type,
15462         * modules/filemode, modules/lchown, modules/makepath,
15463         * modules/rmdir, modules/stat: Depend on new stat-macros module
15464         rather than listing lib/stat-macros.h manually.
15465         Don't add stat-macros.h to lib_SOURCES or list it in Files: section.
15466
15467 2005-03-22  Jim Meyering  <jim@meyering.net>
15468
15469         * m4/stat-macros.m4 (gl_STAT_MACROS): New file/macro.
15470
15471 2005-03-22  Bruno Haible  <bruno@clisp.org>
15472
15473         * config/srclist.txt: Replace target directory 'config' with
15474         'build-aux'.
15475         * config/config.guess, config.sub, config.rpath, depcomp, install-sh:
15476         * config/mdate-sh, missing, mkinstalldirs, texinfo.tex: Move to
15477         ../build-aux/.
15478
15479 2005-03-21  Paul Eggert  <eggert@cs.ucla.edu>
15480
15481         * modules/chdir-long (Depends-on): Add mempcpy.
15482
15483         * modules/acl, modules/backupfile, modules/c-strtod,
15484         modules/c-strtold, modules/canon-host, modules/canonicalize,
15485         modules/cloexec, modules/closeout, modules/dirfd, modules/dirname,
15486         modules/exclude, modules/exitfail, modules/file-type,
15487         modules/filemode, modules/fpending, modules/fsusage, modules/getcwd,
15488         modules/getdate, modules/getline, modules/getpagesize,
15489         modules/getpass, modules/getugroups, modules/group-member,
15490         modules/hard-locale, modules/hash, modules/human, modules/idcache,
15491         modules/inttostr, modules/long-options, modules/makepath,
15492         modules/md5, modules/memcasecmp, modules/memcoll,
15493         modules/modechange, modules/mountlist, modules/path-concat,
15494         modules/pathmax, modules/physmem, modules/posixtm, modules/posixver,
15495         modules/quote, modules/quotearg, modules/readtokens, modules/readutmp,
15496         modules/safe-read, modules/safe-write, modules/same, modules/savedir,
15497         modules/settime, modules/sha1, modules/sig2str, modules/strdup,
15498         modules/strftime, modules/strndup, modules/strverscmp,
15499         modules/timespec, modules/unlocked-io, modules/userspec,
15500         modules/utimecmp, modules/utimens, modules/xalloc, modules/xstrtol,
15501         modules/yesno:
15502         Remove lib_SOURCES line from Makefile.am section, as this is now
15503         done automatically by the corresponding Autoconf macro.
15504
15505 2005-03-21  Jim Meyering  <jim@meyering.net>
15506
15507         Changes imported from coreutils.
15508
15509         * lib/cycle-check.c: Don't include xalloc.h.
15510
15511         * lib/path-concat.c: Don't include assert.h.
15512         (path_concat): Remove assertion that would have triggered
15513         for ABASE starting with more than one slash.
15514         Reported by Andreas Schwab.
15515
15516         * lib/path-concat.c (path_concat): Set *BASE_IN_RESULT
15517         properly when ABASE is an absolute file name.
15518         Correct the description of this function.
15519         Include <assert.h>.
15520         Add an assertion and a test driver.
15521         This fixes a bug introduced on 2004-07-02.
15522         Andreas Schwab reported the resulting failure of cp --parents:
15523         http://lists.gnu.org/archive/html/bug-coreutils/2005-01/msg00130.html
15524
15525 2005-03-21  Jim Meyering  <jim@meyering.net>
15526
15527         * m4/chdir-long.m4 (gl_PREREQ_CHDIR_LONG): Invoke gl_FUNC_MEMRCHR.
15528         * m4/memrchr.m4 (gl_FUNC_MEMRCHR): Check for memrchr decl.
15529
15530 2005-03-21  Jim Meyering  <jim@meyering.net>
15531         and  Paul Eggert  <eggert@cs.ucla.edu>
15532
15533         * m4/acl.m4, m4/backupfile.m4, m4/c-strtod.m4, m4/canon-host.m4,
15534         m4/canonicalize.m4, m4/cloexec.m4, m4/closeout.m4, m4/dirfd.m4,
15535         m4/dirname.m4, m4/exclude.m4, m4/exitfail.m4, m4/file-type.m4,
15536         m4/filemode.m4, m4/fpending.m4, m4/fsusage.m4, m4/getcwd.m4,
15537         m4/getdate.m4, m4/getline.m4, m4/getpagesize.m4, m4/getpass.m4,
15538         m4/getugroups.m4, m4/group-member.m4, m4/hard-locale.m4, m4/hash.m4,
15539         m4/human.m4, m4/idcache.m4, m4/inttostr.m4, m4/long-options.m4,
15540         m4/makepath.m4, m4/md5.m4, m4/memcasecmp.m4, m4/memcoll.m4,
15541         m4/modechange.m4, m4/mountlist.m4, m4/nanosleep.m4, m4/path-concat.m4,
15542         m4/pathmax.m4, m4/physmem.m4, m4/posixtm.m4, m4/posixver.m4,
15543         m4/quote.m4, m4/quotearg.m4, m4/readtokens.m4, m4/readutmp.m4,
15544         m4/safe-read.m4, m4/safe-write.m4, m4/same.m4, m4/savedir.m4,
15545         m4/settime.m4, m4/sha1.m4, m4/sig2str.m4, m4/strdup.m4, m4/strftime.m4,
15546         m4/strndup.m4, m4/strverscmp.m4, m4/timespec.m4, m4/unlocked-io.m4,
15547         m4/userspec.m4, m4/utimecmp.m4, m4/utimens.m4, m4/xalloc.m4,
15548         m4/xnanosleep.m4, m4/xstrtol.m4, m4/yesno.m4:
15549         Use AC_LIBSOURCES and AC_LIBOBJ to indicate source and object files
15550         for these modules.
15551
15552 2005-03-18  Paul Eggert  <eggert@cs.ucla.edu>
15553
15554         * lib/strftime.c (my_strftime): If the underlying strftime returns 0
15555         (which shouldn't happen), generate nothing instead of returning 0
15556         immediately, so that nstrftime (NULL, ...) doesn't return 0.
15557
15558 2005-03-16  Bruno Haible  <bruno@clisp.org>
15559
15560         * modules/stdint (Makefile.am): Use HAVE_LONG_LONG_64BIT instead of
15561         HAVE_LONGLONG_64BIT.
15562
15563 2005-03-16  Bruno Haible  <bruno@clisp.org>
15564
15565         * m4/stdint.m4 (gl_STDINT_H): Define HAVE_LONG_LONG_64BIT instead of
15566         HAVE_LONGLONG_64BIT.
15567
15568 2005-03-16  Bruno Haible  <bruno@clisp.org>
15569
15570         * lib/stdint_.h: Use HAVE_LONG_LONG_64BIT instead of
15571         HAVE_LONGLONG_64BIT.
15572
15573 2005-03-15  Paul Eggert  <eggert@cs.ucla.edu>
15574
15575         * lib/strftime.c (my_strftime): Prepend space to format so that we can
15576         reliably distinguish strftime failure from empty output on POSIX
15577         hosts.
15578
15579 2005-03-15  Paul Eggert  <eggert@cs.ucla.edu>
15580
15581         * lib/iconvme.c (SIZE_MAX): New macro, if not already defined.
15582         (iconv_string): Don't guess a size-zero buffer, as that might cause
15583         buffer overrun.  Instead, avoid multiplying by MB_LEN_MAX if the
15584         result would be 'too large', where 'too large' is (heuristically)
15585         the square root of SIZE_MAX, divided by MB_LEN_MAX to allay
15586         overflow concerns.  This will prevent some unwanted malloc failures
15587         when the inputs are very large.
15588
15589 2005-03-15  Karl Berry  <karl@gnu.org>
15590
15591         * config/srclist.txt (config.rpath): from gettext.
15592         * config/config.rpath: update.
15593
15594 2005-03-15  Bruno Haible  <bruno@clisp.org>
15595
15596         * lib/regex.c (byte_re_match_2_internal): Rename local variable 'not'
15597         to 'negate'.
15598
15599         * lib/regex.c (byte_re_match_2_internal): Reduce scope of same_str_p
15600         variable.
15601
15602         * lib/regex.c (EXTEND_BUFFER, regcomp): Cast the realloc/malloc
15603         results.
15604
15605 2005-03-14  Simon Josefsson  <jas@extundo.com>
15606
15607         * lib/timegm.h: Use proper prototype CPP guards, reported by Dave Love
15608         <fx@gnu.org>.
15609
15610 2005-03-14  Paul Eggert  <eggert@cs.ucla.edu>
15611
15612         * lib/mktime.c (TYPE_TWOS_COMPLEMENT, TYPE_ONES_COMPLEMENT,
15613         TYPE_SIGNED_MAGNITUDE, TYPE_MINIMUM, TYPE_MAXIMUM): Sync from
15614         intprops.h.
15615         * lib/strtol.c: Likewise.
15616
15617 2005-03-14  Jim Meyering  <jim@meyering.net>
15618
15619         * lib/strftime.c (my_strftime) [HAVE_STRFTIME && ! (_NL_CURRENT
15620         && HAVE_STRUCT_ERA_ENTRY)]: Initialize the first byte of ubuf[]
15621         to be nonzero so that we (and caller) can detect the difference
15622         between a valid zero-length expansion and an error return, even
15623         when the underlying strftime fails before writing anything into
15624         that location.
15625
15626 2005-03-14  Bruno Haible  <bruno@clisp.org>
15627
15628         * m4/lib-link.m4, gettext.m4, nls.m4, po.m4:
15629         Update from GNU gettext 0.14.3.
15630
15631 2005-03-10  Jim Meyering  <jim@meyering.net>
15632
15633         * m4/save-cwd.m4 (gl_SAVE_CWD): Check for fchdir.
15634
15635 2005-03-10  Jim Meyering  <jim@meyering.net>
15636
15637         * lib/save-cwd.c [!HAVE_FCHDIR]: Define open, fchdir, and chdir_long
15638         so that this module works on systems without fchdir.
15639
15640 2005-03-09  Paul Eggert  <eggert@cs.ucla.edu>
15641
15642         Factor int-properties macros into a single file, except for
15643         glibc-related files.
15644         * lib/intprops.h: New file.
15645         * lib/getloadavg.c: Include it instead of limits.h.
15646         (INT_STRLEN_BOUND): Remove.
15647         * lib/human.c: Include intprops.h.
15648         (group_number): Use INT_STRLEN_BOUND instead of rolling it ourself.
15649         * lib/human.h (LONGEST_HUMAN_READABLE): Use 146/485 rather than
15650         302/1000.
15651         * lib/inttostr.h: Include intprops.h instead of limits.h.
15652         (INT_STRLEN_BOUND, INT_BUFSIZE_BOUND): Remove.
15653         * lib/mktime.c (TYPE_IS_INTEGER, TYPE_TWOS_COMPLEMENT): New macros,
15654         for consistency with intprops.h.
15655         (time_t_is_integer, twos_complement_arithmetic): Use them.
15656         * lib/sig2str.h: Include <signal.h>, intprops.h.
15657         (INT_STRLEN_BOUND): Remove.
15658         * lib/strftime.c (TYPE_SIGNED): Remove.
15659         (INT_STRLEN_BOUND): Switch to same implementation as intprops.h.
15660         * lib/strtol.c: Adjust comments to match intprops.h.
15661         * lib/userspec.c: Include intprops.h.
15662         (TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM): Remove.
15663         * lib/utimecmp.c, xnanosleep.c, xstrtol.c: Likewise.
15664         * lib/utimecmp.c (utimecmp): Use TYPE_IS_INTEGER, TYPE_TWOS_COMPLEMENT
15665         instead of rolling our own expressions.
15666         * lib/xstrtol.c: Include xstrtol.h first, to test interface.
15667
15668         * lib/strftime.c: Include <stdbool.h>.  Use bool where appropriate,
15669         instead of int.
15670         (my_strftime): Do not mishandle years close to INT_MAX, by doing
15671         the right thing even if adding 1900 would overflow.  Similarly
15672         for tm_mon + 1 and tm_yday + 1.
15673         Make %Y always equivalent to %C%y, and similarly for %G and %g.
15674         (DO_NUMBER, DO_NUMBER_SPACEPAD): Set digits to d, not a conditional.
15675         (DO_SIGNED_NUMBER): New macro.
15676         (my_strftime) [HAVE_TZNAME]: Don't dump core if tp->tm_dst > 1.
15677
15678 2005-03-07  Bruno Haible  <bruno@clisp.org>
15679
15680         * m4/mmap-anon.m4 (MAP_FILE, MAP_FAILED): Remove definitions.
15681
15682 2005-03-07  Bruno Haible  <bruno@clisp.org>
15683
15684         * lib/pagealign_alloc.c (MAP_FILE, MAP_FAILED): Define fallbacks.
15685
15686 2005-03-04  Derek R. Price  <derek@ximbiot.com>
15687
15688         * gnulib-tool (func_cp_if_changed, func_mv_if_changed): New functions.
15689         (func_import): Only replace files via --import when they have actually
15690         changed.
15691
15692 2005-03-03  Derek R. Price  <derek@ximbiot.com>
15693
15694         * m4/mmap-anon.m4: New file.
15695         * m4/pagealign_alloc.m4: New file.
15696
15697 2005-03-03  Derek R. Price  <derek@ximbiot.com>
15698             Bruno Haible  <bruno@clisp.org>
15699
15700         * modules/pagealign_alloc: New file.
15701         * MODULES.html.sh (Memory management functions): Add pagealign_alloc.
15702
15703 2005-03-03  Derek R. Price  <derek@ximbiot.com>
15704             Bruno Haible  <bruno@clisp.org>
15705
15706         * lib/pagealign_alloc.h: New file.
15707         * lib/pagealign_alloc.c: New file.
15708
15709 2005-03-03  Bruno Haible  <bruno@clisp.org>
15710
15711         * m4/inttypes.m4, isc-posix.m4, once-only.m4:
15712         Use an all-permissive copyright notice, recommended by RMS.
15713
15714 2005-03-02  Bruno Haible  <bruno@clisp.org>
15715
15716         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Undo the replacement here. Because
15717         of AIX, the replacement has to be done only after <string.h> is
15718         included, therefore not in config.h. stpncpy.h does the replacement,
15719         and stpncpy.c uses it.
15720
15721 2005-03-02  Bruno Haible  <bruno@clisp.org>
15722
15723         * lib/stpncpy.h (stpncpy): Define as a macro without arguments, so that
15724         stpncpy.c uses it.
15725
15726 2005-03-01  Paul Eggert  <eggert@cs.ucla.edu>
15727
15728         Remove workaround for bug in Linux kernel 2.6.8 or thereabouts.
15729         The workaround isn't strictly needed for POSIX conformance, and
15730         it's too much of a pain to configure and maintain.  We'll ask
15731         people to fix their kernels instead.
15732         * lib/xnanosleep.c: Don't include gethrxtime.h or xtime.h.
15733         (NANOSLEEP_BUG_WORKAROUND): Remove.
15734         (xnanosleep): Remove the workaround.
15735
15736 2005-03-01  Paul Eggert  <eggert@cs.ucla.edu>
15737
15738         * modules/gettime (Makefile.am): Remove lib_SOURCES line.
15739         Reported by Derek Price.
15740         (Include): Add "timespec.h".
15741
15742         * modules/xnanosleep (Depends-on): Remove gethrxtime.
15743
15744 2005-03-01  Paul Eggert  <eggert@cs.ucla.edu>
15745
15746         * m4/xnanosleep.m4 (gl_XNANOSLEEP): Remove configuration attempting
15747         to detect nanosleep bug.
15748
15749 2005-03-01  Bruno Haible  <bruno@clisp.org>
15750
15751         * lib/vasnprintf.c (EOVERFLOW): Define to a fallback if needed.
15752
15753 2005-02-26  Paul Eggert  <eggert@cs.ucla.edu>
15754
15755         * modules/gethrxtime: New file.
15756         * modules/xnanosleep (Files): Add m4/xnanosleep.m4.
15757         (Depends-on): Add gethrxtime.
15758         (configure.ac): Add gl_XNANOSLEEP.
15759         (Makefile.am): Remove lib_SOURCES line.
15760
15761 2005-02-25  Paul Eggert  <eggert@cs.ucla.edu>
15762
15763         * m4/gethrxtime.m4, m4/xnanosleep.m4: New files.
15764         * m4/gettime.m4 (gl_GETTIME): Check for nanotime.
15765
15766 2005-02-25  Paul Eggert  <eggert@cs.ucla.edu>
15767
15768         * lib/gethrxtime.h, lib/gethrxtime.c, lib/xtime.h: New files.
15769         * lib/timespec.h (gettime): Return void, since it always
15770         succeeds now.  All uses changed.
15771         * lib/gettime.c (gettime) Likewise.
15772         [HAVE_NANOTIME]: Prefer nanotime.
15773         Assume gettimeofday succeeds, as POSIX requires.
15774         Assime time () succeeds, since other code already does.
15775         * lib/xnanosleep.c: Include xtime.h and gethrxtime.h, not xalloc.h.
15776         (timespec_subtract): Remove.
15777         (NANOSLEEP_BUG_WORKAROUND): New constant.
15778         (xnanosleep): Use gethrxtime rather than gettime; this simplifies
15779         things considerably.  Use it only on GNU/Linux hosts, since the
15780         workaround shouldn't be needed elsewhere.
15781
15782 2005-02-24  Bruno Haible  <bruno@clisp.org>
15783
15784         * modules/gettext (Files): Add m4/glibc2.m4.
15785
15786 2005-02-24  Bruno Haible  <bruno@clisp.org>
15787
15788         * m4/gettext.m4, intdiv0.m4, intmax.m4, inttypes-pri.m4, lcmessage.m4:
15789         * m4/lib-link.m4, lib-prefix.m4, nls.m4, po.m4, printf-posix.m4:
15790         * m4/progtest.m4:
15791         Update from GNU gettext 0.14.2.
15792         * m4/glibc2.m4: New file, from GNU gettext 0.14.2.
15793
15794 2005-02-24  Bruno Haible  <bruno@clisp.org>
15795
15796         * lib/localcharset.c: Update from GNU gettext 0.14.2.
15797         * lib/config.charset: Update from GNU gettext 0.14.2.
15798
15799 2005-02-24  Bruno Haible  <bruno@clisp.org>
15800
15801         * lib/gettext.h: Update from GNU gettext 0.14.2.
15802
15803 2005-02-23  Simon Josefsson  <jas@extundo.com>
15804
15805         * m4/iconvme.m4: New file.
15806
15807 2005-02-23  Jim Meyering  <jim@meyering.net>
15808
15809         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Revert yesteday's
15810         change.
15811         Thanks to Bruno Haible for catching it.
15812
15813 2005-02-22  Simon Josefsson  <jas@extundo.com>
15814
15815         * modules/iconvme: New file.
15816
15817         * MODULES.html.sh: Add iconvme.
15818
15819 2005-02-22  Simon Josefsson  <jas@extundo.com>
15820
15821         * lib/iconvme.h, lib/iconvme.c: New files, from libc.
15822
15823 2005-02-22  Simon Josefsson  <jas@extundo.com>
15824
15825         * config/srclist.txt: Sync iconvme.h, iconvme.c from libc.
15826
15827 2005-02-22  Jim Meyering  <jim@meyering.net>
15828
15829         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Fix typo:
15830         s/ifndef/ifdef/.
15831
15832 2005-02-20  Neil Conway  <neilc@samurai.com>
15833
15834         * lib/xgethostname.c (xgethostname): Check for ENOMEM, which is
15835         returned by OSX/Darwin if the specified buffer is not large
15836         enough for the hostname.
15837
15838 2005-02-03  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
15839
15840         * lib/argp-help.c (__argp_help): Create a fake struct argp_state and
15841         pass it to _help, otherwise the latter coredumps trying to
15842         dereference state.root_argp.
15843
15844 2005-02-03  Paul Eggert  <eggert@cs.ucla.edu>
15845
15846         * modules/chdir-long (Depends-on): Add memrchr.
15847         * modules/memrchr (Files): Add lib/memrchr.h.
15848         (Include): "memrchr.h".
15849
15850 2005-02-03  Paul Eggert  <eggert@cs.ucla.edu>
15851
15852         * m4/memrchr.m4 (gl_FUNC_MEMRCHR): Add AC_LIBSOURCES, for memrchr.h.
15853
15854 2005-02-03  Paul Eggert  <eggert@cs.ucla.edu>
15855
15856         * lib/memrchr.h: New file.
15857         * lib/chdir-long.c: Include it.
15858         * lib/memrchr.c [!defined _LIBC]: Include it rather than <string.h>
15859         Don't bother including stddef.h.
15860
15861 2005-02-01  Paul Eggert  <eggert@cs.ucla.edu>
15862
15863         * lib/mountlist.h (MOUNTLIST_H_): New macro, to protect against double
15864         inclusion.
15865         Include <sys/types.h>, for dev_t.
15866         (ME_DUMMY, ME_REMOTE): Move from here....
15867         * lib/mountlist.c (ME_DUMMY, ME_REMOTE): To here.
15868         (ME_DUMMY): Count "subfs" as a dummy.  Problem reported by
15869         Dmitry V. Levin.
15870         Include mountlist.h first, to test the interface.
15871
15872 2005-01-29  Bruno Haible  <bruno@clisp.org>
15873
15874         * lib/progname.c (program_name): Initialize.
15875         Needed when linking statically on MacOS X.
15876
15877 2005-01-28  Paul Eggert  <eggert@cs.ucla.edu>
15878
15879         Sync from coreutils.
15880         * modules/getloadavg (Files): Remove m4/getloadavg.m4.
15881         (Depends-on): Add c-strtod.
15882         (configure.ac): Replace gl_FUNC_GETLOADAVG with AC_FUNC_GETLOADAVG.
15883
15884 2005-01-28  Paul Eggert  <eggert@cs.ucla.edu>
15885
15886         Sync from coreutils.
15887         * m4/getloadavg.m4, glibc.m4, search-libs.m4: Remove.
15888
15889         Remove files that are specific to coreutils.
15890         * m4/check-decl.m4, jm-macros.m4, lib-check.m4, prereq.m4: Remove.
15891
15892 2005-01-28  Bruno Haible  <bruno@clisp.org>
15893
15894         * modules/javacomp: New file.
15895         * MODULES.html.sh (Java): Add javacomp.
15896
15897 2005-01-28  Bruno Haible  <bruno@clisp.org>
15898
15899         * m4/javacomp.m4: New file, from GNU gettext.
15900
15901 2005-01-28  Bruno Haible  <bruno@clisp.org>
15902
15903         * lib/javacomp.sh.in: New file, from GNU gettext.
15904         * lib/javacomp.h: New file, from GNU gettext.
15905         * lib/javacomp.c: New file, from GNU gettext.
15906
15907 2005-01-26  Simon Josefsson  <jas@extundo.com>
15908
15909         * lib/gai_strerror.c: Use GPL in header.
15910
15911 2005-01-26  Bruno Haible  <bruno@clisp.org>
15912
15913         * modules/javaexec: New file.
15914         * MODULES.html.sh (Java): Add javaexec.
15915
15916 2005-01-26  Bruno Haible  <bruno@clisp.org>
15917
15918         * m4/javaexec.m4: New file, from GNU gettext.
15919
15920 2005-01-26  Bruno Haible  <bruno@clisp.org>
15921
15922         * lib/javaexec.sh.in: New file, from GNU gettext.
15923         * lib/javaexec.h: New file, from GNU gettext.
15924         * lib/javaexec.c: New file, from GNU gettext.
15925
15926 2005-01-24  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
15927
15928         * modules/lchown (Depends-on): Remove lchown.h
15929
15930 2005-01-24  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
15931
15932         * m4/sysexits.m4 (gl_SYSEXITS): Reverted logic. SYSEXITS_H
15933         must be defined if the header file was not found, in order
15934         to provide a replacement. Reported by Todd Vierling <tv@duh.org>
15935
15936 2005-01-24  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
15937
15938         * lib/argp-help.c (hol_entry_help): Avoid using non-constant
15939         initializers for struct pentry_state.
15940         (__argp_error): Check return value of __asprintf
15941         (__argp_failure): Translate error message
15942
15943         * lib/argp-parse.c: Removed braces around the expansion of N_()
15944
15945 2005-01-23  Paul Eggert  <eggert@cs.ucla.edu>
15946
15947         * m4/acl.m4, afs.m4, alloca.m4, argp.m4, assert.m4, atexit.m4,
15948         backupfile.m4, base64.m4, bison.m4, c-bs-a.m4, c-stack.m4,
15949         c-strtod.m4, calloc.m4, canon-host.m4, canonicalize.m4,
15950         clock_time.m4, cloexec.m4, closeout.m4, d-ino.m4, d-type.m4,
15951         dirfd.m4, dirname.m4, dos.m4, dup2.m4, error.m4, euidaccess.m4,
15952         exclude.m4, exitfail.m4, extensions.m4, fcntl-safer.m4,
15953         file-type.m4, fileblocks.m4, filemode.m4, fnmatch.m4, fpending.m4,
15954         free.m4, fstypename.m4, fsusage.m4, ftruncate.m4, getaddrinfo.m4,
15955         getcwd-path-max.m4, getcwd.m4, getdate.m4, getdomainname.m4,
15956         getgroups.m4, gethostname.m4, getline.m4, getndelim2.m4,
15957         getnline.m4, getopt.m4, getpagesize.m4, getpass.m4, getsubopt.m4,
15958         gettime.m4, gettimeofday.m4, getugroups.m4, getusershell.m4,
15959         group-member.m4, hard-locale.m4, hash.m4, host-os.m4, human.m4,
15960         idcache.m4, inttostr.m4, isdir.m4, jm-winsz1.m4, jm-winsz2.m4,
15961         link-follow.m4, long-options.m4, ls-mntd-fs.m4, lstat.m4,
15962         makepath.m4, mathl.m4, md5.m4, memcasecmp.m4, memchr.m4,
15963         memcmp.m4, memcoll.m4, memcpy.m4, memmem.m4, memmove.m4,
15964         memrchr.m4, memset.m4, mkdir-slash.m4, mkstemp.m4, mktime.m4,
15965         modechange.m4, mountlist.m4, nanosleep.m4, obstack.m4,
15966         path-concat.m4, pathmax.m4, perl.m4, physmem.m4, poll.m4,
15967         posixtm.m4, posixver.m4, putenv.m4, quote.m4, quotearg.m4,
15968         readdir.m4, readtokens.m4, readutmp.m4, regex.m4, rename.m4,
15969         restrict.m4, rmdir-errno.m4, rmdir.m4, rpmatch.m4, same.m4,
15970         savedir.m4, settime.m4, sha1.m4, sig2str.m4, snprintf.m4,
15971         sockpfaf.m4, st_dm_mode.m4, st_mtim.m4, stat.m4, stdint.m4,
15972         stdio-safer.m4, strchrnul.m4, strdup.m4, strerror.m4,
15973         strerror_r.m4, strftime.m4, strndup.m4, strnlen.m4, strsep.m4,
15974         strtod.m4, strtoimax.m4, strtok_r.m4, strtol.m4, strtoll.m4,
15975         strtoul.m4, strtoull.m4, strtoumax.m4, strverscmp.m4, sysexits.m4,
15976         time_r.m4, timegm.m4, timespec.m4, tm_gmtoff.m4, tzset.m4,
15977         uint32_t.m4, uintptr_t.m4, unistd-safer.m4, unlink-busy.m4,
15978         unlocked-io.m4, uptime.m4, userspec.m4, utimbuf.m4, utime.m4,
15979         utimecmp.m4, utimens.m4, utimes-null.m4, vsnprintf.m4, xalloc.m4,
15980         xgetcwd.m4, xreadlink.m4, xstrndup.m4, xstrtod.m4, xstrtoimax.m4,
15981         xstrtol.m4, xstrtoumax.m4, yesno.m4:
15982         Use an all-permissive copyright notice, recommended by RMS.
15983
15984 2005-01-21  Paul Eggert  <eggert@cs.ucla.edu>
15985
15986         * modules/chdir-long (Depends-on): Remove mempcpy.
15987
15988 2005-01-21  Jim Meyering  <jim@meyering.net>
15989
15990         * lib/openat.h (AT_SYMLINK_NOFOLLOW): Define to 4096, so it's the
15991         same value as for Solaris 9.
15992
15993         * lib/chdir-long.c (chdir_long): Rewrite to remove limitation on
15994         component length.  This included changing the parameter to be
15995         of type `char *' rather than `char const *'.
15996         * lib/chdir-long.h (chdir_long): Update prototype.
15997
15998         * lib/openat.c (fdopendir, fstatat): New functions.
15999         * lib/openat.h: Include headers required for use of DIR and struct
16000         stat.
16001         [AT_SYMLINK_NOFOLLOW]: Define.
16002         (fdopendir, fstatat): Add prototypes.
16003
16004 2005-01-21  Bruno Haible  <bruno@clisp.org>
16005
16006         * modules/classpath: New file.
16007         * MODULES.html.sh (Java): Add classpath.
16008
16009 2005-01-21  Bruno Haible  <bruno@clisp.org>
16010
16011         * lib/classpath.h: New file, from GNU gettext.
16012         * lib/classpath.c: New file, from GNU gettext.
16013
16014 2005-01-20  Simon Josefsson  <jas@extundo.com>
16015
16016         * modules/version-etc-fsf: New file.
16017
16018 2005-01-20  Simon Josefsson  <jas@extundo.com>
16019
16020         * lib/version-etc-fsf.c: New file, with version_etc_copyright.
16021         * lib/version-etc.c: Remove version_etc_copyright.
16022         * lib/version-etc.h (version_etc_copyright): Use [] instead of * in
16023         prototype, suggested by Paul Eggert <eggert@CS.UCLA.EDU>.
16024
16025 2005-01-20  Simon Josefsson  <jas@extundo.com>
16026
16027         * lib/base64.h (isbase64): Add.
16028
16029         * lib/base64.c (isb64): Rename to isbase64, use to_uchar instead of
16030         using a unsigned prototype, don't inline.
16031         (base64_decode): Use it.
16032
16033 2005-01-20  Paul Eggert  <eggert@cs.ucla.edu>
16034
16035         * m4/save-cwd.m4 (gl_SAVE_CWD): Remove check for fcntl; we now assume
16036         it.
16037
16038 2005-01-20  Paul Eggert  <eggert@cs.ucla.edu>
16039
16040         * lib/save-cwd.c (save_cwd): Remove code to support the case
16041         where fchdir is missing or flaky.
16042
16043 2005-01-20  Paul Eggert  <eggert@cs.ucla.edu>
16044
16045         * MODULES.html.sh (Command-line arguments): Add version-etc-fsf.
16046
16047 2005-01-19  Paul Eggert  <eggert@cs.ucla.edu>
16048
16049         * modules/mempcpy (Makefile.am): Remove mention of mempcpy.h;
16050         AC_LIBSOURCES now does this.
16051         * MODULES.html.sh (Sizes of integer types <limits.h>): New element,
16052         with new ullong_max module.
16053
16054 2005-01-19  Bruno Haible  <bruno@clisp.org>
16055
16056         * modules/sh-quote: New file.
16057         * MODULES.html.sh (Executing programs): Add sh-quote.
16058
16059 2005-01-19  Bruno Haible  <bruno@clisp.org>
16060
16061         * lib/sh-quote.h: New file, from GNU gettext.
16062         * lib/sh-quote.c: New file, from GNU gettext.
16063
16064 2005-01-18  Paul Eggert  <eggert@cs.ucla.edu>
16065
16066         Merge from coreutils.
16067         * m4/ullong_max.m4: New file.
16068         * m4/jm-macros.m4 (gl_MACROS): Require gl_ULLONG_MAX.
16069         (gl_MACROS): Assume localeconv exists.
16070
16071 2005-01-18  Paul Eggert  <eggert@cs.ucla.edu>
16072
16073         Merge changes from coreutils, as described below in several
16074         changelogs dated today.
16075
16076         * lib/save-cwd.c: Include "save-cwd.h" before other include files.
16077         (O_DIRECTORY): Remove; not needed here, since "." must be
16078         a directory.  All uses removed.
16079         (save_cwd): Use __sgi || __sun, not sun || __sun.  __sun is
16080         universal on Suns, and we also need to test for IRIX.
16081         Revamp code to use 'if' rather than '#if'.
16082         Avoid unnecessary comparison of cwd->desc to 0.
16083
16084         * lib/utimens.c (futimens): Robustify the previous patch, by checking
16085         for known valid error numbers rather than observed invalid ones.
16086
16087 2005-01-18  Paul Eggert  <eggert@cs.ucla.edu>
16088
16089         * modules/ullong_max: New file.
16090
16091         * modules/chdir-long, modules/openat: New files.
16092         * modules/save-cwd (Depends-on): Depend on chdir-long.
16093         (Makefile.am): Remove lib_SOURCES; now handled by AC_LIBSOURCES.
16094
16095 2005-01-18  Jim Meyering  <jim@meyering.net>
16096
16097         Merge from coreutils.
16098         * m4/chdir-long.m4, m4/openat.m4: New files.
16099         * m4/save-cwd.m4 (gl_SAVE_CWD): Add AC_LIBSOURCES for save-cwd.c,
16100         save-cwd.h.  Add AC_LIBOBJ for save-cwd.
16101         * m4/chown.m4 (gl_FUNC_CHOWN): When cross-compiling, assume that chown
16102         is sane and DOES follow symlinks.  Besides, testing 20 different
16103         systems found no broken chown implementations.
16104         Prompted by a change in rsync's copy of this macro.
16105         * m4/jm-macros.m4 (gl_MACROS): Require gl_FUNC_CHDIR_LONG.
16106
16107         * m4/lchown.m4 (gl_FUNC_LCHOWN): Use AC_LIBSOURCES.
16108
16109         * m4/utimes.m4: Work around tests/touch/empty-file failure on a system
16110         (sparc64, Linux-2.4.28, glibc-2.3.3) that didn't honor utimes'
16111         NULL-means-set-to-current-time semantics.
16112         Remove temporary file immediately, rather than waiting
16113         for configure's at-exit trap code to do it.
16114
16115 2005-01-18  Jim Meyering  <jim@meyering.net>
16116
16117         * lib/version-etc.c (version_etc_copyright): Update copyright date.
16118
16119         * lib/utimens.c (futimens): Account for the fact that futimes
16120         can also fail with errno == ENOSYS or errno == ENOENT.
16121         Patch from Dmitry V. Levin.
16122
16123         Change the name of the robust chdir function from chdir to chdir_long.
16124         * lib/save-cwd.c: Include chdir-long.h rather than chdir.h.
16125         (restore_cwd): Use chdir_long, not chdir.
16126         * lib/chdir-long.c: Renamed from chdir.c.
16127         * lib/chdir-long.h: Renamed from chdir.h.
16128         [!defined PATH_MAX]: Define chdir_long to chdir on systems like the
16129         Hurd.
16130
16131 2005-01-18  Bruno Haible  <bruno@clisp.org>
16132
16133         * m4/allocsa.m4, m4/codeset.m4, m4/copy-file.m4, m4/eaccess.m4:
16134         * m4/eealloc.m4, m4/eoverflow.m4, m4/execute.m4, m4/fatal-signal.m4:
16135         * m4/findprog.m4, m4/glibc21.m4, m4/iconv.m4, m4/intmax_t.m4:
16136         * m4/inttypes_h.m4, m4/lib-ld.m4, m4/lib-link.m4, m4/lib-prefix.m4:
16137         * m4/linebreak.m4, m4/localcharset.m4, m4/longdouble.m4:
16138         * m4/longlong.m4, m4/mbrtowc.m4, m4/mbstate_t.m4, m4/mbswidth.m4:
16139         * m4/mkdtemp.m4, m4/pipe.m4, m4/readlink.m4, m4/safe-read.m4:
16140         * m4/safe-write.m4, m4/setenv.m4, m4/sig_atomic_t.m4:
16141         * m4/signalblocking.m4, m4/signed.m4, m4/size_max.m4, m4/ssize_t.m4:
16142         * m4/stdbool.m4, m4/stdint_h.m4, m4/stpcpy.m4, m4/stpncpy.m4:
16143         * m4/strcase.m4, m4/strcspn.m4, m4/strpbrk.m4, m4/strstr.m4:
16144         * m4/ucs4-utf.m4, m4/uintmax_t.m4, m4/ulonglong.m4, m4/unicodeio.m4:
16145         * m4/utf-ucs4.m4, m4/vasnprintf.m4, m4/vasprintf.m4:
16146         * m4/wait-process.m4, m4/wchar_t.m4, m4/wint_t.m4, m4/xsize.m4:
16147         Use an all-permissive copyright notice, recommended by RMS.
16148
16149 2005-01-18  Bob Proulx  <bob@proulx.com>
16150
16151         * lib/obstack.c [DEFAULT_ALIGNMENT]: Use an intermediate type to
16152         simplify offsetof() macro construct to avoid compile failure with
16153         native HP-UX 11.0 ANSI C compiler.
16154
16155 2005-01-17  Bruno Haible  <bruno@clisp.org>
16156
16157         * lib/stpncpy.c: Remove HAVE_STPNCPY and gnu_stpncpy renaming,
16158         redundant because stpncpy.m4 takes care of it.
16159
16160 2005-01-17  Bruno Haible  <bruno@clisp.org>
16161
16162         * lib/progreloc.c: Include xalloc.h instead of xmalloc.h.
16163
16164 2005-01-17  Bruno Haible  <bruno@clisp.org>
16165
16166         * lib/progreloc.c (xstrdup): Define as strdup if no xmalloc should be
16167         used.
16168
16169 2005-01-17  Bruno Haible  <bruno@clisp.org>
16170
16171         * lib/fwriteerror.h (fwriteerror): Change specification to include
16172         fclose.
16173         * lib/fwriteerror.c: Include <stdbool.h>.
16174         (fwriteerror): At the end, close the file stream. Record whether
16175         stdout was already closed.
16176
16177 2005-01-17  Bruno Haible  <bruno@clisp.org>
16178
16179         * lib/execute.c (environ): Declare if needed.
16180         * lib/pipe.c (environ): Likewise.
16181         Reported by Michael Schloh von Bennewitz <michael.schloh@cw.com>.
16182
16183 2005-01-11  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
16184
16185         * modules/argp: Depend on vsnprintf
16186
16187 2005-01-10  Jim Meyering  <jim@meyering.net>
16188
16189         * modules/closeout (Depends-on): Add atexit.
16190
16191 2005-01-06  Bruno Haible  <bruno@clisp.org>
16192
16193         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Rename stpncpy to gnu_stpncpy here.
16194
16195 2005-01-04  Paul Eggert  <eggert@cs.ucla.edu>
16196
16197         * lib/human.c (SIZE_MAX, UINTMAX_MAX): Move these conditional
16198         definitions to be after all include files, to avoid collisions.
16199         Problem reported by Bob Proulx.
16200
16201 2005-01-04  Jim Meyering  <jim@meyering.net>
16202
16203         Changes imported from coreutils.
16204         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Rather than using "conftestXXXXXX"
16205         as the mkstemp template, use a temporary directory and an
16206         8.3-friendly template to avoid trouble on systems like DJGPP.
16207         Reported by Juan M. Guerrero via Stepan Kasal.
16208         * m4/(gl_FUNC_MKSTEMP): Include <unistd.h> for the declaration of
16209         close. Remove the temporary directory right away, rather than waiting
16210         for configure's at-exit trap code to do it.
16211         Suggestion from Stepan Kasal.
16212
16213 2005-01-01  Simon Josefsson  <jas@extundo.com>
16214
16215         * gnulib-tool: Print #include directives when --import'ing.
16216
16217 2004-12-28  Simon Josefsson  <jas@extundo.com>
16218
16219         * tests/test-base64.c: Include required header files.  Remove
16220         unused variables.
16221
16222 2004-12-28  Paul Eggert  <eggert@cs.ucla.edu>
16223
16224         * modules/error (Depends-on): Remove gettext.
16225
16226 2004-12-28  Paul Eggert  <eggert@cs.ucla.edu>
16227
16228         * lib/error.c [!_LIBC && !ENABLE_NLS]: Do not include "gettext.h";
16229         not needed.  This removes a dependency on the gettext module.
16230         [defined _LIBC]: Do not include <libintl.h>; not needed.
16231
16232 2004-12-24  Paul Eggert  <eggert@cs.ucla.edu>
16233
16234         * m4/c-strtod.m4 (gl_C99_STRTOLD): New macro.
16235         (gl_C_STRTOD): Use it instead of AC_CHECK_DECLS_ONCE(strtold).
16236
16237 2004-12-24  Paul Eggert  <eggert@cs.ucla.edu>
16238
16239         * lib/c-strtod.c (STRTOD): Depend on HAVE_C99_STRTOLD, not
16240         HAVE_DECL_STRTOLD.
16241
16242 2004-12-23  Paul Eggert  <eggert@cs.ucla.edu>
16243
16244         * modules/getdate (Depends-on): Remove alloca-opt.
16245
16246 2004-12-23  Paul Eggert  <eggert@cs.ucla.edu>
16247
16248         * m4/getdate.m4 (gl_GETDATE): Remove AC_FUNC_ALLOCA.
16249
16250 2004-12-23  Paul Eggert  <eggert@cs.ucla.edu>
16251
16252         * lib/argp-parse.c: Include <stddef.h>.
16253         (alignof, alignto): New macros.
16254         (parser_init): Don't assume that void * is aligned sufficiently
16255         for struct option.
16256
16257         * lib/getdate.y (YYSTACK_USE_ALLOCA): Define to 0, since there's no
16258         need to extend the stack.
16259         (YYINITDEPTH): New macro, so that the initial stack isn't overly
16260         large.
16261
16262 2004-12-22  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
16263
16264         * lib/argp-parse.c (parser_init): Avoid arithmetics on void pointers.
16265
16266 2004-12-19  Paul Eggert  <eggert@cs.ucla.edu>
16267
16268         * modules/regex (lib_SOURCES): Remove regex.c, undoing previous
16269         (2004-10-24) change.  Apparently this was a false alarm.
16270
16271         * modules/getdate: Depend on alloca-opt, not alloca.
16272
16273 2004-12-19  Paul Eggert  <eggert@cs.ucla.edu>
16274
16275         * lib/alloca_.h: Conditionalize on _GNULIB_ALLOCA_H, not _ALLOCA_H.
16276         Remove now-obsolete comment about AIX.
16277         * lib/getdate.y: Include <alloca.h> only if HAVE_ALLOCA.
16278         (YYSTACK_USE_ALLOCA): Define to 0 if !HAVE_ALLOCA.
16279         (YYMAXDEPTH): New macro.
16280
16281 2004-12-18  Simon Josefsson  <jas@extundo.com>
16282
16283         * modules/alloca: Depend on alloca-opt, instead of duplicating it.
16284
16285 2004-12-18  Bruno Haible  <bruno@clisp.org>
16286
16287         * m4/fatal-signal.m4 (gl_FATAL_SIGNAL): Also test for sigaction.
16288
16289 2004-12-18  Bruno Haible  <bruno@clisp.org>
16290
16291         * lib/fatal-signal.c (fatal_signals): Make non-const.
16292         (init_fatal_signals): New function.
16293         (uninstall_handlers, install_handlers): Ignore signals that were set to
16294         SIG_IGN.
16295         (at_fatal_signal): Call init_fatal_signals.
16296         (init_fatal_signal_set): Likewise. Ignore signals that were set to
16297         SIG_IGN.
16298         Reported by Paul Eggert.
16299
16300 2004-12-18  Bruno Haible  <bruno@clisp.org>
16301
16302         * doc/alloca.texi: New file.
16303         * doc/alloca-opt.texi: New file.
16304
16305 2004-12-17  Jim Meyering  <jim@meyering.net>
16306
16307         * config/install-sh: Use `(exit N); exit N', not `(exit N); exit'.
16308         Otherwise, install-sh could exit with improper exit status when
16309         exiting via a trapped interrupt.  Thanks to a report from Bob Proulx.
16310
16311 2004-12-16  Simon Josefsson  <jas@extundo.com>
16312
16313         * tests/test-base64.c: Add license.
16314
16315 2004-12-15  Stepan Kasal  <address@hidden>
16316
16317         * gnulib-tool (func_emit_lib_Makefile_am): Shorten a long sed command.
16318
16319 2004-12-12  Paul Eggert  <eggert@cs.ucla.edu>
16320
16321         * modules/getcwd (Files): Add m4/d-ino.m4.
16322         Suggested by Mark D. Baushke.
16323
16324 2004-12-08  Paul Eggert  <eggert@cs.ucla.edu>
16325
16326         * lib/getdate.y (textint): New member "negative".
16327         (time_zone_hhmm): New function.
16328         Expect 14 shift-reduce conflicts, not 13.
16329         (o_colon_minutes): New rule.
16330         (time, zone): Use it to add support for +HH:MM, UTC+HH:MM.
16331         (yylex): Set the "negative" member of signed numbers.
16332
16333 2004-12-08  Paul Eggert  <eggert@cs.ucla.edu>
16334
16335         * doc/getdate.texi (Time of day items, Time zone items):
16336         Describe new formats +00:00, UTC+00:00.
16337
16338 2004-12-07  Paul Eggert  <eggert@cs.ucla.edu>
16339
16340         * m4/ls-mntd-fs.m4 (AC_FUNC_GETMNTENT): Fix typo in previous change:
16341         spurious "-l"s.  Problem reported by Stepan Kasal.
16342
16343 2004-12-06  Paul Eggert  <eggert@cs.ucla.edu>
16344
16345         * m4/ls-mntd-fs.m4 (AC_FUNC_GETMNTENT): New macro, to work around bug
16346         in Autoconf 2.59.  Problem reported by Mark D. Baushke.
16347
16348 2004-12-04  Simon Josefsson  <jas@extundo.com>
16349
16350         * modules/getaddrinfo (License): Add LGPL, reported by Yoann
16351         Vandoorselaere <yoann@prelude-ids.org>.
16352
16353 2004-12-04  Paul Eggert  <eggert@cs.ucla.edu>
16354
16355         Changes imported from coreutils.
16356         * m4/hard-locale.m4 (gl_HARD_LOCALE): Assume locale.h and setlocale
16357         exist.
16358         * m4/human.m4 (gl_HUMAN): Assume locale.h and localeconv exist.
16359
16360 2004-12-04  Paul Eggert  <eggert@cs.ucla.edu>
16361
16362         Changes imported from coreutils.
16363         * lib/hard-locale.c: Assume <locale.h> exists.
16364         Include "strdup.h".
16365         (GLIBC_VERSION): New macro.
16366         (hard_locale): Assume setlocale exists.
16367         Rewrite to avoid #ifdef.
16368         Use strdup rather than malloc + strcpy.
16369         * lib/human.c: Assume <locale.h> exists.
16370         (human_readable): Assume localeconv exists.
16371
16372 2004-12-04  Paul Eggert  <eggert@cs.ucla.edu>
16373
16374         * modules/hard-locale (Depends-on): Add strdup.
16375
16376 2004-12-01  Jakub Jelinek  <jakub@redhat.com>
16377
16378         * lib/mktime.c (__mktime_internal): If SEC_REQUESTED != SEC,
16379         convert T2, not T.  (Imported from libc.)
16380
16381 2004-11-30  Simon Josefsson  <jas@extundo.com>
16382
16383         * modules/restrict (License): Change to LGPL.
16384
16385 2004-11-30  Simon Josefsson  <jas@extundo.com>
16386
16387         * m4/restrict.m4: Add copyright and copying conditions.
16388
16389 2004-11-30  Simon Josefsson  <jas@extundo.com>
16390
16391         * m4/base64.m4: New file.
16392
16393 2004-11-30  Simon Josefsson  <jas@extundo.com>
16394
16395         * MODULES.html.sh (Extra functions based on ANSI C 89): Add
16396         base64.
16397
16398         * tests/test-base64.c: New file.
16399
16400         * modules/base64: New file.
16401
16402 2004-11-30  Paul Eggert  <eggert@cs.ucla.edu>
16403
16404         * m4/getcwd-path-max.m4 (gl_FUNC_GETCWD_PATH_MAX):
16405         Define HAVE_PARTLY_WORKING_GETCWD if getcwd is partly working.
16406
16407         * m4/readutmp.m4 (gl_READUTMP): Don't check for sys/param.h.
16408
16409 2004-11-30  Paul Eggert  <eggert@cs.ucla.edu>
16410
16411         * lib/getcwd.c (is_ENAMETOOLONG): New macro.
16412         (__getcwd.c): Don't restore errno; glibc doesn't.
16413         [HAVE_PARTLY_WORKING_GETCWD && !defined AT_FDCWD]: Try system getcwd
16414         first, falling back to our code only if its results look suspicious.
16415         Ensure that the resulting buffer is only as large as necessary.
16416
16417         * lib/readutmp.c: Include readutmp.h first.
16418         Include <errno.h>, since readutmp.h no longer does that.
16419         * lib/readutmp.h: Don't include <errno.h>,
16420         <sys/param.h>, <time.h>; not needed to establish interface.
16421         (errno): Remove decl.
16422         (HAVE_STRUCT_XTMP_UT_TYPE): Remove; no longer needed.
16423         (UT_TYPE_EQ, UT_TYPE_NOT_DEFINED, UT_TYPE_BOOT_TIME,
16424         UT_TYPE_USER_PROCESS, IS_USER_PROCESS): New macros.
16425
16426 2004-11-28  Simon Josefsson  <jas@extundo.com>
16427
16428         * lib/base64.h, base64.c: New file.
16429
16430 2004-11-27  Paul Eggert  <eggert@cs.ucla.edu>
16431
16432         * lib/getcwd.h: New file, which I forgot to check in on 2004-11-25.
16433
16434 2004-11-26  Paul Eggert  <eggert@cs.ucla.edu>
16435
16436         * modules/getcwd (Files): Add lib/getcwd.h, m4/getcwd.m4.
16437         (Depends-on): Remove pathmax, same.  Add mempcpy.
16438         (configure.ac): GL_FUNC_GETCWD_PATH_MAX -> gl_FUNC_GETCWD.
16439         (Makefile.am): Append getcwd.h to lib_SOURCES.
16440         (Include): Add getcwd.h.
16441         (Maintainer): Change from Jim Meyering to "all, glibc",
16442         since getdate now uses intended-for-glibc code.
16443         * modules/xgetcwd (Files): Remove m4/getcwd.m4.
16444         (Depends-on): Depend on getcwd.  Do not depend on pathmax.
16445
16446 2004-11-25  Paul Eggert  <eggert@cs.ucla.edu>
16447
16448         Fix problems reported by Scott S. Tinsley for HP-UX 11.11 using
16449         HP's ANSI C compiler.
16450         * lib/fsusage.c (statvfs) [HAVE_SYS_STATVFS_H]: Remove decl.
16451         Declaring int functions causes warnings on some modern systems and
16452         shouldn't be needed to compile on ancient ones.
16453         * lib/same.c (MIN) [defined MIN]: Don't define, since it's already
16454         defined.
16455
16456         * lib/getcwd.c: Replace by a copy of glibc/sysdeps/posix/getcwd.c, but
16457         with the following changes.
16458         (__set_errno): Parenthesize properly.
16459         Include <stdbool.h>.
16460         (MIN, MAX, MATCHING_INO): New macros.
16461         (__getcwd): Define with prototype, not K&R form.
16462         Use heuristics to allocate default buffer on stack if possible.
16463         If AT_FDCWD is defined, use openat and fstatat to avoid O(N**2)
16464         behavior, and to avoid the PATH_MAX limit when computing
16465         ../../../../...
16466         Use MATCHING_INO to compare inode number to file.
16467         Check for arithmetic overflow in size calculations.
16468         Fix bug in reallocation of dot array that caused getcwd to fail
16469         on directories nested deeper than 75.
16470         Be more careful about saving errno on error.
16471         Do not use realloc; use only free+malloc, as this is a bit
16472         more flexible and avoids a needless copy operation.
16473         Do not inspect st_dev and st_ino for symbolic links; POSIX
16474         doesn't specify the latter.
16475         Check for closedir errors.
16476         Avoid needless casts.
16477         Use "#ifdef weak_alias" around weak_alias, to be like other
16478         glibc code.
16479         The following changes to getcwd.c have effect only when used in
16480         gnulib; they have no effect inside glibc proper.
16481         (#pragma alloca) [defined _AIX && !defined __GNUC__]: Remove,
16482         as alloca isn't used.
16483         (alloca, __alloca): Likewise.
16484         [!_LIBC]: Include "getcwd.h", "mempcpy.h".
16485         Include <stddef.h>, <stdlib.h>, <string.h>, <limits.h>
16486         unconditionally, as gnulib assumes C89 or better.
16487         Do not include <sys/param.h>.
16488         (errno) [!defined __GNU_LIBRARY__ && !defined STDC_HEADERS]: Remove
16489         no-longer-necessary 'extern int errno' decl; gnulib assumes C89 or
16490         better.
16491         (NULL) [!defined NULL]: Remove; we assume C89 or better.
16492         Include <dirent.h> in a way that is compatible with modern Autoconf.
16493         (_D_ALLOC_NAMELEN, _D_EXACT_NAMLEN):
16494         New macros, if not already defined.
16495         Include <unistd.h> if _LIBC, not if __GNU_LIBRARY__.
16496         Use "_LIBC", not "defined _LIBC", for consistency.
16497         (HAVE_MEMPCPY): Remove; no longer needed now that gnulib has
16498         a mempcpy module.
16499         (__lstat, __closedir, __opendir, __readdir) [!_LIBC]: New macros.
16500         (GETCWD_RETURN_TYPE): Remove.  All uses replaced by char *.
16501         * lib/xgetcwd.c: David MacKenzie's old code was removed, so give
16502         credit only to Jim Meyering and adjust the copyright dates.
16503         Do not include <limits.h>, <stdio.h>, <sys/types.h>,
16504         <stdlib.h>, <unistd.h>, "pathmax.h".
16505         Instead, include "xgetcwd.h" (first) and "getcwd.h".
16506         (INITIAL_BUFFER_SIZE): Remove.
16507         (xgetcwd): Rely on getcwd, since we now depend on a reliable one.
16508
16509 2004-11-25  Paul Eggert  <eggert@cs.ucla.edu>
16510
16511         * m4/getcwd-path-max.m4 (gl_FUNC_GETCWD_PATH_MAX): Renamed from
16512         GL_FUNC_GETCWD_PATH_MAX for consistency.  All uses changed.
16513         Use the _ONCE methods, for efficiency.
16514         Check for fcntl.h.  In test program, include <errno.h>
16515         and <fcntl.h> if available.  Remove old K&R cruft from
16516         test program.  Check for common errors in GNU/Linux,
16517         OpenBSD, and Solaris.  Just set gl_cv_func_getcwd_path_max;
16518         don't do AC_LIBOBJ, as that's getcwd.m4's job.
16519         * m4/getcwd.m4 (gl_FUNC_GETCWD_NULL): Renamed from
16520         AC_FUNC_GETCWD_NULL.  All used changed.  Change cache variable
16521         name accordingly.
16522         (gl_FUNC_GETCWD, gl_PREREQ_GETCWD): New macros.  Revamp to
16523         accommodate new getcwd.c.
16524         * m4/jm-macros.m4 (gl_MACROS): Don't require GL_FUNC_GETCWD_PATH_MAX.
16525         * m4/prereq.m4 (gl_PREREQ): Add gl_FUNC_MEMPCPY.
16526         * m4/xgetcwd.m4 (gl_XGETCWD): Replace with gl_FUNC_GETCWD, since
16527         that's all we need now.
16528
16529 2004-11-23  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
16530
16531         * m4/argp.m4 (gl_ARGP): Require gl_GETOPT_SUBSTITUTE unconditionally:
16532         argp-parse.c depends on getopt internals, that means we should
16533         always use our getopt, to be on the safe side.
16534         * m4/getopt.m4 (gl_GETOPT): Check if GETOPT_H is already set, in
16535         order not to spoil the result of an eventual previous invocation
16536         of gl_GETOPT_SUBSTITUTE.
16537
16538 2004-11-23  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
16539
16540         * lib/getopt_.h: Re-addition of __getopt_argv_const caused
16541         redefinition warnings. To avoid them, include the defines
16542         in `#if !defined __need_getopt ... #endif'. The only place
16543         where __getopt_argv_const is used is in definitions
16544         of getopt_long and getopt_long_only below, which are as well
16545         protected by `#ifndef __need_getopt'.
16546         [defined __GETOPT_PREFIX && !defined __need_getopt]: Undef
16547         __need_getopt after including <stdio.h> and <unistd.h> These
16548         headers might have defined it.
16549
16550 2004-11-23  Paul Eggert  <eggert@cs.ucla.edu>
16551
16552         * m4/utimens.m4 (gl_UTIMENS): Check for futimes function.
16553
16554 2004-11-23  Paul Eggert  <eggert@cs.ucla.edu>
16555
16556         * lib/utimens.c (__attribute__, ATTRIBUTE_UNUSED): New macros.
16557         (futimens): New function, which uses futimes if available.
16558         (futimens, utimens): Support timespec==NULL, with same semantics
16559         as utime and utimens.
16560         * lib/utimens.h (futimens): New decl.
16561
16562 2004-11-23  Jim Meyering  <jim@meyering.net>
16563
16564         * lib/getopt_.h: Remove trailing blanks.
16565
16566 2004-11-23  Jim Meyering  <jim@meyering.net>
16567
16568         * lib/__fpending.c: Add comment.
16569
16570 2004-11-22  Paul Eggert  <eggert@cs.ucla.edu>
16571
16572         * modules/canonicalize (Depends-on): Add xreadlink.
16573         Problem reported by James Youngman.
16574
16575 2004-11-20  Paul Eggert  <eggert@cs.ucla.edu>
16576
16577         * lib/getopt_.h (__GETOPT_CONCAT, __GETOPT_XCONCAT, __GETOPT_ID):
16578         New macros.
16579         (getopt, getopt_long, getopt_long_only, optarg, opterr, optind,
16580         optopt): Use them instead of invoking ## directly; otherwise, the
16581         symbols will be __GETOPT_PREFIXgetopt rather than rpl_getopt.
16582
16583 2004-11-19  Bruno Haible  <bruno@clisp.org>
16584
16585         * lib/strtok_r.c: Move comments from here...
16586         * lib/strtok_r.h: ... to here.
16587
16588 2004-11-17  Paul Eggert  <eggert@cs.ucla.edu>
16589
16590         * m4/calloc.m4 (_AC_FUNC_CALLOC_IF): Check for buggy calloc
16591         implementations that mishandle size_t overflow.
16592
16593 2004-11-17  Paul Eggert  <eggert@cs.ucla.edu>
16594
16595         * lib/realloc.c (rpl_realloc): Call 'free' if n==0, since realloc
16596         might fail.  Problem reported by Yoann Vandoorselaere.
16597         * lib/calloc.c (rpl_calloc): Defend against buggy calloc
16598         implementations that mishandle size_t overflow.
16599
16600 2004-11-16  Paul Eggert  <eggert@cs.ucla.edu>
16601
16602         * modules/canon-host (Depends-on): Add strdup.
16603
16604 2004-11-16  Paul Eggert  <eggert@cs.ucla.edu>
16605
16606         * m4/canon-host.m4 (gl_CANON_HOST): Check for getaddrinfo.
16607
16608 2004-11-16  Paul Eggert  <eggert@cs.ucla.edu>
16609
16610         * lib/canon-host.c: Include "strdup.h".
16611         (canon_host): Use getaddrinfo if available, so that IPv6 works.
16612         Use strdup instead of malloc/strcpy to duplicate strings.
16613
16614         * lib/human.h (LONGEST_HUMAN_READABLE): Add 1 for space before unit.
16615         (human_space_before_unit): New constant.
16616         * lib/human.c (human_readable): Support it.
16617
16618         * lib/xgetcwd.c: Include <limits.h>, for PATH_MAX.
16619         (xgetcwd): Set errno correctly when failing.
16620         Work around Solaris 9 bug: getcwd sets errno==ERANGE even though
16621         the failure is actually due to a PATH_MAX problem.
16622
16623         Further getopt changes to make it more likely that glibc will
16624         buy the changes back.
16625         * lib/getopt.c (POSIXLY_CORRECT): New constant.
16626         (getopt): Use it, so to preserve glibc semantic
16627         * lib/getopt1.c (getopt_long, getopt_long_only): Arg is char * const *
16628         when compiling for libc.
16629         * lib/getopt_.h (__getopt_argv_const): Bring it back.
16630         (getopt_long, getopt_long_only): Use it.
16631
16632         * lib/getopt.c (_getopt_initialize, _getopt_internal_r,
16633         _getopt_internal): New arg POSIXLY_CORRECT.  All callers changed.
16634         (getopt): Argv is now char * const *, as per standard.
16635         (_getopt_internal_r, _getopt_internal): Argv is now char **,
16636         not char *__getopt_argv_const *.
16637         * lib/getopt1.c (getopt_long, _getopt_long_r, getopt_long_only,
16638         _getopt_long_only_r): Likewise.
16639         * lib/getopt_.h (getopt, getopt_long, geopt_long_only): Likewise.
16640         * lib/getopt_int.h (_getopt_internal, _getopt_internal_r,
16641         _getopt_long_r, _getopt_long_only_r): Likewise.
16642         * lib/getopt_.h (__getopt_argv_const): Remove.
16643         (getopt): Argv is now char * const *, as per standard.
16644
16645         * lib/getdate.y (tORDINAL): New token.
16646         (day, relunit): Allow it for relative times.
16647         (relative_time_table): Use tORDINAL for ordinals.
16648
16649 2004-11-16  Paul Eggert  <eggert@cs.ucla.edu>
16650
16651         * doc/getdate.texi (General date syntax): "next" is 1, not 2.
16652         Document that "second" isn't allowed as an ordinal number.
16653
16654 2004-11-16  Jim Meyering  <jim@meyering.net>
16655
16656         * modules/closeout (Depends-on): Add fpending.
16657
16658 2004-11-15  Jim Meyering  <jim@meyering.net>
16659
16660         * lib/closeout.c: Include "__fpending.h" once again.
16661         Include <stdbool.h>.
16662         (close_stdout): Don't fail just because stdout was closed initially,
16663         since some programs don't write to stdout in the normal course of
16664         operation (other than --version and --help), and we don't want this
16665         function to make e.g. `touch file >&-' fail.
16666         But do fail if it was closed and someone has tried to write to it.
16667         E.g., `printf foo >&-' must fail.
16668
16669 2004-11-13  Jim Meyering  <jim@meyering.net>
16670
16671         * m4/jm-macros.m4: Do require gl_FUNC_FPENDING.
16672
16673 2004-11-12  Simon Josefsson  <jas@extundo.com>
16674
16675         * config/srclist.txt: Add strtok_r.c, glibc bought our changes, but a
16676         small doc fix is still pending.
16677
16678 2004-11-11  Simon Josefsson  <jas@extundo.com>
16679
16680         * modules/strtok_r: New file.
16681
16682         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
16683         strtok_r.
16684
16685 2004-11-11  Simon Josefsson  <jas@extundo.com>
16686
16687         * m4/strtok_r.m4: New file.
16688
16689         * m4/getopt.m4: Replace opterr.
16690
16691 2004-11-11  Simon Josefsson  <jas@extundo.com>
16692
16693         * lib/strtok_r.h, strtok_r.c: New file.
16694
16695 2004-11-11  Paul Eggert  <eggert@cs.ucla.edu>
16696
16697         * m4/getopt.m4 (gl_GETOPT_SUBSTITUTE): Define __GETOPT_PREFIX instead
16698         of replacing opterr, getopt, etc.  This should handle the
16699         powerpc-apple-darwin5.5 problem recently noted by Simon Josefsson.
16700
16701 2004-11-11  Paul Eggert  <eggert@cs.ucla.edu>
16702
16703         * lib/getopt_.h (__getopt_argv_const): New macro, to be used so that
16704         we can stop lying to compilers about the constness of argv when we
16705         are compiled outside glibc.
16706         (getopt, getopt_long, getopt_long_only): Use it.
16707         * lib/getopt.c (_getopt_initialize, _getopt_internal_r,
16708         _getopt_internal, getopt): Likewise.
16709         * lib/getopt1.c (getopt_long, _getopt_long_r, getopt_long_only,
16710         _getopt_long_only_r): Likewise.
16711         * lib/getopt_int.h (_getopt_internal, _getopt_internal_r,
16712         _getopt_long_r, _getopt_long_only_r): Likewise.
16713
16714         * lib/getopt_.h [defined __GETOPT_PREFIX && !defined __need_getopt]:
16715         Include <stdlib.h> and <stdio.h>, and <unistd.h> if available.
16716         Then rename getopt to __GETOPT_PREFIX##getopt, and so forth for
16717         the other external symbols.
16718         (getopt) [!defined __GNU_LIBRARY]: Use prototype, not old-style
16719         declaration, since the above renaming now works around collisions.
16720
16721 2004-11-11  Jim Meyering  <jim@meyering.net>
16722
16723         * lib/linebreak.c: Remove trailing blanks.
16724         * lib/alloca_.h: Likewise.
16725         * lib/acosl.c: Likewise.
16726         * lib/euidaccess.c: Likewise.
16727         * lib/allocsa.h: Likewise.
16728
16729 2004-11-10  Simon Josefsson  <jas@extundo.com>
16730
16731         * m4/getaddrinfo.m4: New file.
16732
16733 2004-11-10  Simon Josefsson  <jas@extundo.com>
16734
16735         * lib/getaddrinfo.h, lib/getaddrinfo.c: New files.
16736
16737 2004-11-10  Simon Josefsson  <jas@extundo.com>
16738
16739         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
16740         getaddrinfo.
16741
16742         * modules/getaddrinfo: New file.
16743
16744 2004-11-10  Paul Eggert  <eggert@cs.ucla.edu>
16745
16746         * m4/prereq.m4 (gl_PREREQ): Require gt_FUNC_SETENV.
16747
16748 2004-11-10  Paul Eggert  <eggert@cs.ucla.edu>
16749
16750         * lib/mktime.c (SHR): New macro, which is a portable
16751         substitute for >> that should work even on Crays.
16752         (TIME_T_MIDPOINT, ydhms_diff, __mktime_internal): Use it.
16753         Problem reported by Mark D. Baushke in
16754         <http://lists.gnu.org/archive/html/bug-gnulib/2004-11/msg00071.html>.
16755         * lib/getdate.y (SHR): Likewise.
16756         (tm_diff): Use it.
16757         * lib/strftime.c (SHR): Likewise.
16758         (tm_diff): Use it.
16759         * lib/quotearg.c (struct quoting_options): Use unsigned int for
16760         quote_these_too, so that right shifts are well defined.  All uses
16761         changed.
16762
16763 2004-11-10  Jim Meyering  <jim@meyering.net>
16764
16765         Ensure that no close failure goes unreported.
16766         * lib/closeout.c (close_stdout): Always close stdout.  I.e., don't
16767         return early when it seems there's nothing to flush.
16768         Don't include __fpending.h.
16769
16770 2004-11-10  Jim Meyering  <jim@meyering.net>
16771
16772         * modules/closeout (Depends-on): Remove fpending.
16773
16774 2004-11-10  Jim Meyering  <jim@meyering.net>
16775
16776         * m4/jm-macros.m4 (gl_MACROS): Don't require gl_FUNC_FPENDING.
16777
16778 2004-11-09  Paul Eggert  <eggert@cs.ucla.edu>
16779
16780         * m4/strftime.m4 (_gl_STRFTIME_PREREQS): Remove.  Move its body to
16781         gl_FUNC_STRFTIME.
16782         (gl_FUNC_STRFTIME): Use AC_CHECK_FUNCS_ONCE and AC_CHECK_HEADERS_ONCE
16783         and AC_REQUIRE when possible, to avoid duplicate checks.
16784         Check for <wchar.h>.
16785
16786 2004-11-09  Paul Eggert  <eggert@cs.ucla.edu>
16787
16788         * lib/strftime.c (DO_MULTIBYTE): Check for wchar.h, too.
16789
16790 2004-11-09  Bruno Haible  <bruno@clisp.org>
16791
16792         * m4/sockpfaf.m4: New file.
16793
16794 2004-11-05  Bruno Haible  <bruno@clisp.org>
16795
16796         * lib/readlink.c: Include stddef.h, needed for size_t on Woe32.
16797         Reported by Mark D. Baushke <mdb@cvshome.org>.
16798
16799 2004-11-04  Bruno Haible  <bruno@clisp.org>
16800
16801         2004-09-11  Bruno Haible  <bruno@clisp.org>
16802                 * allocsa.valgrind: New file.
16803         2004-02-06  Bruno Haible  <bruno@clisp.org>
16804                 * allocsa.h (sa_alignof): Define differently with HP-UX cc, to
16805                 avoid a bug of this cc on HP-UX 10.20 dealing with enums.
16806                 Reported by Christopher Seip <chris.seip@hp.com>.
16807
16808 2004-11-04  Bruno Haible  <bruno@clisp.org>
16809
16810         * modules/allocsa (Files): Add lib/allocsa.valgrind.
16811         (Makefile.am): Distribute it.
16812
16813 2004-11-03  Paul Eggert  <eggert@cs.ucla.edu>
16814
16815         * lib/xreadlink.c (xreadlink): AIX and HP-UX readlink return -1
16816         with errno == ERANGE if the buffer is too small.
16817         Problem reported by Mark D. Baushke.
16818
16819 2004-11-03  Albert Chin  <china@thewrittenword.com>
16820             Paul Eggert  <eggert@cs.ucla.edu>
16821
16822         * m4/uint32_t.m4 (gl_AC_TYPE_UINT32_T): When determining uint32_t
16823         equivalent, substitute $ac_type for equivalent type rather than
16824         blindly using uint32_t *always* which won't work if uint32_t is not
16825         available.  Define _UINT32_T to work around typedef of uint32_t if
16826         <sys/sched.h>, <pthread.h>, or <semaphore.h> used on Solaris
16827         2.5.1.
16828
16829 2004-11-02  Paul Eggert  <eggert@cs.ucla.edu>
16830
16831         * m4/jm-macros.m4: Sync from coreutils.
16832         (gl_MACROS): Check for mbrlen, for pathchk.
16833         (gl_CHECK_ALL_TYPES): Require AC_TYPE_MBSTATE_T, for pathchk.
16834
16835 2004-11-02  Paul Eggert  <eggert@cs.ucla.edu>
16836
16837         * lib/xreadlink.c (MAXSIZE): New macro.
16838         (xreadlink): Use it instead of SSIZE_MAX.  Ensure initial buffer
16839         size does not exceed MAXSIZE.  Avoid cast.
16840         As suggested by Mark D. Baushke in
16841         <http://lists.gnu.org/archive/html/bug-gnulib/2004-11/msg00009.html>,
16842         if readlink fails with buffer size just under MAXSIZE, try again
16843         with MAXSIZE.
16844
16845 2004-11-02  Paul Eggert  <eggert@cs.ucla.edu>
16846
16847         * config/srclist.txt: Add mktime.c; glibc bought all our changes.
16848
16849 2004-11-02  Derek R. Price  <derek@ximbiot.com>
16850         and  Paul Eggert  <eggert@cs.ucla.edu>
16851
16852         * lib/getdate.y [!TEST]: Include <stdio.h>, since we use sprintf now.
16853         (get_date): Overparenthesize to avoid GCC warning.
16854
16855 2004-11-02  Bruno Haible  <bruno@clisp.org>
16856
16857         * m4/setenv.m4 (gt_FUNC_SETENV): Define VOID_UNSETENV if unsetenv()
16858         returns void.
16859
16860 2004-11-02  Bruno Haible  <bruno@clisp.org>
16861
16862         * lib/setenv.h (unsetenv): Define as a macro if the system's unsetenv()
16863         function returns void.
16864
16865 2004-11-01  Paul Eggert  <eggert@cs.ucla.edu>
16866
16867         * m4/getpass.m4 (gl_PREREQ_GETPASS): Check for declarations of
16868         fflush_unlocked, flockfile, funlockfile, funlockfile,
16869         fputs_unlocked, putc_unlocked.
16870
16871 2004-11-01  Paul Eggert  <eggert@cs.ucla.edu>
16872
16873         * lib/getpass.c (fflush_unlocked, flockfile, funlockfile)
16874         (funlockfile, fputs_unlocked, putc_unlocked): Don't define if
16875         already declared.
16876
16877 2004-10-29  Paul Eggert  <eggert@cs.ucla.edu>
16878
16879         * modules/getdate (Files): Add doc/getdate.texi.
16880         (Depends-on): Add setenv, xalloc.
16881
16882 2004-10-29  Paul Eggert  <eggert@cs.ucla.edu>
16883
16884         * lib/getdate.y: Add support for TZ="foo" within a date string.
16885         Fix some bugs near time_t boundaries.  Reject dates with
16886         out-of-range components, e.g., "Sept 31".
16887         Include <stdlib.h>, "setenv.h", "xalloc.h".
16888         (ISDIGIT_LOCALE): Remove; unused.
16889         Note that the TZ and time functions used here are not reentrant.
16890         (mktime_ok, get_tz): New functions.
16891         (TZBUFSIZE): New constant.
16892         (get_date): Parse leading TZ="foo".  Reject out-of-range components;.
16893         This requires that we sometimes generate our own TZ="XXX..." setting.
16894
16895 2004-10-29  Paul Eggert  <eggert@cs.ucla.edu>
16896
16897         * doc/getdate.texi: New file, from coreutils with modifications for
16898         the new TZ parsing.
16899
16900 2004-10-27  Derek R. Price  <derek@ximbiot.com>
16901
16902         * lib/mktime.c (not_equal_tm): Remove redundant check.
16903
16904 2004-10-24  Paul Eggert  <eggert@cs.ucla.edu>
16905
16906         * modules/regex (lib_SOURCES): Add regex.c.
16907         Reported by James Youngman in
16908         <http://lists.gnu.org/archive/html/bug-gnulib/2004-10/msg00199.html>.
16909
16910 2004-10-24  Paul Eggert  <eggert@cs.ucla.edu>
16911
16912         * lib/getdate.y: Use Bison 1.875 features, and some minor
16913         code cleanups.  This change does not affect semantics.
16914         Don't include <stdlib.h>; no longer needed.
16915         Don't include unlocked-io.h; only the "#if TEST" code uses
16916         stdio, and performance isn't crucial there.
16917         (PC, YYLEX_PARAM, YYPARSE_PARAM): Remove; replaced by
16918         Bison 1.875 features as described below.
16919         All uses of "PC." replaced by "pc->".
16920         (YYSTYPE): Add a forward declaration.
16921         (yylex, yyerror): Use full prototypes in forward decls.
16922         Use "%pure-parser" rather than obsolescent "%pure_parser".
16923         Use %parse-param and %lex-param instead of obsolescent
16924         YYPARSE_PARAM and YYLEX_PARAM.
16925         (meridian_table, month_and_day_table, time_units_table,
16926         relative_time_table, time_zone_table, military_table,
16927         lookup_zone, lookup_word, get_date):
16928         Use NULL instead of 0 where appropriate.
16929         (to_hour): Avoid abort (), to avoid a dependency on
16930         stdlib.h.
16931         (yyerror, yylex): Now accepts parser_control * arg.
16932         (main) [TEST]: Use '\0' rather than 0 for char.
16933
16934 2004-10-22  Paul Eggert  <eggert@cs.ucla.edu>
16935
16936         * m4/getpagesize.m4 (gl_GETPAGESIZE): Check for <sys/param.h>.
16937
16938 2004-10-22  Paul Eggert  <eggert@cs.ucla.edu>
16939
16940         * lib/getpagesize.c (getpagesize): Don't assume <sys/param.h> exists.
16941         It's now the caller's responsibility to handle the case where
16942         !HAVE_GETPAGESIZE && !defined getpagesize.
16943
16944         * lib/mktime.c (leapyear): Arg is long int, not int.
16945
16946 2004-10-18  Paul Eggert  <eggert@cs.ucla.edu>
16947
16948         * lib/argp-fs-xinl.c, argp-xinl.c: Update from glibc.
16949
16950 2004-10-17  Paul Eggert  <eggert@cs.ucla.edu>
16951
16952         * gnulib-tool (func_emit_lib_Makefile_am): Fix typo: a $ was
16953         missing.  Problem reported by James Youngman.
16954
16955 2004-10-16  Simon Josefsson  <jas@extundo.com>
16956
16957         * gnulib-tool: Fix comments.  Fix parse problem.
16958         (func_emit_lib_Makefile_am): Don't hard code a in libgl_a_SOURCES.
16959
16960 2004-10-15  Paul Eggert  <eggert@cs.ucla.edu>
16961
16962         * m4/getopt.m4 (gl_GETOPT): Detect and reject the incompatible BSD
16963         implementation of getopt_long.  Problem reported by Alexander Taler in:
16964         http://lists.gnu.org/archive/html/bug-gnulib/2004-10/msg00103.html
16965
16966 2004-10-15  Bruno Haible  <bruno@clisp.org>
16967
16968         * gnulib-tool: Untabify. Initialize supplied_libname.
16969         (func_usage): More homogenous output.
16970         (func_modules_transitive_closure, func_modules_to_filelist,
16971         func_emit_lib_Makefile_am): New functions.
16972         (func_import): New function, extracted from big case statement. Use
16973         func_get_license, func_modules_transitive_closure,
16974         func_modules_to_filelist, func_emit_lib_Makefile_am. Initialize
16975         opt_lgpl. Don't use test -a, as it's not portable.
16976         (func_create_testdir): Use func_modules_transitive_closure,
16977         func_modules_to_filelist, func_emit_lib_Makefile_am.
16978
16979 2004-10-15  Bruno Haible  <bruno@clisp.org>
16980
16981         * gnulib-tool (func_import): Let gl_INIT define LTALLOCA when needed.
16982
16983 2004-10-15  Bruno Haible  <bruno@clisp.org>
16984
16985         * gnulib-tool (func_emit_lib_Makefile_am): Add markers to separate
16986         the portions belonging to each module.
16987         Suggested by Derek Robert Price <derek@ximbiot.com>.
16988
16989 2004-10-12  Simon Josefsson  <jas@extundo.com>
16990
16991         * lib/getpass.c (fflush_unlocked, flockfile, funlockfile)
16992         (fputs_unlocked, putc_unlocked) [!_LIBCS && !USE_UNLOCKED_IO]: Map
16993         to real functions.
16994
16995 2004-10-11  Yoann Vandoorselaere  <yoann@prelude-ids.org>
16996
16997         * modules/vsnprintf: New file.
16998
16999 2004-10-11  Yoann Vandoorselaere  <yoann@prelude-ids.org>
17000
17001         * m4/vsnprintf.m4: New file.
17002
17003 2004-10-11  Yoann Vandoorselaere  <yoann@prelude-ids.org>
17004
17005         * lib/vsnprintf.h: New file.
17006         * lib/vsnprintf.c: New file.
17007
17008 2004-10-11  Bruno Haible  <bruno@clisp.org>
17009
17010         * MODULES.html.sh (Support for systems lacking ISO C 99): Add
17011         vsnprintf.
17012
17013 2004-10-10  Paul Eggert  <eggert@cs.ucla.edu>
17014
17015         * config/srclistvars.sh: Add GNUSTANDARDS (for eggert only).
17016
17017 2004-10-07  Bruno Haible  <bruno@clisp.org>
17018
17019         * lib/snprintf.c (snprintf): Avoid a memory allocation if the result
17020         fits into the provided buffer.
17021
17022 2004-10-06  Paul Eggert  <eggert@cs.ucla.edu>
17023
17024         * lib/diacrit.c, diacrit.h: Add GPL notice.
17025
17026         * lib/atanl.c, logl.c: Add GPL notice, to match glibc's added LGPL
17027         notice.
17028         * lib/atanl.c (atanl): Keep the code as similar to glibc as possible.
17029         * lib/logl.c (logl): Keep the code as similar to glibc as possible.
17030         This avoids a potential constant-folding bug.
17031
17032 2004-10-05  Bruno Haible  <bruno@clisp.org>
17033
17034         * m4/strsep.m4 (gl_FUNC_STRSEP): Require AC_GNU_SOURCE. Don't check
17035         for the declaration of strsep.
17036
17037 2004-10-05  Bruno Haible  <bruno@clisp.org>
17038
17039         * lib/strsep.h: Don't declare strsep() if HAVE_STRSEP.
17040
17041 2004-10-04  Simon Josefsson  <jas@extundo.com>
17042
17043         * modules/memmem: New file.
17044         * tests/test-memmem.c: New file.
17045         * MODULES.html.sh (Extra functions based on ANSI C 89): Add memmem.
17046
17047 2004-10-04  Simon Josefsson  <jas@extundo.com>
17048
17049         * m4/memmem.m4: New file.
17050
17051 2004-10-04  Simon Josefsson  <jas@extundo.com>
17052
17053         * lib/memmem.h: New file.
17054         * lib/memmem.c: New file, taken from glibc.
17055
17056 2004-10-04  Simon Josefsson  <jas@extundo.com>
17057
17058         * lib/error.c, md5.c, regex.c: Use '#if USE_UNLOCKED_IO' instead of
17059         '#ifdef USE_UNLOCKED_IO'.
17060
17061 2004-10-04  Simon Josefsson  <jas@extundo.com>
17062
17063         * config/srclist.txt: Add memmem from glibc.
17064
17065 2004-10-04  Paul Eggert  <eggert@cs.ucla.edu>
17066
17067         * modules/xalloc (Files, Makefile.am): Remove xstrdup.c.
17068
17069         * modules/argmatch, modules/argp, modules/closeout, modules/error,
17070         modules/exclude, modules/getdate, modules/getline,
17071         modules/getndelim2, modules/getpass, modules/getpass-gnu,
17072         modules/getusershell, modules/linebuffer, modules/md5,
17073         modules/mountlist, modules/posixtm, modules/readtokens,
17074         modules/readutmp, modules/regex, modules/sha1,
17075         modules/version-etc, modules/yesno:
17076         Remove dependency on unlocked-io.
17077
17078 2004-10-04  Paul Eggert  <eggert@cs.ucla.edu>
17079
17080         * m4/xalloc.m4 (gl_PREREQ_XSTRDUP): Remove.  All uses removed.
17081
17082         * m4/unlocked-io.m4: Add copyright notice.
17083         (gl_FUNC_GLIBC_UNLOCKED_IO): Define USE_UNLOCKED_IO.
17084
17085 2004-10-04  Paul Eggert  <eggert@cs.ucla.edu>
17086
17087         * lib/xalloc.h (xmemdup): Renamed from xclone.  All uses changed.
17088         * lib/xmalloc.c (xmemdup): Likewise.
17089         * lib/xalloc.h (CCLONE, CLONE, NEW, XCALLOC, XMALLOC, XREALLOC,
17090         XFREE): Remove these long-obsolescent macros.
17091         * lib/xmalloc.c (xstrdup): Implementation moved here from xstrdup.c
17092         * lib/xstrdup.c: Remove.
17093
17094         * lib/regex.c (re_comp): Cast gettext return value to char *,
17095         Problem reported by Martin Neitzel via Mark D. Baushke.
17096
17097 2004-10-04  Paul Eggert  <eggert@cs.ucla.edu>
17098
17099         * lib/argmatch.c, closeout.c, error.c, exclude.c, getdate.y,
17100         getndelim2.c, getpass.c, getusershell.c, linebuffer.c,
17101         md5.c, mountlist.c, posixtm.c, readtokens.c, readutmp.c,
17102         regex.c, sha1.c, version-etc.c, yesno.c:
17103         Include "unlocked-io.h" only if USE_UNLOCKED_IO.
17104         * lib/unlocked-io.h: Don't worry about USE_UNLOCKED_IO; that's now
17105         the includer's responsibility.
17106
17107         Sync from coreutils.
17108
17109         * lib/modechange.c (mode_compile): Don't decrement a pointer that
17110         points to the start of a string, as the C Standard says the
17111         resulting behavior is undefined.
17112
17113         * lib/backupfile.h (enum backuptype): Rename none -> no_backups,
17114         simple -> simple_backups, numbered_existing ->
17115         numbered_existing_backups, numbered -> numbered_backups
17116         to avoid shadowing problems.  All uses changed.
17117         * lib/argmatch.c (enum backuptype) [defined TEST]: Likewise.
17118         * lib/backupfile.c (check_extension, numbered_backup):
17119         Rename locals to avoid shadowing 'basename'.
17120         * lib/backupfile.h (VALID_BACKUP_TYPE): Don't evaluate arg more than
17121         once.
17122
17123         * lib/.cppi-disable: Add getopt_.h, getopt_int.h.
17124         * lib/.cvsignore: Add getopt.h.
17125
17126 2004-10-04  Bruno Haible  <bruno@clisp.org>
17127
17128         * modules/README: New file.
17129         * gnulib-tool (func_all_modules, func_verify_module): modules/README is
17130         not a module.
17131
17132 2004-10-02  Jim Meyering  <jim@meyering.net>
17133
17134         * lib/dirfd.h, getpagesize.h: Add copyright notice.
17135
17136 2004-10-01  Yoann Vandoorselaere  <yoann@prelude-ids.org>
17137
17138         * modules/strsep: New file.
17139
17140 2004-10-01  Yoann Vandoorselaere  <yoann@prelude-ids.org>
17141
17142         * m4/strsep.m4: New file.
17143
17144 2004-10-01  Yoann Vandoorselaere  <yoann@prelude-ids.org>
17145
17146         * lib/strsep.h: New file.
17147         * lib/strsep.c: New file.
17148
17149 2004-10-01  Simon Josefsson  <jas@extundo.com>
17150
17151         * lib/snprintf.c (snprintf): Handle size==0.
17152
17153 2004-10-01  Simon Josefsson  <jas@extundo.com>
17154             Bruno Haible  <bruno@clisp.org>
17155
17156         * lib/snprintf.c: Include <stdarg.h>, <stdlib.h>, <string.h>.
17157         (snprintf): Declare 'args'.
17158
17159 2004-10-01  Paul Eggert  <eggert@cs.ucla.edu>
17160
17161         * lib/snprintf.c: Remove comments as to why each header is needed.
17162
17163 2004-10-01  Bruno Haible  <bruno@clisp.org>
17164
17165         * MODULES.html.sh: Add strsep.
17166
17167 2004-09-30  Simon Josefsson  <jas@extundo.com>
17168
17169         * modules/snprintf: New file.
17170
17171 2004-09-30  Simon Josefsson  <jas@extundo.com>
17172
17173         * m4/snprintf.m4: New file.
17174
17175 2004-09-30  Simon Josefsson  <jas@extundo.com>
17176
17177         * lib/snprintf.h, lib/snprintf.c: New files.
17178
17179 2004-09-30  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
17180
17181         * lib/argp-help.c (canon_doc_option): Fixed coredump if *name==NULL
17182         (hol_entry_help): Never translate an empty string.
17183         Do not translate option tag (opt->name) if OPTION_NO_TRANS is set
17184         * lib/argp.h (OPTION_NO_TRANS): New option.
17185
17186 2004-09-30  Paul Eggert  <eggert@cs.ucla.edu>
17187
17188         * modules/argp (Maintainer): Replace Simon Josefsson
17189         by Sergey Poznyakoff.
17190
17191 2004-09-30  Paul Eggert  <eggert@cs.ucla.edu>
17192
17193         * config/srclist.txt: Comment-out argp/argp.h, until we get the argp
17194         changes merged back into glibc.
17195
17196 2004-09-30  Paul Eggert  <eggert@cs.ucla.edu>
17197
17198         * MODULES.html.sh (Support for systems lacking ISO C 99): Add snprintf.
17199
17200 2004-09-29  Oskar Liljeblad  <oskar@osk.mine.nu>
17201
17202         * lib/xvasprintf.c: Include xalloc.h.
17203         (xvasprintf): Use xalloc_die, not xmalloc_die.
17204
17205 2004-09-29  Bruno Haible  <bruno@clisp.org>
17206
17207         * modules/alloca-opt: New file, derived from modules/alloca.
17208         * modules/allocsa: Depend on alloca-opt instead of alloca.
17209         * modules/setenv: Likewise.
17210         * modules/vasnprintf: Likewise.
17211         * MODULES.html.sh: Add alloca-opt.
17212
17213 2004-09-28  Simon Josefsson  <jas@extundo.com>
17214
17215         * gnulib-tool: New parameter --lgpl, to asseert that modules are
17216         LGPL, and to replace license template from GPL to LGPL.
17217
17218 2004-09-28  Paul Eggert  <eggert@cs.ucla.edu>
17219
17220         * modules/dummy: Change license to LGPL.
17221
17222 2004-09-28  Paul Eggert  <eggert@cs.ucla.edu>
17223
17224         * lib/dummy.c: Change copyright notice to FSF, and license to GPL.
17225
17226 2004-09-24  Simon Josefsson  <jas@extundo.com>
17227
17228         * modules/minmax (License): Change from GPL to LGPL.
17229
17230 2004-09-23  Simon Josefsson  <jas@extundo.com>
17231
17232         * gnulib-tool (--import): Typo.
17233
17234 2004-09-23  Simon Josefsson  <jas@extundo.com>
17235
17236         * gnulib-tool (--import): Make sure *.m4 end up in m4/ by default.
17237
17238 2004-09-22  Bruno Haible  <bruno@clisp.org>
17239
17240         * modules/*: Add 'License' field.
17241         * gnulib-tool: Accept --extract-license option.
17242         (func_get_license): New function.
17243
17244 2004-09-21  Bruno Haible  <bruno@clisp.org>
17245
17246         * modules/vasnprintf (Files): Add m4/stdint_h.m4, m4/inttypes_h.m4.
17247         Reported by Simon Josefsson.
17248
17249 2004-09-20  Paul Eggert  <eggert@cs.ucla.edu>
17250
17251         * modules/inttostr (Files): Add m4/longlong.m4, since it uses
17252         gl_AC_TYPE_LONG_LONG.
17253
17254 2004-09-20  Paul Eggert  <eggert@cs.ucla.edu>
17255
17256         * config/srclist.txt: Add getsubopt.c, since libc bought our changes.
17257
17258 2004-09-18  Simon Josefsson  <jas@extundo.com>
17259         and  Paul Eggert  <eggert@cs.ucla.edu>
17260
17261         * gnulib-tool: Replace various ad-hoc automake/autoconf/aclocal
17262         calls with autoreconf.  Define GL_LIB.
17263
17264 2004-09-14  Karl Berry  <karl@gnu.org>
17265
17266         * config/srclist.txt: unsync setenv.c, sigh.
17267
17268 2004-09-13  Paul Eggert  <eggert@cs.ucla.edu>
17269
17270         * lib/argp-pvh.c (argp_program_version_hook): Provide initial value.
17271         Problem reported by Bruno Haible in:
17272         http://lists.gnu.org/archive/html/bug-tar/2004-09/msg00023.html
17273
17274 2004-09-13  Paul Eggert  <eggert@cs.ucla.edu>
17275
17276         * config/srclist.txt: Comment out argp-pvh.c.
17277
17278 2004-09-11  Paul Eggert  <eggert@cs.ucla.edu>
17279
17280         * lib/mempcpy.h: Wrap the entire include file inside #ifndef mempcpy,
17281         in case some system header has #define'd it.  Problem reported by
17282         Soeren D. Schulze in
17283         <http://lists.gnu.org/archive/html/bug-gnulib/2004-09/msg00017.html>.
17284
17285 2004-09-09  Karl Berry  <karl@gnu.org>
17286
17287         * regex.[ch]: delete from the root.  These were supposed to be
17288                 synced with emacs cvs, but this has not happened for about
17289                 a year, and anyway nothing else uses emacs regex.[ch].
17290                 bug-gnulib mail from Jeff Bailey, 9 Sep 2004 15:49:24 -0700.
17291                 lib/regex[.ch] is untouched.
17292
17293 2004-09-09  Bruno Haible  <bruno@clisp.org>
17294
17295         * modules/vasnprintf (Files): Add m4/eoverflow.m4.
17296
17297 2004-09-09  Bruno Haible  <bruno@clisp.org>
17298
17299         * m4/eoverflow.m4: New file, taken from GNU libiconv eilseq.m4 with
17300         modifications.
17301         * m4/vasnprintf.m4 (gl_FUNC_VASNPRINTF): Require gl_EOVERFLOW.
17302
17303 2004-09-08  Oskar Liljeblad  <oskar@osk.mine.nu>
17304
17305         * modules/xvasprintf: New file.
17306         * MODULES.html.sh (Extra functions based on ANSI C 89): Add vasprintf.
17307
17308 2004-09-08  Oskar Liljeblad  <oskar@osk.mine.nu>
17309
17310         * lib/xvasprintf.h: New file.
17311         * lib/xvasprintf.c: New file.
17312         * lib/xasprintf.c: New file.
17313
17314 2004-09-08  Bruno Haible  <bruno@clisp.org>
17315
17316         * m4/stdint.m4: New file, taken from GNU clisp with modifications.
17317
17318 2004-09-08  Bruno Haible  <bruno@clisp.org>
17319
17320         * lib/vasnprintf.c (VASNPRINTF): Signal EOVERFLOW if the resulting
17321         length is > INT_MAX.
17322         * lib/vasprintf.c (vasprintf): Don't test for length > INT_MAX any
17323         more.
17324
17325 2004-09-08  Bruno Haible  <bruno@clisp.org>
17326
17327         * lib/stdint_.h: New file, taken from GNU clisp.
17328
17329 2004-09-08  Bruno Haible  <bruno@clisp.org>
17330             Oskar Liljeblad  <oskar@osk.mine.nu>
17331
17332         * modules/stdint: New file.
17333         * MODULES.html.sh (Support for systems lacking ISO C 99): Add stdint.
17334
17335 2004-08-19  Paul Eggert  <eggert@cs.ucla.edu>
17336
17337         Import from coreutils.
17338         * lib/userspec.c: Don't use <alloca.h>, so that we don't use alloca on
17339         strings on unbounded length.  alloca's performance benefits aren't
17340         that important here.
17341         (V_STRDUP): Remove.
17342         (parse_with_separator): New function, with most of the internals
17343         of the old parse_user_spec.  Allow user to omit both user and group,
17344         for compatibility with FreeBSD.
17345         Clone only the user name, not the entire spec.
17346         Do not set *uid, *gid unless entirely successful.
17347         Avoid memory leak in some failing cases.
17348         Fix regression for USER.GROUP reported by Dmitry V. Levin in
17349         <http://lists.gnu.org/archive/html/bug-coreutils/2004-08/msg00102.html>
17350         (parse_user_spec): Rewrite to use parse_with_separator.
17351
17352 2004-08-19  Paul Eggert  <eggert@cs.ucla.edu>
17353
17354         * modules/userspec: Don't depend on alloca.
17355
17356 2004-08-19  Paul Eggert  <eggert@cs.ucla.edu>
17357
17358         * m4/userspec.m4 (gl_USERSPEC): Don't require AC_FUNC_ALLOCA.
17359
17360 2004-08-17  Paul Eggert  <eggert@cs.ucla.edu>
17361
17362         * MODULES.html.sh: Add xalloc-die, c-strtod, c-strtold, raise,
17363         readtokens0, getcwd, fcntl-safer, canonicalize, cycle-check,
17364         utimecmp, utimens, xnanosleep.  Rename sha to sha1.
17365
17366 2004-08-16  Simon Josefsson  <jas@extundo.com>
17367
17368         * gnulib-tool: Use sed instead of autoconf --trace, inspired by
17369         libtoolize behaviour by "Gary V. Vaughan" <gary@gnu.org>.
17370         Add --dry-run for --import.
17371         Let user provided command line parameters override configure.ac
17372         settings.
17373
17374 2004-08-12  Simon Josefsson  <jas@extundo.com>
17375
17376         * m4/getopt.m4 (gl_GETOPT_SUBSTITUTE): New macro,
17377         as discussed with Paul Eggert in threads rooted at
17378         <http://lists.gnu.org/archive/html/bug-gnulib/2004-06/msg00039.html>
17379         and
17380         <http://lists.gnu.org/archive/html/bug-gnulib/2004-07/msg00001.html>.
17381         Before, the test was empty, and relied on ELIDE_CODE in source
17382         code.)
17383         (gl_PREREQ_GETOPT): New macro.
17384         (gl_GETOPT): Use them.
17385
17386 2004-08-12  Simon Josefsson  <jas@extundo.com>
17387
17388         * lib/getopt.c, getopt1.c: Remove ELIDE_CODE hack.
17389         * lib/getopt_.h: Renamed from getopt.h.
17390
17391 2004-08-12  Simon Josefsson  <jas@extundo.com>
17392
17393         * gnulib-tool: Add --source-base, --m4-base, --libtool options.
17394         Change default library name from libfoo to libgnu.
17395         Now, if you have a configure.ac that says:
17396                 gl_SOURCE_BASE(gl)
17397                 gl_M4_BASE(gl/m4)
17398                 gl_MODULES(error getopt etcetera)
17399                 gl_INIT
17400         you can import all you need by running:
17401                 ../gnulib/gnulib-tool --import
17402
17403         * modules/getopt (Files): Rename getopt.h to getopt_.h.
17404         (Makefile.am): Rewrite, use logic from argz.
17405         (Include): Use <getopt.h> instead of "getopt.h".
17406
17407 2004-08-12  Paul Eggert  <eggert@cs.ucla.edu>
17408
17409         * modules/argp (Files): Add m4/unlocked-io.m4.
17410         (Depends-on): Add extensions.
17411
17412 2004-08-12  Paul Eggert  <eggert@cs.ucla.edu>
17413
17414         * m4/argp.m4 (gl_ARGP): Do not check for argp.h or argp_parse; nobody
17415         uses HAVE_ARGP_H or HAVE_ARGP_PARSE.
17416         Require gl_FUNC_GLIBC_UNLOCKED_IO, gl_USE_SYSTEM_EXTENSIONS.
17417         Check for program_invocation_name, program_invocation_short_name,
17418         flockfile, funlockfile, features.h, _getopt_long_only_r.
17419
17420 2004-08-12  Paul Eggert  <eggert@cs.ucla.edu>
17421
17422         * lib/argp-help.c, argp-parse.c: Use "gettext.h" instead of
17423         its complicated substitute.
17424         * lib/argp-help.c: Include <errno.h>, for program_invocation_short_name
17425         and program_invocation_name.
17426         (__argp_basename) [!_LIBC]: Remove; the only use was
17427         replaced by its body.
17428         (__argp_short_program_name): Change condition from
17429         !defined __argp_short_program_name to
17430         ! (defined _LIBC || HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME),
17431         to match argp-namefrob.h.
17432         (__argp_failure): Don't assume strerror_r returns char *.
17433         * lib/argp-parse.c (N_): Define unconditionally.
17434         (argp_default_options): Fill out initializers with 0 to avoid
17435         gcc warnings.
17436
17437 2004-08-12  Paul Eggert  <eggert@cs.ucla.edu>
17438
17439         * config/srclist.txt: Remove getopt.c, getopt.h (renamed to getopt_.h),
17440         getopt1.c.
17441
17442 2004-08-11  Paul Eggert  <eggert@cs.ucla.edu>
17443
17444         Merge from coreutils.
17445
17446         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Check for wmemchr and wmemcpy.
17447
17448         * m4/obstack.m4 (gl_PREREQ_OBSTACK): Require
17449         gl_AC_HEADER_INTTYPES_H, gl_AC_HEADER_STDINT_H, gl_AC_TYPE_UINTMAX_T.
17450
17451 2004-08-11  Paul Eggert  <eggert@cs.ucla.edu>
17452
17453         Merge from coreutils.
17454
17455         * lib/fnmatch.c (WIDE_CHAR_SUPPORT): Don't set to 1 if missing
17456         wmemchr or wmemcpy.  Problem reported by Robert Dahlem
17457         for Reliant Unix 5.43.
17458
17459         * lib/obstack.c: Include <inttypes.h> and <stdint.h> if available.
17460         (union fooround): Use uintmax_t, not long int.
17461         The rest is a merge from libc:
17462         [defined _LIBC]: Include <shlib-compat.h>.
17463         (_obstack) [defined _LIBC]: Remove after 2.3.4.
17464
17465         * lib/settime.c (settime): Recode to avoid warning with
17466         Sun Forte C 6U2.
17467
17468         * lib/strverscmp.c: Convert to UTF-8.
17469
17470 2004-08-11  Paul Eggert  <eggert@cs.ucla.edu>
17471
17472         * modules/obstack (Files): Add m4/inttypes_h.m4, m4/stdint_h.m4,
17473         m4/uintmax_t.m4.
17474
17475 2004-08-09  Paul Eggert  <eggert@cs.ucla.edu>
17476
17477         * modules/xalloc-die: New file.
17478         * modules/xalloc: Remove dependencies on error, gettext, exitfail.
17479
17480         * modules/md5 (Files): Add m4/uint32_t.m4.
17481         * modules/sha1: Renamed from modules/sha.
17482         (Files):
17483         Rename lib/sha.h to lib/sha1.h.
17484         Rename lib/sha.c to lib/sha1.c.
17485         Rename m4/sha.m4 to m4/sha1.m4.
17486         (lib_SOURCES): Likewise.
17487         (configure.ac): Rename gl_SHA to gl_SHA1.
17488         (Include): sha.h -> sha1.h.
17489
17490 2004-08-09  Paul Eggert  <eggert@cs.ucla.edu>
17491
17492         * m4/uint32_t.m4, m4/uintptr_t.m4: New files.
17493         * m4/sha1.m4: Renamed from sha.m4.
17494         (gl_SHA1): Renamed from gl_SHA.  All uses changed.
17495
17496 2004-08-09  Paul Eggert  <eggert@cs.ucla.edu>
17497
17498         * lib/obstack.h (obstack_empty_p):
17499         Don't assume that chunk->contents is suitably aligned.
17500         * lib/obstack.c (_obstack_begin, _obstack_begin_1, _obstack_newchunk):
17501         Likewise. Problem reported by Benno in
17502         <http://sources.redhat.com/ml/libc-alpha/2004-08/msg00055.html>.
17503
17504         * lib/chown.c (rpl_chown): Work even if the file is writeable but not
17505         readable.  This could be improved further but it'd take some work.
17506
17507 2004-08-08  Simon Josefsson  <jas@extundo.com>
17508
17509         * modules/xgethostname (Depends-on): Remove exit and error (not
17510         used).
17511
17512         * modules/getpass-gnu: Add getpass.h.
17513         (Depends-on): Add stdbool.
17514         * modules/getpass: Add getpass.h.
17515
17516 2004-08-08  Simon Josefsson  <jas@extundo.com>
17517
17518         * m4/getpass.m4 (gl_FUNC_GETPASS, gl_FUNC_GETPASS_GNU):
17519         Check getpass declaration.
17520
17521 2004-08-08  Simon Josefsson  <jas@extundo.com>
17522
17523         * lib/xgethostname.c: Don't include error.h (not used).
17524
17525         * lib/getpass.h: Add.
17526         * lib/getpass.c: Include getpass.h first.
17527
17528 2004-08-08  Paul Eggert  <eggert@cs.ucla.edu>
17529
17530         * lib/xalloc-die.c: New file.
17531         * lib/xalloc.h (xalloc_fail_func, xalloc_msg_memory_exhausted): Remove.
17532         All uses removed.
17533         * lib/xmalloc.c (xalloc_fail_func, xalloc_msg_memory_exhausted):
17534         Likewise. Move inclusions of gettext.h, error.h, exitfail.h to
17535         xalloc-die.c.
17536         (_, N_, xalloc_die): Move to xalloc-die.c.
17537         * lib/userspec.c (parse_user_spaec): Use xstrdup rather than strdup,
17538         so that we needn't mess with xalloc_msg_memory_exhausted.
17539
17540         * lib/sha1.h: Renamed from sha.h.
17541         (SHA1_H): Renamed from _SHA_H.
17542         (sha1_ctx): Renamed from sha_ctx.
17543         (sha1_init_ctx): Renamed from sha_init_ctx.
17544         (sha1_process_block): Renamed from sha_process_block.
17545         (sha1_process_bytes): Renamed from sha_process_bytes.
17546         (sha1_finish_ctx): Renamed from sha_finish_ctx.
17547         (sha1_read_ctx): Renamed from sha_read_ctx.
17548         (sha1_stream): Renamed from sha_stream.
17549         (sha1_buffer): Renamed from sha_buffer.
17550         * lib/sha1.c: Likewise; renamed from sha.c.
17551         Do not include <sys/types.h>.
17552         Include <stddef.h> rather than <stdlib.h>.
17553
17554 2004-08-08  Bruno Haible  <bruno@clisp.org>
17555
17556         * lib/pathname.h (FILE_SYSTEM_PREFIX_LEN): Renamed from
17557         FILESYSTEM_PREFIX_LEN.
17558         * lib/progreloc.c: Likewise.
17559         * lib/concatpath.c (concatenated_pathname): Use FILE_SYSTEM_PREFIX_LEN.
17560
17561 2004-08-06  Simon Josefsson  <jas@extundo.com>
17562
17563         * modules/progname (Depends-on): Don't depend on stdbool.
17564
17565 2004-08-06  Simon Josefsson  <jas@extundo.com>
17566
17567         * modules/getsubopt: New file.
17568         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
17569         getsubopt.
17570
17571 2004-08-06  Paul Eggert  <eggert@cs.ucla.edu>
17572
17573         More merge from coreutils.
17574
17575         * m4/utimens.m4, m4/utimecmp.m4: New files.
17576         * m4/backupfile.m4, euidacces.m4, acl.m4, afs.m4, calloc.m4, dirfd.m4,
17577         fsusage.m4, jm-macros.m4, ls-mntd-fs.m4, md5.m4, mountlist.m4,
17578         prereq.m4, sha.m4: Import changes from coreutils.
17579
17580 2004-08-06  Paul Eggert  <eggert@cs.ucla.edu>
17581
17582         More merge from coreutils.
17583         * modules/raise, modules/readtokens0, modules/utimens:
17584         * modules/utimecmp, module/xnanosleep: New files.
17585         * modules/strftime: Add lib/strftime.h.
17586         Change include from <time.h> to "strftime.h".
17587         * modules/yesno: Add lib/yesno.h.
17588         * modules/backupfile: Remove lib/addext.c.
17589         * modules/euidaccess: Add stat-macros.h.
17590         * modules/canonicalize, modules/euidaccess,
17591         modules/filemode, modules/lchown, modules/makepath,
17592         modules/rmdir, modules/stat: Likewise.
17593
17594 2004-08-06  Paul Eggert  <eggert@cs.ucla.edu>
17595
17596         Merge from tar.
17597         * lib/argp-help.c (make_hol, hol_append): Don't assume that
17598         SIZE_MAX is a valid preprocessor constant.
17599         (__argp_basename): Change from "#ifndef _LIBC"
17600         to "#ifndef __argp_short_program_name", so that
17601         we don't compile these functions for tar.
17602
17603         More merges from coreutils.
17604         * lib/raise.c, lib/readtokens0.h, lib/readtokens0.c, lib/strftime.h:
17605         * lib/utimens.h, lib/utimens.c, lib/utimecmp.h, lib/utimecmp.c:
17606         * lib/xnanosleep.h, lib/xnanosleep.c, lib/yesno.h: New files.
17607         * lib/addext.c: Remove; no longer needed.
17608         * lib/yesno.c, lib/argmatch.h, lib/argmatch.c, lib/backupfile.h,
17609         lib/backupfile.c, lib/euidaccess.c, lib/filemode.c, lib/closeout.c,
17610         lib/dup2.c, lib/exclude.c, lib/fileblocks.c, lib/filemode.c,
17611         lib/fnmatch.c, lib/fnmtahc_loop.c, lib/fopen-safer.c, lib/fsusage.c,
17612         lib/fsusage.h, lib/ftruncate.c, lib/full-write.c, lib/getdate.y,
17613         lib/getloadavg.c, lib/getugroups.c, lib/hard-locale.c,
17614         lib/hard-locale.h, lib/hash.c, lib/human.c, lib/human.h, lib/lchown.c,
17615         lib/lchown.h, lib/makepath.c, lib/makepath.h, lib/md5.c, lib/md5.h,
17616         lib/memchr.c, lib/memcoll.c, lib/memrchr.c, lib/modechange.c,
17617         lib/modechange.h, lib/mountlist.c, lib/mountlist.h, lib/nanosleep.c,
17618         lib/posixtm.c, lib/putenv.c, quotearg.c, lib/quotearg.h,
17619         lib/readtokens.c, lib/readutmp.c, lib/readutmp.h, lib/rmdir.c,
17620         lib/safe-read.c, lib/save-cwd.c, lib/savedir.c, lib/setenv.c,
17621         lib/sig2str.c, lib/stat.c, lib/strtoimax.c, lib/strverscmp.c,
17622         lib/userspec.c, lib/utime.c, lib/version-etc.c., lib/xgethostname.c,
17623         lib/xmemcoll.c, lib/xreadlink.c, lib/xstrtod.c, lib/xstrtod.h,
17624         lib/xstrtoimax.c, lib/xstrtol.c, lib/xstrtol.h, lib/xstrtoumax.c:
17625         Import changes from coreutils.
17626
17627 2004-08-05  Simon Josefsson  <jas@extundo.com>
17628
17629         * m4/strdup.m4: Always run gl_PREREQ_STRDUP, since strdup.h need it.
17630
17631 2004-08-05  Simon Josefsson  <jas@extundo.com>
17632
17633         * m4/getsubopt.m4: New file.
17634
17635 2004-08-05  Paul Eggert  <eggert@cs.ucla.edu>
17636
17637         Merge from coreutils.
17638
17639         * m4/c-strtod.m4, m4/canonicalize.m4, m4/fcntl-safer.m4:
17640         * m4/getcwd-path-max.m4: New files.
17641
17642         * m4/dos.m4 (gl_AC_DOS): filesystem -> file system renaming.
17643         FILESYSTEM_PREFIX_LEN ->
17644         FILE_SYSTEM_PREFIX_LEN.
17645         FILESYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX ->
17646         FILE_SYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX.
17647         FILESYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR ->
17648         FILE_SYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR.
17649
17650         * m4/path-concat.m4 (gl_PATH_CONCAT): Don't require gl_AC_DOS, the
17651         prerequisite modules now handle the DOS stuff.
17652         Don't check for unistd.h.
17653
17654 2004-08-05  Paul Eggert  <eggert@cs.ucla.edu>
17655
17656         Merge from coreutils.
17657
17658         * lib/.gdb-history: Remove; this doesn't belong here.
17659
17660         * lib/c-strtod.c, lib/c-strtod.h, lib/c-strtold.c, lib/cycle-check.c:
17661         * lib/cycle-check.h, lib/dev-ino.h, lib/canonicalize.h:
17662         * lib/canonicalize.c, lib/fcntl-safer.h, lib/fcntl-safer.c:
17663         * lib/getcwd.c: New files.
17664
17665         * lib/dirname.h: Include <stdbool.h>.
17666         (FILE_SYSTEM_PREFIX_LEN): Renamed from FILESYSTEM_PREFIX_LEN,
17667         for consistency with POSIX terminology.  All uses changed.
17668         (IS_ABSOLUTE_FILE_NAME, IS_RELATIVE_FILE_NAME): New macros.
17669         (strip_trailing_slashes): Use bool for booleans.
17670         * lib/stripslash.c (strip_trailing_slashes): Likewise.
17671
17672         * lib/error.c: Work around bug in OpenBSD 3.4 sterror_r: it
17673         sometimes returns a positive errno value even when it succeeds.
17674         (print_errno_message) [!LIBC]: Fall back on strerror if
17675         __strerror_r fails.
17676
17677         * lib/path-concat.c (mempcpy): Don't define if a system header defines
17678         it. Don't include stdio.h, stdlib.h, unistd.h, strdup.h.
17679         (longest_relative_suffix): New function.
17680         (path_concat): Use it.  Assume first argument is not NULL.
17681         Port to DOS.  Omit redundant separators.
17682         Report an error instead of returning NULL.
17683         Use mempcpy instead of memcpy.
17684         (xpath_concat): Remove: not declared or used.
17685
17686         * lib/same.h: Include <stdbool.h>
17687         (same_name): Return bool, not int.
17688         * lib/same.c (same_name): Likewise.
17689         (errno): Don't declare; we assume C89 or better now.
17690
17691         * lib/stat-macros (S_ISCTG, S_ISOFD, S_ISOFL): New macros,
17692         if not already defined.
17693
17694         * lib/xgetcwd.c (errno): Don't declare; we assume C89 or better now.
17695         * lib/dup-safer.c (errno): Likewise.
17696
17697 2004-08-05  Paul Eggert  <eggert@cs.ucla.edu>
17698
17699         Merge from coreutils.
17700         * modules/c-strtod, modules/c-strtold, modules/canonicalize:
17701         * modules/cycle-check, modules/fcntl-safer, modules/getcwd: New files.
17702         * modules/path-concat: Don't depend on strdup.
17703
17704 2004-08-03  Simon Josefsson  <jas@extundo.com>
17705
17706         * lib/strdup.h: Only use HAVE_DECL_STRDUP if defined.
17707         * lib/progname.h: Don't include stdbool.h.
17708
17709 2004-08-03  Paul Eggert  <eggert@cs.ucla.edu>
17710
17711         * modules/fatal: Remove, as the "fatal" module wasn't used or working.
17712         * MODULES.html.sh (func_all_modules): Remove fatal.
17713
17714 2004-08-03  Paul Eggert  <eggert@cs.ucla.edu>
17715
17716         * m4/fatal.m4: Remove, as the "fatal" module wasn't used or working.
17717
17718 2004-08-03  Paul Eggert  <eggert@cs.ucla.edu>
17719
17720         * lib/fatal.c, fatal.h: Remove as the "fatal" module wasn't used or
17721         working.
17722
17723 2004-08-02  Simon Josefsson  <jas@extundo.com>
17724
17725         * lib/getsubopt.h: New file, with comments from Bruno Haible.
17726         * lib/getsubopt.c: New file, from glibc, but slightly modified based on
17727         suggestions from Paul Eggert <eggert@cs.ucla.edu>.
17728
17729 2004-08-01  Simon Josefsson  <jas@extundo.com>
17730
17731         * lib/xgetdomainname.c: Include stdlib.h, for free().
17732
17733 2004-07-19  Bruno Haible  <bruno@clisp.org>
17734
17735         * MODULES.html.sh (func_all_modules): Add dummy.
17736
17737 2004-07-16  Simon Josefsson  <jas@extundo.com>
17738
17739         * modules/dummy: New file.
17740
17741 2004-07-16  Simon Josefsson  <jas@extundo.com>
17742
17743         * lib/dummy.c: New file.
17744
17745 2004-07-16  Bruno Haible  <bruno@clisp.org>
17746
17747         * lib/backupfile.h: Add extern "C" for C++.
17748         * lib/closeout.h: Likewise.
17749         * lib/copy-file.h: Likewise.
17750         * lib/findprog.h: Likewise.
17751         * lib/full-write.h: Likewise.
17752         * lib/pathname.h: Likewise.
17753         * lib/progname.h: Likewise.
17754         * lib/stpcpy.h: Likewise.
17755         * lib/stpncpy.h: Likewise.
17756         * lib/strcase.h: Likewise.
17757         * lib/strstr.h: Likewise.
17758         * lib/xalloc.h: Likewise.
17759
17760         * lib/mbswidth.h: Add extern "C" for C++.
17761         Reported by Albert Chin-A-Young <china@thewrittenword.com>.
17762
17763 2004-07-13  Robert Millan  <robertmh@gnu.org>
17764
17765         * m4/host-os.m4: s/KNetBSD/kNetBSD/g and s/KFreeBSD/kFreeBSD/g.
17766
17767 2004-07-09  Simon Josefsson  <jas@extundo.com>
17768
17769         * lib/getndelim2.c: Include stddef.h, for ptrdiff_t.  (FreeBSD 4.9
17770         failed without this.)
17771
17772 2004-07-09  Paul Eggert  <eggert@cs.ucla.edu>
17773
17774         * modules/chown (Files): Add lib/fchown-stub.c, since
17775         gl_PREREQ_CHOWN invokes AC_LIBOBJ(fchown-stub).
17776
17777 2004-07-09  Paul Eggert  <eggert@cs.ucla.edu>
17778
17779         * lib/fchown-stub.c: New file.
17780
17781 2004-06-24  Jim Meyering  <jim@meyering.net>
17782
17783         * lib/obstack.h (obstack_base): Cast to (void *), per documentation.
17784
17785 2004-06-22  Paul Eggert  <eggert@cs.ucla.edu>
17786
17787         * modules/argz: Omit "#include".
17788
17789         * MODULES.html.sh (func_all_modules): Add calloc, to match
17790         2004-06-01 addition of calloc module.
17791
17792 2004-06-22  Paul Eggert  <eggert@cs.ucla.edu>
17793
17794         * m4/argz.m4: New file, which is autoupdated from libtool.
17795
17796 2004-06-22  Paul Eggert  <eggert@cs.ucla.edu>
17797
17798         * lib/argz.c, lib/argz_.h: New files, which are autoupdated from
17799         libtool.
17800
17801 2004-06-22  Paul Eggert  <eggert@cs.ucla.edu>
17802
17803         * config/srclist-update: Don't insist on "USA." before the
17804         close-comment, as libtool omits the period and puts the */ on a
17805         separate line.
17806         * config/srclist.txt: Add argz.c, argz_.h, argz.m4.
17807         * config/srclistvars.sh: Add LIBTOOL (for eggert only).
17808
17809 2004-06-22  Gary V. Vaughan  <gary@gnu.org>
17810
17811         * modules/argz: New file.
17812         * MODULES.html.sh (func_all_modules): Add argz.
17813
17814 2004-06-12  Jim Meyering  <jim@meyering.net>
17815         and  Paul Eggert  <eggert@cs.ucla.edu>
17816
17817         * modules/hash (Files): Add lib/xalloc.h.
17818         * modules/pipe (Depends-on): Add wait-process.
17819         * modules/stat (Depends-on): Add xalloc.
17820         * modules/userspec (Files): Add lib/userspec.h.
17821         * modules/xstrto
17822
17823         Upgrade from gettext-0.13.
17824         * modules/gettext (Files): Add m4/intmax.m4, m4/longdouble.m4,
17825         m4/longlong.m4, m4/printf-posix.m4, m4/signed.m4, m4/size_max.m4,
17826         m4/wchar_t.m4, m4/wint_t.m4, m4/xsize.m4.
17827
17828 2004-06-10  Jim Meyering  <jim@meyering.net>
17829
17830         * lib/calloc.c: New file.
17831
17832 2004-06-06  Paul Eggert  <eggert@cs.ucla.edu>
17833
17834         * lib/getdate.y (yylex): Allow space between sign and number.
17835         Problem reported by Dan Jacobson.
17836
17837 2004-06-01  Paul Eggert  <eggert@cs.ucla.edu>
17838
17839         Merge from coreutils CVS.
17840
17841         * m4/backupfile.m4, dirname.m4, human.m4, inttypes.m4, longlong.m4,
17842         makepath.m4, memchr.m4, memcmp.m4, mountlist.m4, path-concat.m4,
17843         putenv.m4, quotearg.m4, readutmp.m4, strtoimax.m4, strtoll.m4,
17844         strtoull.m4, strtoumax.m4, ulonglong.m4, vasnprintf.m4,
17845         xstrtol.m4: Fix copyright date and/or serial number.
17846
17847         * m4/chown.m4 (gl_PREREQ_CHOWN): Check for fcntl.h.
17848         See if we need an fchown replacement.
17849         (gl_FUNC_CHOWN_FOLLOWS_SYMLINK): New macro.
17850         (gl_FUNC_CHOWN): Require gl_FUNC_CHOWN_FOLLOWS_SYMLINK,
17851         and use the replacement function if we detect either defect.
17852
17853         * m4/prereq.m4 (gl_PREREQ): Add gl_ALLOCSA, gl_CLOEXEC, gl_INTTOSTR,
17854         gl_UTIMECMP.
17855
17856 2004-06-01  Paul Eggert  <eggert@cs.ucla.edu>
17857         and  Jim Meyering  <jim@meyering.net>
17858
17859         Merge from coreutils CVS.
17860
17861         * lib/stat-macros.h: New file, with contents from file-type.h
17862         and coreutils' system.h.
17863         * lib/file-type.c: Include "stat-macros.h".
17864         * lib/file-type.h (file_type): Move all macro definitions to new file,
17865         stat-macros.h.
17866
17867         * lib/chown.c (rpl_chown) [CHOWN_FAILS_TO_HONOR_ID_OF_NEGATIVE_ONE]:
17868         Wrap old code with this conditional.
17869         [CHOWN_MODIFIES_SYMLINK]: Try to work around a chown
17870         function that does not dereference symlinks.
17871         * lib/lchown.c (lchown) [CHOWN_MODIFIES_SYMLINK]: Just call chown.
17872
17873         * lib/xreadlink.c: Include xreadlink.h first, to catch .h file
17874         dependency problems.
17875         (xreadlink): Accept new arg SIZE, for efficiency.
17876         All decls and uses changed.
17877         * lib/xreadlink.h: Include <stddef.h>, for size_t.
17878
17879         * lib/.cppi-disable: Add alloca_.h, allocsa.h, exit.h, getndelim2.h,
17880         gettext.h, localcharset.h, strdup.h, strndup.h, strtoul.c, time_r.h.
17881
17882         * lib/.cvsignore: Add alloca.h, fnmatch.h, poll.h, stdbool.h,
17883         sysexits.h.
17884
17885 2004-06-01  Jim Meyering  <jim@meyering.net>
17886
17887         * m4/calloc.m4: New file.
17888
17889 2004-05-31  Paul Eggert  <eggert@cs.ucla.edu>
17890
17891         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Detect _Bool bug in HP aC++/ANSI
17892         C B3910B A.05.55 [Dec 04 2003].  Problem reported by Jim Meyering.
17893         Also, fix a typo in a diagnostic.
17894
17895 2004-05-30  Paul Eggert  <eggert@cs.ucla.edu>
17896
17897         * m4/xalloc.m4 (gl_PREREQ_XMALLOC): Do not require AC_FUNC_MALLOC
17898         or AC_FUNC_REALLOC.
17899
17900 2004-05-30  Paul Eggert  <eggert@cs.ucla.edu>
17901
17902         * lib/xmalloc.c (HAVE_MALLOC, HAVE_REALLOC): Do not require these
17903         macros to be defined.
17904         (xnmalloc_inline, xnrealloc_inline, xcalloc): Do not die if
17905         the allocator returns NULL because the requested size is zero.
17906
17907 2004-05-20  Paul Eggert  <eggert@cs.ucla.edu>
17908
17909         * lib/malloc/obstack.c (_obstack) [defined _LIBC]: Bring back this
17910         var.  Add comment explaining why libc still defines it.  This
17911         merges the following patch from glibc:
17912         http://sources.redhat.com/ml/libc-alpha/2004-05/msg00157.html
17913
17914 2004-05-20  Andreas Schwab  <schwab@suse.de>
17915
17916         * m4/free.m4: Replace free if it not known to work, not the other
17917         way round.
17918
17919 2004-05-19  Paul Eggert  <eggert@cs.ucla.edu>
17920
17921         * lib/obstack.c (_obstack): Remove unused variable.  It hasn't been
17922         present in glibc since revision 1.1 of this file.
17923         * lib/obstack.h (_obstack_free, obstack_1grow, obstack_1grow_fast,
17924         obstack_alignment_mask, obstack_alloc, obstack_base,
17925         obstack_blank, obstack_blank_fast, obstack_chunk_size,
17926         obstack_copy, obstack_copy0, obstack_finish, obstack_grow,
17927         obstack_grow0, obstack_init, obstack_int_grow,
17928         obstack_int_grow_fast, obstack_make_room, obstack_memory_used,
17929         obstack_next_free, obstack_object_size, obstack_ptr_grow,
17930         obstack_ptr_grow_fast, obstack_room): Remove declarations of
17931         nonexistent functions.
17932
17933 2004-05-18  Karl Berry  <karl@gnu.org>
17934
17935         * config/srclist.txt: break link for vasnprintf.c.
17936
17937 2004-05-17  Paul Eggert  <eggert@cs.ucla.edu>
17938
17939         Port obstack to the AS/400, where pointers are 16 bytes wide and
17940         you cannot cast an integer to a valid pointer.  This patch is
17941         currently waiting to be integrated into glibc; see
17942         <http://sources.redhat.com/ml/libc-alpha/2004-05/msg00073.html>.
17943
17944         * lib/obstack.h (__PTR_TO_INT, __INT_TO_PTR): Remove.
17945         All uses of __INT_TO_PTR (PTR_TO_INT ...) replaced by __PTR_ALIGN.
17946         (__BPTR_ALIGN, __PTR_ALIGN): New macros.
17947         (struct obstack): temp member is now a union of a pointer and
17948         an integer, instead of an integer.  All integer uses changed.
17949         This does not affect the physical layout of struct obstack,
17950         except on hosts (like the AS/400) where the size or alignment of
17951         void * is greater than that of ptrdiff_t.
17952         (obstack_finish) [! (defined __GNUC__ && defined __STDC__ &&
17953         __STDC__)]: Store temporary in pointer member of union, not
17954         integer member.
17955         * lib/obstack.c: Include <stddef.h>, for offsetof.
17956         (struct fooalign): Remove; it doesn't need a name.
17957         (union fooround): Change double to long double, and add void *.
17958         (DEFAULT_ALIGNMENT): Use offsetof to compute.
17959         (DEFAULT_ALIGNMENT, DEFAULT_ROUNDING): Now an enum constant,
17960         not a macro.  Hence the values are always int; so remove all
17961         casts-to-int in uses.
17962
17963 2004-05-17  Paul Eggert  <eggert@cs.ucla.edu>
17964
17965         * config/srclist.txt: Break link for argp-help.c and argp-parse.c until
17966         we can get this patch merged into glibc.
17967
17968 2004-05-17  Derek R. Price  <derek@ximbiot.com>
17969             Paul Eggert  <eggert@cs.ucla.edu>
17970
17971         * m4/argp: Depend on alloca.
17972
17973 2004-05-17  Derek R. Price  <derek@ximbiot.com>
17974             Paul Eggert  <eggert@cs.ucla.edu>
17975
17976         * lib/argp-help.c, argp-parse.c: Assume <alloca.h> rather than
17977         freecoding.
17978
17979 2004-05-17  Bruno Haible  <bruno@clisp.org>
17980
17981         * lib/vasnprintf.c (VASNPRINTF): Correctly handle the case of a
17982         precision that consists of a '.' followed by an empty digit string.
17983         Patch by Tor Lillqvist <tml@iki.fi>.
17984
17985 2004-05-16  Paul Eggert  <eggert@cs.ucla.edu>
17986
17987         * m4/alloca.m4 (gl_FUNC_ALLOCA): Define HAVE_ALLOCA_H always,
17988         for backward compatibility with older code.  We need our own
17989         alloca.h if _AIX is defined.  Define HAVE_ALLOCA if we discover
17990         it under some other name, and our alloca.h will define it.
17991
17992 2004-05-16  Paul Eggert  <eggert@cs.ucla.edu>
17993             Derek Price  <derek@ximbiot.com>
17994
17995         * lib/alloca.c: Include <alloca.h>, to get our interface.
17996         * lib/alloca_.h: Use __alloca on AIX, so that we don't have to
17997         include <alloca.h> first.  Use C89 prototype for alloca; this
17998         requires including <stddef.h> for size_t.  Use extern "C" if C++.
17999         Use #elif for simplicity, since we can assume C89 now.
18000         Don't try to source the system alloca.h since it will not be found
18001         and to prevent recursively including its replacement.
18002         * lib/fnmatch.c: Include <alloca.h> instead of opencoding.
18003         * lib/regex.c: Likewise.
18004
18005 2004-05-16  Derek Price  <derek@ximbiot.com>
18006             Paul Eggert  <eggert@cs.ucla.edu>
18007
18008         getline cleanup.  This changes the getndelim2 API: both order of
18009         arguments, and meaning of delim2 (now uses EOF, not 0, to indicate
18010         no delimiter).
18011
18012         * lib/getline.c: Don't include stddef.h or stdio.h, since our
18013         interface does that.
18014         (getline): Always use getdelim, so that we don't have two
18015         copies of this code.
18016         * lib/getndelim2.c: Include <limits.h>, <inttypes.h>, <stdint.h>
18017         if available.
18018         (PTRDIFF_MAX, SIZE_MAX, SSIZE_MAX): Define if not defined.
18019         (GETNDELIM2_MAXIMUM): New macro.
18020         (getndelim2): Reorder arguments.  delim==EOF now means no delimiter,
18021         instead of the old practice of delim2==0.  All callers changed.
18022         Return -1 on overflow, instead of returning junk.
18023         Do not set *linesize unless allocation succeeds.
18024         * lib/getndelim2.h: Do not include stddef.h; no longer needed, now
18025         that we include sys/types.h.
18026         * lib/getnline.h: Likewise.
18027         * lib/getndelim2.h (GETNLINE_NO_LIMIT): New macro.
18028         (getndelim2): Reorder arguments.
18029         * lib/getnline.c (getnline, getndelim):
18030         Don't discard the NMAX argument.
18031         (getnline): Invoke getndelim, to avoid code duplication.
18032         * lib/getnline.h (GETNLINE_NO_LIMIT): New macro, used instead
18033         of (size_t) -1 by callers of the getnline family.
18034
18035 2004-05-13  Paul Eggert  <eggert@cs.ucla.edu>
18036
18037         * m4/gettime.m4 (gl_GETTIME): Require gl_TIMESPEC.
18038         Check for gettimeofday.
18039         * m4/settime.m4 (gl_SETTIME): Require gl_TIMESPEC.
18040         Check for settimeofday, stime.
18041
18042 2004-05-13  Paul Eggert  <eggert@cs.ucla.edu>
18043
18044         * lib/nanosleep.c (suspended): Change its type from int to
18045         sig_atomic_t volatile.
18046         (first_call): Make it private to rpl_nanosleep, and have it
18047         be zero initially as that's a bit faster.
18048         (my_usleep): Round up fractional times instead of truncating them,
18049         as this is the usual meaning for 'sleep'.
18050
18051         * lib/gettime.c (gettime): Fall back on `time' if `gettimeofday'
18052         doesn't work.
18053         * lib/settime.c: Include <unistd.h>, for stime (on Solaris 8, anyway).
18054         (ENOSYS): Define if not defined.
18055         (settime): Fall back on stime if it exists and settimeofday fails.
18056         But don't bother with fallbacks if a method fails with errno == EPERM.
18057
18058 2004-05-11  Jim Meyering  <jim@meyering.net>
18059
18060         Prior to this change, the save_cwd caller required read access to the
18061         current directory on most systems (ones with the fchdir function).
18062
18063         * lib/save-cwd.c (save_cwd) [HAVE_FCHDIR]: If opening `.' read-only
18064         fails, try write-only, and finally, resort to using xgetcwd.
18065
18066 2004-05-06  Paul Eggert  <eggert@cs.ucla.edu>
18067
18068         * lib/obstack.c, obstack.h: Import changes from libc.
18069
18070 2004-04-28  Bruno Haible  <bruno@clisp.org>
18071
18072         * lib/findprog.c (find_in_path): Treat Cygwin like Windows, since it
18073         also implicitly appends .exe to executables.
18074         * lib/localcharset.c (ISSLASH): Treat Cygwin like Windows, since it now
18075         accepts Windows pathnames.
18076         * lib/pathname.h (ISSLASH, IS_PATH_WITH_DIR, FILESYSTEM_PREFIX_LEN):
18077         Treat Cygwin like Windows, since it now accepts Windows pathnames.
18078         * lib/progreloc.c (ISSLASH, IS_PATH_WITH_DIR, FILESYSTEM_PREFIX_LEN):
18079         Treat Cygwin like Windows, since it now accepts Windows pathnames.
18080         Reported by Derek Robert Price <derek@ximbiot.com>.
18081
18082 2004-04-21  Karl Berry  <karl@gnu.org>
18083
18084         * config/srclist.txt (localcharset.c): break sync.
18085
18086 2004-04-20  Paul Eggert  <eggert@twinsun.com>
18087
18088         * m4/host-os.m4: Add a copyright notice.
18089
18090 2004-04-20  Jim Meyering  <jim@meyering.net>
18091
18092         Change UTILS_ to gl_ in AC_DEFINE'd names.
18093         Change utils_- and jm_-prefixed variables, too.
18094         * m4/mkdir-slash.m4 (gl_FUNC_MKDIR_TRAILING_SLASH): Renamed from
18095         UTILS_FUNC_MKDIR_TRAILING_SLASH.
18096         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Renamed from UTILS_FUNC_MKSTEP.
18097
18098         * m4/dirfd.m4 (gl_FUNC_DIRFD): Rename from UTILS_FUNC_DIRFD.
18099         Don't emit trailing blanks.
18100         Also rename jm_-prefixed variables to have gl_ prefix.
18101
18102         * m4/host-os.m4 (gl_HOST_OS): Rename from UTILS_HOST_OS.
18103         Also rename jm_-prefixed variables to have gl_ prefix.
18104
18105         * m4/jm-macros.m4: Reflect the renamings.
18106         * m4/prereq.m4: Likewise.
18107
18108 2004-04-20  Jim Meyering  <jim@meyering.net>
18109
18110         * lib/getndelim2.c (getndelim2): Upon realloc failure, don't leak
18111         memory.
18112
18113 2004-04-20  Jim Meyering  <jim@meyering.net>
18114             Bruno Haible  <bruno@clisp.org>
18115
18116         * lib/localcharset.c (get_charset_aliases) [!VMS && !WIN32]: Don't leak
18117         memory when realloc fails.
18118
18119 2004-04-19  Jim Meyering  <jim@meyering.net>
18120
18121         * m4/readutmp.m4 (gl_PREREQ_READUTMP): Require gl_FUNC_FREE,
18122         now that readutmp.c may call `free (0)'.
18123
18124 2004-04-19  Bruno Haible  <bruno@clisp.org>
18125
18126         * m4/mbrtowc.m4: Change jm_ to gl_ in cache variables as well.
18127         * m4/inttypes_h.m4: Likewise.
18128         * m4/stdint_h.m4: Likewise.
18129         * m4/intmax_t.m4: Likewise.
18130         * m4/uintmax_t.m4: Likewise.
18131
18132 2004-04-18  Jim Meyering  <jim@meyering.net>
18133
18134         * m4/prereq.m4: Don't forbid jm_ prefix.
18135
18136         * m4/afs.m4, m4/allocsa.m4, m4/assert.m4, m4/backupfile.m4:
18137         * m4/bison.m4, m4/check-decl.m4, m4/chown.m4, m4/d-ino.m4:
18138         * m4/d-type.m4, m4/dirname.m4, m4/dos.m4, m4/error.m4, m4/fpending.m4:
18139         * m4/fstypename.m4, m4/fsusage.m4, m4/ftruncate.m4, m4/getdate.m4:
18140         * m4/getgroups.m4, m4/gettext.m4, m4/glibc21.m4, m4/group-member.m4:
18141         * m4/human.m4, m4/intmax.m4, m4/intmax_t.m4, m4/inttostr.m4:
18142         * m4/inttypes.m4, m4/inttypes_h.m4, m4/jm-macros.m4, m4/jm-winsz1.m4:
18143         * m4/jm-winsz2.m4, m4/lchown.m4, m4/lib-check.m4, m4/link-follow.m4:
18144         * m4/localcharset.m4, m4/longlong.m4, m4/ls-mntd-fs.m4, m4/lstat.m4:
18145         * m4/makepath.m4, m4/mbrtowc.m4, m4/mbswidth.m4, m4/memchr.m4:
18146         * m4/memcmp.m4, m4/mkdtemp.m4, m4/mkstemp.m4, m4/mountlist.m4:
18147         * m4/nanosleep.m4, m4/path-concat.m4, m4/perl.m4, m4/prereq.m4:
18148         * m4/putenv.m4, m4/quotearg.m4, m4/regex.m4, m4/stat.m4:
18149         * m4/stdint_h.m4, m4/strftime.m4, m4/strtoimax.m4, m4/strtoll.m4:
18150         * m4/strtoull.m4, m4/strtoumax.m4, m4/timespec.m4, m4/uintmax_t.m4:
18151         * m4/ulonglong.m4, m4/unlink-busy.m4, m4/unlocked-io.m4, m4/uptime.m4,
18152         * m4/utimbuf.m4, m4/utime.m4, m4/utimes-null.m4, m4/vasnprintf.m4:
18153         * m4/xstrtoimax.m4, m4/xstrtol.m4, m4/xstrtoumax.m4:
18154         Change jm_ to gl_ in AC_DEFINE'd names. Update all uses.
18155
18156 2004-04-18  Jim Meyering  <jim@meyering.net>
18157
18158         * lib/readutmp.c (read_utmp) [UTMP_NAME_FUNCTION]: Upon realloc
18159         failure, don't leak memory and do call END_UTMP_ENT.
18160
18161 2004-04-16  Jim Meyering  <jim@meyering.net>
18162
18163         * m4/prereq.m4 (jm_PREREQ_STAT): Remove macro.  It is specific to
18164         coreutils' stat program.
18165         (gl_PREREQ): Don't require jm_PREREQ_STAT.
18166
18167 2004-04-11  Paul Eggert  <eggert@twinsun.com>
18168
18169         * lib/inttostr.h: Include <limits.h> unconditionally, since we assume
18170         C89.
18171         (CHAR_BIT): Remove, since we assume C89.
18172         Include <stdint.h> if available, as per current Autoconf CVS advice.
18173
18174 2004-03-31  Jim Meyering  <jim@meyering.net>
18175
18176         * m4/prereq.m4: Require AC_FUNC_MALLOC, not jm_FUNC_MALLOC.
18177         Require AC_FUNC_REALLOC, not jm_FUNC_REALLOC.
18178         * m4/xalloc.m4: Likewise.
18179
18180 2004-03-30  Paul Eggert  <eggert@twinsun.com>
18181
18182         Merge from coreutils.
18183
18184         * m4/inttostr.m4: New file.
18185         * m4/getdate.m4 (gl_GETDATE): Remove time-related stuff.
18186         Require AM_STDBOOL_H and gl_TIMESPEC instead.
18187         Require gl_CLOCK_TIME.
18188         * m4/clock_time.m4 (gl_CLOCK_TIME): Require AC_GNU_SOURCE.
18189
18190 2004-03-30  Paul Eggert  <eggert@twinsun.com>
18191
18192         * lib/cloexec.h, cloexec.c (set_cloexec_flag): Return int
18193         not bool, to be more consistent with Unix conventions.
18194         Suggested by Bruno Haible.
18195
18196         Merge from coreutils.
18197
18198         * lib/imaxtostr.c, lib/inttostr.c, lib/inttostr.h, lib/offtostr.c:
18199         * lib/umaxtostr.c: New files.
18200
18201         * lib/getdate.h: Include stdbool.h, and timespec.h instead of
18202         the usual <time.h> dance.
18203         (get_date): Change signature to support fractional time stamps.
18204         All callers changed.
18205         * lib/getdate.y: Include "getdate.h" first, as we can now
18206         assume C89 and don't need to worry about 'const'.
18207         Similarly, include "unlocked-io.h" near start, not in middle.
18208         Include <limits.h>.
18209         (textint.value): Use long int rather than int.
18210         (textint.digits): Use size_t rather than int.
18211         (BILLION, LOG10_BILLION): New constants.
18212         (parser_control): New member rel_ns.  Members day_ordinal,
18213         time_zone, month, day, hour, minutes, rel_year, rel_month,
18214         rel_day, rel_hour, rel_minutes, rel_seconds
18215         are now long int, not int.  Member seconds is now struct timespec,
18216         not int.  New member timespec_seen.  Members dates_seen, days_seen,
18217         local_zones_seen, rels_seen, times_seen, zones_seen are now size_t,
18218         not int.
18219         (%union.intval): Now long int, not int.
18220         New member timespec.
18221         (tSDECIMAL_NUMBER, tUDECIMAL_NUMBER): New tokens.
18222         (seconds, signed_seconds, unsigned_seconds): New nonterminals.
18223         (spec): Now is a timespec or an item list.
18224         (timespec, items): New nonterminals.
18225         (time, rel, relunit, number, get_date):
18226         Add support for fractional seconds.
18227         (time): Fix bug: seconds weren't cleared in "00:00 +0000" syntax.
18228         (gmtime, localtime, mktime): Remove decls; not needed with C89.
18229         (to_hour): First arg is now long int, not int.
18230         (to_year): Returns long int, not int.
18231         Don't treat year -70 like 70.
18232         (tm_diff): Returns long int, not int.
18233         (lookup_word): Use bool instead of int when appropriate.
18234         (yylex): Use size_t for count, not int.
18235         Detect overflow when parsing large integer constants.
18236         Add support for fractions.
18237         (get_date): Make pointers 'const' if possible.
18238         Use more-portable code to detect integer overflow.
18239         (main) [TEST]: Adjust to above changes.  Test for localtime failure.
18240         Don't use ctime; it's not reliable if the year has >4 digits.
18241
18242         * lib/human.c (humblock): Inspect BLOCKSIZE if BLOCK_SIZE isn't set.
18243         This is for compatibility with BSD.
18244
18245         * lib/timespec.h (ST_TIME_CMP_NS, ST_TIME_CMP): Define.
18246         (ATIME_CMP, CTIME_CMP, MTIME_CMP, TIMESPEC_NS): Likewise.
18247         From coreutils' system.h.
18248
18249         * lib/userspec.c: Don't include "posixver.h".
18250         (parse_user_spec): Fall back on USER.GROUP parsing, regardless
18251         of POSIX version, as POSIX 1003.1-2001 allows that behavior as a
18252         compatible extension.  Simplify code by removing a boolean int
18253         that was always nonzero if a string was nonnull.
18254
18255 2004-03-30  Jim Meyering  <jim@meyering.net>
18256
18257         Merge from coreutils.
18258
18259         Avoid a configure-time warning about sys/ucred.h on OSF V4.0.
18260         * m4/ls-mntd-fs.m4: Test for sys/ucred.h separately, since
18261         on some systems one must include <grp.h> before it.
18262         Reported by Christian Krackowizer.
18263
18264 2004-03-30  Jim Meyering  <jim@meyering.net>
18265
18266         Merge from coreutils.
18267
18268         * lib/mountlist.c [HAVE_SYS_UCRED_H]: Include grp.h before sys/ucred.h.
18269
18270         * lib/readtokens.c (readtoken): Don't leak 64 bytes when reading
18271         an empty input stream.
18272
18273         * lib/readtokens.c: Include <stdbool.h>.
18274         (readtoken): Use `size_t' rather than int/long.
18275         All callers adjusted.
18276         Use `bool' rather than `int' where appropriate.
18277         Use memset rather than an explicit loop.
18278         Use x2nrealloc rather than xrealloc.
18279         Allow the use of `\0' as a delimiter.
18280         (readtokens): Likewise.
18281         * lib/readtokens.h (readtoken, readtokens): Update prototypes.
18282
18283 2004-03-30  Jim Meyering  <jim@meyering.net>
18284
18285         * m4/realloc.m4: Remove file, since now it does no more than
18286         AC_REQUIRE([AC_FUNC_REALLOC]), and that can be done via
18287         the `configure.ac' section of module/realloc.
18288         * m4/malloc.m4: Likewise, but for AC_FUNC_MALLOC.
18289
18290 2004-03-30  Bruno Haible  <bruno@clisp.org>
18291
18292         * lib/getloadavg.c (getloadavg): Don't assume setlocale returns
18293         nonnull.
18294
18295 2004-03-29  Paul Eggert  <eggert@twinsun.com>
18296
18297         Merge changes to getloadavg.c from coreutils and Emacs.
18298
18299         * lib/getloadavg.c [!defined HAVE_SETLOCALE] (setlocale):
18300         Define to an expression, not to the empty string.
18301         Include cloexec.h and xalloc.h.
18302         (getloadavg): Restore LC_NUMERIC locale after setting it temporarily.
18303         Use set_cloexec_flag rather than rolling our own.
18304         * lib/cloexec.c, lib/cloexec.h: New files.
18305
18306 2004-03-29  Paul Eggert  <eggert@twinsun.com>
18307
18308         * m4/cloexec.m4: New file.
18309
18310 2004-03-18  Paul Eggert  <eggert@twinsun.com>
18311
18312         * lib/getopt.h: Sync with libc CVS.
18313
18314 2004-03-18  Paul Eggert  <eggert@twinsun.com>
18315             Bruno Haible  <bruno@clisp.org>
18316
18317         * m4/mbswidth.m4 (gl_MBSWIDTH): Also test whether <wchar.h> declares
18318         mbswidth.
18319
18320 2004-03-18  Paul Eggert  <eggert@twinsun.com>
18321             Bruno Haible  <bruno@clisp.org>
18322
18323         * lib/mbswidth.h: Include <wchar.h> only if
18324         HAVE_DECL_MBSWIDTH_IN_WCHAR_H, not on all platforms that have
18325         <wchar.h>.
18326         * lib/mbswidth.c: Include <stdio.h> and <time.h> before <wchar.h>.
18327
18328 2004-03-09  Paul Eggert  <eggert@twinsun.com>
18329
18330         * lib/argp-parse.c, getopt.c, getopt.h, getopt1.c:
18331         Sync with libc CVS.
18332         * lib/getopt_int.h: New file, also synced from libc.
18333
18334 2004-03-09  Paul Eggert  <eggert@twinsun.com>
18335
18336         * config/srclistvars.sh: Add GNUWWWLICENSES for eggert.
18337         * config/srclist.txt: Sync getopt with libc.  Add getopt_int.h.
18338         Bring back getopt.c, getopt.h, getopt1.c.
18339
18340 2004-03-07  Paul Eggert  <eggert@twinsun.com>
18341
18342         * m4/c-stack.m4 (gl_PREREQ_C_STACK): Renamed from jm_PREREQ_C_STACK.
18343         All uses changed.  Check for sa_sigaction member; this fixes
18344         a bug first reported by Jason Andrade in
18345         <http://mail.gnu.org/archive/html/bug-textutils/2003-03/msg00027.html>.
18346
18347 2004-03-07  Paul Eggert  <eggert@twinsun.com>
18348
18349         * lib/c-stack.c (SIGACTION_WORKS): New macro.  Use it instead of long
18350         '#if' expressions.  Unlike the code it replaces, it does not
18351         depend on (defined _SC_PAGESIZE).  However, it does depend on
18352         HAVE_STRUCT_SIGACTION_SA_SIGACTION; this last change fixes a bug
18353         first reported by Jason Andrade in
18354         <http://mail.gnu.org/archive/html/bug-textutils/2003-03/msg00027.html>.
18355
18356 2004-02-25  Simon Josefsson  <jas@extundo.com>
18357
18358         * m4/strdup.m4 (gl_PREREQ_STRDUP): Check whether strdup is declared.
18359
18360 2004-02-25  Simon Josefsson  <jas@extundo.com>
18361
18362         * lib/strdup.h: New file.
18363         * lib/strdup.c: Include it.
18364         * lib/path-concat.c: Include strdup.h. Drop strdup declaration.
18365         * lib/userspec.c: Include strdup.h. Drop strdup declaration.
18366
18367 2004-02-23  Karl Berry  <karl@gnu.org>
18368
18369         * doc/maintain.texi, doc/standards.texi, doc/make-stds.texi: new files
18370         (from fencepost.gnu.org:/gd/gnuorg).
18371
18372 2004-02-23  Karl Berry  <karl@gnu.org>
18373
18374         * config/srclistvars.sh (GNUORG) [karl]: redefine.
18375         * config/srclist.txt: add maintain/standards documents.
18376
18377 2004-02-18  Bruno Haible  <bruno@clisp.org>
18378
18379         * m4/xsize.m4 (gl_XSIZE): Require AC_C_INLINE.
18380         Reported by Derek Robert Price <derek@ximbiot.com>.
18381
18382 2004-02-16  Karl Berry  <karl@gnu.org>
18383
18384         * config/mkinstalldirs, install-sh: update from automake.
18385
18386 2004-02-06  Karl Berry  <karl@gnu.org>
18387
18388         * m4/po.m4: update from gettext 0.14.1.
18389
18390 2004-02-06  Karl Berry  <karl@gnu.org>
18391
18392         * lib/config.charset: update from gettext 0.14.1.
18393
18394 2004-02-05  Paul Eggert  <eggert@twinsun.com>
18395
18396         Add comments and code, prompted by suggestions from Bruno Haible
18397         for sh-quote.
18398         * lib/quotearg.h (quotearg_alloc): New decl.  Improve the comments
18399         describing the enum quoting_style values.
18400         * lib/quotearg.c (quotearg_alloc): New function.
18401         (quotearg_buffer_restyled): Treat lone { and } as special.
18402         Treat = as special.  Work around bug with older shells
18403         that "see" a '\' that is really the 2nd byte of a multibyte char.
18404         Quote empty string with shell_quoting_style.
18405
18406 2004-02-03  Bruno Haible  <bruno@clisp.org>
18407
18408         * m4/pipe.m4: New file, from GNU gettext.
18409
18410 2004-02-03  Bruno Haible  <bruno@clisp.org>
18411
18412         * lib/pipe.h: New file, from GNU gettext.
18413         * lib/pipe.c: New file, from GNU gettext.
18414
18415 2004-01-27  Bruno Haible  <bruno@clisp.org>
18416
18417         * m4/execute.m4: New file, from GNU gettext.
18418
18419 2004-01-27  Bruno Haible  <bruno@clisp.org>
18420
18421         * lib/execute.h: New file, from GNU gettext.
18422         * lib/execute.c: New file, from GNU gettext.
18423         * lib/w32spawn.h: New file, from GNU gettext.
18424
18425 2004-01-24  Paul Eggert  <eggert@twinsun.com>
18426
18427         Merge from diffutils.
18428
18429         * lib/file-type.c (file_type): Add typed memory objects.
18430         * lib/file-type.h (S_TYPEISTMO): New macro.
18431
18432         * lib/c-stack.h (c_stack_action): Remove argv argument.
18433         * lib/c-stack.c (c_stack_action): Likewise.  All uses changed.
18434         (die): Don't calculate message unless segv_action returns.
18435         (get_stack_location, min_address_from_argv, max_address_from_argv,
18436         volatile stack_base, volatile_stack_size): Remove.
18437         (segv_handler): If ! HAVE_XSI_STACK_OVERFLOW_HEURISTIC, assume
18438         that every segmentation violation is a stack overflow.  (Ouch!)
18439         See Debian bug 136249 (still outstanding) for more info about why
18440         HAVE_XSI_STACK_OVERFLOW_HEURISTIC fails on Linux kernels.
18441
18442 2004-01-24  Paul Eggert  <eggert@twinsun.com>
18443
18444         Exit-status fix from coreutils.
18445
18446         Use exit_failure consistently in place of EXIT_FAILURE,
18447         so that program exit statuses are consistent on failure.
18448
18449         * lib/argmatch.c (ARGMATCH_DIE) [! defined ARGMATCH_DIE]:
18450         Include "exitfail.h", and use exit_failure rather than EXIT_FAILURE.
18451         * lib/argmatch.h: Comment fix to match the above.
18452         * lib/obstack.c (obstack_exit_failure) [!defined _LIBC]:
18453         Now a macro referring to exit_failure, instead of a separate
18454         variable.  Include "exitfail.h" to get it.
18455         * lib/xstrtol.h: Include "exitfail.h".
18456         (STRTOL_FATAL_ERROR): Exit with status exit_failure, not 2.
18457
18458         * lib/long-options.c (parse_long_options): Use prototype
18459         for usage function arg.  Pass it EXIT_SUCCESS rather than 0,
18460         for clarity.
18461
18462 2004-01-21  Jim Meyering  <jim@meyering.net>
18463
18464         * lib/mktime.c (__mktime_internal) [!_LIBC]: Define to mktime_internal
18465         so as not to conflict with a different-sized __mktime_internal
18466         function in GNU libc.
18467         * lib/timegm.c (__mktime_internal) [!_LIBC]: Likewise.
18468         Problem building statically-linked `ls' reported by Michael Brunnbauer.
18469
18470 2004-01-20  Karl Berry  <karl@gnu.org>
18471
18472         * config/config.guess: update from config.
18473
18474         * config/srclistvars.sh: GNUWWWLICENSES for karl.
18475
18476 2004-01-20  Bruno Haible  <bruno@clisp.org>
18477
18478         Safer stack allocation.
18479         * lib/setenv.c: Include allocsa.h.
18480         (alloca): Remove fallback definition.
18481         (freea): Remove macro.
18482         (__add_to_environ) [!_LIBC]: Use allocsa instead of alloca. Use freesa
18483         instead of freea.
18484
18485 2004-01-20  Bruno Haible  <bruno@clisp.org>
18486
18487         * m4/eealloc.m4: New file, from GNU gettext.
18488
18489 2004-01-20  Bruno Haible  <bruno@clisp.org>
18490
18491         * m4/allocsa.m4: New file, from GNU gettext.
18492
18493 2004-01-20  Bruno Haible  <bruno@clisp.org>
18494
18495         * lib/xallocsa.h: New file, from GNU gettext.
18496         * lib/xallocsa.c: New file, from GNU gettext.
18497
18498 2004-01-20  Bruno Haible  <bruno@clisp.org>
18499
18500         * lib/wait-process.c: On Windows, include windows.h. Needed on mingw.
18501
18502 2004-01-20  Bruno Haible  <bruno@clisp.org>
18503
18504         * lib/wait-process.c (wait_subprocess): Add ignore_sigpipe argument.
18505         * lib/wait-process.c (wait_subprocess): Likewise. Handle SIGPIPE
18506         specially.
18507
18508 2004-01-20  Bruno Haible  <bruno@clisp.org>
18509
18510         * lib/wait-process.c (wait_process): Disable the 2003-10-31 waitid()
18511         patch.
18512
18513 2004-01-20  Bruno Haible  <bruno@clisp.org>
18514
18515         * lib/wait-process.c (cleanup_slaves): Use ANSI C declaration.
18516
18517 2004-01-20  Bruno Haible  <bruno@clisp.org>
18518
18519         * lib/eealloc.h: New file.
18520
18521 2004-01-20  Bruno Haible  <bruno@clisp.org>
18522
18523         * lib/binary-io.h: Avoid warnings on Cygwin.
18524
18525 2004-01-20  Bruno Haible  <bruno@clisp.org>
18526
18527         * lib/allocsa.h: New file, from GNU gettext.
18528         * lib/allocsa.c: New file, from GNU gettext.
18529
18530 2004-01-18  Karl Berry  <karl@gnu.org>
18531
18532         * doc/gpl.texi, doc/lgpl.texi: new files.
18533
18534 2004-01-18  Karl Berry  <karl@gnu.org>
18535
18536         * config/srclistvars.sh (GNUWWWLICENSES): new variable.
18537         * config/srclist.txt ({fdl,gpl,lgpl}.text): get from there.
18538
18539 2004-01-15  Paul Eggert  <eggert@twinsun.com>
18540
18541         Merge from coreutils.
18542
18543         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Check for uintptr_t.
18544         * m4/posixver.m4 (gl_POSIXVER): Require gl_DEFAULT_POSIX2_VERSION.
18545         (gl_DEFAULT_POSIX2_VERSION): Move
18546         the documentation from 'configure' into 'config.hin',
18547         so that 'configure --help' isn't burdened by it and
18548         we don't have to worry about its formatting there.
18549         Reword the documentation so that it's more succinct
18550         and can be run together into a single paragraph.
18551         * m4/same.m4 (gl_SAME): Check for pathconf.
18552
18553 2004-01-15  Paul Eggert  <eggert@twinsun.com>
18554
18555         Merge from coreutils.
18556
18557         * lib/posixver.c: Include posixver.h.
18558
18559         * lib/same.c: Include <stdbool.h>, <limits.h>.
18560         (_POSIX_NAME_MAX): Define if not defined.
18561         (MIN): New macro.
18562         (same_name): If file names are silently truncated, report
18563         that the file names are the same if they are the same after
18564         the silent truncation.
18565
18566         * lib/xstrtod.h (xstrtod): Accept an extra arg, specifying the
18567         conversion function.
18568         * lib/xstrtod.c (xstrtod): Likewise.  All callers changed to
18569         include c-strtod.h and use c_strtod.  Don't include stdlib.h; no
18570         longer needed.
18571
18572 2004-01-15  Jim Meyering  <jim@meyering.net>
18573
18574         Merge from coreutils.
18575
18576         * m4/clock_time.m4 (gl_CLOCK_TIME): Don't set LIB_CLOCK_GETTIME
18577         if no library is required.
18578         * m4/jm-macros.m4: Don't require UTILS_SYS_OPEN_MAX.
18579         * m4/jm-macros.m4 (jm_MACROS): Require gl_FUNC_FREE.
18580         * m4/jm-macros.m4 (jm_MACROS): Require autoconf-2.58.
18581         (AC_LANG_SOURCE): Remove definition, now that we require autoconf-2.58.
18582         * m4/jm-macros.m4 (jm_MACROS): Don't require AC_FUNC_FTW.
18583         * m4/lib-check.m4 (jm_LIB_CHECK): Do not set LIB_CRYPT to the
18584         value, $ac_cv_search_crypt, if it's "none required".
18585         * m4/posixver.m4 (gl_DEFAULT_POSIX2_VERSION): New macro.
18586         * m4/prereq.m4 (jm_PREREQ): Require AC_FUNC_GETLOADAVG,
18587         not gl_FUNC_GETLOADAVG.
18588         * m4/prereq.m4 (jm_PREREQ): Require gl_READTOKENS, gl_MD5, gl_MAKEPATH,
18589         gl_LONG_OPTIONS, and gl_IDCACHE, gl_GETUGROUPS.
18590
18591 2004-01-15  Jim Meyering  <jim@meyering.net>
18592
18593         Merge from coreutils.
18594
18595         * lib/md5.h (rol) [__GNUC__ && __i386__]: Don't use `asm' code.  These
18596         days, gcc-3.x does better all by itself.  Patch from Dean Gaudet:
18597         http://mail.gnu.org/archive/html/bug-coreutils/2003-11/msg00144.html
18598
18599         * lib/posixver.c (DEFAULT_POSIX2_VERSION): Use definition of new,
18600         optional configure-time default.
18601
18602         * lib/version-etc.c (version_etc_copyright): Update copyright date.
18603
18604         * lib/xreadlink.c (xreadlink): Correct outdated comment.
18605
18606 2004-01-15  Alexandre Duret-Lutz  <adl@gnu.org>
18607
18608         Merge from coreutils.
18609
18610         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): Do not set LIB_NANOSLEEP to the
18611         value, $ac_cv_search_nanosleep, if it's "none required".
18612
18613 2004-01-14  Paul Eggert  <eggert@twinsun.com>
18614
18615         * lib/fnmatch_loop.c (ALLOCA_LIMIT): Remove macro, which collided
18616         with like-named macro in fnmatch.c.
18617         (EXT): Use an internal constant instead.
18618
18619         Merge fnmatch patches from glibc.
18620         * lib/fnmatch.c (mbsinit): Remove define.
18621         Add libc_hidden_ver (__fnmatch, fnmatch).
18622         * lib/fnmatch_loop.c (FCT): Cast to int32_t and UCHAR when appropriate.
18623         Adjust to renaming of collseq_table_lookup to __collseq_table_lookup.
18624
18625 2004-01-14  Karl Berry  <karl@gnu.org>
18626
18627         * config/install-sh: update from automake.
18628
18629 2004-01-13  Karl Berry  <karl@gnu.org>
18630
18631         * config/install-sh: update from automake.
18632
18633 2004-01-09  Karl Berry  <karl@gnu.org>
18634
18635         * config/install-sh: update from automake.
18636
18637 2004-01-05  Karl Berry  <karl@gnu.org>
18638
18639         * config/config.{sub,guess}: update from config.
18640
18641 2003-12-31  Karl Berry  <karl@gnu.org>
18642
18643         * config/depcomp: update from automake.
18644
18645 2003-12-14  Karl Berry  <karl@gnu.org>
18646
18647         * lib/config.charset: update from gettext-runtime.
18648
18649 2003-12-03  Paul Eggert  <eggert@twinsun.com>
18650
18651         * lib/getgroups.c (getgroups): xmalloc takes one argument, not two.
18652         Bug reported by Alfred M. Szmidt.
18653
18654 2003-12-03  Bruno Haible  <bruno@clisp.org>
18655
18656         * m4/gettext.m4: Upgrade from gettext-0.13.
18657         * m4/po.m4: Upgrade from gettext-0.13.
18658         * m4/size_max.m4 (gl_SIZE_MAX): Don't use the _ONCE macros here.
18659         * m4/intmax.m4: New file, from gettext-0.13.
18660         * m4/printf-posix.m4: New file, from gettext-0.13.
18661
18662 2003-11-29  Karl Berry  <karl@gnu.org>
18663
18664         * lib/argp-{help.c,parse.c,namefrob.h}, argp.h: update from libc.
18665
18666 2003-11-25  Paul Eggert  <eggert@twinsun.com>
18667             Bruno Haible  <bruno@clisp.org>
18668
18669         * lib/printf-parse.h: Don't include sys/types.h.
18670         (ARG_NONE): New macro.
18671         (char_directive): Change type of *arg_index fields to size_t.
18672         * lib/printf-parse.c: Don't include sys/types.h.
18673         (SSIZE_MAX): Remove macro.
18674         (PRINTF_PARSE): Change the type of the arg_index variables to size_t.
18675         Remove unnecessary overflow check.
18676         * lib/vasnprintf.c (VASNPRINTF): Update for type change of *arg_index
18677         fields.
18678
18679 2003-11-25  Bruno Haible  <bruno@clisp.org>
18680
18681         * modules/vasnprintf (Files): Remove m4/ssize_t.m4.
18682
18683 2003-11-25  Bruno Haible  <bruno@clisp.org>
18684
18685         * m4/vasnprintf.m4 (gl_PREREQ_PRINTF_PARSE): Don't require
18686         gt_TYPE_SSIZE_T.
18687
18688 2003-11-24  Paul Eggert  <eggert@twinsun.com>
18689
18690         * modules/alloca: Remove dependency on xalloc.
18691
18692 2003-11-24  Paul Eggert  <eggert@twinsun.com>
18693
18694         * lib/alloca.c: Remove dependency on xalloc module.
18695         (xalloc_die): Remove.
18696         (memory_full) [!defined emacs]: New macro.
18697         [!defined emacs]: Don't include xalloc.h.
18698         (alloca): Invoke memory_full, not xalloc_die, if malloc fails or
18699         address arithmetic overflows.  Change datatypes a bit to avoid
18700         unnecessary casts.
18701
18702 2003-11-22  Jim Meyering  <jim@meyering.net>
18703
18704         * lib/xmalloc.c (x2nrealloc_inline): Fix typos in comments:
18705         s/size/size_t/.
18706
18707 2003-11-21  Karl Berry  <karl@gnu.org>
18708
18709         * config/config.{sub,guess}: update from config.
18710
18711 2003-11-18  Karl Berry  <karl@gnu.org>
18712
18713         * config/config.{sub,guess}: update from config.
18714
18715         * config/(printf-{parse,args}.[ch]): sync broken, sigh.
18716
18717 2003-11-17  Paul Eggert  <eggert@twinsun.com>
18718
18719         * README: Mention that S+T cannot overflow if S is the size of
18720         an existing object and T is sufficiently small.
18721
18722 2003-11-17  Jim Meyering  <jim@meyering.net>
18723
18724         On systems without utime and without a utimes function capable of
18725         dealing with a NULL struct utimbuf* argument, this utime replacement
18726         could -- in unusual circumstances -- leak a file descriptor.
18727         * lib/utime.c: Include <unistd.h> and <errno.h>.
18728         (utime_null): Be sure to close `fd' and to preserve errno.
18729         Reported by Geoff Collyer via Arnold Robbins.
18730
18731 2003-11-17  Bruno Haible  <bruno@clisp.org>
18732
18733         * modules/vasnprintf (Files): Add m4/ssize_t.m4.
18734         (Depends-on): Add xsize.
18735
18736 2003-11-17  Bruno Haible  <bruno@clisp.org>
18737
18738         * m4/vasnprintf.m4 (gl_PREREQ_PRINTF_PARSE): Require gt_TYPE_SSIZE_T.
18739
18740 2003-11-17  Bruno Haible  <bruno@clisp.org>
18741
18742         * lib/vasnprintf.c (alloca): Remove fallback definition.
18743         (freea): Remove definition.
18744         (VASNPRINTF): Use alloca only for small sizes, say <= 4000 bytes.
18745         Reported by Paul Eggert.
18746
18747 2003-11-16  Paul Eggert  <eggert@twinsun.com>
18748             Bruno Haible  <bruno@clisp.org>
18749
18750         Protect against address arithmetic overflow.
18751         * lib/printf-args.h: Include stddef.h.
18752         (arguments): Change type of field 'count' to size_t.
18753         * lib/printf-args.c (printf_fetchargs): Use size_t instead of
18754         'unsigned int' where appropriate.
18755         * lib/printf-parse.h: Include sys/types.h.
18756         (char_directive): Change type of *arg_index fields to ssize_t.
18757         (char_directives): Change type of fields 'count', max_*_length to
18758         size_t.
18759         * lib/printf-parse.c: Include sys/types.h and xsize.h.
18760         (SSIZE_MAX): Define fallback value.
18761         (PRINTF_PARSE): Use size_t instead of 'unsigned int' and ssize_t
18762         instead of 'int' where appropriate. Check a_allocated, d_allocated
18763         against overflow. Reject %m$ argument numbers > SSIZE_MAX + 1.
18764         * lib/vasnprintf.c: Include xsize.h.
18765         (VASNPRINTF): Use size_t instead of 'unsigned int' where appropriate.
18766         Check alloca, malloc, realloc, ENSURE_ALLOCATION arguments against
18767         overflow. Avoid wraparound when converting a width or precision from
18768         decimal to binary.
18769
18770 2003-11-16  Bruno Haible  <bruno@clisp.org>
18771
18772         Update from GNU gettext.
18773         * lib/printf-parse.c: Generalize to it can be compiled for wide
18774         strings.
18775         (PRINTF_PARSE, CHAR_T, DIRECTIVE, DIRECTIVES): New macros.
18776         * lib/vasnprintf.c: Generalize to it can be compiled for wide strings.
18777         (VASNPRINTF, CHAR_T, DIRECTIVE, DIRECTIVES, PRINTF_PARSE, USE_SNPRINTF,
18778         SNPRINTF): New macros.
18779         Don't include <alloca.h> if the file is used inside libintl.
18780         (local_wcslen): New function, for Solaris 2.5.1.
18781         (VASNPRINTF): Use it instead of wcslen.
18782
18783 2003-11-16  Bruno Haible  <bruno@clisp.org>
18784
18785         * lib/xsize.h (xmax): New function.
18786         (xsum, xsum3, xsum4): Declare as "pure" functions.
18787
18788 2003-11-12  Paul Eggert  <eggert@twinsun.com>
18789
18790         * modules/xalloc (Files): Undo latest change, since xalloc.h
18791         no longer needs SIZE_MAX or PTRDIFF_MAX.
18792
18793 2003-11-12  Paul Eggert  <eggert@twinsun.com>
18794
18795         * m4/xalloc.m4 (gl_PREREQ_XALLOC): Do not require gl_SIZE_MAX or
18796         gl_PTRDIFF_MAX.
18797
18798 2003-11-12  Paul Eggert  <eggert@twinsun.com>
18799
18800         * lib/xstrtol.c (__xstrtol): Remove "break" immediately after
18801         "return", to pacify some unknown compiler.  Problem reported
18802         by Joerg Schilling.
18803
18804 2003-11-12  Paul Eggert  <eggert@twinsun.com>
18805
18806         * lib/xalloc.h: Do not include <limits.h> or <stdint.h>.
18807         (xalloc_oversized): Use sizeof (ptrdiff_t) and sizeof (size_t) for
18808         the heuristic, rather than PTRDIFF_MAX and SIZE_MAX.  This
18809         heuristic is just as accurate as far as we know, and it removes a
18810         dependency on size_max.m4 and ptrdiff_max.m4.
18811
18812 2003-11-11  Bruno Haible  <bruno@clisp.org>
18813
18814         * modules/xsize (Files): Add m4/size_max.m4.
18815         * modules/xalloc (Files): Add m4/size_max.m4, m4/ptrdiff_max.m4.
18816
18817 2003-11-11  Bruno Haible  <bruno@clisp.org>
18818
18819         * m4/size_max.m4: New file.
18820         * m4/ptrdiff_max.m4: New file.
18821         * m4/xsize,m4 (gl_XSIZE): Require gl_SIZE_MAX.
18822         * m4/xalloc.m4 (gl_PREREQ_XALLOC): New macro.
18823         (gl_XALLOC): Invoke it.
18824
18825 2003-11-11  Bruno Haible  <bruno@clisp.org>
18826
18827         * lib/xsize.h (SIZE_MAX): Remove fallback definition.
18828         * lib/xalloc.h: Include limits.h. Assume SIZE_MAX and PTRDIFF_MAX are
18829         defined.
18830
18831 2003-11-10  Paul Eggert  <eggert@twinsun.com>
18832
18833         * lib/xalloc.h (xalloc_oversized): [! (defined PTRDIFF_MAX &&
18834         PTRDIFF_MAX < SIZE_MAX)]: Fix off-by-one error that would have
18835         rejected some allocations of exactly SIZE_MAX - 2 bytes.
18836         From Bruno Haible.
18837         [defined PTRDIFF_MAX && PTRDIFF_MAX < SIZE_MAX]: Use SIZE_MAX,
18838         not (size_t) -1, since it's defined here.
18839
18840 2003-11-09  Karl Berry  <karl@gnu.org>
18841
18842         * config/mkinstalldirs, depcomp, mdate-sh: update from automake.
18843
18844 2003-11-06  Paul Eggert  <eggert@twinsun.com>
18845
18846         * lib/xalloc.h [HAVE_STDINT_H]: Include <stdint.h>.
18847         (xalloc_oversized) [! (PTRDIFF_MAX < SIZE_MAX)]:
18848         Reject sizes of exactly SIZE_MAX bytes.
18849         * lib/xreadlink.c: Include "xalloc.h" before checking whether SIZE_MAX
18850         is defined, since "xalloc.h" now defines SIZE_MAX on modern hosts.
18851
18852 2003-11-05  Bruno Haible  <bruno@clisp.org>
18853
18854         * lib/xsize.h: Include limits.h, to avoid a possible collision with
18855         SIZE_MAX defined in <limits.h> on Solaris.
18856
18857 2003-11-04  Jim Meyering  <jim@meyering.net>
18858
18859         * modules/sysexits: Use the `$(VAR)' notation for AC_SUBST'd
18860         variable names, rather than @VAR@.
18861         * modules/poll: Likewise.
18862
18863 2003-11-04  Bruno Haible  <bruno@clisp.org>
18864
18865         * modules/xsize: New file.
18866         * modules/linebreak: Depend on xsize.
18867         * MODULES.html.sh (func_all_modules): Add xsize.
18868
18869 2003-11-04  Bruno Haible  <bruno@clisp.org>
18870
18871         * m4/xsize.m4: New file.
18872
18873 2003-11-04  Bruno Haible  <bruno@clisp.org>
18874
18875         * lib/xsize.h: New file.
18876         * lib/linebreak.c: Include xsize.h.
18877         (mbs_possible_linebreaks, mbs_width_linebreaks): Check malloc()
18878         argument for overflow.
18879         Suggested by Paul Eggert.
18880
18881 2003-11-03  Karl Berry  <karl@gnu.org>
18882
18883         * config/config.{guess,sub}: update from config.
18884
18885 2003-11-03  Jim Meyering  <jim@meyering.net>
18886
18887         * modules/userspec (lib_SOURCES): Add userspec.h.
18888         (Include): Add "userspec.h".
18889         Improve description.
18890
18891 2003-11-03  Jim Meyering  <jim@meyering.net>
18892
18893         * lib/userspec.c: Include "userspec.h".
18894         * lib/userspec.h: New file.
18895
18896 2003-11-03  Bruno Haible  <bruno@clisp.org>
18897
18898         * m4/wait-process.m4 (gl_WAIT_PROCESS): Also check for waitid.
18899
18900 2003-11-03  Bruno Haible  <bruno@clisp.org>
18901
18902         * lib/wait-process.c (wait_process): Use waitid with WNOWAIT if
18903         available, to avoid (extremely rare) race condition.
18904         Suggested by Paul Eggert.
18905
18906 2003-11-02  Karl Berry  <karl@gnu.org>
18907
18908         * config/srclist.txt (vasprintf.c): sync broken, sigh.
18909
18910 2003-10-31  Paul Eggert  <eggert@twinsun.com>
18911
18912         * lib/mountlist.h (struct mount_entry.me_type_malloced): New member.
18913         * lib/mountlist.c (SIZE_MAX): Define if not defined already.
18914         (read_filesystem_list): Set and use me_type_malloced.
18915         Use "sizeof *me" rather than "sizeof (struct mount_entry)" (or
18916         whatever the type happens to be), for brevity and consistency.
18917         Check for size calculation overflow on Alphas running OSF/1.
18918
18919 2003-10-31  Jim Meyering  <jim@meyering.net>
18920
18921         * lib/hash.c: Include "xalloc.h" for use of xalloc_oversized.
18922
18923         * lib/linebuffer.c: Include <string.h> for declaration of memset.
18924
18925 2003-10-30  Paul Eggert  <eggert@twinsun.com>
18926             Bruno Haible  <bruno@clisp.org>
18927
18928         * lib/vasprintf.c: Include <limits.h>, <stdlib.h>.
18929         (vasprintf): Fail if the resulting length doesn't fit in an 'int'.
18930
18931 2003-10-30  Paul Eggert  <eggert@cs.ucla.edu>
18932
18933         * m4/host-os.m4 (UTILS_HOST_OS): Change netbsd*-gnu pattern back to
18934         netbsd*-gnu*.  Suggested by Robert Millan.
18935
18936 2003-10-29  Paul Eggert  <eggert@twinsun.com>
18937
18938         * modules/group-member: Depend on stdbool.
18939
18940 2003-10-29  Paul Eggert  <eggert@twinsun.com>
18941
18942         * m4/xalloc.m4 (gl_XALLOC): Undo previous change.
18943
18944 2003-10-29  Paul Eggert  <eggert@twinsun.com>
18945
18946         * m4/host-os.m4 (UTILS_HOST_OS): Resurrect netbsd*-gnu.  Add comments
18947         to it, and to knetbsd*-gnu and kfreebsd*-gnu.  Remove the '*' from
18948         after the 'gnu' in these cases.  This fixes some bugs in the
18949         previous change, and is based on suggestions by Robert Millan.
18950
18951 2003-10-29  Paul Eggert  <eggert@twinsun.com>
18952
18953         * lib/xalloc.h (xalloc_oversized): Now a macro, not a function,
18954         so that it works even if SIZE_MAX < N.  Do not include <stdbool.h>;
18955         no longer needed.
18956         * lib/quotearg.c (quotearg_n_options): Use it.
18957         * lib/group-member.c: Include <stdbool.h>.
18958         (free_group_info): Arg is now const *; don't free arg.
18959         (get_group_info): Now returns bool and accepts struct group_info *,
18960         rather than returning a malloc'ed struct group_info *.
18961         All uses changed.  Check for overflow in internal size calculation.
18962
18963         * lib/getusershell.c (readname): Simplify the code by using x2nrealloc
18964         rather than xmalloc/xrealloc.
18965         * lib/linebuffer.c (initbuffer, readlinebuffer): Simplify the code by
18966         using x2realloc rather than xmalloc/xrealloc.  Also, fix a C
18967         conformance bug: the old code used a pointer after freeing the
18968         storage that it addressed.
18969         * lib/hash.c (hash_initialize): Simplify the code by using
18970         xalloc_oversized rather than doing it by hand.
18971         * lib/getgroups.c (getgroups): Don't use xrealloc, since we don't need
18972         the buffer preserved.  Use free and xmalloc instead.
18973         * lib/quotearg.c (quotearg_n_options): Likewise.
18974         Use a simpler test for size overflow.  Don't use xalloc_oversized
18975         because unsigned int might be wider than size_t (!); this suggests
18976         that we should switch from unsigned int to size_t for slot numbers.
18977
18978 2003-10-28  Paul Eggert  <eggert@twinsun.com>
18979
18980         * m4/host-os.m4 (UTILS_HOST_OS): Identify GNU/KFreeBSD and
18981         GNU/KNetBSD.  These implementations use glibc atop the FreeBSD and
18982         NetBSD kernels.  Requested by Richard Stallman.
18983
18984 2003-10-27  Paul Eggert  <eggert@twinsun.com>
18985
18986         * lib/exclude.c (new_exclude): Use xzalloc rather than xmalloc
18987         to allocate the returned structure.  Do not allocate a subarray,
18988         as x2nrealloc will do that.
18989         (add_exclude): Use x2nrealloc to reallocate ex->exclude,
18990         instead of xnrealloc.
18991         (add_exclude_file): Use x2realloc instead of malloc + xnrealloc.
18992
18993 2003-10-27  Bruno Haible  <bruno@clisp.org>
18994
18995         * lib/stdbool_.h: Better support for BeOS.
18996
18997 2003-10-26  Paul Eggert  <eggert@twinsun.com>
18998
18999         * m4/xalloc.m4 (gl_XALLOC): Requore AC_C_INLINE, since xalloc.h
19000         now uses inline.
19001
19002 2003-10-26  Paul Eggert  <eggert@twinsun.com>
19003
19004         * lib/xalloc.h (xalloc_oversized): New static inline function, for
19005         callers that want to do their own size-overflow checking.  Include
19006         <stdbool.h>, since xalloc_oversized returns bool.
19007         * lib/xalloc.c (array_size_overflow): Remove.  All callers changed
19008         to use xalloc_oversized.
19009
19010         Add two functions x2realloc, x2nrealloc, for programs that grow
19011         arrays dynamically by doubling their sizes.
19012         * lib/xalloc.h (x2realloc, x2nrealloc): New decls.
19013         * lib/xmalloc.c (x2nrealloc_inline, x2nrealloc, x2realloc):
19014         New functions.
19015
19016         Port to C99 semantics for 'inline' of external functions.
19017         Bug reported by Bruno Haible.
19018         * lib/xmalloc.c (xnmalloc_inline): New static inline function,
19019         with the old contents of xnmalloc.
19020         (xnmalloc, xmalloc): Use it.
19021         (xnrealloc_inline): New static inline function,
19022         with the old contents of xnrealloc.
19023         (xnrealloc, xrealloc): Use it.
19024
19025         * lib/alloc.c (alloca): xmalloc cannot return NULL, so don't test for
19026         that.
19027
19028 2003-10-26  Karl Berry  <karl@gnu.org>
19029
19030         * config/srclist.txt (COPYING.DOC): no longer available from
19031         /gd/gnuorg; don't know where the ultimate source is.
19032
19033 2003-10-25  Paul Eggert  <eggert@twinsun.com>
19034
19035         Fix several address-calculation bugs in the hash modules,
19036         plus some minor code cleanup.
19037
19038         * lib/hash.h: Include <stdbool.h>, for bool.
19039         * lib/hash.c: Don't include <stdbool.h>, since hash.h does it now.
19040         * lib/hash.h (Hash_hasher, hash_get_n_buckets, hash_get_n_buckets_used,
19041         hash_get_n_entries, hash_get_max_bucket_length,
19042         hash_get_entries, hash_do_for_each, hash_string, hash_initialize,
19043         hash_rehash): Use size_t rather than unsigned.
19044         * lib/hash.c (struct hash_table, hash_get_n_buckets,
19045         hash_get_n_buckets_used, hash_get_n_entries,
19046         hash_get_max_bucket_length, hash_table_ok, hash_print_statistics,
19047         hash_get_entries, hash_do_for_each, hash_string, is_prime,
19048         next_prime, hash_initialize, hash_rehash, hash_delete, hash_print):
19049         Likewise.
19050         (SIZE_MAX): Define if not defined.
19051         (hash_get_max_bucket_length, hash_table_ok, hash_lookup,
19052         hash_get_first, hash_get_next, hash_get_entries, hash_do_for_each,
19053         hash_print):
19054         Use const * when possible.
19055         (hash_string): Use (unsigned char) *P rather than *(unsigned char *) P.
19056         (check_tuning): Fix bug: if tuning parameters were very close to
19057         0 or 1, rounding errors could have caused subscript violations.
19058         (hash_initialize, allocate_entry, hash_print): Remove unnecessary cast.
19059         (hash_initialize): Add 'fail:' label
19060         to free table and return NULL, and use it to simplify code.
19061         Use calloc rather than clearing the storage ourself.
19062         (hash_initialize, hash_rehash): Check for arithmetic overflow in
19063         buffer size calculations.
19064         * lib/hash-pjw.h (hash_pjw): Use size_t, not unsigned.
19065         Include <stddef.h>, for size_t.
19066         * lib/hash-pjw.c (hash_pjw): Likewise.
19067         Switch to method described by Bruno Haible.
19068         Include <limits.h>, for CHAR_BIT.
19069         (SIZE_BITS): New macro.
19070
19071 2003-10-23  Paul Eggert  <eggert@twinsun.com>
19072
19073         * m4/getline.m4 (AM_FUNC_GETLINE):
19074         Don't include getndelim2.o twice into LIBOBJS; this breaks on some
19075         hosts.  Problem reported by Derek Robert Price in
19076         <http://mail.gnu.org/archive/html/bug-gnulib/2003-10/msg00092.html>.
19077         This patch can be withdrawn after Autoconf 2.58 is required for gnulib.
19078         * m4/getndelim2.m4 (gl_GETNDELIM2): Likewise.
19079
19080 2003-10-21  Paul Eggert  <eggert@twinsun.com>
19081
19082         * lib/getndelim2.c (getndelim2): When size calculation overflows,
19083         ceiling the allocation at NMAX bytes rather than silently
19084         discarding input bytes before NMAX is reached.  This makes
19085         a difference only if NMAX exceeds SIZE_MAX / 2.
19086
19087         * lib/obstack.c: Merge from glibc.
19088         [defined _LIBC]: Include <obstack.h>, not "obstack.h".
19089         Add libc_hidden_def (_obstack_newchunk).
19090         (_obstack_free) [! defined _LIBC]: Remove.
19091         [defined _LIBC]: Make a strong alias from obstack_free, rather than
19092         a clone of the function body.
19093         (fputs) [defined _LIBC && defined USE_IN_LIBIO]: Remove.
19094         [defined _LIBC && !defined USE_IN_LIBIO]: Include <libio/iolibio.h>.
19095
19096         * lib/obstack.h: Indenting cleanup, to make it easier to merge with
19097         glibc.
19098         (obstack_grow, obstack_grow0): Remove unnecessary parentheses around
19099         arg to memcpy.
19100
19101         * lib/obstack.h (obstack_1grow_fast): Properly parenthesize arg.
19102         (obstack_ptr_grow_fast, obstack_int_grow_fast):
19103         Don't use lvalue casts, as GCC plans to remove support for them
19104         in GCC 3.5.  Reported by Joseph S. Myers.  This bug
19105         was also present in the non-GCC version, indicating that this
19106         code had always been buggy and had never been widely used.
19107         (obstack_1grow, obstack_ptr_grow, obstack_int_grow, obstack_blank):
19108         Use the fast variant of each macro, rather than copying the
19109         definiens of the fast variant; that way, we'll be more likely to
19110         catch future bugs in the fast variants.
19111
19112 2003-10-20  Bruno Haible  <bruno@clisp.org>
19113
19114         * modules/wait-process: New file.
19115         * MODULES.html.sh (func_all_modules): Add wait-process.
19116
19117 2003-10-20  Bruno Haible  <bruno@clisp.org>
19118
19119         * m4/wait-process.m4: New file.
19120
19121 2003-10-20  Bruno Haible  <bruno@clisp.org>
19122
19123         * lib/wait-process.h: New file, from GNU gettext.
19124         * lib/wait-process.c: New file, from GNU gettext.
19125
19126 2003-10-19  Jim Meyering  <jim@meyering.net>
19127
19128         * lib/vasnprintf.c (vasnprintf): Work around losing snprintf on
19129         HPUX 10.20.
19130
19131 2003-10-18  Karl Berry  <karl@gnu.org>
19132
19133         * config/config.guess: update from config.
19134
19135 2003-10-16  Paul Eggert  <eggert@twinsun.com>
19136
19137         * lib/getgroups.c: Include <errno.h>, <stdlib.h>.
19138         (getgroups): First arg is int, not size_t.
19139         Don't let 'free' mangle errno.
19140
19141 2003-10-16  Paul Eggert  <eggert@twinsun.com>
19142
19143         * README: Mention that gnulib assumes that (foo *) NULL + 0 == NULL.
19144
19145 2003-10-16  Karl Berry  <karl@gnu.org>
19146
19147         * config/config.{guess,sub}: update from config.
19148
19149 2003-10-16  Jim Meyering  <jim@meyering.net>
19150
19151         * lib/xmalloc.c: Include <string.h>, for declarations of memset and
19152         memcpy.
19153
19154 2003-10-15  Paul Eggert  <eggert@twinsun.com>
19155
19156         * lib/exclude.c: Do not include <inttypes.h> or <stdint.h>.
19157         (SIZE_MAX): Remove.
19158         (new_exclude, add_exclude_file): Initial size no longer needs to
19159         be a power of 2.
19160         (add_exclude, add_exclude_file): Use xnrealloc instead of rolling
19161         our own address arithmetic overflow checking.
19162
19163         * lib/fnmatch.c (SIZE_MAX): Define if standard headers don't.
19164         (fnmatch): Do not alloca more than 2000 wide characters;
19165         instead, use malloc for large buffers.
19166         Check for address arithmetic overflow, and return -1
19167         with errno set to ENOMEM in that case.
19168         * lib/fnmatch_loop.c (ALLOCA_LIMIT): New macro.
19169         (NEW_PATTERN): Do not alloca more than 8000 bytes;
19170         instead, return -1.  Check for address arithmetic overflow.
19171
19172 2003-10-14  Paul Eggert  <eggert@twinsun.com>
19173
19174         Handle invalid suffixes and overflow independently, so that
19175         callers can treat them independently as needed.  Fix some bugs in
19176         suffix handling, e.g., "100k@" was not diagnosed as an invalid
19177         suffix for a human-readable blocksize.  The major caller-visible
19178         change is the addition of a new
19179         LONGINT_INVALID_SUFFIX_CHAR_WITH_OVERFLOW enum value, indicating
19180         that both overflow and suffix chars were found.
19181
19182         * lib/human.c (humblock): Don't check separately for invalid suffix
19183         char; that is xstrtoumax's job (now that its bug is fixed).
19184         * lib/xstrtoimax.c (STRTOL_T_MINIMUM, STRTOL_T_MAXIMUM) [defined
19185         INTMAX_MAX]: New macros.
19186         * lib/xstrtol.c (STRTOL_T_MINIMUM, STRTOL_T_MAXIMUM, TYPE_MINIMUM,
19187         TYPE_MAXIMUM): New macros.
19188         (bkm_scale, bkm_scale_by_power): Return strtol_error, not int.
19189         (bkm_scale, bkm_scale_by_power, __xstrtol): Return maximal values
19190         if overflow occurs, as it's what __strtol does and it's more useful
19191         in practice.
19192         (__xstrtol): If __strtol reports some error other than ERANGE,
19193         reflect it to the caller as LONGINT_INVALID.  If it reports
19194         ERANGE, continue the rest of parsing, and report LONGINT_OVERFLOW
19195         | LONGINT_INVALID_SUFFIX_CHAR if both errors occur.
19196         * lib/xstrtol.h (LONGINT_INVALID_SUFFIX_CHAR_WITH_OVERFLOW): New enum
19197         value.
19198         (_STRTOL_ERROR): Handle it.  Abort when given unknown error codes.
19199         * lib/xstrtoul.c (STRTOL_T_MINIMUM, STRTOL_T_MAXIMUM): New macros.
19200         * lib/xstrtoumax.c (STRTOL_T_MINIMUM, STRTOL_T_MAXIMUM)
19201         [defined UINTMAX_MAX]: New macros.
19202
19203 2003-10-14  Bruno Haible  <bruno@clisp.org>
19204
19205         * modules/fatal-signal: Add m4/sig_atomic_t.m4 to file list.
19206
19207 2003-10-14  Bruno Haible  <bruno@clisp.org>
19208
19209         * m4/sig_atomic_t: New file, from GNU gettext.
19210         * m4/fatal-signal.m4 (gl_FATAL_SIGNAL): Require gt_TYPE_SIG_ATOMIC_T.
19211
19212 2003-10-14  Bruno Haible  <bruno@clisp.org>
19213
19214         * lib/fatal-signal.h: Improved comments. Suggested by Paul Eggert.
19215         * lib/fatal-signal.c: Use sig_atomic_t. Suggested by Paul Eggert.
19216         Also use volatile where needed.
19217
19218 2003-10-12  Paul Eggert  <eggert@twinsun.com>
19219
19220         * modules/xalloc: Do not depend on 'exit'.  Depend on 'stdbool'.
19221         Change maintainer from Bruno Haible to 'all'.
19222
19223 2003-10-12  Paul Eggert  <eggert@twinsun.com>
19224
19225         * m4/xalloc.m4 (gl_PREREQ_XMALLOC): Require AC_C_INLINE.
19226
19227 2003-10-12  Paul Eggert  <eggert@twinsun.com>
19228
19229         * lib/xalloc.h (xnmalloc, xzalloc, xnrealloc, xclone): New decls.
19230         (XMALLOC, XCALLOC, XREALLOC, XFREE, CCLONE, CLONE): Deprecate,
19231         and define in terms of the other primitives.
19232         * lib/xmalloc.c: Include stdbool.h; do not include exit.h.
19233         (SIZE_MAX): Define if not already defined.
19234         (array_size_overflow): New function.
19235         (xalloc_die): Abort instead of exiting if 'error' returns.
19236         (xnmalloc, xnrealloc, xzalloc, xclone): New functions.
19237         (xmalloc, xrealloc): Use them.
19238         (xcalloc): Check for address arithmetic overflow.
19239         * lib/xstrdup.c (xstrdup): Use xclone, since memcpy should be
19240         a bit faster than strcpy.
19241
19242 2003-10-10  Simon Josefsson  <jas@extundo.com>
19243
19244         * modules/argp (Depends-on): Add restrict and strcase.
19245
19246 2003-10-10  Simon Josefsson  <jas@extundo.com>
19247
19248         * m4/argp.m4: Add AC_C_INLINE.
19249
19250 2003-10-08  Paul Eggert  <eggert@twinsun.com>
19251
19252         Merge getpass from libc, plus a few fixes.
19253
19254         * lib/getpass.c (HAVE_STDIO_EXT) [_LIBC]: Define to 1.
19255         Include <stdbool.h>.
19256         Include <stdio_ext.h> if HAVE_STDIO_H, otherwise define
19257         __fsetlocking to empty.
19258         [_LIBC]: Do not include "getline.h" or "unlocked-io.h", but
19259         do include <bits/libc-lock.h>.
19260         Do not include <fcntl.h>; not needed.
19261         [_LIBC]: Include <wchar.h>.
19262         (NOTCANCEL_MODE): New macro.
19263         (flockfile, funlockfile) [_LIBC]: New macros.
19264         (__libc_cleanup_push, __libc_cleanup_pop, __getline, __tcgetattr)
19265         [!_LIBC]: New macros.
19266         (call_fclose): New function.
19267         (getpass): Use it.  Save tty stream separately; this simplifies the
19268         code and makes it more reliable if stdin happens to equal stdout.
19269         Invoke __fsetlocking on tty.
19270         Handle thread cancellation if needed.
19271         Namespace cleanup (use __tcgetattr, __getline).
19272         Use bool for Booleans.
19273         [USE_IN_LIBIO]: Handle wide streams.
19274         [!_LIBC]: Unconditionally do the fseek, since we don't know what
19275         stream might go where.
19276
19277         * lib/unlocked-io.h: Include <stdio.h>, so that the caller
19278         doesn't have to include <stdio.h> before us.
19279         (clearerr_unlocked, feof_unlocked, ferror_unlocked,
19280         fflush_unlocked, fgets_unlocked, fputc_unlocked, fputs_unlocked,
19281         fread_unlocked, fwrite_unlocked, getc_unlocked, getchar_unlocked,
19282         putc_unlocked, putchar_unlocked): Define to the unlocked counterpart
19283         if not declared, so that we can use getpass.c code from libc without
19284         rewriting it.
19285         (flockfile, ftrylockfile, funlockfile): New macros.
19286
19287 2003-10-08  Paul Eggert  <eggert@twinsun.com>
19288
19289         * modules/getpass: Depend on stdbool.
19290
19291 2003-10-08  Paul Eggert  <eggert@twinsun.com>
19292
19293         * m4/getpass.m4 (gl_PREREQ_GETPASS): Check for stdio_ext.h.
19294
19295 2003-10-07  Karl Berry  <karl@gnu.org>
19296
19297         * config/config.{guess,sub}: update from config.
19298
19299 2003-10-06  Jim Meyering  <jim@meyering.net>
19300             Bruno Haible  <bruno@clisp.org>
19301
19302         This lets translators provide better translations for the
19303         "Written by ..." part of --version output.
19304         * lib/version-etc.h: Include stdarg.h.
19305         (version_etc_copyright): Declare as readonly.
19306         (version_etc): Make this function variadic with a NULL-terminated list
19307         of author name strings.
19308         (version_etc_va): New declaration.
19309         * lib/version-etc.c: Include stdarg.h, stdlib.h.
19310         (version_etc_copyright): Declare as readonly.
19311         (version_etc_va): New function. Provide a different translatable string
19312         for each possible number of authors < 10. Abbreviate when there are 10
19313         authors or more.
19314         (version_etc): Make this function variadic. Call version_etc_va.
19315         Suggestion from Gary V. Vaughan.
19316
19317         * lib/long-options.h (parse_long_options): Change prototype: the
19318         authors string is moved to the end and becomes variadic.
19319         * lib/long-options.c: Include stdarg.h.
19320         (parse_long_options): Make this function variadic, too.
19321         Call version_etc_va, not version_etc.
19322
19323 2003-10-06  Bruno Haible  <bruno@clisp.org>
19324
19325         * modules/version-etc-2: Remove file.
19326         * MODULES.html.sh (func_all_modules): Remove version-etc-2.
19327
19328 2003-10-06  Bruno Haible  <bruno@clisp.org>
19329
19330         * modules/fatal-signal: New file.
19331         * MODULES.html.sh (func_all_modules): Add fatal-signal.
19332
19333 2003-10-06  Bruno Haible  <bruno@clisp.org>
19334
19335         * m4/fatal-signal.m4: New file.
19336         * m4/signalblocking.m4: New file, from GNU gettext.
19337
19338 2003-10-06  Bruno Haible  <bruno@clisp.org>
19339
19340         * lib/version-etc-2.h: Remove file.
19341         * lib/version-etc-2.c: Remove file.
19342
19343 2003-10-06  Bruno Haible  <bruno@clisp.org>
19344
19345         * lib/fatal-signal.h: New file, from GNU gettext.
19346         * lib/fatal-signal.c: New file, from GNU gettext.
19347
19348 2003-10-05  Paul Eggert  <eggert@twinsun.com>
19349
19350         * README: Rework advice for preventing empty .o files.
19351         Don't recommend ELIDE constructs.  Recommend <stddef.h>,
19352         not <sys/types.h>.
19353
19354 2003-10-04  Karl Berry  <karl@gnu.org>
19355
19356         * lib/argp*: update from libc.
19357
19358 2003-10-04  Karl Berry  <karl@gnu.org>
19359
19360         * config/config.{guess,sub}: update from config.
19361
19362 2003-10-02  Bruno Haible  <bruno@clisp.org>
19363
19364         * modules/lchown (Include): Add lchown.h.
19365         * modules/time_r (Include): Use "..." syntax.
19366         * modules/xgetdomainname (Include): Add xgetdomainname.h.
19367
19368 2003-10-01  Simon Josefsson  <jas@extundo.com>
19369
19370         * MODULES.html.sh (func_all_modules): Move gethostname from section
19371         'based on' to section 'lacking' POSIX:2001.
19372
19373 2003-10-01  Larry Jones  <lawrence.jones@eds.com>
19374
19375         * lib/getpass.c (getpass): Use a no-op fseek when switching from input
19376         to output mode on the same stream.
19377
19378 2003-09-29  Paul Eggert  <eggert@twinsun.com>
19379
19380         * lib/strftime.c (tm_diff) [! HAVE_TM_GMTOFF]:
19381         Fix arg typo in previous patch.
19382
19383 2003-09-28  Jim Meyering  <jim@meyering.net>
19384
19385         * lib/error.c: Correct cpp indentation.
19386
19387 2003-09-27  Paul Eggert  <eggert@twinsun.com>
19388
19389         * modules/free: New file.
19390
19391 2003-09-27  Paul Eggert  <eggert@twinsun.com>
19392
19393         * m4/free.m4: New file.
19394
19395 2003-09-27  Paul Eggert  <eggert@twinsun.com>
19396
19397         * lib/minmax.h (MIN, MAX)
19398         [__STDC__ && defined __GNUC__ && __GNUC__ >= 2]:
19399         Omit the special code that used __typeof__, since we worry that
19400         it could be more trouble than it's worth.  See:
19401         http://mail.gnu.org/archive/html/bug-gnulib/2003-01/msg00090.html
19402         http://mail.gnu.org/archive/html/bug-gnulib/2003-01/msg00095.html
19403
19404         * lib/free.c: New file.
19405
19406 2003-09-27  Oskar Liljeblad  <oskar@osk.mine.nu>
19407
19408         Trivial fixes to Makefile.am parts of module listings.
19409         * modules/strstr: Append strstr.h to lib_SOURCES.
19410         * modules/strcase: Likewise, for strcase.h.
19411
19412 2003-09-27  Karl Berry  <karl@gnu.org>
19413
19414         * config/mkinstalldirs: update from automake.
19415
19416 2003-09-26  Paul Eggert  <eggert@twinsun.com>
19417
19418         * lib/error.c (SIZE_MAX) [!defined SIZE_MAX]: Define.
19419         (error_tail): Do not loop, reallocating temporary buffer, since
19420         the output cannot contain more wide characters than the input
19421         contains bytes, the size must be big enough already.  This avoids
19422         one potential size overflow calculation.  Check for size overflow
19423         when calculating temporary buffer size.  Free temporary buffer
19424         when done, if it was allocated with malloc; this plugs a memory
19425         leak.  Remove casts from void * to pointers, that are no longer
19426         needed now that we're assuming C89 or better.
19427
19428         Merge error changes from glibc.
19429
19430         * lib/error.c, error.h: Update copyright notice header to match glibc.
19431         * lib/error.c [defined _LIBC]: Include <errno.h>, <bits/libc-lock.h>.
19432         (error, error_at_line) [defined _LIBC && defined __libc_ptf_call]:
19433         Disable cancellation while printing error.
19434         * lib/error.h: Prepend __ to parameter names.
19435
19436 2003-09-26  Jim Meyering  <jim@meyering.net>
19437
19438         * lib/error.c (error_tail): Move some declarations
19439         into inner scope where the local variables are used.
19440
19441 2003-09-26  Bruno Haible  <bruno@clisp.org>
19442
19443         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Add comments about the AIX
19444         stpncpy().
19445         Don't define stpncpy through config.h; it's now done through stpncpy.h.
19446
19447 2003-09-26  Bruno Haible  <bruno@clisp.org>
19448
19449         * lib/stpncpy.h (gnu_stpncpy): New declaration.
19450         (stpncpy): Define as alias for gnu_stpncpy.
19451         * lib/stpncpy.c [!_LIBC]: Define gnu_stpncpy, not stpncpy.
19452
19453 2003-09-25  Simon Josefsson  <jas@extundo.com>
19454
19455         * lib/xgetdomainname.h: New file.
19456         * lib/xgetdomainname.c: New file.
19457
19458 2003-09-25  Simon Josefsson  <jas@extundo.com>
19459             Bruno Haible  <bruno@clisp.org>
19460
19461         * modules/getdomainname: New file.
19462         * modules/xgetdomainname: New file.
19463         * MODULES.html.sh (func_all_modules): Add getdomainname,
19464         xgetdomainname.
19465
19466 2003-09-25  Simon Josefsson  <jas@extundo.com>
19467             Bruno Haible  <bruno@clisp.org>
19468
19469         * m4/getdomainname.m4: New file.
19470
19471 2003-09-25  Simon Josefsson  <jas@extundo.com>
19472             Bruno Haible  <bruno@clisp.org>
19473
19474         * lib/getdomainname.h: New file.
19475         * lib/getdomainname.c: New file.
19476
19477 2003-09-25  Karl Berry  <karl@gnu.org>
19478
19479         * lib/argp-fmtstream.c, argp-help.c: update from libc.
19480
19481 2003-09-25  Karl Berry  <karl@gnu.org>
19482
19483         * config/install-sh: update from automake.
19484
19485 2003-09-25  Bruno Haible  <bruno@clisp.org>
19486
19487         * modules/version-etc-2: New file, from modules/version-etc with
19488         modifications.
19489         * MODULES.html.sh (func_all_modules): Add version-etc-2.
19490
19491 2003-09-25  Bruno Haible  <bruno@clisp.org>
19492
19493         * lib/version-etc-2.h: New file, from version-etc.h with modifications.
19494         * lib/version-etc-2.c: New file, from version-etc.c with modifications.
19495
19496 2003-09-24  Simon Josefsson  <jas@extundo.com>
19497
19498         * modules/xgethostname: Add xgethostname.h.
19499
19500 2003-09-24  Paul Eggert  <eggert@twinsun.com>
19501
19502         * lib/linebuffer.c (freebuffer): Don't free the argument, just
19503         the buffer associated with the argument.  Bug reported by
19504         Simon Josefsson.
19505
19506 2003-09-24  Paul Eggert  <eggert@twinsun.com>
19507
19508         * README: Document assumptions that 'int' is at least 32 bits
19509         wide, that integer arithmetic is 2's complement without overflow,
19510         that there are no holes in integer values, that adding sizes of
19511         two nonoverlapping objects can't overflow, and that all-bits-zero
19512         yields scalar zero.  Fix spelling and capitalization typos.
19513
19514 2003-09-19  Karl Berry  <karl@gnu.org>
19515
19516         * lib/argp.h: update from libc.
19517
19518 2003-09-17  Paul Eggert  <eggert@twinsun.com>
19519
19520         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Call AC_BEFORE first,
19521         to avoid spurious warnings like "AC_RUN_IFELSE was called before
19522         gl_USE_SYSTEM_EXTENSIONS" from autoreconf.
19523
19524 2003-09-17  Paul Eggert  <eggert@twinsun.com>
19525
19526         * gnulib-tool: Use "test -h", not "test -L", for portability
19527         to Solaris 8 /bin/sh.  (This bug is fixed in Solaris 9.)
19528         (tags_regexp): Remove, since \| doesn't conform to POSIX.
19529         (sed_extract_prog): Issue s commands one-by-one, rather than
19530         using \| in one s command.
19531
19532 2003-09-16  Paul Eggert  <eggert@twinsun.com>
19533
19534         * lib/linebuffer.c (readlinebuffer): Return NULL immediately upon
19535         input error, instead of returning NULL the next time we are called
19536         (and therefore losing track of errno).
19537
19538 2003-09-16  Bruno Haible  <bruno@clisp.org>
19539
19540         * gnulib-tool (func_create_testdir): Warn about duplicated
19541         dependencies.
19542
19543 2003-09-15  Paul Eggert  <eggert@twinsun.com>
19544
19545         * modules/argmatch, modules/fatal, modules/obstack,
19546         modules/xalloc, modules/xgethostname: Sort dependencies by
19547         importance, not alphabetically.
19548
19549 2003-09-15  Paul Eggert  <eggert@twinsun.com>
19550
19551         * lib/getndelim2.c (getndelim2): Don't trash errno when a read
19552         fails, so that the caller gets the proper errno.
19553
19554         * lib/readutmp.c (read_utmp): Likewise.
19555         Check for fstat error.  Close stream and free storage
19556         when failing.
19557
19558 2003-09-14  Karl Berry  <karl@gnu.org>
19559
19560         * config/srclist.txt (strdup.c): disable for c89 changes.
19561
19562 2003-09-14  Jim Meyering  <jim@meyering.net>
19563
19564         * lib/getloadavg.c: Correct cpp indentation.
19565         * lib/strdup.c: Likewise.
19566         * lib/vasnprintf.c: Likewise.
19567
19568 2003-09-14  Bruno Haible  <bruno@clisp.org>
19569
19570         * modules/fwriteerror: New file.
19571         * MODULES.html.sh (func_all_modules): Add fwriteerror.
19572
19573 2003-09-14  Bruno Haible  <bruno@clisp.org>
19574
19575         * lib/fwriteerror.h: New file.
19576         * lib/fwriteerror.c: New file.
19577
19578 2003-09-12  Paul Eggert  <eggert@twinsun.com>
19579
19580         * modules/argmatch, modules/exitfail, modules/fatal, modules/obstack,
19581         modules/xgethostname, modules/xalloc: Depend on exit.
19582
19583 2003-09-12  Paul Eggert  <eggert@twinsun.com>
19584
19585         * m4/error.m4: Require AC_FUNC_STRERROR_R rather than invoking it.
19586
19587         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Require AC_AIX
19588         and AC_MINIX, too, so that their extensions are available.
19589
19590         * m4/prereq.m4 (jm_PREREQ_ADDEXT): Remove.  All uses removed.
19591         This macro has been superseded by gl_BACKUPFILE.
19592
19593         More patches to assume C89 or better.
19594
19595         * m4/error.m4 (gl_ERROR): Don't check for vprintf.
19596
19597         * m4/check-decl.m4 (jm_CHECK_DECLS): Include <string.h>, <stdlib.h>
19598         unconditionally.
19599         * m4/closeout.m4 (gl_CLOSEOUT): Don't check for stdlib.h.
19600         * m4/gettimeofday.m4 (AC_FUNC_GETTIMEOFDAY_CLOBBER):
19601         Include <string.h>, <stdlib.h> unconditionally.
19602         * m4/lstat.m4 (gl_PREREQ_LSTAT): Don't check for stdlib.h, free.
19603         * m4/readdir.m4 (GL_FUNC_READDIR): Don't check for string.h.
19604         * m4/readutmp.m4 (gl_PREREQ_READUTMP): Don't check for standard C
19605         headers or for string.h.
19606         * m4/strtoumax.m4 (gl_PREREQ_STRTOUMAX): Don't check for stdlib.h
19607         or strtoul.
19608
19609         * m4/mkstemp.m4 (jm_PREREQ_TEMPNAME): Do not require standard C
19610         headers.
19611         * m4/strdup.m4 (gl_PREREQ_STRDUP): Likewise.
19612         * m4/userspec.m4 (gl_USERSPEC): Likewise.
19613         * m4/xalloc.m4 (gl_PREREQ_XMALLOC): Likewise.
19614         * m4/xstrtod.m4 (gl_XSTRTOD): Likewise.
19615         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Likewise.
19616         * m4/strftime.m4 (_jm_STRFTIME_PREREQS): Don't check for limits.h,
19617         memcpy, memset.
19618         (jm_FUNC_GNU_STRFTIME): Don't require standard C headers.
19619         * m4/strtod.m4 (gl_FUNC_STRTOD): Do not check for float.h.
19620         * m4/strtoimax.m4 (gl_PREREQ_STRTOIMAX): Do not check for stdlib.h,
19621         strtol.
19622         * m4/strtol.m4 (gl_FUNC_STRTOL): Do not check for limits.h.
19623         * m4/userspec.m4 (gl_USERSPEC): Do not check for string.h.
19624         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Do not check for string.h, strtol,
19625         strtoul.
19626
19627 2003-09-12  Paul Eggert  <eggert@twinsun.com>
19628
19629         * lib/argmatch.c, fatal.c, xgethostname.c, xmalloc.c: Include exit.h.
19630         * lib/obstack.c [!defined _LIBC]: Likewise.
19631         * lib/argmatch.c (EXIT_FAILURE): Remove; now done by exit.h
19632         * lib/exitfail.c, fatal.c, xgethostname.c, xmalloc.c: Likewise.
19633         * lib/exitfail.c: Don't include stdlib.h; no longer needed.
19634
19635         More changes to assume C89 or better.
19636
19637         * lib/error.c (error_tail): Assume vprintf.
19638
19639         * lib/argmatch.c (getenv): Remove decl.
19640         * lib/progreloc.c (get_full_program_name): Define via prototype.
19641         * lib/setenv.c (clearenv): Likewise.
19642         * lib/stpncpy.c: Do not include <string.h> or <sys/types.h>; not
19643         needed.
19644         * lib/strdup.c: Include <stdlib.h>, <string.h> unconditionally.
19645         (malloc, memcpy): Remove decls.
19646         * lib/strftime.c (HAVE_LIMITS_H, STDC_HEADERS) [defined _LIBC]: Remove.
19647         (HAVE_MEMCPY) [defined emacs && !defined HAVE_BCOPY]: Remove.
19648         Include <limits.h>, <stddef.h>, <stdlib.h>, <string.h> unconditionally.
19649         (memcpy): Remove macro.
19650         (MEMCPY) [!defined COMPILE_WIDE]: Define to memcpy unconditionally.
19651         (__P): Remove.  All uses removed.
19652         (PTR): Remove.  All uses changed to void *.
19653         (CHAR_BIT, NULL): Remove.
19654         (spaces, zeros, memset_space, memset_zero)
19655         [!defined memset && !defined HAVE_MEMSET && !defined _LIBC]:
19656         Remove.
19657         (LOCALE_PARAM, LOCALE_PARAM_DECL): Remove.
19658         (memcpy_lowcase, memcpy_uppcase, tm_diff, iso_week_days):
19659         Define with prototype.
19660         Remove now-unnecessary prototype decl.
19661         (extra_args_spec): Assume ANSI C.  All uses changed.
19662         (extra_args_spec_iso): Remove.
19663         (my_strftime, emacs_strftimeu): Define via prototype.
19664         * lib/strtod.c: Include <float.h>, <stdlib.h>, <string.h>
19665         unconditionally.
19666         (DBL_MAX, DBL_MIN, HUGE_VAL, NULL): Remove decls.
19667         * lib/strtoimax.c: Include <stdlib.h> unconditionally.
19668         (strtoul, strtol): Remove decls.
19669         * lib/strtol.c (STDC_HEADERS, HAVE_LIMITS_H, NULL, ULONG_MAX,
19670         LONG_MAX): Remove.
19671         Include <limits.h>, <stddef.h>, <stdlib.h>, <string.h> unconditionally.
19672         (LOCALE_PARAM_DECL): Remove.  All uses changed to LOCALE_PARAM_PROTO.
19673         (LOCALE_PARAM_PROTO): New macro.
19674         (INTERNAL, INTERNAL1, WEAKNAME): Assume ANSI C, not K&R.
19675         (INTERNAL (strtol), strtol): Define with a prototype.
19676         (PARAMS): Remove.  All uses removed.
19677         * lib/tempname.c: Include <string.h> unconditionally.
19678         * lib/userspec.c: Include <stdlib.h>, <string.h> unconditionally.
19679         * lib/xgethostname.c (main): Define with a prototype.
19680         * lib/xmalloc.c: Include "xalloc.h" first, to check interface.
19681         Include <stdlib.h> unconditionally.
19682         (calloc, malloc, realloc, free): Remove decls.
19683         * lib/xstrtod.c: Include "xstrtod.h" first, to check interface.
19684         Include <stdlib.h> unconditionally.  Sort include file names.
19685         (strtod): Remove.
19686         (xstrtod): Define with a prototype.
19687         * lib/xstrtol.c: Include <stdlib.h>, <string.h> unconditionally.
19688         (strtol, strtoul): Remove decls.
19689
19690 2003-09-11  Paul Eggert  <eggert@twinsun.com>
19691
19692         More patches to assume C89 or better.
19693         * m4/strndup.m4 (gl_PREREQ_STRNDUP): Remove STDC_HEADERS check.
19694         * m4/strnlen.m4 (gl_PREREQ_STRNLEN): Don't check for memory.h,
19695         string.h, memchr, STDC_HEADERS.
19696
19697 2003-09-11  Paul Eggert  <eggert@twinsun.com>
19698
19699         * lib/strndup.c: Don't include <stdio.h>, <sys/types.h>.
19700         Include <stdlib.h>, <string.h> unconditionally.
19701         Remove now-unnecessary cast to char *.
19702         * lib/strnlen.c: Include <string.h> unconditionally.
19703         * lib/yesno.c (yesno): Define with a prototype.
19704
19705 2003-09-11  Bruno Haible  <bruno@clisp.org>
19706
19707         * config/srclist.txt (setenv.c, unsetenv.c): Disable for the moment.
19708
19709 2003-09-10  Jim Meyering  <jim@meyering.net>
19710
19711         * lib/error.c: Correct indentation of cpp directives.
19712
19713 2003-09-10  Bruno Haible  <bruno@clisp.org>
19714
19715         * m4/strcspn.m4 (gl_PREREQ_STRCSPN): Remove <string.h> check.
19716         * m4/strpbrk.m4 (gl_PREREQ_STRPBRK): Remove <string.h> check.
19717         * m4/strstr.m4 (gl_PREREQ_STRSTR): Remove <string.h> check.
19718         * m4/unicodeio.m4 (gl_UNICODEIO): Remove <string.h> check.
19719         * m4/setenv.m4 (gl_PREREQ_SETENV, gl_PREREQ_UNSETENV): Remove
19720         <stdlib.h> and <string.h> checks.
19721         * m4/xreadlink.m4 (gl_XREADLINK): Remove <stdlib.h> check.
19722         * m4/yesno.m4 (gl_YESNO): Remove <stdlib.h> check.
19723
19724 2003-09-10  Bruno Haible  <bruno@clisp.org>
19725
19726         * lib/strcspn.c: Include <string.h> unconditionally.
19727         * lib/strpbrk.c: Include <string.h> unconditionally.
19728         * lib/strstr.c: Include <string.h> unconditionally.
19729         * lib/unicodeio.c: Include <string.h> unconditionally.
19730         * lib/setenv.c: Include <stdlib.h> and <string.h> unconditionally.
19731         * lib/unsetenv.c: Likewise.
19732         * lib/xreadlink.c: Include <stdlib.h> unconditionally.
19733         * lib/yesno.c: Include <stdlib.h> unconditionally.
19734         (rpmatch): Add prototype.
19735
19736 2003-09-09  Paul Eggert  <eggert@twinsun.com>
19737
19738         More patches to assume C89 or better.
19739         * m4/getcwd.m4 (AC_FUNC_GETCWD_NULL): Don't check for stdlib.h.
19740         * m4/getopt.m4 (gl_GETOPT): Don't check for string.h.
19741         * m4/getugroups.m4 (gl_GETUGROUPS): Do not check for standard C headers
19742         or for string.h.
19743         * m4/getusershell.m4 (gl_PREREQ_GETUSERSHELL): Do not check for
19744         stdlib.h.
19745         * m4/group-member.m4 (gl_PREREQ_GROUP_MEMBER): Do not require standard
19746         C headers.
19747         * m4/hard-locale.m4 (gl_HARD_LOCALE): Do not check for stdlib.h,
19748         string.h.
19749         * m4/hash.m4 (gl_HASH): Do not check for stdlib.h, malloc, free.
19750         * m4/human.m4 (gl_HUMAN): Do not check for stdlib.h, string.h, getenv.
19751         * m4/idcache.m4 (gl_IDCACHE): Do not check for standard C headers,
19752         or for string.h.
19753         * m4/long-options.m4 (gl_LONG_OPTIONS): Do not check for stdlib.h.
19754         * m4/makepath.m4 (gl_MAKEPATH): Do not check for string.h or standard
19755         C headers.
19756         * m4/md5.m4 (gl_MD5): Don't check for limits.h, standard C headers,
19757         memcpy.
19758         * m4/sha.m4 (gl_SHA): Don't check for standard Cheaders, memcpy.
19759         * m4/memchr.m4 (jm_PREREQ_MEMCHR): Don't check for limits.h, stdlib.h.
19760         * m4/memcmp.m4 (gl_PREREQ_MEMCMP): Don't check for string.h.
19761         * m4/memcoll.m4 (gl_MEMCOLL): Likewise.
19762         * m4/memrchr.c (gl_PREREQ_MEMRCHR): Don't check for limits.h.
19763         * m4/mkdir-slash.m4 (gl_PREREQ_MKDIR): Don't check for stdlib.h,
19764         string.h, free.
19765         * m4/mktime.m4 (gl_PREREQ_MKTIME): Don't check for standard C headers.
19766         * m4/modechange.m4 (gl_MODECHANGE): Don't check for standard C headers.
19767         * m4/mountlist.m4 (gl_PREREQ_MOUNTLIST_EXTRA): Don't check for standard
19768         C headers, or for string.h.
19769         * m4/obstack.m4 (gl_OBSTACK): Don't check for stddefe.h, string.h.
19770         (gl_PREREQ_OBSTACK): Don't check for stdlib.h.
19771         * m4/path-concat.m4 (gl_PATH_CONCAT): Don't check for standard C
19772         headers, memory.h, stdlib.h, string.h, strings.h.
19773         * m4/posixtm.m4 (gl_POSIXTM): Don't check for stdlib.h, string.h.
19774         * m4/posixver.m4 (gl_POSIXVER): Don't check for getenv.
19775         * m4/putenv.m4 (gl_PREREQ_PUTENV): Don't check for string.h, memcpy,
19776         strchr.
19777         * m4/readtokens.m4 (gl_READTOKENS): Don't check for standard C
19778         headers, memory.h, string.h.
19779         * m4/regex.m4 (jm_PREREQ_REGEX): Do not check for limits.h, string.h.
19780         * m4/rename.m4 (gl_PREREQ_RENAME): Do not check for stdlib.h, string.h,
19781         free.
19782         * m4/rpmatch.m4 (gl_PREREQ_RPMATCH): Don't check for standard C
19783         headers.
19784         * m4/same.m4 (gl_SAME): Don't check for stdlib.h, string.h, free.
19785         * m4/save-cwd.m4 (gl_SAVE_CWD): Don't check for standard C headers.
19786         * m4/savedir.m4 (gl_SAVEDIR): Don't check for standard C headers.
19787         * m4/strchrnul.m4 (gl_PREREQ_STRCHRNUL): Don't check for string.h.
19788         * m4/xgetcwd.m4 (gl_XGETCWD): Don't check for stdlib.h.
19789
19790 2003-09-09  Paul Eggert  <eggert@twinsun.com>
19791
19792         More K&R removal.
19793
19794         * lib/acosl.c (main): Use a prototype.
19795         * lib/asinl.c, cosl.c, expl.c, frexpl.c, ldexpl.c, sinl.c,
19796         tanl.c: Likewise.
19797
19798         * lib/getloadavg.c (getloadavg, main): Define via prototypes.
19799
19800         * lib/getopt.h (struct option.name): Assume C89, and use 'const'.
19801         (getopt, etopt_long, getopt_long_only, _getopt_internal)
19802         [defined __GNU_LIBRARY__]: Assume C89, so we can always declare
19803         with a prototype.
19804         * lib/getopt.c (const): Remove macro.
19805         Include <string.h> unconditionally.
19806         (my_index): Remove; all uses changed to strchr.
19807         (strlen): Remove decl.
19808         (exchange): Remove forward decl; no longer needed.
19809         (exchange, _getopt_initialize, _getopt_internal, getopt, main):
19810         Define with prototype.
19811         * lib/getopt1.c (const): Remove macro.
19812         (getopt_long, getopt_long_only, main): Define with prototype.
19813
19814         * lib/getugroups.c: Include <string.h> unconditionally.
19815
19816         * lib/getusershell.c: Include <stdlib.h> unconditionally.
19817         (getusershell, setusershell, endusershell, readname, main):
19818         Define with prototypes.
19819
19820         * lib/group-member.c: Include group-member.h first.
19821         Include <stdlib.h> unconditionally.
19822
19823         * lib/hard-locale.c: Include hard-locale.h first.
19824         Include <stdlib.h>, <string.h> unconditionally.
19825
19826         * lib/hash.c (free, malloc): Remove decls.
19827         Include <stdlib.h> unconditionally.
19828
19829         * lib/human.c: Include <stdlib.h>, <string.h> unconditionally.
19830         (getenv): Do not declare.
19831
19832         * lib/idcache.c: Include <string.h> unconditionally.
19833
19834         * lib/long-options.c: Include long-options.h first, to test interface.
19835         Include <stdlib.h> unconditionally.
19836
19837         * lib/makepath.c: Include makepath.h first, to test interface.
19838         Include <stdlib.h> and <string.h> unconditionally.
19839
19840         * lib/linebuffer.c: Include <stdlib.h>.
19841         (free): Remove decl.
19842
19843         * lib/malloc.c: Include <stdlib.h>, for malloc; don't bother with
19844         stddef.h. rpl_malloc returns void *, not char *.
19845         * lib/realloc.c (rpl_realloc): Likewise.  Also, define with a
19846         prototype.
19847
19848         * lib/md5.h: Include <limits.h> unconditionally.
19849         (UINT_MAX_32_BITS): Don't worry about non-__STDC__ case.
19850         (__P): Remove; all uses removed.
19851         * lib/md5.c: Include "md5.h" first.
19852         (md5_init_ctx, md5_read_ctx, md5_finish_ctx, md5_stream,
19853         md5_buffer, md5_process_bytes, md5_process_block):
19854         Define with prototypes.
19855         * lib/sha.h (__P): Remove all uses.  (It wasn't defined??)
19856         * lib/sha.c: Include "sha.h" first.
19857         Include <stdlib.h>, <string.h> unconditionally.
19858
19859         * lib/memchr.c (__ptr_t): Remove; all uses changed to void *.
19860         * lib/memcmp.c (__ptr_t): Likewise.
19861         * lib/memrchr.c (__ptr_t): Likewise.
19862         * lib/memchr.c, memcmp.c, memcoll.c, memrchr.c:
19863         Include <string.h> unconditionally.
19864         * lib/memchr.c, memrchr.c: Include <limits.h> unconditionally.
19865         * lib/memchr.c: Include <stdlib.h> unconditionally.
19866         * lib/memchr.c (LONG_MAX): Remove.
19867         * lib/memrchr.c (LONG_MAX): Likewise.
19868         * lib/memchr.c (__memchr): Define via a prototype.
19869         * lib/memrchr.c (__memrchr): Likewise.
19870         * lib/memcmp.c (__P): Remove, and remove all uses.
19871         (memcmp_bytes, memcmp_common_alignment, memcmp_not_common_alignment):
19872         Remove forward decls; no longer needed.
19873         * lib/memcpy.c, memmove.c, memset.c: Include <stddef.h>.
19874         Use types required by C89 in prototype.
19875
19876         * lib/mkdir.c: Include <stdlib.h>, <string.h> unconditionally.
19877         * lib/savedir.c: Likewise.
19878         * lib/mkdir.c (free): Remove decl.
19879         * lib/rmdir.c (rmdir): Define with a prototype.
19880         * lib/savedir.c: Include savedir.h first, to test interface.
19881
19882         * lib/mktime.c (STDC_HEADERS): Remove.
19883         Include <stdlib.h>, <string.h> unconditionally.
19884
19885         * lib/modechange.c: Include <stdlib.h> unconditionally.
19886         (malloc): Remove decl.
19887
19888         * lib/mountlist.c: Include <stdlib.h>, <string.h> unconditionally.
19889         (free): Remove decl.
19890
19891         * lib/obstack.h (PTR_INT_TYPE) [!defined __PTRDIFF_TYPE__]:
19892         Define to ptrdiff_t, without bothering to check HAVE_STDDEF_H.
19893         (This type really should be intptr_t, but that's a C99ism.)
19894         (_obstack_memcpy): Remove: all uses changed to memcpy.
19895         Include <string.h> unconditionally.
19896         (struct obstack): Assume __STDC__ for types of members
19897         chunkfun, freefun, extra_arg.
19898         (_obstack_newchunk, _obstack_free, _obstack_begin, _obstack_begin_1,
19899         _obstack_memory_used, obstack_alloc_failed_handler, obstack_init,
19900         obstack_begin, obstack_specify_allocation,
19901         obstack_specify_allocation_with_arg, obstack_chunkfun,
19902         obstack_freefun, obstack_free) [! (defined __STDC__ && __STDC__)]:
19903         Remove unprototyped decls and the macros that use them.
19904         * lib/obstack.c (POINTER): Remove.  All uses changed to void *.
19905         (obstack_alloc_failed_handler, CALL_CHUNKFUN, CALL_FREEFUN,
19906         _obstack_begin, _obstack_begin_1, _obstack_allocated_p)
19907         (defined __STDC__ && __STDC__)]:
19908         Remove nonprototyped code.
19909         Include <stdlib.h> unconditionally.
19910         (_obstack_begin, _obstack_begin_1, _obstack_newchunk,
19911         _obstack_allocated_p, _obstack_free, obstack_free,
19912         _obstack_memory_used, print_and_abort):
19913         Define using prototypes.
19914         (obstack_1grow, obstack_1grow_fast, obstack_alloc, obstack_base,
19915         obstack_blank, obstack_blank_fast, obstack_copy, obstack_copy0,
19916         obstack_finish, obstack_grow, obstack_grow0, obstack_make_room,
19917         obstack_next_free, obstack_object_size, obstack_room) [0]:
19918         Remove unused, unprototyped code.
19919
19920         * lib/path-concat.c: Include <stdlib.h>, <string.h> unconditionally.
19921
19922         * lib/physmem.c (physmem_total, physmem_available, main): Define
19923         with prototypes.
19924
19925         * lib/posixtm.c: Include <stdlib.h>, <string.h> unconditionally.
19926         (main): Define with a prototype.
19927
19928         * lib/posixver.c (getenv): Remove decl.
19929
19930         * lib/putenv.c (malloc): Returns void *, not char *.
19931         Include <string.h> unconditionally.
19932         (strchr, memcpy, NULL): Do not define.
19933
19934         * lib/readtokens.c: Include readtokens.h first, to test interface.
19935         Include <stdlib.h>, <string.h> unconditionally.
19936         (init_tokenbuffer): Define with a prototype.
19937
19938         * lib/regex.c (PARAMS): Remove.  All uses removed.
19939         All uses of _RE_ARGS removed, too.
19940         Include <stddef.h>, <stdlib.h>, <string.h>, <limits.h>
19941         unconditionally.
19942         (bzero): Assume memset exists.
19943         (memcmp, memcpy, NULL): Remove.
19944         (SIGN_EXTEND_CHAR): Remove; all uses replaced by casts to signed
19945         char, or assignments to local vars of type signed char.
19946         (init_syntax_once, PREFIX(extract_number_and_incr),
19947         PREFIX(print_partial_compiled_pattern),
19948         PREFIX(print_compiled_pattern), PREFIX(print_double_string),
19949         convert_mbs_to_wcs, print_fastmap, re_set_syntax,
19950         PREFIX(regex_grow_registers), PREFIX(regex_compile),
19951         PREFIX(store_op1), PREFIX(store_op2), PREFIX(insert_op1),
19952         PREFIX(insert_op2), PREFIX(at_begline_loc_p),
19953         PREFIX(at_endline_loc_p), group_in_compile_stack, insert_space,
19954         wcs_compile_range, byte_compile_range, truncate_wchar,
19955         PREFIX(re_compile_fastmap), re_compile_fastmap, re_set_registers,
19956         re_search, re_search_2, PREFIX(re_search_2), re_match, re_match_2,
19957         count_mbs_length, wcs_re_match_2_internal,
19958         byte_re_match_2_internal, PREFIX(group_match_null_string_p),
19959         PREFIX(alt_match_null_string_p),
19960         PREFIX(common_op_match_null_string_p), PREFIX(bcmp_translate),
19961         re_compile_pattern, re_comp, re_exec, regcomp, regexec, regerror,
19962         regfree, PREFIX(extract_number)): Define with prototype.  Remove
19963         now-unnecessary declaration, if any.
19964         (byte_compile_range, PREFIX(regex_compile), re_comp, re_exec,
19965         regcomp, regexec):
19966         Remove now-unnecessary casts among pointer types.
19967         * lib/regex.h (_RE_ARGS): Remove.  All uses removed.
19968
19969         * lib/rename.c: Include <stdlib.h>, <string.h> unconditionally.
19970         (free): Remove decl.
19971
19972         * lib/rpmatch.c: Include <stdlib.h> unconditionally.
19973
19974         * lib/same.c: Include <stdlib.h>, <string.h> unconditionally.
19975         (free): Remove decl.
19976
19977         * lib/save-cwd.c: Include <stdlib.h> unconditionally.
19978         * lib/xgetcwd.c: Likewise.
19979
19980         * lib/stat.c: Include <stdlib.h>, <string.h> unconditionally.
19981         (free): Remove decl.
19982
19983         * lib/strchrnul.c (strchrnul): Define with a prototype.
19984         Fix bug: c_in was not converted to char before searching.
19985
19986         The following changes are not K&R related:
19987
19988         * lib/group-member.h: Include <sys/types.h>, so that this file is
19989         self-contained.
19990         * lib/makepath.h: Likewise.
19991
19992         * lib/getusershell.c (readname, default_index, line_size, readname):
19993         Use size_t, not int, for sizes.
19994         (readname): If the size overflows, report an error instead of
19995         looping forever.
19996
19997 2003-09-09  Paul Eggert  <eggert@twinsun.com>
19998
19999         * config/srclist.txt: Do not get getopt.h, getopt1.c, or regex.h from
20000         libc.
20001
20002 2003-09-09  Paul Eggert  <eggert@twinsun.com>
20003
20004         * README: New section: portability guidelines.
20005
20006 2003-09-09  Derek Robert Price  <derek@ximbiot.com>
20007
20008         * m4/getndelim2.m4 (gl_PREREQ_GETNDELIM2): Assume stdlib.h per the
20009         C89 spec.
20010
20011 2003-09-09  Derek Robert Price  <derek@ximbiot.com>
20012
20013         * lib/getndelim2.c: Assume stdlib.h per the C89 spec.
20014
20015 2003-09-08  Paul Eggert  <eggert@twinsun.com>
20016
20017         Assume C89 or better; remove K&R cruft.
20018         A few of these changes were first proposed by Derek Robert Price
20019         in <http://mail.gnu.org/archive/html/bug-gnulib/2003-07/msg00105.html>.
20020
20021         * lib/addext.c: Include <string.h> unconditionally.
20022         * lib/backupfile.c: Include <string.h>, <stdlib.h> unconditionally.
20023         Don't declare getenv or malloc.
20024
20025         * lib/alloca.c: Include <string.h>, <stdlib.h> unconditionally.
20026         (POINTER_TYPE, pointer): Remove; all uses changed to void *.
20027         (NULL): Remove.
20028         (find_stack_direction, alloca): Use prototypes.
20029
20030         * lib/atexit.c (atexit): Define using a prototype.
20031
20032         * lib/basename.c, dirname.c, stripslash.c:
20033         Include <string.h> unconditionally.
20034
20035         * lib/bcopy.c: Include <stddef.h>.
20036         (bcopy): Define with prototype, using 'const' and 'void' and 'size_t'.
20037
20038         * lib/canon-host.c: Include <stdlib.h>, <string.h> unconditionally.
20039
20040         * lib/error.h (error, error_at_line, error_print_progname)
20041         [! (defined (__STDC__) && __STDC__)]: Remove decls.
20042         * lib/error.c: Include error.h first, to check interface.
20043         Include <stdarg.h>, <stdlib.h>, <string.h> unconditionally.
20044         (VA_START): Remove; all uses changeed to va_start.
20045         (exit, strerror): Remove decls.
20046         (error_print_progname): Prototype uncondionally.
20047         Don't include <errno.h>; no longer needed.
20048         (private_strerror): Remove.
20049         (error_tail): Always define.
20050         (error, error_at_line): Assume C89 or better; always use prototypes.
20051         * lib/fatal.c: Include "fatal.h" first, to test interface.
20052         Include <stdarg.h>, <stdlib.h>, <string.h> unconditionally.
20053         (VA_START): Remove; all uses changed to va_start.
20054         [! (HAVE_VPRINTF || HAVE_DOPRNT || _LIBC)]: Remove support for
20055         this case.
20056         (exit): Remove decl.
20057         (fatal): Prototype unconditionally.  Assume va_start works.
20058         Abort at end, to pacify gcc.
20059
20060         * lib/euidaccess.c (main): Define with a prototype.
20061
20062         * lib/exclude.c: Include <stdlib.h>, <string.h> unconditionally.
20063
20064         * lib/exitfail.c: Include <stdlib.h> unconditionally.
20065
20066         * lib/fnmatch_.h (__P): Remove.  All uses changed to assume
20067         prototypes.
20068         * lib/fnmatch.c: Include fnmatch.h first, to test interface.
20069         Include <string.h>, <stddef.h>, <stdlib.h> unconditionally.
20070         (getenv): Remove decl.
20071         (fnmatch): Define using a prototype.
20072         * lib/fnmatch_loop.c (FCT): Remove forward decl; no longer needed.
20073         (FCT): Define using a prototype.
20074
20075         * lib/getdate.y: Include <stdlib.h>, <string.h> unconditionally.
20076
20077         * lib/gethostname.c: Include <stddef.h>.
20078         (gethostname): Define with prototype.  Length is size_t, not int.
20079
20080 2003-09-08  Paul Eggert  <eggert@twinsun.com>
20081
20082         Assume C89 or better; remove K&R cruft.
20083         * m4/alloca.m4 (gl_PREREQ_ALLOCA): Don't check for stdlib.h, string.h.
20084         * m4/backupfile.m4 (gl_BACKUPFILE): Don't check for stdlib.h,
20085         string.h, getenv, malloc.
20086         * m4/dirname.m4 (gl_DIRNAME): Don't check for string.h or C standard
20087         headers.
20088         * m4/canon-host.m4 (gl_CANON_HOST): Don't check for string.h, stdlib.h.
20089         * m4/error.m4 (jm_PREREQ_ERROR): Do not require STDC headers, and
20090         do not check for strerror.
20091         * m4/exclude.m4: Do not check for stdlib.h, string.h, strings.h.
20092         * m4/exitfail.m4 (gl_EXITFAIL): Do not check for stdlib.h.
20093         * m4/fatal.m4 (gl_FATAL): Do not require STDC headers, and
20094         do not check for doprnt or vprintf.
20095         * m4/fnmatch.m4 (gl_PREREQ_FNMATCH_EXTRA): Remove.  All uses removed.
20096         * m4/getdate.m4 (gl_GETDATE): Don't check for stdlib.h or string.h.
20097
20098 2003-09-08  Paul Eggert  <eggert@twinsun.com>
20099
20100         * lib/getversion.c: Remove; was migrated to backupfile.c in 1997.
20101         getversion.c should have been removed then, but was accidentally
20102         preserved.
20103
20104         * lib/utime.c [!HAVE_UTIMES_NULL]: Include <sys/stat.h>, <fcntl.h>.
20105         (utime_null): Fix typo: 'st' was sometimes called 'sb'.
20106
20107 2003-09-08  Karl Berry  <karl@gnu.org>
20108
20109         * config/config.sub, config.guess, srclistvars.sh: update from savannah
20110                 config, forget about prep.
20111
20112         * config/depcomp, missing: update from automake.
20113
20114 2003-09-07  Paul Eggert  <eggert@twinsun.com>
20115
20116         * modules/time_r: Depend on 'restrict'.  Fix from Simon Josefsson in
20117         <http://mail.gnu.org/archive/html/bug-gnulib/2003-09/msg00028.html>.
20118
20119 2003-09-07  Paul Eggert  <eggert@twinsun.com>
20120
20121         * lib/time_r.c (gmtime_r, localtime_r): Fix silly typo: missing arg to
20122         copy_tm_result.  Bug reported by Simon Josefsson in
20123         <http://mail.gnu.org/archive/html/bug-gnulib/2003-09/msg00028.html>.
20124
20125 2003-09-06  Paul Eggert  <eggert@twinsun.com>
20126
20127         * m4/time_r.m4: New file.
20128         * m4/mktime.m4 (gl_PREREQ_MKTIME): Remove check for limits.h.
20129         * m4/timegm.m4 (gl_FUNC_TIMEGM): Assume that timegm is buggy if mktime
20130         is. Check for timegm declaration.
20131         (gl_PREREQ_TIMEGM): Require gl_FUNC_MKTIME.
20132         Do not check for gmtime_r.
20133         Replace mktime if __mktime_internal does not exist and if mktime
20134         hasn't been replaced already.
20135
20136 2003-09-06  Paul Eggert  <eggert@twinsun.com>
20137
20138         * lib/time_r.c, lib/time_r.h: New files.
20139
20140         * lib/mktime.c (my_mktime_localtime_r): Remove; all uses changed to
20141         __localtime_r.
20142         (__localtime_r) [!defined _LIBC]: New macro.  Include <time_r.h>.
20143         (__mktime_internal) [!defined _LIBC]: Now extern, not static.
20144
20145         * lib/strftime.c (my_strftime_gmtime_r): Remove; all uses changed to
20146         __gmtime_r.
20147         (my_strftime_localtime_r): Remove; all uses changed to __localtime_r.
20148         (__gtime_r, __localtime_r) [!HAVE_TM_GMTOFF]: New macros.
20149         Include <time_r.h>.
20150
20151         * lib/timegm.c: Switch to glibc implementation, with the following
20152         changes:
20153         [defined HAVE_CONFIG_H]: Include <config.h>.
20154         [!defined _LIBC]: Include "timegm.h" rather than <time.h>.
20155         (__mktime_internal) [!defined _LIBC]: New decl.
20156         (__gmtime_r) [!defined _LIBC]: New macro and function.
20157         (timegm): Use a prototype, since gnulib assumes C89.
20158         Do not bother declaring tmp to be const, as it's not really usefu.
20159         * lib/timegm.h: Hoist "#include <time.h>" out of #ifdef.
20160         (timegm): Declare only if HAVE_DECL_TIMEGM.
20161
20162 2003-09-06  Paul Eggert  <eggert@twinsun.com>
20163
20164         * MODULES.html.sh (func_all_modules): Add time_r.
20165         * modules/time_r: New file.
20166         * modules/mktime, modules/strftime, modules/timegm: Depend on time_r.
20167         * modules/timegm: Depend on mktime.  Change maintainer to "all, glibc".
20168
20169 2003-09-03  Paul Eggert  <eggert@twinsun.com>
20170
20171         * lib/human.c (human_readable): Fix bug that rounded 10501 to 10k.
20172         Bug reported by Lute Kamstra in
20173         <http://mail.gnu.org/archive/html/bug-gnulib/2003-09/msg00003.html>.
20174
20175         * lib/getdate.y (relative_time_table): Use tDAY_UNIT for "tomorrow",
20176         "yesterday", "today", and "now" rather than tMINUTE_UNIT.  Of
20177         course with correspondingly smaller numbers for tomorrow and
20178         yesterday.  From Tadayoshi Funaba.  Originally installed into
20179         sh-utils on 1999-08-07, but the patch got lost (I guess during the
20180         coreutils merge?).
20181
20182 2003-08-31  Simon Josefsson  <jas@extundo.com>
20183
20184         * modules/timegm: New file.
20185         * MODULES.html.sh (func_all_modules): Add timegm.
20186
20187 2003-08-31  Simon Josefsson  <jas@extundo.com>
20188
20189         * m4/timegm.m4: New file.
20190
20191 2003-08-31  Simon Josefsson  <jas@extundo.com>
20192
20193         * lib/timegm.h: New file.
20194         * lib/timegm.c: New file.  Based on
20195         wget-1.8.2/src/http.c:mktime_from_utc.
20196
20197 2003-08-31  Karl Berry  <karl@gnu.org>
20198
20199         * lib/argp.h: update from libc.
20200
20201 2003-08-28  Bruno Haible  <bruno@clisp.org>
20202
20203         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Remove AC_DEFINE of fnmatch here.
20204         This avoids havoc on compilers for which '#define fnmatch rpl_fnmatch'
20205         followed by '#define fnmatch fnmatch_posix' gives an error.
20206
20207 2003-08-28  Bruno Haible  <bruno@clisp.org>
20208
20209         * lib/binary-io.h: Undefine O_BINARY before defining it. This avoids a
20210         warning on QNX, which defines O_BINARY to 000000.
20211
20212 2003-08-27  Jim Meyering  <jim@meyering.net>
20213
20214         * m4/mkstemp.m4: Require that the system mkstemp be able to create
20215         70 temporary files, not just 30.  Tru64 V4.0F's mkstemp function
20216         would fail after 32.  Reported by Danny Levinson.  Details here:
20217         http://mail.gnu.org/archive/html/bug-coreutils/2003-08/msg00124.html
20218
20219 2003-08-24  Bruno Haible  <bruno@clisp.org>
20220
20221         * lib/binary-io.h: Include <stdio.h>, to avoid a compilation error when
20222         MSVC7 <stdio.h> is included later.
20223
20224 2003-08-22  Simon Josefsson  <jas@extundo.com>
20225
20226         * modules/strndup (Makefile.am): Add strndup.h to lib_SOURCES.
20227
20228 2003-08-20  Karl Berry  <karl@gnu.org>
20229
20230         * m4/lib-ld.m4: serial 1003 from gettext, no changes besides serial.
20231
20232 2003-08-20  Bruno Haible  <bruno@clisp.org>
20233
20234         * modules/progname: New file.
20235         * MODULES.html.sh (func_all_modules): Add progname.
20236
20237 2003-08-20  Bruno Haible  <bruno@clisp.org>
20238
20239         * lib/progname.h: New file, from GNU gettext.
20240         * lib/progname.c: New file, from GNU gettext.
20241         * lib/progreloc.c: New file, from GNU gettext.
20242
20243 2003-08-19  Jim Meyering  <jim@meyering.net>
20244
20245         * m4/lib-ld.m4: Revert yesterday's change, per Bruno's request here:
20246         http://mail.gnu.org/archive/html/bug-gnulib/2003-08/msg00155.html
20247
20248 2003-08-19  Bruno Haible  <bruno@clisp.org>
20249
20250         * m4/xalloc.m4 (gl_PREREQ_XSTRDUP): Don't check for <string.h> any
20251         more.
20252
20253 2003-08-19  Bruno Haible  <bruno@clisp.org>
20254
20255         * lib/xstrdup.c: Assume <string.h> exists.
20256
20257 2003-08-18  Paul Eggert  <eggert@twinsun.com>
20258
20259         * modules/stdbool: Add BUILT_SOURCES.  Prefer $@ to target name
20260         in makefile rules.
20261
20262 2003-08-18  Jim Meyering  <jim@meyering.net>
20263
20264         * m4/getloadavg.m4: Use [\t ], not [ \t] (where \t is a literal TAB).
20265         * m4/lib-ld.m4: Likewise.
20266
20267 2003-08-18  Jim Meyering  <jim@meyering.net>
20268
20269         * lib/setenv.h: Indent nested cpp directive.
20270         * lib/vasnprintf.c: Remove trailing blanks.
20271
20272 2003-08-17  Simon Josefsson  <jas@extundo.com>
20273
20274         * modules/xstrndup: New file.
20275         * MODULES.html.sh (func_all_modules): Add xstrndup.
20276
20277 2003-08-17  Simon Josefsson  <jas@extundo.com>
20278
20279         * modules/argp: Fix autoconf macro name. Add more dependencies.
20280
20281 2003-08-17  Simon Josefsson  <jas@extundo.com>
20282
20283         * m4/xstrndup.m4: New file.
20284
20285 2003-08-17  Simon Josefsson  <jas@extundo.com>
20286
20287         * m4/argp.m4: New file.
20288
20289 2003-08-17  Simon Josefsson  <jas@extundo.com>
20290             Bruno Haible  <bruno@clisp.org>
20291
20292         * lib/xstrndup.h: New file.
20293         * lib/xstrndup.c: New file.
20294
20295 2003-08-17  Bruno Haible  <bruno@clisp.org>
20296
20297         * modules/strndup (Files, Include): Add lib/strndup.h.
20298
20299 2003-08-17  Bruno Haible  <bruno@clisp.org>
20300
20301         * modules/euidaccess (Files): Add lib/euidaccess.h.
20302
20303 2003-08-17  Bruno Haible  <bruno@clisp.org>
20304
20305         * lib/strndup.h: New file.
20306
20307 2003-08-17  Bruno Haible  <bruno@clisp.org>
20308
20309         * gnulib-tool (func_create_testdir): Handle gl_USE_SYSTEM_EXTENSIONS
20310         like AC_GNU_SOURCE.
20311         * modules/extensions (configure.ac): Comment out the invocation of
20312         gl_USE_SYSTEM_EXTENSIONS.
20313
20314 2003-08-16  Paul Eggert  <eggert@twinsun.com>
20315
20316         Merges from coreutils, etc.
20317         * m4/rpmatch.m4 (gl_PREREQ_RPMATCH): Insert ':' to prevent a syntax
20318         error in gl_FUNC_MATCH.  This fixes a bug I introduced on 2003-05-28.
20319         * m4/readlink.m4 (gl_PREREQ_READLINK): Renamed from gl_PREREQ_READLINE,
20320         fixing a typo.
20321         * m4/host-os.m4 (UTILS_HOST_OS): Add GNU/NetBSD, GNU/FreeBSD.
20322         * m4/hash.m4 (gl_HASH): Use AM_STDBOOL_H, not AC_HEADER_STDBOOL.
20323
20324 2003-08-16  Paul Eggert  <eggert@twinsun.com>
20325
20326         Document merge from coreutils.
20327         * modules/alloca: Append $(ALLOCA_H) to BUILT_SOURCES.
20328         * modules/fnmatch: Append $(FNMATCH_H) to BUILT_SOURCES.
20329         * modules/utime: Add m4/utimes-null.m4.
20330
20331 2003-08-16  Paul Eggert  <eggert@twinsun.com>
20332
20333         * lib/regex.h, strdup.c, strtoll.c, strtoul.c: Do not normalize white
20334         space, undoing this 2003-08-12 change:
20335         <http://mail.gnu.org/archive/html/bug-gnulib/2003-08/msg00080.html>
20336
20337 2003-08-16  Paul Eggert  <eggert@twinsun.com>
20338
20339         * config/srclist.txt: Get regex.h, strdup.c, strtoll.c,
20340         strtoul.c from libc, undoing this 2003-08-12 change:
20341         <http://mail.gnu.org/archive/html/bug-gnulib/2003-08/msg00080.html>
20342
20343 2003-08-16  Jim Meyering  <jim@meyering.net>
20344
20345         Merges from coreutils.
20346         * m4/readdir.m4 (GL_FUNC_READDIR): Change name to have GL_ (not jm_)
20347         prefix.  Adjust cache variables similarly.  Create 500 rather than
20348         just 300 files, to exercise bug on Darwin6.5, too.
20349         * m4/perl.m4 (jm_PERL): Use $am_missing_run, not undefined
20350         $missing_dir.
20351         * m4/jm-winsz1.m4: Require AC_SYS_POSIX_TERMIOS, not
20352         AM_SYS_POSIX_TERMIOS.
20353         Reported by mkc@mathdogs.com.
20354         Also change use of $am_cv_sys_posix_termios
20355         to $ac_cv_sys_posix_termios.  Reported by Andreas Schwab.
20356         * m4/getgroups.m4 (jm_FUNC_GETGROUPS): Rewrite to use AC_FUNC_GETGROUPS
20357         and (if needed) to call AC_LIBOBJ and to set GETGROUPS_LIB.
20358         * m4/fsusage.m4 [__GLIBC__]: GNU libc's statvfs stats each mount point
20359         in /proc/mounts until it finds one with matching device number.  This
20360         is unnecessary when the FILE argument *is* a mount point.  No stat call
20361         is necessary in that case.  So, disable the statvfs-testing code on
20362         systems with GNU libc.  Reported by Andrei Gaponenko via Tim Waugh
20363         as RedHat bug# 84846.
20364         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC): Limit stack size
20365         to 1MB, so as not to render systems with no stack size limit (e.g.,
20366         linux-2.2.x) unusable.  Suggestion and code from Bruno Haible.
20367         Include <unistd.h>.  On some systems,
20368         it is required for the definition of _SC_PAGESIZE.
20369
20370 2003-08-16  Jim Meyering  <jim@meyering.net>
20371
20372         Merge from coreutils.
20373         * lib/xstrtoimax.c: #else #if -> #elif.
20374         * lib/xstrtoumax.c: Likewise.
20375
20376 2003-08-16  Jim Meyering  <jim@meyering.net>
20377
20378         * m4/utimes.m4 (gl_FUNC_UTIMES): New file.
20379         * m4/utimes.m4: Removed.
20380         * m4/utimes-null.m4: Renamed from utimes.m4.
20381
20382         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC): Limit stack size
20383         to 1MB, so as not to render systems with no stack size limit (e.g.,
20384         linux-2.2.x) unusable.  Suggestion and code from Bruno Haible.
20385         Include <unistd.h>.  On some systems,
20386         it is required for the definition of _SC_PAGESIZE.
20387
20388 2003-08-16  Jim Meyering  <jim@meyering.net>
20389         and Paul Eggert  <eggert@cs.ucla.edu>
20390
20391         Merges from coreutils, etc.
20392
20393         * m4/jm-macros.m4 (AC_LANG_SOURCE(C)): New macro, undefine, then define
20394         using the latest version from cvs.  This avoids problems with #line
20395         directives using a vendor (Sun) compiler.
20396         (jm_MACROS): Bump prerequisite from 2.52g to 2.57.
20397         Don't set GETGROUPS_LIB here; now it's
20398         done via getgroups.m4's wrapper function.
20399         AC_SUBST OPTIONAL_BIN_PROGS, OPTIONAL_BIN_ZCRIPTS, and MAN here,
20400         rather than just in sh-util/configure.in, so that the
20401         now-shared-by-fileutils-and-textutils lib/Makefile.am are all the
20402         same.
20403         Use AC_CONFIG_LIBOBJ_DIR(lib) to tell the new
20404         AC_FUNC_GETLOADAVG where to find getloadavg.c.
20405         Require AC_FUNC_FTW, gt_INTTYPES_PRI, gl_CLOCK_TIME,
20406         UTILS_SYS_OPEN_MAX, GL_FUNC_GETCWD_PATH_MAX, GL_FUNC_READDIR,
20407         gl_FSUSAGE, gl_MOUNTLIST, AC_FUNC_CANONICALIZE_FILE_NAME.
20408         Remove code that is now done by the newly-required macros.
20409         Append $(EXEEXT) to DF_PROG.
20410         AC_LIBOBJ fchdir-stub if fchdir doesn't exist; similarly for fchown.
20411         Do not invoke or require the following here,
20412         since prereq.m4 or some gnulib .m4 now does this for us:
20413         gl_REGEX, UTILS_FUNC_MKDIR_TRAILING_SLASH, jm_BISON, gl_FUNC_MKTIME,
20414         jm_FUNC_LSTAT, jm_FUNC_STAT, jm_FUNC_REALLOC, jm_FUNC_MALLOC,
20415         jm_FUNC_NANOSLEEP, jm_FUNC_READDIR, jm_FUNC_MEMCMP,
20416         jm_FUNC_GLIBC_UNLOCKED_IO, AC_FUNC_FNMATCH_GNU, jm_FUNC_PUTENV,
20417         jm_AC_PREREQ_XSTRTOUMAX, jm_AC_PREREQ_XSTRTOIMAX,
20418         AC_FUNC_ERROR_AT_LINE, jm_FUNC_GNU_STRFTIME, AC_FUNC_VPRINTF,
20419         vb_FUNC_RENAME, UTILS_FUNC_MKSTEP, jm_FUNC_UTIME, AM_FUNC_GETLINE,
20420         AC_FUNC_OBSTACK.
20421         Do not replace the following functions, as this is now the job
20422         of some gnulib .m4: strcasecmp, strncasecmp, dup2, gethostname,
20423         getusershell, sig2str, strcspn, stpcpy, strstr, strtol, strtoul
20424         strpbrk, euidaccess, memcmp, rmdir, rpmatch, strndup, strverscmp,
20425         atexit getpass, strdup, getpagesize.
20426         Replace 'raise'.
20427         Do not check for the following functions, as this is now the job
20428         of some gnulib .m4: bcopy, canonicalize_file_name, fchdir, ftime,
20429         getcwd, getmntinfo, resolvepath.  But check for sysctl, setreuid,
20430         setregid.
20431         (jm_CHECK_ALL_HEADERS): Do not check for fenv.h.
20432         Check for sys/sysctl.h.
20433         (jm_CHECK_ALL_TYPES): Do not require AC_STRUCT_TM, AC_STRUCT_TIMEZONE,
20434         jm_CHECK_TYPE_STRUCT_TIMESPEC.  Invoke gt_TYPE_SSIZE_T instead
20435         of checking for ssize_t ourselves.
20436
20437         * m4/prereq.m4 (jm_PREREQ): Don't invoke macros; AC_REQUIRE them.
20438         Require every macro that gnulib/modules/* suggests for us.
20439         (jm_PREREQ_ADDEXT): New macro.
20440         (jm_PREREQ_STAT): Check for 'struct statfs' on Ultrix 4.4.
20441         Require jm_AC_TYPE_LONG_LONG instead of invoking it.
20442
20443         * m4/physmem.m4 (gl_SYS__SYSTEM_CONFIGURATION): New macro.
20444         (gl_PHYSMEM): Use it.
20445         Also check for `table' function.
20446         Check for new headers and functions.
20447         Add check for sys/sysmp.h.
20448         With suggestions from Kaveh Ghazi.
20449         Ignore headers that are present but cannot be compiled.  This
20450         avoids spurious warnings on Solaris 9 sparc with Forte Developer 7
20451         C 5.4.
20452
20453 2003-08-15  Paul Eggert  <eggert@twinsun.com>
20454
20455         Document merge from coreutils.
20456         * modules/userspec: Depend on posixver.
20457         * modules/strftime: Depend on tzset.
20458
20459 2003-08-15  Paul Eggert  <eggert@twinsun.com>
20460
20461         * lib/config.charset, ref-add.sin, ref-del.sin: Use three spaces,
20462         rather than tab, after '#' in shell-script copyright notices.
20463         Suggested by Bruno Haible.
20464
20465 2003-08-15  Paul Eggert  <eggert@twinsun.com>
20466
20467         * config/srclist-update: Use three spaces, rather than tab, after '#'
20468         in shell-script copyright notices.  Suggested by Bruno Haible.
20469         Remove unnecessary parenthesization in regular expression.
20470
20471 2003-08-15  Jim Meyering  <jim@meyering.net>
20472
20473         Merge from coreutils.
20474         * lib/xgethostname.c: Include <stdlib.h>.
20475         (xghostname): Don't exit for anything other than memory-related
20476         failure; just return NULL.
20477         * lib/userspec.c: Include "posixver.h".
20478         (parse_user_spec): Accept `.' as a separator only
20479         in pre-POSIX-200112 mode.
20480         * lib/strtoimax.c: Use #elif rather than #else #if.
20481         * lib/strftime.c (my_strftime) [!_LIBC && HAVE_TZNAME && HAVE_TZSET]:
20482         Remove function, now that we can rely on a working tzset function.
20483         [!_LIBC]: Ensure that the required autoconf test has been run.
20484         [!defined _NL_CURRENT && HAVE_STRFTIME]:
20485         Use underlying_strftime for %r.
20486         * lib/sha.c: Merge in some clean-up and optimization changes from
20487         glibc.
20488         * lib/sha.c (sha_stream) [BLOCKSIZE]: Move definition to top of file.
20489         Ensure that it is a multiple of 64.
20490         Rearrange loop exit tests so as to avoid performing an
20491         additional fread after encountering an error or EOF.
20492         * lib/realloc.c: Update copyright date.
20493
20494 2003-08-15  Jim Meyering  <jim@meyering.net>
20495         and Paul Eggert  <eggert@twinsun.com>
20496
20497         Merge from coreutils.
20498         * lib/readutmp.h (HAVE_UTMPX_H): Undef if struct utmp has the ut_exit
20499         member but strut utmpx does not.  Needed for AIX 4.3.3.
20500         (UT_EXIT_E_TERMINATION, UT_EXIT_E_EXIT): Define.
20501
20502 2003-08-15  Jim Meyering  <jim@meyering.net>
20503         and Paul Eggert  <eggert@cs.ucla.edu>
20504
20505         Merges from coreutils, etc.
20506         * m4/strftime.m4 (_jm_STRFTIME_PREREQS):
20507         Require gl_FUNC_TZSET_CLOBBER.
20508         * m4/readutmp.m4 (gl_READUTMP): Check for ut_exit.ut_exit,
20509         ut_exit.e_exit, ut_exit.ut_termination, and ut_exit.e_termination
20510         members.
20511
20512 2003-08-14  Paul Eggert  <eggert@twinsun.com>
20513
20514         Help the merge from coreutils.
20515         * m4/gettimeofday.m4 (gl_GETTIMEOFDAY_REPLACE_LOCALTIME): New macro.
20516         (AC_FUNC_GETTIMEOFDAY_CLOBBER): Use it.
20517         * m4/tzset.m4: Use it too.
20518
20519 2003-08-14  Paul Eggert  <eggert@twinsun.com>
20520
20521         * modules/tzset: New file.
20522
20523 2003-08-14  Jim Meyering  <jim@meyering.net>
20524
20525         Merges from coreutils.
20526         * modules/fnmatch: Use the `$(FNMATCH_H)' notation for AC_REPLACED
20527         variable names, rather than @FNMATCH_H@.
20528         * modules/alloca: Likewise for $(ALLOCA_H).
20529
20530         * modules/fnmatch (fnmatch.h): Use `$@' in the commands, in place of
20531         the three copies of the literal target, `fnmatch.h'.
20532         * modules/alloca (alloca.h): Likewise.
20533
20534 2003-08-14  Jim Meyering  <jim@meyering.net>
20535
20536         Merge from coreutils.
20537         * m4/tzset.m4: New file.
20538         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Move the
20539         MOUNTED_VMOUNT test to precede the MOUNTED_GETMNTENT1 tests, since
20540         otherwise, AIX 5.1 systems would end up using the latter.
20541         MOUNTED_GETMNTENT1 support is inadequate on such systems: 1) detecting
20542         whether a file system is remote doesn't work  2) the MOUNTED_VMOUNT
20543         code reports the HOSTNAME:/MOUNT_POINT, while the MOUNTED_GETMNTENT1
20544         code reports merely /MOUNT_POINT.  Reported by Mike Jetzer.
20545
20546 2003-08-14  Jim Meyering  <jim@meyering.net>
20547
20548         Merge from coreutils.
20549         * lib/obstack.h: Whitespace changes.
20550         * lib/mountlist.c: Remove anachronistic casts of xmalloc, xrealloc,
20551         and xcalloc return values.
20552         (read_filesystem_list) [MOUNTED_GETFSSTAT]:
20553         Use MNT_NOWAIT, rather than MNT_WAIT.  Otherwise, `df DIR' could
20554         hang on OSF/1 5.1 for DIR on both local and remote file systems.
20555         Reported by (and fix confirmed by) Nelson H. F. Beebe.
20556         (read_filesystem_list) [MOUNTED_VMOUNT]: Detect any
20557         error from mntctl.
20558         Use mntctl's return value to drive the entry-processing loop, since
20559         we can't rely on the value of the vmt_length member in the last
20560         entry.  On some systems doing so could result in exhausting
20561         virtual memory.  Based in part on a patch from Mike Jetzer.
20562
20563 2003-08-14  Jim Meyering  <jim@meyering.net>
20564         and Paul Eggert  <eggert@twinsun.com>
20565
20566         Merges from coreutils, plus other fixes.
20567         * lib/physmem.c: Merge in portability changes from gcc/libiberty
20568         to support AIX, IRIX, Tru64, and Windows.  See the ChangeLog there
20569         for credits and details.  Thanks to Kaveh Ghazi for helping
20570         to keep these files in sync.
20571         (ARRAY_SIZE): Define it.
20572         (physmem_total, physmem_available): Add comments. From Kaveh Ghazi.
20573         * lib/memcasecmp.c: Remove unnecessary parentheses after 'defined'.
20574         (memcasecmp): Don't assume size_t fits in unsigned int.
20575         Remove casts and duplicate code.
20576         * lib/md5.c: Include <string.h> and <stdlib.h> unconditionally.
20577         (memcpy): Remove definition.
20578         Merge in some clean-up and optimization changes from glibc.
20579         [BLOCKSIZE]: Move definition to top of file.
20580         Ensure that it is a multiple of 64.
20581         Rearrange loop exit tests so as to avoid performing an
20582         additional fread after encountering an error or EOF.
20583         * lib/md5.h (md5_uintptr): Define.
20584         * lib/makepath.c (CLEANUP_CWD): Report an error if we failed to
20585         return to the initial working directory.  Preserve errno
20586         for caller.
20587         * lib/idcache.c: Include "xalloc.h".
20588         (xmalloc, xrealloc): Remove decls.
20589         (getuser): Remove casts no longer required in C89.
20590         * lib/human.c: Include stdio.h, for sprintf.
20591         * lib/group-member.c: Include "xalloc.h".
20592         (xmalloc, xrealloc): Remove decls.
20593         (get_group_info): Remove casts no longer required in C89.
20594         * lib/getusershell.c (readname): Remove casts no longer required in
20595         C89.
20596         * lib/gettimeofday.c (rpl_gmtime, rpl_tzset): New functions.
20597         * lib/getline.c: Whitespace fix, from coreutils.
20598
20599 2003-08-13  Paul Eggert  <eggert@twinsun.com>
20600
20601         * m4/exclude.m4 (gl_EXCLUDE): Require AC_C_INLINE, AC_HEADER_STDC.
20602         Check for isascii.
20603
20604         * m4/gettext.m4, iconv.m4, intdiv0.m4, inttypes-pri.m4, lib-link.m4,
20605         lib-prefix.m4, longdouble.m4, po.m4, progtest.m4, signed.m4:
20606         Undo previous (whitespace-only) change.
20607
20608 2003-08-13  Paul Eggert  <eggert@twinsun.com>
20609
20610         * lib/exclude.c: Include <ctype.h>
20611         (IN_CTYPE_DOMAIN): New macro.
20612         (is_space): New fn.
20613         (add_exclude_file): If LINE_END is a space, ignore trailing spaces
20614         and empty lines.
20615
20616         * lib/argp-help.c, argp-parse.c, config.charset, getopt.h:
20617         Undo previous (whitespace-only) change.
20618
20619 2003-08-13  Paul Eggert  <eggert@twinsun.com>
20620
20621         * config/srclist-update: Change update back to the old behavior,
20622         leaving whitespace alone.  Use one 'sed' command rather than a
20623         pipeline.
20624         (fixlicense): Now a variable, not a function.
20625         (remove_trailing_blanks): Remove.
20626         (fixfile): Don't invoke unexpand or cat, or remove trailing blanks.
20627         * config/config.guess, config.sub, install-sh, missing, texinfo.tex:
20628         Undo previous (whitespace-only) change.
20629
20630 2003-08-12  Paul Eggert  <eggert@twinsun.com>
20631
20632         Merge from coreutils.
20633         * modules/euidaccess: Add lib_SOURCES, include for new
20634         file euidaccess.h
20635
20636 2003-08-12  Paul Eggert  <eggert@twinsun.com>
20637
20638         * m4/gettext.m4, iconv.m4, intdiv0.m4, inttypes-pri.m4, lib-link.m4,
20639         lib-prefix.m4, longdouble.m4, po.m4, progtest.m4, signed.m4:
20640         Normalize leading white space and remove trailing white space.
20641
20642         Merge from coreutils
20643         * m4/euidaccess.m4 (gl_FUNC_EUIDACCESS): Check for euidaccess decl.
20644
20645         * m4/lib-ld.m4, lib-link.m4, lib-prefix.m4: Regenerate from gettext
20646         0.12.1.  These files are now being upgraded automatically by
20647         ../config/srclist-update.
20648
20649 2003-08-12  Paul Eggert  <eggert@twinsun.com>
20650
20651         * lib/argp-help.c, argp-parse.c, config.charset, getopt.h:
20652         Normalize leading white space and remove trailing white space.
20653         * lib/ref-add.sin, ref-del.sin: Use '#' before empty line in copyright
20654         notice, as per ../config/srclist-update.
20655
20656         Merge from coreutils.
20657         * lib/euidaccess.h: New file.
20658         * lib/euidaccess.c: Include it.
20659         * lib/.cppi-disable: Add printf-args.h, printf-parse.h, stdbool_.h,
20660         vasnprintf.h, vasprintf.h.  Remove strdup.c, gettext.h.
20661         * lib/regex.h, strdup.c, strtoll.c, strtoul.c: Normalize white space.
20662
20663 2003-08-12  Paul Eggert  <eggert@twinsun.com>
20664
20665         * config/srclist-update: Add copyright notice.
20666         (remove_id_lines, remove_trailing_blanks): New constants.
20667         (fixfile): Use them to normalize spacing a bit in copied files.
20668         * config/config.guess, config.sub, install-sh, missing, texinfo.tex:
20669         Normalize leading white space and remove trailing white space.
20670
20671         * config/texinfo.tex: Sync with texinfo.
20672
20673         * config/srclist.txt: Don't get regex.h, strdup.c, strtoll.c,
20674         strtoul.c from libc, to merge coreutils whitespace changes.
20675
20676         * config/srclist.txt: Get the following m4 files from gettext:
20677         codeset.m4, gettext.m4, glibc21.m4, iconv.m4, intdiv0.m4,
20678         inttypes-pri.m4, lcmessage.m4, lib-ld.m4, lib-link.m4, lib-prefix.m4,
20679         longdouble.m4, nls.m4, po.m4, progtest.m4, signed.m4, wchar_t.m4,
20680         wint_t.m4.
20681
20682 2003-08-12  Karl Berry  <karl@gnu.org>
20683
20684         * config/srclist.txt: can't sync vasnprintf.c any more, changes have
20685         been made.
20686
20687 2003-08-11  Paul Eggert  <eggert@twinsun.com>
20688
20689         * modules/gnu-source, m4/gnu-source.m4:
20690         Remove; we're assuming Autoconf 2.54 or later now.
20691         Suggested by Bruno Haible.
20692         * MODULES.html.sh (func_all_modules): Remove gnu-source.
20693
20694 2003-08-11  Bruno Haible  <bruno@clisp.org>
20695
20696         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF): Also check for wcslen.
20697
20698 2003-08-11  Bruno Haible  <bruno@clisp.org>
20699
20700         * lib/vasnprintf.c (local_wcslen): New function, for Solaris 2.5.1.
20701         (vasnprintf): Use it instead of wcslen.
20702
20703 2003-08-11  Bruno Haible  <bruno@clisp.org>
20704
20705         * lib/stdbool_.h (_Bool): Undo last change; instead use a negative enum
20706         value to ensure that _Bool promotes to int. Use #define for _Bool when
20707         using the Solaris C compiler. Adds comments suggested by Paul Eggert.
20708
20709 2003-08-10  Karl Berry  <karl@gnu.org>
20710
20711         * lib/regex.h: update from libc (whitespace fix).
20712
20713 2003-08-09  Paul Eggert  <eggert@twinsun.com>
20714
20715         Merge some files from coreutils.  These changes were
20716         originally made by Jim Meyering.
20717         * lib/acl.c: Include <sys/types.h> before <sys/stat.h>;
20718         many older Unixes require this.
20719         * lib/alloca.c (alloca): Remove cast to argument of free;
20720         no longer needed in C89.
20721         * lib/alloca_.h, regex.h: Fix white space to match
20722         what GNU indent does.
20723
20724 2003-08-09  Paul Eggert  <eggert@twinsun.com>
20725
20726         * m4/regex.m4 (jm_INCLUDED_REGEX): Change "\201" to "\371";
20727         apparently Emacs's Unicode mode got confused before my 2003-08-05
20728         checkin.
20729
20730 2003-08-08  Paul Eggert  <eggert@twinsun.com>
20731
20732         * m4/extensions.m4: New file.
20733         * m4/timespec.m4 (jm_CHECK_TYPE_STRUCT_TIMESPEC):
20734         Require gl_USE_SYSTEM_EXTENSIONS.
20735         * m4/unlocked-io.m4 (jm_FUNC_GLIBC_UNLOCKED_IO):
20736         Require gl_USE_SYSTEM_EXTENSIONS rather than AC_GNU_SOURCE.
20737
20738 2003-08-08  Paul Eggert  <eggert@twinsun.com>
20739
20740         * MODULES.html.sh (func_all_modules): Add extensions, gnu-source.
20741         * modules/extensions, modules/gnu-source: New files.
20742         * modules/timespec, modules/unlocked-io: Depend on extensions.
20743
20744 2003-08-07  Paul Eggert  <eggert@twinsun.com>
20745
20746         * modules/restrict: New file.
20747         * MODULES.html.sh (func_all_modules): Add restrict.
20748         * modules/regex: Depend on restrict.
20749
20750 2003-08-07  Paul Eggert  <eggert@twinsun.com>
20751
20752         * m4/restrict.m4: New file.
20753         * m4/regex.m4 (jm_PREREQ_REGEX): Add gl_C_RESTRICT.
20754
20755 2003-08-07  Bruno Haible  <bruno@clisp.org>
20756
20757         * modules/getndelim2 (Makefile.am): Add the files to EXTRA_DIST, not
20758         lib_SOURCES, because getndelim2.m4 now uses AC_LIBOBJ(getndelim2).
20759
20760 2003-08-07  Bruno Haible  <bruno@clisp.org>
20761
20762         * m4/getndelim2.m4 (gl_GETNDELIM2): Use AC_LIBOBJ(getndelim2). This
20763         makes the module 'getndelim2' compatible with the module 'getline'.
20764
20765 2003-08-05  Paul Eggert  <eggert@twinsun.com>
20766
20767         * m4/regex.m4 (jm_INCLUDED_REGEX): Replace a single non-ASCII
20768         byte with "\201" to avoid glitches when editing that source file
20769         with multi-gnome-terminal.
20770
20771 2003-08-05  Paul Eggert  <eggert@twinsun.com>
20772
20773         * lib/bumpalloc.h: Remove.
20774
20775 2003-08-05  Paul Eggert  <eggert@twinsun.com>
20776
20777         * MODULES.html.sh (func_all_modules): Remove bumpalloc.
20778         * modules/bumpalloc: Remove.
20779
20780 2003-08-04  Paul Eggert  <eggert@twinsun.com>
20781
20782         * lib/getloadavg.c: Change copyright notice and spacing to conform to
20783         GNU coding style.
20784
20785         Merge from coreutils.
20786         * lib/error.c [!USE_IN_LIBIO]: Omit this case; assume USE_IN_LIBIO is
20787         1. From glibc.
20788         * lib/getdate.y (date): Also accept dates like May-23-2003; suggestion
20789         from Karl Berry, implemented by Jim Meyering.
20790         * lib/getgroups.c: Include "xalloc.h" instead of declaring xalloc fns;
20791         from Dmitry V. Levin.
20792         Remove anachronistic cast of xrealloc.
20793         * lib/fnmatch_.h (__const): Remove.  Use 'const'.
20794         * lib/fnmatch_loop.c (NEW_PATTERN): Cast alloca return value to proper
20795         type. Otherwise, it wouldn't compile with at least /bin/cc on
20796         ymp-cray-unicos9.0.2.X.
20797         Combine two mostly-identical uses of alloca into one.
20798         Thanks to the Cray-Cyber project for access to a Cray Y-MP.
20799
20800 2003-08-04  Dave Love  <d.love@dl.ac.uk>
20801
20802         [From Emacs.]
20803
20804         * lib/getloadavg.c: Check `__unix' as well as `unix'.  Use #ifdef, not
20805         #if.  Check HAVE_LIBKSTAT as well as LOAD_AVE_TYPE.  Check
20806         F_SETFD, not FD_SETFD.  Use HAVE_STRUCT_NLIST_N_UN_N_NAME, not
20807         obsolete NLIST_NAME_UNION.
20808         [__GNU__]: Undef BSD and FSCALE.
20809         [!NLIST_STRUCT]: Remove conditional definition of NLIST_STRUCT.
20810
20811 2003-08-03  Paul Eggert  <eggert@twinsun.com>
20812
20813         * lib/stdbool_.h (_Bool): Make it signed char, instead of
20814         an enum type, so that it's guaranteed to promote to int.  See:
20815         <http://mail.gnu.org/archive/html/bug-gnulib/2003-07/msg00124.html>
20816
20817 2003-08-03  Karl Berry  <karl@gnu.org>
20818
20819         * config/depcomp: update from automake.
20820
20821 2003-07-31  Paul Eggert  <eggert@twinsun.com>
20822
20823         * lib/strerror.c: Include config.h, limits.h.  Declare sprintf.
20824         (strerror): Don't assume that a printable int fits in 14 bytes.
20825
20826 2003-07-31  Bruno Haible  <bruno@clisp.org>
20827
20828         * modules/getpass-gnu: New file.
20829         * MODULES.html.sh (func_all_modules): Add getpass-gnu.
20830
20831 2003-07-31  Bruno Haible  <bruno@clisp.org>
20832
20833         * m4/getpass.m4 (gl_FUNC_GETPASS_GNU): New macro.
20834
20835 2003-07-24  Karl Berry  <karl@gnu.org>
20836
20837         * config/missing: update from automake.
20838
20839 2003-07-24  Derek Robert Price  <derek@ximbiot.com>
20840             Bruno Haible  <bruno@clisp.org>
20841
20842         * lib/getline.h (getline, getdelim): Change return type to ssize_t.
20843         * lib/getline.c (getline, getdelim): Likewise.
20844         Remove _GNU_SOURCE define; now it's defined in config.h through
20845         m4/getline.m4.
20846
20847 2003-07-23  Karl Berry  <karl@gnu.org>
20848
20849         * config/config.sub: update from prep.
20850
20851 2003-07-22  Paul Eggert  <eggert@twinsun.com>
20852
20853         * modules/xalloc (Depends-on): Add exitfail.
20854         * modules/xmemcoll: Likewise.
20855
20856 2003-07-22  Paul Eggert  <eggert@twinsun.com>
20857
20858         * lib/xalloc.h (XCALLOC, XREALLOC, CCLONE): Fix under- and
20859         over-parenthesization in macros.
20860
20861         Sync with coreutils.
20862
20863         * lib/xalloc.h (XMALLOC, XCALLOC, XREALLOC): Remove casts not
20864         required by C99.
20865
20866         Use `exit_failure' for xalloc and xmemcoll instead of their own
20867         private exit-failure variables.
20868         * lib/xalloc.h (xalloc_exit_failure): Remove.
20869         * lib/xmalloc.c: Likewise.  Include exitfail.h.
20870         (xalloc_die): Use exit_failure instead of xalloc_exit_failure.
20871         * lib/xmemcoll.h (xmemcoll_exit_failure): Remove.
20872         * lib/xmemcoll.c: Likewise.  Include exitfail.h.
20873         (xmemcoll): Use exit_failure instead of xalloc_exit_failure.
20874
20875 2003-07-20  Jim Meyering  <jim@meyering.net>
20876
20877         * modules/closeout (Depends-on): Add exitfail.
20878         Suggestion from Bruno Haible.
20879
20880 2003-07-19  Karl Berry  <karl@gnu.org>
20881
20882         * config/config.sub: update from prep.
20883
20884 2003-07-18  Paul Eggert  <eggert@twinsun.com>
20885
20886         * lib/closeout.h (close_stdout_set_status, close_stdout_status):
20887         Remove.
20888         * lib/closeout.c: Likewise.  Include "closeout.h" right after config.h,
20889         to test that it can stand by itself.  Include "exitfail.h".
20890         Clients should set exit_failure instead.
20891         (EXIT_FAILURE): Remove; no longer needed.  Do not include <stdlib.h>.
20892
20893 2003-07-18  Bruno Haible  <bruno@clisp.org>
20894
20895         * modules/getndelim2: New file.
20896         * modules/getline: Share files with module getndelim2.
20897         * modules/getnline: Depend on getndelim2 instead of sharing files with
20898         it. Add getnline.c to lib_SOURCES.
20899         * MODULES.html.sh (func_all_modules): Add getndelim2.
20900
20901 2003-07-18  Bruno Haible  <bruno@clisp.org>
20902
20903         * m4/getndelim2.m4: New file.
20904         * m4/getline.m4 (AM_FUNC_GETLINE): Add AC_LIBOBJ of getndelim2.c and
20905         invoke gl_PREREQ_GETNDELIM2.
20906         (gl_PREREQ_GETLINE): Drop AC_HEADER_STDC, now done by
20907         gl_PREREQ_GETNDELIM2.
20908         * m4/getnline.m4 (gl_GETNLINE): Drop AC_HEADER_STDC, now done by
20909         gl_GETNDELIM2.
20910
20911 2003-07-18  Bruno Haible  <bruno@clisp.org>
20912
20913         * lib/getndelim2.h: New file.
20914         * lib/getndelim2.c: Make into a module of its own. Include config.h,
20915         getndelim2.h.
20916         (getndelim2): Make non-static. Change return type to ssize_t.
20917         * lib/getline.h: Change argument names.
20918         * lib/getline.c: Include getndelim2.h instead of getndelim2.c.
20919         * lib/getnline.c: Include getndelim2.h.
20920
20921 2003-07-18  Andreas Schwab  <schwab@suse.de>
20922
20923         * lib/memcoll.c (memcoll) [!HAVE_STRCOLL]: Clear errno.
20924
20925 2003-07-17  Karl Berry  <karl@gnu.org>
20926
20927         * config/config.sub: update from prep.
20928
20929 2003-07-17  Bruno Haible  <bruno@clisp.org>
20930
20931         * modules/getnline: New file.
20932         * modules/getline: Add lib/getndelim2.c to source file list.
20933         * MODULES.html.sh (func_all_modules): Add getnline.
20934
20935 2003-07-17  Bruno Haible  <bruno@clisp.org>
20936
20937         * m4/getnline.m4: New file.
20938
20939 2003-07-17  Bruno Haible  <bruno@clisp.org>
20940
20941         * m4/Makefile.am.in: Remove file.
20942         * m4/Makefile.am: Remove file.
20943         * m4/Makefile.in: Remove file.
20944
20945 2003-07-17  Bruno Haible  <bruno@clisp.org>
20946
20947         * lib/getnline.h: New file.
20948         * lib/getnline.c: New file.
20949         * lib/getndelim2.c: New file, extracted from getline.c.
20950         (getndelim2): Renamed from getdelim2, with added nmax argument.
20951         * lib/getline.c: Include getndelim2.c.
20952         (getdelim2): Moved out to getndelim2.c.
20953         (getline, getdelim): Update.
20954
20955 2003-07-17  Bruno Haible  <bruno@clisp.org>
20956
20957         * lib/Makefile.am: Remove file.
20958         * lib/Makefile.in: Remove file.
20959
20960 2003-07-17  Bruno Haible  <bruno@clisp.org>
20961
20962         * configure.in: Remove file.
20963         * Makefile.in: Remove file.
20964
20965 2003-07-17  Bruno Haible  <bruno@clisp.org>
20966
20967         * MODULES.html.sh: Put the </BODY> right before </HTML>.
20968
20969 2003-07-16  Karl Berry  <karl@gnu.org>
20970
20971         * config/srclist-update: was running fixlicense twice, which caused
20972                 texinfo.tex to be nullified for some reason.  Simplify,
20973                 $gplsrc is no longer needed as far as I can see?
20974
20975 2003-07-16  Jim Meyering  <jim@meyering.net>
20976
20977         * modules/save-cwd: Depend on xgetcwd.  From Derek Price.
20978
20979 2003-07-15  Paul Eggert  <eggert@twinsun.com>
20980
20981         * config/srclist.txt: Get the following files from gettext-runtime/intl
20982         instead: config.charset, localcharset.c, localcharset.h, ref-add.sin,
20983         ref-del.sin.  From Bruno Haible.
20984         * config/srclist-update (fixfile): Change grep pattern again, since the
20985         previous fix didn't work (there was another trailing $).  Use
20986         '[$]' to escape the $s.
20987
20988 2003-07-15  Karl Berry  <karl@gnu.org>
20989
20990         * lib/vasnprintf.c: update from gettext.
20991
20992 2003-07-15  Karl Berry  <karl@gnu.org>
20993
20994         * config/srclist-update (fixfile): Change grep pattern, since 'Id'
20995         gets expanded when surrounded by '$'.
20996
20997 2003-07-15  Jim Meyering  <jim@meyering.net>
20998
20999         * modules/save-cwd: Don't depend on error.  From Derek Price.
21000
21001 2003-07-15  Jim Meyering  <jim@meyering.net>
21002
21003         * lib/makepath.c (make_path): Enclose diagnostic in _(...).
21004
21005 2003-07-14  Simon Josefsson  <jas@extundo.com>
21006
21007         * modules/mempcpy: New file.
21008         * MODULES.html.sh (func_all_modules): Add mempcpy.
21009
21010 2003-07-14  Simon Josefsson  <jas@extundo.com>
21011
21012         * m4/mempcpy.m4: New file.
21013
21014 2003-07-14  Simon Josefsson  <jas@extundo.com>
21015
21016         * lib/mempcpy.h: New file.
21017         * lib/mempcpy.c: New file.
21018
21019 2003-07-14  Paul Eggert  <eggert@twinsun.com>
21020
21021         * modules/getdate, modules/posixtm: Depend on mktime.
21022
21023 2003-07-14  Paul Eggert  <eggert@twinsun.com>
21024
21025         * lib/ceill.c, expl.c, floorl.c, frexpl.c, ldexpl.c, mathl.h,
21026         sincosl.c, sqrtl.c, trigl.c, trigl.h, poll.c, poll_.h, mkstemp.c,
21027         unicodeio.c, unicodeio.h, unlocked-io.h:
21028         Switch from LGPL to GPL.
21029
21030 2003-07-14  Paul Eggert  <eggert@twinsun.com>
21031
21032         * lib/asnprintf.c, asprintf.c, config.charset, gettext.h,
21033         localcharset.c, localcharset.h, mkdtemp.c, printf-args.c,
21034         printf-args.h, printf-parse.c, printf-parse.h, ref-add.sin,
21035         ref-del.sin, setenv.c, unsetenv.c, vasnprintf.c, vasnprintf.h,
21036         vasprintf.c, vasprintf.h: Regenerate.  These files are now being
21037         updated automatically by ../config/srclist-update.  This changes
21038         their license from LPGL to GPL.
21039
21040 2003-07-14  Paul Eggert  <eggert@twinsun.com>
21041
21042         * config/srclist.txt: Add tons more gettext files.  $GETTEXT is now
21043         assumed to refer to the root of the most recent stable gettext version.
21044         * config/srclistvars.sh: Add defaults for eggert.
21045         * config/srclist-update: Convert LGPL to GPL in shell scripts, too.
21046         Match "This program" as well as "The program".  This is needed
21047         for gettext.
21048
21049 2003-07-14  Jim Meyering  <jim@meyering.net>
21050
21051         Don't emit diagnostics.  Let callers do that.
21052         * lib/save-cwd.c: Don't include "error.h".
21053         (save_cwd): Don't call error.  Ensure that errno is valid
21054         when returning nonzero.
21055
21056         * lib/save-cwd.h (restore_cwd): Update prototype.
21057         * lib/save-cwd.c (restore_cwd): Remove two parameters.
21058         Simplify.  Don't call error upon failure.  Let callers do that.
21059         (save_cwd): Mention that Irix 5.3 has the same problem as SunOS 4
21060         when auditing is enabled.  But don't bother updating the #if.
21061
21062 2003-07-11  Alexandre Duret-Lutz  <adl@gnu.org>
21063
21064         * lib/obstack.h (__INT_TO_PTR): Revert change of 2003-03-13;
21065         it breaks C++ compilation.
21066         [!__GNUC__ || !__STDC__] (obstack_finish): Cast result to void*.
21067
21068 2003-07-10  Simon Josefsson  <jas@extundo.com>
21069
21070         * modules/strchrnul (Makefile.am): Add strchrnul.h.
21071
21072 2003-07-10  Jim Meyering  <jim@meyering.net>
21073
21074         * m4/clock_time.m4: Remove trailing blank.
21075         * m4/intmax_t.m4: Likewise.
21076
21077 2003-07-10  Jim Meyering  <jim@meyering.net>
21078
21079         * lib/vasnprintf.c: Remove trailing blanks.
21080         Make cpp indentation consistent.
21081
21082 2003-07-09  Paul Eggert  <eggert@twinsun.com>
21083
21084         * lib/alloca_.h, euidaccess.c, getpass.c, memrchr.c, obstack.h,
21085         posixver.c, strftime.c, strnlen.c, strverscmp.c:
21086         Switch from LGPL to GPL.
21087
21088 2003-07-09  Paul Eggert  <eggert@twinsun.com>
21089
21090         * config/srclist.txt: Sort sublists.  Add
21091         $LIBCSRC/sysdeps/generic/strtoul.c. In comments, add more libc files
21092         that differ from gnulib for one reason or another; we'd like this list
21093         to be smaller but for now let's document what we have.
21094
21095 2003-07-08  Paul Eggert  <eggert@twinsun.com>
21096
21097         * config/srclist-update: Port to POSIX 1003.1-2001 hosts by avoiding
21098         the use of GNU extensions.  Change "x=`eval echo $x`" to the shorter
21099         and sweeter "eval x=$x".
21100         * config/srclist.txt: Get lib/argp* from glibc.
21101
21102 2003-07-07  Paul Eggert  <eggert@twinsun.com>
21103
21104         * lib/mktime.c: Fix some boundary cases and remove need for floating
21105         point.
21106
21107         Issue a compile-time diagnostic if time_t is floating point, or if
21108         two's complement arithmetic is not in effect, or if arithmetic
21109         right shift does not propagate the sign.  These assumptions were
21110         all in the original code but they weren't checked.
21111
21112         (TIME_T_MIDPOINT, verify): New macros.
21113         (__isleap): Remove; it has integer overflow problems.
21114         (leapyear): New function, without those problems.
21115         (ydhms_tm_diff): Remove; splitting into two parts.
21116         (ydhms_diff): New function, containing the arithmetic part of
21117         the old ydhms_tm_diff function.  Issue a compile-time
21118         diagnostic if we are not using C99 integer division.
21119         Avoid casts when possible.
21120         (guess_time_tm): New function, containing the checking part of
21121         the old ydhms_tm_diff function.  Return the new value, rather than
21122         the difference between it and the old.  Accept a new argument T
21123         so that *T specifies the old value.  Check for overflow in the result.
21124
21125         (__mktime_internal): Use a time_t offset, not a long int offset.
21126         This undoes the 2003-06-04 change, which is no longer needed now
21127         that we have better overflow checking.
21128         (localtime_offset): Likewise.
21129
21130         (__mktime_internal): Avoid harmful overflow on hosts where time_t
21131         and long are 64-bit but int is only 32-bit.
21132         (ydhms_diff): Use long int to store year1 and yday1.
21133         Issue a compile-time diagnostic if long int is not wide enough.
21134
21135         (__mktime_internal): Use long int to store adjusted year and yday.
21136         Use plain C rather than preprocessor commands, if that doesn't
21137         affect efficiency.
21138         Check for overflow (and try to repair) after each probe
21139         rather than checking only at the very end.  This avoids some bugs
21140         (e.g., southern hemisphere, behind GMT, and GMT offset at minimum time
21141         does not equal GMT offset at maximum time).
21142         Use integer to check for overflow rather than floating point; this
21143         is more portable to non-IEEE hosts, and is a tad faster.
21144         When we detect that we are oscillating between two values,
21145         don't check whether tm_isdst has the requested value, since
21146         we already know the answer.  When tm_isdst has the wrong value,
21147         use a different heuristic to find the right one, based on the
21148         extreme values actually observed in practice in tz2003a,
21149         rather than the (overly optimistic) "previous 3 calendar quarters".
21150
21151         (not_equal_tm, print_tm, check_result): Use "const T" rather than
21152         "T const" to accommodate glibc style.
21153         (check_result): Use less-confusing report format.  "long" -> "long int.
21154         (main): Likewise.
21155         Don't loop if the iteration overflows time_t.
21156         Allow a negative step in the iteration.
21157
21158 2003-07-06  Karl Berry  <karl@gnu.org>
21159
21160         * config/depcomp: update from automake.
21161         * config/config.sub: update from prep.
21162
21163 2003-07-03  Karl Berry  <karl@gnu.org>
21164
21165         * config/config.guess: update from prep.
21166
21167 2003-07-01  Paul Eggert  <eggert@twinsun.com>
21168
21169         * m4/xreadlink.m4 (gl_XREADLINK): Don't check for sys/types.h, since
21170         xreadlink.c now includes it unconditionally.
21171
21172 2003-07-01  Paul Eggert  <eggert@twinsun.com>
21173
21174         * lib/xreadlink.c: Include <sys/types.h> unconditionally, instead of
21175         having it depend on HAVE_SYS_TYPES_H.
21176
21177 2003-07-01  Bruno Haible  <bruno@clisp.org>
21178
21179         * m4/ssize_t.m4 (gt_TYPE_SSIZE_T): Don't include <unistd.h>.
21180         <sys/types.h> should be sufficient.
21181         Reported by Paul Eggert.
21182
21183 2003-06-26  Karl Berry  <karl@gnu.org>
21184
21185         * config/depcomp: update from automake.
21186
21187 2003-06-26  Bruno Haible  <bruno@clisp.org>
21188
21189         * modules/human: Depend on module stdbool.
21190
21191 2003-06-25  Bruno Haible  <bruno@clisp.org>
21192
21193         * modules/readlink: New file.
21194         * modules/xreadlink: Depend on it.
21195         * MODULES.html.sh (func_all_modules): Add readlink.
21196
21197 2003-06-25  Bruno Haible  <bruno@clisp.org>
21198
21199         * m4/readlink.m4: New file.
21200
21201 2003-06-25  Bruno Haible  <bruno@clisp.org>
21202
21203         * lib/readlink.c: New file.
21204
21205 2003-06-22  Karl Berry  <karl@gnu.org>
21206
21207         * config/srclist.txt: update mkinstalldirs from automake.
21208         * config/mkinstalldirs: update.
21209
21210 2003-06-22  Bruno Haible  <bruno@clisp.org>
21211
21212         Portability to mingw32.
21213         * m4/ssize_t.m4: New file, from GNU gettext.
21214         * m4/safe-read.m4 (gl_PREREQ_SAFE_READ): Require gt_TYPE_SSIZE_T.
21215         * m4/xreadlink.m4 (gl_XREADLINK): Require gt_TYPE_SSIZE_T.
21216
21217 2003-06-22  Bruno Haible  <bruno@clisp.org>
21218
21219         * modules/safe-read: Add m4/ssize_t.m4.
21220         * modules/xreadlink: Add m4/ssize_t.m4.
21221
21222 2003-06-20  Bruno Haible  <bruno@clisp.org>
21223
21224         Assume C89, so PARAMS isn't needed.
21225         * lib/unicodeio.h (PARAMS): Remove.
21226         * lib/unicodeio.c: Don't use PARAMS.
21227
21228 2003-06-18  Karl Berry  <karl@gnu.org>
21229
21230         * config/config.{guess,sub}: update from prep.
21231
21232 2003-06-18  Jim Meyering  <jim@meyering.net>
21233
21234         Merge changes from coreutils.
21235         * lib/readutmp.c: Include <string.h> and <stdlib.h> unconditionally.
21236         Remove explicit declarations of xmalloc and realloc.
21237         Include xalloc.h.
21238         (read_utmp): Remove anachronistic cast of xmalloc.
21239
21240 2003-06-17  Paul Eggert  <eggert@twinsun.com>
21241
21242         Assume C89, so PARAMS isn't needed.
21243         * lib/backupfile.h (PARAMS): Remove.  All uses removed.
21244         * lib/closeout.h, lib/dirname.h, lib/filemode.h, lib/fsusage.h,
21245         lib/getdate.h, lib/getline.h, lib/group-member.h, lib/hard-locale.h,
21246         lib/hash.h, lib/linebuffer.h, lib/long-options.h, lib/makepath.h,
21247         lib/memcasecmp.h, lib/memcoll.h, lib/modechange.h, lib/mountlist.h,
21248         lib/path-concat.h, lib/physmem.h, lib/posixtm.h, lib/quote.h,
21249         lib/readutmp.h, lib/same.h, lib/save-cwd.h, lib/savedir.h,
21250         lib/stdio-safer.h, lib/strtoimax.c, lib/strverscmp.h,
21251         lib/unistd-safer.h, lib/version-etc.h, lib/xalloc.h, lib/xreadlink.h,
21252         lib/xstrtod.h, lib/xstrtol.h: Likewise.
21253         * lib/filemode.h, lib/hard-locale.h, lib/memcoll.h, lib/modechange.h,
21254         lib/physmem.h, lib/same.h, lib/strverscmp.h: Do not include config.h;
21255         no longer needed. Anyway, config.h should always be included before any
21256         other file.
21257
21258 2003-06-11  Simon Josefsson  <jas@extundo.com>
21259
21260         * modules/sysexits: New file.
21261         * MODULES.html.sh (func_all_modules): Add sysexits.
21262
21263 2003-06-11  Simon Josefsson  <jas@extundo.com>
21264
21265         * lib/sysexit_.h: New file.
21266
21267 2003-06-11  Derek Price  <derek@ximbiot.com>
21268
21269         * lib/stat.c [LSTAT]: Compile/use slash_aware_lstat only if it is
21270         necessary.
21271
21272 2003-06-11  Bruno Haible  <bruno@clisp.org>
21273
21274         * m4/sysexits.m4: New file.
21275
21276 2003-06-10  Simon Josefsson  <jas@extundo.com>
21277
21278         * lib/argp.h: New file, from glibc.
21279         * lib/argp-ba.c: New file, from glibc.
21280         * lib/argp-eexst.c: New file, from glibc.
21281         * lib/argp-fmtstream.c: New file, from glibc.
21282         * lib/argp-fmtstream.h: New file, from glibc.
21283         * lib/argp-fs-xinl.c: New file, from glibc.
21284         * lib/argp-help.c: New file, from glibc.
21285         * lib/argp-namefrob.h: New file, from glibc.
21286         * lib/argp-parse.c: New file, from glibc.
21287         * lib/argp-pv.c: New file, from glibc.
21288         * lib/argp-pvh.c: New file, from glibc.
21289         * lib/argp-xinl.c: New file, from glibc.
21290
21291 2003-06-10  Simon Josefsson  <jas@extundo.com>
21292
21293         * modules/strchrnul: New file.
21294
21295 2003-06-10  Simon Josefsson  <jas@extundo.com>
21296
21297         * modules/argp: New file.
21298
21299 2003-06-10  Simon Josefsson  <jas@extundo.com>
21300
21301         * m4/strchrnul.m4: New file.
21302
21303 2003-06-10  Simon Josefsson  <jas@extundo.com>
21304
21305         * lib/strchrnul.h: New file.
21306         * lib/strchrnul.c: New file.
21307
21308 2003-06-10  Bruno Haible  <bruno@clisp.org>
21309
21310         * MODULES.html.sh (func_all_modules): Add strchrnul and argp.
21311
21312 2003-06-07  Karl Berry  <karl@gnu.org>
21313
21314         * config/config.{guess,sub}: update from prep.
21315
21316 2003-06-07  Jim Meyering  <jim@meyering.net>
21317
21318         * modules/strtod: Use $(...) notation, not @...@ for
21319         AC_REPLACE'd variables.
21320         * modules/localcharset: Likewise.
21321
21322 2003-06-07  Jim Meyering  <jim@meyering.net>
21323
21324         * lib/readtokens.h: Put `Free Software Foundation, Inc.'
21325         in place of my name in the copyright comment.
21326         Remove definition and uses of __P.
21327
21328         From coreutils.
21329         * lib/stat.c: Don't declare xmalloc explicitly.
21330         Instead, include "xalloc.h".
21331         * lib/readtokens.c (readtokens): Remove anachronistic casts of xmalloc,
21332         xrealloc, and xcalloc return values.
21333         * lib/xgetcwd.c (xgetcwd): Include "xgetcwd.h".
21334         Improve comment.
21335         * lib/xgetcwd.h: Remove definition/uses of PARAMS.
21336
21337 2003-06-07  Bruno Haible  <bruno@clisp.org>
21338
21339         * modules/poll (Makefile.am): Use explicit creation rule for poll.h, to
21340         avoid AC_CONFIG_LINKS.
21341         * modules/fnmatch (Makefile.am): Use explicit creation rule for
21342         fnmatch.h, to avoid AC_CONFIG_LINKS.
21343         * modules/alloca (Makefile.am): Make creation of alloca.h Ctrl-C safe.
21344
21345 2003-06-07  Bruno Haible  <bruno@clisp.org>
21346
21347         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH, gl_FUNC_FNMATCH_POSIX,
21348         gl_FUNC_FNMATCH_GNU): Set FNMATCH_H instead of invoking
21349         AC_CONFIG_LINKS. Needed to allow for a different name of the lib
21350         directory.
21351         * m4/poll.m4 (gl_FUNC_POLL): Set POLL_H instead of invoking
21352         AC_CONFIG_LINKS. Needed to allow for a different name of the lib
21353         directory.
21354
21355 2003-06-06  Jim Meyering  <jim@meyering.net>
21356
21357         Merge from coreutils.
21358         * lib/same.c: (same_name): Declare *_basename locals to be `const'.
21359         Consolidate declarations and initializations of *_base* locals.
21360
21361         Merge from coreutils.
21362         This avoids a core dump on systems without GNU putenv,
21363         when running `env -u SOME_ALREADY_UNSET_VARIABLE'.
21364         * lib/putenv.c (__set_errno, LOCK, UNLOCK): Define.
21365         (unsetenv): New static function, from GNU libc.
21366         (rpl_putenv): Use it.
21367
21368         * lib/modechange.c: Remove trailing blanks.
21369
21370         Merge from coreutils.
21371         * lib/fsusage.c: Remove declaration of statfs.
21372         It conflicted with one from OSF/1 5.1 in <sys/mount.h>.
21373
21374         * lib/posixtm.c: Include <stdbool.h> unconditionally.
21375
21376 2003-06-06  Jim Meyering  <jim@meyering.net>
21377
21378         * lib/stdbool_.h: Renamed from stdbool.h.in.
21379
21380 2003-06-06  Jim Meyering  <jim@meyering.net>
21381             Bruno Haible  <bruno@clisp.org>
21382
21383         * modules/stdbool: Reflect renaming: stdbool.h.in -> stdbool_.h.
21384         Adjust Makefile.am snippet not to redirect directly to target.
21385         Use $(STDBOOL_H) notation, not @STDBOOL_H@ for AC_REPLACE'd variables.
21386
21387 2003-06-05  Paul Eggert  <eggert@twinsun.com>
21388
21389         * lib/mktime.c (__mktime_internal): When resolving a tm_isdst
21390         mismatch, look in future quarters as well as past.  This fixes a
21391         bug when processing fall-backwards gaps immediately after a long
21392         period of daylight-saving time.
21393
21394         * lib/mktime.c: Assume freestanding C89 or better.
21395         (HAVE_LIMITS_H): Remove.  Assume it's 1.
21396         (__P): Remove; not used.
21397         (CHAR_BIT, INT_MIN, INT_MAX): Remove; <limits.h> defines them.
21398         (mktime, not_equal_tm, print_tm, check_result,
21399         main): Use prototypes.  Use const * where appropriate.
21400         (main): Fix typo in testing code that uncovered by above changes.
21401         (Local Variables): Remove -DHAVE_LIMITS_H from compile-command.
21402
21403 2003-06-04  Paul Eggert  <eggert@twinsun.com>
21404
21405         * m4/human.m4 (gl_HUMAN): Require AM_STDBOOL_H.  Check for
21406         locale.h, localeconv.  This merges changes from coreutils.
21407
21408         * m4/mktime.m4 (AC_FUNC_MKTIME): New macro, taken from Autoconf CVS.
21409         It can be removed after the next Autoconf is released.
21410         * m4/exclude.m4 (gl_EXCLUDE): Don't check for sys/types.h; no loner
21411         needed.
21412
21413 2003-06-04  Paul Eggert  <eggert@twinsun.com>
21414
21415         * lib/mktime.c: Fix Debian bug 177940
21416         <http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=177940>.
21417         (localtime_offset): Now long int, not time_t, because we want it
21418         to be guaranteed to be signed.  All uses changed.
21419         (__mktime_internal): If overflow would occur when adding offset,
21420         don't add it.
21421
21422         Merge 'human' changes from coreutils.  Rewrite to support
21423         locale-specific notations like thousands separators.
21424         * lib/human.c: Simplify authorship notice.
21425         Include human.h immediately after config.h.
21426         <sys/types.h>, <stdio.h>: Do not include; no longer needed.
21427         <limits.h>: Do not include, since human.h does.
21428         (SIZE_MAX, UINTMAX_MAX): New macros.
21429         <strings.h>: Include if HAVE_STRINGS_H, not if !HAVE_STRING_H.
21430         <locale.h>: Include if HAVE_LOCALE_H and HAVE_LOCALECONV.
21431         (HUMAN_READABLE_SUFFIX_LENGTH_MAX): New macro.
21432         (power_letter): Renamed from suffixes.
21433         (generate_suffix_backwards): Remove.
21434         (adjust_value): Now takes int style (because of human.h changes)
21435         and long double value (for greater precision on some platforms).
21436         (group_number): New function.
21437         (human_readable): Use it.  Use integer options, not enum.
21438         Put the options before the sizes in the arg list.
21439         Support all the new options.
21440         The old human_readable function has been removed;
21441         use inttostr.h instead.
21442         (human_readable, default_block_size, humblock):
21443         Use uintmax_t, not int, for block sizes.
21444         (human_readable_inexact, block_size_types): Remove.
21445         (block_size_opts): New constant.
21446         (human_options): Renamed from human_block_size, with new signature
21447         that allows block sizes up to UINTMAX_MAX.  All callers changed.
21448         * lib/human.h: Add copyright and authorship notice.
21449         Include <limits.h> and <stdbool.h> unconditionally.
21450         (PARAMS): Remove.  All uses removed.
21451         (LONGEST_HUMAN_READABLE): Add support for thousands separator.
21452         (enum human_inexact_style): Remove tag; now a nameless enum.
21453         (human_floor, human_ceiling, human_round_to_even): Now have
21454         values 2, 0, 1 rather than -1, 1, 0.
21455         (human_group_digits, human_suppress_point_zero, human_autoscale,
21456         human_base_1024, human_SI, human_B): New constants.
21457         (human_readable_inexact, human_block_size): Remove.
21458         (human_readable): Size args are now uintmax_t, not int.
21459         (human_options): New decl.
21460
21461         * lib/exclude.c: (new_exclude, add_exclude): Remove casts that are
21462         unnecessary now that we assume C89 or better.  This change
21463         imported from coreutils.
21464
21465         * lib/mktime.c (__mktime_internal): Do not reject negative timestamps
21466         arbitrarily.  This is the same patch as 2003-05-28, but it got lost
21467         in the 2003-05-30 sync from glibc.
21468
21469         .h files should stand alone, but we shouldn't include <sys/types.h>
21470         if we can get away with just <stddef.h>.
21471
21472         * lib/__fpending.h, addext.c, backupfile.c, exclude.c, getline.c,
21473         malloc.c, putenv.c, realloc.c, strcasecmp.c: Include <stddef.h>
21474         rather than <sys/types.h>, as we merely need size_t.
21475         * lib/dirname.h, memcoll.h, xalloc.h, xmemcoll.h: Include <stddef.h>,
21476         to get size_t.
21477         * lib/hash.h, linebuffer.h, readtokens.h, stdio-safer.h, version-etc.h:
21478         Include <stdio.h>, to get FILE.
21479         * lib/memcasecmp.c: Don't include <sys/types.h>, as we can assume
21480         memcasecmp.h has included <stddef.h> and all we need is size_t.
21481         * lib/memcoll.c: Include "memcoll.h", which gets us size_t and checks
21482         our interface, instead of including <sys/types.h>
21483
21484 2003-06-04  Paul Eggert  <eggert@twinsun.com>
21485
21486         * config/srclist.txt ($LIBCSRC/time/mktime.c lib gpl): Comment out for
21487         now, as glibc mktime is buggy on non-glibc systems.
21488
21489 2003-06-03  Karl Berry  <karl@gnu.org>
21490
21491         * config/config.sub: update from prep.
21492
21493 2003-06-02  Paul Eggert  <eggert@twinsun.com>
21494
21495         [from coreutils]
21496         Fix some minor time-related bugs with POSIX time arguments.
21497         Some valid time stamps were being rejected (notably -1, and
21498         time stamps before 1900 on 64-bit hosts).  And some invalid
21499         time stamps were being accepted, e.g. September 31.
21500
21501         * lib/posixtm.h (posixtime): Return bool instead of time_t, so
21502         that we can return (time_t) -1 successfully.
21503         * lib/posixtm.c: Likewise.
21504         [HAVE_STDBOOL_H]: Include <stdbool.h>.
21505         (bool, false, true) [!HAVE_STDBOOL_H]: New type.
21506         (t): Remove static var.
21507         (year, posix_time_parse): Now takes struct tm * arg to modify, instead
21508         of static var.  All uses changed.
21509         (year): Do not reject years before 1900; they can occur with
21510         64-bit time_t.
21511         (posix_time_parse): Do not check for out-of-range components;
21512         that is now the caller's responsibility, since our checks were
21513         only approximations.
21514         (posixtime): Use mktime to check for out-of-range components,
21515         since it knows them exactly.
21516         If mktime returns (time_t) -1, check whether an error actually occurred
21517         by invoking localtime on -1.
21518         (main) [TEST_POSIXTIME]: Check for input data errors, and report
21519         posixtime failures better.
21520         Improve the test data (in comments only).
21521
21522 2003-06-02  Karl Berry  <karl@gnu.org>
21523
21524         * config/mkinstalldirs (version): new variable.
21525         (--version): new option.
21526         (usage): improve message.
21527
21528 2003-05-30  Karl Berry  <karl@gnu.org>
21529
21530         * lib/mktime.c: update from libc.
21531
21532 2003-05-30  Bruno Haible  <bruno@clisp.org>
21533
21534         * modules/gettext: Add files m4/nls.m4 and m4/po.m4.
21535         * config/config.rpath: Upgrade to gettext-0.12.1.
21536
21537 2003-05-30  Bruno Haible  <bruno@clisp.org>
21538
21539         * m4/gettext.m4: Upgrade to gettext-0.12.1.
21540         * m4/nls.m4: New file, from gettext-0.12.1.
21541         * m4/po.m4: New file, from gettext-0.12.1.
21542         * m4/progtest.m4: Upgrade to gettext-0.12.1.
21543
21544 2003-05-30  Bruno Haible  <bruno@clisp.org>
21545
21546         * lib/config.charset: Upgrade to gettext-0.12.1 and libiconv-1.9.1.
21547         * lib/localcharset.h: Likewise.
21548         * lib/localcharset.c: Likewise.
21549
21550 2003-05-29  Karl Berry  <karl@gnu.org>
21551
21552         * config/config.rpath: update from gettext.
21553
21554 2003-05-28  Paul Eggert  <eggert@twinsun.com>
21555
21556         Assume the headers required for C89 freestanding compilers.
21557         * m4/backupfile.m4 (gl_BACKUPFILE): Don't check for limits.h.
21558         * m4/fsusage.m4 (gl_PREREQ_FSUSAGE_EXTRA): Likewise.
21559         * m4/human.m4 (gl_HUMAN): Likewise.
21560         * m4/pathmax.m4 (gl_PATHMAX): Likewise.
21561         * m4/rpmatch.m4 (gl_FUNC_RPMATCH): Likewise.
21562         * m4/userspec.m4 (gl_USERSPEC): Likewise.
21563         * m4/xreadlink.m4 (gl_XREADLINK): Likewise.
21564         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Likewise.
21565         * m4/quote.m4 (gl_QUOTE): Don't check for stddef.h.
21566
21567 2003-05-28  Paul Eggert  <eggert@twinsun.com>
21568
21569         Assume the headers required for C89 freestanding compilers.
21570         * lib/addext.c, lib/backupfile.c, lib/fsusage.c, lib/human.c,
21571         lib/pathmax.h, lib/rpmatch.c, lib/userspec.c, lib/xreadlink.c,
21572         lib/xstrtol.c: Include <limits.h> without checking for HAVE_LIMITS_H.
21573         * lib/backupfile.c, lib/fsusage.c, lib/hash.c, lib/human.c,
21574         lib/safe-read.c, lib/userspec.c, lib/xstrtol.c (CHAR_BIT): Don't
21575         define, since <limits.h> is guaranteed to do that.
21576         * lib/fatal.c: Include <stdarg.h> without checking for __STDC__.
21577         * lib/exclude.c: Include <stdbool.h> unconditionally.
21578         * lib/tempname.c: Include <stddef.h> unconditionally.
21579         * lib/hash.c: Include <limits.h>, since we no longer define CHAR_BIT.
21580         * lib/modechange.c, rpmatch.c (NULL): Don't define, since
21581         <stddef.h> does that.
21582         * lib/quote.c: Dont include <stddef.h> or <sys/types.h>; not needed.
21583         * lib/safe-read.c (INT_MAX): Don't define, since <limits.h> does that.
21584         * lib/safe-read.c (TYPE_MINIMUM, TYPE_MAXIMUM): Remove; no longer
21585         needed.
21586         * lib/xstrtol.c: Likewise.
21587         * lib/safe-read.c: Remove TYPE_SIGNED; no longer needed.
21588         * lib/savedir.c: Include <stddef.h> instead of defining NULL.
21589
21590         * lib/addext.c (addext): Use assignment rather than cast, to avoid
21591         warnings on some platforms.
21592
21593         * lib/mktime.c (__mktime_internal): Do not reject negative timestamps
21594         arbitrarily.
21595
21596 2003-05-26  Jim Meyering  <jim@meyering.net>
21597
21598         Merge in a change from coreutils:
21599         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Test the cache variable, not one
21600         that is guaranteed to be `no'.  Use `no_such_member' to indicate
21601         that condition, rather than `-1' which is slightly misleading.
21602         Change the name of the cache variable to have the gl_ prefix.
21603         Prompted by a patch from Richard Dawe for DJGPP.
21604
21605 2003-05-24  Karl Berry  <karl@gnu.org>
21606
21607         * config/config.guess: update from prep.
21608
21609 2003-05-22  Karl Berry  <karl@gnu.org>
21610
21611         * gnulib-tool (func_usage): =LIBRARY not =libRARY in help msg.
21612
21613 2003-05-20  Karl Berry  <karl@gnu.org>
21614
21615         * config/config.guess: update from prep.
21616
21617 2003-05-18  Karl Berry  <karl@gnu.org>
21618
21619         * config/srclistvars.sh (TEXMF): use TEXMFROOT instead, since TEXMF
21620         might actually be set by the user.
21621
21622         * config/depcomp, install-sh, mdate-sh: update from automake.
21623
21624 2003-05-17  Bruno Haible  <bruno@clisp.org>
21625
21626         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Fix a quoting bug leading to an
21627         invalid expansion for AC_EGREP_CPP.
21628         * m4/strtoimax.m4 (gl_FUNC_STRTOIMAX): Likewise.
21629         * m4/strtoumax.m4 (gl_FUNC_STRTOUMAX): Likewise.
21630         Suggested by Akim Demaille <akim@epita.fr> in
21631         http://mail.gnu.org/archive/html/bug-autoconf/2003-05/threads.html
21632
21633 2003-05-12  Jim Meyering  <jim@meyering.net>
21634
21635         * lib/strftime.c (my_strftime): Let the `-' (no-pad) flag affect
21636         the space-padded-by-default conversion specifiers, %e, %k, %l.
21637
21638 2003-05-12  Bruno Haible  <bruno@clisp.org>
21639
21640         * lib/linebreak.c (iconv_string_length): Don't return -1 just because
21641         the string is longer than 4 KB.
21642
21643 2003-05-11  Karl Berry  <karl@gnu.org>
21644
21645         * config/config.{guess,sub}: update from prep.
21646
21647 2003-05-09  Bruno Haible  <bruno@clisp.org>
21648
21649         * modules/error: Add m4/strerror_r.m4 to file list.
21650
21651 2003-05-03  Bruno Haible  <bruno@clisp.org>
21652
21653         Upgrade to Unicode-4.0.
21654         * lib/linebreak.c (nonspacing_table_data): Change width of U+00AD,
21655         U+0350..U+0357, U+035D..U+035F, U+0600..U+0603, U+0610..U+0615,
21656         U+0656..U+0658, U+0A01, U+0AE2..U+0AE3, U+0CBC, U+17B4..U+17B5,
21657         U+17DD, U+1920..U+1922, U+1927..U+192B, U+1932, U+1939..U+193B
21658         from 1 to 0. Change width of U+0CBF, U+0CC6, U+180E from 0 to 1.
21659         (uc_width): Change width of U+4DC0..U+4DFF from 2 to 1. Change width
21660         of U+2A6D7..U+2F7FF, U+2FA1E..U+2FFFD, U+30000..U+3FFFD from 1 to 2.
21661         Change width of U+E0100..U+E01EF from 1 to 0.
21662
21663 2003-04-25  Jim Meyering  <jim@meyering.net>
21664
21665         * lib/copy-file.c (copy_file_preserving): Declare buf_size to be
21666         of type size_t, not int.
21667
21668 2003-04-25  Bruno Haible  <bruno@clisp.org>
21669
21670         * lib/copy-file.c: Include <stddef.h>, for size_t.
21671
21672 2003-04-21  Paul Eggert  <eggert@twinsun.com>
21673
21674         * m4/error.m4 (gl_ERROR): Do not put under dynamic conditions some
21675         code which expansion is under static control.  Patch imported from
21676         Akim Demaille's patch to Bison; see
21677         <http://mail.gnu.org/archive/html/bison-patches/2003-03/msg00057.html>.
21678
21679 2003-04-14  Bruno Haible  <bruno@clisp.org>
21680
21681         * m4/error.m4 (jm_PREREQ_ERROR): Use AC_FUNC_VPRINTF.
21682
21683 2003-04-11  Jim Meyering  <jim@meyering.net>
21684
21685         Merge changes from Coreutils.
21686
21687         2003-03-22  Jim Meyering  <jim@meyering.net>
21688
21689         * lib/strftime.c (widen): Cast alloca return value to proper type.
21690
21691         2003-01-19  Ulrich Drepper  <drepper@redhat.com>
21692
21693         From GNU libc.
21694         * lib/strftime.c (my_strftime): Handle very large width
21695         specifications for numeric values correctly.  Improve checks for
21696         overflow.
21697
21698         2003-01-19  Jim Meyering  <jim@meyering.net>
21699
21700         * lib/strftime.c (widen) [COMPILE_WIDE]: Merge nearly-identical
21701         definitions.
21702         (nl_get_alt_digit) [! defined my_strftime]: Define.
21703         (my_strftime) [_NL_CURRENT]: Merge nearly-identical uses of
21704         _nl_get_alt_digit and _nl_get_walt_digit.
21705
21706         * lib/strftime.c (my_strftime): Merge in locale-related changes from
21707         libc. These changes have no effect outside of _LIBC.
21708
21709 2003-04-10  Bruno Haible  <bruno@clisp.org>
21710
21711         * modules/findprog: New file.
21712         * MODULES.html.sh (func_all_modules): Add it.
21713
21714 2003-04-10  Bruno Haible  <bruno@clisp.org>
21715
21716         * m4/findprog.m4: New file.
21717         * m4/eaccess.m4: New file.
21718
21719 2003-04-10  Bruno Haible  <bruno@clisp.org>
21720
21721         * lib/findprog.h: New file, from GNU gettext.
21722         * lib/findprog.c: New file, from GNU gettext.
21723
21724 2003-04-05  Jim Meyering  <jim@meyering.net>
21725
21726         Merge changes from Coreutils.
21727
21728         * lib/exclude.h (PARAMS): Remove definition and uses.
21729         * lib/exclude.c: Remove uses of `PARAMS'.
21730
21731         * lib/dirname.c [TEST_DIRNAME]: Update build instructions for test.
21732         Add test-cases for DOS filenames. Declare program_name.
21733         (main): Set up program_name.  Patch by Rich Dawe.
21734
21735         * lib/mountlist.c (read_filesystem_list) [MOUNTED_VMOUNT]: Detect any
21736         error from mntctl.
21737         Use mntctl's return value to drive the entry-processing loop, since
21738         we can't rely on the value of the vmt_length member in the last
21739         entry.  On some systems doing so could result in exhausting
21740         virtual memory.  Based in part on a patch from Mike Jetzer.
21741
21742 2003-04-04  Bruno Haible  <bruno@clisp.org>
21743
21744         * modules/linebreak: New file.
21745         * MODULES.html.sh (func_all_modules): Add it.
21746
21747 2003-04-04  Bruno Haible  <bruno@clisp.org>
21748
21749         * m4/linebreak.m4: New file.
21750
21751 2003-04-04  Bruno Haible  <bruno@clisp.org>
21752
21753         * lib/linebreak.h: New file, from GNU gettext.
21754         * lib/linebreak.c: New file, from GNU gettext with slight
21755         modifications.
21756         * lib/lbrkprop.h: New file, from GNU gettext.
21757
21758 2003-04-03  Bruno Haible  <bruno@clisp.org>
21759
21760         * modules/utf8-ucs4: New file.
21761         * modules/utf16-ucs4: New file.
21762         * modules/ucs4-utf8: New file.
21763         * modules/ucs4-utf16: New file.
21764         * MODULES.html.sh (func_all_modules): Add them.
21765
21766 2003-04-03  Bruno Haible  <bruno@clisp.org>
21767
21768         * m4/utf-ucs4.m4: New file.
21769         * m4/ucs4-utf.m4: New file.
21770
21771 2003-04-03  Bruno Haible  <bruno@clisp.org>
21772
21773         * lib/utf8-ucs4.h: New file, from GNU gettext.
21774         * lib/utf16-ucs4.h: New file, from GNU gettext.
21775         * lib/ucs4-utf8.h: New file, from GNU gettext.
21776         * lib/ucs4-utf16.h: New file, from GNU gettext.
21777
21778 2003-04-02  Bruno Haible  <bruno@clisp.org>
21779
21780         * modules/binary-io: New file.
21781         * MODULES.html.sh (func_all_modules): Add it.
21782
21783 2003-04-02  Bruno Haible  <bruno@clisp.org>
21784
21785         * lib/binary-io.h: New file, from GNU gettext.
21786
21787 2003-04-01  Bruno Haible  <bruno@clisp.org>
21788
21789         * modules/pathname: New file.
21790         * MODULES.html.sh (func_all_modules): Add it.
21791
21792 2003-04-01  Bruno Haible  <bruno@clisp.org>
21793
21794         * lib/pathname.h: New file, from GNU gettext.
21795         * lib/concatpath.c: New file, from GNU gettext.
21796
21797 2003-03-30  Bruno Haible  <bruno@clisp.org>
21798
21799         * m4/copy-file.m4 (gl_COPY_FILE): Add check for chown().
21800
21801 2003-03-30  Bruno Haible  <bruno@clisp.org>
21802
21803         * lib/copy-file.c (copy_file_preserving): Don't set owner if the
21804         function chown() doesn't exist.
21805
21806 2003-03-28  Bruno Haible  <bruno@clisp.org>
21807
21808         * modules/copy-file: New file.
21809         * MODULES.html.sh (func_all_modules): Add it.
21810
21811 2003-03-28  Bruno Haible  <bruno@clisp.org>
21812
21813         * m4/copy-file.m4: New file.
21814
21815 2003-03-28  Bruno Haible  <bruno@clisp.org>
21816
21817         * lib/copy-file.h: New file, from GNU gettext.
21818         * lib/copy-file.c: New file, from GNU gettext.
21819
21820 2003-03-18  Jim Meyering  <jim@meyering.net>
21821
21822         * lib/quote.c (quote_n): Fix typo in comment.
21823
21824 2003-03-18  Bruno Haible  <bruno@clisp.org>
21825
21826         * m4/onceonly.m4: Use m4_defn instead of defn, for better error
21827         checking.
21828         * m4/onceonly_2_57.m4: Likewise.
21829
21830 2003-03-17  Bruno Haible  <bruno@clisp.org>
21831
21832         * m4/onceonly.m4: Require autoconf 2.54 or newer.
21833         (m4_quote): Remove macro.
21834         * m4/onceonly_2_57.m4: Require autoconf 2.54 or newer.
21835
21836 2003-03-14  Jim Meyering  <jim@meyering.net>
21837
21838         Merge changes from Coreutils.
21839         * lib/obstack.h (obstack_object_size): Declare temporary, __o,
21840         to be const, in order to avoid warnings.
21841         (obstack_room): Likewise.
21842         (obstack_empty_p): Likewise.
21843
21844 2003-03-14  Bruno Haible  <bruno@clisp.org>
21845
21846         * m4/onceonly_2_57.m4 (AC_CHECK_HEADERS_ONCE, AC_CHECK_FUNCS_ONCE,
21847         AC_CHECK_DECLS_ONCE): Quote AC_FOREACH variable-expansions properly.
21848
21849 2003-03-13  Paul Eggert  <eggert@twinsun.com>
21850
21851         Merge changes from Bison.
21852         * lib/obstack.h: (__INT_TO_PTR) [__STDC__]: Cast result to
21853         (void *) to avoid diagnostic with native c89 on SGI IRIX 6.5
21854         when compiling Bison 1.875's `bitset bset = obstack_alloc
21855         (bobstack, bytes);'.  Problem reported by Nelson H. F. Beebe.
21856         * lib/hash.c: Include <stdbool.h> unconditionally.
21857
21858 2003-03-13  Paul Eggert  <eggert@twinsun.com>
21859
21860         * m4/onceonly.m4 (m4_quote): New macro.
21861         (AC_CHECK_HEADERS_ONCE, AC_CHECK_FUNCS_ONCE, AC_CHECK_DECLS_ONCE):
21862         Quote AC_FOREACH variable-expansions properly.
21863
21864 2003-03-13  Paul Eggert  <eggert@twinsun.com>
21865
21866         * doc/COPYING.DOC, fdl.texi: Sync with latest FSF version.
21867
21868 2003-03-09  Paul Eggert  <eggert@twinsun.com>
21869
21870         * lib/argmatch.c (EXIT_FAILURE): Define if the system doesn't.
21871         Reported by Bruce Becker; see:
21872         http://mail.gnu.org/archive/html/bug-bison/2003-03/msg00017.html
21873
21874 2003-03-03  Paul Eggert  <eggert@twinsun.com>
21875             Bruno Haible  <bruno@clisp.org>
21876
21877         * lib/mbswidth.h: Include <wchar.h>. Needed for UnixWare 7.1.1.
21878         Reported by John Hughes, see
21879         http://mail.gnu.org/archive/html/bug-bison/2003-02/msg00030.html
21880
21881 2003-02-20  Bruno Haible  <bruno@clisp.org>
21882
21883         * MODULES.html.sh (func_all_modules): Add poll.
21884
21885 2003-02-19  Paolo Bonzini  <bonzini@gnu.org>
21886
21887         * modules/poll: New file.
21888
21889 2003-02-19  Paolo Bonzini  <bonzini@gnu.org>
21890
21891         * lib/poll_.h: New file.
21892         * lib/poll.c: New file.
21893
21894 2003-02-19  Paolo Bonzini  <bonzini@gnu.org>
21895
21896         * m4/poll.m4: New file.
21897
21898 2003-02-18  Paolo Bonzini  <bonzini@gnu.org>
21899
21900         * modules/mathl: New file.
21901
21902 2003-02-18  Paolo Bonzini  <bonzini@gnu.org>
21903
21904         * lib/mathl.h: New file.
21905         * lib/acosl.c: New file.
21906         * lib/asinl.c: New file.
21907         * lib/atanl.c: New file.
21908         * lib/ceill.c: New file.
21909         * lib/cosl.c: New file.
21910         * lib/expl.c: New file.
21911         * lib/floorl.c: New file.
21912         * lib/frexpl.c: New file.
21913         * lib/ldexpl.c: New file.
21914         * lib/logl.c: New file.
21915         * lib/sincosl.c: New file.
21916         * lib/sinl.c: New file.
21917         * lib/sqrtl.c: New file.
21918         * lib/tanl.c: New file.
21919         * lib/trigl.c: New file.
21920         * lib/trigl.h: New file.
21921
21922 2003-02-18  Paolo Bonzini  <bonzini@gnu.org>
21923
21924         * m4/mathl.m4: New file.
21925
21926 2003-02-18  Bruno Haible  <bruno@clisp.org>
21927
21928         * MODULES.html.sh (func_all_modules): Add mathl.
21929
21930 2003-02-17  Bruno Haible  <bruno@clisp.org>
21931
21932         * modules/mkdtemp: New module.
21933         * MODULES.html.sh (func_all_modules): Add it.
21934
21935 2003-02-17  Bruno Haible  <bruno@clisp.org>
21936
21937         * m4/mkdtemp.m4: New file, from GNU gettext with modifications.
21938
21939 2003-02-17  Bruno Haible  <bruno@clisp.org>
21940
21941         * lib/mkdtemp.h: New file, from GNU gettext.
21942         * lib/mkdtemp.c: New file, from GNU gettext.
21943
21944 2003-02-02  Jim Meyering  <jim@meyering.net>
21945
21946         * m4/regex.m4 (jm_INCLUDED_REGEX): Detect broken re_search in
21947         e.g. glibc-2.2.93.
21948
21949 2003-01-31  Bruno Haible  <bruno@clisp.org>
21950
21951         * m4/rename.m4 (vb_FUNC_RENAME): Add a redirection from 'rename' to
21952         'rpl_rename'.
21953         * m4/strnlen.m4 (gl_FUNC_STRNLEN): Add a redirection from 'strnlen' to
21954         'rpl_strnlen'.
21955         * m4/strtod.m4 (gl_FUNC_STRTOD): Add a redirection from 'strtod' to
21956         'rpl_strtod'.
21957         * m4/utime.m4 (jm_FUNC_UTIME): Add a redirection from 'utime' to
21958         'rpl_utime'.
21959
21960 2003-01-31  Bruno Haible  <bruno@clisp.org>
21961
21962         * lib/rename.c: #undef rename before defining rpl_rename.
21963         * lib/strnlen.c: #undef strnlen, define rpl_strnlen instead of strnlen.
21964
21965 2003-01-30  Bruno Haible  <bruno@clisp.org>
21966
21967         * modules/vasnprintf, modules/vasprintf: New modules.
21968         * MODULES.html.sh (func_all_modules): Add them.
21969
21970 2003-01-30  Bruno Haible  <bruno@clisp.org>
21971
21972         * m4/signed.m4: New file, from GNU gettext.
21973         * m4/longdouble.m4: New file, from GNU gettext.
21974         * m4/wchar_t.m4: New file, from GNU gettext.
21975         * m4/wint_t.m4: New file, from GNU gettext.
21976         * m4/vasnprintf.m4: New file.
21977         * m4/vasprintf.m4: New file.
21978
21979 2003-01-30  Bruno Haible  <bruno@clisp.org>
21980
21981         * lib/printf-args.h: New file, from GNU gettext.
21982         * lib/printf-args.c: New file, from GNU gettext.
21983         * lib/printf-parse.h: New file, from GNU gettext.
21984         * lib/printf-parse.c: New file, from GNU gettext.
21985         * lib/vasnprintf.h: New file, from GNU gettext.
21986         * lib/vasnprintf.c: New file, from GNU gettext.
21987         * lib/asnprintf.c: New file, from GNU gettext.
21988         * lib/vasprintf.h: New file, from GNU gettext with modifications.
21989         * lib/vasprintf.c: New file, from GNU gettext.
21990         * lib/asprintf.c: New file, from GNU gettext.
21991
21992 2003-01-29  Bruno Haible  <bruno@clisp.org>
21993
21994         * modules/stpncpy: New module.
21995         * MODULES.html.sh (func_all_modules): Add it.
21996
21997 2003-01-29  Bruno Haible  <bruno@clisp.org>
21998
21999         * m4/stpncpy.m4: New file.
22000
22001 2003-01-29  Bruno Haible  <bruno@clisp.org>
22002
22003         * lib/stpncpy.h: New file, from GNU gettext with modifications.
22004         * lib/stpncpy.c: New file, from GNU gettext with modifications.
22005
22006 2003-01-28  Bruno Haible  <bruno@clisp.org>
22007
22008         * modules/c-ctype: New module.
22009         * MODULES.html.sh (func_all_modules): Add it.
22010
22011 2003-01-28  Bruno Haible  <bruno@clisp.org>
22012
22013         * lib/c-ctype.h: New file, from GNU gettext, with changes suggested by
22014         Paul Eggert.
22015         * lib/c-ctype.c: New file, from GNU gettext, with changes suggested by
22016         Paul Eggert.
22017
22018 2003-01-27  Bruno Haible  <bruno@clisp.org>
22019
22020         * modules/xsetenv: New module.
22021         * MODULES.html.sh (func_all_modules): Add it.
22022
22023 2003-01-27  Bruno Haible  <bruno@clisp.org>
22024
22025         * lib/xsetenv.h: New file, from GNU gettext.
22026         * lib/xsetenv.c: New file, from GNU gettext.
22027
22028 2003-01-23  Jim Meyering  <jim@meyering.net>
22029
22030         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Correct typo: s/-1/no/ that kept this
22031         from working on systems without dirfd (at least Irix and OSF1/Tru64).
22032
22033 2003-01-23  Bruno Haible  <bruno@clisp.org>
22034
22035         * modules/minmax: New module.
22036         * MODULES.html.sh (func_all_modules): Add it.
22037
22038 2003-01-23  Bruno Haible  <bruno@clisp.org>
22039
22040         * lib/minmax.h: New file, from GNU gettext, with comments from Paul
22041         Eggert.
22042
22043 2003-01-22  Bruno Haible  <bruno@clisp.org>
22044
22045         * modules/exit: New module.
22046         * MODULES.html.sh (func_all_modules): Add it.
22047
22048 2003-01-22  Bruno Haible  <bruno@clisp.org>
22049
22050         * lib/exit.h: New file, from GNU gettext.
22051
22052 2003-01-19  Bruno Haible  <bruno@clisp.org>
22053
22054         * gnulib-tool: Recognize option --extract-maintainer.
22055         (func_get_maintainer): New function.
22056         * modules/*: Add Maintainer entry.
22057
22058 2003-01-16  Jim Meyering  <jim@meyering.net>
22059
22060         * m4/regex.m4: The `regex' struct is both input and output.
22061         Initialize it before each use.  Patch by Tim Waugh.
22062
22063 2003-01-16  Bruno Haible  <bruno@clisp.org>
22064
22065         * MODULES.html.sh: Add a table of contents. Add the module name as
22066         leftmost column. Add hyperlinks.
22067
22068 2003-01-15  Bruno Haible  <bruno@clisp.org>
22069
22070         * m4/md5.m4 (gl_MD5): Require AC_C_INLINE.
22071
22072 2003-01-15  Bruno Haible  <bruno@clisp.org>
22073
22074         * m4/longlong.m4 (jm_AC_TYPE_LONG_LONG): Also test the LL suffix.
22075         * m4/ulonglong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): Also test the ULL
22076         suffix.
22077
22078 2003-01-15  Bruno Haible  <bruno@clisp.org>
22079
22080         * m4/alloca.m4 (gl_FUNC_ALLOCA): Invoke AC_EGREP_CPP prerequisites.
22081
22082 2003-01-15  Bruno Haible  <bruno@clisp.org>
22083
22084         * lib/stpcpy.h (stpcpy): Use ANSI C function declarations.
22085         * lib/strcase.h (strcasecmp, strncasecmp): Likewise.
22086
22087 2003-01-14  Jim Meyering  <jim@meyering.net>
22088
22089         * lib/same.c (same_name): Tweak a comment.
22090
22091 2003-01-14  Bruno Haible  <bruno@clisp.org>
22092
22093         * lib/same.c (same_name): Reorder tests so as to avoid calling stat()
22094         when a string comparison is sufficient.
22095
22096 2003-01-14  Bruno Haible  <bruno@clisp.org>
22097
22098         * lib/readtokens.c (readtoken): Cast character to 'unsigned char', not
22099         'unsigned int'.
22100
22101 2003-01-14  Bruno Haible  <bruno@clisp.org>
22102
22103         * lib/hash-pjw.c: Add comment about low quality of this function.
22104
22105 2003-01-13  Bruno Haible  <bruno@clisp.org>
22106
22107         * modules/stpcpy: Distribute lib/stpcpy.h.
22108         * modules/setenv: Depend on alloca. Distribute lib/setenv.h.
22109
22110 2003-01-13  Bruno Haible  <bruno@clisp.org>
22111
22112         * modules/*: Add a description.
22113         * modules/strpbrk: Fix Makefile.am snippet.
22114         * modules/strtoimax: Fix dependencies.
22115         * modules/strtoumax: Likewise.
22116
22117 2003-01-13  Bruno Haible  <bruno@clisp.org>
22118
22119         * gnulib-tool (func_create_testdir): Substitute lib_OBJECTS.
22120         * modules/alloca (Makefile.am): All object files depend on alloca.h.
22121         * modules/stdbool (Makefile.am): All object files depend on stdbool.h.
22122
22123 2003-01-13  Bruno Haible  <bruno@clisp.org>
22124
22125         * gnulib-tool (func_create_testdir): Store config/* files in the main
22126         directory.
22127         * config.rpath: Move to ...
22128         * config/config.rpath: ... here.
22129         * modules/gettext: Contains config/config.rpath, not config.rpath.
22130         * modules/iconv: Likewise.
22131
22132 2003-01-12  Paul Eggert  <eggert@twinsun.com>
22133
22134         Finish renaming getstr -> getdelim2 and readline -> readlinebuffer,
22135         to avoid collisions with libcurses and libreadline.
22136
22137         * m4/getstr.m4: Remove.
22138         * m4/getline.m4 (gl_PREREQ_GETLINE): Require AC_HEADER_STDC.
22139
22140 2003-01-12  Paul Eggert  <eggert@twinsun.com>
22141
22142         Finish renaming getstr -> getdelim2 and readline -> readlinebuffer,
22143         to avoid collisions with libcurses and libreadline.
22144
22145         * lib/Makefile.am (libfetish_a_SOURCES): Remove getstr.c, getstr.h.
22146         * lib/getstr.h, getstr.c: Remove.
22147         * lib/getline.c: Include "getline.h", to check interface.
22148         Move body of old getstr.c here: this defines MIN_CHUNK and
22149         declares getdelim2, which is renamed from getstr.
22150         (getline, getdelim): Adjust to renaming of getstr -> getdelim2.
22151
22152         * lib/linebuffer.c (readlinebuffer): Renamed from readline.
22153         All uses changed.
22154         * lib/linebuffer.h: Likewise.
22155         (readline): Remove backward-compatibility macro.
22156
22157 2003-01-12  Paul Eggert  <eggert@twinsun.com>
22158
22159         Finish renaming getstr -> getdelim2 and readline -> readlinebuffer,
22160         to avoid collisions with libcurses and libreadline.
22161         * getstr: Remove.
22162         * MODULES.html.sh: Remove getstr.
22163         * modules/getline: Depend on unlocked-io, not getstr.
22164
22165 2003-01-12  Jim Meyering  <jim@meyering.net>
22166
22167         * lib/makepath.c: Don't test HAVE_ERRNO_H.  It's not necessary.
22168
22169 2003-01-10  Bruno Haible  <bruno@clisp.org>
22170
22171         * modules/alloca: Change Makefile.am requirements. Simplify Include
22172         requirements. Add lib/alloca_.h to file list.
22173
22174 2003-01-10  Bruno Haible  <bruno@clisp.org>
22175
22176         * m4/alloca.m4 (gl_FUNC_ALLOCA): Also define ALLOCA_H.
22177
22178 2003-01-10  Bruno Haible  <bruno@clisp.org>
22179
22180         * lib/alloca_.h: New file.
22181         * lib/getdate.y: Unconditionally include alloca.h.
22182         * lib/makepath.c: Likewise.
22183         * lib/setenv.c: Likewise.
22184         * lib/userspec.c: Likewise.
22185
22186 2003-01-09  Karl Berry  <karl@gnu.org>
22187
22188         * MODULES.html.sh: include `dirname $0` in PATH, to find
22189         gnulib-tool.
22190
22191 2003-01-09  Bruno Haible  <bruno@clisp.org>
22192
22193         * modules/stdbool: Change configure.ac, Makefile.am requirements.
22194         Simplify Include requirements. Add lib/stdbool.h.in to file list.
22195
22196 2003-01-09  Bruno Haible  <bruno@clisp.org>
22197
22198         * m4/stdbool.m4 (AM_STDBOOL_H): New macro.
22199
22200 2003-01-09  Bruno Haible  <bruno@clisp.org>
22201
22202         * lib/stdbool.h.in: New file.
22203
22204 2003-01-09  Bruno Haible  <bruno@clisp.org>
22205
22206         * gnulib-tool (func_all_modules): Ignore files ending in ~.
22207         * MODULES.html.sh: Likewise.
22208
22209 2003-01-08  Jim Meyering  <jim@meyering.net>
22210
22211         * lib/full-write.c: Undefine and define-away `const' after inclusion
22212         of errno.h, not before.  Suggestion from Bruno Haible.
22213
22214 2003-01-08  Bruno Haible  <bruno@clisp.org>
22215
22216         * modules/full-read: Depend on full-write.
22217
22218 2003-01-08  Bruno Haible  <bruno@clisp.org>
22219
22220         * lib/safe-read.c: Include specification header first, to ensure its
22221         selfcontainedness.
22222         * lib/full-write.c: Likewise.
22223
22224 2003-01-07  Jim Meyering  <jim@meyering.net>
22225
22226         * lib/full-write.c: Rework so that it may serve to define full_read,
22227         too.
22228         * lib/full-read.c: Simply #define FULL_READ and include full-write.c.
22229
22230 2003-01-07  Bruno Haible  <bruno@clisp.org>
22231
22232         * lib/strtoimax.c: Include <stdint.h> as an alternative to
22233         <inttypes.h>.
22234         * lib/xstrtol.h: Likewise.
22235         * lib/xstrtoimax.c: Likewise.
22236         * lib/xstrtoumax.c: Likewise.
22237         * lib/human.h: Likewise.
22238
22239         * lib/tempname.c: Include <inttypes.h> too. Avoids a compilation error
22240         on systems that have <inttypes.h> but not <stdint.h>.
22241
22242 2003-01-07  Bruno Haible  <bruno@clisp.org>
22243
22244         * MODULES.html.sh: Add copyright notice.
22245         (missed_files): Omit CVS directory entries.
22246         (func_module): Make it work with sed-3.02.
22247         * MODULES.txt: Remove file.
22248
22249 2003-01-06  Jim Meyering  <jim@meyering.net>
22250
22251         * lib/version-etc.c: Update year in translatable copyright string.
22252
22253 2003-01-03  Karl Berry  <karl@gnu.org>
22254
22255         * config/config.{guess,sub}: update from prep.
22256
22257 2003-01-02  Karl Berry  <karl@gnu.org>
22258
22259         * doc/COPYING.DOC: belatedly updated to 1.2.
22260
22261 2003-01-01  Karl Berry  <karl@gnu.org>
22262
22263         * gnulib-tool (func_verify_module): report module name $module in
22264         error message, not $1.
22265         * gnulib-tool (create-testdir): don't complain if destdir couldn't
22266         be created, only if it doesn't exist.
22267         * gnulib-tool (last_checkin_date): don't expand the $Date here.
22268
22269 2002-12-31  Paul Eggert  <eggert@twinsun.com>
22270
22271         * m4/memcoll.m4 (gl_MEMCOLL): Require AC_FUNC_MEMCMP.
22272
22273 2002-12-31  Paul Eggert  <eggert@twinsun.com>
22274
22275         * lib/memcoll.c (memcoll): Fall back on a simple algorithm using
22276         memcmp if strcoll doesn't work.
22277
22278 2002-12-31  Bruno Haible  <bruno@clisp.org>
22279
22280         * lib/utime.c (utime_null): No need to call ftruncate if the file was
22281         nonempty.
22282
22283 2002-12-31  Bruno Haible  <bruno@clisp.org>
22284
22285         * lib/memcoll.c (STRCOLL): New macro.
22286         (memcoll): Use it.
22287
22288 2002-12-31  Bruno Haible  <bruno@clisp.org>
22289
22290         * lib/localcharset.h: New file.
22291         * lib/localcharset.c: Include it.
22292         * lib/unicodeio.c: Likewise.
22293
22294 2002-12-31  Bruno Haible  <bruno@clisp.org>
22295
22296         * lib/getstr.h (getstr): Define, to avoid clash with libcurses.
22297         * lib/linebuffer.h (readline): Define, to avoid clash with libreadline.
22298
22299 2002-12-31  Bruno Haible  <bruno@clisp.org>
22300
22301         * lib/getline.h: Include <stddef.h>, for size_t.
22302
22303         * lib/unicodeio.h: Include <stddef.h>, for size_t.
22304         * lib/unicodeio.c: Don't include <stddef.h>.
22305
22306 2002-12-31  Bruno Haible  <bruno@clisp.org>
22307
22308         * lib/getdate.y (get_date): Test HAVE_STRUCT_TM_TM_ZONE, not
22309         HAVE_TM_ZONE.
22310
22311 2002-12-24  Karl Berry  <karl@gnu.org>
22312
22313         * config/config.guess: update from prep.
22314
22315 2002-12-24  Bruno Haible  <bruno@clisp.org>
22316
22317         General infrasructure.
22318         * m4/README: Rewritten.
22319         * m4/onceonly.m4: New file.
22320         * m4/onceonly_2_57.m4: New file.
22321
22322         Module atexit.
22323         * m4/atexit.m4: New file.
22324
22325         Module strtod.
22326         * m4/strtod.m4: New file.
22327
22328         Module strtol.
22329         * m4/strtol.m4: New file.
22330
22331         Module strtoul.
22332         * m4/strtoul.m4: New file.
22333
22334         Module memchr.
22335         * m4/memchr.m4: New file.
22336
22337         Module memcmp.
22338         * m4/memcmp.m4 (gl_PREREQ_MEMCMP): New macro.
22339         (jm_FUNC_MEMCMP): Invoke it.
22340
22341         Module memcpy.
22342         * m4/memcpy.m4: New file.
22343
22344         Module memmove.
22345         * m4/memmove.m4: New file.
22346
22347         Module memset.
22348         * m4/memset.m4: New file.
22349
22350         Module strcspn.
22351         * m4/strcspn.m4: New file.
22352
22353         Module strpbrk.
22354         * m4/strpbrk.m4: New file.
22355
22356         Module strstr.
22357         * m4/strstr.m4: New file.
22358
22359         Module strerror.
22360         * m4/strerror.m4: New file.
22361
22362         Module mktime.
22363         * m4/mktime.m4: Renamed from jm-mktime.m4.
22364         (gl_PREREQ_MKTIME): New macro.
22365         (gl_FUNC_MKTIME): Renamed from jm_FUNC_MKTIME. Invoke gl_PREREQ_MKTIME.
22366
22367         Module malloc.
22368         * m4/malloc.m4 (gl_PREREQ_MALLOC): New macro.
22369         (jm_FUNC_MALLOC): Use AC_FUNC_MALLOC. Invoke gl_PREREQ_MALLOC.
22370         Don't define HAVE_DONE_WORKING_MALLOC_CHECK, since nothing uses it.
22371
22372         Module realloc.
22373         * m4/realloc.m4 (gl_PREREQ_REALLOC): New macro.
22374         (jm_FUNC_REALLOC): Use AC_FUNC_REALLOC. Invoke gl_PREREQ_REALLOC.
22375         Don't define HAVE_DONE_WORKING_REALLOC_CHECK, since nothing uses it.
22376
22377         Module strftime.
22378         * m4/tm_gmtoff.m4: New file, extracted from strftime.m4.
22379         * m4/strftime.m4 (_jm_STRFTIME_PREREQS): Use AC_FUNC_STRFTIME.
22380         Don't test for bcopy (we are not emacs). Invoke AC_TYPE_MBSTATE_T and
22381         gl_TM_GMTOFF.
22382         (_jm_STRFTIME_PREREQS, jm_FUNC_GNU_STRFTIME): Use onceonly macros.
22383
22384         Module xalloc.
22385         * m4/xalloc.m4: New file.
22386
22387         Module alloca.
22388         * m4/alloca.m4: New file.
22389
22390         Module putenv.
22391         * m4/putenv.m4 (gl_PREREQ_PUTENV): New macro.
22392         (jm_FUNC_PUTENV): Invoke it.
22393
22394         Module setenv.
22395         * m4/setenv.m4 (gt_FUNC_SETENV): New macro.
22396         (gt_CHECK_VAR_DECL): Fix quoting error that led to infinite loop in m4
22397         when invoked twice.
22398         (gt_PREREQ_SETENV, gt_PREREQ_UNSETENV): New macros, replacing old
22399         gt_FUNC_SETENV.
22400
22401         Module memrchr.
22402         * m4/memrchr.m4: New file.
22403
22404         Module stpcpy.
22405         * m4/stpcpy.m4: New file.
22406
22407         Module strcase.
22408         * m4/strcase.m4: New file.
22409
22410         Module strdup.
22411         * m4/strdup.m4: New file.
22412
22413         Module strnlen.
22414         * m4/strnlen.m4: New file.
22415
22416         Module strndup.
22417         * m4/strndup.m4: New file.
22418
22419         Module xstrtod.
22420         * m4/xstrtod.m4: New file.
22421
22422         Module xstrtol.
22423         * m4/xstrtol.m4: New file.
22424
22425         Module getdate.
22426         * m4/getdate.m4: New file.
22427
22428         Module unlocked-io.
22429         * m4/unlocked-io.m4: Renamed from jm-glibc-io.m4.
22430         (jm_FUNC_GLIBC_UNLOCKED_IO): Invoke AC_GNU_SOURCE. Use onceonly macros.
22431         * m4/jm-glibc-io.m4n: Remove file.
22432
22433         Module long-options.
22434         * m4/long-options.m4: New file.
22435
22436         Module md5.
22437         * m4/md5.m4: New file.
22438
22439         Module sha.
22440         * m4/sha.m4: New file.
22441
22442         Module getstr.
22443         * m4/getstr.m4: New file.
22444
22445         Module getline.
22446         * m4/getline.m4 (gl_PREREQ_GETLINE): New macro.
22447         (AM_FUNC_GETLINE): Invoke AC_GNU_SOURCE. Use <stdlib.h>, not
22448         <sys/types.h>, for size_t. Use the function name gnu_getline, not
22449         simply getline. Infoke gl_PREREQ_GETLINE.
22450
22451         Module obstack.
22452         * m4/obstack.m4: New file.
22453
22454         Module hash.
22455         * m4/hash.m4: New file.
22456
22457         Module readtokens.
22458         * m4/readtokens.m4: New file.
22459
22460         Module strverscmp.
22461         * m4/strverscmp.m4: New file.
22462
22463         Module stdbool.
22464         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Add test for _Bool. Needed for
22465         OSF/1.
22466
22467         Module strtoll.
22468         * m4/strtoll.m4: New file.
22469
22470         Module strtoull.
22471         * m4/strtoull.m4: New file.
22472
22473         Module strtoimax.
22474         * m4/strtoimax.m4: New file.
22475
22476         Module strtoumax.
22477         * m4/strtoumax.m4: New file.
22478
22479         Module xstrtoimax.
22480         * m4/xstrtoimax.m4 (jm_XSTRTOIMAX): Renamed from
22481         jm_AC_PREREQ_XSTRTOIMAX.
22482         Moved the strtol prerequisites to strtol.m4.
22483         Moved the strtoll prerequisites to strtoll.m4.
22484         Moved the strtoimax prerequisites to strtoimax.m4.
22485
22486         Module xstrtoumax.
22487         * m4/xstrtoumax.m4 (jm_XSTRTOUMAX): Renamed from
22488         jm_AC_PREREQ_XSTRTOUMAX.
22489         Moved the strtoul prerequisites to strtoul.m4.
22490         Moved the strtoull prerequisites to strtoull.m4.
22491         Moved the strtoumax prerequisites to strtoumax.m4.
22492
22493         Module chown.
22494         * m4/chown.m4 (gl_PREREQ_CHOWN): New macro.
22495         (jm_FUNC_CHOWN): Use AC_FUNC_CHOWN. Invoke gl_PREREQ_CHOWN.
22496
22497         Module dup2.
22498         * m4/dup2.m4: New file.
22499
22500         Module ftruncate.
22501         * m4/ftruncate.m4 (gl_PREREQ_FTRUNCATE): New macro.
22502         (jm_FUNC_FTRUNCATE): Use AC_REPLACE_FUNCS. Invoke gl_PREREQ_FTRUNCATE.
22503
22504         Module getgroups.
22505         * m4/getgroups.m4 (gl_PREREQ_GETGROUPS): New macro.
22506         (jm_FUNC_GETGROUPS): Use AC_FUNC_GETGROUPS. Invoke gl_PREREQ_GETGROUPS.
22507
22508         Module gettimeofday.
22509         * m4/gettimeofday.m4 (gl_PREREQ_GETTIMEOFDAY): New macro.
22510         (AC_FUNC_GETTIMEOFDAY_CLOBBER): Use onceonly macros. Invoke
22511         gl_PREREQ_GETTIMEOFDAY.
22512
22513         Module mkdir.
22514         * m4/mkdir-slash.m4 (gl_PREREQ_MKDIR): New macro.
22515         (UTILS_FUNC_MKDIR_TRAILING_SLASH): Invoke gl_PREREQ_MKDIR.
22516
22517         Module mkstemp.
22518         * m4/mkstemp.m4 (gl_PREREQ_MKSTEMP): New macro.
22519         (jm_PREREQ_TEMPNAME): New macro, from prereq.m4. Also invoke
22520         jm_AC_TYPE_UINTMAX_T.
22521         (UTILS_FUNC_MKSTEMP): Invoke gl_PREREQ_MKSTEMP and jm_PREREQ_TEMPNAME.
22522
22523         Module stat.
22524         * m4/stat.m4 (gl_PREREQ_STAT): New macro.
22525         (jm_FUNC_STAT): Use AC_FUNC_STAT. Invoke gl_PREREQ_STAT.
22526
22527         Module lstat.
22528         * m4/lstat.m4 (gl_PREREQ_LSTAT): New macro.
22529         (jm_FUNC_LSTAT): Use AC_FUNC_LSTAT. Invoke gl_PREREQ_LSTAT.
22530
22531         Module timespec.
22532         * m4/timespec.m4 (gl_TIMESPEC): New macro.
22533         (jm_CHECK_TYPE_STRUCT_TIMESPEC): Add check for <sys/time.h>.
22534         * m4/st_mtim.m4: Indentation.
22535
22536         Module nanosleep.
22537         * m4/nanosleep.m4 (gl_PREREQ_NANOSLEEP): New macro.
22538         (jm_FUNC_NANOSLEEP): Add check for <sys/time.h>. Invoke
22539         gl_PREREQ_NANOSLEEP.
22540
22541         Module regex.
22542         * m4/regex.m4 (jm_PREREQ_REGEX): New macro.
22543         (jm_INCLUDED_REGEX): Invoke jm_PREREQ_REGEX.
22544         (gl_REGEX): New macro.
22545
22546         Module rename.
22547         * m4/rename.m4 (gl_PREREQ_RENAME): New macro.
22548         (vb_FUNC_RENAME): Invoke gl_PREREQ_RENAME.
22549
22550         Module rmdir.
22551         * m4/rmdir.m4: New file.
22552
22553         Module utime.
22554         * m4/utimbuf.m4 (jm_CHECK_TYPE_STRUCT_UTIMBUF): Use onceonly macros.
22555         * m4/utime.m4 (gl_PREREQ_UTIME): New macro.
22556         (jm_FUNC_UTIME): Invoke gl_PREREQ_UTIME.
22557
22558         Module dirname.
22559         * m4/dirname.m4: New file.
22560
22561         Module getopt.
22562         * m4/getopt.m4: New file.
22563
22564         Module unistd-safer.
22565         * m4/unistd-safer.m4: New file.
22566
22567         Module fnmatch.
22568         * m4/fnmatch.m4 (_AC_FUNC_FNMATCH_IF): Include <stdlib.h>, for exit()
22569         declaration.
22570         (gl_PREREQ_FNMATCH_EXTRA): New macro.
22571         (gl_FUNC_FNMATCH_POSIX): New macro.
22572         (gl_FUNC_FNMATCH_GNU): Renamed from AC_FUNC_FNMATCH_GNU. Invoke
22573         gl_PREREQ_FNMATCH_EXTRA. Use the function name gnu_fnmatch, not
22574         simply fnmatch.
22575
22576         Module exclude.
22577         * m4/exclude.m4: New file.
22578
22579         Module human.
22580         * m4/human.m4: New file.
22581
22582         Module acl.
22583         * m4/acl.m4: Nop.
22584
22585         Module backupfile.
22586         * m4/backupfile.m4: New file.
22587         * m4/d-ino.m4: Indentation.
22588
22589         Module fsusage.
22590         * m4/fsusage.m4 (gl_FSUSAGE): New macro.
22591         (jm_STATFS_TRUNCATES): New macro, from coreutils-4.5.4/configure.ac.
22592         (gl_PREREQ_FSUSAGE_EXTRA): New macro.
22593
22594         Module dirfd.
22595         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Invoke some AC_EGREP_CPP
22596         requirements.
22597
22598         Module euidaccess.
22599         * m4/euidaccess.m4: New file.
22600
22601         Module file-type.
22602         * m4/file-type.m4: New file.
22603
22604         Module fileblocks.
22605         * m4/fileblocks.m4: New file.
22606
22607         Module filemode.
22608         * m4/filemode.m4: New file.
22609
22610         Module isdir.
22611         * m4/isdir.m4: New file.
22612
22613         Module lchown.
22614         * m4/lchown.m4 (gl_PREREQ_LCHOWN): New macro.
22615         (jm_FUNC_LCHOWN): Invoke gl_PREREQ_LCHOWN.
22616
22617         Module makepath.
22618         * m4/makepath.m4: New file.
22619
22620         Module modechange.
22621         * m4/modechange.m4: New file.
22622
22623         Module mountlist.
22624         * m4/mountlist.m4: New file.
22625         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Use onceonly macros.
22626         Indentation.
22627
22628         Module path-concat.
22629         * m4/path-concat.m4: New file.
22630
22631         Module pathmax.
22632         * m4/pathmax.m4: New file.
22633
22634         Module same.
22635         * m4/same.m4: New file.
22636
22637         Module save-cwd.
22638         * m4/save-cwd.m4: New file.
22639
22640         Module savedir.
22641         * m4/savedir.m4: New file.
22642
22643         Module xgetcwd.
22644         * m4/xgetcwd.m4: New file.
22645         * m4/getcwd.m4 (AC_FUNC_GETCWD_NULL): Use onceonly macros.
22646
22647         Module xreadlink.
22648         * m4/xreadlink.m4: New file.
22649
22650         Module safe-read.
22651         * m4/safe-read.m4: New file.
22652
22653         Module safe-write.
22654         * m4/safe-write.m4: New file.
22655
22656         Module closeout.
22657         * m4/closeout.m4: New file.
22658
22659         Module stdio-safer.
22660         * m4/stdio-safer.m4: New file.
22661
22662         Module getpass.
22663         * m4/getpass.m4: New file.
22664
22665         Module getugroups.
22666         * m4/getugroups.m4: New file.
22667
22668         Module group-member.
22669         * m4/group-member.m4 (gl_PREREQ_GROUP_MEMBER): New macro.
22670         (jm_FUNC_GROUP_MEMBER): Invoke AC_GNU_SOURCE, gl_PREREQ_GROUP_MEMBER.
22671
22672         Module idcache.
22673         * m4/idcache.m4: New file.
22674
22675         Module userspec.
22676         * m4/userspec.m4: New file.
22677
22678         Module gettime.
22679         * m4/clock_time.m4: New file.
22680         * m4/gettime.m4: New file.
22681
22682         Module settime.
22683         * m4/settime.m4: New file.
22684
22685         Module posixtm.
22686         * m4/posixtm.m4: New file.
22687
22688         Module gethostname.
22689         * m4/gethostname.m4: New file.
22690
22691         Module canon-host.
22692         * m4/canon-host.m4: New file.
22693
22694         Module gettext.
22695         * m4/codeset.m4: New file, from gettext-0.11.5.
22696         * m4/gettext.m4: New file, from gettext-0.11.5.
22697         * m4/glibc21.m4: New file, from gettext-0.11.5.
22698         * m4/iconv.m4: New file, from gettext-0.11.5.
22699         * m4/intdiv0.m4: New file, from gettext-0.11.5.
22700         * m4/inttypes-pri.m4: New file, from gettext-0.11.5.
22701         * m4/inttypes.m4: New file, from gettext-0.11.5.
22702         * m4/inttypes_h.m4: New file, from gettext-0.11.5 with modifications.
22703         * m4/isc-posix.m4: New file, from gettext-0.11.5.
22704         * m4/lcmessage.m4: New file, from gettext-0.11.5.
22705         * m4/lib-ld.m4: New file, from gettext-0.11.5.
22706         * m4/lib-link.m4: New file, from gettext-0.11.5.
22707         * m4/lib-prefix.m4: New file, from gettext-0.11.5.
22708         * m4/progtest.m4: New file, from gettext-0.11.5.
22709         * m4/stdint_h.m4: New file, from gettext-0.11.5 with modifications.
22710         * m4/uintmax_t.m4: New file, from gettext-0.11.5 with modifications.
22711         * m4/ulonglong.m4: New file, from gettext-0.11.5 with modifications.
22712
22713         Module localcharset.
22714         * m4/localcharset.m4: New file.
22715
22716         Module hard-locale.
22717         * m4/hard-locale.m4: New file.
22718
22719         Module mbswidth.
22720         * m4/mbswidth.m4 (gl_MBSWIDTH): Renamed from jm_PREREQ_MBSWIDTH. Use
22721         onceonly macros.
22722         * m4/mbrtowc.m4: Add comment.
22723
22724         Module memcasecmp.
22725         * m4/memcasecmp.m4: New file.
22726
22727         Module memcoll.
22728         * m4/memcoll.m4: New file.
22729
22730         Module unicodeio.
22731         * m4/unicodeio.m4: New file.
22732
22733         Module rpmatch.
22734         * m4/rpmatch.m4: New file.
22735
22736         Module yesno.
22737         * m4/yesno.m4: New file.
22738
22739         Module exitfail.
22740         * m4/exitfail.m4: New file.
22741
22742         Module c-stack.
22743         * m4/c-stack.m4 (gl_C_STACK): New macro.
22744         (jm_PREREQ_C_STACK): Check for <sys/time.h>. Use onceonly macros.
22745
22746         Module error.
22747         * m4/error.m4 (gl_ERROR): New macro.
22748         (jm_PREREQ_ERROR): Use onceonly macros.
22749
22750         Module fatal.
22751         * m4/fatal.m4: New file.
22752
22753         Module getloadavg.
22754         * m4/getloadavg.m4 (AC_FUNC_GETLOADAVG): Use onceonly macros.
22755         (gl_FUNC_GETLOADAVG, gl_PREREQ_GETLOADAVG): New macros.
22756
22757         Module getpagesize.
22758         * m4/getpagesize.m4: New file.
22759
22760         Module getusershell.
22761         * m4/getusershell.m4: New file.
22762
22763         Module physmem.
22764         * m4/physmem.m4: New file.
22765
22766         Module posixver.
22767         * m4/posixver.m4: New file.
22768
22769         Module quotearg.
22770         * m4/quotearg.m4: New file.
22771
22772         Module quote.
22773         * m4/quote.m4: New file.
22774
22775         Module readutmp.
22776         * m4/readutmp.m4: New file, based on jm_PREREQ_READUTMP from prereq.m4.
22777
22778         Module sig2str.
22779         * m4/sig2str.m4: New file.
22780
22781         Other.
22782         * m4/longlong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): Remove, moved to
22783         ulonglong.m4.
22784         * m4/intmax_t.m4: New file.
22785         * m4/d-type.m4: Indentation.
22786         * m4/jm-macros.m4: Update.
22787         * m4/prereq.m4 (jm_PREREQ): Update.
22788         (jm_PREREQ_ADDEXT): Remove, obsoleted by backupfile.m4.
22789         (jm_PREREQ_CANON_HOST): Remove, obsoleted by canon-host.m4.
22790         (jm_PREREQ_DIRNAME): Remove, obsoleted by dirname.m4.
22791         (jm_PREREQ_EXCLUDE): Remove, obsoleted by exclude.m4.
22792         (jm_PREREQ_GETPAGESIZE): Remove, obsoleted by getpagesize.m4.
22793         (jm_PREREQ_HARD_LOCALE): Remove, obsoleted by hard-locale.m4.
22794         (jm_PREREQ_HASH): Remove, obsoleted by hash.m4.
22795         (jm_PREREQ_HUMAN): Remove, obsoleted by human.m4.
22796         (jm_PREREQ_MEMCHR): Remove, obsoleted by memchr.m4.
22797         (jm_PREREQ_PHYSMEM): Remove, obsoleted by physmem.m4.
22798         (jm_PREREQ_POSIXVER): Remove, obsoleted by posixver.m4.
22799         (jm_PREREQ_QUOTEARG): Remove, obsoleted by quotearg.m4.
22800         (jm_PREREQ_READUTMP): Remove, obsoleted by readutmp.m4.
22801         (jm_PREREQ_REGEX): Remove, obsoleted by regex.m4.
22802         (jm_PREREQ_STRNLEN): Remove, obsoleted by strnlen.m4.
22803         (jm_PREREQ_TEMPNAME): Remove, obsoleted by mkstemp.m4.
22804         (jm_PREREQ_XGETCWD): Remove, obsoleted by xgetcwd.m4.
22805         (jm_PREREQ_XREADLINK): Remove, obsoleted by xreadlink.m4.
22806         * m4/readdir.m4 (jm_FUNC_READDIR): Use onceonly macros.
22807
22808 2002-12-24  Bruno Haible  <bruno@clisp.org>
22809
22810         * MODULES.txt: Update according to m4/ changes.
22811
22812         Module gettext.
22813         * config.rpath: New file, from gettext-0.11.5.
22814
22815         * modules/*: New module descriptions.
22816         * gnulib-tool: New file.
22817         * MODULES.html.sh: New file.
22818
22819 2002-12-21  Karl Berry  <karl@gnu.org>
22820
22821         * doc/fdl.texi: update to version 1.2.
22822
22823 2002-12-19  Karl Berry  <karl@gnu.org>
22824
22825         * config/config.guess: update from prep.
22826
22827 2002-12-18  Bruno Haible  <bruno@clisp.org>
22828
22829         * m4/strftime.m4 (_jm_STRFTIME_PREREQS): Don't test for localtime_r.
22830         * m4/jm-mktime.m4 (jm_FUNC_MKTIME): Likewise.
22831
22832 2002-12-17  Bruno Haible  <bruno@clisp.org>
22833
22834         * m4/mbswidth.m4 (jm_PREREQ_MBSWIDTH): Remove checks for limits.h,
22835         stdlib.h, string.h.
22836
22837 2002-12-17  Bruno Haible  <bruno@clisp.org>
22838
22839         * lib/canon-host.c (strdup): Remove unused declaration.
22840
22841         * lib/fsusage.c: Include full_read.h.
22842         (get_fs_usage): Use full_read instead of safe_read.
22843
22844         * lib/utime.c (utime_null): Use SAFE_READ_ERROR.
22845
22846 2002-12-12  Karl Berry  <karl@gnu.org>
22847
22848         * config/config.guess: update from prep.
22849
22850 2002-12-11  Bruno Haible  <bruno@clisp.org>
22851
22852         * m4/setenv.m4: New file, from gettext-0.11.5.
22853
22854 2002-12-11  Bruno Haible  <bruno@clisp.org>
22855
22856         * lib/setenv.h: Rewritten to cope with systems that have setenv() but
22857         not unsetenv().
22858         * lib/setenv.c, unsetenv.c: Taken from glibc-2.2.4 with the following
22859         modifications:
22860
22861         2002-12-11  Bruno Haible  <bruno@clisp.org>
22862
22863                 * setenv.c (alloca): Fall back to malloc.
22864                 (freea): New macro.
22865                 (setenv): Use freea() to free memory allocated with alloca().
22866
22867         2002-11-13  Bruno Haible  <bruno@clisp.org>
22868
22869                 * setenv.c (compar_fn_t, __add_to_environ, setenv): Use ANSI C
22870                 function declarations.
22871                 * unsetenv.c (unsetenv): Likewise.
22872
22873         2002-03-04  Bruno Haible  <bruno@clisp.org>
22874
22875                 Portability to AIX 4.3.3.
22876                 * unsetenv.c: New file, extracted from setenv.c.
22877                 * setenv.c: Move the unsetenv() function to unsetenv.c.
22878
22879         2001-12-20  Bruno Haible  <bruno@clisp.org>
22880
22881                 * setenv.c (__add_to_environ): Don't call realloc(NULL,...),
22882                 use malloc instead. For SunOS 4.
22883
22884         2001-12-11  Bruno Haible  <bruno@clisp.org>
22885
22886                 * setenv.c: Declare alloca.
22887                 (compar_fn_t): New typedef.
22888                 (KNOWN_VALUE, STORE_VALUE): Use it.
22889
22890         * lib/Makefile.am (libfetish_a_SOURCES): Add setenv.c, unsetenv.c,
22891         setenv.h.
22892
22893 2002-12-10  Paul Eggert  <eggert@twinsun.com>
22894
22895         Port exclude.c and exclude.h to more non-GNU systems, e.g. Solaris 7.
22896         * lib/exclude.h (EXCLUDE_ANCHORED, EXCLUDE_INCLUDE, EXCLUDE_WILDCARDS):
22897         Choose values that are less likely to collide with system fnmatch
22898         options.
22899         * lib/exclude.c (FNM_CASEFOLD, FNM_LEADING_DIR): Define to 0 if not
22900         defined (e.g., a pure POSIX system).
22901         (EXCLUDE_macros_do_not_collide_with_FNM_macros): Use FNM_PATHNAME
22902         instead of FNM_FILE_NAME, for compatibility with pure POSIX sytems.
22903
22904 2002-12-06  Paul Eggert  <eggert@twinsun.com>
22905
22906         Undo the 2001-07-02 change for jm-glibc-io, as it was too much of
22907         a pain in practice to deal with generated m4 files.  This change
22908         goes together with the 2002-12-04 unlocked-io.h change in ../lib.
22909
22910         * m4/Makefile.am.in (Makefile.am): Don't mention jm-glibc-io.m4n
22911         and jm-glibc-io.m4, as they are no longer a special case.
22912         * m4/jm-glibc-io.m4: Rename from jm-glibc-io.m4n, and remove the
22913         kludge and the auto-generation stuff.  Check only whether the
22914         functions are declared, not whether they exist, since older hosts
22915         that don't declare the functions can't use the optimization anyway.
22916
22917 2002-12-06  Jim Meyering  <jim@meyering.net>
22918
22919         * lib/error.c: Be consistent: change `#ifndef _LIBC' to `#if !_LIBC'.
22920
22921         Merge in changes from libc's misc/error.c, in preparation
22922         for the merge of gnulib's changes back into libc.
22923
22924         * lib/error.c (_): Define only if not already defined.
22925         Move definition to follow all #include directives.
22926         Include unlocked-io.h only if !_LIBC.
22927         [_LIBC]: Include <libio/libioP.h>.
22928         [USE_IN_LIBIO]: Include <libio/iolibio.h>
22929         (fflush): Tweak definition to use INTUSE.
22930         (putc): Define.
22931
22932 2002-12-05  Paul Eggert  <eggert@twinsun.com>
22933
22934         * lib/alloca.c [defined emacs]: Include "lisp.h".
22935         (xalloc_die) [defined emacs]: New macro.
22936         (free) [defined emacs && defined EMACS_FREE]: Define to EMACS_FREE.
22937         [! defined emacs]: Include <xalloc.h>.
22938         (POINTER_TYPE) [!defined POINTER_TYPE]: New macro.
22939         (pointer): Typedef to POINTER_TYPE *.
22940         (malloc): Remove decl; we now always use xmalloc.
22941         (alloca): Use old-style definition, since Emacs needs this.
22942         Check for arithmetic overflow when computing combined size.
22943
22944 2002-12-04  Paul Eggert  <eggert@twinsun.com>
22945
22946         Do not generate unlocked-io.h automatically, since it's easier to
22947         maintain it by hand.
22948
22949         * lib/unlocked-io.h: New file, from GNU diffutils,
22950         but with proper copyright notice and attribution.
22951         * lib/gen-uio: Remove.
22952         * lib/Makefile.am: Add copyright notice.
22953         (libfetish_a_SOURCES): Add unlocked-io.h.
22954         (BUILT_SOURCES, all-local): Remove unlocked-io.h.
22955         (DISTCLEANFILES, io_functions): Remove macros.
22956         (EXTRA_DIST): Remove gen_uio.
22957         (unlocked-io.h): Remove rule.
22958
22959 2002-12-04  Jim Meyering  <jim@meyering.net>
22960
22961         Reflect the fact that stat.c and lstat.c are no longer generated.
22962         * lib/Makefile.am (BUILT_SOURCES): Remove stat.c and lstat.c.
22963         (DISTCLEANFILES): Likewise.
22964         (EXTRA_DIST): Likewise.
22965         (all_local): Don't depend on stat.c or lstat.c.
22966         (stat.c, lstat.c): Remove rules.
22967         (EXTRA_DIST): Remove xstat.in.
22968
22969         * lib/xstat.in: Remove file.  Contents moved into stat.c.
22970         * lib/stat.c: New file.  Contents mostly from xstat.in.
22971         * lib/stat.c: Rework so that it may serve to define rpl_lstat, too.
22972         * lib/lstat.c: New file. Simply #define LSTAT and include stat.c.
22973
22974         * lib/safe-read.c: Rework so that it may serve to define safe_write,
22975         too.
22976         * lib/safe-write.c: Simply #define SAFE_WRITE and include safe-read.c.
22977
22978 2002-12-03  Jim Meyering  <jim@meyering.net>
22979
22980         * lib/safe-read.c, safe-write.c: Change variable names and comments,
22981         but not semantics, to minimize the differences between these two files.
22982         (safe_read): Change comment to mention SAFE_READ_ERROR.
22983
22984         * lib/safe-read.c (IS_EINTR): Define.
22985         (safe_read): Use IS_EINTR in place of in-function cpp directives.
22986
22987 2002-12-02  Jim Meyering  <jim@meyering.net>
22988
22989         * lib/safe-read.c (EINTR): Define.
22990         (CHAR_BIT, TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM): Define.
22991         (INT_MAX): Provide fallback.
22992         (safe_read): Rewrite to iterate IFF the read fails with EINTR.
22993
22994         * lib/safe-read.h (SAFE_READ_ERROR): Define.
22995
22996 2002-12-02  Bruno Haible  <bruno@clisp.org>
22997
22998         * lib/safe-write.c (CHAR_BIT, TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM):
22999         Define, taken from safe-read.c.
23000         (INT_MAX): Provide fallback.
23001         (safe_write): Rewrite to iterate IFF the write fails with EINTR.
23002         * lib/safe-write.h (SAFE_WRITE_ERROR): Define.
23003
23004         * lib/safe-read.c (EINTR): Remove definition.
23005         (safe_read): Don't use EINTR if it is absent.
23006
23007 2002-12-01  Jim Meyering  <jim@meyering.net>
23008
23009         * lib/safe-read.c: (safe_read): Also exit the loop when read returns
23010         zero.
23011         (CHAR_BIT, TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM, INT_MAX): Define.
23012
23013 2002-11-27  Paul Eggert  <eggert@twinsun.com>
23014
23015         * lib/hash.c (hash_lookup, hash_get_first, hash_get_next,
23016         hash_find_entry, hash_rehash): Replace `if (limit <= value) abort ();'
23017         with `if (! (value < limit)) abort ();', for readability.
23018
23019 2002-11-26  Karl Berry  <karl@gnu.org>
23020
23021         * lib/strdup.c: copy from libc again, with jim's ok.
23022         * lib/.cppi-disable: re-add strdup.c
23023
23024 2002-11-25  Karl Berry  <karl@gnu.org>
23025
23026         * lib/strtoll.c: copy from libc, meaning we now #include <strtol.c>
23027         instead of "strtol.c".
23028
23029 2002-11-25  Karl Berry  <karl@gnu.org>
23030
23031         * config/install-sh: update from automake for variable quoting, $0 in
23032         error msgs, etc.
23033
23034         * config/srclist.txt ($LIBCSRC/time/mktime.c lib gpl): new entry.
23035         * config/srclist.txt ($LIBCSRC/sysdeps/generic/strtoll.c lib gpl): new
23036         entry.
23037
23038 2002-11-25  Jim Meyering  <jim@meyering.net>
23039
23040         * lib/mktime.c: Sync from libc, now that it has the latest fix.
23041
23042 2002-11-24  Karl Berry  <karl@gnu.org>
23043
23044         * lib/error.c, getopt.c, getopt.h, getopt1.c, obstack.c, regex.c,
23045         regex.h, strdup.c, strtoll.c, tempname.c: change license to gpl.
23046
23047 2002-11-24  Jim Meyering  <jim@meyering.net>
23048
23049         Update from coreutils:
23050
23051         * lib/mktime.c: Merge in changes from libc.
23052
23053         Avoid a link-time failure on some Linux systems.
23054         * lib/mktime.c (STATIC): Define to be empty (_LIBC) or `static'
23055         (otherwise).
23056         (__mon_yday): Declare with the STATIC attribute.
23057         (__mktime_internal): Likewise.
23058         Based on a report from Greg Schafer.
23059
23060 2002-11-23  Jim Meyering  <jim@meyering.net>
23061
23062         * lib/sig2str.c (str2signum, sig2str): Avoid a warning from gcc:
23063         Use `unsigned', not `int', as type of index.
23064
23065         * lib/xstat.in [@BEGIN_LSTAT_ONLY@]: Include <string.h>.
23066
23067         * lib/fsusage.c: Remove unneeded parentheses around operands of
23068         `defined'.
23069
23070 2002-11-22  Paul Eggert  <eggert@twinsun.com>
23071
23072         * lib/quotearg.h: Allow multiple inclusion by surrounding with
23073         "#ifndef QUOTEARG_H_".  Include <stddef.h>, for size_t,
23074         so that we can be included first.
23075         (PARAMS): Remove; we now assume C89 or later.  All uses removed.
23076         * lib/quotearg.c: Include quotearg.h immediately after config.h.
23077         No need to include stddef.h or sys/types.h any more.
23078         Surround local include files with "", not "<>".
23079         Assume HAVE_LIMITS_H unconditionally, as we assume C89.
23080         Similarly, assume HAVE_C_BACKSLASH_A, CHAR_BIT, UCHAR_MAX, UINT_MAX,
23081         HAVE_STDLIB_H, HAVE_STRING_H, STDC_HEADERS.
23082         (HAVE_MBSINIT): Undef if !HAVE_MBRTOWC.
23083         (mbsinit): Define to 1 if !defined mbsinit && !HAVE_MBSINIT.
23084         (ISPRINT): Remove; no longer needed now that we assume C89.
23085
23086         (clone_quoting_options, quotearg_buffer, quotearg_n_options):
23087         Preserve errno.
23088
23089         (quotearg_buffer_restyled, quotearg_n, quotearg_n_style,
23090         quotearg_char): Use SIZE_MAX rather than
23091         (size_t) -1 when we are talking about "infinity".
23092
23093         (quotearg_buffer_restyled): Fix bug when quoting trigraphs.
23094
23095 2002-11-22  Paul Eggert  <eggert@twinsun.com>
23096
23097         * lib/hash.c: Avoid use of <assert.h>, as the GNU Coding Standards
23098         hint that one should use `if (! x) abort ();' rather than `assert
23099         (x);', and anyway it's one less thing to worry about configuring.
23100         (hash_lookup, hash_get_first, hash_get_next, hash_find_entry,
23101         hash_rehash, hash_insert): Use abort rather than assert.
23102
23103 2002-11-22  Bruno Haible  <bruno@clisp.org>
23104
23105         * lib/safe-read.h: Assume C89. Add comments.
23106         (safe_read): Change return type to size_t.
23107         * lib/safe-read.c (safe_read): Change return type to size_t. Handle
23108         byte counts > SSIZE_MAX correctly.
23109         * lib/safe-write.h: New file.
23110         * lib/safe-write.c: New file.
23111         * lib/full-read.h: New file.
23112         * lib/full-read.c: New file.
23113         * lib/full-write.h: Assume C89. Add comments.
23114         * lib/full-write.c: Include safe-write.h.
23115         (full_write): Rewritten to use safe_write.
23116         Suggested by Jim Meyering and Paul Eggert.
23117
23118 2002-11-21  Jim Meyering  <jim@meyering.net>
23119
23120         * lib/strdup.c (strdup): Tweak comment and initial #if/#include.
23121
23122         Merge in changes from the coreutils.
23123
23124         2002-09-25  Paul Eggert  <eggert@twinsun.com>
23125         * lib/fsusage.c [! HAVE_INTTYPES_H && HAVE_STDINT_H] Include
23126         <stdint.h>.
23127         (UINTMAX_MAX) [!defined UINTMAX_MAX]: New macro.
23128         (PROPAGATE_ALL_ONES): Work even if X is unsigned and narrower than
23129         int.  Work more efficiently if X is the same width as uintmax_t.
23130         Do not compare X to -1, to avoid bogus compiler warning.
23131         (get_fs_usage): (uintmax_t) -1 -> UINTMAX_MAX to avoid a cast.
23132         Don't assume that f_frsize and f_bsize are the same type.
23133
23134         * lib/mountlist.c: #undef MNT_IGNORE before defining it, to avoid
23135         warning on FreeBSD.
23136
23137         * lib/makepath.c (make_path): Restore umask *before* creating the final
23138         component.
23139         (make_path): Minor reformatting.
23140
23141         * lib/xmalloc.c: Adjust to work with new autoconf macros,
23142         AC_FUNC_MALLOC and AC_FUNC_REALLOC: test #ifndef
23143         HAVE_MALLOC/HAVE_REALLOC.
23144
23145         * lib/mountlist.h (ME_DUMMY): Don't count entries of type `auto' as
23146         dummy ones.  At least on GNU/Linux systems, `auto' means something
23147         else.
23148         From Michael Stone.
23149
23150 2002-11-21  Bruno Haible  <bruno@clisp.org>
23151
23152         Remove case insensitive option matching.
23153         * lib/argmatch.h (argcasematch): Remove declaration.
23154         (ARGCASEMATCH): Remove macro.
23155         (__xargmatch_internal): Remove case_sensitive argument.
23156         (XARGMATCH): Update.
23157         (XARGCASEMATCH): Remove macro.
23158         * lib/argmatch.c (argmatch): Renamed from __argmatch_internal. Remove
23159         case_sensitive argument.
23160         (argcasematch): Remove function.
23161         (__xargmatch_internal): Remove case_sensitive argument.
23162         (main): Use XARGMATCH instead of XARGCASEMATCH.
23163
23164         * lib/xmalloc.c: Change compile-time error message. Add comment about
23165         required autoconf version.
23166
23167 2002-11-20  Paul Eggert  <eggert@twinsun.com>
23168
23169         Merge argmatch cleanups from Bison.  Assume C89.
23170
23171         * lib/argmatch.c: Include config.h here, not in argmatch.h.
23172         Include stdlib.h, for EXIT_FAILURE.
23173         Always include <string.h>, since we assume C89.
23174         (EXIT_FAILURE): Remove pre-C89 bug workaround.
23175         * lib/argmatch.h: Do not include <config.h> or <sys/types.h>.
23176         Include <stddef.h> instead, since it's all we need for size_t.
23177         (PARAMS): Remove.  All uses removed.
23178         (ARRAY_CARDINALITY): Do not bother to #undef.
23179         (ARRAY_CARDINALITY, ARGMATCH, ARGCASEMATCH, invalid_arg,
23180         ARGMATCH_VALID, XARGMATCH, XARGCASEMATCH):
23181         Remove unnecessary parentheses.
23182         (ARGMATCH_VALID, XARGMATCH, XARGCASEMATCH):
23183         Insert necessary parentheses.
23184         (ARGMATCH_CONSTRAINT, ARGMATCH_VERIFY): New macros.
23185         (ARGMATCH_ASSERT): Use ARGMATCH_CONSTRAINT.
23186
23187 2002-11-19  Bruno Haible  <bruno@clisp.org>
23188
23189         * lib/mbswidth.c: Include mbswidth.h right at the beginning.
23190         * lib/mbswidth.h: Include <stddef.h>, for size_t.
23191
23192         * lib/mbswidth.h (PARAMS): Remove macro.
23193         (mbswidth, mbsnwidth): Use ANSI C function declarations.
23194         * lib/mbswidth.c (mbswidth, mbsnwidth): Likewise.
23195
23196         * lib/gcd.h (PARAMS): Remove macro.
23197         (gcd): Use ANSI C function declarations.
23198         * lib/gcd.c (gcd): Likewise.
23199
23200 2002-11-15  Bruno Haible  <bruno@clisp.org>
23201
23202         * lib/strcspn.c: Include <stddef.h>.
23203         (strcspn): Use ANSI C function declaration. Change return type to
23204         size_t. Use NULL.
23205         * lib/strpbrk.c: Minimize diffs to glibc. Include <stddef.h>.
23206         (strpbrk): Use NULL.
23207         * lib/strpbrk.h (PARAMS): Remove macro.
23208         (strpbrk): Use ANSI C function declaration.
23209         * lib/strstr.c: Don't include <sys/types.h>.
23210         * lib/strstr.h (PARAMS): Remove macro.
23211         (strstr): Use ANSI C function declarations.
23212
23213 2002-11-14  Karl Berry  <karl@gnu.org>
23214
23215         * config/mkinstalldirs: `do' on separate line, instead of
23216         `for var; do'.
23217
23218 2002-11-06  Bruno Haible  <bruno@clisp.org>
23219
23220         * lib/gcd.h (gcd): Change argument type to 'unsigned long'.
23221         * lib/gcd.c (gcd): Likewise.
23222
23223 2002-11-05  Bruno Haible  <bruno@clisp.org>
23224
23225         * lib/gcd.h: New file, from gettext-0.11.5.
23226         * lib/gcd.c: New file, from gettext-0.11.5.
23227
23228 2002-11-05  Bruno Haible  <bruno@clisp.org>
23229
23230         * lib/error.c [!_LIBC]: Include gettext.h instead of <libintl.h>.
23231         * lib/getopt.c [!_LIBC]: Include gettext.h instead of <libintl.h>.
23232         * lib/obstack.c [!_LIBC]: Include gettext.h instead of <libintl.h>.
23233         * lib/regex.c [!_LIBC]: Include gettext.h instead of <libintl.h>.
23234
23235         * lib/argmatch.c: Include gettext.h instead of <locale.h> and
23236         <libintl.h>.
23237         * lib/makepath.c: Include gettext.h instead of <locale.h> and
23238         <libintl.h>.
23239
23240         * lib/closeout.c: Include gettext.h instead of <libintl.h>.
23241         * lib/human.c: Include gettext.h instead of <libintl.h>.
23242         * lib/quotearg.c: Include gettext.h instead of <libintl.h>.
23243         * lib/rpmatch.c: Include gettext.h instead of <libintl.h>.
23244         * lib/unicodeio.c: Include gettext.h instead of <libintl.h>.
23245         * lib/userspec.c: Include gettext.h instead of <libintl.h>.
23246         * lib/version-etc.c: Include gettext.h instead of <libintl.h>.
23247         * lib/xmalloc.c: Include gettext.h instead of <libintl.h>.
23248         (textdomain): Remove definition.
23249         * lib/xmemcoll.c: Include gettext.h instead of <libintl.h>.
23250
23251         * lib/long-options.c: Remove include of <libintl.h> and definition of
23252         _.
23253         * lib/same.c: Remove include of <libintl.h> and definition of _.
23254
23255 2002-11-04  Owen Taylor  <otaylor@redhat.com>
23256
23257         * lib/config.charset: A few additions for Solaris.
23258
23259 2002-11-04  Bruno Haible  <haible@clisp.cons.org>
23260
23261         Make it possible to build libcharset with CC=gcc CFLAGS="-x c++".
23262         * lib/localcharset.c (locale_charset): Declare as extern "C".
23263
23264 2002-11-04  Bruno Haible  <haible@clisp.cons.org>
23265
23266         * lib/config.charset: msdos in uk_UA uses CP1125.
23267
23268 2002-11-04  Bruno Haible  <bruno@clisp.org>
23269
23270         * lib/stpcpy.h: New file, from GNU gettext-0.11.5.
23271         * lib/strcase.h: New file, from GNU gettext-0.11.5.
23272         * lib/strpbrk.h: New file, from GNU gettext-0.11.5.
23273         * lib/strstr.h: New file, from GNU gettext-0.11.5.
23274         * lib/xgetcwd.h: New file, from GNU gettext-0.11.5.
23275
23276 2002-11-04  Bruno Haible  <bruno@clisp.org>
23277
23278         * lib/localcharset.c (locale_charset): Don't return an empty string.
23279
23280 2002-11-04  Bruno Haible  <bruno@clisp.org>
23281
23282         * lib/localcharset.c (get_charset_aliases): Add more Windows specific
23283         aliases.
23284
23285 2002-11-04  Bruno Haible  <bruno@clisp.org>
23286
23287         * lib/config.charset: Update for newest glibc. Add canonical names
23288         ISO-8859-14, KOI8-T, TCVN5712-1, GEORGIAN-PS.
23289
23290 2002-11-04  Bruno Haible  <bruno@clisp.org>
23291
23292         * lib/config.charset: Add support for NetBSD.
23293
23294 2002-11-04  Bruno Haible  <bruno@clisp.org>
23295
23296         * lib/config.charset [msdosdjgpp]: For Russian, use CP866.
23297
23298 2002-11-01  Bruno Haible  <bruno@clisp.org>
23299
23300         * configure.in: Add AC_CONFIG_AUX_DIR call.
23301         (AC_OUTPUT): Add m4/Makefile, lib/Makefile. Remove doc/Makefile,
23302         test/Makefile.
23303         * Makefile.in (subdirs): Add m4, lib. Remove doc, test.
23304
23305 2002-09-28  Karl Berry  <karl@gnu.org>
23306
23307         * config/srclist.txt: can't copy install-sh/mkinstalldirs from
23308         installed automake until the next release, since changes have been
23309         made.
23310
23311 2002-09-25  Karl Berry  <karl@gnu.org>
23312
23313         * lib/strdup.c: copy from libc/string (via ../config/srclist*).
23314         * lib/getopt*: copy from libc/posix.
23315         * lib/gettext.h: copy from gettext.
23316         * lib/.cppi-disable: add strdup.c, gettext.h.
23317
23318 2002-09-25  Karl Berry  <karl@gnu.org>
23319
23320         * config/srclist.txt: enable gettext.h check.
23321         * config/config.{guess,sub}: update from prep.
23322         * config/depcomp, install-sh, mdate-sh, missing, mkinstalldirs: update
23323                 from automake 1.6.3.
23324         See srclist*.
23325
23326 2002-08-23  Stefan Monnier  <monnier@cs.yale.edu>
23327
23328         * regex.c (PATFETCH): Remove the translating fetch.
23329         (PATFETCH_RAW): Rename to PATFETCH.
23330         (set_image_of_range): New fun.
23331         (SET_RANGE_TABLE_WORK_AREA): Use it.
23332         (regex_compile): Don't translate the pattern chars so eagerly.
23333         Only do it when inserting an `exactn' bytecode or when handling
23334         a char-range.
23335         (mutually_exclusive_p): Avoid empty statement.
23336
23337 2002-07-06  Jim Meyering  <meyering@lucent.com>
23338
23339         * m4/README: Don't mention Makefile.am.in.
23340         Outline how I've tested changes to .m4 files.  Yep, it's a pain.
23341
23342 2002-07-01  Jim Meyering  <meyering@lucent.com>
23343
23344         * lib/c-stack.c: Include sys/time.h.
23345         From Volker Borchert.
23346
23347 2002-06-26  Paul Eggert  <eggert@twinsun.com>
23348
23349         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Check for btowc.
23350
23351 2002-06-26  Paul Eggert  <eggert@twinsun.com>
23352
23353         * lib/fnmatch.c, fnmatch_loop.c (WIDE_CHAR_SUPPORT):
23354         New macro.  Use it uniformly instead of
23355         (defined HAVE_WCTYPE_H && defined HAVE_WCHAR_H).
23356         It also uses HAVE_BTOWC, to fix a porting bug on Solaris 2.5.1
23357         reported by Vin Shelton.
23358
23359 2002-06-22  Paul Eggert  <eggert@twinsun.com>
23360
23361         * lib/c-stack.h (segv_handler, c_stack_action) [! defined SA_SIGINFO]:
23362         Do not assume SA_SIGINFO behavior.
23363         Bug reported by Jim Meyering on NetBSD 1.5.2.
23364
23365 2002-06-22  Jim Meyering  <meyering@lucent.com>
23366
23367         * m4/c-stack.m4: New file, from diffutils-2.8.2.
23368         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_C_STACK.
23369
23370         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Don't require AC__GNU_SOURCE,
23371         now that configure.ac uses AC_GNU_SOURCE.
23372         (jm_MACROS): Rename: jm_FUNC_FNMATCH to AC_FUNC_FNMATCH_GNU.
23373         * m4/prereq.m4 (jm_PREREQ_EXCLUDE): Likewise, wrt jm_FUNC_FNMATCH.
23374
23375         Update to latest tools.  Suggestions from Paul Eggert.
23376         * m4/stdbool.m4: New file, from diffutils-2.8.2.
23377         * m4/gnu-source.m4: Update from diffutils-2.8.2.
23378         * m4/fnmatch.m4: Likewise.
23379         * m4/prereq.m4: Change each use of AC_CHECK_HEADERS(stdbool.h)
23380         to AC_HEADER_STDBOOL
23381
23382 2002-06-22  Jim Meyering  <meyering@lucent.com>
23383
23384         * lib/fnmatch.c (ISASCII, ISPRINT): Undefine, to avoid warning about
23385         redefinition due to Solaris 2.6's definition in /usr/include/sys/euc.h.
23386
23387 2002-06-22  Jim Meyering  <meyering@lucent.com>
23388
23389         * lib/c-stack.c, lib/c-stack.h: New files, from diffutils-2.8.2.
23390
23391         * lib/exitfail.c, exitfail.h: Likewise.
23392         * lib/Makefile.am (libfetish_a_SOURCES): Add exitfail.c and exitfail.h.
23393
23394         * lib/Makefile.am (libfetish_a_SOURCES): Add fnmatch_.h in place
23395         of fnmatch.h.
23396         (EXTRA_DIST): Add fnmatch_loop.c.
23397         (libfetish_a_SOURCES): Add c-stack.c and c-stack.h.
23398
23399         * lib/fnmatch_loop.c: New file, from diffutils-2.8.2.
23400         * lib/fnmatch.c: Update from diffutils-2.8.2.
23401         * lib/fnmatch_.h: New file.  From diffutils-2.8.2.
23402         * lib/fnmatch.h: Remove file.
23403
23404 2002-06-21  Jim Meyering  <meyering@lucent.com>
23405
23406         * m4/c-bs-a.m4: Add comment, from diffutils-2.8.2.
23407         * m4/mbrtowc.m4: Likewise.
23408
23409         * m4/mbstate_t.m4: Update from diffutils-2.8.2.
23410         * m4/mbswidth.m4: Reflect name change:
23411         s/AC_MBSTATE_T/AC_TYPE_MBSTATE_T.
23412         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Likewise.
23413
23414         * m4/lib-link.m4: Update from gettext-0.11.2.
23415         * m4/gettext.m4: Likewise.
23416
23417         * m4/jm-macros.m4 (jm_CHECK_ALL_HEADERS): Check for hurd.h.
23418         From Alfred M. Szmidt.
23419
23420 2002-06-18  Paul Eggert  <eggert@twinsun.com>
23421
23422         * lib/file-type.h: Report an error if neither S_ISREG nor
23423         S_IFREG is defined, instead of using a test specific to glibc
23424         2.2.  This should be safe, since POSIX requires S_ISREG and
23425         Unix Version 7 had S_IFREG.  We don't need to check for
23426         <sys/types.h> since we don't use any symbols that it defines.
23427
23428 2002-06-15  Richard Dawe  <richdawe@bigfoot.com>
23429
23430         * lib/Makefile.am (lstat.c, stat.c, .sin.sed): Use t-$@, rather than
23431         $@-t, so that each temporary file name is unique and valid in the first
23432         8 characters, for operation under DOS.
23433
23434 2002-06-15  Paul Eggert  <eggert@twinsun.com>
23435
23436         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Check for st_author.
23437
23438 2002-06-15  Jim Meyering  <meyering@lucent.com>
23439
23440         Work even with DJGPP 2.03, which lacks support for symlinks.
23441         From Richard Dawe.
23442         * lib/xstat.in (S_ISLNK): Define to 0 if neither S_ISLNK nor S_IFLNK
23443         is defined.
23444         * lib/lchown.c (S_ISLNK): Likewise.
23445
23446 2002-06-15  Jim Meyering  <meyering@lucent.com>
23447
23448         * lib/file-type.h (FILE_TYPE_H): Guard entire contents with #ifndef.
23449         For GNU libc 2.2 and newer, ensure that <sys/types.h> and <sys/stat.h>
23450         have been included before this file.
23451
23452 2002-06-14  Jim Meyering  <meyering@lucent.com>
23453
23454         * lib/file-type.h: Use the version from diffutils-2.8.2.
23455         * lib/file-type.c: Likewise.
23456
23457 2002-06-07  Jim Meyering  <meyering@lucent.com>
23458
23459         * m4/prereq.m4 (jm_PREREQ_STAT): Check for sys/param.h and sys/mount.h.
23460         They're needed at least for NetBSD 1.5.2.
23461         ($statxfs_includes): Include those same headers.
23462         ($statxfs_includes): Include sys/vfs.h if available.
23463         ($statxfs_includes): Likewise for sys/statvfs.h.
23464         Check for the following members in both structs statfs and statvfs:
23465         f_basetype, f_type, f_fsid.__val, f_namemax, f_namelen.
23466
23467 2002-06-01  Jim Meyering  <meyering@lucent.com>
23468
23469         * m4/d-type.m4 (jm_CHECK_TYPE_STRUCT_DIRENT_D_TYPE): Rename macro:
23470         s/D_TYPE_IN_DIRENT/HAVE_STRUCT_DIRENT_D_TYPE/.
23471
23472 2002-05-28  Jim Meyering  <meyering@lucent.com>
23473
23474         * m4/readdir.m4 (jm_FUNC_READDIR): Undefine `mkdir', not `rmdir'.
23475         Reported by Volker Borchert.
23476
23477 2002-05-27  Jim Meyering  <meyering@lucent.com>
23478
23479         Fix a problem seen only on nonconforming systems whereby ls.c's
23480         use of localtime, and then of gettimeofday would cause trouble:
23481         the localtime call used to initialize rpl_gettimeofday's save
23482         mechanism would clobber ls's current local time information so
23483         that in any long listing the first file would always be listed
23484         with date 1970-01-01.  Analysis by Volker Borchert.
23485
23486         * lib/gettimeofday.c (localtime): Undefine.
23487         (rpl_localtime): New function.
23488
23489 2002-05-27  Jim Meyering  <meyering@lucent.com>
23490
23491         * m4/gettimeofday.m4 (AC_FUNC_GETTIMEOFDAY_CLOBBER): Also replace
23492         localtime.
23493
23494         * m4/readdir.m4 (jm_FUNC_READDIR): Undefine `rmdir' so we don't try to
23495         use the replacement function; it wouldn't resolve at link time.
23496         Reported by Volker Borchert.
23497
23498 2002-05-22  Jim Meyering  <meyering@lucent.com>
23499
23500         * lib/Makefile.am (libfetish_a_SOURCES): Add file-type.c and
23501         file-type.h.
23502         * lib/file-type.h: New file.
23503         * lib/file-type.c (file_type): New file/function.  Extracted from
23504         diffutils.
23505
23506 2002-04-30  Jim Meyering  <meyering@lucent.com>
23507
23508         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_STAT.
23509
23510 2002-04-29  Paul Eggert  <eggert@twinsun.com>
23511
23512         * m4/prereq.m4 (jm_PREREQ_SIG2STR): Remove; all callers changed.
23513
23514 2002-04-29  Paul Eggert  <eggert@twinsun.com>
23515
23516         * m4/prereq.m4 (jm_PREREQ_HARD_LOCALE): Check for stdlib.h.
23517         Do not check for alloca.h (no longer used) or stdbool.h (was never
23518         used?).  Add AM_C_PROTOTYPES since hard-locale.h uses it.
23519
23520 2002-04-29  Paul Eggert  <eggert@twinsun.com>
23521
23522         * lib/hard-locale.c: Upgrade to version used in GNU Diffutils 2.8.1.
23523
23524 2002-04-29  Jim Meyering  <meyering@lucent.com>
23525
23526         * m4/jm-macros.m4 (jm_MACROS): Remove use of AC_FUNC_STRNLEN.
23527         * m4/prereq.m4: Add jm_PREREQ_STRNLEN.
23528         Use AC_FUNC_STRNLEN here instead.
23529
23530         * m4/jm-macros.m4: Don't AC_REQUIRE([AC_PROG_CC_STDC]).
23531         With autoconf-2.53a, it's part of AC_PROG_CC.
23532
23533 2002-04-28  Paul Eggert  <eggert@twinsun.com>
23534
23535         * m4/jm-macros.m4 (jm_MACROS): Add AC_REPLACE_FUNCS(sig2str).
23536         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_SIG2STR.
23537
23538 2002-04-28  Paul Eggert  <eggert@twinsun.com>
23539
23540         * lib/sig2str.h, lib/sig2str.c: New files.
23541         * lib/Makefile.am (libfetish_a_SOURCES): Add sig2str.h.
23542
23543 2002-04-28  Paul Eggert  <eggert@twinsun.com>
23544
23545         * lib/sig2str.h (SIGNUM_BOUND): Do not use WTERMSIG, to avoid
23546         depending on <sys/wait.h> and WTERMSIG.  Default to 64 instead
23547         of 127, since 64 is the largest conceivable number for ancient
23548         nonstandard hosts.
23549         * lib/sig2str.c: Do not include <sys/wait.h>; no longer needed.
23550
23551 2002-04-28  Jim Meyering  <meyering@lucent.com>
23552
23553         * lib/sig2str.c (WTERMSIG): Remove definition (unused).
23554
23555 2002-04-24  Jim Meyering  <meyering@lucent.com>
23556
23557         * m4/prereq.m4 (jm_PREREQ_HARD_LOCALE): New macro.
23558         (jm_PREREQ): Use it.
23559
23560         * m4/getloadavg.m4: Check for these headers: locale.h unistd.h
23561         mach/mach.h fcntl.h.
23562         Check for this function: setlocale.
23563
23564 2002-04-24  Jim Meyering  <meyering@lucent.com>
23565
23566         * lib/gettext.h: New file, from Gettext.
23567         * lib/Makefile.am (INCLUDES): Remove -I../intl.
23568         (libfetish_a_SOURCES): Add gettext.h.
23569
23570 2002-04-16  Jim Meyering  <meyering@lucent.com>
23571
23572         * m4/prereq.m4 (jm_PREREQ_READUTMP): Also check for these members:
23573         ut_pid, ut_id, ut_exit.
23574
23575 2002-04-16  Jim Meyering  <meyering@lucent.com>
23576
23577         * lib/readutmp.h (UT_TYPE): Remove definition (now in who.c).
23578         (HAVE_STRUCT_XTMP_UT_EXIT, HAVE_STRUCT_XTMP_UT_ID): Define.
23579         (HAVE_STRUCT_XTMP_UT_PID, HAVE_STRUCT_XTMP_UT_TYPE): Define.
23580
23581 2002-04-12  Jim Meyering  <meyering@lucent.com>
23582
23583         * m4/ls-mntd-fs.m4 (checking for getmntinfo function...): Remove
23584         now-bogus check for f_type in sys/mount.h.  Instead, just test for the
23585         existence of the getmntinfo function.  Needed for Darwin 5.3.
23586
23587         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Also detect when dirfd is a macro.
23588         This is necessary at least on Darwin 5.3.
23589
23590         * m4/jm-macros.m4: Don't AC_REPLACE(strnlen), now that we use
23591         AC_FUNC_STRNLEN.  Otherwise, we'd end up putting two copies of
23592         strnlen.o in the library, and that makes some versions of ranlib
23593         object.
23594
23595 2002-04-12  Jim Meyering  <meyering@lucent.com>
23596
23597         * lib/dirfd.h (dirfd): Elide prototype if dirfd is a macro.
23598
23599 2002-04-09  Jim Meyering  <meyering@lucent.com>
23600
23601         * m4/malloc.m4: (jm_FUNC_MALLOC): Change the `checking ...' message
23602         to be more precise.  Rather than saying we're checking whether the
23603         function `works', say what we're testing.
23604         * m4/realloc.m4 (jm_FUNC_REALLOC): Likewise.
23605         Reported by Bruno Haible.
23606
23607 2002-03-10  Jim Meyering  <meyering@lucent.com>
23608
23609         * lib/makepath.c (make_path): Remove a comma from a diagnostic.
23610         Suggestion from Santiago Vila.
23611
23612 2002-03-08  Jim Meyering  <meyering@lucent.com>
23613
23614         * lib/rename.c: Mention that this wrapper is needed also on
23615         mips-dec-ultrix4.4 systems.
23616
23617 2002-03-02  Jim Meyering  <meyering@lucent.com>
23618
23619         * lib/gettime.c (gettime): Test HAVE_CLOCK_GETTIME,
23620         not HAVE_CLOCK_SETTIME.
23621
23622 2002-02-27  Paul Eggert  <eggert@twinsun.com>
23623
23624         * m4/jm-macros.m4 (jm_MACROS): Do not replace stime; no longer used.
23625         Check for clock_settime.
23626
23627 2002-02-27  Paul Eggert  <eggert@twinsun.com>
23628
23629         * lib/nanosleep.h: Rename to....
23630         * lib/timespec.h: New name for nanosleep.h.  All uses changed.
23631
23632         * lib/gettime.c: New file.
23633         * lib/settime.c: New file.
23634         * lib/stime.c: Remove.
23635
23636         * lib/Makefile.am (libfetish_a_SOURCES): Add gettime.c, settime.c,
23637         timespec.h.  Remove nanosleep.h.
23638
23639 2002-02-25  Paul Eggert  <eggert@twinsun.com>
23640
23641         * m4/acl.m4: New file.
23642         * m4/jm-macros.m4 (jm_MACROS): Require AC_FUNC_ACL.
23643         Do not check for acl or sys/acl.h, as AC_FUNC_ACL does that now.
23644
23645 2002-02-25  Paul Eggert  <eggert@twinsun.com>
23646
23647         * lib/acl.c, lib/acl.h: New files.
23648         * lib/Makefile.am (libfetish_a_SOURCES): Add acl.h, acl.c.
23649
23650 2002-02-24  Jim Meyering  <meyering@lucent.com>
23651
23652         * lib/strnlen.c (strnlen): Define-away/undef so that an inconsistent
23653         prototype in string.h (on at least AIX4.3.2.0 w/gcc-2.95.3) doesn't
23654         cause trouble.  Reported by Nelson Beebe.
23655
23656 2002-02-23  Paul Eggert  <eggert@twinsun.com>
23657
23658         * lib/path-concat.c (xpath_concat): Reorder code to pacify
23659         compilers that don't know that xalloc_die never returns.
23660
23661 2002-02-20  Jim Meyering  <meyering@lucent.com>
23662
23663         * lib/getdate.c: Regenerate using bison-1.33.
23664
23665 2002-02-17  Jim Meyering  <meyering@lucent.com>
23666
23667         * config/config.guess (main): Don't use `head -1'; it's no longer
23668         portable. Use `sed 1q' instead.
23669
23670 2002-02-16  gettextize  <bug-gnu-gettext@gnu.org>
23671
23672         * m4/codeset.m4: Upgrade to gettext-0.11.
23673         * m4/gettext.m4: Upgrade to gettext-0.11.
23674         * m4/glibc21.m4: Upgrade to gettext-0.11.
23675         * m4/iconv.m4: Upgrade to gettext-0.11.
23676         * m4/isc-posix.m4: Upgrade to gettext-0.11.
23677         * m4/lcmessage.m4: Upgrade to gettext-0.11.
23678         * m4/lib-ld.m4: New file, from gettext-0.11.
23679         * m4/lib-link.m4: New file, from gettext-0.11.
23680         * m4/lib-prefix.m4: New file, from gettext-0.11.
23681         * m4/progtest.m4: Upgrade to gettext-0.11.
23682
23683 2002-02-15  Paul Eggert  <eggert@twinsun.com>
23684
23685         * m4/prereq.m4 (jm_PREREQ_POSIXVER): New macro.
23686         (jm_PREREQ): Use it.
23687
23688 2002-02-15  Paul Eggert  <eggert@twinsun.com>
23689
23690         * lib/posixver.c, lib/posixver.h: New files.
23691         * lib/Makefile.am (libfetish_a_SOURCES): Add them.
23692
23693 2002-02-02  Paul Eggert  <eggert@twinsun.com>
23694             Bruno Haible  <bruno@clisp.org>
23695
23696         * lib/unicodeio.h (print_unicode_char): Add exit_on_error argument.
23697         (fwrite_success_callback): New declaration.
23698         * lib/unicodeio.c (unicode_to_mb): New function, extracted from
23699         print_unicode_char. Call failure callback instead of error.
23700         (fwrite_success_callback): New function.
23701         (exit_failure_callback): New function.
23702         (fallback_failure_callback): New function.
23703         (print_unicode_char): Call unicode_to_mb.
23704
23705 2002-01-26  Jim Meyering  <meyering@lucent.com>
23706
23707         * m4/jm-macros.m4 (jm_MACROS): Require autoconf-2.52g.
23708         * m4/strnlen.m4: Remove file, now that it's part of autoconf.
23709
23710 2002-01-26  Jim Meyering  <meyering@lucent.com>
23711
23712         * lib/Makefile.am (getdate$U.o): Depend on unlocked-io.h.
23713
23714 2002-01-22  Paul Eggert  <eggert@twinsun.com>
23715
23716         * m4/jm-macros.m4 (jm_MACROS): Require AC_FUNC_FSEEKO.
23717
23718 2002-01-22  Jim Meyering  <meyering@lucent.com>
23719
23720         * lib/Makefile.am (Makefile): Don't depend on $(BUILT_SOURCES).
23721         Otherwise, some versions of automake would omit the rule that makes
23722         Makefile from Makefile.in.
23723
23724 2002-01-21  Paul Eggert  <eggert@twinsun.com>
23725
23726         * lib/xmemcoll.h, lib/xmemcoll.c: New files.
23727         * lib/Makefile.am (libfetish_a_SOURCES): Add them.
23728         * lib/memcoll.c: Include errno.h, and declare errno if not defined.
23729         (memcoll): Set errno to zero if there is no error.
23730
23731         * lib/quotearg.c (quotearg_buffer_restyled):
23732         Fix bug with quoting buffers containing NUL when backslashing escapes.
23733         This bug was exposed by the other changes in this patch.
23734         (quotearg_n_options): New arg ARGSIZE.
23735         All callers changed.
23736         (quoting_options_from_style): New function.
23737         (quotearg_n_style): Use it.
23738         (quotearg_n_style_mem): New function.
23739
23740         * lib/quotearg.h (quotearg_n_style_mem): New function.
23741
23742 2002-01-19  Jim Meyering  <meyering@lucent.com>
23743
23744         * m4/jm-macros.m4 (jm_MACROS): Use AC_FUNC_STRNLEN.
23745         Remove useless quotes: DF_PROG="df".
23746         * m4/strnlen.m4: New file.
23747
23748 2002-01-16  Paul Eggert  <eggert@twinsun.com>
23749
23750         * lib/backupfile.c (ISDIGIT): Comment fix.
23751         * lib/getdate.y (ISDIGIT): Likewise.
23752         * lib/posixtm.c (ISDIGIT, year): Likewise.
23753         * lib/strverscmp.c (ISDIGIT): Likewise.
23754         * lib/userspec.c (ISDIGIT): Likewise.
23755
23756 2002-01-16  Jim Meyering  <meyering@lucent.com>
23757
23758         * lib/getdate.y: Add three semicolons, each just before a closing
23759         brace. Bison (as of version 1.31) no longer papers over that mistake.
23760
23761 2002-01-05  Jim Meyering  <meyering@lucent.com>
23762
23763         * lib/version-etc.c (version_etc_copyright): Update copyright year.
23764
23765 2001-12-19  Paul Eggert  <eggert@twinsun.com>
23766
23767         * lib/closeout.c (close_stdout_status): If ferror (stdout), do
23768         not silently exit merely because the output buffer happens to
23769         have nothing pending.
23770
23771 2001-12-18  Paul Eggert  <eggert@twinsun.com>
23772
23773         See the big note in ../ChangeLog.
23774         * lib/human.c (suffixes): Prefer K to k for 1024.
23775         (generate_suffix_backwards): New function.
23776         (human_readable_inexact): Use it.
23777         * lib/xstrtol.c (__xstrtol): If there is no number but there
23778         is a valid suffix, assume 1.  "MB" now means decimal, "MiB" binary.
23779         Accept 'K' as well as 'k'.
23780
23781 2001-12-15  Jim Meyering  <meyering@lucent.com>
23782
23783         * lib/regex.h (__restrict_arr): Update from libc.
23784
23785         * lib/mountlist.h (ME_REMOTE): Recognize file systems of type smbfs
23786         as `remote' if the name starts with `//'.  Suggested by Michael Stone.
23787         (STREQ): Define.
23788
23789 2001-12-14  Jim Meyering  <meyering@lucent.com>
23790
23791         * m4/jm-macros.m4 (jm_MACROS): Check for iswspace.
23792         Suggestion from Bruno Haible.
23793
23794 2001-12-10  Jim Meyering  <meyering@lucent.com>
23795
23796         * lib/linebuffer.c: Remove explicit declarations of xmalloc and
23797         xrealloc, Instead, include "xalloc.h".
23798         (initbuffer): Don't cast xmalloc return value to char*.
23799         (readline): Reword comment.
23800         Don't cast xrealloc return value to char*
23801         Return NULL, not 0.
23802
23803 2001-12-09  Jim Meyering  <meyering@lucent.com>
23804
23805         * lib/modechange.c (mode_compile): Add cast to avoid pedantic warning
23806         about `signed and unsigned type in conditional expression'.
23807         * lib/posixtm.c (posix_time_parse): Likewise.
23808
23809         * lib/xreadlink.c (xreadlink): Add cast to avoid a pedantic warning.
23810
23811         * lib/readtokens.c (readtoken): Declare an index to be of type unsigned
23812         to avoid a pedantic warning.
23813
23814         * lib/getstr.c: Don't include assert.h.
23815         (getstr): Remove warning-evoking assertions.
23816         Return -1 if offset parameter is out of bounds.
23817         Change the type of a local from int to size_t.
23818
23819         * lib/strftime.c (my_strftime_localtime_r): Include this function
23820         definition in the `#if ! HAVE_TM_GMTOFF' block.
23821
23822         * lib/xgethostname.c: Remove declarations of xmalloc and xrealloc.
23823         Include xalloc.h instead.
23824
23825 2001-12-02  Jim Meyering  <meyering@lucent.com>
23826
23827         * lib/tempname.c: Don't declare getenv, thus reverting the change of
23828         2001-11-18.  It's no longer necessary, now that stdlib.h is always
23829         included.
23830
23831         * lib/regex.c [!__BOUNDED_POINTERS__]: Define away __bounded,
23832         __unbounded, and __ptrvalue.  Reported by Uwe H. Steinfeld.
23833
23834 2001-11-30  Akim Demaille  <akim@epita.fr>
23835
23836         * lib/xstrdup.c: Include xalloc.h, so that xstrdup is declared
23837         before being defined.
23838
23839 2001-11-27  Paul Eggert  <eggert@twinsun.com>
23840
23841         * lib/quotearg.h (quotearg_n, quotearg_n_style):
23842         First arg is int, not unsigned.
23843         * lib/quotearg.c (quotearg_n, quotearg_n_style): Likewise.
23844         (SIZE_MAX, UINT_MAX): New macros.
23845         (quotearg_n_options): Abort if N is negative.
23846         Avoid overflow check on hosts where size_t is 64 bits and int
23847         is 32 bits, as overflow is impossible there.
23848         Fix off-by-one typo that caused unnecessary reallocation.
23849
23850 2001-11-27  Jim Meyering  <meyering@lucent.com>
23851
23852         * lib/tempname.c: Merge with version from libc.
23853         * lib/regex.c: Likewise.
23854
23855         * lib/tempname.c: Include stdlib.h unconditionally.  On some old
23856         systems for which STDC_HEADERS is 0, it was not included, resulting in
23857         a warning about an integer-to-pointer conversion problem with getenv.
23858         Reported by Volker Borchert.
23859
23860 2001-11-26  Jim Meyering  <meyering@lucent.com>
23861
23862         * lib/gtod.h: Remove file.
23863         * lib/Makefile.am (libfetish_a_SOURCES): Remove gtod.h.
23864         * lib/gettimeofday.c: Don't include gtod.h.
23865         (GTOD_init): Remove function.
23866         (rpl_gettimeofday): Do its job here instead, rather than aborting.
23867         Suggestion from Volker Borchert.
23868
23869 2001-11-23  Jim Meyering  <meyering@lucent.com>
23870
23871         * lib/hash.h (struct hash_table): Don't define here.  Merely declare
23872         it.
23873         * lib/hash.c (struct hash_table): Define it here instead.
23874
23875 2001-11-22  Jim Meyering  <meyering@lucent.com>
23876
23877         * lib/hash.h: Bracket contents of file with #ifndef HASH_H_ ... #endif.
23878
23879 2001-11-20  Jim Meyering  <meyering@lucent.com>
23880
23881         * m4/mkstemp.m4 (UTILS_FUNC_MKSTEMP): Update comment to reflect that
23882         SunOS 4.1.4 and Solaris 2.5.1 lose, too.
23883
23884 2001-11-19  Jim Meyering  <meyering@lucent.com>
23885
23886         * m4/mkstemp.m4 (UTILS_FUNC_MKSTEMP): Don't bother with a temporary
23887         directory.  Use "conftestXXXXXX" as the template.
23888         Suggestion from Paul Eggert.
23889
23890         * m4/mkstemp.m4 (UTILS_FUNC_MKSTEMP): Close each descriptor
23891         immediately, so the test doesn't mistakenly hit the max-open-files
23892         limit.
23893
23894 2001-11-18  Paul Eggert  <eggert@twinsun.com>
23895
23896         * lib/tempname.c (TMP_MAX): Remove; no longer needed.
23897         (TEMPORARIES): New macro.
23898         (__gen_tempname): Use TEMPORARIES rather than TMP_MAX.  This
23899         removes an artificial limitation (e.g. HP-UX 10.20, where
23900         TMP_MAX is 17576).
23901
23902 2001-11-18  Jim Meyering  <meyering@lucent.com>
23903
23904         * m4/prereq.m4 (jm_PREREQ_TEMPNAME): Check for declaration of getenv.
23905
23906 2001-11-18  Jim Meyering  <meyering@lucent.com>
23907
23908         * lib/tempname.c [!HAVE_DECL_GETENV]: Declare getenv to avoid warning
23909         on SunOS 4.
23910
23911         * lib/Makefile.am (Makefile): Depend on $(BUILT_SOURCES), so those
23912         files will be created before anything else.
23913
23914 2001-11-17  Paul Eggert  <eggert@twinsun.com>
23915
23916         * m4/jm-winsz1.m4 (jm_WINSIZE_IN_PTEM): Do not define
23917         WINSIZE_IN_PTEM if <termios.h> defines struct winsize.
23918
23919 2001-11-17  Jim Meyering  <meyering@lucent.com>
23920
23921         * m4/mkstemp.m4 (UTILS_FUNC_MKSTEMP): New file and macro.
23922         Prompted by a report from Bob Proulx.
23923
23924         * m4/jm-macros.m4 (jm_MACROS): Don't test for mkstemp here.
23925         Instead, require UTILS_FUNC_MKSTEMP.
23926
23927 2001-11-17  Jim Meyering  <meyering@lucent.com>
23928
23929         * m4/jm-macros.m4 (jm_MACROS): Remove code to set POW_LIBM.
23930         Now, that's done as part of AC_FUNC_STRTOD.
23931
23932 2001-11-17  Jim Meyering  <meyering@lucent.com>
23933
23934         * lib/modechange.c (mode_adjust): Fix error introduced on 1999-04-26
23935         that made e.g., `chmod a=,o=w,g=o F' cause F to be group readable
23936         rather than group writable.  Patch by Juan F. Codagnone.
23937
23938         * lib/readtokens.c: Remove explicit declarations of xmalloc and
23939         xrealloc, Instead, include "xalloc.h".
23940
23941         * lib/mountlist.c: Include unlocked-io.h after all system headers.
23942         Remove explicit declarations of xmalloc, xrealloc,
23943         and xstrdup.  Instead, include "xalloc.h".
23944
23945         * lib/argmatch.c, closeout.c, error.c, exclude.c: Include
23946         unlocked-io.h.
23947         * lib/fatal.c, getdate.y, getpass.c, getstr.c, getusershell.c:
23948         Likewise.
23949         * lib/mountlist.c, posixtm.c, readtokens.c, readutmp.c: Likewise.
23950
23951         * lib/regex.c, sha.c, version-etc.c, yesno.c: Likewise.
23952         Reported by Padraig Brady.
23953
23954         * lib/mkstemp.c: #undef mkstemp.
23955         Include config.h.
23956         (rpl_mkstemp): Rename from mkstemp.
23957         Protoize.
23958
23959 2001-11-16  Jim Meyering  <meyering@lucent.com>
23960
23961         * lib/physmem.c [HAVE_SYS_PSTAT_H]: Include <sys/pstat.h>.
23962         (physmem_total) [HAVE_PSTAT_GETSTATIC]: If sysconf couldn't be used to
23963         determine the amount of total physical memory, use pstat_getstatic.
23964         HPUX-11 doesn't define _SC_PHYS_PAGES.
23965         (physmem_available) [HAVE_PSTAT_GETSTATIC && HAVE_PSTAT_GETDYNAMIC]:
23966         If sysconf couldn't be used to determine the amount of available
23967         physical memory, use both pstat_getstatic and pstat_getdynamic.
23968         Based on a patch from Bob Proulx.
23969
23970 2001-11-10  Jim Meyering  <meyering@lucent.com>
23971
23972         * m4/prereq.m4 (jm_PREREQ_PHYSMEM): New function.
23973         (jm_PREREQ): Use it.
23974
23975 2001-11-09  Jim Meyering  <meyering@lucent.com>
23976
23977         * m4/jm-macros.m4: Require autoconf-2.52f.
23978         (AC_FUNC_ERROR_AT_LINE, AC_FUNC_OBSTACK, AC_FUNC_STRTOD):
23979         Use these AC_-prefixed names, not the AM_-prefixed ones.
23980
23981         * m4/afs.m4 (jm_AFS): Quote the body.  Patch by Akim Demaille.
23982
23983 2001-11-05  Jim Meyering  <meyering@lucent.com>
23984
23985         * lib/xstat.in (slash_aware_lstat): Correct a misleading comment.
23986
23987 2001-11-04  Jim Meyering  <meyering@lucent.com>
23988
23989         * m4/fpending.m4: Remove unused cruft that saved, set, and restored
23990         $DEFS.
23991
23992 2001-11-03  Jim Meyering  <meyering@lucent.com>
23993
23994         * m4/jm-glibc-io.m4n (jm_FUNC_GLIBC_UNLOCKED_IO): Quote first arg
23995         of AC_DEFUN.
23996
23997         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Rework so dirfd.c doesn't have to
23998         know the name of the variable in the macro definition.
23999
24000 2001-11-03  Jim Meyering  <meyering@lucent.com>
24001
24002         * lib/argmatch.h (ARGMATCH_TO_ARGUMENT): Remove casts of first two args
24003         in argmatch_to_argument call.
24004
24005         * lib/dirfd.c (dirfd): Reflect the fact that DIR_TO_FD now takes an
24006         argument.
24007
24008         * lib/hash.c (hash_clear): Fix a bug that could lead to an infloop or
24009         e.g., a fault due to an attempt to free a NULL pointer.
24010
24011 2001-11-01  Jim Meyering  <meyering@lucent.com>
24012
24013         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): New macro.
24014         * m4/jm-macros.m4 (jm_MACROS): Require UTILS_FUNC_DIRFD.
24015
24016 2001-11-01  Jim Meyering  <meyering@lucent.com>
24017
24018         * lib/dirfd.c, lib/dirfd.h: New files.
24019         * lib/Makefile.am (libfetish_a_SOURCES): Add dirfd.h.
24020
24021         * lib/hash.c (hash_print) [TESTING]: Clean up.
24022
24023 2001-10-22  Paul Eggert  <eggert@twinsun.com>
24024
24025         * lib/hard-locale.c (alloca): Define to __builtin_alloca if __GNUC__,
24026         to avoid a warning if -Wall.
24027
24028 2001-10-22  Jeff Bailey  <jbailey@outpost.dnsalias.org>
24029
24030         * README: New file
24031         * doc/*: Add COPYING, COPYING.LIB, COPYING.DOC, fdl.texi
24032         (per RMS's instructions, this is now the canonical source)
24033         * lgpl/, gpl/: New directories.
24034
24035 2001-10-21  Paul Eggert  <eggert@twinsun.com>
24036
24037         * lib/regex.c (uintptr_t): Remove macro and decl; it's config.h's job.
24038
24039 2001-10-21  Jim Meyering  <meyering@lucent.com>
24040
24041         * lib/obstack.c (_): Honor the setting of ENABLE_NLS.  Otherwise,
24042         this code would end up calling gettext even in packages built
24043         with --disable-nls.
24044         * lib/getopt.c (_): Likewise.
24045         * lib/regex.c (_): Likewise.
24046
24047 2001-10-20  Paul Eggert  <eggert@twinsun.com>
24048
24049         * m4/error.m4 (jm_PREREQ_ERROR):
24050         Do not invoke AC_CHECK_FUNCS with strerror_r, as
24051         AC_FUNC_STRERROR_R does that.
24052         Check for strerror declaration.
24053
24054         * m4/strerror_r.m4: Add copyright notice, as nontrivial m4 files
24055         are supposed to have them these days.
24056         (AC_FUNC_STRERROR_R): Always do char* test, so that it gets cached.
24057         Merge changes from latest Autoconf CVS.
24058         Rename ac_cv_func_strerror_r_works to ac_cv_func_strerror_r_char_p,
24059         and rename HAVE_WORKING_STRERROR_R to STRERROR_R_CHAR_P, since
24060         POSIX decided to standardize on the int flavor of strerror_r.
24061
24062 2001-10-20  Paul Eggert  <eggert@twinsun.com>
24063
24064         * lib/error.c (strerror_r): Do not declare unless !_LIBC.
24065         Do not check for HAVE_DECL_STRERROR_R missing unless STRERROR_R_CHAR_P.
24066         Use strerror_r that is only a macro, even if it is not a function.
24067         (strerror): Check for HAVE_DECL_STRERROR before declaring.
24068         (private_strerror): Use prototypes, not old-style function definition.
24069         (print_errno_message): New function.
24070         Support the POSIX 'int'-flavored strerror_r, as well as the traditional
24071         char*-flavored one.
24072         (error_tail, error, error_at_line): Use it.
24073
24074 2001-10-11  Jim Meyering  <meyering@lucent.com>
24075
24076         * lib/argmatch.c (argmatch_invalid): Use quotearg_n_style (0, ...
24077         and quote_n (1, ... to avoid clobbering a buffer.
24078
24079 2001-10-05  Jim Meyering  <meyering@lucent.com>
24080
24081         * lib/Makefile.am: (libfetish_a_SOURCES): Add hash-pjw.c and
24082         hash-pjw.h.
24083         * lib/hash-pjw.c: New file (factored out of fileutils' remove.c).
24084         * lib/hash-pjw.h: New file.
24085
24086 2001-09-30  Jim Meyering  <meyering@lucent.com>
24087
24088         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): See if
24089         `struct fsstat' has the `f_fstypename' member.
24090         Use that to define FS_TYPE, which is now used to make
24091         the getfsstat link test tighter.
24092
24093 2001-09-30  Jim Meyering  <meyering@lucent.com>
24094
24095         * lib/mountlist.c [MOUNTED_GETFSSTAT]:
24096         Include <sys/ucred.h>, for Apple Darwin.
24097         Include sys/mount.h and sys/fs_types.h only if available.
24098         (FS_TYPE): Define.
24099         (read_filesystem_list): Use FS_TYPE.
24100
24101 2001-09-29  Paul Eggert  <eggert@twinsun.com>
24102
24103         * lib/exclude.c (excluded_filename): 0 -> false, since it's
24104         a boolean context.
24105
24106 2001-09-29  Jim Meyering  <meyering@lucent.com>
24107
24108         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS)
24109         [one-argument getmntent function]): Include stdio.h before mntent.h.
24110         SunOS 4.1.x needs it for the declaration of `FILE'.
24111         Patch by Volker Borchert.
24112
24113         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS)
24114         Check for these headers: sys/param.h sys/ucred.h sys/mount.h
24115         sys/fs_types.h, and make the link-test for getfsstat guard #include
24116         directives with appropriate #if HAVE_*_H tests so that we can
24117         detect getfsstat on Apple Darwin1.3.7 systems.
24118         Reported by Nelson Beebe.
24119         Fix harmless typo in cache variable name: s/getsstat/getfsstat/.
24120
24121 2001-09-28  Paul Eggert  <eggert@twinsun.com>
24122
24123         Fix bug reported by Petter Reinholdtsen for HP-UX 10.20, which
24124         #defines strtoimax.  Also treat the other strto* functions
24125         like strtoimax.
24126
24127         * m4/xstrtoimax.m4 (jm_AC_PREREQ_XSTRTOIMAX):
24128         Check for strtoul and strtoumax,
24129         as those declarations are made even in the signed case.
24130         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX):
24131         Likewise, for strtol and strtoimax.
24132
24133 2001-09-28  Paul Eggert  <eggert@twinsun.com>
24134
24135         Fix bug reported by Petter Reinholdtsen for HP-UX 10.20, which
24136         #defines strtoimax.  Also treat the other strto* functions
24137         like strtoimax.
24138
24139         * lib/xstrtol.c (strtol): Do not declare if HAVE_DECL_STRTOL.
24140         (strtoul): Do not declare if HAVE_DECL_STRTOUL.
24141         (strtoimax, strtoumax): Do not declare if already defined as a macro.
24142
24143 2001-09-26  Jim Meyering  <meyering@lucent.com>
24144
24145         Most macros in unlocked-io.h had the wrong number of arguments.
24146         * lib/gen-uio: New script.
24147         (USE_UNLOCKED_IO): Define to 1 if not already defined.
24148         * lib/unlocked-io.hin: Remove file.
24149         * lib/Makefile.am (unlocked-io.h): Rewrite to use a separate script,
24150         rather than trying to embed it here.
24151         (EXTRA_DIST): Add gen-uio.  Remove unlocked-io.hin
24152         Reported by Padraig Brady.
24153
24154 2001-09-25  Volker Borchert  <bt@teknon.de>
24155
24156         * lib/gettimeofday.c (rpl_gettimeofday): Declare local variable
24157         `result'.
24158
24159 2001-09-24  Jim Meyering  <meyering@lucent.com>
24160
24161         * m4/gettext.m4: Use the version from gettext-0.10.40, not CVS.
24162
24163 2001-09-23  Jim Meyering  <meyering@lucent.com>
24164
24165         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Add a compile-test
24166         instead of the mere test for existence of mntent.h.  The latter
24167         would get a false-positive on AIX 3.4 systems.
24168         In the outer getmntent if-block, don't die if neither of the getmntent
24169         tests succeeds.  Instead, just fall through and continue with the
24170         remaining tests.
24171
24172 2001-09-23  Jim Meyering  <meyering@lucent.com>
24173
24174         * lib/mountlist.c: Remove useless parentheses in #if directives.
24175         (MOUNTED) [!defined MOUNTED]: Define to _PATH_MOUNTED, for when
24176         the deprecated MOUNTED symbol is no longer defined in mntent.h.
24177
24178 2001-09-22  Jim Meyering  <meyering@lucent.com>
24179
24180         * m4/gettext.m4: New file.  From gettext.
24181         * m4/lcmessage.m4: Sync with gettext -- this changes only comments.
24182         * m4/progtest.m4: Likewise
24183         * m4/isc-posix.m4: Decrement serial number to sync with gettext.
24184         * m4/glibc21.m4: Likewise.
24185
24186         * m4/libintl.m4: Remove.  No longer used.
24187
24188 2001-09-22  Jim Meyering  <meyering@lucent.com>
24189
24190         * lib/localcharset.c: Update from latest gettext.
24191         * lib/config.charset: Likewise.
24192
24193 2001-09-20  Jim Meyering  <meyering@lucent.com>
24194
24195         * m4/xstrtoimax.m4 (jm_AC_PREREQ_XSTRTOIMAX): Check for declaration of
24196         strtoimax.
24197         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): Check for declaration of
24198         strtoumax.
24199
24200 2001-09-20  Jim Meyering  <meyering@lucent.com>
24201
24202         * lib/xstrtol.c (strtoimax): Guard declaration with
24203         `#if !HAVE_DECL_STRTOIMAX', rather than just `#ifndef strtoimax'.
24204         The latter fails because some systems (at least rs6000-ibm-aix4.3.3.0)
24205         have their own, conflicting declaration of strtoimax in sys/inttypes.h.
24206         (strtoumax): Likewise, for completeness (it wasn't necessary).
24207
24208 2001-09-17  Paul Eggert  <eggert@twinsun.com>
24209
24210         * lib/strtoimax.c (HAVE_LONG_LONG):
24211         Redefine to HAVE_UNSIGNED_LONG_LONG if unsigned.
24212         (strtoimax): Use sizeof (long), not sizeof strtol (ptr, endptr, base),
24213         to work around bug in IBM C compiler.
24214
24215 2001-09-17  Jim Meyering  <meyering@lucent.com>
24216
24217         * m4/chown.m4, fstypename.m4, getgroups.m4, gettimeofday.m4,
24218         * m4/jm-mktime.m4, lstat.m4, malloc.m4, memcmp.m4, mkdir-slash.m4,
24219         * m4/nanosleep.m4, putenv.m4, readdir.m4, realloc.m4, rename.m4,
24220         * m4/st_dm_mode.m4, stat.m4, strerror_r.m4, timespec.m4, utimbuf.m4,
24221         * m4/utimes.m4: Use AC_DEFINE rather than AC_DEFINE_UNQUOTED,
24222         whenever the right hand side need not be expanded by the shell.
24223
24224 2001-09-16  Paul Eggert  <eggert@twinsun.com>
24225
24226         * m4/fnmatch.m4 (jm_FUNC_FNMATCH): Remove test for GNU C
24227         library.  It's not correct, as some older glibcs are buggy.
24228         fnmatch wasn't fixed until glibc 2.2.
24229
24230         Use AC_DEFINE, not AC_DEFINE_UNQUOTED, as there's no
24231         special shell magic here.
24232
24233 2001-09-16  Jim Meyering  <meyering@lucent.com>
24234
24235         * m4/mkdir-slash.m4 (UTILS_FUNC_MKDIR_TRAILING_SLASH): New file/macro.
24236         * m4/jm-macros.m4: Require it.
24237
24238 2001-09-16  Jim Meyering  <meyering@lucent.com>
24239
24240         * lib/mkdir.c: New file.
24241
24242 2001-09-15  Jim Meyering  <meyering@lucent.com>
24243
24244         * m4/jm-macros.m4: Check for help2man.
24245
24246 2001-09-11  Jim Meyering  <meyering@lucent.com>
24247
24248         * m4/host-os.m4 (UTILS_HOST_OS): New file/macro.
24249         The body, by Paul Eggert, was moved here from configure.in.
24250         * m4/jm-macros.m4: Require UTILS_HOST_OS.
24251
24252 2001-09-04  Paul Eggert  <eggert@twinsun.com>
24253
24254         * m4/prereq.m4 (jm_PREREQ_XREADLINK): New macro.
24255         (jm_PREREQ): Use it.
24256
24257 2001-09-04  Paul Eggert  <eggert@twinsun.com>
24258
24259         * lib/xreadlink.c (xreadlink): Omit size_t* arg.  All uses changed.
24260         Use ssize_t, not int, to store result of readlink.
24261         Check for ssize_t overflow as well as size_t overflow,
24262         as POSIX says the result of readlink is implementation-defined
24263         when ssize_t overflows.
24264         Remove unnecessary cast to char*.
24265         Use free+malloc instead of realloc, as the storage doesn't need
24266         to be preserved and it's clearer and can be more efficient that way.
24267         (SIZE_MAX, SSIZE_MAX): New macros, if <limits.h> doesn't declare.
24268         * lib/xreadlink.h (xreadlink): Update prototype.
24269
24270 2001-09-04  Paul Eggert  <eggert@twinsun.com>
24271
24272         * lib/xgetcwd.c: Revert some of the previous change; intead,
24273         fix the HAVE_GETCWD_NULL code to behave more like the
24274         !HAVE_GETCWD_NULL code used to.
24275
24276         Include "xalloc.h".
24277         (xgetcwd): Do not return NULL when memory is exhausted; instead,
24278         invoke xalloc_die.
24279
24280 2001-09-03  Paul Eggert  <eggert@twinsun.com>
24281
24282         * m4/prereq.m4 (jm_PREREQ_XGETCWD): Check for limits.h and
24283         sys/param.h, as pathmax.h includes them.
24284
24285 2001-09-03  Paul Eggert  <eggert@twinsun.com>
24286
24287         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_XGETCWD.
24288         (jm_PREREQ_XGETCWD): New macro.
24289
24290         * m4/getcwd.m4: New file.
24291
24292 2001-09-03  Paul Eggert  <eggert@twinsun.com>
24293
24294         * lib/xgetcwd.c: Fix the !HAVE_GETCWD_NULL code to behave more
24295         like the HAVE_GETCWD_NULL code.
24296         Include pathmax.h if not HAVE_GETCWD.
24297         Do not include xalloc.h.
24298         (INITIAL_BUFFER_SIZE): New symbol.
24299         Do not use xmalloc / xrealloc, since the caller is responsible for
24300         handling errors.  Preserve errno around `free' during failure.
24301         Do not overrun buffer when using getwd.
24302
24303 2001-09-03  Paul Eggert  <eggert@twinsun.com>
24304
24305         * lib/xgetcwd.c (xgetcwd): Use HAVE_GETCWD_NULL, not (defined
24306         __GLIBC__ && __GLIBC__ >= 2), to decide whether to use
24307         getcwd (NULL, 0).
24308
24309 2001-09-03  Paul Eggert  <eggert@twinsun.com>
24310
24311         * lib/exclude.c (fnmatch_no_wildcards): Fix confusion between
24312         usage of FNM_CASEFOLD and FNM_LEADING_DIR.  The bug was
24313         spotted by Jim Meyering.
24314
24315 2001-09-03  Jim Meyering  <meyering@lucent.com>
24316
24317         * lib/xreadlink.c (xreadlink): Preserve errno around `free' during
24318         failure.
24319
24320 2001-09-02  Jim Meyering  <meyering@lucent.com>
24321
24322         * lib/error.c: Update from GNU libc.
24323
24324 2001-09-01  Jim Meyering  <meyering@lucent.com>
24325
24326         * m4/jm-macros.m4 (jm_MACROS): Check for canonicalize_file_name.
24327         Used by df.
24328
24329 2001-09-01  Jim Meyering  <meyering@lucent.com>
24330
24331         * lib/xreadlink.c: New file.
24332         * lib/xreadlink.h: New file.
24333         * lib/Makefile.am (libfetish_a_SOURCES): Add xreadlink.c and
24334         xreadlink.h.
24335
24336         * lib/regex.c (uintptr_t) [!_LIBC]: Define to private_uintptr_t, so it
24337         doesn't conflict with sparc Solaris 7's definition in
24338         /usr/include/sys/int_types.h.
24339
24340         * lib/exclude.c: Use `""', not `<>' to #include non-system header
24341         files.
24342         (fnmatch_no_wildcards): Rewrite not to use function names, strcasecmp
24343         and strncasecmp as r-values.  Unixware didn't have declarations.
24344
24345 2001-08-31  Paul Eggert  <eggert@twinsun.com>
24346
24347         * lib/xstrtol.h: Add copyright notice.
24348         (_DECLARE_XSTRTOL): Improve quality of diagnostic for
24349         LONGINT_INVALID_SUFFIX_CHAR.
24350
24351 2001-08-31  Paul Eggert  <eggert@twinsun.com>
24352
24353         * lib/xstrtol.c (strtoimax): New decl.
24354
24355 2001-08-31  Paul Eggert  <eggert@twinsun.com>
24356
24357         * lib/xgetcwd.c: Don't include pathmax.h.
24358         Include stdlib.h and unistd.h if available.
24359         Include xalloc.h.
24360         (xmalloc, xstrdup, free): Remove decls.
24361         (xgetcwd): Don't assume sizes fit in unsigned.
24362         Check for overflow when computing sizes.
24363         Simplify reallocation code.
24364
24365 2001-08-31  Paul Eggert  <eggert@twinsun.com>
24366
24367         * lib/savedir.c (savedir): Remove size parameter, as POSIX says that
24368         a directory's st_size can have an arbitrary value, so the old
24369         usage could waste an arbitrary amount of memory.  All uses
24370         changed.
24371         * lib/savedir.h: Update prototype.
24372
24373 2001-08-31  Paul Eggert  <eggert@twinsun.com>
24374
24375         * lib/Makefile.am (libfetish_a_SOURCES): Remove strtoxmax.c.
24376
24377         * lib/strtoimax.c: Renamed from strtoxmax.c, removing the
24378         old strtoimax.c.
24379
24380         Also, make the following further changes to make this file's
24381         configuration more similar to that of strtol.c:
24382         (UNSIGNED): Renamed from STRTOUXMAX_UNSIGNED.  All uses changed.
24383         (strtoumax, uintmax_t, strtoull, strtol): Remove.
24384         (intmax_t, strtoimax, strtol, strtoll): New macros, if UNSIGNED.
24385         (strtoimax): Renamed from strtoumax.  All uses of unsigned values
24386         changed to signed values.
24387
24388         And make the following changes as well:
24389         Fix copyright notice, as 1999 was missing.
24390         (verify): New macro.
24391         (strtoimax): Check sizes at compile-time, not run-time.
24392         Prefer strtol to strtoll if both work.
24393         (main): Remove; it was not that useful and was a pain to maintain.
24394
24395         * lib/strtoumax.c: Include strtoimax.c, not strtouxmax.c.
24396
24397 2001-08-31  Jim Meyering  <meyering@lucent.com>
24398
24399         * lib/xgetcwd.c (xgetcwd): Reorganize to avoid some duplication.
24400         Use an initial, malloc'd, buffer of length 128 rather than
24401         a statically allocated one of length 1024.
24402
24403 2001-08-30  Paul Eggert  <eggert@twinsun.com>
24404
24405         Simplify code, partly by assuming autoconf 2.52 semantics.
24406
24407         * m4/Makefile.am (EXTRA_DIST): Remove uintmax_t.m4.
24408
24409         * m4/inttypes.m4 (AC_PREREQ): Bump to 2.52.
24410         (jm_AC_HEADER_INTTYPES_H): Remove; now done by autoconf in 2.52.
24411         All uses removed.
24412         (jm_AC_TYPE_INTMAX_T, jm_AC_TYPE_UINTMAX_T):
24413         Move AC_REQUIRE to next-to-top level, to avoid confusion.
24414         Use 2.52's AC_CHECK_TYPE instead of merely looking for the header.
24415         * m4/prereq.m4 (jm_PREREQ_HUMAN): Don't require
24416         jm_AC_HEADER_INTTYPES_H.
24417         * m4/jm-macros.m4 (jm_MACROS): Likewise.
24418
24419         * m4/uintmax_t.m4: Remove, as it duplicates inttypes.m4.
24420
24421         * m4/xstrtoimax.m4 (jm_AC_PREREQ_XSTRTOIMAX):
24422         Quote first arg of AC_DEFUN.
24423         Require jm_AC_TYPE_UINTMAX_T and jm_AC_TYPE_UNSIGNED_LONG_LONG
24424         since they are needed to parse the include file even if we need
24425         only xstrtoimax.  Simplify logic behind the args to AC_REPLACE.
24426         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): Likewise,
24427         but with opposite signedness.
24428
24429 2001-08-30  Paul Eggert  <eggert@twinsun.com>
24430
24431         Merge 'exclude' changes from tar 1.13.22.
24432         This fixes one or two unlikely storage allocation overflow bugs,
24433         but doesn't change user-visible behavior otherwise.
24434
24435 2001-08-30  Paul Eggert  <eggert@twinsun.com>
24436
24437         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_EXCLUDE.
24438         (jm_PREREQ_EXCLUDE): New macro.
24439
24440 2001-08-30  Paul Eggert  <eggert@twinsun.com>
24441
24442         * lib/quotearg.c: BSD/OS 4.1 wchar.h requires FILE and struct
24443         tm to be declared.
24444
24445 2001-08-30  Paul Eggert  <eggert@twinsun.com>
24446
24447         * lib/hash.c: Remove '2001' from copyright notice.
24448
24449 2001-08-30  Paul Eggert  <eggert@twinsun.com>
24450
24451         * lib/full-write.h: New file.
24452         * lib/Makefile.am (libfetish_a_SOURCES): Add full-write.h.
24453         * lib/full-write.c: Correct credits, as cccp.c no longer
24454         exists and anyway it was so heavily changed from the old cccp
24455         code as to be unrecognizable.  Include full-write.h.
24456         (full_write) Return size_t, with short writes meaning failure.
24457         All callers changed.  This fixes a bug with large buffers
24458         on 64-bit hosts.
24459         * lib/utime.c: Include full-write.h.
24460
24461 2001-08-30  Paul Eggert  <eggert@twinsun.com>
24462
24463         * lib/exclude.c (bool): Declare, perhaps by including stdbool.h.
24464         (<sys/types.h>): Include only if HAVE_SYS_TYPES_H.
24465         (<stdlib.h>, <string.h>, <strings.h>, <inttypes.h>, <stdint.h>):
24466         Include if available.
24467         (<xalloc.h>): Include
24468         (SIZE_MAX): Define if <stdint.h> or <inttypes.h> doesn't.
24469         (verify): New macro.  Use it to verify that EXCLUDE macros do not
24470         collide with FNM macros.
24471         (struct patopts): New struct.
24472         (struct exclude): Use it, as exclude patterns now come with options.
24473         (new_exclude): Support above changes.
24474         (new_exclude, add_exclude_file):
24475         Initial size must now be a power of two to simplify overflow checking.
24476         (free_exclude, fnmatch_no_wildcards): New function.
24477         (excluded_filename): No longer requires options arg, as the options
24478         are determined by add_exclude.  Now returns bool, not int.
24479         (excluded_filename, add_exclude):
24480         Add support for the fancy new exclusion options.
24481         (add_exclude, add_exclude_file): Now takes int options arg.
24482         Check for arithmetic overflow when computing sizes.
24483         (add_exclude_file): xrealloc might modify errno, so don't
24484         realloc until after errno might be used.
24485
24486         * lib/exclude.h (EXCLUDE_ANCHORED, EXCLUDE_INCLUDE,EXCLUDE_WILDCARDS):
24487         New macros.
24488         (free_exclude): New decl.
24489         (add_exclude, add_exclude_file): Now takes int options arg.
24490         (excluded_filename): No longer requires options arg, as the options
24491         are determined by add_exclude.  Now returns bool, not int.
24492
24493 2001-08-30  Paul Eggert  <eggert@twinsun.com>
24494
24495         * lib/alloca.c (alloca): Arg is of type size_t, not unsigned.
24496
24497 2001-08-27  Jim Meyering  <meyering@lucent.com>
24498
24499         * lib/Makefile.am (libfetish_a_SOURCES): Add strtoxmax.c
24500
24501         * lib/version-etc.c (N_): Remove definition.
24502         Revert most of last change.
24503         Instead, simply don't mark the `Copyright...' string for translation.
24504         Based on advice from Paul Eggert.
24505
24506         * lib/strtoxmax.c: Tweak comment.
24507
24508 2001-08-26  Jim Meyering  <meyering@lucent.com>
24509
24510         * m4/jm-macros.m4: Require jm_AC_PREREQ_XSTRTOIMAX.
24511
24512         * m4/xstrtoimax.m4: New file.
24513         * m4/xstrtoumax.m4: Add comments explaining why we
24514         AC_REPLACE_FUNCS(strtol).
24515
24516 2001-08-26  Jim Meyering  <meyering@lucent.com>
24517
24518         * lib/version-etc.c (version_etc_copyright_fmt): Replace literal year
24519         of copyright with `%s' so translators don't get an untranslated
24520         message in 2002.
24521         (COPYRIGHT_YEAR): Define.
24522         (version_etc): Use fprintf rather than fputs.
24523         Suggestion from Ulrich Drepper.
24524
24525         * lib/Makefile.am (libfetish_a_SOURCES): Add xstrtoimax.c.
24526
24527         * lib/strtoll.c: New file, from GNU libc.
24528         * lib/xstrtoimax.c: New file.
24529
24530         * lib/xstrtol.h: Add xstrtoimax.
24531         * lib/strtoumax.c: New file.  Simply include "strtoumax.c".
24532         * lib/strtoimax.c: New file.  Likewise, but first define
24533         STRTOUXMAX_SIGNED.
24534
24535         * lib/strtoumax.c: Factor to work both for unsigned and signed types,
24536         ...
24537         * lib/strtoxmax.c: ... then renamed to this.
24538
24539 2001-08-18  Paul Eggert  <eggert@twinsun.com>
24540
24541         * m4/inttypes.m4: Add AC_PREREQ(2.13).
24542         (jm_AC_HEADER_INTTYPES_H): Test for intmax_t, too.
24543         (jm_AC_TYPE_INTMAX_T): New macro.
24544         (jm_AC_TYPE_UINTMAX_T): Moved here from uintmax_t.m4.
24545
24546         * m4/longlong.m4 (jm_AC_TYPE_LONG_LONG): New macro.
24547
24548         * m4/longlong.m4: Renamed from ulonglong.m4.
24549         * m4/inttypes.m4: Renamed from inttypes_h.m4.
24550         * m4/uintmax_t.m4: Removed.
24551
24552 2001-08-13  Paul Eggert  <eggert@twinsun.com>
24553
24554         * lib/Makefile.am (unlocked-io.h): Do not append "_unlocked" twice.
24555         Port to Solaris 8, where 'sed' requires a space after the 'r'
24556         command, and where sh dislikes "$/".  Clean up the spacing a bit.
24557         Redirect output to $tmp just once.
24558
24559 2001-08-12  Paul Eggert  <eggert@sic.twinsun.com>
24560
24561         * lib/addext.c (<errno.h>): Include.
24562         (errno): Declare if not defined.
24563         (addext): Work correctly when pathconf returns -1 and leaves
24564         errno alone because there is no limit.  Also, work even if
24565         pathconf returns a value greater than SIZE_MAX.
24566
24567 2001-08-12  Jim Meyering  <meyering@lucent.com>
24568
24569         * m4/afs.m4, assert.m4, bison.m4, check-decl.m4, chown.m4, d-ino.m4,
24570         d-type.m4, dos.m4, error.m4, fnmatch.m4, fpending.m4, fstypename.m4,
24571         fsusage.m4, ftruncate.m4, getgroups.m4, glibc.m4, gnu-source.m4,
24572         group-member.m4, jm-glibc-io.m4, jm-macros.m4, jm-mktime.m4,
24573         jm-winsz1.m4, jm-winsz2.m4, lchown.m4, lib-check.m4, libintl.m4,
24574         link-follow.m4, ls-mntd-fs.m4, lstat.m4, malloc.m4, mbrtowc.m4,
24575         mbstate_t.m4, mbswidth.m4, memcmp.m4, nanosleep.m4, perl.m4,
24576         prereq.m4, putenv.m4, readdir.m4, realloc.m4, regex.m4, rename.m4,
24577         rmdir-errno.m4, search-libs.m4, st_dm_mode.m4, st_mtim.m4, stat.m4,
24578         strftime.m4, timespec.m4, unlink-busy.m4, uptime.m4, utimbuf.m4,
24579         utime.m4, utimes.m4, xstrtoumax.m4:
24580         Quote the first argument in each use of AC_DEFUN.
24581
24582 2001-08-12  Jim Meyering  <meyering@lucent.com>
24583
24584         * lib/xgetcwd.c (xgetcwd) [defined __GLIBC__ && __GLIBC__ >= 2]:
24585         Simply `return getcwd (NULL, 0);'.
24586         [! (defined __GLIBC__ && __GLIBC__ >= 2)]:
24587         Use 1300 as initial value for length, not PATH_MAX.
24588
24589         * lib/pathmax.h: Clean up cpp syntax.
24590
24591 2001-08-12  Jim Meyering  <meyering@lucent.com>
24592
24593         * lib/gettimeofday.c: New file.
24594         * lib/gtod.h: New file.
24595         * lib/Makefile.am (libfetish_a_SOURCES): Add gtod.h.
24596
24597 2001-08-05  Jim Meyering  <meyering@lucent.com>
24598
24599         * m4/jm-macros.m4: Require autoconf-2.52.
24600
24601 2001-08-04  Jim Meyering  <meyering@lucent.com>
24602
24603         * lib/error.h (__attribute__): Remove `|| __STRICT_ANSI__' from #if
24604         stmt, to get in sync with glibc.
24605
24606 2001-08-03  Paul Eggert  <eggert@twinsun.com>
24607
24608         The following changes are from gettext 0.10.39 as maintained by
24609         Bruno Haible.
24610
24611         * lib/mbswidth.h (MBSW_REJECT_UNPRINTABLE, MBSW_REJECT_INVALID):
24612         Renamed from MBSW_ACCEPT_UNPRINTABLE and MBSW_ACCEPT_INVALID
24613         with inverted sense.  All uses changed.
24614
24615         * lib/mbswidth.c: Don't include <limits.h>.
24616         Include <stdlib.h> and <string.h> unconditionally.
24617         (iswcntrl, mbsinit, ISCNTRL): New macros.
24618         (mbsnwidth): Use K&R style function declarations.
24619         Don't bother checking for MB_LEN_MAX == 1, since the compiler
24620         can optimize it when MB_CUR_MAX == 1.
24621         The width of control characters is zero, not 1.
24622
24623 2001-08-03  Paul Eggert  <eggert@twinsun.com>
24624
24625         The following changes are from gettext 0.10.39 as maintained by
24626         Bruno Haible, except that getline.m4 continues to use AC_LIBOBJ.
24627
24628         * m4/codeset.m4: Upgrade to serial AM1.
24629         (AM_LANGINFO_CODESET): Renamed from jm_LANGINFO_CODESET;
24630         all uses changed.  Quote first arg of AC_DEFUN.
24631         (am_cv_langinfo_codeset): Renamed from jm_cv_langinfo_codeset.
24632
24633         * m4/iconv.m4: Upgrade to serial AM2.
24634         (AM_ICONV): Renamed from jm_ICONV; all uses changed.
24635         Add --with-libconv-prefix.
24636         Quote first arg of AC_DEFUN.  Add description for ICONV_CONST.
24637         (am_cv_func_iconv): Renamed from jm_cv_func_iconv.
24638         (am_cv_lib_iconv): Renamed from jm_cv_lib_iconv.
24639         (am_cv_proto_iconv): Renamed from jm_cv_proto_iconv.
24640         * m4/jm-macros.m4 (jm_MACROS): Reflect s/jm_/AM_/ renamings.
24641
24642         * m4/c-bs-a.m4 (AC_C_BACKSLASH_A): Quote first arg of AC_DEFUN.
24643         * m4/getline.m4 (AM_FUNC_GETLINE): Likewise.
24644         * m4/glibc21.m4 (jm_GLIBC21): Likewise.
24645         * m4/inttypes_h.m4 (jm_AC_HEADER_INTTYPES_H): Likewise.
24646         * m4/isc-posix.m4 (AC_ISC_POSIX): Likewise.
24647         * m4/lcmessage.m4 (AM_LC_MESSAGES): Likewise.
24648         * m4/progtest.m4 (AM_PATH_PROG_WITH_TEST): Likewise.
24649         * m4/uintmax_t.m4 (jm_AC_TYPE_UINTMAX_T): Likewise.
24650         * m4/ulonglong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): Likewise.
24651
24652         * m4/getline.m4 (AM_FUNC_GETLINE): Don't bother checking for
24653         string.h any more.
24654
24655         * m4/progtest.m4 (AM_PATH_PROG_WITH_TEST): If not found, print "no",
24656         not the default value.
24657
24658         2001-06-25  Bruno Haible  <haible@clisp.cons.org>
24659         * m4/mbswidth.m4 (jm_PREREQ_MBSWIDTH): Don't require AM_C_PROTOTYPES.
24660         Also check for mbsinit.  Needed for SCO 3.2v5.0.2.
24661         Also include <string.h>; this is where AIX 3.2.5 declares wcwidth.
24662         Also check for iswcntrl, used for wcwidth fallback.
24663         Use AC_TRY_COMPILE to emulate AC_CHECK_DECLS, for portability
24664         to Autoconf 2.13.
24665
24666 2001-08-03  Jim Meyering  <meyering@lucent.com>
24667
24668         * m4/mbrtowc.m4 (jm_FUNC_MBRTOWC): Use `#include', not `@%:@include',
24669         as it was in the original.  Reported by Paul Eggert.
24670
24671 2001-07-16  Jim Meyering  <meyering@lucent.com>
24672
24673         * m4/gettimeofday.m4: New file.
24674         Prompted by a report from Bernhard Baehr.
24675
24676 2001-07-15  Jim Meyering  <meyering@lucent.com>
24677
24678         * m4/Makefile.am.in (Makefile.am): Remove most of the unlocked-io.h
24679         stuff. Now it's in ../Makefile.cfg.
24680
24681 2001-07-15  Jim Meyering  <meyering@lucent.com>
24682
24683         * lib/Makefile.am (EXTRA_DIST): Add unlocked-io.hin.
24684         (BUILT_SOURCES): Add unlocked-io.h.
24685         (io_functions): Define.
24686         (unlocked-io.h): New rule.
24687         (DISTCLEANFILES): Add unlocked-io.h.
24688         (all-local): Depend on unlocked-io.h, to ensure it is created.
24689
24690         * lib/unlocked-io.hin: New file
24691
24692         * lib/regex.c: Update from glibc.
24693
24694 2001-07-05  Jim Meyering  <meyering@lucent.com>
24695
24696         * lib/Makefile.am (noinst_HEADERS): Remove definition, per new automake
24697         recommendation.
24698         (libfetish_a_SOURCES): Put all .h files here instead.
24699         Remove a thus-exposed (better checks in automake) duplicate and
24700         two unnecessary .h files.
24701
24702 2001-07-04  Jim Meyering  <meyering@lucent.com>
24703
24704         * m4/Makefile.am.in (glibc-io.struct): New target.  Rework the code
24705         that generates jm-glibc-io.m4 so that it doesn't trigger any make
24706         distcheck failure.
24707
24708 2001-07-02  Jim Meyering  <meyering@lucent.com>
24709
24710         The following changes were prompted by suggestions from Bruno Haible.
24711
24712         * m4/jm-glibc-io.m4n: New file, the template from which jm-glibc-io.m4
24713         is now generated.
24714         * m4/Makefile.am.in (Makefile.am): Include jm-glibc-io.m4n in emitted
24715         definition of EXTRA_DIST.
24716         (Makefile.am): Emit the dependency, `all-local: jm-glibc-io.m4' to
24717         ensure that the generated file is created/updated whenever the list
24718         of $(unlocked_functions) is changed.
24719         (jm-glibc-io.m4): New rule.
24720         (unlocked-io.h): New rule -- currently unused.
24721
24722 2001-06-24  Jim Meyering  <meyering@lucent.com>
24723
24724         * m4/regex.m4 (jm_INCLUDED_REGEX): Use a quadrigraph to represent an
24725         unmatched right bracket, rather than kludging it with an extra,
24726         falsely-matching quote in a comment.  Patch by Akim Demaille.
24727
24728 2001-06-11  Jim Meyering  <meyering@lucent.com>
24729
24730         * lib/regex.c: Update from GNU libc.
24731
24732 2001-05-27  Jim Meyering  <meyering@lucent.com>
24733
24734         * m4/prereq.m4 (jm_PREREQ_READUTMP): Check for ut_type in struct utmpx.
24735         Check for ut_type in struct utmp.
24736
24737 2001-05-27  Jim Meyering  <meyering@lucent.com>
24738
24739         * lib/readutmp.h (UT_TYPE): Define.
24740
24741 2001-05-24  Jim Meyering  <meyering@lucent.com>
24742
24743         * lib/argmatch.c: Include "quote.h".
24744         (argmatch_invalid): Remove explicit `' quotes.  Instead, use the
24745         quote function.  Reported by Göran Uddeborg.
24746
24747 2001-05-22  Jim Meyering  <meyering@lucent.com>
24748
24749         * m4/strftime.m4 (_jm_STRFTIME_PREREQS): Don't use AC_LIBOBJ(strftime),
24750         now that we use the package-supplied version unconditionally.
24751         (jm_FUNC_STRFTIME): Don't replace strftime, for the same reason.
24752
24753 2001-05-21  Jim Meyering  <meyering@lucent.com>
24754
24755         * m4/regex.m4: Change a couple backticks to single quotes to avoid
24756         shell syntax errors.
24757
24758 2001-05-21  Alexandre Duret-Lutz  <duret_g@epita.fr>
24759
24760         * m4/dos.m4 (jm_AC_DOS): Check for _WIN32, __WIN32__, and __MSDOS__.
24761
24762 2001-05-20  Paul Eggert  <eggert@twinsun.com>
24763
24764         * m4/strftime.m4 (jm_FUNC_GNU_STRFTIME):
24765         Don't bother to check library strftime, since
24766         we'll be using our own my_strftime function anyway.
24767         Define my_strftime instead of strftime.
24768
24769 2001-05-20  Alexandre Duret-Lutz  <duret_g@epita.fr>
24770
24771         * lib/dirname.c (dir_name): Compute append_dot using path, not newpath
24772         which is not yet declared.
24773
24774 2001-05-15  Jim Meyering  <meyering@lucent.com>
24775
24776         * m4/regex.m4: Use proper quoting so brackets appear in the test
24777         program.
24778         Reported by, and with help from, Bruno Haible.
24779
24780 2001-05-13  Jim Meyering  <meyering@lucent.com>
24781
24782         * m4/jm-macros.m4 (major_t, minor_t): Define to unsigned int if
24783         undefined.
24784
24785 2001-05-11  Paul Eggert  <eggert@twinsun.com>
24786
24787         dirname code cleanup.  base_name now behaves more compatibly
24788         with POSIX basename when given file names that have trailing
24789         slashes, and similarly for dir_name.  Add new primitives
24790         base_len and dir_len.  Put the directory-name-related decls
24791         into dirname.h.
24792
24793         * lib/addext.c (ISSLASH, base_name): Remove; now in dirname.h.
24794         * lib/backupfile.c (base_name): Likewise.
24795         * lib/basename.c (FILESYSTEM_PREFIX_LEN, PARAMS, ISSLASH): Likewise.
24796         * lib/dirname.c (FILESYSTEM_PREFIX_LEN, ISSLASH): Likewise.
24797         * lib/makepath.c (strip_trailing_slashes): Likewise.
24798         * lib/path-concat.c (DIRECTORY_SEPARATOR, FILESYSTEM_PREFIX_LEN,
24799         ISSLASH): Likewise.
24800         * lib/rename.c (strip_trailing_slashes): Likewise.
24801         * lib/same.c (base_name): Likewise.
24802         * lib/stripslash.c (ISSLASH): Likewise.
24803
24804         * lib/addext.c: Include <dirname.h> after size_t is defined.
24805         * lib/backupfile.c: Likewise.
24806
24807         * lib/addext.c (addext): Use base_len to trim redundant
24808         trailing slashes instead of doing it ourselves.
24809         But do not trim the last slash if it is not redundant.
24810
24811         * lib/backupfile.c (find_backup_file_name,
24812         max_backup_version): Use base_len instead of rolling it ourselves.
24813         Handle the case of "" and (on DOS) "C:" correctly.
24814
24815         * lib/basename.c: Do not include <stdio.h>, <assert.h>; no longer
24816         needed. Include <string.h>, <dirname.h>.
24817         (base_name): Allow file names ending in slashes, other than names
24818         that are all slashes.  In this case, return the basename followed
24819         by the slashes.  This is more general, and can be used in places
24820         where the original base_name purposely had an assertion failure.
24821         (base_len): New function.
24822
24823         * lib/dirname.c: Include <string.h> instead of <stdlib.h>.
24824         Do not include <assert.h>; no longer needed.
24825         Include xalloc.h.
24826         (memrchr): Remove decl.
24827         (dir_name_r): Remove.
24828         (dir_len): Renamed from dirlen.  All callers changed.
24829         Rewrite in terms of base_name, for simplicity and consistency.
24830         (dir_name): Never return NULL.  All callers changed.
24831         Do not include <stdlib.h> in test program; no longer needed.
24832         return 0; is fine for test program.
24833
24834         * lib/dirname.h (DIRECTORY_SEPARATOR, ISSLASH, FILESYSTEM_PREFIX_LEN):
24835         New macros.
24836         (base_name, base_len, dir_len, strip_trailing_slashes): New decls.
24837
24838         * lib/path-concat.c (path_concat): Use base_len to compute
24839         base length, not strlen; this means we cannot rely on memcpy
24840         to null-terminate.
24841
24842         * lib/same.c (STREQ): Remove.
24843         (same_name): Handle the case where the basename ends in trailing '/'.
24844
24845         * lib/stripslash.c (strip_trailing_slashes): Return nonzero if
24846         a slash was stripped.  Do not strip the last slash after a
24847         file system prefix.
24848
24849 2001-05-11  Paul Eggert  <eggert@twinsun.com>
24850
24851         * lib/Makefile.am (libfetish_a_SOURCES):
24852         Add strftime.c, since we now compile it on all hosts.
24853
24854         * lib/strftime.c (my_strftime):
24855         Define to nstrftime if emacs, but only if my_strftime is not defined.
24856         (extra_args, extra_args_spec, extra_args_spec_iso): Rename from
24857         ut_argument, ut_argument_spec, ut_argument_spec_iso, respectively.
24858         Add one more extra argument: a nanoseconds value.
24859         All uses changed.
24860         (ns): New macro.
24861         (my_strftime function): Add %N format.
24862         (emacs_strftimeu): Renamed from emacs_strftime,
24863         with extra ut argument.
24864
24865 2001-05-09  Paul Eggert  <eggert@twinsun.com>
24866
24867         * m4/jm-macros.m4 (jm_MACROS): Do not check for fseeko; no longer used.
24868
24869 2001-04-21  Jim Meyering  <meyering@lucent.com>
24870
24871         * m4/rmdir-errno.m4: Write to a new file, so that a restrictive umask
24872         doesn't interfere.
24873
24874 2001-04-21  Alexandre Duret-Lutz  <duret_g@epita.fr>
24875
24876         * m4/ftruncate.m4: Check for chsize.
24877         Link with ftruncate.o unconditionally if ftruncate is missing.
24878         This was required when cross-compiling to i586-mingw32msvc.
24879
24880 2001-04-08  Jim Meyering  <meyering@lucent.com>
24881
24882         * lib/getdate.y (get_date): Set tm_isdst to -1 to ensure that it is
24883         recomputed; that's necessary when the offset spans a DST transition.
24884         Patch by David J. MacKenzie.  Reported by Hon-Yin Kok.
24885
24886 2001-04-02  Jim Meyering  <meyering@lucent.com>
24887
24888         * lib/regex.h, regex.c: Update from GNU libc.
24889
24890 2001-03-24  Jim Meyering  <meyering@lucent.com>
24891
24892         * m4/jm-macros.m4: Require autoconf-2.49d.
24893
24894 2001-03-20  Bruno Haible  <haible@clisp.cons.org>
24895
24896         * m4/iconv.m4 (jm_ICONV): Recommend GNU libiconv.
24897
24898 2001-03-19  Paul Eggert  <eggert@twinsun.com>
24899
24900         * lib/version-etc.c (version_etc_copyright): Update to 2001.
24901
24902 2001-03-17  Jim Meyering  <meyering@lucent.com>
24903
24904         * m4/memcmp.m4 (jm_AC_FUNC_MEMCMP): Remove my copy of AC_FUNC_MEMCMP,
24905         now that the version in autoconf is equivalent.
24906         (jm_FUNC_MEMCMP): Adjust to use AC_FUNC_MEMCMP.
24907
24908         * m4/error.m4 (jm_PREREQ_ERROR): Invoke AC_FUNC_STRERROR_R.
24909         Suggestion from Akim Demaille.
24910
24911         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_TEMPNAME.
24912         (jm_PREREQ_TEMPNAME): New function.
24913
24914 2001-03-16  Paul Eggert  <eggert@twinsun.com>
24915
24916         * lib/tempname.c (uint64_t): Define to uintmax_t if
24917         not defined, and if UINT64_MAX is not defined.
24918         Required at least for Vax Ultrix4.3, which doesn't define uint64_t.
24919         Reported by John David Anglin.
24920
24921 2001-03-15  Bruno Haible  <haible@clisp.cons.org>
24922
24923         * lib/localcharset.c (locale_charset): Allow wildcard syntax. Also
24924         resolve alias if codeset is empty.
24925         * lib/config.charset (BeOS): Use wildcard syntax.
24926
24927 2001-03-13  Jim Meyering  <meyering@lucent.com>
24928
24929         * lib/path-concat.c (path_concat)
24930         [FILESYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX]: Don't insert a backslash when
24931         concatenating e.g., `C:' and `foo'.
24932         From Bruno Haible.
24933
24934 2001-03-06  Bruno Haible  <haible@clisp.cons.org>
24935
24936         * lib/localcharset.c (locale_charset): Don't use
24937         setlocale(LC_CTYPE,NULL). Don't return NULL.
24938         * lib/unicodeio.c (print_unicode_char): Simplify accordingly.
24939
24940 2001-03-06  Bruno Haible  <haible@clisp.cons.org>
24941
24942         * lib/config.charset: Update for FreeBSD 4.2 and OSF/1 5.1. Add
24943         support for DOS/DJGPP.
24944
24945 2001-03-01  Paul Eggert  <eggert@twinsun.com>
24946
24947         * m4/jm-macros.m4 (jm_MACROS): Use mkstemp replacement if the system
24948         lacks mkstemp.  Compile our own tempname.c if we compile our own
24949         mkstemp.c, as mkstemp relies on tempname.
24950
24951 2001-03-01  Jim Meyering  <meyering@lucent.com>
24952
24953         * m4/dos.m4 (jm_AC_DOS): Remove extra backslashes, now that
24954         AH_VERBATIM really does output its argument verbatim.
24955
24956 2001-02-28  Paul Eggert  <eggert@twinsun.com>
24957
24958         * lib/Makefile.am (libfetish_a_SOURCES):
24959         Add dup-safer.c, fopen-safer.c.
24960         (noinst_HEADERS): Add stdio-safer.h, unistd-safer.h.
24961
24962         * lib/dup-safer.c, lib/fopen-safer.c, lib/stdio-safer.h:
24963         * lib/unistd-safer.h: New files.
24964
24965 2001-02-25  Paul Eggert  <eggert@twinsun.com>
24966
24967         The mkstemp replacement is taken from glibc 2.2.2, with some
24968         portability fixes for use outside glibc, as follows:
24969
24970         * lib/tempname.c (struct_stat64): New macro.
24971         (direxists, __gen_tempname): Use it.
24972         This avoids a portability problem with Solaris 8.
24973
24974         * lib/tempname.c (<config.h>): Include if HAVE_CONFIG_H.
24975         (<stddef.h>, <stdint.h>, <string.h>):
24976         Include only if STDC_HEADERS || _LIBC.
24977         (<fcntl.h>): Include only if HAVE_FCNTL_H || _LIBC.
24978         (<unistd.h>): Include only if HAVE_UNISTD_H || _LIBC.
24979         (<sys/time.h>): Include only if HAVE_SYS_TIME_H || _LIBC.
24980         (__set_errno): Define this macro if <errno.h> doesn't.
24981         (P_tmpdir, TMP_MAX, __GT_FILE, __GT_BIGFILE, __GT_DIR, __GT_NOCREATE):
24982         Define these macros if <stdio.h> doesn't.
24983         (S_ISDIR, S_IRUSR, S_IWUSR, S_IXUSR):
24984         Define these macros if <sys/stat.h>
24985         doesn't.  Ignore <sys/stat.h> S_ISDIR if STAT_MACROS_BROKEN.
24986         (stat64, __getpid, __gettimeofday, __mkdir, __open, __open64, lxstat64,
24987         __xstat64): Define if not _LIBC.
24988         (__secure_getenv): Define if ! (HAVE___SECURE_GETENV || _LIBC).
24989         (__gen_tempname): Invoke gettimeofday only if
24990         HAVE_GETTIMEOFDAY || _LIBC;
24991         otherwise, fall back on plain "time".
24992         Use macros like S_IRUSR | S_IWUSR rather than octal values like 0600.
24993
24994         * lib/mkstemp.c (__GT_FILE): Define to zero if not defined.
24995
24996         * lib/mkstemp.c, lib/tempname.c: New files, taken from glibc 2.2.2.
24997
24998 2001-02-18  Paul Eggert  <eggert@twinsun.com>
24999
25000         * m4/jm-macros.m4 (jm_CHECK_ALL_HEADERS): Check for sys/resource.h.
25001
25002 2001-02-17  Paul Eggert  <eggert@twinsun.com>
25003
25004         * m4/mbrtowc.m4: New file, defining jm_FUNC_MBRTOWC.
25005         * m4/mbswidth.m4 (jm_PREREQ_MBSWIDTH):
25006         Use jm_FUNC_MBRTOWC, not AC_CHECK_FUNCS(mbrtowc).
25007         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Likewise.
25008
25009 2001-02-17  Paul Eggert  <eggert@twinsun.com>
25010
25011         * lib/mbswidth.c, quotearg.c (mbrtowc, mbsinit):
25012         Remove workaround macros for hosts that have mbrtowc but not
25013         mbstate_t, as we now insist on proper declarations for both
25014         before using mbrtowc.
25015
25016 2001-02-17  Jim Meyering  <meyering@lucent.com>
25017
25018         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Don't check for
25019         getmntent via AC_CHECK_FUNCS, since that would get a `no' and disrupt
25020         further attempts by AC_FUNC_GETMNTENT to check with e.g., -lgen on
25021         UnixWare 7.1.1.
25022
25023         * m4/mbrtowc.m4 (jm_FUNC_MBRTOWC): Adapt to use AC_CACHE_CHECK etc.,
25024         rather than AC_CACHE_VAL.
25025
25026 2001-02-17  Jim Meyering  <meyering@lucent.com>
25027
25028         * lib/strtoul.c: Sync from GNU libc.  Use double quotes, not <...>
25029         around included file name.
25030
25031         * lib/strnlen.c (__strnlen): Merge in a change from GNU libc.
25032
25033         * lib/strftime.c: Update from GNU libc (the only changes were to
25034         comments).
25035
25036 2001-02-17  Jim Meyering  <meyering@lucent.com>
25037
25038         * lib/regex.c: Update from libc.
25039
25040 2001-02-17  Bruno Haible  <haible@clisp.cons.org>
25041
25042         * lib/mbswidth.h (mbswidth): Also define as macro, to avoid prototype
25043         clash.
25044
25045 2001-02-16  Paul Eggert  <eggert@twinsun.com>
25046
25047         * lib/alloca.c (malloc): Undef before defining, since stdlib.h
25048         may have defined it.  Needed for Encore Umax-3.0.9.16b systems.
25049         Reported by Mark Hounschell via Paul Eggert.
25050
25051 2001-02-07  Jim Meyering  <meyering@lucent.com>
25052
25053         * m4/regex.m4 (jm_INCLUDED_REGEX): Add a test for the latest bug.
25054
25055 2001-02-05  Jim Meyering  <meyering@lucent.com>
25056
25057         * m4/jm-macros.m4: Require autoconf-2.14d (not yet released), because
25058         it includes the patch required for `large file' support with at least
25059         HP-UX's 10.20 /bin/cc.
25060
25061 2001-02-03  Jim Meyering  <meyering@lucent.com>
25062
25063         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Restore prior use of
25064         AS_IF, now that it works once again (mysteriously).
25065         * m4/fsusage.m4 (jm_FILE_SYSTEM_USAGE): Likewise.
25066
25067 2001-01-30  Jim Meyering  <meyering@lucent.com>
25068
25069         Don't use filenames that are 8.3-equivalent to "conftest" on DOS.
25070         * m4/chown.m4: Rename conftestchown to conftest.chown.
25071         * m4/rename.m4: s/conftestdir/conftest.d1/ and
25072         s/conftestdir2/conftest.d2/.
25073         * m4/utimes.m4: s/conftestdata/conftest.data/
25074         Inspired by Pavel Roskin's change in autoconf.
25075
25076 2001-01-30  Bruno Haible  <haible@clisp.cons.org>
25077
25078         * lib/config.charset: Update for FreeBSD 4.2.
25079
25080 2001-01-27  Jim Meyering  <meyering@lucent.com>
25081
25082         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Open-code what was
25083         a use of AS_IF.
25084         * m4/fsusage.m4 (jm_FILE_SYSTEM_USAGE): Likewise.
25085
25086 2001-01-26  Jim Meyering  <meyering@lucent.com>
25087
25088         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Check for stddef.h, now that
25089         quotearg.c includes it.
25090
25091 2001-01-26  Jim Meyering  <meyering@lucent.com>
25092
25093         * lib/quotearg.c: Include stddef.h.
25094         * lib/quote.c: Include stddef.h.
25095         Reported by Axel Kittenberger.
25096
25097         * lib/xmalloc.c [HAVE_DONE_WORKING_MALLOC_CHECK]: Enclose error-evoking
25098         line in double quotes so that it evokes a better diagnostic.
25099         [HAVE_DONE_WORKING_REALLOC_CHECK]: Likewise.
25100         Reported by Axel Kittenberger.
25101
25102 2001-01-24  Stefan Monnier  <monnier@cs.yale.edu>
25103
25104         * regex.c (mutually_exclusive_p): Don't blindly handle `charset_not'
25105         as if it was a `charset'.
25106
25107 2001-01-21  Bruno Haible  <haible@clisp.cons.org>
25108
25109         * m4/iconv.m4 (jm_ICONV): Also check whether the iconv declaration
25110         has const.
25111
25112 2001-01-21  Bruno Haible  <haible@clisp.cons.org>
25113
25114         * lib/unicodeio.c (print_unicode_char): Cast the second iconv() arg,
25115         to avoid a warning.  Add back 'const' to inptr.
25116
25117 2001-01-20  Jim Meyering  <meyering@lucent.com>
25118
25119         Be sure that headers are checked before used in code compiled
25120         for the type checks.
25121         * m4/jm-macros.m4 (jm_MACROS): Remove all header checks.
25122         In place of that, invoke jm_CHECK_ALL_TYPES.
25123         (jm_CHECK_ALL_HEADERS): New functions with the above checks.
25124         (jm_CHECK_ALL_TYPES): Require jm_CHECK_ALL_HEADERS.
25125         Alan Iwi reported a build failure on an f300-fujitsu-uxpv4.1_ES;
25126         The check for ssize_t was mistakenly run before the test for unistd.h.
25127
25128         The configure-time check for stdbool.h was missing.
25129         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_HASH.
25130         (jm_PREREQ_HASH): New function.
25131
25132 2001-01-17  Jim Meyering  <meyering@lucent.com>
25133
25134         * m4/fsusage.m4 (jm_FILE_SYSTEM_USAGE): Use AS_IF, not AS_IFELSE,
25135         for autoconf-2.49c.
25136         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Likewise.
25137
25138 2001-01-16  Jim Meyering  <meyering@lucent.com>
25139
25140         * lib/basename.c: Include <stdio.h>, needed by assert on SunOS 4.
25141         From Bruno Haible.
25142
25143 2001-01-14  Jim Meyering  <meyering@lucent.com>
25144
25145         * m4/rename.m4: Use temporary directories named conftestdir{,2}, not
25146         foo and bar.  Create conftestdir/ in the script, not in the C code.
25147         Remove directories in the script, not in the C code.
25148         Remove conftestdir{,2} before trying to create the directory.
25149         Make the entire configure script fail if the mkdir fails.
25150
25151 2001-01-14  Jim Meyering  <meyering@lucent.com>
25152
25153         * lib/rename.c: New file.  From Volker Borchert.
25154         Include stdlib.h, string.h or strings.h, and xalloc.h.
25155         Use strip_trailing_slashes rather than open-coding it.
25156
25157 2001-01-03  Paul Eggert  <eggert@twinsun.com>
25158
25159         * lib/strftime.c: Sync with glibc time/strftime.c 1.81.
25160
25161 2001-01-03  Jim Meyering  <meyering@lucent.com>
25162
25163         * lib/unicodeio.c (print_unicode_char): Remove `const' from declaration
25164         of local `inptr' to avoid warning with some system declarations of
25165         iconv.
25166
25167 2001-01-02  Volker Borchert  <bt@teknon.de>
25168
25169         * m4/rename.m4: New file.
25170         * m4/jm-macros.m4 (jm_MACROS): Require vb_FUNC_RENAME.
25171
25172 2001-01-01  Jim Meyering  <meyering@lucent.com>
25173
25174         * m4/prereq.m4 (jm_PREREQ_READUTMP): Include utmp.h (if available),
25175         even on systems with utmpx.h.  It's necessary for the declaration of
25176         utmp's ut_user member.  Reported by Andreas Jaeger.
25177
25178         * m4/check-decl.m4 (jm_CHECK_DECLS): Include grp.h and pwd.h if
25179         available. They are required for the declarations of getgrgid and
25180         getpwuid resp.
25181         (_jm_DECL_HEADERS): Check for grp.h and pwd.h.
25182         Reported by Andreas Jaeger.
25183
25184 2001-01-01  Alexandre Duret-Lutz  <duret_g@epita.fr>
25185
25186         * m4/libintl.m4 (AM_GNU_GETTEXT): Define MKINSTALLDIRS by
25187         expanding the value of $ac_aux_dir, as in AM_MISSING_HAS_RUN,
25188         so `make install' also works in VPATH builds.
25189
25190 2000-12-31  Alexandre Duret-Lutz  <duret_g@epita.fr>
25191
25192         * m4/libintl.m4 (AM_WITH_NLS): When using AC_CONFIG_AUX_DIR,
25193         prepend $(top_srcdir) to the value of MKINSTALLDIRS so that it
25194         can be used in subdirectories.
25195
25196 2000-12-29  Paul Eggert  <eggert@twinsun.com>
25197
25198         * lib/modechange.c: Do not assume that mode_t uses the
25199         traditional octal encoding.  E.g. "chmod 1 FOO" should set
25200         the other-execute bit of FOO even if S_IXOTH != 1.
25201
25202         (SUID, SGID, SVTX, RUSR, WUSR, XUSR, RGRP, WGRP, XGRP, ROTH,
25203         WOTH, XOTH, ALLM): New macros.
25204         (S_ISUID, S_ISGID, S_ISVTX, S_IRUSR, S_IWUSR, S_IXUSR,
25205          S_IRGRP, S_IWGRP, S_IXGRP, S_IROTH, S_IWOTH, S_IXOTH):
25206         Use them.
25207         (S_ISGID): Fix typo; it was defaulting to the same value as S_ISUID.
25208         (S_IRWXU, S_IRWXG, S_IRWXO): Specify defaults in terms of the above.
25209         (mode_compile):
25210         No need to use uintmax_t; unsigned long is long enough.
25211         Don't bother to get suffix since we don't use it.
25212
25213 2000-12-26  Jim Meyering  <meyering@lucent.com>
25214
25215         * m4/dos.m4 (jm_AC_DOS): Rewrite (though it's still a stub) to work
25216         better with autoheader.
25217
25218 2000-12-24  Jim Meyering  <meyering@lucent.com>
25219
25220         * lib/hash.c (is_prime): Return explicit boolean values.
25221         (hash_get_first): Return NULL to appease Irix5.6's 89.
25222         Reported by Nelson Beebe.
25223
25224 2000-12-19  Bruno Haible  <haible@clisp.cons.org>
25225
25226         * lib/localcharset.c (locale_charset): Add support for Win32.
25227
25228 2000-12-18  Paul Eggert  <eggert@twinsun.com>
25229
25230         * lib/physmem.h, lib/physmem.c: New files.
25231
25232         * lib/Makefile.am (libfetish_a_SOURCES): Add physmem.c.
25233         (noinst_HEADERS): Add physmem.h.
25234
25235         * lib/xstrtol.c (__xstrtol): Add undocumented suffixes 'g' and
25236         't' for compatibility with Solaris 8 sort.
25237
25238 2000-12-18  Bruno Haible  <haible@clisp.cons.org>
25239
25240         * lib/config.charset: Add support for BeOS.
25241
25242 2000-12-17  Jim Meyering  <meyering@lucent.com>
25243
25244         * m4/dos.m4 (jm_AC_DOS): New file and macro.
25245         * m4/jm-macros.m4 (jm_MACROS): Require jm_AC_DOS.
25246
25247 2000-12-16  Jim Meyering  <meyering@lucent.com>
25248
25249         This bug had a serious impact on chown: `chown N:M FILE' (for integer
25250         N and M) would have treated it like `chown N:N FILE'.
25251
25252         * lib/userspec.c (parse_user_spec): Fix typo: s/u/g/.
25253
25254 2000-12-16  Jim Meyering  <meyering@lucent.com>
25255
25256         * lib/getusershell.c [!SHELLS_FILE && __DJGPP__]: Define
25257         SHELLS_FILE to a file name that's useful on djgpp systems.
25258         Include stdlib.h.
25259         (ADDITIONAL_DEFAULT_SHELLS): Define.
25260         (default_shells): Prepend ADDITIONAL_DEFAULT_SHELLS.
25261         Based mostly on a patch from Prashant TR.
25262
25263 2000-12-16  Bruno Haible  <haible@clisp.cons.org>
25264
25265         * lib/config.charset: Add ISO-8859-3, BIG5HKSCS, GB18030, JOHAB,
25266         VISCII, CP874, CP949, CP950, CP1250, CP1253, CP1254, CP1255, CP1256,
25267         CP1257 to the list of canonical encodings. Rename EUC-CN to GB2312.
25268
25269 2000-12-08  Andreas Schwab  <schwab@suse.de>
25270
25271         * lib/mbswidth.c (mbsnwidth): Don't loop endlessly when called with an
25272         invalid mulitbyte sequence and with the MBSW_ACCEPT_INVALID flag set.
25273
25274 2000-12-07  Jim Meyering  <meyering@lucent.com>
25275
25276         * lib/stripslash.c (ISSLASH): Define.
25277         (strip_trailing_slashes): Use ISSLASH rather than comparing against
25278         `/'.
25279         From Prashant TR.
25280
25281         * lib/dirname.c (FILESYSTEM_PREFIX_LEN): Define.
25282         (dir_name_r): Declare this function as static.
25283         [BACKSLASH_IS_PATH_SEPARATOR]: Fix a bug that'd
25284         manifest itself on a name containing a mix of slashes and
25285         backslashes.
25286         Make this function work with names starting with a DOS-style
25287         drive letter and colon prefix.
25288         (dir_name): Append `.' if necessary.
25289         Based mostly on patches from Prashant TR and Eli Zaretskii.
25290
25291         * lib/dirname.h (dir_name_r): Remove prototype.
25292
25293 2000-12-06  Paul Eggert  <eggert@twinsun.com>
25294
25295         * m4/off_t-format.m4: Remove this file.
25296         * m4/jm-macros.m4 (jm_MACROS): Remove jm_SYS_OFF_T_PRINTF_FORMAT.
25297
25298 2000-12-06  Jim Meyering  <meyering@lucent.com>
25299
25300         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): If we need the
25301         replacement strtoull, we may well need the replacement strtoul, too.
25302         Check for declarations of strtoul and strtoull.
25303         Check for strtol.  Mainly as a cue to cause automake to include
25304         strtol.c -- that file is included by each of strtoul.c and strtoull.c.
25305         Check for limits.h -- strtol.c needs it.
25306
25307 2000-12-05  Jim Meyering  <meyering@lucent.com>
25308
25309         * lib/dirname.c (dir_name_r): Add `const' in a few local declarations.
25310
25311 2000-12-04  Jim Meyering  <meyering@lucent.com>
25312
25313         * lib/path-concat.c: [!HAVE_DECL_MALLOC]: Declare malloc.
25314         Also include memory.h, stdlib.h, unistd.h if appropriate.
25315         Reported by Andreas Jaeger (conflicting declaration of malloc).
25316
25317 2000-12-02  Jim Meyering  <meyering@lucent.com>
25318
25319         * m4/off_t-format.m4 (OFF_T_PRINTF_FORMAT_STRING): New file/macro.
25320         * m4/jm-macros.m4 (jm_MACROS): require it.
25321
25322 2000-12-02  Jim Meyering  <meyering@lucent.com>
25323
25324         * lib/closeout.h: Make idempotent, to avoid some obscure warnings.
25325
25326 2000-12-01  Paul Eggert  <eggert@twinsun.com>
25327
25328         * lib/memrchr.c: Include <config.h> before any system include file.
25329
25330 2000-11-30  Jim Meyering  <meyering@lucent.com>
25331
25332         * m4/jm-macros.m4 (jm_MACROS): Check for stdint.h.
25333
25334 2000-11-30  Jim Meyering  <meyering@lucent.com>
25335
25336         * m4/getloadavg.m4: s/ifval/m4_ifval/ to accommodate new autoconf.
25337
25338 2000-11-29  Paul Eggert  <eggert@twinsun.com>
25339
25340         * lib/dirname.c (dir_name_r): Fix typo: int -> size_t.
25341
25342 2000-11-26  Jim Meyering  <meyering@lucent.com>
25343
25344         * lib/memcoll.c: Include sys/types.h.  From Werner Almesberger.
25345
25346 2000-11-22  Paul Eggert  <eggert@twinsun.com>
25347
25348         * lib/strftime.c (my_strftime): Do not invoke mbrlen with a
25349         size of (size_t) -1; it's not portable.
25350
25351 2000-11-17  Jim Meyering  <meyering@lucent.com>
25352
25353         * lib/strstr.c: Update from GNU libc.
25354
25355 2000-11-17  Akim Demaille  <akim@epita.fr>
25356
25357         * lib/obstack.h: Formatting changes.
25358         (obstack_grow, obstack_grow0): Don't cast WHERE at all: that would
25359         prevent type checking.
25360         (obstack_ptr_grow, obstack_ptr_grow_fast): When assigning, don't
25361         cast the value to (void *): assigning a `foo *' to a `void *'
25362         variable is valid.
25363         (obstack_int_grow, obstack_int_grow_fast): Don't cast AINT to int.
25364
25365 2000-11-16  Jim Meyering  <meyering@lucent.com>
25366
25367         * lib/strverscmp.c: Incorporate weak-alias-related changes from glibc.
25368
25369 2000-11-11  Jim Meyering  <meyering@lucent.com>
25370
25371         * lib/error.c: Add a couple #includes, merging from GNU libc version.
25372
25373 2000-11-10  Jim Meyering  <meyering@lucent.com>
25374
25375         * lib/obstack.h: Update from GNU libc.
25376         * lib/obstack.c: Likewise.
25377
25378 2000-11-08  Bruno Haible  <haible@clisp.cons.org>
25379
25380         * m4/jm-macros.m4 (jm_MACROS): Add test for wcrtomb.
25381
25382 2000-11-06  Paul Eggert  <eggert@twinsun.com>
25383
25384         * lib/getusershell.c (setusershell): Use rewind rather than
25385         fseek/fseeko, to avoid configuration hassles with fseeko.
25386         Don't bother opening SHELLS_FILE if shellstream is NULL;
25387         it's not necessary.
25388
25389 2000-11-05  Jim Meyering  <meyering@lucent.com>
25390
25391         * lib/makepath.h (make_dir): Declare.
25392         * lib/makepath.c (make_dir): Remove `static' attribute.
25393         Tweak a comment.
25394
25395 2000-11-04  Jim Meyering  <meyering@lucent.com>
25396
25397         * m4/regex.m4: Use the `m4_' prefix on `syscmd' and `m4_sysval'.
25398
25399 2000-11-04  Alexandre Duret-Lutz  <duret_g@epita.fr>
25400
25401         * lib/hash.c (hash_get_next): Fix a thinko:  when ENTRY is the
25402         last one in a bucket, advance to the next bucket.
25403
25404 2000-11-02  Vesselin Atanasov  <vesselin@bgnet.bg>
25405
25406         * lib/fnmatch.c: Do not comment out all the code if we are using
25407         the GNU C library, because in some cases we are replacing buggy
25408         code in the GNU C library itself.
25409
25410 2000-10-30  Stefan Monnier  <monnier@cs.yale.edu>
25411
25412         * regex.c (re_iswctype, re_wctype_to_bit): Fix braino.
25413         (regex_compile): Catch bogus \(\1\).
25414
25415 2000-10-30  Paul Eggert  <eggert@twinsun.com>
25416
25417         * lib/fnmatch.c (FOLD): Do not assume that characters are unsigned.
25418         (fnmatch): Fix some FNM_FILE_NAME and FNM_LEADING_DIR bugs,
25419         e.g. fnmatch("d*/*1", "d/s/1", FNM_FILE_NAME) incorrectly yielded zero.
25420
25421 2000-10-30  Paul Eggert  <eggert@twinsun.com>
25422
25423         * lib/error.h, getline.h, modechange.h:
25424         Remove "2000" from Copyright line, as the file hasn't been
25425         changed this year other than in the copyright notice.
25426
25427         * lib/xalloc.h: Add "2000" to Copyright line, as this file
25428         was changed this year.
25429
25430 2000-10-29  Jim Meyering  <meyering@lucent.com>
25431
25432         * m4/fsusage.m4: s/AC_SHELL_IFELSE/AS_IFELSE/ to match autoconf
25433         renaming.
25434         * m4/ls-mntd-fs.m4: Likewise
25435
25436 2000-10-29  Jim Meyering  <meyering@lucent.com>
25437
25438         * lib/xstat.in: Fix grammar in comment.
25439
25440 2000-10-29  Greg Louis  <glouis@dynamicro.on.ca>
25441
25442         * lib/regex.h (__restrict_arr): Move definition out of #ifndef block.
25443         Required because egcs-2.91.66 (aka 1.1.2) defines __restrict, but
25444         doesn't define __restrict_arr.
25445
25446 2000-10-28  Jim Meyering  <meyering@lucent.com>
25447
25448         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_MEMCHR.
25449         (jm_PREREQ_MEMCHR): New function.
25450
25451 2000-10-28  Jim Meyering  <meyering@lucent.com>
25452
25453         * lib/memchr.c: Update from libc.
25454         Adjust for portability:
25455         [HAVE_STDLIB_H]: Include stdlib.h.
25456         [HAVE_BP_SYM_H || _LIBC]: Guard inclusion of bp-sym.h.
25457         Undef __memchr, too.
25458         [!weak_alias]: Define __memchr to memchr.
25459
25460         * lib/regex.c: Update from libc.
25461         * lib/regex.h: Likewise.
25462         * lib/getopt1.c: Likewise.
25463         * lib/memcmp.c: Likewise.
25464
25465         * lib/getusershell.c (setusershell) [HAVE_FSEEKO]: Use fseeko.
25466         Avoid using fseek, when possible -- it's broken by design.
25467         Patch by Ulrich Drepper.
25468
25469 2000-10-27  Stefan Monnier  <monnier@cs.yale.edu>
25470
25471         * regex.c (POP_FAILURE_REG_OR_COUNT, re_match_2_internal)
25472         (re_match_2_internal, re_match_2_internal, re_match_2_internal):
25473         Giving in to popular pressure to shut up the compiler with casts.
25474
25475 2000-10-26  Jim Meyering  <meyering@lucent.com>
25476
25477         * lib/strftime.c: Update from libc.
25478
25479 2000-10-25  Stefan Monnier  <monnier@cs.yale.edu>
25480
25481         * regex.c: More `unsigned char' -> `re_char' changes.
25482         Also change several `int' into `re_wchar_t'.
25483         (PATTERN_STACK_EMPTY, PUSH_PATTERN_OP, POP_PATTERN_OP): Remove.
25484         (PUSH_FAILURE_POINTER): Don't cast any more.
25485         (POP_FAILURE_REG_OR_COUNT): Remove the cast that strips `const'.
25486         We want GCC to complain, since this piece of code makes
25487         re_match non-reentrant, which *should* be fixed.
25488         (GET_BUFFER_SPACE): Use size_t rather than unsigned long.
25489         (EXTEND_BUFFER): Use RETALLOC.
25490         (SET_LIST_BIT): Don't cast.
25491         (re_wchar_t): New type.
25492         (re_iswctype, re_wctype_to_bit): Make it crystal clear to GCC
25493         that those two functions will always properly return.
25494         (IMMEDIATE_QUIT_CHECK): Cast to void.
25495         (analyse_first): Use recursion rather than an explicit stack.
25496         (re_compile_fastmap): Can't fail anymore.
25497         (re_search_2): Don't check re_compile_fastmap for failure.
25498         (PUSH_NUMBER): Renamed from PUSH_FAILURE_COUNT.
25499         Now also sets the new value (passed in a new argument).
25500         (re_match_2_internal): Use it.
25501         Also, use a new var `reg' of type size_t when looping through regs
25502         rather than reuse the inappropriate `mcnt'.
25503
25504 2000-10-25  Jim Meyering  <meyering@lucent.com>
25505
25506         * lib/obstack.c: Update from libc.
25507
25508 2000-10-24  Kenichi Handa  <handa@etl.go.jp>
25509
25510         * regex.c (regex_compile): Change the way of handling a range from
25511         a char less than 256 to a char not less than 256.
25512
25513 2000-10-24  Andrew Innes  <andrewi@gnu.org>
25514
25515         * regex.c (IMMEDIATE_QUIT_CHECK): New macro, which does QUIT on
25516         NT-Emacs only.
25517         (re_match_2_internal): Use IMMEDIATE_QUIT_CHECK instead of QUIT,
25518         so that re_search functions only quit when callers expect them to.
25519
25520 2000-10-23  Jim Meyering  <meyering@lucent.com>
25521
25522         * lib/hard-locale.c (hard_locale): Revert last change -- it was simply
25523         wrong.  That set_locale call must not have any side effects.
25524         From Paul Eggert.
25525
25526 2000-10-22  Jim Meyering  <meyering@lucent.com>
25527
25528         * lib/md5.c (md5_process_block) [OP]: Use `rol', not CYCLIC.
25529         [CYCLIC]: Remove now-unused definition.
25530
25531         * lib/save-cwd.c (O_DIRECTORY): Define, if needed.
25532         (save_cwd) [HAVE_FCHDIR]: Use O_DIRECTORY when opening ".".
25533         Suggestion from Ulrich Drepper.
25534
25535 2000-10-21  Jim Meyering  <meyering@lucent.com>
25536
25537         * m4/check-decl.m4 (jm_CHECK_DECLS): Also check for memrchr.
25538         * m4/prereq.m4 (jm_PREREQ_DIRNAME): New macro.
25539         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add memrchr.
25540
25541 2000-10-21  Jim Meyering  <meyering@lucent.com>
25542
25543         * lib/dirname.c (memrchr): Declare if necessary.
25544         (dir_name): Remove the restriction that there be no
25545         trailing slashes.  Now, this code skips past them, effectively
25546         ignoring them.
25547         [TEST_DIRNAME] (main): New unit tests.
25548
25549         * lib/memrchr.c: New file from GNU libc.
25550         Undef __memrchr, too.
25551         [!weak_alias]: Define __memrchr to memrchr.
25552         Guard weak_alias use with `#ifdef weak_alias'.
25553
25554 2000-10-21  Jim Meyering  <meyering@lucent.com>
25555
25556         * lib/dirname.c (dir_name_r): New function, factored out of dir_name.
25557         (dir_name): Use dir_name_r.
25558         * lib/dirname.h (dir_name_r): Declare it.
25559
25560 2000-10-17  Jim Meyering  <meyering@lucent.com>
25561
25562         * lib/quote.h (PARAMS): Define and use.
25563         Reported by Akim Demaille.
25564
25565         * lib/getopt.c: Update from libc.
25566
25567 2000-10-16  Jim Meyering  <meyering@lucent.com>
25568
25569         * lib/hard-locale.c (hard_locale): Use "", not 0 as 2nd arg to
25570         setlocale.
25571         From Jan Fedak.
25572
25573 2000-10-15  Stefan Monnier  <monnier@cs.yale.edu>
25574
25575         * regex.c (WIDE_CHAR_SUPPORT): Define if _LIBC as well.
25576
25577 2000-09-25  Jim Meyering  <meyering@lucent.com>
25578
25579         * lib/md5.h (rol): Define (from GnuPG).
25580
25581         * lib/sha.c: Give credit (GnuPG) where due.
25582         (M): Use rol rather than open-coding it.
25583         Add a FIXME comment.
25584
25585 2000-09-21  Jim Meyering  <meyering@lucent.com>
25586
25587         * lib/userspec.c (parse_user_spec): Remove debugging printf I'd added.
25588         Reported by Michael Stone.
25589
25590 2000-09-20  Jim Meyering  <meyering@lucent.com>
25591
25592         * lib/Makefile.am (libfetish_a_SOURCES): Add sha.c.
25593         (noinst_HEADERS): Add sha.h.
25594         Based on code from Scott G. Miller and from GnuPG.
25595
25596 2000-09-18  Jim Meyering  <meyering@lucent.com>
25597
25598         * m4/getloadavg.m4 (AC_FUNC_GETLOADAVG): Restore the initial value of
25599         LIBS. Otherwise, everyone ends up linking with -lelf for some
25600         configurations.
25601         Reported by Mike Stone.
25602
25603 2000-09-15  Jim Meyering  <meyering@lucent.com>
25604
25605         * lib/regex.c: Update from libc.
25606
25607 2000-09-10  Jim Meyering  <meyering@lucent.com>
25608
25609         * lib/getopt.c (_getopt_internal): Update from glibc.
25610
25611 2000-09-09  Jim Meyering  <meyering@lucent.com>
25612
25613         * lib/quotearg.c: Rename ISASCII to IN_CTYPE_DOMAIN, so people don't
25614         think it should be used as a general replacement for isascii.
25615         * lib/fnmatch.c: Likewise.
25616         * lib/mbswidth.c: Likewise
25617         * lib/regex.c: Likewise.
25618
25619         Don't use atoi.
25620         * lib/userspec.c: Include sys/param.h and limits.h.
25621         Include xstrtol.h.
25622         (CHAR_BIT, TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM): Define.
25623         (UID_T_MAX, GID_T_MAX, MAXUID, MAXGID): Define.
25624         (parse_user_spec): Use xstrtoul, not atoi when converting numeric
25625         UID, GID.  Check range.
25626
25627 2000-09-06  Jim Meyering  <meyering@lucent.com>
25628
25629         * lib/getopt.c (_getopt_internal): Update from glibc.
25630
25631 2000-08-30  Jim Meyering  <meyering@lucent.com>
25632
25633         * lib/strftime.c: Merge in changes from GNU libc.
25634
25635 2000-08-26  Jim Meyering  <meyering@lucent.com>
25636
25637         * m4/jm-macros.m4: Use jm_FUNC_FPENDING.
25638         * m4/fpending.m4: New file.
25639
25640 2000-08-26  Jim Meyering  <meyering@lucent.com>
25641
25642         * lib/closeout.c: Include "__fpending.h".
25643         (close_stdout_status): Return right away if there's nothing to flush.
25644
25645         * lib/Makefile.am (noinst_HEADERS): Add __fpending.h.
25646         * lib/__fpending.c: New file.
25647         * lib/__fpending.h: New file.
25648
25649 2000-08-20  Jim Meyering  <meyering@lucent.com>
25650
25651         * m4/check-decl.m4: Include utmp.h `#if HAVE_UTMP_H', rather than
25652         `#if !HAVE_UTMPX_H'.  The latter would lose on systems with neither
25653         utmp.h nor utmpx.h.  Reported by Eli Zaretskii.
25654
25655 2000-08-11  J. David Anglin  <dave@hiauly1.hia.nrc.ca>
25656
25657         Improve fileutils installation on systems where running
25658         programs (like install) can't be unlinked.
25659         * m4/unlink-busy.m4 (jm_FUNC_UNLINK_BUSY_TEXT): New file/macro.
25660         * m4/jm-macros.m4: Use jm_FUNC_UNLINK_BUSY_TEXT.
25661
25662 2000-08-07  Paul Eggert  <eggert@twinsun.com>
25663
25664         Standardize on "memory exhausted" instead of "Memory exhausted"
25665         or "virtual memory exhausted".
25666         * lib/obstack.c (print_and_abort): Use "memory exhausted", not
25667         "virtual memory exhausted".
25668         * lib/same.c (same_name): Invoke xalloc_die instead of printing
25669         our own message.
25670         * lib/userspec.c (parse_user_spec): Likewise.
25671         * lib/bumpalloc.h: comment fix
25672         * lib/same.c, userspec.c: Include xalloc.h.
25673
25674         * lib/xalloc.h (xalloc_msg_memory_exhausted): Now char const[],
25675         not char *const and pointing to a constant array.
25676         * lib/xmalloc.c (xalloc_msg_memory_exhausted): Likewise.
25677         (xrealloc): Comment fix.
25678
25679         * lib/userspec.c (parse_user_spec):
25680         Don't translate a message until just before returning,
25681         to avoid unnecessary translation.
25682
25683 2000-08-07  Jim Meyering  <meyering@lucent.com>
25684
25685         * lib/addext.c, argmatch.c, argmatch.h, backupfile.h, bumpalloc.h,
25686         chown.c, diacrit.h, dirname.h, dup2.c, exclude.h, fileblocks.c,
25687         fnmatch.c, fnmatch.h, fsusage.c, fsusage.h, getdate.h,
25688         getgroups.c, gethostname.c, getopt.h, group-member.c,
25689         hard-locale.c, hash.h, isdir.c, lchown.c, linebuffer.c,
25690         linebuffer.h, long-options.h, malloc.c, md5.c, md5.h, memchr.c,
25691         memcmp.c, memcoll.c, memset.c, mktime.c, modechange.h, obstack.h,
25692         pathmax.h, realloc.c, rmdir.c, safe-read.c, save-cwd.c, stime.c,
25693         stpcpy.c, strcasecmp.c, strcspn.c, strdup.c, stripslash.c,
25694         strstr.c, strtod.c, strtol.c, strtoul.c, strtoull.c, strtoumax.c,
25695         utime.c, version-etc.h, xalloc.h, xstrdup.c, xstrtoumax.c,
25696         yesno.c: Back out Copyright date changes for each file with no change
25697         this year.  This eases coordination with other programs using the same
25698         source code modules.  From Paul Eggert.
25699
25700 2000-08-06  Paul Eggert  <eggert@twinsun.com>
25701
25702         * m4/mbstate_t.m4 (AC_MBSTATE_T): Define mbstate_t to be int,
25703         not char, for compatibility with glibc 2.1.3 strftime.c.
25704
25705 2000-08-03  Greg McGary  <greg@mcgary.org>
25706
25707         * lib/regex.c (SET_HIGH_BOUND, MOVE_BUFFER_POINTER,
25708         ELSE_EXTEND_BUFFER_HIGH_BOUND): New macros.
25709         (EXTEND_BUFFER): Use them.
25710
25711 2000-08-01  Jim Meyering  <meyering@lucent.com>
25712
25713         * lib/dirname.c (ISSLASH): Define.
25714         (BACKSLASH_IS_PATH_SEPARATOR): Define.
25715         (dir_name) [BACKSLASH_IS_PATH_SEPARATOR]: Handle the case in which
25716         both `\' and `/' may be use as path separators.
25717         Based on a patch from Prashant TR.
25718
25719 2000-07-31  Paul Eggert  <eggert@twinsun.com>
25720
25721         * lib/quotearg.c (quotearg_n_options): Don't make the initial
25722         slot vector a constant, since it might get modified.
25723
25724 2000-07-31  Jim Meyering  <meyering@lucent.com>
25725
25726         * lib/xmalloc.c: Use `virtual memory exhausted', not
25727         `Memory exhausted'.
25728         * lib/obstack.c (print_and_abort): Likewise.
25729
25730 2000-07-30  Paul Eggert  <eggert@twinsun.com>
25731
25732         * lib/quotearg.c (quotearg_n_options): Preallocate a slot 0
25733         buffer, so that the caller can always quote one small
25734         component of a "memory exhausted" message in slot 0.
25735         From a suggestion by Jim Meyering.
25736
25737 2000-07-30  Jim Meyering  <meyering@lucent.com>
25738
25739         * lib/makepath.c (make_path): Quote the other instance, too.
25740
25741         * lib/quotearg.c (N_STATIC_SLOTVECS): Define.
25742         (STATIC_BUF_SIZE): Define.
25743         (quotearg_n_options): Use only statically allocated storage when
25744         N < N_STATIC_SLOTVECS and the length of the quoted result is smaller
25745         than STATIC_BUF_SIZE.
25746
25747 2000-07-29  Jim Meyering  <meyering@lucent.com>
25748
25749         * lib/diacrit.c (diacrit_diac): Use __MSDOS__ in favor of MSDOS.
25750         * lib/dirname.c (dir_name): Likewise.
25751
25752         * lib/basename.c (base_name): Use ISSLASH rather than comparing against
25753         `/'.
25754
25755         * lib/dirname.c (dir_name) [MSDOS]: Declare `lim' to be const.
25756         (dir_name): Assert that there are no trailing slashes.
25757
25758 2000-07-29  Bruno Haible  <haible@clisp.cons.org>
25759
25760         * lib/mbswidth.h (mbswidth): Add a flags argument.
25761         (mbswidth): New declaration.
25762         (MBSW_ACCEPT_INVALID, MBSW_ACCEPT_UNPRINTABLE): New macros.
25763         * lib/mbswidth.c (mbswidth): Add a flags argument.
25764         (mbsnwidth): New function.
25765
25766 2000-07-24  Jim Meyering  <meyering@lucent.com>
25767
25768         * lib/mbswidth.c: Remove useless #else.  From Bruno Haible.
25769
25770 2000-07-23  Paul Eggert  <eggert@twinsun.com>
25771
25772         * m4/mbswidth.m4 (jm_PREREQ_MBSWIDTH): Check for wcwidth declaration.
25773
25774 2000-07-23  Paul Eggert  <eggert@twinsun.com>
25775
25776         * lib/quotearg.c: Streamline by invoking multibyte code only if needed.
25777         <wchar.h>: Include only if HAVE_MBRTOWC && 1 < MB_LEN_MAX.
25778         (MB_CUR_MAX): Redefine to 1 if ! (HAVE_MBRTOWC && 1 < MB_LEN_MAX).
25779         (quotearg_buffer_restyled): If a unibyte locale, don't bother to
25780         invoke multibyte primitives.
25781
25782 2000-07-23  Paul Eggert  <eggert@twinsun.com>
25783
25784         * lib/quotearg.c:
25785         Include <wchar.h> even if ! (HAVE_MBRTOWC && 1 < MB_LEN_MAX),
25786         so that mbstate_t is always defined.
25787
25788         Do not inspect MB_LEN_MAX, since it's incorrectly defined to
25789         be 1 in at least one GCC installation, and this configuration
25790         error is likely to be common.  Ignoring MB_LEN_MAX hurts
25791         performance on hosts that have mbrtowc but have only unibyte
25792         locales, but I assume these hosts are rare.
25793
25794 2000-07-23  Paul Eggert  <eggert@twinsun.com>
25795
25796         * lib/mbswidth.c (_XOPEN_SOURCE):
25797         Don't define; this causes problems on Solaris 7.
25798         (wcwidth) [!HAVE_DECL_WCWIDTH]: Declare.
25799
25800 2000-07-23  Jim Meyering  <meyering@lucent.com>
25801
25802         * m4/check-decl.m4 (jm_CHECK_DECLS): Check for declarations of these,
25803         too: getgrgid, getpwuid, getuid.
25804
25805 2000-07-23  Jim Meyering  <meyering@lucent.com>
25806
25807         * lib/basename.c (base_name): Add an assertion.
25808
25809 2000-07-23  Bruno Haible  <haible@clisp.cons.org>
25810
25811         * lib/quotearg.c: When the system forces us to redefine mbstate_t,
25812         shadow its mbsinit function.
25813
25814 2000-07-17  Bruno Haible  <haible@clisp.cons.org>
25815
25816         * lib/mbswidth.h: New file.
25817         * lib/mbswidth.c: New file.
25818         * lib/Makefile.am (libfetish_a_SOURCES): Add mbswidth.c.
25819         (noinst_HEADERS): Add mbswidth.h.
25820
25821 2000-07-17  Bruno Haible  <haible@clisp.cons.org>
25822
25823         * lib/config.charset: Add support for FreeBSD. Improve support for
25824         HP-UX and IRIX 6.
25825
25826 2000-07-16  Bruno Haible  <haible@clisp.cons.org>
25827
25828         * m4/mbswidth.m4: New file.
25829         * m4/prereq.m4 (jm_PREREQ): Call jm_PREREQ_MBSWIDTH.
25830
25831 2000-07-15  Jim Meyering  <meyering@lucent.com>
25832
25833         * lib/makepath.c: Include quote.h.
25834         (make_path): Convert "`%s'" in format strings to "%s", and wrap each
25835         corresponding argument in a `quote (...)' call.
25836         Give better diagnostics.
25837
25838         * lib/Makefile.am (libfetish_a_SOURCES): Add quote.c.
25839         (noinst_HEADERS): Add quote.h.
25840
25841         * lib/quote.c (quote, quote_n): New file.  Two functions taken verbatim
25842         from tar's src/misc.c.
25843         * lib/quote.h: New file.  Prototypes for same.
25844
25845 2000-07-14  Paul Eggert  <eggert@twinsun.com>
25846
25847         From a suggestion by Bruno Haible.
25848         * lib/quotearg.c (mbrtowc): Do not use HAVE_WCHAR_H in the definition.
25849         Use defined mbstate_t, not HAVE_MBSTATE_T_OBJECT,
25850         to decide whether to define the BeOS workaround macro;
25851         this adjusts to the change to AC_MBSTATE_T.
25852
25853 2000-07-14  Jim Meyering  <meyering@lucent.com>
25854
25855         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): Require
25856         jm_AC_TYPE_UINTMAX_T.
25857
25858 2000-07-13  Paul Eggert  <eggert@twinsun.com>
25859
25860         * lib/quotearg.h (enum quoting style): New enum clocale_quoting_style.
25861
25862         * lib/quotearg.c (quoting_style_args, quoting_style_vals,
25863         quotearg_buffer_restyled): Add support for
25864         clocale_quoting_style.  Undo previous change to
25865         locale_quoting_style behavior, and undo the "{LEFT QUOTATION MARK}"
25866         and "{RIGHT QUOTATION MARK}" msgids.
25867
25868 2000-07-10  Paul Eggert  <eggert@twinsun.com>
25869
25870         From a suggestion by Bruno Haible.
25871         * m4/mbstate_t.m4 (AC_MBSTATE_T):
25872         Renamed from AC_MBSTATE_T_OBJECT.  All uses changed.
25873         Change from a two-part test, which defines both HAVE_MBSTATE_T_OBJECT
25874         and mbstate_t, to a single-part test that simply defines mbstate_t.
25875         * m4/prereq.m4 (jm_PREREQ_QUOTEARG):
25876         s/AC_MBSTATE_T_OBJECT/AC_MBSTATE_T/.
25877
25878 2000-07-10  Jim Meyering  <meyering@lucent.com>
25879
25880         * m4/strerror_r.m4: Mirror the correction made in autoconf.
25881
25882         * m4/gnu-source.m4: Output to confdefs.h directly.
25883         Suggestion from Akim Demaille.
25884
25885 2000-07-09  Paul Eggert  <eggert@twinsun.com>
25886
25887         The old behavior of quoting `like this' doesn't look good with
25888         newer, ISO-style fonts.  See:
25889         http://www.cl.cam.ac.uk/~mgk25/ucs/quotes.html
25890
25891         Instead, quote "like this" by default.  Let the translator
25892         tailor the locale-specific quoting behavior by providing
25893         translations for {LEFT QUOTATION MARK} and {RIGHT QUOTATION MARK}.
25894
25895         * lib/quotearg.c (N_): New macro.
25896         (gettext_default): New function.
25897         (quotearg_buffer_restyled): Use
25898         gettext_default ("{LEFT QUOTATION MARK}", "\"") for left quote, and
25899         gettext_default ("{RIGHT QUOTATION MARK}", "\"") for right quote.
25900
25901 2000-07-09  Jim Meyering  <meyering@lucent.com>
25902
25903         * m4/jm-macros.m4 (jm_MACROS): Add a test to see if -lm is required
25904         to link seq.  If so, set SEQ_LIBM to -lm.  From Bruno Haible.
25905
25906         * m4/gnu-source.m4 (AC__GNU_SOURCE): New file/macro.
25907         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Require it.
25908
25909 2000-07-09  Jim Meyering  <meyering@lucent.com>
25910
25911         * lib/Most files: Update copyright dates to include 2000.
25912
25913 2000-07-08  Jim Meyering  <meyering@lucent.com>
25914
25915         * lib/xgethostname.c (ENAMETOOLONG): Define to an unlikely value
25916         if not defined.
25917         (xgethostname): Remove now-unnecessary #ifdef.
25918         Move declaration of `err' into loop where it's used.
25919
25920 2000-07-05  Paul Eggert  <eggert@twinsun.com>
25921         and Bruno Haible  <haible@clisp.cons.org>
25922
25923         * m4/mbstate_t.m4 (AC_MBSTATE_T_OBJECT): Test for mbstate_t
25924         only if the test for an object-type mbstate_t fails.  This
25925         prevents us from mistakenly reporting that mbstate_t is a
25926         system object type after we "#define mbstate_t int" to work
25927         around its lack.
25928
25929 2000-07-05  Paul Eggert  <eggert@twinsun.com>
25930         and Bruno Haible  <haible@clisp.cons.org>
25931
25932         * lib/quotearg.c (mbrtowc): Declare returned type, since BeOS doesn't.
25933
25934 2000-07-05  Bruno Haible  <haible@clisp.cons.org>
25935
25936         * m4/strerror_r.m4 (AC_FUNC_STRERROR_R): Pass a reasonably large buffer
25937         to strerror_r.
25938         Include <ctype.h> for use of isalpha.
25939
25940 2000-07-05  Bruno Haible  <haible@clisp.cons.org>
25941
25942         * lib/xgethostname.c (xgethostname): Protect against the SunOS 5.5 bug
25943         by allocating a larger buffer. Test the gethostname return value for
25944         being >= 0, not == 0, for BeOS.  Don't exhaust memory if gethostname
25945         returns an error and ENAMETOOLONG isn't defined.
25946
25947 2000-07-05  Bruno Haible  <haible@clisp.cons.org>
25948
25949         * lib/quotearg.c (struct quoting_options): Simplify quote_these_too
25950         dimension.
25951
25952 2000-07-04  Jim Meyering  <meyering@lucent.com>
25953
25954         * m4/fsusage.m4 (jm_FILE_SYSTEM_USAGE): Use plain old `echo' instead
25955         of the deprecated AC_CHECKING.
25956
25957 2000-07-04  Jim Meyering  <meyering@lucent.com>
25958
25959         * lib/strndup.c: [!HAVE_DECL_STRNLEN]: Declare strnlen.
25960         Reported by Bruno Haible.
25961
25962 2000-07-04  Jim Meyering  <meyering@lucent.com>
25963
25964         * lib/quotearg.c: Make inclusion of <wchar.h> independent of whether
25965         HAVE_MBRTOWC is set.  Required at least for irix-5.6, which
25966         lacks mbrtowc.
25967
25968 2000-07-03  Paul Eggert  <eggert@twinsun.com>
25969
25970         * m4/mbstate_t.m4 (AC_MBSTATE_T_OBJECT): Port to autoconf 2.13.
25971         Add AC_CHECK_HEADERS(stdlib.h), since we use HAVE_STDLIB_H.
25972
25973 2000-07-03  Paul Eggert  <eggert@twinsun.com>
25974         and Bruno Haible  <haible@clisp.cons.org>
25975
25976         * lib/quotearg.c (mbrtowc):
25977         Assign to *pwc, and return 1 only if result is nonzero.
25978         (iswprint): Use ISPRINT when substituting our own mbrtowc.
25979
25980 2000-07-03  Jim Meyering  <meyering@lucent.com>
25981
25982         * m4/check-decl.m4 (AC_CHECK_DECLS): Add strnlen.
25983
25984 2000-07-03  Jim Meyering  <meyering@lucent.com>
25985
25986         * lib/readutmp.h: [HAVE_UTMPX_H]: Include <utmp.h> if HAVE_UTMP_H.
25987         This is necessary to get a definition of e.g., UTMP_FILE on
25988         HP-UX 10.20.
25989         From Bob Proulx.
25990
25991 2000-07-02  Jim Meyering  <meyering@lucent.com>
25992
25993         * m4/mbstate_t.m4: Also define mbstate_t, if necessary.
25994
25995         * m4/chown.m4: Replace each use of AC_SUBST(LIBOBJS)/LIBOBJS=... with
25996         AC_LIBOBJ(function_name).
25997         * m4/chown.m4: Likewise.
25998         * m4/fnmatch.m4: Likewise.
25999         * m4/ftruncate.m4: Likewise.
26000         * m4/getgroups.m4: Likewise.
26001         * m4/getline.m4: Likewise.
26002         * m4/group-member.m4: Likewise.
26003         * m4/jm-macros.m4: Likewise.
26004         * m4/lstat.m4: Likewise.
26005         * m4/malloc.m4: Likewise.
26006         * m4/memcmp.m4: Likewise.
26007         * m4/nanosleep.m4: Likewise.
26008         * m4/putenv.m4: Likewise.
26009         * m4/realloc.m4: Likewise.
26010         * m4/regex.m4: Likewise.
26011         * m4/stat.m4: Likewise.
26012         * m4/strftime.m4: Likewise.
26013
26014 2000-07-02  Jim Meyering  <meyering@lucent.com>
26015
26016         * lib/quotearg.c (mbstate_t): Don't define here.
26017
26018 2000-07-02  Jim Meyering  <meyering@lucent.com>
26019
26020         * lib/nanosleep.c (SIGCONT): Define if not already defined.
26021
26022 2000-07-01  Jim Meyering  <meyering@lucent.com>
26023
26024         * m4/uptime.m4: Put double quotes around use of $cross_compiling.
26025
26026 2000-07-01  Jim Meyering  <meyering@lucent.com>
26027
26028         * m4/ls-mntd-fs.m4: Remove a `FIXME' comment and fix the associated
26029         problem.
26030
26031 2000-07-01  Bruno Haible  <haible@clisp.cons.org>
26032
26033         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Rename BeOS specific
26034         macro from MOUNTED_NEXT_DEV to MOUNTED_FS_STAT_DEV.
26035
26036 2000-07-01  Bruno Haible  <haible@clisp.cons.org>
26037
26038         * lib/mountlist.c: Use MOUNTED_FS_STAT_DEV instead of MOUNTED_NEXT_DEV,
26039         per change in ../m4/ls-mntd-fs.m4.
26040         (read_filesystem_list): Ignore symbolic links.
26041
26042 2000-06-29  Jim Meyering  <meyering@lucent.com>
26043
26044         * lib/same.c: Include <string.h> or <strings.h>, as appropriate,
26045         for declaration of strcmp.
26046
26047         * lib/long-options.c: Include <stdlib.h>, for declaration of exit.
26048
26049         * lib/mountlist.c (fsp_to_string) [HAVE_F_FSTYPENAME_IN_STATFS]:
26050         Avoid warning by casting result to `char *' to remove `const'.
26051
26052 2000-06-28  Jim Meyering  <meyering@lucent.com>
26053
26054         * m4/mbstate_t.m4: Use stdlib.h, not stdio.h.  The latter is not
26055         included by quotearg.c, for which we perform this test.  From
26056         Bruno Haible.
26057
26058 2000-06-27  Bruno Haible  <haible@clisp.cons.org>
26059
26060         * m4/check-decl.m4 (_jm_DECL_HEADERS): Check for utmp.h as well.
26061         * m4/prereq.m4 (jm_PREREQ_READUTMP): Likewise. If either <utmp.h> or
26062         <utmpx.h> exists, put readutmp.o into LIBOBJS.
26063
26064 2000-06-27  Bruno Haible  <haible@clisp.cons.org>
26065
26066         * lib/Makefile.am (libfetish_a_SOURCES): Remove readutmp.c.
26067
26068 2000-06-26  Paul Eggert  <eggert@twinsun.com>
26069
26070         savedir now sets errno on failure and invokes xmalloc to get memory.
26071         Fix a couple of other minor bugs while we're at it.
26072
26073         * lib/savedir.c (<unistd.h>): Do not include; there's no need.
26074         (NAMLEN): Remove macro.
26075         (malloc, realloc): Remove decls.
26076         (stpcpy): Likewise.
26077         ("xalloc.h"): Include.
26078         (NAME_SIZE_DEFAULT): New macro.
26079         (savedir): Use xmalloc / xrealloc to allocate memory.
26080         Use NAME_SIZE_DEFAULT if name_size is negative or overflows to zero.
26081         Skip "" directory entries.
26082         Use strlen to calculate directory entry length, since the old method
26083         is rarely used these days and isn't worth supporting.
26084         Don't use a pointer after freeing it.
26085         Check for integer overflow when calculating allocation size.
26086         Use memcpy to copy entries, instead of stpcpy.
26087         Set errno properly when returning NULL.
26088         Check for readdir error.
26089
26090 2000-06-26  Jim Meyering  <meyering@lucent.com>
26091
26092         * lib/posixtm.c [HAVE_STDLIB_H]: Include stdlib.h, for decl of abort.
26093
26094 2000-06-25  Jim Meyering  <meyering@lucent.com>
26095
26096         * m4/mbstate_t.m4: Include stdio.h before wchar.h to work around
26097         Linux header bug when _XOPEN_SOURCE is defined to 500.
26098
26099 2000-06-25  Bruno Haible  <haible@clisp.cons.org>
26100
26101         * lib/unicodeio.c (print_unicode_char): Work around ansi2knr
26102         deficiency.
26103
26104 2000-06-25  Bruno Haible  <haible@clisp.cons.org>
26105
26106         * lib/getusershell.c (xmalloc, xrealloc): Remove functions.
26107         Include xalloc.h.
26108         Don't include <stdlib.h>.  Don't declare malloc, realloc.
26109
26110 2000-06-24  Jim Meyering  <meyering@lucent.com>
26111
26112         * m4/strerror_r.m4: Revive this file -- to try out an experimental
26113         version of AC_FUNC_STRERROR_R that may work even on BeOS, a system
26114         for which strerror does return char*, but which lacks a conveniently
26115         accessible declaration of the function.  If the compile-test says
26116         strerror_r doesn't work, then resort to a `run'-test that works on
26117         BeOS and segfaults on DEC Unix.
26118
26119 2000-06-24  Jim Meyering  <meyering@lucent.com>
26120
26121         * lib/error.c [!HAVE_DECL_STRERROR_R]: Declare strerror_r.
26122
26123 2000-06-23  Paul Eggert  <eggert@twinsun.com>
26124
26125         * m4/mbstate_t.m4: New file, defining AC_MBSTATE_T_OBJECT.
26126         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Use it.  Add check for iswprint.
26127
26128 2000-06-23  Paul Eggert  <eggert@twinsun.com>
26129
26130         * lib/quotearg.c: Include <wctype.h> after <wchar.h>, for Solaris 2.5.
26131         (mbrtowc, mbstate_t): Define substitutes if
26132         HAVE_MBRTOWC && HAVE_WCHAR_H && !HAVE_MBSTATE_T_OBJECT.
26133         (iswprint): Define to 1 if !defined iswprint && !HAVE_ISWPRINT,
26134         not if ! (HAVE_MBRTOWC && HAVE_WCHAR_H).
26135
26136 2000-06-23  Jim Meyering  <meyering@lucent.com>
26137
26138         * m4/afs.m4: Add missing AC_MSG_RESULT.
26139         Reported by Bruno Haible.
26140
26141         * m4/fsusage.m4: s/AC_MSG_CHECKING/AC_CHECKING/.
26142         Suggestion from Bruno Haible.
26143
26144 2000-06-23  Jim Meyering  <meyering@lucent.com>
26145
26146         * lib/getpass.c: New file, from Bruno Haible.  Required for BeOS.
26147
26148 2000-06-21  Jim Meyering  <meyering@lucent.com>
26149
26150         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add getpass.
26151
26152 2000-06-21  Jim Meyering  <meyering@lucent.com>
26153
26154         * lib/Makefile.am (libfetish_a_SOURCES): Add getstr.c.
26155         (noinst_HEADERS): Add getstr.h.
26156
26157         * lib/getline.c (getstr): Move into a separate file.
26158         * lib/getstr.c (getstr): New file, extracted from getline.c, with
26159         the following changes: new parameter, delim2; both delim[12]
26160         parameters have type `int', not `char'.  The latter would lose
26161         with 8-bit delimiters.
26162         * lib/getstr.h: New file.
26163
26164 2000-06-21  Bruno Haible  <haible@clisp.cons.org>
26165
26166         * lib/xgetcwd.c (xgetcwd): If the required pathname length is smaller
26167         than 1024, return a memory chunk of least possible size, instead
26168         of size PATH_MAX + 2. In the loop, increment the size proportionally.
26169         Use free/xmalloc instead of xrealloc to avoid copying for very long
26170         paths.
26171
26172 2000-06-21  Bruno Haible  <haible@clisp.cons.org>
26173
26174         * lib/path-concat.c (path_concat): Don't access dir[-1] if dir is
26175         the empty string.
26176
26177 2000-06-21  Bruno Haible  <haible@clisp.cons.org>
26178
26179         * lib/canon-host.c (canon_host): Use malloc and memcpy to copy an
26180         address, not strdup.  Include <stdlib.h> and don't declare free().
26181
26182 2000-06-19  Jim Meyering  <meyering@lucent.com>
26183
26184         * lib/getloadavg.c [HAVE_NLIST_H] (NLIST_STRUCT): Define.
26185
26186 2000-06-18  Jim Meyering  <meyering@lucent.com>
26187
26188         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Remove mkdir.
26189
26190         * m4/link-follow.m4 (jm_AC_FUNC_LINK_FOLLOWS_SYMLINK): Change the
26191         `checking whether...' message to be consistent with that of the
26192         lstat test.
26193
26194 2000-06-18  Jim Meyering  <meyering@lucent.com>
26195
26196         * lib/mkdir.c: Remove file, due mainly to copyright incompatibility.
26197         Besides, these days every porting target provides a mkdir function.
26198
26199         * lib/strnlen.c: Include memory.h, string.h, and/or strings.h as
26200         needed. (this snippet comes from src/system.h).
26201
26202 2000-06-16  Bruno Haible  <haible@clisp.cons.org>
26203
26204         * m4/glibc21.m4 (jm_GLIBC21): Define GLIBC21 for Makefiles, not for C.
26205
26206 2000-06-15  Paul Eggert  <eggert@twinsun.com>
26207
26208         * lib/human.c (adjust_value): New function.
26209         (human_readable_inexact): Apply rounding style even when
26210         printing approximate values.
26211
26212 2000-06-14  Paul Eggert  <eggert@twinsun.com>
26213
26214         * lib/human.c (human_readable_inexact): Allow an input block
26215         size that is not a multiple of the output block size, and vice versa.
26216         Reported by Piergiorgio Sartor.
26217
26218 2000-06-14  Paul Eggert  <eggert@twinsun.com>
26219
26220         * lib/getdate.y (get_date): Apply relative times after time
26221         zone indicator, not before.  Reported by Todd A. Jacobs.
26222
26223 2000-06-13  Jim Meyering  <meyering@lucent.com>
26224
26225         * lib/Makefile.am (all-local): Depend on lstat.c and stat.c.
26226
26227         * lib/xstat.in [!HAVE_DECL_FREE]: Declare free in lstat.c.
26228
26229 2000-06-12  Paul Eggert  <eggert@twinsun.com>
26230
26231         * lib/xstat.in: Include <stdlib.h> in lstat, to declare "free".
26232
26233 2000-06-12  Jim Meyering  <meyering@lucent.com>
26234
26235         * m4/getloadavg.m4 (AM_FUNC_GETLOADAVG): Replace with
26236         AC_FUNC_GETLOADAVG from autoconf, and tweak the latter to accept an
26237         optional argument.
26238         * m4/jm-macros.m4: s/AM_FUNC_GETLOADAVG/AC_FUNC_GETLOADAVG/, and supply
26239         the optional argument, `lib'.
26240
26241 2000-06-08  Jim Meyering  <meyering@lucent.com>
26242
26243         * m4/largefile.m4: Remove file (now that it's part of autoconf).
26244
26245 2000-06-04  Paul Eggert  <eggert@twinsun.com>