ee690b479f1b34c6ad3499a1d4ea42d2935ba943
[gnulib.git] / ChangeLog
1 2007-03-02  Bruno Haible  <bruno@clisp.org>
2
3         * modules/rbtreehash-list-tests (Depends-on): Add progname.
4         * tests/test-rbtreehash_list.c: Include progname.h.
5         (main): Call set_program_name.
6
7         * modules/rbtree-oset-tests (Depends-on): Add progname.
8         * tests/test-rbtree_oset.c: Include progname.h.
9         (main): Call set_program_name.
10
11         * modules/rbtree-list-tests (Depends-on): Add progname.
12         * tests/test-rbtree_list.c: Include progname.h.
13         (main): Call set_program_name.
14
15         * modules/linked-list-tests (Depends-on): Add progname.
16         * tests/test-linked_list.c: Include progname.h.
17         (main): Call set_program_name.
18
19 2007-03-03  Bruno Haible  <bruno@clisp.org>
20
21         * lib/glob-libc.h (_Restrict_): New macro, copied from lib/regex.h.
22         All uses of __restrict changed to _Restrict_.
23         * lib/glob_.h (__restrict): Remove macro.
24
25 2007-03-02  Bruno Haible  <bruno@clisp.org>
26
27         * modules/gettext (configure.ac): Require gettext infrastructure
28         from version 0.16.1.
29
30 2007-03-02  Bruno Haible  <bruno@clisp.org>
31
32         * modules/linkedhash-list-tests (Depends-on): Add progname.
33         * tests/test-linkedhash_list.c: Include progname.h.
34         (main): Call set_program_name.
35
36         * modules/carray-list-tests (Depends-on): Add progname.
37         * tests/test-carray_list.c: Include progname.h.
38         (main): Call set_program_name.
39
40         * modules/avltreehash-list-tests (Depends-on): Add progname.
41         * tests/test-avltreehash_list.c: Include progname.h.
42         (main): Call set_program_name.
43
44         * modules/avltree-oset-tests (Depends-on): Add progname.
45         * tests/test-avltree_oset.c: Include progname.h.
46         (main): Call set_program_name.
47
48         * modules/avltree-list-tests (Depends-on): Add progname.
49         * tests/test-avltree_list.c: Include progname.h.
50         (main): Call set_program_name.
51
52         * modules/array-oset-tests (Depends-on): Add progname.
53         * tests/test-array_oset.c: Include progname.h.
54         (main): Call set_program_name.
55
56         * modules/array-list-tests (Depends-on): Add progname.
57         * tests/test-array_list.c: Include progname.h.
58         (main): Call set_program_name.
59
60         * modules/argp-tests (Depends-on): Add progname.
61         * tests/test-argp.c: Include argp.h first. Include progname.h.
62         (main): Call set_program_name.
63
64 2007-03-02  Paul Eggert  <eggert@cs.ucla.edu>
65
66         * doc/gnulib-tool.texi (Initial import): Reword description of
67         _FILE_OFFSET_BITS and _GNU_SOURCE, since they sometimes have a
68         limited effect even if defined after the first system include.
69
70 2007-03-01  Bruno Haible  <bruno@clisp.org>
71
72         * build-aux/config.libpath: Update to libtool-1.5.22.
73         Reported by Albert Chin <bug-gnulib@mlists.thewrittenword.com>.
74
75 2007-03-01  Bruno Haible  <bruno@clisp.org>
76
77         * doc/relocatable-maint.texi: Recommend to set foo_CPPFLAGS, not
78         foo_CFLAGS.
79         Reported by Ralf Wildenhues.
80
81 2007-03-01  Bruno Haible  <bruno@clisp.org>
82
83         * build-aux/install-reloc: Remove object files left over by some
84         compilers.
85         Reported by Ralf Wildenhues.
86
87 2007-03-01  Bruno Haible  <bruno@clisp.org>
88
89         * build-aux/install-reloc: Break long lines.
90
91 2007-03-01  Bruno Haible  <bruno@clisp.org>
92
93         * doc/relocatable.texi: Document that it may not work on OpenBSD.
94         Reported by Ralf Wildenhues.
95
96 2007-03-01  Bruno Haible  <bruno@clisp.org>
97
98         * doc/gnulib-tool.texi (Initial import): Remove paragraph about
99         include ordering constraints.
100
101 2007-03-01  Paul Eggert  <eggert@cs.ucla.edu>
102
103         Followup to the 2007-02-12 patch, using suggestions from Bruno Haible in
104         <http://lists.gnu.org/archive/html/bug-gnulib/2007-02/msg00136.html>.
105         * doc/gnulib-tool.texi (Initial import): Mention _FILE_OFFSET_BITS
106         as another example.
107         * lib/time_.h: Fix misspelling.
108         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP):
109         Require gl_HEADER_TIME_H_DEFAULTS.
110         * m4/strptime.m4 (gl_FUNC_STRPTIME): Likewise.
111         * m4/time_r.m4 (gl_TIME_R): Likewise.
112         * m4/timegm.m4 (gl_FUNC_TIMEGM): Likewise.
113
114 2007-03-01  Bruno Haible  <bruno@clisp.org>
115
116         * m4/utimecmp.m4 (gl_UTIMECMP): Don't require gl_TIMESPEC.
117         * m4/utimens.m4 (gl_UTIMENS): Likewise.
118
119 2007-03-01  Jim Meyering  <jim@meyering.net>
120
121         * modules/xreadlink (Maintainer): Add my name.
122         * modules/xreadlink-with-size (Depends-on): Alphabetize.
123
124 2007-02-26  Ben Pfaff  <blp@cs.stanford.edu>
125             Bruno Haible  <bruno@clisp.org>
126
127         * build-aux/install-reloc: Compile also c-ctype.c.
128         * build-aux/relocatable.sh.in: New file.
129         * doc/relocatable.texi: New file.
130         * doc/relocatable-maint.texi: New file.
131         * doc/gnulib.texi: Include relocatable-maint.texi.
132         * lib/progreloc.c: Include unistd.h unconditionally.
133         * lib/relocwrapper.c: Include unistd.h unconditionally.
134         Include c-ctype.h.
135         (add_dotbin): Use c_tolower.
136         * m4/relocatable-lib.m4: New file, extracted from m4/relocatable.m4.
137         (gl_RELOCATABLE_LIBRARY): Renamed from AC_RELOCATABLE_LIBRARY.
138         (gl_RELOCATABLE_NOP): Renamed from AC_RELOCATABLE_NOP.
139         * m4/relocatable.m4 (AC_RELOCATABLE_LIBRARY, AC_RELOCATABLE_NOP): Move
140         to m4/relocatable-lib.m4.
141         (gl_RELOCATABLE): Renamed from AC_RELOCATABLE. Set also
142         RELOCATABLE_CONFIG_H_DIR, RELOCATABLE_SRC_DIR, RELOCATABLE_BUILD_DIR.
143         (gl_RELOCATABLE_BODY): Renamed from AC_RELOCATABLE_BODY. Don't
144         require obsolete macro AC_EXEEXT. Don't check for unistd.h. Don't set
145         SET_RELOCATABLE. Instead set RELOCATABLE_LDFLAGS, INSTALL_PROGRAM_ENV.
146         * modules/relocatable: New file.
147         * modules/relocatable-lib: New file.
148         * modules/relocatable-script: New file.
149
150 2007-02-28  Bruno Haible  <bruno@clisp.org>
151
152         Import --enable-relocatable infrastructure.
153         * build-aux/config.libpath: New file, from GNU gettext.
154         * build-aux/install-reloc: New file, from GNU gettext.
155         * build-aux/reloc-ldflags: New file, from GNU gettext.
156         * lib/relocatable.h: New file, from GNU gettext.
157         * lib/relocatable.c: New file, from GNU gettext.
158         * lib/relocwrapper.c: New file, from GNU gettext.
159         * m4/relocatable.m4: New file, from GNU gettext.
160
161 2007-02-28  Bruno Haible  <bruno@clisp.org>
162
163         * MODULES.html.sh (File system functions): Add xreadlink-with-size.
164
165         * modules/xreadlink: New file, from GNU gettext with modifications.
166         * lib/xreadlink.c: New file, from GNU gettext.
167         * lib/xreadlink.h: Add comments.
168         (xreadlink): New declaration.
169
170         * modules/xreadlink-with-size: Renamed from modules/xreadlink.
171         (Files): Remove m4/xreadlink.m4. Replace lib/xreadlink.c with
172         lib/xreadlink-with-size.c.
173         (configure.ac): Remove gl_XREADLINK invocation.
174         (Makefile.am): Augment lib_SOURCES.
175         * m4/xreadlink.m4: Remove file.
176         * lib/xreadlink-with-size.c: Renamed from lib/xreadlink.c.
177         (xreadlink_with_size): Renamed from xreadink.
178         * lib/xreadlink.h (xreadlink_with_size): Renamed from xreadink.
179         * modules/canonicalize (Depends-on): Replace xreadlink with
180         xreadlink-with-size.
181         * lib/canonicalize.c (canonicalize_filename_mode): Update.
182
183 2007-02-25  Jim Meyering  <jim@meyering.net>
184
185         * build-aux/announce-gen: When complaining about excess arguments,
186         list them.
187
188 2007-02-25  Paul Eggert  <eggert@cs.ucla.edu>
189
190         * README: Document signed integer overflow situation more
191         accurately.
192
193 2007-02-25  Bruno Haible  <bruno@clisp.org>
194
195         * lib/vasnprintf.c (VASNPRINTF): Fix estimate of size needed for a
196         'a' or 'A' conversion.
197
198 2007-02-25  Bruno Haible  <bruno@clisp.org>
199
200         * modules/filename: Renamed from modules/pathname.
201         (Files): Replace lib/pathname.h with lib/filename.h. Replace
202         lib/concatpath.c with lib/concat-filename.c.
203         (Makefile.am): Update.
204         (Include): Replace pathname.h with filename.h.
205         * lib/filename.h: Renamed from lib/pathname.h.
206         (concatenated_filename): Renamed from concatenated_pathname.
207         * lib/concat-filename.c: Renamed from lib/concatpath.c.
208         (concatenated_filename): Renamed from concatenated_pathname.
209         * lib/findprog.c: Include filename.h instead of pathname.h.
210         (find_in_path): Update.
211         * lib/javacomp.c: Include filename.h instead of pathname.h.
212         (is_envjavac_gcj43_usable, is_envjavac_oldgcj_14_14_usable,
213         is_envjavac_oldgcj_14_13_usable, is_envjavac_nongcj_usable,
214         is_gcj_present, is_gcj43_usable, is_oldgcj_14_14_usable,
215         is_oldgcj_14_13_usable, is_javac_usable): Update.
216         * lib/javaexec.c: Include filename.h instead of pathname.h.
217         (execute_java_class): Update.
218         * modules/findprog: Update.
219         * modules/javacomp: Update.
220         * modules/javaexec: Update.
221         * MODULES.html.sh (File system functions): Add 'filename', remove
222         'pathname'.
223
224 2007-02-25  Bruno Haible  <bruno@clisp.org>
225
226         * modules/printf-frexpl-tests: New file.
227         * tests/test-printf-frexpl.c: New file.
228
229         * modules/printf-frexpl: New file.
230         * lib/printf-frexpl.h: New file.
231         * lib/printf-frexpl.c: New file.
232         * m4/printf-frexpl.m4: New file.
233
234 2007-02-25  Bruno Haible  <bruno@clisp.org>
235
236         * modules/printf-frexp-tests: New file.
237         * tests/test-printf-frexp.c: New file.
238
239         * modules/printf-frexp: New file.
240         * lib/printf-frexp.h: New file.
241         * lib/printf-frexp.c: New file.
242         * m4/printf-frexp.m4: New file.
243
244 2007-02-25  Bruno Haible  <bruno@clisp.org>
245
246         Assume automake >= 1.10 for the tests.
247         * modules/arcfour-tests (TESTS): Remove $(EXEEXT) suffix.
248         * modules/arctwo-tests: Likewise.
249         * modules/argp-tests: Likewise.
250         * modules/avltree-list-tests: Likewise.
251         * modules/avltree-oset-tests: Likewise.
252         * modules/avltreehash-list-tests: Likewise.
253         * modules/carray-list-tests: Likewise.
254         * modules/crc-tests: Likewise.
255         * modules/des-tests: Likewise.
256         * modules/gc-arcfour-tests: Likewise.
257         * modules/gc-arctwo-tests: Likewise.
258         * modules/gc-des-tests: Likewise.
259         * modules/gc-hmac-md5-tests: Likewise.
260         * modules/gc-hmac-sha1-tests: Likewise.
261         * modules/gc-md2-tests: Likewise.
262         * modules/gc-md4-tests: Likewise.
263         * modules/gc-md5-tests: Likewise.
264         * modules/gc-pbkdf2-sha1-tests: Likewise.
265         * modules/gc-rijndael-tests: Likewise.
266         * modules/gc-sha1-tests: Likewise.
267         * modules/gc-tests: Likewise.
268         * modules/getaddrinfo-tests: Likewise.
269         * modules/hmac-md5-tests: Likewise.
270         * modules/hmac-sha1-tests: Likewise.
271         * modules/linked-list-tests: Likewise.
272         * modules/linkedhash-list-tests: Likewise.
273         * modules/lock-tests: Likewise.
274         * modules/md2-tests: Likewise.
275         * modules/md4-tests: Likewise.
276         * modules/md5-tests: Likewise.
277         * modules/rbtree-list-tests: Likewise.
278         * modules/rbtree-oset-tests: Likewise.
279         * modules/rbtreehash-list-tests: Likewise.
280         * modules/read-file-tests: Likewise.
281         * modules/rijndael-tests: Likewise.
282         * modules/stdint-tests: Likewise.
283         * modules/tls-tests: Likewise.
284
285 2007-02-24  Bruno Haible  <bruno@clisp.org>
286
287         * lib/isnanl.h (isnanl): Define through isnan if isnan is a macro.
288         * m4/isnan.m4 (gl_FUNC_ISNAN_NO_LIBM): Don't check for isnan as a
289         function; instead check whether isnan with a double argument links.
290         * m4/isnanl.m4 (gl_FUNC_ISNANL_NO_LIBM): Don't check for isnanl as a
291         function; instead check whether isnan with a 'long double' argument
292         links.
293         Reported by Eric Blake <ebb9@byu.net>.
294
295 2007-02-24  Bruno Haible  <bruno@clisp.org>
296
297         * lib/isnan.c: Support the 'long double' case if USE_LONG_DOUBLE is
298         defined.
299         * lib/isnanl.c: Remove all code. Just include isnan.c.
300         * modules/isnanl-nolibm (Files): Add lib/isnan.c.
301
302 2007-02-25  Jim Meyering  <jim@meyering.net>
303
304         Avoid conflicting types for 'unsetenv' on FreeBSD.
305         * lib/putenv.c (_unsetenv): Rename from "unsetenv", to avoid
306         conflicting with FreeBSD's (5.0 and 6.1) function declaration
307         in stdlib.h.
308
309 2007-02-24  Bruno Haible  <bruno@clisp.org>
310
311         * modules/isnanl-nolibm-tests: New file.
312         * tests/test-isnanl.c: New file.
313
314         * modules/isnanl-nolibm: New file.
315         * lib/isnanl.h: New file.
316         * lib/isnanl.c: New file.
317         * m4/isnanl.m4: New file.
318
319 2007-02-24  Bruno Haible  <bruno@clisp.org>
320
321         * modules/isnan-nolibm-tests: New file.
322         * tests/test-isnan.c: New file.
323
324         * modules/isnan-nolibm: New file.
325         * lib/isnan.h: New file.
326         * lib/isnan.c: New file.
327         * m4/isnan.m4: New file.
328
329 2007-02-24  Bruno Haible  <bruno@clisp.org>
330
331         * lib/frexpl.c (frexpl): Correct return values for x = 1.0L. Don't
332         assume that an exponent fits in 20 bits.
333
334 2007-02-24  Jim Meyering  <jim@meyering.net>
335
336         * m4/regex.m4: Update the description of the configure-time option,
337         --without-included-regex, to state accurately what the defaults are,
338         and perhaps to give people an idea why using this option is risky.
339
340 2007-02-24  Paul Eggert  <eggert@cs.ucla.edu>
341
342         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Check for a nanosleep that
343         loops on small arguments.  This attempts to avoid the problem
344         Bruno Haible reported for AIX 4.3.2 in
345         <http://lists.gnu.org/archive/html/bug-gnulib/2007-02/msg00309.html>.
346
347 2007-02-23  Bruno Haible  <bruno@clisp.org>
348
349         * m4/perl.m4 (gl_PERL): Require version 5.005, not 5.003.
350         Needed for help2man.
351
352 2007-02-23  Karl Berry  <karl@gnu.org>
353
354         * doc/gnulib-tool.texi (CVS Issues): mention that when foo_.h
355         exists, foo.h should be cvs-ignored, not committed.
356
357 2007-02-23  Eric Blake  <ebb9@byu.net>
358
359         * lib/getdate.h (includes):  Include <time.h>, not "timespec.h".
360         * lib/stat-time.h (includes): Likewise.
361         * lib/utimecmp.c (includes): Likewise.
362         * lib/utimens.h (includes): Likewise.
363         * lib/getdate.y (includes): Also include "timespec.h" for use
364         internal to the module.
365         * modules/utimens (Depends-on): Revert yesterday's patch.
366         * modules/nanosleep (Depends-on): Add missing dependency.
367
368 2007-02-22  Bruno Haible  <bruno@clisp.org>
369
370         * lib/glob.c: Don't include getlogin_r.h.
371
372 2007-02-22  Jim Meyering  <jim@meyering.net>
373
374         * modules/utimens (Depends-on): Add timespec, required for
375         utimens.h's inclusion of timespec.h.
376
377 2007-02-21  Paul Eggert  <eggert@cs.ucla.edu>
378
379         * lib/getcwd.c (__getcwd): Undo previous change; it mishandled
380         long unreadable paths in GNU/Linux.  Problem reported by Andreas
381         Schwab in
382         <http://lists.gnu.org/archive/html/bug-gnulib/2007-02/msg00261.html>.
383         I'll try to think of a better way to fix the Solaris problem.
384
385         * lib/getcwd.c (__getcwd): Don't assume getcwd (NULL, 0) works
386         like glibc; on Solaris 10, it fails with errno == EINVAL.
387         POSIX says the behavior is unspecified if the first argument is NULL,
388         so play it safe and never pass NULL to the system getcwd.
389
390 2007-02-21  Jim Meyering  <jim@meyering.net>
391
392         * lib/gettimeofday.c (rpl_gettimeofday): Remove declaration
393         of gettimeofday.  It would conflict with the one now always
394         provided via sys_time_.h.  Reported by Matthew Woehlke, as
395         an IRIX 6.5 build failure.
396
397 2007-02-20  Paul Eggert  <eggert@cs.ucla.edu>
398
399         Minor fixups to port to Solaris 10 with Sun C 5.8.
400         * lib/getcwd.c [!_LIBC]: Include dirfd.h, since we use dirfd.
401         * modules/getcwd (Depends-on): Add dirfd.
402         * lib/putenv.c (putenv): #undef it.
403         (rpl_putenv): New decl.
404         (malloc, free): Include <stdlib.h> rather than prototyping separately.
405
406 2007-02-20  Bruno Haible  <bruno@clisp.org>
407
408         * modules/stdio-tests: New file.
409         * tests/test-stdio.c: New file.
410
411         * modules/vsnprintf (Files): Remove lib/vsnprintf.h.
412         (Depends-on): Add stdio.
413         (configure.ac): Invoke gl_STDIO_MODULE_INDICATOR.
414         (Include): Use <stdio.h> instead of vsnprintf.h.
415         * m4/vsnprintf.m4 (gl_FUNC_VSNPRINTF): Require gl_STDIO_H_DEFAULTS. Set
416         HAVE_DECL_VSNPRINTF.
417         * lib/vsnprintf.c: Include <stdio.h> instead of vsnprintf.h.
418
419         * modules/snprintf (Files): Remove lib/snprintf.h.
420         (Depends-on): Add stdio.
421         (configure.ac): Invoke gl_STDIO_MODULE_INDICATOR.
422         (Include): Use <stdio.h> instead of snprintf.h.
423         * m4/snprintf.m4 (gl_FUNC_SNPRINTF): Require gl_STDIO_H_DEFAULTS. Set
424         HAVE_DECL_SNPRINTF.
425         * lib/snprintf.c: Include <stdio.h> instead of snprintf.h.
426         * lib/getaddrinfo.c: Likewise.
427
428         * modules/stdio: New file.
429         * lib/stdio_.h: New file, incorporating snprintf.h and vsnprintf.h.
430         * lib/snprintf.h: Remove file.
431         * lib/vsnprintf.h: Remove file.
432         * lib/.cppi-disable: Remove snprintf.h.
433         * m4/stdio_h.m4: New file.
434         * MODULES.html.sh (Support for systems lacking ISO C 99): Add stdio.
435
436 2007-02-20  Jim Meyering  <jim@meyering.net>
437
438         * lib/ftruncate.c [HAVE_CHSIZE]: Document that this code is
439         used by e.g., mingw.  From Bruno Haible.
440
441 2007-02-19  Bruno Haible  <bruno@clisp.org>
442
443         * lib/string_.h: Use "#pragma GCC system_header" to suppress some gcc
444         warnings.
445         Reported by Ben Pfaff <blp@cs.stanford.edu>.
446
447 2007-02-19  Bruno Haible  <bruno@clisp.org>
448
449         * m4/ftruncate.m4 (gl_FUNC_FTRUNCATE): Don't request a complaint mail
450         from mingw users.
451
452 2007-02-19  Bruno Haible  <bruno@clisp.org>
453
454         * lib/stdlib_.h: Use "#pragma GCC system_header" to suppress some gcc
455         warnings.
456         Reported by Joel E. Denny <jdenny@ces.clemson.edu> via Paul Eggert.
457
458 2007-02-19  Jim Meyering  <jim@meyering.net>
459
460         Don't use FD after a successful "fdopendir (fd)".
461         * lib/getcwd.c (__getcwd) [AT_FDCWD]: fdopendir (fd) usually closes fd.
462         Reset it by calling dirfd on the just-obtained DIR*.
463
464         * m4/ftruncate.m4: Adjust comment to give this module a 3-year reprieve.
465         Prompted by a report from Bruno Haible that mingw lacks ftruncate.
466
467 2007-02-18  Bruno Haible  <bruno@clisp.org>
468
469         * lib/readlink.c: Include <unistd.h>.
470         * m4/readlink.m4 (gl_FUNC_READLINK): Require gl_UNISTD_H_DEFAULTS. Set
471         HAVE_READLINK.
472         * modules/readlink (Depends-on): Add unistd.
473         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
474         (Include): Add <unistd.h>.
475
476         * lib/getlogin_r.h: Remove file.
477         * lib/getlogin_r.c: Include <unistd.h> instead of getlogin_r.h.
478         * m4/getlogin_r.m4 (gl_GETLOGIN_R_SUBSTITUTE): Remove macro.
479         (gl_GETLOGIN_R): Inline it here. Require gl_UNISTD_H_DEFAULTS. Set
480         HAVE_DECL_GETLOGIN_R.
481         * modules/getlogin_r (Files): Remove lib/getlogin_r.h.
482         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
483         (Include): Use <unistd.h> instead of getlogin_r.h.
484
485         * lib/getcwd.h: Remove file.
486         * lib/getcwd.c: Include <unistd.h> instead of getcwd.h.
487         * lib/xgetcwd.c: Likewise.
488         * m4/getcwd.m4 (gl_FUNC_GETCWD): Require gl_UNISTD_H_DEFAULTS. Set
489         REPLACE_GETCWD. Don't define __GETCWD_PREFIX.
490         * modules/getcwd (Files): Remove lib/getcwd.h.
491         (Depends-on): Add unistd.
492         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
493         (Include): Use <unistd.h> instad of getcwd.h.
494
495         * lib/ftruncate.c: Include <unistd.h> first.
496         * m4/ftruncate.m4 (gl_FUNC_FTRUNCATE): Require gl_UNISTD_H_DEFAULTS.
497         Set HAVE_FTRUNCATE.
498         * modules/ftruncate (Depends-on): Add unistd.
499         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
500
501         * lib/fchdir.c: Include <unistd.h> first.
502         * lib/dirent_.h: Test REPLACE_FCHDIR, not FCHDIR_REPLACEMENT.
503         * m4/fchdir.m4 (gl_FUNC_FCHDIR): Require gl_UNISTD_H_DEFAULTS instead
504         of gl_HEADER_UNISTD_DEFAULTS. Set REPLACE_FCHDIR. Don't set UNISTD_H.
505         * modules/fchdir (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
506         (Makefile.am): Substitute also REPLACE_FCHDIR into dirent.h.
507
508         * lib/dup2.c: Include <unistd.h> first.
509         * m4/dup2.m4 (gl_FUNC_DUP2): Require gl_UNISTD_H_DEFAULTS. Set
510         HAVE_DUP2.
511         * modules/dup2 (Depends-on): Add unistd.
512         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
513
514         * lib/chown.c: Include <unistd.h> first. Undefine chown later.
515         * m4/chown.m4 (gl_FUNC_CHOWN): Require gl_UNISTD_H_DEFAULTS. Set
516         REPLACE_CHOWN. Don't define chown as a macro here.
517         * modules/chown (Depends-on): Add unistd.
518         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
519
520         * lib/unistd_.h: Test HAVE_UNISTD_H determined at configure time.
521         Add definition for GL_LINK_WARNING.
522         (chown, dup2): New declarations.
523         (fchdir): Test REPLACE_FCHDIR, not FCHDIR_REPLACEMENT. Provide optional
524         link warning.
525         (ftruncate): New declaration.
526         (getcwd): New declaration, taken from old getcwd.h.
527         (getlogin_r): New declaration, taken from old getlogin_r.h.
528         (readlink): New declaration.
529         * m4/unistd_h.m4 (gl_UNISTD_H): Renamed from gl_HEADER_UNISTD. Don't
530         set UNISTD_H. Inline gl_PREREQ_UNISTD. Set HAVE_UNISTD_H.
531         (gl_PREREQ_UNISTD): Remove macro.
532         (gl_UNISTD_MODULE_INDICATOR): New macro.
533         (gl_UNISTD_H_DEFAULTS): Renamed from gl_HEADER_UNISTD_DEFAULTS. Set
534         many new variables. Don't set UNISTD_H.
535         * modules/unistd (Description): Change.
536         (Depends-on): Add link-warning.
537         (configure.ac): Update.
538         (Makefile.am): Create unistd.h always. Substitute many new variables
539         into it.
540
541 2007-02-18  Bruno Haible  <bruno@clisp.org>
542
543         * lib/stdlib_.h (getsubopt): New declaration, copied from getsubopt.h.
544         * modules/stdlib (stdlib.h): Also substitute GNULIB_GETSUBOPT and
545         HAVE_GETSUBOPT.
546         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Also initialize
547         GNULIB_GETSUBOPT and HAVE_GETSUBOPT.
548         * lib/getsubopt.h: Remove file.
549         * modules/getsubopt (Files): Remove lib/getsubopt.h.
550         (Depends-on): Add stdlib.
551         (configure.ac): Invoke gl_STDLIB_MODULE_INDICATOR.
552         (Includes): Use <stdlib.h> instead of getsubopt.h.
553         * m4/getsubopt.m4 (gl_FUNC_GETSUBOPT): Require gl_STDLIB_H_DEFAULTS.
554         Set HAVE_GETSUBOPT.
555         * lib/getsubopt.c: Don't include getsubopt.h.
556
557 2007-02-18  Bruno Haible  <bruno@clisp.org>
558
559         * modules/fchdir (Depends-on): Add dup2.
560
561 2007-02-18  Bruno Haible  <bruno@clisp.org>
562
563         * lib/stdlib_.h: Handle glibc's special invocation convention
564         specially.
565
566 2007-02-18  Bruno Haible  <bruno@clisp.org>
567
568         * modules/stdlib-tests: New file.
569         * tests/test-stdlib.c: New file.
570
571         * modules/mkstemp (Files): Remove lib/mkstemp.h.
572         (Depends-on): Add stdlib.
573         (configure.ac): Invoke gl_STDLIB_MODULE_INDICATOR.
574         (Includes): Use <stdlib.h> instead of mkstemp.h.
575         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Require gl_STDLIB_H_DEFAULTS. Set
576         REPLACE_MKSTEMP. Remove definition of __MKSTEMP_PREFIX.
577         * lib/mkstemp.c: Don't include mkstemp.h.
578         * lib/mkstemp-safer.c: Include <stdlib.h> instead of mkstemp.h.
579         * lib/stdlib--.h: Don't include mkstemp.h.
580
581         * modules/mkdtemp (Files): Remove lib/mkdtemp.h.
582         (Depends-on): Add stdlib.
583         (configure.ac): Invoke gl_STDLIB_MODULE_INDICATOR.
584         (Includes): Use <stdlib.h> instead of mkdtemp.h.
585         * m4/mkdtemp.m4 (gt_FUNC_MKDTEMP): Require gl_STDLIB_H_DEFAULTS. Set
586         HAVE_MKDTEMP.
587         * lib/mkdtemp.c: Don't include mkdtemp.h.
588         * lib/clean-temp.c: Don't include mkdtemp.h.
589
590         * modules/exit (Files): Remove lib/exit.h.
591         (Depends-on): Add stdlib.
592         (Makefile.am): Remove lib_SOURCES.
593         (Include): Use <stdlib.h> instead of exit.h.
594         * lib/argmatch.c: Don't include exit.h.
595         * lib/execute.c: Likewise.
596         * lib/pagealign_alloc.c: Likewise.
597         * lib/pipe.c: Likewise.
598         * lib/wait-process.c: Likewise.
599         * lib/copy-file.c: Include <stdlib.h> instead of exit.h.
600         * lib/exitfail.c: Likewise.
601         * lib/savewd.c: Likewise.
602         * lib/xsetenv.c: Likewise.
603
604         * modules/stdlib: New file.
605         * lib/stdlib_.h: New file, incorporating exit.h, mkdtemp.h, mkstemp.h
606         and extra comments about mkstemp().
607         * lib/exit.h: Remove file.
608         * lib/mkdtemp.h: Remove file.
609         * lib/mkstemp.h: Remove file.
610         * m4/stdlib_h.m4: New file.
611         * MODULES.html.sh (Support for systems lacking ANSI C 89): Add stdlib.
612
613 2007-02-18  Bruno Haible  <bruno@clisp.org>
614
615         * modules/math-tests: New file.
616         * tests/test-math.c: New file.
617
618         * modules/math: New file.
619         * modules/mathl (Files): Remove lib/mathl.h.
620         (Depends-on): Add math.
621         (Makefile.am): Don't mention mathl.h.
622         (Include): Use <math.h> instead of mathl.h.
623         * lib/math_.h: New file.
624         * lib/mathl.h: Remove file.
625         * lib/acosl.c: Include <config.h> and <math.h> first. Don't include
626         mathl.h.
627         * lib/asinl.c: Likewise.
628         * lib/atanl.c: Likewise.
629         * lib/ceill.c: Likewise.
630         * lib/cosl.c: Likewise.
631         * lib/expl.c: Likewise.
632         * lib/floorl.c: Likewise.
633         * lib/frexpl.c: Likewise.
634         * lib/ldexpl.c: Likewise.
635         * lib/logl.c: Likewise.
636         * lib/sincosl.c: Likewise.
637         * lib/sinl.c: Likewise.
638         * lib/sqrtl.c: Likewise.
639         * lib/tanl.c: Likewise.
640         * lib/trigl.c: Likewise.
641         * m4/math_h.m4: New file.
642         * MODULES.html.sh (Mathematics): Add math.
643
644 2007-02-17  Bruno Haible  <bruno@clisp.org>
645
646         * modules/wctype-tests: New file.
647         * tests/test-wctype.c: New file.
648
649         * modules/wchar-tests: New file.
650         * tests/test-wchar.c: New file.
651
652         * modules/unistd-tests: New file.
653         * tests/test-unistd.c: New file.
654
655         * modules/time-tests: New file.
656         * tests/test-time.c: New file.
657
658         * modules/sysexits-tests: New file.
659         * tests/test-sysexits.c: New file.
660
661         * modules/sys_time-tests: New file.
662         * tests/test-sys_time.c: New file.
663
664         * modules/sys_stat-tests: New file.
665         * tests/test-sys_stat.c: New file.
666
667         * modules/sys_socket-tests: New file.
668         * tests/test-sys_socket.c: New file.
669
670         * modules/sys_select-tests: New file.
671         * tests/test-sys_select.c: New file.
672
673         * modules/string-tests: New file.
674         * tests/test-string.c: New file.
675
676         * modules/stdbool-tests: New file.
677         * tests/test-stdbool.c: New file.
678
679         * modules/netinet_in-tests: New file.
680         * tests/test-netinet_in.c: New file.
681
682         * modules/inttypes-tests: New file.
683         * tests/test-inttypes.c: New file.
684
685         * modules/fcntl-tests: New file.
686         * tests/test-fcntl.c: New file.
687
688         * modules/byteswap-tests: New file.
689         * tests/test-byteswap.c: New file.
690
691         * modules/arpa_inet-tests: New file.
692         * tests/test-arpa_inet.c: New file.
693
694 2007-02-17  Bruno Haible  <bruno@clisp.org>
695
696         * lib/inttypes_.h: Add definition for GL_LINK_WARNING.
697         (imaxabs, imaxdiv, strtoimax, strtoumax): Don't declare the function
698         if the corresponding module is not enabled. Emit link warnings if
699         the function is used nevertheless.
700         * m4/inttypes.m4 (gl_INTTYPES_H): Never use the existing <inttypes.h>.
701         Don't AC_SUBST HAVE_DECL_IMAXABS, HAVE_DECL_IMAXDIV,
702         HAVE_DECL_STRTOIMAX, HAVE_DECL_STRTOUMAX.
703         (gl_INTTYPES_MODULE_INDICATOR, gl_INTTYPES_H_DEFAULTS): New macros.
704         * modules/inttypes (Depends-on): Add link-warning.
705         (Makefile.am): Copy the contents of build-aux/link-warning.h into
706         inttypes.h. Substitute also GNULIB_IMAXABS, GNULIB_IMAXDIV,
707         GNULIB_STRTOIMAX, GNULIB_STRTOUMAX.
708         * modules/imaxabs (configure.ac): Invoke gl_INTTYPES_MODULE_INDICATOR.
709         * modules/imaxdiv (configure.ac): Likewise.
710         * modules/strtoimax (configure.ac): Likewise.
711         * modules/strtoumax (configure.ac): Likewise.
712
713 2007-02-17  Bruno Haible  <bruno@clisp.org>
714
715         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Include the contents of
716         gl_STRING_MODULE_INDICATOR_DEFAULTS.
717         (gl_STRING_MODULE_INDICATOR_DEFAULTS): Remove macro.
718         (gl_HEADER_STRING_H_BODY, gl_STRING_MODULE_INDICATOR): Update.
719
720 2007-02-17  Bruno Haible  <bruno@clisp.org>
721
722         * modules/link-warning: New file.
723         * build-aux/link-warning.h: New file, extracted from lib/string_.h.
724         * lib/string_.h (GL_LINK_WARNING): Remove definition.
725         * modules/string (Depends-on): Add link-warning.
726         (Makefile.am): Copy the contents of build-aux/link-warning.h into
727         string.h.
728         * MODULES.html.sh (Support for building libraries and executables): Add
729         link-warning.
730
731 2007-02-17  Bruno Haible  <bruno@clisp.org>
732
733         * lib/string_.h (memmem, mempcpy, memrchr, stpcpy, stpncpy, strcasecmp,
734         strncasecmp, strchr, strchrnul, strdup, strndup, strnlen, strcspn,
735         strpbrk, strspn, strrchr, strsep, strstr, strcasestr, strtok_r): Break
736         long lines.
737
738 2007-02-17  Ben Pfaff  <blp@cs.stanford.edu>
739             Bruno Haible  <bruno@clisp.org>
740
741         * modules/tmpfile: New file.
742         * lib/tmpfile.c: New file.
743         * m4/tmpfile.m4: New file.
744         * MODULES.html.sh (func_all_modules): New section "Input/output".
745
746 2007-02-15  Bruno Haible  <bruno@clisp.org>
747
748         * lib/clean-temp.c [WIN32 && !CYGWIN]: Include <windows.h>.
749         (supports_delete_on_close): New function.
750         (open_temp, fopen_temp): Use _O_TEMPORARY when supported.
751
752 2007-02-14  Bruno Haible  <bruno@clisp.org>
753
754         * modules/mbspcasecmp-tests: New file.
755         * tests/test-mbspcasecmp.sh: New file.
756         * tests/test-mbspcasecmp.c: New file.
757
758         New module mbspcasecmp.
759         * modules/mbspcasecmp: New file.
760         * lib/mbspcasecmp.c: New file.
761         * lib/string_.h (strncasecmp): Change warning message.
762         (mbspcasecmp): New declaration.
763         * m4/mbspcasecmp.m4: New file.
764         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
765         GNULIB_MBSPCASECMP.
766         * modules/string (string.h): Also substitute GNULIB_MBSPCASECMP.
767         * MODULES.html.sh (Internationalization functions): Add mbspcasecmp.
768
769 2007-02-14  Bruno Haible  <bruno@clisp.org>
770
771         * modules/mbsncasecmp-tests: New file.
772         * tests/test-mbsncasecmp.sh: New file.
773         * tests/test-mbsncasecmp.c: New file.
774
775         New module mbsncasecmp.
776         * modules/mbsncasecmp: New file.
777         * lib/mbsncasecmp.c: New file.
778         * lib/string_.h (mbsncasecmp): New declaration.
779         * m4/mbsncasecmp.m4: New file.
780         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
781         GNULIB_MBSNCASECMP.
782         * modules/string (string.h): Also substitute GNULIB_MBSNCASECMP.
783         * MODULES.html.sh (Internationalization functions): Add mbsncasecmp.
784
785 2007-02-14  Paul Eggert  <eggert@cs.ucla.edu>
786
787         * lib/exclude.c (FNM_EXTMATCH): Define if system does not.
788         Verify that it doesn't overlap with our flags.
789         (fnmatch_no_wildcards): Don't use strcasecmp or strncasecmp, which
790         do not have the desired effect in multibyte locales; instead, use
791         mbscasecmp.
792         * modules/exclude (Depends-on): Depend on mbscasecmp, not strcase.
793         Add dependency on xalloc.  Depend on fnmatch, not fnmatch-gnu, since
794         we don't require GNU fnmatch ourselves (if our users require it, they
795         should do so explicitly).
796
797         Fix regex code so it doesn't rely on strcasecmp.
798         * lib/regex_internal.h: Include <langinfo.h> only if _LIBC is defined.
799         Otherwise, include gnulib's langinfo.h.
800         * lib/regcomp.c (init_dfa): Don't use strcasecmp, as it can have
801         undesirable behavior in non-C locales.  Instead, rely on localecharset.
802         * m4/regex.m4 (gl_PREREQ_REGEX): Don't require AM_LANGINFO_CODESET.
803         * modules/regex (FILES): Remove m4/codeset.m4.
804         (Depends-on): Add localcharset.  Remove strcase.
805
806 2007-02-13  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
807
808         * m4/unlinkdir.m4 (gl_UNLINKDIR): Fix m4 quoting bug.
809         * m4/unlink-busy.m4 (gl_FUNC_UNLINK_BUSY_TEXT): Likewise.
810
811 2007-02-13  Bruno Haible  <bruno@clisp.org>
812
813         * m4/intdiv0.m4 (gt_INTDIV0): Assume ANSI C. Fix underquoting bug.
814         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
815
816 2007-02-12  Bruno Haible  <bruno@clisp.org>
817
818         * lib/string_.h (memmem, mempcpy, memrchr, stpcpy, stpncpy, strchrnul,
819         strdup, strndup, strnlen, strpbrk, strsep, strtok_r): If
820         GNULIB_POSIXCHECK and the gnulib module not enabled, provoke a link-
821         time warning rather than a link error.
822
823 2007-02-12  Bruno Haible  <bruno@clisp.org>
824
825         * m4/locale-fr.m4 (gt_LOCALE_FR): Fix m4 quoting bug.
826         * m4/locale-zh.m4 (gt_LOCALE_ZH_CN): Likewise.
827         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
828
829 2007-02-12  Paul Eggert  <eggert@cs.ucla.edu>
830
831         * lib/string_.h (strncasecmp): Fix typo: this macro takes 3
832         args, not 2.
833
834 2007-02-12  Paul Eggert  <eggert@cs.ucla.edu>
835
836         New module 'time', so that apps can include <time.h> as per
837         POSIX and GNU instead of separate include files like time_r.h
838         and timegm.h.  This implementation tries out a simpler approach
839         for replacing decls in standard include files (as compared to
840         the string module), somewhat as an experiment.
841
842         * config/srclist.txt: Comment out mktime.c for now.
843         * doc/gnulib-tool.texi (Initial import): Don't use time_r as an example
844         since it doesn't apply any more.  Use generic wording instead.
845         * MODULES.html.sh (Support for systems lacking POSIX:2001): New module
846         'time'.
847         * lib/time_.h, m4/time_h.m4, modules/time: New files.
848         * lib/strptime.h, lib/time_r.h, lib/timegm.h: Remove.
849         * lib/mktime.c: Include config.h depending on _LIBC, not HAVE_CONFIG_H.
850         Don't include <sys/types.h>; no longer needed since we assume C89.
851         * lib/mktime.c: Don't include "time_r.h"; no longer needed.
852         * lib/strftime.c: Likewise.
853         * lib/time_r.c: Likewise.
854         * lib/nanosleep.c (nanosleep): #undef after include files, not before.
855         * lib/nanosleep.c: Include <time.h> first, to check interface.
856         * lib/strptime.c: Likewise.
857         * lib/time_r.c: Likewise.
858         * lib/timegm.c: Likewise.
859         * lib/strptime.c: Don't include strptime.h or time_r.h; no longer
860         needed.
861         * lib/timegm.c: Don't include timegm.h; no longer needed.
862         * lib/timespec.h: Don't include <sys/time.h> before <time.h>;
863         time.h now handles any problems in that area.
864         (struct timespec, nanosleep): Remove; time.h now arranges for these.
865         * lib/xnanosleep.c: Don't include timespec.h; no longer needed now
866         that time.h defines struct timespec.
867         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Check that nanosleep is declared.
868         Set REPLACE_NANOSLEEP.  Don't AC_DEFINE nanosleep; the time module now
869         handles that.
870         * m4/strptime.m4 (gl_FUNC_STPRTIME): Set REPLACE_STRPTIME.
871         * m4/time_r.m4 (gl_TIME_R): Don't define HAVE_TIME_R_POSIX; no longer
872         needed.  Set REPLACE_LOCALTIME.
873         * m4/timegm.m4 (gl_FUNC_TIMEGM): Set REPLACE_TIMEGM.
874         * m4/timespec.m4 (gl_CHECK_TYPE_STRUCT_TIMESPEC): Move to time_h.m4.
875         (gl_TIMESPEC): Don't check for sys/time.h or struct timespec or
876         nanosleep; time_h.m4 now does that.  Don't require
877         gl_USE_SYSTEM_EXTENSIONS; no longer needed directly, and the time
878         module handles this now.
879         * modules/getdate (Depends-on): Remove timespec.  Add time.
880         * modules/nanosleep (Depends-on): Likewise.
881         * modules/stat-time (Depends-on): Likewise.
882         * modules/nanosleep (Include): Include time.h, not timespec.h.
883         * modules/strptime (Files): Remove lib/strptime.h.
884         (Depends-on): Add extensions, time.
885         (Include): Include time.h, not strptime.h.
886         * modules/time_r (Files): Remove lib/time_r.h.
887         (Depends-on): Add time.
888         (Include): Include time.h, not time_r.h.
889         * modules/timegm: Likewise.
890         * modules/timespec (Description): Now does timespec-related decls
891         of our own, instead of struct timespec itself.
892         (Depends-on): Add time; remove extensions.
893         (Maintainer): Add self.
894         * modules/utimecmp (Depends-on): Add time; remove timespec.
895         * modules/utimens (Depends-on): Likewise.
896         * modules/xnanosleep (Depends-on): Likewise.
897
898 2007-02-11  Bruno Haible  <bruno@clisp.org>
899
900         * lib/c-strstr.c: Include allocsa.h.
901         (knuth_morris_pratt): Use allocsa/freesa instead of malloc/free.
902         * lib/c-strcasestr.c: Include allocsa.h.
903         (knuth_morris_pratt): Use allocsa/freesa instead of malloc/free.
904         * lib/strcasestr.c: Include allocsa.h.
905         (knuth_morris_pratt): Use allocsa/freesa instead of malloc/free.
906         * lib/mbsstr.c: Include allocsa.h.
907         (knuth_morris_pratt_unibyte, knuth_morris_pratt_multibyte): Use
908         allocsa/freesa instead of malloc/free.
909         * lib/mbscasestr.c: Include allocsa.h.
910         (knuth_morris_pratt_unibyte, knuth_morris_pratt_multibyte): Use
911         allocsa/freesa instead of malloc/free.
912         * modules/c-strstr (Depends-on): Add allocsa.
913         * modules/c-strcasestr (Depends-on): Likewise.
914         * modules/strcasestr (Depends-on): Likewise.
915         * modules/mbsstr (Depends-on): Likewise.
916         * modules/mbscasestr (Depends-on): Likewise.
917
918 2007-02-11  Bruno Haible  <bruno@clisp.org>
919
920         * lib/mbsspn.c (mbsspn): Fix bug. Remove unnecessary strlen call.
921
922         * modules/mbsspn-tests: New file.
923         * tests/test-mbsspn.sh: New file.
924         * tests/test-mbsspn.c: New file.
925
926 2007-02-11  Bruno Haible  <bruno@clisp.org>
927
928         * lib/mbspbrk.c (mbspbrk): Remove unneeded cast.
929
930         * modules/mbspbrk-tests: New file.
931         * tests/test-mbspbrk.sh: New file.
932         * tests/test-mbspbrk.c: New file.
933
934 2007-02-11  Bruno Haible  <bruno@clisp.org>
935
936         * lib/mbscspn.c (mbscspn): Remove unnecessary strlen call and
937         unneeded cast.
938
939         * modules/mbscspn-tests: New file.
940         * tests/test-mbscspn.sh: New file.
941         * tests/test-mbscspn.c: New file.
942
943 2007-02-11  Bruno Haible  <bruno@clisp.org>
944
945         * modules/mbscasecmp-tests: New file.
946         * tests/test-mbscasecmp.sh: New file.
947         * tests/test-mbscasecmp.c: New file.
948
949 2007-02-11  Bruno Haible  <bruno@clisp.org>
950
951         Ensure O(n) worst-case complexity of mbscasestr.
952         * lib/mbscasestr.c: Include stdbool.h.
953         (knuth_morris_pratt_unibyte, knuth_morris_pratt_multibyte): New
954         functions.
955         (mbscasestr): Add some bookkeeping. Invoke knuth_morris_pratt_* when
956         the bookkeeping indicates that it's worth it.
957         * modules/mbscasestr (Depends-on): Add stdbool, mbslen, strnlen.
958
959         * modules/mbscasestr-tests: New file.
960         * tests/test-mbscasestr1.c: New file.
961         * tests/test-mbscasestr2.sh: New file.
962         * tests/test-mbscasestr2.c: New file.
963         * tests/test-mbscasestr3.sh: New file.
964         * tests/test-mbscasestr3.c: New file.
965         * tests/test-mbscasestr4.sh: New file.
966         * tests/test-mbscasestr4.c: New file.
967         * m4/locale-tr.m4: New file.
968
969 2007-02-11  Bruno Haible  <bruno@clisp.org>
970
971         Ensure O(n) worst-case complexity of mbsstr.
972         * lib/mbsstr.c: Include stdbool.h.
973         (knuth_morris_pratt_unibyte, knuth_morris_pratt_multibyte): New
974         functions.
975         (mbsstr): Add some bookkeeping. Invoke knuth_morris_pratt_* when the
976         bookkeeping indicates that it's worth it.
977         * modules/mbsstr (Depends-on): Add stdbool, mbslen, strnlen.
978
979         * modules/mbsstr-tests: New file.
980         * tests/test-mbsstr1.c: New file.
981         * tests/test-mbsstr2.sh: New file.
982         * tests/test-mbsstr2.c: New file.
983         * tests/test-mbsstr3.sh: New file.
984         * tests/test-mbsstr3.c: New file.
985         * m4/locale-fr.m4: New file.
986
987 2007-02-11  Bruno Haible  <bruno@clisp.org>
988
989         * lib/mbsrchr.c (mbsrchr): Fix bug.
990
991         * modules/mbsrchr-tests: New file.
992         * tests/test-mbsrchr.sh: New file.
993         * tests/test-mbsrchr.c: New file.
994
995 2007-02-11  Bruno Haible  <bruno@clisp.org>
996
997         * lib/mbschr.c (mbschr): Fix bug.
998
999         * modules/mbschr-tests: New file.
1000         * tests/test-mbschr.sh: New file.
1001         * tests/test-mbschr.c: New file.
1002         * m4/locale-zh.m4: New file.
1003
1004 2007-02-11  Bruno Haible  <bruno@clisp.org>
1005
1006         Support for copying multibyte string iterators.
1007         * lib/mbiter.h: Include <string.h>.
1008         (mbiter_multi_copy): New function.
1009         (mbi_copy): New macro.
1010         * lib/mbuiter.h: Include <string.h>.
1011         (mbuiter_multi_copy): New function.
1012         (mbui_copy): New macro.
1013
1014 2007-02-11  Bruno Haible  <bruno@clisp.org>
1015
1016         New module mbslen.
1017         * modules/mbslen: New file.
1018         * lib/mbslen.c: New file.
1019         * lib/string_.h (mbslen): New declaration.
1020         * m4/mbslen.m4: New file.
1021         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
1022         GNULIB_MBSLEN.
1023         * modules/string (string.h): Also substitute GNULIB_MBSLEN.
1024         * MODULES.html.sh (Internationalization functions): Add mbslen.
1025
1026 2007-02-11  Bruno Haible  <bruno@clisp.org>
1027
1028         Ensure O(n) worst-case complexity of strcasestr substitute.
1029         * lib/strcasestr.c: Include stdbool.h.
1030         (knuth_morris_pratt): New function.
1031         (strcasestr): Add some bookkeeping. Invoke knuth_morris_pratt when the
1032         bookkeeping indicates that it's worth it.
1033         * modules/strcasestr (Depends-on): Add stdbool, strnlen.
1034
1035         * modules/strcasestr-tests: New file.
1036         * tests/test-strcasestr.c: New file.
1037
1038 2007-02-11  Bruno Haible  <bruno@clisp.org>
1039
1040         Ensure O(n) worst-case complexity of c_strcasestr.
1041         * lib/c-strcasestr.c: Include stdbool.h, string.h.
1042         (knuth_morris_pratt): New function.
1043         (c_strcasestr): Add some bookkeeping. Invoke knuth_morris_pratt when
1044         the bookkeeping indicates that it's worth it.
1045         * modules/c-strcasestr (Depends-on): Add stdbool, strnlen.
1046
1047         * modules/c-strcasestr-tests: New file.
1048         * tests/test-c-strcasestr.c: New file.
1049
1050 2007-02-11  Bruno Haible  <bruno@clisp.org>
1051
1052         Ensure O(n) worst-case complexity of c_strstr.
1053         * lib/c-strstr.c: Include stdbool.h, string.h.
1054         (knuth_morris_pratt): New function.
1055         (c_strstr): Add some bookkeeping. Invoke knuth_morris_pratt when the
1056         bookkeeping indicates that it's worth it.
1057         * modules/c-strstr (Depends-on): Add stdbool, strnlen.
1058
1059         * lib/c-strstr.c: Complete rewrite for maintainability.
1060
1061         * modules/c-strstr-tests: New file.
1062         * tests/test-c-strstr.c: New file.
1063
1064 2007-02-11  Bruno Haible  <bruno@clisp.org>
1065
1066         * m4/javacomp.m4 (gt_JAVACOMP): Work around a 'tr' bug in coreutils
1067         5.2.1 and earlier, whereby \055 was treated just like the range
1068         delimiter '-'.
1069         Reported by Joel E. Denny <jdenny@ces.clemson.edu>.
1070
1071 2007-02-08  Bruno Haible  <bruno@clisp.org>
1072
1073         * modules/regex (Depends-on): Add stdbool.
1074         Reported by Dalibor Topic <robilad@kaffe.org>.
1075
1076 2007-02-05  Paul Eggert  <eggert@cs.ucla.edu>
1077
1078         * m4/regex.m4 (gl_REGEX): Check for glibc bug #3957.
1079         Prefer returning from main to exiting from it.
1080         Remove unnecessary parens after sizeof.
1081
1082 2007-02-05  Bruno Haible  <bruno@clisp.org>
1083
1084         New module mbssep.
1085         * modules/mbssep: New file.
1086         * lib/mbssep.c: New file.
1087         * lib/string_.h (strsep): Add a conditional link warning.
1088         (mbssep): New declaration.
1089         * m4/mbssep.m4: New file.
1090         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
1091         GNULIB_MBSSEP.
1092         * modules/string (string.h): Also substitute GNULIB_MBSSEP.
1093         * MODULES.html.sh (Internationalization functions): Add mbssep.
1094
1095 2007-02-05  Bruno Haible  <bruno@clisp.org>
1096
1097         * lib/strsep.c (strsep): Fix actions in case of no delimiters.
1098         Optimize search in case of 1 delimiter.
1099
1100 2007-02-05  Paolo Bonzini  <bonzini@gnu.org>
1101
1102         * lib/acl.h: Include sys/types.h before sys/acl.h.
1103
1104 2007-02-05  Paolo Bonzini  <bonzini@gnu.org>
1105
1106         Merge upstream fix for glibc bugzilla #3957:
1107
1108         2007-02-05  Jakub Jelinek  <jakub@redhat.com>
1109
1110         * lib/regcomp.c (parse_bracket_exp): Set '\n' bit rather than '\0'
1111         bit for RE_HAT_LISTS_NOT_NEWLINE.
1112         (build_charclass_op): Remove bogus comment.
1113
1114 2007-02-05  Simon Josefsson  <simon@josefsson.org>
1115
1116         * lib/gc.h, lib/gc-libgcrypt.c: Support SHA-256/384/512.
1117
1118 2007-02-04  Paul Eggert  <eggert@cs.ucla.edu>
1119
1120         * lib/getsubopt.c [!_LIBC]: Include config.h and getsubopt.h.
1121         * lib/memmem.c [!defined _LIBC]: Include config.h.
1122
1123 2007-02-04  Bruno Haible  <bruno@clisp.org>
1124
1125         * lib/string_.h (GL_LINK_WARNING2): Put the word "warning:" into the
1126         warning message.
1127
1128 2007-02-04  Bruno Haible  <bruno@clisp.org>
1129
1130         New module mbstok_r.
1131         * modules/mbstok_r: New file.
1132         * lib/mbstok_r.c: New file.
1133         * lib/string_.h (strtok_r): Change argument names to match the
1134         comments. Add a conditional link warning.
1135         (mbstok_r): New declaration.
1136         * m4/mbstok_r.m4: New file.
1137         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
1138         GNULIB_MBSTOK_R.
1139         * modules/string (string.h): Also substitute GNULIB_MBSTOK_R.
1140         * MODULES.html.sh (Internationalization functions): Add mbstok_r.
1141
1142 2007-02-04  Bruno Haible  <bruno@clisp.org>
1143
1144         New module mbsspn.
1145         * modules/mbsspn: New file.
1146         * lib/mbsspn.c: New file.
1147         * lib/string_.h (strspn): Add a conditional link warning.
1148         (mbsspn): New declaration.
1149         * m4/mbsspn.m4: New file.
1150         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
1151         GNULIB_MBSSPN.
1152         * modules/string (string.h): Also substitute GNULIB_MBSSPN.
1153         * MODULES.html.sh (Internationalization functions): Add mbsspn.
1154
1155 2007-02-04  Bruno Haible  <bruno@clisp.org>
1156
1157         New module mbspbrk.
1158         * modules/mbspbrk: New file.
1159         * lib/mbspbrk.c: New file.
1160         * lib/string_.h (strpbrk): Add a conditional link warning.
1161         (mbspbrk): New declaration.
1162         * m4/mbspbrk.m4: New file.
1163         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
1164         GNULIB_MBSPBRK.
1165         * modules/string (string.h): Also substitute GNULIB_MBSPBRK.
1166         * MODULES.html.sh (Internationalization functions): Add mbspbrk.
1167
1168 2007-02-04  Bruno Haible  <bruno@clisp.org>
1169
1170         New module mbscspn.
1171         * modules/mbscspn: New file.
1172         * lib/mbscspn.c: New file.
1173         * lib/string_.h (strcspn): Add a conditional link warning.
1174         (mbscspn): New declaration.
1175         * m4/mbscspn.m4: New file.
1176         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
1177         GNULIB_MBSCSPN.
1178         * modules/string (string.h): Also substitute GNULIB_MBSCSPN.
1179         * MODULES.html.sh (Internationalization functions): Add mbscspn.
1180
1181 2007-02-04  Bruno Haible  <bruno@clisp.org>
1182
1183         New module mbscasestr, reduced goal of strcasestr.
1184         * modules/mbscasestr: New file.
1185         * lib/mbscasestr.c: New file, copied from lib/strcasestr.c.
1186         (mbscasestr): Renamed from strcasestr.
1187         * lib/strcasestr.c: Don't include mbuiter.h.
1188         (strcasestr): Remove support for multibyte locales.
1189         * lib/string_.h (strcasestr): Don`t rename. Declare only if missing.
1190         Change the conditional link warning.
1191         (mbscasestr): New declaration.
1192         * m4/mbscasestr.m4: New file.
1193         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR): Enable the replacement only if
1194         the system does not have strcasestr. Set HAVE_STRCASESTR instead of
1195         REPLACE_STRCASESTR.
1196         (gl_PREREQ_STRCASESTR): Don't require gl_FUNC_MBRTOWC.
1197         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Initialize
1198         HAVE_STRCASESTR instead of REPLACE_STRCASESTR.
1199         (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize GNULIB_MBSCASESTR.
1200         * modules/string (string.h): Also substitute GNULIB_MBSCASESTR.
1201         Substitute HAVE_STRCASESTR instead of REPLACE_STRCASESTR.
1202         * modules/strcasestr (Files): Remove m4/mbrtowc.m4.
1203         (Depends-on): Remove mbuiter.
1204         * MODULES.html.sh (Internationalization functions): Add mbscasestr.
1205
1206 2007-02-04  Bruno Haible  <bruno@clisp.org>
1207
1208         Simplify handling of strncasecmp.
1209         * lib/string_.h (strncasecmp): Remove test for GNULIB_STRCASE. Change
1210         the conditional link warning.
1211         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Initialize
1212         HAVE_STRCASECMP, not REPLACE_STRCASECMP.
1213         (gl_STRING_MODULE_INDICATOR_DEFAULTS): Don't initialize GNULIB_STRCASE.
1214         * modules/strcase (configure.ac): Don't invoke
1215         gl_STRING_MODULE_INDICATOR.
1216         * modules/string (string.h): Don't substitute GNULIB_STRCASE.
1217
1218 2007-02-04  Bruno Haible  <bruno@clisp.org>
1219
1220         New module mbscasecmp, reduced goal of strcasecmp.
1221         * modules/mbscasecmp: New file.
1222         * lib/mbscasecmp.c: New file, copied from lib/strcasecmp.c.
1223         (mbscasecmp): Renamed from strcasecmp.
1224         * lib/strcasecmp.c: Don't include mbuiter.h.
1225         (strcasecmp): Remove support for multibyte locales.
1226         * lib/string_.h (strcasecmp): Don`t rename. Declare only if missing.
1227         Change the conditional link warning.
1228         (mbscasecmp): New declaration.
1229         * m4/mbscasecmp.m4: New file.
1230         * m4/strcase.m4 (gl_FUNC_STRCASECMP): Enable the replacement only if
1231         the system lacks strcasecmp. Set HAVE_STRCASECMP instead of
1232         REPLACE_STRCASECMP.
1233         (gl_PREREQ_STRCASECMP): Don't require gl_FUNC_MBRTOWC.
1234         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
1235         GNULIB_MBSCASECMP.
1236         * modules/string (string.h): Also substitute GNULIB_MBSCASECMP.
1237         Substitute HAVE_STRCASECMP instead of REPLACE_STRCASECMP.
1238         * modules/strcase (Files): Remove m4/mbrtowc.m4.
1239         (Depends-on): Remove mbuiter.
1240         * MODULES.html.sh (Internationalization functions): Add mbscasecmp.
1241
1242 2007-02-04  Bruno Haible  <bruno@clisp.org>
1243
1244         New module mbsstr. Remove module strstr.
1245         * modules/mbsstr: New file.
1246         * modules/strstr: Remove file.
1247         * lib/mbsstr.c: Renamed from lib/strstr.c.
1248         (mbsstr): Renamed from strstr.
1249         * lib/string_.h (strstr): Remove declaration. Change the conditional
1250         link warning.
1251         (mbsstr): New declaration.
1252         * m4/mbsstr.m4: New file.
1253         * m4/strstr.m4: Remove file.
1254         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Don't initialize
1255         REPLACE_STRSTR.
1256         (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize GNULIB_MBSSTR.
1257         Don't initialize GNULIB_STRSTR.
1258         * modules/string (string.h): Also substitute GNULIB_MBSSTR. Don't
1259         substitute GNULIB_STRSTR and REPLACE_STRSTR.
1260         * MODULES.html.sh (Internationalization functions): Add mbsstr.
1261         (Support for systems lacking ANSI C 89): Remove strstr.
1262
1263 2007-02-04  Bruno Haible  <bruno@clisp.org>
1264
1265         New module mbsrchr.
1266         * modules/mbsrchr: New file.
1267         * lib/mbsrchr.c: New file.
1268         * lib/string_.h (strrchr): Add a conditional link warning.
1269         (mbsrchr): New declaration.
1270         * m4/mbsrchr.m4: New file.
1271         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
1272         GNULIB_MBSRCHR.
1273         * modules/string (string.h): Also substitute GNULIB_MBSRCHR.
1274         * MODULES.html.sh (Internationalization functions): Add mbsrchr.
1275
1276 2007-02-04  Bruno Haible  <bruno@clisp.org>
1277
1278         New module mbschr.
1279         * modules/mbschr: New file.
1280         * lib/mbschr.c: New file.
1281         * lib/string_.h (strchr): Add a conditional link warning.
1282         (mbschr): New declaration.
1283         * m4/mbschr.m4: New file.
1284         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
1285         GNULIB_MBSCHR.
1286         * modules/string (string.h): Also substitute GNULIB_MBSCHR.
1287         * MODULES.html.sh (Internationalization functions): Add mbschr.
1288
1289 2007-02-04  Paul Eggert  <eggert@cs.ucla.edu>
1290
1291         * lib/stdbool_.h: Mention that bool bit-fields aren't supported.
1292
1293         * modules/stdarg (configure.ac-early): Require AC_PROG_CC_STDC.
1294
1295 2007-02-04  Bruno Haible  <bruno@clisp.org>
1296
1297         New module description section 'configure.ac-early'.
1298         * gnulib-tool (sed_extract_prog): Recognize configure.ac-early.
1299         (func_get_autoconf_early_snippet): New function.
1300         (func_import, func_create_testdir): Use it. Remove special cases for
1301         modules 'extensions' and 'lock'.
1302         * modules/extensions (configure.ac-early): Require
1303         gl_USE_SYSTEM_EXTENSIONS.
1304         * modules/lock (configure.ac-early): Require gl_LOCK_EARLY.
1305
1306 2007-02-04  Bruno Haible  <bruno@clisp.org>
1307
1308         Make use of gcj-4.3's -fsource and -ftarget option.
1309         * m4/javacomp.m4 (gt_JAVACOMP): Test whether gcj is in version >= 4.3,
1310         and if so try the options -fsource and -ftarget.
1311         * lib/javacomp.c (compile_using_gcj): Add fsource_option,
1312         source_version, ftarget_option, target_version arguments.
1313         (is_envjavac_gcj43, is_envjavac_gcj43_usable): New functions.
1314         (is_envjavac_oldgcj_14_14_usable): Renamed from
1315         is_envjavac_gcj_14_14_usable.
1316         (is_envjavac_oldgcj_14_13_usable): Renamed from
1317         is_envjavac_gcj_14_13_usable.
1318         (is_gcj_present): Update.
1319         (is_gcj_43, is_gcj43_usable): New functions.
1320         (is_oldgcj_14_14_usable): Renamed from is_gcj_14_14_usable. Update.
1321         (is_oldgcj_14_13_usable): Renamed from is_gcj_14_13_usable. Update.
1322         (compile_java_class): Test whether gcj is in version >= 4.3, and if so
1323         try the options -fsource and -ftarget.
1324
1325 2007-02-03  Paul Eggert  <eggert@cs.ucla.edu>
1326
1327         * lib/xalloc.h (x2nrealloc): Fix an unlikely bug in the overflow
1328         checking code.  Set N = ceil (1.5 * N) rather than to a slightly
1329         larger value.
1330
1331 2007-02-03  Jim Meyering  <jim@meyering.net>
1332
1333         Give tools a better chance to allocate space for very large buffers.
1334         * lib/xalloc.h (x2nrealloc): Use 3/2, not 2, as buffer size factor.
1335
1336         Make pwd and readlink work also when run with an unreadable parent dir
1337         on systems with openat support.
1338         * lib/getcwd.c (__getcwd) [HAVE_PARTLY_WORKING_GETCWD]: Use the system
1339         provided getcwd function, even when we have openat support.
1340         Reported by Dmitry V. Levin in <http://bugzilla.redhat.com/227168>.
1341
1342 2007-02-02  Bruno Haible  <bruno@clisp.org>
1343
1344         * lib/string_.h (memmem, mempcpy, memrchr, stpcpy, stpncpy, strchrnul,
1345         strdup, strndup, strnlen, strpbrk, strsep, strtok_r): Provoke a link
1346         error only if GNULIB_POSIXCHECK is defined. Needed to avoid artificial
1347         portability problems if one of these functions is only used on specific
1348         platforms.
1349         Reported by Paul Eggert.
1350
1351 2007-02-02  Paul Eggert  <eggert@cs.ucla.edu>
1352
1353         Avoid mempcpy in the regex code, as the string.h mempcpy stuff
1354         is causing more trouble than it's curing.
1355         * lib/regex_internal.h (__mempcpy): Remove.
1356         * lib/regcomp.c (regerror): Rewrite to avoid the need for mempcpy
1357         (and make the code a tad smaller to boot).
1358         * m4/regex.m4 (gl_PREREQ_REGEX): Don't check for mempcpy.
1359
1360 2007-02-02  Jim Meyering  <jim@meyering.net>
1361
1362         * modules/arpa_inet: Put AC_PROG_MKDIR_P in the configure.ac:
1363         section, not in the Makefile.am: one.
1364
1365 2007-02-02  Eric Blake  <ebb9@byu.net>
1366
1367         * lib/strchrnul.c: Always include config.h first.
1368
1369         * modules/mountlist (Depends-on): Revert 2007-01-31 change,
1370         gnulib strstr is not necessary here.
1371
1372 2007-02-02  Simon Josefsson  <simon@josefsson.org>
1373
1374         * m4/socklen.m4: Fix typo.
1375
1376 2007-02-02  Eric Blake  <ebb9@byu.net>
1377
1378         * modules/arpa_inet (Makefile.am): Use MKDIR_P to avoid races.
1379         * modules/netinet_in (Makefile.am): Likewise.
1380
1381 2007-02-01  Bruno Haible  <bruno@clisp.org>
1382
1383         * lib/string_.h (GL_LINK_WARNING): New macro.
1384         (strcasecmp, strstr, strcasestr): If provided by the system,
1385         conditionally define as a macro that leads to a warning instead of to
1386         an error.
1387         (strncasecmp): Conditionally define as a macro that leads to a warning.
1388
1389 2007-02-01  Karl Berry  <karl@gnu.org>
1390
1391         * config/srclist.txt (strtok_r.c): lose sync, no more strtok_r.h.
1392
1393 2007-02-01  Bruno Haible  <bruno@clisp.org>
1394
1395         * MODULES.html.sh (Unicode string functions): Update after 2007-01-27
1396         renamings.
1397
1398 2007-02-01  Eric Blake  <ebb9@byu.net>
1399
1400         * modules/regex (Depends-on): Revert dependence on mempcpy.
1401         * lib/regex_internal.h [! _LIBC && !__mempcpy]: Undo string
1402         module's definition of mempcpy.
1403         Reported by Paul Eggert.
1404
1405 2007-02-01  Paul Eggert  <eggert@cs.ucla.edu>
1406
1407         * lib/string_.h: If the gnulib module XYZ is not present, undefine
1408         the symbol XYZ before redefining it.  This fixes a problem with
1409         programs that don't use XYZ, when compiled on systems that define
1410         XYZ to something else.
1411
1412 2007-01-31  Paul Eggert  <eggert@cs.ucla.edu>
1413
1414         * lib/mkdir-p.c (make_dir_parents): Close a race condition that
1415         occurs when "mkdir -m foo" creates a setgid directory that is (1)
1416         writeable to group or other and (2) is intended to have a special
1417         mode bit that is set or cleared.  In such a case, the directory
1418         should be neither group- nor other-writeable until the special
1419         mode bits are right.
1420
1421 2007-01-31  Eric Blake  <ebb9@byu.net>
1422
1423         * modules/mountlist (Depends-on): Add strstr.
1424
1425         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR): Correct m4 usage
1426         bug.
1427         * modules/string (Makefile.am): Remove redundant replacement.
1428         * modules/regex (Depends-on): Add mempcpy.
1429
1430 2007-01-31  Bruno Haible  <bruno@clisp.org>
1431
1432         New module description field 'Link'.
1433         * gnulib-tool (func_usage): Document --extract-link-directive.
1434         (sed_extract_prog): Recognize 'Link' directive.
1435         (func_get_link_directive): New function.
1436         (func_import): Show summary of link directives.
1437         Handle --extract-link-directive option.
1438         * modules/acl (Link): New section.
1439         * modules/clock-time (Link): New section.
1440         * modules/euidaccess (Link): New section.
1441         * modules/gettext (Link): New section.
1442         * modules/iconv (Link): New section.
1443         * modules/lock (Link): New section.
1444         * modules/nanosleep (Link): New section.
1445         * modules/readline (Link): New section.
1446
1447 2007-01-27  Bruno Haible  <bruno@clisp.org>
1448
1449         Enforce the use of gnulib modules for unportable <string.h> functions.
1450         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR): New macro.
1451         (gl_STRING_MODULE_INDICATOR_DEFAULTS): New macro.
1452         (gl_HEADER_STRING_H_BODY): Require it.
1453         * lib/string_.h: If the gnulib module XYZ is not present, redefine
1454         the symbol XYZ to one that gives a link error.
1455         * modules/string (Makefile.am): Also substitute the GNULIB_* variables.
1456         * modules/memmem (configure.ac): Invoke gl_STRING_MODULE_INDICATOR.
1457         * modules/mempcpy (configure.ac): Likewise.
1458         * modules/memrchr (configure.ac): Likewise.
1459         * modules/stpcpy (configure.ac): Likewise.
1460         * modules/stpncpy (configure.ac): Likewise.
1461         * modules/strcase (configure.ac): Likewise.
1462         * modules/strcasestr (configure.ac): Likewise.
1463         * modules/strchrnul (configure.ac): Likewise.
1464         * modules/strdup (configure.ac): Likewise.
1465         * modules/strndup (configure.ac): Likewise.
1466         * modules/strnlen (configure.ac): Likewise.
1467         * modules/strpbrk (configure.ac): Likewise.
1468         * modules/strsep (configure.ac): Likewise.
1469         * modules/strstr (configure.ac): Likewise.
1470         * modules/strtok_r (configure.ac): Likewise.
1471
1472 2007-01-31  Jean-Louis Martineau  <martineau@zmanda.com>  (tiny change)
1473
1474         * lib/gai_strerror.c (values): Add EAI_OVERFLOW.
1475
1476 2007-01-30  Jim Meyering  <jim@meyering.net>
1477
1478         * lib/mpsort.c (mpsort): Remove spurious "return" in void function.
1479
1480 2007-01-29  Bruno Haible  <bruno@clisp.org>
1481
1482         * lib/allocsa.h: Use '#if HAVE_*' instead of '#ifdef HAVE_*'.
1483         * lib/execute.c: Likewise.
1484         * lib/pipe.c: Likewise.
1485         * lib/printf-args.h: Likewise.
1486         * lib/printf-args.c: Likewise.
1487         * lib/printf-parse.c: Likewise.
1488         * lib/vasnprintf.c: Likewise.
1489
1490 2007-01-29  Eric Blake  <ebb9@byu.net>
1491
1492         * lib/memrchr.c: Assume <string.h> unconditionally, to pull in
1493         declaration.
1494
1495 2007-01-29  Paul Eggert  <eggert@cs.ucla.edu>
1496
1497         * lib/strptime.h (strptime): Use 'restrict' for args where
1498         POSIX requires this.
1499         * lib/strptime.c (strptime): Likewise.
1500         Change license notice from LGPL to GPL, since gnulib-tool will
1501         change this as needed.
1502         Include <config.h> if _LIBC is not defined, not if HAVE_CONFIG_H is
1503         defined.
1504         Include "strptime.h" first, to check interface.
1505         Do not #undef _LIBC and _NL_CURRENT.
1506         Do not include <stdlib.h>; no longer needed.
1507         Include "time_r.h" and declare ptime_locale_status
1508         only if _LIBC is not defined.
1509         (__P): Remove unused macro.
1510         (match_string): Bring back glibc version, but use it only if _LIBC
1511         is defined.
1512         (__strptime_internal): Compile tm_gmtoff code if _LIBC is defined, too.
1513         Remove unnecessary assertion and abort() call.
1514         Use #ifdef _NL_CURRENT rather than #if 0, for benefit of glibc.
1515         * m4/strptime.m4: Fix serial number comment.
1516         (gl_FUNC_STRPTIME): Require AC_C_RESTRICT, gl_TM_GMTOFF.
1517         * modules/strptime (Files): Add m4/tm_gmtoff.m4.
1518         (Depends-on): Add time_r.
1519
1520 2007-01-29  Bruno Haible  <bruno@clisp.org>
1521
1522         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
1523         strptime.
1524         * modules/strptime (Depends-on): Add stdbool.
1525         * lib/strptime.h: Include <time.h> always. Add comments.
1526
1527 2007-01-29  Yoann Vandoorselaere  <yoann@prelude-ids.org>
1528
1529         * modules/strptime: New file.
1530         * lib/strptime.h: New file.
1531         * lib/strptime.c: New file.
1532         * m4/strptime.m4: New file.
1533
1534 2007-01-28  Paul Eggert  <eggert@cs.ucla.edu>
1535
1536         * MODULES.html.sh: New module mpsort.
1537         * lib/mpsort.c, lib/mpsort.h, m4/mpsort.m4, modules/mpsort: New files.
1538
1539         * lib/regex.h (_Restrict_): Renamed from __restrict, to avoid
1540         a circularity problem with HP-UX ia64 reported by Bob Proulx in
1541         <http://lists.gnu.org/archive/html/bug-gnulib/2007-01/msg00394.html>.
1542         All uses changed.
1543         (_Restrict_arr_): Renamed from __restrict_arr, for similar reasons.
1544         All uses changed.
1545         * lib/regcomp.c, lib/regexec.c: Change all uses from __restrict
1546         to _Restrict_.
1547         * lib/regexec.c (regexec): Declare pmatch with _Restrict_arr_, so that
1548         the parameter matches the prototype.
1549
1550 2007-01-28  Jim Meyering  <jim@meyering.net>
1551
1552         * modules/sys_time (Makefile.am) [MOSTLYCLEANFILES]: Do use
1553         sys/time.h here, reverting that part of the previous patch:
1554         <http://thread.gmane.org/gmane.comp.lib.gnulib.bugs/8959>.
1555
1556 2007-01-28  Bruno Haible  <bruno@clisp.org>
1557
1558         * modules/sys_time (Makefile.am): Build sys/time.h only when it's the
1559         value of $(SYS_TIME_H).
1560         [MOSTLYCLEANFILES]: Now that sys/time.h is created only when needed,
1561         remove it conditionally, too. [added by Jim Meyering]
1562         * m4/sys_time_h.m4 (gl_HEADER_SYS_TIME_H_BODY): Set SYS_TIME_H.
1563         * m4/gettimeofday.m4 (gl_FUNC_GETTIMEOFDAY):
1564         (gl_FUNC_GETTIMEOFDAY_CLOBBER): Set SYS_TIME_H when setting
1565         GETTIMEOFDAY_REPLACEMENT to 1.
1566
1567 2007-01-28  Bruno Haible  <bruno@clisp.org>
1568
1569         * m4/unistd_h.m4 (gl_HEADER_UNISTD_DEFAULTS): New macro.
1570         (gl_HEADER_UNISTD): Require it. Don't set UNISTD_H to empty here.
1571         * m4/fchdir.m4 (gl_FUNC_FCHDIR): Require gl_HEADER_UNISTD_DEFAULTS.
1572         Set UNISTD_H instead of UNISTD_H2.
1573         * modules/fchdir (BUILT_SOURCES): Drop $(UNISTD_H2).
1574
1575 2007-01-28  Bruno Haible  <bruno@clisp.org>
1576
1577         * modules/mbchar (Makefile.am): Add mbchar.c to lib_SOURCES.
1578         * m4/mbchar.m4 (gl_MBCHAR): Remove AC_LIBOBJ invocation.
1579
1580 2007-01-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1581
1582         * gnulib-tool (func_emit_lib_Makefile_am, func_add_or_update)
1583         (func_create_testdir): Ensure C locale for `grep' and `tr'
1584         character ranges.
1585         (func_create_megatestdir): Avoid one `grep'.  Fix bug in
1586         ACLOCAL_AMFLAGS parsing state machine.
1587
1588 2007-01-27  Bruno Haible  <bruno@clisp.org>
1589
1590         * modules/unistr/base: Update.
1591
1592 2007-01-27  Bruno Haible  <bruno@clisp.org>
1593
1594         Rename u32-mbtouc -> u32-mbtouc-unsafe, u32-mbtouc-safe -> u32-mbtouc,
1595         u32_mbtouc -> u32_mbtouc_unsafe, u32_mbtouc_safe -> u32_mbtouc.
1596         * modules/unistr/u32-mbtouc-unsafe: Renamed from
1597         modules/unistr/u32-mbtouc.
1598         * lib/unistr/u32-mbtouc-unsafe.c: Renamed from lib/unistr/u32-mbtouc.c.
1599         * lib/unistr.h: Update.
1600         * lib/linebreak.c: Update.
1601         * modules/unistr/u32-mbtouc: Renamed from
1602         modules/unistr/u32-mbtouc-safe.
1603         * lib/unistr/u32-mbtouc.c: Renamed from lib/unistr/u32-mbtouc-safe.c.
1604         * lib/unistr.h: Update.
1605         * lib/unistr/u32-to-u8.c: Update.
1606         * lib/unistr/u32-to-u16.c: Update.
1607
1608 2007-01-27  Bruno Haible  <bruno@clisp.org>
1609
1610         Rename utf16-ucs4 -> utf16-ucs4-unsafe, utf16-ucs4-safe -> utf16-ucs4,
1611         u16_mbtouc -> u16_mbtouc_unsafe, u16_mbtouc_safe -> u16_mbtouc.
1612         * modules/utf16-ucs4-unsafe: Renamed from modules/utf16-ucs4.
1613         * lib/utf16-ucs4-unsafe.h: Renamed from lib/utf16-ucs4.h.
1614         * lib/unistr/utf16-ucs4-unsafe.c: Renamed from lib/unistr/utf16-ucs4.c.
1615         * modules/unistr/u16-mbtouc-unsafe: Renamed from
1616         modules/unistr/u16-mbtouc.
1617         * lib/unistr/u16-mbtouc-unsafe.c: Renamed from lib/unistr/u16-mbtouc.c.
1618         * lib/unistr.h: Update.
1619         * lib/linebreak.c: Update.
1620         * modules/linebreak: Update.
1621         * modules/utf16-ucs4: Renamed from modules/utf16-ucs4-safe.
1622         * lib/utf16-ucs4.h: Renamed from lib/utf16-ucs4-safe.h.
1623         * lib/unistr/utf16-ucs4.c: Renamed from lib/unistr/utf16-ucs4-safe.c.
1624         * modules/unistr/u16-mbtouc: Renamed from
1625         modules/unistr/u16-mbtouc-safe.
1626         * lib/unistr/u16-mbtouc.c: Renamed from lib/unistr/u16-mbtouc-safe.c.
1627         * lib/unistr.h: Update.
1628         * lib/unistr/u16-to-u8.c: Update.
1629         * modules/unistr/u16-to-u8: Update.
1630         * lib/unistr/u16-to-u32.c: Update.
1631         * modules/unistr/u16-to-u32: Update.
1632
1633 2007-01-27  Bruno Haible  <bruno@clisp.org>
1634
1635         Rename utf8-ucs4 -> utf8-ucs4-unsafe, utf8-ucs4-safe -> utf8-ucs4,
1636         u8_mbtouc -> u8_mbtouc_unsafe, u8_mbtouc_safe -> u8_mbtouc.
1637         * modules/utf8-ucs4-unsafe: Renamed from modules/utf8-ucs4.
1638         * lib/utf8-ucs4-unsafe.h: Renamed from lib/utf8-ucs4.h.
1639         * lib/unistr/utf8-ucs4-unsafe.c: Renamed from lib/unistr/utf8-ucs4.c.
1640         * modules/unistr/u8-mbtouc-unsafe: Renamed from
1641         modules/unistr/u8-mbtouc.
1642         * lib/unistr/u8-mbtouc-unsafe.c: Renamed from lib/unistr/u8-mbtouc.c.
1643         * lib/unistr.h: Update.
1644         * lib/striconveh.c: Update.
1645         * modules/striconveh: Update.
1646         * lib/linebreak.c: Update.
1647         * modules/linebreak: Update.
1648         * modules/utf8-ucs4: Renamed from modules/utf8-ucs4-safe.
1649         * lib/utf8-ucs4.h: Renamed from lib/utf8-ucs4-safe.h.
1650         * lib/unistr/utf8-ucs4.c: Renamed from lib/unistr/utf8-ucs4-safe.c.
1651         * modules/unistr/u8-mbtouc: Renamed from modules/unistr/u8-mbtouc-safe.
1652         * lib/unistr/u8-mbtouc.c: Renamed from lib/unistr/u8-mbtouc-safe.c.
1653         * lib/unistr.h: Update.
1654         * lib/striconveh.c: Update.
1655         * modules/striconveh: Update.
1656         * lib/unistr/u8-to-u16.c: Update.
1657         * modules/unistr/u8-to-u16: Update.
1658         * lib/unistr/u8-to-u32.c: Update.
1659         * modules/unistr/u8-to-u32: Update.
1660
1661 2007-01-27  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1662
1663         Sync from Libtool.
1664         * lib/argz.c: Do not include strings.h nor memory.h, include
1665         string.h unconditionally.  Patch by Simon Josefsson.
1666
1667 2007-01-27  Bruno Haible  <bruno@clisp.org>
1668
1669         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): New macro, extracted
1670         from gl_HEADER_STRING_H_BODY.
1671         (gl_HEADER_STRING_H_BODY): Require it.
1672         * m4/memmem.m4 (gl_FUNC_MEMMEM): Require gl_HEADER_STRING_H_DEFAULTS.
1673         * m4/mempcpy.m4 (gl_FUNC_MEMPCPY): Likewise.
1674         * m4/memrchr.m4 (gl_FUNC_MEMRCHR): Likewise.
1675         * m4/stpcpy.m4 (gl_FUNC_STPCPY): Likewise.
1676         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Likewise.
1677         * m4/strcase.m4 (gl_FUNC_STRCASECMP, gl_FUNC_STRNCASECMP): Likewise.
1678         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR): Likewise.
1679         * m4/strchrnul.m4 (gl_FUNC_STRCHRNUL): Likewise.
1680         * m4/strdup.m4 (gl_FUNC_STRDUP): Likewise.
1681         * m4/strndup.m4 (gl_FUNC_STRNDUP): Likewise.
1682         * m4/strnlen.m4 (gl_FUNC_STRNLEN): Likewise.
1683         * m4/strpbrk.m4 (gl_FUNC_STRPBRK): Likewise.
1684         * m4/strsep.m4 (gl_FUNC_STRSEP): Likewise.
1685         * m4/strstr.m4 (gl_FUNC_STRSTR): Likewise.
1686         * m4/strtok_r.m4 (gl_FUNC_STRTOK_R): Likewise.
1687
1688 2007-01-27  Bruno Haible  <bruno@clisp.org>
1689
1690         * gnulib-tool (func_emit_lib_Makefile_am): If $for_test is true, turn
1691         check_PROGRAMS into noinst_PROGRAMS.
1692         (func_emit_tests_Makefile_am): Likewise. Also don't initialize
1693         check_PROGRAMS in this case.
1694         (func_import): Set for_test to false.
1695         (func_create_testdir): Set for_test to true.
1696
1697 2007-01-27  Yoann Vandoorselaere <yoann.v@prelude-ids.com>
1698             Bruno Haible  <bruno@clisp.org>
1699
1700         * modules/strcasestr (Files): Remove lib/strcasestr.h.
1701         (Depends-on): Add string.
1702         (Includes): Use <string.h> instead of strcasestr.h.
1703         * modules/string (Makefile.am): Also substitute the value of
1704         REPLACE_STRCASESTR.
1705         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR): Don't define strcasestr here;
1706         assume strcasestr is declared in <string.h> not <strings.h>. Also
1707         set REPLACE_STRCASESTR.
1708         * m4/string_h.m4 (gl_HEADER_STRING_H_BODY): Provide a default value for
1709         REPLACE_STRCASESTR.
1710         * lib/strcasestr.h: Remove file.
1711         * lib/strcasestr.c: Include <string.h> instead of strcasestr.h.
1712         * lib/string_.h (strcasestr): New declaration.
1713
1714 2007-01-27  Bruno Haible  <bruno@clisp.org>
1715
1716         * lib/string_.h: Use 'extern'.
1717
1718 2007-01-27  Jim Meyering  <jim@meyering.net>
1719
1720         * lib/regex_internal.c (re_string_reconstruct): Remove declaration
1721         of set-but-not-used local, "q".
1722
1723         * lib/mempcpy.c: Include <config.h> before <string.h>.
1724         This fixes a compilation error on HP-UX, due to the system's
1725         "restrict"-using mempcpy prototype.
1726
1727 2007-01-26  Bruno Haible  <bruno@clisp.org>
1728
1729         Small optimization.
1730         * lib/javacomp.c: Include c-strstr.h.
1731          (is_envjavac_gcj): Use c_strstr instead of strstr.
1732         * modules/javacomp (Depends-on): Add c-strstr, remove strstr.
1733
1734 2007-01-26  Bruno Haible  <bruno@clisp.org>
1735
1736         * MODULES.html.sh (Unicode string functions): Add the new modules.
1737
1738         * modules/uniconv/u32-strconv-to-locale: New file.
1739         * lib/uniconv/u32-strconv-to-locale.c: New file.
1740
1741         * modules/uniconv/u16-strconv-to-locale: New file.
1742         * lib/uniconv/u16-strconv-to-locale.c: New file.
1743
1744         * modules/uniconv/u8-strconv-to-locale: New file.
1745         * lib/uniconv/u8-strconv-to-locale.c: New file.
1746
1747         * modules/uniconv/u32-strconv-from-locale: New file.
1748         * lib/uniconv/u32-strconv-from-locale.c: New file.
1749
1750         * modules/uniconv/u16-strconv-from-locale: New file.
1751         * lib/uniconv/u16-strconv-from-locale.c: New file.
1752
1753         * modules/uniconv/u8-strconv-from-locale: New file.
1754         * lib/uniconv/u8-strconv-from-locale.c: New file.
1755
1756         * modules/uniconv/u32-strconv-to-enc: New file.
1757         * lib/uniconv/u32-strconv-to-enc.c: New file.
1758         * modules/uniconv/u32-strconv-to-enc-tests: New file.
1759         * tests/uniconv/test-u32-strconv-to-enc.c: New file.
1760
1761         * modules/uniconv/u16-strconv-to-enc: New file.
1762         * lib/uniconv/u16-strconv-to-enc.c: New file.
1763         * lib/uniconv/u-strconv-to-enc.h: New file.
1764         * modules/uniconv/u16-strconv-to-enc-tests: New file.
1765         * tests/uniconv/test-u16-strconv-to-enc.c: New file.
1766
1767         * modules/uniconv/u8-strconv-to-enc: New file.
1768         * lib/uniconv/u8-strconv-to-enc.c: New file.
1769         * modules/uniconv/u8-strconv-to-enc-tests: New file.
1770         * tests/uniconv/test-u8-strconv-to-enc.c: New file.
1771
1772         * modules/uniconv/u32-strconv-from-enc: New file.
1773         * lib/uniconv/u32-strconv-from-enc.c: New file.
1774         * modules/uniconv/u32-strconv-from-enc-tests: New file.
1775         * tests/uniconv/test-u32-strconv-from-enc.c: New file.
1776
1777         * modules/uniconv/u16-strconv-from-enc: New file.
1778         * lib/uniconv/u16-strconv-from-enc.c: New file.
1779         * modules/uniconv/u16-strconv-from-enc-tests: New file.
1780         * tests/uniconv/test-u16-strconv-from-enc.c: New file.
1781
1782         * modules/uniconv/u8-strconv-from-enc: New file.
1783         * lib/uniconv/u8-strconv-from-enc.c: New file.
1784         * lib/uniconv/u-strconv-from-enc.h: New file.
1785         * modules/uniconv/u8-strconv-from-enc-tests: New file.
1786         * tests/uniconv/test-u8-strconv-from-enc.c: New file.
1787
1788         * modules/uniconv/u32-conv-from-enc: New file.
1789         * lib/uniconv/u32-conv-from-enc.c: New file.
1790         * modules/uniconv/u32-conv-from-enc-tests: New file.
1791         * tests/uniconv/test-u32-conv-from-enc.c: New file.
1792
1793         * modules/uniconv/u16-conv-from-enc: New file.
1794         * lib/uniconv/u16-conv-from-enc.c: New file.
1795         * lib/uniconv/u-conv-from-enc.h: New file.
1796         * modules/uniconv/u16-conv-from-enc-tests: New file.
1797         * tests/uniconv/test-u16-conv-from-enc.c: New file.
1798
1799         * modules/uniconv/u8-conv-from-enc: New file.
1800         * lib/uniconv/u8-conv-from-enc.c: New file.
1801         * modules/uniconv/u8-conv-from-enc-tests: New file.
1802         * tests/uniconv/test-u8-conv-from-enc.c: New file.
1803
1804         * modules/uniconv/base: New file.
1805         * lib/uniconv.h: New file.
1806
1807 2007-01-26  Paul Eggert  <eggert@cs.ucla.edu>
1808
1809         * doc/gnulib-tool.texi (Initial import): Update to match current
1810         behavior with strdup module.
1811         * lib/.cppi-disable: Remove strcase.h, strdup.h, strndup.h, strnlen.h.
1812         * lib/memmem.h: Remove; all uses removed.  This is now done
1813         by <string.h>.
1814         * lib/mempcpy.h: Likewise.
1815         * lib/memrchr.h: Likewise.
1816         * lib/stpcpy.h: Likewise.
1817         * lib/stpncpy.h: Likewise.
1818         * lib/strcase.h: Likewise.
1819         * lib/strchrnul.h: Likewise.
1820         * lib/strdup.h: Likewise.
1821         * lib/strndup.h: Likewise.
1822         * lib/strnlen.h: Likewise.
1823         * lib/strpbrk.h: Likewise.
1824         * lib/strsep.h: Likewise.
1825         * lib/strstr.h: Likewise.
1826         * lib/strtok_r.h: Likewise.
1827         * lib/string_.h: New file.
1828         * lib/argp-namefrob.h: Don't include no-longer-existent include files.
1829         Rely on <string.h> instead.
1830         * lib/canon-host.c: Likewise.
1831         * lib/chdir-long.c: Likewise.
1832         * lib/concatpath.c: Likewise.
1833         * lib/exclude.c: Likewise.
1834         * lib/fchdir.c: Likewise.
1835         * lib/getaddrinfo.c: Likewise.
1836         * lib/getcwd.c: Likewise.
1837         * lib/getsubopt.c: Likewise.
1838         * lib/glob.c: Likewise.
1839         * lib/hard-locale.c: Likewise.
1840         * lib/iconvme.c: Likewise.
1841         * lib/javacomp.c: Likewise.
1842         * lib/mempcpy.c: Likewise.
1843         * lib/memrchr.c: Likewise.
1844         * lib/regex_internal.h: Likewise.
1845         * lib/stpncpy.c: Likewise.
1846         * lib/strcasecmp.c: Likewise.
1847         * lib/strchrnul.c: Likewise.
1848         * lib/strdup.c: Likewise.
1849         * lib/striconv.c: Likewise.
1850         * lib/striconveh.c: Likewise.
1851         * lib/striconveha.c: Likewise.
1852         * lib/strncasecmp.c: Likewise.
1853         * lib/strndup.c: Likewise.
1854         * lib/strnlen.c: Likewise.
1855         * lib/strsep.c: Likewise.
1856         * lib/strstr.c: Likewise.
1857         * lib/strtok_r.c: Likewise.
1858         * lib/userspec.c: Likewise.
1859         * lib/w32spawn.h: Likewise.
1860         * lib/xstrndup.c: Likewise.
1861         * lib/mountlist.c (strstr): Remove decl.
1862         * m4/string_h.m4: New file.
1863         * m4/memmem.m4 (gl_FUNC_MEMMEM): Set HAVE_DECL_MEMMEM if necessary.
1864         * m4/mempcpy.m4 (gl_FUNC_MEMPCPY): Set HAVE_MEMPCPY if necessary.
1865         * m4/memrchr.m4 (gl_FUNC_MEMRCHR): Set HAVE_MEMRCHR
1866         * m4/stpcpy.m4 (gl_FUNC_STPCPY): Set HAVE_STPCPY if necessary.
1867         * m4/stpncpy.m4 (gl_PREREQ_STPNCPY): Set HAVE_STPNCPY if necessary.
1868         * m4/strcase.m4 (gl_FUNC_STRCASECMP):
1869         Set REPLACE_STRCASECMP if necessary.
1870         (gl_FUNC_STRNCASECMP): Set HAVE_DECL_STRNCASECMP if necessary.
1871         * m4/strchrnul.m4 (gl_FUNC_STRCHRNUL): Set HAVE_STRCHRNUL if necessary.
1872         * m4/strdup.m4 (gl_FUNC_STRDUP): Set HAVE_DECL_STRDUP if necessary.
1873         * m4/strndup.m4 (gl_FUNC_STRNDUP): Set HAVE_DECL_STRNLEN and
1874         HAVE_DECL_STRDUP if necessary.
1875         (gl_PREREQ_STRNLEN): Don't bother to check for strnlen decl,
1876         since gl_FUNC_STRNDUP does that now.
1877         * m4/strnlen.m4 (gl_FUNC_STRNLEN): Set HAVE_DECL_STRNLEN if necessary.
1878         Check for decl here...
1879         (gl_PREREQ_STRNLEN): ... not here.
1880         * m4/strpbrk.m4 (gl_FUNC_STRPBRK): Set HAVE_STRPBRK if necessary.
1881         * m4/strsep.m4 (gl_FUNC_STRSEP): Set HAVE_STRSEP if necessary.
1882         * m4/strstr.m4 (gl_FUNC_STRSTR): Set REPLACE_STRSTR if necessary.
1883         * m4/strtok_r.m4 (gl_FUNC_STRTOK_R): Set HAVE_DECL_STRTOK_R if
1884         necessary.
1885         * modules/string: New file.
1886         * modules/memmem (Files): Remove special-purpose include file.
1887         (Depends-on): Add string.
1888         (Include): Include <string.h>, not the removed file.
1889         * modules/mempcpy: Likewise.
1890         * modules/memrchr: Likewise.
1891         * modules/stpcpy: Likewise.
1892         * modules/stpncpy: Likewise.
1893         * modules/strcase: Likewise.
1894         * modules/strchrnul: Likewise.
1895         * modules/strdup: Likewise.
1896         * modules/strndup: Likewise.
1897         * modules/strnlen: Likewise.
1898         * modules/strpbrk: Likewise.
1899         * modules/strsep: Likewise.
1900         * modules/strstr: Likewise.
1901         * modules/strtok_r: Likewise.
1902         * tests/test-dirname.c: Don't include "strdup.h", since
1903         <string.h> now suffices.
1904         * tests/test-memmem.c: Don't include "memmem.h", since
1905         <string.h> now suffices.
1906
1907 2007-01-25  Bruno Haible  <bruno@clisp.org>
1908
1909         * lib/striconveh.c (mem_cd_iconveh_internal): Ignore *lengthp if
1910         *resultp is 0.
1911
1912         * lib/unistr/u16-to-u8.c (u16_to_u8): Fix u8_uctomb invocation.
1913         * lib/unistr/u32-to-u8.c (u32_to_u8): Likewise.
1914         * lib/unistr/u8-to-u16.c (u8_to_u16): Fix u16_uctomb invocation.
1915         * lib/unistr/u32-to-u16.c (u32_to_u16): Likewise.
1916
1917         * modules/unistr/u8-to-u16 (Depends-on): Add missing modules.
1918         * modules/unistr/u8-to-u32 (Depends-on): Add missing modules.
1919         * modules/unistr/u16-to-u8 (Depends-on): Add missing modules.
1920         * modules/unistr/u16-to-u32 (Depends-on): Add missing modules.
1921         * modules/unistr/u32-to-u8 (Depends-on): Add missing modules.
1922         * modules/unistr/u32-to-u16 (Depends-on): Add missing modules.
1923
1924 2007-01-24  Bruno Haible  <bruno@clisp.org>
1925
1926         Don't AC_REQUIRE autoconf macros that invoke AC_LIBOBJ. See
1927         <http://lists.gnu.org/archive/html/bug-gnulib/2006-10/msg00279.html>.
1928         * m4/argp.m4 (gl_ARGP): Invoke, don't require, gl_GETOPT_SUBSTITUTE.
1929         * m4/fts.m4 (gl_FUNC_FTS, gl_FUNC_FTS_LGPL): Invoke, don't require,
1930         gl_FUNC_FTS_CORE.
1931         (gl_FUNC_FTS_CORE): Invoke, don't require, gl_FUNC_OPENAT.
1932         * m4/lstat.m4 (gl_FUNC_LSTAT): Invoke, don't require,
1933         AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK.
1934         * m4/memcmp.m4 (gl_FUNC_MEMCMP): Invoke, don't require, AC_FUNC_MEMCMP.
1935         * m4/mktime.m4 (gl_FUNC_MKTIME): Invoke, don't require, AC_FUNC_MKTIME.
1936         * m4/openat.m4 (gl_FUNC_OPENAT): Invoke, don't require,
1937         gl_FUNC_FCHOWNAT.
1938         * m4/strftime.m4 (gl_FUNC_GNU_STRFTIME): Invoke, don't require,
1939         gl_FUNC_STRFTIME.
1940         * m4/strtod.m4 (gl_FUNC_STRTOD): Invoke, don't require, AC_FUNC_STRTOD.
1941         Reported by Ralf Wildenhues.
1942
1943 2007-01-24  Bruno Haible  <bruno@clisp.org>
1944
1945         Drop AC_REQUIRE calls that are redundant with the module dependencies.
1946         * m4/canon-host.m4 (gl_PREREQ_CANON_HOST): Don't require
1947         gl_GETADDRINFO.
1948         * m4/chdir-long.m4 (gl_PREREQ_CHDIR_LONG): Don't require AM_STDBOOL_H,
1949         gl_FUNC_MEMPCPY, gl_FUNC_OPENAT, gl_FUNC_MEMRCHR.
1950         * m4/openat.m4 (gl_PREREQ_OPENAT): Don't require gl_SAVE_CWD.
1951
1952 2007-01-24  Paul Eggert  <eggert@cs.ucla.edu>
1953
1954         * m4/fnmatch.m4 (_AC_FUNC_FNMATCH_IF): Add test for glibc bug 361.
1955         Don't use 'exit'; just return from 'main'.
1956         (_AC_LIBOBJ_FNMATCH): Check for headers and functions just once.
1957
1958         * lib/fnmatch_.h: Readjust white space and comments to match
1959         glibc, to avoid spurious diffs.
1960
1961 2007-01-23  Paul Eggert  <eggert@cs.ucla.edu>
1962
1963         * lib/fnmatch_loop.c (internal_fnmatch) [!_LIBC]: #if-out the
1964         2004-12-01 change by Jakub Jelinek, since this code won't compile
1965         if !LIBC.  Problem reported by Bob Proulx.
1966
1967 2007-01-23  Bruno Haible  <bruno@clisp.org>
1968
1969         * lib/striconveh.c: Include c-strcaseeq.h.
1970         (mem_iconveh, str_iconveh): Use STRCASEEQ instead of c_strcasecmp.
1971         * modules/striconveh (Depends-on): Add c-strcaseeq.
1972
1973 2007-01-23  Bruno Haible  <bruno@clisp.org>
1974
1975         * MODULES.html.sh (String handling): Add streq, c-strcaseeq.
1976
1977         * modules/c-strcaseeq: New file.
1978         * lib/c-strcaseeq.h: New file.
1979
1980         * modules/streq: New file.
1981         * lib/streq.h: New file.
1982
1983 2007-01-23  Bruno Haible  <bruno@clisp.org>
1984
1985         * modules/striconveha-tests: New file.
1986         * tests/test-striconveha.c: New file.
1987
1988         * lib/striconveha.h: Include <stdbool.h>.
1989         (mem_iconveha, str_iconveha): Add 'transliterate' argument.
1990         * lib/striconveha.c: Include allocsa.h, strdup.h, c-strcase.h.
1991         (mem_iconveha_notranslit): Renamed from mem_iconveha.
1992         (mem_iconveha): New function.
1993         (str_iconveha_notranslit): Renamed from str_iconveha.
1994         (str_iconveha): New function.
1995         * modules/striconveha (Depends-on): Add stdbool, allocsa, strdup,
1996         c-strcase.
1997
1998 2007-01-23  Bruno Haible  <bruno@clisp.org>
1999
2000         * lib/striconveha.c (mem_iconveha): Fix endless recursion. Try all
2001         encodings without forgiving before trying any encoding with handler.
2002         (str_iconveha): Try all encodings without forgiving before trying any
2003         encoding with handler.
2004
2005 2007-01-23  Paul Eggert  <eggert@cs.ucla.edu>
2006
2007         Import the following changes from libc.
2008
2009         2005-10-14  Ulrich Drepper  <drepper@redhat.com>
2010
2011         * lib/fnmatch_loop.c: Adjust for changed secondary hash function.
2012
2013         2004-12-01  Jakub Jelinek  <jakub@redhat.com>
2014
2015         * lib/fnmatch_loop.c (internal_fnmatch): Clear is_seqval after
2016         normal_bracket label.
2017
2018         2004-09-01  Jakub Jelinek  <jakub@redhat.com>
2019
2020         [BZ #361]
2021         * lib/fnmatch_loop.c (FCT): For backslash between brackets, branch
2022         to normal_bracket after fetching the next character.
2023
2024 2007-01-22  Bruno Haible  <bruno@clisp.org>
2025
2026         * lib/striconveh.h (mem_cd_iconveh, mem_iconveh): Add 'offsets'
2027         argument.
2028         * lib/striconveh.c (iconv_carefully_1): New function.
2029         (mem_cd_iconveh_internal, mem_cd_iconveh, mem_iconveh): Add 'offsets'
2030         argument.
2031         (str_cd_iconveh): Update.
2032         * lib/striconveha.h (mem_iconveha): Add 'offsets' argument.
2033         * lib/striconveha.c (mem_iconveha): Add 'offsets' argument.
2034         * tests/test-striconveh.c (MAGIC): New macro.
2035         (new_offsets): New function.
2036         (main): Test call with and without offsets.
2037
2038 2007-01-22  Bruno Haible  <bruno@clisp.org>
2039
2040         * modules/sys_stat (Makefile.am): Use @MKDIR_P@ instead of $(MKDIR_P).
2041         * modules/sys_select (Makefile.am): Likewise.
2042         * modules/sys_socket (Makefile.am): Likewise.
2043         * modules/sys_time (Makefile.am): Likewise.
2044
2045 2007-01-22  Paul Eggert  <eggert@cs.ucla.edu>
2046
2047         * modules/gettimeofday (License): Change from GPL to LGPL, since
2048         gettimeofday is a library function.
2049
2050 2007-01-22  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
2051
2052         * lib/poll.c (rpl_poll): Don't check against FD_SETSIZE under Win32.
2053
2054 2007-01-21  Bruno Haible  <bruno@clisp.org>
2055
2056         * m4/gnulib-common.m4 (AC_PROG_MKDIR_P): New macro.
2057
2058 2007-01-21  Bruno Haible  <bruno@clisp.org>
2059
2060         * modules/striconveha: New file.
2061         * lib/striconveha.h: New file.
2062         * lib/striconveha.c: New file.
2063         * MODULES.html.sh (Internationalization functions): Add striconveha.
2064         * lib/striconv.c (str_iconv): Optimize the case of an empty input
2065         string.
2066         * lib/striconveh.c (mem_iconveh, str_iconveh): Likewise.
2067
2068 2007-01-21  Bruno Haible  <bruno@clisp.org>
2069
2070         * lib/striconv.c (str_iconv): Guarantee errno is set when strdup fails.
2071         * lib/striconveh.c (str_iconveh): Likewise.
2072
2073 2007-01-21  Bruno Haible  <bruno@clisp.org>
2074
2075         * lib/striconveh.h (mem_iconveh): New declaration.
2076         * lib/striconveh.c (mem_iconveh): New function.
2077         * tests/test-striconveh.c (main): Add tests for mem_iconveh.
2078
2079 2007-01-21  Bruno Haible  <bruno@clisp.org>
2080
2081         * lib/xstriconv.h (xmem_cd_iconv): Change specification.
2082
2083         * lib/striconveh.h (mem_cd_iconveh): Change specification.
2084         * lib/striconveh.c (mem_cd_iconveh): Don't free the user-supplied
2085         original result buffer.
2086         (str_cd_iconveh): Update.
2087         * tests/test-striconveh.c (main): Update.
2088
2089         * lib/striconv.h (mem_cd_iconv): Change specification.
2090         * lib/striconv.c (mem_cd_iconv): Don't free the user-supplied original
2091         result buffer.
2092         (str_cd_iconv): Update.
2093         * tests/test-striconv.c (main): Update.
2094
2095 2007-01-21  Bruno Haible  <bruno@clisp.org>
2096
2097         * gnulib-tool: Fix test whether sed is GNU sed supporting --posix.
2098
2099 2007-01-20  Jim Meyering  <jim@meyering.net>
2100
2101         * lib/userspec.c (parse_with_separator): If a user or group string
2102         starts with "+", skip the corresponding name-to-ID look-up, since
2103         such a look-up must fail: user and group names may not include "+".
2104
2105 2007-01-19  Paul Eggert  <eggert@cs.ucla.edu>
2106
2107         * lib/poll.c: Include sys/time.h and time.h unconditionally,
2108         since we now assume the sys_time module.
2109         * m4/poll.m4 (gl_PREREQ_POLL): Don't require AC_HEADER_TIME or
2110         check for sys/time.h; no longer needed.
2111         * modules/poll (Depends-on): Depend on sys_time.
2112
2113 2007-01-18  Bruno Haible  <bruno@clisp.org>
2114
2115         * m4/mktime.m4 (AC_FUNC_MKTIME): Remove test for <sys/time.h>.
2116         * m4/strftime.m4 (gl_FUNC_STRFTIME): Likewise.
2117
2118         * m4/tempname.m4 (gl_PREREQ_TEMPNAME): Remove tests for sys/time.h and
2119         gettimeofday.
2120
2121         * tests/test-gettimeofday.c: Include <time.h>.
2122         (dummy): Remove variable.
2123
2124         * m4/sys_time_h.m4 (gl_HEADER_SYS_TIME_H_BODY): Renamed from
2125         gl_HEADER_SYS_TIME_H.
2126         (gl_HEADER_SYS_TIME_H): New macro.
2127
2128         * lib/sys_time_.h: Test GETTIMEOFDAY_REPLACEMENT instead of
2129         HAVE_GETTIMEOFDAY_POSIX_SIGNATURE and GETTIMEOFDAY_CLOBBERS_LOCALTIME.
2130         * m4/gettimeofday.m4 (gl_FUNC_GETTIMEOFDAY,
2131         gl_FUNC_GETTIMEOFDAY_CLOBBER): Set GETTIMEOFDAY_REPLACEMENT instead of
2132         HAVE_GETTIMEOFDAY_POSIX_SIGNATURE and GETTIMEOFDAY_CLOBBERS_LOCALTIME.
2133         * m4/sys_time_h.m4 (gl_HEADER_SYS_TIME_H): Initialize
2134         GETTIMEOFDAY_REPLACEMENT instead of HAVE_GETTIMEOFDAY_POSIX_SIGNATURE
2135         and GETTIMEOFDAY_CLOBBERS_LOCALTIME.
2136         * modules/sys_time (sys/time.h): Substitute GETTIMEOFDAY_REPLACEMENT
2137         instead of HAVE_GETTIMEOFDAY_POSIX_SIGNATURE and
2138         GETTIMEOFDAY_CLOBBERS_LOCALTIME.
2139
2140         * m4/gettimeofday.m4 (gl_GETTIMEOFDAY_REPLACE_LOCALTIME): Undo the
2141         last change; it caused a compilation error when cross-compiling to
2142         Cygwin.
2143
2144 2007-01-18  Jim Meyering  <jim@meyering.net>
2145
2146         Use "$(MKDIR_P) sys", not race-prone "test -d sys || mkdir sys".
2147         * modules/sys_stat (Makefile.am): Use "$(MKDIR_P) sys", rather
2148         than the race-prone "test -d sys || mkdir sys".
2149         (configure.ac): Use AC_PROG_MKDIR_P.
2150         * modules/sys_select: Likewise.
2151         * modules/sys_socket: Likewise.
2152         * modules/sys_time: Likewise.
2153
2154 2007-01-18  Eric Blake  <ebb9@byu.net>
2155
2156         * m4/gettimeofday.m4 (gl_GETTIMEOFDAY_REPLACE_LOCALTIME): Also
2157         replace gettimeofday.
2158         * lib/gettimeofday.c (rpl_gettimeofday): Declare with replacement
2159         name, to avoid infinite recursion.
2160
2161 2007-01-17  Paul Eggert  <eggert@cs.ucla.edu>
2162
2163         * MODULES.html.sh (Support for systems lacking POSIX:2001): New
2164         module sys_time.
2165         * lib/gethrxtime.c: Include <sys/time.h>, since we can no longer
2166         assume timespec.h defines struct timeval.
2167         * lib/settime.c: Likewise.
2168         * lib/utimens.c: Likewise.
2169         * lib/gettime.c (gettime): Remove test against HAVE_GETTIMEOFDAY,
2170         since we now assume the gettimeofday module.
2171         * lib/tempname.c (__gen_tempname): Likewise.
2172         * lib/gettimeofday.h: Remove.
2173         * lib/gettimeofday.c: Include <sys/time.h> instead of "gettimeofday.h".
2174         Don't include <sys/types.h> and <stdlib.h>; shouldn't be needed.
2175         Include <time.h>, for 'time()'.
2176         (localtime_buffer_addr): Also use this workaround if
2177         TZSET_CLOBBERS_LOCALTIME.  Set to a dummy static variable by default,
2178         to simplify the uses.  All uses changed.
2179         (localtime, gmtime, tzset, gettimeofday): Reformat slightly so
2180         that #undef is inside {}, and 'const' follows type name consistently.
2181         (tzset): Define replacement only if TZSET_CLOBBERS_LOCALTIME.
2182         (gettimeofday): Do not use the maximum possible value for
2183         tv->tv_usec, since that might break usages other than ls.c.
2184         Instead, we'll leave ls.c alone.  This undoes today's patch
2185         by Bruno.  Add a compile-time warning for 1s-clock resolution;
2186         we've never observed the problem but might as well keep the
2187         canary.
2188         * lib/nanosleep.c: Include timespec.h first, for interface check.
2189         * lib/nanosleep.c: Include <sys/time.h> unconditionally, since we
2190         now assume the sys_time module.
2191         * lib/tempname.c: Likewise.
2192         * lib/timespec.h: Likewise.
2193         * lib/nanosleep.c: Don't worry about TIME_WITH_SYS_TIME; no longer
2194         needed.
2195         * lib/strftime.c: Likewise.
2196         * lib/timespec.h: Likewise.
2197         * lib/posixtm.c: Include posixtm.h first, for interface check.
2198         Don't worry about TM_IN_SYS_TIME; that's wayyy obsolete.
2199         * lib/posixtm.h: Include stdbool.h and time.h, for proper interface.
2200         * lib/strftime.c: Don't include <sys/types.h>; shouldn't be needed.
2201         * lib/sys_time_.h: New file.
2202         * lib/timespec.h (struct timespec): Use long int, not long.
2203         * m4/gettimeofday.m4 (gl_FUNC_GETTIMEOFDAY):
2204         (gl_FUNC_GETTIMEOFDAY_CLOBBER, gl_PREREQ_GETTIMEOFDAY):
2205         Remove obsolescent call to AC_HEADER_TIME.
2206         * m4/mktime.m4 (AC_FUNC_MKTIME): Likewise.
2207         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Likewise.
2208         * m4/strftime.m4 (gl_FUNC_STRFTIME): Likewise.
2209         * m4/timespec.m4 (gl_TIMESPEC, gl_CHECK_TYPE_STRUCT_TIMESPEC):
2210         Likewise.
2211         * m4/tzset.m4 (gl_FUNC_TZSET_CLOBBER): Likewise.
2212         * m4/utimbuf.m4 (gl_CHECK_TYPE_STRUCT_UTIMBUF): Likewise.
2213         * m4/gettimeofday.m4 (gl_FUNC_GETTIMEOFDAY): Move sys/time.h tests
2214         into the sys_time module.  Check for gettimeofday just once.
2215         Prefix our variables with gl_, not with ac_ or jm_.  Tighten test
2216         for gettimeofday signature to just check the signature.  Merely
2217         compile it, since linking doesn't test signature.  Improve test for
2218         whether gettimeofday.o is actually needed.
2219         (gl_FUNC_GETTIMEOFDAY_CLOBBER): Renamed from
2220         AC_FUNC_GETTIMEOFDAY_CLOBBER.  All uses changed.  Use
2221         AC_RUN_IFELSE rather than AC_TRY_RUN.  If clobbering, set
2222         and define GETTIMEOFDAY_CLOBBERS_LOCALTIME.
2223         (gl_GETTIMEOFDAY_REPLACE_LOCALTIME): Don't define
2224         GETTIMEOFDAY_CLOBBERS_LOCALTIME; that's gl_FUNC_GETTIMEOFDAY_CLOBBER's
2225         job.  Don't define tzset; that's gl_FUNC_TZSET_CLOBBER's job.
2226         * m4/mktime.m4 (AC_FUNC_MKTIME): Just include <time.h> rather
2227         than worrying about sys/time.h.
2228         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP):
2229         Don't bother worrying about TIME_WITH_SYS_TIME.
2230         * m4/stat-time.m4 (gl_STAT_TIME): Likewise.
2231         * m4/posixtm.m4 (gl_POSIXTM): Remove obsolescent call to AC_STRUCT_TM.
2232         * m4/sys_time_h.m4: New file.
2233         * m4/tzset.m4 (gl_FUNC_TZSET_CLOBBER): Require gl_HEADER_SYS_TIME_H.
2234         Don't include sys/time.h.  Return from main rather than exiting.
2235         Define TZSET_CLOBBERS_LOCALTIME, for consistency with other names;
2236         all uses changed.
2237         * modules/gethrxtime (Depends-on): Add sys_time.
2238         * modules/gettime (Depends-on): Likewise.
2239         * modules/gettimeofday (Depends-on): Likewise.
2240         * modules/nanosleep (Depends-on): Likewise.
2241         * modules/settime (Depends-on): Likewise.
2242         * modules/tempname (Depends-on): Likewise.
2243         * modules/utimens (Depends-on): Likewise.
2244         * modules/gettimeofday (Files): Remove lib/gettimeofday.h.
2245         (Include:) Change back to <sys/time.h>.
2246         (Maintainer:) Add self.
2247         * modules/sys_time: New file.
2248         * modules/tempname (Depends-on): Add gettimeofday.
2249         * tests/test-gettimeofday.c: Include <sys/time.h>
2250         rather than gettimeofday.h.
2251
2252 2007-01-17  Bruno Haible  <bruno@clisp.org>
2253
2254         * gnulib-tool (func_get_license): Revert last patch. Instead, let
2255         the license default to GPL.
2256         (func_create_testdir): Don't complain if a module is LGPL and its
2257         tests module depends on GPLed modules.
2258
2259 2007-01-17  Bruno Haible  <bruno@clisp.org>
2260
2261         * lib/gettimeofday.c (gettimeofday): Add code for the case
2262         HAVE_GETTIMEOFDAY && !GETTIMEOFDAY_CLOBBERS_LOCALTIME. Use the
2263         maximum possible value for tv->tv_usec, rather than the minimum one.
2264
2265 2005-10-08  Martin Lambers  <marlam@marlam.de>
2266 2005-10-08  Paul Eggert  <eggert@cs.ucla.edu>
2267 2007-01-16  Bruno Haible  <bruno@clisp.org>
2268
2269         * modules/gettimeofday (Files): Add lib/gettimeofday.h.
2270         (configure.ac): Remove AC_FUNC_GETTIMEOFDAY_CLOBBER. Add
2271         gl_FUNC_GETTIMEOFDAY.
2272         (Include): Add gettimeofday.h.
2273         * m4/gettimeofday.m4 (gl_FUNC_GETTIMEOFDAY): New macro.
2274         (AC_FUNC_GETTIMEOFDAY_CLOBBER): Don't invoke gl_PREREQ_GETTIMEOFDAY.
2275         (gl_GETTIMEOFDAY_REPLACE_LOCALTIME): Define
2276         GETTIMEOFDAY_CLOBBERS_LOCALTIME. Invoke gl_PREREQ_GETTIMEOFDAY here.
2277         (gl_PREREQ_GETTIMEOFDAY): Check for <sys/timeb.h> and _ftime.
2278         * lib/gettimeofday.h: New file.
2279         * lib/gettimeofday.c: Include <sys/timeb.h>.
2280         (localtime_buffer_addr, rpl_localtime, rpl_gmtime, rpl_tzset): Define
2281         only if GETTIMEOFDAY_CLOBBERS_LOCALTIME.
2282         (rpl_gettimeofday) [!HAVE_GETTIMEOFDAY]: Use _ftime() when available;
2283         fall back on time().
2284
2285         * tests/test-gettimeofday.c: New file.
2286         * modules/gettimeofday-tests: New file.
2287
2288 2007-01-16  Eric Blake  <ebb9@byu.net>
2289
2290         * modules/fnmatch (Depends-on): Depend on wchar.
2291         * lib/fnmatch.c (WIDE_CHAR_SUPPORT): Assume <wchar.h>.
2292         * m4/fnmatch.m4: Likewise.
2293         * modules/mbchar (Makefile.am): Assume <wchar.h>.
2294         * m4/mbchar.m4: Likewise.
2295         * modules/mbswidth (Depends-on): Depend on wchar.
2296         * lib/mbswidth.c: Assume <wchar.h>.
2297         * m4/mbswidth.m4: Likewise.
2298         * modules/quotearg (Depends-on): Depend on wchar.
2299         * lib/quotearg.c: Assume <wchar.h>.
2300         * m4/quotearg.m4: Likewise.
2301         * modules/regex (Depends-on): Depend on wchar.
2302         * lib/regex_internal.h: Assume <wchar.h>.
2303         * m4/regex.m4: Likewise.
2304         * modules/stdint (Depends-on): Depend on wchar.
2305         * lib/stdint_.h [!defined WCHAR_MIN]: Assume <wchar.h>.
2306         * m4/stdint.m4: Likewise.
2307         * tests/test-stdint.c [HAVE_WINT_T]: Likewise.
2308         * modules/strftime (Depends-on): Depend on wchar.
2309         * lib/strftime.c (DO_MULTIBYTE): Assume <wchar.h>.
2310         * modules/strtol (Depends-on): Depend on wchar.
2311         * lib/strtol.c: Assume <wchar.h>.
2312         * modules/wcwidth (Depends-on): Depend on wchar.
2313         * lib/wcwidth.h: Assume <wchar.h>.
2314         * m4/wcwidth.m4: Likewise.
2315
2316 2007-01-16  Bruno Haible  <bruno@clisp.org>
2317
2318         * modules/csharpexec-script: New, created from...
2319         * modules/csharpexec: ... this.
2320
2321 2007-01-16  Paolo Bonzini  <bonzini@gnu.org>
2322
2323         * modules/javaexec-script: New, created from...
2324         * modules/javaexec: ... this.
2325
2326 2007-01-16  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
2327
2328         * modules/poll (Dependencies): Add sys_select.
2329
2330 2007-01-15  Jim Meyering  <jim@meyering.net>
2331
2332         * m4/readutmp.m4 (gl_READUTMP): Work around AIX 4.3 struct-
2333         redefinition bug when using both <utmp.h> and <utmpx.h> headers.
2334         * lib/readutmp.h: Likewise.  Reported by Daniel Richard G. in
2335         <http://article.gmane.org/gmane.comp.gnu.core-utils.bugs/9415>.
2336
2337 2007-01-15  Bruno Haible  <bruno@clisp.org>
2338
2339         * modules/striconveh: New file.
2340         * lib/striconveh.h: New file.
2341         * lib/striconveh.c: New file.
2342         * MODULES.html.sh (Internationalization functions): Add striconveh.
2343
2344         * modules/striconveh-tests: New file.
2345         * tests/test-striconveh.c: New file.
2346
2347 2007-01-15  Bruno Haible  <bruno@clisp.org>
2348
2349         * lib/striconv.c (str_cd_iconv): Use the first algorithm if iconv is
2350         not from GNU libiconv or GNU libc.
2351
2352 2007-01-15  Bruno Haible  <bruno@clisp.org>
2353
2354         * doc/gnulib-intro.texi (Copyright): Explain the different license
2355         terms for module descriptions, autoconf macros, tests, documentation.
2356
2357 2007-01-14  Bruno Haible  <bruno@clisp.org>
2358
2359         * modules/striconv-tests: New file.
2360         * tests/test-striconv.c: New file.
2361
2362 2007-01-14  Bruno Haible  <bruno@clisp.org>
2363
2364         * modules/iconv-tests: New file.
2365         * tests/test-iconv.c: New file.
2366
2367 2007-01-14  Bruno Haible  <bruno@clisp.org>
2368
2369         * gnulib-tool (func_get_license): For test modules, use the license of
2370         the main module.
2371
2372 2007-01-14  Bruno Haible  <bruno@clisp.org>
2373
2374         * modules/iconv (Include): Clarify that <iconv.h> can only be included
2375         if iconv is found to exist.
2376
2377 2007-01-14  Bruno Haible  <bruno@clisp.org>
2378
2379         * modules/c-ctype-tests: New file.
2380         * tests/test-c-ctype.c: New file.
2381
2382 2007-01-14  Bruno Haible  <bruno@clisp.org>
2383
2384         * modules/binary-io-tests: New file.
2385         * tests/test-binary-io.sh: New file.
2386         * tests/test-binary-io.c: New file.
2387
2388 2007-01-14  Bruno Haible  <bruno@clisp.org>
2389
2390         * modules/array-oset-tests: New file.
2391         * tests/test-array_oset.c: New file.
2392
2393 2007-01-14  Bruno Haible  <bruno@clisp.org>
2394
2395         * modules/array-list-tests: New file.
2396         * tests/test-array_list.c: New file.
2397
2398 2007-01-14  Bruno Haible  <bruno@clisp.org>
2399
2400         * gnulib-tool (func_create_testdir): Don't unnecessarily run configure
2401         and make.
2402         Reported by Simon Josefsson in
2403         <http://lists.gnu.org/archive/html/bug-gnulib/2007-01/msg00139.html>
2404
2405 2007-01-14  Bruno Haible  <bruno@clisp.org>
2406
2407         * modules/allocsa-tests: New file.
2408         * tests/test-allocsa.c: New file.
2409
2410 2007-01-14  Bruno Haible  <bruno@clisp.org>
2411
2412         * modules/fchdir (Depends-on): Add absolute-header.
2413         * modules/unistd (Depends-on): Likewise.
2414
2415 2006-12-30  Bruno Haible  <bruno@clisp.org>
2416
2417         * modules/fchdir: New file.
2418         * modules/unistd (Files): Add lib/unistd_.h.
2419         (Makefile.am): Generate unistd.h from unistd_.h.
2420         * lib/fchdir.c: New file.
2421         * lib/dirent_.h: New file.
2422         * lib/unistd_.h: New file.
2423         * lib/fcntl_.h (open) [FCHDIR_REPLACEMENT]: New replacement.
2424         * m4/fchdir.m4: New file.
2425         * m4/unistd_h.m4 (gl_PREREQ_UNISTD): New macro.
2426         (gl_HEADER_UNISTD): Invoke it.
2427         * lib/dup-safer.c (dup_safer) [FCHDIR_REPLACEMENT]: Use the dup
2428         function.
2429         * lib/backupfile.c (opendir, closedir): Undefine.
2430         * lib/chown.c (open, close): Undefine.
2431         * lib/clean-temp.c (open, close): Undefine.
2432         * lib/copy-file.c (open, close): Undefine.
2433         * lib/execute.c (open, close): Undefine.
2434         * lib/fsusage.c (open, close): Undefine.
2435         * lib/gc-gnulib.c (open, close): Undefine.
2436         * lib/getcwd.c (opendir, closedir): Undefine.
2437         * lib/glob.c (opendir, closedir): Undefine.
2438         * lib/javacomp.c (open, close): Undefine.
2439         * lib/mountlist.c (open, close, opendir, closedir): Undefine.
2440         * lib/openat-proc.c (open, close): Undefine.
2441         * lib/pagealign_alloc.c (open, close): Undefine.
2442         * lib/pipe.c (open, close): Undefine.
2443         * lib/progreloc.c (open, close): Undefine.
2444         * lib/savedir.c (opendir, closedir): Undefine.
2445         * lib/utime.c (open, close): Undefine.
2446         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add fchdir.
2447
2448 2007-01-10  Bruno Haible  <bruno@clisp.org>
2449
2450         * lib/striconv.c (mem_cd_iconv): Align the temporary buffer.
2451
2452 2007-01-12  Eric Blake  <ebb9@byu.net>
2453
2454         Provide a robust <wchar.h>.  Further simplifications are now
2455         possible in other modules, but not included here.
2456         * modules/wchar: New module.
2457         * m4/wchar.m4: New file.
2458         * lib/wchar_.h: Likewise.
2459         * modules/mbchar (Depends-on): Depend on wchar, as the first use
2460         of the new module.
2461         * MODULES.html.sh (Extended multibyte and wide character utilities):
2462         New section.
2463
2464 2007-01-12  Paul Eggert  <eggert@cs.ucla.edu>
2465
2466         * lib/xreadlink.c (SYMLINK_MAX) [!defined SYMLINK_MAX]: Define
2467         to a reasonable default for memory allocation.
2468         (xreadlink): Don't allocate a huge buffer, to work around a buggy
2469         file system that reports garbage st_size values for symlinks.
2470         Problem reported by Liyang Hu.
2471
2472 2007-01-11  Simon Josefsson  <simon@josefsson.org>
2473
2474         * gnulib-tool (func_all_modules): Exclude all .* files (e.g.,
2475         Emacs .#* auto-save files).
2476
2477 2007-01-11  Bruno Haible  <bruno@clisp.org>
2478
2479         * gnulib-tool (func_all_modules): Exclude all files inside the CVS
2480         directory.
2481
2482 2007-01-10  Paul Eggert  <eggert@cs.ucla.edu>
2483
2484         Use @...@ consistently in lib/wctype_.h.
2485         * lib/wctype_.h [HAVE_WINT_T]: Go back to using @...@, but rely
2486         on it being set to 1 or 0.
2487         * m4/wctype.m4 (gl_WCTYPE_H): Set HAVE_WINT_T to 1 or 0, and
2488         go back to AC_SUBSTing it.
2489         * modules/wctype (Makefile.am): Undo previous change.
2490
2491 2007-01-10  Eric Blake  <ebb9@byu.net>
2492
2493         * lib/wctype_.h [HAVE_WINT_T]: Rely on AC_DEFINE.
2494         * m4/wctype.m4 (gl_WCTYPE_H): No need to AC_SUBST(HAVE_WINT_T).
2495         * modules/wctype (Makefile.am): Likewise.
2496         Reported by Chris McGuire.
2497
2498 2007-01-10  Jim Meyering  <jim@meyering.net>
2499
2500         fts.c: a small readability/maintainability improvement
2501         * lib/fts.c (fts_read): Make this code slightly more readable and
2502         maintainable by hoisting the "sp->fts_cur = p" assignments to
2503         immediately follow the statements that set P.  Derived from
2504         the patch by Miloslav Trmac in http://bugzilla.redhat.com/222089.
2505
2506 2007-01-10  Eric Blake  <ebb9@byu.net>
2507
2508         * lib/wctype_.h [HAVE_WINT_T]: Include <stddef.h> before
2509         <wchar.h>, to work around BSDI bug in BSD/OS 4.0.1.
2510         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Likewise.
2511         * m4/wint_t.m4 (gt_TYPE_WINT_T): Likewise.
2512         Reported by Chris McGuire.
2513
2514 2007-01-09  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2515
2516         * gnulib-tool (func_all_modules): Use POSIX conforming escaping
2517         in sed script.
2518
2519 2007-01-09  Bruno Haible  <bruno@clisp.org>
2520
2521         * MODULES.html.sh: Accept options --cvs-urls, --git-urls.
2522         (repo_url_prefix, repo_url_suffix, repo_url_suffix_repl): New
2523         variables.
2524         (func_module): Use them.
2525
2526 2007-01-09  Bruno Haible  <bruno@clisp.org>
2527
2528         * modules/unistr/base: New file.
2529         * lib/unistr.h: New file.
2530
2531         * modules/unistr/u8-to-u16: New file.
2532         * lib/unistr/u8-to-u16.c: New file.
2533
2534         * modules/unistr/u8-to-u32: New file.
2535         * lib/unistr/u8-to-u32.c: New file.
2536
2537         * modules/unistr/u16-to-u8: New file.
2538         * lib/unistr/u16-to-u8.c: New file.
2539
2540         * modules/unistr/u16-to-u32: New file.
2541         * lib/unistr/u16-to-u32.c: New file.
2542
2543         * modules/unistr/u32-to-u8: New file.
2544         * lib/unistr/u32-to-u8.c: New file.
2545
2546         * modules/unistr/u32-to-u16: New file.
2547         * lib/unistr/u32-to-u16.c: New file.
2548
2549         * modules/unistr/u8-check: New file.
2550         * modules/unistr/u16-check: New file.
2551         * modules/unistr/u32-check: New file.
2552         * lib/unistr/u8-check.c: New file.
2553         * lib/unistr/u16-check.c: New file.
2554         * lib/unistr/u32-check.c: New file.
2555
2556         * modules/unistr/u8-chr: New file.
2557         * modules/unistr/u16-chr: New file.
2558         * modules/unistr/u32-chr: New file.
2559         * lib/unistr/u8-chr.c: New file.
2560         * lib/unistr/u16-chr.c: New file.
2561         * lib/unistr/u32-chr.c: New file.
2562
2563         * modules/unistr/u8-cmp: New file.
2564         * modules/unistr/u16-cmp: New file.
2565         * modules/unistr/u32-cmp: New file.
2566         * lib/unistr/u8-cmp.c: New file.
2567         * lib/unistr/u16-cmp.c: New file.
2568         * lib/unistr/u32-cmp.c: New file.
2569
2570         * modules/unistr/u8-cpy: New file.
2571         * modules/unistr/u16-cpy: New file.
2572         * modules/unistr/u32-cpy: New file.
2573         * lib/unistr/u8-cpy.c: New file.
2574         * lib/unistr/u16-cpy.c: New file.
2575         * lib/unistr/u32-cpy.c: New file.
2576         * lib/unistr/u-cpy.h: New file.
2577
2578         * modules/unistr/u8-cpy-alloc: New file.
2579         * modules/unistr/u16-cpy-alloc: New file.
2580         * modules/unistr/u32-cpy-alloc: New file.
2581         * lib/unistr/u8-cpy-alloc.c: New file.
2582         * lib/unistr/u16-cpy-alloc.c: New file.
2583         * lib/unistr/u32-cpy-alloc.c: New file.
2584         * lib/unistr/u-cpy-alloc.h: New file.
2585
2586         * modules/unistr/u8-endswith: New file.
2587         * modules/unistr/u16-endswith: New file.
2588         * modules/unistr/u32-endswith: New file.
2589         * lib/unistr/u8-endswith.c: New file.
2590         * lib/unistr/u16-endswith.c: New file.
2591         * lib/unistr/u32-endswith.c: New file.
2592         * lib/unistr/u-endswith.h: New file.
2593
2594         * modules/unistr/u8-mblen: New file.
2595         * modules/unistr/u16-mblen: New file.
2596         * modules/unistr/u32-mblen: New file.
2597         * lib/unistr/u8-mblen.c: New file.
2598         * lib/unistr/u16-mblen.c: New file.
2599         * lib/unistr/u32-mblen.c: New file.
2600
2601         * modules/unistr/u8-mbtouc: New file.
2602         * modules/unistr/u16-mbtouc: New file.
2603         * modules/unistr/u32-mbtouc: New file.
2604         * lib/unistr/u8-mbtouc.c: New file.
2605         * lib/unistr/u16-mbtouc.c: New file.
2606         * lib/unistr/u32-mbtouc.c: New file.
2607
2608         * modules/unistr/u8-mbtouc-safe: New file.
2609         * modules/unistr/u16-mbtouc-safe: New file.
2610         * modules/unistr/u32-mbtouc-safe: New file.
2611         * lib/unistr/u8-mbtouc-safe.c: New file.
2612         * lib/unistr/u16-mbtouc-safe.c: New file.
2613         * lib/unistr/u32-mbtouc-safe.c: New file.
2614
2615         * modules/unistr/u8-move: New file.
2616         * modules/unistr/u16-move: New file.
2617         * modules/unistr/u32-move: New file.
2618         * lib/unistr/u8-move.c: New file.
2619         * lib/unistr/u16-move.c: New file.
2620         * lib/unistr/u32-move.c: New file.
2621         * lib/unistr/u-move.h: New file.
2622
2623         * modules/unistr/u8-next: New file.
2624         * modules/unistr/u16-next: New file.
2625         * modules/unistr/u32-next: New file.
2626         * lib/unistr/u8-next.c: New file.
2627         * lib/unistr/u16-next.c: New file.
2628         * lib/unistr/u32-next.c: New file.
2629
2630         * modules/unistr/u8-prev: New file.
2631         * modules/unistr/u16-prev: New file.
2632         * modules/unistr/u32-prev: New file.
2633         * lib/unistr/u8-prev.c: New file.
2634         * lib/unistr/u16-prev.c: New file.
2635         * lib/unistr/u32-prev.c: New file.
2636
2637         * modules/unistr/u8-set: New file.
2638         * modules/unistr/u16-set: New file.
2639         * modules/unistr/u32-set: New file.
2640         * lib/unistr/u8-set.c: New file.
2641         * lib/unistr/u16-set.c: New file.
2642         * lib/unistr/u32-set.c: New file.
2643         * lib/unistr/u-set.h: New file.
2644
2645         * modules/unistr/u8-startswith: New file.
2646         * modules/unistr/u16-startswith: New file.
2647         * modules/unistr/u32-startswith: New file.
2648         * lib/unistr/u8-startswith.c: New file.
2649         * lib/unistr/u16-startswith.c: New file.
2650         * lib/unistr/u32-startswith.c: New file.
2651         * lib/unistr/u-startswith.h: New file.
2652
2653         * modules/unistr/u8-stpcpy: New file.
2654         * modules/unistr/u16-stpcpy: New file.
2655         * modules/unistr/u32-stpcpy: New file.
2656         * lib/unistr/u8-stpcpy.c: New file.
2657         * lib/unistr/u16-stpcpy.c: New file.
2658         * lib/unistr/u32-stpcpy.c: New file.
2659         * lib/unistr/u-stpcpy.h: New file.
2660
2661         * modules/unistr/u8-stpncpy: New file.
2662         * modules/unistr/u16-stpncpy: New file.
2663         * modules/unistr/u32-stpncpy: New file.
2664         * lib/unistr/u8-stpncpy.c: New file.
2665         * lib/unistr/u16-stpncpy.c: New file.
2666         * lib/unistr/u32-stpncpy.c: New file.
2667         * lib/unistr/u-stpncpy.h: New file.
2668
2669         * modules/unistr/u8-strcat: New file.
2670         * modules/unistr/u16-strcat: New file.
2671         * modules/unistr/u32-strcat: New file.
2672         * lib/unistr/u8-strcat.c: New file.
2673         * lib/unistr/u16-strcat.c: New file.
2674         * lib/unistr/u32-strcat.c: New file.
2675         * lib/unistr/u-strcat.h: New file.
2676
2677         * modules/unistr/u8-strchr: New file.
2678         * modules/unistr/u16-strchr: New file.
2679         * modules/unistr/u32-strchr: New file.
2680         * lib/unistr/u8-strchr.c: New file.
2681         * lib/unistr/u16-strchr.c: New file.
2682         * lib/unistr/u32-strchr.c: New file.
2683
2684         * modules/unistr/u8-strcmp: New file.
2685         * modules/unistr/u16-strcmp: New file.
2686         * modules/unistr/u32-strcmp: New file.
2687         * lib/unistr/u8-strcmp.c: New file.
2688         * lib/unistr/u16-strcmp.c: New file.
2689         * lib/unistr/u32-strcmp.c: New file.
2690
2691         * modules/unistr/u8-strcpy: New file.
2692         * modules/unistr/u16-strcpy: New file.
2693         * modules/unistr/u32-strcpy: New file.
2694         * lib/unistr/u8-strcpy.c: New file.
2695         * lib/unistr/u16-strcpy.c: New file.
2696         * lib/unistr/u32-strcpy.c: New file.
2697         * lib/unistr/u-strcpy.h: New file.
2698
2699         * modules/unistr/u8-strcspn: New file.
2700         * modules/unistr/u16-strcspn: New file.
2701         * modules/unistr/u32-strcspn: New file.
2702         * lib/unistr/u8-strcspn.c: New file.
2703         * lib/unistr/u16-strcspn.c: New file.
2704         * lib/unistr/u32-strcspn.c: New file.
2705         * lib/unistr/u-strcspn.h: New file.
2706
2707         * modules/unistr/u8-strdup: New file.
2708         * modules/unistr/u16-strdup: New file.
2709         * modules/unistr/u32-strdup: New file.
2710         * lib/unistr/u8-strdup.c: New file.
2711         * lib/unistr/u16-strdup.c: New file.
2712         * lib/unistr/u32-strdup.c: New file.
2713         * lib/unistr/u-strdup.h: New file.
2714
2715         * modules/unistr/u8-strlen: New file.
2716         * modules/unistr/u16-strlen: New file.
2717         * modules/unistr/u32-strlen: New file.
2718         * lib/unistr/u8-strlen.c: New file.
2719         * lib/unistr/u16-strlen.c: New file.
2720         * lib/unistr/u32-strlen.c: New file.
2721         * lib/unistr/u-strlen.h: New file.
2722
2723         * modules/unistr/u8-strmblen: New file.
2724         * modules/unistr/u16-strmblen: New file.
2725         * modules/unistr/u32-strmblen: New file.
2726         * lib/unistr/u8-strmblen.c: New file.
2727         * lib/unistr/u16-strmblen.c: New file.
2728         * lib/unistr/u32-strmblen.c: New file.
2729
2730         * modules/unistr/u8-strmbtouc: New file.
2731         * modules/unistr/u16-strmbtouc: New file.
2732         * modules/unistr/u32-strmbtouc: New file.
2733         * lib/unistr/u8-strmbtouc.c: New file.
2734         * lib/unistr/u16-strmbtouc.c: New file.
2735         * lib/unistr/u32-strmbtouc.c: New file.
2736
2737         * modules/unistr/u8-strncat: New file.
2738         * modules/unistr/u16-strncat: New file.
2739         * modules/unistr/u32-strncat: New file.
2740         * lib/unistr/u8-strncat.c: New file.
2741         * lib/unistr/u16-strncat.c: New file.
2742         * lib/unistr/u32-strncat.c: New file.
2743         * lib/unistr/u-strncat.h: New file.
2744
2745         * modules/unistr/u8-strncmp: New file.
2746         * modules/unistr/u16-strncmp: New file.
2747         * modules/unistr/u32-strncmp: New file.
2748         * lib/unistr/u8-strncmp.c: New file.
2749         * lib/unistr/u16-strncmp.c: New file.
2750         * lib/unistr/u32-strncmp.c: New file.
2751
2752         * modules/unistr/u8-strncpy: New file.
2753         * modules/unistr/u16-strncpy: New file.
2754         * modules/unistr/u32-strncpy: New file.
2755         * lib/unistr/u8-strncpy.c: New file.
2756         * lib/unistr/u16-strncpy.c: New file.
2757         * lib/unistr/u32-strncpy.c: New file.
2758         * lib/unistr/u-strncpy.h: New file.
2759
2760         * modules/unistr/u8-strnlen: New file.
2761         * modules/unistr/u16-strnlen: New file.
2762         * modules/unistr/u32-strnlen: New file.
2763         * lib/unistr/u8-strnlen.c: New file.
2764         * lib/unistr/u16-strnlen.c: New file.
2765         * lib/unistr/u32-strnlen.c: New file.
2766         * lib/unistr/u-strnlen.h: New file.
2767
2768         * modules/unistr/u8-strpbrk: New file.
2769         * modules/unistr/u16-strpbrk: New file.
2770         * modules/unistr/u32-strpbrk: New file.
2771         * lib/unistr/u8-strpbrk.c: New file.
2772         * lib/unistr/u16-strpbrk.c: New file.
2773         * lib/unistr/u32-strpbrk.c: New file.
2774         * lib/unistr/u-strpbrk.h: New file.
2775
2776         * modules/unistr/u8-strrchr: New file.
2777         * modules/unistr/u16-strrchr: New file.
2778         * modules/unistr/u32-strrchr: New file.
2779         * lib/unistr/u8-strrchr.c: New file.
2780         * lib/unistr/u16-strrchr.c: New file.
2781         * lib/unistr/u32-strrchr.c: New file.
2782
2783         * modules/unistr/u8-strspn: New file.
2784         * modules/unistr/u16-strspn: New file.
2785         * modules/unistr/u32-strspn: New file.
2786         * lib/unistr/u8-strspn.c: New file.
2787         * lib/unistr/u16-strspn.c: New file.
2788         * lib/unistr/u32-strspn.c: New file.
2789         * lib/unistr/u-strspn.h: New file.
2790
2791         * modules/unistr/u8-strstr: New file.
2792         * modules/unistr/u16-strstr: New file.
2793         * modules/unistr/u32-strstr: New file.
2794         * lib/unistr/u8-strstr.c: New file.
2795         * lib/unistr/u16-strstr.c: New file.
2796         * lib/unistr/u32-strstr.c: New file.
2797         * lib/unistr/u-strstr.h: New file.
2798
2799         * modules/unistr/u8-strtok: New file.
2800         * modules/unistr/u16-strtok: New file.
2801         * modules/unistr/u32-strtok: New file.
2802         * lib/unistr/u8-strtok.c: New file.
2803         * lib/unistr/u16-strtok.c: New file.
2804         * lib/unistr/u32-strtok.c: New file.
2805         * lib/unistr/u-strtok.h: New file.
2806
2807         * modules/unistr/u8-uctomb: New file.
2808         * modules/unistr/u16-uctomb: New file.
2809         * modules/unistr/u32-uctomb: New file.
2810         * lib/unistr/u8-uctomb.c: New file.
2811         * lib/unistr/u16-uctomb.c: New file.
2812         * lib/unistr/u32-uctomb.c: New file.
2813
2814         * MODULES.html.sh (Unicode string functions): Add the new modules.
2815
2816 2007-01-08  Bruno Haible  <bruno@clisp.org>
2817
2818         * gnulib-tool (func_all_modules): Use find, not ls, to traverse the
2819         modules directory. Filter out CVS, ChangeLog, COPYING, README also from
2820         subdirectories.
2821
2822 2007-01-08  Karl Berry  <karl@gnu.org>
2823
2824         * doc/error.texi: mention that main() fns must set program_name
2825         when progname is used.
2826
2827 2007-01-08  Paul Eggert  <eggert@cs.ucla.edu>
2828
2829         * m4/wctype.m4 (gl_WCTYPE_H): Compute ABSOLUTE_WCTYPE_H even if
2830         WCTYPE_H is empty, for the benefit of builds from non-distclean
2831         directories.  Problem reported by Eric Blake in
2832         <http://lists.gnu.org/archive/html/bug-gnulib/2007-01/msg00157.html>.
2833
2834 2007-01-08  Bruno Haible  <bruno@clisp.org>
2835
2836         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME): Remove
2837         PROVIDE_CANONICALIZE_FILENAME_MODE macro definition.
2838         * lib/canonicalize.h: Test GNULIB_CANONICALIZE instead of
2839         PROVIDE_CANONICALIZE_FILENAME_MODE.
2840         * modules/canonicalize (configure.ac): Use gl_MODULE_INDICATOR.
2841
2842 2007-01-08  Bruno Haible  <bruno@clisp.org>
2843
2844         * m4/fts.m4 (gl_FUNC_FTS_LGPL): Remove _LGPL_PACKAGE macro definition.
2845         * lib/fts_.h (_LGPL_PACKAGE): Remove macro.
2846         Use !GNULIB_FTS instead of _LGPL_PACKAGE.
2847         * lib/fts.c: Likewise.
2848         * modules/fts (configure.ac): Use gl_MODULE_INDICATOR.
2849
2850 2006-12-25  Bruno Haible  <bruno@clisp.org>
2851
2852         * modules/utf8-ucs4-safe: New file.
2853         * lib/utf8-ucs4-safe.h: New file.
2854         * lib/unistr/utf8-ucs4-safe.c: New file.
2855
2856         * modules/utf16-ucs4-safe: New file.
2857         * lib/utf16-ucs4-safe.h: New file.
2858         * lib/unistr/utf16-ucs4-safe.c: New file.
2859
2860         * MODULES.html.sh (Unicode string functions): Add the new modules.
2861
2862 2007-01-08  Bruno Haible  <bruno@clisp.org>
2863
2864         * modules/utf8-ucs4 (Files, lib_SOURCES): Add unistr/utf8-ucs4.c.
2865         (Depends-on): Add unitypes.
2866         * lib/utf8-ucs4.h: Add double-inclusion guard. Include unitypes.h.
2867         (u8_mbtouc_aux): Move out to separate file.
2868         (u8_mbtouc): Use ucs4_t, uint8_t types.
2869         * lib/unistr/utf8-ucs4.c: New file.
2870
2871         * modules/utf16-ucs4 (Files, lib_SOURCES): Add unistr/utf16-ucs4.c.
2872         (Depends-on): Add unitypes.
2873         * lib/utf16-ucs4.h: Add double-inclusion guard. Include unitypes.h.
2874         (u16_mbtouc_aux): Move out to separate file.
2875         (u16_mbtouc): Use ucs4_t, uint16_t types.
2876         * lib/unistr/utf16-ucs4.c: New file.
2877
2878         * modules/ucs4-utf8 (Files, lib_SOURCES): Add unistr/ucs4-utf8.c.
2879         (Depends-on): Add unitypes.
2880         * lib/ucs4-utf8.h: Add double-inclusion guard. Include unitypes.h.
2881         (u8_uctomb_aux): Move out to separate file.
2882         (u8_uctomb): Use ucs4_t, uint8_t types.
2883         * lib/unistr/ucs4-utf8.c: New file.
2884
2885         * modules/ucs4-utf16 (Files, lib_SOURCES): Add unistr/ucs4-utf16.c.
2886         (Depends-on): Add unitypes.
2887         * lib/ucs4-utf16.h: Add double-inclusion guard. Include unitypes.h.
2888         (u16_uctomb_aux): Move out to separate file.
2889         (u16_uctomb): Use ucs4_t, uint16_t types.
2890         * lib/unistr/ucs4-utf16.c: New file.
2891
2892 2006-12-25  Bruno Haible  <bruno@clisp.org>
2893
2894         * modules/unitypes: New file.
2895         * lib/unitypes.h: New file.
2896         * MODULES.html.sh (func_all_modules): New section "Unicode string
2897         functions". Move ucs4-utf8, ucs4-utf16, utf8-ucs4, utf16-ucs4 to
2898         this section. Add unitypes.
2899
2900 2007-01-08  Bruno Haible  <bruno@clisp.org>
2901
2902         Avoid variable names that conflict with those from libtool.
2903         * m4/lib-link.m4 (AC_LIB_RPATH, AC_LIB_LINKFLAGS_BODY,
2904         AC_LIB_LINKFLAGS_FROM_LIBS): Rename libext to acl_libext,
2905         shlibext to acl_shlibext, libname_spec to acl_libname_spec,
2906         library_names_spec to acl_library_names_spec, hardcode_* to
2907         acl_hardcode_*.
2908         Reported by Ralf Wildenhues.
2909
2910 2007-01-08  Bruno Haible  <bruno@clisp.org>
2911
2912         * m4/gc-arcfour.m4 (gl_GC_ARCFOUR): Remove GC_USE_ARCFOUR macro
2913         definition.
2914         * m4/gc-arctwo.m4 (gl_GC_ARCTWO): Remove GC_USE_ARCTWO macro
2915         definition.
2916         * m4/gc-des.m4 (gl_GC_DES): Remove GC_USE_DES macro definition.
2917         * m4/gc-hmac-md5.m4 (gl_GC_HMAC_MD5): Remove GC_USE_HMAC_MD5 macro
2918         definition.
2919         * m4/gc-hmac-sha1.m4 (gl_GC_HMAC_SHA1): Remove GC_USE_HMAC_SHA1 macro
2920         definition.
2921         * m4/gc-md2.m4 (gl_GC_MD2): Remove GC_USE_MD2 macro definition.
2922         * m4/gc-md4.m4 (gl_GC_MD4): Remove GC_USE_MD4 macro definition.
2923         * m4/gc-md5.m4 (gl_GC_MD5): Remove GC_USE_MD5 macro definition.
2924         * m4/gc-random.m4 (gl_GC_RANDOM): Remove GC_USE_RANDOM macro
2925         definition.
2926         * m4/gc-rijndael.m4 (gl_GC_RIJNDAEL): Remove GC_USE_RIJNDAEL macro
2927         definition.
2928         * m4/gc-sha1.m4 (gl_GC_SHA1): Remove GC_USE_SHA1 macro definition.
2929         * lib/gc-gnulib.c: Use GNULIB_GC_<algorithm> instead of
2930         GC_USE_<algorithm>.
2931         * lib/gc-libgcrypt.c: Likewise.
2932         * modules/gc-arcfour (configure.ac): Use gl_MODULE_INDICATOR.
2933         * modules/gc-arctwo (configure.ac): Likewise.
2934         * modules/gc-des (configure.ac): Likewise.
2935         * modules/gc-hmac-md5 (configure.ac): Likewise.
2936         * modules/gc-hmac-sha1 (configure.ac): Likewise.
2937         * modules/gc-md2 (configure.ac): Likewise.
2938         * modules/gc-md4 (configure.ac): Likewise.
2939         * modules/gc-md5 (configure.ac): Likewise.
2940         * modules/gc-random (configure.ac): Likewise.
2941         * modules/gc-rijndael (configure.ac): Likewise.
2942         * modules/gc-sha1 (configure.ac): Likewise.
2943
2944 2007-01-08  Bruno Haible  <bruno@clisp.org>
2945
2946         * m4/close-stream.m4 (gl_CLOSE_STREAM): Remove GNULIB_CLOSE_STREAM
2947         macro definition.
2948         * m4/fcntl-safer.m4 (gl_FCNTL_SAFER): Remove GNULIB_FCNTL_SAFER macro
2949         definition.
2950         * m4/stdio-safer.m4 (gl_FOPEN_SAFER): Remove GNULIB_FOPEN_SAFER macro
2951         definition.
2952         * modules/close-stream (configure.ac): Invoke gl_MODULE_INDICATOR.
2953         * modules/fcntl-safer (configure.ac): Likewise.
2954         * modules/fopen-safer (configure.ac): Likewise.
2955         * modules/fwriteerror (configure.ac): Likewise. Remove explicit
2956         GNULIB_FWRITEERROR macro definition.
2957
2958 2007-01-08  Bruno Haible  <bruno@clisp.org>
2959
2960         * m4/gnulib-common.m4: New file.
2961         * gnulib-tool (func_get_autoconf_snippet): Undo last change.
2962         (func_get_filelist): Add m4/gnulib-common.m4.
2963
2964 2007-01-08  Bruno Haible  <bruno@clisp.org>
2965
2966         * m4/lib-link.m4 (AC_LIB_LINKFLAGS_BODY): Simplify the sorting
2967         command.
2968
2969 2007-01-08  Jim Meyering  <jim@meyering.net>
2970
2971         Use a more robust test for a "can't happen" condition.
2972         * lib/fts.c (fts_read): Revert the change of 2006-11-22, since it
2973         narrowed the st_size value.  Presuming the "can't happen" condition
2974         is true, that narrowing could conceivably convert an invalid st_size
2975         value into a valid one.  Instead, use a change based on Matthew
2976         Woehlke's original patch.
2977
2978         Slight readability improvement: use an assert-like macro
2979         in place of literal "abort ()" uses.
2980         * lib/fts.c (fts_assert): Define.
2981         (fts_set_stat_required, cwd_advance_fd, fts_read, fd_ring_check):
2982         Use this macro instead of a bare 'abort'.
2983
2984 2007-01-05  Paul Eggert  <eggert@cs.ucla.edu>
2985
2986         Don't worry about using IRIX 5.3's wctype.h broken definitions;
2987         simply work around them.
2988         * lib/wctype_.h: Remove test for HAVE_WCTYPE_CTMP_BUG.
2989         (iswalnum, iswalpha, iswblank, iswcntrl, iswdigit, iswgraph, iswlower):
2990         (iswprint, iswpunct, iswspace, iswupper, iswxdigit): Undef before
2991         declaring.
2992         Don't bother to define as macros, since the standard doesn't require it.
2993         * m4/wctype.m4 (WCTYPE_H, ABSOLUTE_WCTYPE_H): Simplify, since we no
2994         longer worry about IRIX 5.3.
2995         (HAVE_WCTYPE_CTMP_BUG): Remove.
2996
2997 2007-01-04  Paul Eggert  <eggert@cs.ucla.edu>
2998
2999         * lib/wctype_.h (_ctmp_) [HAVE_WCTYPE_CTMP_BUG]: Now of type wchar_t,
3000         not wint_t.  Also, include <ctype.h>, to fix another IRIX bug.
3001         * m4/wctype.m4 (gl_WCTYPE_H): Likewise.
3002         Problems reported by Georg Schwarz for IRIX 5.3.
3003
3004         * gnulib-tool (autoconf_minversion): Take the maximum version number
3005         found, not the minimum.  Problem reported by James Youngman.
3006
3007 2007-01-03  Karl Berry  <karl@gnu.org>
3008
3009         * doc/error.texi: new file, explaining interaction with progname.
3010         * doc/gnulib.texi: include it.  Update copyright.
3011
3012 2007-01-03  Simon Josefsson  <simon@josefsson.org>
3013
3014         * gnulib-tool (func_create_testdir): Run AC_CANONICAL_BUILD and
3015         AC_CANONICAL_HOST, to improve autobuild outputs.
3016
3017 2007-01-03  Paolo Bonzini  <bonzini@gnu.org>
3018             Yoann Vandoorselaere <yoann.v@prelude-ids.com>
3019
3020         * lib/poll.c (poll): Use recv on Mac OS X to distinguish connected
3021         sockets, server sockets, and other file descriptors.  Count errors
3022         to compute the return value.  Reorder the code a bit to be easier
3023         to follow.  Don't set event bits that were not requested (except
3024         POLLERR and POLLHUP).
3025
3026 2007-01-01  Bruno Haible  <bruno@clisp.org>
3027
3028         * modules/lchmod (Include): Require lchmod.h, not lchown.h.
3029
3030 2007-01-03  Jim Meyering  <jim@meyering.net>
3031
3032         * modules/fts-lgpl (Depends-on): Add i-ring.  Reported by Bruno Haible.
3033
3034 2007-01-02  Bruno Haible  <bruno@clisp.org>
3035
3036         * modules/settime (Include): Require timespec.h.
3037         * modules/nanosleep (Include): Likewise.
3038
3039 2007-01-01  Bruno Haible  <bruno@clisp.org>
3040
3041         * gnulib-tool (func_emit_copyright_notice): Bump year.
3042         (func_get_autoconf_snippet): Emit a GNULIB_<modulename> macro.
3043
3044 2007-01-01  Bruno Haible  <bruno@clisp.org>
3045
3046         Improve support for OpenBSD.
3047         * build-aux/config.rpath (libname_spec): Export.
3048         (library_names_spec): New variable. Export.
3049         * m4/lib-link.m4 (AC_LIB_LINKFLAGS_BODY): Extract libname_spec and
3050         library_names_spec from the config.rpath output. Locate shared library
3051         through the name pattern in library_names_spec.
3052
3053 2007-01-01  Eric Blake  <ebb9@byu.net>
3054
3055         * lib/version-etc.c (COPYRIGHT_YEAR): Bump for new year.
3056
3057 2006-12-30  Paul Eggert  <eggert@cs.ucla.edu>
3058
3059         * gnulib-tool (SORT): Remove, since we no longer assume GNU sort.
3060         Rewrite so as not to assume GNU sort or "tail -1".  Also, don't
3061         assume the C locale, and avoid an "eval" that could cause trouble.
3062         Problem with SORT reported by Bob Proulx.
3063
3064         * lib/getpagesize.h (getpagesize) [defined __amigaos4__]:
3065         Define.  Trivial patch from Henning Nielsen Lund, originally
3066         sent to bug-grep@gnu.org today.
3067
3068 2006-12-29  Paul Eggert  <eggert@cs.ucla.edu>
3069
3070         * lib/acl.h: Include sys/types.h and sys/stat.h, for mode_t and
3071         struct stat.  Problem reported by Henning Nielsen Lund.
3072         * lib/acl.c: Include acl.h first, to check interface.  Don't
3073         bother to include sys/types.h and sys/stat.h again.
3074
3075 2006-12-28  Paul Eggert  <eggert@cs.ucla.edu>
3076
3077         Import the following change from libc; problem reported by
3078         Sven Verdoolaege.
3079
3080         2005-10-13  Ulrich Drepper  <drepper@redhat.com>
3081
3082         [BZ #1373]
3083         * lib/argp.h: Remove __NTH for __argp_usage inline function.
3084
3085 2006-12-28  Jim Meyering  <jim@meyering.net>
3086
3087         * build-aux/announce-gen: Do not assume that the package
3088         builds any of tar.gz, tar.bz2, and .xdelta files.
3089         Suggestion from Simon Josefsson.
3090
3091 2006-12-28  Simon Josefsson  <simon@josefsson.org>
3092
3093         * modules/announce-gen: New file.
3094
3095 2006-12-27  Paul Eggert  <eggert@cs.ucla.edu>
3096
3097         * lib/mbchar.h: Just include <wctype.h>; the wctype module
3098         handles its gotchas now.
3099         * lib/mbswidth.c: Likewise.
3100         * lib/wcwidth.h: Likewise.
3101         * m4/mbchar.m4 (gl_MBCHAR): Don't bother checking for wctype.h
3102         and iswcntrl; the wctype module does this stuff now.
3103         * m4/mbswidth.m4 (gl_MBSWIDTH): Likewise.
3104         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Likewise.
3105         * modules/mbchar (Depends-on): Add wctype.
3106         * modules/mbswidth (Depends-on): Likewise.
3107         * modules/wcwidth (Depends-on): Likewise.
3108
3109 2006-12-27  Eric Blake  <ebb9@byu.net>
3110
3111         * lib/fnmatch.c: Reinstate inclusion of <wchar.h>, since this
3112         module uses more than what <wctype.h> is required to provide.
3113
3114 2006-12-26  Eric Blake  <ebb9@byu.net>
3115
3116         * gnulib-tool (sed_extract_prog): Avoid space-tab.
3117
3118 2006-12-26  Eric Blake  <ebb9@byu.net>
3119
3120         * modules/absolute-header: New module.
3121         * modules/fcntl (Depends-on): Depend on it.
3122         * modules/inttypes (Depends-on): Likewise.
3123         * modules/stdint (Depends-on): Likewise.
3124         * modules/sys_stat (Depends-on): Likewise.
3125         * modules/wctype (Depends-on): Likewise.
3126         * MODULES.html.sh (Support for building libraries and
3127         executables): Document it.
3128
3129 2006-12-25  Paul Eggert  <eggert@cs.ucla.edu>
3130
3131         * gnulib-tool (SED): Remove, undoing previous change.
3132         The problem was that it broke coreutils on Solaris, because
3133         "sed --posix" leaked into a makefile.
3134         (sed): New alias, if 'alias' and GNU sed.
3135
3136 2006-12-24  Jim Meyering  <jim@meyering.net>
3137
3138         Work around an fchownat bug in glibc-2.4:
3139         http://lists.ubuntu.com/archives/ubuntu-users/2006-September/093218.html
3140         This bug would cause "chown -RP ... DIR" to follow symlinks in DIR,
3141         in spite of the -P option.
3142         * m4/openat.m4 (gl_FUNC_FCHOWNAT, gl_FUNC_FCHOWNAT_DEREF_BUG):
3143         New macros.
3144         (gl_PREREQ_OPENAT): Require gl_FUNC_FCHOWNAT.
3145         * modules/openat (Files): Add lib/fchownat.c.
3146         * lib/openat.c (fchownat): Don't define here.  Move to...
3147         * lib/fchownat.c: ...this new file.
3148
3149 2006-12-23  Paul Eggert  <eggert@cs.ucla.edu>
3150
3151         Fix bug reported by Bruno Haible in
3152         <http://lists.gnu.org/archive/html/bug-gnulib/2006-12/msg00228.html>
3153         where quotearg.c didn't compile on Mac OS X 10.2 because it
3154         lacks <wchar.h> and wint_t.
3155         * lib/wctype_.h (__wctype_wint_t): New type.
3156         Include <stdio.h>, <time.h>, <wchar.h> only if HAVE_WINT_T.
3157         (iswalnum, iswalpha, iswblank, iswcntrl, iswdigit, iswgraph):
3158         (iswlower, iswprint, iswpunct, iswspace, iswupper, ixwxdigit):
3159         Arg is now of type __wctype_wint_t, not wint_t.
3160         * m4/wctype.m4 (gl_WCTYPE_H): Require gt_TYPE_WINT_T, and
3161         substitute HAVE_WINT_T.
3162         * modules/wctype (Files): Add m4/wint_t.m4.
3163         (wctype.h): Substitute HAVE_WINT_T.
3164
3165 2006-12-23  Bruno Haible  <bruno@clisp.org>
3166
3167         * lib/safe-read.h [C++]: Wrap declarations in extern "C".
3168
3169 2006-12-23  Bruno Haible  <bruno@clisp.org>
3170
3171         * lib/canonicalize-lgpl.c (__realpath): Test HAVE_READLINK instead of
3172         S_ISLNK.
3173         Needed because gnulib's sys/stat.h replacement defines S_ISLNK on
3174         mingw.
3175
3176 2006-12-22  Bruno Haible  <bruno@clisp.org>
3177
3178         * lib/copy-file.c: Include acl.h.
3179         (copy_file_preserving) [USE_ACL]: Use copy_acl instead of chmod.
3180         Close the file descriptors only after being done with copy_acl.
3181         * modules/copy-file (Depends-on): Add acl.
3182
3183 2006-12-22  Bruno Haible  <bruno@clisp.org>
3184
3185         * gnulib-tool (SED): New variable.
3186         Use $SED instead of sed everywhere.
3187
3188 2006-12-22  Bruno Haible  <bruno@clisp.org>
3189
3190         * modules/no-c++: New file.
3191         * m4/no-c++.m4: New file.
3192         * MODULES.html.sh (Support for building libraries and executables):
3193         Add no-c++.
3194
3195 2006-12-22  Paul Eggert  <eggert@cs.ucla.edu>
3196
3197         * m4/mktime.m4 (AC_FUNC_MKTIME): Sync from Autoconf.
3198         Include <limits.h>, and use its INT_MAX to rewrite the
3199         j loop so that it does not overflow 'int'.  Problem reported by
3200         Ralf Wildenhues in
3201         <http://lists.gnu.org/archive/html/bug-gnulib/2006-12/msg00084.html>.
3202         Play it safe by shifting left by 1 rather than multiplying by 2,
3203         as GCC is less likely to optimize this away when the value
3204         is signed (when it assumes overflow leads to undefined behavior).
3205         Also, don't assume time_t uses two's complement.
3206
3207 2006-12-21  Paul Eggert  <eggert@cs.ucla.edu>
3208
3209         * MODULES.html.sh: New module wctype.
3210         * lib/wctype_.h, m4/wctype.m4, modules/wctype: New files.
3211         * lib/fnmatch.c: Don't bother to include <wchar.h> before
3212         <wctype.h>, since the new wctype module should fix this.
3213         * lib/quotearg.c: Include <wctype.h> unconditionally, since
3214         the wctype module should arrange for it.
3215         * lib/regex_internal.h: Likewise.
3216         * m4/quotearg.m4 (gl_QUOTEARG): Don't check for wctype.h or iswprint,
3217         since the wctype module should handle this now.
3218         * m4/regex.m4 (gl_PREREQ_REGEX): Don't check for wctype.h.
3219         * modules/fnmatch (Depends-on): Add wctype.
3220         * modules/quotearg (Depends-on): Likewise.
3221         * modules/regex (Depends-on): Likewise.
3222
3223 2006-12-19  Bruno Haible  <bruno@clisp.org>
3224
3225         * lib/strdup.h [C++]: Wrap definitions in extern "C".
3226         Suggested by Lorenzo Bettini <bettini@dsi.unifi.it>.
3227
3228 2006-12-19  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3229
3230         * modules/savewd (Depends-on): Fix dependency on fcntl.
3231
3232 2006-12-18  Paul Eggert  <eggert@cs.ucla.edu>
3233
3234         * m4/stdint.m4 (gl_STDINT_H): Set STDINT_H to empty if stdint.h
3235         conforms to C99, rather than relying on the user's environment
3236         setting of STDINT_H.
3237
3238 2006-12-18  Paul Eggert  <eggert@cs.ucla.edu>
3239         and Eric Blake  <ebb9@byu.net>
3240
3241         * lib/dirname.h (DOUBLE_SLASH_IS_DISTINCT_ROOT): Default to 0, not 1.
3242         This is more consistent with the other defines here.
3243         * m4/double-slash-root.m4 (gl_DOUBLE_SLASH_ROOT):
3244         Port to z/OS.  Problem reported by Paul Gilmartin.
3245         Change local vars to use gl_ prefix rather than ac_.
3246         Don't define DOUBLE_SLASH_IS_DISTINCT_ROOT to 0, for consistency
3247         with other defines.
3248         * modules/double-slash-root: New module.
3249         * modules/dirname (Files): Remove m4/double-slash-root.m4.
3250         (Depends-on): Add double-slash-root.
3251         * MODULES.html.sh (File system functions): Mention new module.
3252
3253 2006-12-14  Paul Eggert  <eggert@cs.ucla.edu>
3254
3255         * lib/yesno.c [!ENABLE_NLS]: Don't include getline.h.
3256         (yesno) [!ENABLE_NLS]: Don't invoke getline or rpmatch.
3257         This is for the benefit of gzip, which doesn't do i18n.
3258
3259 2006-12-12  Jim Meyering  <jim@meyering.net>
3260
3261         * m4/acl.m4 (gl_ACL_GET_FILE): Fix logic error.
3262         Reported by Andreas Schwab <schwab@suse.de>.
3263
3264 2006-12-12  Bruno Haible  <bruno@clisp.org>
3265
3266         Merge these changes.
3267         2006-09-05  Bruno Haible  <bruno@clisp.org>
3268         * lib/iconvme.c (iconv_string): No need to save and restore errno when
3269         iconv_alloc succeeded.
3270         (iconv_alloc): Don't assume that malloc() or realloc(), when failing,
3271         sets errno to ENOMEM. (malloc on GNU/kFreeBSD doesn't.) No need to
3272         test for " && dest " at the end - dest is always != NULL there. Call
3273         iconv with 4xNULL arguments initially, to reset the state. Call iconv
3274         with 2xNULL arguments, also to flush the state storage. Handle the
3275         IRIX iconv behaviour. Realloc the final result, to throw away unused
3276         memory.
3277
3278 2006-12-11  Paul Eggert  <eggert@cs.ucla.edu>
3279
3280         * m4/openat.m4 (gl_FUNC_OPENAT): Don't compile mkdirat
3281         and fchmodat unconditionally, since glibc 2.4 has them.
3282         Problem reported by Arkadiusz Miskiewicz.
3283
3284 2006-12-10  Bruno Haible  <bruno@clisp.org>
3285
3286         * gnulib-tool (func_import): Show the include files only for those
3287         modules that are copied and specified.
3288         Reported by Karl Berry.
3289
3290 2006-12-08  Jim Meyering  <jim@meyering.net>
3291
3292         * build-aux/announce-gen ($VERSION): Don't use of $Revision...$.
3293         Instead, use Emacs' time-stamp write hook.  Note that the time is UTC.
3294
3295         * build-aux/announce-gen: Add two new options, both optional:
3296         --bootstrap-tools=TOOL_LIST
3297               a comma-separated list of tools, e.g.,
3298               autoconf,automake,bison,gnulib
3299         --gnulib-snapshot-date=DATE
3300               if gnulib is in the bootstrap tool list,
3301               then report this as the snapshot date.
3302               If not specified, use the current date/time.
3303               If you specify a date here, be sure it's UTC.
3304
3305 2006-12-05  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3306
3307         * tests/test-argp-2.sh: Fix test to match actual output.
3308         (func_compare): Fix sed script to be portable.
3309
3310 2006-12-05  Paul Eggert  <eggert@cs.ucla.edu>
3311
3312         * lib/utimens.c (futimens) [HAVE_BUGGY_NFS_TIME_STAMPS]: Add a
3313         workaround for this case.  It is not autoconfigured now; offhand
3314         it's hard to see how to autoconfigure it.
3315
3316 2006-12-03  Paul Eggert  <eggert@cs.ucla.edu>
3317
3318         * lib/mkdir-p.c (make_dir_parents): Fix race condition when making
3319         a directory that is about to be chowned.  Such a directory's
3320         initial file permissions should permit the owner only and this
3321         should not be changed until after the chown, since the group and
3322         other bits would be incorrect if they granted permission before
3323         the chown.
3324
3325         Fix porting problem for iswctype reported by Georg Schwarz in:
3326         http://lists.gnu.org/archive/html/bug-coreutils/2006-12/msg00017.html
3327         * lib/fnmatch.c (WIDE_CHAR_SUPPORT): Require HAVE_ISWCTYPE, too.
3328         * lib/regex_internal.h (RE_ENABLE_I18N): Likewise.
3329         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Check for iswctype, too.
3330         * m4/regex.m4 (gl_PREREQ_REGEX): Likewise.
3331
3332 2006-12-03  Jim Meyering  <jim@meyering.net>
3333
3334         * lib/fts.c (fts_load): Don't set sp->fts_dev here, since
3335         p->fts_statp may not yet be defined.
3336         (fts_read): Instead, set it in the caller, once p->fts_statp is
3337         sure to be defined, and corresponds to a top-level directory.
3338         This bug made du -x fail.  Here's the coreutils test case:
3339         http://git.sv.gnu.org/gitweb/?p=coreutils.git;a=commit;h=ba45154d8e9f
3340         Reported by Mike Frysinger.
3341
3342 2006-12-01  Jim Meyering  <jim@meyering.net>
3343
3344         * modules/savewd (Depends-on): Add fcntl_h to avoid self-test
3345         build failure due to missing definition of HAVE_WORKING_O_NOFOLLOW.
3346         Reported by Simon Josefsson.
3347
3348 2006-11-30  Jim Meyering  <jim@meyering.net>
3349
3350         * m4/warning.m4: Use the all-permissive copyright notice
3351         recommended by RMS (rather than LGPL).
3352         * m4/vararrays.m4: Likewise.
3353         * m4/flexmember.m4: Likewise.
3354
3355 2006-11-29  Bruno Haible  <bruno@clisp.org>
3356
3357         * gnulib-tool (func_emit_lib_Makefile_am): Initialize also
3358         noinst_LIBRARIES. Augment noinst_LIBRARIES and noinst_LTLIBRARIES
3359         using +=.
3360         Reported by Simon Josefsson <simon@josefsson.org>.
3361
3362 2006-11-28  James Youngman <jay@gnu.org>
3363
3364         * README: Advise users that they might find the bug-gnulib@gnu.org
3365         and autotools-announce@gnu.org mailing lists useful.
3366
3367 2006-11-28  Bruno Haible  <bruno@clisp.org>
3368
3369         * m4/ptrdiff_max.m4: Remove file.
3370
3371 2006-11-21  Bruno Haible  <bruno@clisp.org>
3372
3373         * m4/eoverflow.m4 (gl_EOVERFLOW): Use AC_COMPUTE_INT instead of
3374         _AC_COMPUTE_INT.
3375         (AC_COMPUTE_INT): Add fallback definition for autoconf < 2.61.
3376         * m4/ptrdiff_max.m4 (gl_PTRDIFF_MAX): Use AC_COMPUTE_INT instead of
3377         _AC_COMPUTE_INT.
3378         (AC_COMPUTE_INT): Add fallback definition for autoconf < 2.61.
3379         * m4/size_max.m4 (gl_SIZE_MAX): Use AC_COMPUTE_INT instead of
3380         _AC_COMPUTE_INT.
3381         (AC_COMPUTE_INT): Add fallback definition for autoconf < 2.61.
3382
3383 2006-11-28  Jim Meyering  <jim@meyering.net>
3384
3385         * lib/regcomp.c (parse_branch): Rename local, exp->expr, to avoid
3386         warning from "gcc -Wshadow" about shadowing the builtin.
3387
3388 2006-11-27  Bruno Haible  <bruno@clisp.org>
3389
3390         * m4/stdint.m4 (gl_STDINT_BITSIZEOF): Use AC_COMPUTE_INT instead of
3391         _AC_COMPUTE_INT.
3392         (AC_COMPUTE_INT): Add fallback definition for autoconf < 2.61.
3393
3394 2006-11-27  Bruno Haible  <bruno@clisp.org>
3395             Paul Eggert  <eggert@cs.ucla.edu>
3396
3397         * lib/regex.h (__restrict_arr): Redo logic of #if, for clarity.
3398
3399 2006-11-26  Bruno Haible  <bruno@clisp.org>
3400
3401         * gnulib-tool (func_emit_lib_Makefile_am): Initialize also
3402         noinst_LTLIBRARIES.
3403
3404 2006-11-27  Paul Eggert  <eggert@cs.ucla.edu>
3405             Bruno Haible  <bruno@clisp.org>
3406
3407         * lib/gettext.h (_LIBGETTEXT_HAVE_VARIABLE_SIZE_ARRAYS): Define to 0
3408         if compiling with "gcc -ansi".
3409
3410 2006-11-26  Paul Eggert  <eggert@cs.ucla.edu>
3411
3412         Fix some incompatibilities with gcc -ansi -pedantic.
3413         * lib/regex.h (__restrict_arr): Don't use the [restrict] syntax
3414         if compiling pedantically with GCC, unless it's C99 or later.
3415         Don't trust sys/cdefs.h's definition of __restrict_arr, either, as
3416         it mishandles gcc -ansi -pedantic as well.
3417         * lib/regex_internal.h (re_token_t): Don't use enum bitfields
3418         if gcc -pedantic.
3419         * lib/regexec.c (check_node_accept_bytes): Don't use auto
3420         initializers for struct if -pedantic, unless it's C99 or later.
3421
3422 2006-11-25  Nix  <nix@esperi.org.uk>  (tiny change)
3423
3424         * m4/fcntl_h.m4 (gl_FCNTL_H): Test the atime, not the mtime.
3425         Don't close an fd more than once. Identical atimes indicate
3426         success, not failure.
3427
3428 2006-11-22  Robinson Mittmann <bob@hoplon.com>  (tiny change)
3429
3430         * lib/sincosl.c (kernel_sinl): Fix typo in threshold.
3431
3432 2006-11-23  Jim Meyering  <jim@meyering.net>
3433
3434         * build-aux/announce-gen: New file.  From coreutils.
3435
3436 2006-11-22  Jim Meyering  <jim@meyering.net>
3437
3438         Work around a compile-time error from the HP-UX 11.00 /bin/cc.
3439         * lib/fts.c (enum Fts_stat): Give this previously-anon enum a name.
3440         (fts_read): Use a temporary to narrow the overused st_size member
3441         before using it in a switch statement.  Reported by Matthew Woehlke.
3442
3443         * m4/clock_time.m4 (gl_CLOCK_TIME): Quote AC_SUBST argument.
3444         * m4/euidaccess.m4 (gl_PREREQ_EUIDACCESS): Likewise.
3445
3446 2006-11-20  Bruno Haible  <bruno@clisp.org>
3447
3448         * gettext.m4 (AM_GNU_GETTEXT): Revert 2005-07-28 patch: Use
3449         changequote instead of pairs of brackets.
3450         Reported by Andreas Schwab <schwab@suse.de>.
3451
3452 2006-11-21  Jim Meyering  <jim@meyering.net>
3453
3454         * lib/fts.c (fts_safe_changedir): Move a declaration "up",
3455         so as to remain compatible with older compilers.
3456         Patch from Michael Deutschmann.
3457
3458 2006-11-20  Paul Eggert  <eggert@cs.ucla.edu>
3459
3460         * MODULES.html.sh (File system functions): Add openat.
3461
3462         * lib/openat.h (rpl_fstatat): New macro, if
3463         [HAVE_OPENAT && ! LSTAT_FOLLOWS_SLASHED_SYMLINK.
3464         (fstatat): Define to rpl_fstatat under the same conditions,
3465         unless COMPILING_FSTATAT.
3466         * m4/openat.m4 (gl_FUNC_OPENAT): Compile fstatat.c too, if fstatat
3467         seems to have the bug.
3468         * lib/fstatat.c: New file.
3469         * modules/openat (Files): Add it.
3470
3471 2006-11-20  Bruno Haible  <bruno@clisp.org>
3472
3473         * Makefile: New file.
3474
3475 2006-11-20  Jim Meyering  <jim@meyering.net>
3476
3477         The beginnings of syntax-related checks for gnulib.
3478         * lib/Makefile: New file.
3479         * lib/t-idcache: New script.  Ensure that the two halves of
3480         idcache.c stay in sync.
3481
3482         * lib/idcache.c: Adjust comments in user- and group- portions to
3483         be more accurate, and to be consistent with one another.
3484
3485 2006-11-20  Jim Meyering  <jim@meyering.net>
3486
3487         * lib/idcache.c: Restore most of the 2006-11-06 patch, so as to
3488         continue using the flexible array member (thus, this module performs
3489         half as many malloc calls), with the addition that...
3490         (getgroup, getuser): Consistently record a non-match via an empty
3491         "name" string, and map an empty string match to a NULL return value.
3492         * modules/idcache (Depends-on): Re-add flexmember.
3493
3494         * lib/idcache.c (getuser): Remove all uses of the register keyword.
3495         (getuidbyname, getgroup, getgidbyname): Likewise.
3496
3497         Use cleaner syntax: NULL rather than 0.
3498         * lib/idcache.c (getuidbyname, getgidbyname): Return NULL, not 0.
3499
3500 2006-11-20  Paul Eggert  <eggert@cs.ucla.edu>
3501
3502         * lib/idcache.c: Undo most recent patch, dated 2006-11-06.
3503         It mishandled the case where the group was missing.
3504         Problem reported by Greg Schafer.
3505         * modules/idcache: Likewise.
3506
3507 2006-11-18  Jim Meyering  <jim@meyering.net>
3508
3509         * check-module (%exempt_header): Add exception for some
3510         conditionally-included headers.
3511
3512         * modules/i-ring (Depends-on): Add verify.
3513         (License): Change to LGPL.
3514
3515 2006-11-16  Paul Eggert  <eggert@cs.ucla.edu>
3516
3517         * modules/getaddinfo (Depends-on): Remove inttostr; add snprintf.
3518         * lib/getaddrinfo.c: Include snprintf.h rather than intprops.h
3519         and inttostr.h.  Use snprintf rather than uinttostr, so that
3520         LGPLed code doesn't depend on GPLed.
3521
3522 2006-11-17  Paul Eggert  <eggert@cs.ucla.edu>
3523
3524         * modules/inline (License): Change from GPL to LGPL.
3525
3526 2006-11-17  Jim Meyering  <jim@meyering.net>
3527
3528         * modules/d-type (License): Switch to LGPL.
3529
3530 2006-11-15  Bruno Haible  <bruno@clisp.org>
3531
3532         * m4/alloca.m4 (gl_FUNC_ALLOCA): Fix the AC_CACHE_CHECK message.
3533
3534 2006-11-15  Eric Blake  <ebb9@byu.net>
3535
3536         * m4/allocsa.m4 (gl_ALLOCSA): Don't invoke macro already picked up by
3537         the module dependency.
3538
3539 2006-11-15  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
3540             Bruno Haible  <bruno@clisp.org>
3541
3542         * gnulib-tool (func_create_testdir): Add license consistency check.
3543
3544 2006-11-15  Eric Blake  <ebb9@byu.net>
3545
3546         * m4/alloca.m4 (gl_FUNC_ALLOCA): Use AC_CACHE_CHECK to avoid a
3547         random "(cached)" in configure output.
3548
3549 2006-11-14  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3550
3551         * m4/inttypes.m4 (gl_INTTYPES_H): Use AC_CACHE_CHECK so that the
3552         test for conforming inttypes.h is both announced and cached.
3553
3554         * MODULES.html.sh (seen_modules, seen_files): New variables.
3555         (func_module): Rewrite to use a few less gnulib-tool and sed
3556         invocations.  Avoid a couple of quadratic algorithms for ...
3557         (missed_modules, missed_files): ... these, with ...
3558         (func_append, func_tmpdir): ... these new functions, from
3559         gnulib-tool.  Analogously, install traps for cleanup.
3560
3561         * tests/test-gc.c (main): Remove unused variables.
3562         * tests/test-read-file.c: Include stdlib.h, for 'free'.
3563
3564 2006-11-14  Paul Eggert  <eggert@cs.ucla.edu>
3565
3566         * modules/inttostr (License): Change to LGPL.
3567
3568 2006-11-14  Eric Blake  <ebb9@byu.net>
3569
3570         * modules/tempname (License): Change to LGPL.
3571
3572 2006-11-14  Eric Blake  <ebb9@byu.net>
3573
3574         * doc/functions.texi (Function Portability): *printf functions on
3575         Cygwin now understand all POSIX size specifiers.
3576
3577 2006-11-14  Bruno Haible  <bruno@clisp.org>
3578
3579         * modules/c-ctype (License): Change to LGPL.
3580
3581 2006-11-12  Bruno Haible  <bruno@clisp.org>
3582
3583         * m4/lib-link.m4 (AC_LIB_LINKFLAGS, AC_LIB_HAVE_LINKFLAGS,
3584         AC_LIB_LINKFLAGS_BODY): Also set a LIB${NAME}_PREFIX variable. Needed
3585         for GNOME libraries, for which the include files are installed in
3586         subdirectories of $prefix/include.
3587
3588 2006-11-12  Bruno Haible  <bruno@clisp.org>
3589
3590         * m4/lib-link.m4: Require at least autoconf-2.54.
3591         (AC_LIB_LINKFLAGS_BODY) [autoconf < 2.61]: Turn dots into the library
3592         name to underscores for the --with option.
3593
3594 2006-11-13  Bruno Haible  <bruno@clisp.org>
3595
3596         * gnulib-tool (func_create_testdir): Set gl_source_base correctly in
3597         the tests directory.
3598         Reported by Ralf Wildenhues.
3599
3600 2006-11-13  Bruno Haible  <bruno@clisp.org>
3601
3602         * gnulib-tool (func_emit_initmacro_start): Also override AC_LIBSOURCES.
3603         (func_emit_initmacro_end): Undo the override here.
3604         (func_emit_initmacro_done): Emit a definition for gl_LIBSOURCES.
3605         Works around the famous automake error in coreutils.
3606
3607 2006-11-13  Eric Blake  <ebb9@byu.net>
3608
3609         * lib/gl_anytree_oset.h (gl_tree_search_atleast): Return the
3610         element, not its node.
3611
3612 2006-11-12  Bruno Haible  <bruno@clisp.org>
3613
3614         * gnulib-tool (func_emit_lib_Makefile_am): Replace occurrences of
3615         '$(top_srcdir)/build-aux/', taking into account the real auxdir.
3616
3617 2006-11-12  Bruno Haible  <bruno@clisp.org>
3618
3619         * gnulib-tool: New option --local-symlink.
3620         (func_usage): Document it.
3621         (lsymbolic): New variable.
3622         (func_import, func_create_testdir): If --symlink was not specified,
3623         test whether --local-symlink was specified and the file comes from
3624         the local_gnulib_dir.
3625
3626 2006-11-12  Bruno Haible  <bruno@clisp.org>
3627
3628         * gnulib-tool (func_ln): New function.
3629         (func_ln_if_changed, func_create_testdir): Use it instead of "ln -s".
3630
3631 2006-11-12  Bruno Haible  <bruno@clisp.org>
3632
3633         Finish support for source files in subdirectories.
3634         * gnulib-tool (func_emit_lib_Makefile_am): If some of the source files
3635         are in subdirectories, set uses_subdirs and add 'subdir-objects' to
3636         AUTOMAKE_OPTIONS.
3637         (func_import, func_create_testdir): Invoke AM_PROG_CC_C_O in this case.
3638
3639 2006-11-12  Bruno Haible  <bruno@clisp.org>
3640
3641         * gnulib-tool (func_get_automake_snippet): Synthesize also an
3642         EXTRA_lib_SOURCES augmentation.
3643         (func_emit_lib_Makefile_am): Initialize EXTRA_lib..._SOURCES to empty.
3644
3645 2006-11-12  Jim Meyering  <jim@meyering.net>
3646
3647         Make fts (in FTS_CWDFD mode) more efficient by caching a few open
3648         file descriptors.  This also averts a failure on systems with
3649         native openat support when a traversed directory lacks "x" access.
3650         * lib/fts_.h: Include "i-ring.h"
3651         (struct FTS) [fts_fd_ring]: New member.
3652         * lib/fts.c (RESTORE_INITIAL_CWD): Also call fd_ring_clear.
3653         (FCHDIR): Add parentheses.
3654         (fd_ring_check, fd_ring_print) [!FTS_DEBUG]: Define away.
3655         (cwd_advance_fd): Add a 3rd parameter.  Adjust all callers.
3656         When descending, rather than simply closing the previous
3657         fts_cwd_fd value, push that file descriptor onto the ring.
3658         (same_fd, fd_ring_print, fd_ring_check) [FTS_DEBUG]: New functions.
3659         (fts_open): Initialize the new fd_ring member.
3660         (fts_close): Clear the ring.
3661         (fts_safe_changedir): When possible, use our new fd_ring to skip
3662         the diropen and fstat and dev/ino comparison that would normally
3663         accompany a virtual `chdir ("..")'.
3664
3665         * modules/fts (Depends-on): Add i-ring.
3666         * modules/i-ring: New module.
3667         * lib/i-ring.c, lib/i-ring.h, lib/i-ring-test.c: New files.
3668         * m4/i-ring.m4: New file.
3669
3670 2006-11-12  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3671
3672         * gnulib-tool (func_create_testdir): Fix replacement of
3673         `build-aux' in configure.ac.  Run autotools in gltests
3674         subdirectory.
3675         (func_create_testdir, func_create_megatestdir, test): There is
3676         no need for '--force' in most autotool invocations in a new
3677         tree.  Actually fail the whole test if any of the tools, or the
3678         configure or make stages fail.
3679
3680         Sync from Automake.
3681         * build-aux/gnupload: Revert last change.  Add pointer to upload
3682         instructions of the GNU Maintenance Instructions.
3683         Suggestion by Karl Berry.
3684
3685 2006-11-10  Jim Meyering  <jim@meyering.net>
3686
3687         * lib/fts.c [FTS_DEBUG]: Don't try to print a pointer via %s.
3688
3689 2006-11-09  Paul Eggert  <eggert@cs.ucla.edu>
3690
3691         * lib/gettext.h (dgettext, dcgettext, ngettext) [! ENABLE_NLS]:
3692         (dngettext, dcngettext, bindtextdomain) [! ENABLE_NLS]:
3693         (bind_textdomain_codeset) [! ENABLE_NLS]:
3694         Evaluate all the arguments.  That way, callers get compatible behavior
3695         if the arguments have side effects.  Also, it avoids some GCC
3696         diagnostics in some cases; Joel E. Denny reported problems when Bison
3697         was configured with --enable-gcc-warnigs.
3698
3699 2006-11-10  Jim Meyering  <jim@meyering.net>
3700
3701         * m4/inline.m4 (gl_INLINE): Check with the compiler, not cpp, so that
3702         relevant options in CFLAGS (like -O, -fno-inline) are taken into
3703         account.
3704
3705 2006-11-10  Jim Meyering  <jim@meyering.net>
3706
3707         * modules/inline: New file/module.
3708         * modules/xalloc (Files): Remove m4/inline.m4.
3709         (Depends-on): Add inline, instead.
3710         * modules/oset: Likewise.
3711         * modules/list: Likewise.
3712
3713 2006-11-09  Paul Eggert  <eggert@cs.ucla.edu>
3714
3715         * lib/stdint_.h (uintmax_t): Fix typo: int64_t -> uint64_t.
3716         Problem reported by Matthew Woehlke.
3717
3718 2006-11-09  Bruno Haible  <bruno@clisp.org>
3719
3720         * lib/tempname.c (gen_tempname): Remove variant that invokes
3721         __gen_tempname.
3722         * m4/tempname.m4 (gl_FUNC_GEN_TEMPNAME): Don't test for
3723         __gen_tempname.
3724
3725 2006-11-08  Bruno Haible  <bruno@clisp.org>
3726
3727         * m4/longlong.m4 (AC_TYPE_LONG_LONG_INT): Set ac_cv_type_long_long_int
3728         to 'yes' instead of 'cross-compiling'.
3729
3730 2006-11-08  Paul Eggert  <eggert@cs.ucla.edu>
3731
3732         * lib/quotearg.h (quotearg_free): New decl.
3733         * lib/quotearg.c (quotearg_free): New function.
3734         (slot0, nslots, slotvec0, slotvec):
3735         Now file-scope so that quotearg_free can get at them.
3736
3737 2006-11-08  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3738
3739         Sync from Automake.
3740         * build-aux/gnupload: Add missing 'gnu' to example URL.
3741         Report by Karl Berry.
3742
3743 2006-11-08  Bruno Haible  <bruno@clisp.org>
3744
3745         * m4/inline.m4 (gl_INLINE): Also test __NO_INLINE__.
3746         Suggested by Paul Eggert.
3747
3748 2006-11-08  Jim Meyering  <jim@meyering.net>
3749
3750         * lib/fts.c [!_LGPL_PACKAGE]: Don't include fcntl--.h twice.
3751         It's already included if !_LIBC.
3752         (fts_safe_changedir): Add a comment.
3753
3754 2006-11-07  Paul Eggert  <eggert@cs.ucla.edu>
3755
3756         * m4/longlong.m4 (AC_TYPE_LONG_LONG_INT): Detect bug in
3757         Tandem NonStop Kernel (OSS) cc -O circa 2004, reported by
3758         Matthew Woehlke.
3759
3760         * lib/xalloc.h (XMALLOC, XNMALLOC, XZALLOC, XCALLOC): Move
3761         definitions up, to avoid colliding with change below.
3762         (static_inline) [HAVE_INLINE]: New macro.
3763         (xnmalloc, xnrealloc, x2nrealloc, xcharalloc):
3764         Provide extern decls when !HAVE_INLINE.  Do not define unless
3765         static_inline is defined, either by us or by xmalloc.c.  Use
3766         static_inline rather than static inline.
3767         (XCALLOC): Optimize sizeof(T) = 1 case.
3768         * lib/xmalloc.c (static_inline) [!HAVE_INLINE]: New macro.
3769
3770 2006-11-07  Bruno Haible  <bruno@clisp.org>
3771
3772         * lib/xalloc.h (XNMALLOC): Restore optimization of sizeof(T) = 1 case.
3773         * m4/xalloc.m4 (gl_PREREQ_XALLOC): Require gl_INLINE instead of
3774         AC_C_INLINE.
3775         * modules/xalloc (Files): Add m4/inline.m4.
3776
3777 2006-11-07  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3778
3779         * README: Fix typo.
3780         * doc/gnulib.texi (Miscellaneous Notes): Likewise, rename...
3781         (Miscellanous Notes): ...from this.
3782
3783 2006-11-07  Paul Eggert  <eggert@cs.ucla.edu>
3784
3785         * m4/flexmember.m4 (AC_C_FLEXIBLE_ARRAY_MEMBER):
3786         Mention that offsetof should be used instead of sizeof.
3787         From Bruno Haible.
3788
3789 2006-11-07  Bruno Haible  <bruno@clisp.org>
3790
3791         * lib/w32spawn.h (prepare_spawn): Use XNMALLOC instead of xmalloc.
3792
3793 2006-11-06  Paul Eggert  <eggert@cs.ucla.edu>
3794
3795         Simplify xmalloc expressions. Add overflow check in xmalloc arguments.
3796         * lib/gl_anyavltree_list2.h (create_subtree_with_contents):
3797         (gl_tree_create, gl_tree_add_first, gl_tree_add_last):
3798         (gl_tree_add_before, gl_tree_add_after):
3799         Use XMALLOC instead of xmalloc, and XCALLOC instead of xzalloc.
3800         * lib/gl_anyhash_list2.h (hash_resize): Likewise.
3801         * lib/gl_anylinked_list2.h (gl_linked_create_empty, gl_linked_create):
3802         (gl_linked_add_first, gl_linked_add_last, gl_linked_add_before):
3803         (gl_linked_add_after, gl_linked_add_at): Likewise.
3804         * lib/gl_anyrbtree_list2.h (create_subtree_with_contents):
3805         (gl_tree_create, gl_tree_add_first, gl_tree_add_last):
3806         (gl_tree_add_before, gl_tree_add_after): Likewise.
3807         * lib/gl_anytree_list2.h (gl_tree_create_empty): Likewise.
3808         * lib/gl_anytree_oset.h (gl_tree_create_empty): Likewise.
3809         * lib/gl_anytreehash_list1.h (add_to_bucket): Likewise.
3810
3811 2006-11-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3812
3813         * lib/gl_oset.h: Use C comment style, not C++ comment style.
3814
3815 2006-11-06  Bruno Haible  <bruno@clisp.org>
3816
3817         * m4/inline.m4: New file.
3818         * m4/gl_list.m4 (gl_LIST): Require gl_INLINE.
3819         * modules/list (Files): Add m4/inline.m4.
3820         * modules/oset (Files): Likewise.
3821
3822 2006-11-06  Paul Eggert  <eggert@cs.ucla.edu>
3823
3824         * lib/idcache.c: Include <stddef.h>, for offsetof.
3825         (struct userid.name): Change from char * to a flexible array member.
3826         All uses changed.
3827         * modules/idcache (Depends-on): Add flexmember.
3828
3829         * MODULES.html.sh (Core language properties): New module flexmember.
3830         * modules/flexmember, m4/flexmember.m4: New files.
3831
3832         * lib/xalloc.h (xnmalloc, xnrealloc, x2nrealloc): Now static
3833         inline functions that are identical with the old xnmalloc_inline,
3834         xnrealloc_inline, x2nrealloc_inline of lib/xmalloc.c.  This is so
3835         that we can avoid some unnecessary integer multiplications and
3836         divisions in the common case where the element size is known at
3837         compile time.
3838         (XNMALLOC) [HAVE_INLINE]: Remove special case, which is no longer
3839         needed.
3840         (xnboundedmalloc): Remove.
3841         (XMALLOC, XNMALLOC, XZALLOC, XCALLOC): Use lower-case letters for
3842         arguments, for consistency with rest of this header.
3843         (xcharalloc): Rewrite using XNMALLOC.
3844         * lib/xmalloc.c (xnmalloc_inline, xnmalloc, xnrealloc_inline):
3845         (xnrealloc, x2nrealloc_inline, x2nrealloc): Remove.  The *_inline
3846         versions have been moved to lib/xalloc.h and renamed to be the
3847         non-*_inline versions.
3848         (xmalloc, xrealloc): Implement without reference to the xnmalloc
3849         and xnrealloc functions, since those functions are now inline and
3850         now call us.
3851         (x2realloc): Invoke x2realloc, not x2realloc_inline, to accommodate
3852         renaming described above.
3853         * m4/xalloc.m4 (gl_PREREQ_XMALLOC): Remove AC_C_INLINE since
3854         xmalloc.c no longer uses inline directly.  gl_PREREQ_XALLOC now
3855         captures the dependency in AC_C_INLINE.
3856
3857         New module canonicalize-lgpl, proposed by Charles Wilson in
3858         <http://lists.gnu.org/archive/html/bug-gnulib/2006-11/msg00020.html>
3859         with a few small changes afterwards.
3860         * MODULES.html.sh (File system functions): New module
3861         canonicalize-lgpl.
3862         * lib/canonicalize.h: Add comments for canonicalize_filename_mode
3863         and canonicalize_file_name.
3864         * lib/canonicalize-lgpl.c, m4/canonicalize-lgpl.m4:
3865         * modules/canonicalize-lgpl: New files.
3866
3867 2006-11-05  Bruno Haible  <bruno@clisp.org>
3868
3869         * gnulib-tool (func_import, func_create_testdir): Create directories
3870         also for files in subdirectories of lib/.
3871
3872 2006-11-05  Bruno Haible  <bruno@clisp.org>
3873
3874         * lib/gl_array_list.c (gl_array_iterator_next): Make pointer decrement
3875         ANSI C compliant.
3876
3877 2006-11-03  Bruno Haible  <bruno@clisp.org>
3878
3879         Simplify xmalloc expressions. Add overflow check in xmalloc arguments.
3880         * m4/xalloc.m4 (gl_PREREQ_XALLOC): Require AC_C_INLINE.
3881         * lib/xalloc.h (XMALLOC, XNMALLOC, XZALLOC, XCALLOC): New macros.
3882         (xnboundedmalloc): New inline function.
3883         * lib/classpath.c (new_classpath): Use XNMALLOC instead of xmalloc.
3884         * lib/clean-temp.c (create_temp_dir): Use XNMALLOC, XMALLOC instead of
3885         xmalloc.
3886         * lib/concatpath.c (concatenated_pathname): Use XNMALLOC instead of
3887         xmalloc.
3888         * lib/fatal-signal.c (at_fatal_signal): Use XNMALLOC instead of xmalloc.
3889         * lib/findprog.c (find_in_path): Use XNMALLOC instead of xmalloc.
3890         * lib/gl_array_list.c (gl_array_create_empty): Use XMALLOC instead of
3891         xmalloc.
3892         (gl_array_create): Use XNMALLOC, XMALLOC instead of xmalloc.
3893         * lib/gl_array_oset.c (gl_array_create_empty): Use XNMALLOC instead of
3894         xmalloc.
3895         * lib/gl_avltree_oset.c (gl_tree_add_first, gl_tree_add_before,
3896         gl_tree_add_after): Use XMALLOC instead of xmalloc.
3897         * lib/gl_carray_list.c (gl_carray_create_empty): Use XMALLOC instead of
3898         xmalloc.
3899         (gl_carray_create): Use XNMALLOC, XMALLOC instead of xmalloc.
3900         * lib/gl_rbtree_oset.c (gl_tree_add_first, gl_tree_add_before,
3901         gl_tree_add_after): Use XMALLOC instead of xmalloc.
3902         * lib/gl_sublist.c (gl_sublist_create): Use XMALLOC instead of xmalloc.
3903         * lib/pagealign_alloc.c (new_memnode): Use XMALLOC instead of xmalloc.
3904         * lib/sh-quote.c (shell_quote_argv): Use XNMALLOC instead of xmalloc.
3905         * lib/xvasprintf.c (xstrcat): Use XNMALLOC instead of xmalloc.
3906
3907 2006-11-03  Bruno Haible  <bruno@clisp.org>
3908
3909         * lib/c-ctype.h [C++]: Define functions without name mangling.
3910         * lib/fwriteerror.h [C++]: Likewise.
3911         * lib/gcd.h [C++]: Likewise.
3912         * lib/linebreak.h [C++]: Likewise.
3913
3914 2006-11-03  Paul Eggert  <eggert@cs.ucla.edu>
3915
3916         * lib/canonicalize.h: (canonicalize_mode_t, CAN_EXISTING):
3917         (CAN_ALL_BUT_LAST, CAN_MISSING, canonicalize_filename_mode):
3918         Define only if PROVIDE_CANONICALIZE_FILENAME_MODE is defined.
3919         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME):
3920         Check for functions and headers just once.
3921         Check for declaration of canonicalize_file_name.
3922         Define PROVIDE_CANONICALIZE_FILENAME_MODE.
3923
3924 2006-11-02  Charles Wilson  <cygwin@cwilson.fastmail.fm>
3925
3926         * gnulib-tool (func_import): Fix typo in actioncmd.
3927
3928 2006-11-02  Bruno Haible  <bruno@clisp.org>
3929
3930         * gnulib-tool (func_get_automake_snippet): Interpret a backslash-
3931         newline sequence in the Makefile.am snippet as a space, like "make"
3932         does.
3933         Reported by Roger Persson <perrog@gmail.com>.
3934
3935 2006-11-01  Bruno Haible  <bruno@clisp.org>
3936
3937         * m4/strcase.m4 (gl_FUNC_STRNCASECMP): Check whether strncasecmp is
3938         already declared in <string.h>.
3939         * lib/strcase.h (strncasecmp): Don't declare it if yes.
3940
3941 2006-11-01  Bruno Haible  <bruno@clisp.org>
3942
3943         * m4/strcase.m4 (gl_FUNC_STRCASECMP): Don't define strcasecmp here.
3944         * lib/strcase.h: Include <string.h>.
3945         (strcasecmp): Define to rpl_strcasecmp here.
3946
3947 2006-11-01  Bruno Haible  <bruno@clisp.org>
3948
3949         * lib/printf-parse.c (PRINTF_PARSE): Cast malloc/realloc results.
3950
3951 2006-11-01  Eric Blake  <ebb9@byu.net>
3952
3953         * lib/mkstemp-safer.c (mkstemp_safer): Allow C++ compilation.
3954
3955         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Allow C++ configuration.
3956
3957 2006-10-29  Bruno Haible  <bruno@clisp.org>
3958
3959         Make it compile in C++ mode.
3960         * lib/full-write.c (full_rw): Add a cast.
3961
3962 2006-11-01  Bruno Haible  <bruno@clisp.org>
3963
3964         * gnulib-tool (func_get_automake_snippet): Change sed_combine_lines to
3965         be POSIX compliant.
3966         Reported by Roger Persson <perrog@gmail.com>.
3967
3968 2006-11-01  Eric Blake  <ebb9@byu.net>
3969
3970         * lib/getopt_.h: Fix comments.
3971
3972 2006-10-31  Eric Blake  <ebb9@byu.net>
3973
3974         * modules/tmpdir (Depends-on): Add sys_stat.
3975         * modules/mkdtemp (Depends-on): Add tempname, drop unistd.
3976         * lib/mkdtemp.c (gen_tempname): Remove; tempname covers this.
3977         * lib/tmpdir.c (S_ISDIR): Simplify, thanks to sys_stat.
3978         * m4/mkdtemp.m4 (gl_PREREQ_MKDTEMP): Simplify, thanks to
3979         tempname.
3980
3981 2006-10-31  Paul Eggert  <eggert@cs.ucla.edu>
3982
3983         Avoid some C++ diagnostics reported by Bruno Haible.
3984         * lib/quotearg.c (clone_quoting_options): Use xmemdup rather than
3985         xmalloc.
3986         (quotearg_alloc): Use xcharalloc rather than xmalloc.
3987         (struct slotvec): Move to top level.
3988         (quotearg_n_options): Rewrite to avoid xmalloc.
3989         * lib/xalloc.h (xcharalloc): New function.
3990         * (xrealloc, xnrealloc, x2realloc, x2nrealloc, xmemdup):
3991         [defined __cplusplus]: Add function template that provides result
3992         type propagation.  This part of the change is from Bruno Haible.
3993
3994 2006-10-29  Bruno Haible  <bruno@clisp.org>
3995
3996         Make it compile in C++ mode.
3997         * lib/striconv.c (mem_cd_iconv): Cast malloc/realloc result.
3998         * lib/strnlen1.c (strnlen1): Cast memchr result.
3999         * lib/mbchar.h (mb_copy): Rename arguments to 'new_mbc', 'old_mbc'.
4000         * lib/clean-temp.c (string_equals, string_hash): Add casts.
4001         (create_temp_dir): Rename local variable 'template'.
4002         (compile_csharp_using_sscli): Add cast.
4003         * lib/fatal-signal.c (at_fatal_signal): Cast xmalloc result.
4004         * lib/findprog.c (find_in_path): Likewise.
4005         * lib/linebreak.c (mbs_width_linebreaks): Cast malloc result.
4006         * lib/wait-process.c (register_slave_subprocess): Likewise.
4007
4008 2006-10-22  Bruno Haible  <bruno@clisp.org>
4009
4010         * modules/tsearch: New file.
4011         * lib/tsearch.h: New file.
4012         * lib/tsearch.c: New file, from glibc-2.5 with small modifications.
4013         * m4/tsearch.m4: New file.
4014         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add tsearch.
4015
4016 2006-10-29  Eric Blake  <ebb9@byu.net>
4017
4018         * lib/arcfour.c: Assume config.h.
4019         * lib/arctwo.c: Likewise.
4020         * lib/base64.c: Likewise.
4021         * lib/check-version.c: Likewise.
4022         * lib/crc.c: Likewise.
4023         * lib/des.c: Likewise.
4024         * lib/gc-gnulib.c: Likewise.
4025         * lib/gc-libgcrypt.c: Likewise.
4026         * lib/gc-pbkdf2-sha1.c: Likewise.
4027         * lib/getaddrinfo.c: Likewise.
4028         * lib/getdelim.c: Likewise.
4029         * lib/getline.c: Likewise.
4030         * lib/hmac-md5.c: Likewise.
4031         * lib/hmac-sha1.c: Likewise.
4032         * lib/iconvme.c: Likewise.
4033         * lib/md2.c: Likewise.
4034         * lib/md4.c: Likewise.
4035         * lib/memxor.c: Likewise.
4036         * lib/read-file.c: Likewise.
4037         * lib/readline.c: Likewise.
4038         * lib/rijndael-alg-fst.c: Likewise.
4039         * lib/rijndael-api-fst.c: Likewise.
4040         * lib/xgetdomainname.c: Likewise.
4041
4042 2006-10-28  Eric Blake  <ebb9@byu.net>
4043
4044         * lib/xstrndup.c: Assume config.h.
4045
4046 2006-10-27  Paul Eggert  <eggert@cs.ucla.edu>
4047
4048         Move stat.h-substitute stuff from lib/stat-macros.h to lib/stat_.h.
4049         stat-macros.h is now for our own macros, whereas stat_h is for
4050         macros in the <sys/stat.h> name space.
4051         * lib/stat-macros.h: Remove copyright notice, as this file is now tiny.
4052         (STAT_MACROS_H): Remove.
4053         (S_IFMT, S_ISBLK, S_ISCHR, S_ISDIR, S_ISFIFO, S_ISLNK, S_ISNAM):
4054         (S_ISMPB, S_ISMPC, S_ISNWK, S_ISREG, S_ISSOCK, S_ISDOOR, S_ISPORT):
4055         (S_TYPEISMQ, S_TYPEISTMO, S_TYPEISSEM, S_TYPEISSHM, S_ISCTG, S_ISOFD):
4056         (S_ISOFL, S_ISWHT, S_ISUID, S_ISGID, S_ISVTX, S_IRUSR, S_IRGRP):
4057         (S_IROTH, S_IWUSR, S_IWGRP, S_IWOTH, S_IXUSR, S_IXGRP, S_IXOTH):
4058         (S_IRWXU, S_IRWXG, S_IRWXO, S_IXUGO, S_IRWXUGO):
4059         Move these macros to ...
4060         * lib/stat_.h: here.  Don't include stat-macros.h.
4061         * lib/canonicalize.c: Don't include stat-macros.h.
4062         * lib/chown.c: Likewise.
4063         * lib/euidaccess.c: Likewise.
4064         * lib/file-type.c: Likewise.
4065         * lib/filemode.c: Likewise.
4066         * lib/glob.c: Likewise.
4067         * lib/isapipe.c: Likewise.
4068         * lib/lchown.c: Likewise.
4069         * lib/lstat.c: Likewise.
4070         * lib/mkdir-p.c: Likewise.
4071         * lib/rmdir.c: Likewise.
4072         * m4/lchown.m4 (gl_FUNC_LCHOWN): Don't require gl_STAT_MACROS.
4073         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Don't check for io.h
4074         unless mkdir isn't declared, to speed up 'configure'.
4075         Always create sys/stat.h, since it's unlikely any real sys/stat.h
4076         would define all the S_* symbols.
4077         * modules/canonicalize (Depends-on):
4078         Depend on sys_stat, not stat-macros.
4079         * modules/chown: Likewise.
4080         * modules/euidaccess: Likewise.
4081         * modules/filemode: Likewise.
4082         * modules/file-type: Likewise.
4083         * modules/glob: Likewise.
4084         * modules/isapipe: Likewise.
4085         * modules/lchown: Likewise.
4086         * modules/lstat: Likewise.
4087         * modules/mkancesdirs: Likewise.
4088         * modules/rmdir: Likewise.
4089         * modules/mkdir-p (Depends-on): Also depend on sys_stat.
4090         * modules/modechange: Likewise.
4091         * modules/stat-macros (Files): Remove m4/stat-macros.m4.
4092         (configure.ac): Remove gl_STAT_MACROS.
4093         * modules/sys_stat (Depends-on): Remove stat-macros.
4094
4095 2006-10-27  Bruno Haible  <bruno@clisp.org>
4096
4097         * m4/signed.m4: Remove file.
4098         * m4/vasnprintf.m4 (gl_PREREQ_PRINTF_ARGS_: Remove bh_C_SIGNED
4099         invocation.
4100         * modules/vasnprintf (Files): Remove m4/signed.m4.
4101
4102 2006-10-27  Bruno Haible  <bruno@clisp.org>
4103
4104         Update to GNU gettext 0.16.
4105         * modules/gettext (Files): Add m4/intl.m4, m4/intldir.m4. Remove
4106         m4/inttypes-h.m4, m4/signed.m4.
4107         * m4/gettext.m4: Update to GNU gettext 0.16.
4108         * m4/intl.m4: New file, from GNU gettext.
4109         * m4/intldir.m4: New file, from GNU gettext.
4110         * config/srclist.txt: Update
4111
4112 2006-10-27  Eric Blake  <ebb9@byu.net>
4113
4114         * MODULES.html.sh: Document tempname.
4115         * modules/mkstemp (Depends-on): Add tempname, and drop transitive
4116         dependencies.
4117         (Files): Move lib/tempname.c...
4118         * modules/tempname: ...to this new module.
4119         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Remove tempname checks.
4120         (gl_PREREQ_TEMPNAME): Move...
4121         * m4/tempname.m4: ...to this new file.
4122         * lib/mkstemp.c (includes) [!_LIBC]: Use tempname.h.
4123         * modules/sys_stat (Depends-on): Add stat-macros.
4124         * lib/stat_.h (includes): Pick up stat macros.
4125         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Replace <sys/stat.h>
4126         if stat macros are broken.
4127         * lib/tempname.c (includes): No need to include "stat-macros.h".
4128         (__gen_tempname) [!_LIBC]: Expose as gen_tempname.
4129         (direxists, __path_search) [!_LIBC]: Don't compile these in
4130         gnulib; the tmpdir module covers that.
4131         * lib/tempname.h: New file.
4132
4133 2006-10-26  Paul Eggert  <eggert@cs.ucla.edu>
4134
4135         * COPYING: Explain how gnulib-tool converts licence headers.
4136         Almost all wording by Eric Blake.
4137
4138 2006-10-25  Paul Eggert  <eggert@cs.ucla.edu>
4139
4140         * lib/mbchar.h (is_basic_table): Make read-only.
4141         * lib/mbchar.c (is_basic_table): Likewise.
4142         Reported by John Darrington.
4143
4144 2006-10-25  Bruno Haible  <bruno@clisp.org>
4145
4146         * lib/progname.h (set_program_name): Undefine before defining.
4147
4148 2006-10-25  Bruno Haible  <bruno@clisp.org>
4149
4150         * lib/gettext.h (_LIBGETTEXT_HAVE_VARIABLE_SIZE_ARRAYS): Define to
4151         false for non-gcc C++ compilers.
4152         Reported by Nelson H. F. Beebe <beebe@math.utah.edu>.
4153
4154 2006-10-24  Bruno Haible  <bruno@clisp.org>
4155
4156         * lib/striconv.c (mem_cd_iconv, str_cd_iconv): Treat all non-GNU
4157         iconv implementations like Irix iconv.
4158
4159 2006-10-24  Paul Eggert  <eggert@cs.ucla.edu>
4160
4161         * modules/vararrays: New file.
4162         * m4/vararrays.m4: New file, taken from diffutils.
4163         * MODULES.html.sh: New module vararrays.
4164
4165 2006-10-24  Karl Berry  <karl@gnu.org>
4166
4167         * doc/gnulib-intro.texi: --- instead of --; non-naive naive.
4168         Don't call GNU Unix.
4169
4170 2006-10-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4171
4172         * users.txt: Add Libtool.
4173
4174         Sync from Libtool:
4175
4176         2006-10-24  Paul Eggert  <eggert@cs.ucla.edu>
4177
4178         * lib/argz.c: Remove check for HAVE_CONFIG_H, to conform
4179         to gnulib's policy of including config.h unconditionally.
4180
4181 2006-10-24  Bruno Haible  <bruno@clisp.org>
4182
4183         * modules/wcwidth (Files): Add m4/wint_t.m4.
4184         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Require gt_TYPE_WINT_T.
4185         * lib/wcwidth.h (iswprint): Use 'int' if 'wint_t' is not defined.
4186
4187 2006-10-24  Paul Eggert  <eggert@cs.ucla.edu>
4188
4189         * lib/getdate.y (yyerror): Make the arguments pointer-to-const,
4190         to pacify GCC with some -W flags enabled.  Problem reported by
4191         Bruno Haible.
4192
4193 2006-10-24  Jim Meyering  <jim@meyering.net>
4194
4195         * MODULES.html.sh: Remove uinttostr.  It's not a module.
4196         Reported by Karl Berry.
4197
4198 2006-10-23  Bruno Haible  <bruno@clisp.org>
4199
4200         * lib/fts.c (fts_build): Move variable declaration, for C89 compliance.
4201
4202 2006-10-24  Bruno Haible  <bruno@clisp.org>
4203
4204         * lib/gl_list.h: Use C comment style, not C++ comment style.
4205
4206 2006-10-23  Eric Blake  <ebb9@byu.net>
4207
4208         * lib/getaddrinfo.c (includes): Add missing include.
4209
4210 2006-10-23  Bruno Haible  <bruno@clisp.org>
4211             Paul Eggert  <eggert@cs.ucla.edu>
4212
4213         Ability to rename obstack_free.
4214         * lib/obstack.h (__obstack_free): New macro. Declare instead of
4215         obstack_free.
4216         (obstack_free): Invoke the __obstack_free macro.
4217         * lib/obstack.c (obstack_free): Use __obstack_free macro.
4218
4219 2006-10-23  Bruno Haible  <bruno@clisp.org>
4220             Paul Eggert  <eggert@cs.ucla.edu>
4221
4222         * lib/argp.h (argp_parse, __argp_parse): Comment out the identifiers
4223         __argc, __argv from the declaration. (They are defined as macros on
4224         mingw.)
4225
4226 2006-10-22  Bruno Haible  <bruno@clisp.org>
4227
4228         * doc/gnulib-intro.texi: New file.
4229         * doc/gnulib.texi: Include it.
4230
4231 2006-10-21  Bruno Haible  <bruno@clisp.org>
4232
4233         * doc/gnulib.texi: Split the chapter "Gnulib" into 3 chapters
4234         "Introduction", "Miscellanous Notes", "Particular Modules".
4235
4236 2006-10-21  Bruno Haible  <bruno@clisp.org>
4237
4238         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
4239         Change mostlyclean-local rule to avoid sh syntax error from bash
4240         versions 2.00..2.05 when $(MOSTLYCLEANDIRS) is empty.
4241
4242 2006-10-23  Jim Meyering  <jim@meyering.net>
4243
4244         * lib/getaddrinfo.c (getnameinfo): Use new lightweight uinttostr,
4245         in place of snprintf.
4246
4247         * modules/inttostr (Files): Add lib/uinttostr.c.
4248         * lib/uinttostr.c (inttostr): New file/function.
4249         * lib/inttostr.h (uinttostr): Declare.
4250         * m4/inttostr.m4: Add AC_LIBOBJ([uinttostr]).
4251         * MODULES.html.sh (Numeric conversion functions <stdlib.h>):
4252         Add uinttostr.
4253         * modules/getaddrinfo (Depends-on): Remove snprintf.  Add inttostr.
4254
4255 2006-10-21  Paul Eggert  <eggert@cs.ucla.edu>
4256
4257         * lib/canonicalize.c (ELOOP): Define if not already defined.
4258         Problem reported by Bruno Haible in
4259         <http://lists.gnu.org/archive/html/bug-gnulib/2006-10/msg00282.html>.
4260
4261 2006-10-21  Paul Eggert  <eggert@cs.ucla.edu>
4262
4263         * lib/stdint_.h [defined _AIX]: Don't include <sys/types.h>.
4264         Problem reported by Perry Smith and Ville Laurikari.
4265
4266         * lib/getndelim2.c (SSIZE_MAX): Use same defn that getdelim.c
4267         uses.
4268
4269 2006-10-19  Bruno Haible  <bruno@clisp.org>
4270
4271         * lib/getndelim2.c (SSIZE_MAX): Provide fallback definition. Needed
4272         for mingw.
4273
4274 2006-10-19  Bruno Haible  <bruno@clisp.org>
4275
4276         * lib/openat-priv.h (EOPNOTSUPP): Provide fallback definition.
4277         Needed for mingw.
4278
4279 2006-10-19  Bruno Haible  <bruno@clisp.org>
4280
4281         * m4/size_max.m4 (gl_SIZE_MAX): Cache the result.
4282
4283 2006-10-19  Bruno Haible  <bruno@clisp.org>
4284
4285         * m4/allocsa.m4 (gl_ALLOCSA): Invoke gl_FUNC_ALLOCA, don't AC_REQUIRE
4286         it.
4287
4288 2006-10-19  Bruno Haible  <bruno@clisp.org>
4289
4290         * m4/alloca.m4 (gl_FUNC_ALLOCA): Cache the result of the AC_EGREP_CPP
4291         invocation.
4292
4293 2006-10-19  Bruno Haible  <bruno@clisp.org>
4294
4295         * gnulib-tool (func_create_testdir): Don't include ftruncate and
4296         mountlist by default.
4297
4298 2006-10-16  Bruno Haible  <bruno@clisp.org>
4299
4300         * lib/c-strstr.c: Include c-strstr.h.
4301
4302 2006-10-18  Charles Wilson  <cygwin@cwilson.fastmail.fm>
4303
4304         * gnulib-tool: Don't clobber $sourcebase when $local_gnulib_dir ends
4305         in a slash.
4306
4307 2006-10-18  Bruno Haible  <bruno@clisp.org>
4308
4309         * lib/lock.h [C++]: Wrap definitions in extern "C".
4310
4311 2006-10-18  Bruno Haible  <bruno@clisp.org>
4312
4313         * gnulib-tool (func_emit_initmacro_end): Remove duplicates from the
4314         gl_LIBOBJS list.
4315
4316 2006-10-18  Bruno Haible  <bruno@clisp.org>
4317
4318         * lib/findprog.c (find_in_path): Avoid "gcc -Wwrite-strings" warning.
4319
4320 2006-10-19  Paul Eggert  <eggert@cs.ucla.edu>
4321
4322         * lib/xstrtol.h: Include gettext.h.
4323         (_STRTOL_ERROR): Wrap English-language formats inside gettext.
4324         Problem reported by Eric Blake.
4325         * modules/xstrtol (Depends-on): Add gettext-h.
4326
4327 2006-10-19  Paul Eggert  <eggert@cs.ucla.edu>  (tiny change)
4328
4329         * lib/strftime.c (advance): New macro.
4330         (add): Use it to avoid adding 0 to a FILE *.  FILE can be an
4331         incomplete type, so you can't add 0 to it.  Problem and patch
4332         reported by Eelco Dolstra for dietlibc.
4333
4334 2006-10-18  Jim Meyering  <jim@meyering.net>
4335
4336         * lib/readutmp.c (desirable_utmp_entry): Use "bool" as the
4337         type for a local, and rename it: s/up/user_proc/.
4338
4339 2006-10-18  Sergey Poznyakoff  <gray@gnu.org.ua>
4340
4341         * lib/readutmp.c (desirable_utmp_entry): Implement new flag:
4342         READ_UTMP_USER_PROCESS.
4343         * lib/readutmp.h (READ_UTMP_USER_PROCESS): New flag
4344
4345 2006-10-17  Paul Eggert  <eggert@cs.ucla.edu>
4346
4347         * lib/localcharset.c: Do not check HAVE_SETLOCALE.
4348         * m4/localcharset.m4 (gl_LOCALCHARSET): Don't check for setlocale.
4349
4350 2006-10-17  Eric Blake  <ebb9@byu.net>
4351
4352         * lib/sigprocmask.c (sigprocmask): Fix typo.
4353
4354         * m4/signalblocking.m4 (gl_PREREQ_SIGPROCMASK): Fix typo.
4355
4356         * modules/clean-temp (Makefile.am): Don't add to make output...
4357         (configure.ac): ...instead define SIGNAL_SAFE_LIST inside
4358         config.h.
4359
4360 2006-10-17  Bruno Haible  <bruno@clisp.org>
4361
4362         * lib/gettext.h (gettext, ngettext, pgettext, npgettext): Define
4363         differently if DEFAULT_TEXT_DOMAIN is set.
4364
4365 2006-10-16  Bruno Haible  <bruno@clisp.org>
4366
4367         * lib/clean-temp.c: Include fwriteerror.h.
4368
4369 2006-10-16  Bruno Haible  <bruno@clisp.org>
4370
4371         * getndelim2.m4 (gl_GETNDELIM2): Remove 2003-10-23 hack.
4372
4373 2006-10-16  Bruno Haible  <bruno@clisp.org>
4374
4375         * m4/signalblocking.m4 (gl_PREREQ_SIGPROCMASK): Also test for sigset_t.
4376         * lib/sigprocmask.h: Include <sys/types.h>.
4377         (sigset_t): Use the system's definition if present.
4378
4379 2006-10-17  Eric Blake  <ebb9@byu.net>
4380
4381         * lib/xvasprintf.c (includes): Assume config.h.
4382         * lib/xasprintf.c (includes): Likewise.
4383
4384 2006-10-16  Paul Eggert  <eggert@cs.ucla.edu>
4385
4386         * lib/fsusage.c (PROPAGATE_ALL_ONES): Don't assume uintmax_t is
4387         at least as wide as intmax_t.
4388
4389 2006-10-16  Alexandre Duret-Lutz  <adl@gnu.org>
4390
4391         (Imported from Automake.)
4392         * build-aux/gnupload: Update to version 1.1 of directive file.
4393
4394 2006-10-16  Eric Blake  <ebb9@byu.net>
4395
4396         * modules/configmake (Makefile.am): Add pkglibexecdir support, to
4397         match Automake 1.10a.
4398
4399 2006-10-14  Bruno Haible  <bruno@clisp.org>
4400
4401         * modules/sigprocmask: New file.
4402         * lib/sigprocmask.h: New file.
4403         * lib/sigprocmask.c: New file.
4404         * m4/signalblocking.m4 (gl_SIGNALBLOCKING): Renamed from
4405         gt_SIGNALBLOCKING. When not defining HAVE_POSIX_SIGNALBLOCKING,
4406         request sigprocmask.o.
4407         (gl_PREREQ_SIGPROCMASK): New macro.
4408         * modules/fatal-signal (Files): Remove m4/signalblocking.m4.
4409         (Depends-on): Add sigprocmask.
4410         * m4/fatal-signal.m4 (gl_FATAL_SIGNAL): Don't require
4411         gt_SIGNALBLOCKING. Test for 'raise' only once.
4412         * lib/fatal-signal.c: Include sigprocmask.h.
4413         (fatal_signal_set, init_fatal_signal_set, block_fatal_signals,
4414         unblock_fatal_signals): Define always.
4415         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
4416         sigprocmask.
4417
4418 2006-10-14  Paul Eggert  <eggert@cs.ucla.edu>
4419
4420         Sync from Automake.
4421         * build-aux/install-sh (posix_mkdir): Reject FreeBSD 6.1 mkdir -p -m,
4422         which incorrectly sets the mode of an existing destination
4423         directory.  In some cases the unpatched install-sh could do the
4424         equivalent of "chmod 777 /" or "chmod 0 /" on a buggy FreeBSD
4425         system.  We hope this is rare in practice, but it's clearly worth
4426         fixing.  Problem reported by Alex Unleashed in
4427         <http://lists.gnu.org/archive/html/bug-autoconf/2006-10/msg00012.html>.
4428         Also, don't bother to check for -m bugs unless we're using -m;
4429         suggested by Stepan Kasal.
4430
4431 2006-10-14  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4432
4433         Sync from Automake.
4434         * build-aux/depcomp (gcc3): Put dependency extraction flags before the
4435         `-c' flag, so they appear at the same position as in %FASTDEP%
4436         mode in depend2.am.  Fixes build failure for FreeBSD's c89,
4437         which ignores unknown options only after the first non-option.
4438         Bug report against M4 by Nelson H. F. Beebe.
4439
4440 2006-10-13  Jim Meyering  <jim@meyering.net>
4441
4442         Fix a bug in yesterday's change.
4443         * lib/fts.c (fts_open): When using FTS_XDEV|FTS_NOSTAT,
4444         p->fts_statp->st_dev would be used uninitialized.
4445         Ensures that we always call fts_stat on the very first entry.
4446         Miklos Szeredi reported that find -xdev stopped working.
4447
4448 2006-10-12  Bruno Haible  <bruno@clisp.org>
4449
4450         * gnulib-tool (func_get_automake_snippet): Append an automatically
4451         computed EXTRA_DIST augmentation.
4452         * modules/acl (Makefile.am): Remove EXTRA_DIST augmentation.
4453         * modules/alloca-opt (Makefile.am): Likewise.
4454         * modules/allocsa (Makefile.am): Likewise.
4455         * modules/arcfour (Makefile.am): Likewise.
4456         * modules/arctwo (Makefile.am): Likewise.
4457         * modules/argmatch (Makefile.am): Likewise.
4458         * modules/argz (Makefile.am): Likewise.
4459         * modules/atexit (Makefile.am): Likewise.
4460         * modules/backupfile (Makefile.am): Likewise.
4461         * modules/byteswap (Makefile.am): Likewise.
4462         * modules/c-strtod (Makefile.am): Likewise.
4463         * modules/c-strtold (Makefile.am): Likewise.
4464         * modules/calloc (Makefile.am): Likewise.
4465         * modules/canon-host (Makefile.am): Likewise.
4466         * modules/canonicalize (Makefile.am): Likewise.
4467         * modules/chdir-long (Makefile.am): Likewise.
4468         * modules/chdir-safer (Makefile.am): Likewise.
4469         * modules/check-version (Makefile.am): Likewise.
4470         * modules/chown (Makefile.am): Likewise.
4471         * modules/cloexec (Makefile.am): Likewise.
4472         * modules/close-stream (Makefile.am): Likewise.
4473         * modules/closeout (Makefile.am): Likewise.
4474         * modules/crc (Makefile.am): Likewise.
4475         * modules/csharpexec (Makefile.am): Likewise.
4476         * modules/cycle-check (Makefile.am): Likewise.
4477         * modules/des (Makefile.am): Likewise.
4478         * modules/dev-ino (Makefile.am): Likewise.
4479         * modules/dirfd (Makefile.am): Likewise.
4480         * modules/dirname (Makefile.am): Likewise.
4481         * modules/dup2 (Makefile.am): Likewise.
4482         * modules/eealloc (Makefile.am): Likewise.
4483         * modules/error (Makefile.am): Likewise.
4484         * modules/euidaccess (Makefile.am): Likewise.
4485         * modules/exclude (Makefile.am): Likewise.
4486         * modules/exitfail (Makefile.am): Likewise.
4487         * modules/fcntl-safer (Makefile.am): Likewise.
4488         * modules/fcntl (Makefile.am): Likewise.
4489         * modules/file-type (Makefile.am): Likewise.
4490         * modules/fileblocks (Makefile.am): Likewise.
4491         * modules/filemode (Makefile.am): Likewise.
4492         * modules/filenamecat (Makefile.am): Likewise.
4493         * modules/fnmatch (Makefile.am): Likewise.
4494         * modules/fopen-safer (Makefile.am): Likewise.
4495         * modules/fpending (Makefile.am): Likewise.
4496         * modules/fprintftime (Makefile.am): Likewise.
4497         * modules/free (Makefile.am): Likewise.
4498         * modules/fsusage (Makefile.am): Likewise.
4499         * modules/ftruncate (Makefile.am): Likewise.
4500         * modules/fts (Makefile.am): Likewise.
4501         * modules/gc-arcfour (Makefile.am): Likewise.
4502         * modules/gc-des (Makefile.am): Likewise.
4503         * modules/gc-hmac-md5 (Makefile.am): Likewise.
4504         * modules/gc-hmac-sha1 (Makefile.am): Likewise.
4505         * modules/gc-md4 (Makefile.am): Likewise.
4506         * modules/gc-pbkdf2-sha1 (Makefile.am): Likewise.
4507         * modules/gc-sha1 (Makefile.am): Likewise.
4508         * modules/gc (Makefile.am): Likewise.
4509         * modules/getaddrinfo (Makefile.am): Likewise.
4510         * modules/getcwd (Makefile.am): Likewise.
4511         * modules/getdelim (Makefile.am): Likewise.
4512         * modules/getdomainname (Makefile.am): Likewise.
4513         * modules/getgroups (Makefile.am): Likewise.
4514         * modules/gethostname (Makefile.am): Likewise.
4515         * modules/gethrxtime (Makefile.am): Likewise.
4516         * modules/getline (Makefile.am): Likewise.
4517         * modules/getloadavg (Makefile.am): Likewise.
4518         * modules/getlogin_r (Makefile.am): Likewise.
4519         * modules/getndelim2 (Makefile.am): Likewise.
4520         * modules/getopt (Makefile.am): Likewise.
4521         * modules/getpagesize (Makefile.am): Likewise.
4522         * modules/getpass-gnu (Makefile.am): Likewise.
4523         * modules/getpass (Makefile.am): Likewise.
4524         * modules/getsubopt (Makefile.am): Likewise.
4525         * modules/gettime (Makefile.am): Likewise.
4526         * modules/gettimeofday (Makefile.am): Likewise.
4527         * modules/getugroups (Makefile.am): Likewise.
4528         * modules/getusershell (Makefile.am): Likewise.
4529         * modules/glob (Makefile.am): Likewise.
4530         * modules/group-member (Makefile.am): Likewise.
4531         * modules/hard-locale (Makefile.am): Likewise.
4532         * modules/hash (Makefile.am): Likewise.
4533         * modules/hmac-md5 (Makefile.am): Likewise.
4534         * modules/hmac-sha1 (Makefile.am): Likewise.
4535         * modules/human (Makefile.am): Likewise.
4536         * modules/idcache (Makefile.am): Likewise.
4537         * modules/imaxabs (Makefile.am): Likewise.
4538         * modules/imaxdiv (Makefile.am): Likewise.
4539         * modules/inet_ntop (Makefile.am): Likewise.
4540         * modules/inet_pton (Makefile.am): Likewise.
4541         * modules/intprops (Makefile.am): Likewise.
4542         * modules/inttostr (Makefile.am): Likewise.
4543         * modules/inttypes (Makefile.am): Likewise.
4544         * modules/isapipe (Makefile.am): Likewise.
4545         * modules/javaversion (Makefile.am): Likewise.
4546         * modules/lchmod (Makefile.am): Likewise.
4547         * modules/lchown (Makefile.am): Likewise.
4548         * modules/localcharset (Makefile.am): Likewise.
4549         * modules/long-options (Makefile.am): Likewise.
4550         * modules/lstat (Makefile.am): Likewise.
4551         * modules/malloc (Makefile.am): Likewise.
4552         * modules/mathl (Makefile.am): Likewise.
4553         * modules/mbchar (Makefile.am): Likewise.
4554         * modules/md2 (Makefile.am): Likewise.
4555         * modules/md4 (Makefile.am): Likewise.
4556         * modules/md5 (Makefile.am): Likewise.
4557         * modules/memcasecmp (Makefile.am): Likewise.
4558         * modules/memchr (Makefile.am): Likewise.
4559         * modules/memcmp (Makefile.am): Likewise.
4560         * modules/memcoll (Makefile.am): Likewise.
4561         * modules/memcpy (Makefile.am): Likewise.
4562         * modules/memmem (Makefile.am): Likewise.
4563         * modules/memmove (Makefile.am): Likewise.
4564         * modules/mempcpy (Makefile.am): Likewise.
4565         * modules/memrchr (Makefile.am): Likewise.
4566         * modules/memset (Makefile.am): Likewise.
4567         * modules/memxor (Makefile.am): Likewise.
4568         * modules/mkancesdirs (Makefile.am): Likewise.
4569         * modules/mkdir-p (Makefile.am): Likewise.
4570         * modules/mkdir (Makefile.am): Likewise.
4571         * modules/mkdtemp (Makefile.am): Likewise.
4572         * modules/mkstemp (Makefile.am): Likewise.
4573         * modules/mktime (Makefile.am): Likewise.
4574         * modules/modechange (Makefile.am): Likewise.
4575         * modules/mountlist (Makefile.am): Likewise.
4576         * modules/nanosleep (Makefile.am): Likewise.
4577         * modules/obstack (Makefile.am): Likewise.
4578         * modules/openat (Makefile.am): Likewise.
4579         * modules/pagealign_alloc (Makefile.am): Likewise.
4580         * modules/pathmax (Makefile.am): Likewise.
4581         * modules/physmem (Makefile.am): Likewise.
4582         * modules/poll (Makefile.am): Likewise.
4583         * modules/posixtm (Makefile.am): Likewise.
4584         * modules/posixver (Makefile.am): Likewise.
4585         * modules/putenv (Makefile.am): Likewise.
4586         * modules/quote (Makefile.am): Likewise.
4587         * modules/quotearg (Makefile.am): Likewise.
4588         * modules/raise (Makefile.am): Likewise.
4589         * modules/read-file (Makefile.am): Likewise.
4590         * modules/readline (Makefile.am): Likewise.
4591         * modules/readlink (Makefile.am): Likewise.
4592         * modules/readtokens (Makefile.am): Likewise.
4593         * modules/readutmp (Makefile.am): Likewise.
4594         * modules/realloc (Makefile.am): Likewise.
4595         * modules/regex (Makefile.am): Likewise.
4596         * modules/rename-dest-slash (Makefile.am): Likewise.
4597         * modules/rename (Makefile.am): Likewise.
4598         * modules/rijndael (Makefile.am): Likewise.
4599         * modules/rmdir (Makefile.am): Likewise.
4600         * modules/rpmatch (Makefile.am): Likewise.
4601         * modules/safe-read (Makefile.am): Likewise.
4602         * modules/safe-write (Makefile.am): Likewise.
4603         * modules/same-inode (Makefile.am): Likewise.
4604         * modules/same (Makefile.am): Likewise.
4605         * modules/save-cwd (Makefile.am): Likewise.
4606         * modules/savedir (Makefile.am): Likewise.
4607         * modules/setenv (Makefile.am): Likewise.
4608         * modules/settime (Makefile.am): Likewise.
4609         * modules/sha1 (Makefile.am): Likewise.
4610         * modules/sig2str (Makefile.am): Likewise.
4611         * modules/snprintf (Makefile.am): Likewise.
4612         * modules/stat-macros (Makefile.am): Likewise.
4613         * modules/stat-time (Makefile.am): Likewise.
4614         * modules/stdbool (Makefile.am): Likewise.
4615         * modules/stdint (Makefile.am): Likewise.
4616         * modules/stdlib-safer (Makefile.am): Likewise.
4617         * modules/stpcpy (Makefile.am): Likewise.
4618         * modules/stpncpy (Makefile.am): Likewise.
4619         * modules/strcase (Makefile.am): Likewise.
4620         * modules/strcasestr (Makefile.am): Likewise.
4621         * modules/strchrnul (Makefile.am): Likewise.
4622         * modules/strcspn (Makefile.am): Likewise.
4623         * modules/strdup (Makefile.am): Likewise.
4624         * modules/strerror (Makefile.am): Likewise.
4625         * modules/strftime (Makefile.am): Likewise.
4626         * modules/strndup (Makefile.am): Likewise.
4627         * modules/strnlen (Makefile.am): Likewise.
4628         * modules/strpbrk (Makefile.am): Likewise.
4629         * modules/strsep (Makefile.am): Likewise.
4630         * modules/strstr (Makefile.am): Likewise.
4631         * modules/strtod (Makefile.am): Likewise.
4632         * modules/strtoimax (Makefile.am): Likewise.
4633         * modules/strtok_r (Makefile.am): Likewise.
4634         * modules/strtol (Makefile.am): Likewise.
4635         * modules/strtoll (Makefile.am): Likewise.
4636         * modules/strtoul (Makefile.am): Likewise.
4637         * modules/strtoull (Makefile.am): Likewise.
4638         * modules/strtoumax (Makefile.am): Likewise.
4639         * modules/strverscmp (Makefile.am): Likewise.
4640         * modules/sys_socket (Makefile.am): Likewise.
4641         * modules/sys_stat (Makefile.am): Likewise.
4642         * modules/sysexits (Makefile.am): Likewise.
4643         * modules/time_r (Makefile.am): Likewise.
4644         * modules/timegm (Makefile.am): Likewise.
4645         * modules/timespec (Makefile.am): Likewise.
4646         * modules/tmpfile-safer (Makefile.am): Likewise.
4647         * modules/trim (Makefile.am): Likewise.
4648         * modules/unistd-safer (Makefile.am): Likewise.
4649         * modules/unlinkdir (Makefile.am): Likewise.
4650         * modules/unlocked-io (Makefile.am): Likewise.
4651         * modules/userspec (Makefile.am): Likewise.
4652         * modules/utime (Makefile.am): Likewise.
4653         * modules/utimecmp (Makefile.am): Likewise.
4654         * modules/utimens (Makefile.am): Likewise.
4655         * modules/vasnprintf (Makefile.am): Likewise.
4656         * modules/vasprintf (Makefile.am): Likewise.
4657         * modules/vsnprintf (Makefile.am): Likewise.
4658         * modules/xalloc (Makefile.am): Likewise.
4659         * modules/xgetcwd (Makefile.am): Likewise.
4660         * modules/xnanosleep (Makefile.am): Likewise.
4661         * modules/xreadlink (Makefile.am): Likewise.
4662         * modules/xstrtod (Makefile.am): Likewise.
4663         * modules/xstrtol (Makefile.am): Likewise.
4664         * modules/xstrtold (Makefile.am): Likewise.
4665         * modules/yesno (Makefile.am): Likewise.
4666         * modules/getdate (Makefile.am): Don't add getdate.h to EXTRA_DIST.
4667
4668 2006-10-12  Paul Eggert  <eggert@cs.ucla.edu>
4669
4670         * modules/error (Makefile.am): Distribute files through
4671         EXTRA_DIST, not lib_SOURCES.
4672
4673 2006-10-12  Eric Blake  <ebb9@byu.net>
4674
4675         * modules/error (Makefile.am): Distribute files in /lib.
4676         * modules/obstack (Makefile.am): Likewise.
4677
4678 2006-10-12  Bruno Haible  <bruno@clisp.org>
4679
4680         * modules/acl (Makefile.am): Distribute all files in lib/ through
4681         EXTRA_DIST.
4682         * modules/arcfour (Makefile.am): Likewise.
4683         * modules/arctwo (Makefile.am): Likewise.
4684         * modules/argmatch (Makefile.am): Likewise.
4685         * modules/argz (Makefile.am): Likewise.
4686         * modules/atexit (Makefile.am): Likewise.
4687         * modules/backupfile (Makefile.am): Likewise.
4688         * modules/c-strtod (Makefile.am): Likewise.
4689         * modules/c-strtold (Makefile.am): Likewise.
4690         * modules/calloc (Makefile.am): Likewise.
4691         * modules/canon-host (Makefile.am): Likewise.
4692         * modules/canonicalize (Makefile.am): Likewise.
4693         * modules/chdir-long (Makefile.am): Likewise.
4694         * modules/chdir-safer (Makefile.am): Likewise.
4695         * modules/check-version (Makefile.am): Likewise.
4696         * modules/chown (Makefile.am): Likewise.
4697         * modules/cloexec (Makefile.am): Likewise.
4698         * modules/close-stream (Makefile.am): Likewise.
4699         * modules/closeout (Makefile.am): Likewise.
4700         * modules/crc (Makefile.am): Likewise.
4701         * modules/cycle-check (Makefile.am): Likewise.
4702         * modules/des (Makefile.am): Likewise.
4703         * modules/dirfd (Makefile.am): Likewise.
4704         * modules/dirname (Makefile.am): Likewise.
4705         * modules/dup2 (Makefile.am): Likewise.
4706         * modules/euidaccess (Makefile.am): Likewise.
4707         * modules/exclude (Makefile.am): Likewise.
4708         * modules/exitfail (Makefile.am): Likewise.
4709         * modules/fcntl-safer (Makefile.am): Likewise.
4710         * modules/file-type (Makefile.am): Likewise.
4711         * modules/fileblocks (Makefile.am): Likewise.
4712         * modules/filemode (Makefile.am): Likewise.
4713         * modules/filenamecat (Makefile.am): Likewise.
4714         * modules/fnmatch (Makefile.am): Likewise.
4715         * modules/fopen-safer (Makefile.am): Likewise.
4716         * modules/fpending (Makefile.am): Likewise.
4717         * modules/fprintftime (Makefile.am): Likewise.
4718         * modules/free (Makefile.am): Likewise.
4719         * modules/fsusage (Makefile.am): Likewise.
4720         * modules/ftruncate (Makefile.am): Likewise.
4721         * modules/fts (Makefile.am): Likewise.
4722         * modules/gc (Makefile.am): Likewise.
4723         * modules/gc-pbkdf2-sha1 (Makefile.am): Likewise.
4724         * modules/getaddrinfo (Makefile.am): Likewise.
4725         * modules/getcwd (Makefile.am): Likewise.
4726         * modules/getdelim (Makefile.am): Likewise.
4727         * modules/getdomainname (Makefile.am): Likewise.
4728         * modules/getgroups (Makefile.am): Likewise.
4729         * modules/gethostname (Makefile.am): Likewise.
4730         * modules/gethrxtime (Makefile.am): Likewise.
4731         * modules/getline (Makefile.am): Likewise.
4732         * modules/getloadavg (Makefile.am): Likewise.
4733         * modules/getlogin_r (Makefile.am): Likewise.
4734         * modules/getopt (Makefile.am): Likewise.
4735         * modules/getpass (Makefile.am): Likewise.
4736         * modules/getpass-gnu (Makefile.am): Likewise.
4737         * modules/getsubopt (Makefile.am): Likewise.
4738         * modules/gettime (Makefile.am): Likewise.
4739         * modules/gettimeofday (Makefile.am): Likewise.
4740         * modules/getugroups (Makefile.am): Likewise.
4741         * modules/getusershell (Makefile.am): Likewise.
4742         * modules/glob (Makefile.am): Likewise.
4743         * modules/group-member (Makefile.am): Likewise.
4744         * modules/hard-locale (Makefile.am): Likewise.
4745         * modules/hash (Makefile.am): Likewise.
4746         * modules/hmac-md5 (Makefile.am): Likewise.
4747         * modules/hmac-sha1 (Makefile.am): Likewise.
4748         * modules/human (Makefile.am): Likewise.
4749         * modules/idcache (Makefile.am): Likewise.
4750         * modules/imaxabs (Makefile.am): Likewise.
4751         * modules/imaxdiv (Makefile.am): Likewise.
4752         * modules/inet_ntop (Makefile.am): Likewise.
4753         * modules/inet_pton (Makefile.am): Likewise.
4754         * modules/inttostr (Makefile.am): Likewise.
4755         * modules/isapipe (Makefile.am): Likewise.
4756         * modules/lchown (Makefile.am): Likewise.
4757         * modules/long-options (Makefile.am): Likewise.
4758         * modules/lstat (Makefile.am): Likewise.
4759         * modules/malloc (Makefile.am): Likewise.
4760         * modules/mathl (Makefile.am): Likewise.
4761         * modules/mbchar (Makefile.am): Likewise.
4762         * modules/md2 (Makefile.am): Likewise.
4763         * modules/md4 (Makefile.am): Likewise.
4764         * modules/md5 (Makefile.am): Likewise.
4765         * modules/memcasecmp (Makefile.am): Likewise.
4766         * modules/memchr (Makefile.am): Likewise.
4767         * modules/memcmp (Makefile.am): Likewise.
4768         * modules/memcoll (Makefile.am): Likewise.
4769         * modules/memcpy (Makefile.am): Likewise.
4770         * modules/memmem (Makefile.am): Likewise.
4771         * modules/memmove (Makefile.am): Likewise.
4772         * modules/mempcpy (Makefile.am): Likewise.
4773         * modules/memrchr (Makefile.am): Likewise.
4774         * modules/memset (Makefile.am): Likewise.
4775         * modules/memxor (Makefile.am): Likewise.
4776         * modules/mkancesdirs (Makefile.am): Likewise.
4777         * modules/mkdir (Makefile.am): Likewise.
4778         * modules/mkdir-p (Makefile.am): Likewise.
4779         * modules/mkdtemp (Makefile.am): Likewise.
4780         * modules/mkstemp (Makefile.am): Likewise.
4781         * modules/mktime (Makefile.am): Likewise.
4782         * modules/modechange (Makefile.am): Likewise.
4783         * modules/mountlist (Makefile.am): Likewise.
4784         * modules/nanosleep (Makefile.am): Likewise.
4785         * modules/openat (Makefile.am): Likewise.
4786         * modules/pagealign_alloc (Makefile.am): Likewise.
4787         * modules/physmem (Makefile.am): Likewise.
4788         * modules/poll (Makefile.am): Likewise.
4789         * modules/posixtm (Makefile.am): Likewise.
4790         * modules/posixver (Makefile.am): Likewise.
4791         * modules/putenv (Makefile.am): Likewise.
4792         * modules/quote (Makefile.am): Likewise.
4793         * modules/quotearg (Makefile.am): Likewise.
4794         * modules/raise (Makefile.am): Likewise.
4795         * modules/read-file (Makefile.am): Likewise.
4796         * modules/readline (Makefile.am): Likewise.
4797         * modules/readlink (Makefile.am): Likewise.
4798         * modules/readtokens (Makefile.am): Likewise.
4799         * modules/readutmp (Makefile.am): Likewise.
4800         * modules/realloc (Makefile.am): Likewise.
4801         * modules/regex (Makefile.am): Likewise.
4802         * modules/rename (Makefile.am): Likewise.
4803         * modules/rename-dest-slash (Makefile.am): Likewise.
4804         * modules/rijndael (Makefile.am): Likewise.
4805         * modules/rmdir (Makefile.am): Likewise.
4806         * modules/rpmatch (Makefile.am): Likewise.
4807         * modules/safe-read (Makefile.am): Likewise.
4808         * modules/safe-write (Makefile.am): Likewise.
4809         * modules/same (Makefile.am): Likewise.
4810         * modules/save-cwd (Makefile.am): Likewise.
4811         * modules/savedir (Makefile.am): Likewise.
4812         * modules/setenv (Makefile.am): Likewise.
4813         * modules/settime (Makefile.am): Likewise.
4814         * modules/sha1 (Makefile.am): Likewise.
4815         * modules/sig2str (Makefile.am): Likewise.
4816         * modules/snprintf (Makefile.am): Likewise.
4817         * modules/stdlib-safer (Makefile.am): Likewise.
4818         * modules/stpcpy (Makefile.am): Likewise.
4819         * modules/stpncpy (Makefile.am): Likewise.
4820         * modules/strcase (Makefile.am): Likewise.
4821         * modules/strcasestr (Makefile.am): Likewise.
4822         * modules/strchrnul (Makefile.am): Likewise.
4823         * modules/strcspn (Makefile.am): Likewise.
4824         * modules/strdup (Makefile.am): Likewise.
4825         * modules/strerror (Makefile.am): Likewise.
4826         * modules/strftime (Makefile.am): Likewise.
4827         * modules/strndup (Makefile.am): Likewise.
4828         * modules/strnlen (Makefile.am): Likewise.
4829         * modules/strpbrk (Makefile.am): Likewise.
4830         * modules/strsep (Makefile.am): Likewise.
4831         * modules/strstr (Makefile.am): Likewise.
4832         * modules/strtod (Makefile.am): Likewise.
4833         * modules/strtoimax (Makefile.am): Likewise.
4834         * modules/strtok_r (Makefile.am): Likewise.
4835         * modules/strtol (Makefile.am): Likewise.
4836         * modules/strtoll (Makefile.am): Likewise.
4837         * modules/strtoul (Makefile.am): Likewise.
4838         * modules/strtoull (Makefile.am): Likewise.
4839         * modules/strtoumax (Makefile.am): Likewise.
4840         * modules/strverscmp (Makefile.am): Likewise.
4841         * modules/time_r (Makefile.am): Likewise.
4842         * modules/timegm (Makefile.am): Likewise.
4843         * modules/tmpfile-safer (Makefile.am): Likewise.
4844         * modules/unistd-safer (Makefile.am): Likewise.
4845         * modules/unlinkdir (Makefile.am): Likewise.
4846         * modules/userspec (Makefile.am): Likewise.
4847         * modules/utime (Makefile.am): Likewise.
4848         * modules/utimecmp (Makefile.am): Likewise.
4849         * modules/utimens (Makefile.am): Likewise.
4850         * modules/vasnprintf (Makefile.am): Likewise.
4851         * modules/vasprintf (Makefile.am): Likewise.
4852         * modules/vsnprintf (Makefile.am): Likewise.
4853         * modules/xalloc (Makefile.am): Likewise.
4854         * modules/xgetcwd (Makefile.am): Likewise.
4855         * modules/xnanosleep (Makefile.am): Likewise.
4856         * modules/xreadlink (Makefile.am): Likewise.
4857         * modules/xstrtod (Makefile.am): Likewise.
4858         * modules/xstrtol (Makefile.am): Likewise.
4859         * modules/xstrtold (Makefile.am): Likewise.
4860         * modules/yesno (Makefile.am): Likewise.
4861
4862 2006-10-12  Jim Meyering  <jim@meyering.net>
4863
4864         * m4/getloadavg.m4: Revert the change below.
4865
4866         * m4/getloadavg.m4 (gl_GETLOADAVG): Test for the existence of
4867         lib/getloadavg.c using "ls -L", not "test -f".  The latter would
4868         fail with a symlink, which is what coreutils' ./bootstrap now
4869         creates by default.
4870
4871 2006-10-12  Bruno Haible  <bruno@clisp.org>
4872
4873         * lib/inttypes_.h (_LONG_LONG_FORMAT_PREFIX): Don't define for MSVC or
4874         mingw.
4875         (_PRI64_PREFIX, _PRIu64_PREFIX, _SCN64_PREFIX, _SCNu64_PREFIX): Handle
4876         MSVC and mingw explicitly.
4877
4878 2006-10-11  Simon Josefsson  <jas@extundo.com>
4879             Bruno Haible  <bruno@clisp.org>
4880
4881         Add support for multiple gnulib-tool invocations in the scope of a
4882         single configure.ac file.
4883         * gnulib-tool (func_emit_lib_Makefile_am): In the _LIBADD variable,
4884         use a private [LT]LIBOBJS variant. Define a _DEPENDENCIES variable
4885         with the same contents as the _LIBADD variable.
4886         (func_emit_initmacro_start, func_emit_initmacro_end,
4887         func_emit_initmacro_done): New functions.
4888         (func_import, func_create_testdir): Invoke them. Allow the identifiers
4889         gl_LIBOBJS and gl_LTLIBOBJS.
4890
4891 2006-10-11  Bruno Haible  <bruno@clisp.org>
4892
4893         * gnulib-tool (GETTEXTPATH, AUTOHEADER, AUTOPOINT): New variables.
4894         (func_create_testdir): Don't create po/Makefile.am, don't invoke
4895         autoreconf. Instead, invoke autopoint explicitly but move back the
4896         *.m4 files from gnulib.
4897
4898 2006-10-11  Bruno Haible  <bruno@clisp.org>
4899
4900         * gnulib-tool (func_usage): Make module names after --create-testdir
4901         optional.
4902         (func_create_testdir): If no module was specified, use nearly all
4903         modules.
4904
4905 2006-10-12  Jim Meyering  <jim@meyering.net>
4906
4907         Big performance improvement for fts-based tools that use FTS_NOSTAT.
4908         Avoid spurious inode-mismatch problems on non-POSIX file systems.
4909         Details: http://article.gmane.org/gmane.comp.lib.gnulib.bugs/7416
4910         * lib/fts_.h (FTS_DEFER_STAT): Define new flag.
4911         (FTS_OPTIONMASK): Extend the mask to reflect this addition.
4912         * lib/fts.c (DT_IS_KNOWN, DT_MUST_BE): Define.
4913         (FTS_NO_STAT_REQUIRED, FTS_STAT_REQUIRED): Define.
4914         (fts_set_stat_required): New function.
4915         (fts_open): Defer the calls to fts_stat, if possible or requested.
4916         Move the code that maps a command-line fts_info value FTS_DOT to FTS_D
4917         into fts_stat itself.
4918         (fts_read): Perform any required (deferred) fts_stat call.
4919         (fts_build): Likewise, for the directory we're about to open and read.
4920         In the readdir loop, carefully decide whether each entry will require
4921         an eventual call to fts_stat, using dirent.d_type info if available.
4922         (fts_stat): Move the test for whether to honor FTS_COMFOLLOW on
4923         a command line argument into this function.  Update all callers.
4924         Map a return value of FTS_DOT to FTS_D for a command line argument.
4925         * modules/fts (Depends-on): Add d-type.  Alphabetize.
4926         Thanks to Miklos Szeredi for his tenacity and for the initial
4927         bug report about "find" failing on a FUSE-based file system.
4928
4929         * lib/fts.c (fts_open): Use consistent indentation.
4930
4931 2006-10-12  Paul Eggert  <eggert@cs.ucla.edu>
4932
4933         * m4/extensions.m4 (AC_USE_SYSTEM_EXTENSIONS): Renamed from
4934         gl_USE_SYSTEM_EXTENSIONS, to fix a coreutils bootstrap failure
4935         reported by Jim Meyering.  All uses of cache variables renamed
4936         to match Autoconf's.
4937         (gl_USE_SYSTEM_EXTENSIONS): New macro, which simply requires
4938         the other one.
4939
4940         * m4/rename-dest-slash.m4 (gl_FUNC_RENAME_TRAILING_DEST_SLASH):
4941         Fix misspelling in diagnostic.
4942
4943 2006-10-11  Paul Eggert  <eggert@cs.ucla.edu>
4944
4945         * lib/mkdir-p.c (HAVE_FCHMOD): Define to false if not already
4946         defined.  Problem reported by Matthew Woehlke.
4947
4948         * lib/inttypes_.h (_LONG_LONG_FORMAT_PREFIX): New macro.
4949         Add support for Tandem NonStop R series.
4950         (_PRI64_PREFIX, _PRIu64_PREFIX, _SCN64_PREFIX, _SCNu64_PREFIX):
4951         Use new macro.
4952
4953         * lib/rename-dest-slash.c: Include stdbool.h but not string.h.
4954         (has_trailing_slash): Omit size arg; all callers changed.
4955         Omit 'inline', since it doesn't help performance and we'd
4956         need to configure it.
4957         Don't count //, ///, etc. as having a trailing slash.
4958         As a side effect, this removes a C99ism reported by Matthew Woehlke.
4959         (rpl_rename_dest_slash): On failure, use rename's errno rather
4960         than (in some cases) an incorrect or junk errno.
4961         Simplify code by removing need to compute length; this does
4962         cause it to make two passes instead of one over the file name,
4963         but it's worth it.
4964
4965         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Undo previous
4966         change, since Autoconf's version may no longer be appropriate now
4967         that we are using CVS Autoconf's version.  Add support for Tandem.
4968
4969 2006-10-11  Paul Eggert  <eggert@cs.ucla.edu>
4970             Bruno Haible  <bruno@clisp.org>
4971
4972         * lib/allocsa.h (sa_alignment_longlong, sa_alignment_max): Test
4973         HAVE_LONG_LONG_INT instead of HAVE_LONG_LONG.
4974         * m4/allocsa.m4 (gl_ALLOCSA): Invoke AC_TYPE_LONG_LONG_INT instead of
4975         gl_AC_TYPE_LONG_LONG.
4976
4977         * lib/printf-args.h (arg_type, argument): Test HAVE_LONG_LONG_INT
4978         instead of HAVE_LONG_LONG.
4979         * lib/printf-args.c (printf_fetchargs): Likewise.
4980         * lib/printf-parse.c (PRINTF_PARSE): Likewise.
4981         * lib/vasnprintf.c (VASNPRINTF): Likewise.
4982         * m4/vasnprintf.m4 (gl_PREREQ_PRINTF_ARGS, gl_PREREQ_PRINTF_PARSE,
4983         gl_PREREQ_VASNPRINTF): Invoke AC_TYPE_LONG_LONG_INT instead of
4984         gl_AC_TYPE_LONG_LONG.
4985
4986 2006-10-11  Bruno Haible  <bruno@clisp.org>
4987
4988         * m4/longlong.m4: Add comments.
4989         * m4/ulonglong.m4: Likewise.
4990
4991 2006-10-10  Bruno Haible  <bruno@clisp.org>
4992
4993         Make it possible to #define stpcpy, strdup to aliases.
4994         * lib/stpcpy.c (stpcpy) [!_LIBC]: Don't undefine.
4995         * lib/strdup.c (strdup) [!_LIBC]: Don't undefine.
4996
4997 2006-10-10  Bruno Haible  <bruno@clisp.org>
4998
4999         Make it possible to #define gcd to an alias.
5000         * lib/gcd.c: Include config.h.
5001
5002 2006-10-10  Bruno Haible  <bruno@clisp.org>
5003
5004         Make it possible to #define c_isascii to an alias.
5005         * lib/c-ctype.h: Don't define the macros if NO_C_CTYPE_MACROS is
5006         defined. Undefine the macros before defining them, to avoid gcc
5007         warnings.
5008         * lib/c-ctype.c: Include config.h. Don't undefine the macros; instead,
5009         define NO_C_CTYPE_MACROS early.
5010
5011 2006-10-10  Bruno Haible  <bruno@clisp.org>
5012
5013         Make it possible to #define set_program_name to an alias.
5014         * lib/progname.c: Don't undefine set_program_name; instead, undefine
5015         ENABLE_RELOCATABLE early.
5016
5017 2006-10-10  Paul Eggert  <eggert@cs.ucla.edu>
5018
5019         Port to Tandem NSK OSS, which has 64-bit signed int but at most
5020         32-bit unsigned int.  Problem reported by Matthew Woehlke in:
5021         http://lists.gnu.org/archive/html/bug-coreutils/2006-10/msg00062.html
5022         More generally, don't assume that 64-bit signed int is available
5023         if unsigned int is, and vice versa.
5024         * lib/inttypes_.h (_PRIu64_PREFIX, _SCNu64_PREFIX): Depend on
5025         unsigned symbols, not on their signed counterparts.
5026         * lib/stdint_.h (uint64_t, uint_least64_t, uint_fast64_t, uintmax_t):
5027         (UINT64_MAX, UINT_LEAST64_MAX, UINT_FAST64_MAX, UINTMAX_MAX):
5028         (UINT64_C, UINTMAX_C):
5029         Likewise.
5030         * lib/strtoimax.c (strtoll): Depend on signed symbols, not their
5031         unsigned counterparts.
5032         (Have_long_long, Unsigned): New macros.
5033         (Int): Renamed from INT.
5034         (strtoimax): Use the new macros.
5035         * m4/stdint.m4 (gl_STDINT_H): Require AC_TYPE_UNSIGNED_LONG_LONG_INT
5036         and substitute HAVE_UNSIGNED_LONG_LONG_INT.
5037         * modules/inttypes (inttypes.h): Substitute
5038         HAVE_UNSIGNED_LONG_LONG_INT.
5039         * modules/stdint (stdint.h): Likewise.
5040         (Files): Add m4/ulonglong.m4.
5041
5042 2006-10-10  Bruno Haible  <bruno@clisp.org>
5043
5044         Fix a gcc -Wshadow warning.
5045         * lib/gl_anyhash_list2.h (hash_resize): Rename local variable 'index'
5046         to 'bucket'.
5047         * lib/gl_anylinked_list2.h (gl_linked_search_from_to,
5048         gl_linked_indexof_from_to): Likewise.
5049         * lib/gl_linkedhash_list.c (add_to_bucket, remove_from_bucket):
5050         Likewise.
5051         * lib/gl_anytreehash_list1.h (add_to_bucket, remove_from_bucket):
5052         Likewise.
5053         * lib/gl_anytreehash_list2.h (gl_tree_search_from_to): Likewise.
5054         Reported by Eric Blake.
5055
5056 2006-10-09  Paul Eggert  <eggert@cs.ucla.edu>
5057
5058         * lib/filemode.h [HAVE_DECL_STRMODE]: Include unistd.h too,
5059         for NetBSD.  Problem reported by Bruno Haible.
5060
5061 2006-10-09  Jim Meyering  <jim@meyering.net>
5062
5063         * lib/lchown.c: Include <sys/stat.h> before "stat-macros.h".
5064         Patch from Bruno Haible.
5065
5066 2006-10-09  Jim Meyering  <jim@meyering.net>
5067
5068         * lib/fts-cycle.c (leave_dir): When "leaving" a top level directory due
5069         to FTS_SKIP, don't copy the parent's uninitialized dev/ino values.
5070         Trigger with e.g., mkdir d && valgrind ./chmod u+rwx d d
5071
5072 2006-10-08  Paul Eggert  <eggert@cs.ucla.edu>
5073
5074         Don't include <config.h> twice; this doesn't work in some cases,
5075         e.g., when config.h has "#define intmax_t long long int" and
5076         we include <config.h>, <inttypes.h>, <config.h> in that order.
5077         Problem reported by Matthew Woehlke in:
5078         http://lists.gnu.org/archive/html/bug-coreutils/2006-10/msg00073.html
5079         * lib/fprintftime.c: Don't include config.h or fprintftime.h.
5080         * lib/fts-cycle.c: Don't include config.h.
5081         * lib/strftime.c: Include fprintftime.h if FPRINTFTIME is defined.
5082         * lib/xstrtoimax.c: Remove copyright notice since it's short tnow.
5083         Don't include config.h or xstrtol.h.  Define STRTOL_T_MINIMUM
5084         and STRTOL_T_MAXIMUM unconditionally, since we now assume gnulib
5085         inttypes.h.
5086         * lib/xstrtoumax.c: Likewise.
5087         * lib/xstrtol.c: Include config.h and xstrtol.h after defining
5088         __strtol and the like, so that this module is more like its siblings.
5089         (STRTOL_T_MINIMUM, STRTOL_T_MAXIMUM) [! defined STRTOL_T_MINIMUM]:
5090         Remove; no longer needed now that we assume gnulib inttypes.h.
5091
5092 2006-10-08  Bruno Haible  <bruno@clisp.org>
5093
5094         * doc/gnulib-tool.texi: Emphasize the drawbacks of the --symlink
5095         option.
5096
5097 2006-10-07  Jim Meyering  <jim@meyering.net>
5098
5099         * modules/inttypes (inttypes.h): Revert what seems to have been
5100         an inadvertent part of today's change: use "|", not "/" in the
5101         substitution for the "/"-containing string, $(ABSOLUTE_INTTYPES_H).
5102
5103 2006-10-07  Bruno Haible  <bruno@clisp.org>
5104
5105         * modules/sublist: New file.
5106
5107 2006-10-07  Bruno Haible  <bruno@clisp.org>
5108
5109         * modules/alloca-opt (alloca.h): Add a "DO NOT EDIT" comment.
5110         * modules/argz (argz.h): Likewise.
5111         * modules/arpa_inet (arpa/inet.h): Likewise.
5112         * modules/byteswap (byteswap.h): Likewise.
5113         * modules/configmake (configmake.h): Likewise.
5114         * modules/fcntl (fcntl.h): Likewise.
5115         * modules/fnmatch (fnmatch.h): Likewise.
5116         * modules/getopt (getopt.h): Likewise.
5117         * modules/glob (glob.h): Likewise.
5118         * modules/inttypes (inttypes.h): Likewise.
5119         * modules/netinet_in (netinet/in.h): Likewise.
5120         * modules/poll (poll.h): Likewise.
5121         * modules/stdbool (stdbool.h): Likewise.
5122         * modules/stdint (stdint.h): Likewise.
5123         * modules/sys_select (sys/select.h): Likewise.
5124         * modules/sys_socket (sys/socket.h): Likewise.
5125         * modules/sys_stat (sys/stat.h): Likewise.
5126         * modules/sysexits (sysexits.h): Likewise.
5127         * modules/unistd (unistd.h): Likewise.
5128         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
5129         Add a "DO NOT EDIT" comment to the generated file.
5130         (func_import): Likewise for gnulib-comp.m4.
5131
5132 2006-10-07  Bruno Haible  <bruno@clisp.org>
5133
5134         * lib/gl_sublist.h: New file.
5135         * lib/gl_sublist.c: New file.
5136
5137 2006-10-06  Paul Eggert  <eggert@cs.ucla.edu>
5138
5139         * lib/mkancesdirs.c (mkancesdirs): Pass to MAKE_DIR both the full file
5140         name (relative to the original working directory) and the file
5141         name component (relative to the temporary working directory).  All
5142         callers changed.
5143         * lib/mkancesdirs.h (mkancesdirs): Adjust prototype to match.
5144         * lib/mkdir-p.c (make_dir_parents): Likewise.
5145         * lib/mkdir-p.h (make_dir_parents): Likewise.
5146
5147 2006-10-06  Eric Blake  <ebb9@byu.net>
5148
5149         Define several macros for use by the clean-temp module.
5150         * m4/close-stream.m4 (gl_CLOSE_STREAM): Define GNULIB_CLOSE_STREAM.
5151         * m4/fcntl-safer.m4 (gl_FCNTL_SAFER): Define GNULIB_FCNTL_SAFER.
5152         * m4/stdio-safer.m4 (gl_FOPEN_SAFER): Define GNULIB_FOPEN_SAFER.
5153
5154         * lib/clean-temp.h (close_stream_temp): New declaration.
5155         * lib/clean-temp.c (includes): Pull in headers according to what
5156         other modules are in use.
5157         (close_stream_temp) [GNULIB_CLOSE_STREAM]: New function.
5158
5159 2006-10-06  Bruno Haible  <bruno@clisp.org>
5160
5161         * lib/javacomp.c (write_temp_file): Use fopen_temp, fwriteerror_temp
5162         instead of fopen, fwriteerror.
5163
5164 2006-10-06  Bruno Haible  <bruno@clisp.org>
5165
5166         * lib/clean-temp.h (cleanup_temp_file, cleanup_temp_subdir,
5167         cleanup_temp_dir_contents, cleanup_temp_dir): Change return type to
5168         int.
5169         * lib/clean-temp.c (do_unlink, do_rmdir, cleanup_temp_file,
5170         cleanup_temp_subdir, cleanup_temp_dir_contents, cleanup_temp_dir):
5171         Return an error indicator.
5172         Suggested by Eric Blake.
5173
5174 2006-10-06  Bruno Haible  <bruno@clisp.org>
5175
5176         * lib/clean-temp.c (PATH_MAX): Provide a fallback for GNU Hurd.
5177         Reported by Eric Blake.
5178
5179 2006-10-06  Bruno Haible  <bruno@clisp.org>
5180
5181         * modules/closeout (Description): Mention stderr too.
5182
5183 2006-10-06  Bruno Haible  <bruno@clisp.org>
5184         and Paul Eggert  <eggert@cs.ucla.edu>
5185
5186         * lib/closeout.c (close_stdout): Also close stderr.
5187         * lib/closeout.h: Update comment.
5188
5189 2006-10-05  Paul Eggert  <eggert@cs.ucla.edu>
5190
5191         Fix some Darwin-7.9.0 porting problems reported by Bruno Haible in
5192         <http://lists.gnu.org/archive/html/bug-coreutils/2006-10/msg00063.html>.
5193         * lib/dirchownmod.c: Include lchown.h.
5194         * lib/lchown.c: Don't include files that lchown.h now includes.
5195         Don't declare chown, since lchown.h now does that.
5196         * lib/lchown.h: Include errno.h, sys/types.h, unistd.h.
5197         (lchown): Define to rpl_chown if lchown is declared but
5198         does not exist.  Declare using a prototype if lchown is not
5199         declared.  Add a copyright notice.
5200         * lib/mkstemp.h: Include <unistd.h>.
5201         * lib/openat.c: Include lchown.h.
5202
5203         * lib/fcntl_.h (O_NOFOLLOW): Don't depend on O_NOFOLLOW_IS_INEFFECTIVE;
5204         we now test for that separately.
5205         * lib/fts.c (fts_safe_changedir): Inspect HAVE_WORKING_O_NOFOLLOW
5206         rather than O_NOFOLLOW, when testing whether it's possible to
5207         avoid a race condition reliably.
5208         * lib/savewd.c (savewd_chdir): Likewise.
5209
5210         Remove macros that are no longer needed now that stdint.h is
5211         reliable.
5212         * lib/fsusage.c (UINTMAX_MAX): Remove.
5213         * lib/human.c (SIZE_MAX, UINTMAX_MAX): Remove.
5214         * lib/utimecmp.c (SIZE_MAX): Remove.
5215
5216         * m4/lchown.m4 (gl_FUNC_LCHOWN): Check whether lchown is declared.
5217
5218         * m4/fcntl_h.m4 (gl_FCNTL_H): Define HAVE_WORKING_O_NOFOLLOW instead
5219         of O_NOFOLLOW_IS_INEFFECTIVE.  Define HAVE_WORKING_O_NOATIME if
5220         O_NOATIME works.
5221
5222 2006-10-05  Bruno Haible  <bruno@clisp.org>
5223
5224         * lib/gl_list.h (gl_sortedlist_search_from_to,
5225         gl_sortedlist_indexof_from_to): New declarations.
5226         (gl_list_implementation): New fields sortedlist_search_from_to,
5227         sortedlist_indexof_from_to.
5228         (gl_sortedlist_search_from_to, gl_sortedlist_indexof_from_to): New
5229         inline functions.
5230         * lib/gl_list.c (gl_sortedlist_search_from_to,
5231         gl_sortedlist_indexof_from_to): New functions.
5232         * lib/gl_array_list.c (gl_array_sortedlist_indexof_from_to): New
5233         function.
5234         (gl_array_sortedlist_indexof, gl_array_sortedlist_search): Use it.
5235         (gl_array_sortedlist_search_from_to): New function.
5236         (gl_array_list_implementation): Update.
5237         * lib/gl_carray_list.c (gl_carray_sortedlist_indexof_from_to): New
5238         function.
5239         (gl_carray_sortedlist_indexof, gl_carray_sortedlist_search): Use it.
5240         (gl_carray_sortedlist_search_from_to): New function.
5241         (gl_carray_list_implementation): Update.
5242         * lib/gl_anylinked_list2.h (gl_linked_sortedlist_search_from_to,
5243         gl_linked_sortedlist_indexof_from_to): New functions.
5244         * lib/gl_linked_list.c (gl_linked_list_implementation): Update.
5245         * lib/gl_linkedhash_list.c (gl_linkedhash_list_implementation): Update.
5246         * lib/gl_anytree_list2.h (gl_tree_sortedlist_search_from_to,
5247         gl_tree_sortedlist_indexof_from_to): New functions.
5248         * lib/gl_avltree_list.c (gl_avltree_list_implementation): Update.
5249         * lib/gl_avltreehash_list.c (gl_avltreehash_list_implementation):
5250         Update.
5251         * lib/gl_rbtree_list.c (gl_rbtree_list_implementation): Update.
5252         * lib/gl_rbtreehash_list.c (gl_avltreehash_list_implementation):
5253         Update.
5254
5255 2006-10-05  Bruno Haible  <bruno@clisp.org>
5256
5257         * lib/gl_list.h (gl_list_search_from, gl_list_search_from_to,
5258         gl_list_indexof_from, gl_list_indexof_from_to): New declarations.
5259         (struct gl_list_implementation): Add fields search_from_to,
5260         indexof_from_to. Remove fields search, indexof.
5261         (gl_list_search): Use the search_from_to method.
5262         (gl_list_search_from, gl_list_search_from_to): New functions.
5263         (gl_list_indexof): Use the indexof_from_to method.
5264         (gl_list_indexof_from, gl_list_indexof_from_to): New functions.
5265         * lib/gl_list.c (gl_list_search): Use the search_from_to method.
5266         (gl_list_search_from, gl_list_search_from_to): New functions.
5267         (gl_list_indexof): Use the indexof_from_to method.
5268         (gl_list_indexof_from, gl_list_indexof_from_to): New functions.
5269         * lib/gl_array_list.c (gl_array_indexof_from_to): Renamed from
5270         gl_array_indexof. Add start_index, end_index arguments.
5271         (gl_array_search_from_to): Renamed from gl_array_search. Add
5272         start_index, end_index arguments.
5273         (gl_array_remove, gl_array_list_implementation): Update.
5274         * lib/gl_carray_list.c (gl_carray_indexof_from_to): Renamed from
5275         gl_carray_indexof. Add start_index, end_index arguments.
5276         (gl_carray_search_from_to): Renamed from gl_carray_search. Add
5277         start_index, end_index arguments.
5278         (gl_carray_remove, gl_carray_list_implementation): Update.
5279         * lib/gl_anylinked_list2.h (gl_linked_search_from_to): Renamed from
5280         gl_linked_search. Add start_index, end_index arguments.
5281         (gl_linked_indexof_from_to): Renamed from gl_linked_indexof. Add
5282         start_index, end_index arguments.
5283         (gl_linked_remove): Update.
5284         * lib/gl_linked_list.c (gl_linked_list_implementation): Update.
5285         * lib/gl_linkedhash_list.c (gl_linkedhash_list_implementation): Update.
5286         * lib/gl_anytree_list1.h (iterstack_item_t): Change type of 'rightp'
5287         field to 'size_t'.
5288         * lib/gl_anytree_list2.h (gl_tree_search_from_to): Renamed from
5289         gl_tree_search. Add start_index, end_index arguments.
5290         (gl_tree_indexof_from_to): Renamed from gl_tree_indexof. Add
5291         start_index, end_index arguments.
5292         (gl_tree_remove): Update.
5293         * lib/gl_avltree_list.c (gl_avltree_list_implementation): Update.
5294         * lib/gl_rbtree_list.c (gl_rbtree_list_implementation): Update.
5295         * lib/gl_anytreehash_list1.h (compare_position_threshold): New
5296         function.
5297         * lib/gl_anytreehash_list2.h (gl_tree_search_from_to): Renamed from
5298         gl_tree_search. Add start_index, end_index arguments.
5299         (gl_tree_indexof_from_to): Renamed from gl_tree_indexof. Add
5300         start_index, end_index arguments.
5301         * lib/gl_avltreehash_list.c (gl_avltreehash_list_implementation):
5302         Update.
5303         * lib/gl_rbtreehash_list.c (gl_rbtreehash_list_implementation): Update.
5304
5305 2006-10-05  Bruno Haible  <bruno@clisp.org>
5306
5307         * modules/fwriteerror (configure.ac): Define GNULIB_FWRITEERROR.
5308
5309         * lib/clean-temp.h (open_temp, fopen_temp, close_temp, fclose_temp,
5310         fwriteerror_temp): New declarations.
5311         * lib/clean-temp.c (uintptr_t): Provide fallback definition.
5312         (descriptors): New variable.
5313         (cleanup): First, close the descriptors.
5314         (register_fd, unregister_fd, open_temp, fopen_temp, close_temp,
5315         fclose_temp, fwriteerror_temp): New functions.
5316
5317 2006-10-04  Jim Meyering  <jim@meyering.net>
5318
5319         * lib/fts.c (fts_open): Tiny comment change.
5320
5321 2006-10-04  Bruno Haible  <bruno@clisp.org>
5322
5323         Make it possible to invoke AC_GNU_SOURCE after gl_LOCK_EARLY.
5324         * m4/lock.m4 (gl_LOCK_EARLY_BODY): New macro, extracted code from
5325         gl_LOCK_BODY.
5326         (gl_LOCK_EARLY): Require gl_LOCK_EARLY_BODY, not gl_LOCK_BODY.
5327         (gl_LOCK_BODY): Remove settings of CPPFLAGS, now done in
5328         gl_LOCK_EARLY_BODY.
5329         (gl_LOCK): Require gl_LOCK_BODY.
5330
5331 2006-10-04  Bruno Haible  <bruno@clisp.org>
5332
5333         * lib/gl_oset.h (gl_setelement_threshold_fn): New type.
5334         (gl_oset_search_atleast): New declaration.
5335         (struct gl_oset_implementation): Add field 'search_atleast'.
5336         (gl_oset_search_atleast): New inline function.
5337         * lib/gl_oset.c (gl_oset_search_atleast): New function.
5338         * lib/gl_array_oset.c (gl_array_search_atleast): New function.
5339         (gl_array_oset_implementation): Update.
5340         * lib/gl_anytree_oset.h (gl_tree_search_atleast): New function.
5341         * lib/gl_avltree_oset.c (gl_avltree_oset_implementation): Update.
5342         * lib/gl_rbtree_oset.c (gl_rbtree_oset_implementation): Update.
5343
5344 2006-10-04  Bruno Haible  <bruno@clisp.org>
5345
5346         * lib/fatal-signal.c (fatal_signals) [WOE32]: Add the SIGBREAK signal.
5347
5348 2006-10-03  Bruno Haible  <bruno@clisp.org>
5349
5350         * lib/gl_rbtreehash_list.c (gl_rbtreehash_list_implementation): Renamed
5351         from gl_avltreehash_list_implementation.
5352
5353 2006-10-03  Bruno Haible  <bruno@clisp.org>
5354
5355         * lib/gl_oset.c (gl_oset_add): Fix return type.
5356
5357 2006-10-02  Paolo Bonzini  <bonzini@gnu.org>  (tiny change)
5358
5359         * lib/quotearg.c (mbstate_t) [!HAVE_MBRTOWC]: #define to int.
5360
5361 2006-10-02  Eric Blake  <ebb9@byu.net>
5362
5363         * modules/strnlen (Depends-on): Add extensions.
5364
5365 2006-10-02  Eric Blake  <ebb9@byu.net>
5366
5367         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Use autoconf's
5368         definition in 2.60+.
5369
5370 2006-10-02  Dmitry V. Levin  <ldv@altlinux.org>
5371
5372         * lib/fts.c (fts_close, fts_build, fts_palloc): Remove redundant
5373         checks.
5374
5375 2006-10-02  Bruno Haible  <bruno@clisp.org>
5376
5377         * gnulib-tool (func_emit_lib_Makefile_am): Don't add no-dependencies
5378         to the AUTOMAKE_OPTIONS.
5379         Reported by Jim Meyering.
5380
5381 2006-09-29  Paul Eggert  <eggert@cs.ucla.edu>
5382
5383         Work around bug in Solaris 10 /proc file system:
5384         /proc/self/fd/NNN/.. isn't the parent directory of
5385         the directory whose file descriptor is NNN.  This needs to
5386         be worked around at run time, not compile time, since a
5387         program might be built on Solaris 8, where things work, and
5388         run on Solaris 10.
5389         * lib/openat-priv.h (BUILD_PROC_NAME): Remove.  All callers changed
5390         to use the following interface instead:
5391         (OPENAT_BUFFER_SIZE): New macro.
5392         (openat_proc_name): New function.
5393         * lib/at-func.c (AT_FUNC_NAME): Adjust to above changes.
5394         * lib/openat.c (openat_permissive, openat_needs_fchdir, fdopendir):
5395         Likewise.
5396         * lib/openat-proc.c: New file.
5397         * modules/openat (Files): Add lib/openat-proc.c.
5398         (Depends-on): Add same-inode, stdbool.
5399         * m4/openat.m4 (gl_FUNC_OPENAT): Add AC_LIBOBJ(openat-proc).
5400
5401 2006-09-29  Bruno Haible  <bruno@clisp.org>
5402
5403         * lib/fwriteerror.h (fwriteerror_no_ebadf): New declaration.
5404         * lib/(do_fwriteerror): Renamed from fwriteerror. Add ignore_ebadf
5405         argument. Set stdout_closed before testing for ferror, not after.
5406         (fwriteerror, fwriteerror_no_ebadf): New functions.
5407
5408 2006-09-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5409
5410         * m4/intmax.m4 (gt_TYPE_INTMAX_T): Avoid unused variables warning.
5411
5412 2006-09-28  Paolo Bonzini  <bonzini@gnu.org>
5413
5414         * lib/poll.c (rpl_poll) [__APPLE__]: Use FIONREAD instead of MSG_PEEK.
5415         * m4/poll.m4: Look for sys/ioctl.h and sys/filio.h.
5416
5417 2006-09-28  Jim Meyering  <jim@meyering.net>
5418
5419         * lib/mkdir-p.c: Include "dirchownmod.h", not "dirchownmod.c".
5420         Include <unistd.h>.
5421
5422 2006-09-28  Bruno Haible  <bruno@clisp.org>
5423
5424         * modules/avltreehash-list (Depends-on): Add stdint, remove size_max.
5425         * modules/linkedhash-list (Depends-on): Likewise.
5426         * modules/rbtreehash-list (Depends-on): Likewise.
5427
5428 2006-09-28  Bruno Haible  <bruno@clisp.org>
5429
5430         * lib/strndup.h: Simplify the redefinition of strndup.
5431         (_GL_CONCAT, _GL_XCONCAT, __STRNDUP_ID): Remove macros.
5432         * m4/strndup.m4 (gl_FUNC_STRNDUP): Don't define __STRNDUP_PREFIX.
5433
5434 2006-09-28  Bruno Haible  <bruno@clisp.org>
5435
5436         * lib/gl_avltreehash_list.c: Include <stdint.h> instead of size_max.h.
5437         * lib/gl_linkedhash_list.c: Likewise.
5438         * lib/gl_rbtreehash_list.c: Likewise.
5439
5440 2006-09-27  Paul Eggert  <eggert@cs.ucla.edu>
5441
5442         * lib/canon-host.c (canon_host_r): Work around bug in Darwin 7.9.0
5443         getaddrinfo.
5444
5445         * lib/__fpending.h: Don't include <stdio_ext.h> unless
5446         HAVE_DECL___FPENDING.  This avoids a bug with lsbcc, where
5447         it causes <stdio_ext.h> to cause a compile-time error.
5448         Problem reported by Nelson H. F. Beebe.
5449         * lib/getpass.c: Likewise, except for HAVE_DECL___FSETLOCKING instead
5450         of HAVE_DECL___PENDING.
5451
5452         * m4/fpending.m4 (gl_FUNC_FPENDING): Check for stdio_ext at most once.
5453         * m4/getpass.m4 (gl_PREREQ_GETPASS): Check for __fsetlocking's
5454         declaration.
5455
5456 2006-09-27  Jim Meyering  <jim@meyering.net>
5457
5458         This file could end up with a definition for a function
5459         named __strndup, rather than rpl_strndup on a system with
5460         incomplete weak_alias support.
5461         * lib/strndup.c (strndup): Rename from __strndup.
5462         Remove #defines that used to map __strndup to strndup.
5463         Don't use K&R prototypes.
5464         Remove LIBC-related code, since this file is not sync'd with glibc.
5465         * lib/strndup.h: Revamp, accordingly.
5466         * m4/strndup.m4: Modernize.
5467
5468 2006-09-26  Paul Eggert  <eggert@cs.ucla.edu>
5469
5470         * modules/savewd (Depends-on): Add 'raise'.
5471         * lib/savewd.c: Include <signal.h>, for 'raise'.
5472
5473 2006-09-26  Jim Meyering  <jim@meyering.net>
5474
5475         * m4/acl.m4 (AC_FUNC_ACL): Disable ACL support altogether
5476         when we detect Darwin 8.7.0's acl_get_file bug.
5477         Rearrange to perform the new (below) run-test while $LIBS
5478         contains any acl-related library.  Set USE_ACL at the end.
5479         (gl_ACL_GET_FILE): New function.
5480
5481 2006-09-26  Eric Blake  <ebb9@byu.net>
5482
5483         * lib/verror.c: Include <config.h> unconditionally.
5484
5485 2006-09-25  Paul Eggert  <eggert@cs.ucla.edu>
5486
5487         * modules/clock-time (Maintainer): Add self.
5488         * modules/getlogin_r (Depends-on): Add extensions.
5489
5490 2006-09-25  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5491
5492         * modules/clock-time: New module.
5493         * modules/nanosleep (Depends-on): Add clock-time.
5494         * modules/gethrxtime (Depends-on): Likewise.
5495         * modules/gettime (Depends-on): Likewise.
5496         * modules/settime (Depends-on): Likewise.
5497
5498         * modules/fts-lgpl: Depend on openat.
5499         * modules/mkancesdirs: Depend on savewd.
5500         * modules/mkdir-p: Likewise.
5501
5502 2006-09-25  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5503
5504         * m4/host-os.m4 (gl_HOST_OS): Require AC_CANONICAL_HOST.
5505
5506         * m4/chdir-long.m4 (gl_FUNC_CHDIR_LONG): Rename cache variable from
5507         `gl_have_arbitrary_file_name_length_limit' to
5508         `gl_cv_have_arbitrary_file_name_length_limit', so that caching
5509         actually works between configure runs.
5510
5511 2006-09-25  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5512             Bruno Haible  <bruno@clisp.org>
5513
5514         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Include <string.h>.
5515
5516 2006-09-25  Jim Meyering  <jim@meyering.net>
5517
5518         * m4/fcntl_h.m4 (gl_FCNTL_H): Fix typo in test for failed open.
5519         This typo caused coreutils/tests/dd/misc to fail on Darwin 8.7.0.
5520
5521 2006-09-25  Eric Blake  <ebb9@byu.net>
5522
5523         * gnulib-tool (func_import, func_create_testdir): Fix typos in
5524         exec's in 2006-09-18 patch when shuffling fds.
5525
5526 2006-09-25  Bruno Haible  <bruno@clisp.org>
5527
5528         * m4/getloadavg.m4 (gl_GETLOADAVG): Fix directory in error message.
5529         Reported by Jim Meyering.
5530
5531 2006-09-24  Jim Meyering  <jim@meyering.net>
5532
5533         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Don't use '>' to
5534         compare a pointer against a literal "0".  That caused failures with
5535         at least HP-UX's hpcc.
5536
5537 2006-09-22  Simon Josefsson  <jas@extundo.com>
5538
5539         * modules/gc-sha1:
5540         * modules/gc-md4:
5541         * modules/gc-hmac-sha1:
5542         * modules/gc-hmac-md5:
5543         * modules/gc-des:
5544         * modules/gc-arcfour: Distribute more files.
5545
5546 2006-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5547
5548         * lib/gl_anylinked_list2.h [lint] (gl_linked_iterator)
5549         (gl_linked_iterator_from_to): Initialize struct completely.
5550         * lib/gl_anytree_list2.h [lint] (gl_tree_iterator): Likewise.
5551         (gl_tree_iterator_from_to): Likewise
5552         * lib/gl_anytree_oset.h [lint] (gl_tree_iterator): Likewise.
5553         * lib/gl_array_list.c [lint] (gl_array_iterator)
5554         (gl_array_iterator_from_to): Likewise.
5555         * lib/gl_array_oset.c [lint] (gl_array_iterator): Likewise.
5556         * lib/gl_carray_list.c [lint] (gl_carray_iterator)
5557         (gl_carray_iterator_from_to): Likewise.
5558
5559         * lib/gc-gnulib.c [GC_USE_HMAC_SHA1]: include hmac.h for hmac_sha1.
5560         * lib/md4.c (md4_process_block): Remove unused variable.
5561         * lib/rijndael-api-fst.c (rijndaelBlockDecrypt): GCC suggests
5562         parentheses for clarity.
5563
5564 2006-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5565
5566         * modules/bison-i18n (Depends-on): Add gettext.
5567
5568 2006-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5569
5570         * m4/fsusage.m4 (gl_STATFS_TRUNCATES): Avoid unused variable.
5571         * m4/getdate.m4 (gl_C_COMPOUND_LITERALS): Likewise.
5572         * m4/jm-winsz1.m4 (gl_HEADER_TIOCGWINSZ_IN_TERMIOS_H): Likewise;
5573         also add missing comma that caused broken test.
5574         * m4/link-follow.m4 (gl_AC_FUNC_LINK_FOLLOWS_SYMLINK): Include
5575         stdlib.h, for `abort'.
5576         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Avoid unused
5577         variables.
5578         * m4/mkdir-slash.m4 (gl_FUNC_MKDIR_TRAILING_SLASH): Check for and
5579         include unistd.h if present, for `rmdir'.
5580         * m4/physmem.m4 (gl_SYS__SYSTEM_CONFIGURATION): Avoid unused
5581         variables.
5582         * m4/putenv.m4 (gl_FUNC_PUTENV): Rewrite using AC_RUN_IFELSE, and
5583         in the process include standard headers for prototypes.
5584         * m4/readutmp.m4 (gl_READUTMP): Require AC_GNU_SOURCE, so utmpxname
5585         gets declared on GNU/Linux.
5586         * m4/rmdir-errno.m4 (gl_FUNC_RMDIR_NOTEMPTY): Check for and include
5587         unistd.h, for `rmdir'.
5588         * m4/time_r.m4 (gl_TIME_R): Avoid unused variables.
5589
5590         * m4/fnmatch.m4 (_AC_FUNC_FNMATCH_IF): Avoid expression that is
5591         always true.
5592         * m4/strndup.m4 (gl_FUNC_STRNDUP): include stdlib.h, for `free'.
5593
5594         * m4/sockpfaf.m4 (gl_SOCKET_FAMILIES): Avoid gcc -Wall warnings.
5595
5596 2006-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5597
5598         * gnulib-tool (func_version): Create output all at once.  This
5599         may help avoid triggering unnecessary SIGPIPEs, and at any
5600         rate it doesn't hurt.
5601
5602 2006-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5603             Bruno Haible  <bruno@clisp.org>
5604
5605         * m4/lock.m4 (gl_LOCK_BODY): Avoid unused variables warning.
5606         * m4/mbswidth.m4 (gl_MBSWIDTH): Likewise.
5607         * m4/signed.m4 (bh_C_SIGNED): Likewise.
5608
5609         * m4/vasprintf.m4 (gl_PREREQ_VASPRINTF_H): New macro.
5610         (gl_FUNC_VASPRINTF): Invoke it.
5611
5612 2006-09-22  Bruno Haible  <bruno@clisp.org>
5613
5614         * m4/getloadavg.m4 (gl_GETLOADAVG): Expect the directory of
5615         getloadavg.c as first argument.
5616
5617 2006-09-22  Bruno Haible  <bruno@clisp.org>
5618
5619         * gnulib-tool (func_import, func_create_testdir): Set gl_source_base
5620         at the beginning of the gl_INIT macro.
5621         * modules/getloadavg (configure.ac): Pass $gl_source_base to
5622         gl_GETLOADAVG.
5623
5624 2006-09-22  Bruno Haible  <bruno@clisp.org>
5625
5626         * gnulib-tool (func_create_megatestdir): Don't include the config-h
5627         module.
5628         Suggested by Ralf Wildenhues.
5629
5630 2006-09-20  Paul Eggert  <eggert@cs.ucla.edu>
5631
5632         Import this patch from libc:
5633
5634         2006-09-06  Jakub Jelinek  <jakub@redhat.com>
5635
5636         * lib/regex_internal.c (re_string_reconstruct): Handle
5637         offset < pstr->valid_raw_len && pstr->offsets_needed case.
5638         Ensure no bytes read before raw_mbs array.  Pass a saved copy of
5639         pstr->valid_len - 1 rather than pstr->valid_raw_len - 1 to
5640         re_string_context_at.
5641
5642         * m4/regex.m4 (gl_REGEX): Check for locale.h, since the test
5643         now requires it.
5644         (gl_PREREQ_REGEX): Don't check for locale.h any more, since
5645         gl_REGEX now does it for us.
5646         (gl_REGEX): Add test taken from
5647         http://sourceware.org/ml/libc-hacker/2006-09/msg00008.html.
5648
5649         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Require AC_SYS_LARGEFILE.
5650         Check that large offsets work.  Modernize Autoconf usages.
5651         Prefer "yes" to mean a good thing rather than a bad.
5652         Don't put "#define mkstemp" in config.h, as this might interfere
5653         with standard system headers that "#define mkstemp mkstemp64".
5654
5655         * modules/mkstemp (Depends-on): Add extensions, so that
5656         mkstemp is visible on some platforms.
5657         (Makefile.am): Add mkstemp.h to EXTRA_DIST.
5658         (Include): Change to "mkstemp.h" from <stdlib.h>.
5659         (Files): Add mkstemp.h.
5660
5661         * lib/mkstemp.h: New file, since some standard headers
5662         #define mkstemp.
5663         * lib/mkstemp.c: Revamp to put the !_LIBC code together.
5664         Include "mkstemp.h".
5665         Make the _LIBC code resemble glibc original more,
5666         e.g., use K&R style.
5667         * lib/mkstemp-safer.c: Include "mkstemp.h" instead of <stdlib.h>.
5668         (mkstemp): Remove, since mkstemp.h does this for us.
5669         * lib/stdlib--.h: Include mkstemp.h.
5670
5671         Import this patch from libc:
5672
5673         2006-04-07  Ulrich Drepper  <drepper@redhat.com>
5674
5675         * lib/tempname.c (__gen_tempname): Change attempts_min
5676         into a macro.  Use preprocessor to decide how to initialize
5677         attempts [Coverity CID 67].
5678
5679 2006-09-20  Bruno Haible  <bruno@clisp.org>
5680
5681         * lib/mkdtemp.c: Import from libc.
5682         2006-04-07  Ulrich Drepper  <drepper@redhat.com>
5683                 * sysdeps/posix/tempname.c (__gen_tempname): Change
5684                 attempts_min into a macro.  Use preprocessor to decide how to
5685                 initialize attempts [Coverity CID 67].
5686         2001-11-27  Paul Eggert  <eggert@twinsun.com>
5687                 * sysdeps/posix/tempname.c (__gen_tempname): Try at least
5688                 ATTEMPTS_MIN or TMP_MAX times, whichever is greater.
5689
5690 2006-09-19  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5691
5692         * gnulib-tool (func_exit): New function, to allow to pass the
5693         exit status portably through the trap.  Use everywhere.
5694         (--help, --version): Signal a write error.
5695         (trap): catch SIGPIPE, for write errors.
5696         Exit at the end of the trap, with the correct exit status.
5697
5698 2006-09-19  Karl Berry  <karl@gnu.org>
5699
5700         * doc/gnulib.texi: note about the license texinfo files.
5701
5702 2006-09-19  Eric Blake  <ebb9@byu.net>
5703
5704         * gnulib-tool: Avoid space-tab.
5705
5706 2006-09-18  Paul Eggert  <eggert@cs.ucla.edu>
5707
5708         * lib/getaddrinfo.c (getaddrinfo) [defined HAVE_IPV6]: Fix typo
5709         that prevented coreutils 6.1 from building.  Problem reported
5710         by Petter Reinholdtsen.
5711
5712 2006-09-18  Paul Eggert  <eggert@cs.ucla.edu>
5713
5714         * gnulib-tool (avoidlist): Fix typo that broke options like
5715         --avoid=lock that are used by coreutils bootstrap.
5716
5717 2006-09-18  Mark D. Baushke  <mdb@gnu.org>
5718
5719         * m4/inttypes.m4 (gl_INTTYPES_H): Quote "test" args
5720         more systematically.
5721
5722 2006-09-18  Jim Meyering  <jim@meyering.net>
5723
5724         * lib/savewd.c (savewd_restore): Don't shadow: s/status/child_status/.
5725
5726 2006-09-18  Bruno Haible  <bruno@clisp.org>
5727
5728         * modules/inttypes (Files): Remove m4/inttypes-h.m4.
5729
5730 2006-09-18  Bruno Haible  <bruno@clisp.org>
5731
5732         * m4/inttypes-h.m4 (gl_HEADER_INTTYPES_H): Remove macro.
5733         * m4/inttypes-pri.m4: Require autoconf >= 2.52.
5734         (gt_INTTYPES_PRI): Invoke AC_CHECK_HEADERS on inttypes.h. Test
5735         ac_cv_header_inttypes_h instead of gl_cv_header_inttypes_h.
5736         * m4/gettext.m4: Require autoconf >= 2.52.
5737         (gt_INTL_SUBDIR_CORE): Invoke AC_CHECK_HEADERS on inttypes.h.
5738         * m4/inttypes.m4 (gl_INTTYPES_H): Test ac_cv_header_inttypes_h instead
5739         of gl_cv_header_inttypes_h.
5740
5741 2006-09-18  Bruno Haible  <bruno@clisp.org>
5742
5743         * lib/javaversion.c: Include configmake.h.
5744
5745 2006-09-18  Bruno Haible  <bruno@clisp.org>
5746
5747         * gnulib-tool (func_import, func_create_testdir): Use exec tricks to
5748         avoid that the while loops be executed in a subshell.
5749
5750 2006-09-18  Bruno Haible  <bruno@clisp.org>
5751
5752         * MODULES.html.sh (func_module): Break long lines.
5753         Suggested by Bruce Korb <bkorb@gnu.org>.
5754
5755 2006-09-17  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5756
5757         Speed up by a factor of 1.12.
5758         * gnulib-tool (nl): New variable.
5759         (func_import): Rewrite include directive extraction to only read each
5760         directive once.
5761
5762 2006-09-17  Bruno Haible  <bruno@clisp.org>
5763
5764         * modules/javaversion (Makefile.am): Remove DEFS setting.
5765         (Depends-on): Add configmake, for PKGDATADIR definition.
5766
5767 2006-09-17  Bruno Haible  <bruno@clisp.org>
5768
5769         * gnulib-tool (func_create_testdir): Rewrite all files at once.
5770
5771 2006-09-17  Bruno Haible  <bruno@clisp.org>
5772
5773         * gnulib-tool (func_append): New function, stolen from libtool.m4.
5774         (func_modules_transitive_closure, func_modules_add_dummy,
5775         func_modules_to_filelist, func_import, func_create_testdir,
5776         func_create_megatestdir, ...): Use it wherever possible.
5777         Suggested by Ralf Wildenhues.
5778
5779 2006-09-16  Karl Berry  <karl@gnu.org>
5780
5781         * doc/fdl.texi (ADDENDUM): switch to @heading from @appendixsubsec,
5782         to avoid sectioning errors.
5783         * doc/lgpl.texi, gpl.texi (Copying): downcase @unnumbered title.
5784         [ifinfo]: blank line after @center-ed titles.
5785         * doc/lgpl.texi (Library Copying): Rename main node to GNU LGPL.
5786         Spell FSF address consistently with others.
5787         (These changes approved by rms.)
5788
5789 2006-09-15  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5790
5791         Speed up by a factor of 1.61.
5792         * gnulib-tool (func_modules_transitive_closure): Rewrite to not check
5793         already checked module names again.
5794
5795 2006-09-15  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5796
5797         Speed up by a factor of 1.13.
5798         * gnulib-tool (func_import): Rewrite all old_files at once; likewise
5799         for new_files, and the input to func_add_or_update.
5800
5801 2006-09-15  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5802
5803         * gnulib-tool (func_all_modules, func_modules_to_filelist, func_import,
5804         func_create_testdir, ...): Change 'sort | uniq' to 'sort -u'.
5805
5806 2006-09-15  Paul Eggert  <eggert@cs.ucla.edu>
5807
5808         * modules/mkancesdirs (Depends-on): Add fcntl.
5809         * modules/savewd: New file.
5810         * MODULES.html.sh (File system functions): Add savewd.
5811
5812         * modules/configmake (Makefile.am): Add support for the
5813         Automake-supplied PKGLIBDIR, PKGINCLUDEDIR, PKGDATADIR.
5814
5815 2006-09-15  Paul Eggert  <eggert@cs.ucla.edu>
5816
5817         * m4/savewd.m4: New file.
5818
5819 2006-09-15  Paul Eggert  <eggert@cs.ucla.edu>
5820
5821         * lib/dirchownmod.c: Don't include fcntl.h; no longer needed.
5822         (dirchownmod): New arg FD.  All callers changed.
5823         Use FD rather than opening the directory ourself, as opening is
5824         now the caller's responsibility.
5825         * lib/dirchownmod.h: Likewise.
5826         * lib/mkancesdirs.c: Include <sys/types.h>, for portability to older
5827         hosts that require <sys/types.h> before <sys/stat.h>.  Include
5828         fcntl.h, savewd.h, and unistd.h, not dirname.h and stat-macros.h.
5829         (test_dir): Remove.
5830         (mkancesdirs): Return length of prefix of FILE that has already
5831         been made, or -2 if there is a child doing the work.  Redo
5832         algorithm so that it is O(N) rather than O(N**2).  Optimize away
5833         ".", and treat ".." specially since it might stray back into
5834         already-created areas.  Use a subprocess if necessary.  New arg
5835         WD; all users changed.  MAKE_DIR function should now return 1
5836         if it creates a directory that is not readable.  Return -2 if
5837         a child process is spun off.
5838         * lib/mkancesdirs.h: Include <stddef.h>, for ptrdiff_t.
5839         Adjust signature to match code.
5840         * lib/mkdir-p.c: Include dirname.h, for IS_ABSOLUTE_FILE_NAME.
5841         (make_dir_parents): Use a subprocess if necessary.  New arg WD;
5842         all users changed.
5843         * lib/savewd.c, lib/savewd.h: New files.
5844
5845 2006-09-15  Jim Meyering  <jim@meyering.net>
5846
5847         * modules/rename-dest-slash: New module.
5848         * MODULES.html.sh (posix_compat): Add it here.
5849
5850         * modules/rename: Reflect vb_FUNC_RENAME -> gl_FUNC_RENAME change.
5851
5852 2006-09-15  Jim Meyering  <jim@meyering.net>
5853
5854         * m4/rename-dest-slash.m4 (gl_FUNC_RENAME_TRAILING_DEST_SLASH): New
5855         file.
5856
5857         * m4/rename.m4 (gl_FUNC_RENAME): Rename from vb_FUNC_RENAME.
5858
5859 2006-09-15  Jim Meyering  <jim@meyering.net>
5860
5861         * lib/rename-dest-slash.c (has_trailing_slash): Use
5862         FILE_SYSTEM_PREFIX_LEN, for non-POSIX systems.
5863         (rpl_rename_dest_slash): Perform the cheaper trailing slash
5864         test before testing whether SRC is a directory.
5865         Suggestions from Bruno Haible.
5866
5867         Avoid a warning about an unused variable.
5868         * lib/regex_internal.c (re_dfa_add_node): Move declaration of "type"
5869         into the #ifdef block where it's used.
5870
5871         * lib/rename-dest-slash.c: New file.
5872
5873 2006-09-14  Bruno Haible  <bruno@clisp.org>
5874
5875         * lib/allocsa.c: Include <config.h> unconditionally.
5876         * lib/asnprintf.c: Likewise.
5877         * lib/asprintf.c: Likewise.
5878         * lib/c-strcasecmp.c: Likewise.
5879         * lib/c-strcasestr.c: Likewise.
5880         * lib/c-strncasecmp.c: Likewise.
5881         * lib/c-strstr.c: Likewise.
5882         * lib/classpath.c: Likewise.
5883         * lib/clean-temp.c: Likewise.
5884         * lib/concatpath.c: Likewise.
5885         * lib/copy-file.c: Likewise.
5886         * lib/csharpcomp.c: Likewise.
5887         * lib/csharpexec.c: Likewise.
5888         * lib/execute.c: Likewise.
5889         * lib/fatal-signal.c: Likewise.
5890         * lib/findprog.c: Likewise.
5891         * lib/fwriteerror.c: Likewise.
5892         * lib/gl_array_list.c: Likewise.
5893         * lib/gl_array_oset.c: Likewise.
5894         * lib/gl_avltree_list.c: Likewise.
5895         * lib/gl_avltree_oset.c: Likewise.
5896         * lib/gl_avltreehash_list.c: Likewise.
5897         * lib/gl_carray_list.c: Likewise.
5898         * lib/gl_linked_list.c: Likewise.
5899         * lib/gl_linkedhash_list.c: Likewise.
5900         * lib/gl_list.c: Likewise.
5901         * lib/gl_oset.c: Likewise.
5902         * lib/gl_rbtree_list.c: Likewise.
5903         * lib/gl_rbtree_oset.c: Likewise.
5904         * lib/gl_rbtreehash_list.c: Likewise.
5905         * lib/imaxabs.c: Likewise.
5906         * lib/imaxdiv.c: Likewise.
5907         * lib/javacomp.c: Likewise.
5908         * lib/javaexec.c: Likewise.
5909         * lib/javaversion.c: Likewise.
5910         * lib/linebreak.c: Likewise.
5911         * lib/localcharset.c: Likewise.
5912         * lib/lock.c: Likewise.
5913         * lib/mbchar.c: Likewise.
5914         * lib/mbswidth.c: Likewise.
5915         * lib/mkdtemp.c: Likewise.
5916         * lib/pipe.c: Likewise.
5917         * lib/printf-args.c: Likewise.
5918         * lib/printf-parse.c: Likewise.
5919         * lib/progname.c: Likewise.
5920         * lib/progreloc.c: Likewise.
5921         * lib/readlink.c: Likewise.
5922         * lib/sh-quote.c: Likewise.
5923         * lib/stpcpy.c: Likewise.
5924         * lib/stpncpy.c: Likewise.
5925         * lib/strcasecmp.c: Likewise.
5926         * lib/strcasestr.c: Likewise.
5927         * lib/strcspn.c: Likewise.
5928         * lib/striconv.c: Likewise.
5929         * lib/strncasecmp.c: Likewise.
5930         * lib/strnlen1.c: Likewise.
5931         * lib/strstr.c: Likewise.
5932         * lib/strtok_r.c: Likewise.
5933         * lib/tls.c: Likewise.
5934         * lib/tmpdir.c: Likewise.
5935         * lib/unicodeio.c: Likewise.
5936         * lib/unsetenv.c: Likewise.
5937         * lib/vasnprintf.c: Likewise.
5938         * lib/vasprintf.c: Likewise.
5939         * lib/wait-process.c: Likewise.
5940         * lib/xallocsa.c: Likewise.
5941         * lib/xsetenv.c: Likewise.
5942         * lib/xstriconv.c: Likewise.
5943
5944 2006-09-13  Simon Josefsson  <jas@extundo.com>
5945
5946         * m4/getdate.m4: Don't AC_LIBOBJ([getdate]), automake takes care of
5947         that internally, suggested by Ralf Wildenhues
5948         <Ralf.Wildenhues@gmx.de>.
5949
5950 2006-09-13  Simon Josefsson  <jas@extundo.com>
5951
5952         * gnulib-tool (func_emit_lib_Makefile_am): Use $(LIBOBJS), not
5953         @LIBOBJS@.
5954         Suggested by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
5955
5956 2006-09-13  Paul Eggert  <eggert@cs.ucla.edu>
5957
5958         * lib/_fpending.c: Include <config.h> unconditionally, since we no
5959         longer worry about uses that don't define HAVE_CONFIG_H.
5960         * lib/acl.c, lib/alloca.c, lib/argmatch.c, lib/atexit.c:
5961         * lib/backupfile.c, lib/basename.c, lib/c-stack.c, lib/c-strtod.c:
5962         * lib/calloc.c,lib/ canon-host.c, lib/canonicalize.c, lib/chdir-long.c:
5963         * lib/chdir-safer.c, lib/chown.c, lib/cloexec.c, lib/close-stream.c:
5964         * lib/closeout.c, lib/creat-safer.c, lib/cycle-check.c, lib/diacrit.c:
5965         * lib/dirchownmod.c, lib/dirfd.c, lib/dirname.c, lib/dup-safer.c:
5966         * lib/dup2.c, lib/error.c, lib/euidaccess.c, lib/exclude.c:
5967         * lib/exitfail.c, lib/fchmodat.c, lib/fchown-stub.c, lib/fd-safer.c:
5968         * lib/file-type.c, lib/fileblocks.c, lib/filemode.c, lib/filenamecat.c:
5969         * lib/fnmatch.c, lib/fopen-safer.c, lib/fprintftime.c, lib/free.c:
5970         * lib/fsusage.c, lib/ftruncate.c, lib/fts-cycle.c, lib/fts.c:
5971         * lib/full-write.c, lib/gai_strerror.c, lib/getcwd.c, lib/getdate.y:
5972         * lib/getdomainname.c, lib/getgroups.c, lib/gethostname.c:
5973         * lib/gethrxtime.c, lib/getloadavg.c, lib/getlogin_r.c:
5974         * lib/getndelim2.c, lib/getnline.c, lib/getopt.c, lib/getopt1.c:
5975         * lib/getpass.c, lib/gettime.c, lib/gettimeofday.c, lib/getugroups.c:
5976         * lib/getusershell.c, lib/glob.c, lib/group-member.c:
5977         * lib/hard-locale.c, lib/hash-pjw.c, lib/hash.c, lib/human.c:
5978         * lib/idcache.c, lib/inet_ntop.c, lib/inet_pton.c, lib/inttostr.c:
5979         * lib/isdir.c, lib/lchown.c, lib/linebuffer.c, lib/long-options.c:
5980         * lib/lstat.c, lib/malloc.c, lib/md5.c, lib/memcasecmp.c, lib/memchr.c:
5981         * lib/memcmp.c, lib/memcoll.c, lib/memcpy.c, lib/memmove.c:
5982         * lib/memrchr.c, lib/mkancesdirs.c, lib/mkdir-p.c, lib/mkdir.c:
5983         * lib/mkdirat.c, lib/mkstemp-safer.c, lib/mkstemp.c, lib/modechange.c:
5984         * lib/mountlist.c, lib/nanosleep.c, lib/obstack.c, lib/open-safer.c:
5985         * lib/openat-die.c, lib/openat.c, lib/pagealign_alloc.c, lib/physmem.c:
5986         * lib/pipe-safer.c, lib/posixtm.c, lib/posixver.c, lib/putenv.c:
5987         * lib/quote.c, lib/quotearg.c, lib/raise.c, lib/readtokens.c:
5988         * lib/readtokens0.c, lib/readutmp.c, lib/realloc.c, lib/regex.c:
5989         * lib/rename.c, lib/rmdir.c, lib/rpmatch.c, lib/safe-read.c:
5990         * lib/same.c, lib/save-cwd.c, lib/savedir.c, lib/setenv.c:
5991         * lib/settime.c, lib/sha1.c, lib/sig2str.c, lib/snprintf.c:
5992         * lib/strdup.c, lib/strerror.c, lib/strftime.c, lib/stripslash.c:
5993         * lib/strndup.c, lib/strnlen.c, lib/strpbrk.c, lib/strtod.c:
5994         * lib/strtoimax.c, lib/strtol.c, lib/strverscmp.c, lib/tempname.c:
5995         * lib/time_r.c, lib/timegm.c, lib/tmpfile-safer.c, lib/unlinkdir.c:
5996         * lib/userspec.c, lib/utime.c, lib/utimecmp.c, lib/utimens.c:
5997         * lib/version-etc-fsf.c, lib/version-etc.c, lib/xalloc-die.c:
5998         * lib/xgetcwd.c, lib/xgethostname.c, lib/xmalloc.c, lib/xmemcoll.c:
5999         * lib/xnanosleep.c, lib/xreadlink.c, lib/xstrtod.c, lib/xstrtoimax.c:
6000         * lib/xstrtol.c, lib/xstrtoumax.c, lib/yesno.c:
6001         Likewise.
6002
6003 2006-09-13  Eric Blake  <ebb9@byu.net>
6004
6005         * lib/getopt.c: Fix typo in last commit.
6006
6007 2006-09-12  Sergey Poznyakoff  <gray@gnu.org.ua>
6008
6009         * lib/argp-help.c (argp_doc): Make sure NULL is not passed to
6010         dgettext.
6011
6012 2006-09-12  Jim Meyering  <jim@meyering.net>
6013
6014         * lib/nanosleep.c: Include <sys/types.h> before sys/select.h, to avoid
6015         compilation failure (due to use of pid_t in latter) on NetBSD 1.6.
6016         Reported by Nelson H. F. Beebe.
6017
6018 2006-09-10  Sergey Poznyakoff  <gray@gnu.org.ua>
6019
6020         * lib/argp-parse.c (__argp_parse) [!_LIBC]: Make sure
6021         program_invocation_name and program_invocation_short_name are
6022         initialized.
6023         * lib/argp-namefrob.h: Move declarations of program_invocation_name
6024         and program_invocation_short_name to argp.h, so they are visible
6025         to user programs.
6026         * lib/argp.h: Likewise
6027
6028 2006-09-10  Bruno Haible  <bruno@clisp.org>
6029
6030         * modules/mkdtemp (Files): Remove m4/ulonglong.m4, m4/stdint_h.m4,
6031         m4/inttypes_h.m4, m4/uintmax_t.m4.
6032
6033 2006-09-10  Bruno Haible  <bruno@clisp.org>
6034
6035         * m4/mkdtemp.m4 (gl_PREREQ_MKDTEMP): Don't require
6036         gl_AC_TYPE_UINTMAX_T.
6037
6038 2006-09-10  Bruno Haible  <bruno@clisp.org>
6039
6040         * lib/mkdtemp.c: Include <stdint.h> always. Don't include <inttypes.h>.
6041
6042 2006-09-09  Sergey Poznyakoff  <gray@gnu.org.ua>
6043
6044         * lib/argp.h (struct argp): Document the N_("..") "\v" N_("..")
6045         convention.  Text proposed by Bruno Haible.
6046         (struct argp_option): Document the use of N_() wrappers.
6047
6048         * lib/argp-help.c (argp_doc): Split the untranslated doc string on
6049         '\v', and translate the two parts separately, instead of feeding
6050         the whole string to gettext.  This allows to exclude
6051         '\v' from the strings visible to the translator by writing doc
6052         strings as N_("..") "\v" N_("..").
6053
6054 2006-09-09  Paul Eggert  <eggert@cs.ucla.edu>
6055
6056         * config/srclist.txt: Undo latest change; the bug was fixed.
6057
6058 2006-09-09  Bruno Haible  <bruno@clisp.org>
6059
6060         * gnulib-tool (func_emit_lib_Makefile_am): Eliminate lib_LDFLAGS
6061         assignments if building a library without libtool.
6062         (func_emit_tests_Makefile_am): Likewise. Handle lib_* variables as
6063         in func_emit_lib_Makefile_am.
6064         (func_import): When building a static library libfoo.a, arrange to
6065         define variables LIBFOO_LIBDEPS and LIBFOO_LTLIBDEPS.
6066         (func_create_testdir): Likewise.
6067         * modules/gc (configure.ac, Makefile.am): If building statically,
6068         augment gl_libdeps and gl_ltlibdeps instead of lib_LDFLAGS.
6069         * modules/iconvme (configure.ac, Makefile.am): Likewise.
6070         * modules/striconv (configure.ac, Makefile.am): Likewise.
6071         Based on a suggestion by Ralf Wildenhues.
6072
6073 2006-09-08  Paul Eggert  <eggert@cs.ucla.edu>
6074
6075         * m4/mktime.m4 (AC_FUNC_MKTIME): Sync from Autoconf.
6076         Check for unistd.h too, since Autoconf doesn't assume POSIX.
6077         Also:
6078
6079         2006-09-08  Paul Eggert  <eggert@cs.ucla.edu>
6080         Add year_2050_test to catch glibc bug 2821
6081         <http://sourceware.org/bugzilla/show_bug.cgi?id=2821>.
6082
6083         2006-08-15  Paul Eggert  <eggert@cs.ucla.edu>
6084         Prefer #ifdef to #if.
6085
6086         2006-04-02  Paul Eggert  <eggert@cs.ucla.edu>
6087         Return from 'main' instead of calling 'exit'.
6088
6089 2006-09-08  Paul Eggert  <eggert@cs.ucla.edu>
6090
6091         * lib/mktime.c (guess_time_tm): Fix bug where mktime
6092         returned the maximum time_t value rather than (time_t) -1.
6093         Problem originally reported by William Bardwell
6094         <http://sourceware.org/bugzilla/show_bug.cgi?id=2821>.
6095
6096         * lib/isapipe.h (HAVE_FIFO_PIPES) [!defined HAVE_FIFO_PIPES]:
6097         Moved to here ...
6098         * lib/isapipe.c (HAVE_FIFO_PIPES) [!defined HAVE_FIFO_PIPES]:
6099         ... from here.
6100
6101 2006-09-08  Paul Eggert  <eggert@cs.ucla.edu>
6102
6103         * config/srclist.txt: Temporarily comment out mktime.c until glibc bug
6104         2821 is fixed.
6105
6106 2006-09-08  Jim Meyering  <jim@meyering.net>
6107
6108         Don't make generated files read-only.  That would bother too many
6109         people.  However, do retain the ability to work when targets are
6110         read-only: remove the destination and temporary files before writing
6111         them (when generated via sed or echo), or by using the -f option for
6112         both cp and mv commands.  Suggestion to use -f from Paul Eggert.
6113         * modules/alloca-opt, modules/argz, modules/arpa_inet:
6114         * modules/byteswap, modules/configmake, modules/fcntl:
6115         * modules/fnmatch, modules/getopt, modules/glob, modules/inttypes:
6116         * modules/localcharset, modules/netinet_in, modules/poll:
6117         * modules/stdbool, modules/stdint, modules/sys_select:
6118         * modules/sys_socket, modules/sys_stat, modules/sysexits:
6119
6120 2006-09-08  Jim Meyering  <jim@meyering.net>
6121
6122         Avoid new build failure on FreeBSD 6.0.
6123         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Include
6124         <sys/param.h> when testing whether getmntinfo uses statvfs.  Patch by
6125         Pavel Tsekov, in <http://savannah.gnu.org/bugs/?17643>.
6126
6127 2006-09-07  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
6128
6129         * m4/fsusage.m4 (gl_FILE_SYSTEM_USAGE): Don't use plain echo.
6130
6131 2006-09-07  Jim Meyering  <jim@meyering.net>
6132
6133         Fix global typo in last change: use chmod u-w, not chmod u-x.
6134         Spotted by Paul Eggert and Bruce Korb.
6135         * modules/alloca-opt, modules/argz, modules/arpa_inet:
6136         * modules/byteswap, modules/configmake, modules/fcntl:
6137         * modules/fnmatch, modules/getopt, modules/glob, modules/inttypes:
6138         * modules/localcharset, modules/netinet_in, modules/poll:
6139         * modules/stdbool, modules/stdint, modules/sys_select:
6140         * modules/sys_socket, modules/sys_stat, modules/sysexits:
6141
6142 2006-09-06  Jim Meyering  <jim@meyering.net>
6143
6144         Make generated files be read-only.
6145         * modules/alloca-opt (Makefile.am): Work also when $@ is read-only.
6146         Ensure that each generated file is now read-only.
6147         * modules/argz: Likewise.
6148         * modules/arpa_inet: Likewise.
6149         * modules/byteswap: Likewise.
6150         * modules/configmake: Likewise.
6151         * modules/fcntl: Likewise.
6152         * modules/fnmatch: Likewise.
6153         * modules/getopt: Likewise.
6154         * modules/glob: Likewise.
6155         * modules/inttypes: Likewise.
6156         * modules/netinet_in: Likewise.
6157         * modules/poll: Likewise.
6158         * modules/stdbool: Likewise.
6159         * modules/stdint: Likewise.
6160         * modules/sys_select: Likewise.
6161         * modules/sys_socket: Likewise.
6162         * modules/sys_stat: Likewise.
6163         * modules/sysexits: Likewise.
6164         * modules/localcharset: Same as above, but continue using temporary
6165         file named "t-$@" (why different?) rather than the "$@-t" used
6166         everywhere else.
6167
6168         * modules/sysexits (Makefile.am): Replace literal occurrences
6169         of "sysexit.h" more readable, and more consistent, "$@".
6170
6171 2006-09-06  Bruno Haible  <bruno@clisp.org>
6172
6173         * modules/striconv: New file.
6174         * modules/xstriconv: New file.
6175         * MODULES.html.sh (Internationalization functions): Add striconv,
6176         xstriconv.
6177
6178 2006-09-06  Bruno Haible  <bruno@clisp.org>
6179
6180         * modules/gc (Makefile.am): Augment lib_LDFLAGS, not lib_LIBADD.
6181         * modules/iconvme (Makefile.am): Likewise. Also handle the case of
6182         not using libtool correctly.
6183
6184 2006-09-06  Bruno Haible  <bruno@clisp.org>
6185
6186         * lib/striconv.h: New file.
6187         * lib/striconv.c: New file, merging iconvme.c with GNU gettext's
6188         iconvstring.c.
6189         * lib/xstriconv.h: New file.
6190         * lib/xstriconv.c: New file.
6191
6192 2006-09-06  Bruno Haible  <bruno@clisp.org>
6193
6194         * gnulib-tool (func_emit_lib_Makefile_am): Initialize also
6195         lib_..._LDFLAGS.
6196
6197 2006-09-05  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
6198
6199         * lib/argz_.h: Sync from Libtool.
6200
6201         2006-09-04  George Bosilca <bosilca@cs.utk.edu>
6202                 and Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
6203
6204         * lib/libltdl/argz_.h: It's __cplusplus, not _cplusplus.
6205
6206 2006-09-05  Davide Angelocola  <davide.angelocola@tiscali.it>
6207
6208         * modules/trim: New file.
6209
6210 2006-09-05  Davide Angelocola  <davide.angelocola@tiscali.it>
6211
6212         * lib/trim.h: New file.
6213         * lib/trim.c: New file.
6214
6215 2006-09-05  Bruno Haible  <bruno@clisp.org>
6216
6217         * MODULES.html.sh (String handling): Add trim.
6218
6219 2006-09-04  Karl Berry  <karl@gnu.org>
6220
6221         * config/srclist.txt (signed.m4, gettext.m4): changes not propagated
6222         until next release.
6223
6224 2006-09-03  Bruno Haible  <bruno@clisp.org>
6225
6226         * m4/lib-link.m4 (AC_LIB_LINKFLAGS_BODY): Locate mingw shared libraries
6227         correctly.
6228
6229 2006-09-01  Paul Eggert  <eggert@cs.ucla.edu>
6230
6231         * m4/getloadavg.m4 (gl_GETLOADAVG): Use CONFIGURING_GETLOADAVG,
6232         not gl_GETLOADAVG.  Omit unneeded semicolons.
6233         Problems reported by Ralf Wildenhues in
6234         <http://lists.gnu.org/archive/html/bug-gnulib/2006-09/msg00000.html>.
6235         (gl_PREREQ_GETLOADAVG): Use AC_DEFUN, not m4_define.  Put
6236         at the end, which is the usual gnulib style.
6237
6238         * m4/fstypename.m4 (gl_FSTYPENAME): Use AC_CHECK_MEMBERS instead
6239         of doing all the work ourselves.
6240         * m4/fsusage.m4 (gl_PREREQ_FSUSAGE_EXTRA): Don't check for
6241         sys/statvfs.h since the code doesn't use HAVE_SYS_STATVFS_H.
6242
6243 2006-09-01  Paul Eggert  <eggert@cs.ucla.edu>
6244
6245         * lib/getloadavg.c: Use CONFIGURING_GETLOADAVG, not gl_GETLOADAVG.
6246         Problem reported by Ralf Wildenhues in
6247         <http://lists.gnu.org/archive/html/bug-gnulib/2006-09/msg00000.html>.
6248
6249         * lib/mountlist.c: All uses of HAVE_F_FSTYPENAME_IN_STATFS replaced by
6250         HAVE_STRUCT_STATFS_F_FSTYPENAME.
6251
6252 2006-09-01  Paul Eggert  <eggert@cs.ucla.edu>
6253
6254         * gnulib-tool (func_emit_lib_Makefile_am): Fix typos in
6255         yesterday's patch by changing test -n to test -z.
6256
6257 2006-08-31  Paul Eggert  <eggert@cs.ucla.edu>
6258
6259         * modules/getloadavg (Files): Add m4/getloadavg.m4.
6260         (configure.ac): AC_FUNC_GETLOADAVG -> gl_GETLOADAVG, as
6261         the former is now obsolescent.
6262
6263         * modules/chdir-long (Depends-on): Add fcntl.
6264
6265 2006-08-31  Paul Eggert  <eggert@cs.ucla.edu>
6266
6267         * m4/fnmatch.m4: Add comment that Autoconf AC_FUNC_FNMATCH is
6268         obsolescent, and programs should use gnulib instead.
6269         * m4/getloadavg.m4: New file, with contents taken from Autoconf
6270         but with prefixes changed.
6271
6272 2006-08-31  Paul Eggert  <eggert@cs.ucla.edu>
6273
6274         * lib/getloadavg.c [defined gl_GETLOADAVG]: Don't include config.h
6275         or stdbool.h, because they might not exist while configuring.
6276
6277         * lib/chdir-long.c: Include <fcntl.h>, for O_DIRECTORY.
6278         Don't include unistd.h or limits.h; not needed, since chdir-long.h
6279         does that for us.
6280         (O_DIRECTORY): Remove.
6281
6282 2006-08-31  Eric Blake  <ebb9@byu.net>
6283
6284         * gnulib-tool: Don't let emacs change spaces to TAB.
6285
6286 2006-08-31  Bruno Haible  <bruno@clisp.org>
6287
6288         * gnulib-tool: When calling func_import more than once, do it in a
6289         subshell.
6290         Reported by Eric Blake <ebb9@byu.net>.
6291
6292 2006-08-31  Bruno Haible  <bruno@clisp.org>
6293
6294         * gnulib-tool (nl): Remove variable.
6295         (sed_transform_lib_file): Use more robust test for config-h module.
6296         (func_import): Fix typo in 2006-08-25 patch.
6297
6298 2006-08-31  Bruno Haible  <bruno@clisp.org>
6299
6300         * gnulib-tool (func_emit_lib_Makefile_am): When --makefile-name was
6301         specified, augment Makefile.am variables instead of assigning them.
6302
6303 2006-08-30  Paul Eggert  <eggert@cs.ucla.edu>
6304
6305         Work around a bug in both the Linux and SunOS 64-bit kernels:
6306         nanosleep mishandles sleeps for longer than 2**31 seconds.
6307         Problem reported by Frank v Waveren in
6308         <http://lists.gnu.org/archive/html/bug-coreutils/2006-08/msg00298.html>.
6309         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Require gl_CLOCK_TIME.
6310         Check for nanosleep bug.
6311         (LIB_NANOSLEEP): Append clock_gettime library if needed.
6312
6313 2006-08-30  Paul Eggert  <eggert@cs.ucla.edu>
6314
6315         Work around a bug in both the Linux and SunOS 64-bit kernels:
6316         nanosleep mishandles sleeps for longer than 2**31 seconds.
6317         Problem reported by Frank v Waveren in
6318         <http://lists.gnu.org/archive/html/bug-coreutils/2006-08/msg00298.html>.
6319         * lib/nanosleep.c (BILLION): New constant.
6320         (getnow) [HAVE_BUG_BIG_NANOSLEEP]: New functions.
6321         (rpl_nanosleep) [HAVE_BUG_BIG_NANOSLEEP]: Completely new
6322         implementation.
6323
6324 2006-08-30  Paul Eggert  <eggert@cs.ucla.edu>
6325
6326         * modules/nanosleep (Depends-on): Add gettime.
6327
6328 2006-08-30  Paul Eggert  <eggert@cs.ucla.edu>
6329         and Simon Josefsson  <jas@extundo.com>
6330         and Oskar Liljeblad  <oskar@osk.mine.nu>
6331
6332         * MODULES.html.sh (Support for building documentation): Add gpl, lgpl.
6333         * gnulib-tool (func_import): New license type 'unmodifiable license
6334         text'.
6335         * modules/fdl: Use it.  Longer description.
6336         * module/gpl, module/lgpl: New files.
6337
6338 2006-08-30  Jim Meyering  <jim@meyering.net>
6339
6340         * lib/isapipe.c (isapipe): Rename local s/fd/fd_pair/ to avoid
6341         shadowing the parameter.
6342
6343 2006-08-29  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
6344
6345         Sync from Libtool:
6346
6347         2006-08-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
6348
6349         * lib/libltdl/argz.c: Use `#ifdef HAVE_CONFIG_H', to facilitate code
6350         sharing with gnulib.  Report by Eric Blake.
6351
6352 2006-08-29  Paul Eggert  <eggert@cs.ucla.edu>
6353
6354         * modules/isapipe: New file.
6355         * MODULES.html.sh (File descriptor based Input/Output): Add isapipe.
6356
6357 2006-08-29  Paul Eggert  <eggert@cs.ucla.edu>
6358
6359         * modules/configmake (Makefile.am): Add a comment, and omit
6360         the CONFIGMAKE_ prefix from generated macro names.  Suggested
6361         by Bruno Haible.
6362
6363 2006-08-29  Paul Eggert  <eggert@cs.ucla.edu>
6364
6365         * m4/isapipe.m4: New file.
6366
6367 2006-08-29  Paul Eggert  <eggert@cs.ucla.edu>
6368
6369         * lib/isapipe.c, lib/isapipe.h: New files.
6370
6371 2006-08-29  Jim Meyering  <jim@meyering.net>
6372
6373         * modules/configmake (Makefile.am): Make configmake.h depend on
6374         Makefile.  Otherwise, a stale configmake.h could hang around.
6375
6376 2006-08-29  Eric Blake  <ebb9@byu.net>
6377
6378         * lib/error.c (error_at_line, print_errno_message): Match libc, after
6379         resolution of upstream bug 3044.
6380
6381 2006-08-29  Bruno Haible  <bruno@clisp.org>
6382
6383         * modules/localcharset (Depends-on): Add configmake.
6384         (Makefile.am): Remove setting of LIBDIR through DEFS.
6385
6386 2006-08-29  Bruno Haible  <bruno@clisp.org>
6387
6388         * lib/localcharset.c: Include configmake.h in order to get LIBDIR
6389         defined.
6390
6391 2006-08-28  Paul Eggert  <eggert@cs.ucla.edu>
6392
6393         * modules/fcntl: New file.
6394         * modules/chdir-safer (Depends-on): Add fcntl.
6395         * modules/fts: Likewise.
6396         * modules/mkdir-p: Likewise.
6397
6398         * modules/stdint (Makefile.am): Do not substitute ABSOLUTE_INTTYPES_H.
6399         This undoes the most recent change, since we're now addressing the
6400         problem in a different way.
6401
6402         * gnulib-tool (emit_lib_Makefile_am): Don't put $makefile_name
6403         into output, since the output might be called Makefile.am even
6404         if $makefile_name is something different.
6405         (func_import): Use $makefile_am rather than
6406         ${makefile_name-Makefile.am}, to fix a bug where makefile_name was
6407         empty.
6408
6409         * modules/inttypes (Files): Add m4/inttypes-h.m4.
6410
6411 2006-08-28  Paul Eggert  <eggert@cs.ucla.edu>
6412
6413         * m4/inttypes.m4 (gl_INTTYPES_H): Move ABSOLUTE_INTTYPES_H code here...
6414         * m4/stdint.m4 (gl_STDINT_H): ... from here.  This undoes the most
6415         recent change to stdint.m4, since we're now addressing the problem in a
6416         different way.
6417
6418 2006-08-28  Paul Eggert  <eggert@cs.ucla.edu>
6419
6420         * m4/fcntl_h.m4: New file.
6421
6422 2006-08-28  Paul Eggert  <eggert@cs.ucla.edu>
6423
6424         * lib/fcntl_.h: New file.
6425         * lib/chdir-safer.c (O_DIRECTORY, O_NOFOLLOW): Remove, now that we have
6426         the fcntl module.
6427         * lib/dirchownmod.c: Likewise.
6428         * lib/fts.c: Likewise.
6429
6430         * lib/inttypes_.h [defined _GL_JUST_INCLUDE_ABSOLUTE_INTTYPES_H]:
6431         Include @ABSOLUTE_INTTYPES_H@ if available, but do nothing else.
6432         * lib/stdint_.h (_GL_JUST_INCLUDE_ABSOLUTE_INTTYPES_H): Define
6433         just before including <inttypes.h>, to avoid circular inclusion.
6434
6435 2006-08-28  Jim Meyering  <jim@meyering.net>
6436
6437         * doc/visibility.texi: Actually read and correct the grammar of the
6438         sentence affected by yesterday's change.
6439
6440 2006-08-28  Eric Blake  <ebb9@byu.net>
6441
6442         * modules/inttypes (Makefile.am): Fix sed error when inttypes.h
6443         needs wrapper.
6444
6445 2006-08-28  Eric Blake  <ebb9@byu.net>
6446
6447         * m4/inttypes.m4 (gl_INTTYPES_H): Fix missing #endif.
6448
6449 2006-08-28  Eric Blake  <ebb9@byu.net>
6450
6451         * m4/codeset.m4 (AM_LANGINFO_CODESET): Avoid compiler warning.
6452
6453 2006-08-28  Bruno Haible  <bruno@clisp.org>
6454
6455         * modules/c-strstr: New file, from GNU gettext.
6456         * MODULES.html.sh (String handling): Add c-strstr.
6457
6458 2006-08-28  Bruno Haible  <bruno@clisp.org>
6459
6460         * m4/inttypes.m4 (gl_INTTYPES_H): Don't test for the existence of SCNX*
6461         macros.
6462         Reported by Eric Blake.
6463
6464 2006-08-28  Bruno Haible  <bruno@clisp.org>
6465
6466         * lib/vasnprintf.c (EOVERFLOW): Remove definition.
6467         (VASNPRINTF): Return a string of length > INT_MAX without failing.
6468         * lib/vasprintf.c: Include errno.h, limits.h.
6469         (EOVERFLOW): New fallback definition.
6470         (vasprintf): Test here whether the string length is > INT_MAX.
6471         * lib/vsnprintf.c: Include errno.h, limits.h.
6472         (EOVERFLOW): New fallback definition.
6473         (vsnprintf): Fix bug when generated string was too long for the buffer.
6474         Test here whether the string length is > INT_MAX.
6475
6476 2006-08-28  Bruno Haible  <bruno@clisp.org>
6477
6478         * lib/inttypes_.h (SCNX*): Remove definitions.
6479         Reported by Eric Blake.
6480
6481 2006-08-28  Bruno Haible  <bruno@clisp.org>
6482
6483         * lib/c-strstr.h: New file, from GNU gettext.
6484         * lib/c-strstr.c: New file, from GNU gettext.
6485
6486 2006-08-28  Bruno Haible  <bruno@clisp.org>
6487
6488         * gnulib-tool: Reorder some statements.
6489
6490 2006-08-28  Bruno Haible  <bruno@clisp.org>
6491
6492         * gnulib-tool: New option --makefile-name.
6493         (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am): Use
6494         $makefile_name.
6495         (func_import): Write $makefile_name to the cache file, and read it from
6496         there unless explicitly specified. Use $makefile_name as file name
6497         instead of Makefile.am. Adjust the recommendations accordingly.
6498
6499 2006-08-28  Bruno Haible  <bruno@clisp.org>
6500
6501         * gnulib-tool (func_verify_module): Check against misapplying patch.
6502
6503 2006-08-28  Bruno Haible  <bruno@clisp.org>
6504
6505         * gnulib-tool (func_relativize, func_relconcat): New functions.
6506         Give an error if --local-dir is given with --update.
6507         Remove trailing slashes from $local_gnulib_dir.
6508         (func_import): Store the relativized $local_gnulib_dir in
6509         gnulib-cache.m4, and read it from there if not specified explicitly.
6510
6511 2006-08-28  Bruno Haible  <bruno@clisp.org>
6512
6513         * gnulib-tool (func_get_tests_module): Don't assume that $gnulib_dir
6514         is the current directory. Respect also $local_gnulib_dir.
6515
6516 2006-08-28  Bruno Haible  <bruno@clisp.org>
6517             Simon Josefsson  <jas@extundo.com>
6518
6519         BeOS portability.
6520         * lib/getaddrinfo.c (PF_INET, PF_UNSPEC): New macros.
6521
6522 2006-08-27  Jim Meyering  <jim@meyering.net>
6523
6524         * doc/visibility.texi: Remove duplicate word: "pointer".
6525
6526 2006-08-26  Bruno Haible  <bruno@clisp.org>
6527
6528         * modules/inttypes (Files): Add lib/inttypes_.h, remove lib/inttypes.h.
6529         Add m4/inttypes.m4, remove m4/_inttypes_h.m4 and m4/include_next.m4.
6530         (Makefile.am): Create inttypes.h from inttypes_.h.
6531         * modules/stdint (Makefile.am): Substitute also ABSOLUTE_INTTYPES_H.
6532
6533         * modules/imaxabs: New file.
6534
6535         * modules/imaxdiv: New file.
6536
6537 2006-08-26  Bruno Haible  <bruno@clisp.org>
6538
6539         * m4/inttypes.m4: New file.
6540         * m4/_inttypes_h.m4: Remove file.
6541         * m4/inttypes-pri.m4 (gt_INTTYPES_PRI): Also AC_SUBST
6542         PRI_MACROS_BROKEN.
6543         * m4/stdint.m4 (gl_STDINT_H): Define also ABSOLUTE_INTTYPES_H.
6544
6545         * m4/imaxabs.m4: New file.
6546
6547         * m4/imaxdiv.m4: New file.
6548
6549 2006-08-26  Bruno Haible  <bruno@clisp.org>
6550
6551         * lib/inttypes_.h: New file.
6552         * lib/inttypes.h: Remove file.
6553         * lib/stdint_.h: Include <inttypes.h> through its absolute filename.
6554
6555         * lib/imaxabs.c: New file.
6556
6557         * lib/imaxdiv.c: New file.
6558
6559 2006-08-25  Paul Eggert  <eggert@cs.ucla.edu>
6560
6561         New config-h module, so that "make" output needn't be cluttered
6562         by -DHAVE_CONFIG_H.
6563         * MODULES.html.sh (Support for building libraries and executables):
6564         Add config-h.
6565         * modules/config-h: New file.
6566         * gnulib-tool (nl, sed_transform_lib_file): New vars.
6567         (func_import): Turn "#ifdef HAVE_CONFIG_H" to "#if 1" if
6568         the config-h module is used.
6569
6570         New configmake module, so that "make" output needn't be cluttered
6571         by fluff like '-DLIBDIR=\"/usr/local/lib\"'.
6572         * MODULES.html.sh (Support for building libraries and executables):
6573         Add configmake.
6574         * modules/configmake: New file.
6575
6576 2006-08-25  Paul Eggert  <eggert@cs.ucla.edu>
6577
6578         * m4/config-h.m4: New file.
6579
6580 2006-08-24  Paul Eggert  <eggert@cs.ucla.edu>
6581
6582         * config/srclist.txt: Add elisp-comp.
6583
6584 2006-08-24  Paul Eggert  <eggert@cs.ucla.edu>
6585
6586         * MODULES.html.sh (Support for building libraries and executables):
6587         Add elisp-comp.
6588         * build-aux/elisp-comp: New file.
6589         * modules/elisp-comp: New file.
6590
6591 2006-08-24  Bruno Haible  <bruno@clisp.org>
6592
6593         * gnulib-tool (func_create_testdir): Use non-default values of
6594         sourcebase and m4base.
6595
6596 2006-08-24  Bruno Haible  <bruno@clisp.org>
6597
6598         * MODULES.html.sh (Compatibility checks for POSIX:2001 functions: Fix
6599         HTML structure.
6600
6601 2006-08-23  Paul Eggert  <eggert@cs.ucla.edu>
6602
6603         * modules/openat (Depends-on): Add lchown.
6604
6605 2006-08-23  Bruno Haible  <bruno@clisp.org>
6606
6607         * gnulib-tool (func_import, func_create_testdir): Emit an invocation
6608         of gl_LOCK_EARLY instead of gl_LOCK.
6609
6610 2006-08-23  Bruno Haible  <bruno@clisp.org>
6611
6612         * m4/lock.m4 (gl_LOCK_BODY): Change the default value of gl_use_threads
6613         on OSF/1 to no.
6614         Reported by Stephen Cartwright <sgcartwr@ucalgary.ca>.
6615
6616 2006-08-23  Bruno Haible  <bruno@clisp.org>
6617
6618         * m4/fsusage.m4 (gl_FILE_SYSTEM_USAGE): Don't consider BeOS statvfs
6619         as unusable.
6620
6621         * m4/lock.m4 (gl_LOCK_EARLY): Renamed from gl_LOCK.
6622         (gl_LOCK_BODY): Remove gl_PREREQ_LOCK invocation.
6623         (gl_LOCK): New macro.
6624
6625 2006-08-22  Simon Josefsson  <jas@extundo.com>
6626
6627         * modules/gc-md5 (Makefile.am): Need to add md5.h, after changes
6628         to md5 module.
6629
6630 2006-08-22  Simon Josefsson  <jas@extundo.com>
6631
6632         * MODULES.html.sh: Add "Support for maintaining and release
6633         projects".
6634
6635         * build-aux/gnupload: New file, from coreutils.
6636
6637 2006-08-22  Paul Eggert  <eggert@cs.ucla.edu>
6638
6639         Avoid the need for AC_LIBSOURCES in m4 macros.
6640         * modules/arcfour (EXTRA_DIST): Add arcfour.h.
6641         * modules/arctwo (EXTRA_DIST): Add arctwo.h.
6642         * modules/check-version (EXTRA_DIST): Add check-version.h.
6643         * modules/crc (EXTRA_DIST): Add crc.h.
6644         * modules/des (EXTRA_DIST): Add des.h.
6645         * modules/gc (EXTRA_DIST): Add gc.h.
6646         * modules/getdelim (EXTRA_DIST): Add getdelim.h.
6647         * modules/getline (EXTRA_DIST): Add getline.h.
6648         * modules/getlogin_r (EXTRA_DIST): Add getlogin_r.h.
6649         * modules/hmac-md5 (EXTRA_DIST): Add hmac.h.
6650         * modules/hmac-sha1 (EXTRA_DIST): Add hmac.h.
6651         * modules/md2 (EXTRA_DIST): Add md2.h.
6652         * modules/md4 (EXTRA_DIST): Add md4.h.
6653         * modules/pagealign_alloc (EXTRA_DIST): Add pagealign_alloc.h.
6654         * modules/read-file (EXTRA_DIST): Add read-file.h.
6655         * modules/readline (EXTRA_DIST): Add readline.h.
6656         * modules/rijndael (EXTRA_DIST): Add rijndael-alg-fst.h,
6657         rijndael-api-fst.h.
6658
6659 2006-08-22  Paul Eggert  <eggert@cs.ucla.edu>
6660
6661         * m4/rijndael.m4 (gl_ARCFOUR):
6662         * m4/arctwo.m4 (gl_ARCTWO):
6663         * m4/check-version.m4 (gl_CHECK_VERSION):
6664         * m4/crc.m4 (gl_CRC):
6665         * m4/des.m4 (gl_DES):
6666         * m4/gc-pbkdf2-sha1.m4 (gl_GC_PBKDF2_SHA1):
6667         * m4/gc.m4 (gl_GC):
6668         * m4/getdelim.m4 (gl_FUNC_GETDELIM):
6669         * m4/getline.m4 (gl_FUNC_GETLINE):
6670         * m4/getlogin_r.m4 (gl_GETLOGIN_R_SUBSTITUTE):
6671         * m4/hmac-md5.m4 (gl_HMAC_MD5):
6672         * m4/hmac-sha1.m4 (gl_HMAC_SHA1):
6673         * m4/md2.m4 (gl_MD2):
6674         * m4/md4.m4 (gl_MD4):
6675         * m4/pagealign_alloc.m4 (gl_PAGEALIGN_ALLOC):
6676         * m4/read-file.m4 (gl_FUNC_READ_FILE):
6677         * m4/readline.m4 (gl_FUNC_READLINE):
6678         * m4/rijndael.m4 (gl_RIJNDAEL):
6679         Don't use AC_LIBSOURCES; instead, rely on the files in ../modules/
6680         to get the necessary .h files and whatnot.
6681
6682 2006-08-22  Paul Eggert  <eggert@cs.ucla.edu>
6683
6684         * config/srclist.txt: Remove gnupload, since coreutils now syncs from
6685         gnulib rather than the other way around.
6686         * config/srclistvars.sh (COREUTILS): Remove.
6687
6688 2006-08-22  Jim Meyering  <jim@meyering.net>
6689
6690         * modules/mkdir-p (Makefile.am): Fix typo: s/lib+SOURCES/lib_SOURCES/.
6691
6692         * modules/getpass-gnu (Makefile.am): Add getpass.h to EXTRA_DIST.
6693
6694 2006-08-22  Eric Blake  <ebb9@byu.net>
6695
6696         * modules/regexprops-generic: New file.
6697         * MODULES.html.sh (Support for building documentation): List it.
6698
6699 2006-08-22  Eric Blake  <ebb9@byu.net>
6700
6701         * m4/stdint_h.m4 (gl_AC_HEADER_STDINT_H): Avoid compiler warning.
6702         * m4/inttypes_h.m4 (gl_AC_HEADER_INTTYPES_H): Likewise.
6703         * m4/longlong.m4 (AC_TYPE_LONG_LONG_INT): Likewise.
6704         * m4/intmax_t.m4 (gt_AC_TYPE_INTMAX_T): Likewise.
6705
6706 2006-08-22  Bruno Haible  <bruno@clisp.org>
6707
6708         * gnulib-tool (func_emit_lib_Makefile_am): Don't treat lib_LIBRARIES
6709         and lib_LTLIBRARIES like the other lib_* variables.
6710
6711 2006-08-22  Bruno Haible  <bruno@clisp.org>
6712
6713         * build-aux/x-to-1.in: New file, from GNU gettext.
6714
6715 2006-08-22  Bruno Haible  <bruno@clisp.org>
6716
6717         * m4/readutmp.m4 (gl_READUTMP): Compile readutmp.c only if <utmp.h> or
6718         <utmpx.h> exists.
6719
6720 2006-08-22  Bruno Haible  <bruno@clisp.org>
6721
6722         * lib/readutmp.h: Skip most definitions if neither <utmp.h> nor
6723         <utmpx.h> exists.
6724
6725 2006-08-21  Paul Eggert  <eggert@cs.ucla.edu>
6726
6727         BeOS portability.
6728         * lib/dirchownmod.c (dirchownmod): Don't use fchmod if it doesn't
6729         exist.
6730         Problem reported by Bruno Haible.
6731
6732 2006-08-21  Paul Eggert  <eggert@cs.ucla.edu>
6733
6734         Avoid the need for AC_LIBSOURCES in m4 macros.
6735         * modules/acl (EXTRA_DIST): Add acl.h.
6736         * modules/argmatch (Files): Add m4/argmatch.m4.
6737         (configure.ac): Add gl_ARGMATCH.
6738         (EXTRA_DIST): Renamed from lib_SOURCES, for
6739         consistency with the other modules.  Remove argmatch.c.
6740         * modules/backupfile (EXTRA_DIST): Add backupfile.h.
6741         * modules/c-strtod (EXTRA_DIST): Add c-strtod.h.
6742         * modules/c-strtold (EXTRA_DIST): Add c-strtod.c, c-strtod.h.
6743         * modules/canonhost (EXTRA_DIST): Add c-canonhost.h.
6744         * modules/canonicalize (EXTRA_DIST): Add canonicalize.h.
6745         * modules/chdir-long (EXTRA_DIST): Add chdir-long.h.
6746         * modules/chdir-safer (EXTRA_DIST): Add chdir-safer.h.
6747         * modules/cloexec (EXTRA_DIST): Add cloexec.h.
6748         * modules/close-stream (EXTRA_DIST): Add close-stream.h.
6749         * modules/closeout (EXTRA_DIST): Add closeout.h.
6750         * modules/cycle-check (EXTRA_DIST): Add cycle-check.h.
6751         * modules/dev-ino (EXTRA_DIST): Add dev-ino.h.
6752         * modules/dirfd (EXTRA_DIST): Add dirfd.h.
6753         * modules/dirname (EXTRA_DIST): Renamed from lib_SOURCES.  Add
6754         dirname.h; remove basename.c and stripslash.c.
6755         * modules/exclude (EXTRA_DIST): Add exclude.h.
6756         * modules/exitfail (EXTRA_DIST): Add exitfail.h.
6757         * modules/fcntl-safer (EXTRA_DIST): Add fcntl-safer.h fcntl--.h.
6758         * modules/file-type (EXTRA_DIST): Add file-type.h.
6759         * modules/filemode (EXTRA_DIST): Add filemode.h.
6760         * modules/filenamecat (EXTRA_DIST): Add filenamecat.h.
6761         * modules/fopen-safer (EXTRA_DIST): Add stdio-safer.h stdio--.h.
6762         * modules/fpending (EXTRA_DIST): Add __fpending.h.
6763         * modules/fprintftime (EXTRA_DIST): Add fprintftime.h.
6764         * modules/fsusage (EXTRA_DIST): Add fsusage.h.
6765         * modules/fts (EXTRA_DIST): Add fts_.h fts-cycle.c.
6766         * modules/getcwd (EXTRA_DIST): Add getcwd.h.
6767         * modules/getdate (EXTRA_DIST): Add getdate.c.
6768         * modules/gethrxtime (EXTRA_DIST): Add gethrxtime.h xtime.h.
6769         * modules/getpagesize (EXTRA_DIST): Add getpagesize.h.
6770         * modules/getpass (EXTRA_DIST): Add getpass.h.
6771         * modules/glob (EXTRA_DIST): Add glob_.h glob-libc.h.
6772         * modules/group-member (EXTRA_DIST): Add group-member.h.
6773         * modules/hard-locale (EXTRA_DIST): Add hard-locale.h.
6774         * modules/hash (EXTRA_DIST): Add hash.h.
6775         * modules/human (EXTRA_DIST): Add human.h.
6776         * modules/inttypes (EXTRA_DIST): Add inttypes.h.
6777         * modules/lchmod (EXTRA_DIST): Add lchmod.h.
6778         * modules/lchown (EXTRA_DIST): Add lchown.h.
6779         * modules/long-options (EXTRA_DIST): Add long-options.h.
6780         * modules/lstat (EXTRA_DIST): Add lstat.h.
6781         * modules/md5 (EXTRA_DIST): Add memcasecmp.h.
6782         * modules/memcoll (EXTRA_DIST): Add memcoll.h.
6783         * modules/mempcpy (EXTRA_DIST): Add mempcpy.h.
6784         * modules/memrchr (EXTRA_DIST): Add memrchr.h.
6785         * modules/memxor (EXTRA_DIST): Add memxor.h.
6786         * modules/mkancesdirs (EXTRA_DIST): Add mkancesdirs.h.
6787         * modules/mkdir-p (EXTRA_DIST): Add modechange.h.
6788         * modules/mountlist (EXTRA_DIST): Add mountlist.h.
6789         * modules/openat (EXTRA_DIST): Add at-func.c openat.h openat-priv.h.
6790         * modules/pathmax (EXTRA_DIST): Add pathmax.h.
6791         * modules/physmem (EXTRA_DIST): Add physmem.h.
6792         * modules/posixtm (EXTRA_DIST): Add posixtm.h.
6793         * modules/posixver (EXTRA_DIST): Add posixver.h.
6794         * modules/quote (EXTRA_DIST): Add quote.h.
6795         * modules/quotearg (EXTRA_DIST): Add quotearg.h.
6796         * modules/readtokens (EXTRA_DIST): Add readtokens.h.
6797         * modules/readutmp (EXTRA_DIST): Add readutmp.h.
6798         * modules/regex (EXTRA_DIST): Add regcomp.c regex.h regex_internal.c
6799         regex_internal.h regexec.c.
6800         * modules/safe-read (EXTRA_DIST): Add safe-read.h.
6801         * modules/safe-write (EXTRA_DIST): Add safe-write.h.
6802         * modules/same (EXTRA_DIST): Add same.h.
6803         * modules/same-inode (EXTRA_DIST): Add same-inode.h.
6804         * modules/save-cwd (EXTRA_DIST): Add save-cwd.h.
6805         * modules/savedir (EXTRA_DIST): Add savedir.h.
6806         * modules/sha1 (EXTRA_DIST): Add sha1.h.
6807         * modules/sig2str (EXTRA_DIST): Add sig2str.h.
6808         * modules/stat-macros (EXTRA_DIST): Add stat-macros.h.
6809         * modules/stat-time (EXTRA_DIST): Add stat-time.h.
6810         * modules/stdlib-safer (EXTRA_DIST): Add stdlib-safer.h stdlib--.h.
6811         * modules/strdup (EXTRA_DIST): Add strdup.h.
6812         * modules/strftime (EXTRA_DIST): Add strftime.h.
6813         * modules/strndup (EXTRA_DIST): Add strndup.h.
6814         * modules/strnlen (EXTRA_DIST): Add strnlen.h.
6815         * modules/strverscmp (EXTRA_DIST): Add strverscmp.h.
6816         * modules/time_r (EXTRA_DIST): Add time_r.h.
6817         * modules/timespec (EXTRA_DIST): Add timespec.h.
6818         * modules/tmpfile-safer (EXTRA_DIST): Add stdio-safer.h stdio--.h.
6819         * modules/unistd-safer (EXTRA_DIST): Add unistd-safer.h unistd--.h.
6820         * modules/unlinkdir (EXTRA_DIST): Add unlinkdir.h.
6821         * modules/unlocked-io (EXTRA_DIST): Add unlocked-io.h.
6822         * modules/userspec (EXTRA_DIST): Add userspec.h.
6823         * modules/utimecmp (EXTRA_DIST): Add utimecmp.h.
6824         * modules/utimens (EXTRA_DIST): Add utimens.h.
6825         * modules/xalloc (EXTRA_DIST): Add xalloc.h.
6826         * modules/xgetcwd (EXTRA_DIST): Add xgetcwd.h.
6827         * modules/xnanosleep (EXTRA_DIST): Add xnanosleep.h.
6828         * modules/xreadlink (EXTRA_DIST): Add xreadlink.h.
6829         * modules/xstrtod (EXTRA_DIST): Add xstrtod.h.
6830         * modules/xstrtol (EXTRA_DIST): Add xstrtol.h.
6831         * modules/xstrtold (EXTRA_DIST): Add xstrtod.c xstrtod.h.
6832         * modules/yesno (EXTRA_DIST): Add yesno.h.
6833
6834 2006-08-21  Paul Eggert  <eggert@cs.ucla.edu>
6835
6836         * m4/mkdir-p.m4 (gl_MKDIR_PARENTS): Check for fchmod.
6837
6838         * m4/argmatch.m4: New file, from coreutils with AC_LIBSOURCES removed.
6839         * m4/dev-ino.m4, same-inode.m4: Remove.
6840
6841         * m4/_inttypes_h.m4 (gl_INTTYPES_H):
6842         * m4/acl.m4 (AC_FUNC_ACL):
6843         * m4/backupfile.m4 (gl_BACKUPFILE):
6844         * m4/c-strtod.m4 (gl_C99_STRTOLD):
6845         * m4/canon-host.m4 (gl_CANON_HOST):
6846         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME):
6847         * m4/chdir-long.m4 (gl_FUNC_CHDIR_LONG):
6848         * m4/chdir-safer.m4 (gl_CHDIR_SAFER):
6849         * m4/cloexec.m4 (gl_CLOEXEC):
6850         * m4/close-stream.m4 (gl_CLOSE_STREAM):
6851         * m4/closeout.m4 (gl_CLOSEOUT):
6852         * m4/dirfd.m4 (gl_FUNC_DIRFD):
6853         * m4/dirname.m4 (gl_DIRNAME):
6854         * m4/exclude.m4 (gl_EXCLUDE):
6855         * m4/exitfail.m4 (gl_EXITFAIL):
6856         * m4/fcntl-safer.m4 (gl_FCNTL_SAFER):
6857         * m4/file-type.m4 (gl_FILE_TYPE):
6858         * m4/filemode.m4 (gl_FILEMODE):
6859         * m4/filenamecat.m4 (gl_FILE_NAME_CONCAT):
6860         * m4/fpending.m4 (gl_FUNC_FPENDING):
6861         * m4/fprintftime.m4 (gl_FPRINTFTIME):
6862         * m4/fts.m4 (gl_FUNC_FTS):
6863         * m4/getcwd.m4 (gl_FUNC_GETCWD_NULL):
6864         * m4/getdate.m4 (gl_GETDATE):
6865         * m4/gethrxtime.m4 (gl_GETHRXTIME):
6866         * m4/getpagesize.m4 (gl_GETPAGESIZE):
6867         * m4/getpass.m4 (gl_FUNC_GETPASS):
6868         * m4/gettime.m4 (gl_GETTIME):
6869         * m4/getugroups.m4 (gl_GETUGROUPS):
6870         * m4/glob.m4 (gl_GLOB_SUBSTITUTE):
6871         * m4/group-member.m4 (gl_FUNC_GROUP_MEMBER):
6872         * m4/hard-locale.m4 (gl_HARD_LOCALE):
6873         * m4/hash.m4 (gl_HASH):
6874         * m4/idcache.m4 (gl_IDCACHE):
6875         * m4/lchmod.m4 (gl_FUNC_LCHMOD):
6876         * m4/lchown.m4 (gl_FUNC_LCHOWN):
6877         * m4/long-options.m4 (gl_LONG_OPTIONS):
6878         * m4/lstat.m4 (gl_FUNC_LSTAT):
6879         * m4/md5.m4 (gl_MD5):
6880         * m4/memcasecmp.m4 (gl_MEMCASECMP):
6881         * m4/memcoll.m4 (gl_MEMCOLL):
6882         * m4/mempcpy.m4 (gl_FUNC_MEMPCPY):
6883         * m4/memrchr.m4 (gl_FUNC_MEMRCHR):
6884         * m4/memxor.m4 (gl_MEMXOR):
6885         * m4/mkancesdirs.m4 (gl_MKANCESDIRS):
6886         * m4/mkdir-p.m4 (gl_MKDIR_PARENTS):
6887         * m4/modechange.m4 (gl_MODECHANGE):
6888         * m4/mountlist.m4 (gl_MOUNTLIST):
6889         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP):
6890         * m4/openat.m4 (gl_FUNC_OPENAT):
6891         * m4/pathmax.m4 (gl_PATHMAX):
6892         * m4/physmem.m4 (gl_PHYSMEM):
6893         * m4/posixtm.m4 (gl_POSIXTM):
6894         * m4/posixver.m4 (gl_POSIXVER):
6895         * m4/quote.m4 (gl_QUOTE):
6896         * m4/quotearg.m4 (gl_QUOTEARG):
6897         * m4/readtokens.m4 (gl_READTOKENS):
6898         * m4/readutmp.m4 (gl_READUTMP):
6899         * m4/regex.m4 (gl_REGEX):
6900         * m4/safe-read.m4 (gl_SAFE_READ):
6901         * m4/safe-write.m4 (gl_SAFE_WRITE):
6902         * m4/same.m4 (gl_SAME):
6903         * m4/save-cwd.m4 (gl_SAVE_CWD):
6904         * m4/savedir.m4 (gl_SAVEDIR):
6905         * m4/settime.m4 (gl_SETTIME):
6906         * m4/sha1.m4 (gl_SHA1):
6907         * m4/sig2str.m4 (gl_FUNC_SIG2STR):
6908         * m4/stat-macros.m4 (gl_STAT_MACROS):
6909         * m4/stat-time.m4 (gl_STAT_TIME):
6910         * m4/stdio-safer.m4 (gl_FOPEN_SAFER):
6911         * m4/stdlib-safer.m4 (gl_STDLIB_SAFER):
6912         * m4/strdup.m4 (gl_FUNC_STRDUP):
6913         * m4/strftime.m4 (gl_FUNC_GNU_STRFTIME):
6914         * m4/strndup.m4 (gl_FUNC_STRNDUP):
6915         * m4/strnlen.m4 (gl_FUNC_STRNLEN):
6916         * m4/strverscmp.m4 (gl_FUNC_STRVERSCMP):
6917         * m4/time_r.m4 (gl_TIME_R):
6918         * m4/timespec.m4 (gl_TIMESPEC):
6919         * m4/unistd-safer.m4 (gl_UNISTD_SAFER):
6920         * m4/unlinkdir.m4 (gl_UNLINKDIR):
6921         * m4/unlocked-io.m4 (gl_FUNC_GLIBC_UNLOCKED_IO):
6922         * m4/userspec.m4 (gl_USERSPEC):
6923         * m4/utimecmp.m4 (gl_UTIMECMP):
6924         * m4/utimens.m4 (gl_UTIMENS):
6925         * m4/xalloc.m4 (gl_XALLOC):
6926         * m4/xgetcwd.m4 (gl_XGETCWD):
6927         * m4/xnanosleep.m4 (gl_XNANOSLEEP):
6928         * m4/xreadlink.m4 (gl_XREADLINK):
6929         * m4/xstrtod.m4 (gl_XSTRTOD):
6930         * m4/yesno.m4 (gl_YESNO):
6931         Don't use AC_LIBSOURCES; instead, rely on the files in ../modules/
6932         to get the necessary .h files and whatnot.
6933
6934 2006-08-21  Mark D. Baushke  <mdb@gnu.org>
6935             Bruno Haible  <bruno@clisp.org>
6936
6937         * gnulib-tool (func_verify_module): Work around Sun's non-POSIX 1003.2
6938         /bin/sh understanding of '!' conditional negation.
6939
6940 2006-08-21  Jim Meyering  <jim@meyering.net>
6941
6942         * modules/openat (Depends-on): Really alphabetize.
6943
6944         * modules/acl (Depends-on): Add error and quote.
6945
6946         * check-module (find_included_lib_files): Add at-func.c to the
6947         ok-to-include-more-than-once white list.
6948
6949         * modules/openat (Depends-on): Add lstat.  Alphabetize.
6950
6951 2006-08-21  Bruno Haible  <bruno@clisp.org>
6952
6953         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
6954         Emit a pkgdata_DATA variable only if some snippets add contents to it.
6955         Reported by Martin Lambers <marlam@marlam.de>.
6956
6957 2006-08-21  Bruno Haible  <bruno@clisp.org>
6958
6959         * gnulib-tool (func_emit_lib_Makefile_am): If the snippets already
6960         specify an installation location, don't emit a noinst_LIBRARIES or
6961         noinst_LTLIBRARIES assignment.
6962
6963 2006-08-21  Bruno Haible  <bruno@clisp.org>
6964
6965         BeOS portability.
6966         * modules/mbchar (Include): Don't test HAVE_WCTYPE_H any more, since
6967         BeOS has mbrtowc() but no <wctype.h>.
6968
6969 2006-08-21  Bruno Haible  <bruno@clisp.org>
6970
6971         BeOS portability.
6972         * m4/mbchar.m4 (gl_MBCHAR): Compile mbchar.c also if <wctype.h> doesn't
6973         exist.
6974
6975 2006-08-21  Bruno Haible  <bruno@clisp.org>
6976
6977         BeOS portability.
6978         * lib/mbchar.h: Include <wctype.h> only if it exists.
6979
6980 2006-08-20  Paul Eggert  <eggert@cs.ucla.edu>
6981
6982         Remove files that are no longer needed by their respective modules.
6983         * m4/obstack.m4: Remove.
6984         * m4/strerror_r.m4: Remove.
6985         * m4/uint32_t.m4: Remove.
6986         * m4/uintptr_t.m4: Remove.
6987         * m4/ullong_max.m4: Remove.
6988         * m4/xstrtoimax.m4: Remove.
6989         * m4/xstrtoumax.m4: Remove.
6990
6991         * m4/cycle-check.m4 (gl_CYCLE_CHECK): Do not require
6992         gl_AC_TYPE_UINTMAX_T, gl_STRUCT_DEV_INO, or gl_SAME_INODE, since gnulib
6993         dependencies now capture this.
6994
6995         * m4/cycle-check.m4 (gl_CYCLE_CHECK):
6996         Do not use AC_LIBSOURCES, since gnulib modules now do this.
6997         * m4/fsusage.m4 (gl_FSUSAGE): Likewise.
6998         * m4/human.m4 (gl_HUMAN): Likewise.
6999         * m4/inttostr.m4 (gl_INTTOSTR): Likewise.
7000         * m4/xstrtol.m4 (gl_XSTRTOL): Likewise.
7001
7002         * m4/filemode.m4 (gl_FILEMODE): Require AC_STRUCT_ST_DM_MODE.
7003
7004         * m4/filemode.m4 (gl_PREREQ_FSUSAGE_EXTRA): Do not require
7005         gl_AC_TYPE_INTMAX_T or gl_AC_TYPE_UINTMAX_T, since we now require
7006         stdint.
7007         * m4/human.m4 (gl_HUMAN): Likewise.
7008         * m4/inttostr.m4 (gl_PREREQ_INTTOSTR): Likewise.
7009         * m4/mkstemp.m4 (gl_PREREQ_TEMPNAME): Likewise.
7010         * m4/strtoimax.m4 (gl_PREREQ_STRTOIMAX): Likewise.
7011         * m4/strtoumax.m4 (gl_PREREQ_STRTOUMAX): Likewise.
7012         * m4/xstrtol (gl_XSTRTOL): Likewise.
7013
7014         * m4/gethrxtime.m4 (gl_XTIME): gl_AC_TYPE_LONG_LONG ->
7015         AC_TYPE_LONG_LONG_INT.
7016         * m4/strtoimax.m4 (gl_PREREQ_STRTOIMAX): Likewise.
7017         * m4/strtoll.m4 (gl_FUNC_STRTOLL): Likewise.
7018         * m4/strtoull.m4 (gl_FUNC_STRTOULL): Likewise, for unsigned long.
7019         * m4/strtoumax.m4 (gl_PREREQ_STRTOUMAX): Likewise.
7020
7021         * m4/human.m4 (gl_HUMAN): Do not require AM_STDBOOL_H since we depend
7022         on stdbool.
7023
7024         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL_H, gl_PREREQ_XSTRTOL): Remove.
7025         (gl_PREREQ_XSTRTOUL): Remove.
7026
7027         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Check for hasmntopt.
7028
7029         * m4/posixver.m4: Fix comment since head -1 now works even in POSIX
7030         mode.
7031
7032 2006-08-20  Paul Eggert  <eggert@cs.ucla.edu>
7033
7034         Add and change modules to make it easier for coreutils to use
7035         gnulib-tool.
7036         * modules/backupfile (Files): Remove m4/d-ino.m4.
7037         (Depends-on): Add d-ino.
7038         * modules/cycle-check (Depends-on): Add stdint.
7039         (lib_SOURCES): Add cycle-check.h.
7040         * modules/d-ino: New module.
7041         * modules/d-type: New module.
7042         * modules/error (Files): Remove m4/strerror_r.m4.
7043         * modules/filemode (Files): Add m4/st_dm_mode.m4.
7044         * modules/fsuage (Files): Remove m4/ulonglong.m4, m4/stdint_h.m4,
7045         m4/inttypes_h.m4, m4/uintmax_t.m4.
7046         (Depends-on): Add stdint.
7047         (lib_SOURCES): Add fsusage.h.
7048         * modules/getcwd (Files): Remove d-ino.m4.
7049         (Depends-on): Add d-ino.
7050         * modules/getndelim2 (Depends-on): Add stdint.
7051         * modules/glob (Files): Remove m4/d-type.m4.
7052         (Depends-on): Add d-type.
7053         * modules/host-os: New module.
7054         * modules/human (Files):  Remove m4/ulonglong.m4, m4/stdint_h.m4,
7055         m4/inttypes_h.m4, m4/uintmax_t.m4.
7056         * Depends-on: Add stdint.
7057         (lib_SOURCES): Add human.h.
7058         * modules/inttostr (Files): Remove m4/intmax_t.m4,
7059         m4/inttostr.m4, m4/inttypes_h.m4, m4/longlong.m4, m4/stdint_h.m4,
7060         m4/uintmax_t.m4, m4/ulonglong.m4.
7061         (Depends-on): Add stdint.
7062         (EXTRA_DIST): Add inttostr.h.
7063         * modules/lchmod: New module.
7064         * modules/link-follow: New module.
7065         * modules/mkdir-p (Files): Remove lib/lchmod.h, m4/lchmod.m4.
7066         (Depends-on): Add lchmod.
7067         * modules/mkstemp (Files): Remove m4/ulonglong.m4,
7068         m4/stdint_h.m4, m4/inttypes_h.m4, m4/uintmax_t.m4.
7069         (Depends-on): Add stdint.
7070         * modules/obstack (Files): Remove m4/inttypes_h.m4, m4/obstack.m4,
7071         m4/stdint_h.m4, m4/uintmax_t.m4, m4/ulonglong.m4.
7072         (Depends-on): Add stdint.
7073         (configure.ac): Change gl_OBSTACK to AC_FUNC_OBSTACK.
7074         * modules/perl: New module.
7075         * modules/regex (Depends-on): Add stdint.
7076         * modules/rmdir-errno: New module.
7077         * modules/strtoimax (Files): Remove m4/stdint_h.m4, m4/inttypes_h.m4,
7078         m4/intmax_t.m4.
7079         (Depends-on): Add stdint.
7080         * modules/strtoumax (Files): Remove m4/stdint_h.m4, m4/inttypes_h.m4,
7081         m4/uintmax_t.m4.
7082         (Depends-on): Add stdint.
7083         * modules/unlink-busy: New module.
7084         * modules/utimecmp (Depends-on): Add stdint.
7085         * modules/uptime: New module.
7086         * modules/winsz-ioctl: New module.
7087         * modules/winsz-termios: New module.
7088         * modules/xnanosleep (Depends-on): Add nanosleep.
7089         * modules/ullong_max: Remove.
7090         * modules/xstrtoimax (Files): Remove m4/xstrtoimax.m4.
7091         (configure.ac): Remove gl_XSTRTOIMAX; no action needed now.
7092         * modules/xstrtol (Files): Remove m4/ulonglong.m4, m4/longlong.m4,
7093         m4/stdint_h.m4, m4/inttypes_h.m4, m4/uintmax_t.m4, m4/intmax_t.m4.
7094         (Depends-on): Add inttypes.
7095         (lib_SOURCES): Add xstrtol.h.
7096         * modules/xstrtoumax (Files): Remove m4/xstrtoumax.m4.
7097         (configure.ac): Remove gl_XSTRTOUMAX; no action needed now.
7098         * MODULES.html.sh: Move 'assert' into the assert section.
7099         Move 'dummy' into the linking section.
7100         Remove ullong_max.
7101         Add section for compatibility checks for POSIX:2001 functions,
7102         and put d-ino, d-type, link-follow, rmdir-errno, unlink-busy,
7103         winsz-ioctl, and winsz-termios into it.
7104         Add lchmod.
7105         Add top-level Misc section and put host-os, perl, and uptime
7106         into it.
7107
7108 2006-08-20  Paul Eggert  <eggert@cs.ucla.edu>
7109
7110         * lib/cycle-check.h: Include <stdint.h> unconditionally, since we
7111         now assume the stdint module.  Do not include inttypes.h.
7112         * lib/fsusage.h: Likewise.
7113         * lib/getndelim2.c: Likewise.
7114         * lib/human.h: Likewise.
7115         * lib/inttostr.h: Likewise.
7116         * lib/obstack.c: Likewise.
7117         * lib/regex_internal.h: Likewise.
7118         * lib/tempname.c: Likewise.
7119         * lib/utimecmp.c: Likewise.
7120         * lib/xstrtol.h: Likewise.
7121
7122         * lib/stat_.h: Fix typo: HAVE_FUNC_LSTAT -> HAVE_LSTAT.
7123
7124         * lib/strtoimax.c: Adjust to macro name changes in Autoconf,
7125         e.g., HAVE_LONG_LONG -> HAVE_LONG_LONG_INT.
7126         * lib/xtime.h: Likewise.
7127
7128 2006-08-19  Paul Eggert  <eggert@cs.ucla.edu>
7129
7130         * modules/openat (Files): Add lib/fchmodat.c.
7131         Fixes problem reported by Jay Youngman.
7132
7133 2006-08-19  Paul Eggert  <eggert@cs.ucla.edu>
7134
7135         * lib/fchmodat.c: New file, from coreutils.  This was inadvertently
7136         omitted in the 2006-08-17 update.  Problem reported by Jay Youngman.
7137
7138 2006-08-18  Paul Eggert  <eggert@cs.ucla.edu>
7139             Bruno Haible  <bruno@clisp.org>
7140
7141         * m4/bison-i18n.m4 (BISON_I18N): Also handle the case where yacc exists
7142         and is a script that invokes bison. Tighten the code. Add comments.
7143
7144 2006-08-18  Jim Meyering  <jim@meyering.net>
7145
7146         * m4/gethrxtime.m4 (gl_PREREQ_GETHRXTIME): Also check for
7147         CLOCK_REALTIME, since gethrxtime may revert to using clock_gettime via
7148         gettime.c.  Gabor Z. Papp reported that gethrxtime-using programs
7149         failed to link due to unresolved clock_gettime on a linux-2.4.x system.
7150
7151 2006-08-18  Bruno Haible  <bruno@clisp.org>
7152
7153         * modules/bison-i18n: New file.
7154         * MODULES.html.sh (Internationalization functions): Add it.
7155
7156 2006-08-18  Bruno Haible  <bruno@clisp.org>
7157
7158         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Also check for
7159         sys/statvfs.h. When getmntinfo was found, check its declaration and
7160         set either MOUNTED_GETMNTINFO or MOUNTED_GETMNTINFO2 depending on it.
7161
7162 2006-08-18  Bruno Haible  <bruno@clisp.org>
7163
7164         * m4/bison-i18n.m4: New file, from bison.
7165
7166 2006-08-18  Bruno Haible  <bruno@clisp.org>
7167
7168         * lib/mountlist.c [MOUNTED_GETMNTINFO2]: Include sys/statvfs.h.
7169         (ME_DUMMY): Treat "kernfs" as a dummy.
7170         (read_file_system_list) [MOUNTED_GETMNTINFO2]: Implement.
7171
7172 2006-08-17  Paul Eggert  <eggert@cs.ucla.edu>
7173
7174         Update from coreutils.
7175
7176         2006-08-15  Jim Meyering  <jim@meyering.net>
7177
7178         * m4/openat.m4 (gl_FUNC_OPENAT): Add at-func.c via AC_LIBSOURCES.
7179
7180         2006-01-17  Jim Meyering  <jim@meyering.net>
7181
7182         * m4/fts.m4 (gl_FUNC_FTS_CORE): Depend on gl_FUNC_OPENAT.
7183
7184         2006-01-11  Jim Meyering  <jim@meyering.net>
7185
7186         * m4/openat.m4 (gl_FUNC_OPENAT): Require and compile fchmodat.c.
7187         Check for the lchmod function.
7188
7189 2006-08-17  Paul Eggert  <eggert@cs.ucla.edu>
7190
7191         Update from coreutils.
7192
7193         * lib/__fpending.h: Add copyright notice.
7194         * lib/fprintftime.h: Likewise.
7195         * lib/savedir.c: Use (C) in copyright notice.
7196         * lib/savedir.h: Likewise.
7197
7198         2006-08-15  Jim Meyering  <jim@meyering.net>
7199
7200         * lib/at-func.c: New file, with the logic of all emulated at-functions.
7201         * lib/openat-priv.h: Include <errno.h> and define ENOSYS,
7202         in support of the EXPECTED_ERRNO macro.
7203         * lib/openat.c (fstatat, unlinkat, fchownat): Remove function
7204         definitions.  Instead, define the appropriate symbols and include
7205         "at-func.c".
7206         * lib/mkdirat.c (mkdirat): Likewise.
7207         * lib/fchmodat.c (fchmodat): Likewise.
7208         (ENOSYS): Remove definition.
7209         * lib/openat.c: Don't include <errno.h>, now that "openat-priv.h" does
7210         it.  Don't include "unistd--.h" -- it wasn't ever used.
7211
7212         2006-01-17  Jim Meyering  <jim@meyering.net>
7213
7214         Rewrite fts.c not to change the current working directory,
7215         by using openat, fstatat, fdopendir, etc..
7216
7217         * lib/fts.c [! _LIBC]: Include "openat.h" and "unistd--.h".
7218         (HAVE_OPENAT_SUPPORT): Define.
7219         [_LIBC] (fchdir): Don't undef or define; no longer used.
7220         (FCHDIR): Define in terms of cwd_advance_fd rather than fchdir.
7221         Now, this `function' always succeeds, and consumes its file descriptor
7222         parameter -- so callers must not close such FDs.  Update callers.
7223         (diropen_fd, opendirat, cwd_advance_fd): New functions.
7224         (diropen): Add parameter, SP.  Adjust all callers.
7225         Implement using diropen_fd, rather than open.
7226         (fts_open): Initialize new member, fts_cwd_fd.
7227         Remove fts_rft-setting code.
7228         (fts_close): Close fts_cwd_fd, if necessary.
7229         (__opendir2): Define in terms of opendir or opendirat,
7230         depending on whether the FST_NOCHDIR flag is set.
7231         (fts_build): Since fts_safe_changedir consumes its FD, and since
7232         this code must do `closedir(dirp)', dup the dirfd(dirp) argument,
7233         and close the dup'd file descriptor upon failure.
7234         (fts_stat): Use fstatat(...AT_SYMLINK_NOFOLLOW) in place of lstat.
7235         (fts_safe_changedir): Tweak semantics to reflect that this function
7236         now calls cwd_advance_fd and hence consumes its FD argument.
7237         * lib/fts_.h [struct FTS] (fts_cwd_fd): New member.
7238         [struct FTS] (fts_rft): Remove now-unused member.
7239         [struct FTS] (fts_cycle.state): Improve comment.
7240
7241         * lib/openat.c (openat_needs_fchdir): New function.
7242         * lib/openat.h (openat_needs_fchdir): Declare it.
7243
7244 2006-08-16  Paul Eggert  <eggert@cs.ucla.edu>
7245
7246         * lib/memcoll.c (memcoll): Set errno = 0 in the shortcut case, too.
7247         Problem and fix reported by Pádraig Brady in
7248         <http://lists.gnu.org/archive/html/bug-coreutils/2006-08/msg00099.html>.
7249
7250 2006-08-15  Paul Eggert  <eggert@cs.ucla.edu>
7251
7252         * modules/cycle-check (configure.ac): Add gl_CYCLE_CHECK.
7253
7254 2006-08-15  Paul Eggert  <eggert@cs.ucla.edu>
7255
7256         * lib/memcoll.c (memcoll): Optimize for the common case where the
7257         arguments are bytewise equal.
7258
7259 2006-08-15  Paul Eggert  <eggert@cs.ucla.edu>
7260
7261         * doc/regexprops-generic.texi: Add a copyright notice.
7262
7263 2006-08-15  Bruno Haible  <bruno@clisp.org>
7264
7265         * modules/tmpdir (License): Change to LGPL.
7266
7267 2006-08-15  Bruno Haible  <bruno@clisp.org>
7268
7269         * gnulib-tool (func_all_modules, func_verify_module): COPYING is not a
7270         module.
7271
7272 2006-08-14  Simon Josefsson  <jas@extundo.com>
7273
7274         * config/srclist.txt: Add gnupload.
7275
7276 2006-08-14  Paul Eggert  <eggert@cs.ucla.edu>
7277
7278         Change copyright notice from LGPL 2 to GPL 2, since that's the
7279         standard form used in the gnulib repository.
7280         * tests/test-lock.c: Likewise.
7281         * tests/test-stdint.c: Likewise.
7282         * tests/test-tls.c: Likewise.
7283
7284         * users.txt: Add bison, diffutils, libprelude, prelude-lml,
7285         prelude-manager.  User shorter URLs for GNU projects, without '?'.
7286         Add copyright notice.
7287
7288         * check-module: Add copyright notice.  Output a copyright
7289         notice if "--version" is specified.
7290         * modules/COPYING: New file.
7291         * tests/test-getaddrinfo.c: Add copyright notice.
7292         * tests/test-verify.c: Likewise.
7293
7294 2006-08-14  Paul Eggert  <eggert@cs.ucla.edu>
7295
7296         Change copyright notice from LGPL 2 to GPL 2, since that's the
7297         standard form used in the gnulib repository.
7298         * lib/lock.c: LGPL -> GPL.
7299         * lib/lock.h: Likewise.
7300         * lib/strnlen1.c: Likewise.
7301         * lib/strnlen1.h: Likewise.
7302         * lib/tls.c: Likewise.
7303         * lib/tls.h: Likewise.
7304         * lib/tmpdir.c: Likewise.
7305
7306         * lib/TODO: Remove; this belongs only in coreutils.
7307
7308 2006-08-14  Paul Eggert  <eggert@cs.ucla.edu>
7309
7310         Add copyright notices to long-enough files that lack them, since
7311         otherwise the files aren't clearly free.  Use the same notice that
7312         getdate.texi already uses.
7313         * doc/alloca-opt.texi: Add copyright notice.
7314         * doc/alloca.texi: Likewise.
7315         * doc/ctime.texi: Likewise.
7316         * doc/functions.texi: Likewise.
7317         * doc/gcd.texi: Likewise.
7318         * doc/gnulib-tool.texi: Likewise.
7319         * doc/inet_ntoa.texi: Likewise.
7320         * doc/visibility.texi: Likewise.
7321
7322         * doc/getdate.texi: Update FDL version from 1.1 to 1.2.
7323         * doc/quote.texi: Add copyright notice.
7324
7325         * doc/solaris-versions: Add SunOS 5.10, SunOS 1.x, SunOS 4.0, SunOS
7326         4.0.x, SunOS 4.1.1.1, SunOS 4.1.1_U1, SunOS 4.1.3B.  SunOS 4.1.3
7327         was Solaris 1.1A.  Remove space before B in Solaris 1.1.1B.
7328         Mention SunOS 5.11.  Mention that everything before SunOS 5.7
7329         is now obsolete, and give a pointer to the Sun list.
7330         Add copyright notice.
7331
7332 2006-08-14  Paul Eggert  <eggert@cs.ucla.edu>
7333
7334         * config/srclistvars.sh: Add copyright notice.
7335
7336 2006-08-14  Eric Blake  <ebb9@byu.net>
7337
7338         Import the following change from libc:
7339
7340         2006-08-12  Ulrich Drepper  <drepper@redhat.com>
7341
7342         Upstream bug 2997.
7343         * lib/misc/error.c: Add space between program name and message if file
7344         name is missing.
7345
7346 2006-08-12  Karl Berry  <karl@gnu.org>
7347
7348         * config/srclist.txt (ssize_t.m4, sig_atomic_t.m4, signalblocking.m4):
7349         remove, these originate in gnulib now.
7350
7351 2006-08-11  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
7352
7353         * doc/Makefile (standards.info standards.html standards.dvi):
7354         Also depend on make-stds.texi.
7355
7356 2006-08-11  Paul Eggert  <eggert@cs.ucla.edu>
7357
7358         * lib/pipe-safer.c (pipe_safer): Fix misspelling: HAVE_FUNC_PIPE ->
7359         HAVE_PIPE.  Fix a file descriptor leak when fd_safer fails.
7360
7361         * lib/regex_internal.c (re_string_skip_chars): Don't assume WEOF fits
7362         in wchar_t.  Problem reported by Eric Blake.
7363
7364         * lib/snprintf.c (snprintf): memcpy LEN bytes, not SIZE - 1, when
7365         LEN is smaller than SIZE.  Suggested by Bruno Haible.
7366         Also, help the compiler to keep LEN in a register.
7367
7368 2006-08-11  Eric Blake  <ebb9@byu.net>
7369
7370         * users.txt: Sort.  Add tar.
7371
7372 2006-08-11  Bruno Haible  <bruno@clisp.org>
7373
7374         * users.txt: New file.
7375
7376 2006-08-11  Bruno Haible  <bruno@clisp.org>
7377
7378         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Include <stdio.h> and <time.h>
7379         before <wchar.h>. Needed for OSF/1 and BSD/OS.
7380
7381 2006-08-10  Paul Eggert  <eggert@cs.ucla.edu>
7382
7383         * modules/snprintf (Depends-on): Remove minmax.
7384         (Maintainer): Add self and Bruno.
7385
7386 2006-08-10  Paul Eggert  <eggert@cs.ucla.edu>
7387
7388         * lib/.cppi-disable: Add snprintf.h, socket_.h.
7389         * lib/snprintf.c: Include <errno.h> and <limits.h>.
7390         (EOVERFLOW): Define if the system does not.
7391         Do not include "minmax.h"; it wasn't used.
7392         (snprintf): Don't assume size_t promotes to an unsigned type.
7393         Fix bug when generated string was too long for the buffer: the
7394         buffer's contents are supposed to be the initial prefix of the
7395         output.  Don't assume vasnprintf returns EOVERFLOW if the size
7396         exceeds INT_MAX; do the check ourselves.
7397
7398         Import the following changes from libc:
7399
7400         2006-06-02  Jakub Jelinek  <jakub@redhat.com>
7401
7402         * lib/posix/regex_internal.c (re_string_skip_chars): If no character
7403         has been converted at all, set *last_wc to WEOF.  If mbrtowc failed,
7404         set wc to the byte which couldn't be converted.
7405         (re_string_reconstruct): Don't clear valid_raw_len before calling
7406         re_string_skip_chars.  If wc is WEOF after re_string_skip_chars, set
7407         tip_context using re_string_context_at.
7408
7409         2006-05-02  Ulrich Drepper  <drepper@redhat.com>
7410
7411         * lib/posix/regex.h: g++ still cannot handled [restrict].
7412
7413         2006-04-21  Ulrich Drepper  <drepper@redhat.com>
7414
7415         * lib/posix/regex.h: Remove special handling for VMS.
7416
7417 2006-08-10  Jim Meyering  <jim@meyering.net>
7418
7419         * modules/same-inode: New module.
7420         * modules/dev-ino: New module.
7421         * modules/cycle-check: Depend on these modules, rather than simply
7422         including their .h files.
7423         (Makefile.am): Don't list cycle-check.[ch] here, now that they're
7424         required via m4/cycle-check.m4.
7425         * modules/same: Depend on new same-inode module, rather than
7426         including same-inode.h.
7427         * modules/chdir-safer: New file.
7428
7429         * modules/chown (Depends-on): Add stat-macros.
7430
7431 2006-08-10  Jim Meyering  <jim@meyering.net>
7432
7433         * m4/cycle-check.m4: New file.
7434         Require gl_STRUCT_DEV_INO and gl_SAME_INODE.
7435         * m4/dev-ino.m4, m4/same-inode.m4: New files.
7436
7437 2006-08-10  Eric Blake  <ebb9@byu.net>
7438
7439         * modules/verror (Depends-on): Remove bogus gl_VERROR that snuck
7440         in from original proposal.
7441
7442 2006-08-10  Eric Blake  <ebb9@byu.net>
7443         and Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
7444
7445         * gnulib-tool (func_import): Detect unexpanded macros in gnulib
7446         namespace.
7447
7448 2006-08-10  Bruno Haible  <bruno@clisp.org>
7449
7450         * gnulib-tool (func_create_testdir): Detect unexpanded macros here
7451         as well.
7452
7453 2006-08-09  Paul Eggert  <eggert@cs.ucla.edu>
7454
7455         Sync from coreutils.
7456
7457         2006-07-19  Mike Frysinger  <vapier@gentoo.org>
7458
7459         * lib/mountlist.c [ME_REMOTE]: Filter out cifs.
7460         Reported by Toralf Förster in <http://bugs.gentoo.org/141012>.
7461
7462 2006-08-09  Paul Eggert  <eggert@cs.ucla.edu>
7463
7464         * modules/restrict: Remove; no longer needed now that we assume
7465         Autoconf 2.59 or later.
7466         * MODULES.html.sh: Remove 'restrict'.
7467         * modules/argp (Depends-on): Remove 'restrict'.
7468         * modules/base64 (Depends-on): Likewise.
7469         * modules/gc (Depends-on): Likewise.
7470         * modules/getaddrinfo (Depends-on): Likewise.
7471         * modules/glob (Depends-on): Likewise.
7472         * modules/inet_ntop (Depends-on): Likewise.
7473         * modules/inet_pton (Depends-on): Likewise.
7474         * modules/memxor (Depends-on): Likewise.
7475         * modules/regex (Depends-on): Likewise.
7476         * modules/strtok_r (Depends-on): Likewise.
7477         * modules/time_r (Depends-on): Likewise.
7478
7479 2006-08-09  Paul Eggert  <eggert@cs.ucla.edu>
7480
7481         * m4/argp.m4 (gl_ARGP): Require AC_C_RESTRICT.
7482         * m4/gc.m4 (gl_PREREQ_GC): Likewise.
7483         * m4/glob.m4 (gl_PREREQ_GLOB): Likewise.
7484         * m4/inet_ntop.m4 (gl_PREREQ_INET_NTOP): Likewise.
7485         * m4/inet_pton.m4 (gl_PREREQ_INET_PTON): Likewise.
7486         * m4/memxor.m4 (gl_MEMXOR): Likewise.
7487         * m4/restrict.m4: Remove; no longer needed.  All remaining uses of
7488         gl_C_RESTRICT replaced by AC_C_RESTRICT.
7489
7490         Merge from coreutils.
7491         * m4/regex.m4 (gl_PREREQ_REGEX): Require AC_C_RESTRICT, not
7492         gl_C_RESTRICT, now that we assume Autoconf 2.59 or later.
7493         * m4/strtok_r.m4 (gl_FUNC_STRTOK_R): Likewise.
7494         * m4/time_r.m4 (gl_TIME_R): Likewise.
7495
7496 2006-08-09  Karl Berry  <karl@gnu.org>
7497
7498         * config/srclist.txt: no more gettext-tools, per Bruno.
7499
7500 2006-08-08  Eric Blake  <ebb9@byu.net>
7501
7502         * modules/verror: New module.
7503         * MODULES.html.sh: Document it.
7504
7505 2006-08-08  Eric Blake  <ebb9@byu.net>
7506
7507         * lib/verror.h, lib/verror.c: New files.
7508
7509 2006-08-08  Eric Blake  <ebb9@byu.net>
7510
7511         * lib/verror.c (verror_at_line): Work around glibc bug 2997, so that
7512         verror_at_line output complies with GNU Coding Standards even when
7513         file is NULL.
7514
7515 2006-08-07  Bruno Haible  <bruno@clisp.org>
7516
7517         * lib/allocsa.h (sa_alignof) [_AIX]: Also consider 'long long' in newer
7518         versions of AIX.
7519         Reported by Ralf Wildenhues.
7520
7521 2006-08-07  Bruno Haible  <bruno@clisp.org>
7522
7523         * gnulib-tool (func_create_testdir): Wrap the set of autoconf snippets
7524         in an AC_DEFUN. Needed so that the autoconf snippets can use
7525         AC_REQUIRE.
7526
7527 2006-08-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
7528
7529         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
7530         Initialize pkgdata_DATA.
7531         * modules/javaversion (Makefile.am): Add to pkgdata_DATA, rather than
7532         overriding it.
7533
7534 2006-08-06  Eric Blake  <ebb9@byu.net>
7535
7536         * lib/error.h: Fold in some upstream changes from glibc.
7537         * lib/error.c: Likewise.
7538
7539 2006-08-04  Bruno Haible  <bruno@clisp.org>
7540
7541         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
7542         Make the mostlyclean-local rule depend on mostlyclean-generic.
7543         Reported by Jim Meyering. Solution suggested by Ralf Wildenhues.
7544
7545 2006-07-31  Bruno Haible  <bruno@clisp.org>
7546
7547         * m4/localcharset.m4 (gl_LOCALCHARSET): Remove tests for <stddef.h>,
7548         <stdlib.h>, <string.h>.
7549
7550 2006-07-30  Bruno Haible  <bruno@clisp.org>
7551
7552         * modules/readlink (License): Change to LGPL.
7553
7554 2006-07-30  Bruno Haible  <bruno@clisp.org>
7555
7556         * modules/javaversion (Makefile.am): Distribute javaversion.java and
7557         javaversion.class. Also install javaversion.class in $(pkgdatadir) and
7558         set PKGDATADIR to point to it.
7559
7560 2006-07-30  Bruno Haible  <bruno@clisp.org>
7561
7562         * modules/csharpexec (configure.ac): Comment out macro invocation.
7563         * modules/javaexec (configure.ac): Likewise.
7564         * modules/javacomp-script (configure.ac): Likewise.
7565
7566         * modules/csharpcomp-script (configure.ac): Use AC_REQUIRE.
7567
7568 2006-07-30  Bruno Haible  <bruno@clisp.org>
7569
7570         * modules/clean-temp (Depends-on): Add linkedhash-list, remove
7571         linked-list.
7572
7573 2006-07-30  Bruno Haible  <bruno@clisp.org>
7574
7575         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Assume <string.h> exists.
7576
7577 2006-07-30  Bruno Haible  <bruno@clisp.org>
7578
7579         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
7580         Initialize MOSTLYCLEANFILES to core and *.stackdump, so that core dumps
7581         get removed.
7582
7583 2006-07-29  Bruno Haible  <bruno@clisp.org>
7584
7585         Make it possible for gnulib-tool to work with locally modified or
7586         augmented gnulib repositories.
7587         * gnulib-tool (func_usage): Document --local-dir option.
7588         (local_gnulib_dir): New variable.
7589         Handle --local-dir option.
7590         (func_lookup_file): New function.
7591         (func_all_modules, func_verify_module): Look also in $local_gnulib_dir.
7592         (func_get_description, func_get_filelist, func_get_description,
7593         func_get_filelist, func_get_dependencies, func_get_autoconf_snippet,
7594         func_get_automake_snippet, func_get_include_directive,
7595         func_get_license, func_get_maintainer): Use func_lookup_file.
7596         (func_import, func_create_testdir): Use func_lookup_file.
7597
7598 2006-07-29  Bruno Haible  <bruno@clisp.org>
7599
7600         * modules/setenv (Depends-on): Add unistd.
7601
7602 2006-07-29  Bruno Haible  <bruno@clisp.org>
7603
7604         * lib/setenv.c: Undo unintended modification done on 2006-02-27.
7605
7606 2006-07-29  Bruno Haible  <bruno@clisp.org>
7607
7608         * lib/localcharset.c: Assume <stddef.h>, <stdlib.h>, <string.h> exist.
7609
7610 2006-07-29  Bruno Haible  <bruno@clisp.org>
7611
7612         * gnulib-tool (import, update): If there is no Makefile.am, look at
7613         aclocal.m4, instead of bailing out.
7614
7615 2006-07-29  Bruno Haible  <bruno@clisp.org>
7616
7617         * gnulib-tool (func_usage): Revert most of the 2006-07-15 change.
7618         Categorize the options by when they are useful.
7619
7620 2006-07-29  Bruno Haible  <bruno@clisp.org>
7621
7622         * gnulib-tool (func_usage): Document option --no-libtool.
7623         Handle option --no-libtool.
7624         (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am): Update
7625         for changed semantics of $libtool variable.
7626         (func_import): Likewise. If libtool is not used, show this through
7627         an option --no-libtool.
7628         (func_create_testdir): Update.
7629
7630 2006-07-29  Bruno Haible  <bruno@clisp.org>
7631
7632         * gnulib-tool (func_import): Extend error message about missing
7633         --doc-base.
7634
7635 2006-07-29  Bruno Haible  <bruno@clisp.org>
7636
7637         * gnulib-tool (func_import): Don't create the $docbase directory if
7638         there is no file to store there.
7639
7640 2006-07-29  Bruno Haible  <bruno@clisp.org>
7641
7642         * gnulib-tool (autoconf_minversion): If a --dir option is given and
7643         relevant, look for configure.ac there, not in the current directory.
7644         Also use a simple search for AC_PREREQ, not "autoconf --trace".
7645
7646 2006-07-29  Bruno Haible  <bruno@clisp.org>
7647
7648         * gnulib-tool (SORT): New variable.
7649         (func_usage): Undocument --assume-autoconf option.
7650         Remove --assume-autoconf option handling.
7651         (autoconf_minversion): Determine from the contents of configure.ac.
7652         (func_import): Remove autoconf_minversion handling.
7653         Suggested by Eric Blake.
7654
7655 2006-07-29  Bruno Haible  <bruno@clisp.org>
7656
7657         * doc/gnulib-tool.texi (gl_LIBTOOL): Mention --no-libtool option.
7658
7659 2006-07-29  Bruno Haible  <bruno@clisp.org>
7660
7661         * config/srclist.txt (*setenv.[ch]): Remove rules.
7662
7663 2006-07-28  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
7664
7665         * m4/inet_pton.m4, inet_ntop.m4: Check for netinet/in.h too.
7666
7667 2006-07-28  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
7668
7669         * lib/inet_ntop.h, inet_pton.h: Need to include netinet/in.h before
7670         arpa/inet.h.
7671
7672 2006-07-28  Simon Josefsson  <jas@extundo.com>
7673
7674         * modules/inet_ntop (Depends-on): Depend on arpa_inet.
7675         * modules/inet_pton (Depends-on): Likewise.
7676
7677 2006-07-28  Simon Josefsson  <jas@extundo.com>
7678
7679         * m4/netinet_in_h.m4: New file.
7680
7681 2006-07-28  Simon Josefsson  <jas@extundo.com>
7682
7683         * lib/inet_ntop.h, inet_pton.h: No need to guard netinet/in.h
7684         #include's.
7685
7686 2006-07-28  Simon Josefsson  <jas@extundo.com>
7687
7688         * lib/inet_ntop.h, inet_pton.h: No need to guard arpa/inet.h
7689         #include's.
7690
7691 2006-07-28  Paul Eggert  <eggert@cs.ucla.edu>
7692
7693         * lib/modechange.c (mode_compile): Numeric modes now affect setuid and
7694         setgid on directories only if they set these bits.
7695         * lib/modechange.h: Remove obsolete comment about masks.
7696
7697 2006-07-28  Eric Blake  <ebb9@byu.net>
7698
7699         * lib/regex_internal.h (struct re_dfa_t) [!_LIBC]: Avoid invalid C89
7700         macro expansion.
7701
7702 2006-07-28  Bruno Haible  <bruno@clisp.org>
7703
7704         * lib/inet_ntop.h, inet_pton.h: Use #if HAVE* instead of #ifdef HAVE*.
7705
7706 2006-07-28  Bruno Haible  <bruno@clisp.org>
7707
7708         * m4/mbchar.m4 (gl_MBCHAR): Also test for iswcntrl.
7709
7710 2006-07-28  Bruno Haible  <bruno@clisp.org>
7711
7712         * lib/mbchar.h (iswalnum, iswalpha, iswblank, iswcntrl, iswdigit,
7713         iswgraph, iswlower, iswprint, iswpunct, iswspace, iswupper, iswxdigit):
7714         Define fallbacks.
7715         Avoids link error on FreeBSD 4.x.
7716         Reported by Yoann Vandoorselaere <yoann.v@prelude-ids.com>.
7717
7718         * lib/wcwidth.h (iswprint): Assume an ASCII compatible wide character
7719         encoding.
7720         * lib/mbswidth.c (iswcntrl): Likewise.
7721
7722 2006-07-27  Bruno Haible  <bruno@clisp.org>
7723
7724         * m4/stdint.m4 (gl_STDINT_H): Define __STDC_CONSTANT_MACROS during the
7725         test.
7726
7727 2006-07-27  Bruno Haible  <bruno@clisp.org>
7728
7729         * lib/stdint_.h (INT*_C, UINT*_C) [C++]: Define these if
7730         __STDC_CONSTANT_MACROS is defined, not if __STDC_LIMIT_MACROS is
7731         defined.
7732
7733 2006-07-26  Eric Blake  <ebb9@byu.net>
7734
7735         * m4/unistd-safer.m4 (gl_UNISTD_SAFER): Check for missing pipe.
7736
7737 2006-07-26  Eric Blake  <ebb9@byu.net>
7738
7739         * lib/mkstemp-safer.c [! HAVE_MKSTEMP]: Add prototype for platforms
7740         like mingw that lack mkstemp.
7741         * lib/pipe-safer.c (pipe_safer) [!HAVE_FUNC_PIPE]: Provide fallback to
7742         avoid compilation warning on mingw.
7743
7744 2006-07-26  Bruno Haible  <bruno@clisp.org>
7745
7746         * m4/stdint.m4 (gl_STDINT_H): Also verify the existence of the macros
7747         INT*_MIN, INT_LEAST*_MAX, INT_LEAST*_MIN, UINT_LEAST*_MAX,
7748         INT_FAST*_MIN, INTPTR_MIN.
7749
7750 2006-07-25  Bruno Haible  <bruno@clisp.org>
7751
7752         * modules/version-etc (Depends-on): Add stdarg.
7753
7754 2006-07-25  Bruno Haible  <bruno@clisp.org>
7755
7756         * m4/stdint.m4 (gl_INTEGER_TYPE_SUFFIX): Avoid 'eval' in front of
7757         complex commands.
7758
7759 2006-07-25  Bruno Haible  <bruno@clisp.org>
7760
7761         * lib/version-etc.c (version_etc_va): Use va_copy, assumed to be
7762         defined in <stdarg.h> or config.h.
7763
7764 2006-07-24  Paul Eggert  <eggert@cs.ucla.edu>
7765
7766         * m4/stdio-safer.m4 (gl_FOPEN_SAFER, gl_TMPFILE_SAFER): New macros.
7767         (gl_STDIO_SAFER): Remove.
7768
7769 2006-07-24  Paul Eggert  <eggert@cs.ucla.edu>
7770
7771         * MODULES.html.sh (File stream based Input/Output):
7772         Add fopen-safer, tmpfile-safer; remove stdio-safer.
7773         * modules/getusershell (Depends-on): Change stdio-safer to fopen-safer.
7774         * modules/fopen-safer, modules/tmpfile-safer: New files.
7775         * modules/stdio-safer: Remove.
7776
7777 2006-07-24  Bruno Haible  <bruno@clisp.org>
7778
7779         * modules/tmpdir: New file.
7780         * MODULES.html.sh (File system functions): Add it.
7781
7782 2006-07-24  Bruno Haible  <bruno@clisp.org>
7783
7784         * modules/javacomp (Depends-on): Add unistd, javaversion, binary-io,
7785         getline, pathname, fwriteerror, clean-temp, xvasprintf, strstr.
7786
7787 2006-07-24  Bruno Haible  <bruno@clisp.org>
7788
7789         * modules/clean-temp: New file.
7790
7791 2006-07-24  Bruno Haible  <bruno@clisp.org>
7792
7793         * m4/tmpdir.m4: New file, from GNU gettext.
7794
7795 2006-07-24  Bruno Haible  <bruno@clisp.org>
7796
7797         * lib/tmpdir.h: New file, from GNU gettext.
7798         * lib/tmpdir.c: New file, from GNU gettext.
7799
7800 2006-07-24  Bruno Haible  <bruno@clisp.org>
7801
7802         * lib/clean-temp.h: New file, from GNU gettext.
7803         * lib/clean-temp.c: New file, from GNU gettext.
7804
7805 2006-07-23  Eric Blake  <ebb9@byu.net>
7806
7807         * modules/stdio-safer (Files): Add tmpfile-safer.c.
7808         (Depends-on): Add binary-io.
7809
7810 2006-07-23  Eric Blake  <ebb9@byu.net>
7811
7812         * m4/stdio-safer.m4 (gl_STDIO_SAFER): Add tmpfile-safer.c.
7813
7814 2006-07-23  Eric Blake  <ebb9@byu.net>
7815
7816         * lib/tmpfile-safer.c: New file.
7817         * lib/stdio-safer.h (fopen_safer): Add prototype.
7818         * lib/stdio--.h (tmpfile): Make safer.
7819
7820 2006-07-23  Bruno Haible  <bruno@clisp.org>
7821
7822         * lib/gl_anylinked_list2.h (ASYNCSAFE): New macro.
7823         (gl_linked_add_first, gl_linked_add_last, gl_linked_add_before,
7824         gl_linked_add_after, gl_linked_add_at, gl_linked_remove_node,
7825         gl_linked_remove_at): Use it.
7826
7827 2006-07-22  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
7828         and Simon Josefsson <jas@extundo.com>
7829
7830         * lib/getaddrinfo.h (AI_PASSIVE): Make sure it is defined.
7831
7832         * lib/getaddrinfo.c (getaddrinfo): Support AI_PASSIVE.
7833
7834 2006-07-22  Paul Eggert  <eggert@cs.ucla.edu>
7835
7836         * modules/close-stream: New file.
7837         * modules/closeout (Description): Make it clear that it exits
7838         with a diagnostic on error.
7839         (Depends-on): Add close-stream.  Remove fpending, stdbool.
7840         * MODULES.html.sh (File stream based Input/Output): Add close-stream.
7841
7842 2006-07-22  Paul Eggert  <eggert@cs.ucla.edu>
7843
7844         * m4/close-stream.m4: New file.
7845
7846 2006-07-22  Paul Eggert  <eggert@cs.ucla.edu>
7847
7848         * lib/close-stream.c, lib/close-stream.h: New files.
7849
7850 2006-07-22  Bruno Haible  <bruno@clisp.org>
7851
7852         Merge from GNU gettext 0.15.
7853
7854         2006-05-01  Bruno Haible  <bruno@clisp.org>
7855
7856                 * build-aux/javacomp.sh.in: Update for changed javacomp.m4.
7857
7858         2006-07-22  Bruno Haible  <bruno@clisp.org>
7859
7860                 * modules/javaversion: New file.
7861                 * MODULES.html.sh (Java): Add javaversion.
7862
7863         2006-03-12  Bruno Haible  <bruno@clisp.org>
7864
7865                 * build-aux/javaexec.sh.in: Update for changed javaexec.m4.
7866
7867         2005-12-04  Bruno Haible  <bruno@clisp.org>
7868
7869                 * build-aux/csharpexec.sh.in: Add support for 'clix' launcher
7870                 (untested).
7871
7872         2006-06-21  Bruno Haible  <bruno@clisp.org>
7873
7874                 Avoid warnings from recent versions of mcs.
7875                 * build-aux/csharpcomp.sh.in (options_mcs): Don't use options
7876                 -o, -L, -r any more. Use options documented since mcs-1.0
7877                 instead. Similarly for -g.
7878
7879         2005-12-04  Bruno Haible  <bruno@clisp.org>
7880
7881                 * build-aux/csharpcomp.sh.in: Suffix for resources is
7882                 .resources, not .resource.
7883
7884         2005-07-09  Bruno Haible  <bruno@clisp.org>
7885
7886                 * build-aux/csharpcomp.sh.in (options_csc): For -l option,
7887                 add a .dll suffix.
7888                 Reported by Mark Junker <mjscod@gmx.de>.
7889
7890         2006-07-22  Bruno Haible  <bruno@clisp.org>
7891
7892                 * modules/gettext: Upgrade to gettext-0.15.
7893                 (Files): Remove m4/isc-posix.m4. Add m4/lock.m4,
7894                 m4/visibility.m4.
7895                 Replace m4/inttypes.m4 with m4/inttypes-h.m4.
7896
7897 2006-07-22  Bruno Haible  <bruno@clisp.org>
7898
7899         Merge from GNU gettext 0.15.
7900
7901         2006-03-25  Bruno Haible  <bruno@clisp.org>
7902
7903                 * lib-link.m4 (AC_LIB_LINKFLAGS_FROM_LIBS): New macro.
7904
7905         2006-07-21  Bruno Haible  <bruno@clisp.org>
7906
7907                 * javacomp.m4 (gt_JAVACOMP): Convert target_version "null" to
7908                 "1.1".
7909
7910         2006-05-09  Bruno Haible  <bruno@clisp.org>
7911
7912                 * javacomp.m4 (gt_JAVACOMP): On Cygwin, set
7913                 CLASSPATH_SEPARATOR to a semicolon. Use CLASSPATH_SEPARATOR
7914                 for the conftestver execution.
7915
7916         2006-05-01  Bruno Haible  <bruno@clisp.org>
7917
7918                 * javacomp.m4 (gt_JAVACOMP): Accept a source-version and an
7919                 optional target-version argument. Verify that the compiler
7920                 groks source of the specified source-version, or add -source
7921                 option as necessary. Verify that the compiler produces
7922                 bytecode in the specified target-version, or add -target and
7923                 -source options as necessary. Make the result of the test
7924                 available as variable CONF_JAVAC. Also log error output in
7925                 config.log.
7926
7927         2006-03-11  Bruno Haible  <bruno@clisp.org>
7928
7929                 * javacomp.m4 (gt_JAVACOMP): Treat gcj-4.x like gcj-3.x.
7930
7931         2006-05-09  Bruno Haible  <bruno@clisp.org>
7932
7933                 * javaexec.m4 (gt_JAVAEXEC): On Cygwin, set
7934                 CLASSPATH_SEPARATOR to a semicolon.
7935
7936         2006-03-12  Bruno Haible  <bruno@clisp.org>
7937
7938                 * javaexec.m4 (gt_JAVAEXEC): Make the result of the test
7939                 available as variable CONF_JAVA, for subsequent autoconf
7940                 tests. Also log error output in config.log.
7941
7942         2006-07-19  Bruno Haible  <bruno@clisp.org>
7943
7944                 * getline.m4 (AM_FUNC_GETLINE): When cross-compiling, assume
7945                 that getline works on glibc2 systems. Needed to avoid trouble
7946                 in relocatable.c.
7947                 Reported by Nils Magnus Larsgard <nmlarsgaard@atmel.no>.
7948
7949         2005-12-04  Bruno Haible  <bruno@clisp.org>
7950
7951                 * csharpexec.m4 (gt_CSHARPEXEC): Add support for 'clix'
7952                 launcher (untested).
7953
7954         2005-12-04  Bruno Haible  <bruno@clisp.org>
7955
7956                 * csharpcomp.m4 (gt_CSHARPCOMP): Also set CSHARPCOMPFLAGS.
7957
7958         2006-07-22  Bruno Haible  <bruno@clisp.org>
7959
7960                 * gettext.m4: Update from GNU gettext-0.15.
7961                 * nls.m4: Likewise.
7962                 * po.m4: Likewise.
7963                 * inttypes-pri.m4: Likewise.
7964                 * inttypes-h.m4: Renamed from inttypes.m4.
7965                 (gl_HEADER_INTTYPES_H): Renamed from gt_HEADER_INTTYPES_H.
7966
7967 2006-07-22  Bruno Haible  <bruno@clisp.org>
7968
7969         Merge from GNU gettext 0.15.
7970
7971         2005-07-05  Bruno Haible  <bruno@clisp.org>
7972
7973                 * printf-args.c (printf_fetchargs): Work around broken
7974                 definition of wint_t on mingw.
7975
7976         2005-02-12  Bruno Haible  <bruno@clisp.org>
7977
7978                 * xallocsa.h: Add extern "C" for C++.
7979
7980         2006-05-17  Bruno Haible  <bruno@clisp.org>
7981
7982                 Cygwin portability.
7983                 * progreloc.c (WIN32_NATIVE): Renamed from WIN32.
7984
7985         2006-04-30  Bruno Haible  <bruno@clisp.org>
7986
7987                 * progreloc.c: Include <mach-o/dyld.h> if available.
7988                 (find_executable): Use _NSGetExecutablePath when possible.
7989
7990         2006-05-06  Charles Wilson  <cygwin@cwilson.fastmail.fm>
7991
7992                 * progreloc.c (maybe_executable) [CYGWIN]: Use the access()
7993                 function.
7994
7995         2005-12-29  Bruno Haible  <bruno@clisp.org>
7996
7997                 * progreloc.c (set_program_name_and_installdir): Fix
7998                 compilation error.
7999
8000         2005-12-04  Bruno Haible  <bruno@clisp.org>
8001
8002                 Cygwin portability.
8003                 * progreloc.c: Include <windows.h> also on Cygwin.
8004                 (find_executable): Add support for Cygwin.
8005                 (set_program_name_and_installdir): Handle also platforms with
8006                 nonempty EXEEXT.
8007
8008         2006-07-11  Bruno Haible  <bruno@clisp.org>
8009
8010                 * javacomp.c: Fix a comment.
8011                 Reported by Jim Meyering.
8012
8013         2006-04-30  Bruno Haible  <bruno@clisp.org>
8014
8015                 * javacomp.h (compile_java_class): Add source_version,
8016                 target_version arguments.
8017                 * javacomp.c: Rewritten to choose only a compiler that
8018                 respects the specified source_version and target_version.
8019
8020         2006-06-27  Bruno Haible  <bruno@clisp.org>
8021
8022                 Assume correct S_ISDIR macro.
8023                 * mkdtemp.c: Remove test of STAT_MACROS_BROKEN.
8024
8025         2006-07-22  Bruno Haible  <bruno@clisp.org>
8026
8027                 * javaversion.h: New file, from GNU gettext.
8028                 * javaversion.c: New file, from GNU gettext.
8029                 * javaversion.java: New file, from GNU gettext.
8030                 * javaversion.class: New file, from GNU gettext.
8031
8032         2006-05-17  Bruno Haible  <bruno@clisp.org>
8033
8034                 Cygwin portability.
8035                 * javaexec.c (execute_java_class): Test for jview program
8036                 also on Cygwin.
8037
8038         2006-04-09  Bruno Haible  <bruno@clisp.org>
8039
8040                 * fatal-signal.c: Don't include string.h.
8041                 (at_fatal_signal): Use a copying loop instead of memcpy.
8042
8043         2005-12-04  Bruno Haible  <bruno@clisp.org>
8044
8045                 * csharpexec.c: Add support for 'clix' launcher (untested).
8046                 (execute_csharp_using_sscli): New function.
8047                 (execute_csharp_program): Call it.
8048
8049         2006-06-21  Bruno Haible  <bruno@clisp.org>
8050
8051                 Avoid warnings from recent versions of mcs.
8052                 * csharpcomp.c (compile_csharp_using_mono): Don't use options
8053                 -o, -L, -r any more. Use options documented since mcs-1.0
8054                 instead. Similarly for -g.
8055
8056         2005-07-09  Bruno Haible  <bruno@clisp.org>
8057
8058                 * csharpcomp.c (compile_csharp_using_sscli): For -l option,
8059                 add a .dll suffix.
8060                 Reported by Mark Junker <mjscod@gmx.de>.
8061
8062         2006-06-17  Bruno Haible  <bruno@clisp.org>
8063
8064                 * config.charset: Update for NetBSD 3.0.
8065
8066         2006-05-17  Bruno Haible  <bruno@clisp.org>
8067
8068                 Cygwin portability.
8069                 * localcharset.c (WIN32_NATIVE): Renamed from WIN32.
8070
8071         2006-05-16  Bruno Haible  <bruno@clisp.org>
8072
8073                 * localcharset.c [CYGWIN]: Include <windows.h>.
8074                 (get_charset_aliases): For Cygwin, return the same CPxxx
8075                 aliases list as under WIN32.
8076                 (locale_charset) [CYGWIN]: Try to retrieve the encoding from
8077                 the environment variables. Fall back to GetACP().
8078
8079         2006-04-05  Bruno Haible  <bruno@clisp.org>
8080
8081                 * config.charset: Update Juan Manuel Guerrero's address.
8082
8083         2005-02-12  Bruno Haible  <bruno@clisp.org>
8084
8085                 * allocsa.h: Add extern "C" for C++.
8086
8087         2005-02-10  Bruno Haible  <bruno@clisp.org>
8088
8089                 * allocsa.h (sa_alignof): Define differently with AIX xlc, to
8090                 avoid a bug of this compiler on AIX 3.2.5 dealing with enums.
8091
8092         2006-07-22  Bruno Haible  <bruno@clisp.org>
8093
8094                 * gettext.h: Update to GNU gettext-0.15.
8095
8096 2006-07-22  Bruno Haible  <bruno@clisp.org>
8097
8098         * config/srclist.txt: Resync printf-args.c, vasnprintf.c,
8099         localcharset.c, mkdtemp.c, config.rpath, lib-ld.m4, lib-link.m4,
8100         lib-prefix.m4, longdouble.m4, ssize_t.m4.
8101
8102 2006-07-21  Eric Blake  <ebb9@byu.net>
8103
8104         * modules/stdlib-safer: New file.
8105         * MODULES.html.sh (File stream based Input/Output): Add
8106         stdlib-safer.
8107
8108 2006-07-21  Eric Blake  <ebb9@byu.net>
8109
8110         * lib/stdlib-safer.h: New file from coreutils, required by
8111         stdlib--.h.
8112
8113 2006-07-20  Paul Eggert  <eggert@cs.ucla.edu>
8114
8115         * gnulib-tool (func_usage): Document --assume-autoconf='latest-stable'.
8116
8117 2006-07-20  Bruno Haible  <bruno@clisp.org>
8118
8119         * gnulib-tool: Recognize new option --assume-autoconf.
8120         (autoconf_minversion): New variable.
8121         (func_get_filelist): Use it to decide whether to add onceonly_2_57.m4.
8122
8123 2006-07-20  Bruno Haible  <bruno@clisp.org>
8124
8125         * MODULES.html.sh (func_all_modules): Add a missing func_begin_table.
8126
8127 2006-07-19  Derek R. Price  <derek@ximbiot.com>
8128
8129         * lib/getaddrinfo.h: Don't define unimplemented AI_* flags.
8130         Reindent and repaginate.
8131
8132 2006-07-19  Derek Price  <derek@ximbiot.com>
8133
8134         * doc/gnulib.texi (Libtool and Windows):  Eliminate passive voice.
8135         Correct grammar.
8136
8137 2006-07-17  Bruno Haible  <bruno@clisp.org>
8138
8139         * modules/list: New file.
8140         * modules/array-list: New file.
8141         * modules/carray-list, modules/carray-list-tests: New files.
8142         * modules/linked-list, modules/linked-list-tests: New files.
8143         * modules/avltree-list, modules/avltree-list-tests: New files.
8144         * modules/rbtree-list, modules/rbtree-list-tests: New files.
8145         * modules/linkedhash-list, modules/linkedhash-list-tests: New files.
8146         * modules/avltreehash-list, modules/avltreehash-list-tests: New files.
8147         * modules/rbtreehash-list, modules/rbtreehash-list-tests: New files.
8148         * modules/oset: New file.
8149         * modules/array-oset: New file.
8150         * modules/avltree-oset, modules/avltree-oset-tests: New files.
8151         * modules/rbtree-oset, modules/rbtree-oset-tests: New files.
8152         * tests/test-carray_list.c: New file.
8153         * tests/test-linked_list.c: New file.
8154         * tests/test-avltree_list.c: New file.
8155         * tests/test-rbtree_list.c: New file.
8156         * tests/test-linkedhash_list.c: New file.
8157         * tests/test-avltreehash_list.c: New file.
8158         * tests/test-rbtreehash_list.c: New file.
8159         * tests/test-avltree_oset.c: New file.
8160         * tests/test-rbtree_oset.c: New file.
8161         * MODULES.html.sh (Container data structures): New section.
8162
8163 2006-07-17  Bruno Haible  <bruno@clisp.org>
8164
8165         * m4/gl_list.m4: New file.
8166
8167 2006-07-17  Bruno Haible  <bruno@clisp.org>
8168
8169         * lib/gl_list.h: New file.
8170         * lib/gl_list.c: New file.
8171         * lib/gl_array_list.h: New file.
8172         * lib/gl_array_list.c: New file.
8173         * lib/gl_carray_list.h: New file.
8174         * lib/gl_carray_list.c: New file.
8175         * lib/gl_linked_list.h: New file.
8176         * lib/gl_linked_list.c: New file.
8177         * lib/gl_anylinked_list1.h: New file.
8178         * lib/gl_anylinked_list2.h: New file.
8179         * lib/gl_avltree_list.h: New file.
8180         * lib/gl_avltree_list.c: New file.
8181         * lib/gl_anyavltree_list1.h: New file.
8182         * lib/gl_anyavltree_list2.h: New file.
8183         * lib/gl_rbtree_list.h: New file.
8184         * lib/gl_rbtree_list.c: New file.
8185         * lib/gl_anyrbtree_list1.h: New file.
8186         * lib/gl_anyrbtree_list2.h: New file.
8187         * lib/gl_anytree_list1.h: New file.
8188         * lib/gl_anytree_list2.h: New file.
8189         * lib/gl_linkedhash_list.h: New file.
8190         * lib/gl_linkedhash_list.c: New file.
8191         * lib/gl_anyhash_list1.h: New file.
8192         * lib/gl_anyhash_list2.h: New file.
8193         * lib/gl_avltreehash_list.h: New file.
8194         * lib/gl_avltreehash_list.c: New file.
8195         * lib/gl_rbtreehash_list.h: New file.
8196         * lib/gl_rbtreehash_list.c: New file.
8197         * lib/gl_anytreehash_list1.h: New file.
8198         * lib/gl_anytreehash_list2.h: New file.
8199
8200         * lib/gl_oset.h: New file.
8201         * lib/gl_oset.c: New file.
8202         * lib/gl_array_oset.h: New file.
8203         * lib/gl_array_oset.c: New file.
8204         * lib/gl_avltree_oset.h: New file.
8205         * lib/gl_avltree_oset.c: New file.
8206         * lib/gl_rbtree_oset.h: New file.
8207         * lib/gl_rbtree_oset.c: New file.
8208         * lib/gl_anytree_oset.h: New file.
8209
8210 2006-07-16  Paul Eggert  <eggert@cs.ucla.edu>
8211
8212         * m4/mkancesdirs.m4: New file.
8213         * m4/mkdir-p.m4 (gl_MKDIR_PARENTS): Mention dirchownmod.c,
8214         dirchownmod.h.  Don't require AC_FUNC_ALLOCA, gl_AFS, gl_CHDIR_SAFER;
8215         no longer needed.  Require gl_FUNC_LCHOWN, since dirchownmod.c needs
8216         it.
8217
8218 2006-07-16  Paul Eggert  <eggert@cs.ucla.edu>
8219
8220         * lib/dirchownmod.c, lib/dirchownmod.h, lib/mkancesdirs.c:
8221         * lib/mkancesdirs.h: New files.
8222         * lib/mkdir-p.c: Don't include alloca.h, stdio.h, sys/types.h,
8223         unistd.h, string.h, chdir-safer.h, dirname.h, lchmod.h, lchown.h,
8224         save-cwd.h.  Instead, include dirchownmod.h and mkancesdirs.h.
8225         (make_dir_parents): New args MAKE_ANCESTOR, OPTIONS, ANNOUNCE,
8226         MODE_BITS.  Remove options VERBOSE_FMT_STRING, CWD_ERRNO.  All
8227         callers changed.  Revamp internals significantly, by not
8228         attempting to create directories that are temporarily more
8229         permissive than the final results.  Do not attempt to use
8230         save_cwd/restore_cwd; it isn't worth it for mkdir and install.
8231         This removes some race conditions, fixes some bugs, and simplifies
8232         things.  Use new dirchownmod function to do owner and mode changes.
8233         * lib/mkdir-p.h: Likewise.
8234         * lib/modechange.c (octal_to_mode): New function.
8235         (struct mode_change): New member mentioned.
8236         (make_node_op_equals): New arg mentioned.  All callers changed.
8237         (mode_compile): Keep track of which mode bits the user has explicitly
8238         mentioned.
8239         (mode_adjust): New arg DIR, so that we implement the X op correctly.
8240         New arg PMODE_BITS, to keep track of which mode bits the user
8241         mentioned; it treats S_ISUID and S_ISGID speciall.
8242         All callers changed.
8243         * lib/modechange.h: Likewise.
8244
8245 2006-07-16  Paul Eggert  <eggert@cs.ucla.edu>
8246
8247         * MODULES.html.sh: Add mkancestors.
8248         * modules/mkancesdirs: New module.
8249         * modules/mkdir-p (Files): Remove lib/chdir-safer.c, lib/chdir-safer.h,
8250         lib/same-inode.h, m4/afs.m4, m4/chdir-safer.m4.
8251         The chdir-safer and afs files are now orphans; I'll remove them
8252         unless someone speaks up.
8253         Add lib/dirchownmod.c, lib/dirchownmod.h.
8254         (Depends-on): Remove alloca, chown, save-cwd, dirname.
8255         Add lchown, mkancesdirs.
8256         (Maintainer): Add self.
8257
8258 2006-07-15  Karl Berry  <karl@gnu.org>
8259
8260         * gnulib-tool: help message wording/arrangement.
8261
8262 2006-07-14  Simon Josefsson  <jas@extundo.com>
8263
8264         * doc/gnulib.texi (Libtool and Windows): New section.
8265
8266 2006-07-12  Simon Josefsson  <jas@extundo.com>
8267
8268         * modules/gendocs (License): Fix license, approved by Karl.
8269
8270 2006-07-12  Eric Blake  <ebb9@byu.net>
8271
8272         * MODULES.html.sh: Add gendocs.
8273
8274 2006-07-11  Eric Blake  <ebb9@byu.net>
8275
8276         * modules/fdl: New module, to install doc/fdl.texi.
8277         * MODULES.html.sh: Add new section for documentation modules.
8278         * gnulib-tool: Avoid space-tab.
8279         (--doc-base): New option, to manage files from doc.
8280
8281 2006-07-11  Eric Blake  <ebb9@byu.net>
8282
8283         * m4/absolute-header.m4: Fix comments to match recent change.
8284
8285 2006-07-11  Eric Blake  <ebb9@byu.net>
8286
8287         * gnulib-tool: List --doc-base before --tests-base.
8288
8289 2006-07-11  Derek R. Price  <derek@ximbiot.com>
8290
8291         * lib/glob.c: s/NAMLEN/_D_EXACT_NAMLEN/.
8292
8293 2006-07-11  Bruno Haible  <bruno@clisp.org>
8294
8295         * README: Mention where to put documentation.
8296
8297 2006-07-10  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
8298
8299         * doc/functions.texi, gnulib-tool.texi, gnulib.texi: Fix some typos.
8300
8301 2006-07-10  Paul Eggert  <eggert@cs.ucla.edu>
8302
8303         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Like today's change
8304         to stdint.m4.
8305
8306 2006-07-10  Paul Eggert  <eggert@cs.ucla.edu>
8307
8308         * m4/stdint.m4 (gl_STDINT_H): Like yesterday's change to
8309         absolute-header.m4.  Also, set ABSOLUTE_STDINT_H to a string
8310         "no/such/file/stdint.h" when there is no such file, so that
8311         the resulting C code can be parsed by dodgy compilers.
8312         Problems reported by Bob Proulx.
8313
8314 2006-07-10  Derek R. Price  <derek@ximbiot.com>
8315
8316         * lib/backupfile.c, dirfd.h, fts.c, getcwd.c, glob.c, glob_.h:
8317         Ignore the obsolescent !HAVE_DIRENT_H case.  Consolidate NAMLEN
8318         macros into the GNU _D_EXACT_NAMLEN.
8319         * lib/savedir.c:  Likewise.
8320         (savedirstream): Use _D_EXACT_NAMLEN in preference to strlen.
8321
8322 2006-07-10  Derek R. Price  <derek@ximbiot.com>
8323         and Paul Eggert  <eggert@cs.ucla.edu>
8324
8325         * m4/backupfile.m4, d-ino.m4, d-type.m4, dirfd.m4, fts.m4, getcwd.m4:
8326         * m4/savedir.m4:
8327         Ignore the obsolescent !HAVE_DIRENT_H case.  Consolidate NAMLEN
8328         macros into the GNU _D_EXACT_NAMLEN.
8329
8330 2006-07-09  Paul Eggert  <eggert@cs.ucla.edu>
8331
8332         * m4/absolute-header.m4 (gl_ABSOLUTE_HEADER): Use "" rather than <>
8333         around the absolute name, to work around a problem with the HP-UX
8334         11.23 native C compiler, reported by Bob Proulx.
8335
8336 2006-07-09  Paul Eggert  <eggert@cs.ucla.edu>
8337
8338         * doc/maintain.texi, make-stds.texi: Sync from
8339         <http://savannah.gnu.org/projects/gnustandards>.
8340
8341 2006-07-09  Paul Eggert  <eggert@cs.ucla.edu>
8342
8343         * build-aux/depcomp, build-aux/install-sh: Sync from Automake.
8344
8345 2006-07-09  Jim Meyering  <jim@meyering.net>
8346
8347         * m4/glob.m4: Remove a doubled word in a comment.
8348
8349 2006-07-09  Jim Meyering  <jim@meyering.net>
8350
8351         * lib/argp-pv.c: Remove a doubled word in a comment.
8352         * lib/check-version.c (check_version): Likewise.
8353         * lib/javacomp.c (compile_java_class): Likewise.
8354
8355 2006-07-08  Paul Eggert  <eggert@cs.ucla.edu>
8356
8357         * gnulib-tool (func_get_filelist): Don't echo m4/onceonly_2_57.m4,
8358         for the benefit of people using Autoconf 2.60.  If you want to
8359         support older Autoconf versions you can copy m4/onceonly_2_57.m4
8360         (or m4/onceonly.m4, if pre-2.57) manually.
8361
8362 2006-07-08  Jim Meyering  <jim@meyering.net>
8363
8364         * m4/link-follow.m4: Remove one of two adjacent "whether"s in a
8365         comment.
8366         * m4/getopt.m4: Remove one of two adjacent "your"s in a comment.
8367         * m4/regex.m4 (gl_REGEX): Remove one of two adjacent "the"s in a
8368         comment.
8369
8370 2006-07-08  Jim Meyering  <jim@meyering.net>
8371
8372         * lib/getndelim2.h (getndelim2): Remove doubled "after" in comment.
8373
8374 2006-07-07  Simon Josefsson  <jas@extundo.com>
8375
8376         * tests/test-crc.c: Change expected crc value, the test vector
8377         were probably computed using the old broken crc.c?
8378
8379 2006-07-06  Simon Josefsson  <jas@extundo.com>
8380
8381         * modules/sys_socket (Files): Add m4/sockpfaf.m4 (this module is
8382         now the canonical place for the M4 file).
8383
8384         * modules/getaddrinfo (Files): Remove m4/sockpfaf.m4, we get it
8385         from the sys_socket dependency now.
8386
8387         * modules/inet_pton (Files): Ditto.
8388
8389         * modules/inet_ntop (Files): Ditto.
8390
8391 2006-07-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny change)
8392
8393         * modules/getusershell (configure.ac): Use gl_FUNC_GETUSERSHELL,
8394         not gl_PREREQ_GETUSERSHELL.
8395
8396 2006-07-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
8397
8398         * m4/_inttypes_h.m4 (gl_INTTYPES_H): Use AC_CHECK_DECLS_ONCE
8399         with only one argument, for Autoconf 2.60.
8400         * m4/fileblocks.m4 (gl_PREREQ_FILEBLOCKS): AC_CHECK_DECLS_ONCE may
8401         expand to nothing, so add a shell command to avoid syntax error.
8402         * m4/getpass.m4 (gl_PREREQ_GETPASS): Likewise.
8403
8404 2006-07-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
8405
8406         * lib/strtod.c (strtod): cast the argument of tolower to unsigned char.
8407
8408 2006-07-06  Paul Eggert  <eggert@cs.ucla.edu>
8409
8410         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Don't check for getenv decl;
8411         no longer needed.  Check for isblank decl.
8412         * m4/mkstemp.m4 (gl_PREREQ_TEMPNAME): Don't check for getenv decl.
8413         * m4/regex.m4 (gl_PREREQ_REGEX): Dheck for isblank decl instead
8414         of existence.
8415
8416 2006-07-06  Paul Eggert  <eggert@cs.ucla.edu>
8417
8418         * lib/getloadavg.c: Use __VMS, not VMS.
8419         * lib/getopt.c: Likewise.
8420         * lib/getpagesize.h: Likewise.
8421         * lib/glob.c: Remove most VMS cruft; it hasn't been tested for a while
8422         and probably does not work.
8423
8424 2006-07-06  Paul Eggert  <eggert@cs.ucla.edu>
8425
8426         * lib/.cppi-disable: Add wcwidth.
8427         * lib/fnmatch.c (ISBLANK): Remove.  All uses changed to isblank.
8428         (isblank) [! (defined isblank || HAVE_DECL_ISBLANK)]: New macro.
8429         (ISGRAPH): Remove.  All uses changed to isgraph.
8430         (FOLD) [!defined _LIBC]: Remove special case.
8431         * lib/getdate.y (lookup_word): Remove no-longer-needed call to islower.
8432         * lib/regex_internal.h (isblank): Depend on HAVE_DECL_ISBLANK, not
8433         HAVE_ISBLANK.
8434         * lib/strftime.c (TOLOWER, TOUPPER) [!defined _LIBC]: Remove special
8435         case.
8436
8437 2006-07-06  Jim Hyslop  <jhyslop@dreampossible.ca>  (tiny change)
8438
8439         * lib/getaddrinfo.c: Changes to compile under MSVC6: changed
8440         '#if WIN32_NATIVE' to '#ifdef' & moved WSAAPI macro inside
8441         brackets.  Other minor changes to suppress some compiler
8442         warnings.
8443
8444 2006-07-06  Derek R. Price  <derek@ximbiot.com>
8445         and Paul Eggert  <eggert@cs.ucla.edu>
8446
8447         * m4/backupfile.m4 (gl_BACKUPFILE): Check for dirent.h, instead
8448         of invoking obsolescent AC_HEADER_DIRENT macro.
8449         * m4/d-ino.m4 (gl_CHECK_TYPE_STRUCT_DIRENT_D_INO): Likewise.
8450         * m4/d-type.m4 (gl_CHECK_TYPE_STRUCT_DIRENT_D_TYPE): Likewise.
8451         * m4/dirfd.m4 (gl_FUNC_DIRFD): Likewise.
8452         * m4/fts.m4 (gl_FUNC_FTS_CORE): Likewise.
8453         * m4/getcwd.m4 (gl_PREREQ_GETCWD): Likewise.
8454         * m4/glob.m4 (gl_PREREQ_GLOB): Likewise.
8455         * m4/savedir.m4 (gl_SAVEDIR): Likewise.
8456         * m4/readdir.m4: Remove; no longer needed.
8457
8458 2006-07-06  Derek R. Price  <derek@ximbiot.com>
8459         and Paul Eggert  <eggert@cs.ucla.edu>
8460
8461         * lib/backupfile.c [HAVE_DIRENT_H && ! HAVE_NDIR_H]:
8462         Don't worry about this obsolete case any more.
8463         (HAVE_DIR): Remove.  All uses removed; we now assume you can read
8464         directories.
8465         * lib/dirfd.h [HAVE_DIRENT_H && ! HAVE_NDIR_H]: Don't
8466         worry about this obsolete case any more.
8467         * lib/fts.c: Likewise.
8468         * lib/getcwd.c: Likewise.
8469         * lib/glob.h: Likewise.
8470         * lib/savedir.c: Likewise.
8471
8472 2006-07-05  Paul Eggert  <eggert@cs.ucla.edu>
8473
8474         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Use AC_CHECK_DECLS_ONCE
8475         rather than AC_CHECK_DECLS for strtoimax and strtoumax.
8476         * m4/getusershell.m4 (gl_PREREQ_GETUSERSHELL): Remove; no longer
8477         needed.
8478         All uses removed.
8479         * m4/strtol.m4 (gl_PREREQ_STRTOL): Likewise.
8480         * m4/strtoul.m4 (gl_PREREQ_STRTOUL): Likewise.
8481         * m4/exclude.m4 (gl_EXCLUDE): Don't check for isascii; no longer
8482         needed.
8483         * m4/getdate.m4 (gl_GETDATE): Likewise.
8484         * m4/getusershell.m4 (gl_PREREQ_GETUSERSHELL): Likewise.
8485         * m4/memcasecmp.m4 (gl_MEMCASECMP): Likewise.
8486         * m4/strtod.m4 (gl_FUNC_STRTOD): Likewise.
8487         * m4/strtol.m4 (gl_PREREQ_STRTOL): Likewise.
8488         * m4/strtoul.m4 (gl_PREREQ_STRTOUL): Likewise.
8489         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Likewise.
8490         * m4/exclude.m4 (gl_EXCLUDE): Don't require AC_C_INLINE; no longer
8491         needed.
8492
8493 2006-07-05  Paul Eggert  <eggert@cs.ucla.edu>
8494
8495         * lib/memcasecmp.c: Include <limits.h>.
8496         (memcasecmp): Don't assume UCHAR_MAX <= INT_MAX.
8497         * lib/strtod.c (strtod): Don't assume isspace works on negative chars.
8498         Don't assume isdigit succeeds only on '0' through '9'.
8499
8500 2006-07-05  Eric Blake  <ebb9@byu.net>
8501
8502         * modules/getaddrinfo (Depends-on): Add snprintf.
8503
8504 2006-07-05  Eric Blake  <ebb9@byu.net>
8505
8506         * m4/sockpfaf.m4 (gl_SOCKET_FAMILIES): Use gl_HEADER_SYS_SOCKET
8507         to avoid 'header present but could not be compiled' on cygwin.
8508
8509 2006-07-05  Eric Blake  <ebb9@byu.net>
8510
8511         * lib/getaddrinfo.h (NI_NUMERICHOST, NI_NUMERICSERV): Define if
8512         missing from netdb.h.
8513         * lib/getaddrinfo.c (includes): Include inet_ntop and snprintf.
8514
8515 2006-07-05  Derek R. Price  <derek@ximbiot.com>
8516
8517         * m4/calloc.m4 (_AC_FUNC_CALLOC_IF): Don't require AC_HEADER_STDC;
8518         no longer needed.
8519         * m4/exclude.m4 (gl_EXCLUDE): Likewise.
8520         * m4/getdate.m4 (gl_GETDATE): Likewise.
8521         * m4/getusershell.m4 (gl_PREREQ_GETUSERSHELL): Likewise.
8522         * m4/memcasecmp.m4 (gl_MEMCASECMP): Likewise.
8523         * m4/strtod.m4 (gl_FUNC_STRTOD): Likewise.
8524         * m4/strtol.m4 (gl_PREREQ_STRTOL): Likewise.
8525         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Likewise.
8526
8527 2006-07-05  Derek R. Price  <derek@ximbiot.com>
8528
8529         * lib/exclude.c (IN_CTYPE_DOMAIN, is_space): Remove; no longer needed.
8530         All uses of is_space replaced by isspace.
8531         * lib/exit.h: Don't talk about STDC_HEADERS.
8532         * lib/fnmatch.c (ISASCII): Remove; no longer needed.  All uses removed.
8533         (ISPRINT, ISDIGIT, ISALNUM, ISALPHA, ISCNTRL, ISLOWER, ISPUNCT):
8534         (ISSPACE, ISUPPER, ISXDIGIT): Remove; no longer needed.  All uses
8535         replaced by isprint etc.
8536         * lib/getdate.y (IN_CTYPE_DOMAIN, ISSPACE, ISALPHA, ISLOWER): Likewise.
8537         * lib/getusershell.c (IN_CTYPE_DOMAIN, ISSPACE): Likewise.
8538         * lib/memcasecmp.c (IN_CTYPE_DOMAIN, ISLOWER, TOUPPER): Likewise.
8539         * lib/strtod.c (IN_CTYPE_DOMAIN, ISSPACE, ISDIGIT, TOLOWER): Likewise.
8540         * lib/strtol.c (IN_CTYPE_DOMAIN): Likewise.
8541         * lib/xstrtol.c (IN_CTYPE_DOMAIN, ISSPACE): Likewise.
8542
8543 2006-07-05  Bruno Haible  <bruno@clisp.org>
8544
8545         * m4/strndup.m4 (gl_FUNC_STRNDUP): When cross-compiling, check whether
8546         the function exists, before testing against AIX.
8547         Reported by Martin Lambers <marlam@marlam.de>.
8548
8549 2006-07-04  Paul Eggert  <eggert@cs.ucla.edu>
8550
8551         * modules/cycle-check (lib_SOURCES): Add same-inode.h.
8552         From Mark D. Baushke.
8553
8554 2006-07-04  Paul Eggert  <eggert@cs.ucla.edu>
8555
8556         * m4/absolute-header.m4 (gl_ABSOLUTE_HEADER): Prepend three slashes
8557         to the absolute name, not just one, to bypass Sun C 5.8's
8558         "warning: #include of /usr/include/... may be non-portable".
8559
8560 2006-07-04  Eric Blake  <ebb9@byu.net>
8561
8562         * modules/dirname-tests: New test module.
8563         * tests/test-dirname.c: New file, replacing dirname.c
8564         TEST_DIRNAME section that was recently deleted.
8565
8566 2006-07-04  Bruno Haible  <bruno@clisp.org>
8567
8568         Assume ANSI C header files and <ctype.h> functions.
8569         * lib/mbswidth.c (IN_CTYPE_DOMAIN, ISPRINT, ISCNTRL): Remove macros.
8570         (mbsnwidth): Use isprint, iscntrl instead.
8571
8572 2006-07-03  Paul Eggert  <eggert@cs.ucla.edu>
8573
8574         Merge from coreutils.
8575         * MODULES.html.sh: Add xstrtold.
8576         * modules/xstrtold: New file.
8577         * modules/cycle-check (Files): Add lib/same-inode.h.
8578         * modules/dirname (Files): Add m4/double-slash-root.m4.
8579         * modules/getcwd (Files): Add m4/getcwd-abort-bug.m4.
8580         * modules/mkdir-p (Files): Add lib/same-inode.h.
8581         * modules/same (Files): Add lib/same-inode.h.
8582
8583 2006-07-03  Paul Eggert  <eggert@cs.ucla.edu>
8584
8585         * m4/absolute-header.m4: Renamed from full-header-path.m4.
8586         This is to keep the terminology clean; POSIX talks about
8587         "absolute pathnames", not "full pathnames", but the GNU
8588         Coding Standards say to use "path" for something else;
8589         so use "absolute" to keep both sides happy.
8590         (gl_ABSOLUTE_HEADER): Renamed from gl_FULL_HEADER_PATH.
8591         Set gl_absolute_header, not gl_full_header_path.
8592         Set gl_cv_absolute_<header>, not gl_full_path_<header>.
8593         Define ABSOLUTE_<HEADER>, not FULL_PATH_<HEADER>.
8594         All uses changed.
8595
8596         Merge from coreutils.
8597
8598         2006-06-30  Paul Eggert  <eggert@cs.ucla.edu>
8599
8600         * m4/c-strtod.m4 (gl_C_STRTOLD): Add c-strtod.c to LIBSOURCES.
8601         Require gl_USE_SYSTEM_EXTENSIONS, not gl_C_STRTOD, since we don't
8602         want to require the building of c-strtod.o.
8603         * m4/lib-check.m4 (cu_LIB_CHECK): Remove SEQ_LIBM, since seq no longer
8604         needs -lm directly.
8605         * m4/xstrtod.m4 (gl_XSTRTOLD): New macro.
8606
8607         2006-06-19  Paul Eggert  <eggert@cs.ucla.edu>
8608
8609         * m4/lib-ignore.m4 (gl_IGNORE_UNUSED_LIBRARIES): Prefer binutils's
8610         --as-needed option if available.  Problem reported by Albert Chin in
8611         <http://lists.gnu.org/archive/html/bug-gnulib/2006-06/msg00114.html>.
8612         However, use -Wl,--as-needed, not bare --as-needed, since HP-UX 11.11
8613         cc merely issues a bunch of annoying warnings for --as-needed
8614         (this problem was reported by Bob Proulx).  Also, try linking with
8615         -lm to detect a bug in binutils 2.16 (this problem was reported
8616         by Ralf Wildenhues).
8617
8618         2006-06-18  Jim Meyering  <jim@meyering.net>
8619
8620         Test for a bug that causes glibc's getcwd to suffer a failed assertion.
8621         * m4/getcwd-abort-bug.m4 (gl_FUNC_GETCWD_ABORT_BUG): New file and
8622         macro.
8623         * m4/getcwd.m4 (gl_FUNC_GETCWD): If we detect support for getcwd_null,
8624         also check for glibc-2.4's abort-inducing bug.
8625
8626         * m4/getcwd-path-max.m4 (gl_FUNC_GETCWD_PATH_MAX): Fix typo.
8627         Low-probability clean-up should be to use rmdir to get rid of
8628         the just-created directory, not unlink.
8629
8630         * m4/ftruncate.m4 (gl_FUNC_FTRUNCATE): If ftruncate is missing, make
8631         configure fail, and request a bug report to inform us about it.
8632         Add a comment that, barring reports to the contrary, in 2007 we'll
8633         assume ftruncate is universally available.
8634
8635         2006-04-17  Paul Eggert  <eggert@cs.ucla.edu>
8636
8637         * m4/filemode.m4 (gl_FILEMODE): Check for strmode declaration.
8638
8639         2006-03-12  Jim Meyering  <jim@meyering.net>
8640
8641         * m4/chdir-safer.m4 (gl_CHDIR_SAFER): Add same-inode.h to the list.
8642         * m4/cycle-check.m4 (gl_CYCLE_CHECK): Likewise.
8643         * m4/same.m4 (gl_SAME): Likewise.
8644         * m4/root-dev-ino.m4 (gl_ROOT_DEV_INO): Likewise.
8645
8646         2006-03-11  Eric Blake  <ebb9@byu.net>
8647
8648         * m4/double-slash-root.m4: New file, provides gl_DOUBLE_SLASH_ROOT.
8649         * m4/dirname.m4 (gl_DIRNAME): Use gl_DOUBLE_SLASH_ROOT.
8650         * m4/dos.m4 (FILE_SYSTEM_PREFIX_LEN): Move from here to dirname.h.
8651         (FILE_SYSTEM_DRIVE_PREFIX_CAN_BE_RELATIVE): New define.
8652
8653 2006-07-03  Paul Eggert  <eggert@cs.ucla.edu>
8654
8655         * lib/stdint_.h: Include <sys/types.h> after @FULL_PATH_STDINT_H@, for
8656         MacOS X 10.4.6.  Don't mention <sys/int_types.h>.  Problems
8657         reported by Mark D. Baushke, one in
8658         <http://lists.gnu.org/archive/html/bug-gnulib/2006-07/msg00015.html>.
8659
8660         Merge from coreutils.
8661
8662         * lib/.cppi-disable: Add stdint_.h.
8663         * lib/.cvsignore: Add stdint.h.
8664
8665         2006-06-30  Paul Eggert  <eggert@cs.ucla.edu>
8666
8667         * lib/xstrtod.c (XSTRTOD, DOUBLE): New macros, so that we can support
8668         both double and long double versions.
8669         (XSTRTOD): Renamed from xstrtod.  Use DOUBLE internally.
8670         * lib/xstrtold.c: New file.
8671         * lib/xstrtod.h (xstrtold): New decl.
8672
8673         2006-05-22  Paul Eggert  <eggert@cs.ucla.edu>
8674
8675         * lib/filemode.c (setst): Remove.
8676         (strmode): Rewrite to avoid setst.  This makes the code shorter,
8677         (arguably) clearer, and the generated code is a bit smaller on my
8678         Debian GNU/Linux stable x86 host.
8679
8680         2006-04-17  Paul Eggert  <eggert@cs.ucla.edu>
8681
8682         * lib/filemode.c: Include "filemode.h" first, to test the interface.
8683         Assume that filemode.h includes sys/types.h and sys/stat.h.
8684         (HAVE_ST_DM_MODE): New macro, moved here from ls.c.
8685         (ftypelet): Reorder to put common cases first, for efficiency.
8686         Add 'P', 'w'.  Remove 'M', since it's now the caller's responsibility
8687         to do 'M'.
8688         (strmode): Renamed from mode_string, and now stores 12 bytes instead
8689         of 10, for compatibility with FreeBSD.  All callers changed.
8690         (filemodestring): Now stores 12 bytes instead of 10, and sets file
8691         types that can't be deduced solely from st_mode.  First arg is now a
8692         const pointer.
8693         * lib/filemode.h (HAVE_DECL_STRMODE): Include <string.h> for strmode.
8694         (strmode): Renamed from mode_string.
8695         (filemodestring): New decl.
8696         * lib/stat-macros.h: Don't undef S_ISDOOR, since it's never buggy.
8697         (S_ISDOOR): Don't bother with S_IFDOOR, since that code is never
8698         needed.
8699         (S_ISPORT, S_ISWHT): New macros, if not already defined.
8700
8701         2006-04-12  Paul Eggert  <eggert@cs.ucla.edu>
8702
8703         * lib/fsusage.c: Don't include <inttypes.h> or <stdint.h>, since
8704         fsusage.h now does that.  Include fsusage.h first, to test interface.
8705         Prefer statvfs if it works, since it's blessed by POSIX.  Attempt
8706         at most one method (the old code could have generated decls that
8707         didn't conform to C89, not that this was ever exercised).
8708         * lib/fsusage.h: Include <inttypes.h> and <stdint.h> if they exist.
8709
8710         2006-03-19  Jim Meyering  <jim@meyering.net>
8711
8712         Work even in a chroot where d_ino values for entries in "/"
8713         don't match the stat.st_ino values for the same names.
8714         * lib/getcwd.c (__getcwd): When no d_ino value matches the target inode
8715         number, iterate through all entries again, using lstat instead.
8716         Reported by Kenshi Muto in http://bugs.debian.org/355810, and by
8717         Zouhir Hafidi in https://bugzilla.redhat.com/bugzilla/190656.
8718
8719         * lib/getcwd.c (__getcwd): Clarify a comment.
8720         Use memcpy in place of a call to strcpy.
8721
8722         2006-03-12  Jim Meyering  <jim@meyering.net>
8723
8724         * lib/fts-cycle.c (leave_dir): If cycle-check's saved dev-ino pair
8725         matches that of the current directory (which we're about to chdir ".."
8726         out of), then save the dev-ino of the parent, instead.
8727
8728         * lib/same-inode.h (SAME_INODE): New file/macro.
8729         * lib/chdir-safer.c (SAME_INODE): Remove definition.
8730         Include "same-inode.h", instead.
8731         * lib/same.c: Likewise.
8732         * lib/cycle-check.h: Include "same-inode.h".
8733         (CYCLE_CHECK_REFLECT_CHDIR_UP): Define.
8734         * lib/cycle-check.c (SAME_INODE): Remove definition.
8735         * lib/root-dev-ino.h: Include "same-inode.h".
8736
8737         2006-03-11  Eric Blake  <ebb9@byu.net>
8738
8739         * lib/same.c (same_name): s/base_name/last_component/
8740         * lib/backupfile.c (check_extension, numbered_backup): Likewise.
8741         * lib/filenamecat.c (file_name_concat): Likewise.
8742
8743         2006-03-11  Eric Blake  <ebb9@byu.net>,
8744                     Paul Eggert  <eggert@cs.ucla.edu>
8745
8746         * lib/dirname.h (FILE_SYSTEM_PREFIX_LEN): Move here from dos.m4.
8747         [FILE_SYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX]: Don't treat 1: as a
8748         drive prefix.
8749         (IS_ABSOLUTE_FILE_NAME): Treat all drive letters as absolute on
8750         platforms like cygwin with FILE_SYSTEM_DRIVE_PREFIX_IS_ABSOLUTE.
8751         (last_component): New method.
8752         * lib/dirname.c (dir_len): Determine when drive letters need a
8753         subsequent slash.  Preserve // when it is special.
8754         (dir_name): Don't append dot when drive letter is absolute.
8755         [TEST_DIRNAME]: Move into a full-blown gnulib test.
8756         * lib/basename.c (base_name): New semantics - malloc the result.
8757         Preserve // when it is special.  Preserve relative files that look
8758         like drive letters.
8759         (base_len): Preserve // when it is special.
8760         (last_component): New method, similar to old base_name semantics.
8761         * lib/stripslash.c (strip_trailing_slashes): Use last_component, not
8762         base_name.  Strip redundant slashes from ///.
8763
8764 2006-07-03  Jim Meyering  <jim@meyering.net>
8765
8766         * lib/cycle-check.h (CYCLE_CHECK_REFLECT_CHDIR_UP): Abort if this
8767         macro is used before the first cycle_check call.
8768
8769 2006-07-03  Eric Blake  <ebb9@byu.net>
8770
8771         * modules/dirname (Depends-on): Add xstrndup.
8772
8773 2006-07-02  Paul Eggert  <eggert@cs.ucla.edu>
8774
8775         * m4/stdint.m4 (gl_STDINT_H): Use more-mnemonic identifiers for
8776         test cases, so that config.log is a bit easier to follow.
8777
8778 2006-07-02  Paul Eggert  <eggert@cs.ucla.edu>
8779
8780         * lib/stdint_.h (intmax_t, uintmax_t): Prefer long to long long if
8781         both are 64 bits, since this seems to be the tradition, and this
8782         prevents gcc -Wformat from warning about usages with PRIuMAX.  If
8783         we ever run into a host that prefers long long to long in this
8784         case, we'll need another configure-time test.  Problem reported by
8785         Jim Meyering.
8786
8787 2006-07-02  Eric Blake  <ebb9@byu.net>
8788
8789         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Simplify by using AC_CHECK_DECLS.
8790
8791 2006-07-01  Paul Eggert  <eggert@cs.ucla.edu>
8792
8793         * modules/inttypes (Depends-on): No longer depends on stdint.
8794         * modules/stdint (Description): Say more about assumptions.
8795         Say that the fast types might differ.  Say macros are used.
8796         (Files): Remove m4/size_max.m4, m4/wchar_t.m4.  Add m4/longlong.m4.
8797         (Makefile.am): Revise list of substituted symbols to match
8798         new stdint.m4.
8799         * modules/stdint-tests (Files): Add m4/wchar_t.m4, m4/wint_t.m4.
8800         (configure.ac): Add gt_TYPE_WCHAR_T, gt_TYPE_WINT_T.
8801         * tests/test-stdint.c (verify_same_types)
8802         [! (__GNUC__ >= 2 && DO_PEDANTIC)]: Put in a decl, so that
8803         the code conforms to C99/C89.
8804         Test for WCHAR_MIN and WCHAR_MAX only if HAVE_WCHAR_T.
8805         Test for WINT_MIN and WINT_MAX only if HAVE_WINT_T.
8806
8807 2006-07-01  Paul Eggert  <eggert@cs.ucla.edu>
8808
8809         * m4/longlong.m4 (AC_TYPE_LONG_LONG_INT): Backport from Autoconf 2.60,
8810         but fix a bug, by requiring at least 64 bits.
8811         * m4/ulonglong.m4 (AC_TYPE_UNSIGNED_LONG_LONG_INT): Likewise.
8812         * m4/longlong.m4 (gl_AC_TYPE_LONG_LONG): Now just call
8813         AC_TYPE_LONG_LONG_INT.  This macro is obsolete and will go soon.
8814         * m4/ulonglong.m4 (gl_AC_TYPE_UNSIGNED_LONG_LONG) Likewise.
8815
8816         * m4/stdint.m4 (gl_STDINT_H): Rewrite to accommodate stdint_.h
8817         changes.  Make 2.59 a prerequisite.  Check and substitute for
8818         HAVE_LONG_LONG_INT.  Rely on Autoconf to check for stdint.h and
8819         inttypes.h.  Do not use special include files; just use the
8820         defaults.  Check for sys/inttypes.h and sys/bitypes.h in the usual
8821         way now.  Remove no-longer-needed tests for HAVE_LONG_64BIT,
8822         HAVE_LONG_LONG_64BIT, int8_t, int16_t, int32_t, int64_t, uint8_t,
8823         uint16_t, uint32_t uint64_t, int_least8_t, int_least16_t,
8824         int_least32_t, int_least64_t, uint_least8_t, uint_least16_t,
8825         uint_least32_t, uint_least64_t, int_fast8_t, int_fast16_t,
8826         int_fast32_t, int_fast64_t, uint_fast8_t uint_fast16_t,
8827         uint_fast32_t, uint_fast64_t, intptr_t, uintptr_t, intmax_t,
8828         uintmax_t, INT8_MIN, INT8_MAX, UINT8_MAX, INT16_MIN, INT16_MAX,
8829         UINT16_MAX, INT32_MIN, INT32_MAX, UINT32_MAX, INT64_MIN,
8830         INT64_MAX, UINT64_MAX, INT_LEAST8_MIN, INT_LEAST8_MAX,
8831         UINT_LEAST8_MAX, INT_LEAST16_MIN, INT_LEAST16_MAX,
8832         UINT_LEAST16_MAX, INT_LEAST32_MIN, INT_LEAST32_MAX,
8833         UINT_LEAST32_MAX, INT_LEAST64_MIN, INT_LEAST64_MAX,
8834         UINT_LEAST64_MAX, INT_FAST8_MIN, INT_FAST8_MAX, UINT_FAST8_MAX,
8835         INT_FAST16_MIN, INT_FAST16_MAX, UINT_FAST16_MAX, INT_FAST32_MIN,
8836         INT_FAST32_MAX, UINT_FAST32_MAX, INT_FAST64_MIN, INT_FAST64_MAX,
8837         UINT_FAST64_MAX, INTPTR_MIN, INTPTR_MAX, UINTPTR_MAX, INTMAX_MIN,
8838         INTMAX_MAX, UINTMAX_MAX, PTRDIFF_MIN, PTRDIFF_MAX, SIG_ATOMIC_MIN,
8839         SIG_ATOMIC_MAX, SIZE_MAX, WCHAR_MIN, WCHAR_MAX, WINT_MIN,
8840         WINT_MAX.  Check for C99 conformance more strictly, by detecting
8841         bugs in glibc 2.4, Solaris 10, and OpenBSD 3.9.  On the other hand do
8842         not check for things that C99 does not require, e.g., int8_t.  If
8843         a test isn't needed unless <stdint.h> isn't working, and is
8844         unlikely to be needed for any other reason, then don't do it
8845         unless <stdint.h> isn't working.  Do not check for ptrdiff_t or
8846         size_t, since we assume C89 freestanding at least.  Do not check
8847         for sig_atomic_t, wchar_t, or wint_t, since the code now does
8848         the right thing even if the types are not defined.  Instead use:
8849         (gl_STDINT_TYPE_PROPERTIES): New macro.
8850         (gl_HEADER_STDINT_H, gl_HEADER_INTTYPES_H): Remove.  Don't bother
8851         testing whether <sys/types.h> clashes, as Autoconf does this for
8852         us now.  All uses removed.
8853         (gl_STDINT_CHECK_TYPES, gl_STDINT_MISSING_BOUND):
8854         (gl_STDINT_MISSING_BOUNDS, gl_STDINT_MISSING_BOUNDS2):
8855         (gl_CHECK_TYPE_SAME):
8856         Remove; no longer needed.
8857         (gl_STDINT_BITSIZEOF): Don't bother to check whether the type
8858         exists, since we'll return 0 anyway in that case.
8859         (gl_INTEGER_TYPE_SUFFIX, gl_STDINT_INCLUDES): New macros.
8860
8861 2006-07-01  Paul Eggert  <eggert@cs.ucla.edu>
8862
8863         * lib/stdint_.h (_GL_STDINT_H): Renamed from _STDINT_H, to avoid
8864         possible collision with system files.
8865         (<stdio.h>, <time.h>, <wchar.h>) [defined __cplusplus && ! defined
8866         __STDC_CONSTANT_MACROS)]: Do not include, since we don't need
8867         WCHAR_MIN and WCHAR_MAX in this case.
8868         (<stddef.h>): Do not include; no longer needed.
8869         (<sys/types.h>): Include if @HAVE_SYS_TYPES_H@, not if
8870         (defined(__OpenBSD__) || defined(__bsdi__) || defined(__sgi)).
8871         (<sys/inttypes.h>): Include if @HAVE_SYS_INTTYPES_H@ &&
8872         !@HAVE_INTTYPES_H@, not if (defined(__FreeBSD__)
8873         && (__FreeBSD__ >= 3) && (__FreeBSD__ <= 4)).
8874         (__STDINT_H__) [@HAVE_STDINT_H@ && defined __sgi && ! defined
8875         __c99]: Define, to work around IRIX <stdint.h> incompatibility.
8876         (@FULL_PATH_STDINT_H@) [!(defined(__sgi) && @HAVE_INTTYPES_H@ &&
8877         !defined(__c99))]: Include in this case too, since it's harmless
8878         now.
8879         (<inttypes.h>) [@HAVE_INTTYPES_H@]: Include, since it's no longer
8880         dangerous to do so.
8881         (@FULL_PATH_INTTYPES_H@) [(defined(__hpux) || defined(_AIX)) &&
8882         @HAVE_INTTYPES_H@]: Do not include, since we now include <inttypes.h>.
8883         (_STDINT_MIN, _STDINT_MAX): New macros.
8884         (int8_t, uint8_t, int16_t, uint16_t, int32_t, uint32_t, int64_t):
8885         (uint64_t, int_least8_t, uint_least8_t, int_least16_t):
8886         (uint_least16_t, int_least32_t, uint_least32_t, int_least64_t):
8887         (uint_least64_t, int_fast8_t, uint_fast8_t, int_fast16_t):
8888         (uint_fast16_t, int_fast32_t, uint_fast32_t, int_fast64_t):
8889         (uint_fast64_t, intptr_t, uintptr_t, intmax_t, uintmax_t): Now
8890         macros, not typedefs; this simplifies things quite a bit.
8891         Use long int for all types narrower than int64_t.
8892         (intmax_t, uintmax_t, INTMAX_C, UINTMAX_C):
8893         Define in terms of long long int or int64_t or long int,
8894         not int64_t or int32_t.  This saves some compile-time testing.
8895         (INT8_MIN, INT8_MAX, UINT8_MAX, INT16_MIN, INT16_MAX, UINT16_MAX):
8896         (INT32_MIN, INT32_MAX, UINT32_MAX, INT64_MIN, INT64_MAX):
8897         (UINT64_MAX, INT_LEAST8_MIN, INT_LEAST8_MAX, UINT_LEAST8_MAX):
8898         (INT_LEAST16_MIN, INT_LEAST16_MAX, UINT_LEAST16_MAX):
8899         (INT_LEAST32_MIN, INT_LEAST32_MAX, UINT_LEAST32_MAX):
8900         (INT_LEAST64_MIN, INT_LEAST64_MAX, UINT_LEAST64_MAX, INT_FAST8_MIN):
8901         (INT_FAST8_MAX, UINT_FAST8_MAX, INT_FAST16_MIN, INT_FAST16_MAX):
8902         (UINT_FAST16_MAX, INT_FAST32_MIN, INT_FAST32_MAX, UINT_FAST32_MAX):
8903         (INT_FAST64_MIN, INT_FAST64_MAX, UINT_FAST64_MAX, INTPTR_MIN):
8904         (INTPTR_MAX, UINTPTR_MAX, INTMAX_MIN, INTMAX_MAX, UINTMAX_MAX):
8905         (PTRDIFF_MIN, PTRDIFF_MAX, SIG_ATOMIC_MIN, SIG_ATOMIC_MAX):
8906         (SIZE_MAX, WCHAR_MIN, WCHAR_MAX, WINT_MIN, WINT_MAX):
8907         undef any previous version and define our own version, for
8908         simplicity and consistency with the new macros for types.
8909         (PTRDIFF_MIN, PTRDIFF_MAX, SIG_ATOMIC_MIN, SIG_ATOMIC_MAX):
8910         (SIZE_MAX, WCHAR_MIN, WCHAR_MAX, WINT_MIN, WINT_MAX):
8911         Simplify definitions by using _STDINT_MIN and _STDINT_MAX
8912         where appropriate.  Rely on new symbols @PTRDIFF_T_SUFFIX@,
8913         @SIG_ATOMIC_T_SUFFIX@, @SIZE_T_SUFFIX@, @WCHAR_T_SUFFIX@,
8914         @WINT_T_SUFFIX@ to keep things simple here.
8915         (UINT8_C, UINT16_C, UINT32_C, INT64_C, UINT64_C):
8916         Simplify by assuming typical 8/16/32/64 host, since we're
8917         already doing that elsewhere anyway.
8918         Use (LONG_MAX >> 31 >> 31 == 1) rather than @HAVE_LONG_64BIT@,
8919         and assume long long int is 64 bits if available.  This
8920         speeds up 'configure'.
8921
8922 2006-07-01  Eric Blake  <ebb9@byu.net>
8923
8924         * m4/stdarg.m4 (gl_STDARG_H): Use proper AH_VERBATIM.
8925         Reported by Andreas Buening.
8926
8927 2006-07-01  Eric Blake  <ebb9@byu.net>
8928
8929         * m4/stdarg.m4 (gl_STDARG_H): Properly parenthesize gl_va_copy.
8930
8931 2006-06-30  Jim Hyslop  <jhyslop@dreampossible.ca>  (tiny change)
8932
8933         * lib/getaddrinfo.c: fixed typo
8934
8935 2006-06-29  Jim Meyering  <jim@meyering.net>
8936
8937         * modules/strftime (Maintainer): Add my name, since with the
8938         FPRINTFTIME changes strftime.c has forked from glibc.
8939
8940 2006-06-29  Eric Blake  <ebb9@byu.net>
8941
8942         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Use AC_C_INLINE.
8943
8944 2006-06-29  Eric Blake  <ebb9@byu.net>
8945
8946         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): New file.
8947
8948 2006-06-29  Eric Blake  <ebb9@byu.net>
8949
8950         * lib/stat_.h: New file.
8951
8952 2006-06-29  Eric Blake  <ebb9@byu.net>
8953
8954         * lib/stat_.h (rpl_mkdir): Declare inline, to avoid warnings about
8955         unused static function.
8956
8957 2006-06-29  Eric Blake  <ebb9@byu.net>
8958
8959         * doc/functions.texi (Function Portability): Document missing lstat
8960         on mingw.
8961
8962 2006-06-29  Eric Blake  <ebb9@byu.net>
8963
8964         * MODULES.html.sh: Add sys_stat.
8965         * modules/sys_stat: New module.
8966         * modules/mkstemp (Depends-on): Add sys_stat.
8967
8968 2006-06-29  Derek R. Price  <derek@ximbiot.com>
8969
8970         * m4/strftime.m4: Don't call AC_FUNC_STRFTIME.
8971
8972 2006-06-29  Derek R. Price  <derek@ximbiot.com>
8973
8974         * m4/c-bs-a.m4: Removed.
8975
8976 2006-06-29  Derek R. Price  <derek@ximbiot.com>
8977
8978         * lib/strftime.c: Assume strftime() exists.
8979
8980 2006-06-29  Derek Price  <derek@ximbiot.com>
8981
8982         * modules/c-bs-a: Removed - \a is C89.
8983         * MODULES.html.sh: Remove c-bs-a.
8984
8985 2006-06-29  Bruno Haible  <bruno@clisp.org>
8986
8987         * modules/wcwidth (License): Change to LGPL.
8988
8989 2006-06-28  Simon Josefsson  <jas@extundo.com>
8990
8991         * tests/test-getaddrinfo.c: Test getnameinfo too.  Call WSAStartup
8992         on _WIN32.
8993
8994         * modules/getaddrinfo (Depends-on): Add inet_ntop, needed by
8995         getnameinfo.
8996
8997 2006-06-28  Simon Josefsson  <jas@extundo.com>
8998
8999         * m4/getaddrinfo.m4: Look for getnameinfo prototypes too.
9000
9001 2006-06-28  Simon Josefsson  <jas@extundo.com>
9002
9003         * lib/getaddrinfo.c: Try to load ws2_32.dll on Windows, to find the
9004         functions there.  It will succeed on Windows XP, but on Windows
9005         2000 and (presumably) earlier, it will fail, and use the internal
9006         re-implementation.
9007         (use_win32_p): New function.
9008         (getaddrinfo): Use strtoul on servname, to support numeric ports.
9009         Support AI_NUMERICSERV to disable getservbyname.
9010         (getnameinfo): New function, only supports
9011         NI_NUMERICHOST|NI_NUMERICSERV for now.
9012
9013         * lib/getaddrinfo.h: Test and check for AI_* flags separately, MinGW
9014         only have some of them.  Add AI_NUMERICSERV.  Add prototype for
9015         getnameinfo.
9016
9017 2006-06-28  Eric Blake  <ebb9@byu.net>
9018
9019         * modules/wcwidth: New file.
9020         * modules/mbchar (Depends-on): Add wcwidth.
9021         * modules/mbswidth (Depends-on): Add wcwidth.
9022         * MODULES.html.sh: Add wcwidth.
9023
9024 2006-06-28  Eric Blake  <ebb9@byu.net>
9025
9026         * m4/mbswidth.m4 (gl_MBSDWIDTH): Move wcwidth from here...
9027         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): ...to this new file.
9028
9029 2006-06-28  Eric Blake  <ebb9@byu.net>
9030
9031         * lib/xvasprintf.h: Fix comments.
9032
9033 2006-06-28  Eric Blake  <ebb9@byu.net>
9034
9035         * lib/mbchar.h (wcwidth): Include wcwidth.h.
9036         * lib/mbswidth.c (wcwidth): Move from here...
9037         * lib/wcwidth.h: ...to this new file.
9038
9039 2006-06-28  Derek R. Price  <derek@ximbiot.com>
9040
9041         * m4/savedir.m4: Remove AC_FUNC_CLOSEDIR_VOID requirement.
9042
9043         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Don't require AC_C_CONST, since
9044         it's obsolete.
9045         * m4/strftime.m4 (gl_FUNC_GNU_STRFTIME): Likewise.
9046
9047 2006-06-28  Derek R. Price  <derek@ximbiot.com>
9048
9049         * lib/savedir.c (CLOSEDIR): Remove.  All uses changed to closedir.
9050         Autoconf 2.60 says this stuff was obsolete.
9051
9052 2006-06-28  Bruno Haible  <bruno@clisp.org>
9053
9054         * modules/wcwidth (Files): Add m4/wchar_t.m4.
9055
9056 2006-06-28  Bruno Haible  <bruno@clisp.org>
9057
9058         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Also require AC_C_INLINE and
9059         gt_TYPE_WCHAR_T.
9060
9061 2006-06-28  Bruno Haible  <bruno@clisp.org>
9062
9063         * lib/wcwidth.h: Declare nothing if !HAVE_WCHAR_T. Provide a fallback
9064         declaration for wcwidth.
9065         * lib/mbswidth.c: Restore the includes of <wchar.h> and <wctypes.h>.
9066
9067 2006-06-28  Bruno Haible  <bruno@clisp.org>
9068
9069         * lib/mkdtemp.c [MINGW]: Include <io.h>.
9070         (mkdir): Define using _mkdir.
9071
9072 2006-06-28  Bruno Haible  <bruno@clisp.org>
9073
9074         * lib/getaddrinfo.h: Fix POSIX URL.
9075         * lib/getaddrinfo.c (WIN32_NATIVE): New macro. Use it instead of
9076         _WIN32.
9077         (use_win32_p): Make static.
9078         (getaddrinfo): Reject service name if it is empty or does not consist
9079         solely of decimal digits, or if its value is > 65535.
9080         (getnameinfo): Remove useless casts.
9081
9082 2006-06-27  Simon Josefsson  <jas@extundo.com>
9083
9084         * modules/sys_select: New file, suggested by Bruno Haible, Paul
9085         Eggert and Martin Lambers.
9086
9087 2006-06-27  Simon Josefsson  <jas@extundo.com>
9088
9089         * m4/sys_select_h.m4: New file, suggested by Bruno Haible, Paul
9090         Eggert and Martin Lambers.
9091
9092 2006-06-27  Bruno Haible  <bruno@clisp.org>
9093
9094         * m4/stdint.m4 (gl_STDINT_BITSIZEOF): For nonexistent types, set the
9095         result to 0, not to empty.
9096         Reported by Martin Neitzel <neitzel@sco.gaertner.de>.
9097
9098 2006-06-27  Bruno Haible  <bruno@clisp.org>
9099
9100         * lib/stdint_.h (intmax_t, uintmax_t): Undefine before typedef.
9101
9102 2006-06-26  Simon Josefsson  <jas@extundo.com>
9103
9104         * m4/inet_ntop.m4: Don't check for sys/types.h, we assume it is
9105         present.
9106
9107 2006-06-26  Paul Eggert  <eggert@cs.ucla.edu>
9108
9109         * lib/base64.c (B64): Use _ as the formal parameter, not x, to avoid
9110         bug in IBM C V6 for AIX.  Problem reported by Larry Jones in
9111         <http://lists.gnu.org/archive/html/bug-gnulib/2006-06/msg00181.html>.
9112
9113 2006-06-26  Mark D. Baushke  <mdb@gnu.org>
9114
9115         * m4/stdint.m4 (gl_STDINT_H): Treat BSD/OS like OpenBSD.
9116
9117 2006-06-26  Bruno Haible  <bruno@clisp.org>
9118
9119         * modules/stdint (Makefile.am): Also substitute HAVE_WCHAR_H.
9120
9121 2006-06-26  Bruno Haible  <bruno@clisp.org>
9122
9123         * m4/stdint.m4 (gl_STDINT_H): Test also for <wchar.h>.
9124
9125 2006-06-26  Bruno Haible  <bruno@clisp.org>
9126
9127         * m4/stdint.m4 (gl_STDINT_H): Don't include <stdint.h> when using the
9128         SGI C compiler in pre-C99 mode.
9129         Suggested by Mark D. Baushke and Larry Jones.
9130
9131 2006-06-26  Bruno Haible  <bruno@clisp.org>
9132
9133         * lib/stdint_.h: Include <wchar.h> if necessary for WCHAR_MIN or
9134         WCHAR_MAX.
9135         Reported by Mark D. Baushke and Larry Jones.
9136
9137 2006-06-26  Bruno Haible  <bruno@clisp.org>
9138
9139         * lib/stdint_.h: Don't include <stdint.h> when using the SGI C compiler
9140         in pre-C99 mode.
9141         Suggested by Mark D. Baushke and Larry Jones.
9142
9143 2006-06-23  Simon Josefsson  <jas@extundo.com>
9144             Bruno Haible  <bruno@clisp.org>
9145
9146         * gnulib-tool (func_emit_lib_Makefile_am): Define MOSTLYCLEANDIRS.
9147         Emit mostlyclean-local rule.
9148         (func_emit_tests_Makefile_am): Likewise.
9149         * modules/sys_socket (Makefile.am): Use MOSTLYCLEANDIRS.
9150
9151 2006-06-23  Mark D. Baushke  <mdb@gnu.org>
9152
9153         * lib/stdint_.h: Treat BSD/OS like OpenBSD.
9154
9155 2006-06-23  Bruno Haible  <bruno@clisp.org>
9156
9157         * tests/test-stdint.c: Update to match ISO C 99 Technical
9158         Corrigendum 1.
9159
9160 2006-06-23  Bruno Haible  <bruno@clisp.org>
9161
9162         * m4/stdint.m4 (gl_STDINT_H): Treat IRIX like OpenBSD.
9163
9164 2006-06-23  Bruno Haible  <bruno@clisp.org>
9165
9166         * lib/stdint_.h: Treat IRIX like OpenBSD.
9167
9168 2006-06-23  Bruno Haible  <bruno@clisp.org>
9169
9170         * lib/stdint_.h (UINT8_C, UINT16_C, UINT32_C): Define according to
9171         ISO C 99 Technical Corrigendum 1.
9172
9173 2006-06-22  Simon Josefsson  <jas@extundo.com>
9174
9175         * m4/sockpfaf.m4: Include winsock2.h too, to make it work under
9176         MinGW.
9177
9178 2006-06-22  Paul Eggert  <eggert@cs.ucla.edu>
9179
9180         * lib/glob.c (collated_compare): Remove 'const' uses that weren't
9181         needed.  Some compiler complained about some of them.  Problem reported
9182         by Larry Jones in
9183         <http://lists.gnu.org/archive/html/bug-gnulib/2006-06/msg00172.html>.
9184
9185 2006-06-21  Simon Josefsson  <jas@extundo.com>
9186
9187         * tests/test-getaddrinfo.c: New file.
9188
9189         * modules/getaddrinfo-tests: New file.
9190
9191         * MODULES.html.sh: Add inet_pton.
9192
9193         * modules/inet_pton: New file.
9194
9195 2006-06-21  Simon Josefsson  <jas@extundo.com>
9196
9197         * m4/getaddrinfo.m4: Don't define WINVER.  Look for gethostbyname in
9198         -lws2_32 too.  Fixes getaddrinfo on Windows 2000, with the price
9199         of using the (limited) gnulib implementation on Windows XP.
9200
9201         * m4/inet_pton.m4: New file.
9202
9203 2006-06-21  Simon Josefsson  <jas@extundo.com>
9204
9205         * lib/getaddrinfo.c (getaddrinfo): Set ai_family in the return
9206         variable.
9207
9208         * lib/socket_.h: Don't define WINVER.
9209
9210         * lib/inet_pton.h, inet_pton.c: New file, taken from glibc but
9211         slightly modified to work in gnulib.
9212
9213 2006-06-21  Simon Josefsson  <jas@extundo.com>
9214
9215         * doc/gnulib.texi (Windows sockets): Add.
9216
9217 2006-06-21  Paul Eggert  <eggert@cs.ucla.edu>
9218
9219         * lib/read-file.c (fread_file): Start with buffer allocation of
9220         0 bytes rather than 1 byte; this simplifies the code.
9221         Don't invoke feof; it's not needed.  Refactor to avoid duplicate
9222         code to free buffer and save/restore errno.
9223         (internal_read_file): Remove unused local.
9224
9225 2006-06-20  Paul Eggert  <eggert@cs.ucla.edu>
9226
9227         * lib/openat.c (openat): Use ?:, not if, to work around GCC bug 4210
9228         <http://gcc.gnu.org/bugzilla/show_bug.cgi?id=4210>.
9229         Problem reported by Denis Excoffier in
9230         <http://lists.gnu.org/archive/html/bug-tar/2006-06/msg00023.html>.
9231
9232 2006-06-19  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
9233
9234         * modules/sys_socket, modules/socklen: Include sys/types since
9235         FreeBSD 4.x's sys/socket.h needs it.
9236
9237 2006-06-19  Simon Josefsson  <jas@extundo.com>
9238
9239         * lib/inet_ntop.c: Always build inet_ntop4, since inet_ntop6 calls it.
9240
9241 2006-06-19  Paul Eggert  <eggert@cs.ucla.edu>
9242
9243         * lib/alloca_.h (alloca) [defined alloca]: Don't define or declare.
9244
9245 2006-06-19  Bruno Haible  <bruno@clisp.org>
9246
9247         * m4/stdint.m4 (gl_STDINT_H): Enclose the values of FULL_PATH_STDINT_H
9248         and FULL_PATH_INTTYPES_H in angle brackets.
9249         Reported by Mark D. Baushke <mdb@gnu.org>.
9250
9251 2006-06-17  Eric Blake  <ebb9@byu.net>
9252
9253         * m4/rmdir-errno.m4 (gl_FUNC_FMDIR_NOTEMPTY): Assume errno.h declares
9254         errno.
9255
9256 2006-06-17  Bruno Haible  <bruno@clisp.org>
9257
9258         * m4/stdint.m4 (gl_STDINT_H) [FreeBSD >= 5]: Don't include
9259         <sys/inttypes.h>.
9260
9261 2006-06-17  Bruno Haible  <bruno@clisp.org>
9262
9263         * m4/setenv.m4 (gl_PREREQ_SETENV, gl_PREREQ_UNSETENV): Remove test
9264         whether errno is declared. Assume <errno.h> declares errno.
9265
9266 2006-06-17  Bruno Haible  <bruno@clisp.org>
9267
9268         * lib/stdint_.h [FreeBSD >= 5]: Don't include <sys/inttypes.h>.
9269
9270 2006-06-17  Bruno Haible  <bruno@clisp.org>
9271
9272         * lib/stdint_.h (_UINT8_T, _UINT32_T, _UINT64_T): New macros. Fixes a
9273         problem on Solaris 2.5.1.
9274
9275 2006-06-16  Eric Blake  <ebb9@byu.net>
9276
9277         * lib/unsetenv.c [!defined errno]: Assume errno.h declares errno.
9278         * lib/unicodeio.c [!defined errno]: Likewise.
9279         * lib/strtol.c [!defined errno]: Likewise.
9280         * lib/strtod.c [!defined errno]: Likewise.
9281
9282 2006-06-15  Eric Blake  <ebb9@byu.net>
9283
9284         * m4/ssize_t.m4 (gt_TYPE_SSIZE_T): Work in spite of -Werror.
9285
9286 2006-06-15  Eric Blake  <ebb9@byu.net>
9287
9288         * config/srclist.txt (ssize_t.m4): Lose sync.
9289
9290 2006-06-15  Bruno Haible  <bruno@clisp.org>
9291
9292         * modules/stdint (Files): Include m4/full-header-path.m4,
9293         m4/size_max.m4, m4/wchar_t.m4.
9294         (Makefile.am): Many more substitutions.
9295         * modules/stdint-tests: New file.
9296         * tests/test-stdint.c: New file.
9297
9298 2006-06-15  Bruno Haible  <bruno@clisp.org>
9299
9300         * m4/stdint.m4 (gl_STDINT_H): Rewritten to produce a complete stdint.h.
9301         (gl_HEADER_STDINT_H, gl_HEADER_INTTYPES_H, gl_STDINT_CHECK_TYPES,
9302         gl_STDINT_MISSING_BOUND, gl_STDINT_MISSING_BOUNDS,
9303         gl_STDINT_MISSING_BOUNDS2, gl_STDINT_BITSIZEOF, gl_CHECK_TYPES_SIGNED,
9304         gl_CHECK_TYPE_SAME): New macros.
9305
9306 2006-06-15  Bruno Haible  <bruno@clisp.org>
9307
9308         * m4/size_max.m4 (gl_SIZE_MAX): Make it work also when cross-compiling.
9309
9310 2006-06-15  Bruno Haible  <bruno@clisp.org>
9311
9312         * lib/stdint_.h: Rewritten to be fully auto-configured.
9313         Fixes bug on HP-UX/IA64.
9314
9315 2006-06-11  Paul Eggert  <eggert@cs.ucla.edu>
9316
9317         * lib/getdate.y (__attribute__): Don't define if already defined.
9318         Problem reported by Larry Jones.
9319         * lib/utimens.c (__attribute__): Likewise.
9320
9321 2006-06-04  Paul Eggert  <eggert@cs.ucla.edu>
9322
9323         * lib/regexec.c (group_nodes_into_DFAstates): Fix a buffer overrun
9324         reported by Andreas Schwab.
9325
9326 2006-05-30  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
9327             Bruno Haible  <bruno@clisp.org>
9328
9329         * m4/strndup.m4 (gl_FUNC_STRNDUP): Replace the AC_REPLACE_FUNCS with a
9330         check for the declaration of strnlen and a run test that exposes the
9331         AIX 5.1 strnlen bug.  In the failure case, #define strndup to
9332         rpl_strndup.
9333
9334 2006-05-30  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
9335             Bruno Haible  <bruno@clisp.org>
9336
9337         * lib/strndup.c (strndup) [!_LIBC]: Don't undefine macro definition.
9338
9339 2006-05-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
9340
9341         * m4/c-strtod.m4 (gl_C99_STRTOLD): Use a link test rather than a
9342         compile test, for Tru64 4.0D.
9343
9344 2006-05-28  Karl Berry  <karl@gnu.org>
9345
9346         * config/srclist.txt (printf-args.c): lose sync.
9347
9348 2006-05-26  Martin Lambers  <marlam@marlam.de>
9349
9350         * lib/getpass.c: Updates the test for the native W32 API, and adds
9351         missing includes, thus fixing compilation warnings.
9352
9353 2006-05-25  Sergey Poznyakoff  <gray@gnu.org.ua>
9354
9355         * lib/exclude.c (exclude_fnmatch): New function.
9356         (excluded_file_name): Call exclude_fnmatch.
9357         * lib/exclude.h (excluded_file_name): New prototype
9358
9359 2006-05-25  Paul Eggert  <eggert@cs.ucla.edu>
9360
9361         * lib/tempname.c (small_open, large_open): New macros.
9362         (__open, __open64) [!_LIBC]: Remove.
9363         (__gen_tempname): Use small_open and large_open instead of __open
9364         and __open64.  This fixes a portability bug on HP-UX 11.11i
9365         reported by Simon Wing-Tang in
9366         <http://lists.gnu.org/archive/html/bug-coreutils/2006-05/msg00114.html>.
9367
9368 2006-05-24  Bruno Haible  <bruno@clisp.org>
9369
9370         * lib/printf-args.c (printf_fetchargs): Turn NULL pointers for
9371         TYPE_STRING and TYPE_WIDE_STRING into a non-NULL replacement.
9372         Reported by Thorsten Maerz <torte@netztorte.de> via
9373         Aaron Stone <aaron@serendipity.cx>.
9374
9375 2006-05-19  Paul Eggert  <eggert@cs.ucla.edu>
9376
9377         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Rename cache variables to use
9378         gl_ rather than jm_.  Link, don't run, so that cross-compiles are
9379         allowed.  Check that resulting type is arithmetic.  Move AC_REQUIRE
9380         and AC_CHECK_HEADERS_ONCE outside of AC_CACHE_CHECK, since they're
9381         not really conditional on the cache.
9382         (gl_PREREQ_NANOSLEEP): Check for sys/select.h.
9383
9384 2006-05-19  Paul Eggert  <eggert@cs.ucla.edu>
9385
9386         * lib/nanosleep.c [HAVE_SYS_SELECT_H]: Include <sys/select.h>.
9387         Use the usual Autoconf way to include <time.h> and/or sys/time.h.
9388         (my_usleep): Don't mishandle maximum value.
9389
9390 2006-05-19  Jim Meyering  <jim@meyering.net>
9391
9392         * lib/getugroups.c: Correct an outdated comment.  From Bruno Haible.
9393
9394 2006-05-17  Bruno Haible  <bruno@clisp.org>
9395
9396         Cygwin portability.
9397         * lib/classpath.c (PATH_SEPARATOR) [CYGWIN]: Define as ':'.
9398
9399 2006-05-17  Bruno Haible  <bruno@clisp.org>
9400
9401         * lib/stdint_.h: Fix recognition of Cygwin.
9402
9403 2006-05-15  Bruno Haible  <bruno@clisp.org>
9404
9405         * build-aux/config.rpath: Improve support for Sun C 5.9 on Linux, based
9406         on libtool patch by Ralf Wildenhues.
9407
9408 2006-05-14  Paul Eggert  <eggert@cs.ucla.edu>
9409
9410         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Fix overly-picky
9411         test for C99 conformance; (bool) 0.5 is an integer constant
9412         expression, but (bool) -0.5 is not.  Problem reported by Fedor
9413         Sergeev in <http://forum.sun.com/jive/thread.jspa?threadID=96202>.
9414
9415 2006-05-11  Simon Josefsson  <jas@extundo.com>
9416
9417         * m4/xvasprintf.m4: Fix obvious typo.
9418
9419 2006-05-11  Jim Meyering  <jim@meyering.net>
9420
9421         * lib/sha1.c (sha1_buffer): Correct comment: s/MD5/SHA1/.  From
9422         James Lemley.
9423
9424 2006-05-10  Simon Josefsson  <jas@extundo.com>
9425
9426         * lib/md4.c: Typo fix, update copyright years.
9427         (K1, K2): Don't use L because it turn computations into 64-bit on
9428         64-bit platforms.
9429
9430 2006-05-10  Paul Eggert  <eggert@cs.ucla.edu>
9431
9432         * lib/crc.c (crc32_update): Remove unnecessary L suffix.
9433         * lib/md4.c (rol): Cast right-shift arg to uint32_t to prevent
9434         unwanted sign propagation, e.g., on hosts with 64-bit int.
9435         There still are some problems with reeelly weird theoretical hosts
9436         (e.g., 33-bit int) but it's not worth worrying about now.
9437         * lib/sha1.c (rol): Likewise.
9438         (K1, K2, K3, K4): Remove unnecessary L suffix.
9439
9440 2006-05-10  Bruno Haible  <bruno@clisp.org>
9441
9442         * lib/des.c: Cast to avoid warnings.
9443
9444 2006-05-09  Bruno Haible  <bruno@clisp.org>
9445
9446         * modules/xvasprintf (Files): Add m4/xvasprintf.m4.
9447         (Depends-on): Depend also on xsize, stdarg.
9448         (configure.ac): Add gl_XVASPRINTF.
9449
9450 2006-05-09  Bruno Haible  <bruno@clisp.org>
9451
9452         * m4/xvasprintf.m4: New file.
9453
9454 2006-05-09  Bruno Haible  <bruno@clisp.org>
9455
9456         * lib/xvasprintf.c: Include limits.h, string.h, xsize.h.
9457         (EOVERFLOW): Define fallback value.
9458         (xstrcat): New function.
9459         (xvasprintf): Recognize the special case of a string concatenation.
9460
9461 2006-05-08  Eric Blake  <ebb9@byu.net>
9462
9463         * gnulib-tool (func_version): Base copyright year on CVS date.
9464         (func_emit_copyright_notice): New function.
9465         (func_emit_lib_Makefile_am): Use it.
9466         (func_emit_tests_Makefile_am): Likewise.
9467         (func_import): Likewise.
9468
9469 2006-05-08  Bruno Haible  <bruno@clisp.org>
9470
9471         * modules/stdarg: New file.
9472         * MODULES.html.sh (func_all_modules): Add section for <stdarg.h>.
9473
9474 2006-05-08  Bruno Haible  <bruno@clisp.org>
9475
9476         * m4/stdarg.m4: New file, from GNU gettext.
9477
9478 2006-05-08  Bruno Haible  <bruno@clisp.org>
9479
9480         * config/srclist.txt (build-aux/config.rpath): different from latest
9481         release.
9482
9483 2006-05-08  Bruno Haible  <bruno@clisp.org>
9484
9485         * build-aux/config.rpath: Add support for Sun C 5.9 on Linux.
9486
9487 2006-05-05  Jim Meyering  <jim@meyering.net>
9488
9489         * m4/warning.m4: New file, derived from bison's file by the same name.
9490
9491 2006-05-03  Bruno Haible  <bruno@clisp.org>
9492
9493         * lib/stdint_.h: Shorter URL.
9494         * lib/inttypes.h: Likewise.
9495
9496 2006-05-02  Paul Eggert  <eggert@cs.ucla.edu>
9497
9498         * modules/inttypes (Maintainer): Change from Derek Price to 'all'.
9499
9500 2006-05-02  Paul Eggert  <eggert@cs.ucla.edu>
9501
9502         * lib/verify.h: Document the internals better.  Most of this change
9503         was written by Bruno Haible.
9504
9505 2006-05-02  Paul Eggert  <eggert@cs.ucla.edu>
9506
9507         * doc/verify.texi: New file, partly based on a proposal by
9508         Bruno Haible.
9509
9510 2006-05-02  Bruno Haible  <bruno@clisp.org>
9511
9512         * m4/full-header-path.m4 (gl_FULL_HEADER_PATH): Move the include_next
9513         test from here...
9514         * m4/_inttypes_h.m4 (gl_INTTYPES_H): ... to here.
9515
9516 2006-04-29  Bruno Haible  <bruno@clisp.org>
9517
9518         * lib/gcd.c: Use WORD_T and GCD instead of unsigned long and gcd.
9519         Suggested by Oskar Liljeblad <oskar@osk.mine.nu>.
9520
9521 2006-04-29  Bruno Haible  <bruno@clisp.org>
9522
9523         * gnulib-tool: Make --update option actually work.
9524
9525 2006-04-29  Bruno Haible  <bruno@clisp.org>
9526
9527         * doc/gcd.texi: New file.
9528         * doc/gnulib.texi: Include it.
9529
9530 2006-04-25  Paul Eggert  <eggert@cs.ucla.edu>
9531
9532         * lib/getdate.y (get_date): When adding relative date, start with the
9533         initial time, not with the result of the first mktime call.
9534
9535 2006-04-25  Bruno Haible  <bruno@clisp.org>
9536
9537         * gnulib-tool (func_import): Output the include directives in three
9538         blocks, sorted separately.
9539         Reported by Ben Pfaff <blp@cs.stanford.edu>.
9540
9541 2006-04-24  Paul Eggert  <eggert@cs.ucla.edu>
9542
9543         * m4/unlink-busy.m4 (gl_FUNC_UNLINK_BUSY_TEXT): Use prototype
9544         to define main with arguments, for C++.  Reported by Eric Blake.
9545         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC):
9546         Prefer 'int main ()' to 'int main (void)', for C++.
9547         * m4/getcwd-path-max.m4 (gl_FUNC_GETCWD_PATH_MAX): Likewise.
9548         * m4/fsusage.m4 (gl_FILE_SYSTEM_USAGE): Specify a return type
9549         for 'main', for C99 and C++.
9550
9551 2006-04-24  Paul Eggert  <eggert@cs.ucla.edu>
9552
9553         * m4/fsusage.m4 (gl_FILE_SYSTEM_USAGE): Use return, not exit.
9554         Don't assume that exit status -1 is valid.
9555         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Likewise.
9556         * m4/putenv.m4 (gl_FUNC_PUTENV): Likewise.
9557         * m4/rmdir-errno.m4 (gl_FUNC_RMDIR_NOTEMPTY): Likewise.
9558         * m4/readdir.m4 (GL_FUNC_READDIR): Include <stdlib.h>.
9559         * m4/rename.m4 (vb_FUNC_RENAME): Likewise.
9560         * m4/unlink-busy.m4 (gl_FUNC_UNLINK_BUSY_TEXT): Use AC_RUN_IFELSE,
9561         not AC_TRY_RUN.  Use return, not exit.  Don't assume that
9562         functions can be used without declaring them, or that you can
9563         exit with status -1.
9564         * m4/utimes-null.m4 (gl_FUNC_UTIMES_NULL): Likewise.
9565
9566 2006-04-24  Karl Berry  <karl@gnu.org>
9567
9568         * config/srclist.txt (longdouble.m4): sync lost.
9569
9570 2006-04-24  Eric Blake  <ebb9@byu.net>
9571
9572         * m4/strerror_r.m4 (AC_FUNC_STRERROR_R): Avoid unused variable warning.
9573
9574 2006-04-24  Bruno Haible  <bruno@clisp.org>
9575
9576         * m4/poll.m4 (gl_FUNC_POLL): When cross-compiling, reject also the
9577         poll() implementation in AIX.
9578         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
9579
9580 2006-04-24  Bruno Haible  <bruno@clisp.org>
9581
9582         * m4/poll.m4 (gl_FUNC_POLL): Rearrange code, so that POLL_H gets
9583         assigned exactly once.
9584
9585 2006-04-23  Claudio Fontana  <claudio@gnu.org>
9586             Bruno Haible  <bruno@clisp.org>
9587
9588         * modules/gettext (Makefile.am): Add a -I flag for <libintl.h>.
9589         * gnulib-tool (func_emit_lib_Makefile_am): Emit empty default value
9590         for AM_CPPFLAGS.
9591
9592 2006-04-23  Bruno Haible  <bruno@clisp.org>
9593
9594         * modules/copy-file: Depend on unistd.
9595         * modules/execute: Likewise.
9596         * modules/fatal-signal: Likewise.
9597         * modules/findprog: Likewise.
9598         * modules/mkdtemp : Likewise.
9599         * modules/pipe: Likewise.
9600         * modules/wait-process: Likewise.
9601
9602 2006-04-23  Bruno Haible  <bruno@clisp.org>
9603
9604         * lib/fwriteerror.c (fwriteerror): Call fclose also when an error
9605         condition was already detected.
9606         Reported by Ben Pfaff <blp@cs.stanford.edu>.
9607
9608 2006-04-23  Bruno Haible  <bruno@clisp.org>
9609
9610         * lib/copy-file.c: Include <unistd.h> unconditionally.
9611         * lib/execute.c: Likewise.
9612         * lib/fatal-signal.c: Likewise.
9613         * lib/findprog.c: Likewise.
9614         * lib/mkdtemp.c: Likewise.
9615         * lib/pipe.h: Likewise.
9616         * lib/pipe.c: Likewise.
9617         * lib/wait-process.h: Likewise.
9618
9619 2006-04-23  Bruno Haible  <bruno@clisp.org>
9620
9621         * gnulib-tool (func_usage): Fix --import description. Document
9622         --update.
9623         (func_import): Create temporary file in a temporary directory, if
9624         --dry-run is specified. Silence errors from 'grep' when there are no
9625         m4 files in $m4dir.
9626         (func_create_testdir): Silence errors from 'grep' when there are no
9627         m4 files in $m4dir.
9628         Reported by Karl Berry <karl@freefriends.org>.
9629
9630 2006-04-20  Bruno Haible  <bruno@clisp.org>
9631
9632         * m4/argp.m4 (gl_ARGP): Don't call AC_CHECK_DECLS_ONCE with more than
9633         one argument, so that the code will be portable to Autoconf 2.60.
9634         * m4/getlogin_r.m4 (gl_PREREQ_GETLOGIN_R): Likewise.
9635         * m4/getpass.m4 (gl_PREREQ_GETPASS): Likewise.
9636         * m4/unlocked-io.m4 (gl_FUNC_GLIBC_UNLOCKED_IO): Likewise.
9637
9638 2006-04-19  Derek Price  <derek@ximbiot.com>
9639             Eric Blake  <ebb9@byu.net>
9640
9641         * m4/full-header-path.m4 (gl_FULL_HEADER_PATH): Use </full/path.h>
9642         rather than "/full/path.h".  Update comment to match.  Shorten &
9643         generalize m4_translit call via AS_TR_CPP.
9644
9645 2006-04-19  Derek Price  <derek@ximbiot.com>
9646             Eric Blake  <ebb9@byu.net>
9647
9648         * lib/inttypes.h: Correct grammar in comment.
9649
9650 2006-04-18  Derek Price  <derek@ximbiot.com>
9651             Paul Eggert  <eggert@cs.ucla.edu>
9652
9653         * modules/inttypes: New file.
9654         * modules/strtoimax, modules/strtoumax: Depend on inttypes.
9655
9656 2006-04-18  Derek Price  <derek@ximbiot.com>
9657             Paul Eggert  <eggert@cs.ucla.edu>
9658
9659         * m4/_inttypes_h.m4, m4/full-header-path.m4, m4/include_next.m4:
9660         New files.
9661
9662 2006-04-18  Derek Price  <derek@ximbiot.com>
9663             Paul Eggert  <eggert@cs.ucla.edu>
9664
9665         * lib/inttypes.h: New file.
9666         * lib/strtoimax.c: Assume <inttypes.h>.
9667
9668 2006-04-15  Paul Eggert  <eggert@cs.ucla.edu>
9669
9670         * lib/utimens.c (futimens): glibc futimesat messes up if /proc
9671         isn't mounted.  Problem reported by Kir Kolyshkin.
9672
9673 2006-04-13  Paul Eggert  <eggert@cs.ucla.edu>
9674
9675         * lib/regcomp.c (init_dfa): Don't use wchar_t or wctype_t if
9676         RE_ENABLE_I18N is not defined.  Problem reported by Mark D. Baushke via
9677         Derek R. Price.
9678         * lib/regex.h (RE_DUP_MAX): Update comment to match current
9679         implementation.
9680
9681 2006-04-12  Eric Blake  <ebb9@byu.net>
9682
9683         * modules/time_r (Makefile.am): Remove lib_SOURCES line, as this
9684         is now done automatically by the corresponding Autoconf macro.
9685
9686 2006-04-11  Paul Eggert  <eggert@cs.ucla.edu>
9687
9688         * m4/time_r.m4 (gl_TIME_R): Add AC_LIBSOURCES for time_r.c and
9689         time_r.h.
9690
9691 2006-04-09  Paul Eggert  <eggert@cs.ucla.edu>
9692
9693         Merge regex changes from libc, removing some of our
9694         POSIX-conformance changes that were rejected and redoing them in a
9695         less-intrusive way.
9696
9697         * lib/regcomp.c (re_compile_internal, init_dfa):
9698         Length arg is now size_t, not Idx.  All uses changed.
9699         (peek_token): Forward decl now says internal_function.
9700         (__re_error_msgid, __re_error_msgid_idx):
9701         Now static rather than extern with attribute_hidden.
9702         (re_compile_pattern) [!defined _LIBC]: Use K&R-style defn.
9703         For some reason libc prefers K&R style defns for external functions.
9704         (regerror) [!defined _LIBC]: Likewise.
9705         (re_set_syntax, re_compile_fastmap, regcomp, regfree, re_comp):
9706         (seek_collating_symbol_entry, lookup_collation_sequence_value):
9707         (build_range_exp, build_collating_symbol):
9708         Use K&R-style defn.
9709         (re_compile_fastmap): Use '\0' to memset, not 0.
9710         (utf8_sb_map): Make the calculations more obvious.
9711         (init_dfa, parse_bracket_exp, build_charclass_op):
9712         Call calloc and cast result, as glibc does.
9713         (init_word_char, fetch_token, peek_token, peek_token_bracket):
9714         (build_range_exp, build_collating_symbol):
9715         Now internal functions.
9716
9717         * lib/regex.c [!defined _LIBC]: Allow compiling with C++ compilers.
9718
9719         * lib/regex.h (__USE_GNU_REGEX): New macro.  Don't depend on
9720         _REGEX_SOURCE any more; depend on _GNU_SOURCE instead.
9721         Don't depend on VMS; depend on __VMS instead, for POSIX
9722         namespace cleanness.
9723         (regoff_t): Define to ssize_t, not long int.
9724
9725         Remove the REG_ macros named below.  Instead, make the old names
9726         (e.g., RE_BACKSLASH_ESCAPE_IN_LISTS) visible only if
9727         __USE_GNU_REGEX.
9728         (REG_BACKSLASH_ESCAPE_IN_LISTS):
9729         (REG_BK_PLUS_QM, REG_CHAR_CLASSES, REG_CONTEXT_INDEP_ANCHORS):
9730         (REG_CONTEXT_INDEP_OPS, REG_CONTEXT_INVALID_OPS):
9731         (REG_DOT_NEWLINE, REG_DOT_NOT_NULL, REG_HAT_LISTS_NOT_NEWLINE):
9732         (REG_INTERVALS, REG_LIMITED_OPS, REG_NEWLINE_ALT):
9733         (REG_NO_BK_BRACES, REG_NO_BK_PARENS, REG_NO_BK_REFS):
9734         (REG_NO_BK_VBAR, REG_NO_EMPTY_RANGES):
9735         (REG_UNMATCHED_RIGHT_PAREN_ORD, REG_NO_POSIX_BACKTRACKING):
9736         (REG_NO_GNU_OPS, REG_DEBUG, REG_INVALID_INTERVAL_ORD):
9737         (REG_IGNORE_CASE, REG_CARET_ANCHORS_HERE):
9738         (REG_CONTEXT_INVALID_DUP, REG_NO_SUB, REG_SYNTAX_EMACS):
9739         (REG_SYNTAX_AWK, REG_SYNTAX_GNU_AWK, REG_SYNTAX_POSIX_AWK):
9740         (REG_SYNTAX_GREP, REG_SYNTAX_EGREP, REG_SYNTAX_POSIX_EGREP):
9741         (REG_SYNTAX_ED, REG_SYNTAX_SED, _REG_SYNTAX_POSIX_COMMON):
9742         (REG_SYNTAX_POSIX_BASIC, REG_SYNTAX_POSIX_MINIMAL_BASIC):
9743         (REG_SYNTAX_POSIX_EXTENDED, REG_SYNTAX_POSIX_MINIMAL_EXTENDED):
9744         (REG_DUP_MAX, REG_UNALLOCATED, REG_REALLOCATE, REG_FIXED):
9745         (REG_NREGS):
9746         Remove.  All uses replaced by the old RE_* names.
9747         (RE_BACKSLASH_ESCAPE_IN_LISTS):
9748         (RE_BK_PLUS_QM, RE_CHAR_CLASSES, RE_CONTEXT_INDEP_ANCHORS):
9749         (RE_CONTEXT_INDEP_OPS, RE_CONTEXT_INVALID_OPS):
9750         (RE_DOT_NEWLINE, RE_DOT_NOT_NULL, RE_HAT_LISTS_NOT_NEWLINE):
9751         (RE_INTERVALS, RE_LIMITED_OPS, RE_NEWLINE_ALT):
9752         (RE_NO_BK_BRACES, RE_NO_BK_PARENS, RE_NO_BK_REFS):
9753         (RE_NO_BK_VBAR, RE_NO_EMPTY_RANGES):
9754         (RE_UNMATCHED_RIGHT_PAREN_ORD, RE_NO_POSIX_BACKTRACKING):
9755         (RE_NO_GNU_OPS, RE_DEBUG, RE_INVALID_INTERVAL_ORD):
9756         (RE_IGNORE_CASE, RE_CARET_ANCHORS_HERE):
9757         (RE_CONTEXT_INVALID_DUP, RE_NO_SUB):
9758         Don't bother having these macros be independent of each others'
9759         values, since they no longer exist in the POSIX name space.
9760
9761         Rename the following member names back to their old names,
9762         unless !__USE_GNU_REGEX.  All uses changed back.
9763         (buffer): Renamed from re_buffer.
9764         (allocated): Renamed from re_allocated.
9765         (used): Renamed from re_used.
9766         (syntax): Renamed from re_syntax.
9767         (fastmap): Renamed from re_fastmap.
9768         (translate): Renamed from re_translate.
9769         (can_be_null): Renamed from re_can_be_null.
9770         (regs_allocated): Renamed from re_regs_allocated.
9771         (fastmap_accurate): Renamed from re_fastmap_accurate.
9772         (no_sub): Renamed from re_no_sub.
9773         (not_bol): Renamed from re_not_bol.
9774         (not_eol): Renamed from re_not_eol.
9775         (newline_anchor): Renamed from re_newline_anchor.
9776         (num_regs): Renamed from rm_num_regs.
9777         (start): Renamed from rm_start.
9778         (end): Renamed from rm_end.
9779
9780         (free_state): Move up a bit.
9781
9782         * lib/regex_internal.h (inline) [__GNUC__ < 3 && defined _LIBC]:
9783         #define to be empty.
9784         (ASCII_CHARS): New macro, replacing all uses of 0x80 and/or SBC_MAX / 2
9785         when that is what is intended.
9786         (SBC_MAX): Define to UCHAR_MAX + 1, not 256.
9787         (__re_error_msgid, __re_error_msgid_idx): Remove decls; not needed.
9788         (MAX): New macro.
9789         (re_xmalloc, re_calloc, re_xrealloc, re_x2realloc): Remove.
9790         All uses changed back to re_malloc, etc.  It's now the caller's
9791         responsibility to check for overflow; all callers changed.
9792         (re_alloc_oversized, re_x2alloc_oversized, re_xnmalloc, re_xnrealloc):
9793         (re_x2nrealloc): Remove.
9794         (free_state): Remove decl.
9795
9796         * lib/regexc.c (regexec, re_match, re_search, re_match_2, re_search_2):
9797         (re_set_registers, re_exec):
9798         Use K&R-style defn.
9799
9800         2006-01-31  Roland McGrath  <roland@redhat.com>
9801
9802         * lib/regcomp.c (calc_eclosure_iter): Remove dead variables.
9803         Reported by Mike Frysinger <vapier@gentoo.org>.
9804
9805         2006-01-15  Andreas Jaeger  <aj@suse.de>
9806
9807         [BZ #1950]
9808         * lib/regex_internal.c (re_string_reconstruct): Adjust for
9809         build_wcs_upper_buffer change.
9810         (build_wcs_upper_buffer): Change return type.
9811
9812         2005-12-10  Ulrich Drepper  <drepper@redhat.com>
9813
9814         * lib/regex_internal.h: Include <stdint.h> if available.
9815
9816         2005-12-06  Paolo Bonzini  <bonzini@gnu.org>
9817
9818         * lib/regex_internal.h (SIZE_MAX): Provide a default definition.
9819
9820         2005-10-14  Ulrich Drepper  <drepper@redhat.com>
9821
9822         * lib/regcomp.c: Adjust for changed secondary hash function.
9823
9824         2005-09-30  Ulrich Drepper  <drepper@redhat.com>
9825
9826         * lib/regex.h: Pretty printing.
9827         Clean up namespace a bit.
9828
9829         2005-09-30  Jakub Jelinek  <jakub@redhat.com>
9830
9831         * lib/regexec.c (update_cur_sifted_state, check_arrival,
9832         check_arrival_add_next_nodes): Avoid using uninitialized variable.
9833
9834         2005-09-06  Paul Eggert  <eggert@cs.ucla.edu>
9835                     Ulrich Drepper  <drepper@redhat.com>
9836
9837         [BZ #1302]
9838         * lib/regex_internal.h (bitset_t): Renamed from bitset.  All uses
9839         changed.
9840         (bitset_word_t): Renamed from bitset_word.  All uses changed.
9841
9842         2005-09-22  Ulrich Drepper  <drepper@redhat.com>
9843
9844         [BZ #281]
9845         * lib/regex.h: Define RE_TRANSLATE_TYPE as unsigned char *.
9846         * lib/regcomp.c: Remove unnecessary uses of
9847         unsigned RE_TRANSLATE_TYPE.
9848         * lib/regex_internal.h: Likewise.
9849         * lib/regex_internal.c: Likewise.
9850         * lib/regexec.c: Likewise.
9851         Based on a patch by Stepan Kasal <kasal@ucw.cz>.
9852
9853         2005-09-07  Ulrich Drepper  <drepper@redhat.com>
9854
9855         * lib/regexec.c (find_recover_state): Remove unnecessary
9856         initialization.
9857         (transit_state_bkref): Make DFA a const pointer.
9858         (get_subexp): Likewise.
9859         (check_arrival): Likewise.
9860         (update_cur_sifted_state): Likewise.
9861         (re_search_internal): Likewise.
9862         (prune_impossible_nodes): Likewise.
9863         (acquire_init_state_context): Likewise.
9864         (proceed_next_node): Likewise.
9865         (set_regs): Likewise.
9866         (free_fail_stack_return): Likewise.
9867         (check_arrival_expand_ecl): Mark DFA parameter as const.
9868         (check_arrival_expand_ecl_sub): Likewise.
9869         (check_subexp_limits): Likewise.
9870         (sub_epsilon_src_nodes):  Likewise.
9871         (add_epsilon_src_nodes):  Likewise.
9872         (merge_state_array): Likewise.
9873         (update_regs): Likewise.
9874         (build_trtable): Likewise.
9875         (sift_states_backward): Mark MCTX parameter as const.
9876         (build_sifted_states): Likewise.
9877         (update_cur_sifted_state): Likewise.
9878         (sift_states_mkref): Likewise.
9879         (check_arrival_expand_ecl): Mark eclosure as const.
9880         (check_dst_limits_calc_pos_1): Likewise.
9881         * lib/regex_internal.h (re_match_context_t): Make dfa a const
9882         pointer.
9883
9884         2005-09-06  Ulrich Drepper  <drepper@redhat.com>
9885
9886         * lib/regexec.c (merge_state_with_log): Define dfa as const pointer.
9887         (transit_state_sb): Likewise.
9888         (transit_state_mb): Likewise.
9889         (sift_states_iter_mb): Likewise.
9890         (check_arrival_add_next_nodes): Likewise.
9891         (check_node_accept_bytes): Change first parameter to pointer-to-const.
9892         [_LIBC] (re_search_2_stub): Use mempcpy.
9893
9894         * lib/regex_internal.c (re_string_reconstruct): Avoid calling
9895         mbrtowc for very simple UTF-8 case.
9896
9897         * lib/regex_internal.c (re_acquire_state): Make DFA pointer arg
9898         a pointer-to-const.
9899         (re_acquire_state_context): Likewise.
9900         * lib/regex_internal.h: Adjust prototypes.
9901
9902         * lib/regex.c: Prevent using C++ compilers.
9903
9904         * lib/regex_internal.c (re_acquire_state): Minor code rearrangement.
9905         (re_acquire_state_context): Likewise.
9906
9907 2006-04-09  Paul Eggert  <eggert@cs.ucla.edu>
9908
9909         * modules/regex (Depends-on): Add ssize_t.
9910
9911 2006-04-09  Paul Eggert  <eggert@cs.ucla.edu>
9912
9913         * m4/regex.m4 (gl_REGEX): Check for new glibc interface to
9914         translation table.
9915
9916 2006-04-09  Paul Eggert  <eggert@cs.ucla.edu>
9917
9918         * doc/gnulib-tool.texi (Modified imports): pathname -> file name.
9919
9920 2006-03-29  Mark D. Baushke  <mdb@gnu.org>
9921             Bruno Haible  <bruno@clisp.org>
9922
9923         * lib/stdint_.h: On OpenBSD, don't redefine types already included in
9924         <sys/types.h> and <inttypes.h>.
9925
9926 2006-03-25  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
9927
9928         * m4/argz.m4 (gl_FUNC_ARGZ): If we define `error_t', also define
9929         `__error_t_defined', so argp.h will not typedef the former.
9930
9931 2006-03-25  Paul Eggert  <eggert@cs.ucla.edu>
9932
9933         * m4/regex.m4 (gl_REGEX): Don't insist on REG_SYNTAX_POSIX_EGREP,
9934         REG_SYNTAX_EMACS, and REG_IGNORE_CASE.  Settle for the traditional
9935         glibc names.  Even if glibc is changed to conform to POSIX, the
9936         traditional names will be available anyway, since regex depends on
9937         the extensions module.  Also, fix a longstanding typo in the
9938         implementation of Spencer ERE test #75 from grep 2.3.  Problems
9939         reported by Emanuele Giaquinta.  Also, change sense of cached
9940         variable, so that the message makes sense.
9941
9942 2006-03-24  Simon Josefsson  <jas@extundo.com>
9943
9944         * lib/base64.c: Fix problems reported by Eric Blake <ebb9@byu.net>,
9945         including some doc fixes.
9946         (base64_encode_alloc): Fix +1 bug on allocation failures.
9947
9948 2006-03-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
9949
9950         * lib/base64.c (base64_encode): Do not read past end of array with
9951         unsanitized input on systems with CHAR_BIT > 8.
9952
9953 2006-03-24  Eric Blake  <ebb9@byu.net>
9954
9955         * lib/time_r.c (copy_string_result): Remove, as it is no longer used.
9956
9957 2006-03-22  Karl Berry  <karl@gnu.org>
9958
9959         * config/srclist.txt (*setenv.[ch]): get from coreutils.
9960         * config/srclistvars.sh (COREUTILS): new var.
9961
9962 2006-03-17  Jim Meyering  <jim@meyering.net>
9963
9964         * m4/regex.m4 (gl_REGEX): Fix typo in last change:
9965         s/_REGEX_WIDE_OFFSETS/_REGEX_LARGE_OFFSETS/.
9966
9967 2006-03-16  Paul Eggert  <eggert@cs.ucla.edu>
9968
9969         * m4/regex.m4 (gl_REGEX): Don't check for off_t, since the code
9970         no longer needs it.  Instead, check that regoff_t is as least
9971         as wide as ptrdiff_t.
9972
9973         Don't define _REGEX_WIDE_OFFSETS unless using the included regex,
9974         so that our regex.h stays compatible with the installed regex.
9975         This is helpful for installers who configure --without-included-regex.
9976         Problem reported by Emanuele Giaquinta.
9977
9978 2006-03-16  Paul Eggert  <eggert@cs.ucla.edu>
9979
9980         * lib/regex.h (regoff_t) [defined _REGEX_LARGE_OFFSETS]:
9981         Typedef to long int, not to off_, as POSIX will likely change
9982         in that direction.
9983
9984 2006-03-15  Eric Blake  <ebb9@byu.net>
9985
9986         * m4/dirfd.m4 (gl_FUNC_DIRFD): Use AC_REQUIRE for AC_HEADER_DIRENT.
9987
9988 2006-03-13  Sergey Poznyakoff  <gray@gnu.org.ua>
9989
9990         * lib/argp-help.c (validate_uparams): Fix typo
9991         * lib/argp-parse.c (argp_default_options): Consistently begin help
9992         messages with a lowercase letter.
9993
9994 2006-03-11  Paul Eggert  <eggert@cs.ucla.edu>
9995
9996         * lib/time_r.h (asctime_r, ctime_r): Remove.  These functions can
9997         overrun buffers and shouldn't be used (much as gets shouldn't be
9998         used).
9999         * lib/time_r.c (asctime_r, ctime_r): Likewise.
10000
10001 2006-03-08  Simon Josefsson  <jas@extundo.com>
10002
10003         * m4/gc-random.m4: Permit 'no' as variable values and fix warnings,
10004         suggested by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
10005
10006 2006-03-08  Simon Josefsson  <jas@extundo.com>
10007
10008         * m4/gc-random.m4: Call AC_CANONICAL_HOST and use $host_os instead of
10009         $target, suggested by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
10010
10011 2006-03-08  Simon Josefsson  <jas@extundo.com>
10012
10013         * lib/gc-gnulib.c (randomize): Don't open files called 'no', they
10014         signal that configure disabled the device.
10015
10016 2006-03-08  Simon Josefsson  <jas@extundo.com>
10017
10018         * build-aux/maint.mk: Fix refresh-po, to handle no translated
10019         languages.
10020
10021 2006-03-07  Simon Josefsson  <jas@extundo.com>
10022
10023         * modules/getopt (Depends-on): Add unistd.
10024
10025         * modules/unistd: New file.
10026
10027 2006-03-07  Simon Josefsson  <jas@extundo.com>
10028
10029         * modules/gc-random: New file.
10030
10031 2006-03-07  Simon Josefsson  <jas@extundo.com>
10032
10033         * m4/unistd_h.m4: New file.
10034
10035 2006-03-07  Simon Josefsson  <jas@extundo.com>
10036
10037         * m4/readline.m4 (gl_FUNC_READLINE): Rewrite the cached part of the
10038         test to be side-effect free by storing the result in the cache
10039         variable gl_cv_lib_readline, and moving the assignment of
10040         LIBREADLINE and LTLIBREADLINE outside the COMMANDS-TO-SET-IT.
10041         From Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
10042
10043 2006-03-07  Simon Josefsson  <jas@extundo.com>
10044
10045         * m4/gc-random.m4: New file, mostly from gc.m4.  Warn instead of
10046         error on missing devices (the functions will return an error).
10047
10048         * m4/gc.m4: Move random stuff to gc-random.m4
10049
10050 2006-03-07  Simon Josefsson  <jas@extundo.com>
10051
10052         * lib/unistd_.h: New file.
10053
10054 2006-03-07  Simon Josefsson  <jas@extundo.com>
10055
10056         * lib/gc-libgcrypt.c, gc-gnulib.c: Use GC_USE_RANDOM.
10057
10058 2006-03-07  Paul Eggert  <eggert@cs.ucla.edu>
10059
10060         * m4/unistd_h.m4 (gl_HEADER_UNISTD): Rename, to match modules file.
10061         Problem reported by Juan Manuel Guerrero.
10062
10063 2006-03-07  Paul Eggert  <eggert@cs.ucla.edu>
10064
10065         * lib/c-stack.c: Include unistd.h unconditionally, since we now assume
10066         the unistd module.
10067         * lib/getlogin_r.c: Likewise.
10068         * lib/getlogin_r.h: Likewise.
10069         * lib/glob.c: Likewise.
10070         * lib/pagealign_alloc.c: Likewise.
10071         * lib/unistd_.h: Remove; no longer needed.
10072
10073 2006-03-07  Paul Eggert  <eggert@cs.ucla.edu>
10074
10075         * MODULES.html.sh (Support for systems lacking POSIX:2001):
10076         Add unistd.
10077         * modules/c-stack (Depends-on): Add unistd.
10078         * modules/getlogin_r: Likewise.
10079         * modules/glob: Likewise.
10080         * modules/pagealign_alloc: Likewise.
10081         * modules/unistd (Files): Remove lib/unistd_.h.
10082         (EXTRA_DIST): Remove.
10083         (unistd.h): Create using 'echo' rather than 'cp', so that we don't
10084         need unistd_.h.
10085         (MOSTLYCLEANFILES): Remove unistd.h-t.
10086
10087 2006-03-03  Simon Josefsson  <jas@extundo.com>
10088
10089         * build-aux/maint.mk: Add several syntax checks from CoreUtils.
10090
10091 2006-03-03  Simon Josefsson  <jas@extundo.com>
10092
10093         * build-aux/maint.mk: Add refresh-po rule, based on ideas from
10094         libidn and bison.
10095
10096 2006-03-03  Simon Josefsson  <jas@extundo.com>
10097
10098         * build-aux/maint.mk: Add indent target.
10099
10100 2006-03-03  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de> (tiny change)
10101
10102         * m4/poll.m4 (gl_FUNC_POLL): If we deem poll(2) unacceptable, use
10103         our replacement poll.h in any case, to avoid a differing
10104         declaration from a system header.  Seen on AIX.
10105
10106 2006-03-01  Simon Josefsson  <jas@extundo.com>
10107
10108         * lib/readline.c: Fix typo, tiny patch from Stepan Kasal
10109         <kasal@ucw.cz>.
10110
10111 2006-03-01  Paul Eggert  <eggert@cs.ucla.edu>
10112
10113         * modules/gettime (Depends-on): Add extensions module.
10114         * modules/nanosleep (Depends-on): Likewise.
10115         * modules/settime (Depends-on): Likewise.
10116
10117 2006-03-01  Paul Eggert  <eggert@cs.ucla.edu>
10118
10119         * m4/clock_time.m4 (gl_CLOCK_TIME): Require gl_USE_SYSTEM_EXTENSIONS,
10120         not merely AC_GNU_SOURCE, for the benefit of Solaris 10 when compiled
10121         pedantically.
10122         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Likewise.
10123         * m4/timespec.m4 (gl_TIMESPEC): Likewise.
10124
10125         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Use "=" with "test",
10126         not "==".  Reported by Ralf Wildenhues.
10127
10128 2006-03-01  Karl Berry  <karl@gnu.org>
10129
10130         * doc/Copyright/request-*: new files, synced from gnuorg.
10131
10132 2006-03-01  Karl Berry  <karl@gnu.org>
10133
10134         * config/srclist.txt (Copyright/*): new entries.
10135
10136 2006-02-28  Simon Josefsson  <jas@extundo.com>
10137
10138         * lib/getopt.c: Protect #include of unistd.h, for MSVS.
10139
10140 2006-02-27  Simon Josefsson  <jas@extundo.com>
10141
10142         * lib/base64.h: Indent #define's.  From Jim Meyering
10143         <jim@meyering.net>.
10144
10145 2006-02-27  Jim Meyering  <jim@meyering.net>
10146
10147         Revert the change of 2006-02-24, so these files can continue
10148         to be sync'd from gettext.
10149         * lib/mkdtemp.c, setenv.c, unsetenv.c: *Un*-normalize inclusion
10150         of `config.h'.
10151
10152 2006-02-26  Paul Eggert  <eggert@cs.ucla.edu>
10153
10154         * modules/intprops: New file.
10155         * MODULES.html.sh (Numeric conversion functions <stdlib.h>):
10156         Add intprops.
10157         * modules/getloadavg (Files): Remove lib/intprops.h.
10158         (Depends-on): Add intprops.
10159         * modules/human: Likewise.
10160         * modules/inttostr: Likewise.
10161         * modules/openat: Likewise.
10162         * modules/sig2str: Likewise.
10163         * modules/userspec: Likewise.
10164         * modules/utimecmp: Likewise.
10165         * modules/xnanosleep: Likewise.
10166         * modules/xstrtol: Likewise.
10167
10168 2006-02-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny changes)
10169
10170         * modules/xstrtod: Omit xstrtod.h, xstrtod.c; they're in LIB_SOURCES.
10171         * modules/lock-tests (TESTS): Use $(EXEEXT).
10172         * modules/tls-tests: Likewise.
10173         * modules/argp-tests: Likewise.
10174         (check_PROGRAMS): New var, replacing...
10175         (noinst_PROGRAMS, test_argp_SOURCES): Remove.
10176
10177 2006-02-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
10178
10179         * lib/mkdtemp.c, lib/setenv.c, lib/unsetenv.c: Normalize inclusion of
10180         `config.h'.
10181
10182 2006-02-24  Paul Eggert  <eggert@cs.ucla.edu>
10183
10184         * lib/glob.c: Say "invalid" rather than "illegal" in comments.
10185
10186 2006-02-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
10187
10188         Sync from coreutils.
10189         * m4/mkdir-p.m4 (gl_MKDIR_PARENTS): Require gl_FUNC_LCHMOD and
10190         gl_CHDIR_SAFER.
10191
10192 2006-02-22  Jim Meyering  <jim@meyering.net>
10193
10194         Sync from coreutils.
10195         * m4/chdir-safer.m4: New file.
10196
10197 2006-02-20  Paul Eggert  <eggert@cs.ucla.edu>
10198
10199         * lib/getcwd.c (AT_FDCWD): Work around a bug in Solaris 9 and 10, where
10200         AT_FDCWD exceeds INT_MAX.
10201         * lib/openat.h (AT_FDCWD): Likewise.
10202
10203 2006-02-17  Eric Blake  <address@hidden>
10204
10205         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Fix caching error.
10206
10207 2006-02-16  Simon Josefsson  <jas@extundo.com>
10208
10209         * modules/getaddrinfo (Depends-on): Add sys_socket.
10210
10211 2006-02-15  Simon Josefsson  <jas@extundo.com>
10212
10213         * build-aux/maint.mk: Add dsyntax-check rule.
10214
10215 2006-02-15  Eric Blake  <ebb9@byu.net>
10216
10217         * m4/sys_socket_h.m4 (gl_HEADER_SYS_SOCKET): Don't attempt using
10218         winsock2.h or ws2tcpip.h when sys/socket.h is present. Fixes
10219         'present but cannot compile' warnings on cygwin.
10220         * m4/socklen.m4 (gl_TYPE_SOCKLEN_T): Use gl_HEADER_SYS_SOCKET.  Don't
10221         use ws2tcpip.h if sys/socket.h works.
10222         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Use gl_HEADER_SYS_SOCKET.
10223         (gl_GETADDRINFO): Don't use ws2tcpip.h when sys/socket.h is present.
10224
10225 2006-02-14  Simon Josefsson  <jas@extundo.com>
10226
10227         * modules/maintainer-makefile (Files): Rename.
10228
10229         * build-aux/GNUmakefile: Rename Makefile.maint to maint.mk
10230         and (the local) Makefile.cfg to maint-cfg.mk.
10231
10232         * build-aux/Makefile.maint, build-aux/maint.mk: Renamed the former
10233         to the latter.
10234
10235         * modules/maintainer-makefile: New module.
10236
10237         * build-aux/Makefile.maint: New file, from GNU CoreUtils, although
10238         severaly stripped to make it possible to build it up from scratch
10239         with reliable tests.
10240
10241         * build-aux/GNUmakefile: New file, from GNU CoreUtils with some
10242         fixes to permit overriding the default actions when configure and
10243         makefile are not available.
10244
10245 2006-02-14  Paul Eggert  <eggert@cs.ucla.edu>
10246
10247         Sync from coreutils.
10248         * modules/lstat (Depends-on): Don't depend on xalloc.
10249         (License): Change from GPL to LGPL, since this is now simply a
10250         replacement for a libc function.
10251
10252 2006-02-14  Jim Meyering  <jim@meyering.net>
10253
10254         Sync from coreutils.
10255
10256         Eliminate the unwelcome (albeit unlikely) possibility of xmalloc
10257         failure on deficient systems, and simplify gnulib lgpl dependencies.
10258         * lib/lstat.c (rpl_lstat): Rewrite to use stat() in place of the
10259         xmalloc/lstat combination.  Based on a patch from Bruno Haible.
10260
10261         * lib/xalloc-die.c: Remove unused definition of N_.
10262
10263 2006-02-14  Jim Meyering  <jim@meyering.net>
10264
10265         Sync from coreutils.
10266         * m4/ls-mntd-fs.m4 (AC_FUNC_GETMNTENT): Invoke
10267         AC_CHECK_FUNCS(getmntent) unconditionally so that tests of
10268         $ac_cv_func_getmntent (e.g., in gl_LIST_MOUNTED_FILE_SYSTEMS) need not
10269         double-quote uses of that variable, to accommodate the rare case in
10270         which getmntent is available in none of the libraries checked.  This
10271         happens at least on FreeBSD 5.0.
10272
10273 2006-02-13  Simon Josefsson  <jas@extundo.com>
10274
10275         * gnulib-tool (Usage): Fix --import, from
10276         karl@freefriends.org (Karl Berry).
10277
10278 2006-02-13  Sergey Poznyakoff  <gray@gnu.org.ua>
10279
10280         * lib/argp-fmtstream.c: Restore another bugfix lost on 2005-12-12
10281
10282 2006-02-07  Sergey Poznyakoff  <gray@gnu.org.ua>
10283
10284         * lib/argp-namefrob.h: Restore changes accidentally lost during the
10285         "autoupdate" on 2005-12-12.
10286
10287 2006-02-07  Paul Eggert  <eggert@cs.ucla.edu>
10288
10289         * modules/closeout (Depends-on): Remove atexit.
10290
10291 2006-02-07  Paul Eggert  <eggert@cs.ucla.edu>
10292
10293         * lib/closeout.c (close_stdout): Don't assume 'bool' converts nonzero
10294         ints to 0 or 1, as this isn't true for the stdbool.h substitute.
10295
10296 2006-02-05  Paul Eggert  <eggert@cs.ucla.edu>
10297
10298         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Don't #define
10299         __EXTENSIONS__ if this causes compilation to fail.  Problem
10300         reported by Nelson H. F. Beebe with Solaris 10 and Sun C 5.7
10301         c89 -D_XOPEN_SOURCE -D_XOPEN_SOURCE_EXTENDED.
10302
10303 2006-01-27  Paul Eggert  <eggert@cs.ucla.edu>
10304
10305         * lib/fnmatch.c (L_): Renamed from L, to work around a bug in
10306         Mac OS X 10.3.9 with GCC 3 reported by Claudio Fontana in
10307         <http://lists.gnu.org/archive/html/bug-gnulib/2006-01/msg00074.html>.
10308         All uses changed.
10309
10310 2006-01-26  Simon Josefsson  <jas@extundo.com>
10311
10312         * lib/socket_.h: Set WINVER to 0x0501, to make sure getaddrinfo
10313         prototype is visible on mingw32.
10314
10315         * lib/getaddrinfo.h: Define EAI_ADDRFAMILY and EAI_SYSTEM if not set,
10316         for mingw32.
10317
10318         * lib/gai_strerror.c, getaddrinfo.h: Protect netdb.h #include (for
10319         mingw32).
10320
10321 2006-01-26  Paul Eggert  <eggert@cs.ucla.edu>
10322
10323         * lib/fts.c (diropen): Open with O_NOCTTY | O_NONBLOCK too.  Don't
10324         attempt to open for write; this always fails, at least on POSIX
10325         hosts.  This reinstates the 2006-01-09 change, which was
10326         inadvertently removed.
10327
10328 2006-01-26  Bruno Haible  <bruno@clisp.org>
10329
10330         * gnulib-tool (func_import): Use "trap 'exit $?' instead of "trap :".
10331         Reported by Paul Eggert.
10332
10333 2006-01-26  Bruno Haible  <bruno@clisp.org>
10334             Paul Eggert  <eggert@cs.ucla.edu>
10335
10336         * lib/stdbool_.h (_Bool)
10337         [(! (defined __cplusplus || defined __BEOS__)
10338           && !defined __GNUC__
10339           && !(defined __HP_cc || defined __xlc__
10340                || (defined __SUNPRO_C && (__SUNPRO_C < 0x550 || __STDC__ == 1))
10341                || defined __sgi))]:
10342         #define to signed char in these cases too; this simplifies
10343         the code (so that we don't have to worry about HP-UX, AIX, SunPRO,
10344         etc., separately) and makes it more conservative.
10345
10346 2006-01-25  Simon Josefsson  <jas@extundo.com>
10347
10348         * m4/getaddrinfo.m4: Look for getaddrinfo inside ws2tcip.h and
10349         -lws2_32.  Protect sys/socket.h and netdb.h #include's.  Include
10350         ws2tcpip.h with WINVER=0x0501.  All for mingw32.
10351
10352 2006-01-25  Sergey Poznyakoff  <gray@gnu.org.ua>
10353
10354         * lib/argp-namefrob.h: Bugfix. Remove stray #
10355
10356 2006-01-25  Paul Eggert  <eggert@cs.ucla.edu>
10357
10358         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Check for xlc bug if __GCC__ too,
10359         so that we test the test.
10360         Check for yet another HP-UX cc bug involving *bool |= bool.
10361
10362 2006-01-25  Karl Berry  <karl@gnu.org>
10363
10364         * config/srclist.txt (vasnprintf.c): sync lost.
10365
10366 2006-01-25  Jim Meyering  <jim@meyering.net>
10367
10368         Sync from the stable (b5) branch of coreutils:
10369
10370         * lib/fts.c (fts_children): Don't let close() clobber errno from
10371         failed fchdir().
10372
10373         * lib/fts.c (fts_stat): When following a symlink-to-directory,
10374         don't necessarily interpret stat-fails+lstat-succeeds as indicating
10375         a dangling symlink.  That can also happen at least for ELOOP.
10376         The fix: return FTS_SLNONE only when the stat errno is ENOENT.
10377         FYI, this bug predates the inclusion of fts.c in coreutils.
10378
10379         * lib/fts.c (fts_open): Put new maxarglen declaration and uses
10380         in their own block, so pre-c99 compilers don't object.
10381
10382         Avoid the double-free (first in fts_read, second in fts_close) that
10383         would occur when an `active' directory is made inaccessible (e.g.,
10384         via chmod a-x) during a traversal.
10385         * lib/fts.c (fts_read): After a failed fchdir, update sp->fts_cur
10386         before returning.  Reproduce this failure by
10387         mkdir -p a/b; cd a; chmod a-x . b
10388         Reported by Stavros Passas.
10389
10390 2006-01-25  Jim Meyering  <jim@meyering.net>
10391
10392         * lib/fileblocks.c: Remove more useless parentheses.
10393         * lib/readutmp.h: Likewise.
10394
10395 2006-01-25  Bruno Haible  <bruno@clisp.org>
10396
10397         * lib/stdbool_.h (_Bool) [IRIX cc]: Define as 'signed char', to avoid
10398         warnings.
10399         Reported by Paul Eggert.
10400
10401 2006-01-25  Bruno Haible  <bruno@clisp.org>
10402
10403         * gnulib-tool (func_import): Use "trap :" instead of "trap -" to get
10404         rid of a trap command. For Solaris sh.
10405         Reported by Mark D. Baushke <mdb@gnu.org>.
10406
10407 2006-01-24  Simon Josefsson  <jas@extundo.com>
10408
10409         * lib/socket_.h (SHUT_WR, SHUT_RDWR): Don't hardcode, suggested by
10410         Bruno.
10411
10412 2006-01-24  Karl Berry  <karl@gnu.org>
10413
10414         * config/srclist.txt (argp-namefrob.h): sync lost.
10415
10416 2006-01-24  Jim Meyering  <jim@meyering.net>
10417
10418         * modules/openat (Files): Add lib/intprops.h.
10419         From Mark D. Baushke.
10420
10421 2006-01-24  Jim Meyering  <jim@meyering.net>
10422
10423         * m4/openat.m4 (gl_FUNC_OPENAT): Add AC_LIBSOURCES([intprops.h]).
10424         Reported by Mark D. Baushke.
10425
10426 2006-01-24  Jim Meyering  <jim@meyering.net>
10427
10428         * lib/socket_.h: Remove useless parentheses in uses of cpp `defined'.
10429
10430 2006-01-24  Bruno Haible  <bruno@clisp.org>
10431
10432         * modules/strnlen (Maintainer): Change from glibc to all.
10433
10434 2006-01-24  Bruno Haible  <bruno@clisp.org>
10435
10436         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Check for IBM and HP-UX bugs.
10437         Patch by Paul Eggert.
10438
10439 2006-01-24  Bruno Haible  <bruno@clisp.org>
10440
10441         * lib/stdbool_.h (_Bool) [__cplusplus]: Don't define if the compiler
10442         already has it.
10443         Report and patch by Albert Chin-A-Young  <china@thewrittenword.com> on
10444         2005-11-26.
10445
10446         * lib/stdbool_.h (_Bool) [HP-UX cc, AIX cc,xlc]: Define as
10447         'signed char' to avoid problems with the built-in _Bool type.
10448         Reported by Paul Eggert on 2005-11-26.
10449
10450 2006-01-24  Bruno Haible  <bruno@clisp.org>
10451
10452         * gnulib-tool (func_import): Avoid constructing complicated sed
10453         expressions inside backquote.
10454         Report and solution by Mark D. Baushke <mdb@gnu.org>.
10455
10456 2006-01-23  Ulrich Drepper  <drepper@redhat.com>
10457
10458         These changes imported from libc.
10459         * lib/getopt.c: Use __fxprintf instead of inline stream orientation
10460         test and two separate function calls.
10461         * lib/strndup.c (__strndup): Add libc_hidden_def.
10462
10463 2006-01-23  Simon Josefsson  <jas@extundo.com>
10464
10465         * modules/lock-tests: Use check_PROGRAMS instead of noinst_PROGRAMS.
10466         Remove the test_*_SOURCES variable: automake infers it by default.
10467         * modules/tls-tests: Likewise.
10468
10469 2006-01-23  Paul Eggert  <eggert@cs.ucla.edu>
10470
10471         Work around porting bugs reported by Dieter in
10472         <http://lists.gnu.org/archive/html/bug-bison/2006-01/msg00049.html>.
10473         * lib/getopt.c (_NOPROTO): Remove; no longer needed.
10474         Include <stdlib.h> and <unistd.h> in all environments; it's safe now.
10475         Include "getopt.h" first, to check interface.
10476         (getenv): Declare only if defined HAVE_DECL_GETENV &&
10477         !HAVE_DECL_GETENV.
10478         * lib/strndup.c [!_LIBC]: Include "strndup.h" to get prototype.
10479         (__strndup): Revert to K&R-style function dfns, the glibc style.
10480         * lib/strnlen.c: Don't claim it's taken from glibc; it's not.
10481         (strnlen, __strnlen): Remove #defines and #undefs; not needed.
10482         Include strnlen.h first, to get prototype properly.
10483         (strnlen): Renamed from __strnlen.
10484         Remove weak alias.
10485
10486 2006-01-23  Paul Eggert  <eggert@cs.ucla.edu>
10487
10488         * m4/getopt.m4 (gl_PREREQ_GETOPT): Check for getenv decl.
10489
10490 2006-01-23  Paul Eggert  <eggert@cs.ucla.edu>
10491
10492         * config/srclist.txt: Adjust to reflect glibc reorganization.
10493         This affects only comments.
10494
10495 2006-01-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny change)
10496
10497          * gnulib-tool, build-aux/csharpcomp.sh.in: Do not pass `-q' to mktemp.
10498          Reported by Bruce Korb <bkorb@gnu.org>.
10499
10500 2006-01-22  Paul Eggert  <eggert@cs.ucla.edu>
10501
10502         * lib/quotearg.c (quotearg_buffer_restyled): Add "default: break;"
10503         to pacify gcc -Wswitch-default.
10504
10505 2006-01-22  Bruno Haible  <bruno@clisp.org>
10506
10507         * lib/vasnprintf.c (VASNPRINTF): In the computation of the size of the
10508         temporary buffer for sprintf, take into account the precision also
10509         for 'd', 'i', 'u', 'o', 'x', 'X'.
10510
10511 2006-01-21  Sergey Poznyakoff  <gray@gnu.org.ua>
10512
10513         * modules/argp-tests: New module
10514         * tests/test-argp.c: New file
10515         * tests/test-argp-2.sh: New file
10516
10517 2006-01-21  Sergey Poznyakoff  <gray@gnu.org.ua>
10518
10519         * lib/argp-help.c (usage_long_opt): Do not print DOC options.
10520         (__argp_base_name): Removed
10521         * lib/argp-namefrob.h (__argp_basename): Removed definition. Was a
10522         typo.
10523         (__argp_base_name): Provide macro definition or extern declaration
10524         depending on the configuration
10525
10526 2006-01-20  Simon Josefsson  <jas@extundo.com>
10527
10528         * modules/inet_ntop (Depends-on): Depend on sys_socket.
10529
10530 2006-01-20  Simon Josefsson  <jas@extundo.com>
10531
10532         * lib/inet_ntop.h: Unconditionally include sys/socket.h.
10533
10534 2006-01-20  Paul Eggert  <eggert@cs.ucla.edu>
10535
10536         * m4/lib-ignore.m4 (gl_IGNORE_UNUSED_LIBRARIES): Use -Wl,-z,ignore
10537         rather than -Xlinker -z -Xlinker ignore, as it's more portable.
10538         Suggested by Bruno Haible.
10539
10540 2006-01-20  Karl Berry  <karl@gnu.org>
10541
10542         * config/srclist.txt (argp-fmtstream.h, localcharset.c): comment out
10543         until changes propagate, I guess.
10544
10545 2006-01-19  Simon Josefsson  <jas@extundo.com>
10546
10547         * m4/socklen.m4: Look in ws2tcpip.h too, for mingw32.
10548
10549 2006-01-19  Simon Josefsson  <jas@extundo.com>
10550
10551         * lib/socket_.h: Map SHUT_RD, SHUT_WR, SHUT_RDWR correctly.
10552
10553 2006-01-19  Simon Josefsson  <jas@extundo.com>
10554
10555         * gnulib-tool: Set check_PROGRAMS.
10556
10557         * modules/arcfour-tests, modules/arctwo-tests, modules/crc-tests,
10558         modules/des-tests, modules/gc-arcfour-tests,
10559         modules/gc-arctwo-tests, modules/gc-des-tests,
10560         modules/gc-hmac-md5-tests, modules/gc-hmac-sha1-tests,
10561         modules/gc-md2-tests, modules/gc-md4-tests, modules/gc-md5-tests,
10562         modules/gc-pbkdf2-sha1-tests, modules/gc-rijndael-tests,
10563         modules/gc-sha1-tests, modules/gc-tests, modules/hmac-md5-tests,
10564         modules/hmac-sha1-tests, modules/md2-tests, modules/md4-tests,
10565         modules/md5-tests, modules/readline, modules/rijndael-tests: Use
10566         check_PROGRAMS instead of noinst_PROGRAMS to be able to remove
10567         test_*_SOURCES.
10568
10569 2006-01-18  Simon Josefsson  <jas@extundo.com>
10570
10571         * modules/socklen (Depends-on): Depend on sys_socket.
10572
10573 2006-01-18  Simon Josefsson  <jas@extundo.com>
10574
10575         * modules/arcfour-tests, modules/arctwo-tests, modules/crc-tests,
10576         modules/des-tests, modules/gc-arcfour-tests,
10577         modules/gc-arctwo-tests, modules/gc-des-tests,
10578         modules/gc-hmac-md5-tests, modules/gc-hmac-sha1-tests,
10579         modules/gc-md2-tests, modules/gc-md4-tests, modules/gc-md5-tests,
10580         modules/gc-pbkdf2-sha1-tests, modules/gc-rijndael-tests,
10581         modules/gc-sha1-tests, modules/gc-tests, modules/hmac-md5-tests,
10582         modules/hmac-sha1-tests, modules/md2-tests, modules/md4-tests,
10583         modules/md5-tests, modules/readline, modules/rijndael-tests: Add
10584         $(EXEEXT) to automake TESTS variable, for mingw32.
10585
10586 2006-01-17  Simon Josefsson  <jas@extundo.com>
10587
10588         * modules/socklen (Include): Need sys/socket.h.
10589
10590 2006-01-17  Bruno Haible  <bruno@clisp.org>
10591
10592         * modules/ssize_t (Include): Add <sys/types.h>.
10593
10594 2006-01-16  Paul Eggert  <eggert@cs.ucla.edu>
10595
10596         * m4/lib-ignore.m4 (gl_IGNORE_UNUSED_LIBRARIES): Don't use ldd, as
10597         it's not portable and it doesn't work with cross-compiles.
10598         Problem reported by Bruno Haible.  Fix missing-$ typo in
10599         'test "gl_cv_ignore_unused_libraries" ...' that prevented
10600         -zignore from being used with Sun's C compiler.
10601
10602 2006-01-12  Simon Josefsson  <jas@extundo.com>
10603
10604         * lib/base64.c: Fix warning, reported by Bruno Haible
10605         <bruno@clisp.org> and patch by Paul Eggert <eggert@CS.UCLA.EDU>.
10606
10607 2006-01-12  Bruno Haible  <bruno@clisp.org>
10608
10609         * modules/ldd: New file.
10610         * build-aux/ldd.sh.in: New file.
10611         * MODULES.html.sh (Support for building libraries and executables): Add
10612         ldd.
10613
10614 2006-01-12  Bruno Haible  <bruno@clisp.org>
10615
10616         * m4/ldd.m4: New file.
10617
10618 2006-01-12  Bruno Haible  <bruno@clisp.org>
10619
10620         * gnulib-tool (func_import, func_create_testdir): Don't go into an
10621         endless loop while replacing $auxdir with build-aux.
10622
10623 2006-01-11  Simon Josefsson  <jas@extundo.com>
10624
10625         * lib/stdint_.h (SIZE_MAX): Add missing (.
10626
10627 2006-01-11  Paul Eggert  <eggert@cs.ucla.edu>
10628
10629         Sync from coreutils.
10630         * lib/md5.c: Fix commentary typos.
10631         (alignof, UNALIGNED_P): No need for a GCC-specific version.
10632         * lib/md5.h (__attribute__): Remove; unused.
10633         * lib/sha1.c: Fix commentary to match md5 better.
10634         * lib/sha1.h (struct sha1_ctx): Use a word buffer, not a byte buffer,
10635         so that we don't need to worry about alignment.  All uses changed.
10636         This merges the 2005-10-28 md5 change into sha1.
10637
10638 2006-01-11  Jim Meyering  <jim@meyering.net>
10639
10640         Sync from coreutils.
10641         * lib/md5.c (OP): Fix spacing.
10642
10643 2006-01-11  Bruno Haible  <bruno@clisp.org>
10644
10645         Ensure automatic ordering between gl_LOCK and gl_ARGP.
10646         * m4/lock.m4 (gl_LOCK_BODY): Renamed from gl_LOCK.
10647         (gl_LOCK): New macro, requiring gl_LOCK_BODY.
10648
10649 2006-01-11  Bruno Haible  <bruno@clisp.org>
10650
10651         Ensure automatic ordering between gl_LOCK and gl_ARGP.
10652         * gnulib-tool (func_import, func_create_testdir): Put gl_LOCK into
10653         the "early" section as well.
10654
10655 2006-01-11  Bruno Haible  <bruno@clisp.org>
10656
10657         Avoid "ar: no archive members specified" error on MacOS X.
10658         * gnulib-tool (func_modules_add_dummy): New function.
10659         (func_import, func_create_testdir): Invoke it.
10660
10661 2006-01-11  Bruno Haible  <bruno@clisp.org>
10662
10663         * gnulib-tool (func_import, func_create_testdir): Replace build-aux
10664         with $auxdir in AC_CONFIG_FILES statements.
10665
10666 2006-01-11  Bruno Haible  <bruno@clisp.org>
10667
10668         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
10669         Initialize also noinst_HEADERS to empty.
10670
10671 2006-01-11  Bruno Haible  <bruno@clisp.org>
10672
10673         * gnulib-tool (AUTOMAKEPATH, AUTOCONF, ACLOCAL, AUTOMAKE): New
10674         variables.
10675         (func_create_megatestdir): Call aclocal, autoconf, automake here, not
10676         autoreconf.
10677
10678 2006-01-11  Bruno Haible  <bruno@clisp.org>
10679
10680         * gnulib-tool (AUTOCONF, ACLOCAL, AUTOMAKE, AUTORECONF): Make
10681         overridable by the user.
10682         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
10683
10684 2006-01-10  Simon Josefsson  <jas@extundo.com>
10685
10686         * modules/sys_socket: New file.
10687
10688 2006-01-10  Simon Josefsson  <jas@extundo.com>
10689
10690         * m4/sys_socket_h.m4: New file.
10691
10692 2006-01-10  Simon Josefsson  <jas@extundo.com>
10693
10694         * lib/socket_.h: New file.
10695
10696 2006-01-10  Paul Eggert  <eggert@cs.ucla.edu>
10697
10698         * modules/readutmp (Maintainer): Add myself.
10699
10700 2006-01-10  Paul Eggert  <eggert@cs.ucla.edu>
10701
10702         * m4/memcoll.m4 (gl_MEMCOLL): Don't require AC_FUNC_MEMCMP, undoing
10703         the 2002-12-31 change.  Problem and fix reported by Bruno Haible.
10704         People who are still concerned with buggy memcmp implementations
10705         can invoke gl_FUNC_MEMCMP themselves.
10706
10707 2006-01-10  Paul Eggert  <eggert@cs.ucla.edu>
10708
10709         * lib/regex_internal.h (BITSET_WORD_BITS):
10710         Work around a bug in 64-bit PGC (before version 6.1-2), where the
10711         preprocessor mishandles large unsigned values as if they were signed.
10712         Problem reported by Claudio Fontana in
10713         <http://lists.gnu.org/archive/html/bug-gnulib/2005-12/msg00061.html>.
10714
10715 2006-01-10  Jim Meyering  <jim@meyering.net>
10716
10717         Avoid the double-free (first in fts_read, second in fts_close) that
10718         would occur when an `active' directory is made inaccessible (e.g.,
10719         via chmod a-x) during a traversal.
10720         * lib/fts.c (fts_read): After a failed fchdir, update sp->fts_cur
10721         before returning.  Reproduce this failure by
10722         mkdir -p a/b; cd a; chmod a-x . b
10723         Reported by Stavros Passas.
10724
10725         Sync from coreutils.
10726         * lib/sha1.c: Tweak grammar in a comment.
10727
10728 2006-01-10  Jim Meyering  <jim@meyering.net>
10729
10730         * m4/fpending.m4: Also include <stdio.h>, for Dragonfly.
10731         Patch by Joerg Sonnenberger.
10732
10733 2006-01-10  Bruno Haible  <bruno@clisp.org>
10734
10735         * modules/readutmp: Depend on module free.
10736         * modules/strtok_r: Depend on module restrict.
10737
10738 2006-01-10  Bruno Haible  <bruno@clisp.org>
10739
10740         * modules/gettext (configure.ac): Add an invocation of
10741         AM_GNU_GETTEXT_VERSION. Needed since autoreconf is used by gnulib-tool.
10742
10743 2006-01-10  Bruno Haible  <bruno@clisp.org>
10744
10745         * m4/localcharset.m4 (gl_LOCALCHARSET): Also test for getc_unlocked.
10746         Reported by Werner Lemberg <wl@gnu.org>.
10747
10748 2006-01-10  Bruno Haible  <bruno@clisp.org>
10749
10750         * lib/localcharset.c: Update from GNU gettext.
10751
10752 2006-01-10  Bruno Haible  <bruno@clisp.org>
10753
10754         * lib/argp.h (__const): Remove macro. Use const instead.
10755         * lib/argp-fmtstream.h (__const): Likewise.
10756         * lib/glob_.h (__const): Remove macro.
10757         * lib/glob-libc.h: Use const instead of __const.
10758
10759 2006-01-10  Bruno Haible  <bruno@clisp.org>
10760
10761         * gnulib-tool (func_emit_tests_Makefile_am): Emit an empty SUBDIR
10762         variable.
10763         Needed to avoid an automake error regarding the 'gettext' module.
10764
10765 2006-01-09  Simon Josefsson  <jas@extundo.com>
10766
10767         * modules/inet_ntop (Depends-on): Add restrict.
10768
10769 2006-01-09  Simon Josefsson  <jas@extundo.com>
10770
10771         * modules/gc-rijndael-tests (License): Put under LGPL.
10772
10773         * modules/gc-des-tests (License): Likewise.
10774
10775         * modules/gc-arcfour-tests (License): Likewise.
10776
10777         * modules/gc-arctwo-tests (License): Likewise.
10778
10779         * modules/gc-pbkdf2-sha1-tests (License): Likewise.
10780
10781         * modules/gc-hmac-sha1-tests (Files): Likewise.
10782
10783         * modules/gc-hmac-md5-tests (License): Likewise.
10784
10785         * modules/gc-sha1-tests (License): Likewise.
10786
10787         * modules/gc-md5-tests (License): Likewise.
10788
10789         * modules/gc-md4-tests (License): Likewise.
10790
10791         * modules/gc-md2-tests (License): Likewise.
10792
10793         * modules/gc-tests (License): Likewise.
10794
10795         * modules/des-tests (License): Likewise.
10796
10797         * modules/md4-tests (License): Likewise.
10798
10799         * modules/md2-tests (License): Likewise.
10800
10801 2006-01-09  Paul Eggert  <eggert@cs.ucla.edu>
10802
10803         Sync from coreutils:
10804
10805         * MODULES.html.sh (build_lib): New section, with new lib-ignore module.
10806         * modules/lib-ignore: New file.
10807         * modules/mkdir-p (Files): Add chdir-safer.c, chdir-safer.h, lchmod.h,
10808         chdir-safer.m4, lchmod.m4.
10809         * modules/openat: Add mkdirat.c, openat-priv.h.
10810
10811 2006-01-09  Paul Eggert  <eggert@cs.ucla.edu>
10812
10813         Sync from coreutils.
10814         * m4/lib-ignore.m4: New file.
10815         * m4/lchmod.m4: New file.
10816
10817 2006-01-09  Paul Eggert  <eggert@cs.ucla.edu>
10818
10819         Sync from coreutils.
10820         * lib/chdir-long.c (cdb_free): Don't bother trying to open directory
10821         for write access: POSIX says that must fail.
10822         * lib/fts.c (diropen): Likewise.
10823         * lib/save-cwd.c (save_cwd): Likewise.
10824         * lib/chdir-long.c (cdb_free): Open with O_NOCTTY | O_NONBLOCK as
10825         well, for minor improvements on hosts that lack O_DIRECTORY.
10826         * lib/chown.c (rpl_chown) [CHOWN_MODIFIES_SYMLINK]:
10827         Don't try O_WRONLY unless O_RDONLY failed wth EACCES.
10828         Fall back on chown if open failed with EACCES.
10829
10830         * lib/gettime.c (gettime) [!defined OK_TO_USE_1S_CLOCK]:
10831         Report an error at compile-time if only a 1-second nominal clock
10832         resolution is found.
10833
10834         * lib/lchmod.h: New file.
10835         * lib/mkdir-p.c: Include lchmod.h, lchown.h.
10836         (make_dir_parents): Use lchown rather than chown, and
10837         lchmod rather than chmod.
10838
10839         * lib/mountlist.c (ME_DUMMY): "none" and "proc" file systems are
10840         dummies too.  Problem with "none" reported by Bob Proulx.  Problem with
10841         "proc" reported by n0dalus.
10842
10843         * lib/mountlist.c: Include <limits.h>.
10844         (dev_from_mount_options)
10845         [defined MOUNTED_GETMNTENT1 || defined MOUNTED_GETMNTENT2]:
10846         New function.  It no longer assumes "dev=" has the System V meaning
10847         on Linux (since it doesn't).  It also parses "dev=" more carefully.
10848         (read_file_system_list)
10849         [defined MOUNTED_GETMNTENT1 || defined MOUNTED_GETMNTENT2]: Use it.
10850         MOUNTED_GETMNTENT2 is new here; the code didn't used to look for
10851         dev= in that case.
10852
10853         * lib/posixtm.h (PDS_PRE_2000): New macro.
10854         * lib/posixtm.c (year): Arg is now syntax_bits rather than
10855         allow_century.  All usages changed.  Reject dates outside the range
10856         1969-1999 if PDS_PRE_2000 is used.
10857
10858 2006-01-09  Paul Eggert  <eggert@cs.ucla.edu>
10859
10860         Sync from coreutils.
10861         * doc/getdate.texi (General date syntax): Invalid dates are rejected.
10862         (Time of day items): Mention the possibility of leap seconds.
10863         Problem reported by Dr. David Alan Gilbert.
10864
10865 2006-01-09  Jim Meyering  <jim@meyering.net>
10866
10867         Sync from coreutils.
10868
10869         * lib/version-etc.c (COPYRIGHT_YEAR): Update to 2006.
10870
10871         * lib/chdir-safer.h, lib/chdir-safer.c: New files.
10872
10873         * lib/modechange.c (mode_compile): Reject an invalid mode string
10874         that starts with an octal digit.  From Andreas Gruenbacher.
10875
10876         * lib/openat.c: Include "fcntl--.h" and "unistd--.h", to map open
10877         and dup to open_safer and dup_safer, respectively.
10878         (openat_permissive): Fix typo in comment.
10879
10880         * lib/openat.c: Don't include <stdlib.h>, <unistd.h>, <fcntl.h>,
10881         "gettext.h"; either no longer needed or are guaranteed by openat.h.
10882         (_): Remove; no longer needed.
10883         (openat): Renamed from rpl_openat; no need for rpl_openat
10884         since openat.h renames openat for us.
10885         Replace most of the body with a call to openat_permissive,
10886         to avoid duplicate code.
10887         Port to (probably hypothetical) environments were mode_t is
10888         wider than int.
10889         (openat_permissive): Require mode arg, so that we can check
10890         types better.  Put it just after flags.  Change cwd failure
10891         indicator from pointer-to-bool to pointer-to-errno-value.
10892         All callers changed.
10893         Invoke openat_save_fail and/or openat_restore_fail if
10894         cwd_errno is null, so that openat can call us.
10895         (openat_permissive, fdopendir, fstatat, unlinkat):
10896         Simplify errno handling to avoid some duplicate code,
10897         as it's OK to set errno on success.
10898         * lib/openat.h: Revamp code so that function macros depend on
10899         __OPENAT_PREFIX only, not also on AT_FDCWD.
10900         (openat_ro): Remove.  Caller changed to use openat_permissive.
10901         (openat_permissive): Now a macro, if not a function.
10902         (openat_restore_fail, openat_save_fail): Now always functions,
10903         since mkdirat needs them even if __OPENAT_PREFIX is defined.
10904
10905         * lib/openat-priv.h: New file, defining macros used by mkdirat.c
10906         and openat.c.
10907         * lib/mkdirat.c: Include openat-priv.h.
10908         Remove definitions of macros defined therein.
10909         * lib/openat.c: Likewise.
10910
10911         * lib/mkdirat.c (mkdirat): New file and function.
10912         * lib/openat.h (mkdirat): Declare.
10913
10914         * lib/openat.c (fdopendir): Don't change errno when returning non-NULL.
10915
10916         * lib/openat.h (openat_permissive): Declare.
10917         (openat_ro): Define.
10918
10919         * lib/openat.c (EXPECTED_ERRNO): New macro.
10920         (openat_permissive): New function -- used in remove.c rewrite.
10921         (all functions): Set errno just before returning, only if there
10922         was an actual failure.
10923         Use EXPECTED_ERRNO rather than comparing against only ENOTDIR.
10924
10925         Emulate openat-family functions using Linux's procfs, if possible.
10926         Idea and some code based on Ulrich Drepper's glibc changes.
10927
10928         * lib/openat.c: (BUILD_PROC_NAME): New macro.
10929         Include <stdio.h>, <string.h>, "alloca.h" and "intprops.h".
10930         (rpl_openat): Emulate by trying to open /proc/self/fd/%d/%s,
10931         before falling back on save_cwd and restore_cwd.
10932         (fdopendir, fstatat, unlinkat): Likewise.
10933
10934         * lib/openat.c (fstatat, unlinkat): Perform the syscall directly,
10935         skipping the save_cwd...restore_cwd overhead, if FILE is absolute.
10936
10937         * lib/openat.c (rpl_openat): Use the promoted type (int), not mode_t,
10938         as second argument to va_arg.  Otherwise, some versions of gcc
10939         warn that `if this code is reached, the program will abort'.
10940
10941 2006-01-09  Jim Meyering  <jim@meyering.net>
10942
10943         Sync from coreutils.
10944         * m4/openat.m4 (gl_FUNC_OPENAT): Require and compile mkdirat.c.
10945         Require openat-priv.h.
10946
10947 2006-01-09  Bruno Haible  <bruno@clisp.org>
10948
10949         * modules/strnlen (Include): Use strnlen.h.
10950
10951 2006-01-09  Bruno Haible  <bruno@clisp.org>
10952
10953         * m4/stdint.m4 (gl_STDINT_H): Also test for <sys/bitypes.h>.
10954
10955 2006-01-09  Bruno Haible  <bruno@clisp.org>
10956
10957         * lib/sysexit_.h (EX_OK): New macro.
10958         Suggested by Martin Lambers <marlam@marlam.de>.
10959
10960 2006-01-09  Bruno Haible  <bruno@clisp.org>
10961
10962         * lib/stdint_.h: On Linux libc4 and libc5, include <sys/bitypes.h> and
10963         don't define _STDINT_H_NEED_SIGNED_INT_TYPES.
10964
10965 2006-01-09  Bruno Haible  <bruno@clisp.org>
10966
10967         * lib/stdint_.h (SIZE_MAX): Write the value without involving negative
10968         numbers.
10969
10970 2006-01-09  Bruno Haible  <bruno@clisp.org>
10971
10972         * lib/javacomp.sh.in: Move to ../build-aux/javacomp.sh.in.
10973         * lib/javaexec.sh.in: Move to ../build-aux/javaexec.sh.in.
10974         * lib/csharpcomp.sh.in: Move to ../build-aux/csharpcomp.sh.in.
10975         * lib/csharpexec.sh.in: Move to ../build-aux/csharpexec.sh.in.
10976
10977 2006-01-09  Bruno Haible  <bruno@clisp.org>
10978
10979         * build-aux/javacomp.sh.in: New file, moved from lib/.
10980         * modules/javacomp-script (Files): Update.
10981         (configure.ac): Add AC_CONFIG_FILES invocation.
10982         (EXTRA_DIST): Remove variable.
10983
10984         * build-aux/javaexec.sh.in: New file, moved from lib/.
10985         * modules/javaexec (Files): Update.
10986         (configure.ac): Add AC_CONFIG_FILES invocation.
10987         (EXTRA_DIST): Remove javaexec.sh.in.
10988
10989         * build-aux/csharpcomp.sh.in: New file, moved from lib/.
10990         * modules/csharpcomp-script (Files): Update.
10991         (configure.ac): Add AC_CONFIG_FILES invocation.
10992         (EXTRA_DIST): Remove variable.
10993
10994         * build-aux/csharpexec.sh.in: New file, moved from lib/.
10995         * modules/csharpexec (Files): Update.
10996         (configure.ac): Add AC_CONFIG_FILES invocation.
10997         (EXTRA_DIST): Remove csharpexec.sh.in.
10998
10999 2006-01-09  Andreas Gruenbacher  <agruen@suse.de>
11000
11001         Sync from coreutils.
11002
11003         Add POSIX ACL support
11004         * lib/acl.h (copy_acl, set_acl): Add declarations.
11005         * lib/acl.c (acl_entries): Add fallback implementation for POSIX ACL
11006         systems other than Linux.
11007         (chmod_or_fchmod): New function: use fchmod when possible,
11008         and chmod otherwise.
11009         (file_has_acl): Add a POSIX ACL implementation, with a
11010         Linux-specific subcase.
11011         (copy_acl): Add: copy an acl and S_ISUID, S_ISGID, and
11012         S_ISVTX from one file to another.  Fall back to fchmod/chmod when
11013         acls are unsupported.
11014         (set_acl): Add: set a file's acl and S_ISUID, S_ISGID, and
11015         S_ISVTX to a defined value.  Fall back to fchmod/chmod when acls
11016         are unsupported.
11017
11018 2006-01-09  Andreas Gruenbacher  <agruen@suse.de>
11019
11020         Sync from coreutils.
11021         * m4/acl.m4 (AC_FUNC_ACL): Add POSIX ACL and Linux-specific acl tests.
11022
11023 2006-01-07  Bruno Haible  <bruno@clisp.org>
11024
11025         * gnulib-tool (func_import): Add an AC_PROG_RANLIB dependency to
11026         gl_EARLY.
11027
11028 2006-01-04  Paul Eggert  <eggert@cs.ucla.edu>
11029
11030         * lib/strftime.c (tzname): Don't declare if it is already #defined.
11031         Problem reported for Mingw by Mark Junker.
11032
11033 2006-01-04  Paul Eggert  <eggert@cs.ucla.edu>
11034
11035         * README: Gnulib normally doesn't generate a tarball.
11036
11037 2006-01-03  Paul Eggert  <eggert@cs.ucla.edu>
11038
11039         * lib/xtime.h (xtime_make, xtime_nonnegative_nsec, xtime_nsec): Use
11040         long int, not int, for nanosecond counts, so that people who are
11041         used to POSIX struct timespec won't be surprised.  Reported by Jim
11042         Meyering.
11043
11044 2005-12-28  Bruno Haible  <bruno@clisp.org>
11045
11046         * build-aux/config.rpath: Update from GNU gettext.
11047
11048 2005-12-16  Jim Meyering  <jim@meyering.net>
11049
11050         * modules/fprintftime: New module.
11051         * MODULES.html.sh (Date and time <time.h>): Add fprintftime.
11052
11053 2005-12-16  Jim Meyering  <jim@meyering.net>
11054
11055         * m4/fprintftime.m4: New file.
11056
11057 2005-12-16  Jim Meyering  <jim@meyering.net>
11058
11059         * lib/fprintftime.c, lib/fprintftime.h: New files.
11060
11061 2005-12-15  Simon Josefsson  <jas@extundo.com>
11062
11063         * modules/socklen (configure.ac): Fix M4 macro name, to align with
11064         new m4/socklen.m4.
11065
11066 2005-12-10  Sergey Poznyakoff  <gray@gnu.org.ua>
11067
11068         * m4/argp.m4: Define HAVE_DECL_PROGRAM_INVOCATION_NAME and
11069         HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME
11070
11071 2005-12-10  Sergey Poznyakoff  <gray@gnu.org.ua>
11072
11073         * lib/argp-fmtstream.c (__argp_fmtstream_update): Fix coredump
11074         * lib/argp-help.c (fill_in_uparams): Check if the constructed
11075         struct uparams is valid. Fall back to the default values if it is
11076         not.
11077
11078 2005-12-09  Sergey Poznyakoff  <gray@gnu.org.ua>
11079
11080         * modules/argp (Files): Add argp-pin.c
11081         (Depends-on): dirname
11082         (lib_SOURCES): Add argp-pin.c
11083
11084 2005-12-09  Sergey Poznyakoff  <gray@gnu.org.ua>
11085
11086         * m4/argp.m4:  Check if program_invocation_name and
11087         program_invocation_short_name are declared and define appropriate
11088         macros if they are not.
11089
11090 2005-12-09  Sergey Poznyakoff  <gray@gnu.org.ua>
11091
11092         * lib/argp-help.c (__argp_base_name): New function
11093         (__argp_short_program_name): Rewrite using __argp_base_name
11094         * lib/argp-namefrob.h: Define program_invocation_name and
11095         program_invocation_short_name if requested
11096         (__argp_base_name): Add prototype
11097         * lib/argp-parse.c (argp_def): Use gettext wrappers
11098         (argp_default_parser): Use __argp_base_name
11099         * lib/argp-pin.c: New file. Defines program_invocation_name and
11100         program_invocation_short_name on systems that lack them.
11101
11102 2005-12-07  Paul Eggert  <eggert@cs.ucla.edu>
11103
11104         * m4/stat-time.m4 (gl_STAT_TIME): Add check for
11105         TYPEOF_STRUCT_STAT_ST_ATIM_IS_STRUCT_TIMESPEC, to fix IRIX 5.3
11106         porting problem reported by Georg Schwarz in
11107         <http://lists.gnu.org/archive/html/bug-coreutils/2005-12/msg00083.html>.
11108
11109 2005-12-07  Paul Eggert  <eggert@cs.ucla.edu>
11110
11111         * lib/stat-time.h (STATE_TIMESPEC, STAT_TIMESPEC_NS): Add check for
11112         TYPEOF_STRUCT_STAT_ST_ATIM_IS_STRUCT_TIMESPEC, to fix IRIX 5.3
11113         porting problem reported by Georg Schwarz in
11114         <http://lists.gnu.org/archive/html/bug-coreutils/2005-12/msg00083.html>.
11115
11116 2005-12-05  Bruno Haible  <bruno@clisp.org>
11117
11118         * lib/csharpcomp.sh.in (options_csc): For -l option, add a .dll suffix.
11119         * lib/csharpcomp.c (compile_csharp_using_sscli): Likewise.
11120         Reported by Mark Junker <mjscod@gmx.de>.
11121
11122 2005-12-02  Paul Eggert  <eggert@cs.ucla.edu>
11123
11124         * m4/socklen.m4 (gl_TYPE_SOCKLEN_T): Renamed from gl_SOCKLEN_T.
11125         Use implementation from Albert Chin, with some
11126         comments/corrections by Stepan Kasal and myself.
11127
11128 2005-12-02  Bruno Haible  <bruno@clisp.org>
11129
11130         * gnulib-tool (func_import): Accept GPLed build tool modules when
11131         --lgpl is given.
11132         * modules/csharpcomp-script: New file.
11133         * modules/csharpcomp: Depend on it.
11134         * modules/javacomp-script: New file.
11135         * modules/javacomp: Depend on it.
11136         Suggested by Simon Josefsson.
11137
11138 2005-12-01  Paul Eggert  <eggert@cs.ucla.edu>
11139
11140         * m4/regex.m4 (gl_REGEX): Check whether off_t can be used in a switch
11141         statement, to work around an HP-UX 10.20 compiler bug reported by
11142         Peter O'Gorman.
11143
11144 2005-11-29  Paul Eggert  <eggert@cs.ucla.edu>
11145
11146         * modules/savedir (Depends-on): Add openat.
11147
11148 2005-11-29  Paul Eggert  <eggert@cs.ucla.edu>
11149
11150         * lib/stdint_.h (intmax_t) [defined intmax_t]: Do not declare.
11151         (uintmax_t) [defined uintmax_t]: Do not declare.
11152         (SIZE_MAX) [defined SIZE_MAX]: Do not define.
11153         This works around a problem if intmax_t.m4 and/or uintmax_t.m4
11154         and/or size_max.m4 are also used.  Problem reported by Mark D. Baushke.
11155         (SIZE_MAX): Define to ((size_t) -1), not (~(size_t)0), for the
11156         sake of portability to weird hosts that C allows (though we don't
11157         know of any practical examples).
11158
11159         * lib/savedir.h (fdsavedir): New decl.
11160         * lib/savedir.c (fdsavedir, savedirstream): New functions; the latter
11161         contains most of the former guts of savedir.
11162         (savedir): Use savedirstream.
11163         Include "openat.h".
11164
11165 2005-11-25  Paul Eggert  <eggert@cs.ucla.edu>
11166
11167         * modules/obstack (Files): Add m4/ulonglong.m4.
11168         Problem reported by Davide Angelocola.
11169
11170 2005-11-15  Paul Eggert  <eggert@cs.ucla.edu>
11171
11172         * lib/xstrtod.c: Don't bother with #pragma STDC FENV_ACCESS ON, as
11173         coreutils no longer futzes with rounding modes.
11174
11175 2005-11-14  Jim Meyering  <jim@meyering.net>
11176
11177         * lib/mkstemp-safer.c: Include <config.h>, required for possible
11178         replacement of mkstemp.
11179
11180 2005-11-10  Simon Josefsson  <jas@extundo.com>
11181
11182         * lib/readline.c: Remove EOL.
11183
11184 2005-11-10  Paul Eggert  <eggert@cs.ucla.edu>
11185
11186         * modules/gethrxtime (Depends-on): Add gettime.
11187
11188 2005-11-10  Paul Eggert  <eggert@cs.ucla.edu>
11189
11190         * m4/gethrxtime.m4 (gl_PREREQ_GETHRXTIME): Don't require AC_HEADER_TIME
11191         or gettimeofday; no longer needed.
11192
11193 2005-11-10  Paul Eggert  <eggert@cs.ucla.edu>
11194
11195         * lib/gethrxtime.c: Include "timespec.h" rather than the sys/time /
11196         time business.
11197         (gethrxtime) [! (HAVE_NANOUPTIME
11198         || (defined CLOCK_MONOTONIC && HAVE_CLOCK_GETTIME)
11199         || HAVE_MICROUPTIME)]: Fall back on gettime rather than rolling
11200         our own approximation.
11201
11202 2005-11-08  Eric Blake  <ebb9@byu.net>
11203
11204         * lib/inet_ntop.h: Use #if !, not #ifndef, for AC_CHECK_DECLS.
11205
11206 2005-11-08  Eric Blake  <ebb9@byu.net>
11207
11208         * lib/getaddrinfo.h: Use #if !, not #ifndef, for AC_CHECK_DECLS.
11209
11210 2005-11-04  Bruno Haible  <bruno@clisp.org>
11211
11212         * gnulib-tool: Implement --update mode.
11213
11214 2005-10-30  Paul Eggert  <eggert@cs.ucla.edu>
11215
11216         Fix porting problem reported by Theodoros V. Kalamatianos.
11217         * lib/utimens.c (futimens) [HAVE_WORKING_UTIMES && HAVE_FUTIMES]:
11218         Don't assume that futimes failing means we must fail.
11219
11220 2005-10-30  Paul Eggert  <eggert@cs.ucla.edu>
11221
11222         * m4/chdir-long.m4 (gl_FUNC_CHDIR_LONG): Revamp wording and local
11223         variables to suggest the intended function of the PATH_MAX check.
11224
11225 2005-10-30  Kean Johnston  <jkj@sco.com>
11226
11227         Trivial changes to support SCO systems.
11228         * m4/chdir-long.m4 (gl_FUNC_CHDIR_LONG): Check for MAXPATHLEN as well
11229         as PATH_MAX.
11230         * m4/fpending.m4 (gl_FUNC_FPENDING): Correct check for SCO systems,
11231         where __ptr is null when no I/O is pending.
11232
11233 2005-10-29  Paul Eggert  <eggert@cs.ucla.edu>
11234
11235         * lib/getcwd.c (__getcwd): Don't assume that system calls after readdir
11236         leave errno alone.  Problem reported by Dmitry V. Levin.
11237
11238 2005-10-28  Simon Josefsson  <jas@extundo.com>
11239
11240         * tests/test-gc-md4.c, tests/test-gc-md5.c, tests/test-gc-sha1.c:
11241         Test more.
11242
11243         * tests/test-gc-md2.c, tests/test-md2.c: New files.
11244
11245         * modules/md2, modules/md2-tests: New files.
11246
11247 2005-10-28  Simon Josefsson  <jas@extundo.com>
11248
11249         * m4/inet_ntop.m4: More tests.
11250
11251         * m4/gc-md2.m4, md2.m4: New file.
11252
11253 2005-10-28  Simon Josefsson  <jas@extundo.com>
11254
11255         * lib/inet_ntop.h, inet_ntop.c: Make it work under mingw32: Add
11256         "restrict" keywords, as per POSIX.  Protect the function
11257         declaration around HAVE_DECL_INET_NTOP rather than HAVE_INET_NTOP.
11258         Don't use K&R prototypes.  Check the sprintf return values.
11259         Re-define EAFNOSUPPORT if not present.  Indent.
11260
11261         * lib/md5.h, md5.c: Simplify buffer handling visavi alignment,
11262         suggested by Bruno Haible <bruno@clisp.org>.
11263
11264         * lib/gc-gnulib.c, gc-libgcrypt.c: Check calloc return value.
11265
11266         * lib/gc.h: Add MD2 and RMD160 length defines.  Add prototypes.
11267
11268         * lib/gc-libgcrypt.c: Add MD2 (which is not available through
11269         libgcrypt).
11270
11271         * lib/gc-gnulib.c: Add MD2.  Implement gc_hash_* API.
11272
11273         * lib/md2.h, lib/md2.c: New files.
11274
11275 2005-10-28  Paul Eggert  <eggert@cs.ucla.edu>
11276
11277         * lib/savedir.c (savedir): Don't assume that xrealloc etc. leave
11278         errno alone.  Problem reported by Frederic Jolliton.
11279
11280 2005-10-27  Paul Eggert  <eggert@cs.ucla.edu>
11281
11282         * modules/verify (License): Change from GPL to LGPL.  This is a
11283         tiny module and there are apparently near-equivalents that are
11284         under the BSD license.
11285
11286 2005-10-24  Simon Josefsson  <jas@extundo.com>
11287
11288         * modules/sha1: Relicense to LGPL.
11289
11290 2005-10-24  Simon Josefsson  <jas@extundo.com>
11291
11292         * lib/md4.h: Shrink buffer size, now that we changed the type.
11293
11294 2005-10-23  Simon Josefsson  <jas@extundo.com>
11295
11296         * gnulib-tool (func_import): Fix --tests-base.
11297
11298 2005-10-22  Simon Josefsson  <jas@extundo.com>
11299
11300         * modules/arcfour (Depends-on): Need stdint.
11301
11302 2005-10-22  Simon Josefsson  <jas@extundo.com>
11303
11304         * m4/gc.m4: Don't be fooled by --disable-*random-device parameters,
11305         suggested by Bruno Haible <bruno@clisp.org>.  Fix error messages.
11306
11307 2005-10-22  Simon Josefsson  <jas@extundo.com>
11308
11309         * lib/md4.h, md4.c: Simplify buffer handling visavi alignment,
11310         suggested by Bruno Haible <bruno@clisp.org>.
11311
11312 2005-10-22  Simon Josefsson  <jas@extundo.com>
11313
11314         * lib/crc.h: Include stddef.h, for size_t.
11315
11316 2005-10-22  Simon Josefsson  <jas@extundo.com>
11317
11318         * lib/arcfour.h, arcfour.c: Use fixed size indices in the
11319         arcfour_context struct (simplify test vector testing in GNU
11320         Shishi).
11321
11322 2005-10-21  Simon Josefsson  <jas@extundo.com>
11323
11324         * modules/des, modules/des-tests: New files.
11325
11326         * modules/gc-des, modules/gc-des-tests: New files.
11327
11328         * tests/test-des.c, tests/test-gc-des.c: New file.
11329
11330 2005-10-21  Simon Josefsson  <jas@extundo.com>
11331
11332         * modules/arctwo, modules/arctwo-tests: New files.
11333
11334         * tests/test-arctwo.c: New file.
11335
11336         * modules/gc-arctwo, modules/gc-arctwo-tests: New files.
11337
11338         * tests/test-gc-arctwo.c: New file.
11339
11340 2005-10-21  Simon Josefsson  <jas@extundo.com>
11341
11342         * m4/gc.m4: Don't use libgcrypt if gcrypt.h isn't found, suggested by
11343         Bruno Haible <bruno@clisp.org>.
11344
11345         * m4/gc-des.m4: New file.
11346
11347 2005-10-21  Simon Josefsson  <jas@extundo.com>
11348
11349         * m4/arctwo.m4: New file.
11350
11351         * m4/gc-arctwo.m4: New file.
11352
11353 2005-10-21  Simon Josefsson  <jas@extundo.com>
11354
11355         * lib/rijndael-api-fst.c: Fix bugs in CBC mode for more than one
11356         block.
11357
11358 2005-10-21  Simon Josefsson  <jas@extundo.com>
11359
11360         * lib/hmac-md5.c (hmac_md5): Add comments, suggested by Bruno Haible
11361         <bruno@clisp.org>.
11362
11363         * lib/hmac-sha1.c (hmac_sha1): Likewise.
11364
11365         * lib/crc.c (crc32_update): Actually use crc parameter, suggested by
11366         Bruno Haible <bruno@clisp.org>.
11367
11368         * lib/crc.h: Include stdint.h directly, suggested by Bruno Haible
11369         <bruno@clisp.org>.
11370
11371 2005-10-21  Simon Josefsson  <jas@extundo.com>
11372
11373         * lib/gc-libgcrypt.c (gc_cipher_open): Handle ECB.
11374
11375 2005-10-21  Simon Josefsson  <jas@extundo.com>
11376
11377         * lib/gc-gnulib.c: Support ARCTWO in CBC mode.
11378
11379 2005-10-21  Simon Josefsson  <jas@extundo.com>
11380
11381         * lib/des.h, lib/des.c: New files.
11382
11383         * lib/gc-gnulib.c: Support DES.c
11384
11385 2005-10-21  Simon Josefsson  <jas@extundo.com>
11386
11387         * lib/arctwo.h, lib/arctwo.c: New files.
11388
11389         * lib/gc-gnulib.c: Support ARCTWO.
11390
11391 2005-10-21  Simon Josefsson  <jas@extundo.com>
11392
11393         * lib/arctwo.h (arctwo_setkey): Protect variable in CPP macro,
11394         suggested by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
11395
11396 2005-10-21  Simon Josefsson  <jas@extundo.com>
11397
11398         * gnulib-tool (func_import, func_create_testdir): Define automake
11399         conditional GL_COND_LIBTOOL if libtool is used (to be used by modules
11400         Makefile.am snippet),
11401         suggested by Bruno Haible <bruno@clisp.org>.
11402
11403         * modules/gc (Makefile.am): Use it.
11404
11405 2005-10-21  Bruno Haible  <bruno@clisp.org>
11406
11407         * gnulib-tool (func_import, func_create_testdir): Add quoting to last
11408         patch.
11409
11410 2005-10-19  Simon Josefsson  <jas@extundo.com>
11411
11412         * tests/test-gc-rijndael.c: New file.
11413
11414         * modules/gc-rijndael, modules/gc-rijndael-test: New files.
11415
11416 2005-10-19  Simon Josefsson  <jas@extundo.com>
11417
11418         * tests/test-gc-md4.c, tests/test-gc-md5.c: Test gc_hash_buffer
11419         interface too.
11420
11421 2005-10-19  Simon Josefsson  <jas@extundo.com>
11422
11423         * tests/test-gc-arcfour.c: New file.
11424
11425         * modules/gc-arcfour, modules/gc-arcfour-tests: New files.
11426
11427 2005-10-19  Simon Josefsson  <jas@extundo.com>
11428
11429         * modules/gc-md4, modules/gc-md4-tests: New file.
11430
11431         * tests/test-gc-md4.c: New file.
11432
11433 2005-10-19  Simon Josefsson  <jas@extundo.com>
11434
11435         * m4/gc-md4.m4: New file.
11436
11437 2005-10-19  Simon Josefsson  <jas@extundo.com>
11438
11439         * m4/gc-hmac-md5.m4, gc-hmac-sha1.m4, gc-md4.m4,
11440         gc-md5.m4, gc-sha1.m4: Fix typo, suggested by Stepan Kasal
11441         <kasal@ucw.cz>.
11442
11443 2005-10-19  Simon Josefsson  <jas@extundo.com>
11444
11445         * m4/gc-arcfour.m4: New file.
11446
11447         * m4/gc-rijndael.m4: New file.
11448
11449 2005-10-19  Simon Josefsson  <jas@extundo.com>
11450
11451         * lib/gc.h, gc-gnulib.c, gc-libgcrypt.c: Support MD4.
11452
11453 2005-10-19  Simon Josefsson  <jas@extundo.com>
11454
11455         * lib/gc-gnulib.c: Support ARCFOUR.
11456
11457 2005-10-19  Simon Josefsson  <jas@extundo.com>
11458
11459         * lib/gc-gnulib.c: Implement gc_cipher_* API, currently only with AES
11460         support.
11461
11462         * lib/gc.h: Add ECB enum type.
11463
11464         * lib/hmac-md5.c, hmac-sha1.c: Include memxor.h.
11465
11466 2005-10-18  Simon Josefsson  <jas@extundo.com>
11467
11468         * tests/test-md5.c: New file.
11469
11470         * modules/md5-tests: New file.
11471
11472 2005-10-18  Simon Josefsson  <jas@extundo.com>
11473
11474         * tests/test-md4.c: New file.
11475
11476         * modules/md4, modules/md4-tests: New files.
11477
11478 2005-10-18  Simon Josefsson  <jas@extundo.com>
11479
11480         * m4/md4.m4: New file.
11481
11482 2005-10-18  Simon Josefsson  <jas@extundo.com>
11483
11484         * lib/md4.h, lib/md4.c: New files, based on md5.?.
11485
11486 2005-10-17  Stepan Kasal  <kasal@ucw.cz>
11487
11488         * gnulib-tool (func_create_testdir): Omit the second check whether
11489         BUILT_SOURCES in nonempty.
11490
11491 2005-10-17  Simon Josefsson  <jas@extundo.com>
11492
11493         * tests/test-rijndael.c: New file.
11494
11495 2005-10-17  Simon Josefsson  <jas@extundo.com>
11496
11497         * modules/sha1: Depend on stdint instead of md5.
11498
11499         * modules/md5: Depend on stdint, remove uint32_t.
11500
11501 2005-10-17  Simon Josefsson  <jas@extundo.com>
11502
11503         * modules/gc-sha1-tests: New file.
11504
11505         * tests/test-gc-sha1.c: New file.
11506
11507 2005-10-17  Simon Josefsson  <jas@extundo.com>
11508
11509         * m4/md5.m4: Remove call to uint32_t.m4.
11510
11511 2005-10-17  Simon Josefsson  <jas@extundo.com>
11512
11513         * lib/sha1.c: Use uint32_t instead of md5_uint32.t
11514
11515         * lib/sha1.h: Use stdint.h and uint32_t instead of md5_uint32 from
11516         md5.h.
11517
11518         * lib/md5.c: Use uin32_t.  Fix non-gcc UNALIGNED_P macro.
11519
11520         * lib/md5.h: Use stdint.h and uint32_t.  Doc fix.
11521
11522 2005-10-17  Simon Josefsson  <jas@extundo.com>
11523
11524         * lib/gc.h, gc-libgcrypt.c: Add more hash types/functions.
11525
11526 2005-10-17  Simon Josefsson  <jas@extundo.com>
11527
11528         * lib/gc.h, gc-libgcrypt.c: Add ciphers.
11529
11530 2005-10-17  Simon Josefsson  <jas@extundo.com>
11531
11532         * lib/gc-libgcrypt.c (gc_hmac_sha1): Fix assert.
11533
11534         * lib/gc.h (gc_nonce, gc_pseudo_random, gc_random): Add prototypes.
11535
11536 2005-10-17  Bruno Haible  <bruno@clisp.org>
11537
11538         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Change the return statement so
11539         that it can also be used in a test.
11540
11541 2005-10-16  Bruno Haible  <bruno@clisp.org>
11542
11543         * gnulib-tool (func_emit_tests_Makefile_am): Also define
11544         TESTS_ENVIRONMENT, so that individual tests can augment it.
11545
11546         * gnulib-tool (func_create_testdir): Use an intermediate target for
11547         building $(BUILT_SOURCES). Needed because BUILT_SOURCES can contain
11548         macros, like $(ALLOCA_H), which cannot be passed through the command
11549         line.
11550
11551 2005-10-15  Simon Josefsson  <jas@extundo.com>
11552
11553         * modules/rijndael-tests: New file.
11554
11555         * modules/rijndael: New file.
11556
11557 2005-10-15  Simon Josefsson  <jas@extundo.com>
11558
11559         * m4/rijndael.m4: New file.
11560
11561 2005-10-15  Simon Josefsson  <jas@extundo.com>
11562
11563         * lib/rijndael-api-fst.h, lib/rijndael-api-fst.c: New files.
11564
11565         * lib/rijndael-alg-fst.h, lib/rijndael-alg-fst.c: New files.
11566
11567 2005-10-14  Simon Josefsson  <jas@extundo.com>
11568
11569         * tests/test-arcfour.c: New file.
11570
11571         * modules/arcfour, modules/arcfour-tests: New files.
11572
11573 2005-10-14  Simon Josefsson  <jas@extundo.com>
11574
11575         * m4/arcfour.m4: New file.
11576
11577 2005-10-14  Simon Josefsson  <jas@extundo.com>
11578
11579         * lib/arcfour.h, lib/arcfour.c: New files.
11580
11581 2005-10-14  Roland McGrath  <roland@redhat.com>
11582
11583         Import from libc.  [BZ #1331]
11584         * lib/obstack.h [!__STDC__] (obstack_int_grow_fast): Fix misnamed
11585         macro argument.
11586         Reported by Matej Vela <vela@debian.org>.
11587
11588 2005-10-14  Paul Eggert  <eggert@cs.ucla.edu>
11589
11590         * lib/obstack.c [defined _LIBC && defined USE_IN_LIBIO]: Don't
11591         include <wchar.h>; no longer needed.
11592
11593 2005-10-14  Paul Eggert  <eggert@cs.ucla.edu>
11594
11595         * config/srclist.txt: Add glibc bug 321 for obstack.c, obstack.h.
11596
11597 2005-10-14  Jakub Jelinek  <jakub@redhat.com>
11598         and  Ulrich Drepper  <drepper@redhat.com>
11599
11600         Import from libc.
11601         * lib/obstack.c (print_and_abort) [defined _LIBC]: Use __fxprintf
11602         instead of inline stream orientation test and two separate
11603         function calls.  Pay no attention to USE_IN_LIBIO.
11604
11605 2005-10-13  Simon Josefsson  <jas@extundo.com>
11606
11607         * modules/gc-hmac-md5-tests: New file.
11608
11609         * tests/test-gc-hmac-sha1.c: New file.
11610
11611         * tests/test-gc.c (main): Remove MD5 and HMAC-MD5 tests.
11612
11613         * modules/gc-hmac-md5-tests: New file.
11614
11615         * tests/test-gc-md5.c: New file.
11616
11617         * modules/gc-md5-tests: New file.
11618
11619 2005-10-13  Simon Josefsson  <jas@extundo.com>
11620
11621         * lib/gc-pbkdf2-sha1.c (gc_pbkdf2_sha1): Optimize CEIL computation.
11622         Move memory allocation outside of loop.
11623
11624 2005-10-13  Paul Eggert  <eggert@cs.ucla.edu>
11625
11626         * lib/mkdir-p.c (make_dir_parents): Don't report an error if an
11627         intermediate directory is in a read-only file system.  Problem
11628         reported by Eric Blake.
11629
11630 2005-10-13  Oskar Liljeblad  <oskar@osk.mine.nu>
11631
11632         * modules/human (Depends-on): Depend on xstrtoumax, not xstrtol.
11633
11634 2005-10-12  Simon Josefsson  <jas@extundo.com>
11635
11636         * tests/test-hmac-sha1.c: New file.
11637
11638         * modules/hmac-sha1-tests: New file.
11639
11640         * modules/hmac-sha1: New file.
11641
11642 2005-10-12  Simon Josefsson  <jas@extundo.com>
11643
11644         * modules/gc-sha1: New file.
11645
11646 2005-10-12  Simon Josefsson  <jas@extundo.com>
11647
11648         * modules/gc-pbkdf2-sha1, modules/gc-pbkdf2-sha1-tests: New files.
11649
11650         * tests/test-gc-pbkdf2-sha1.c: New file.
11651
11652 2005-10-12  Simon Josefsson  <jas@extundo.com>
11653
11654         * modules/gc-md5, modules/gc-hmac-md5: New files.
11655
11656         * modules/gc (Files): Remove md5, memxor and hmac files.
11657
11658 2005-10-12  Simon Josefsson  <jas@extundo.com>
11659
11660         * m4/gc-pbkdf2-sha1.m4: New file.
11661
11662         * m4/gc-hmac-sha1.m4: New file.
11663
11664         * m4/gc-sha1: New file.
11665
11666         * m4/hmac-sha1.m4: New file.
11667
11668 2005-10-12  Simon Josefsson  <jas@extundo.com>
11669
11670         * m4/gc-md5.m4, m4/gc-hmac-md5.m4: New files.
11671
11672         * m4/gc.m4: Don't call gl_MD5, gl_MEMXOR or gl_HMAC_MD5.
11673
11674 2005-10-12  Simon Josefsson  <jas@extundo.com>
11675
11676         * lib/gc.h, gc-gnulib.c, gc-libgcrypt.c: Use Gc_rc for return types,
11677         suggested by Bruno Haible <bruno@clisp.org>.
11678
11679 2005-10-12  Simon Josefsson  <jas@extundo.com>
11680
11681         * lib/gc.h, gc-gnulib.c, gc-libgcrypt.c: Support SHA-1.
11682
11683 2005-10-12  Simon Josefsson  <jas@extundo.com>
11684
11685         * lib/gc-pbkdf2-sha1.c: New file.
11686
11687         * lib/gc.h: Add gc_pbkdf2_sha1 prototype.
11688
11689 2005-10-12  Simon Josefsson  <jas@extundo.com>
11690
11691         * lib/gc-libgcrypt.c (gc_hmac_sha1): New function.
11692
11693         * lib/gc-gnulib.c (gc_hmac_sha1): New function.
11694
11695 2005-10-12  Simon Josefsson  <jas@extundo.com>
11696
11697         * lib/gc-gnulib.c: Condition MD5 and HMAC-MD5 use on GC_USE_MD5 and
11698         GC_USE_HMAC_MD5, respectively.
11699
11700         * lib/gc-libgcrypt.c (gc_md5): Fix assert call.
11701         (gc_md5): Fix typo.
11702
11703         * lib/gc.h (gc_hash_buffer): Use gc_hash in prototype.
11704
11705         * lib/gc-libgcrypt.c (gc_hash_buffer): Ditto.
11706
11707         * lib/gc-gnulib.c (gc_hash_buffer): Ditto.
11708
11709 2005-10-12  Bruno Haible  <bruno@clisp.org>
11710
11711         * m4/stdbool.m4 (gl_STDBOOL_H): Define as an alias of AM_STDBOOL_H.
11712         Reported by Stepan Kasal <kasal@ucw.cz>.
11713
11714 2005-10-11  Simon Josefsson  <jas@extundo.com>
11715
11716         * tests/test-crc.c: New file.
11717
11718         * modules/crc, modules/crc-tests: New files.
11719
11720 2005-10-11  Simon Josefsson  <jas@extundo.com>
11721
11722         * m4/crc.m4: New file.
11723
11724 2005-10-11  Simon Josefsson  <jas@extundo.com>
11725
11726         * lib/gc.h: Add gc_hash and gc_hash_buffer.
11727
11728         * lib/gc-gnulib.c (gc_hash_buffer): Add.  Reorder #include's.
11729
11730         * lib/gc-libgcrypt.c (gc_hash_buffer): Add.
11731
11732 2005-10-11  Simon Josefsson  <jas@extundo.com>
11733
11734         * lib/crc.h, lib/crc.c: New files.
11735
11736         * lib/gc.h (gc_hash_buffer): Add doc.
11737
11738 2005-10-11  Bruno Haible  <bruno@clisp.org>
11739
11740         * modules/c-strcasestr: New file.
11741         * MODULES.html.sh (String handling <string.h>): Add c-strcasestr.
11742
11743 2005-10-11  Bruno Haible  <bruno@clisp.org>
11744
11745         * modules/c-strcase: New file.
11746         * MODULES.html.sh (String handling <string.h>): Add c-strcase.
11747
11748 2005-10-11  Bruno Haible  <bruno@clisp.org>
11749
11750         * lib/strcasecmp.c: Include limits.h.
11751         (strcasecmp): Avoid integer overflow on exotic platforms.
11752         * lib/strncasecmp.c: Include limits.h.
11753         (strncasecmp): Avoid integer overflow on exotic platforms.
11754         Reported by Paul Eggert.
11755
11756 2005-10-11  Bruno Haible  <bruno@clisp.org>
11757
11758         * lib/c-strcasestr.h: New file, from GNU gettext.
11759         * lib/c-strcasestr.c: New file, from GNU gettext.
11760
11761 2005-10-11  Bruno Haible  <bruno@clisp.org>
11762
11763         * lib/c-strcase.h: New file, from GNU gettext.
11764         * lib/c-strcasecmp.c: New file, from GNU gettext.
11765         * lib/c-strncasecmp.c: New file, from GNU gettext.
11766
11767 2005-10-10  Paul Eggert  <eggert@cs.ucla.edu>
11768
11769         * modules/mempcpy (License): GPL -> LGPL.
11770         * modules/strchrnul (License): Likewise.
11771         * modules/sysexits (License): Likewise.
11772
11773 2005-10-08  Simon Josefsson  <jas@extundo.com>
11774
11775         * config/srclist.txt: Bug 1423 is closed, but 1439 remains.
11776
11777 2005-10-07  Simon Josefsson  <jas@extundo.com>
11778
11779         * m4/memxor.m4: Remove gl_C_RESTRICT call.
11780
11781 2005-10-06  Simon Josefsson  <jas@extundo.com>
11782
11783         * tests/test-hmac-md5.c: New file.
11784
11785         * modules/hmac-md5-tests: New file.
11786
11787         * modules/hmac-md5: New file.
11788
11789 2005-10-06  Simon Josefsson  <jas@extundo.com>
11790
11791         * m4/hmac-md5.m4: New file.
11792
11793         * m4/memxor.m4: Require gl_C_RESTRICT.
11794
11795 2005-10-06  Simon Josefsson  <jas@extundo.com>
11796
11797         * lib/memxor.c (memxor): Avoid casts and warnings.
11798
11799 2005-10-06  Simon Josefsson  <jas@extundo.com>
11800
11801         * lib/hmac-md5.c: New file.
11802
11803         * lib/hmac.h: New file.
11804
11805 2005-10-06  Paul Eggert  <eggert@cs.ucla.edu>
11806
11807         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Check that bool
11808         promotes to int, not unsigned int, to catch the AIX 5.3
11809         compiler bug.
11810
11811 2005-10-05  Simon Josefsson  <jas@extundo.com>
11812
11813         * modules/memxor: New file.
11814
11815         * modules/iconv (Files): Move config.rpath to havelib, it is used
11816         there.
11817
11818         * modules/havelib (Files): Add config.rpath.
11819
11820 2005-10-05  Simon Josefsson  <jas@extundo.com>
11821
11822         * m4/memxor.m4: New file.
11823
11824 2005-10-05  Simon Josefsson  <jas@extundo.com>
11825
11826         * lib/memxor.c (memxor): Fix compiler error.
11827
11828         * lib/md5.h (MD5_DIGEST_SIZE, MD5_BLOCK_SIZE): Add, see also
11829         <http://sourceware.org/bugzilla/show_bug.cgi?id=1423>.
11830
11831         * lib/memxor.h, lib/memxor.c: New files.
11832
11833         * lib/getaddrinfo.h: Don't protect sys/types.h with HAVE_SYS_TYPES_H,
11834         we assume all systems have it, suggested by Jim Meyering
11835         <jim@meyering.net>.  Remove HAVE_SYS_SOCKET_H test too, to see if
11836         any systems lack sys/socket.h; mingw32 is known to lack it, but we
11837         don't support it yet anyway.  Also remove HAVE_NETDB_H test, for
11838         same reasons.
11839
11840 2005-10-05  Simon Josefsson  <jas@extundo.com>
11841
11842         * config/srclist.txt: Add glibc bug 1423 for md5.h.
11843
11844 2005-10-05  Paul Eggert  <eggert@cs.ucla.edu>
11845
11846         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Don't check for
11847         sys/socket.h, netdb.h, sys/types.h; the checks areno longer
11848         needed, since the source code now assumes these .h files.
11849
11850 2005-10-05  Derek Price  <derek@ximbiot.com>
11851
11852         * lib/getdelim.c (SIZE_MAX): New macro, if not already defined.
11853
11854 2005-10-05  Bruno Haible  <bruno@clisp.org>
11855
11856         * modules/stdint (License): Change to LGPL.
11857
11858 2005-10-04  Simon Josefsson  <jas@extundo.com>
11859
11860         * lib/getaddrinfo.h: Move sys/types.h include first, reported by "Mark
11861         D. Baushke" <mdb@gnu.org>.
11862
11863 2005-10-04  Bruno Haible  <bruno@clisp.org>
11864
11865         * lib/verify.h (verify_true): Provide alternative definition for C++.
11866
11867 2005-10-03  Paul Eggert  <eggert@cs.ucla.edu>
11868
11869         * lib/getdelim.c: Include getdelim.h first.  Include <limits.h>.
11870         (SSIZE_MAX): New macro, if not already defined.
11871         (getdelim): Fix buffer overrun on 64-bit hosts with lines longer
11872         than 2 GiB.
11873
11874 2005-10-02  Paul Eggert  <eggert@cs.ucla.edu>
11875
11876         Sync from coreutils.
11877         * m4/openat.m4 (gl_FUNC_OPENAT): Check for fdopendir.
11878         * m4/ullong_max.m4 (gl_ULLONG_MAX): Simplify so that it merely
11879         defines ULONG_MAX_LT_ULLONG_MAX.  Thomas M.Ott reports that
11880         ULLONG_MAX doesn't work with 2.7.2.1.
11881
11882 2005-10-02  Paul Eggert  <eggert@cs.ucla.edu>
11883
11884         * modules/xreadlink (Makefile.am): Remove lib_SOURCES.
11885         From Ben Pfaff.
11886
11887         * modules/exclude (Depends-on): Depend on verify.
11888         * modules/strtoimax (Depends-on): Likewise.
11889         * modules/utimecmp (Depends-on): Likewise.
11890
11891 2005-10-02  Paul Eggert  <eggert@cs.ucla.edu>
11892
11893         * lib/exclude.c: Include verify.h.
11894         (verify): Remove.  All callers changed to use verify.h's version.
11895         * lib/strtoimax.c: Likewise.
11896         * lib/utimecmp.c: Likewis.e
11897
11898         Sync from coreutils.
11899         * lib/.cppi-disable: Add getaddrinfo.h, getdelim.h, getline.h,
11900         getpass.c, mbchar.h, mbuiter.h, strcase.h, strnlen.h, strnlen1.h.
11901         * lib/.cvsignore: Add fts.h, search.h, t-fpending.
11902         * lib/settime.c (settime): Fix { typo in previous patch.  Also, don't
11903         bother returning ENOSYS if settimeofday or stime fails; just let
11904         them return whatever errno they want to return.
11905         * lib/utimens.c: Include unistd.h, for dup2.
11906         (futimens): Fix typo: HAVE_FUTIMESAT was misspelled in an #if.
11907         (futimens) [! HAVE_FUTIMESAT]: If !file, set errno before returning -1.
11908
11909 2005-10-02  Jim Meyering  <jim@meyering.net>
11910
11911         Sync from coreutils.
11912         * m4/utimes.m4 (gl_FUNC_UTIMES): Detect the version of utimes
11913         from glibc-2.2.5 that fails for read-only files.
11914
11915 2005-10-02  Jim Meyering  <jim@meyering.net>
11916
11917         Sync from coreutils.
11918         * lib/fts-cycle.c [HAVE_CONFIG_H]: Include <config.h>.
11919         * lib/openat-die.c: Use `#ifdef HAVE_CONFIG_H', not
11920         `#if HAVE_CONFIG_H'.
11921         * lib/openat.c (fdopendir): Do not define if HAVE_FDOPENDIR.
11922         Remove AT_FDCWD test.
11923         Do not consume the fd unless successful.
11924         * lib/openat.h (fdopendir): Do not define if HAVE_FDOPENDIR.
11925         * lib/settime.c (settime): Move the HAVE_STIME block `up' into an #elif
11926         block, so that we don't even try to compile it if settimeofday is
11927         available.  This works around a compilation failure on OSF1 V5.1,
11928         due to stime requiring a `long int*' while tv_sec is `int'.
11929
11930 2005-10-02  Alfred M. Szmidt  <ams@gnu.org>
11931
11932         Sync from coreutils.
11933         * m4/chdir-long.m4 (gl_FUNC_CHDIR_LONG): Compare $gl_have_path...
11934         against `yes', rather than just testing for nonempty.
11935
11936 2005-10-01  Simon Josefsson  <jas@extundo.com>
11937
11938         * m4/getaddrinfo.m4: Include sys/types.h for sys/socket.h, on FreeBSD
11939         and Darwin.
11940
11941         * m4/getaddrinfo.m4: Use AC_GNU_SOURCE, GNU only declare getaddrinfo
11942         as an (POSIX) extension.  Check for sys/types.h, sys/socket.h, and
11943         netdb.h too, needed by getaddrinfo.h.  Check if getaddrinfo,
11944         freeaddrinfo and gai_strerror are declared by the POSIX headers.
11945         Check if struct addrinfo is declared.
11946
11947 2005-10-01  Simon Josefsson  <jas@extundo.com>
11948
11949         * lib/getaddrinfo.h: Protect #include's of sys/socket.h and netdb.h.
11950         Only define struct addrinfo if !HAVE_STRUCT_ADDRINFO.  Protect
11951         AI_* and EAI_* definitions.  Protect function declarations.
11952
11953 2005-10-01  Jim Meyering  <jim@meyering.net>
11954
11955         Sync from coreutils.
11956
11957         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Look for getservbyname in these
11958         libraries [inet nsl socket xnet].  Nelson Beebe reported that with
11959         native cc on Solaris 7, getaddrinfo.c requires -lsocket.
11960         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Check for gethostbyname
11961         in the inet and nsl libraries.  Required on Solaris 5.7.
11962
11963 2005-10-01  Jim Meyering  <jim@meyering.net>
11964
11965         Sync from coreutils.
11966         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Check for gethostbyname
11967         in the inet and nsl libraries.  Required on Solaris 5.7.
11968
11969 2005-10-01  Eric Blake  <ebb9@byu.net>  (tiny change)
11970
11971         * lib/getdelim.c (getdelim): Remove unused variables.
11972
11973 2005-09-29  Paul Eggert  <eggert@cs.ucla.edu>
11974
11975         * lib/xtime.h (XTIME_PRECISION): Now of type int, not long long int,
11976         so that the code works even with ancient cpp.  Portability problem
11977         with GCC 2.7.2.1 reported by Thomas M.Ott.
11978
11979 2005-09-27  Paul Eggert  <eggert@cs.ucla.edu>
11980
11981         * modules/regex (Depends-on): Add strcase.
11982
11983         * modules/gethostname (Licence): Change from GPL to LGPL, since
11984         gethostname.c is a trivial implementation of a standard library
11985         function.
11986         * modules/poll (License): Change from GPL to LGPL, since it's
11987         derived from LGPL code.
11988
11989 2005-09-27  Jim Meyering  <jim@meyering.net>
11990
11991         * lib/getcwd.c: Change #ifdef<TAB>HAVE_CONFIG_H to #ifdef
11992         HAVE_CONFIG_H.
11993
11994         * lib/intprops.h (signed_type_or_expr__): Define.
11995         (INT_STRLEN_BOUND) [__GNUC__]: Use a slightly tighter bound
11996         for unsigned types.
11997
11998 2005-09-26  Paul Eggert  <eggert@cs.ucla.edu>
11999
12000         * lib/verify.h (verify_expr): Remove, replacing with:
12001         (verify_true): New macro that returns true instead of void.
12002         (verify_type__): Remove.
12003         (verify): Use verify_true rather than verify_type__.
12004
12005 2005-09-26  Bruno Haible  <bruno@clisp.org>
12006
12007         * modules/mbchar (Include): Mention that HAVE_WCHAR_H && HAVE_WCTYPE_H
12008         is necessary.
12009         (lib_SOURCES): Remove mbchar.c.
12010         * modules/mbfile (Include): Mention that HAVE_MBRTOWC is necessary.
12011         (Files): Add m4/mbrtowc.m4.
12012         * modules/mbiter: Likewise.
12013         * modules/mbuiter: Likewise.
12014
12015 2005-09-26  Bruno Haible  <bruno@clisp.org>
12016
12017         * m4/mbchar.m4 (gl_MBCHAR): Check for wchar.h and wctype.h. Don't
12018         compile mbchar.c if they are not both present.
12019         * m4/mbfile.m4 (gl_MBFILE): Require gl_FUNC_MBRTOWC.
12020         * m4/mbiter.m4 (gl_MBITER): Likewise.
12021         * m4/strstr.m4 (gl_PREREQ_STRSTR): Use AC_REQUIRE.
12022         * m4/strcasestr.m4 (gl_PREREQ_STRCASESTR): Likewise.
12023         * m4/strcase.m4 (gl_PREREQ_STRCASECMP): Likewise.
12024
12025 2005-09-25  Jim Meyering  <jim@meyering.net>
12026
12027         * modules/inet_ntop (Depends-on): Add socklen, since inet_ntop.c
12028         also uses socklen_t.
12029
12030 2005-09-24  Paul Eggert  <eggert@cs.ucla.edu>
12031
12032         * lib/utimens.c (ENOSYS): Define if not already defined.
12033         (futimens): Support having a null PATH if the file descriptor
12034         is nonnegative.
12035
12036         * lib/regex_internal.h (__GNUC_PREREQ, always_inline, inline, pure):
12037         Remove.
12038         (__attribute): Define to empty unless GCC 3.1 or later.
12039         This works around a core dump on OpenBSD 3.4, which has GCC
12040         2.95.3, which dumps core when given __attribute__(()).  It also
12041         simplifies other tests, since we really don't want to bother with
12042         worrying about which ancient version of GCC supported what.
12043         Original problem reported by Yoann Vandoorselaere, with part of
12044         the fix suggested by Derek Price.
12045
12046 2005-09-24  Jim Meyering  <jim@meyering.net>
12047
12048         * lib/verify.h (verify_type__): Use `unsigned int' as the bitfield type
12049         so we can once again use a positive bitfield width of 1 -- now we
12050         don't have to explain why we were using a bitfield width of 2.
12051
12052 2005-09-23  Paul Eggert  <eggert@cs.ucla.edu>
12053
12054         * m4/regex.m4 (gl_REGEX): If replacing, define regcomp to rpl_regcomp,
12055         and similarly for the other external symbols.  Problem reported
12056         by James Gallager.
12057
12058         * m4/fnmatch.m4 (_AC_FUNC_FNMATCH_IF): Catch Sun Studio 10u1 on Linux
12059         bug reported by Jim Meyering.
12060
12061         * m4/utimens.m4 (gl_UTIMENS): Check for futimesat.
12062         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Undo previous change;
12063         not needed, since socklen is a prerequisite module.
12064
12065 2005-09-23  Paul Eggert  <eggert@cs.ucla.edu>
12066
12067         * lib/getaddrinfo.c [HAVE_NETINET_IN_H]: Include <netinet/in.h>.
12068         Problem reported by Eric Blake.
12069         (getaddrinfo): Initialize se so that it's not garbage.
12070         Redo internal storage allocation so that it doesn't make unportable
12071         assumptions about alignment.
12072         Fix a memory leak.
12073
12074         * lib/utimens.c (futimens): Use futimesat if available.
12075         Prefer it to futimes since it doesn't have the futimes bug.
12076
12077         * lib/verify.h (GL_CONCAT0, GL_CONCAT): Remove.
12078         (verify): Don't use the __LINE__ trick, as it doesn't work in general.
12079         Instead, declare a function that returns a pointer to an array,
12080         and use verify_type__ to declare the size of the array.
12081         Problem and germ of a solution reported by Bruno Haible.
12082         (verify_type__): Use 2, not 1, for bitfield size, to avoid
12083         a warning with Irix 6.5 cc.  Problem reported by Bruno Haible.
12084
12085 2005-09-23  Jim Meyering  <jim@meyering.net>
12086
12087         Sync from coreutils.
12088         Correct build failure (socklen_t not defined) on at least
12089         mips-sgi-irix6.5 and alphaev67-dec-osf5.1.
12090         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Require gl_SOCKLEN_T.
12091
12092 2005-09-23  Jim Meyering  <jim@meyering.net>
12093
12094         * modules/getaddrinfo (Depends-on): Add socklen.
12095
12096 2005-09-23  Bruno Haible  <bruno@clisp.org>
12097
12098         * tests/test-verify.c: New file.
12099
12100 2005-09-22  Paul Eggert  <eggert@cs.ucla.edu>
12101
12102         Sync from coreutils.
12103
12104         * modules/argmatch (Depends-on): Add verify.
12105         * modules/getloadavg (Depends-on): Depend on fcntl-safer, not
12106         unistd-safer.
12107         * modules/save-cwd (Depends-on): Likewise.
12108
12109         * modules/openat (Files): Add lib/openat-die.c.
12110         (Depends-on): Remove error, exitfail.
12111         Add dirname.
12112
12113         * modules/verify: New file.
12114         * MODULES.html.sh (Diagnostics <assert.h>): New section,
12115         with "verify" module.
12116
12117 2005-09-22  Paul Eggert  <eggert@cs.ucla.edu>
12118
12119         Sync from coreutils.
12120
12121         * m4/backupfile.m4, calloc.m4, chown.m4, cloexec.m4, dup2.m4:
12122         * m4/fileblocks.m4, free.m4, ftruncate.m4, getcwd.m4, getpagesize.m4:
12123         * m4/getugroups.m4, group-member.m4, idcache.m4, link-follow.m4:
12124         * m4/mkstemp.m4, mktime.m4, mountlist.m4, nanosleep.m4, pathmax.m4:
12125         * m4/physmem.m4, posixver.m4, putenv.m4, safe-read.m4, same.m4:
12126         * m4/save-cwd.m4, stdio-safer.m4, unistd-safer.m4, unlinkdir.m4:
12127         * m4/userspec.m4, xgetcwd.m4, xreadlink.m4:
12128         Don't bother checking for string.h, stdlib.h, unistd.h.
12129         * m4/fts.m4 (gl_FUNC_FTS_CORE): Don't require
12130         AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK; that's now the lstat
12131         module's job.
12132         * m4/jm-macros.m4 (gl_MACROS): Likewise.
12133         * m4/prereq.m4 (gl_PREREQ): Add gl_FUNC_LSTAT.
12134
12135         * m4/getdate.m4 (gl_C_COMPOUND_LITERALS): New macro.
12136         (gl_GETDATE): Use it.
12137
12138         * m4/mkdir-p.m4 (gl_MKDIR_PARENTS): Don't bother checking for unistd.h.
12139
12140 2005-09-22  Paul Eggert  <eggert@cs.ucla.edu>
12141
12142         Sync from coreutils.
12143
12144         * lib/.cppi-disable: Add regcomp.c, regex_internal.c, regex_internal.h,
12145         stat-time.h.
12146         * lib/argmatch.h: Include verify.h
12147         (ARGMATCH_VERIFY): Use verify rather than rolling our own.
12148         (ARGMATCH_ASSERT): Remove; unused.
12149         * lib/canonicalize.c: Assume STDC_HEADERS.
12150         * lib/exclude.c: Include "strcase.h".
12151         * lib/regex_internal.h [!defined _LIBC]: Likewise.
12152         * lib/getusershell.c: Include stdio--.h rather than stdio.h
12153         and stdio-safer.h.
12154         (getusershell): Call fopen, not fopen_safer.
12155         * lib/save-cwd.c: Include fcntl--.h rather than fcntl.h.
12156         Do not include unistd-safer.h.
12157         (save_cwd): Don't call fd_safer; no longer needed
12158         now that we include fcntl--.h.
12159
12160         * lib/getdate.y (relative_time): New type.
12161         (RELATIVE_TIME_0): New constant.
12162         (parser_control): Use relative_time instead of doing it ourselves.
12163         (%union): Add new relative_time rel member.
12164         (tYEAR_UNIT, tMONTH_UNIT, tHOUR_UNIT, tMINUTE_UNIT, tSEC_UNIT):
12165         Now typeless.
12166         (relunit, relunit_snumber): Now of type rel.
12167         (zone, rel, relunit, get_date): Adjust to above changes.
12168
12169         * lib/getloadavg.c: Include fcntl--.h rather than fcntl.h.
12170         Do not include unistd-safer.h.
12171         (getloadavg): Don't call fd_safer; no longer needed
12172         now that we include fcntl--.h.
12173
12174         * lib/mkdir-p.c (ENOSYS): Define to EEXIST if not defined.
12175         (make_dir_parents): Treat ENOSYS like EEXIST.
12176
12177         Improve quality of diagnostics on restore_cwd failure.
12178         * lib/mkdir-p.h (make_dir): Remove.  All uses replaced by mkdir.
12179         (make_dir_parents): Last arg is now int * (for errno), not bool *.
12180         * lib/mkdir-p.c (make_dir, make_dir_parents): Likewise.
12181         Rewrite "mkdir -p" algorithm to avoid the need for "stat"
12182         each time through the loop.  Do not diagnose restore_cwd failure;
12183         that is the caller's job (and perhaps the caller does not care).
12184
12185         * lib/mkdir-p.c (CLEANUP_CWD, CLEANUP): Remove.
12186         (make_dir_parents): Revamp to avoid need for CLEANUP_CWD, CLEANUP.
12187         If the file already exists but is not a directory, don't bother
12188         to try to make its parents.
12189         Close potential file descriptor leak if we can't chdir("/") (!).
12190         Don't always return true if chdir($PWD) fails; return true only
12191         if the requested action was done successfully (except for the
12192         chdir($PWD)).
12193         Don't log final directory unless we actually made it.
12194         Refactor to avoid duplicate code to fix up permissions.
12195         Don't attempt to fix up parent permissions if chdir($PWD) fails.
12196
12197         * lib/strftime.c (my_strftime): Rewrite the previous change slightly,
12198         to make it a bit faster and (I hope) clearer.
12199         * lib/strftime.c (my_strftime): Add support for %:z, %::z, %:::z.
12200         Fix bug in formats like %2N.
12201
12202         * lib/verify.h: New file.
12203
12204 2005-09-22  Paul Eggert  <eggert@cs.ucla.edu>
12205
12206         Sync from coreutils.
12207         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Check for netinet/in.h.
12208
12209 2005-09-22  Jim Meyering  <jim@meyering.net>
12210
12211         Sync from coreutils.
12212
12213         * m4/lstat.m4 (gl_FUNC_LSTAT):
12214         Use AC_LIBSOURCES to require lstat.c and lstat.h.
12215         Remove obsolete comment.
12216         * m4/xreadlink.m4: Use AC_LIBSOURCES and AC_LIBOBJ.
12217         * m4/xstrtod.m4: Likewise.
12218
12219         * m4/openat.m4 (gl_FUNC_OPENAT): Add openat-die.c.
12220
12221 2005-09-22  Jim Meyering  <jim@meyering.net>
12222
12223         Sync from coreutils.
12224
12225         * lib/backupfile.c: Use ARGMATCH_VERIFY, just in case.
12226
12227         * lib/posixtm.c (posixtime) [lint]: Initialize *all* of tm0, not just
12228         the .tm_year member, since otherwise gcc-4.0 would now warn about
12229         tm_zone, tm_gmtoff, tm_isdst, tm_yday, tm_wday.
12230
12231         * lib/quotearg.c (quotearg_n_options): Change code to be suboptimal, in
12232         order to avoid an unsuppressible warning from gcc on 64-bit systems.
12233
12234         * lib/getdate.y (get_date): Undo part of the 2005-04-04 change, so that
12235         the command "date -d'2005-03-27 +1 day'" succeeds once again, even
12236         when run in a time zone for which daylight savings time is in effect
12237         for the starting date.
12238
12239         * lib/mkdir-p.c (make_dir_parents): Don't let a failed chdir($PWD)
12240         stop us from restricting permissions of just-created absolute-named
12241         directories.
12242         * lib/mkdir-p.c (CLEANUP_CWD): Return *true*, not false when failing
12243         to restore initial working directory.
12244         * lib/mkdir-p.c (make_dir_parents): New parameter:
12245         different_working_dir, to tell caller if/when we change the working
12246         directory and are unable to return to the initial one.
12247         * lib/mkdir-p.h (make_dir_parents): Update prototype.
12248         * lib/mkdir-p.c (CLEANUP_CWD): Change one more `return 1' to
12249         `return false'.  This fixes a bug introduced on 2004-07-30.
12250
12251         * lib/openat.c (fdopendir): Be sure to close the supplied
12252         file descriptor before returning.  This makes our replacement
12253         implementation a little closer to Solaris's, where fdopendir
12254         ties the file descriptor to the returned DIR* pointer.
12255         * lib/openat.c (unlinkat): New function.
12256         * lib/openat.h (unlinkat): Add prototype.
12257         * lib/openat-die.c (openat_save_fail): Rename from openat_save_die.
12258         (openat_restore_fail): Rename from openat_restore_die.
12259         * lib/openat.c, openat.h: Reflect s/_die/_fail/ renaming.
12260
12261         Provide an alternative to exiting immediately upon save_cwd or
12262         restore_cwd failure.  Now, an application can arrange e.g.,
12263         to perform a longjump in that case.
12264         * lib/openat.c: Include dirname.h.
12265         Use IS_ABSOLUTE_FILE_NAME rather than testing for leading slash.
12266         (rpl_openat, fdopendir, fstatat): Call openat_save_die
12267         and openat_restore_die rather than calling error directly.
12268         Don't include "error.h" or "exitfail.h"; they're no longer needed.
12269
12270         * lib/openat-die.c (openat_save_die, openat_restore_die): New file.
12271         * lib/openat.h (openat_save_die, openat_restore_die): Declare and
12272         define.
12273
12274         * lib/strftime.c [FPRINTFTIME] (fprintftime): Provide a new interface:
12275         size_t fprintftime (FILE *fp, char const *fmt, struct tm const *tm,
12276                             int utc, int nanoseconds);
12277         Background:
12278         date should not have to allocate a megabyte of virtual memory to
12279         handle a format argument like +%1048575T.  When implemented with
12280         strftime, it must allocate such a buffer, use strftime to fill it
12281         in, print it, then free it.
12282         With fprintftime, it simply prints everything and exits.
12283         With no need for memory allocation, that's one fewer way to fail.
12284         * lib/strftime.c (my_strftime): Parse the colons of %:::z *after* the
12285         optional field width, not before, so we accept %9:z, not %:9z.
12286         (my_strftime): Be sure to use L_('x') for literals.
12287
12288         * lib/backupfile.c, lib/canon-host.c, lib/canonicalize.c, lib/chown.c:
12289         * lib/cloexec.c, lib/dup-safer.c, lib/dup2.c, lib/euidaccess.c:
12290         * lib/fd-safer.c, lib/fileblocks.c, lib/fopen-safer.c, lib/fsusage.c:
12291         * lib/ftruncate.c, lib/getcwd.c, lib/getcwd.h, lib/getloadavg.c:
12292         * lib/getopt_.h, lib/getpagesize.h, lib/getugroups.c:
12293         * lib/group-member.c, lib/human.h, lib/idcache.c, lib/mkdir-p.c:
12294         * lib/mountlist.c, lib/nanosleep.c, lib/pathmax.h, lib/physmem.c:
12295         * lib/posixver.c, lib/putenv.c, lib/raise.c, lib/safe-read.c:
12296         * lib/same.c, lib/save-cwd.c, lib/setenv.c, lib/settime.c:
12297         * lib/tempname.c, lib/unlinkdir.c, lib/unsetenv.c, lib/userspec.c:
12298         * lib/xgethostname.c, lib/xreadlink.c:
12299         Assume HAVE_UNISTD_H, i.e., include <unistd.h> unconditionally.
12300
12301         * lib/chown.c, lib/cloexec.c, lib/dup-safer.c, lib/dup2.c:
12302         * lib/fsusage.c, lib/getcwd.c, lib/getloadavg.c, lib/mountlist.c:
12303         * lib/openat.h, lib/save-cwd.c, lib/tempname.c:
12304         Assume HAVE_FCNTL_H (i.e., include <fcntl.h> unconditionally,
12305         and don't include <sys/file.h>).
12306
12307 2005-09-22  Eric Blake  <ebb9@byu.net>  (tiny change)
12308
12309         Sync from coreutils.
12310
12311         * lib/getloadavg.c (getloadavg) [__CYGWIN__]: Port to cygwin.
12312         [__linux__]: Allocate a big enough buffer for /proc/loadavg.
12313         [!LDAV_DONE]: Avoid unused variable warning.
12314
12315 2005-09-21  Bruno Haible  <bruno@clisp.org>
12316
12317         * lib/unicodeio.h (unicode_to_mb): New declaration.
12318
12319 2005-09-20  Derek Price  <derek@ximbiot.com>
12320
12321         * lib/getaddrinfo.c: Don't include <netdb.h> included from
12322         getaddrinfo.h.
12323
12324 2005-09-20  Bruno Haible  <bruno@clisp.org>
12325
12326         * gnulib-tool: Remove trailing slashes from the values specified for
12327         --source-base, --m4-base, --tests-base, --aux-dir.
12328         Suggested by Simon Josefsson <jas@extundo.com>.
12329
12330 2005-09-20  Bruno Haible  <bruno@clisp.org>
12331
12332         * gnulib-tool (func_all_modules, func_modules_transitive_closure,
12333         func_modules_to_filelist, func_import, func_create_testdir): Make all
12334         sorting results locale-independent, so that gnulib-cache.m4 doesn't
12335         change when gnulib-tool is invoked in a different locale.
12336
12337 2005-09-19  Simon Josefsson  <jas@extundo.com>
12338
12339         * m4/socklen.m4: Fix typo.
12340
12341 2005-09-19  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
12342
12343         Use a consistent style for including <config.h>.
12344         * lib/__fpending.c, lib/acl.c, lib/argmatch.c, lib/argp-help.c,
12345         lib/argp-parse.c, lib/argp-pvh.c, lib/backupfile.c, lib/basename.c,
12346         lib/c-stack.c, lib/calloc.c, lib/check-version.c, lib/cloexec.c,
12347         lib/closeout.c, lib/copy-file.c, lib/creat-safer.c, lib/cycle-check.c,
12348         lib/dirfd.c, lib/dirname.c, lib/dup-safer.c, lib/dup2.c,
12349         lib/euidaccess.c, lib/exclude.c, lib/exitfail.c, lib/fatal-signal.c,
12350         lib/fd-safer.c, lib/file-type.c, lib/fileblocks.c, lib/filemode.c,
12351         lib/filenamecat.c, lib/findprog.c, lib/fnmatch.c, lib/fopen-safer.c,
12352         lib/free.c, lib/fsusage.c, lib/ftruncate.c, lib/full-write.c,
12353         lib/fwriteerror.c, lib/getaddrinfo.c, lib/getcwd.c, lib/getdelim.c,
12354         lib/getline.c, lib/getlogin_r.c, lib/getndelim2.c, lib/getnline.c,
12355         lib/getopt1.c, lib/getpass.c, lib/group-member.c, lib/hard-locale.c,
12356         lib/hash-pjw.c, lib/hash.c, lib/human.c, lib/idcache.c,
12357         lib/inet_ntop.c, lib/isdir.c, lib/long-options.c, lib/malloc.c,
12358         lib/memcasecmp.c, lib/memcmp.c, lib/memcoll.c, lib/memcpy.c,
12359         lib/memmove.c, lib/mkdir-p.c, lib/modechange.c, lib/mountlist.c,
12360         lib/open-safer.c, lib/physmem.c, lib/pipe-safer.c, lib/pipe.c,
12361         lib/poll.c, lib/posixver.c, lib/progname.c, lib/progreloc.c,
12362         lib/putenv.c, lib/quote.c, lib/quotearg.c, lib/readline.c,
12363         lib/readlink.c, lib/realloc.c, lib/regex.c, lib/rename.c, lib/rmdir.c,
12364         lib/rpmatch.c, lib/safe-read.c, lib/same.c, lib/save-cwd.c,
12365         lib/savedir.c, lib/sig2str.c, lib/strcspn.c, lib/strerror.c,
12366         lib/stripslash.c, lib/strncasecmp.c, lib/strndup.c, lib/strnlen.c,
12367         lib/strnlen1.c, lib/strsep.c, lib/strstr.c, lib/strtod.c,
12368         lib/strtoimax.c, lib/strtol.c, lib/strverscmp.c, lib/tempname.c,
12369         lib/time_r.c, lib/userspec.c, lib/utimecmp.c, lib/version-etc-fsf.c,
12370         lib/version-etc.c, lib/wait-process.c, lib/xalloc-die.c, lib/xgetcwd.c,
12371         lib/xmalloc.c, lib/xmemcoll.c, lib/xnanosleep.c, lib/xreadlink.c,
12372         lib/xsetenv.c, lib/xstrndup.c, lib/xstrtoimax.c, lib/xstrtol.c,
12373         lib/xstrtoumax.c, lib/yesno.c:
12374         Standardize inclusion of config.h.
12375         * lib/__fpending.h, lib/dirfd.h, lib/getdate.h, lib/human.h,
12376         lib/inttostr.h:  Removed inclusion of config.h from header files.
12377         * lib/inttostr.c:  Adjusted in-tree users.
12378         * lib/timespec.h: Remove superfluous warning to include config.h.
12379         * lib/atexit.c, lib/chdir-long.c, lib/chown.c, lib/fchown-stub.c,
12380         lib/getgroups.c, lib/gettimeofday.c, lib/lchown.c, lib/lstat.c,
12381         lib/mkdir.c, lib/mkstemp.c, lib/nanosleep.c, lib/openat.c, lib/raise.c,
12382         lib/readtokens0.c, lib/readutmp.c, lib/unlinkdir.c: Guard inclusion of
12383         config.h with HAVE_CONFIG_H.
12384
12385 2005-09-19  Jim Meyering  <jim@meyering.net>
12386
12387         * modules/pathmax (License): Change to LGPL.
12388
12389 2005-09-19  Derek Price  <derek@ximbiot.com>
12390
12391         * config/srclist.txt: glibc's glob.h is now in lib/glob-libc.h.
12392
12393 2005-09-19  Bruno Haible  <bruno@clisp.org>
12394
12395         * gnulib-tool (import): Provide default for --tests-base.
12396
12397 2005-09-19  Bruno Haible  <bruno@clisp.org>
12398
12399         * doc/quote.texi: New file, extracted from gnulib.texi.
12400         * doc/ctime.texi: New file, extracted from gnulib.texi.
12401         * doc/inet_ntoa.texi: New file, extracted from gnulib.texi.
12402         * doc/gnulib-tool.texi: New file, extracted from gnulib.texi.
12403         * doc/gnulib.texi: Include them.
12404
12405 2005-09-18  Bruno Haible  <bruno@clisp.org>
12406
12407         Portability fix.
12408         * gnulib-tool (func_readlink): New function.
12409         (func_ln_if_changed): Use it.
12410
12411 2005-09-18  Bruno Haible  <bruno@clisp.org>
12412
12413         * gnulib-tool: Support --with-tests also with --import.
12414         (func_emit_tests_Makefile_am): Use variables $m4base and $testsbase.
12415         (func_import): Use variables $testsbase and $inctests. Emit a
12416         gl_TESTS_BASE form into gnulib-cache.m4. Create $testsbase/Makefile.am.
12417         Remind the user to add AC_CONFIG_FILES($testsdir/Makefile) and
12418         SUBDIRS += $testsdir.
12419         (func_create_testdir): Update.
12420
12421 2005-09-18  Bruno Haible  <bruno@clisp.org>
12422
12423         * gnulib-tool: Revise --dry-run implementation. Use variable $doit
12424         instead of $dry_run.
12425         (func_cp_if_changed, func_mv_if_changed): Remove functions.
12426         (func_ln_if_changed): Don't handle dry-run here.
12427         (func_import): In dry-run mode, detect more precisely which actions
12428         would be performed, and don't use "...ing" verbs.
12429
12430 2005-09-18  Bruno Haible  <bruno@clisp.org>
12431
12432         * gnulib-tool (func_tmpdir): New function, taken from GNU gettextize.
12433         (func_import): Use join on two temporary files instead of three nested
12434         loops, in order to determine which files are new or old.
12435
12436 2005-09-18  Bruno Haible  <bruno@clisp.org>
12437
12438         * gnulib-tool (func_import): Comment out code that spits out the
12439         new files with --dry-run.
12440
12441 2005-09-18  Bruno Haible  <bruno@clisp.org>
12442
12443         * doc/gnulib.texi (Invoking gnulib-tool): 50% rewritten.
12444
12445 2005-09-16  Paul Eggert  <eggert@cs.ucla.edu>
12446
12447         * lib/stat-time.h: New file.
12448         * lib/timespec.h (ST_TIME_CMP_NS, ST_TIME_CMP, ATIME_CMP, CTIME_CMP):
12449         (MTIME_CMP, TIMESPEC_NS): Remove.  Now done by stat-time.h,
12450         in a different way.
12451         (timespec_cmp): New function.
12452         * lib/utimecmp.c: Include stat-time.h.
12453         (SYSCALL_RESOLUTION): Depend on whether various struct stat
12454         members exist, not on the obsolescent ST_MTIM_NSEC.
12455         (utimecmp): Use the new stat-time functions rater than TIMESPEC_NS.
12456
12457 2005-09-16  Paul Eggert  <eggert@cs.ucla.edu>
12458
12459         * config/srclist.txt: Remove glibc bug 1033 and uncomment mktime.c.
12460
12461 2005-09-16  Paul Eggert  <eggert@cs.ucla.edu>
12462
12463         * MODULES.html.sh (File system functions): Add stat-time.
12464         * modules/stat-time: New file.
12465         * modules/timespec (Files): Remove m4/st_mtim.m4; this
12466         is now done in a different way, by the stat-time module.
12467         * modules/utimecmp (Depends-on): Add stat-time.
12468
12469 2005-09-15  Paul Eggert  <eggert@cs.ucla.edu>
12470
12471         * m4/st_mtim.m4: Remove.  Superseded by...
12472         * m4/stat-time.m4: New file.
12473         * m4/timespec.m4 (gl_TIMESPEC): Require AC_C_INLINE.
12474         Do not invoke AC_STRUCT_ST_MTIM_NSEC; no longer needed.
12475
12476 2005-09-15  Derek Price  <derek@ximbiot.com>
12477
12478         * m4/strstr.m4 (gl_FUNC_STRSTR): Don't define strstr here.
12479
12480 2005-09-15  Derek Price  <derek@ximbiot.com>
12481
12482         * lib/regex_internal.h: Blank `pure' for GNUC < 3.
12483         * lib/regex_internal.c: Ditto, using this...
12484         (__GNUC_PREREQ): ...new macro.
12485         * lib/regcomp.c, regexec.c: Blank `always_inline' for GNUC < 3.1
12486         using...
12487         (__GNUC_PREREQ): ...this new macro.
12488
12489         * lib/strstr.h: Include string.h. Define strstr as a macro here.
12490
12491 2005-09-15  Derek Price  <derek@ximbiot.com>
12492             Paul Eggert  <eggert@cs.ucla.edu>
12493
12494         * lib/regcomp.c, regexec.c, regex_internal.c: Back out previous
12495         changes, consolidating in...
12496         * lib/regex_internal.h: ...this file.
12497
12498 2005-09-13  Jim Meyering  <jim@meyering.net>
12499
12500         * lib/canon-host.c: Filter through gnu indent and reword comments
12501         slightly.
12502         * lib/canon-host.h (ch_strerror_r): Tweak cpp indentation and spacing.
12503
12504 2005-09-13  Derek Price  <derek@ximbiot.com>
12505
12506         * lib/canon-host.c (canon_host_r): Set *cherror on memory allocation
12507         failure.
12508         Reported by Jim Meyering  <jim@meyering.net>.
12509
12510 2005-09-12  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny change)
12511
12512         * lib/base64.c: Typo.
12513         (base64_encode): Put b64str in initialized data section.
12514
12515 2005-09-12  Paul Eggert  <eggert@cs.ucla.edu>
12516
12517         Merge glibc and coreutils changes into gnulib, plus a few
12518         extra fixes.
12519         * lib/md5.c: Use #error rather than a string.
12520         (CYCLIC): New macro, from glibc source.  Use it instead of rol.
12521         * lib/md5.h (__GNUC_PREREQ, __THROW): Define if not defined already.
12522         (__attribute__): Define to empty for non recent-GCC.
12523         (__md5_buffer, __md5_finish_ctx, __md5_init_ctx, __md5_process_block):
12524         (__md5_process_bytes, __md5_read_ctx, __md5_stream):
12525         Renamed from their non-__ counterparts, with new macros replacing
12526         them if not _LIBC.  Add __THROW attribute.
12527         (rol): Remove.
12528         (struct md5_ctx): Align buffer if using GCC.
12529         * lib/sha1.h (struct sha1_ctx): Likewise.
12530         * lib/sha1.c (SWAP): Renamed from the NOTSWAP.  All uses changed.
12531         The old name was backwards.
12532         (NOTSWAP): Remove; not used.
12533         (rol): New macro, moved here from md5.h.
12534         (sha1_process_block): Remove a FIXME that doesn't make sense.
12535
12536 2005-09-12  Derek Price  <derek@ximbiot.com>
12537
12538         Return usable errors from canon-host.
12539         * lib/canon-host.h: New file.
12540         * lib/canon-host.c (canon_host): Wrap...
12541         (canon_host_r): ...this new function, which now relies exclusively on
12542         getaddrinfo.
12543         (ch_strerror): New function.
12544         (last_cherror): New global.
12545         * lib/getaddrinfo.c: Move include of getaddrinfo.h first to test
12546         interface.
12547         (getaddrinfo): Add AI_CANONNAME functionality.  Don't do arithmetic on
12548         void *.
12549         (freeaddrinfo): Free ai->ai_canonname when set.
12550
12551 2005-09-12  Derek Price  <derek@ximbiot.com>
12552
12553         Make canon-host require getaddrinfo.
12554         * m4/canon-host.m4 (gl_CANON_HOST): Remove most dependencies.
12555         AC_LIBSOURCE canon-host.h.  Call...
12556         (gl_PREREQ_CANON_HOST): ...this new function, which requires
12557         gl_GETADDRINFO.
12558         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Compile gai_strerror when needed.
12559
12560 2005-09-12  Derek Price  <derek@ximbiot.com>
12561
12562         * modules/canon-host: Add canon-host.h.  Depend on getaddrinfo.  Make
12563         LGPL.
12564         * modules/getaddrinfo: Add link to opengroup spec.  Depend on strdup.
12565
12566 2005-09-12  Derek Price  <derek@ximbiot.com>
12567
12568         * lib/gai_strerror.c: Include config.h when available.  Include
12569         getaddrinfo.h before other headers to test interface.
12570         Reported by Larry Jones <lawrence.jones@ugs.com>.
12571
12572 2005-09-12  Derek Price  <derek@ximbiot.com>
12573             Paul Eggert  <eggert@cs.ucla.edu>
12574
12575         * modules/glob (Files): Add glob-libc.h.
12576
12577 2005-09-12  Derek Price  <derek@ximbiot.com>
12578             Paul Eggert  <eggert@cs.ucla.edu>
12579
12580         * m4/glob.m4 (gl_GLOB_SUBSTITUTE): AC_LIBSOURCES for glob.c,
12581         glob_.h, glob-libc.h.
12582         (gl_PREREQ_GLOB): Remove _SYS_CDEFS_H hack; no longer needed.
12583
12584 2005-09-12  Derek Price  <derek@ximbiot.com>
12585             Paul Eggert  <eggert@cs.ucla.edu>
12586
12587         * lib/glob-libc.h: Renamed from glob_.h.  The new version is
12588         taken from libc's glob.h, except with '#ifdef __GLOB_GNULIB'
12589         protecting things that should be done only in gnulib contexts.
12590         * lib/glob_.h: New file, containing only the glob things needed for
12591         gnulib.
12592         (GLOB_PREFIX): Remove.  All uses changed to look for __GLOB_GNULIB.
12593         (__GLOB_CONCAT, __GLOB_XCONCAT, __GLOB_ID): Remove; no longer needed.
12594         (glob, globfree, glob_pattern_p): Now defined simply in terms of
12595         rpl_glob, rpl_globfree, rpl_glob_pattern_p.
12596         (__GLOB_GNULIB): New macro, to keep the glob.h changes clearer
12597         and to respect the namespace rules better.
12598
12599 2005-09-08  Simon Josefsson  <jas@extundo.com>
12600
12601         * modules/socklen: New file.
12602
12603 2005-09-08  Simon Josefsson  <jas@extundo.com>
12604
12605         * m4/socklen.m4: New file.
12606
12607 2005-09-08  Paul Eggert  <eggert@cs.ucla.edu>
12608
12609         * modules/utimens (Files): Add m4/utimbuf.m4, since
12610         m4/utimens.m4 requires gl_CHECK_TYPE_STRUCT_UTIMBUF.
12611         Reported by Sergey Poznyakoff.
12612
12613 2005-09-08  Paul Eggert  <eggert@cs.ucla.edu>
12614
12615         * lib/glob.c (glob, globfree, __glob_pattern_p): Use old-style function
12616         definitions, since that's the preferred style in glibc.
12617         Fix a minor spacing issue, and update copyright notice to match
12618         glibc's.
12619
12620 2005-09-08  Paul Eggert  <eggert@cs.ucla.edu>
12621
12622         * config/srclist.txt: Remove glibc bug 1061; it's been fixed.
12623
12624 2005-09-06  Simon Josefsson  <jas@extundo.com>
12625
12626         * lib/getpass.c (getpass): Fix typo, test for HAVE_TCSETATTR and not
12627         TCSETATTR.  Reported by Derek Price <derek@ximbiot.com>.
12628
12629 2005-09-06  Paul Eggert  <eggert@cs.ucla.edu>
12630
12631         * lib/regex_internal.h (bitset_not): Add parens to avoid gcc -Wall
12632         warning.
12633
12634 2005-09-06  Paul Eggert  <eggert@cs.ucla.edu>
12635
12636         * config/srclist.txt: Add glibc bug 1302.
12637
12638 2005-09-05  Paul Eggert  <eggert@cs.ucla.edu>
12639
12640         Change bitset word type from unsigned int to unsigned long int,
12641         as this has better performance on typical 64-bit hosts.
12642         Port bitset code to hosts with unusual word sizes.
12643         * lib/regcomp.c (build_equiv_class, build_charclass, build_range_exp):
12644         (build_collating_symbol):
12645         Prefer bitset to re_bitset_ptr_t in prototypes, when the actual
12646         argument is a bitset.  This is merely a style issue, but it makes
12647         it clearer that an entire array is expected.
12648         (re_compile_fastmap_iter, init_dfa, init_word_char, optimize_subexps):
12649         * lib/regcomp.c (lower_subexp, parse_bracket_exp, built_charclass_op):
12650         Port to the case where bitset_word is not the same as unsigned int.
12651         * lib/regex_internal.h (bitset_set, bitset_clear, bitset_contain):
12652         (bitset_not, bitset_merge, bitset_set_all, bitset_mask):
12653         Likewise.
12654         * lib/regexec.c (check_dst_limits_calc_pos_1,
12655         check_subexp_matching_top):
12656         (build_trtable, group_nodes_into_DFAstates):
12657         Likewise.
12658         * lib/regcomp.c (re_compile_fastmap_iter, utf8_sb_map, optimize_utf8):
12659         Don't assume that SBC_MAX is a multiple of BITSET_WORD_BITS.
12660         * lib/regex_internal.h (bitset_set_all, bitset_not): Likewise.
12661         * lib/regexec.c (group_nodes_into_DFAstates): Likewise.
12662         * lib/regcomp.c (utf8_sb_map): Don't assume UINT_MAX == 0xffffffff.
12663         * lib/regcomp.c (optimize_subexps, lower_subexp):
12664         Work even if bitset_word has holes in its bitwise representation.
12665         * lib/regex_internal.h (BITSET_WORD_BITS): Likewise.
12666         * lib/regexec.c (check_dst_limits_calc_pos_1,
12667         check_subexp_matching_top):
12668         Likewise.
12669         * lib/regex_internal.c (re_string_reconstruct):
12670         Don't assume UCHAR_MAX == 255.
12671         * lib/regex_internal.h (bitset_set_all): Likewise.
12672         * lib/regex_internal.h (BITSET_WORD_BITS): Renamed from UINT_BITS.
12673         All uses changed.
12674         (BITSET_WORDS): Renamed from BITSET_UINTS.  All uses changed.
12675         (bitset_word): New type, replacing 'unsigned int' for bitset uses.
12676         All uses changed.
12677         (BITSET_WORD_MAX): New macro.
12678         (bitset_set, bitset_clear, bitset_contain, bitset_empty):
12679         (bitset_set_all, bitset_copy):  Now inline functions, not macros.
12680         (bitset_empty, bitset_copy):
12681         Prefer sizeof (bitset) to multiplying it out ourselves.
12682         (bitset_not_merge): Remove; unused.
12683         (bitset_contain): Return bool, not unsigned int with one bit on.
12684         All callers changed.
12685         * lib/regexec.c (build_trtable): Don't assume bitset has no stricter
12686         alignment than re_node_set; do this by defining a new internal
12687         type struct dests_alloc and using it to allocate memory.
12688
12689 2005-09-05  Bruno Haible  <bruno@clisp.org>
12690
12691         * gnulib-tool (func_import): Fix comparison in handling of symbolic
12692         links.
12693
12694 2005-09-04  Martin Lambers  <marlam@marlam.de>  (tiny change)
12695
12696         * modules/size_max (Makefile.am): Add size_max.h
12697
12698 2005-09-04  Derek Price  <derek@ximbiot.com>
12699
12700         * gnulib-tool (func_import): Fix reversed $symbolic logic.
12701
12702 2005-09-03  Simon Josefsson  <jas@extundo.com>
12703
12704         * gnulib-tool: Fix typo.
12705
12706 2005-09-03  Simon Josefsson  <jas@extundo.com>
12707
12708         * config/srclist.txt: Add glibc bug 1293.
12709
12710 2005-09-03  Derek Price  <derek@ximbiot.com>
12711
12712         * m4/getlogin_r (gl_GETLOGIN_R): Fix cut & paste error.
12713         From Larry Jones <lawrence.jones@ugs.com>.
12714
12715 2005-09-02  Simon Josefsson  <jas@extundo.com>
12716
12717         * modules/socklen: New file.
12718
12719 2005-09-02  Simon Josefsson  <jas@extundo.com>
12720
12721         * modules/havelib: New module.
12722
12723         * modules/gettext, modules/iconv, modules/lock, modules/readline:
12724         Use havelib.
12725
12726 2005-09-02  Paul Eggert  <eggert@cs.ucla.edu>
12727
12728         Check for arithmetic overflow when calculating sizes, to prevent
12729         some buffer-overflow issues.  These patches are conservative, in the
12730         sense that when I couldn't determine whether an overflow was possible,
12731         I inserted a run-time check.
12732         * lib/regex_internal.h (re_xmalloc, re_xrealloc, re_x2realloc): New
12733         macros.
12734         (SIZE_MAX) [!defined SIZE_MAX]: New macro.
12735         (re_alloc_oversized, re_x2alloc_oversized, re_xnmalloc):
12736         (re_xnrealloc, re_x2nrealloc): New inline functions.
12737         * lib/regcomp.c (init_dfa, analyze, build_range_exp,
12738         parse_bracket_exp):
12739         (build_equiv_class, build_charclass): Check for arithmetic overflow
12740         in size expression calculations.
12741         * lib/regex_internal.c (re_string_realloc_buffers):
12742         (build_wcs_upper_buffer, re_node_set_add_intersect):
12743         (re_node_set_init_union, re_node_set_insert, re_node_set_insert_last):
12744         (re_dfa_add_node, register_state): Likewise.
12745         * lib/regexec.c (re_search_stub, re_copy_regs, re_search_internal):
12746         (prune_impossible_nodes, push_fail_stack, set_regs, check_arrival):
12747         (build_trtable, extend_buffers, match_ctx_init, match_ctx_add_entry):
12748         (match_ctx_add_subtop, match_ctx_add_sublast): Likewise.
12749
12750 2005-09-02  Paul Eggert  <eggert@cs.ucla.edu>
12751
12752         * modules/inttostr (Files): Add m4/inttypes_h.m4, m4/stdint_h.m4,
12753         m4/ulonglong.m4.  Problem reported by Martin Lambers.
12754
12755 2005-09-02  Bruno Haible  <bruno@clisp.org>
12756
12757         Support for lib vs. lib64 distinction on biarch platforms.
12758         * m4/lib-prefix.m4 (AC_LIB_PREPARE_MULTILIB): New macro.
12759         (AC_LIB_PREFIX): Require it. Use $acl_libdirstem instead of 'lib'.
12760         * m4/lib-link.m4 (AC_LIB_LINKFLAGS_BODY): Likewise.
12761
12762 2005-09-02  Bruno Haible  <bruno@clisp.org>
12763
12764         * gnulib-tool (import): In the other first-use case, provide defaults
12765         as well.
12766
12767 2005-09-02  Bruno Haible  <bruno@clisp.org>
12768
12769         * config/srclist.txt: lib-link.m4 and lib-prefix.m4 currently have
12770         patches not yet found in the latest gettext release.
12771
12772 2005-09-01  Paul Eggert  <eggert@cs.ucla.edu>
12773
12774         * lib/glob.c (GET_LOGIN_NAME_MAX): Renamed from LOGIN_NAME_MAX,
12775         to avoid a collision with bits/local_lim.h in glibc.
12776         All uses changed.  Problem reported by Dmitry V. Levin in
12777         <http://sources.redhat.com/bugzilla/show_bug.cgi?id=1060>.
12778
12779         * lib/regex_internal.c (build_wcs_upper_buffer): Fix portability
12780         bugs in int versus size_t comparisons.
12781         (re_string_context_at): Fix bug where the code assumed that
12782         Idx is signed.
12783
12784         Use bool where appropriate.
12785         * lib/regcomp.c (re_set_fastmap): ICASE arg is bool, not int.
12786         All callers changed.
12787         (calc_eclosure_iter): Likewise, for ROOT arg.
12788         (parse_bracket_element): Likewise, for ACCEPT_HYPHEN arg.
12789         (build_charclass_op): Likewise, for NON_MATCH arg.
12790         * lib/regex_internal.c (re_string_allocate, re_string_construct):
12791         (re_string_construct_common): Likewise, for ICASE arg.
12792         * lib/regexec.c (re_search_2_stub, re_search_stub):
12793         Likewise, for RET_LEN arg.
12794         (check_matching): Likewise, for FL_LONGEST_MATCH arg.
12795         (set_regs): Likewise, for FL_BACKTRACK arg.
12796         * lib/regcomp.c (re_compile_fastmap_iter, optimize_utf8):
12797         (duplicate_node_closure, calc_inveclosure, calc_eclosure):
12798         (calc_eclosure_iter, parse_bracket_exp):
12799         Use bool for internal variables that are booleans.
12800         * lib/regexec.c (re_search_internal, check_matching,
12801         proceed_next_node):
12802         (set_regs, build_sifted_states, sift_states_bkref):
12803         (check_arrival_add_next_nodes, check_arrival_expand_ecl_sub):
12804         (expand_bkref_cache, build_trtable, group_nodes_into_DFAstates):
12805         (find_collation_sequence_value):
12806         Likewise.
12807         * lib/regex_internal.c (re_node_set_insert, re_node_set_insert_last):
12808         (re_node_set_compare):
12809         Return bool, not int. All callers changed.
12810         * lib/regexec.c (check_halt_node_context, check_dst_limits):
12811         (build_trtable, check_node_accept): Likewise.
12812         * lib/regex_internal.h: Include stdbool.h.
12813
12814         Fix bugs uncovered when converting to bool.
12815         * lib/regcomp.c (calc_eclosure_iter): Check for storage allocation
12816         failure instead of charging ahead blindly.
12817         * lib/regex_internal.c (register_state): Likewise.
12818         * lib/regexec.c (re_search_2_stub): Use simpler method than boolean
12819         for freeing internal storage.
12820         (group_nodes_into_DFA_states): Use unsigned int, not int, for
12821         bitset pieces used as boolean, to avoid undefined behavior
12822         on hosts that do int overflow checking.
12823
12824 2005-09-01  Paul Eggert  <eggert@cs.ucla.edu>
12825
12826         * config/srclist.txt: Add glibc bugs 1285-1287.
12827
12828 2005-09-01  Jim Meyering  <jim@meyering.net>
12829
12830         * m4/lchown.m4: Require gl_FUNC_CHOWN, for the definition of
12831         CHOWN_MODIFIES_SYMLINK, which is used by lchown.c.
12832         Require gl_STAT_MACROS, too.
12833
12834 2005-09-01  Bruno Haible  <bruno@clisp.org>
12835
12836         * gnulib-tool (import): In the first-use case, provide defaults.
12837
12838 2005-09-01  Bruno Haible  <bruno@clisp.org>
12839
12840         * gnulib-tool (func_import): Remove the .tmp files.
12841
12842 2005-09-01  Bruno Haible  <bruno@clisp.org>
12843
12844         * gnulib-tool (func_import): Fix handling of symbolic links.
12845
12846 2005-08-31  Paul Eggert  <eggert@cs.ucla.edu>
12847
12848         On 64-bit hosts (where size_t is 64 bits and int is 32 bits), the
12849         old glibc regex code mishandles strings longer than 2**31 bytes.
12850         This patch fixes this when the regex code is used in gnulib
12851         (i.e., outside glibc).
12852
12853         This patch should not affect the use of the regex code inside
12854         glibc.  No doubt this problem also needs to be handled for glibc
12855         as well, but the result will be an incompatible change to the
12856         glibc ABI, and the old ABI will have to be supported too.  That
12857         can be the the subject for another patch.
12858
12859         * lib/regex.h (_REGEX_LARGE_OFFSETS): New feature-test macro,
12860         governing whether the rest of this patch is active.  By default,
12861         the macro is disabled and the patch has no effect.
12862         (regoff_t) [defined _REGEX_LARGE_OFFSETS]: Define to off_t, not int.
12863         (__re_idx_t, __re_size_t, __re_long_size_t): New types.
12864         (struct re_pattern_buffer, re_search, re_search_2, re_match):
12865         (re_match_2, re_set_registers): Use the new types.
12866         * lib/regex_internal.h (Idx, re_hashval_t): New types.
12867         (REG_MISSING, REG_ERROR, REG_VALID_INDEX, REG_VALID_NONZERO_INDEX):
12868         New macros.
12869         (re_node_set, re_charset_t, re_token_t, re_string_realloc_buffers):
12870         (re_string_context_at, bin_tree_t, re_dfastate_t):
12871         (struct re_state_table_entry, state_array_t, re_sub_match_last_t):
12872         (re_sub_match_top_t, re_match_context_t, re_sift_context_t):
12873         (struct re_fail_stack_ent_t, struct re_fail_stack_t, struct re_dfa_t):
12874         (re_string_char_size_at, re_string_wchar_at):
12875         (re_string_elem_size_at):
12876         Use the new types and macros to port to 64-bit hosts.
12877         Use unsigned types for internal values, so that the code
12878         mostly works even for arrays larger than SSIZE_MAX.
12879         * lib/regcomp.c (re_compile_internal, init_dfa, duplicate_node):
12880         (search_duplicated_node, calc_eclosure_iter, fetch_number):
12881         (parse_reg_exp, parse_branch, parse_expression, parse_sub_exp):
12882         (build_equiv_class, build_charclass, re_compile_fastmap_iter):
12883         (free_dfa_content, create_initial_state, optimize_utf8, analyze):
12884         (optimize_subexps, calc_first, link_nfa_nodes, duplicate_node_closure):
12885         (calc_inveclosure, parse_dup_op, build_range_exp):
12886         (build_collating_symbol, parse_bracket_exp, build_charclass_op):
12887         (fetch_number, create_token_tree, mark_opt_subexp):
12888         Likewise.
12889         * lib/regex_internal.c (re_string_construct_common,
12890         create_ci_newstate):
12891         (create_cd_newstate, re_string_allocate, re_string_construct):
12892         (re_string_realloc_buffers, build_wcs_upper_buffer):
12893         (re_string_skip_chars, build_upper_buffer, re_string_translate_buffer):
12894         (re_string_reconstruct, re_string_peek_byte_case):
12895         (re_string_fetch_byte_case, re_string_context_at):
12896         (re_node_set_alloc, re_node_set_init_1, re_node_set_init_2):
12897         (re_node_set_init_copy, re_node_set_add_intersect):
12898         (re_node_set_init_union, re_node_set_merge, re_node_set_insert):
12899         (re_node_set_insert_last, re_node_set_compare, re_node_set_contains):
12900         (re_node_set_remove_at, re_dfa_add_node, calc_state_hash):
12901         (re_acquire_state, re_acquire_state_context, register_state):
12902         Likewise.
12903         * lib/regex.c (match_ctx_init, match_ctx_add_entry,
12904         search_cur_bkref_entry):
12905         (match_ctx_add_subtop, match_ctx_add_sublast, sift_ctx_init):
12906         (re_search_internal, re_search_2_stub, re_search_stub)
12907         (re_copy_regs, check_matching, check_halt_state_context, update_regs):
12908         (push_fail_stack, sift_states_iter_mb, build_sifted_states):
12909         (update_cur_sifted_state, check_dst_limits):
12910         (check_dst_limits_calc_pos_1, check_dst_limits_calc_pos):
12911         (check_subexp_limits, sift_states_bkref, merge_state_array):
12912         (check_subexp_matching_top, get_subexp, get_subexp_sub):
12913         (find_subexp_node, check_arrival, check_arrival_add_next_nodes):
12914         (check_arrival_expand_ecl, check_arrival_expand_ecl_sub):
12915         (expand_bkref_cache, check_node_accept_bytes):
12916         (group_nodes_into_DFAstates, check_node_accept, regexec, re_match):
12917         (re_search, re_match_2, re_search_2, prune_impossible_nodes):
12918         (acquire_init_state_context, check_halt_node_context):
12919         (proceed_next_node, pop_fail_stack, set_regs, free_fail_stack_return):
12920         (sift_states_backward, clean_state_log_if_needed):
12921         (sub_epsilon_src_nodes, add_epsilone_src_nodes, merge_state_with_log):
12922         (find_recover_state, transit_state_sb, transit_state_mb):
12923         (transit_state_bkref, build_trtable, match_ctx_clean):
12924         Likewise.
12925         * lib/regcomp.c (parse_dup_op): Add an extra test if Idx is unsigned,
12926         to work around an assumption that REG_MISSING is negative.
12927
12928         * lib/regcomp.c (re_comp) [defined _REGEX_RE_COMP || defined _LIBC]:
12929         (seek_collating_symbol_entry) [defined _LIBC]:
12930         (lookup_collation_sequence_value) [defined _LIBC]:
12931         (build_range_exp, build_collating_symbol) [defined _LIBC]:
12932         Use prototypes rather than old-style function definitions.
12933         * lib/regexec.c (re_exec) [defined _REGEX_RE_COMP || defined _LIBC]:
12934         (transit_state_sb) [0]:
12935         (find_collation_sequence_value) [defined _LIBC]: Likewise.
12936
12937         * lib/regexec.c (re_search_internal): Simplify update of rm_so and
12938         rm_eo.
12939
12940         * lib/regcomp.c (re_compile_fastmap_iter, init_dfa, init_word_char):
12941         (optimize_subexps, lower_subexp):
12942         Don't assume 1<<31 has defined behavior on hosts with 32-bit int,
12943         since the signed shift might overflow.  Use 1u<<31 instead.
12944         * lib/regex_internal.h (bitset_set, bitset_clear, bitset_contain):
12945         Likewise.
12946         * lib/regexec.c (check_dst_limits_calc_pos_1,
12947         check_subexp_matching_top): Likewise.
12948
12949         * lib/regcomp.c (optimize_subexps, lower_subexp):
12950         Use CHAR_BIT rather than 8, for clarity.
12951         * lib/regexec.c (check_dst_limits_calc_pos_1):
12952         (check_subexp_matching_top): Likewise.
12953         * lib/regcomp.c (init_dfa): Make table_size unsigned, so that we don't
12954         have to worry about portability issues when shifting it left.
12955         Remove no-longer-needed test for table_size > 0.
12956         * lib/regcomp.c (parse_sub_exp): Do not shift more bits than there are
12957         in a word, as the resulting behavior is undefined.
12958         * lib/regexec.c (check_dst_limits_calc_pos_1): Likewise;
12959         in one case, a <= should have been an <, and in another case the
12960         whole test was missing.
12961         * lib/regex_internal.h (BYTE_BITS): Remove.  All uses changed to
12962         the standard name CHAR_BIT.
12963         * lib/regexec.c (match_ctx_add_entry): Don't assume that ~0 == -1;
12964         this is not true on one's complement and signed-magnitude hosts.
12965
12966         * lib/regex_internal.h (re_sub_match_top_t): Remove unused member
12967         next_last_offset.
12968         (struct re_dfa_t): Remove unused member states_alloc.
12969         * lib/regcomp.c (init_dfa): Don't initialize unused members.
12970
12971 2005-08-31  Paul Eggert  <eggert@cs.ucla.edu>
12972
12973         * m4/regex.m4 (gl_REGEX): Require AC_SYS_LARGEFILE, Define
12974         _REGEX_LARGE_OFFSETS).  Test for regoff_t/off_t bug in 64-bit
12975         and large-file glibc and in 32-bit large-file Solaris.
12976
12977 2005-08-31  Paul Eggert  <eggert@cs.ucla.edu>
12978
12979         * lib/regex_internal.c (re_string_reconstruct): Don't assume buffer
12980         lengths fit in regoff_t; this isn't true if regoff_t is the same
12981         width as size_t.
12982         * lib/regex.c (re_search_internal): 5th arg is LAST_START
12983         (= START + RANGE) instead of RANGE.  This avoids overflow
12984         problems when regoff_t is the same width as size_t.
12985         All callers changed.
12986         (re_search_2_stub): Check for overflow when adding the
12987         sizes of the two strings.
12988         (re_search_stub): Check for overflow when adding START
12989         to RANGE; if it occurs, substitute the extreme value.
12990
12991 2005-08-31  Paul Eggert  <eggert@cs.ucla.edu>
12992
12993         * config/srclist.txt: Add glibc bugs 1273, 1278-1282, 1284.
12994
12995 2005-08-31  Jim Meyering  <jim@meyering.net>
12996
12997         * lib/regcomp.c (search_duplicated_node): Make first pointer arg
12998         a pointer-to-const.
12999         * lib/regex_internal.c (create_ci_newstate, create_cd_newstate):
13000         (register_state): Likewise.
13001         * lib/regexec.c (search_cur_bkref_entry, check_dst_limits):
13002         (check_dst_limits_calc_pos_1, check_dst_limits_calc_pos):
13003         (group_nodes_into_DFAstates): Likewise.
13004
13005 2005-08-31  Jim Meyering  <jim@meyering.net>
13006
13007         * check-module: Add a FIXME comment.
13008
13009 2005-08-31  Eric Blake  <ebb9@byu.net>
13010
13011         * modules/unistd-safer (Files): Add unistd--.h.
13012         * modules/stdio-safer (Files): Add stdio--.h.
13013
13014 2005-08-31  Derek Price  <derek@ximbiot.com>
13015
13016         * lib/getdelim.c (getdelim): Return EOF on EOF.
13017         Reported by Larry Jones <lawrence.jones@ugs.com>.
13018
13019 2005-08-31  Bruno Haible  <bruno@clisp.org>
13020
13021         Avoid unnecessary diffs in the generated lib/Makefile.am.
13022         * gnulib-tool (func_emit_lib_Makefile_am): Don't write the cmd into
13023         the generated files.
13024         (func_import): Don't set cmd.
13025
13026 2005-08-31  Bruno Haible  <bruno@clisp.org>
13027
13028         * lib/strstr.c: Include <stddef.h>, for NULL.
13029         * lib/strcasestr.c: Likewise.
13030         Reported by Yoann Vandoorselaere <yoann.v@prelude-ids.com>.
13031
13032 2005-08-31  Bruno Haible  <bruno@clisp.org>
13033
13034         * gnulib-tool: New option --macro-prefix.
13035         (func_import): Use macro_prefix.
13036         (import): Handle option --macro-prefix.
13037
13038 2005-08-31  Bruno Haible  <bruno@clisp.org>
13039
13040         * gnulib-tool (import): Rename most ac_* variables to cached_*.
13041         Also use new variables cached_lgpl, cached_libtool.
13042
13043 2005-08-31  Bruno Haible  <bruno@clisp.org>
13044
13045         * gnulib-tool (func_import): Require AC_GNU_SOURCE etc. instead of
13046         always instantiating them.
13047
13048 2005-08-31  Bruno Haible  <bruno@clisp.org>
13049
13050         * gnulib-tool (func_import): Read the previous cached settings
13051         from gnulib-cache.m4 and gnulib-comp.m4. Remove files that were
13052         earlier added by gnulib but are now dropped. Warn when a gnulib file
13053         overwrites a non-gnulib file.
13054
13055 2005-08-31  Bruno Haible  <bruno@clisp.org>
13056
13057         * gnulib-tool (func_import): Generate two files gnulib-cache.m4 and
13058         gnulib-comp.m4 instead of a single gnulib.m4, to make it easy for
13059         projects that don't keep autogenerated files in CVS. Put into
13060         actioncmd only the specified modules, not the transitive closure.
13061
13062 2005-08-31  Bruno Haible  <bruno@clisp.org>
13063
13064         * gnulib-tool (func_import): Fix defaulting of $libname and $libtool.
13065         Create directories that shall be filled.
13066         (import): Don't look for gl_* macros in configure.ac. Recurse across
13067         all directories containing a gnulib-cache.m4 files, if meaningful.
13068
13069 2005-08-31  Bruno Haible  <bruno@clisp.org>
13070
13071         * gnulib-tool (func_import): Emit also a stub for gl_LIBTOOL.
13072         (import): Set seen_libtool when we see gl_LIBTOOL.
13073
13074 2005-08-31  Bruno Haible  <bruno@clisp.org>
13075
13076         * gnulib-tool (func_import): Also copy m4/gnulib-tool.m4. Omit
13077         declaration macro definitions from generated gnulib.m4.
13078
13079 2005-08-30  Oskar Liljeblad  <oskar@osk.mine.nu>
13080
13081         * lib/iconvme.h: Add prototype for iconv_alloc.
13082
13083 2005-08-29  Simon Josefsson  <jas@extundo.com>
13084
13085         * lib/iconvme.c: Fix errno.
13086
13087 2005-08-29  Bruno Haible  <bruno@clisp.org>
13088
13089         * gnulib-tool: Enclose all occurrences of $destdir in "...", so
13090         that it works when the directory contains spaces.
13091
13092 2005-08-29  Bruno Haible  <bruno@clisp.org>
13093
13094         * gnulib-tool (import): Avoid unnecessary spaces in $avoidlist.
13095
13096 2005-08-29  Bruno Haible  <bruno@clisp.org>
13097
13098         * gnulib-tool (func_import): Emit more comments into gnulib.m4.
13099         Emit more advice.
13100
13101 2005-08-29  Bruno Haible  <bruno@clisp.org>
13102         and Stepan Kasal  <kasal@ucw.cz>
13103
13104         * check-module: If more parameters are given, check each of them
13105         separately; add more exceptions, as noted by Jim Meyering.
13106         (check_module): New procedure.
13107         (%exempt_header): Now contains all exceptions.
13108
13109 2005-08-29  Ben Pfaff  <blp@cs.stanford.edu>
13110
13111         * modules/byteswap (Makefile.am): Fix rule to not assume GNU make.
13112
13113 2005-08-29  Oskar Liljeblad  <oskar@osk.mine.nu>
13114
13115         * lib/iconvme.c: Split iconv_string into iconv_alloc.
13116
13117 2005-08-28  Bruno Haible  <bruno@clisp.org>
13118
13119         * m4/gnulib-tool.m4: New file.
13120
13121 2005-08-27  Jim Meyering  <jim@meyering.net>
13122
13123         * modules/unistd-safer (Files): Add pipe-safer.c.
13124         * modules/fcntl-safer (Files): Add creat-safer.c.
13125
13126 2005-08-27  Jim Meyering  <jim@meyering.net>
13127
13128         * m4/stdlib-safer.m4: New file.  From coreutils.
13129         * m4/stdio-safer.m4 (gl_STDIO_SAFER): Add stdio--.h.
13130         * m4/fcntl-safer.m4 (gl_FCNTL_SAFER): Add creat-safer.c to the
13131         AC_LIBSOURCES list and arrange to compile it via AC_LIBOBJ.
13132         * m4/unistd-safer.m4 (gl_UNISTD_SAFER): Likewise, add pipe-safer.c.
13133         Add pipe-safer.c and unistd--.h to the AC_LIBSOURCES list.
13134
13135 2005-08-27  Jim Meyering  <jim@meyering.net>
13136
13137         * lib/fopen-safer.c: Merge minor changes from coreutils.
13138         * lib/dup-safer.c: Likewise.
13139         * lib/fd-safer.c: Likewise.
13140
13141         Merge from coreutils.
13142         * lib/stdio--.h: New file.
13143         * lib/stdlib--.h: New file.
13144         * lib/mkstemp-safer.c: New file.
13145
13146         GNU tar needs these.
13147         * lib/pipe-safer.c: New file.
13148         * lib/creat-safer.c: New file.
13149         * lib/fcntl--.h (creat): Define to creat_safer.
13150         * lib/fcntl-safer.h: Include <sys/types.h> and declare creat_safer.
13151         * lib/unistd--.h (pipe): Define to pipe_safer.
13152         * lib/unistd-safer.h: Declare pipe_safer.
13153
13154 2005-08-26  Simon Josefsson  <jas@extundo.com>
13155
13156         * lib/getpass.c: Use _WIN32 instead of WIN32, suggested by Bruno
13157         Haible <bruno@clisp.org>.
13158
13159 2005-08-26  Paul Eggert  <eggert@cs.ucla.edu>
13160
13161         * lib/regex_internal.h: Remove all references to
13162         RE_NO_INTERNAL_PROTOTYPES; no longer neeeded now that we assume C89
13163         or better.
13164         (bitset_not, bitset_merge, bitset_not_merge):
13165         (bitset_mask, re_string_allocate, re_string_construct):
13166         (re_string_reconstruct, re_string_destruct, re_string_elem_size_at):
13167         (re_string_char_size_at, re_string_wchar_at, re_string_peek_byte_case):
13168         (re_string_fetch_byte_case, re_node_set_alloc, re_node_set_init_1):
13169         (re_node_set_init_2, re_node_set_init_copy, re_node_set_add_intersect):
13170         (re_node_set_init_union, re_node_set_merge, re_node_set_insert):
13171         (re_node_set_insert_last, re_node_set_compare, re_node_set_contains):
13172         (re_node_set_remove_at, re_dfa_add_node, re_acquire_state):
13173         (re_acquire_state_context):
13174         Remove unnecessary forward decls.
13175         (re_string_char_size_at, re_string_wchar_at, re_string_elem_size_at):
13176         Put __attribute at function definition,
13177         now that the function decl has been removed.
13178         * lib/regex_internal.c (re_string_peek_byte_case):
13179         (re_string_fetch_byte_case, re_node_set_compare, re_node_set_contains):
13180         Likewise.
13181
13182 2005-08-25  Stepan Kasal  <kasal@ucw.cz>
13183
13184         * m4/regex.m4: Add AC_PREREQ(2.50).
13185         (gl_REGEX): If --with-included-regex was given, skip the autodetection.
13186
13187 2005-08-25  Simon Josefsson  <jas@extundo.com>
13188
13189         * m4/getpass.m4: Check for termios.h, tcgetattr, tcsetattr, and
13190         __fsetlocking.
13191
13192 2005-08-25  Simon Josefsson  <jas@extundo.com>
13193
13194         * lib/getpass.c: Add WIN32 implementation.  Conditionalize use of
13195         termios.h, tcgetattr, tcsetattr and __fsetlocking.  Remove some
13196         GLIBC specific code.
13197
13198 2005-08-25  Paul Eggert  <eggert@cs.ucla.edu>
13199
13200         Make regex safe for g++.  This fixes one real bug (an "err"
13201         that should have been "*err").  g++ problem reported by
13202         Sam Steingold.
13203         * lib/regex_internal.h (re_calloc): New macro, consistent with
13204         re_malloc etc.  All callers of calloc changed to use re_calloc.
13205         * lib/regex_internal.c (build_wcs_upper_buffer): Return reg_errcode_t,
13206         not int.  All callers changed.
13207         * lib/regcomp.c (re_compile_fastmap_iter): Don't use
13208         alloca (mb_cur_max); just use an array of size MB_LEN_MAX.
13209         * lib/regexec.c (push_fail_stack): Use re_realloc, not realloc.
13210         (find_recover_state): Change "err" to "*err"; this fixes what
13211         appears to be a real bug.
13212         (check_arrival_expand_ecl_sub): Be consistent about reg_errcode_t
13213         versus int.
13214
13215 2005-08-25  Paul Eggert  <eggert@cs.ucla.edu>
13216
13217         * modules/regex (Depends-on): Add malloc, since the code
13218         assumes that !malloc(0) means failure.
13219
13220 2005-08-25  Paul Eggert  <eggert@cs.ucla.edu>
13221
13222         * lib/regexec.c (set_regs): Don't alloca with an unbounded size.
13223
13224         alloca modernization/simplification for regex.
13225         * lib/regex.c: Remove portability cruft for alloca.  This no longer
13226         needs to be at the start of the file, and can be moved into
13227         regex_internal.h and simplified.
13228         * lib/regex_internal.h: Include <alloca.h>.
13229         (__libc_use_alloca) [!defined _LIBC]: New macro.
13230         * lib/regexec.c (build_trtable): Remove "#ifdef _LIBC", since the code
13231         now works outside glibc.
13232
13233 2005-08-25  Paul Eggert  <eggert@cs.ucla.edu>
13234
13235         * config/srclist.txt: Add glibc bugs 1241, 1245.
13236
13237 2005-08-25  Jim Meyering  <jim@meyering.net>
13238
13239         * lib/open-safer.c: Include <config.h>.
13240         Otherwise, we'd lose LARGEFILE support in any file using
13241         e.g. "fcntl--.h"
13242
13243 2005-08-25  Bruno Haible  <bruno@clisp.org>
13244
13245         * m4/minmax.m4: Require autoconf 2.52.
13246         (gl_MINMAX_IN_HEADER): Add comments. Use m4_pushdef/m4_popdef instead
13247         of define/undefine. Use AS_TR_SH and AS_TR_CPP as more robust
13248         alternatives of translit over the alphabet.
13249         Based on a patch from Stepan Kasal <kasal@ucw.cz>.
13250
13251 2005-08-24  Simon Josefsson  <jas@extundo.com>
13252
13253         * tests/test-getpass.c: New file.
13254
13255 2005-08-24  Paul Eggert  <eggert@cs.ucla.edu>
13256
13257         * m4/regex.m4 (gl_REGEX): Use POSIX-compliant spellings when testing
13258         for GNU regex features.
13259
13260 2005-08-24  Paul Eggert  <eggert@cs.ucla.edu>
13261
13262         * lib/regcomp.c (regerror): 2nd arg is 'restrict', as per POSIX.
13263         * lib/regex.h (regerror): Likewise.
13264
13265         * lib/regex.c: Do not include <sys/types.h>, as POSIX no longer
13266         requires this.  (The code never needed it.)
13267
13268         * lib/regcomp.c, regex_internal.c, regex_internal.h, regexec.c:
13269         All uses of recently-renamed identifiers changed to use the new,
13270         POSIX-compliant names.  The code will build and run just fine
13271         without these changes, but it's better to eat our own dog food
13272         and use the standard-conforming names.
13273
13274         * lib/regex.h: Fix a multitude of POSIX name space violations.
13275         These changes have an effect only for programs that define
13276         _POSIX_C_SOURCE, _POSIX_SOURCE, or _XOPEN_SOURCE; they
13277         do not change anything for programs compiled in the normal way.
13278         Also, there is no effect on the ABI.
13279
13280         (_REGEX_SOURCE): New macro.
13281         Do not include <stddef.h> if _XOPEN_SOURCE and VMS are both
13282         defined and _GNU_SOURCE is not; this fixes a name space violation.
13283
13284         Rename the following macros to obey POSIX requirements.
13285         The old names are still visible as macros if _REGEX_SOURCE is defined.
13286         (REG_BACKSLASH_ESCAPE_IN_LISTS): renamed from
13287         RE_BACKSLASH_ESCAPE_IN_LISTS.
13288         (REG_BK_PLUS_QM): renamed from RE_BK_PLUS_QM.
13289         (REG_CHAR_CLASSES): renamed from RE_CHAR_CLASSES.
13290         (REG_CONTEXT_INDEP_ANCHORS): renamed from RE_CONTEXT_INDEP_ANCHORS.
13291         (REG_CONTEXT_INDEP_OPS): renamed from RE_CONTEXT_INDEP_OPS.
13292         (REG_CONTEXT_INVALID_OPS): renamed from RE_CONTEXT_INVALID_OPS.
13293         (REG_DOT_NEWLINE): renamed from RE_DOT_NEWLINE.
13294         (REG_DOT_NOT_NULL): renamed from RE_DOT_NOT_NULL.
13295         (REG_HAT_LISTS_NOT_NEWLINE): renamed from RE_HAT_LISTS_NOT_NEWLINE.
13296         (REG_INTERVALS): renamed from RE_INTERVALS.
13297         (REG_LIMITED_OPS): renamed from RE_LIMITED_OPS.
13298         (REG_NEWLINE_ALT): renamed from RE_NEWLINE_ALT.
13299         (REG_NO_BK_BRACES): renamed from RE_NO_BK_BRACES.
13300         (REG_NO_BK_PARENS): renamed from RE_NO_BK_PARENS.
13301         (REG_NO_BK_REFS): renamed from RE_NO_BK_REFS.
13302         (REG_NO_BK_VBAR): renamed from RE_NO_BK_VBAR.
13303         (REG_NO_EMPTY_RANGES): renamed from RE_NO_EMPTY_RANGES.
13304         (REG_UNMATCHED_RIGHT_PAREN_ORD): renamed from
13305         RE_UNMATCHED_RIGHT_PAREN_ORD.
13306         (REG_NO_POSIX_BACKTRACKING): renamed from RE_NO_POSIX_BACKTRACKING.
13307         (REG_NO_GNU_OPS): renamed from RE_NO_GNU_OPS.
13308         (REG_DEBUG): renamed from RE_DEBUG.
13309         (REG_INVALID_INTERVAL_ORD): renamed from RE_INVALID_INTERVAL_ORD.
13310         (REG_IGNORE_CASE): renamed from RE_ICASE.  This renaming is a bit
13311         unusual, since we can't clash with the POSIX REG_ICASE.
13312         (REG_CARET_ANCHORS_HERE): renamed from RE_CARET_ANCHORS_HERE.
13313         (REG_CONTEXT_INVALID_DUP): renamed from RE_CONTEXT_INVALID_DUP.
13314         (REG_NO_SUB): renamed from RE_NO_SUB.
13315         (REG_SYNTAX_EMACS): renamed from RE_SYNTAX_EMACS.
13316         (REG_SYNTAX_AWK): renamed from RE_SYNTAX_AWK.
13317         (REG_SYNTAX_GNU_AWK): renamed from RE_SYNTAX_GNU_AWK.
13318         (REG_SYNTAX_POSIX_AWK): renamed from RE_SYNTAX_POSIX_AWK.
13319         (REG_SYNTAX_GREP): renamed from RE_SYNTAX_GREP.
13320         (REG_SYNTAX_EGREP): renamed from RE_SYNTAX_EGREP.
13321         (REG_SYNTAX_POSIX_EGREP): renamed from RE_SYNTAX_POSIX_EGREP.
13322         (REG_SYNTAX_ED): renamed from RE_SYNTAX_ED.
13323         (REG_SYNTAX_SED): renamed from RE_SYNTAX_SED.
13324         (_REG_SYNTAX_POSIX_COMMON): renamed from _RE_SYNTAX_POSIX_COMMON.
13325         (REG_SYNTAX_POSIX_BASIC): renamed from RE_SYNTAX_POSIX_BASIC.
13326         (REG_SYNTAX_POSIX_MINIMAL_BASIC): renamed from
13327         RE_SYNTAX_POSIX_MINIMAL_BASIC.
13328         (REG_SYNTAX_POSIX_EXTENDED): renamed from RE_SYNTAX_POSIX_EXTENDED.
13329         (REG_SYNTAX_POSIX_MINIMAL_EXTENDED): renamed from
13330         RE_SYNTAX_POSIX_MINIMAL_EXTENDED.
13331         (REG_DUP_MAX): renamed from RE_DUP_MAX.  No need to undef it.
13332         (REG_UNALLOCATED): Renamed from REGS_UNALLOCATED.
13333         (REG_REALLOCATE): Renamed from REGS_REALLOCATE.
13334         (REG_FIXED): Renamed from REGS_FIXED.
13335         (REG_NREGS): Renamed from RE_NREGS.
13336
13337         (REG_ICASE, REG_NEWLINE, REG_NOSUB): Do not depend on the values
13338         of other REG_* macros, since POSIX says the user is allowed to
13339         #undef these macros selectively.
13340
13341         (reg_errcode_t): Update comment stating what other tables need
13342         to be consistent.
13343
13344         Rename the following enum values to obey POSIX requirements.
13345         The old names are still visible as macros.
13346         (_REG_ENOSYS): Renamed from REG_ENOSYS.  Define even if _XOPEN_SOURCE
13347         is not defined, since GNU is supposed to be a superset of POSIX as
13348         much as possible, and since we want reg_errcode_t to be a signed
13349         type for implementation consistency.
13350         (_REG_NOERROR): Renamed from REG_NOERROR.
13351         (_REG_NOMATCH): Renamed from REG_NOMATCH.
13352         (_REG_BADPAT): Renamed from REG_BADPAT.
13353         (_REG_ECOLLATE): Renamed from REG_ECOLLATE.
13354         (_REG_ECTYPE): Renamed from REG_ECTYPE.
13355         (_REG_EESCAPE): Renamed from REG_EESCAPE.
13356         (_REG_ESUBREG): Renamed from REG_ESUBREG.
13357         (_REG_EBRACK): Renamed from REG_EBRACK.
13358         (_REG_EPAREN): Renamed from REG_EPAREN.
13359         (_REG_EBRACE): Renamed from REG_EBRACE.
13360         (_REG_BADBR): Renamed from REG_BADBR.
13361         (_REG_ERANGE): Renamed from REG_ERANGE.
13362         (_REG_ESPACE): Renamed from REG_ESPACE.
13363         (_REG_BADRPT): Renamed from REG_BADRPT.
13364         (_REG_EEND): Renamed from REG_EEND.
13365         (_REG_ESIZE): Renamed from REG_ESIZE.
13366         (_REG_ERPAREN): Renamed from REG_ERPAREN.
13367         (REG_ENOSYS, REG_NOERROR, REG_NOMATCH, REG_BADPAT, REG_ECOLLATE):
13368         (REG_ECTYPE, REG_EESCAPE, REG_ESUBREG, REG_EBRACK, REG_EPAREN):
13369         (REG_EBRACE, REG_BADBR, REG_ERANGE, REG_ESPACE, REG_BADRPT, REG_EEND):
13370         (REG_ESIZE, REG_ERPAREN): Now macros, not enum constants.
13371
13372         (_REG_RE_NAME, _REG_RM_NAME): New macros.
13373         (REG_TRANSLATE_TYPE): Renamed from RE_TRANSLATE_TYPE.  All uses
13374         changed.  But support the old name if the new one is not defined
13375         and if _REGEX_SOURCE.
13376
13377         Change the following member names in struct re_pattern_buffer.
13378         The old names are still supported if !_REGEX_SOURCE.
13379         The new names are always supported, regardless of _REGEX_SOURCE.
13380         (re_buffer): Renamed from buffer.
13381         (re_allocated): Renamed from allocated.
13382         (re_used): Renamed from used.
13383         (re_syntax): Renamed from syntax.
13384         (re_fastmap): Renamed from fastmap.
13385         (re_translate): Renamed from translate.
13386         (re_can_be_null): Renamed from can_be_null.
13387         (re_regs_allocated): Renamed from regs_allocated.
13388         (re_fastmap_accurate): Renamed from fastmap_accurate.
13389         (re_no_sub): Renamed from no_sub.
13390         (re_not_bol): Renamed from not_bol.
13391         (re_not_eol): Renamed from not_eol.
13392         (re_newline_anchor): Renamed from newline_anchor.
13393
13394         Change the following member names in struct re_registers.
13395         The old names are still supported if !_REGEX_SOURCE.
13396         The new names are always supported, regardless of _REGEX_SOURCE.
13397         (rm_num_regs): Renamed from num_regs.
13398         (rm_start): Renamed from start.
13399         (rm_end): Renamed from end.
13400
13401         (re_set_syntax, re_compile_pattern, re_compile_fastmap):
13402         (re_search, re_search_2, re_match, re_match_2, re_set_registers):
13403         Prepend __ to parameter names.
13404
13405         Undo yesterday's changes.
13406
13407 2005-08-24  Paul Eggert  <eggert@cs.ucla.edu>
13408
13409         * config/srclist.txt: Remove glibc bug 1233 and add 1236, which
13410         supersedes it. Add glibc bugs 1237, 1238, 1240.  Comment out
13411         lib/regex.c.
13412
13413 2005-08-24  Jim Meyering  <jim@meyering.net>
13414
13415         Sync from coreutils.
13416         * m4/fcntl-safer.m4: New file.
13417
13418         * m4/xgetcwd.m4: Use AC_LIBSOURCES and AC_LIBOBJ to indicate source
13419         and object files for this module.
13420
13421 2005-08-24  Jim Meyering  <jim@meyering.net>
13422
13423         Sync from coreutils.
13424         * lib/fcntl--.h, lib/fcntl-safer.h, lib/open-safer.c: New files.
13425
13426 2005-08-24  Jim Meyering  <jim@meyering.net>
13427
13428         * modules/xgetcwd (Makefile.am): Remove `lib_SOURCES += ...' line,
13429         now that xgetcwd.m4 requires xgetcwd.c and xgetcwd.h.
13430
13431 2005-08-24  Jim Meyering  <jim@meyering.net>
13432
13433         * modules/fcntl-safer: New module.
13434         * modules/fts (Depends-on): Add fcntl-safer.
13435         * MODULES.html.sh (File descriptor based Input/Output):
13436         Add fcntl-safer.
13437
13438 2005-08-24  Bruno Haible  <bruno@clisp.org>
13439
13440         Support for unit test modules.
13441         * modules/README: Mention tests modules.
13442         * modules/TEMPLATE-TESTS: New file.
13443         * gnulib-tool: New options --extract-tests-module, --with-tests and
13444         --tests-base (unused for the moment).
13445         (testsbase, inctests): New variables.
13446         (func_all_modules): Exclude TEMPLATE-TESTS and *-tests.
13447         (func_verify_module): Exclude TEMPLATE-TESTS.
13448         (func_verify_nontests_module, func_verify_tests_module): New functions.
13449         (func_get_dependencies): Add implicit dependency for tests modules.
13450         (func_get_tests_module): New function.
13451         (func_modules_transitive_closure): When --with-tests was specified,
13452         include the unit tests as well, unless explicitly avoided.
13453         (func_emit_lib_Makefile_am): Ignore the tests modules here.
13454         (func_emit_tests_Makefile_am): New function.
13455         (func_create_testdir): When --with-tests was specified, emit a
13456         tests/ directory.
13457         * MODULES.html.sh (Future developments): Update.
13458
13459 2005-08-24  Bruno Haible  <bruno@clisp.org>
13460
13461         * modules/tls-tests: New file.
13462         * tests/test-tls.c: New file, from GNU gettext.
13463
13464 2005-08-24  Bruno Haible  <bruno@clisp.org>
13465
13466         * modules/lock-tests: New file.
13467         * tests/test-lock.c: New file, from GNU gettext.
13468
13469 2005-08-24  Bruno Haible  <bruno@clisp.org>
13470
13471         * lib/lock.h: Add multiple inclusion guard.
13472         * lib/tls.h: Add multiple inclusion guard.
13473
13474 2005-08-24  Bruno Haible  <bruno@clisp.org>
13475
13476         * gnulib-tool: Add support for the --aux-dir option to
13477         --create-testdir, --create-megatestdir, --test, --megatest.
13478         (func_create_testdir, func_create_megatestdir): Optionally emit a
13479         AC_CONFIG_AUX_DIR directive.
13480         (create-testdir, create-megatestdir, test, megatest): Provide a
13481         default value for $auxdir.
13482
13483 2005-08-24  Bruno Haible  <bruno@clisp.org>
13484
13485         * gnulib-tool (import): Use compound statement instead of subshell
13486         where possible.
13487
13488 2005-08-24  Bruno Haible  <bruno@clisp.org>
13489
13490         * gnulib-tool (import): Change --aux-dir default to "build-aux".
13491
13492 2005-08-24  Bruno Haible  <bruno@clisp.org>
13493
13494         * gnulib-tool (func_version): Update.
13495
13496 2005-08-24  Bruno Haible  <bruno@clisp.org>
13497
13498         * gnulib-tool (func_import, func_create_testdir,
13499         func_create_megatestdir): Quote all autoconf macro arguments.
13500
13501 2005-08-24  Bruno Haible  <bruno@clisp.org>
13502
13503         * gnulib-tool (func_create_megatestdir): Call autoreconf without the
13504         option --force, because --force causes the aclocal.m4 of each
13505         subdirectory to be newer than the corresponding config.h.in.
13506
13507 2005-08-23  Paul Eggert  <eggert@cs.ucla.edu>
13508
13509         * m4/regex.m4 (gl_INCLUDED_REGEX): Remove; no longer used.
13510         All contents moved to gl_REGEX.
13511         (gl_REGEX): Don't bother checking whether lib/regex.c exists;
13512         assume that it does.
13513
13514 2005-08-23  Paul Eggert  <eggert@cs.ucla.edu>
13515
13516         * lib/regex.h (REG_NOSYS)
13517         [!defined _XOPEN_SOURCE && 200112L <= _POSIX_C_SOURCE]:
13518         Define, since POSIX requires it as of 2001.
13519         (_REG_ENOSYS)
13520         [! (defined _XOPEN_SOURCE || 200112L <= _POSIX_C_SOURCE)]:
13521         New private symbol, used to keep the enum signed in all cases.
13522         * lib/regex.h (RE_NO_EMPTY_RANGES): Fix doc bug reported by James
13523         Youngman in
13524         <http://lists.gnu.org/archive/html/bug-gnulib/2005-07/msg00132.html>.
13525
13526         * lib/regex_internal.c (re_string_skip_chars, register_state):
13527         (calc_state_hash):
13528         Remove forward decls; no longer needed now that we use prototypes.
13529         * lib/regexec.c (acquire_init_state_context, check_halt_node_context):
13530         (proceed_next_node, pop_fail_stack, sub_epsilon_src_nodes):
13531         (clean_state_log_if_needed): Likewise.
13532
13533 2005-08-23  Paul Eggert  <eggert@cs.ucla.edu>
13534
13535         * config/srclist.txt: Add glibc bugs 1231-1233.
13536
13537 2005-08-20  Paul Eggert  <eggert@cs.ucla.edu>
13538
13539         Fix problems reported by Sam Steingold in
13540         <http://lists.gnu.org/archive/html/bug-gnulib/2005-08/msg00007.html>.
13541         * lib/regexec.c (sift_states_bkref): Fix portability bug: the code
13542         assumed that reg_errcode_t is a signed type, which is not
13543         necessarily true if _XOPEN_SOURCE is not defined.
13544         * lib/regex_internal.c (calc_state_hash): Put 'inline' before type,
13545         since some compilers warn about it otherwise.
13546
13547 2005-08-20  Paul Eggert  <eggert@cs.ucla.edu>
13548
13549         * lib/regcomp.c (create_initial_state): Remove duplicate decl.
13550         (init_word_char, create_initial_state, duplicate_node_closure):
13551         (fetch_token, peek_token_bracket, build_range_exp):
13552         (build_collating_symbol): Remove forward decls; no longer needed
13553         now that we use prototypes.
13554
13555         * lib/regcomp.c:
13556         (re_compile_pattern, re_set_syntax, re_compile_fastmap):
13557         (re_compile_fastmap_iter, regcomp, regerror, regfree):
13558         (re_compile_internal, init_dfa, init_word_char, free_workarea_compile):
13559         (create_initial_state, optimize_utf8, analyze, postorder, preorder):
13560         (optimize_subexps, lower_subexps, lower_subexp, calc_first, calc_next):
13561         (link_nfa_nodes, duplicate_node_closure, search_duplicated_node):
13562         (duplicate_node, calc_inveclosure, calc_eclosure, calc_eclosure_iter):
13563         (fetch_token, peek_token, peek_token_bracket, parse, parse_reg_exp):
13564         (parse_branch, parse_expression, parse_sub_exp, parse_dup_op):
13565         (build_range_exp, build_collating_symbol, parse_bracket_exp):
13566         (parse_bracket_element, parse_bracket_symbol, build_equiv_class):
13567         (build_charclass, build_charclass_op, fetch_number, create_tree):
13568         (create_token_tree, mark_opt_subexp, duplicate_tree):
13569         Use prototypes rather than old-style definitions.
13570
13571         * lib/regex_internal.c:
13572         (re_string_allocate, re_string_construct, re_string_realloc_buffers):
13573         (re_string_construct_common, build_wcs_buffer, build_wcs_upper_buffer):
13574         (re_string_skip_chars, build_upper_buffer, re_string_translate_buffer):
13575         (re_string_reconstruct, re_string_peek_byte_case):
13576         (re_string_fetch_byte_case, re_string_destruct, re_string_context_at):
13577         (re_node_set_alloc, re_node_set_init_1, re_node_set_init_2):
13578         (re_node_set_init_copy, re_node_set_add_intersect):
13579         (re_node_set_init_union, re_node_set_merge, re_node_set_insert):
13580         (re_node_set_insert_last, re_node_set_compare, re_node_set_contains):
13581         (re_node_set_remove_at, re_dfa_add_node, calc_state_hash):
13582         (re_acquire_state, re_acquire_state_context, register_state):
13583         (create_ci_newstate, create_cd_newstate, free_state):
13584         Likewise.
13585         * lib/regexec.c (regexec, re_match, re_search, re_match_2,
13586         re_search_2):
13587         (re_search_2_stub, re_search_stub, re_copy_regs, re_set_registers):
13588         (re_search_internal, prune_impossible_nodes):
13589         (acquire_init_state_context, check_matching, static):
13590         (check_halt_node_context, check_halt_state_context, proceed_next_node):
13591         (push_fail_stack, pop_fail_stack, set_regs, free_fail_stack_return):
13592         (update_regs, sift_states_backward, build_sifted_states):
13593         (clean_state_log_if_needed, merge_state_array):
13594         (update_cur_sifted_state, add_epsilon_src_nodes):
13595         (sub_epsilon_src_nodes, check_dst_limits, check_dst_limits_calc_pos_1):
13596         (check_dst_limits_calc_pos, check_subexp_limits, sift_states_bkref):
13597         (sift_states_iter_mb, transit_state, merge_state_with_log, static):
13598         (find_recover_state, check_subexp_matching_top, transit_state_mb):
13599         (transit_state_bkref, get_subexp, get_subexp_sub, find_subexp_node):
13600         (check_arrival, check_arrival_add_next_nodes):
13601         (check_arrival_expand_ecl, check_arrival_expand_ecl_sub):
13602         (expand_bkref_cache, build_trtable, group_nodes_into_DFAstates):
13603         (check_node_accept_bytes, check_node_accept, extend_buffers):
13604         (match_ctx_init, match_ctx_clean, match_ctx_free, match_ctx_add_entry):
13605         (search_cur_bkref_entry, match_ctx_add_subtop, match_ctx_add_sublast):
13606         (sift_ctx_init):
13607         Likewise.
13608
13609         * lib/regex_internal.h:
13610         (re_string_allocate, re_string_construct, re_string_reconstruct):
13611         (re_string_realloc_buffers, build_wcs_buffer, build_wcs_upper_buffer):
13612         (build_upper_buffer, re_string_translate_buffer, re_string_destruct):
13613         (re_string_elem_size_at, re_string_char_size_at, re_string_wchar_at):
13614         (re_string_context_at, re_string_peek_byte_case):
13615         (re_string_fetch_byte_case): Declare even if RE_NO_INTERNAL_PROTOTYPES
13616         is defined, since we now use prototypes always.
13617
13618         * lib/regex.h (_RE_ARGS): Remove.  No longer needed, since we assume
13619         C89 or better.  All uses removed.
13620
13621 2005-08-20  Paul Eggert  <eggert@cs.ucla.edu>
13622
13623         * config/srclist.txt: Add glibc bugs 1220-1227.
13624
13625 2005-08-20  Jim Meyering  <jim@meyering.net>
13626
13627         * lib/regexec.c (regexec, re_search_stub) [!_LIBC]: Omit declaration
13628         of unused local, dfa.
13629
13630 2005-08-20  Bruno Haible  <bruno@clisp.org>
13631
13632         * m4/regex.m4 (gl_PREREQ_REGEX): Require AC_GNU_SOURCE.
13633
13634 2005-08-19  Paul Eggert  <eggert@cs.ucla.edu>
13635
13636         * lib/regex_internal.c (re_string_realloc_buffers, re_node_set_insert):
13637         (re_node_set_insert_last, re_dfa_add_node):
13638         Rename local variables to avoid GCC shadowing warnings.
13639
13640 2005-08-19  Paul Eggert  <eggert@cs.ucla.edu>
13641
13642         * lib/regex_internal.c (re_acquire_state, re_acquire_state_context)
13643         [defined lint]: Suppress bogus uninitialized-variable warnings.
13644
13645         * lib/regcomp.c (duplicate_node): Return new index, not an error code,
13646         and let the caller return REG_ESPACE if out of space.  This
13647         removes an uninitialied-variable warning with GCC 4.0.1, and also
13648         avoids taking the address of a local variable.  All callers
13649         changed.
13650
13651 2005-08-19  Paul Eggert  <eggert@cs.ucla.edu>
13652
13653         * config/srclist.txt: Comment out $LIBCSRC/posix/regex_internal.c,
13654         $LIBCSRC/posix/regexec.c.
13655         Add glibc bug 1217 for regcomp.c.
13656
13657 2005-08-19  Jim Meyering  <jim@meyering.net>
13658
13659         * lib/regexec.c (proceed_next_node): Redo local variables to
13660         avoid GCC shadowing warnings.
13661
13662 2005-08-18  Bruno Haible  <bruno@clisp.org>
13663
13664         * lib/strstr.c (strstr): Fix return value in multibyte case.
13665         * lib/strcasestr.c (strcasestr): Likewise.
13666
13667 2005-08-17  Paul Eggert  <eggert@cs.ucla.edu>
13668
13669         * lib/regex.h: Remove useless space-before-tab.  From coreutils.
13670
13671 2005-08-17  Jim Meyering  <jim@meyering.net>
13672
13673         Make the %s format (seconds since the epoch) work for a negative
13674         number and when used with a zero-padded field width, e.g. %015s.
13675
13676         * lib/strftime.c (my_strftime): Move the `do_number_sign_and_padding'
13677         label so that it precedes the code to set `digits'.  Otherwise,
13678         %0Ns wouldn't work.  Before this change, `date -d @-22 +%05s' would
13679         print `00-22'.  Now, it prints `-0022', as it should.
13680
13681 2005-08-17  Bruno Haible  <bruno@clisp.org>
13682
13683         * modules/strstr (Files): Add m4/mbrtowc.m4.
13684         (Depends-on): Add mbuiter.
13685
13686 2005-08-17  Bruno Haible  <bruno@clisp.org>
13687
13688         * modules/strcasestr: New file.
13689         * MODULES.html.sh (String handling, based on ANSI C 89): Add
13690         strcasestr.
13691
13692 2005-08-17  Bruno Haible  <bruno@clisp.org>
13693
13694         * modules/strcase (Depends-on): Add mbuiter. Remove strnlen1, mbchar.
13695
13696 2005-08-17  Bruno Haible  <bruno@clisp.org>
13697
13698         * modules/mbuiter: New file.
13699         * MODULES.html.sh (Extended multibyte and wide character utilities):
13700         Add mbuiter.
13701
13702 2005-08-17  Bruno Haible  <bruno@clisp.org>
13703
13704         * m4/strstr.m4 (gl_FUNC_STRSTR): Use the replacement function always.
13705         (gl_PREREQ_STRSTR): Use gl_FUNC_MBRTOWC.
13706
13707 2005-08-17  Bruno Haible  <bruno@clisp.org>
13708
13709         * m4/strcasestr.m4: New file.
13710
13711 2005-08-17  Bruno Haible  <bruno@clisp.org>
13712
13713         * lib/strstr.h: Ignore HAVE_STRSTR, always declare the gnulib function.
13714         * lib/strstr.c: Completely rewritten, with multibyte locale support.
13715
13716 2005-08-17  Bruno Haible  <bruno@clisp.org>
13717
13718         * lib/strcasestr.h: New file.
13719         * lib/strcasestr.c: New file.
13720
13721 2005-08-17  Bruno Haible  <bruno@clisp.org>
13722
13723         * lib/strcasecmp.c: Use mbuiter.h.
13724
13725 2005-08-17  Bruno Haible  <bruno@clisp.org>
13726
13727         * lib/mbuiter.h: New file.
13728
13729 2005-08-16  Paul Eggert  <eggert@cs.ucla.edu>
13730
13731         * m4/getopt.m4 (gl_GETOPT_CHECK_HEADERS): Do not override the results
13732         of gl_GETOPT_SUBSTITUTE.  That way, if both gl_GETOPT_SUBSTITUTE
13733         and gl_GETOPT are both invoked via different paths (as happens
13734         with GNU tar CVS because it uses both argp and getopt), the former
13735         wins.
13736
13737 2005-08-16  Bruno Haible  <bruno@clisp.org>
13738
13739         * modules/tls: New file.
13740         * MODULES.html.sh (Multithreading): Add tls.
13741
13742 2005-08-16  Bruno Haible  <bruno@clisp.org>
13743
13744         * modules/strnlen1: New file.
13745         * MODULES.html.sh (String handling): Add strnlen1.
13746
13747 2005-08-16  Bruno Haible  <bruno@clisp.org>
13748
13749         * modules/strcase (Files): Add m4/mbrtowc.m4.
13750         (Depends-on): Add strnlen1, mbchar.
13751
13752 2005-08-16  Bruno Haible  <bruno@clisp.org>
13753
13754         * modules/mbiter: New file.
13755         * MODULES.html.sh (Extended multibyte and wide character utilities):
13756         Add mbiter.
13757
13758 2005-08-16  Bruno Haible  <bruno@clisp.org>
13759
13760         * modules/mbfile: New file.
13761         * MODULES.html.sh (Extended multibyte and wide character utilities):
13762         Add mbfile.
13763
13764 2005-08-16  Bruno Haible  <bruno@clisp.org>
13765
13766         * modules/mbchar: New file.
13767         * MODULES.html.sh (Extended multibyte and wide character utilities):
13768         New section.
13769
13770 2005-08-16  Bruno Haible  <bruno@clisp.org>
13771
13772         * m4/tls.m4: New file, from GNU gettext.
13773
13774 2005-08-16  Bruno Haible  <bruno@clisp.org>
13775
13776         * m4/strcase.m4 (gl_FUNC_STRCASECMP): Use the replacement function
13777         always.
13778         (gl_PREREQ_STRCASECMP): Use gl_FUNC_MBRTOWC.
13779
13780 2005-08-16  Bruno Haible  <bruno@clisp.org>
13781
13782         * m4/mbiter.m4: New file.
13783
13784 2005-08-16  Bruno Haible  <bruno@clisp.org>
13785
13786         * m4/mbfile.m4: New file.
13787
13788 2005-08-16  Bruno Haible  <bruno@clisp.org>
13789
13790         * m4/mbchar.m4: New file.
13791
13792 2005-08-16  Bruno Haible  <bruno@clisp.org>
13793
13794         * lib/tls.h: New file, from GNU gettext.
13795         * lib/tls.c: New file, from GNU gettext.
13796
13797 2005-08-16  Bruno Haible  <bruno@clisp.org>
13798
13799         * lib/strnlen1.h: New file.
13800         * lib/strnlen1.c: New file.
13801
13802 2005-08-16  Bruno Haible  <bruno@clisp.org>
13803
13804         * lib/strcasecmp.c (struct mbiter_multi): Remove at_end field.
13805         (mbi_init): Update.
13806         (mbi_avail, mbi_advance): Let the iteration end before the terminating
13807         NUL byte, not after it.
13808
13809 2005-08-16  Bruno Haible  <bruno@clisp.org>
13810
13811         * lib/strcase.h (strcasecmp): Add note in comments.
13812         * lib/strncasecmp.c: Use code from strcasecmp.c.
13813         * lib/strcasecmp.c: Use mbchar module. Define private mbiter variant.
13814         (strcasecmp): Work correctly in multibyte locales.
13815
13816 2005-08-16  Bruno Haible  <bruno@clisp.org>
13817
13818         * lib/mbiter.h: New file.
13819
13820 2005-08-16  Bruno Haible  <bruno@clisp.org>
13821
13822         * lib/mbfile.h: New file.
13823
13824 2005-08-16  Bruno Haible  <bruno@clisp.org>
13825
13826         * lib/mbchar.h: New file.
13827         * lib/mbchar.c: New file.
13828
13829 2005-08-16  Bruno Haible  <bruno@clisp.org>
13830
13831         * lib/mbchar.h (mb_cmp, mb_casecmp): Order the invalid characters after
13832         the valid ones. Makes the comparison operations transitive:
13833         cmp (a, b) < 0 && cmp (b, c) < 0 ==> cmp (a, c) < 0.
13834         * lib/strcasecmp.c (strcasecmp): Use mb_casecmp.
13835
13836 2005-08-15  Simon Josefsson  <jas@extundo.com>
13837
13838         * modules/ssize_t (License): Change to 'unlimited'.
13839
13840         * gnulib-tool (sed_extract_prog): Recognize 'unlimited' license.
13841
13842 2005-08-15  Paul Eggert  <eggert@cs.ucla.edu>
13843
13844         * config/srclist.txt: Comment out $LIBCSRC/posix/regex.h.
13845         Add comments for each pending glibc patch.
13846
13847 2005-08-15  Bruno Haible  <bruno@clisp.org>
13848
13849         * lib/regex.h (__restrict_arr): Don't define to __restrict if
13850         __cplusplus is defined.
13851
13852 2005-08-14  Jim Meyering  <jim@meyering.net>
13853
13854         Sync from coreutils.
13855
13856         * lib/fts-cycle.c (setup_dir, enter_dir, leave_dir, free_dir):
13857         Use the hash-table-based cycle-detection code not just when
13858         FTS_TIGHT_CYCLE_CHECK if specified, but also with FTS_LOGICAL.
13859         Reported by James Youngman in
13860         <http://lists.gnu.org/archive/html/bug-gnulib/2005-08/msg00011.html>.
13861         * lib/fts_.h: Mention that with FTS_LOGICAL, we use
13862         FTS_TIGHT_CYCLE_CHECK.
13863         * lib/fts.c (fts_cross_check) [FTS_DEBUG]:
13864         s/active_dir_ht/fts_cycle.ht/. This lets us compile with -DFTS_DEBUG,
13865         once again.
13866         * lib/fts.c [! _LIBC]: Include "lstat.h" rather than rolling our own.
13867         * lib/fts.c (fd_safer): Remove decl.
13868         Include fcntl--.h rather than unistd-safer.h
13869         (fts_safe_changedir): Don't call fd_safer; no longer needed
13870         now that we include fcntl--.h.
13871
13872 2005-08-12  Simon Josefsson  <jas@extundo.com>
13873
13874         * modules/getndelim2: Use ssize_t module.
13875         * modules/getnline: Likewise.
13876         * modules/safe-read: Likewise.
13877         * modules/xreadlink: Likewise.
13878
13879         * modules/ssize_t: New file.
13880
13881 2005-08-12  Simon Josefsson  <jas@extundo.com>
13882
13883         * m4/readline.m4: Look for termcap, curses or ncurses if required.
13884
13885 2005-08-12  Simon Josefsson  <jas@extundo.com>
13886
13887         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
13888         ssize_t.
13889
13890 2005-08-12  Simon Josefsson  <jas@extundo.com>
13891
13892         * MODULES.html.sh (Extra functions based on ANSI C 89: Misc): Add
13893         readline, getdelim and check_version.
13894         (Support for systems lacking ISO C 99: Sizes of integer types):
13895         Add size_max.
13896
13897 2005-08-12  Bruno Haible  <bruno@clisp.org>
13898
13899         * m4/readline.m4 (gl_FUNC_READLINE): Look for ncurses first.
13900
13901 2005-08-11  Simon Josefsson  <jas@extundo.com>
13902
13903         * modules/readline: New file.
13904
13905         * modules/strnlen (Files): Add strnlen.h.
13906
13907 2005-08-11  Simon Josefsson  <jas@extundo.com>
13908
13909         * m4/readline.m4: New file.
13910
13911 2005-08-11  Simon Josefsson  <jas@extundo.com>
13912
13913         * lib/readline.h, readline.c: New file.
13914
13915 2005-08-11  Simon Josefsson  <jas@extundo.com>
13916
13917         * doc/gnulib.texi (Initial import, Finishing touches): Mention
13918         gl_AVOID.
13919
13920 2005-08-11  Bruno Haible  <bruno@clisp.org>
13921
13922         * lib/strnlen.h (strnlen): Change parameter name to match comment.
13923
13924 2005-08-10  Stepan Kasal  <kasal@ucw.cz>
13925
13926         * m4/onceonly_2_57.m4: Really require Autoconf 2.57.
13927
13928 2005-08-10  Simon Josefsson  <jas@extundo.com>
13929
13930         * tests/test-iconvme.c: New file.
13931
13932 2005-08-10  Simon Josefsson  <jas@extundo.com>
13933
13934         * m4/strnlen.m4: New file.
13935
13936         * m4/strndup.m4: Don't check for strnlen declaration, done in
13937         strnlen.m4.
13938
13939 2005-08-10  Simon Josefsson  <jas@extundo.com>
13940
13941         * lib/strndup.c: Use strnlen.h.
13942
13943         * lib/strnlen.h: New file.
13944
13945 2005-08-08  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny change)
13946
13947         * README: Typos.
13948
13949 2005-08-02  Simon Josefsson  <jas@extundo.com>
13950
13951         * modules/readline: New file.
13952
13953 2005-08-02  Simon Josefsson  <jas@extundo.com>
13954
13955         * modules/getdelim: New file.
13956
13957         * modules/getline: Rewrite, don't use getndelim2.
13958
13959 2005-08-02  Simon Josefsson  <jas@extundo.com>
13960
13961         * m4/getline.m4: Separate out getdelim stuff into separate module.
13962
13963         * m4/getdelim.m4: New file.
13964
13965 2005-08-02  Simon Josefsson  <jas@extundo.com>
13966
13967         * lib/getline.h, getline.c: Rewrite.
13968
13969         * lib/getdelim.h, lib/getdelim.c: New files, ported from glibc.
13970
13971 2005-07-31  Bruno Haible  <bruno@clisp.org>
13972
13973         * lib/lock.h (gl_lock_initializer): New macro.
13974         (gl_lock_define_initialized): Use it.
13975         (gl_rwlock_initializer): New macro.
13976         (gl_rwlock_define_initialized): Use it.
13977         (gl_recursive_lock_initializer): New macro.
13978         (gl_recursive_lock_define_initialized): Use it.
13979
13980 2005-07-30  Karl Berry  <karl@gnu.org>
13981
13982         * doc/gnulib.texi (Initial import): mention -I$(top_builddir)/lib.
13983         Report from Ben Pfaff, regarding getopt.
13984
13985 2005-07-26  Paul Eggert  <eggert@cs.ucla.edu>
13986
13987         Add support to getopt for Emacs, which doesn't use LIBOBJS in the
13988         normal way.
13989         * m4/getopt.m4 (gl_GETOPT_SUBSTITUTE_HEADER): New macro.
13990         (gl_GETOPT_SUBSTITUTE): Use it.  Invoke gl_PREREQ_GETOPT.
13991         (gl_GETOPT_IFELSE, gl_GETOPT_CHECK_HEADERS): New macros.
13992         (gl_GETOPT): Use the new macros.  Most of the implementation
13993         is moved to the new macros.  This is for programs like Emacs
13994         that don't want all the functionality of gl_GETOPT.
13995
13996 2005-07-26  Bruno Haible  <bruno@clisp.org>
13997
13998         * m4/lock.m4: Update from GNU gettext.
13999
14000 2005-07-26  Bruno Haible  <bruno@clisp.org>
14001
14002         * lib/lock.h: Update from GNU gettext.
14003         * lib/lock.c: Update from GNU gettext.
14004
14005 2005-07-25  Paul Eggert  <eggert@cs.ucla.edu>
14006
14007         * m4/regex.m4 (gl_INCLUDED_REGEX): Use AC_RUN_IFELSE instead of the
14008         obsolescent AC_TRY_RUN.  Include the default includes files, for
14009         'exit'.
14010
14011 2005-07-24  Bruno Haible  <bruno@clisp.org>
14012
14013         * modules/visibility: New file.
14014         * MODULES.html.sh (Misc): Add visibility.
14015
14016 2005-07-24  Bruno Haible  <bruno@clisp.org>
14017
14018         * m4/visibility.m4: New file.
14019
14020 2005-07-24  Bruno Haible  <bruno@clisp.org>
14021
14022         * doc/visibility.texi: New file.
14023
14024 2005-07-22  Bruno Haible  <bruno@clisp.org>
14025
14026         * modules/alloca-opt (Makefile.am): Remove explicit dependency on
14027         $(ALLOCA_H), redundant through BUILT_SOURCES.
14028         * modules/argz (Makefile.am): Remove explicit dependency on $(ARGZ_H),
14029         redundant through BUILT_SOURCES.
14030         * modules/byteswap (Makefile.am): Remove explicit dependency on
14031         $(BYTESWAP_H), redundant through BUILT_SOURCES.
14032         * modules/fnmatch (Makefile.am): Remove explicit dependency on
14033         $(FNMATCH_H), redundant through BUILT_SOURCES.
14034         * modules/getopt (Makefile.am): Remove explicit dependency on
14035         $(GETOPT_H), redundant through BUILT_SOURCES.
14036         * modules/glob (Makefile.am): Remove explicit dependency on $(GLOB_H),
14037         redundant through BUILT_SOURCES.
14038         * modules/poll (Makefile.am): Remove explicit dependency on $(POLL_H),
14039         redundant through BUILT_SOURCES.
14040         * modules/stdbool (Makefile.am): Remove explicit dependency on
14041         $(STDBOOL_H), redundant through BUILT_SOURCES.
14042         * modules/stdint (Makefile.am): Remove explicit dependency on
14043         $(STDINT_H), redundant through BUILT_SOURCES.
14044         * modules/sysexits (Makefile.am): Add $(SYSEXITS_H) to BUILT_SOURCES.
14045         Remove explicit dependency on $(SYSEXITS_H).
14046         Reported by Alexandre Duret-Lutz <adl@src.lip6.fr>.
14047
14048 2005-07-18  Simon Josefsson  <jas@extundo.com>
14049
14050         * lib/check-version.c (check_version): Accept identical versions too.
14051
14052 2005-07-18  Bruno Haible  <bruno@clisp.org>
14053
14054         * modules/lock: New file.
14055         * MODULES.html.sh (Multithreading): New section.
14056
14057 2005-07-18  Bruno Haible  <bruno@clisp.org>
14058
14059         * m4/lock.m4: New file, from GNU gettext.
14060
14061 2005-07-18  Bruno Haible  <bruno@clisp.org>
14062
14063         * lib/lock.h: New file, from GNU gettext.
14064         * lib/lock.c: New file, from GNU gettext.
14065
14066 2005-07-18  Bruno Haible  <bruno@clisp.org>
14067
14068         * lib/lock.h (gl_once_t): New type.
14069         (gl_once_define, gl_once): New macros.
14070         * lib/lock.c (fresh_once): New variable.
14071         (glthread_once, glthread_once_call, glthread_once_singlethreaded): New
14072         functions.
14073
14074 2005-07-16  Simon Josefsson  <jas@extundo.com>
14075
14076         * doc/gnulib.texi (Library version handling): Add ELF symbol collision
14077         workaround, suggested by Bruno.
14078
14079 2005-07-15  Paul Eggert  <eggert@cs.ucla.edu>
14080
14081         * modules/xalloc (Depends-on): Add xalloc-die.
14082         * modules/xvasprintf (Depends-on): Add xalloc-die.
14083
14084 2005-07-15  Paul Eggert  <eggert@cs.ucla.edu>
14085
14086         * lib/quotearg.c: Add translator comment suggested by Bruno Haible,
14087         with a minor change.
14088
14089 2005-07-15  Bruno Haible  <bruno@clisp.org>
14090
14091         * m4/poll.m4 (gl_FUNC_POLL): Check against MacOS X 10.4 poll() bug.
14092         When using lib/poll.c, define poll as rpl_poll.
14093
14094 2005-07-14  Paul Eggert  <eggert@cs.ucla.edu>
14095
14096         * modules/argp (Depends-on): Remove unlocked-io.
14097
14098 2005-07-14  Derek Price  <derek@ximbiot.com>
14099
14100         * m4/glob.m4 (gl_GLOB): Cache glob interface check result.  Add check
14101         for glob symlink bug.
14102
14103 2005-07-14  Bruno Haible  <bruno@clisp.org>
14104
14105         * m4/argp.m4 (gl_ARGP): Remove invocation of gl_FUNC_GLIBC_UNLOCKED_IO.
14106         Instead, test for *_unlocked function declarations directly.
14107
14108 2005-07-11  Simon Josefsson  <jas@extundo.com>
14109
14110         * modules/size_max: New file.
14111
14112         * modules/xsize: Depend on size_max module for size_max.m4.
14113
14114 2005-07-11  Simon Josefsson  <jas@extundo.com>
14115
14116         * lib/size_max.h: New file.
14117
14118 2005-07-11  Paul Eggert  <eggert@cs.ucla.edu>
14119
14120         * lib/version-etc-fsf.c (version_etc_copyright): Parameterize the
14121         copyright symbol and the year.
14122         * lib/version-etc.c (COPYRIGHT_YEAR): New constant.
14123         (version_etc_va): Use parameterized copyright notice.
14124         Reword to conform to the current GNU coding standards.
14125
14126 2005-07-11  Karl Berry  <karl@gnu.org>
14127
14128         * doc/gnulib.texi (Quoting): new node.
14129         (Initial import): more info, from Patrice.
14130
14131 2005-07-11  Bruno Haible  <bruno@clisp.org>
14132
14133         * gnulib-tool (func_usage): Document option --avoid.
14134         (Command line options): Handle --avoid.
14135         (func_acceptable): New function.
14136         (func_modules_transitive_closure): Use it.
14137
14138 2005-07-11  Bruno Haible  <bruno@clisp.org>
14139
14140         * MODULES.html.sh: Use shortcut URLs to the www.opengroup.org site.
14141         Reported by Jim Meyering.
14142
14143 2005-07-10  Bruno Haible  <bruno@clisp.org>
14144
14145         * m4/size_max.m4 (gl_SIZE_MAX): Cast ~(size_t)0 back to size_t.
14146         Needed when size_t is smaller than 'unsigned int'.
14147         Reported by Paul Eggert.
14148
14149 2005-07-09  Sergey Poznyakoff  <gray@gnu.org.ua>
14150
14151         * modules/argp (Depends-on): Add unlocked-io
14152
14153 2005-07-09  Sergey Poznyakoff  <gray@gnu.org.ua>
14154
14155         * lib/argp-namefrob.h: Include unlocked-io.h. Removed unnecessary
14156         block of defines.
14157
14158 2005-07-08  Paul Eggert  <eggert@cs.ucla.edu>
14159
14160         * config/srclist.txt: Comment out regcomp.c, since we have a porting
14161         fix now.
14162
14163 2005-07-08  Eric Blake  <ebb9@byu.net>  (tiny change)
14164         and Paul Eggert  <eggert@cs.ucla.edu>
14165
14166         * lib/regcomp.c (init_dfa, build_range_exp): Store __btowc value
14167         in wint_t, not wchar_t.  Remove now-unnecessary cast.
14168
14169 2005-07-07  Paul Eggert  <eggert@cs.ucla.edu>
14170
14171         * modules/regex (Files): Add lib/regex_internal.c,
14172         lib/regex_internal.h, lib/regexec.c, lib/regcomp.c, m4/codeset.m4.
14173         (Depends-on): Add extensions.
14174         (Makefile.am): Remove lib_SOURCES; now done by m4 code.
14175
14176 2005-07-07  Paul Eggert  <eggert@cs.ucla.edu>
14177
14178         * m4/backupfile.m4 (gl_BACKUPFILE): Use AC_CHECK_FUNCS_ONCE on
14179         pathconf.
14180         * m4/same.m4 (gl_SAME): Likewise.
14181         Require AC_SYS_LONG_FILE_NAMES; bug reported by Gerrit P. Haase.
14182
14183         * m4/regex.m4: Adjust to new libc regex implementation.
14184         (gl_INCLUDED_REGEX): Add AC_LIBSOURCES for
14185         all the .c and .h parts of (the new) regex.
14186         Quote the m4 stuff better.
14187         Check for RE_ICASE bug of old gnulib.
14188         Check for REG_STARTEND of recent libc.
14189         Rename local variables from jm_* to gl_*.
14190         Quote operand of "test -f".
14191         Say "recent enough" version of libc, not "version 2".
14192         (gl_PREREQ_REGEX): Remove AC_FUNC_ALLOCA, since alloca is a
14193         prerequisite module.  Remove AC_HEADER_STDC; no longer needed.
14194         Check for locale.h, isblank, mbrtowc, wcrtomb, wcscoll.
14195         Remove check for btowc, isascii.
14196         Require AM_LANGINFO_CODESET.
14197
14198 2005-07-07  Paul Eggert  <eggert@cs.ucla.edu>
14199
14200         * lib/regex.c, regex.h: Sync from libc.
14201         * lib/regcomp.c, lib/regexec_internal.c, lib/regex_internal.h:
14202         * lib/regexec.c:
14203         New files, synced from libc, except that regex_internal.h
14204         currently has a small porting fix.
14205
14206 2005-07-07  Paul Eggert  <eggert@cs.ucla.edu>
14207
14208         * config/srclist.txt: Add regcomp.c, regex.c, regex.h,
14209         regex_internal.c, regexec.c.
14210         Add regex_internal.h too, but as a comment, since the libc version
14211         is currently broken in gnulib mode.
14212
14213 2005-07-06  Paul Eggert  <eggert@cs.ucla.edu>
14214
14215         Support programs like Emacs that use gnulib but not gettext.
14216         * MODULES.html.sh (Internationalization functions): Add gettext-h.
14217         * modules/gettext-h: New file.
14218         * modules/gettext (Files): Remove lib/gettext.h.
14219         (Depends-on): Add gettext-h.
14220         (Makefile.am): Remove lib_SOURCES.
14221         * modules/argmatch, modules/c-stack, modules/closeout:
14222         * modules/copy-file, modules/csharpcomp, modules/csharpexec:
14223         * modules/execute, modules/file-type, modules/getaddrinfo:
14224         * modules/getopt, modules/human, modules/javacomp:
14225         * modules/javaexec, modules/mkdir-p, modules/obstack:
14226         * modules/openat, modules/pagealign_alloc, modules/pipe:
14227         * modules/quotearg, modules/regex, modules/rpmatch:
14228         * modules/unicodeio, modules/userspec, modules/version-etc:
14229         * modules/wait-process, modules/xalloc-die, modules/xmemcoll:
14230         * modules/xsetenv:
14231         Depend on gettext-h, not gettext.
14232
14233 2005-07-05  Paul Eggert  <eggert@cs.ucla.edu>
14234
14235         * gnulib-tool (func_import): Add support for 'public domain' license.
14236         * modules/alloca, modules/atexit, modules/memmove:
14237         Now public domain, not GPL.
14238         * modules/dup2, modules/getpagesize, modules/malloc, modules/memset:
14239         * modules/realloc, modules/strerror, modules/strtod:
14240         Now LGPL, not GPL.
14241
14242 2005-07-05  Bruno Haible  <bruno@clisp.org>
14243
14244         * m4/mbrtowc.m4 (gl_FUNC_MBRTOWC): Upgrade to version from current
14245         autoconf CVS. Needed for mingw.
14246
14247 2005-07-03  Paul Eggert  <eggert@cs.ucla.edu>
14248
14249         Remove the dependency of the strftime module on the tzset module.
14250         * modules/strftime (Depends-on): Remove dependency on tzset.
14251
14252 2005-07-03  Paul Eggert  <eggert@cs.ucla.edu>
14253
14254         Remove the dependency of the strftime module on the tzset module.
14255         * m4/strftime.m4 (gl_FUNC_STRFTIME): Don't require
14256         gl_FUNC_TZSET_CLOBBER.
14257
14258 2005-07-03  Paul Eggert  <eggert@cs.ucla.edu>
14259
14260         Remove the dependency of the strftime module on the tzset module.
14261         * lib/strftime.c (my_strftime)
14262         [! defined _LIBC && ! HAVE_RUN_TZSET_TEST]:
14263         Copy the input structure, to work around some of the bug with
14264         Solaris 2.5.1 and Solaris 2.6.  If you still care about these old
14265         Solaris releases, you should also use the tzset module, but we won't
14266         require it as a dependency any more since we don't want LGPLed code
14267         to depend on GPLed code.
14268
14269 2005-07-02  Jim Meyering  <jim@meyering.net>
14270
14271         * m4/chown.m4, cloexec.m4, dup2.m4, fsusage.m4:
14272         * m4/getcwd-path-max.m4, getcwd.m4, mkstemp.m4, mountlist.m4:
14273         * m4/pagealign_alloc.m4, save-cwd.m4, unistd-safer.m4:
14274         Don't check for fcntl.h, and don't test for HAVE_FCNTL_H.
14275
14276 2005-07-02  Jim Meyering  <jim@meyering.net>
14277
14278         * lib/backupfile.c (backup_args): Change a `0' to NULL.
14279
14280 2005-07-01  Paul Eggert  <eggert@cs.ucla.edu>
14281
14282         * lib/xnanosleep.c: Include timespec.h, since OpenBSD 3.4 <time.h>
14283         declares only 'struct timespec;' (!).
14284
14285 2005-07-01  Jim Meyering  <jim@meyering.net>
14286
14287         * lib/chown.c, cloexec.c, dup-safer.c, dup2.c, fsusage.c, getcwd.c:
14288         * lib/getloadavg.c, mountlist.c, openat.h, pagealign_alloc.c:
14289         * lib/save-cwd.c, tempname.c:
14290         Assume HAVE_FCNTL_H (i.e., include <fcntl.h> unconditionally,
14291         and don't include <sys/file.h>).
14292
14293 2005-06-29  Jim Meyering  <jim@meyering.net>
14294
14295         * lib/mkdir-p.c (make_dir_parents): Don't apply sizeof to a hard-coded
14296         type name.  Use the variable name instead.
14297         * lib/idcache.c (getuser, getuidbyname, getgroup, getgidbyname):
14298         Likewise.
14299
14300 2005-06-28  Simon Josefsson  <jas@extundo.com>
14301
14302         * modules/check-version (Files): Add check-version.m4.
14303
14304 2005-06-28  Simon Josefsson  <jas@extundo.com>
14305
14306         * m4/check-version.m4: New file, suggested by Jim Meyering
14307         <jim@meyering.net>.
14308
14309 2005-06-28  Simon Josefsson  <jas@extundo.com>
14310
14311         * lib/check-version.h, lib/check-version.c: New files.
14312
14313 2005-06-28  Simon Josefsson  <jas@extundo.com>
14314
14315         * lib/base64.c (base64_encode): Indent.  Rename 'b64' to avoid
14316         collision with global variable.  Better indentation.  Don't
14317         increment buffer pointer beyond buffer end.  Based on comments
14318         from Paul Eggert <eggert@cs.ucla.edu>.
14319
14320         * lib/base64.h: Indent.
14321
14322 2005-06-28  Simon Josefsson  <jas@extundo.com>
14323
14324         * doc/gnulib.texi (Library version handling): New section.
14325
14326 2005-06-28  Jim Meyering  <jim@meyering.net>
14327
14328         * check-module (find_included_lib_files): Hard-code another
14329         pair of exceptions: fts.c includes fts-cycle.c and unistd-safer.h
14330         but modules/fts-lgpl (correctly) does not list those files.
14331
14332         * modules/canonicalize (Files): Add lib/pathmax.h.
14333
14334 2005-06-25  Simon Josefsson  <jas@extundo.com>
14335
14336         * modules/check-version: New file.
14337
14338 2005-06-24  Paul Eggert  <eggert@cs.ucla.edu>
14339
14340         * lib/canon-host.c (canon-host): Append trailing "," to 0 in
14341         initializer of struct addrinfo, as an indication that we don't
14342         care how many members the structure has.
14343
14344 2005-06-24  Derek Price  <derek@ximbiot.com>
14345         and Bruno Haible  <bruno@clisp.org>
14346
14347         Remove stat module & update lstat.
14348         * m4/lstat.m4 (gl_FUNC_LSTAT): Drop AC_FUNC_LSTAT in favor of
14349         AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK.
14350         * m4/stat.m4: Remove this file.
14351
14352 2005-06-24  Derek Price  <derek@ximbiot.com>
14353         and Bruno Haible  <bruno@clisp.org>
14354
14355         Remove stat module & update lstat.
14356         * lib/stat.c: Remove this file...
14357         (slash_aware_lstat): ...moving this content and its support...
14358         * lib/lstat.c (rpl_lstat): ...into here.
14359         * lib/lstat.h: New file.
14360
14361 2005-06-24  Derek Price  <derek@ximbiot.com>
14362         and Bruno Haible  <bruno@clisp.org>
14363
14364         Remove stat module & update lstat.
14365         * config/srclist.txt (libc sources): Remove stat.
14366
14367 2005-06-24  Derek Price  <derek@ximbiot.com>
14368         and Bruno Haible  <bruno@clisp.org>
14369
14370         Remove stat module & update lstat.
14371         * MODULES.html.sh (stat): Remove.
14372         * MODULES.html: Regenerated.
14373         * modules/lstat (Description): Correct function name.
14374         (Files): Add "lstat.h".
14375         (Depends-on): Remove stat, add xalloc, stat-macros.
14376         * modules/stat: Remove this file.
14377         (Include): Add "lstat.h", remove <sys/stat.h>.
14378
14379 2005-06-23  Paul Eggert  <eggert@cs.ucla.edu>
14380
14381         * lib/mktime.c: Include <string.h> even if !DEBUG.  (From glibc.)
14382         (ranged_convert): Don't save conversion in a temporary struct.
14383         This causes a warning with GCC 4.0.0, and anyway in the typical
14384         case it's not worth the extra 100 bytes or so of code.
14385         (ranged_convert, __mktime_internal): When calling a function via a
14386         pointer P, use P () rather than (*P) (), as we now assume C89 or
14387         better.
14388
14389 2005-06-22  Paul Eggert  <eggert@cs.ucla.edu>
14390
14391         * lib/readutmp.c (desirable_utmp_entry): Fix bug where "who -b" and
14392         "who -r" failed to give output.  Problem reported by Tim Waugh.
14393
14394         * lib/xmalloc.c (HAVE_GNU_CALLOC): New constant.
14395         (xcalloc): Use it to avoid needless tests.
14396         Problem reported by Jim Meyering.
14397
14398 2005-06-20  Derek Price  <derek@ximbiot.com>
14399
14400         * m4/bison.m4: Note that precious decls of YACC & YFLAGS will be
14401         unnecessary for Autoconfs > 2.59c.
14402
14403 2005-06-16  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
14404
14405         * lib/argp.h (__option_is_short): Check upper limit of
14406         __key. Isprint() requires its argument to have the value
14407         of an unsigned char or EOF.
14408
14409 2005-06-16  Jim Meyering  <jim@meyering.net>
14410
14411         * lib/calloc.c (rpl_calloc): Allocate a 1-byte buffer (not 1xS or Nx1)
14412         when either N or S is zero.
14413
14414 2005-06-16  Derek Price  <derek@ximbiot.com>
14415
14416         * m4/bison.m4: Declare YACC & YFLAGS precious.
14417
14418 2005-06-10  Paul Eggert  <eggert@cs.ucla.edu>
14419
14420         * lib/fnmatch.c (fnmatch): If there is an encoding error in a
14421         multibyte string or pattern, fall back on unibyte matching.
14422         Problem reported by James Youngman.
14423
14424 2005-06-08  Bruno Haible  <bruno@clisp.org>
14425
14426         * modules/csharpcomp: New file.
14427         * MODULES.html.sh (C#): Add csharpcomp.
14428
14429 2005-06-08  Bruno Haible  <bruno@clisp.org>
14430
14431         * m4/csharpcomp.m4: New file, from GNU gettext.
14432
14433 2005-06-08  Bruno Haible  <bruno@clisp.org>
14434
14435         * lib/csharpcomp.h: New file, from GNU gettext.
14436         * lib/csharpcomp.c: New file, from GNU gettext.
14437         * lib/csharpcomp.sh.in: New file, from GNU gettext.
14438
14439 2005-06-08  Bruno Haible  <bruno@clisp.org>
14440
14441         * lib/binary-io.h (fileno): Undefine before defining it. Avoids a gcc
14442         warning on mingw.
14443
14444 2005-06-07  Derek Price  <derek@ximbiot.com>
14445
14446         Sync from CVS.
14447         * lib/glob_.h: Indent nested #ifdef.
14448
14449 2005-06-02  Paul Eggert  <eggert@cs.ucla.edu>
14450
14451         Sync from coreutils.
14452         Use "file name" when talking about file names, instead of "filename"
14453         or "path", as per the GNU coding standards.
14454         * lib/mkdir-p.c: Renamed from makepath.c.
14455         (make_dir_parents): Renamed from make_path.  All callers changed.
14456         * lib/mkdir-p.h: Likewise.  All includers changed.
14457         * lib/filenamecat.c: Renamed from path-concat.c.
14458         (file_name_concat): Renamed from path_concat.  All callers changed.
14459         [TEST_FILE_NAME_CONCAT]: Renamed from TEST_PATH_CONCAT.
14460         * lib/filenamecat.h: Likewise.  All includers changed.
14461         * lib/acl.c: Don't use "path" or "filename" to mean "file name"
14462         in comments or local variable names.
14463         * lib/basename.c: Likewise.
14464         * lib/canonicalize.c, canonicalize.h: Likewise.
14465         * lib/dirname.c, dirname.h: Likewise.
14466         * lib/euidaccess.c: Likewise.
14467         * lib/exclude.c: Likewise
14468         * lib/fnmatch_.h, fnmatch_loop.c: Likewise.
14469         * lib/fsusage.c, fsuage.h: Likewise.
14470         * lib/fts.c, fts_.h: Likewise.
14471         * lib/getcwd.c: Likewise.
14472         * lib/getloadavg.c: Likewise.
14473         * lib/mkstemp.c: Likewise.
14474         * lib/mountlist.c, mountlist.h: Likewise.
14475         * lib/openat.c, openat.h: Likewise.
14476         * lib/readlink-stub.c: Likewise.
14477         * lib/readutmp.c, readutmp.h: Likewise.
14478         * lib/rename.c: Likewise.
14479         * lib/rmdir.c: Likewise.
14480         * lib/same.c: Likewise.
14481         * lib/savedir.c: Likewise.
14482         * lib/stripslash.c: Likewise.
14483         * lib/tempname.c: Likewise.
14484         * lib/xreadlink.c: Likewise.
14485         * lib/exclude.c (excluded_file_name): Renamed from excluded_filename.
14486         All uses changed.
14487         * lib/exclude.h: Likewise.
14488
14489         * lib/euidaccess.c (getuid, getgid, getuid, getegid)
14490         [!defined _POSIX_VERSION]: Remove decls; not needed these days.
14491         * lib/idcache.c (getpwuid, getpwnam, getgrgid, getgrnam)
14492         [!defined _POSIX_VERSION]: Remove decls; not needed these days.
14493         * lib/pathmax.h: Include <limits.h> unconditionally, since other
14494         files have been getting away with it for years (MORE/BSD 4.3
14495         is extinct now).
14496         * lib/userspec.c (getpwnam, getgrnam, getgrgid)
14497         [!defined _POSIX_VERSION]: Remove decls; not needed these days.
14498
14499         * lib/pathmax.h (_POSIX_PATH_MAX) [!defined _POSIX_PATH_MAX]:
14500         Define to 256, not 255, as per modern POSIX.
14501
14502 2005-06-02  Paul Eggert  <eggert@cs.ucla.edu>
14503
14504         Sync from coreutils.
14505         Use "file name" when talking about file names, instead of "filename"
14506         or "path", as per the GNU coding standards.
14507         * MODULES.html.sh: mkdir-p renamed from makepath.
14508         filenamecat renamed from path-concat.
14509         * modules/filenamecat: Renamed from modules/path-concat.
14510         (Files): filenamecat.h and filenamecat.c renamed from
14511         path-concat.h and path-concat.c.
14512         (configure.ac): gl_FILE_NAME_CONCAT, not gl_PATH_CONCAT.
14513         (Include): filenamecat.h, not path-concat.h.
14514         * modules/mkdir-p: Renamed from modules/makepath.
14515         (Files): mkdir-p.h and mkdir-p.c renamed from makepath.h and
14516         makepath.c.
14517         (configure.ac): gl_MKDIR_PARENTS, not gl_MAKEPATH.
14518         (Include): mkdir-p.h, not makepath.h.
14519
14520 2005-06-02  Paul Eggert  <eggert@cs.ucla.edu>
14521
14522         Sync from coreutils.
14523         * m4/mkdir-p.m4: Renamed from makepath.m4.
14524         (gl_MKDIR_PARENTS): Renamed from gl_MAKEPATH.  All uses changed.
14525         Rename files from makepath.c to mkdir-p.c, and from
14526         makepath.h to mkdir-p.h.
14527         * m4/filenamecat.m4: Renamed from path-concat.m4.
14528         (gl_FILE_NAME_CONCAT): Renamed from gl_PATH_CONCAT.  All uses changed.
14529         Rename files from path-concat.c to filenamecat.c,
14530         and from path-concat.h to filenamecat.h.
14531         * m4/getcwd-path-max.m4: Don't use "path" or "filename" to mean
14532         "file name" in local variables or comments.
14533         * m4/rename.m4: Likewise.
14534
14535 2005-06-01  Bruno Haible  <bruno@clisp.org>
14536
14537         * modules/csharpexec: New file.
14538         * MODULES.html.sh (C#): New section.
14539
14540 2005-06-01  Bruno Haible  <bruno@clisp.org>
14541
14542         * m4/csharp.m4: New file, from GNU gettext.
14543         * m4/csharpexec.m4: New file, from GNU gettext.
14544
14545 2005-06-01  Bruno Haible  <bruno@clisp.org>
14546
14547         * lib/csharpexec.h: New file, from GNU gettext.
14548         * lib/csharpexec.c: New file, from GNU gettext.
14549         * lib/csharpexec.sh.in: New file, from GNU gettext.
14550
14551 2005-05-31  Derek Price  <derek@ximbiot.com>
14552             Paul Eggert  <eggert@cs.ucla.edu>
14553
14554         Sync from cvs.
14555         * m4/glob.m4: s/MISSING_SYS_CDEFS_H/_SYS_CDEFS_H/ and comment.
14556
14557 2005-05-31  Derek Price  <derek@ximbiot.com>
14558             Paul Eggert  <eggert@cs.ucla.edu>
14559
14560         Sync from cvs.
14561         * lib/glob_.h: s/MISSING_SYS_CDEFS_H/_SYS_CDEFS_H/ and comment.
14562
14563 2005-05-29  Derek Price  <derek@ximbiot.com>
14564
14565         * config/srclist.txt (glob_.h, glob.c): Add these files.
14566
14567 2005-05-29  Derek Price  <derek@ximbiot.com>
14568
14569         * MODULES.html.sh: Add glob to Enhanced POSIX.2001 section.
14570         * modules/glob: New file.
14571         * modules/getlogin_r: Add link to POSIX spec in description.
14572
14573 2005-05-29  Derek Price  <derek@ximbiot.com>
14574             Paul Eggert  <eggert@cs.ucla.edu>
14575
14576         * m4/glob.m4: New file.
14577
14578 2005-05-29  Derek Price  <derek@ximbiot.com>
14579             Paul Eggert  <eggert@cs.ucla.edu>
14580
14581         * lib/glob_.h, lib/glob.c: New files.
14582
14583 2005-05-27  Paul Eggert  <eggert@cs.ucla.edu>
14584
14585         * modules/fts (Files): Remove m4/inttypes-pri.m4.
14586         * modules/fts-lgpl (Depends-on): Remove gettext.
14587
14588 2005-05-27  Paul Eggert  <eggert@cs.ucla.edu>
14589
14590         * m4/fts.m4 (gl_FUNC_FTS_CORE): Don't check for inttypes.h or stdint.h,
14591         and don't require gt_INTTYPES_PRI.
14592
14593 2005-05-27  Paul Eggert  <eggert@cs.ucla.edu>
14594
14595         * lib/getlogin_r.c (getlogin_r): Don't set errno to 0 on return.
14596
14597         * lib/fts.c: Don't worry about debugging on pre-C99-compatible hosts;
14598         the configuration hassle isn't worth it.
14599         Include inttypes.h and stdint.h unconditionally if FTS_DEBUG.
14600         (LONGEST_MODIFIER, PRIuMAX): Remove.
14601
14602 2005-05-27  Bruno Haible  <bruno@clisp.org>
14603
14604         * lib/getlogin_r.h: Remove second include of <stddef.h>.
14605
14606 2005-05-26  Paul Eggert  <eggert@cs.ucla.edu>
14607
14608         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Define
14609         _POSIX_PTHREAD_SEMANTICS for Solaris.
14610
14611 2005-05-25  Derek Price  <derek@ximbiot.com>
14612
14613         * MODULES.html.sh: Add getlogin_r to POSIX.2001 support section.
14614
14615 2005-05-25  Derek Price  <derek@ximbiot.com>
14616             Paul Eggert  <eggert@cs.ucla.edu>
14617
14618         * modules/getlogin_r, m4/getlogin_r.m4: New files.
14619         * lib/getlogin_r.c, getlogin_r.h: New files.
14620
14621 2005-05-25  Bruno Haible  <bruno@clisp.org>
14622             Derek Price  <derek@ximbiot.com>
14623
14624         * lib/getlogin_r.h: Simplify API documentation.
14625
14626 2005-05-23  Derek Price  <derek@ximbiot.com>
14627
14628         * modules/minmax (Files): Add m4/minmax.m4.
14629         (configure.ac): Add gl_MINMAX.
14630
14631 2005-05-22  Paul Eggert  <eggert@cs.ucla.edu>
14632
14633         * lib/fts.c (fd_safer) [_LGPL_PACKAGE]: New static function,
14634         so that unistd-safer.h (GPL'ed code) need not be included.
14635
14636 2005-05-22  Bruno Haible  <bruno@clisp.org>
14637
14638         * m4/minmax.m4: New file.
14639         Based on a patch by Derek Price <derek@ximbiot.com>.
14640
14641 2005-05-22  Bruno Haible  <bruno@clisp.org>
14642
14643         * lib/stdint_.h (_STDINT_H_HAVE_INT64): New macro. Use it in #ifdefs.
14644         (INT64_MIN): Fix definition.
14645         Suggested by Paul Eggert <eggert@cs.ucla.edu>.
14646
14647         * lib/stdint_.h (_STDINT_H_NEED_SIGNED_INT_TYPES): Renamed from
14648         NEED_SIGNED_INT_TYPES.
14649
14650         * lib/stdint_.h (_STDINT_H_HAVE_SYSTEM_INTTYPES): Renamed from
14651         HAVE_SYSTEM_INTTYPES.
14652
14653 2005-05-22  Bruno Haible  <bruno@clisp.org>
14654
14655         * lib/minmax.h: Include <limits.h> only when it defines MIN, MAX.
14656         Also include <sys/param.h> if it defines MIN, MAX.
14657         Based on a patch by Derek Price <derek@ximbiot.com>.
14658
14659 2005-05-21  Jim Meyering  <jim@meyering.net>
14660
14661         * modules/fts (Files): Add m4/inttypes-pri.m4.
14662         (Depends-on): Add lstat and remove gettext.  Alphabetize.
14663
14664 2005-05-20  Paul Eggert  <eggert@cs.ucla.edu>
14665
14666         New fts module.
14667         * lib/fts.c: Don't include "cycle-check.h" or "hash.h".
14668         (setup_dir, free_dir): New functions.
14669         (enter_dir, leave_dir): Define trivial
14670         alternatives of _LGPL_PACKAGE.  Move to fts-cycle.c if !_LGPL_PACKAGE.
14671         (HT_INITIAL_SIZE, ENTER_DIR): Remove.  All uses removed.
14672         (LEAVE_DIR): Fix typo: pass Fts and Ent to leave_dir.
14673         (struct Active_dir, AD_compare, AD_hash, enter_dir, leave_dir):
14674         Move to fts-cycle.c.
14675         (fts_open): Use setup_dir.
14676         (fts_close): Use free_dir.
14677         (fts_read): Have just one copy of the ENTER_DIR code rather than three.
14678         This adds a label and some gotos, but the alternatives were messier.
14679         Check for memory allocation failure when entering a dir.
14680         (fts_stat) [_LGPL_PACKAGE]: Bring back glibc cycle detection code.
14681         * lib/fts_.h (_LGPL_PACKAGE) [defined _LIBC]: New macro.
14682         (FTS): New member fts_cycle, that is a union that contains the
14683         old active_dir_ht and cycle_state.  All uses changed to mention
14684         fts_cycle.ht and fts_cycle.state.
14685         * lib/fts-cycle.c: New file, containing GPL'ed code migrated out of
14686         fts.c, with the following changes:
14687         (setup_dir, free_dir): New functions.
14688         (enter_dir): Now returns bool.  Return true if successful, false
14689         if memory exhausted.  All callers changed.
14690         Do not bother partly cleaning up on
14691         memory allocation failure; that is free_dir's job.
14692         However, free ad if hash_insert fails, to avoid memory leak.
14693         (enter_dir, leave_dir): Accommodate change to FTS by inspecting
14694         fts->fts_options to see which union member to use.
14695
14696 2005-05-20  Paul Eggert  <eggert@cs.ucla.edu>
14697
14698         * m4/fts.m4 (gl_FUNC_FTS_CORE): Renamed from gl_FUNC_FTS.
14699         (gl_FUNC_FTS, gl_FUNC_FTS_LGPL): New macros.
14700
14701 2005-05-20  Paul Eggert  <eggert@cs.ucla.edu>
14702
14703         * MODULES.html.sh (File system functions): Add fts, fts-lgpl.
14704
14705 2005-05-20  Jim Meyering  <jim@meyering.net>
14706
14707         * lib/unlinkdir.h (cannot_unlink_dir) [UNLINK_CANNOT_UNLINK_DIR]:
14708         Now a macro, to pacify GCC.
14709
14710 2005-05-20  Eric Blake  <ebb9@byu.net>  (tiny change)
14711
14712         * m4/chown.m4 (gl_FUNC_CHOWN): Correct sense of test for honoring IDs
14713         of -1.
14714
14715 2005-05-20  Eric Blake  <ebb9@byu.net>  (tiny change)
14716
14717         * lib/chown.c (rpl_chown): Return -1 on failure.
14718
14719 2005-05-18  Paul Eggert  <eggert@cs.ucla.edu>
14720
14721         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME]):
14722         Don't check for stddef.h.
14723         * m4/fts.m4 (gl_FUNC_FTS): Don't require AC_HEADER_STDC, as we
14724         don't use its results.
14725         Don't check for fcntl.h, stddef.h, stdlib.h, string.h, unistd.h,
14726         since we include them unconditionally.  Don't require
14727         AM_STDBOOL_H, since stdbool is a prerequisite.
14728         Don't require AC_C_CONST, AC_TYPE_SIZE_T or check for ptrdiff_t
14729         since we assume C89 or better.
14730         Don't require AC_FUNC_CLOSEDIR_VOID, AC_FUNC_LSTAT, or AC_FUNC_STAT,
14731         as we don't use their results.
14732         Don't check for fchdir, memmove, memset, strrchr, as we use
14733         them unconditionally.
14734         * m4/gettimeofday.m4 (AC_FUNC_GETTIMEOFDAY_CLOBBER): Don't define
14735         GETTIMEOFDAY_CLOBBERS_LOCALTIME_BUFFER, since nobody uses it.
14736
14737 2005-05-18  Paul Eggert  <eggert@cs.ucla.edu>
14738
14739         * lib/canonicalize.c: Include canonicalize.h first, to test interface.
14740         Include <stddef.h> unconditionally, since we assume C89 now.
14741         All uses of PTR_INT_TYPE replaced by ptrdiff_t.
14742         * lib/fts.c: Include fts_.h first, to check interface.
14743         Do not include intprops.h; no longer needed.
14744         Include cycle-check.h and hash.h, since fts_.h no longer does.
14745         Remove unnecessary casts of closedir to void.
14746         (fts_build): Use a simpler method (not involving TYPE_SIGNED) to
14747         decide whether to decrement nlinks.
14748         * lib/fts_.h: Do not include hash.h or cycle-check.h; no longer needed.
14749         (FTS): Use struct hash_table * instead of Hash_table, so that
14750         we no longer need to include hash.h here.
14751
14752 2005-05-18  Jim Meyering  <jim@meyering.net>
14753
14754         * modules/dirfd (License): Change to LGPL.  Most of the code
14755         is already in the public domain.
14756
14757 2005-05-18  Jim Meyering  <jim@meyering.net>
14758
14759         * m4/fts.m4 (AC_LIBSOURCES): Add intprops.h to the list.
14760         Reported by Yoann Vandoorselaere.
14761
14762 2005-05-17  Jim Meyering  <jim@meyering.net>
14763
14764         * m4/fts.m4: New file, from coreutils.
14765
14766 2005-05-17  Jim Meyering  <jim@meyering.net>
14767
14768         * lib/fts.c, lib/fts_.h: New files, from coreutils.
14769
14770 2005-05-14  Paul Eggert  <eggert@cs.ucla.edu>
14771
14772         Sync from coreutils.
14773         * m4/unlinkdir.m4: New file.
14774
14775 2005-05-14  Paul Eggert  <eggert@cs.ucla.edu>
14776
14777         Sync from coreutils.
14778         * lib/unlinkdir.c, lib/unlinkdir.h: New files.
14779         * lib/gethrxtime.c, lib/gethrxtime.h, lib/getpass.h, lib/mountlist.h,
14780         lib/path-concat.c, lib/regex.h, lib/unlocked-io.h, lib/xtime.h:
14781         White space changes only.
14782         * lib/makepath.c (make_path): Port to hosts where leading "//" is
14783         special.
14784         * lib/yesno.c: Include getline.h, not ctype.h.
14785         (yesno): Don't remove leading white space; POSIX doesn't allow it.
14786         Use getline to remove arbitrary restriction on response length.
14787
14788 2005-05-14  Paul Eggert  <eggert@cs.ucla.edu>
14789
14790         * config/srclist-update: Spell out "Street" in FSF postal
14791         mail address; this is the style the FSF seems to prefer.
14792
14793         * build-aux/depcomp, build-aux/install-sh, build-aux/mdate-sh,
14794         build-aux/missing, build-aux/mkinstalldirs: Sync from Automake;
14795         this updates FSF postal mail address.
14796
14797         Sync from coreutils.
14798         * modules/unlinkdir: New file.
14799         * modules/yesno (Depends-on): Add getline.
14800         * MODULES.html.sh (File system functions): Add unlinkdir.
14801
14802 2005-05-13  Paul Eggert  <eggert@cs.ucla.edu>
14803
14804         * lib/byteswap_.h, lib/getsubopt.h, lib/iconvme.h, lib/strsep.c,
14805         lib/strsep.h:
14806         Change the initial comment to refer to GPL, not LGPL.
14807         gnulib-tool will change it to LGPL as needed.
14808
14809         * lib/__fpending.c, lib/acl.c, lib/acl.h, lib/alloca_.h, lib/allocsa.c,
14810         lib/allocsa.h, lib/argmatch.c, lib/argmatch.h, lib/argp-ba.c,
14811         lib/argp-eexst.c, lib/argp-fmtstream.c, lib/argp-fmtstream.h,
14812         lib/argp-fs-xinl.c, lib/argp-help.c, lib/argp-namefrob.h,
14813         lib/argp-parse.c, lib/argp-pv.c, lib/argp-pvh.c, lib/argp-xinl.c,
14814         lib/argp.h, lib/argz.c, lib/argz_.h, lib/asnprintf.c, lib/asprintf.c,
14815         lib/atanl.c, lib/backupfile.c, lib/backupfile.h, lib/base64.c,
14816         lib/base64.h, lib/basename.c, lib/binary-io.h, lib/byteswap_.h,
14817         lib/c-ctype.c, lib/c-ctype.h, lib/c-stack.c, lib/c-stack.h,
14818         lib/c-strtod.c, lib/calloc.c, lib/canon-host.c, lib/canonicalize.c,
14819         lib/canonicalize.h, lib/ceill.c, lib/chdir-long.c, lib/chdir-long.h,
14820         lib/chown.c, lib/classpath.c, lib/classpath.h, lib/cloexec.c,
14821         lib/closeout.c, lib/closeout.h, lib/concatpath.c, lib/config.charset,
14822         lib/copy-file.c, lib/copy-file.h, lib/cycle-check.c, lib/cycle-check.h,
14823         lib/diacrit.c, lib/diacrit.h, lib/dirfd.c, lib/dirfd.h, lib/dirname.c,
14824         lib/dirname.h, lib/dummy.c, lib/dup-safer.c, lib/dup2.c, lib/eealloc.h,
14825         lib/error.c, lib/error.h, lib/euidaccess.c, lib/exclude.c,
14826         lib/exclude.h, lib/execute.c, lib/execute.h, lib/exit.h,
14827         lib/exitfail.c, lib/exitfail.h, lib/expl.c, lib/fatal-signal.c,
14828         lib/fatal-signal.h, lib/fd-safer.c, lib/file-type.c, lib/file-type.h,
14829         lib/fileblocks.c, lib/filemode.c, lib/filemode.h, lib/findprog.c,
14830         lib/findprog.h, lib/floorl.c, lib/fnmatch.c, lib/fnmatch_.h,
14831         lib/fnmatch_loop.c, lib/fopen-safer.c, lib/free.c, lib/frexpl.c,
14832         lib/fsusage.c, lib/fsusage.h, lib/full-read.c, lib/full-read.h,
14833         lib/full-write.c, lib/full-write.h, lib/fwriteerror.c,
14834         lib/fwriteerror.h, lib/gai_strerror.c, lib/gcd.c, lib/gcd.h,
14835         lib/getaddrinfo.c, lib/getaddrinfo.h, lib/getcwd.c, lib/getcwd.h,
14836         lib/getdate.h, lib/getdate.y, lib/getdomainname.c, lib/getdomainname.h,
14837         lib/getgroups.c, lib/gethostname.c, lib/gethrxtime.c, lib/gethrxtime.h,
14838         lib/getline.c, lib/getline.h, lib/getloadavg.c, lib/getndelim2.c,
14839         lib/getndelim2.h, lib/getnline.c, lib/getnline.h, lib/getopt.c,
14840         lib/getopt1.c, lib/getopt_.h, lib/getopt_int.h, lib/getpagesize.h,
14841         lib/getpass.c, lib/getpass.h, lib/getsubopt.c, lib/getsubopt.h,
14842         lib/gettext.h, lib/gettime.c, lib/gettimeofday.c, lib/getugroups.c,
14843         lib/getusershell.c, lib/group-member.c, lib/group-member.h,
14844         lib/hard-locale.c, lib/hard-locale.h, lib/hash-pjw.c, lib/hash-pjw.h,
14845         lib/hash.c, lib/hash.h, lib/human.c, lib/human.h, lib/iconvme.c,
14846         lib/iconvme.h, lib/idcache.c, lib/inet_ntop.h, lib/intprops.h,
14847         lib/inttostr.c, lib/inttostr.h, lib/isdir.c, lib/javacomp.c,
14848         lib/javacomp.h, lib/javacomp.sh.in, lib/javaexec.c, lib/javaexec.h,
14849         lib/javaexec.sh.in, lib/lbrkprop.h, lib/lchown.c, lib/ldexpl.c,
14850         lib/linebreak.c, lib/linebreak.h, lib/linebuffer.c, lib/linebuffer.h,
14851         lib/localcharset.c, lib/localcharset.h, lib/logl.c, lib/long-options.c,
14852         lib/long-options.h, lib/lstat.c, lib/makepath.c, lib/makepath.h,
14853         lib/malloc.c, lib/mathl.h, lib/mbswidth.c, lib/mbswidth.h, lib/md5.c,
14854         lib/md5.h, lib/memcasecmp.c, lib/memcasecmp.h, lib/memchr.c,
14855         lib/memcmp.c, lib/memcoll.c, lib/memcoll.h, lib/memcpy.c, lib/memmem.c,
14856         lib/memmem.h, lib/mempcpy.c, lib/mempcpy.h, lib/memrchr.c,
14857         lib/memrchr.h, lib/memset.c, lib/minmax.h, lib/mkdir.c, lib/mkdtemp.c,
14858         lib/mkdtemp.h, lib/mkstemp.c, lib/mktime.c, lib/modechange.c,
14859         lib/modechange.h, lib/mountlist.c, lib/mountlist.h, lib/nanosleep.c,
14860         lib/obstack.c, lib/obstack.h, lib/openat.c, lib/openat.h,
14861         lib/pagealign_alloc.c, lib/pagealign_alloc.h, lib/path-concat.c,
14862         lib/path-concat.h, lib/pathmax.h, lib/pathname.h, lib/physmem.c,
14863         lib/physmem.h, lib/pipe.c, lib/pipe.h, lib/poll.c, lib/poll_.h,
14864         lib/posixtm.c, lib/posixtm.h, lib/posixver.c, lib/printf-args.c,
14865         lib/printf-args.h, lib/printf-parse.c, lib/printf-parse.h,
14866         lib/progname.c, lib/progname.h, lib/progreloc.c, lib/putenv.c,
14867         lib/quote.c, lib/quote.h, lib/quotearg.c, lib/quotearg.h, lib/raise.c,
14868         lib/readlink.c, lib/readtokens.c, lib/readtokens.h, lib/readtokens0.c,
14869         lib/readtokens0.h, lib/readutmp.c, lib/readutmp.h, lib/realloc.c,
14870         lib/ref-add.sin, lib/ref-del.sin, lib/regex.c, lib/regex.h,
14871         lib/rename.c, lib/rmdir.c, lib/rpmatch.c, lib/safe-read.c,
14872         lib/safe-read.h, lib/safe-write.c, lib/safe-write.h, lib/same.c,
14873         lib/same.h, lib/save-cwd.c, lib/save-cwd.h, lib/savedir.c,
14874         lib/savedir.h, lib/setenv.c, lib/setenv.h, lib/settime.c,
14875         lib/sh-quote.c, lib/sh-quote.h, lib/sha1.c, lib/sha1.h, lib/sig2str.c,
14876         lib/sig2str.h, lib/sincosl.c, lib/snprintf.c, lib/snprintf.h,
14877         lib/sqrtl.c, lib/stat-macros.h, lib/stat.c, lib/stdbool_.h,
14878         lib/stdint_.h, lib/stdio-safer.h, lib/stpcpy.c, lib/stpcpy.h,
14879         lib/stpncpy.c, lib/stpncpy.h, lib/strcase.h, lib/strcasecmp.c,
14880         lib/strchrnul.c, lib/strchrnul.h, lib/strcspn.c, lib/strdup.c,
14881         lib/strdup.h, lib/strerror.c, lib/strftime.c, lib/strftime.h,
14882         lib/stripslash.c, lib/strndup.c, lib/strndup.h, lib/strnlen.c,
14883         lib/strpbrk.c, lib/strpbrk.h, lib/strsep.c, lib/strsep.h, lib/strstr.c,
14884         lib/strstr.h, lib/strtod.c, lib/strtoimax.c, lib/strtok_r.c,
14885         lib/strtok_r.h, lib/strtol.c, lib/strtoll.c, lib/strtoul.c,
14886         lib/strtoull.c, lib/strverscmp.c, lib/strverscmp.h, lib/sysexit_.h,
14887         lib/tempname.c, lib/time_r.c, lib/time_r.h, lib/timegm.c, lib/timegm.h,
14888         lib/timespec.h, lib/trigl.c, lib/trigl.h, lib/ucs4-utf16.h,
14889         lib/ucs4-utf8.h, lib/unicodeio.c, lib/unicodeio.h, lib/unistd-safer.h,
14890         lib/unlocked-io.h, lib/unsetenv.c, lib/userspec.c, lib/utf16-ucs4.h,
14891         lib/utf8-ucs4.h, lib/utime.c, lib/utimecmp.c, lib/utimecmp.h,
14892         lib/utimens.c, lib/vasnprintf.c, lib/vasnprintf.h, lib/vasprintf.c,
14893         lib/vasprintf.h, lib/version-etc-fsf.c, lib/version-etc.c,
14894         lib/version-etc.h, lib/vsnprintf.c, lib/vsnprintf.h, lib/w32spawn.h,
14895         lib/wait-process.c, lib/wait-process.h, lib/xalloc-die.c, lib/xalloc.h,
14896         lib/xallocsa.c, lib/xallocsa.h, lib/xasprintf.c, lib/xgetcwd.c,
14897         lib/xgetcwd.h, lib/xgetdomainname.c, lib/xgetdomainname.h,
14898         lib/xgethostname.c, lib/xmalloc.c, lib/xmemcoll.c, lib/xnanosleep.c,
14899         lib/xreadlink.c, lib/xreadlink.h, lib/xsetenv.c, lib/xsetenv.h,
14900         lib/xsize.h, lib/xstrndup.c, lib/xstrndup.h, lib/xstrtod.c,
14901         lib/xstrtod.h, lib/xstrtoimax.c, lib/xstrtol.c, lib/xstrtol.h,
14902         lib/xstrtoumax.c, lib/xtime.h, lib/xvasprintf.c, lib/xvasprintf.h,
14903         lib/yesno.c, lib/yesno.h:
14904         Update FSF postal mail address.
14905
14906 2005-05-13  Paul Eggert  <eggert@cs.ucla.edu>
14907
14908         * MODULES.html.sh, README, gnulib-tool, tests/test-base64.c,
14909         tests/test-memmem.c, tests/test-stpncpy.c:
14910         Update FSF postal mail address.
14911
14912 2005-05-13  Bruno Haible  <bruno@clisp.org>
14913
14914         * lib/stdint_.h (int64_t, uint64_t, int_least64_t, uint_least64_t,
14915         int_fast64_t, uint_fast64_t, intmax_t, uintmax_t, INT64_MIN, INT64_MAX,
14916         UINT64_MAX, INT_LEAST64_MIN, INT_LEAST64_MAX, UINT_LEAST64_MAX,
14917         INT_FAST64_MIN, INT_FAST64_MAX, UINT_FAST64_MAX, INTMAX_MIN,
14918         INTMAX_MAX, UINTMAX_MAX, INT64_C, UINT64_C, INTMAX_C, UINTMAX_C):
14919         Add support for 64-bit integers in the MSVC compiler.
14920
14921 2005-05-12  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
14922
14923         * modules/getdate (Makefile.am): Add getdate.c to EXTRA_DIST
14924
14925 2005-05-12  Eric Blake  <ebb9@byu.net>  (tiny change)
14926
14927         * gnulib-tool (func_import): Sort and uniquify recommended includes.
14928
14929 2005-05-11  Paul Eggert  <eggert@cs.ucla.edu>
14930
14931         * doc/getdate.texi (General date syntax): Don't say that date
14932         date --iso-8601=ns generates acceptable dates; it doesn't yet.
14933         Problem reported by Nic Ferrier.
14934
14935 2005-05-10  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
14936
14937         * lib/getaddrinfo.c: Don't fail when SOCK_STREAM or SOCK_DGRAM are
14938         specified in ai_socktype. Fix invalid ai_protocol
14939         check. ai_protocol is usually set to 0 or depending on
14940         ai_family/ai_socktype to IPPROTO_TCP / IPPROTO_UDP.  Checking for
14941         SOCK_STREAM / SOCK_DGRAM in ai_protocol was invalid.  Set
14942         ai_socktype / ai_protocol in the returned addrinfo structure.
14943
14944 2005-05-10  Simon Josefsson  <jas@extundo.com>
14945
14946         * m4/getaddrinfo.m4: Look in libnsl/libsocket for getaddrinfo, from
14947         Yoann Vandoorselaere <yoann.v@prelude-ids.com>.
14948
14949 2005-05-10  Karl Berry  <karl@gnu.org>
14950
14951         * doc/fdl.texi, gpl.texi, lgpl.texi, COPYING: update FSF address
14952         (from http://www.gnu.org/licenses).
14953         * doc/COPYING.LIB: also rename to COPYING.LESSER.
14954         * doc/COPYING.DOC: remove; per rms, only needed in doc files, so
14955         fdl.texi suffices.
14956
14957 2005-05-10  Karl Berry  <karl@gnu.org>
14958
14959         * config/srclist.txt (COPYING.LESSER): rename from COPYING.LIB.
14960         (COPYING.DOC): remove.
14961
14962         * config/srclist-update: new FSF address.
14963
14964 2005-05-10  Derek Price  <derek@ximbiot.com>
14965
14966         * m4/getopt.m4 (gl_GETOPT): Check for Solaris 10 bug, not decl, when
14967         possible.
14968
14969 2005-05-09  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
14970             Bruno Haible  <bruno@clisp.org>
14971
14972         * modules/inet_ntop: New file.
14973         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
14974         inet_ntop.
14975
14976 2005-05-09  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
14977             Bruno Haible  <bruno@clisp.org>
14978
14979         * m4/inet_ntop.m4: New file.
14980
14981 2005-05-09  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
14982             Bruno Haible  <bruno@clisp.org>
14983
14984         * lib/inet_ntop.h: New file.
14985         * lib/inet_ntop.c: New file, from glibc with modifications.
14986
14987 2005-05-09  Paul Eggert  <eggert@cs.ucla.edu>
14988
14989         * modules/time_r (License): Change to LGPL.
14990         * modules/extensions (License): Change to LGPL.  Actually,
14991         the license is more permissive than that, but currently gnulib-tool
14992         doesn't know how to handle more-permissive licenses.
14993
14994         * modules/stat-macros (Depends-on): Don't depend on stat-macros (!).
14995         Problem reported by Dave Love.
14996
14997 2005-05-08  Jim Meyering  <jim@meyering.net>
14998
14999         * lib/classpath.c (PATH_SEPARATOR): Remove insignificant trailing
15000         blank.
15001
15002 2005-05-06  Paul Eggert  <eggert@cs.ucla.edu>
15003
15004         * modules/argmatch (Depends-on): Add stdbool.
15005         * modules/backupfile (Depends-on): Likewise.
15006         * modules/chdir-long (Depends-on): Likewise.
15007         * modules/closeout (Depends-on): Likewise.
15008         * modules/cycle-check (Depends-on): Likewise.
15009         * modules/dirname (Depends-on): Likewise.
15010         * modules/fnmatch (Depends-on): Likewise.
15011         * modules/fsusage (Depends-on): Likewise.
15012         * modules/fwriteerror (Depends-on): Likewise.
15013         * modules/getcwd (Depends-on): Likewise.
15014         * modules/getloadavg (Depends-on): Likewise.
15015         * modules/hard-locale (Depends-on): Likewise.
15016         * modules/makepath (Depends-on): Likewise.
15017         * modules/mountlist (Depends-on): Likewise.
15018         * modules/nanosleep (Depends-on): Likewise.
15019         * modules/posixtm (Depends-on): Likewise.
15020         * modules/quotearg (Depends-on): Likewise.
15021         * modules/readtokens (Depends-on): Likewise.
15022         * modules/readtokens0 (Depends-on): Likewise.
15023         * modules/readutmp (Depends-on): Likewise.
15024         * modules/save-cwd (Depends-on): Likewise.
15025         * modules/strftime (Depends-on): Likewise.
15026         * modules/userspec (Depends-on): Likewise.
15027         * modules/utimecmp (Depends-on): Likewise.
15028         * modules/xgetcwd (Depends-on): Likewise.
15029         * modules/xnanosleep (Depends-on): Likewise.
15030         * modules/xstrtod (Depends-on): Likewise.
15031         * modules/yesno (Depends-on): Likewise.
15032
15033 2005-05-05  Paul Eggert  <eggert@cs.ucla.edu>
15034
15035         * m4/getopt.m4 (gl_GETOPT): Check for Solaris 10 getopt, and avoid
15036         needless checks.
15037
15038 2005-05-01  Paul Eggert  <eggert@cs.ucla.edu>
15039
15040         Merge from coreutils.  Among other things,
15041         add bulletproofing for cases where stdin, stdout, or stderr are closed.
15042         * lib/fd-safer.c: New file.
15043         * lib/fcntl-safer.h, open-safer.c: Remove.
15044         * lib/chdir-long.c: Fix comment "fetish" -> "coreutils".
15045         * lib/dup-safer.c: Include unistd-safer.h first.
15046         Don't include errno.h.
15047         (dup_safer) [!defined F_DUPFD]: Let fd_safer do the real work.
15048         * lib/file-type.h: Don't assume invoker included sys/stat.h first.
15049         * lib/file-type.c: Rely on file-type.h change.
15050         * lib/getloadavg.c: Include unistd-safer.h.
15051         (getloadavg): Use safer open.
15052         * lib/getusershell.c: Include "stdio-safer.h".
15053         (getusershell): Use safer fopen.
15054         * lib/long-options.c (long_options): Use NULL rather than 0.
15055         * lib/modechange.h (mode_free): Remove; all callers changed to invoke
15056         'free'.
15057         * lib/modechange.c: Likewise.
15058         xstrtol.h, stdbool.h, stddef.h: Don't include; no longer needed.
15059         (MODE_DONE): New constant.
15060         (struct mode_change): Remove 'next' member.
15061         (make_node_op_equals): New function; like the old one of the
15062         same name, except it allocates an array.
15063         (mode_compile, mode_create_from_ref): Use it.
15064         (mode_compile): Allocate result as an array, not a linked list.
15065         Parse octal string ourself, so that we catch mistakes like "+0".
15066         (mode_adjust): Arg is an array, not a linked list.
15067         * lib/modechange.c: Include stat-macros.h, xalloc.h.
15068         (S_ISDIR, S_ISUID, S_ISGID, S_ISVTX, S_IRUSR, S_IWUSR, S_IXUSR):
15069         (S_IRGRP, S_IWGRP, S_IXGRP, S_IROTH, S_IWOTH, S_IXOTH, S_IRXWU):
15070         (S_IRWXG, S_IRWXO, CHMOD_MODE_BITS):
15071         Remove.  This is now stat-macros.h's job.
15072         (talloc): Remove.  All callers replaced by xalloc, so that
15073         our invokers don't have to worry about reporting memory failures.
15074         (make_node_op_equals): Remove.
15075         (MODE_ORDINARY_CHAGE, MODE_X_IF_ANY_X, MODE_COPY_EXISTING):
15076         New constants.
15077         (struct mode_change): Moved here from modechange.h.
15078         (mode_append_entry): Remove.
15079         (mode_compile): Remove MASKED_OPS arg, since it encouraged
15080         apps to have incorrect behavior.  Use simpler algorithm for head
15081         and tail.  Don't futz with umask; that's now the job of mode_adjust.
15082         Detect more invalid usages rather than having somewhat-random behavior.
15083         Don't insert an "a=" action, as that leads to incorrect behavior.
15084         (mode_compile, mode_create_from_ref): Return NULL on error instead
15085         of an enum, since now there's only one way to have an error.  All
15086         callers changed.
15087         (mode_adjust): Accept new arg UMASK_VALUE, and interpret it
15088         at the correct time.  Simplify calculation of "+u" and its ilk.
15089         Don't mishandle "+X".
15090         (mode_free): Remove "register" and localize decls.
15091         * lib/modechange.h (MODE_X_IF_ANY_X, MODE_COPY_EXISTING):
15092         (struct mode_change): Move to modechange.c; callers don't
15093         need to see this stuff.
15094         (MODE_MASK_EQUALS, MODE_MASK_PLUS, MODE_MASK_MINUS, MODE_MASK_ALL):
15095         (MODE_INVALID, MODE_MEMORY_EXHAUSTED, MODE_BAD_REFERENCE): Remove.
15096         (mode_change, mode_adjust): Reflect the new signatures noted above.
15097         * lib/nanosleep.c (rpl_nanosleep): Include "timespec.h" before macros
15098         that might redefine system include files.
15099         (siginterrupt) [!HAVE_SIGINTERRUPT]: New macro.
15100         (my_usleep): Use NULL rather than (void *) 0.
15101         (rpl_nanosleep) [!defined SA_NOCLDSTOP]:
15102         Use siginterrupt to specify that system calls should be interrupted.
15103         (rpl_nanosleep): Move initialization of suspended closer to call of
15104         my_usleep.
15105         * lib/readutmp.h (read_utmp): New arg OPTIONS.  All uses changed.
15106         * lib/readutmp.c: Likewise.  Include signal.h, stdbool.h.
15107         (desirable_utmp_entry): New function.
15108         (read_utmp) [defined UTMP_NAME_FUNCTION]: Redo memory allocation
15109         using x2nrealloc, to simplify logic.
15110         (read_utmp) [!defined UTMP_NAME_FUNCTION]: Check for overflow in
15111         size calculation.  Do not assume utmp file is a regular file.
15112         * lib/readutmp.h (UT_PID): Moved here from ../src/who.c.
15113         (READ_UTMP_CHECK_PIDS): New constant.
15114         * lib/save-cwd.c: Include unistd-safer.h.
15115         (save_cwd): Use fd_safer.
15116         * lib/tempname.c (S_ISDIR, S_IRUSR, S_IRUSR, S_IWUSR, S_IXUSR): Remove.
15117         [!_LIBC] Include "stat-macros.h" instead.
15118         * lib/unistd-safer.h (fd_safer): New decl.
15119
15120 2005-05-01  Paul Eggert  <eggert@cs.ucla.edu>
15121
15122         * modules/getloadavg (Depends-on): Add unistd-safer.
15123         * modules/getusershell (Depends-on): Add stdio-safer.
15124         * modules/lstat (Depends-on): Remove xalloc.
15125         * modules/mkstemp (Depends-on): Add stat-macros.
15126         * modules/modechange (Depends-on): Remove xstrtol.
15127         Add stat-macros, xalloc.
15128         * modules/save-cwd (Depends-on): Add unistd-safer.
15129         * modules/stdio-safer (Makefile.am): Remove lib_SOURCES.
15130         * modules/unistd-safer (Files): Add lib/fd-safer.c
15131         (Makefile.am): Remove lib_SOURCES.
15132
15133         * MODULES.html.sh (Enhancements for POSIX:2001 functions):
15134         Remove fcntl-safer; unistd-safer supersedes it.
15135
15136 2005-05-01  Paul Eggert  <eggert@cs.ucla.edu>
15137
15138         * m4/euidaccess.m4 (gl_PREREQ_EUIDACCESS): Don't require
15139         AC_HEADER_STAT.
15140         * m4/lchown.m4 (gl_FUNC_CHOWN): Likewise.
15141         (gl_PREREQ_CHOWN): Remove.
15142         * m4/lstat.m4 (gl_FUNC_LSTAT): Require AC_FUNC_LSTAT instead of calling
15143         it.  Don't require AC_HEADER_STAT.
15144         (gl_PREREQ_LSTAT): Remove.
15145         * m4/mkstemp.m4 (gl_PREREQ_TEMPNAME): Check stdint.h only once.
15146         Don't require AC_HEADER_STAT.
15147         * m4/rmdir.m4 (gl_FUNC_RMDIR): Don't require AC_HEADER_STAT.
15148         (gl_PREREQ_RMDIR): Remove.
15149         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME): Don't
15150         mention stat-macros.h or AC_HEADER_STAT, since we'll make
15151         the stat-macros module a prerequisite.
15152         * m4/file-type.m4 (gl_FILE_TYPE): Likewise.
15153         * m4/filemode.m4 (gl_FILEMODE): Likewise.
15154         * m4/makepath.m4 (gl_MAKEPATH): Likewise.
15155         * m4/modechange.m4 (gl_MODECHANGE): Likewise.
15156         * m4/clock_time.m4 (gl_CLOCK_TIME): Use gl_ rather than fetish_ for
15157         variable names.
15158         * m4/rmdir-errno.m4 (gl_FUNC_RMDIR_NOTEMPTY): Renamed from
15159         fetish_FUNC_RMDIR_NOTEMPTY.  All uses changed.  Use gl_ for
15160         variable prefixes.
15161         * m4/fcntl-safer.m4: Remove.
15162         * m4/stdio-safer.m4 (gl_STDIO_SAFER): Use AC_LIBSOURCES and AC_LIBOBJ.
15163         * m4/unistd-safer.m4 (gl_UNISTD_SAFER): Likewise.
15164         Invoke gl_PREREQ_FD_SAFER.
15165         (gl_PREREQ_FD_SAFER): New macro.
15166         * m4/nanosleep.m4 (gl_PREREQ_NANOSLEEP): Check for siginterrupt.
15167         * m4/readutmp.m4 (gl_READUTMP): Require AC_C_INLINE.
15168         Use AC_CHECK_HEADERS_ONCE and AC_CHECK_FUNCS_ONCE when possible.
15169         Remove duplicate call to AC_LIBOBJ(readutmp).
15170         (gl_PREREQ_READUTMP): Remove.  All uses inlined.
15171
15172         * m4/mmap-anon.m4 (gl_FUNC_MMAP_ANON): Check for message, not for
15173         MAP_ANON.  Problem reported by Moriyoshi Koizumi to bug-cvs.
15174
15175 2005-05-01  Paul Eggert  <eggert@cs.ucla.edu>
15176
15177         * MODULES.html.sh (Misc): Add byteswap.
15178
15179 2005-05-01  Oskar Liljeblad  <oskar@osk.mine.nu>
15180
15181         * modules/getcwd (Depends-on): Add extensions.
15182         * modules/openat (Depends-on): Likewise.
15183
15184 2005-05-01  Oskar Liljeblad  <oskar@osk.mine.nu>
15185
15186         * modules/byteswap: New file.
15187
15188 2005-05-01  Oskar Liljeblad  <oskar@osk.mine.nu>
15189
15190         * m4/byteswap.m4: New file.
15191
15192 2005-05-01  Oskar Liljeblad  <oskar@osk.mine.nu>
15193
15194         * lib/byteswap_.h: New file.
15195
15196 2005-04-25  Karl Berry  <karl@gnu.org>
15197
15198         * m4/gettext.m4: Update from GNU gettext 0.14.4.
15199
15200 2005-04-25  Albert Chin  <china@thewrittenword.com>
15201
15202         * lib/regex.c: Include <stdio.h>, as a workaround to a Compaq Desktop
15203         Toolkit C bug.
15204
15205 2005-04-21  Oskar Liljeblad  <oskar@osk.mine.nu>
15206
15207         * gnulib-tool (Options): Add -s for --symlink/--symbolic.
15208         (func_ln_if_changed) Remove forcibly for no error message
15209         in case file does not exist.
15210
15211 2005-04-19  Simon Josefsson  <jas@extundo.com>
15212
15213         * gnulib-tool (Options): Make --symlink mean --symbolic.
15214
15215 2005-04-18  Oskar Liljeblad  <oskar@osk.mine.nu>
15216
15217         * doc/gnulib.texi (Initial import): Fix.  Mention --aux-dir.
15218
15219 2005-04-16  Simon Josefsson  <jas@extundo.com>
15220
15221         * modules/getpass-gnu (Makefile.am): Don't mention getpass.h.
15222
15223 2005-04-15  Simon Josefsson  <jas@extundo.com>
15224
15225         * m4/getpass.m4 (gl_FUNC_GETPASS): Use AC_LIBSOURCES.
15226
15227 2005-04-15  Simon Josefsson  <jas@extundo.com>
15228
15229         * gnulib-tool: Rename --symlink to --symbolic.
15230
15231 2005-04-15  Oskar Liljeblad  <oskar@osk.mine.nu>
15232
15233         * gnulib-tool: Add -s, --symlink option to gnulib-tool to make
15234         symbolic links to files instead of copying/moving.  Add --aux-dir,
15235         specifying directory relative --dir where auxiliary build tools
15236         are placed.
15237
15238 2005-04-14  Bruno Haible  <bruno@clisp.org>
15239
15240         * modules/allocsa (License): Change to LGPL.
15241         Requested by Yoann Vandoorselaere <yoann@prelude-ids.org>.
15242
15243 2005-04-13  Paul Eggert  <eggert@cs.ucla.edu>
15244
15245         * lib/getdate.y (zone): Allow relunit_snumber after tZONE, so
15246         that "UTC +1 second" continues to work.  Problem reported
15247         by Dmitry V. Levin.
15248         (relunit_snumber): New rule.
15249         (relunit): Use it.
15250
15251 2005-04-12  Paul Eggert  <eggert@cs.ucla.edu>
15252
15253         * lib/getdate.y (universal_time_zone_table): New constant.
15254         (time_zone_table): Remove GMT, UT, UTC entries; they're now in
15255         universal_time_zone_table.
15256         (lookup_zone): Prefer universal_time_zone_table to
15257         local_time_zone_table, so that "GMT" time stamps are allowed in
15258         London during the summer.  Problem reported by Ian Abbott.
15259
15260 2005-04-12  Jim Meyering  <jim@meyering.net>
15261
15262         * lib/human.c (humblock): Set *options even when returning due to
15263         xstrtoumax conversion failure.  Thanks to a used-uninitialized
15264         warning from gcc-4.
15265
15266 2005-04-09  Jim Meyering  <jim@meyering.net>
15267
15268         * lib/posixtm.c (posixtime) [lint]: Avoid spurious warning from gcc-4's
15269         -Wuninitialized: initialize tm0.tm_year.
15270
15271 2005-04-04  Paul Eggert  <eggert@cs.ucla.edu>
15272
15273         * lib/getdate.y (parser_control): rels_seen is now a boolean, not a
15274         count, since there's no maximum.  All uses changed.
15275         Add member dsts_seen.
15276         (local_zone): Accumulate dsts_seen rather than relying on tm_isdst
15277         not being INT_MAX.
15278         (get_date): Initialize dsts_seen, and check that it doesn't go over 1.
15279         Use pc_rels_seen to decide whther a date is absolute.
15280
15281         * lib/getdate.y (number): Don't overwrite year.
15282         (get_date): Initialize pc.year.digits to 0, not 4, to enable above
15283         check.
15284
15285 2005-04-02  Simon Josefsson  <jas@extundo.com>
15286
15287         * lib/getaddrinfo.h: Fix OpenBSD compilation failure, inspired by tiny
15288         patch from Yoann Vandoorselaere <yoann@prelude-ids.org>.
15289
15290 2005-03-28  Eric Blake  <ebb9@byu.net>  (tiny change)
15291
15292         * m4/getcwd-path-max.m4: Return success on systems such as Cygwin
15293         where no absolute path name can be longer than PATH_MAX.
15294
15295 2005-03-27  Jim Meyering  <jim@meyering.net>
15296
15297         * lib/argmatch.c: Clarify comment: null-terminated -> NULL-terminated.
15298
15299 2005-03-26  Paul Eggert  <eggert@cs.ucla.edu>
15300
15301         * lib/intprops.h (INT_STRLEN_BOUND, INT_BUFSIZE_BOUND):
15302         "one's complement" -> "ones' complement" in comment, as per Knuth.
15303         "value of type" -> "type or expression" in comment.
15304         * lib/mktime.c, strftime.c: Propagate intprops.h comment nits.
15305
15306 2005-03-26  Jim Meyering  <jim@meyering.net>
15307
15308         Comment nits.
15309         * lib/intprops.h: Add the apostrophe in `(one|two)'s complement'.
15310         Correct typos: s/or/of/.
15311
15312 2005-03-26  Jim Meyering  <jim@meyering.net>
15313
15314         * modules/check-include-files: Move to ../ and rename to...
15315         * check-module: ...this.
15316
15317 2005-03-25  Jim Meyering  <jim@meyering.net>
15318
15319         * modules/xvasprintf (Files): Add xalloc.h.
15320
15321 2005-03-23  Paul Eggert  <eggert@cs.ucla.edu>
15322
15323         * modules/gettext (Files): config/config.rpath ->
15324         build-aux/config.rpath
15325         * modules/iconv (Files): Likewise.
15326         Problem reported by Oskar Liljeblad.
15327
15328 2005-03-23  Jim Meyering  <jim@meyering.net>
15329
15330         * modules/check-include-files: New script to check for
15331         missing dependencies, multiple includes, etc.
15332
15333         * modules/c-strtold (Depends-on): Add xalloc.
15334         * modules/c-strtod (Depends-on): Add xalloc.
15335         * modules/hash (Depends-on): Add xalloc.
15336         (Files): Remove lib/xalloc.h.
15337
15338         * modules/gethrxtime (Files): Add lib/gethrxtime.h.
15339         * modules/userspec (Files): Add lib/inttostr.h.
15340
15341 2005-03-23  Jim Meyering  <jim@meyering.net>
15342
15343         * lib/canonicalize.c: Remove duplicate `#include "stat-macros.h"'.
15344
15345 2005-03-22  Jim Meyering  <jim@meyering.net>
15346
15347         * modules/stat-macros: New module.
15348         * modules/canonicalize, modules/euidaccess, modules/file-type,
15349         * modules/filemode, modules/lchown, modules/makepath,
15350         * modules/rmdir, modules/stat: Depend on new stat-macros module
15351         rather than listing lib/stat-macros.h manually.
15352         Don't add stat-macros.h to lib_SOURCES or list it in Files: section.
15353
15354 2005-03-22  Jim Meyering  <jim@meyering.net>
15355
15356         * m4/stat-macros.m4 (gl_STAT_MACROS): New file/macro.
15357
15358 2005-03-22  Bruno Haible  <bruno@clisp.org>
15359
15360         * config/srclist.txt: Replace target directory 'config' with
15361         'build-aux'.
15362         * config/config.guess, config.sub, config.rpath, depcomp, install-sh:
15363         * config/mdate-sh, missing, mkinstalldirs, texinfo.tex: Move to
15364         ../build-aux/.
15365
15366 2005-03-21  Paul Eggert  <eggert@cs.ucla.edu>
15367
15368         * modules/chdir-long (Depends-on): Add mempcpy.
15369
15370         * modules/acl, modules/backupfile, modules/c-strtod,
15371         modules/c-strtold, modules/canon-host, modules/canonicalize,
15372         modules/cloexec, modules/closeout, modules/dirfd, modules/dirname,
15373         modules/exclude, modules/exitfail, modules/file-type,
15374         modules/filemode, modules/fpending, modules/fsusage, modules/getcwd,
15375         modules/getdate, modules/getline, modules/getpagesize,
15376         modules/getpass, modules/getugroups, modules/group-member,
15377         modules/hard-locale, modules/hash, modules/human, modules/idcache,
15378         modules/inttostr, modules/long-options, modules/makepath,
15379         modules/md5, modules/memcasecmp, modules/memcoll,
15380         modules/modechange, modules/mountlist, modules/path-concat,
15381         modules/pathmax, modules/physmem, modules/posixtm, modules/posixver,
15382         modules/quote, modules/quotearg, modules/readtokens, modules/readutmp,
15383         modules/safe-read, modules/safe-write, modules/same, modules/savedir,
15384         modules/settime, modules/sha1, modules/sig2str, modules/strdup,
15385         modules/strftime, modules/strndup, modules/strverscmp,
15386         modules/timespec, modules/unlocked-io, modules/userspec,
15387         modules/utimecmp, modules/utimens, modules/xalloc, modules/xstrtol,
15388         modules/yesno:
15389         Remove lib_SOURCES line from Makefile.am section, as this is now
15390         done automatically by the corresponding Autoconf macro.
15391
15392 2005-03-21  Jim Meyering  <jim@meyering.net>
15393
15394         Changes imported from coreutils.
15395
15396         * lib/cycle-check.c: Don't include xalloc.h.
15397
15398         * lib/path-concat.c: Don't include assert.h.
15399         (path_concat): Remove assertion that would have triggered
15400         for ABASE starting with more than one slash.
15401         Reported by Andreas Schwab.
15402
15403         * lib/path-concat.c (path_concat): Set *BASE_IN_RESULT
15404         properly when ABASE is an absolute file name.
15405         Correct the description of this function.
15406         Include <assert.h>.
15407         Add an assertion and a test driver.
15408         This fixes a bug introduced on 2004-07-02.
15409         Andreas Schwab reported the resulting failure of cp --parents:
15410         http://lists.gnu.org/archive/html/bug-coreutils/2005-01/msg00130.html
15411
15412 2005-03-21  Jim Meyering  <jim@meyering.net>
15413
15414         * m4/chdir-long.m4 (gl_PREREQ_CHDIR_LONG): Invoke gl_FUNC_MEMRCHR.
15415         * m4/memrchr.m4 (gl_FUNC_MEMRCHR): Check for memrchr decl.
15416
15417 2005-03-21  Jim Meyering  <jim@meyering.net>
15418         and  Paul Eggert  <eggert@cs.ucla.edu>
15419
15420         * m4/acl.m4, m4/backupfile.m4, m4/c-strtod.m4, m4/canon-host.m4,
15421         m4/canonicalize.m4, m4/cloexec.m4, m4/closeout.m4, m4/dirfd.m4,
15422         m4/dirname.m4, m4/exclude.m4, m4/exitfail.m4, m4/file-type.m4,
15423         m4/filemode.m4, m4/fpending.m4, m4/fsusage.m4, m4/getcwd.m4,
15424         m4/getdate.m4, m4/getline.m4, m4/getpagesize.m4, m4/getpass.m4,
15425         m4/getugroups.m4, m4/group-member.m4, m4/hard-locale.m4, m4/hash.m4,
15426         m4/human.m4, m4/idcache.m4, m4/inttostr.m4, m4/long-options.m4,
15427         m4/makepath.m4, m4/md5.m4, m4/memcasecmp.m4, m4/memcoll.m4,
15428         m4/modechange.m4, m4/mountlist.m4, m4/nanosleep.m4, m4/path-concat.m4,
15429         m4/pathmax.m4, m4/physmem.m4, m4/posixtm.m4, m4/posixver.m4,
15430         m4/quote.m4, m4/quotearg.m4, m4/readtokens.m4, m4/readutmp.m4,
15431         m4/safe-read.m4, m4/safe-write.m4, m4/same.m4, m4/savedir.m4,
15432         m4/settime.m4, m4/sha1.m4, m4/sig2str.m4, m4/strdup.m4, m4/strftime.m4,
15433         m4/strndup.m4, m4/strverscmp.m4, m4/timespec.m4, m4/unlocked-io.m4,
15434         m4/userspec.m4, m4/utimecmp.m4, m4/utimens.m4, m4/xalloc.m4,
15435         m4/xnanosleep.m4, m4/xstrtol.m4, m4/yesno.m4:
15436         Use AC_LIBSOURCES and AC_LIBOBJ to indicate source and object files
15437         for these modules.
15438
15439 2005-03-18  Paul Eggert  <eggert@cs.ucla.edu>
15440
15441         * lib/strftime.c (my_strftime): If the underlying strftime returns 0
15442         (which shouldn't happen), generate nothing instead of returning 0
15443         immediately, so that nstrftime (NULL, ...) doesn't return 0.
15444
15445 2005-03-16  Bruno Haible  <bruno@clisp.org>
15446
15447         * modules/stdint (Makefile.am): Use HAVE_LONG_LONG_64BIT instead of
15448         HAVE_LONGLONG_64BIT.
15449
15450 2005-03-16  Bruno Haible  <bruno@clisp.org>
15451
15452         * m4/stdint.m4 (gl_STDINT_H): Define HAVE_LONG_LONG_64BIT instead of
15453         HAVE_LONGLONG_64BIT.
15454
15455 2005-03-16  Bruno Haible  <bruno@clisp.org>
15456
15457         * lib/stdint_.h: Use HAVE_LONG_LONG_64BIT instead of
15458         HAVE_LONGLONG_64BIT.
15459
15460 2005-03-15  Paul Eggert  <eggert@cs.ucla.edu>
15461
15462         * lib/strftime.c (my_strftime): Prepend space to format so that we can
15463         reliably distinguish strftime failure from empty output on POSIX
15464         hosts.
15465
15466 2005-03-15  Paul Eggert  <eggert@cs.ucla.edu>
15467
15468         * lib/iconvme.c (SIZE_MAX): New macro, if not already defined.
15469         (iconv_string): Don't guess a size-zero buffer, as that might cause
15470         buffer overrun.  Instead, avoid multiplying by MB_LEN_MAX if the
15471         result would be 'too large', where 'too large' is (heuristically)
15472         the square root of SIZE_MAX, divided by MB_LEN_MAX to allay
15473         overflow concerns.  This will prevent some unwanted malloc failures
15474         when the inputs are very large.
15475
15476 2005-03-15  Karl Berry  <karl@gnu.org>
15477
15478         * config/srclist.txt (config.rpath): from gettext.
15479         * config/config.rpath: update.
15480
15481 2005-03-15  Bruno Haible  <bruno@clisp.org>
15482
15483         * lib/regex.c (byte_re_match_2_internal): Rename local variable 'not'
15484         to 'negate'.
15485
15486         * lib/regex.c (byte_re_match_2_internal): Reduce scope of same_str_p
15487         variable.
15488
15489         * lib/regex.c (EXTEND_BUFFER, regcomp): Cast the realloc/malloc
15490         results.
15491
15492 2005-03-14  Simon Josefsson  <jas@extundo.com>
15493
15494         * lib/timegm.h: Use proper prototype CPP guards, reported by Dave Love
15495         <fx@gnu.org>.
15496
15497 2005-03-14  Paul Eggert  <eggert@cs.ucla.edu>
15498
15499         * lib/mktime.c (TYPE_TWOS_COMPLEMENT, TYPE_ONES_COMPLEMENT,
15500         TYPE_SIGNED_MAGNITUDE, TYPE_MINIMUM, TYPE_MAXIMUM): Sync from
15501         intprops.h.
15502         * lib/strtol.c: Likewise.
15503
15504 2005-03-14  Jim Meyering  <jim@meyering.net>
15505
15506         * lib/strftime.c (my_strftime) [HAVE_STRFTIME && ! (_NL_CURRENT
15507         && HAVE_STRUCT_ERA_ENTRY)]: Initialize the first byte of ubuf[]
15508         to be nonzero so that we (and caller) can detect the difference
15509         between a valid zero-length expansion and an error return, even
15510         when the underlying strftime fails before writing anything into
15511         that location.
15512
15513 2005-03-14  Bruno Haible  <bruno@clisp.org>
15514
15515         * m4/lib-link.m4, gettext.m4, nls.m4, po.m4:
15516         Update from GNU gettext 0.14.3.
15517
15518 2005-03-10  Jim Meyering  <jim@meyering.net>
15519
15520         * m4/save-cwd.m4 (gl_SAVE_CWD): Check for fchdir.
15521
15522 2005-03-10  Jim Meyering  <jim@meyering.net>
15523
15524         * lib/save-cwd.c [!HAVE_FCHDIR]: Define open, fchdir, and chdir_long
15525         so that this module works on systems without fchdir.
15526
15527 2005-03-09  Paul Eggert  <eggert@cs.ucla.edu>
15528
15529         Factor int-properties macros into a single file, except for
15530         glibc-related files.
15531         * lib/intprops.h: New file.
15532         * lib/getloadavg.c: Include it instead of limits.h.
15533         (INT_STRLEN_BOUND): Remove.
15534         * lib/human.c: Include intprops.h.
15535         (group_number): Use INT_STRLEN_BOUND instead of rolling it ourself.
15536         * lib/human.h (LONGEST_HUMAN_READABLE): Use 146/485 rather than
15537         302/1000.
15538         * lib/inttostr.h: Include intprops.h instead of limits.h.
15539         (INT_STRLEN_BOUND, INT_BUFSIZE_BOUND): Remove.
15540         * lib/mktime.c (TYPE_IS_INTEGER, TYPE_TWOS_COMPLEMENT): New macros,
15541         for consistency with intprops.h.
15542         (time_t_is_integer, twos_complement_arithmetic): Use them.
15543         * lib/sig2str.h: Include <signal.h>, intprops.h.
15544         (INT_STRLEN_BOUND): Remove.
15545         * lib/strftime.c (TYPE_SIGNED): Remove.
15546         (INT_STRLEN_BOUND): Switch to same implementation as intprops.h.
15547         * lib/strtol.c: Adjust comments to match intprops.h.
15548         * lib/userspec.c: Include intprops.h.
15549         (TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM): Remove.
15550         * lib/utimecmp.c, xnanosleep.c, xstrtol.c: Likewise.
15551         * lib/utimecmp.c (utimecmp): Use TYPE_IS_INTEGER, TYPE_TWOS_COMPLEMENT
15552         instead of rolling our own expressions.
15553         * lib/xstrtol.c: Include xstrtol.h first, to test interface.
15554
15555         * lib/strftime.c: Include <stdbool.h>.  Use bool where appropriate,
15556         instead of int.
15557         (my_strftime): Do not mishandle years close to INT_MAX, by doing
15558         the right thing even if adding 1900 would overflow.  Similarly
15559         for tm_mon + 1 and tm_yday + 1.
15560         Make %Y always equivalent to %C%y, and similarly for %G and %g.
15561         (DO_NUMBER, DO_NUMBER_SPACEPAD): Set digits to d, not a conditional.
15562         (DO_SIGNED_NUMBER): New macro.
15563         (my_strftime) [HAVE_TZNAME]: Don't dump core if tp->tm_dst > 1.
15564
15565 2005-03-07  Bruno Haible  <bruno@clisp.org>
15566
15567         * m4/mmap-anon.m4 (MAP_FILE, MAP_FAILED): Remove definitions.
15568
15569 2005-03-07  Bruno Haible  <bruno@clisp.org>
15570
15571         * lib/pagealign_alloc.c (MAP_FILE, MAP_FAILED): Define fallbacks.
15572
15573 2005-03-04  Derek R. Price  <derek@ximbiot.com>
15574
15575         * gnulib-tool (func_cp_if_changed, func_mv_if_changed): New functions.
15576         (func_import): Only replace files via --import when they have actually
15577         changed.
15578
15579 2005-03-03  Derek R. Price  <derek@ximbiot.com>
15580
15581         * m4/mmap-anon.m4: New file.
15582         * m4/pagealign_alloc.m4: New file.
15583
15584 2005-03-03  Derek R. Price  <derek@ximbiot.com>
15585             Bruno Haible  <bruno@clisp.org>
15586
15587         * modules/pagealign_alloc: New file.
15588         * MODULES.html.sh (Memory management functions): Add pagealign_alloc.
15589
15590 2005-03-03  Derek R. Price  <derek@ximbiot.com>
15591             Bruno Haible  <bruno@clisp.org>
15592
15593         * lib/pagealign_alloc.h: New file.
15594         * lib/pagealign_alloc.c: New file.
15595
15596 2005-03-03  Bruno Haible  <bruno@clisp.org>
15597
15598         * m4/inttypes.m4, isc-posix.m4, once-only.m4:
15599         Use an all-permissive copyright notice, recommended by RMS.
15600
15601 2005-03-02  Bruno Haible  <bruno@clisp.org>
15602
15603         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Undo the replacement here. Because
15604         of AIX, the replacement has to be done only after <string.h> is
15605         included, therefore not in config.h. stpncpy.h does the replacement,
15606         and stpncpy.c uses it.
15607
15608 2005-03-02  Bruno Haible  <bruno@clisp.org>
15609
15610         * lib/stpncpy.h (stpncpy): Define as a macro without arguments, so that
15611         stpncpy.c uses it.
15612
15613 2005-03-01  Paul Eggert  <eggert@cs.ucla.edu>
15614
15615         Remove workaround for bug in Linux kernel 2.6.8 or thereabouts.
15616         The workaround isn't strictly needed for POSIX conformance, and
15617         it's too much of a pain to configure and maintain.  We'll ask
15618         people to fix their kernels instead.
15619         * lib/xnanosleep.c: Don't include gethrxtime.h or xtime.h.
15620         (NANOSLEEP_BUG_WORKAROUND): Remove.
15621         (xnanosleep): Remove the workaround.
15622
15623 2005-03-01  Paul Eggert  <eggert@cs.ucla.edu>
15624
15625         * modules/gettime (Makefile.am): Remove lib_SOURCES line.
15626         Reported by Derek Price.
15627         (Include): Add "timespec.h".
15628
15629         * modules/xnanosleep (Depends-on): Remove gethrxtime.
15630
15631 2005-03-01  Paul Eggert  <eggert@cs.ucla.edu>
15632
15633         * m4/xnanosleep.m4 (gl_XNANOSLEEP): Remove configuration attempting
15634         to detect nanosleep bug.
15635
15636 2005-03-01  Bruno Haible  <bruno@clisp.org>
15637
15638         * lib/vasnprintf.c (EOVERFLOW): Define to a fallback if needed.
15639
15640 2005-02-26  Paul Eggert  <eggert@cs.ucla.edu>
15641
15642         * modules/gethrxtime: New file.
15643         * modules/xnanosleep (Files): Add m4/xnanosleep.m4.
15644         (Depends-on): Add gethrxtime.
15645         (configure.ac): Add gl_XNANOSLEEP.
15646         (Makefile.am): Remove lib_SOURCES line.
15647
15648 2005-02-25  Paul Eggert  <eggert@cs.ucla.edu>
15649
15650         * m4/gethrxtime.m4, m4/xnanosleep.m4: New files.
15651         * m4/gettime.m4 (gl_GETTIME): Check for nanotime.
15652
15653 2005-02-25  Paul Eggert  <eggert@cs.ucla.edu>
15654
15655         * lib/gethrxtime.h, lib/gethrxtime.c, lib/xtime.h: New files.
15656         * lib/timespec.h (gettime): Return void, since it always
15657         succeeds now.  All uses changed.
15658         * lib/gettime.c (gettime) Likewise.
15659         [HAVE_NANOTIME]: Prefer nanotime.
15660         Assume gettimeofday succeeds, as POSIX requires.
15661         Assime time () succeeds, since other code already does.
15662         * lib/xnanosleep.c: Include xtime.h and gethrxtime.h, not xalloc.h.
15663         (timespec_subtract): Remove.
15664         (NANOSLEEP_BUG_WORKAROUND): New constant.
15665         (xnanosleep): Use gethrxtime rather than gettime; this simplifies
15666         things considerably.  Use it only on GNU/Linux hosts, since the
15667         workaround shouldn't be needed elsewhere.
15668
15669 2005-02-24  Bruno Haible  <bruno@clisp.org>
15670
15671         * modules/gettext (Files): Add m4/glibc2.m4.
15672
15673 2005-02-24  Bruno Haible  <bruno@clisp.org>
15674
15675         * m4/gettext.m4, intdiv0.m4, intmax.m4, inttypes-pri.m4, lcmessage.m4:
15676         * m4/lib-link.m4, lib-prefix.m4, nls.m4, po.m4, printf-posix.m4:
15677         * m4/progtest.m4:
15678         Update from GNU gettext 0.14.2.
15679         * m4/glibc2.m4: New file, from GNU gettext 0.14.2.
15680
15681 2005-02-24  Bruno Haible  <bruno@clisp.org>
15682
15683         * lib/localcharset.c: Update from GNU gettext 0.14.2.
15684         * lib/config.charset: Update from GNU gettext 0.14.2.
15685
15686 2005-02-24  Bruno Haible  <bruno@clisp.org>
15687
15688         * lib/gettext.h: Update from GNU gettext 0.14.2.
15689
15690 2005-02-23  Simon Josefsson  <jas@extundo.com>
15691
15692         * m4/iconvme.m4: New file.
15693
15694 2005-02-23  Jim Meyering  <jim@meyering.net>
15695
15696         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Revert yesteday's
15697         change.
15698         Thanks to Bruno Haible for catching it.
15699
15700 2005-02-22  Simon Josefsson  <jas@extundo.com>
15701
15702         * modules/iconvme: New file.
15703
15704         * MODULES.html.sh: Add iconvme.
15705
15706 2005-02-22  Simon Josefsson  <jas@extundo.com>
15707
15708         * lib/iconvme.h, lib/iconvme.c: New files, from libc.
15709
15710 2005-02-22  Simon Josefsson  <jas@extundo.com>
15711
15712         * config/srclist.txt: Sync iconvme.h, iconvme.c from libc.
15713
15714 2005-02-22  Jim Meyering  <jim@meyering.net>
15715
15716         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Fix typo:
15717         s/ifndef/ifdef/.
15718
15719 2005-02-20  Neil Conway  <neilc@samurai.com>
15720
15721         * lib/xgethostname.c (xgethostname): Check for ENOMEM, which is
15722         returned by OSX/Darwin if the specified buffer is not large
15723         enough for the hostname.
15724
15725 2005-02-03  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
15726
15727         * lib/argp-help.c (__argp_help): Create a fake struct argp_state and
15728         pass it to _help, otherwise the latter coredumps trying to
15729         dereference state.root_argp.
15730
15731 2005-02-03  Paul Eggert  <eggert@cs.ucla.edu>
15732
15733         * modules/chdir-long (Depends-on): Add memrchr.
15734         * modules/memrchr (Files): Add lib/memrchr.h.
15735         (Include): "memrchr.h".
15736
15737 2005-02-03  Paul Eggert  <eggert@cs.ucla.edu>
15738
15739         * m4/memrchr.m4 (gl_FUNC_MEMRCHR): Add AC_LIBSOURCES, for memrchr.h.
15740
15741 2005-02-03  Paul Eggert  <eggert@cs.ucla.edu>
15742
15743         * lib/memrchr.h: New file.
15744         * lib/chdir-long.c: Include it.
15745         * lib/memrchr.c [!defined _LIBC]: Include it rather than <string.h>
15746         Don't bother including stddef.h.
15747
15748 2005-02-01  Paul Eggert  <eggert@cs.ucla.edu>
15749
15750         * lib/mountlist.h (MOUNTLIST_H_): New macro, to protect against double
15751         inclusion.
15752         Include <sys/types.h>, for dev_t.
15753         (ME_DUMMY, ME_REMOTE): Move from here....
15754         * lib/mountlist.c (ME_DUMMY, ME_REMOTE): To here.
15755         (ME_DUMMY): Count "subfs" as a dummy.  Problem reported by
15756         Dmitry V. Levin.
15757         Include mountlist.h first, to test the interface.
15758
15759 2005-01-29  Bruno Haible  <bruno@clisp.org>
15760
15761         * lib/progname.c (program_name): Initialize.
15762         Needed when linking statically on MacOS X.
15763
15764 2005-01-28  Paul Eggert  <eggert@cs.ucla.edu>
15765
15766         Sync from coreutils.
15767         * modules/getloadavg (Files): Remove m4/getloadavg.m4.
15768         (Depends-on): Add c-strtod.
15769         (configure.ac): Replace gl_FUNC_GETLOADAVG with AC_FUNC_GETLOADAVG.
15770
15771 2005-01-28  Paul Eggert  <eggert@cs.ucla.edu>
15772
15773         Sync from coreutils.
15774         * m4/getloadavg.m4, glibc.m4, search-libs.m4: Remove.
15775
15776         Remove files that are specific to coreutils.
15777         * m4/check-decl.m4, jm-macros.m4, lib-check.m4, prereq.m4: Remove.
15778
15779 2005-01-28  Bruno Haible  <bruno@clisp.org>
15780
15781         * modules/javacomp: New file.
15782         * MODULES.html.sh (Java): Add javacomp.
15783
15784 2005-01-28  Bruno Haible  <bruno@clisp.org>
15785
15786         * m4/javacomp.m4: New file, from GNU gettext.
15787
15788 2005-01-28  Bruno Haible  <bruno@clisp.org>
15789
15790         * lib/javacomp.sh.in: New file, from GNU gettext.
15791         * lib/javacomp.h: New file, from GNU gettext.
15792         * lib/javacomp.c: New file, from GNU gettext.
15793
15794 2005-01-26  Simon Josefsson  <jas@extundo.com>
15795
15796         * lib/gai_strerror.c: Use GPL in header.
15797
15798 2005-01-26  Bruno Haible  <bruno@clisp.org>
15799
15800         * modules/javaexec: New file.
15801         * MODULES.html.sh (Java): Add javaexec.
15802
15803 2005-01-26  Bruno Haible  <bruno@clisp.org>
15804
15805         * m4/javaexec.m4: New file, from GNU gettext.
15806
15807 2005-01-26  Bruno Haible  <bruno@clisp.org>
15808
15809         * lib/javaexec.sh.in: New file, from GNU gettext.
15810         * lib/javaexec.h: New file, from GNU gettext.
15811         * lib/javaexec.c: New file, from GNU gettext.
15812
15813 2005-01-24  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
15814
15815         * modules/lchown (Depends-on): Remove lchown.h
15816
15817 2005-01-24  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
15818
15819         * m4/sysexits.m4 (gl_SYSEXITS): Reverted logic. SYSEXITS_H
15820         must be defined if the header file was not found, in order
15821         to provide a replacement. Reported by Todd Vierling <tv@duh.org>
15822
15823 2005-01-24  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
15824
15825         * lib/argp-help.c (hol_entry_help): Avoid using non-constant
15826         initializers for struct pentry_state.
15827         (__argp_error): Check return value of __asprintf
15828         (__argp_failure): Translate error message
15829
15830         * lib/argp-parse.c: Removed braces around the expansion of N_()
15831
15832 2005-01-23  Paul Eggert  <eggert@cs.ucla.edu>
15833
15834         * m4/acl.m4, afs.m4, alloca.m4, argp.m4, assert.m4, atexit.m4,
15835         backupfile.m4, base64.m4, bison.m4, c-bs-a.m4, c-stack.m4,
15836         c-strtod.m4, calloc.m4, canon-host.m4, canonicalize.m4,
15837         clock_time.m4, cloexec.m4, closeout.m4, d-ino.m4, d-type.m4,
15838         dirfd.m4, dirname.m4, dos.m4, dup2.m4, error.m4, euidaccess.m4,
15839         exclude.m4, exitfail.m4, extensions.m4, fcntl-safer.m4,
15840         file-type.m4, fileblocks.m4, filemode.m4, fnmatch.m4, fpending.m4,
15841         free.m4, fstypename.m4, fsusage.m4, ftruncate.m4, getaddrinfo.m4,
15842         getcwd-path-max.m4, getcwd.m4, getdate.m4, getdomainname.m4,
15843         getgroups.m4, gethostname.m4, getline.m4, getndelim2.m4,
15844         getnline.m4, getopt.m4, getpagesize.m4, getpass.m4, getsubopt.m4,
15845         gettime.m4, gettimeofday.m4, getugroups.m4, getusershell.m4,
15846         group-member.m4, hard-locale.m4, hash.m4, host-os.m4, human.m4,
15847         idcache.m4, inttostr.m4, isdir.m4, jm-winsz1.m4, jm-winsz2.m4,
15848         link-follow.m4, long-options.m4, ls-mntd-fs.m4, lstat.m4,
15849         makepath.m4, mathl.m4, md5.m4, memcasecmp.m4, memchr.m4,
15850         memcmp.m4, memcoll.m4, memcpy.m4, memmem.m4, memmove.m4,
15851         memrchr.m4, memset.m4, mkdir-slash.m4, mkstemp.m4, mktime.m4,
15852         modechange.m4, mountlist.m4, nanosleep.m4, obstack.m4,
15853         path-concat.m4, pathmax.m4, perl.m4, physmem.m4, poll.m4,
15854         posixtm.m4, posixver.m4, putenv.m4, quote.m4, quotearg.m4,
15855         readdir.m4, readtokens.m4, readutmp.m4, regex.m4, rename.m4,
15856         restrict.m4, rmdir-errno.m4, rmdir.m4, rpmatch.m4, same.m4,
15857         savedir.m4, settime.m4, sha1.m4, sig2str.m4, snprintf.m4,
15858         sockpfaf.m4, st_dm_mode.m4, st_mtim.m4, stat.m4, stdint.m4,
15859         stdio-safer.m4, strchrnul.m4, strdup.m4, strerror.m4,
15860         strerror_r.m4, strftime.m4, strndup.m4, strnlen.m4, strsep.m4,
15861         strtod.m4, strtoimax.m4, strtok_r.m4, strtol.m4, strtoll.m4,
15862         strtoul.m4, strtoull.m4, strtoumax.m4, strverscmp.m4, sysexits.m4,
15863         time_r.m4, timegm.m4, timespec.m4, tm_gmtoff.m4, tzset.m4,
15864         uint32_t.m4, uintptr_t.m4, unistd-safer.m4, unlink-busy.m4,
15865         unlocked-io.m4, uptime.m4, userspec.m4, utimbuf.m4, utime.m4,
15866         utimecmp.m4, utimens.m4, utimes-null.m4, vsnprintf.m4, xalloc.m4,
15867         xgetcwd.m4, xreadlink.m4, xstrndup.m4, xstrtod.m4, xstrtoimax.m4,
15868         xstrtol.m4, xstrtoumax.m4, yesno.m4:
15869         Use an all-permissive copyright notice, recommended by RMS.
15870
15871 2005-01-21  Paul Eggert  <eggert@cs.ucla.edu>
15872
15873         * modules/chdir-long (Depends-on): Remove mempcpy.
15874
15875 2005-01-21  Jim Meyering  <jim@meyering.net>
15876
15877         * lib/openat.h (AT_SYMLINK_NOFOLLOW): Define to 4096, so it's the
15878         same value as for Solaris 9.
15879
15880         * lib/chdir-long.c (chdir_long): Rewrite to remove limitation on
15881         component length.  This included changing the parameter to be
15882         of type `char *' rather than `char const *'.
15883         * lib/chdir-long.h (chdir_long): Update prototype.
15884
15885         * lib/openat.c (fdopendir, fstatat): New functions.
15886         * lib/openat.h: Include headers required for use of DIR and struct
15887         stat.
15888         [AT_SYMLINK_NOFOLLOW]: Define.
15889         (fdopendir, fstatat): Add prototypes.
15890
15891 2005-01-21  Bruno Haible  <bruno@clisp.org>
15892
15893         * modules/classpath: New file.
15894         * MODULES.html.sh (Java): Add classpath.
15895
15896 2005-01-21  Bruno Haible  <bruno@clisp.org>
15897
15898         * lib/classpath.h: New file, from GNU gettext.
15899         * lib/classpath.c: New file, from GNU gettext.
15900
15901 2005-01-20  Simon Josefsson  <jas@extundo.com>
15902
15903         * modules/version-etc-fsf: New file.
15904
15905 2005-01-20  Simon Josefsson  <jas@extundo.com>
15906
15907         * lib/version-etc-fsf.c: New file, with version_etc_copyright.
15908         * lib/version-etc.c: Remove version_etc_copyright.
15909         * lib/version-etc.h (version_etc_copyright): Use [] instead of * in
15910         prototype, suggested by Paul Eggert <eggert@CS.UCLA.EDU>.
15911
15912 2005-01-20  Simon Josefsson  <jas@extundo.com>
15913
15914         * lib/base64.h (isbase64): Add.
15915
15916         * lib/base64.c (isb64): Rename to isbase64, use to_uchar instead of
15917         using a unsigned prototype, don't inline.
15918         (base64_decode): Use it.
15919
15920 2005-01-20  Paul Eggert  <eggert@cs.ucla.edu>
15921
15922         * m4/save-cwd.m4 (gl_SAVE_CWD): Remove check for fcntl; we now assume
15923         it.
15924
15925 2005-01-20  Paul Eggert  <eggert@cs.ucla.edu>
15926
15927         * lib/save-cwd.c (save_cwd): Remove code to support the case
15928         where fchdir is missing or flaky.
15929
15930 2005-01-20  Paul Eggert  <eggert@cs.ucla.edu>
15931
15932         * MODULES.html.sh (Command-line arguments): Add version-etc-fsf.
15933
15934 2005-01-19  Paul Eggert  <eggert@cs.ucla.edu>
15935
15936         * modules/mempcpy (Makefile.am): Remove mention of mempcpy.h;
15937         AC_LIBSOURCES now does this.
15938         * MODULES.html.sh (Sizes of integer types <limits.h>): New element,
15939         with new ullong_max module.
15940
15941 2005-01-19  Bruno Haible  <bruno@clisp.org>
15942
15943         * modules/sh-quote: New file.
15944         * MODULES.html.sh (Executing programs): Add sh-quote.
15945
15946 2005-01-19  Bruno Haible  <bruno@clisp.org>
15947
15948         * lib/sh-quote.h: New file, from GNU gettext.
15949         * lib/sh-quote.c: New file, from GNU gettext.
15950
15951 2005-01-18  Paul Eggert  <eggert@cs.ucla.edu>
15952
15953         Merge from coreutils.
15954         * m4/ullong_max.m4: New file.
15955         * m4/jm-macros.m4 (gl_MACROS): Require gl_ULLONG_MAX.
15956         (gl_MACROS): Assume localeconv exists.
15957
15958 2005-01-18  Paul Eggert  <eggert@cs.ucla.edu>
15959
15960         Merge changes from coreutils, as described below in several
15961         changelogs dated today.
15962
15963         * lib/save-cwd.c: Include "save-cwd.h" before other include files.
15964         (O_DIRECTORY): Remove; not needed here, since "." must be
15965         a directory.  All uses removed.
15966         (save_cwd): Use __sgi || __sun, not sun || __sun.  __sun is
15967         universal on Suns, and we also need to test for IRIX.
15968         Revamp code to use 'if' rather than '#if'.
15969         Avoid unnecessary comparison of cwd->desc to 0.
15970
15971         * lib/utimens.c (futimens): Robustify the previous patch, by checking
15972         for known valid error numbers rather than observed invalid ones.
15973
15974 2005-01-18  Paul Eggert  <eggert@cs.ucla.edu>
15975
15976         * modules/ullong_max: New file.
15977
15978         * modules/chdir-long, modules/openat: New files.
15979         * modules/save-cwd (Depends-on): Depend on chdir-long.
15980         (Makefile.am): Remove lib_SOURCES; now handled by AC_LIBSOURCES.
15981
15982 2005-01-18  Jim Meyering  <jim@meyering.net>
15983
15984         Merge from coreutils.
15985         * m4/chdir-long.m4, m4/openat.m4: New files.
15986         * m4/save-cwd.m4 (gl_SAVE_CWD): Add AC_LIBSOURCES for save-cwd.c,
15987         save-cwd.h.  Add AC_LIBOBJ for save-cwd.
15988         * m4/chown.m4 (gl_FUNC_CHOWN): When cross-compiling, assume that chown
15989         is sane and DOES follow symlinks.  Besides, testing 20 different
15990         systems found no broken chown implementations.
15991         Prompted by a change in rsync's copy of this macro.
15992         * m4/jm-macros.m4 (gl_MACROS): Require gl_FUNC_CHDIR_LONG.
15993
15994         * m4/lchown.m4 (gl_FUNC_LCHOWN): Use AC_LIBSOURCES.
15995
15996         * m4/utimes.m4: Work around tests/touch/empty-file failure on a system
15997         (sparc64, Linux-2.4.28, glibc-2.3.3) that didn't honor utimes'
15998         NULL-means-set-to-current-time semantics.
15999         Remove temporary file immediately, rather than waiting
16000         for configure's at-exit trap code to do it.
16001
16002 2005-01-18  Jim Meyering  <jim@meyering.net>
16003
16004         * lib/version-etc.c (version_etc_copyright): Update copyright date.
16005
16006         * lib/utimens.c (futimens): Account for the fact that futimes
16007         can also fail with errno == ENOSYS or errno == ENOENT.
16008         Patch from Dmitry V. Levin.
16009
16010         Change the name of the robust chdir function from chdir to chdir_long.
16011         * lib/save-cwd.c: Include chdir-long.h rather than chdir.h.
16012         (restore_cwd): Use chdir_long, not chdir.
16013         * lib/chdir-long.c: Renamed from chdir.c.
16014         * lib/chdir-long.h: Renamed from chdir.h.
16015         [!defined PATH_MAX]: Define chdir_long to chdir on systems like the
16016         Hurd.
16017
16018 2005-01-18  Bruno Haible  <bruno@clisp.org>
16019
16020         * m4/allocsa.m4, m4/codeset.m4, m4/copy-file.m4, m4/eaccess.m4:
16021         * m4/eealloc.m4, m4/eoverflow.m4, m4/execute.m4, m4/fatal-signal.m4:
16022         * m4/findprog.m4, m4/glibc21.m4, m4/iconv.m4, m4/intmax_t.m4:
16023         * m4/inttypes_h.m4, m4/lib-ld.m4, m4/lib-link.m4, m4/lib-prefix.m4:
16024         * m4/linebreak.m4, m4/localcharset.m4, m4/longdouble.m4:
16025         * m4/longlong.m4, m4/mbrtowc.m4, m4/mbstate_t.m4, m4/mbswidth.m4:
16026         * m4/mkdtemp.m4, m4/pipe.m4, m4/readlink.m4, m4/safe-read.m4:
16027         * m4/safe-write.m4, m4/setenv.m4, m4/sig_atomic_t.m4:
16028         * m4/signalblocking.m4, m4/signed.m4, m4/size_max.m4, m4/ssize_t.m4:
16029         * m4/stdbool.m4, m4/stdint_h.m4, m4/stpcpy.m4, m4/stpncpy.m4:
16030         * m4/strcase.m4, m4/strcspn.m4, m4/strpbrk.m4, m4/strstr.m4:
16031         * m4/ucs4-utf.m4, m4/uintmax_t.m4, m4/ulonglong.m4, m4/unicodeio.m4:
16032         * m4/utf-ucs4.m4, m4/vasnprintf.m4, m4/vasprintf.m4:
16033         * m4/wait-process.m4, m4/wchar_t.m4, m4/wint_t.m4, m4/xsize.m4:
16034         Use an all-permissive copyright notice, recommended by RMS.
16035
16036 2005-01-18  Bob Proulx  <bob@proulx.com>
16037
16038         * lib/obstack.c [DEFAULT_ALIGNMENT]: Use an intermediate type to
16039         simplify offsetof() macro construct to avoid compile failure with
16040         native HP-UX 11.0 ANSI C compiler.
16041
16042 2005-01-17  Bruno Haible  <bruno@clisp.org>
16043
16044         * lib/stpncpy.c: Remove HAVE_STPNCPY and gnu_stpncpy renaming,
16045         redundant because stpncpy.m4 takes care of it.
16046
16047 2005-01-17  Bruno Haible  <bruno@clisp.org>
16048
16049         * lib/progreloc.c: Include xalloc.h instead of xmalloc.h.
16050
16051 2005-01-17  Bruno Haible  <bruno@clisp.org>
16052
16053         * lib/progreloc.c (xstrdup): Define as strdup if no xmalloc should be
16054         used.
16055
16056 2005-01-17  Bruno Haible  <bruno@clisp.org>
16057
16058         * lib/fwriteerror.h (fwriteerror): Change specification to include
16059         fclose.
16060         * lib/fwriteerror.c: Include <stdbool.h>.
16061         (fwriteerror): At the end, close the file stream. Record whether
16062         stdout was already closed.
16063
16064 2005-01-17  Bruno Haible  <bruno@clisp.org>
16065
16066         * lib/execute.c (environ): Declare if needed.
16067         * lib/pipe.c (environ): Likewise.
16068         Reported by Michael Schloh von Bennewitz <michael.schloh@cw.com>.
16069
16070 2005-01-11  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
16071
16072         * modules/argp: Depend on vsnprintf
16073
16074 2005-01-10  Jim Meyering  <jim@meyering.net>
16075
16076         * modules/closeout (Depends-on): Add atexit.
16077
16078 2005-01-06  Bruno Haible  <bruno@clisp.org>
16079
16080         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Rename stpncpy to gnu_stpncpy here.
16081
16082 2005-01-04  Paul Eggert  <eggert@cs.ucla.edu>
16083
16084         * lib/human.c (SIZE_MAX, UINTMAX_MAX): Move these conditional
16085         definitions to be after all include files, to avoid collisions.
16086         Problem reported by Bob Proulx.
16087
16088 2005-01-04  Jim Meyering  <jim@meyering.net>
16089
16090         Changes imported from coreutils.
16091         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Rather than using "conftestXXXXXX"
16092         as the mkstemp template, use a temporary directory and an
16093         8.3-friendly template to avoid trouble on systems like DJGPP.
16094         Reported by Juan M. Guerrero via Stepan Kasal.
16095         * m4/(gl_FUNC_MKSTEMP): Include <unistd.h> for the declaration of
16096         close. Remove the temporary directory right away, rather than waiting
16097         for configure's at-exit trap code to do it.
16098         Suggestion from Stepan Kasal.
16099
16100 2005-01-01  Simon Josefsson  <jas@extundo.com>
16101
16102         * gnulib-tool: Print #include directives when --import'ing.
16103
16104 2004-12-28  Simon Josefsson  <jas@extundo.com>
16105
16106         * tests/test-base64.c: Include required header files.  Remove
16107         unused variables.
16108
16109 2004-12-28  Paul Eggert  <eggert@cs.ucla.edu>
16110
16111         * modules/error (Depends-on): Remove gettext.
16112
16113 2004-12-28  Paul Eggert  <eggert@cs.ucla.edu>
16114
16115         * lib/error.c [!_LIBC && !ENABLE_NLS]: Do not include "gettext.h";
16116         not needed.  This removes a dependency on the gettext module.
16117         [defined _LIBC]: Do not include <libintl.h>; not needed.
16118
16119 2004-12-24  Paul Eggert  <eggert@cs.ucla.edu>
16120
16121         * m4/c-strtod.m4 (gl_C99_STRTOLD): New macro.
16122         (gl_C_STRTOD): Use it instead of AC_CHECK_DECLS_ONCE(strtold).
16123
16124 2004-12-24  Paul Eggert  <eggert@cs.ucla.edu>
16125
16126         * lib/c-strtod.c (STRTOD): Depend on HAVE_C99_STRTOLD, not
16127         HAVE_DECL_STRTOLD.
16128
16129 2004-12-23  Paul Eggert  <eggert@cs.ucla.edu>
16130
16131         * modules/getdate (Depends-on): Remove alloca-opt.
16132
16133 2004-12-23  Paul Eggert  <eggert@cs.ucla.edu>
16134
16135         * m4/getdate.m4 (gl_GETDATE): Remove AC_FUNC_ALLOCA.
16136
16137 2004-12-23  Paul Eggert  <eggert@cs.ucla.edu>
16138
16139         * lib/argp-parse.c: Include <stddef.h>.
16140         (alignof, alignto): New macros.
16141         (parser_init): Don't assume that void * is aligned sufficiently
16142         for struct option.
16143
16144         * lib/getdate.y (YYSTACK_USE_ALLOCA): Define to 0, since there's no
16145         need to extend the stack.
16146         (YYINITDEPTH): New macro, so that the initial stack isn't overly
16147         large.
16148
16149 2004-12-22  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
16150
16151         * lib/argp-parse.c (parser_init): Avoid arithmetics on void pointers.
16152
16153 2004-12-19  Paul Eggert  <eggert@cs.ucla.edu>
16154
16155         * modules/regex (lib_SOURCES): Remove regex.c, undoing previous
16156         (2004-10-24) change.  Apparently this was a false alarm.
16157
16158         * modules/getdate: Depend on alloca-opt, not alloca.
16159
16160 2004-12-19  Paul Eggert  <eggert@cs.ucla.edu>
16161
16162         * lib/alloca_.h: Conditionalize on _GNULIB_ALLOCA_H, not _ALLOCA_H.
16163         Remove now-obsolete comment about AIX.
16164         * lib/getdate.y: Include <alloca.h> only if HAVE_ALLOCA.
16165         (YYSTACK_USE_ALLOCA): Define to 0 if !HAVE_ALLOCA.
16166         (YYMAXDEPTH): New macro.
16167
16168 2004-12-18  Simon Josefsson  <jas@extundo.com>
16169
16170         * modules/alloca: Depend on alloca-opt, instead of duplicating it.
16171
16172 2004-12-18  Bruno Haible  <bruno@clisp.org>
16173
16174         * m4/fatal-signal.m4 (gl_FATAL_SIGNAL): Also test for sigaction.
16175
16176 2004-12-18  Bruno Haible  <bruno@clisp.org>
16177
16178         * lib/fatal-signal.c (fatal_signals): Make non-const.
16179         (init_fatal_signals): New function.
16180         (uninstall_handlers, install_handlers): Ignore signals that were set to
16181         SIG_IGN.
16182         (at_fatal_signal): Call init_fatal_signals.
16183         (init_fatal_signal_set): Likewise. Ignore signals that were set to
16184         SIG_IGN.
16185         Reported by Paul Eggert.
16186
16187 2004-12-18  Bruno Haible  <bruno@clisp.org>
16188
16189         * doc/alloca.texi: New file.
16190         * doc/alloca-opt.texi: New file.
16191
16192 2004-12-17  Jim Meyering  <jim@meyering.net>
16193
16194         * config/install-sh: Use `(exit N); exit N', not `(exit N); exit'.
16195         Otherwise, install-sh could exit with improper exit status when
16196         exiting via a trapped interrupt.  Thanks to a report from Bob Proulx.
16197
16198 2004-12-16  Simon Josefsson  <jas@extundo.com>
16199
16200         * tests/test-base64.c: Add license.
16201
16202 2004-12-15  Stepan Kasal  <address@hidden>
16203
16204         * gnulib-tool (func_emit_lib_Makefile_am): Shorten a long sed command.
16205
16206 2004-12-12  Paul Eggert  <eggert@cs.ucla.edu>
16207
16208         * modules/getcwd (Files): Add m4/d-ino.m4.
16209         Suggested by Mark D. Baushke.
16210
16211 2004-12-08  Paul Eggert  <eggert@cs.ucla.edu>
16212
16213         * lib/getdate.y (textint): New member "negative".
16214         (time_zone_hhmm): New function.
16215         Expect 14 shift-reduce conflicts, not 13.
16216         (o_colon_minutes): New rule.
16217         (time, zone): Use it to add support for +HH:MM, UTC+HH:MM.
16218         (yylex): Set the "negative" member of signed numbers.
16219
16220 2004-12-08  Paul Eggert  <eggert@cs.ucla.edu>
16221
16222         * doc/getdate.texi (Time of day items, Time zone items):
16223         Describe new formats +00:00, UTC+00:00.
16224
16225 2004-12-07  Paul Eggert  <eggert@cs.ucla.edu>
16226
16227         * m4/ls-mntd-fs.m4 (AC_FUNC_GETMNTENT): Fix typo in previous change:
16228         spurious "-l"s.  Problem reported by Stepan Kasal.
16229
16230 2004-12-06  Paul Eggert  <eggert@cs.ucla.edu>
16231
16232         * m4/ls-mntd-fs.m4 (AC_FUNC_GETMNTENT): New macro, to work around bug
16233         in Autoconf 2.59.  Problem reported by Mark D. Baushke.
16234
16235 2004-12-04  Simon Josefsson  <jas@extundo.com>
16236
16237         * modules/getaddrinfo (License): Add LGPL, reported by Yoann
16238         Vandoorselaere <yoann@prelude-ids.org>.
16239
16240 2004-12-04  Paul Eggert  <eggert@cs.ucla.edu>
16241
16242         Changes imported from coreutils.
16243         * m4/hard-locale.m4 (gl_HARD_LOCALE): Assume locale.h and setlocale
16244         exist.
16245         * m4/human.m4 (gl_HUMAN): Assume locale.h and localeconv exist.
16246
16247 2004-12-04  Paul Eggert  <eggert@cs.ucla.edu>
16248
16249         Changes imported from coreutils.
16250         * lib/hard-locale.c: Assume <locale.h> exists.
16251         Include "strdup.h".
16252         (GLIBC_VERSION): New macro.
16253         (hard_locale): Assume setlocale exists.
16254         Rewrite to avoid #ifdef.
16255         Use strdup rather than malloc + strcpy.
16256         * lib/human.c: Assume <locale.h> exists.
16257         (human_readable): Assume localeconv exists.
16258
16259 2004-12-04  Paul Eggert  <eggert@cs.ucla.edu>
16260
16261         * modules/hard-locale (Depends-on): Add strdup.
16262
16263 2004-12-01  Jakub Jelinek  <jakub@redhat.com>
16264
16265         * lib/mktime.c (__mktime_internal): If SEC_REQUESTED != SEC,
16266         convert T2, not T.  (Imported from libc.)
16267
16268 2004-11-30  Simon Josefsson  <jas@extundo.com>
16269
16270         * modules/restrict (License): Change to LGPL.
16271
16272 2004-11-30  Simon Josefsson  <jas@extundo.com>
16273
16274         * m4/restrict.m4: Add copyright and copying conditions.
16275
16276 2004-11-30  Simon Josefsson  <jas@extundo.com>
16277
16278         * m4/base64.m4: New file.
16279
16280 2004-11-30  Simon Josefsson  <jas@extundo.com>
16281
16282         * MODULES.html.sh (Extra functions based on ANSI C 89): Add
16283         base64.
16284
16285         * tests/test-base64.c: New file.
16286
16287         * modules/base64: New file.
16288
16289 2004-11-30  Paul Eggert  <eggert@cs.ucla.edu>
16290
16291         * m4/getcwd-path-max.m4 (gl_FUNC_GETCWD_PATH_MAX):
16292         Define HAVE_PARTLY_WORKING_GETCWD if getcwd is partly working.
16293
16294         * m4/readutmp.m4 (gl_READUTMP): Don't check for sys/param.h.
16295
16296 2004-11-30  Paul Eggert  <eggert@cs.ucla.edu>
16297
16298         * lib/getcwd.c (is_ENAMETOOLONG): New macro.
16299         (__getcwd.c): Don't restore errno; glibc doesn't.
16300         [HAVE_PARTLY_WORKING_GETCWD && !defined AT_FDCWD]: Try system getcwd
16301         first, falling back to our code only if its results look suspicious.
16302         Ensure that the resulting buffer is only as large as necessary.
16303
16304         * lib/readutmp.c: Include readutmp.h first.
16305         Include <errno.h>, since readutmp.h no longer does that.
16306         * lib/readutmp.h: Don't include <errno.h>,
16307         <sys/param.h>, <time.h>; not needed to establish interface.
16308         (errno): Remove decl.
16309         (HAVE_STRUCT_XTMP_UT_TYPE): Remove; no longer needed.
16310         (UT_TYPE_EQ, UT_TYPE_NOT_DEFINED, UT_TYPE_BOOT_TIME,
16311         UT_TYPE_USER_PROCESS, IS_USER_PROCESS): New macros.
16312
16313 2004-11-28  Simon Josefsson  <jas@extundo.com>
16314
16315         * lib/base64.h, base64.c: New file.
16316
16317 2004-11-27  Paul Eggert  <eggert@cs.ucla.edu>
16318
16319         * lib/getcwd.h: New file, which I forgot to check in on 2004-11-25.
16320
16321 2004-11-26  Paul Eggert  <eggert@cs.ucla.edu>
16322
16323         * modules/getcwd (Files): Add lib/getcwd.h, m4/getcwd.m4.
16324         (Depends-on): Remove pathmax, same.  Add mempcpy.
16325         (configure.ac): GL_FUNC_GETCWD_PATH_MAX -> gl_FUNC_GETCWD.
16326         (Makefile.am): Append getcwd.h to lib_SOURCES.
16327         (Include): Add getcwd.h.
16328         (Maintainer): Change from Jim Meyering to "all, glibc",
16329         since getdate now uses intended-for-glibc code.
16330         * modules/xgetcwd (Files): Remove m4/getcwd.m4.
16331         (Depends-on): Depend on getcwd.  Do not depend on pathmax.
16332
16333 2004-11-25  Paul Eggert  <eggert@cs.ucla.edu>
16334
16335         Fix problems reported by Scott S. Tinsley for HP-UX 11.11 using
16336         HP's ANSI C compiler.
16337         * lib/fsusage.c (statvfs) [HAVE_SYS_STATVFS_H]: Remove decl.
16338         Declaring int functions causes warnings on some modern systems and
16339         shouldn't be needed to compile on ancient ones.
16340         * lib/same.c (MIN) [defined MIN]: Don't define, since it's already
16341         defined.
16342
16343         * lib/getcwd.c: Replace by a copy of glibc/sysdeps/posix/getcwd.c, but
16344         with the following changes.
16345         (__set_errno): Parenthesize properly.
16346         Include <stdbool.h>.
16347         (MIN, MAX, MATCHING_INO): New macros.
16348         (__getcwd): Define with prototype, not K&R form.
16349         Use heuristics to allocate default buffer on stack if possible.
16350         If AT_FDCWD is defined, use openat and fstatat to avoid O(N**2)
16351         behavior, and to avoid the PATH_MAX limit when computing
16352         ../../../../...
16353         Use MATCHING_INO to compare inode number to file.
16354         Check for arithmetic overflow in size calculations.
16355         Fix bug in reallocation of dot array that caused getcwd to fail
16356         on directories nested deeper than 75.
16357         Be more careful about saving errno on error.
16358         Do not use realloc; use only free+malloc, as this is a bit
16359         more flexible and avoids a needless copy operation.
16360         Do not inspect st_dev and st_ino for symbolic links; POSIX
16361         doesn't specify the latter.
16362         Check for closedir errors.
16363         Avoid needless casts.
16364         Use "#ifdef weak_alias" around weak_alias, to be like other
16365         glibc code.
16366         The following changes to getcwd.c have effect only when used in
16367         gnulib; they have no effect inside glibc proper.
16368         (#pragma alloca) [defined _AIX && !defined __GNUC__]: Remove,
16369         as alloca isn't used.
16370         (alloca, __alloca): Likewise.
16371         [!_LIBC]: Include "getcwd.h", "mempcpy.h".
16372         Include <stddef.h>, <stdlib.h>, <string.h>, <limits.h>
16373         unconditionally, as gnulib assumes C89 or better.
16374         Do not include <sys/param.h>.
16375         (errno) [!defined __GNU_LIBRARY__ && !defined STDC_HEADERS]: Remove
16376         no-longer-necessary 'extern int errno' decl; gnulib assumes C89 or
16377         better.
16378         (NULL) [!defined NULL]: Remove; we assume C89 or better.
16379         Include <dirent.h> in a way that is compatible with modern Autoconf.
16380         (_D_ALLOC_NAMELEN, _D_EXACT_NAMLEN):
16381         New macros, if not already defined.
16382         Include <unistd.h> if _LIBC, not if __GNU_LIBRARY__.
16383         Use "_LIBC", not "defined _LIBC", for consistency.
16384         (HAVE_MEMPCPY): Remove; no longer needed now that gnulib has
16385         a mempcpy module.
16386         (__lstat, __closedir, __opendir, __readdir) [!_LIBC]: New macros.
16387         (GETCWD_RETURN_TYPE): Remove.  All uses replaced by char *.
16388         * lib/xgetcwd.c: David MacKenzie's old code was removed, so give
16389         credit only to Jim Meyering and adjust the copyright dates.
16390         Do not include <limits.h>, <stdio.h>, <sys/types.h>,
16391         <stdlib.h>, <unistd.h>, "pathmax.h".
16392         Instead, include "xgetcwd.h" (first) and "getcwd.h".
16393         (INITIAL_BUFFER_SIZE): Remove.
16394         (xgetcwd): Rely on getcwd, since we now depend on a reliable one.
16395
16396 2004-11-25  Paul Eggert  <eggert@cs.ucla.edu>
16397
16398         * m4/getcwd-path-max.m4 (gl_FUNC_GETCWD_PATH_MAX): Renamed from
16399         GL_FUNC_GETCWD_PATH_MAX for consistency.  All uses changed.
16400         Use the _ONCE methods, for efficiency.
16401         Check for fcntl.h.  In test program, include <errno.h>
16402         and <fcntl.h> if available.  Remove old K&R cruft from
16403         test program.  Check for common errors in GNU/Linux,
16404         OpenBSD, and Solaris.  Just set gl_cv_func_getcwd_path_max;
16405         don't do AC_LIBOBJ, as that's getcwd.m4's job.
16406         * m4/getcwd.m4 (gl_FUNC_GETCWD_NULL): Renamed from
16407         AC_FUNC_GETCWD_NULL.  All used changed.  Change cache variable
16408         name accordingly.
16409         (gl_FUNC_GETCWD, gl_PREREQ_GETCWD): New macros.  Revamp to
16410         accommodate new getcwd.c.
16411         * m4/jm-macros.m4 (gl_MACROS): Don't require GL_FUNC_GETCWD_PATH_MAX.
16412         * m4/prereq.m4 (gl_PREREQ): Add gl_FUNC_MEMPCPY.
16413         * m4/xgetcwd.m4 (gl_XGETCWD): Replace with gl_FUNC_GETCWD, since
16414         that's all we need now.
16415
16416 2004-11-23  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
16417
16418         * m4/argp.m4 (gl_ARGP): Require gl_GETOPT_SUBSTITUTE unconditionally:
16419         argp-parse.c depends on getopt internals, that means we should
16420         always use our getopt, to be on the safe side.
16421         * m4/getopt.m4 (gl_GETOPT): Check if GETOPT_H is already set, in
16422         order not to spoil the result of an eventual previous invocation
16423         of gl_GETOPT_SUBSTITUTE.
16424
16425 2004-11-23  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
16426
16427         * lib/getopt_.h: Re-addition of __getopt_argv_const caused
16428         redefinition warnings. To avoid them, include the defines
16429         in `#if !defined __need_getopt ... #endif'. The only place
16430         where __getopt_argv_const is used is in definitions
16431         of getopt_long and getopt_long_only below, which are as well
16432         protected by `#ifndef __need_getopt'.
16433         [defined __GETOPT_PREFIX && !defined __need_getopt]: Undef
16434         __need_getopt after including <stdio.h> and <unistd.h> These
16435         headers might have defined it.
16436
16437 2004-11-23  Paul Eggert  <eggert@cs.ucla.edu>
16438
16439         * m4/utimens.m4 (gl_UTIMENS): Check for futimes function.
16440
16441 2004-11-23  Paul Eggert  <eggert@cs.ucla.edu>
16442
16443         * lib/utimens.c (__attribute__, ATTRIBUTE_UNUSED): New macros.
16444         (futimens): New function, which uses futimes if available.
16445         (futimens, utimens): Support timespec==NULL, with same semantics
16446         as utime and utimens.
16447         * lib/utimens.h (futimens): New decl.
16448
16449 2004-11-23  Jim Meyering  <jim@meyering.net>
16450
16451         * lib/getopt_.h: Remove trailing blanks.
16452
16453 2004-11-23  Jim Meyering  <jim@meyering.net>
16454
16455         * lib/__fpending.c: Add comment.
16456
16457 2004-11-22  Paul Eggert  <eggert@cs.ucla.edu>
16458
16459         * modules/canonicalize (Depends-on): Add xreadlink.
16460         Problem reported by James Youngman.
16461
16462 2004-11-20  Paul Eggert  <eggert@cs.ucla.edu>
16463
16464         * lib/getopt_.h (__GETOPT_CONCAT, __GETOPT_XCONCAT, __GETOPT_ID):
16465         New macros.
16466         (getopt, getopt_long, getopt_long_only, optarg, opterr, optind,
16467         optopt): Use them instead of invoking ## directly; otherwise, the
16468         symbols will be __GETOPT_PREFIXgetopt rather than rpl_getopt.
16469
16470 2004-11-19  Bruno Haible  <bruno@clisp.org>
16471
16472         * lib/strtok_r.c: Move comments from here...
16473         * lib/strtok_r.h: ... to here.
16474
16475 2004-11-17  Paul Eggert  <eggert@cs.ucla.edu>
16476
16477         * m4/calloc.m4 (_AC_FUNC_CALLOC_IF): Check for buggy calloc
16478         implementations that mishandle size_t overflow.
16479
16480 2004-11-17  Paul Eggert  <eggert@cs.ucla.edu>
16481
16482         * lib/realloc.c (rpl_realloc): Call 'free' if n==0, since realloc
16483         might fail.  Problem reported by Yoann Vandoorselaere.
16484         * lib/calloc.c (rpl_calloc): Defend against buggy calloc
16485         implementations that mishandle size_t overflow.
16486
16487 2004-11-16  Paul Eggert  <eggert@cs.ucla.edu>
16488
16489         * modules/canon-host (Depends-on): Add strdup.
16490
16491 2004-11-16  Paul Eggert  <eggert@cs.ucla.edu>
16492
16493         * m4/canon-host.m4 (gl_CANON_HOST): Check for getaddrinfo.
16494
16495 2004-11-16  Paul Eggert  <eggert@cs.ucla.edu>
16496
16497         * lib/canon-host.c: Include "strdup.h".
16498         (canon_host): Use getaddrinfo if available, so that IPv6 works.
16499         Use strdup instead of malloc/strcpy to duplicate strings.
16500
16501         * lib/human.h (LONGEST_HUMAN_READABLE): Add 1 for space before unit.
16502         (human_space_before_unit): New constant.
16503         * lib/human.c (human_readable): Support it.
16504
16505         * lib/xgetcwd.c: Include <limits.h>, for PATH_MAX.
16506         (xgetcwd): Set errno correctly when failing.
16507         Work around Solaris 9 bug: getcwd sets errno==ERANGE even though
16508         the failure is actually due to a PATH_MAX problem.
16509
16510         Further getopt changes to make it more likely that glibc will
16511         buy the changes back.
16512         * lib/getopt.c (POSIXLY_CORRECT): New constant.
16513         (getopt): Use it, so to preserve glibc semantic
16514         * lib/getopt1.c (getopt_long, getopt_long_only): Arg is char * const *
16515         when compiling for libc.
16516         * lib/getopt_.h (__getopt_argv_const): Bring it back.
16517         (getopt_long, getopt_long_only): Use it.
16518
16519         * lib/getopt.c (_getopt_initialize, _getopt_internal_r,
16520         _getopt_internal): New arg POSIXLY_CORRECT.  All callers changed.
16521         (getopt): Argv is now char * const *, as per standard.
16522         (_getopt_internal_r, _getopt_internal): Argv is now char **,
16523         not char *__getopt_argv_const *.
16524         * lib/getopt1.c (getopt_long, _getopt_long_r, getopt_long_only,
16525         _getopt_long_only_r): Likewise.
16526         * lib/getopt_.h (getopt, getopt_long, geopt_long_only): Likewise.
16527         * lib/getopt_int.h (_getopt_internal, _getopt_internal_r,
16528         _getopt_long_r, _getopt_long_only_r): Likewise.
16529         * lib/getopt_.h (__getopt_argv_const): Remove.
16530         (getopt): Argv is now char * const *, as per standard.
16531
16532         * lib/getdate.y (tORDINAL): New token.
16533         (day, relunit): Allow it for relative times.
16534         (relative_time_table): Use tORDINAL for ordinals.
16535
16536 2004-11-16  Paul Eggert  <eggert@cs.ucla.edu>
16537
16538         * doc/getdate.texi (General date syntax): "next" is 1, not 2.
16539         Document that "second" isn't allowed as an ordinal number.
16540
16541 2004-11-16  Jim Meyering  <jim@meyering.net>
16542
16543         * modules/closeout (Depends-on): Add fpending.
16544
16545 2004-11-15  Jim Meyering  <jim@meyering.net>
16546
16547         * lib/closeout.c: Include "__fpending.h" once again.
16548         Include <stdbool.h>.
16549         (close_stdout): Don't fail just because stdout was closed initially,
16550         since some programs don't write to stdout in the normal course of
16551         operation (other than --version and --help), and we don't want this
16552         function to make e.g. `touch file >&-' fail.
16553         But do fail if it was closed and someone has tried to write to it.
16554         E.g., `printf foo >&-' must fail.
16555
16556 2004-11-13  Jim Meyering  <jim@meyering.net>
16557
16558         * m4/jm-macros.m4: Do require gl_FUNC_FPENDING.
16559
16560 2004-11-12  Simon Josefsson  <jas@extundo.com>
16561
16562         * config/srclist.txt: Add strtok_r.c, glibc bought our changes, but a
16563         small doc fix is still pending.
16564
16565 2004-11-11  Simon Josefsson  <jas@extundo.com>
16566
16567         * modules/strtok_r: New file.
16568
16569         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
16570         strtok_r.
16571
16572 2004-11-11  Simon Josefsson  <jas@extundo.com>
16573
16574         * m4/strtok_r.m4: New file.
16575
16576         * m4/getopt.m4: Replace opterr.
16577
16578 2004-11-11  Simon Josefsson  <jas@extundo.com>
16579
16580         * lib/strtok_r.h, strtok_r.c: New file.
16581
16582 2004-11-11  Paul Eggert  <eggert@cs.ucla.edu>
16583
16584         * m4/getopt.m4 (gl_GETOPT_SUBSTITUTE): Define __GETOPT_PREFIX instead
16585         of replacing opterr, getopt, etc.  This should handle the
16586         powerpc-apple-darwin5.5 problem recently noted by Simon Josefsson.
16587
16588 2004-11-11  Paul Eggert  <eggert@cs.ucla.edu>
16589
16590         * lib/getopt_.h (__getopt_argv_const): New macro, to be used so that
16591         we can stop lying to compilers about the constness of argv when we
16592         are compiled outside glibc.
16593         (getopt, getopt_long, getopt_long_only): Use it.
16594         * lib/getopt.c (_getopt_initialize, _getopt_internal_r,
16595         _getopt_internal, getopt): Likewise.
16596         * lib/getopt1.c (getopt_long, _getopt_long_r, getopt_long_only,
16597         _getopt_long_only_r): Likewise.
16598         * lib/getopt_int.h (_getopt_internal, _getopt_internal_r,
16599         _getopt_long_r, _getopt_long_only_r): Likewise.
16600
16601         * lib/getopt_.h [defined __GETOPT_PREFIX && !defined __need_getopt]:
16602         Include <stdlib.h> and <stdio.h>, and <unistd.h> if available.
16603         Then rename getopt to __GETOPT_PREFIX##getopt, and so forth for
16604         the other external symbols.
16605         (getopt) [!defined __GNU_LIBRARY]: Use prototype, not old-style
16606         declaration, since the above renaming now works around collisions.
16607
16608 2004-11-11  Jim Meyering  <jim@meyering.net>
16609
16610         * lib/linebreak.c: Remove trailing blanks.
16611         * lib/alloca_.h: Likewise.
16612         * lib/acosl.c: Likewise.
16613         * lib/euidaccess.c: Likewise.
16614         * lib/allocsa.h: Likewise.
16615
16616 2004-11-10  Simon Josefsson  <jas@extundo.com>
16617
16618         * m4/getaddrinfo.m4: New file.
16619
16620 2004-11-10  Simon Josefsson  <jas@extundo.com>
16621
16622         * lib/getaddrinfo.h, lib/getaddrinfo.c: New files.
16623
16624 2004-11-10  Simon Josefsson  <jas@extundo.com>
16625
16626         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
16627         getaddrinfo.
16628
16629         * modules/getaddrinfo: New file.
16630
16631 2004-11-10  Paul Eggert  <eggert@cs.ucla.edu>
16632
16633         * m4/prereq.m4 (gl_PREREQ): Require gt_FUNC_SETENV.
16634
16635 2004-11-10  Paul Eggert  <eggert@cs.ucla.edu>
16636
16637         * lib/mktime.c (SHR): New macro, which is a portable
16638         substitute for >> that should work even on Crays.
16639         (TIME_T_MIDPOINT, ydhms_diff, __mktime_internal): Use it.
16640         Problem reported by Mark D. Baushke in
16641         <http://lists.gnu.org/archive/html/bug-gnulib/2004-11/msg00071.html>.
16642         * lib/getdate.y (SHR): Likewise.
16643         (tm_diff): Use it.
16644         * lib/strftime.c (SHR): Likewise.
16645         (tm_diff): Use it.
16646         * lib/quotearg.c (struct quoting_options): Use unsigned int for
16647         quote_these_too, so that right shifts are well defined.  All uses
16648         changed.
16649
16650 2004-11-10  Jim Meyering  <jim@meyering.net>
16651
16652         Ensure that no close failure goes unreported.
16653         * lib/closeout.c (close_stdout): Always close stdout.  I.e., don't
16654         return early when it seems there's nothing to flush.
16655         Don't include __fpending.h.
16656
16657 2004-11-10  Jim Meyering  <jim@meyering.net>
16658
16659         * modules/closeout (Depends-on): Remove fpending.
16660
16661 2004-11-10  Jim Meyering  <jim@meyering.net>
16662
16663         * m4/jm-macros.m4 (gl_MACROS): Don't require gl_FUNC_FPENDING.
16664
16665 2004-11-09  Paul Eggert  <eggert@cs.ucla.edu>
16666
16667         * m4/strftime.m4 (_gl_STRFTIME_PREREQS): Remove.  Move its body to
16668         gl_FUNC_STRFTIME.
16669         (gl_FUNC_STRFTIME): Use AC_CHECK_FUNCS_ONCE and AC_CHECK_HEADERS_ONCE
16670         and AC_REQUIRE when possible, to avoid duplicate checks.
16671         Check for <wchar.h>.
16672
16673 2004-11-09  Paul Eggert  <eggert@cs.ucla.edu>
16674
16675         * lib/strftime.c (DO_MULTIBYTE): Check for wchar.h, too.
16676
16677 2004-11-09  Bruno Haible  <bruno@clisp.org>
16678
16679         * m4/sockpfaf.m4: New file.
16680
16681 2004-11-05  Bruno Haible  <bruno@clisp.org>
16682
16683         * lib/readlink.c: Include stddef.h, needed for size_t on Woe32.
16684         Reported by Mark D. Baushke <mdb@cvshome.org>.
16685
16686 2004-11-04  Bruno Haible  <bruno@clisp.org>
16687
16688         2004-09-11  Bruno Haible  <bruno@clisp.org>
16689                 * allocsa.valgrind: New file.
16690         2004-02-06  Bruno Haible  <bruno@clisp.org>
16691                 * allocsa.h (sa_alignof): Define differently with HP-UX cc, to
16692                 avoid a bug of this cc on HP-UX 10.20 dealing with enums.
16693                 Reported by Christopher Seip <chris.seip@hp.com>.
16694
16695 2004-11-04  Bruno Haible  <bruno@clisp.org>
16696
16697         * modules/allocsa (Files): Add lib/allocsa.valgrind.
16698         (Makefile.am): Distribute it.
16699
16700 2004-11-03  Paul Eggert  <eggert@cs.ucla.edu>
16701
16702         * lib/xreadlink.c (xreadlink): AIX and HP-UX readlink return -1
16703         with errno == ERANGE if the buffer is too small.
16704         Problem reported by Mark D. Baushke.
16705
16706 2004-11-03  Albert Chin  <china@thewrittenword.com>
16707             Paul Eggert  <eggert@cs.ucla.edu>
16708
16709         * m4/uint32_t.m4 (gl_AC_TYPE_UINT32_T): When determining uint32_t
16710         equivalent, substitute $ac_type for equivalent type rather than
16711         blindly using uint32_t *always* which won't work if uint32_t is not
16712         available.  Define _UINT32_T to work around typedef of uint32_t if
16713         <sys/sched.h>, <pthread.h>, or <semaphore.h> used on Solaris
16714         2.5.1.
16715
16716 2004-11-02  Paul Eggert  <eggert@cs.ucla.edu>
16717
16718         * m4/jm-macros.m4: Sync from coreutils.
16719         (gl_MACROS): Check for mbrlen, for pathchk.
16720         (gl_CHECK_ALL_TYPES): Require AC_TYPE_MBSTATE_T, for pathchk.
16721
16722 2004-11-02  Paul Eggert  <eggert@cs.ucla.edu>
16723
16724         * lib/xreadlink.c (MAXSIZE): New macro.
16725         (xreadlink): Use it instead of SSIZE_MAX.  Ensure initial buffer
16726         size does not exceed MAXSIZE.  Avoid cast.
16727         As suggested by Mark D. Baushke in
16728         <http://lists.gnu.org/archive/html/bug-gnulib/2004-11/msg00009.html>,
16729         if readlink fails with buffer size just under MAXSIZE, try again
16730         with MAXSIZE.
16731
16732 2004-11-02  Paul Eggert  <eggert@cs.ucla.edu>
16733
16734         * config/srclist.txt: Add mktime.c; glibc bought all our changes.
16735
16736 2004-11-02  Derek R. Price  <derek@ximbiot.com>
16737         and  Paul Eggert  <eggert@cs.ucla.edu>
16738
16739         * lib/getdate.y [!TEST]: Include <stdio.h>, since we use sprintf now.
16740         (get_date): Overparenthesize to avoid GCC warning.
16741
16742 2004-11-02  Bruno Haible  <bruno@clisp.org>
16743
16744         * m4/setenv.m4 (gt_FUNC_SETENV): Define VOID_UNSETENV if unsetenv()
16745         returns void.
16746
16747 2004-11-02  Bruno Haible  <bruno@clisp.org>
16748
16749         * lib/setenv.h (unsetenv): Define as a macro if the system's unsetenv()
16750         function returns void.
16751
16752 2004-11-01  Paul Eggert  <eggert@cs.ucla.edu>
16753
16754         * m4/getpass.m4 (gl_PREREQ_GETPASS): Check for declarations of
16755         fflush_unlocked, flockfile, funlockfile, funlockfile,
16756         fputs_unlocked, putc_unlocked.
16757
16758 2004-11-01  Paul Eggert  <eggert@cs.ucla.edu>
16759
16760         * lib/getpass.c (fflush_unlocked, flockfile, funlockfile)
16761         (funlockfile, fputs_unlocked, putc_unlocked): Don't define if
16762         already declared.
16763
16764 2004-10-29  Paul Eggert  <eggert@cs.ucla.edu>
16765
16766         * modules/getdate (Files): Add doc/getdate.texi.
16767         (Depends-on): Add setenv, xalloc.
16768
16769 2004-10-29  Paul Eggert  <eggert@cs.ucla.edu>
16770
16771         * lib/getdate.y: Add support for TZ="foo" within a date string.
16772         Fix some bugs near time_t boundaries.  Reject dates with
16773         out-of-range components, e.g., "Sept 31".
16774         Include <stdlib.h>, "setenv.h", "xalloc.h".
16775         (ISDIGIT_LOCALE): Remove; unused.
16776         Note that the TZ and time functions used here are not reentrant.
16777         (mktime_ok, get_tz): New functions.
16778         (TZBUFSIZE): New constant.
16779         (get_date): Parse leading TZ="foo".  Reject out-of-range components;.
16780         This requires that we sometimes generate our own TZ="XXX..." setting.
16781
16782 2004-10-29  Paul Eggert  <eggert@cs.ucla.edu>
16783
16784         * doc/getdate.texi: New file, from coreutils with modifications for
16785         the new TZ parsing.
16786
16787 2004-10-27  Derek R. Price  <derek@ximbiot.com>
16788
16789         * lib/mktime.c (not_equal_tm): Remove redundant check.
16790
16791 2004-10-24  Paul Eggert  <eggert@cs.ucla.edu>
16792
16793         * modules/regex (lib_SOURCES): Add regex.c.
16794         Reported by James Youngman in
16795         <http://lists.gnu.org/archive/html/bug-gnulib/2004-10/msg00199.html>.
16796
16797 2004-10-24  Paul Eggert  <eggert@cs.ucla.edu>
16798
16799         * lib/getdate.y: Use Bison 1.875 features, and some minor
16800         code cleanups.  This change does not affect semantics.
16801         Don't include <stdlib.h>; no longer needed.
16802         Don't include unlocked-io.h; only the "#if TEST" code uses
16803         stdio, and performance isn't crucial there.
16804         (PC, YYLEX_PARAM, YYPARSE_PARAM): Remove; replaced by
16805         Bison 1.875 features as described below.
16806         All uses of "PC." replaced by "pc->".
16807         (YYSTYPE): Add a forward declaration.
16808         (yylex, yyerror): Use full prototypes in forward decls.
16809         Use "%pure-parser" rather than obsolescent "%pure_parser".
16810         Use %parse-param and %lex-param instead of obsolescent
16811         YYPARSE_PARAM and YYLEX_PARAM.
16812         (meridian_table, month_and_day_table, time_units_table,
16813         relative_time_table, time_zone_table, military_table,
16814         lookup_zone, lookup_word, get_date):
16815         Use NULL instead of 0 where appropriate.
16816         (to_hour): Avoid abort (), to avoid a dependency on
16817         stdlib.h.
16818         (yyerror, yylex): Now accepts parser_control * arg.
16819         (main) [TEST]: Use '\0' rather than 0 for char.
16820
16821 2004-10-22  Paul Eggert  <eggert@cs.ucla.edu>
16822
16823         * m4/getpagesize.m4 (gl_GETPAGESIZE): Check for <sys/param.h>.
16824
16825 2004-10-22  Paul Eggert  <eggert@cs.ucla.edu>
16826
16827         * lib/getpagesize.c (getpagesize): Don't assume <sys/param.h> exists.
16828         It's now the caller's responsibility to handle the case where
16829         !HAVE_GETPAGESIZE && !defined getpagesize.
16830
16831         * lib/mktime.c (leapyear): Arg is long int, not int.
16832
16833 2004-10-18  Paul Eggert  <eggert@cs.ucla.edu>
16834
16835         * lib/argp-fs-xinl.c, argp-xinl.c: Update from glibc.
16836
16837 2004-10-17  Paul Eggert  <eggert@cs.ucla.edu>
16838
16839         * gnulib-tool (func_emit_lib_Makefile_am): Fix typo: a $ was
16840         missing.  Problem reported by James Youngman.
16841
16842 2004-10-16  Simon Josefsson  <jas@extundo.com>
16843
16844         * gnulib-tool: Fix comments.  Fix parse problem.
16845         (func_emit_lib_Makefile_am): Don't hard code a in libgl_a_SOURCES.
16846
16847 2004-10-15  Paul Eggert  <eggert@cs.ucla.edu>
16848
16849         * m4/getopt.m4 (gl_GETOPT): Detect and reject the incompatible BSD
16850         implementation of getopt_long.  Problem reported by Alexander Taler in:
16851         http://lists.gnu.org/archive/html/bug-gnulib/2004-10/msg00103.html
16852
16853 2004-10-15  Bruno Haible  <bruno@clisp.org>
16854
16855         * gnulib-tool: Untabify. Initialize supplied_libname.
16856         (func_usage): More homogenous output.
16857         (func_modules_transitive_closure, func_modules_to_filelist,
16858         func_emit_lib_Makefile_am): New functions.
16859         (func_import): New function, extracted from big case statement. Use
16860         func_get_license, func_modules_transitive_closure,
16861         func_modules_to_filelist, func_emit_lib_Makefile_am. Initialize
16862         opt_lgpl. Don't use test -a, as it's not portable.
16863         (func_create_testdir): Use func_modules_transitive_closure,
16864         func_modules_to_filelist, func_emit_lib_Makefile_am.
16865
16866 2004-10-15  Bruno Haible  <bruno@clisp.org>
16867
16868         * gnulib-tool (func_import): Let gl_INIT define LTALLOCA when needed.
16869
16870 2004-10-15  Bruno Haible  <bruno@clisp.org>
16871
16872         * gnulib-tool (func_emit_lib_Makefile_am): Add markers to separate
16873         the portions belonging to each module.
16874         Suggested by Derek Robert Price <derek@ximbiot.com>.
16875
16876 2004-10-12  Simon Josefsson  <jas@extundo.com>
16877
16878         * lib/getpass.c (fflush_unlocked, flockfile, funlockfile)
16879         (fputs_unlocked, putc_unlocked) [!_LIBCS && !USE_UNLOCKED_IO]: Map
16880         to real functions.
16881
16882 2004-10-11  Yoann Vandoorselaere  <yoann@prelude-ids.org>
16883
16884         * modules/vsnprintf: New file.
16885
16886 2004-10-11  Yoann Vandoorselaere  <yoann@prelude-ids.org>
16887
16888         * m4/vsnprintf.m4: New file.
16889
16890 2004-10-11  Yoann Vandoorselaere  <yoann@prelude-ids.org>
16891
16892         * lib/vsnprintf.h: New file.
16893         * lib/vsnprintf.c: New file.
16894
16895 2004-10-11  Bruno Haible  <bruno@clisp.org>
16896
16897         * MODULES.html.sh (Support for systems lacking ISO C 99): Add
16898         vsnprintf.
16899
16900 2004-10-10  Paul Eggert  <eggert@cs.ucla.edu>
16901
16902         * config/srclistvars.sh: Add GNUSTANDARDS (for eggert only).
16903
16904 2004-10-07  Bruno Haible  <bruno@clisp.org>
16905
16906         * lib/snprintf.c (snprintf): Avoid a memory allocation if the result
16907         fits into the provided buffer.
16908
16909 2004-10-06  Paul Eggert  <eggert@cs.ucla.edu>
16910
16911         * lib/diacrit.c, diacrit.h: Add GPL notice.
16912
16913         * lib/atanl.c, logl.c: Add GPL notice, to match glibc's added LGPL
16914         notice.
16915         * lib/atanl.c (atanl): Keep the code as similar to glibc as possible.
16916         * lib/logl.c (logl): Keep the code as similar to glibc as possible.
16917         This avoids a potential constant-folding bug.
16918
16919 2004-10-05  Bruno Haible  <bruno@clisp.org>
16920
16921         * m4/strsep.m4 (gl_FUNC_STRSEP): Require AC_GNU_SOURCE. Don't check
16922         for the declaration of strsep.
16923
16924 2004-10-05  Bruno Haible  <bruno@clisp.org>
16925
16926         * lib/strsep.h: Don't declare strsep() if HAVE_STRSEP.
16927
16928 2004-10-04  Simon Josefsson  <jas@extundo.com>
16929
16930         * modules/memmem: New file.
16931         * tests/test-memmem.c: New file.
16932         * MODULES.html.sh (Extra functions based on ANSI C 89): Add memmem.
16933
16934 2004-10-04  Simon Josefsson  <jas@extundo.com>
16935
16936         * m4/memmem.m4: New file.
16937
16938 2004-10-04  Simon Josefsson  <jas@extundo.com>
16939
16940         * lib/memmem.h: New file.
16941         * lib/memmem.c: New file, taken from glibc.
16942
16943 2004-10-04  Simon Josefsson  <jas@extundo.com>
16944
16945         * lib/error.c, md5.c, regex.c: Use '#if USE_UNLOCKED_IO' instead of
16946         '#ifdef USE_UNLOCKED_IO'.
16947
16948 2004-10-04  Simon Josefsson  <jas@extundo.com>
16949
16950         * config/srclist.txt: Add memmem from glibc.
16951
16952 2004-10-04  Paul Eggert  <eggert@cs.ucla.edu>
16953
16954         * modules/xalloc (Files, Makefile.am): Remove xstrdup.c.
16955
16956         * modules/argmatch, modules/argp, modules/closeout, modules/error,
16957         modules/exclude, modules/getdate, modules/getline,
16958         modules/getndelim2, modules/getpass, modules/getpass-gnu,
16959         modules/getusershell, modules/linebuffer, modules/md5,
16960         modules/mountlist, modules/posixtm, modules/readtokens,
16961         modules/readutmp, modules/regex, modules/sha1,
16962         modules/version-etc, modules/yesno:
16963         Remove dependency on unlocked-io.
16964
16965 2004-10-04  Paul Eggert  <eggert@cs.ucla.edu>
16966
16967         * m4/xalloc.m4 (gl_PREREQ_XSTRDUP): Remove.  All uses removed.
16968
16969         * m4/unlocked-io.m4: Add copyright notice.
16970         (gl_FUNC_GLIBC_UNLOCKED_IO): Define USE_UNLOCKED_IO.
16971
16972 2004-10-04  Paul Eggert  <eggert@cs.ucla.edu>
16973
16974         * lib/xalloc.h (xmemdup): Renamed from xclone.  All uses changed.
16975         * lib/xmalloc.c (xmemdup): Likewise.
16976         * lib/xalloc.h (CCLONE, CLONE, NEW, XCALLOC, XMALLOC, XREALLOC,
16977         XFREE): Remove these long-obsolescent macros.
16978         * lib/xmalloc.c (xstrdup): Implementation moved here from xstrdup.c
16979         * lib/xstrdup.c: Remove.
16980
16981         * lib/regex.c (re_comp): Cast gettext return value to char *,
16982         Problem reported by Martin Neitzel via Mark D. Baushke.
16983
16984 2004-10-04  Paul Eggert  <eggert@cs.ucla.edu>
16985
16986         * lib/argmatch.c, closeout.c, error.c, exclude.c, getdate.y,
16987         getndelim2.c, getpass.c, getusershell.c, linebuffer.c,
16988         md5.c, mountlist.c, posixtm.c, readtokens.c, readutmp.c,
16989         regex.c, sha1.c, version-etc.c, yesno.c:
16990         Include "unlocked-io.h" only if USE_UNLOCKED_IO.
16991         * lib/unlocked-io.h: Don't worry about USE_UNLOCKED_IO; that's now
16992         the includer's responsibility.
16993
16994         Sync from coreutils.
16995
16996         * lib/modechange.c (mode_compile): Don't decrement a pointer that
16997         points to the start of a string, as the C Standard says the
16998         resulting behavior is undefined.
16999
17000         * lib/backupfile.h (enum backuptype): Rename none -> no_backups,
17001         simple -> simple_backups, numbered_existing ->
17002         numbered_existing_backups, numbered -> numbered_backups
17003         to avoid shadowing problems.  All uses changed.
17004         * lib/argmatch.c (enum backuptype) [defined TEST]: Likewise.
17005         * lib/backupfile.c (check_extension, numbered_backup):
17006         Rename locals to avoid shadowing 'basename'.
17007         * lib/backupfile.h (VALID_BACKUP_TYPE): Don't evaluate arg more than
17008         once.
17009
17010         * lib/.cppi-disable: Add getopt_.h, getopt_int.h.
17011         * lib/.cvsignore: Add getopt.h.
17012
17013 2004-10-04  Bruno Haible  <bruno@clisp.org>
17014
17015         * modules/README: New file.
17016         * gnulib-tool (func_all_modules, func_verify_module): modules/README is
17017         not a module.
17018
17019 2004-10-02  Jim Meyering  <jim@meyering.net>
17020
17021         * lib/dirfd.h, getpagesize.h: Add copyright notice.
17022
17023 2004-10-01  Yoann Vandoorselaere  <yoann@prelude-ids.org>
17024
17025         * modules/strsep: New file.
17026
17027 2004-10-01  Yoann Vandoorselaere  <yoann@prelude-ids.org>
17028
17029         * m4/strsep.m4: New file.
17030
17031 2004-10-01  Yoann Vandoorselaere  <yoann@prelude-ids.org>
17032
17033         * lib/strsep.h: New file.
17034         * lib/strsep.c: New file.
17035
17036 2004-10-01  Simon Josefsson  <jas@extundo.com>
17037
17038         * lib/snprintf.c (snprintf): Handle size==0.
17039
17040 2004-10-01  Simon Josefsson  <jas@extundo.com>
17041             Bruno Haible  <bruno@clisp.org>
17042
17043         * lib/snprintf.c: Include <stdarg.h>, <stdlib.h>, <string.h>.
17044         (snprintf): Declare 'args'.
17045
17046 2004-10-01  Paul Eggert  <eggert@cs.ucla.edu>
17047
17048         * lib/snprintf.c: Remove comments as to why each header is needed.
17049
17050 2004-10-01  Bruno Haible  <bruno@clisp.org>
17051
17052         * MODULES.html.sh: Add strsep.
17053
17054 2004-09-30  Simon Josefsson  <jas@extundo.com>
17055
17056         * modules/snprintf: New file.
17057
17058 2004-09-30  Simon Josefsson  <jas@extundo.com>
17059
17060         * m4/snprintf.m4: New file.
17061
17062 2004-09-30  Simon Josefsson  <jas@extundo.com>
17063
17064         * lib/snprintf.h, lib/snprintf.c: New files.
17065
17066 2004-09-30  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
17067
17068         * lib/argp-help.c (canon_doc_option): Fixed coredump if *name==NULL
17069         (hol_entry_help): Never translate an empty string.
17070         Do not translate option tag (opt->name) if OPTION_NO_TRANS is set
17071         * lib/argp.h (OPTION_NO_TRANS): New option.
17072
17073 2004-09-30  Paul Eggert  <eggert@cs.ucla.edu>
17074
17075         * modules/argp (Maintainer): Replace Simon Josefsson
17076         by Sergey Poznyakoff.
17077
17078 2004-09-30  Paul Eggert  <eggert@cs.ucla.edu>
17079
17080         * config/srclist.txt: Comment-out argp/argp.h, until we get the argp
17081         changes merged back into glibc.
17082
17083 2004-09-30  Paul Eggert  <eggert@cs.ucla.edu>
17084
17085         * MODULES.html.sh (Support for systems lacking ISO C 99): Add snprintf.
17086
17087 2004-09-29  Oskar Liljeblad  <oskar@osk.mine.nu>
17088
17089         * lib/xvasprintf.c: Include xalloc.h.
17090         (xvasprintf): Use xalloc_die, not xmalloc_die.
17091
17092 2004-09-29  Bruno Haible  <bruno@clisp.org>
17093
17094         * modules/alloca-opt: New file, derived from modules/alloca.
17095         * modules/allocsa: Depend on alloca-opt instead of alloca.
17096         * modules/setenv: Likewise.
17097         * modules/vasnprintf: Likewise.
17098         * MODULES.html.sh: Add alloca-opt.
17099
17100 2004-09-28  Simon Josefsson  <jas@extundo.com>
17101
17102         * gnulib-tool: New parameter --lgpl, to asseert that modules are
17103         LGPL, and to replace license template from GPL to LGPL.
17104
17105 2004-09-28  Paul Eggert  <eggert@cs.ucla.edu>
17106
17107         * modules/dummy: Change license to LGPL.
17108
17109 2004-09-28  Paul Eggert  <eggert@cs.ucla.edu>
17110
17111         * lib/dummy.c: Change copyright notice to FSF, and license to GPL.
17112
17113 2004-09-24  Simon Josefsson  <jas@extundo.com>
17114
17115         * modules/minmax (License): Change from GPL to LGPL.
17116
17117 2004-09-23  Simon Josefsson  <jas@extundo.com>
17118
17119         * gnulib-tool (--import): Typo.
17120
17121 2004-09-23  Simon Josefsson  <jas@extundo.com>
17122
17123         * gnulib-tool (--import): Make sure *.m4 end up in m4/ by default.
17124
17125 2004-09-22  Bruno Haible  <bruno@clisp.org>
17126
17127         * modules/*: Add 'License' field.
17128         * gnulib-tool: Accept --extract-license option.
17129         (func_get_license): New function.
17130
17131 2004-09-21  Bruno Haible  <bruno@clisp.org>
17132
17133         * modules/vasnprintf (Files): Add m4/stdint_h.m4, m4/inttypes_h.m4.
17134         Reported by Simon Josefsson.
17135
17136 2004-09-20  Paul Eggert  <eggert@cs.ucla.edu>
17137
17138         * modules/inttostr (Files): Add m4/longlong.m4, since it uses
17139         gl_AC_TYPE_LONG_LONG.
17140
17141 2004-09-20  Paul Eggert  <eggert@cs.ucla.edu>
17142
17143         * config/srclist.txt: Add getsubopt.c, since libc bought our changes.
17144
17145 2004-09-18  Simon Josefsson  <jas@extundo.com>
17146         and  Paul Eggert  <eggert@cs.ucla.edu>
17147
17148         * gnulib-tool: Replace various ad-hoc automake/autoconf/aclocal
17149         calls with autoreconf.  Define GL_LIB.
17150
17151 2004-09-14  Karl Berry  <karl@gnu.org>
17152
17153         * config/srclist.txt: unsync setenv.c, sigh.
17154
17155 2004-09-13  Paul Eggert  <eggert@cs.ucla.edu>
17156
17157         * lib/argp-pvh.c (argp_program_version_hook): Provide initial value.
17158         Problem reported by Bruno Haible in:
17159         http://lists.gnu.org/archive/html/bug-tar/2004-09/msg00023.html
17160
17161 2004-09-13  Paul Eggert  <eggert@cs.ucla.edu>
17162
17163         * config/srclist.txt: Comment out argp-pvh.c.
17164
17165 2004-09-11  Paul Eggert  <eggert@cs.ucla.edu>
17166
17167         * lib/mempcpy.h: Wrap the entire include file inside #ifndef mempcpy,
17168         in case some system header has #define'd it.  Problem reported by
17169         Soeren D. Schulze in
17170         <http://lists.gnu.org/archive/html/bug-gnulib/2004-09/msg00017.html>.
17171
17172 2004-09-09  Karl Berry  <karl@gnu.org>
17173
17174         * regex.[ch]: delete from the root.  These were supposed to be
17175                 synced with emacs cvs, but this has not happened for about
17176                 a year, and anyway nothing else uses emacs regex.[ch].
17177                 bug-gnulib mail from Jeff Bailey, 9 Sep 2004 15:49:24 -0700.
17178                 lib/regex[.ch] is untouched.
17179
17180 2004-09-09  Bruno Haible  <bruno@clisp.org>
17181
17182         * modules/vasnprintf (Files): Add m4/eoverflow.m4.
17183
17184 2004-09-09  Bruno Haible  <bruno@clisp.org>
17185
17186         * m4/eoverflow.m4: New file, taken from GNU libiconv eilseq.m4 with
17187         modifications.
17188         * m4/vasnprintf.m4 (gl_FUNC_VASNPRINTF): Require gl_EOVERFLOW.
17189
17190 2004-09-08  Oskar Liljeblad  <oskar@osk.mine.nu>
17191
17192         * modules/xvasprintf: New file.
17193         * MODULES.html.sh (Extra functions based on ANSI C 89): Add vasprintf.
17194
17195 2004-09-08  Oskar Liljeblad  <oskar@osk.mine.nu>
17196
17197         * lib/xvasprintf.h: New file.
17198         * lib/xvasprintf.c: New file.
17199         * lib/xasprintf.c: New file.
17200
17201 2004-09-08  Bruno Haible  <bruno@clisp.org>
17202
17203         * m4/stdint.m4: New file, taken from GNU clisp with modifications.
17204
17205 2004-09-08  Bruno Haible  <bruno@clisp.org>
17206
17207         * lib/vasnprintf.c (VASNPRINTF): Signal EOVERFLOW if the resulting
17208         length is > INT_MAX.
17209         * lib/vasprintf.c (vasprintf): Don't test for length > INT_MAX any
17210         more.
17211
17212 2004-09-08  Bruno Haible  <bruno@clisp.org>
17213
17214         * lib/stdint_.h: New file, taken from GNU clisp.
17215
17216 2004-09-08  Bruno Haible  <bruno@clisp.org>
17217             Oskar Liljeblad  <oskar@osk.mine.nu>
17218
17219         * modules/stdint: New file.
17220         * MODULES.html.sh (Support for systems lacking ISO C 99): Add stdint.
17221
17222 2004-08-19  Paul Eggert  <eggert@cs.ucla.edu>
17223
17224         Import from coreutils.
17225         * lib/userspec.c: Don't use <alloca.h>, so that we don't use alloca on
17226         strings on unbounded length.  alloca's performance benefits aren't
17227         that important here.
17228         (V_STRDUP): Remove.
17229         (parse_with_separator): New function, with most of the internals
17230         of the old parse_user_spec.  Allow user to omit both user and group,
17231         for compatibility with FreeBSD.
17232         Clone only the user name, not the entire spec.
17233         Do not set *uid, *gid unless entirely successful.
17234         Avoid memory leak in some failing cases.
17235         Fix regression for USER.GROUP reported by Dmitry V. Levin in
17236         <http://lists.gnu.org/archive/html/bug-coreutils/2004-08/msg00102.html>
17237         (parse_user_spec): Rewrite to use parse_with_separator.
17238
17239 2004-08-19  Paul Eggert  <eggert@cs.ucla.edu>
17240
17241         * modules/userspec: Don't depend on alloca.
17242
17243 2004-08-19  Paul Eggert  <eggert@cs.ucla.edu>
17244
17245         * m4/userspec.m4 (gl_USERSPEC): Don't require AC_FUNC_ALLOCA.
17246
17247 2004-08-17  Paul Eggert  <eggert@cs.ucla.edu>
17248
17249         * MODULES.html.sh: Add xalloc-die, c-strtod, c-strtold, raise,
17250         readtokens0, getcwd, fcntl-safer, canonicalize, cycle-check,
17251         utimecmp, utimens, xnanosleep.  Rename sha to sha1.
17252
17253 2004-08-16  Simon Josefsson  <jas@extundo.com>
17254
17255         * gnulib-tool: Use sed instead of autoconf --trace, inspired by
17256         libtoolize behaviour by "Gary V. Vaughan" <gary@gnu.org>.
17257         Add --dry-run for --import.
17258         Let user provided command line parameters override configure.ac
17259         settings.
17260
17261 2004-08-12  Simon Josefsson  <jas@extundo.com>
17262
17263         * m4/getopt.m4 (gl_GETOPT_SUBSTITUTE): New macro,
17264         as discussed with Paul Eggert in threads rooted at
17265         <http://lists.gnu.org/archive/html/bug-gnulib/2004-06/msg00039.html>
17266         and
17267         <http://lists.gnu.org/archive/html/bug-gnulib/2004-07/msg00001.html>.
17268         Before, the test was empty, and relied on ELIDE_CODE in source
17269         code.)
17270         (gl_PREREQ_GETOPT): New macro.
17271         (gl_GETOPT): Use them.
17272
17273 2004-08-12  Simon Josefsson  <jas@extundo.com>
17274
17275         * lib/getopt.c, getopt1.c: Remove ELIDE_CODE hack.
17276         * lib/getopt_.h: Renamed from getopt.h.
17277
17278 2004-08-12  Simon Josefsson  <jas@extundo.com>
17279
17280         * gnulib-tool: Add --source-base, --m4-base, --libtool options.
17281         Change default library name from libfoo to libgnu.
17282         Now, if you have a configure.ac that says:
17283                 gl_SOURCE_BASE(gl)
17284                 gl_M4_BASE(gl/m4)
17285                 gl_MODULES(error getopt etcetera)
17286                 gl_INIT
17287         you can import all you need by running:
17288                 ../gnulib/gnulib-tool --import
17289
17290         * modules/getopt (Files): Rename getopt.h to getopt_.h.
17291         (Makefile.am): Rewrite, use logic from argz.
17292         (Include): Use <getopt.h> instead of "getopt.h".
17293
17294 2004-08-12  Paul Eggert  <eggert@cs.ucla.edu>
17295
17296         * modules/argp (Files): Add m4/unlocked-io.m4.
17297         (Depends-on): Add extensions.
17298
17299 2004-08-12  Paul Eggert  <eggert@cs.ucla.edu>
17300
17301         * m4/argp.m4 (gl_ARGP): Do not check for argp.h or argp_parse; nobody
17302         uses HAVE_ARGP_H or HAVE_ARGP_PARSE.
17303         Require gl_FUNC_GLIBC_UNLOCKED_IO, gl_USE_SYSTEM_EXTENSIONS.
17304         Check for program_invocation_name, program_invocation_short_name,
17305         flockfile, funlockfile, features.h, _getopt_long_only_r.
17306
17307 2004-08-12  Paul Eggert  <eggert@cs.ucla.edu>
17308
17309         * lib/argp-help.c, argp-parse.c: Use "gettext.h" instead of
17310         its complicated substitute.
17311         * lib/argp-help.c: Include <errno.h>, for program_invocation_short_name
17312         and program_invocation_name.
17313         (__argp_basename) [!_LIBC]: Remove; the only use was
17314         replaced by its body.
17315         (__argp_short_program_name): Change condition from
17316         !defined __argp_short_program_name to
17317         ! (defined _LIBC || HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME),
17318         to match argp-namefrob.h.
17319         (__argp_failure): Don't assume strerror_r returns char *.
17320         * lib/argp-parse.c (N_): Define unconditionally.
17321         (argp_default_options): Fill out initializers with 0 to avoid
17322         gcc warnings.
17323
17324 2004-08-12  Paul Eggert  <eggert@cs.ucla.edu>
17325
17326         * config/srclist.txt: Remove getopt.c, getopt.h (renamed to getopt_.h),
17327         getopt1.c.
17328
17329 2004-08-11  Paul Eggert  <eggert@cs.ucla.edu>
17330
17331         Merge from coreutils.
17332
17333         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Check for wmemchr and wmemcpy.
17334
17335         * m4/obstack.m4 (gl_PREREQ_OBSTACK): Require
17336         gl_AC_HEADER_INTTYPES_H, gl_AC_HEADER_STDINT_H, gl_AC_TYPE_UINTMAX_T.
17337
17338 2004-08-11  Paul Eggert  <eggert@cs.ucla.edu>
17339
17340         Merge from coreutils.
17341
17342         * lib/fnmatch.c (WIDE_CHAR_SUPPORT): Don't set to 1 if missing
17343         wmemchr or wmemcpy.  Problem reported by Robert Dahlem
17344         for Reliant Unix 5.43.
17345
17346         * lib/obstack.c: Include <inttypes.h> and <stdint.h> if available.
17347         (union fooround): Use uintmax_t, not long int.
17348         The rest is a merge from libc:
17349         [defined _LIBC]: Include <shlib-compat.h>.
17350         (_obstack) [defined _LIBC]: Remove after 2.3.4.
17351
17352         * lib/settime.c (settime): Recode to avoid warning with
17353         Sun Forte C 6U2.
17354
17355         * lib/strverscmp.c: Convert to UTF-8.
17356
17357 2004-08-11  Paul Eggert  <eggert@cs.ucla.edu>
17358
17359         * modules/obstack (Files): Add m4/inttypes_h.m4, m4/stdint_h.m4,
17360         m4/uintmax_t.m4.
17361
17362 2004-08-09  Paul Eggert  <eggert@cs.ucla.edu>
17363
17364         * modules/xalloc-die: New file.
17365         * modules/xalloc: Remove dependencies on error, gettext, exitfail.
17366
17367         * modules/md5 (Files): Add m4/uint32_t.m4.
17368         * modules/sha1: Renamed from modules/sha.
17369         (Files):
17370         Rename lib/sha.h to lib/sha1.h.
17371         Rename lib/sha.c to lib/sha1.c.
17372         Rename m4/sha.m4 to m4/sha1.m4.
17373         (lib_SOURCES): Likewise.
17374         (configure.ac): Rename gl_SHA to gl_SHA1.
17375         (Include): sha.h -> sha1.h.
17376
17377 2004-08-09  Paul Eggert  <eggert@cs.ucla.edu>
17378
17379         * m4/uint32_t.m4, m4/uintptr_t.m4: New files.
17380         * m4/sha1.m4: Renamed from sha.m4.
17381         (gl_SHA1): Renamed from gl_SHA.  All uses changed.
17382
17383 2004-08-09  Paul Eggert  <eggert@cs.ucla.edu>
17384
17385         * lib/obstack.h (obstack_empty_p):
17386         Don't assume that chunk->contents is suitably aligned.
17387         * lib/obstack.c (_obstack_begin, _obstack_begin_1, _obstack_newchunk):
17388         Likewise. Problem reported by Benno in
17389         <http://sources.redhat.com/ml/libc-alpha/2004-08/msg00055.html>.
17390
17391         * lib/chown.c (rpl_chown): Work even if the file is writeable but not
17392         readable.  This could be improved further but it'd take some work.
17393
17394 2004-08-08  Simon Josefsson  <jas@extundo.com>
17395
17396         * modules/xgethostname (Depends-on): Remove exit and error (not
17397         used).
17398
17399         * modules/getpass-gnu: Add getpass.h.
17400         (Depends-on): Add stdbool.
17401         * modules/getpass: Add getpass.h.
17402
17403 2004-08-08  Simon Josefsson  <jas@extundo.com>
17404
17405         * m4/getpass.m4 (gl_FUNC_GETPASS, gl_FUNC_GETPASS_GNU):
17406         Check getpass declaration.
17407
17408 2004-08-08  Simon Josefsson  <jas@extundo.com>
17409
17410         * lib/xgethostname.c: Don't include error.h (not used).
17411
17412         * lib/getpass.h: Add.
17413         * lib/getpass.c: Include getpass.h first.
17414
17415 2004-08-08  Paul Eggert  <eggert@cs.ucla.edu>
17416
17417         * lib/xalloc-die.c: New file.
17418         * lib/xalloc.h (xalloc_fail_func, xalloc_msg_memory_exhausted): Remove.
17419         All uses removed.
17420         * lib/xmalloc.c (xalloc_fail_func, xalloc_msg_memory_exhausted):
17421         Likewise. Move inclusions of gettext.h, error.h, exitfail.h to
17422         xalloc-die.c.
17423         (_, N_, xalloc_die): Move to xalloc-die.c.
17424         * lib/userspec.c (parse_user_spaec): Use xstrdup rather than strdup,
17425         so that we needn't mess with xalloc_msg_memory_exhausted.
17426
17427         * lib/sha1.h: Renamed from sha.h.
17428         (SHA1_H): Renamed from _SHA_H.
17429         (sha1_ctx): Renamed from sha_ctx.
17430         (sha1_init_ctx): Renamed from sha_init_ctx.
17431         (sha1_process_block): Renamed from sha_process_block.
17432         (sha1_process_bytes): Renamed from sha_process_bytes.
17433         (sha1_finish_ctx): Renamed from sha_finish_ctx.
17434         (sha1_read_ctx): Renamed from sha_read_ctx.
17435         (sha1_stream): Renamed from sha_stream.
17436         (sha1_buffer): Renamed from sha_buffer.
17437         * lib/sha1.c: Likewise; renamed from sha.c.
17438         Do not include <sys/types.h>.
17439         Include <stddef.h> rather than <stdlib.h>.
17440
17441 2004-08-08  Bruno Haible  <bruno@clisp.org>
17442
17443         * lib/pathname.h (FILE_SYSTEM_PREFIX_LEN): Renamed from
17444         FILESYSTEM_PREFIX_LEN.
17445         * lib/progreloc.c: Likewise.
17446         * lib/concatpath.c (concatenated_pathname): Use FILE_SYSTEM_PREFIX_LEN.
17447
17448 2004-08-06  Simon Josefsson  <jas@extundo.com>
17449
17450         * modules/progname (Depends-on): Don't depend on stdbool.
17451
17452 2004-08-06  Simon Josefsson  <jas@extundo.com>
17453
17454         * modules/getsubopt: New file.
17455         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
17456         getsubopt.
17457
17458 2004-08-06  Paul Eggert  <eggert@cs.ucla.edu>
17459
17460         More merge from coreutils.
17461
17462         * m4/utimens.m4, m4/utimecmp.m4: New files.
17463         * m4/backupfile.m4, euidacces.m4, acl.m4, afs.m4, calloc.m4, dirfd.m4,
17464         fsusage.m4, jm-macros.m4, ls-mntd-fs.m4, md5.m4, mountlist.m4,
17465         prereq.m4, sha.m4: Import changes from coreutils.
17466
17467 2004-08-06  Paul Eggert  <eggert@cs.ucla.edu>
17468
17469         More merge from coreutils.
17470         * modules/raise, modules/readtokens0, modules/utimens:
17471         * modules/utimecmp, module/xnanosleep: New files.
17472         * modules/strftime: Add lib/strftime.h.
17473         Change include from <time.h> to "strftime.h".
17474         * modules/yesno: Add lib/yesno.h.
17475         * modules/backupfile: Remove lib/addext.c.
17476         * modules/euidaccess: Add stat-macros.h.
17477         * modules/canonicalize, modules/euidaccess,
17478         modules/filemode, modules/lchown, modules/makepath,
17479         modules/rmdir, modules/stat: Likewise.
17480
17481 2004-08-06  Paul Eggert  <eggert@cs.ucla.edu>
17482
17483         Merge from tar.
17484         * lib/argp-help.c (make_hol, hol_append): Don't assume that
17485         SIZE_MAX is a valid preprocessor constant.
17486         (__argp_basename): Change from "#ifndef _LIBC"
17487         to "#ifndef __argp_short_program_name", so that
17488         we don't compile these functions for tar.
17489
17490         More merges from coreutils.
17491         * lib/raise.c, lib/readtokens0.h, lib/readtokens0.c, lib/strftime.h:
17492         * lib/utimens.h, lib/utimens.c, lib/utimecmp.h, lib/utimecmp.c:
17493         * lib/xnanosleep.h, lib/xnanosleep.c, lib/yesno.h: New files.
17494         * lib/addext.c: Remove; no longer needed.
17495         * lib/yesno.c, lib/argmatch.h, lib/argmatch.c, lib/backupfile.h,
17496         lib/backupfile.c, lib/euidaccess.c, lib/filemode.c, lib/closeout.c,
17497         lib/dup2.c, lib/exclude.c, lib/fileblocks.c, lib/filemode.c,
17498         lib/fnmatch.c, lib/fnmtahc_loop.c, lib/fopen-safer.c, lib/fsusage.c,
17499         lib/fsusage.h, lib/ftruncate.c, lib/full-write.c, lib/getdate.y,
17500         lib/getloadavg.c, lib/getugroups.c, lib/hard-locale.c,
17501         lib/hard-locale.h, lib/hash.c, lib/human.c, lib/human.h, lib/lchown.c,
17502         lib/lchown.h, lib/makepath.c, lib/makepath.h, lib/md5.c, lib/md5.h,
17503         lib/memchr.c, lib/memcoll.c, lib/memrchr.c, lib/modechange.c,
17504         lib/modechange.h, lib/mountlist.c, lib/mountlist.h, lib/nanosleep.c,
17505         lib/posixtm.c, lib/putenv.c, quotearg.c, lib/quotearg.h,
17506         lib/readtokens.c, lib/readutmp.c, lib/readutmp.h, lib/rmdir.c,
17507         lib/safe-read.c, lib/save-cwd.c, lib/savedir.c, lib/setenv.c,
17508         lib/sig2str.c, lib/stat.c, lib/strtoimax.c, lib/strverscmp.c,
17509         lib/userspec.c, lib/utime.c, lib/version-etc.c., lib/xgethostname.c,
17510         lib/xmemcoll.c, lib/xreadlink.c, lib/xstrtod.c, lib/xstrtod.h,
17511         lib/xstrtoimax.c, lib/xstrtol.c, lib/xstrtol.h, lib/xstrtoumax.c:
17512         Import changes from coreutils.
17513
17514 2004-08-05  Simon Josefsson  <jas@extundo.com>
17515
17516         * m4/strdup.m4: Always run gl_PREREQ_STRDUP, since strdup.h need it.
17517
17518 2004-08-05  Simon Josefsson  <jas@extundo.com>
17519
17520         * m4/getsubopt.m4: New file.
17521
17522 2004-08-05  Paul Eggert  <eggert@cs.ucla.edu>
17523
17524         Merge from coreutils.
17525
17526         * m4/c-strtod.m4, m4/canonicalize.m4, m4/fcntl-safer.m4:
17527         * m4/getcwd-path-max.m4: New files.
17528
17529         * m4/dos.m4 (gl_AC_DOS): filesystem -> file system renaming.
17530         FILESYSTEM_PREFIX_LEN ->
17531         FILE_SYSTEM_PREFIX_LEN.
17532         FILESYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX ->
17533         FILE_SYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX.
17534         FILESYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR ->
17535         FILE_SYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR.
17536
17537         * m4/path-concat.m4 (gl_PATH_CONCAT): Don't require gl_AC_DOS, the
17538         prerequisite modules now handle the DOS stuff.
17539         Don't check for unistd.h.
17540
17541 2004-08-05  Paul Eggert  <eggert@cs.ucla.edu>
17542
17543         Merge from coreutils.
17544
17545         * lib/.gdb-history: Remove; this doesn't belong here.
17546
17547         * lib/c-strtod.c, lib/c-strtod.h, lib/c-strtold.c, lib/cycle-check.c:
17548         * lib/cycle-check.h, lib/dev-ino.h, lib/canonicalize.h:
17549         * lib/canonicalize.c, lib/fcntl-safer.h, lib/fcntl-safer.c:
17550         * lib/getcwd.c: New files.
17551
17552         * lib/dirname.h: Include <stdbool.h>.
17553         (FILE_SYSTEM_PREFIX_LEN): Renamed from FILESYSTEM_PREFIX_LEN,
17554         for consistency with POSIX terminology.  All uses changed.
17555         (IS_ABSOLUTE_FILE_NAME, IS_RELATIVE_FILE_NAME): New macros.
17556         (strip_trailing_slashes): Use bool for booleans.
17557         * lib/stripslash.c (strip_trailing_slashes): Likewise.
17558
17559         * lib/error.c: Work around bug in OpenBSD 3.4 sterror_r: it
17560         sometimes returns a positive errno value even when it succeeds.
17561         (print_errno_message) [!LIBC]: Fall back on strerror if
17562         __strerror_r fails.
17563
17564         * lib/path-concat.c (mempcpy): Don't define if a system header defines
17565         it. Don't include stdio.h, stdlib.h, unistd.h, strdup.h.
17566         (longest_relative_suffix): New function.
17567         (path_concat): Use it.  Assume first argument is not NULL.
17568         Port to DOS.  Omit redundant separators.
17569         Report an error instead of returning NULL.
17570         Use mempcpy instead of memcpy.
17571         (xpath_concat): Remove: not declared or used.
17572
17573         * lib/same.h: Include <stdbool.h>
17574         (same_name): Return bool, not int.
17575         * lib/same.c (same_name): Likewise.
17576         (errno): Don't declare; we assume C89 or better now.
17577
17578         * lib/stat-macros (S_ISCTG, S_ISOFD, S_ISOFL): New macros,
17579         if not already defined.
17580
17581         * lib/xgetcwd.c (errno): Don't declare; we assume C89 or better now.
17582         * lib/dup-safer.c (errno): Likewise.
17583
17584 2004-08-05  Paul Eggert  <eggert@cs.ucla.edu>
17585
17586         Merge from coreutils.
17587         * modules/c-strtod, modules/c-strtold, modules/canonicalize:
17588         * modules/cycle-check, modules/fcntl-safer, modules/getcwd: New files.
17589         * modules/path-concat: Don't depend on strdup.
17590
17591 2004-08-03  Simon Josefsson  <jas@extundo.com>
17592
17593         * lib/strdup.h: Only use HAVE_DECL_STRDUP if defined.
17594         * lib/progname.h: Don't include stdbool.h.
17595
17596 2004-08-03  Paul Eggert  <eggert@cs.ucla.edu>
17597
17598         * modules/fatal: Remove, as the "fatal" module wasn't used or working.
17599         * MODULES.html.sh (func_all_modules): Remove fatal.
17600
17601 2004-08-03  Paul Eggert  <eggert@cs.ucla.edu>
17602
17603         * m4/fatal.m4: Remove, as the "fatal" module wasn't used or working.
17604
17605 2004-08-03  Paul Eggert  <eggert@cs.ucla.edu>
17606
17607         * lib/fatal.c, fatal.h: Remove as the "fatal" module wasn't used or
17608         working.
17609
17610 2004-08-02  Simon Josefsson  <jas@extundo.com>
17611
17612         * lib/getsubopt.h: New file, with comments from Bruno Haible.
17613         * lib/getsubopt.c: New file, from glibc, but slightly modified based on
17614         suggestions from Paul Eggert <eggert@cs.ucla.edu>.
17615
17616 2004-08-01  Simon Josefsson  <jas@extundo.com>
17617
17618         * lib/xgetdomainname.c: Include stdlib.h, for free().
17619
17620 2004-07-19  Bruno Haible  <bruno@clisp.org>
17621
17622         * MODULES.html.sh (func_all_modules): Add dummy.
17623
17624 2004-07-16  Simon Josefsson  <jas@extundo.com>
17625
17626         * modules/dummy: New file.
17627
17628 2004-07-16  Simon Josefsson  <jas@extundo.com>
17629
17630         * lib/dummy.c: New file.
17631
17632 2004-07-16  Bruno Haible  <bruno@clisp.org>
17633
17634         * lib/backupfile.h: Add extern "C" for C++.
17635         * lib/closeout.h: Likewise.
17636         * lib/copy-file.h: Likewise.
17637         * lib/findprog.h: Likewise.
17638         * lib/full-write.h: Likewise.
17639         * lib/pathname.h: Likewise.
17640         * lib/progname.h: Likewise.
17641         * lib/stpcpy.h: Likewise.
17642         * lib/stpncpy.h: Likewise.
17643         * lib/strcase.h: Likewise.
17644         * lib/strstr.h: Likewise.
17645         * lib/xalloc.h: Likewise.
17646
17647         * lib/mbswidth.h: Add extern "C" for C++.
17648         Reported by Albert Chin-A-Young <china@thewrittenword.com>.
17649
17650 2004-07-13  Robert Millan  <robertmh@gnu.org>
17651
17652         * m4/host-os.m4: s/KNetBSD/kNetBSD/g and s/KFreeBSD/kFreeBSD/g.
17653
17654 2004-07-09  Simon Josefsson  <jas@extundo.com>
17655
17656         * lib/getndelim2.c: Include stddef.h, for ptrdiff_t.  (FreeBSD 4.9
17657         failed without this.)
17658
17659 2004-07-09  Paul Eggert  <eggert@cs.ucla.edu>
17660
17661         * modules/chown (Files): Add lib/fchown-stub.c, since
17662         gl_PREREQ_CHOWN invokes AC_LIBOBJ(fchown-stub).
17663
17664 2004-07-09  Paul Eggert  <eggert@cs.ucla.edu>
17665
17666         * lib/fchown-stub.c: New file.
17667
17668 2004-06-24  Jim Meyering  <jim@meyering.net>
17669
17670         * lib/obstack.h (obstack_base): Cast to (void *), per documentation.
17671
17672 2004-06-22  Paul Eggert  <eggert@cs.ucla.edu>
17673
17674         * modules/argz: Omit "#include".
17675
17676         * MODULES.html.sh (func_all_modules): Add calloc, to match
17677         2004-06-01 addition of calloc module.
17678
17679 2004-06-22  Paul Eggert  <eggert@cs.ucla.edu>
17680
17681         * m4/argz.m4: New file, which is autoupdated from libtool.
17682
17683 2004-06-22  Paul Eggert  <eggert@cs.ucla.edu>
17684
17685         * lib/argz.c, lib/argz_.h: New files, which are autoupdated from
17686         libtool.
17687
17688 2004-06-22  Paul Eggert  <eggert@cs.ucla.edu>
17689
17690         * config/srclist-update: Don't insist on "USA." before the
17691         close-comment, as libtool omits the period and puts the */ on a
17692         separate line.
17693         * config/srclist.txt: Add argz.c, argz_.h, argz.m4.
17694         * config/srclistvars.sh: Add LIBTOOL (for eggert only).
17695
17696 2004-06-22  Gary V. Vaughan  <gary@gnu.org>
17697
17698         * modules/argz: New file.
17699         * MODULES.html.sh (func_all_modules): Add argz.
17700
17701 2004-06-12  Jim Meyering  <jim@meyering.net>
17702         and  Paul Eggert  <eggert@cs.ucla.edu>
17703
17704         * modules/hash (Files): Add lib/xalloc.h.
17705         * modules/pipe (Depends-on): Add wait-process.
17706         * modules/stat (Depends-on): Add xalloc.
17707         * modules/userspec (Files): Add lib/userspec.h.
17708         * modules/xstrto
17709
17710         Upgrade from gettext-0.13.
17711         * modules/gettext (Files): Add m4/intmax.m4, m4/longdouble.m4,
17712         m4/longlong.m4, m4/printf-posix.m4, m4/signed.m4, m4/size_max.m4,
17713         m4/wchar_t.m4, m4/wint_t.m4, m4/xsize.m4.
17714
17715 2004-06-10  Jim Meyering  <jim@meyering.net>
17716
17717         * lib/calloc.c: New file.
17718
17719 2004-06-06  Paul Eggert  <eggert@cs.ucla.edu>
17720
17721         * lib/getdate.y (yylex): Allow space between sign and number.
17722         Problem reported by Dan Jacobson.
17723
17724 2004-06-01  Paul Eggert  <eggert@cs.ucla.edu>
17725
17726         Merge from coreutils CVS.
17727
17728         * m4/backupfile.m4, dirname.m4, human.m4, inttypes.m4, longlong.m4,
17729         makepath.m4, memchr.m4, memcmp.m4, mountlist.m4, path-concat.m4,
17730         putenv.m4, quotearg.m4, readutmp.m4, strtoimax.m4, strtoll.m4,
17731         strtoull.m4, strtoumax.m4, ulonglong.m4, vasnprintf.m4,
17732         xstrtol.m4: Fix copyright date and/or serial number.
17733
17734         * m4/chown.m4 (gl_PREREQ_CHOWN): Check for fcntl.h.
17735         See if we need an fchown replacement.
17736         (gl_FUNC_CHOWN_FOLLOWS_SYMLINK): New macro.
17737         (gl_FUNC_CHOWN): Require gl_FUNC_CHOWN_FOLLOWS_SYMLINK,
17738         and use the replacement function if we detect either defect.
17739
17740         * m4/prereq.m4 (gl_PREREQ): Add gl_ALLOCSA, gl_CLOEXEC, gl_INTTOSTR,
17741         gl_UTIMECMP.
17742
17743 2004-06-01  Paul Eggert  <eggert@cs.ucla.edu>
17744         and  Jim Meyering  <jim@meyering.net>
17745
17746         Merge from coreutils CVS.
17747
17748         * lib/stat-macros.h: New file, with contents from file-type.h
17749         and coreutils' system.h.
17750         * lib/file-type.c: Include "stat-macros.h".
17751         * lib/file-type.h (file_type): Move all macro definitions to new file,
17752         stat-macros.h.
17753
17754         * lib/chown.c (rpl_chown) [CHOWN_FAILS_TO_HONOR_ID_OF_NEGATIVE_ONE]:
17755         Wrap old code with this conditional.
17756         [CHOWN_MODIFIES_SYMLINK]: Try to work around a chown
17757         function that does not dereference symlinks.
17758         * lib/lchown.c (lchown) [CHOWN_MODIFIES_SYMLINK]: Just call chown.
17759
17760         * lib/xreadlink.c: Include xreadlink.h first, to catch .h file
17761         dependency problems.
17762         (xreadlink): Accept new arg SIZE, for efficiency.
17763         All decls and uses changed.
17764         * lib/xreadlink.h: Include <stddef.h>, for size_t.
17765
17766         * lib/.cppi-disable: Add alloca_.h, allocsa.h, exit.h, getndelim2.h,
17767         gettext.h, localcharset.h, strdup.h, strndup.h, strtoul.c, time_r.h.
17768
17769         * lib/.cvsignore: Add alloca.h, fnmatch.h, poll.h, stdbool.h,
17770         sysexits.h.
17771
17772 2004-06-01  Jim Meyering  <jim@meyering.net>
17773
17774         * m4/calloc.m4: New file.
17775
17776 2004-05-31  Paul Eggert  <eggert@cs.ucla.edu>
17777
17778         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Detect _Bool bug in HP aC++/ANSI
17779         C B3910B A.05.55 [Dec 04 2003].  Problem reported by Jim Meyering.
17780         Also, fix a typo in a diagnostic.
17781
17782 2004-05-30  Paul Eggert  <eggert@cs.ucla.edu>
17783
17784         * m4/xalloc.m4 (gl_PREREQ_XMALLOC): Do not require AC_FUNC_MALLOC
17785         or AC_FUNC_REALLOC.
17786
17787 2004-05-30  Paul Eggert  <eggert@cs.ucla.edu>
17788
17789         * lib/xmalloc.c (HAVE_MALLOC, HAVE_REALLOC): Do not require these
17790         macros to be defined.
17791         (xnmalloc_inline, xnrealloc_inline, xcalloc): Do not die if
17792         the allocator returns NULL because the requested size is zero.
17793
17794 2004-05-20  Paul Eggert  <eggert@cs.ucla.edu>
17795
17796         * lib/malloc/obstack.c (_obstack) [defined _LIBC]: Bring back this
17797         var.  Add comment explaining why libc still defines it.  This
17798         merges the following patch from glibc:
17799         http://sources.redhat.com/ml/libc-alpha/2004-05/msg00157.html
17800
17801 2004-05-20  Andreas Schwab  <schwab@suse.de>
17802
17803         * m4/free.m4: Replace free if it not known to work, not the other
17804         way round.
17805
17806 2004-05-19  Paul Eggert  <eggert@cs.ucla.edu>
17807
17808         * lib/obstack.c (_obstack): Remove unused variable.  It hasn't been
17809         present in glibc since revision 1.1 of this file.
17810         * lib/obstack.h (_obstack_free, obstack_1grow, obstack_1grow_fast,
17811         obstack_alignment_mask, obstack_alloc, obstack_base,
17812         obstack_blank, obstack_blank_fast, obstack_chunk_size,
17813         obstack_copy, obstack_copy0, obstack_finish, obstack_grow,
17814         obstack_grow0, obstack_init, obstack_int_grow,
17815         obstack_int_grow_fast, obstack_make_room, obstack_memory_used,
17816         obstack_next_free, obstack_object_size, obstack_ptr_grow,
17817         obstack_ptr_grow_fast, obstack_room): Remove declarations of
17818         nonexistent functions.
17819
17820 2004-05-18  Karl Berry  <karl@gnu.org>
17821
17822         * config/srclist.txt: break link for vasnprintf.c.
17823
17824 2004-05-17  Paul Eggert  <eggert@cs.ucla.edu>
17825
17826         Port obstack to the AS/400, where pointers are 16 bytes wide and
17827         you cannot cast an integer to a valid pointer.  This patch is
17828         currently waiting to be integrated into glibc; see
17829         <http://sources.redhat.com/ml/libc-alpha/2004-05/msg00073.html>.
17830
17831         * lib/obstack.h (__PTR_TO_INT, __INT_TO_PTR): Remove.
17832         All uses of __INT_TO_PTR (PTR_TO_INT ...) replaced by __PTR_ALIGN.
17833         (__BPTR_ALIGN, __PTR_ALIGN): New macros.
17834         (struct obstack): temp member is now a union of a pointer and
17835         an integer, instead of an integer.  All integer uses changed.
17836         This does not affect the physical layout of struct obstack,
17837         except on hosts (like the AS/400) where the size or alignment of
17838         void * is greater than that of ptrdiff_t.
17839         (obstack_finish) [! (defined __GNUC__ && defined __STDC__ &&
17840         __STDC__)]: Store temporary in pointer member of union, not
17841         integer member.
17842         * lib/obstack.c: Include <stddef.h>, for offsetof.
17843         (struct fooalign): Remove; it doesn't need a name.
17844         (union fooround): Change double to long double, and add void *.
17845         (DEFAULT_ALIGNMENT): Use offsetof to compute.
17846         (DEFAULT_ALIGNMENT, DEFAULT_ROUNDING): Now an enum constant,
17847         not a macro.  Hence the values are always int; so remove all
17848         casts-to-int in uses.
17849
17850 2004-05-17  Paul Eggert  <eggert@cs.ucla.edu>
17851
17852         * config/srclist.txt: Break link for argp-help.c and argp-parse.c until
17853         we can get this patch merged into glibc.
17854
17855 2004-05-17  Derek R. Price  <derek@ximbiot.com>
17856             Paul Eggert  <eggert@cs.ucla.edu>
17857
17858         * m4/argp: Depend on alloca.
17859
17860 2004-05-17  Derek R. Price  <derek@ximbiot.com>
17861             Paul Eggert  <eggert@cs.ucla.edu>
17862
17863         * lib/argp-help.c, argp-parse.c: Assume <alloca.h> rather than
17864         freecoding.
17865
17866 2004-05-17  Bruno Haible  <bruno@clisp.org>
17867
17868         * lib/vasnprintf.c (VASNPRINTF): Correctly handle the case of a
17869         precision that consists of a '.' followed by an empty digit string.
17870         Patch by Tor Lillqvist <tml@iki.fi>.
17871
17872 2004-05-16  Paul Eggert  <eggert@cs.ucla.edu>
17873
17874         * m4/alloca.m4 (gl_FUNC_ALLOCA): Define HAVE_ALLOCA_H always,
17875         for backward compatibility with older code.  We need our own
17876         alloca.h if _AIX is defined.  Define HAVE_ALLOCA if we discover
17877         it under some other name, and our alloca.h will define it.
17878
17879 2004-05-16  Paul Eggert  <eggert@cs.ucla.edu>
17880             Derek Price  <derek@ximbiot.com>
17881
17882         * lib/alloca.c: Include <alloca.h>, to get our interface.
17883         * lib/alloca_.h: Use __alloca on AIX, so that we don't have to
17884         include <alloca.h> first.  Use C89 prototype for alloca; this
17885         requires including <stddef.h> for size_t.  Use extern "C" if C++.
17886         Use #elif for simplicity, since we can assume C89 now.
17887         Don't try to source the system alloca.h since it will not be found
17888         and to prevent recursively including its replacement.
17889         * lib/fnmatch.c: Include <alloca.h> instead of opencoding.
17890         * lib/regex.c: Likewise.
17891
17892 2004-05-16  Derek Price  <derek@ximbiot.com>
17893             Paul Eggert  <eggert@cs.ucla.edu>
17894
17895         getline cleanup.  This changes the getndelim2 API: both order of
17896         arguments, and meaning of delim2 (now uses EOF, not 0, to indicate
17897         no delimiter).
17898
17899         * lib/getline.c: Don't include stddef.h or stdio.h, since our
17900         interface does that.
17901         (getline): Always use getdelim, so that we don't have two
17902         copies of this code.
17903         * lib/getndelim2.c: Include <limits.h>, <inttypes.h>, <stdint.h>
17904         if available.
17905         (PTRDIFF_MAX, SIZE_MAX, SSIZE_MAX): Define if not defined.
17906         (GETNDELIM2_MAXIMUM): New macro.
17907         (getndelim2): Reorder arguments.  delim==EOF now means no delimiter,
17908         instead of the old practice of delim2==0.  All callers changed.
17909         Return -1 on overflow, instead of returning junk.
17910         Do not set *linesize unless allocation succeeds.
17911         * lib/getndelim2.h: Do not include stddef.h; no longer needed, now
17912         that we include sys/types.h.
17913         * lib/getnline.h: Likewise.
17914         * lib/getndelim2.h (GETNLINE_NO_LIMIT): New macro.
17915         (getndelim2): Reorder arguments.
17916         * lib/getnline.c (getnline, getndelim):
17917         Don't discard the NMAX argument.
17918         (getnline): Invoke getndelim, to avoid code duplication.
17919         * lib/getnline.h (GETNLINE_NO_LIMIT): New macro, used instead
17920         of (size_t) -1 by callers of the getnline family.
17921
17922 2004-05-13  Paul Eggert  <eggert@cs.ucla.edu>
17923
17924         * m4/gettime.m4 (gl_GETTIME): Require gl_TIMESPEC.
17925         Check for gettimeofday.
17926         * m4/settime.m4 (gl_SETTIME): Require gl_TIMESPEC.
17927         Check for settimeofday, stime.
17928
17929 2004-05-13  Paul Eggert  <eggert@cs.ucla.edu>
17930
17931         * lib/nanosleep.c (suspended): Change its type from int to
17932         sig_atomic_t volatile.
17933         (first_call): Make it private to rpl_nanosleep, and have it
17934         be zero initially as that's a bit faster.
17935         (my_usleep): Round up fractional times instead of truncating them,
17936         as this is the usual meaning for 'sleep'.
17937
17938         * lib/gettime.c (gettime): Fall back on `time' if `gettimeofday'
17939         doesn't work.
17940         * lib/settime.c: Include <unistd.h>, for stime (on Solaris 8, anyway).
17941         (ENOSYS): Define if not defined.
17942         (settime): Fall back on stime if it exists and settimeofday fails.
17943         But don't bother with fallbacks if a method fails with errno == EPERM.
17944
17945 2004-05-11  Jim Meyering  <jim@meyering.net>
17946
17947         Prior to this change, the save_cwd caller required read access to the
17948         current directory on most systems (ones with the fchdir function).
17949
17950         * lib/save-cwd.c (save_cwd) [HAVE_FCHDIR]: If opening `.' read-only
17951         fails, try write-only, and finally, resort to using xgetcwd.
17952
17953 2004-05-06  Paul Eggert  <eggert@cs.ucla.edu>
17954
17955         * lib/obstack.c, obstack.h: Import changes from libc.
17956
17957 2004-04-28  Bruno Haible  <bruno@clisp.org>
17958
17959         * lib/findprog.c (find_in_path): Treat Cygwin like Windows, since it
17960         also implicitly appends .exe to executables.
17961         * lib/localcharset.c (ISSLASH): Treat Cygwin like Windows, since it now
17962         accepts Windows pathnames.
17963         * lib/pathname.h (ISSLASH, IS_PATH_WITH_DIR, FILESYSTEM_PREFIX_LEN):
17964         Treat Cygwin like Windows, since it now accepts Windows pathnames.
17965         * lib/progreloc.c (ISSLASH, IS_PATH_WITH_DIR, FILESYSTEM_PREFIX_LEN):
17966         Treat Cygwin like Windows, since it now accepts Windows pathnames.
17967         Reported by Derek Robert Price <derek@ximbiot.com>.
17968
17969 2004-04-21  Karl Berry  <karl@gnu.org>
17970
17971         * config/srclist.txt (localcharset.c): break sync.
17972
17973 2004-04-20  Paul Eggert  <eggert@twinsun.com>
17974
17975         * m4/host-os.m4: Add a copyright notice.
17976
17977 2004-04-20  Jim Meyering  <jim@meyering.net>
17978
17979         Change UTILS_ to gl_ in AC_DEFINE'd names.
17980         Change utils_- and jm_-prefixed variables, too.
17981         * m4/mkdir-slash.m4 (gl_FUNC_MKDIR_TRAILING_SLASH): Renamed from
17982         UTILS_FUNC_MKDIR_TRAILING_SLASH.
17983         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Renamed from UTILS_FUNC_MKSTEP.
17984
17985         * m4/dirfd.m4 (gl_FUNC_DIRFD): Rename from UTILS_FUNC_DIRFD.
17986         Don't emit trailing blanks.
17987         Also rename jm_-prefixed variables to have gl_ prefix.
17988
17989         * m4/host-os.m4 (gl_HOST_OS): Rename from UTILS_HOST_OS.
17990         Also rename jm_-prefixed variables to have gl_ prefix.
17991
17992         * m4/jm-macros.m4: Reflect the renamings.
17993         * m4/prereq.m4: Likewise.
17994
17995 2004-04-20  Jim Meyering  <jim@meyering.net>
17996
17997         * lib/getndelim2.c (getndelim2): Upon realloc failure, don't leak
17998         memory.
17999
18000 2004-04-20  Jim Meyering  <jim@meyering.net>
18001             Bruno Haible  <bruno@clisp.org>
18002
18003         * lib/localcharset.c (get_charset_aliases) [!VMS && !WIN32]: Don't leak
18004         memory when realloc fails.
18005
18006 2004-04-19  Jim Meyering  <jim@meyering.net>
18007
18008         * m4/readutmp.m4 (gl_PREREQ_READUTMP): Require gl_FUNC_FREE,
18009         now that readutmp.c may call `free (0)'.
18010
18011 2004-04-19  Bruno Haible  <bruno@clisp.org>
18012
18013         * m4/mbrtowc.m4: Change jm_ to gl_ in cache variables as well.
18014         * m4/inttypes_h.m4: Likewise.
18015         * m4/stdint_h.m4: Likewise.
18016         * m4/intmax_t.m4: Likewise.
18017         * m4/uintmax_t.m4: Likewise.
18018
18019 2004-04-18  Jim Meyering  <jim@meyering.net>
18020
18021         * m4/prereq.m4: Don't forbid jm_ prefix.
18022
18023         * m4/afs.m4, m4/allocsa.m4, m4/assert.m4, m4/backupfile.m4:
18024         * m4/bison.m4, m4/check-decl.m4, m4/chown.m4, m4/d-ino.m4:
18025         * m4/d-type.m4, m4/dirname.m4, m4/dos.m4, m4/error.m4, m4/fpending.m4:
18026         * m4/fstypename.m4, m4/fsusage.m4, m4/ftruncate.m4, m4/getdate.m4:
18027         * m4/getgroups.m4, m4/gettext.m4, m4/glibc21.m4, m4/group-member.m4:
18028         * m4/human.m4, m4/intmax.m4, m4/intmax_t.m4, m4/inttostr.m4:
18029         * m4/inttypes.m4, m4/inttypes_h.m4, m4/jm-macros.m4, m4/jm-winsz1.m4:
18030         * m4/jm-winsz2.m4, m4/lchown.m4, m4/lib-check.m4, m4/link-follow.m4:
18031         * m4/localcharset.m4, m4/longlong.m4, m4/ls-mntd-fs.m4, m4/lstat.m4:
18032         * m4/makepath.m4, m4/mbrtowc.m4, m4/mbswidth.m4, m4/memchr.m4:
18033         * m4/memcmp.m4, m4/mkdtemp.m4, m4/mkstemp.m4, m4/mountlist.m4:
18034         * m4/nanosleep.m4, m4/path-concat.m4, m4/perl.m4, m4/prereq.m4:
18035         * m4/putenv.m4, m4/quotearg.m4, m4/regex.m4, m4/stat.m4:
18036         * m4/stdint_h.m4, m4/strftime.m4, m4/strtoimax.m4, m4/strtoll.m4:
18037         * m4/strtoull.m4, m4/strtoumax.m4, m4/timespec.m4, m4/uintmax_t.m4:
18038         * m4/ulonglong.m4, m4/unlink-busy.m4, m4/unlocked-io.m4, m4/uptime.m4,
18039         * m4/utimbuf.m4, m4/utime.m4, m4/utimes-null.m4, m4/vasnprintf.m4:
18040         * m4/xstrtoimax.m4, m4/xstrtol.m4, m4/xstrtoumax.m4:
18041         Change jm_ to gl_ in AC_DEFINE'd names. Update all uses.
18042
18043 2004-04-18  Jim Meyering  <jim@meyering.net>
18044
18045         * lib/readutmp.c (read_utmp) [UTMP_NAME_FUNCTION]: Upon realloc
18046         failure, don't leak memory and do call END_UTMP_ENT.
18047
18048 2004-04-16  Jim Meyering  <jim@meyering.net>
18049
18050         * m4/prereq.m4 (jm_PREREQ_STAT): Remove macro.  It is specific to
18051         coreutils' stat program.
18052         (gl_PREREQ): Don't require jm_PREREQ_STAT.
18053
18054 2004-04-11  Paul Eggert  <eggert@twinsun.com>
18055
18056         * lib/inttostr.h: Include <limits.h> unconditionally, since we assume
18057         C89.
18058         (CHAR_BIT): Remove, since we assume C89.
18059         Include <stdint.h> if available, as per current Autoconf CVS advice.
18060
18061 2004-03-31  Jim Meyering  <jim@meyering.net>
18062
18063         * m4/prereq.m4: Require AC_FUNC_MALLOC, not jm_FUNC_MALLOC.
18064         Require AC_FUNC_REALLOC, not jm_FUNC_REALLOC.
18065         * m4/xalloc.m4: Likewise.
18066
18067 2004-03-30  Paul Eggert  <eggert@twinsun.com>
18068
18069         Merge from coreutils.
18070
18071         * m4/inttostr.m4: New file.
18072         * m4/getdate.m4 (gl_GETDATE): Remove time-related stuff.
18073         Require AM_STDBOOL_H and gl_TIMESPEC instead.
18074         Require gl_CLOCK_TIME.
18075         * m4/clock_time.m4 (gl_CLOCK_TIME): Require AC_GNU_SOURCE.
18076
18077 2004-03-30  Paul Eggert  <eggert@twinsun.com>
18078
18079         * lib/cloexec.h, cloexec.c (set_cloexec_flag): Return int
18080         not bool, to be more consistent with Unix conventions.
18081         Suggested by Bruno Haible.
18082
18083         Merge from coreutils.
18084
18085         * lib/imaxtostr.c, lib/inttostr.c, lib/inttostr.h, lib/offtostr.c:
18086         * lib/umaxtostr.c: New files.
18087
18088         * lib/getdate.h: Include stdbool.h, and timespec.h instead of
18089         the usual <time.h> dance.
18090         (get_date): Change signature to support fractional time stamps.
18091         All callers changed.
18092         * lib/getdate.y: Include "getdate.h" first, as we can now
18093         assume C89 and don't need to worry about 'const'.
18094         Similarly, include "unlocked-io.h" near start, not in middle.
18095         Include <limits.h>.
18096         (textint.value): Use long int rather than int.
18097         (textint.digits): Use size_t rather than int.
18098         (BILLION, LOG10_BILLION): New constants.
18099         (parser_control): New member rel_ns.  Members day_ordinal,
18100         time_zone, month, day, hour, minutes, rel_year, rel_month,
18101         rel_day, rel_hour, rel_minutes, rel_seconds
18102         are now long int, not int.  Member seconds is now struct timespec,
18103         not int.  New member timespec_seen.  Members dates_seen, days_seen,
18104         local_zones_seen, rels_seen, times_seen, zones_seen are now size_t,
18105         not int.
18106         (%union.intval): Now long int, not int.
18107         New member timespec.
18108         (tSDECIMAL_NUMBER, tUDECIMAL_NUMBER): New tokens.
18109         (seconds, signed_seconds, unsigned_seconds): New nonterminals.
18110         (spec): Now is a timespec or an item list.
18111         (timespec, items): New nonterminals.
18112         (time, rel, relunit, number, get_date):
18113         Add support for fractional seconds.
18114         (time): Fix bug: seconds weren't cleared in "00:00 +0000" syntax.
18115         (gmtime, localtime, mktime): Remove decls; not needed with C89.
18116         (to_hour): First arg is now long int, not int.
18117         (to_year): Returns long int, not int.
18118         Don't treat year -70 like 70.
18119         (tm_diff): Returns long int, not int.
18120         (lookup_word): Use bool instead of int when appropriate.
18121         (yylex): Use size_t for count, not int.
18122         Detect overflow when parsing large integer constants.
18123         Add support for fractions.
18124         (get_date): Make pointers 'const' if possible.
18125         Use more-portable code to detect integer overflow.
18126         (main) [TEST]: Adjust to above changes.  Test for localtime failure.
18127         Don't use ctime; it's not reliable if the year has >4 digits.
18128
18129         * lib/human.c (humblock): Inspect BLOCKSIZE if BLOCK_SIZE isn't set.
18130         This is for compatibility with BSD.
18131
18132         * lib/timespec.h (ST_TIME_CMP_NS, ST_TIME_CMP): Define.
18133         (ATIME_CMP, CTIME_CMP, MTIME_CMP, TIMESPEC_NS): Likewise.
18134         From coreutils' system.h.
18135
18136         * lib/userspec.c: Don't include "posixver.h".
18137         (parse_user_spec): Fall back on USER.GROUP parsing, regardless
18138         of POSIX version, as POSIX 1003.1-2001 allows that behavior as a
18139         compatible extension.  Simplify code by removing a boolean int
18140         that was always nonzero if a string was nonnull.
18141
18142 2004-03-30  Jim Meyering  <jim@meyering.net>
18143
18144         Merge from coreutils.
18145
18146         Avoid a configure-time warning about sys/ucred.h on OSF V4.0.
18147         * m4/ls-mntd-fs.m4: Test for sys/ucred.h separately, since
18148         on some systems one must include <grp.h> before it.
18149         Reported by Christian Krackowizer.
18150
18151 2004-03-30  Jim Meyering  <jim@meyering.net>
18152
18153         Merge from coreutils.
18154
18155         * lib/mountlist.c [HAVE_SYS_UCRED_H]: Include grp.h before sys/ucred.h.
18156
18157         * lib/readtokens.c (readtoken): Don't leak 64 bytes when reading
18158         an empty input stream.
18159
18160         * lib/readtokens.c: Include <stdbool.h>.
18161         (readtoken): Use `size_t' rather than int/long.
18162         All callers adjusted.
18163         Use `bool' rather than `int' where appropriate.
18164         Use memset rather than an explicit loop.
18165         Use x2nrealloc rather than xrealloc.
18166         Allow the use of `\0' as a delimiter.
18167         (readtokens): Likewise.
18168         * lib/readtokens.h (readtoken, readtokens): Update prototypes.
18169
18170 2004-03-30  Jim Meyering  <jim@meyering.net>
18171
18172         * m4/realloc.m4: Remove file, since now it does no more than
18173         AC_REQUIRE([AC_FUNC_REALLOC]), and that can be done via
18174         the `configure.ac' section of module/realloc.
18175         * m4/malloc.m4: Likewise, but for AC_FUNC_MALLOC.
18176
18177 2004-03-30  Bruno Haible  <bruno@clisp.org>
18178
18179         * lib/getloadavg.c (getloadavg): Don't assume setlocale returns
18180         nonnull.
18181
18182 2004-03-29  Paul Eggert  <eggert@twinsun.com>
18183
18184         Merge changes to getloadavg.c from coreutils and Emacs.
18185
18186         * lib/getloadavg.c [!defined HAVE_SETLOCALE] (setlocale):
18187         Define to an expression, not to the empty string.
18188         Include cloexec.h and xalloc.h.
18189         (getloadavg): Restore LC_NUMERIC locale after setting it temporarily.
18190         Use set_cloexec_flag rather than rolling our own.
18191         * lib/cloexec.c, lib/cloexec.h: New files.
18192
18193 2004-03-29  Paul Eggert  <eggert@twinsun.com>
18194
18195         * m4/cloexec.m4: New file.
18196
18197 2004-03-18  Paul Eggert  <eggert@twinsun.com>
18198
18199         * lib/getopt.h: Sync with libc CVS.
18200
18201 2004-03-18  Paul Eggert  <eggert@twinsun.com>
18202             Bruno Haible  <bruno@clisp.org>
18203
18204         * m4/mbswidth.m4 (gl_MBSWIDTH): Also test whether <wchar.h> declares
18205         mbswidth.
18206
18207 2004-03-18  Paul Eggert  <eggert@twinsun.com>
18208             Bruno Haible  <bruno@clisp.org>
18209
18210         * lib/mbswidth.h: Include <wchar.h> only if
18211         HAVE_DECL_MBSWIDTH_IN_WCHAR_H, not on all platforms that have
18212         <wchar.h>.
18213         * lib/mbswidth.c: Include <stdio.h> and <time.h> before <wchar.h>.
18214
18215 2004-03-09  Paul Eggert  <eggert@twinsun.com>
18216
18217         * lib/argp-parse.c, getopt.c, getopt.h, getopt1.c:
18218         Sync with libc CVS.
18219         * lib/getopt_int.h: New file, also synced from libc.
18220
18221 2004-03-09  Paul Eggert  <eggert@twinsun.com>
18222
18223         * config/srclistvars.sh: Add GNUWWWLICENSES for eggert.
18224         * config/srclist.txt: Sync getopt with libc.  Add getopt_int.h.
18225         Bring back getopt.c, getopt.h, getopt1.c.
18226
18227 2004-03-07  Paul Eggert  <eggert@twinsun.com>
18228
18229         * m4/c-stack.m4 (gl_PREREQ_C_STACK): Renamed from jm_PREREQ_C_STACK.
18230         All uses changed.  Check for sa_sigaction member; this fixes
18231         a bug first reported by Jason Andrade in
18232         <http://mail.gnu.org/archive/html/bug-textutils/2003-03/msg00027.html>.
18233
18234 2004-03-07  Paul Eggert  <eggert@twinsun.com>
18235
18236         * lib/c-stack.c (SIGACTION_WORKS): New macro.  Use it instead of long
18237         '#if' expressions.  Unlike the code it replaces, it does not
18238         depend on (defined _SC_PAGESIZE).  However, it does depend on
18239         HAVE_STRUCT_SIGACTION_SA_SIGACTION; this last change fixes a bug
18240         first reported by Jason Andrade in
18241         <http://mail.gnu.org/archive/html/bug-textutils/2003-03/msg00027.html>.
18242
18243 2004-02-25  Simon Josefsson  <jas@extundo.com>
18244
18245         * m4/strdup.m4 (gl_PREREQ_STRDUP): Check whether strdup is declared.
18246
18247 2004-02-25  Simon Josefsson  <jas@extundo.com>
18248
18249         * lib/strdup.h: New file.
18250         * lib/strdup.c: Include it.
18251         * lib/path-concat.c: Include strdup.h. Drop strdup declaration.
18252         * lib/userspec.c: Include strdup.h. Drop strdup declaration.
18253
18254 2004-02-23  Karl Berry  <karl@gnu.org>
18255
18256         * doc/maintain.texi, doc/standards.texi, doc/make-stds.texi: new files
18257         (from fencepost.gnu.org:/gd/gnuorg).
18258
18259 2004-02-23  Karl Berry  <karl@gnu.org>
18260
18261         * config/srclistvars.sh (GNUORG) [karl]: redefine.
18262         * config/srclist.txt: add maintain/standards documents.
18263
18264 2004-02-18  Bruno Haible  <bruno@clisp.org>
18265
18266         * m4/xsize.m4 (gl_XSIZE): Require AC_C_INLINE.
18267         Reported by Derek Robert Price <derek@ximbiot.com>.
18268
18269 2004-02-16  Karl Berry  <karl@gnu.org>
18270
18271         * config/mkinstalldirs, install-sh: update from automake.
18272
18273 2004-02-06  Karl Berry  <karl@gnu.org>
18274
18275         * m4/po.m4: update from gettext 0.14.1.
18276
18277 2004-02-06  Karl Berry  <karl@gnu.org>
18278
18279         * lib/config.charset: update from gettext 0.14.1.
18280
18281 2004-02-05  Paul Eggert  <eggert@twinsun.com>
18282
18283         Add comments and code, prompted by suggestions from Bruno Haible
18284         for sh-quote.
18285         * lib/quotearg.h (quotearg_alloc): New decl.  Improve the comments
18286         describing the enum quoting_style values.
18287         * lib/quotearg.c (quotearg_alloc): New function.
18288         (quotearg_buffer_restyled): Treat lone { and } as special.
18289         Treat = as special.  Work around bug with older shells
18290         that "see" a '\' that is really the 2nd byte of a multibyte char.
18291         Quote empty string with shell_quoting_style.
18292
18293 2004-02-03  Bruno Haible  <bruno@clisp.org>
18294
18295         * m4/pipe.m4: New file, from GNU gettext.
18296
18297 2004-02-03  Bruno Haible  <bruno@clisp.org>
18298
18299         * lib/pipe.h: New file, from GNU gettext.
18300         * lib/pipe.c: New file, from GNU gettext.
18301
18302 2004-01-27  Bruno Haible  <bruno@clisp.org>
18303
18304         * m4/execute.m4: New file, from GNU gettext.
18305
18306 2004-01-27  Bruno Haible  <bruno@clisp.org>
18307
18308         * lib/execute.h: New file, from GNU gettext.
18309         * lib/execute.c: New file, from GNU gettext.
18310         * lib/w32spawn.h: New file, from GNU gettext.
18311
18312 2004-01-24  Paul Eggert  <eggert@twinsun.com>
18313
18314         Merge from diffutils.
18315
18316         * lib/file-type.c (file_type): Add typed memory objects.
18317         * lib/file-type.h (S_TYPEISTMO): New macro.
18318
18319         * lib/c-stack.h (c_stack_action): Remove argv argument.
18320         * lib/c-stack.c (c_stack_action): Likewise.  All uses changed.
18321         (die): Don't calculate message unless segv_action returns.
18322         (get_stack_location, min_address_from_argv, max_address_from_argv,
18323         volatile stack_base, volatile_stack_size): Remove.
18324         (segv_handler): If ! HAVE_XSI_STACK_OVERFLOW_HEURISTIC, assume
18325         that every segmentation violation is a stack overflow.  (Ouch!)
18326         See Debian bug 136249 (still outstanding) for more info about why
18327         HAVE_XSI_STACK_OVERFLOW_HEURISTIC fails on Linux kernels.
18328
18329 2004-01-24  Paul Eggert  <eggert@twinsun.com>
18330
18331         Exit-status fix from coreutils.
18332
18333         Use exit_failure consistently in place of EXIT_FAILURE,
18334         so that program exit statuses are consistent on failure.
18335
18336         * lib/argmatch.c (ARGMATCH_DIE) [! defined ARGMATCH_DIE]:
18337         Include "exitfail.h", and use exit_failure rather than EXIT_FAILURE.
18338         * lib/argmatch.h: Comment fix to match the above.
18339         * lib/obstack.c (obstack_exit_failure) [!defined _LIBC]:
18340         Now a macro referring to exit_failure, instead of a separate
18341         variable.  Include "exitfail.h" to get it.
18342         * lib/xstrtol.h: Include "exitfail.h".
18343         (STRTOL_FATAL_ERROR): Exit with status exit_failure, not 2.
18344
18345         * lib/long-options.c (parse_long_options): Use prototype
18346         for usage function arg.  Pass it EXIT_SUCCESS rather than 0,
18347         for clarity.
18348
18349 2004-01-21  Jim Meyering  <jim@meyering.net>
18350
18351         * lib/mktime.c (__mktime_internal) [!_LIBC]: Define to mktime_internal
18352         so as not to conflict with a different-sized __mktime_internal
18353         function in GNU libc.
18354         * lib/timegm.c (__mktime_internal) [!_LIBC]: Likewise.
18355         Problem building statically-linked `ls' reported by Michael Brunnbauer.
18356
18357 2004-01-20  Karl Berry  <karl@gnu.org>
18358
18359         * config/config.guess: update from config.
18360
18361         * config/srclistvars.sh: GNUWWWLICENSES for karl.
18362
18363 2004-01-20  Bruno Haible  <bruno@clisp.org>
18364
18365         Safer stack allocation.
18366         * lib/setenv.c: Include allocsa.h.
18367         (alloca): Remove fallback definition.
18368         (freea): Remove macro.
18369         (__add_to_environ) [!_LIBC]: Use allocsa instead of alloca. Use freesa
18370         instead of freea.
18371
18372 2004-01-20  Bruno Haible  <bruno@clisp.org>
18373
18374         * m4/eealloc.m4: New file, from GNU gettext.
18375
18376 2004-01-20  Bruno Haible  <bruno@clisp.org>
18377
18378         * m4/allocsa.m4: New file, from GNU gettext.
18379
18380 2004-01-20  Bruno Haible  <bruno@clisp.org>
18381
18382         * lib/xallocsa.h: New file, from GNU gettext.
18383         * lib/xallocsa.c: New file, from GNU gettext.
18384
18385 2004-01-20  Bruno Haible  <bruno@clisp.org>
18386
18387         * lib/wait-process.c: On Windows, include windows.h. Needed on mingw.
18388
18389 2004-01-20  Bruno Haible  <bruno@clisp.org>
18390
18391         * lib/wait-process.c (wait_subprocess): Add ignore_sigpipe argument.
18392         * lib/wait-process.c (wait_subprocess): Likewise. Handle SIGPIPE
18393         specially.
18394
18395 2004-01-20  Bruno Haible  <bruno@clisp.org>
18396
18397         * lib/wait-process.c (wait_process): Disable the 2003-10-31 waitid()
18398         patch.
18399
18400 2004-01-20  Bruno Haible  <bruno@clisp.org>
18401
18402         * lib/wait-process.c (cleanup_slaves): Use ANSI C declaration.
18403
18404 2004-01-20  Bruno Haible  <bruno@clisp.org>
18405
18406         * lib/eealloc.h: New file.
18407
18408 2004-01-20  Bruno Haible  <bruno@clisp.org>
18409
18410         * lib/binary-io.h: Avoid warnings on Cygwin.
18411
18412 2004-01-20  Bruno Haible  <bruno@clisp.org>
18413
18414         * lib/allocsa.h: New file, from GNU gettext.
18415         * lib/allocsa.c: New file, from GNU gettext.
18416
18417 2004-01-18  Karl Berry  <karl@gnu.org>
18418
18419         * doc/gpl.texi, doc/lgpl.texi: new files.
18420
18421 2004-01-18  Karl Berry  <karl@gnu.org>
18422
18423         * config/srclistvars.sh (GNUWWWLICENSES): new variable.
18424         * config/srclist.txt ({fdl,gpl,lgpl}.text): get from there.
18425
18426 2004-01-15  Paul Eggert  <eggert@twinsun.com>
18427
18428         Merge from coreutils.
18429
18430         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Check for uintptr_t.
18431         * m4/posixver.m4 (gl_POSIXVER): Require gl_DEFAULT_POSIX2_VERSION.
18432         (gl_DEFAULT_POSIX2_VERSION): Move
18433         the documentation from 'configure' into 'config.hin',
18434         so that 'configure --help' isn't burdened by it and
18435         we don't have to worry about its formatting there.
18436         Reword the documentation so that it's more succinct
18437         and can be run together into a single paragraph.
18438         * m4/same.m4 (gl_SAME): Check for pathconf.
18439
18440 2004-01-15  Paul Eggert  <eggert@twinsun.com>
18441
18442         Merge from coreutils.
18443
18444         * lib/posixver.c: Include posixver.h.
18445
18446         * lib/same.c: Include <stdbool.h>, <limits.h>.
18447         (_POSIX_NAME_MAX): Define if not defined.
18448         (MIN): New macro.
18449         (same_name): If file names are silently truncated, report
18450         that the file names are the same if they are the same after
18451         the silent truncation.
18452
18453         * lib/xstrtod.h (xstrtod): Accept an extra arg, specifying the
18454         conversion function.
18455         * lib/xstrtod.c (xstrtod): Likewise.  All callers changed to
18456         include c-strtod.h and use c_strtod.  Don't include stdlib.h; no
18457         longer needed.
18458
18459 2004-01-15  Jim Meyering  <jim@meyering.net>
18460
18461         Merge from coreutils.
18462
18463         * m4/clock_time.m4 (gl_CLOCK_TIME): Don't set LIB_CLOCK_GETTIME
18464         if no library is required.
18465         * m4/jm-macros.m4: Don't require UTILS_SYS_OPEN_MAX.
18466         * m4/jm-macros.m4 (jm_MACROS): Require gl_FUNC_FREE.
18467         * m4/jm-macros.m4 (jm_MACROS): Require autoconf-2.58.
18468         (AC_LANG_SOURCE): Remove definition, now that we require autoconf-2.58.
18469         * m4/jm-macros.m4 (jm_MACROS): Don't require AC_FUNC_FTW.
18470         * m4/lib-check.m4 (jm_LIB_CHECK): Do not set LIB_CRYPT to the
18471         value, $ac_cv_search_crypt, if it's "none required".
18472         * m4/posixver.m4 (gl_DEFAULT_POSIX2_VERSION): New macro.
18473         * m4/prereq.m4 (jm_PREREQ): Require AC_FUNC_GETLOADAVG,
18474         not gl_FUNC_GETLOADAVG.
18475         * m4/prereq.m4 (jm_PREREQ): Require gl_READTOKENS, gl_MD5, gl_MAKEPATH,
18476         gl_LONG_OPTIONS, and gl_IDCACHE, gl_GETUGROUPS.
18477
18478 2004-01-15  Jim Meyering  <jim@meyering.net>
18479
18480         Merge from coreutils.
18481
18482         * lib/md5.h (rol) [__GNUC__ && __i386__]: Don't use `asm' code.  These
18483         days, gcc-3.x does better all by itself.  Patch from Dean Gaudet:
18484         http://mail.gnu.org/archive/html/bug-coreutils/2003-11/msg00144.html
18485
18486         * lib/posixver.c (DEFAULT_POSIX2_VERSION): Use definition of new,
18487         optional configure-time default.
18488
18489         * lib/version-etc.c (version_etc_copyright): Update copyright date.
18490
18491         * lib/xreadlink.c (xreadlink): Correct outdated comment.
18492
18493 2004-01-15  Alexandre Duret-Lutz  <adl@gnu.org>
18494
18495         Merge from coreutils.
18496
18497         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): Do not set LIB_NANOSLEEP to the
18498         value, $ac_cv_search_nanosleep, if it's "none required".
18499
18500 2004-01-14  Paul Eggert  <eggert@twinsun.com>
18501
18502         * lib/fnmatch_loop.c (ALLOCA_LIMIT): Remove macro, which collided
18503         with like-named macro in fnmatch.c.
18504         (EXT): Use an internal constant instead.
18505
18506         Merge fnmatch patches from glibc.
18507         * lib/fnmatch.c (mbsinit): Remove define.
18508         Add libc_hidden_ver (__fnmatch, fnmatch).
18509         * lib/fnmatch_loop.c (FCT): Cast to int32_t and UCHAR when appropriate.
18510         Adjust to renaming of collseq_table_lookup to __collseq_table_lookup.
18511
18512 2004-01-14  Karl Berry  <karl@gnu.org>
18513
18514         * config/install-sh: update from automake.
18515
18516 2004-01-13  Karl Berry  <karl@gnu.org>
18517
18518         * config/install-sh: update from automake.
18519
18520 2004-01-09  Karl Berry  <karl@gnu.org>
18521
18522         * config/install-sh: update from automake.
18523
18524 2004-01-05  Karl Berry  <karl@gnu.org>
18525
18526         * config/config.{sub,guess}: update from config.
18527
18528 2003-12-31  Karl Berry  <karl@gnu.org>
18529
18530         * config/depcomp: update from automake.
18531
18532 2003-12-14  Karl Berry  <karl@gnu.org>
18533
18534         * lib/config.charset: update from gettext-runtime.
18535
18536 2003-12-03  Paul Eggert  <eggert@twinsun.com>
18537
18538         * lib/getgroups.c (getgroups): xmalloc takes one argument, not two.
18539         Bug reported by Alfred M. Szmidt.
18540
18541 2003-12-03  Bruno Haible  <bruno@clisp.org>
18542
18543         * m4/gettext.m4: Upgrade from gettext-0.13.
18544         * m4/po.m4: Upgrade from gettext-0.13.
18545         * m4/size_max.m4 (gl_SIZE_MAX): Don't use the _ONCE macros here.
18546         * m4/intmax.m4: New file, from gettext-0.13.
18547         * m4/printf-posix.m4: New file, from gettext-0.13.
18548
18549 2003-11-29  Karl Berry  <karl@gnu.org>
18550
18551         * lib/argp-{help.c,parse.c,namefrob.h}, argp.h: update from libc.
18552
18553 2003-11-25  Paul Eggert  <eggert@twinsun.com>
18554             Bruno Haible  <bruno@clisp.org>
18555
18556         * lib/printf-parse.h: Don't include sys/types.h.
18557         (ARG_NONE): New macro.
18558         (char_directive): Change type of *arg_index fields to size_t.
18559         * lib/printf-parse.c: Don't include sys/types.h.
18560         (SSIZE_MAX): Remove macro.
18561         (PRINTF_PARSE): Change the type of the arg_index variables to size_t.
18562         Remove unnecessary overflow check.
18563         * lib/vasnprintf.c (VASNPRINTF): Update for type change of *arg_index
18564         fields.
18565
18566 2003-11-25  Bruno Haible  <bruno@clisp.org>
18567
18568         * modules/vasnprintf (Files): Remove m4/ssize_t.m4.
18569
18570 2003-11-25  Bruno Haible  <bruno@clisp.org>
18571
18572         * m4/vasnprintf.m4 (gl_PREREQ_PRINTF_PARSE): Don't require
18573         gt_TYPE_SSIZE_T.
18574
18575 2003-11-24  Paul Eggert  <eggert@twinsun.com>
18576
18577         * modules/alloca: Remove dependency on xalloc.
18578
18579 2003-11-24  Paul Eggert  <eggert@twinsun.com>
18580
18581         * lib/alloca.c: Remove dependency on xalloc module.
18582         (xalloc_die): Remove.
18583         (memory_full) [!defined emacs]: New macro.
18584         [!defined emacs]: Don't include xalloc.h.
18585         (alloca): Invoke memory_full, not xalloc_die, if malloc fails or
18586         address arithmetic overflows.  Change datatypes a bit to avoid
18587         unnecessary casts.
18588
18589 2003-11-22  Jim Meyering  <jim@meyering.net>
18590
18591         * lib/xmalloc.c (x2nrealloc_inline): Fix typos in comments:
18592         s/size/size_t/.
18593
18594 2003-11-21  Karl Berry  <karl@gnu.org>
18595
18596         * config/config.{sub,guess}: update from config.
18597
18598 2003-11-18  Karl Berry  <karl@gnu.org>
18599
18600         * config/config.{sub,guess}: update from config.
18601
18602         * config/(printf-{parse,args}.[ch]): sync broken, sigh.
18603
18604 2003-11-17  Paul Eggert  <eggert@twinsun.com>
18605
18606         * README: Mention that S+T cannot overflow if S is the size of
18607         an existing object and T is sufficiently small.
18608
18609 2003-11-17  Jim Meyering  <jim@meyering.net>
18610
18611         On systems without utime and without a utimes function capable of
18612         dealing with a NULL struct utimbuf* argument, this utime replacement
18613         could -- in unusual circumstances -- leak a file descriptor.
18614         * lib/utime.c: Include <unistd.h> and <errno.h>.
18615         (utime_null): Be sure to close `fd' and to preserve errno.
18616         Reported by Geoff Collyer via Arnold Robbins.
18617
18618 2003-11-17  Bruno Haible  <bruno@clisp.org>
18619
18620         * modules/vasnprintf (Files): Add m4/ssize_t.m4.
18621         (Depends-on): Add xsize.
18622
18623 2003-11-17  Bruno Haible  <bruno@clisp.org>
18624
18625         * m4/vasnprintf.m4 (gl_PREREQ_PRINTF_PARSE): Require gt_TYPE_SSIZE_T.
18626
18627 2003-11-17  Bruno Haible  <bruno@clisp.org>
18628
18629         * lib/vasnprintf.c (alloca): Remove fallback definition.
18630         (freea): Remove definition.
18631         (VASNPRINTF): Use alloca only for small sizes, say <= 4000 bytes.
18632         Reported by Paul Eggert.
18633
18634 2003-11-16  Paul Eggert  <eggert@twinsun.com>
18635             Bruno Haible  <bruno@clisp.org>
18636
18637         Protect against address arithmetic overflow.
18638         * lib/printf-args.h: Include stddef.h.
18639         (arguments): Change type of field 'count' to size_t.
18640         * lib/printf-args.c (printf_fetchargs): Use size_t instead of
18641         'unsigned int' where appropriate.
18642         * lib/printf-parse.h: Include sys/types.h.
18643         (char_directive): Change type of *arg_index fields to ssize_t.
18644         (char_directives): Change type of fields 'count', max_*_length to
18645         size_t.
18646         * lib/printf-parse.c: Include sys/types.h and xsize.h.
18647         (SSIZE_MAX): Define fallback value.
18648         (PRINTF_PARSE): Use size_t instead of 'unsigned int' and ssize_t
18649         instead of 'int' where appropriate. Check a_allocated, d_allocated
18650         against overflow. Reject %m$ argument numbers > SSIZE_MAX + 1.
18651         * lib/vasnprintf.c: Include xsize.h.
18652         (VASNPRINTF): Use size_t instead of 'unsigned int' where appropriate.
18653         Check alloca, malloc, realloc, ENSURE_ALLOCATION arguments against
18654         overflow. Avoid wraparound when converting a width or precision from
18655         decimal to binary.
18656
18657 2003-11-16  Bruno Haible  <bruno@clisp.org>
18658
18659         Update from GNU gettext.
18660         * lib/printf-parse.c: Generalize to it can be compiled for wide
18661         strings.
18662         (PRINTF_PARSE, CHAR_T, DIRECTIVE, DIRECTIVES): New macros.
18663         * lib/vasnprintf.c: Generalize to it can be compiled for wide strings.
18664         (VASNPRINTF, CHAR_T, DIRECTIVE, DIRECTIVES, PRINTF_PARSE, USE_SNPRINTF,
18665         SNPRINTF): New macros.
18666         Don't include <alloca.h> if the file is used inside libintl.
18667         (local_wcslen): New function, for Solaris 2.5.1.
18668         (VASNPRINTF): Use it instead of wcslen.
18669
18670 2003-11-16  Bruno Haible  <bruno@clisp.org>
18671
18672         * lib/xsize.h (xmax): New function.
18673         (xsum, xsum3, xsum4): Declare as "pure" functions.
18674
18675 2003-11-12  Paul Eggert  <eggert@twinsun.com>
18676
18677         * modules/xalloc (Files): Undo latest change, since xalloc.h
18678         no longer needs SIZE_MAX or PTRDIFF_MAX.
18679
18680 2003-11-12  Paul Eggert  <eggert@twinsun.com>
18681
18682         * m4/xalloc.m4 (gl_PREREQ_XALLOC): Do not require gl_SIZE_MAX or
18683         gl_PTRDIFF_MAX.
18684
18685 2003-11-12  Paul Eggert  <eggert@twinsun.com>
18686
18687         * lib/xstrtol.c (__xstrtol): Remove "break" immediately after
18688         "return", to pacify some unknown compiler.  Problem reported
18689         by Joerg Schilling.
18690
18691 2003-11-12  Paul Eggert  <eggert@twinsun.com>
18692
18693         * lib/xalloc.h: Do not include <limits.h> or <stdint.h>.
18694         (xalloc_oversized): Use sizeof (ptrdiff_t) and sizeof (size_t) for
18695         the heuristic, rather than PTRDIFF_MAX and SIZE_MAX.  This
18696         heuristic is just as accurate as far as we know, and it removes a
18697         dependency on size_max.m4 and ptrdiff_max.m4.
18698
18699 2003-11-11  Bruno Haible  <bruno@clisp.org>
18700
18701         * modules/xsize (Files): Add m4/size_max.m4.
18702         * modules/xalloc (Files): Add m4/size_max.m4, m4/ptrdiff_max.m4.
18703
18704 2003-11-11  Bruno Haible  <bruno@clisp.org>
18705
18706         * m4/size_max.m4: New file.
18707         * m4/ptrdiff_max.m4: New file.
18708         * m4/xsize,m4 (gl_XSIZE): Require gl_SIZE_MAX.
18709         * m4/xalloc.m4 (gl_PREREQ_XALLOC): New macro.
18710         (gl_XALLOC): Invoke it.
18711
18712 2003-11-11  Bruno Haible  <bruno@clisp.org>
18713
18714         * lib/xsize.h (SIZE_MAX): Remove fallback definition.
18715         * lib/xalloc.h: Include limits.h. Assume SIZE_MAX and PTRDIFF_MAX are
18716         defined.
18717
18718 2003-11-10  Paul Eggert  <eggert@twinsun.com>
18719
18720         * lib/xalloc.h (xalloc_oversized): [! (defined PTRDIFF_MAX &&
18721         PTRDIFF_MAX < SIZE_MAX)]: Fix off-by-one error that would have
18722         rejected some allocations of exactly SIZE_MAX - 2 bytes.
18723         From Bruno Haible.
18724         [defined PTRDIFF_MAX && PTRDIFF_MAX < SIZE_MAX]: Use SIZE_MAX,
18725         not (size_t) -1, since it's defined here.
18726
18727 2003-11-09  Karl Berry  <karl@gnu.org>
18728
18729         * config/mkinstalldirs, depcomp, mdate-sh: update from automake.
18730
18731 2003-11-06  Paul Eggert  <eggert@twinsun.com>
18732
18733         * lib/xalloc.h [HAVE_STDINT_H]: Include <stdint.h>.
18734         (xalloc_oversized) [! (PTRDIFF_MAX < SIZE_MAX)]:
18735         Reject sizes of exactly SIZE_MAX bytes.
18736         * lib/xreadlink.c: Include "xalloc.h" before checking whether SIZE_MAX
18737         is defined, since "xalloc.h" now defines SIZE_MAX on modern hosts.
18738
18739 2003-11-05  Bruno Haible  <bruno@clisp.org>
18740
18741         * lib/xsize.h: Include limits.h, to avoid a possible collision with
18742         SIZE_MAX defined in <limits.h> on Solaris.
18743
18744 2003-11-04  Jim Meyering  <jim@meyering.net>
18745
18746         * modules/sysexits: Use the `$(VAR)' notation for AC_SUBST'd
18747         variable names, rather than @VAR@.
18748         * modules/poll: Likewise.
18749
18750 2003-11-04  Bruno Haible  <bruno@clisp.org>
18751
18752         * modules/xsize: New file.
18753         * modules/linebreak: Depend on xsize.
18754         * MODULES.html.sh (func_all_modules): Add xsize.
18755
18756 2003-11-04  Bruno Haible  <bruno@clisp.org>
18757
18758         * m4/xsize.m4: New file.
18759
18760 2003-11-04  Bruno Haible  <bruno@clisp.org>
18761
18762         * lib/xsize.h: New file.
18763         * lib/linebreak.c: Include xsize.h.
18764         (mbs_possible_linebreaks, mbs_width_linebreaks): Check malloc()
18765         argument for overflow.
18766         Suggested by Paul Eggert.
18767
18768 2003-11-03  Karl Berry  <karl@gnu.org>
18769
18770         * config/config.{guess,sub}: update from config.
18771
18772 2003-11-03  Jim Meyering  <jim@meyering.net>
18773
18774         * modules/userspec (lib_SOURCES): Add userspec.h.
18775         (Include): Add "userspec.h".
18776         Improve description.
18777
18778 2003-11-03  Jim Meyering  <jim@meyering.net>
18779
18780         * lib/userspec.c: Include "userspec.h".
18781         * lib/userspec.h: New file.
18782
18783 2003-11-03  Bruno Haible  <bruno@clisp.org>
18784
18785         * m4/wait-process.m4 (gl_WAIT_PROCESS): Also check for waitid.
18786
18787 2003-11-03  Bruno Haible  <bruno@clisp.org>
18788
18789         * lib/wait-process.c (wait_process): Use waitid with WNOWAIT if
18790         available, to avoid (extremely rare) race condition.
18791         Suggested by Paul Eggert.
18792
18793 2003-11-02  Karl Berry  <karl@gnu.org>
18794
18795         * config/srclist.txt (vasprintf.c): sync broken, sigh.
18796
18797 2003-10-31  Paul Eggert  <eggert@twinsun.com>
18798
18799         * lib/mountlist.h (struct mount_entry.me_type_malloced): New member.
18800         * lib/mountlist.c (SIZE_MAX): Define if not defined already.
18801         (read_filesystem_list): Set and use me_type_malloced.
18802         Use "sizeof *me" rather than "sizeof (struct mount_entry)" (or
18803         whatever the type happens to be), for brevity and consistency.
18804         Check for size calculation overflow on Alphas running OSF/1.
18805
18806 2003-10-31  Jim Meyering  <jim@meyering.net>
18807
18808         * lib/hash.c: Include "xalloc.h" for use of xalloc_oversized.
18809
18810         * lib/linebuffer.c: Include <string.h> for declaration of memset.
18811
18812 2003-10-30  Paul Eggert  <eggert@twinsun.com>
18813             Bruno Haible  <bruno@clisp.org>
18814
18815         * lib/vasprintf.c: Include <limits.h>, <stdlib.h>.
18816         (vasprintf): Fail if the resulting length doesn't fit in an 'int'.
18817
18818 2003-10-30  Paul Eggert  <eggert@cs.ucla.edu>
18819
18820         * m4/host-os.m4 (UTILS_HOST_OS): Change netbsd*-gnu pattern back to
18821         netbsd*-gnu*.  Suggested by Robert Millan.
18822
18823 2003-10-29  Paul Eggert  <eggert@twinsun.com>
18824
18825         * modules/group-member: Depend on stdbool.
18826
18827 2003-10-29  Paul Eggert  <eggert@twinsun.com>
18828
18829         * m4/xalloc.m4 (gl_XALLOC): Undo previous change.
18830
18831 2003-10-29  Paul Eggert  <eggert@twinsun.com>
18832
18833         * m4/host-os.m4 (UTILS_HOST_OS): Resurrect netbsd*-gnu.  Add comments
18834         to it, and to knetbsd*-gnu and kfreebsd*-gnu.  Remove the '*' from
18835         after the 'gnu' in these cases.  This fixes some bugs in the
18836         previous change, and is based on suggestions by Robert Millan.
18837
18838 2003-10-29  Paul Eggert  <eggert@twinsun.com>
18839
18840         * lib/xalloc.h (xalloc_oversized): Now a macro, not a function,
18841         so that it works even if SIZE_MAX < N.  Do not include <stdbool.h>;
18842         no longer needed.
18843         * lib/quotearg.c (quotearg_n_options): Use it.
18844         * lib/group-member.c: Include <stdbool.h>.
18845         (free_group_info): Arg is now const *; don't free arg.
18846         (get_group_info): Now returns bool and accepts struct group_info *,
18847         rather than returning a malloc'ed struct group_info *.
18848         All uses changed.  Check for overflow in internal size calculation.
18849
18850         * lib/getusershell.c (readname): Simplify the code by using x2nrealloc
18851         rather than xmalloc/xrealloc.
18852         * lib/linebuffer.c (initbuffer, readlinebuffer): Simplify the code by
18853         using x2realloc rather than xmalloc/xrealloc.  Also, fix a C
18854         conformance bug: the old code used a pointer after freeing the
18855         storage that it addressed.
18856         * lib/hash.c (hash_initialize): Simplify the code by using
18857         xalloc_oversized rather than doing it by hand.
18858         * lib/getgroups.c (getgroups): Don't use xrealloc, since we don't need
18859         the buffer preserved.  Use free and xmalloc instead.
18860         * lib/quotearg.c (quotearg_n_options): Likewise.
18861         Use a simpler test for size overflow.  Don't use xalloc_oversized
18862         because unsigned int might be wider than size_t (!); this suggests
18863         that we should switch from unsigned int to size_t for slot numbers.
18864
18865 2003-10-28  Paul Eggert  <eggert@twinsun.com>
18866
18867         * m4/host-os.m4 (UTILS_HOST_OS): Identify GNU/KFreeBSD and
18868         GNU/KNetBSD.  These implementations use glibc atop the FreeBSD and
18869         NetBSD kernels.  Requested by Richard Stallman.
18870
18871 2003-10-27  Paul Eggert  <eggert@twinsun.com>
18872
18873         * lib/exclude.c (new_exclude): Use xzalloc rather than xmalloc
18874         to allocate the returned structure.  Do not allocate a subarray,
18875         as x2nrealloc will do that.
18876         (add_exclude): Use x2nrealloc to reallocate ex->exclude,
18877         instead of xnrealloc.
18878         (add_exclude_file): Use x2realloc instead of malloc + xnrealloc.
18879
18880 2003-10-27  Bruno Haible  <bruno@clisp.org>
18881
18882         * lib/stdbool_.h: Better support for BeOS.
18883
18884 2003-10-26  Paul Eggert  <eggert@twinsun.com>
18885
18886         * m4/xalloc.m4 (gl_XALLOC): Requore AC_C_INLINE, since xalloc.h
18887         now uses inline.
18888
18889 2003-10-26  Paul Eggert  <eggert@twinsun.com>
18890
18891         * lib/xalloc.h (xalloc_oversized): New static inline function, for
18892         callers that want to do their own size-overflow checking.  Include
18893         <stdbool.h>, since xalloc_oversized returns bool.
18894         * lib/xalloc.c (array_size_overflow): Remove.  All callers changed
18895         to use xalloc_oversized.
18896
18897         Add two functions x2realloc, x2nrealloc, for programs that grow
18898         arrays dynamically by doubling their sizes.
18899         * lib/xalloc.h (x2realloc, x2nrealloc): New decls.
18900         * lib/xmalloc.c (x2nrealloc_inline, x2nrealloc, x2realloc):
18901         New functions.
18902
18903         Port to C99 semantics for 'inline' of external functions.
18904         Bug reported by Bruno Haible.
18905         * lib/xmalloc.c (xnmalloc_inline): New static inline function,
18906         with the old contents of xnmalloc.
18907         (xnmalloc, xmalloc): Use it.
18908         (xnrealloc_inline): New static inline function,
18909         with the old contents of xnrealloc.
18910         (xnrealloc, xrealloc): Use it.
18911
18912         * lib/alloc.c (alloca): xmalloc cannot return NULL, so don't test for
18913         that.
18914
18915 2003-10-26  Karl Berry  <karl@gnu.org>
18916
18917         * config/srclist.txt (COPYING.DOC): no longer available from
18918         /gd/gnuorg; don't know where the ultimate source is.
18919
18920 2003-10-25  Paul Eggert  <eggert@twinsun.com>
18921
18922         Fix several address-calculation bugs in the hash modules,
18923         plus some minor code cleanup.
18924
18925         * lib/hash.h: Include <stdbool.h>, for bool.
18926         * lib/hash.c: Don't include <stdbool.h>, since hash.h does it now.
18927         * lib/hash.h (Hash_hasher, hash_get_n_buckets, hash_get_n_buckets_used,
18928         hash_get_n_entries, hash_get_max_bucket_length,
18929         hash_get_entries, hash_do_for_each, hash_string, hash_initialize,
18930         hash_rehash): Use size_t rather than unsigned.
18931         * lib/hash.c (struct hash_table, hash_get_n_buckets,
18932         hash_get_n_buckets_used, hash_get_n_entries,
18933         hash_get_max_bucket_length, hash_table_ok, hash_print_statistics,
18934         hash_get_entries, hash_do_for_each, hash_string, is_prime,
18935         next_prime, hash_initialize, hash_rehash, hash_delete, hash_print):
18936         Likewise.
18937         (SIZE_MAX): Define if not defined.
18938         (hash_get_max_bucket_length, hash_table_ok, hash_lookup,
18939         hash_get_first, hash_get_next, hash_get_entries, hash_do_for_each,
18940         hash_print):
18941         Use const * when possible.
18942         (hash_string): Use (unsigned char) *P rather than *(unsigned char *) P.
18943         (check_tuning): Fix bug: if tuning parameters were very close to
18944         0 or 1, rounding errors could have caused subscript violations.
18945         (hash_initialize, allocate_entry, hash_print): Remove unnecessary cast.
18946         (hash_initialize): Add 'fail:' label
18947         to free table and return NULL, and use it to simplify code.
18948         Use calloc rather than clearing the storage ourself.
18949         (hash_initialize, hash_rehash): Check for arithmetic overflow in
18950         buffer size calculations.
18951         * lib/hash-pjw.h (hash_pjw): Use size_t, not unsigned.
18952         Include <stddef.h>, for size_t.
18953         * lib/hash-pjw.c (hash_pjw): Likewise.
18954         Switch to method described by Bruno Haible.
18955         Include <limits.h>, for CHAR_BIT.
18956         (SIZE_BITS): New macro.
18957
18958 2003-10-23  Paul Eggert  <eggert@twinsun.com>
18959
18960         * m4/getline.m4 (AM_FUNC_GETLINE):
18961         Don't include getndelim2.o twice into LIBOBJS; this breaks on some
18962         hosts.  Problem reported by Derek Robert Price in
18963         <http://mail.gnu.org/archive/html/bug-gnulib/2003-10/msg00092.html>.
18964         This patch can be withdrawn after Autoconf 2.58 is required for gnulib.
18965         * m4/getndelim2.m4 (gl_GETNDELIM2): Likewise.
18966
18967 2003-10-21  Paul Eggert  <eggert@twinsun.com>
18968
18969         * lib/getndelim2.c (getndelim2): When size calculation overflows,
18970         ceiling the allocation at NMAX bytes rather than silently
18971         discarding input bytes before NMAX is reached.  This makes
18972         a difference only if NMAX exceeds SIZE_MAX / 2.
18973
18974         * lib/obstack.c: Merge from glibc.
18975         [defined _LIBC]: Include <obstack.h>, not "obstack.h".
18976         Add libc_hidden_def (_obstack_newchunk).
18977         (_obstack_free) [! defined _LIBC]: Remove.
18978         [defined _LIBC]: Make a strong alias from obstack_free, rather than
18979         a clone of the function body.
18980         (fputs) [defined _LIBC && defined USE_IN_LIBIO]: Remove.
18981         [defined _LIBC && !defined USE_IN_LIBIO]: Include <libio/iolibio.h>.
18982
18983         * lib/obstack.h: Indenting cleanup, to make it easier to merge with
18984         glibc.
18985         (obstack_grow, obstack_grow0): Remove unnecessary parentheses around
18986         arg to memcpy.
18987
18988         * lib/obstack.h (obstack_1grow_fast): Properly parenthesize arg.
18989         (obstack_ptr_grow_fast, obstack_int_grow_fast):
18990         Don't use lvalue casts, as GCC plans to remove support for them
18991         in GCC 3.5.  Reported by Joseph S. Myers.  This bug
18992         was also present in the non-GCC version, indicating that this
18993         code had always been buggy and had never been widely used.
18994         (obstack_1grow, obstack_ptr_grow, obstack_int_grow, obstack_blank):
18995         Use the fast variant of each macro, rather than copying the
18996         definiens of the fast variant; that way, we'll be more likely to
18997         catch future bugs in the fast variants.
18998
18999 2003-10-20  Bruno Haible  <bruno@clisp.org>
19000
19001         * modules/wait-process: New file.
19002         * MODULES.html.sh (func_all_modules): Add wait-process.
19003
19004 2003-10-20  Bruno Haible  <bruno@clisp.org>
19005
19006         * m4/wait-process.m4: New file.
19007
19008 2003-10-20  Bruno Haible  <bruno@clisp.org>
19009
19010         * lib/wait-process.h: New file, from GNU gettext.
19011         * lib/wait-process.c: New file, from GNU gettext.
19012
19013 2003-10-19  Jim Meyering  <jim@meyering.net>
19014
19015         * lib/vasnprintf.c (vasnprintf): Work around losing snprintf on
19016         HPUX 10.20.
19017
19018 2003-10-18  Karl Berry  <karl@gnu.org>
19019
19020         * config/config.guess: update from config.
19021
19022 2003-10-16  Paul Eggert  <eggert@twinsun.com>
19023
19024         * lib/getgroups.c: Include <errno.h>, <stdlib.h>.
19025         (getgroups): First arg is int, not size_t.
19026         Don't let 'free' mangle errno.
19027
19028 2003-10-16  Paul Eggert  <eggert@twinsun.com>
19029
19030         * README: Mention that gnulib assumes that (foo *) NULL + 0 == NULL.
19031
19032 2003-10-16  Karl Berry  <karl@gnu.org>
19033
19034         * config/config.{guess,sub}: update from config.
19035
19036 2003-10-16  Jim Meyering  <jim@meyering.net>
19037
19038         * lib/xmalloc.c: Include <string.h>, for declarations of memset and
19039         memcpy.
19040
19041 2003-10-15  Paul Eggert  <eggert@twinsun.com>
19042
19043         * lib/exclude.c: Do not include <inttypes.h> or <stdint.h>.
19044         (SIZE_MAX): Remove.
19045         (new_exclude, add_exclude_file): Initial size no longer needs to
19046         be a power of 2.
19047         (add_exclude, add_exclude_file): Use xnrealloc instead of rolling
19048         our own address arithmetic overflow checking.
19049
19050         * lib/fnmatch.c (SIZE_MAX): Define if standard headers don't.
19051         (fnmatch): Do not alloca more than 2000 wide characters;
19052         instead, use malloc for large buffers.
19053         Check for address arithmetic overflow, and return -1
19054         with errno set to ENOMEM in that case.
19055         * lib/fnmatch_loop.c (ALLOCA_LIMIT): New macro.
19056         (NEW_PATTERN): Do not alloca more than 8000 bytes;
19057         instead, return -1.  Check for address arithmetic overflow.
19058
19059 2003-10-14  Paul Eggert  <eggert@twinsun.com>
19060
19061         Handle invalid suffixes and overflow independently, so that
19062         callers can treat them independently as needed.  Fix some bugs in
19063         suffix handling, e.g., "100k@" was not diagnosed as an invalid
19064         suffix for a human-readable blocksize.  The major caller-visible
19065         change is the addition of a new
19066         LONGINT_INVALID_SUFFIX_CHAR_WITH_OVERFLOW enum value, indicating
19067         that both overflow and suffix chars were found.
19068
19069         * lib/human.c (humblock): Don't check separately for invalid suffix
19070         char; that is xstrtoumax's job (now that its bug is fixed).
19071         * lib/xstrtoimax.c (STRTOL_T_MINIMUM, STRTOL_T_MAXIMUM) [defined
19072         INTMAX_MAX]: New macros.
19073         * lib/xstrtol.c (STRTOL_T_MINIMUM, STRTOL_T_MAXIMUM, TYPE_MINIMUM,
19074         TYPE_MAXIMUM): New macros.
19075         (bkm_scale, bkm_scale_by_power): Return strtol_error, not int.
19076         (bkm_scale, bkm_scale_by_power, __xstrtol): Return maximal values
19077         if overflow occurs, as it's what __strtol does and it's more useful
19078         in practice.
19079         (__xstrtol): If __strtol reports some error other than ERANGE,
19080         reflect it to the caller as LONGINT_INVALID.  If it reports
19081         ERANGE, continue the rest of parsing, and report LONGINT_OVERFLOW
19082         | LONGINT_INVALID_SUFFIX_CHAR if both errors occur.
19083         * lib/xstrtol.h (LONGINT_INVALID_SUFFIX_CHAR_WITH_OVERFLOW): New enum
19084         value.
19085         (_STRTOL_ERROR): Handle it.  Abort when given unknown error codes.
19086         * lib/xstrtoul.c (STRTOL_T_MINIMUM, STRTOL_T_MAXIMUM): New macros.
19087         * lib/xstrtoumax.c (STRTOL_T_MINIMUM, STRTOL_T_MAXIMUM)
19088         [defined UINTMAX_MAX]: New macros.
19089
19090 2003-10-14  Bruno Haible  <bruno@clisp.org>
19091
19092         * modules/fatal-signal: Add m4/sig_atomic_t.m4 to file list.
19093
19094 2003-10-14  Bruno Haible  <bruno@clisp.org>
19095
19096         * m4/sig_atomic_t: New file, from GNU gettext.
19097         * m4/fatal-signal.m4 (gl_FATAL_SIGNAL): Require gt_TYPE_SIG_ATOMIC_T.
19098
19099 2003-10-14  Bruno Haible  <bruno@clisp.org>
19100
19101         * lib/fatal-signal.h: Improved comments. Suggested by Paul Eggert.
19102         * lib/fatal-signal.c: Use sig_atomic_t. Suggested by Paul Eggert.
19103         Also use volatile where needed.
19104
19105 2003-10-12  Paul Eggert  <eggert@twinsun.com>
19106
19107         * modules/xalloc: Do not depend on 'exit'.  Depend on 'stdbool'.
19108         Change maintainer from Bruno Haible to 'all'.
19109
19110 2003-10-12  Paul Eggert  <eggert@twinsun.com>
19111
19112         * m4/xalloc.m4 (gl_PREREQ_XMALLOC): Require AC_C_INLINE.
19113
19114 2003-10-12  Paul Eggert  <eggert@twinsun.com>
19115
19116         * lib/xalloc.h (xnmalloc, xzalloc, xnrealloc, xclone): New decls.
19117         (XMALLOC, XCALLOC, XREALLOC, XFREE, CCLONE, CLONE): Deprecate,
19118         and define in terms of the other primitives.
19119         * lib/xmalloc.c: Include stdbool.h; do not include exit.h.
19120         (SIZE_MAX): Define if not already defined.
19121         (array_size_overflow): New function.
19122         (xalloc_die): Abort instead of exiting if 'error' returns.
19123         (xnmalloc, xnrealloc, xzalloc, xclone): New functions.
19124         (xmalloc, xrealloc): Use them.
19125         (xcalloc): Check for address arithmetic overflow.
19126         * lib/xstrdup.c (xstrdup): Use xclone, since memcpy should be
19127         a bit faster than strcpy.
19128
19129 2003-10-10  Simon Josefsson  <jas@extundo.com>
19130
19131         * modules/argp (Depends-on): Add restrict and strcase.
19132
19133 2003-10-10  Simon Josefsson  <jas@extundo.com>
19134
19135         * m4/argp.m4: Add AC_C_INLINE.
19136
19137 2003-10-08  Paul Eggert  <eggert@twinsun.com>
19138
19139         Merge getpass from libc, plus a few fixes.
19140
19141         * lib/getpass.c (HAVE_STDIO_EXT) [_LIBC]: Define to 1.
19142         Include <stdbool.h>.
19143         Include <stdio_ext.h> if HAVE_STDIO_H, otherwise define
19144         __fsetlocking to empty.
19145         [_LIBC]: Do not include "getline.h" or "unlocked-io.h", but
19146         do include <bits/libc-lock.h>.
19147         Do not include <fcntl.h>; not needed.
19148         [_LIBC]: Include <wchar.h>.
19149         (NOTCANCEL_MODE): New macro.
19150         (flockfile, funlockfile) [_LIBC]: New macros.
19151         (__libc_cleanup_push, __libc_cleanup_pop, __getline, __tcgetattr)
19152         [!_LIBC]: New macros.
19153         (call_fclose): New function.
19154         (getpass): Use it.  Save tty stream separately; this simplifies the
19155         code and makes it more reliable if stdin happens to equal stdout.
19156         Invoke __fsetlocking on tty.
19157         Handle thread cancellation if needed.
19158         Namespace cleanup (use __tcgetattr, __getline).
19159         Use bool for Booleans.
19160         [USE_IN_LIBIO]: Handle wide streams.
19161         [!_LIBC]: Unconditionally do the fseek, since we don't know what
19162         stream might go where.
19163
19164         * lib/unlocked-io.h: Include <stdio.h>, so that the caller
19165         doesn't have to include <stdio.h> before us.
19166         (clearerr_unlocked, feof_unlocked, ferror_unlocked,
19167         fflush_unlocked, fgets_unlocked, fputc_unlocked, fputs_unlocked,
19168         fread_unlocked, fwrite_unlocked, getc_unlocked, getchar_unlocked,
19169         putc_unlocked, putchar_unlocked): Define to the unlocked counterpart
19170         if not declared, so that we can use getpass.c code from libc without
19171         rewriting it.
19172         (flockfile, ftrylockfile, funlockfile): New macros.
19173
19174 2003-10-08  Paul Eggert  <eggert@twinsun.com>
19175
19176         * modules/getpass: Depend on stdbool.
19177
19178 2003-10-08  Paul Eggert  <eggert@twinsun.com>
19179
19180         * m4/getpass.m4 (gl_PREREQ_GETPASS): Check for stdio_ext.h.
19181
19182 2003-10-07  Karl Berry  <karl@gnu.org>
19183
19184         * config/config.{guess,sub}: update from config.
19185
19186 2003-10-06  Jim Meyering  <jim@meyering.net>
19187             Bruno Haible  <bruno@clisp.org>
19188
19189         This lets translators provide better translations for the
19190         "Written by ..." part of --version output.
19191         * lib/version-etc.h: Include stdarg.h.
19192         (version_etc_copyright): Declare as readonly.
19193         (version_etc): Make this function variadic with a NULL-terminated list
19194         of author name strings.
19195         (version_etc_va): New declaration.
19196         * lib/version-etc.c: Include stdarg.h, stdlib.h.
19197         (version_etc_copyright): Declare as readonly.
19198         (version_etc_va): New function. Provide a different translatable string
19199         for each possible number of authors < 10. Abbreviate when there are 10
19200         authors or more.
19201         (version_etc): Make this function variadic. Call version_etc_va.
19202         Suggestion from Gary V. Vaughan.
19203
19204         * lib/long-options.h (parse_long_options): Change prototype: the
19205         authors string is moved to the end and becomes variadic.
19206         * lib/long-options.c: Include stdarg.h.
19207         (parse_long_options): Make this function variadic, too.
19208         Call version_etc_va, not version_etc.
19209
19210 2003-10-06  Bruno Haible  <bruno@clisp.org>
19211
19212         * modules/version-etc-2: Remove file.
19213         * MODULES.html.sh (func_all_modules): Remove version-etc-2.
19214
19215 2003-10-06  Bruno Haible  <bruno@clisp.org>
19216
19217         * modules/fatal-signal: New file.
19218         * MODULES.html.sh (func_all_modules): Add fatal-signal.
19219
19220 2003-10-06  Bruno Haible  <bruno@clisp.org>
19221
19222         * m4/fatal-signal.m4: New file.
19223         * m4/signalblocking.m4: New file, from GNU gettext.
19224
19225 2003-10-06  Bruno Haible  <bruno@clisp.org>
19226
19227         * lib/version-etc-2.h: Remove file.
19228         * lib/version-etc-2.c: Remove file.
19229
19230 2003-10-06  Bruno Haible  <bruno@clisp.org>
19231
19232         * lib/fatal-signal.h: New file, from GNU gettext.
19233         * lib/fatal-signal.c: New file, from GNU gettext.
19234
19235 2003-10-05  Paul Eggert  <eggert@twinsun.com>
19236
19237         * README: Rework advice for preventing empty .o files.
19238         Don't recommend ELIDE constructs.  Recommend <stddef.h>,
19239         not <sys/types.h>.
19240
19241 2003-10-04  Karl Berry  <karl@gnu.org>
19242
19243         * lib/argp*: update from libc.
19244
19245 2003-10-04  Karl Berry  <karl@gnu.org>
19246
19247         * config/config.{guess,sub}: update from config.
19248
19249 2003-10-02  Bruno Haible  <bruno@clisp.org>
19250
19251         * modules/lchown (Include): Add lchown.h.
19252         * modules/time_r (Include): Use "..." syntax.
19253         * modules/xgetdomainname (Include): Add xgetdomainname.h.
19254
19255 2003-10-01  Simon Josefsson  <jas@extundo.com>
19256
19257         * MODULES.html.sh (func_all_modules): Move gethostname from section
19258         'based on' to section 'lacking' POSIX:2001.
19259
19260 2003-10-01  Larry Jones  <lawrence.jones@eds.com>
19261
19262         * lib/getpass.c (getpass): Use a no-op fseek when switching from input
19263         to output mode on the same stream.
19264
19265 2003-09-29  Paul Eggert  <eggert@twinsun.com>
19266
19267         * lib/strftime.c (tm_diff) [! HAVE_TM_GMTOFF]:
19268         Fix arg typo in previous patch.
19269
19270 2003-09-28  Jim Meyering  <jim@meyering.net>
19271
19272         * lib/error.c: Correct cpp indentation.
19273
19274 2003-09-27  Paul Eggert  <eggert@twinsun.com>
19275
19276         * modules/free: New file.
19277
19278 2003-09-27  Paul Eggert  <eggert@twinsun.com>
19279
19280         * m4/free.m4: New file.
19281
19282 2003-09-27  Paul Eggert  <eggert@twinsun.com>
19283
19284         * lib/minmax.h (MIN, MAX)
19285         [__STDC__ && defined __GNUC__ && __GNUC__ >= 2]:
19286         Omit the special code that used __typeof__, since we worry that
19287         it could be more trouble than it's worth.  See:
19288         http://mail.gnu.org/archive/html/bug-gnulib/2003-01/msg00090.html
19289         http://mail.gnu.org/archive/html/bug-gnulib/2003-01/msg00095.html
19290
19291         * lib/free.c: New file.
19292
19293 2003-09-27  Oskar Liljeblad  <oskar@osk.mine.nu>
19294
19295         Trivial fixes to Makefile.am parts of module listings.
19296         * modules/strstr: Append strstr.h to lib_SOURCES.
19297         * modules/strcase: Likewise, for strcase.h.
19298
19299 2003-09-27  Karl Berry  <karl@gnu.org>
19300
19301         * config/mkinstalldirs: update from automake.
19302
19303 2003-09-26  Paul Eggert  <eggert@twinsun.com>
19304
19305         * lib/error.c (SIZE_MAX) [!defined SIZE_MAX]: Define.
19306         (error_tail): Do not loop, reallocating temporary buffer, since
19307         the output cannot contain more wide characters than the input
19308         contains bytes, the size must be big enough already.  This avoids
19309         one potential size overflow calculation.  Check for size overflow
19310         when calculating temporary buffer size.  Free temporary buffer
19311         when done, if it was allocated with malloc; this plugs a memory
19312         leak.  Remove casts from void * to pointers, that are no longer
19313         needed now that we're assuming C89 or better.
19314
19315         Merge error changes from glibc.
19316
19317         * lib/error.c, error.h: Update copyright notice header to match glibc.
19318         * lib/error.c [defined _LIBC]: Include <errno.h>, <bits/libc-lock.h>.
19319         (error, error_at_line) [defined _LIBC && defined __libc_ptf_call]:
19320         Disable cancellation while printing error.
19321         * lib/error.h: Prepend __ to parameter names.
19322
19323 2003-09-26  Jim Meyering  <jim@meyering.net>
19324
19325         * lib/error.c (error_tail): Move some declarations
19326         into inner scope where the local variables are used.
19327
19328 2003-09-26  Bruno Haible  <bruno@clisp.org>
19329
19330         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Add comments about the AIX
19331         stpncpy().
19332         Don't define stpncpy through config.h; it's now done through stpncpy.h.
19333
19334 2003-09-26  Bruno Haible  <bruno@clisp.org>
19335
19336         * lib/stpncpy.h (gnu_stpncpy): New declaration.
19337         (stpncpy): Define as alias for gnu_stpncpy.
19338         * lib/stpncpy.c [!_LIBC]: Define gnu_stpncpy, not stpncpy.
19339
19340 2003-09-25  Simon Josefsson  <jas@extundo.com>
19341
19342         * lib/xgetdomainname.h: New file.
19343         * lib/xgetdomainname.c: New file.
19344
19345 2003-09-25  Simon Josefsson  <jas@extundo.com>
19346             Bruno Haible  <bruno@clisp.org>
19347
19348         * modules/getdomainname: New file.
19349         * modules/xgetdomainname: New file.
19350         * MODULES.html.sh (func_all_modules): Add getdomainname,
19351         xgetdomainname.
19352
19353 2003-09-25  Simon Josefsson  <jas@extundo.com>
19354             Bruno Haible  <bruno@clisp.org>
19355
19356         * m4/getdomainname.m4: New file.
19357
19358 2003-09-25  Simon Josefsson  <jas@extundo.com>
19359             Bruno Haible  <bruno@clisp.org>
19360
19361         * lib/getdomainname.h: New file.
19362         * lib/getdomainname.c: New file.
19363
19364 2003-09-25  Karl Berry  <karl@gnu.org>
19365
19366         * lib/argp-fmtstream.c, argp-help.c: update from libc.
19367
19368 2003-09-25  Karl Berry  <karl@gnu.org>
19369
19370         * config/install-sh: update from automake.
19371
19372 2003-09-25  Bruno Haible  <bruno@clisp.org>
19373
19374         * modules/version-etc-2: New file, from modules/version-etc with
19375         modifications.
19376         * MODULES.html.sh (func_all_modules): Add version-etc-2.
19377
19378 2003-09-25  Bruno Haible  <bruno@clisp.org>
19379
19380         * lib/version-etc-2.h: New file, from version-etc.h with modifications.
19381         * lib/version-etc-2.c: New file, from version-etc.c with modifications.
19382
19383 2003-09-24  Simon Josefsson  <jas@extundo.com>
19384
19385         * modules/xgethostname: Add xgethostname.h.
19386
19387 2003-09-24  Paul Eggert  <eggert@twinsun.com>
19388
19389         * lib/linebuffer.c (freebuffer): Don't free the argument, just
19390         the buffer associated with the argument.  Bug reported by
19391         Simon Josefsson.
19392
19393 2003-09-24  Paul Eggert  <eggert@twinsun.com>
19394
19395         * README: Document assumptions that 'int' is at least 32 bits
19396         wide, that integer arithmetic is 2's complement without overflow,
19397         that there are no holes in integer values, that adding sizes of
19398         two nonoverlapping objects can't overflow, and that all-bits-zero
19399         yields scalar zero.  Fix spelling and capitalization typos.
19400
19401 2003-09-19  Karl Berry  <karl@gnu.org>
19402
19403         * lib/argp.h: update from libc.
19404
19405 2003-09-17  Paul Eggert  <eggert@twinsun.com>
19406
19407         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Call AC_BEFORE first,
19408         to avoid spurious warnings like "AC_RUN_IFELSE was called before
19409         gl_USE_SYSTEM_EXTENSIONS" from autoreconf.
19410
19411 2003-09-17  Paul Eggert  <eggert@twinsun.com>
19412
19413         * gnulib-tool: Use "test -h", not "test -L", for portability
19414         to Solaris 8 /bin/sh.  (This bug is fixed in Solaris 9.)
19415         (tags_regexp): Remove, since \| doesn't conform to POSIX.
19416         (sed_extract_prog): Issue s commands one-by-one, rather than
19417         using \| in one s command.
19418
19419 2003-09-16  Paul Eggert  <eggert@twinsun.com>
19420
19421         * lib/linebuffer.c (readlinebuffer): Return NULL immediately upon
19422         input error, instead of returning NULL the next time we are called
19423         (and therefore losing track of errno).
19424
19425 2003-09-16  Bruno Haible  <bruno@clisp.org>
19426
19427         * gnulib-tool (func_create_testdir): Warn about duplicated
19428         dependencies.
19429
19430 2003-09-15  Paul Eggert  <eggert@twinsun.com>
19431
19432         * modules/argmatch, modules/fatal, modules/obstack,
19433         modules/xalloc, modules/xgethostname: Sort dependencies by
19434         importance, not alphabetically.
19435
19436 2003-09-15  Paul Eggert  <eggert@twinsun.com>
19437
19438         * lib/getndelim2.c (getndelim2): Don't trash errno when a read
19439         fails, so that the caller gets the proper errno.
19440
19441         * lib/readutmp.c (read_utmp): Likewise.
19442         Check for fstat error.  Close stream and free storage
19443         when failing.
19444
19445 2003-09-14  Karl Berry  <karl@gnu.org>
19446
19447         * config/srclist.txt (strdup.c): disable for c89 changes.
19448
19449 2003-09-14  Jim Meyering  <jim@meyering.net>
19450
19451         * lib/getloadavg.c: Correct cpp indentation.
19452         * lib/strdup.c: Likewise.
19453         * lib/vasnprintf.c: Likewise.
19454
19455 2003-09-14  Bruno Haible  <bruno@clisp.org>
19456
19457         * modules/fwriteerror: New file.
19458         * MODULES.html.sh (func_all_modules): Add fwriteerror.
19459
19460 2003-09-14  Bruno Haible  <bruno@clisp.org>
19461
19462         * lib/fwriteerror.h: New file.
19463         * lib/fwriteerror.c: New file.
19464
19465 2003-09-12  Paul Eggert  <eggert@twinsun.com>
19466
19467         * modules/argmatch, modules/exitfail, modules/fatal, modules/obstack,
19468         modules/xgethostname, modules/xalloc: Depend on exit.
19469
19470 2003-09-12  Paul Eggert  <eggert@twinsun.com>
19471
19472         * m4/error.m4: Require AC_FUNC_STRERROR_R rather than invoking it.
19473
19474         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Require AC_AIX
19475         and AC_MINIX, too, so that their extensions are available.
19476
19477         * m4/prereq.m4 (jm_PREREQ_ADDEXT): Remove.  All uses removed.
19478         This macro has been superseded by gl_BACKUPFILE.
19479
19480         More patches to assume C89 or better.
19481
19482         * m4/error.m4 (gl_ERROR): Don't check for vprintf.
19483
19484         * m4/check-decl.m4 (jm_CHECK_DECLS): Include <string.h>, <stdlib.h>
19485         unconditionally.
19486         * m4/closeout.m4 (gl_CLOSEOUT): Don't check for stdlib.h.
19487         * m4/gettimeofday.m4 (AC_FUNC_GETTIMEOFDAY_CLOBBER):
19488         Include <string.h>, <stdlib.h> unconditionally.
19489         * m4/lstat.m4 (gl_PREREQ_LSTAT): Don't check for stdlib.h, free.
19490         * m4/readdir.m4 (GL_FUNC_READDIR): Don't check for string.h.
19491         * m4/readutmp.m4 (gl_PREREQ_READUTMP): Don't check for standard C
19492         headers or for string.h.
19493         * m4/strtoumax.m4 (gl_PREREQ_STRTOUMAX): Don't check for stdlib.h
19494         or strtoul.
19495
19496         * m4/mkstemp.m4 (jm_PREREQ_TEMPNAME): Do not require standard C
19497         headers.
19498         * m4/strdup.m4 (gl_PREREQ_STRDUP): Likewise.
19499         * m4/userspec.m4 (gl_USERSPEC): Likewise.
19500         * m4/xalloc.m4 (gl_PREREQ_XMALLOC): Likewise.
19501         * m4/xstrtod.m4 (gl_XSTRTOD): Likewise.
19502         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Likewise.
19503         * m4/strftime.m4 (_jm_STRFTIME_PREREQS): Don't check for limits.h,
19504         memcpy, memset.
19505         (jm_FUNC_GNU_STRFTIME): Don't require standard C headers.
19506         * m4/strtod.m4 (gl_FUNC_STRTOD): Do not check for float.h.
19507         * m4/strtoimax.m4 (gl_PREREQ_STRTOIMAX): Do not check for stdlib.h,
19508         strtol.
19509         * m4/strtol.m4 (gl_FUNC_STRTOL): Do not check for limits.h.
19510         * m4/userspec.m4 (gl_USERSPEC): Do not check for string.h.
19511         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Do not check for string.h, strtol,
19512         strtoul.
19513
19514 2003-09-12  Paul Eggert  <eggert@twinsun.com>
19515
19516         * lib/argmatch.c, fatal.c, xgethostname.c, xmalloc.c: Include exit.h.
19517         * lib/obstack.c [!defined _LIBC]: Likewise.
19518         * lib/argmatch.c (EXIT_FAILURE): Remove; now done by exit.h
19519         * lib/exitfail.c, fatal.c, xgethostname.c, xmalloc.c: Likewise.
19520         * lib/exitfail.c: Don't include stdlib.h; no longer needed.
19521
19522         More changes to assume C89 or better.
19523
19524         * lib/error.c (error_tail): Assume vprintf.
19525
19526         * lib/argmatch.c (getenv): Remove decl.
19527         * lib/progreloc.c (get_full_program_name): Define via prototype.
19528         * lib/setenv.c (clearenv): Likewise.
19529         * lib/stpncpy.c: Do not include <string.h> or <sys/types.h>; not
19530         needed.
19531         * lib/strdup.c: Include <stdlib.h>, <string.h> unconditionally.
19532         (malloc, memcpy): Remove decls.
19533         * lib/strftime.c (HAVE_LIMITS_H, STDC_HEADERS) [defined _LIBC]: Remove.
19534         (HAVE_MEMCPY) [defined emacs && !defined HAVE_BCOPY]: Remove.
19535         Include <limits.h>, <stddef.h>, <stdlib.h>, <string.h> unconditionally.
19536         (memcpy): Remove macro.
19537         (MEMCPY) [!defined COMPILE_WIDE]: Define to memcpy unconditionally.
19538         (__P): Remove.  All uses removed.
19539         (PTR): Remove.  All uses changed to void *.
19540         (CHAR_BIT, NULL): Remove.
19541         (spaces, zeros, memset_space, memset_zero)
19542         [!defined memset && !defined HAVE_MEMSET && !defined _LIBC]:
19543         Remove.
19544         (LOCALE_PARAM, LOCALE_PARAM_DECL): Remove.
19545         (memcpy_lowcase, memcpy_uppcase, tm_diff, iso_week_days):
19546         Define with prototype.
19547         Remove now-unnecessary prototype decl.
19548         (extra_args_spec): Assume ANSI C.  All uses changed.
19549         (extra_args_spec_iso): Remove.
19550         (my_strftime, emacs_strftimeu): Define via prototype.
19551         * lib/strtod.c: Include <float.h>, <stdlib.h>, <string.h>
19552         unconditionally.
19553         (DBL_MAX, DBL_MIN, HUGE_VAL, NULL): Remove decls.
19554         * lib/strtoimax.c: Include <stdlib.h> unconditionally.
19555         (strtoul, strtol): Remove decls.
19556         * lib/strtol.c (STDC_HEADERS, HAVE_LIMITS_H, NULL, ULONG_MAX,
19557         LONG_MAX): Remove.
19558         Include <limits.h>, <stddef.h>, <stdlib.h>, <string.h> unconditionally.
19559         (LOCALE_PARAM_DECL): Remove.  All uses changed to LOCALE_PARAM_PROTO.
19560         (LOCALE_PARAM_PROTO): New macro.
19561         (INTERNAL, INTERNAL1, WEAKNAME): Assume ANSI C, not K&R.
19562         (INTERNAL (strtol), strtol): Define with a prototype.
19563         (PARAMS): Remove.  All uses removed.
19564         * lib/tempname.c: Include <string.h> unconditionally.
19565         * lib/userspec.c: Include <stdlib.h>, <string.h> unconditionally.
19566         * lib/xgethostname.c (main): Define with a prototype.
19567         * lib/xmalloc.c: Include "xalloc.h" first, to check interface.
19568         Include <stdlib.h> unconditionally.
19569         (calloc, malloc, realloc, free): Remove decls.
19570         * lib/xstrtod.c: Include "xstrtod.h" first, to check interface.
19571         Include <stdlib.h> unconditionally.  Sort include file names.
19572         (strtod): Remove.
19573         (xstrtod): Define with a prototype.
19574         * lib/xstrtol.c: Include <stdlib.h>, <string.h> unconditionally.
19575         (strtol, strtoul): Remove decls.
19576
19577 2003-09-11  Paul Eggert  <eggert@twinsun.com>
19578
19579         More patches to assume C89 or better.
19580         * m4/strndup.m4 (gl_PREREQ_STRNDUP): Remove STDC_HEADERS check.
19581         * m4/strnlen.m4 (gl_PREREQ_STRNLEN): Don't check for memory.h,
19582         string.h, memchr, STDC_HEADERS.
19583
19584 2003-09-11  Paul Eggert  <eggert@twinsun.com>
19585
19586         * lib/strndup.c: Don't include <stdio.h>, <sys/types.h>.
19587         Include <stdlib.h>, <string.h> unconditionally.
19588         Remove now-unnecessary cast to char *.
19589         * lib/strnlen.c: Include <string.h> unconditionally.
19590         * lib/yesno.c (yesno): Define with a prototype.
19591
19592 2003-09-11  Bruno Haible  <bruno@clisp.org>
19593
19594         * config/srclist.txt (setenv.c, unsetenv.c): Disable for the moment.
19595
19596 2003-09-10  Jim Meyering  <jim@meyering.net>
19597
19598         * lib/error.c: Correct indentation of cpp directives.
19599
19600 2003-09-10  Bruno Haible  <bruno@clisp.org>
19601
19602         * m4/strcspn.m4 (gl_PREREQ_STRCSPN): Remove <string.h> check.
19603         * m4/strpbrk.m4 (gl_PREREQ_STRPBRK): Remove <string.h> check.
19604         * m4/strstr.m4 (gl_PREREQ_STRSTR): Remove <string.h> check.
19605         * m4/unicodeio.m4 (gl_UNICODEIO): Remove <string.h> check.
19606         * m4/setenv.m4 (gl_PREREQ_SETENV, gl_PREREQ_UNSETENV): Remove
19607         <stdlib.h> and <string.h> checks.
19608         * m4/xreadlink.m4 (gl_XREADLINK): Remove <stdlib.h> check.
19609         * m4/yesno.m4 (gl_YESNO): Remove <stdlib.h> check.
19610
19611 2003-09-10  Bruno Haible  <bruno@clisp.org>
19612
19613         * lib/strcspn.c: Include <string.h> unconditionally.
19614         * lib/strpbrk.c: Include <string.h> unconditionally.
19615         * lib/strstr.c: Include <string.h> unconditionally.
19616         * lib/unicodeio.c: Include <string.h> unconditionally.
19617         * lib/setenv.c: Include <stdlib.h> and <string.h> unconditionally.
19618         * lib/unsetenv.c: Likewise.
19619         * lib/xreadlink.c: Include <stdlib.h> unconditionally.
19620         * lib/yesno.c: Include <stdlib.h> unconditionally.
19621         (rpmatch): Add prototype.
19622
19623 2003-09-09  Paul Eggert  <eggert@twinsun.com>
19624
19625         More patches to assume C89 or better.
19626         * m4/getcwd.m4 (AC_FUNC_GETCWD_NULL): Don't check for stdlib.h.
19627         * m4/getopt.m4 (gl_GETOPT): Don't check for string.h.
19628         * m4/getugroups.m4 (gl_GETUGROUPS): Do not check for standard C headers
19629         or for string.h.
19630         * m4/getusershell.m4 (gl_PREREQ_GETUSERSHELL): Do not check for
19631         stdlib.h.
19632         * m4/group-member.m4 (gl_PREREQ_GROUP_MEMBER): Do not require standard
19633         C headers.
19634         * m4/hard-locale.m4 (gl_HARD_LOCALE): Do not check for stdlib.h,
19635         string.h.
19636         * m4/hash.m4 (gl_HASH): Do not check for stdlib.h, malloc, free.
19637         * m4/human.m4 (gl_HUMAN): Do not check for stdlib.h, string.h, getenv.
19638         * m4/idcache.m4 (gl_IDCACHE): Do not check for standard C headers,
19639         or for string.h.
19640         * m4/long-options.m4 (gl_LONG_OPTIONS): Do not check for stdlib.h.
19641         * m4/makepath.m4 (gl_MAKEPATH): Do not check for string.h or standard
19642         C headers.
19643         * m4/md5.m4 (gl_MD5): Don't check for limits.h, standard C headers,
19644         memcpy.
19645         * m4/sha.m4 (gl_SHA): Don't check for standard Cheaders, memcpy.
19646         * m4/memchr.m4 (jm_PREREQ_MEMCHR): Don't check for limits.h, stdlib.h.
19647         * m4/memcmp.m4 (gl_PREREQ_MEMCMP): Don't check for string.h.
19648         * m4/memcoll.m4 (gl_MEMCOLL): Likewise.
19649         * m4/memrchr.c (gl_PREREQ_MEMRCHR): Don't check for limits.h.
19650         * m4/mkdir-slash.m4 (gl_PREREQ_MKDIR): Don't check for stdlib.h,
19651         string.h, free.
19652         * m4/mktime.m4 (gl_PREREQ_MKTIME): Don't check for standard C headers.
19653         * m4/modechange.m4 (gl_MODECHANGE): Don't check for standard C headers.
19654         * m4/mountlist.m4 (gl_PREREQ_MOUNTLIST_EXTRA): Don't check for standard
19655         C headers, or for string.h.
19656         * m4/obstack.m4 (gl_OBSTACK): Don't check for stddefe.h, string.h.
19657         (gl_PREREQ_OBSTACK): Don't check for stdlib.h.
19658         * m4/path-concat.m4 (gl_PATH_CONCAT): Don't check for standard C
19659         headers, memory.h, stdlib.h, string.h, strings.h.
19660         * m4/posixtm.m4 (gl_POSIXTM): Don't check for stdlib.h, string.h.
19661         * m4/posixver.m4 (gl_POSIXVER): Don't check for getenv.
19662         * m4/putenv.m4 (gl_PREREQ_PUTENV): Don't check for string.h, memcpy,
19663         strchr.
19664         * m4/readtokens.m4 (gl_READTOKENS): Don't check for standard C
19665         headers, memory.h, string.h.
19666         * m4/regex.m4 (jm_PREREQ_REGEX): Do not check for limits.h, string.h.
19667         * m4/rename.m4 (gl_PREREQ_RENAME): Do not check for stdlib.h, string.h,
19668         free.
19669         * m4/rpmatch.m4 (gl_PREREQ_RPMATCH): Don't check for standard C
19670         headers.
19671         * m4/same.m4 (gl_SAME): Don't check for stdlib.h, string.h, free.
19672         * m4/save-cwd.m4 (gl_SAVE_CWD): Don't check for standard C headers.
19673         * m4/savedir.m4 (gl_SAVEDIR): Don't check for standard C headers.
19674         * m4/strchrnul.m4 (gl_PREREQ_STRCHRNUL): Don't check for string.h.
19675         * m4/xgetcwd.m4 (gl_XGETCWD): Don't check for stdlib.h.
19676
19677 2003-09-09  Paul Eggert  <eggert@twinsun.com>
19678
19679         More K&R removal.
19680
19681         * lib/acosl.c (main): Use a prototype.
19682         * lib/asinl.c, cosl.c, expl.c, frexpl.c, ldexpl.c, sinl.c,
19683         tanl.c: Likewise.
19684
19685         * lib/getloadavg.c (getloadavg, main): Define via prototypes.
19686
19687         * lib/getopt.h (struct option.name): Assume C89, and use 'const'.
19688         (getopt, etopt_long, getopt_long_only, _getopt_internal)
19689         [defined __GNU_LIBRARY__]: Assume C89, so we can always declare
19690         with a prototype.
19691         * lib/getopt.c (const): Remove macro.
19692         Include <string.h> unconditionally.
19693         (my_index): Remove; all uses changed to strchr.
19694         (strlen): Remove decl.
19695         (exchange): Remove forward decl; no longer needed.
19696         (exchange, _getopt_initialize, _getopt_internal, getopt, main):
19697         Define with prototype.
19698         * lib/getopt1.c (const): Remove macro.
19699         (getopt_long, getopt_long_only, main): Define with prototype.
19700
19701         * lib/getugroups.c: Include <string.h> unconditionally.
19702
19703         * lib/getusershell.c: Include <stdlib.h> unconditionally.
19704         (getusershell, setusershell, endusershell, readname, main):
19705         Define with prototypes.
19706
19707         * lib/group-member.c: Include group-member.h first.
19708         Include <stdlib.h> unconditionally.
19709
19710         * lib/hard-locale.c: Include hard-locale.h first.
19711         Include <stdlib.h>, <string.h> unconditionally.
19712
19713         * lib/hash.c (free, malloc): Remove decls.
19714         Include <stdlib.h> unconditionally.
19715
19716         * lib/human.c: Include <stdlib.h>, <string.h> unconditionally.
19717         (getenv): Do not declare.
19718
19719         * lib/idcache.c: Include <string.h> unconditionally.
19720
19721         * lib/long-options.c: Include long-options.h first, to test interface.
19722         Include <stdlib.h> unconditionally.
19723
19724         * lib/makepath.c: Include makepath.h first, to test interface.
19725         Include <stdlib.h> and <string.h> unconditionally.
19726
19727         * lib/linebuffer.c: Include <stdlib.h>.
19728         (free): Remove decl.
19729
19730         * lib/malloc.c: Include <stdlib.h>, for malloc; don't bother with
19731         stddef.h. rpl_malloc returns void *, not char *.
19732         * lib/realloc.c (rpl_realloc): Likewise.  Also, define with a
19733         prototype.
19734
19735         * lib/md5.h: Include <limits.h> unconditionally.
19736         (UINT_MAX_32_BITS): Don't worry about non-__STDC__ case.
19737         (__P): Remove; all uses removed.
19738         * lib/md5.c: Include "md5.h" first.
19739         (md5_init_ctx, md5_read_ctx, md5_finish_ctx, md5_stream,
19740         md5_buffer, md5_process_bytes, md5_process_block):
19741         Define with prototypes.
19742         * lib/sha.h (__P): Remove all uses.  (It wasn't defined??)
19743         * lib/sha.c: Include "sha.h" first.
19744         Include <stdlib.h>, <string.h> unconditionally.
19745
19746         * lib/memchr.c (__ptr_t): Remove; all uses changed to void *.
19747         * lib/memcmp.c (__ptr_t): Likewise.
19748         * lib/memrchr.c (__ptr_t): Likewise.
19749         * lib/memchr.c, memcmp.c, memcoll.c, memrchr.c:
19750         Include <string.h> unconditionally.
19751         * lib/memchr.c, memrchr.c: Include <limits.h> unconditionally.
19752         * lib/memchr.c: Include <stdlib.h> unconditionally.
19753         * lib/memchr.c (LONG_MAX): Remove.
19754         * lib/memrchr.c (LONG_MAX): Likewise.
19755         * lib/memchr.c (__memchr): Define via a prototype.
19756         * lib/memrchr.c (__memrchr): Likewise.
19757         * lib/memcmp.c (__P): Remove, and remove all uses.
19758         (memcmp_bytes, memcmp_common_alignment, memcmp_not_common_alignment):
19759         Remove forward decls; no longer needed.
19760         * lib/memcpy.c, memmove.c, memset.c: Include <stddef.h>.
19761         Use types required by C89 in prototype.
19762
19763         * lib/mkdir.c: Include <stdlib.h>, <string.h> unconditionally.
19764         * lib/savedir.c: Likewise.
19765         * lib/mkdir.c (free): Remove decl.
19766         * lib/rmdir.c (rmdir): Define with a prototype.
19767         * lib/savedir.c: Include savedir.h first, to test interface.
19768
19769         * lib/mktime.c (STDC_HEADERS): Remove.
19770         Include <stdlib.h>, <string.h> unconditionally.
19771
19772         * lib/modechange.c: Include <stdlib.h> unconditionally.
19773         (malloc): Remove decl.
19774
19775         * lib/mountlist.c: Include <stdlib.h>, <string.h> unconditionally.
19776         (free): Remove decl.
19777
19778         * lib/obstack.h (PTR_INT_TYPE) [!defined __PTRDIFF_TYPE__]:
19779         Define to ptrdiff_t, without bothering to check HAVE_STDDEF_H.
19780         (This type really should be intptr_t, but that's a C99ism.)
19781         (_obstack_memcpy): Remove: all uses changed to memcpy.
19782         Include <string.h> unconditionally.
19783         (struct obstack): Assume __STDC__ for types of members
19784         chunkfun, freefun, extra_arg.
19785         (_obstack_newchunk, _obstack_free, _obstack_begin, _obstack_begin_1,
19786         _obstack_memory_used, obstack_alloc_failed_handler, obstack_init,
19787         obstack_begin, obstack_specify_allocation,
19788         obstack_specify_allocation_with_arg, obstack_chunkfun,
19789         obstack_freefun, obstack_free) [! (defined __STDC__ && __STDC__)]:
19790         Remove unprototyped decls and the macros that use them.
19791         * lib/obstack.c (POINTER): Remove.  All uses changed to void *.
19792         (obstack_alloc_failed_handler, CALL_CHUNKFUN, CALL_FREEFUN,
19793         _obstack_begin, _obstack_begin_1, _obstack_allocated_p)
19794         (defined __STDC__ && __STDC__)]:
19795         Remove nonprototyped code.
19796         Include <stdlib.h> unconditionally.
19797         (_obstack_begin, _obstack_begin_1, _obstack_newchunk,
19798         _obstack_allocated_p, _obstack_free, obstack_free,
19799         _obstack_memory_used, print_and_abort):
19800         Define using prototypes.
19801         (obstack_1grow, obstack_1grow_fast, obstack_alloc, obstack_base,
19802         obstack_blank, obstack_blank_fast, obstack_copy, obstack_copy0,
19803         obstack_finish, obstack_grow, obstack_grow0, obstack_make_room,
19804         obstack_next_free, obstack_object_size, obstack_room) [0]:
19805         Remove unused, unprototyped code.
19806
19807         * lib/path-concat.c: Include <stdlib.h>, <string.h> unconditionally.
19808
19809         * lib/physmem.c (physmem_total, physmem_available, main): Define
19810         with prototypes.
19811
19812         * lib/posixtm.c: Include <stdlib.h>, <string.h> unconditionally.
19813         (main): Define with a prototype.
19814
19815         * lib/posixver.c (getenv): Remove decl.
19816
19817         * lib/putenv.c (malloc): Returns void *, not char *.
19818         Include <string.h> unconditionally.
19819         (strchr, memcpy, NULL): Do not define.
19820
19821         * lib/readtokens.c: Include readtokens.h first, to test interface.
19822         Include <stdlib.h>, <string.h> unconditionally.
19823         (init_tokenbuffer): Define with a prototype.
19824
19825         * lib/regex.c (PARAMS): Remove.  All uses removed.
19826         All uses of _RE_ARGS removed, too.
19827         Include <stddef.h>, <stdlib.h>, <string.h>, <limits.h>
19828         unconditionally.
19829         (bzero): Assume memset exists.
19830         (memcmp, memcpy, NULL): Remove.
19831         (SIGN_EXTEND_CHAR): Remove; all uses replaced by casts to signed
19832         char, or assignments to local vars of type signed char.
19833         (init_syntax_once, PREFIX(extract_number_and_incr),
19834         PREFIX(print_partial_compiled_pattern),
19835         PREFIX(print_compiled_pattern), PREFIX(print_double_string),
19836         convert_mbs_to_wcs, print_fastmap, re_set_syntax,
19837         PREFIX(regex_grow_registers), PREFIX(regex_compile),
19838         PREFIX(store_op1), PREFIX(store_op2), PREFIX(insert_op1),
19839         PREFIX(insert_op2), PREFIX(at_begline_loc_p),
19840         PREFIX(at_endline_loc_p), group_in_compile_stack, insert_space,
19841         wcs_compile_range, byte_compile_range, truncate_wchar,
19842         PREFIX(re_compile_fastmap), re_compile_fastmap, re_set_registers,
19843         re_search, re_search_2, PREFIX(re_search_2), re_match, re_match_2,
19844         count_mbs_length, wcs_re_match_2_internal,
19845         byte_re_match_2_internal, PREFIX(group_match_null_string_p),
19846         PREFIX(alt_match_null_string_p),
19847         PREFIX(common_op_match_null_string_p), PREFIX(bcmp_translate),
19848         re_compile_pattern, re_comp, re_exec, regcomp, regexec, regerror,
19849         regfree, PREFIX(extract_number)): Define with prototype.  Remove
19850         now-unnecessary declaration, if any.
19851         (byte_compile_range, PREFIX(regex_compile), re_comp, re_exec,
19852         regcomp, regexec):
19853         Remove now-unnecessary casts among pointer types.
19854         * lib/regex.h (_RE_ARGS): Remove.  All uses removed.
19855
19856         * lib/rename.c: Include <stdlib.h>, <string.h> unconditionally.
19857         (free): Remove decl.
19858
19859         * lib/rpmatch.c: Include <stdlib.h> unconditionally.
19860
19861         * lib/same.c: Include <stdlib.h>, <string.h> unconditionally.
19862         (free): Remove decl.
19863
19864         * lib/save-cwd.c: Include <stdlib.h> unconditionally.
19865         * lib/xgetcwd.c: Likewise.
19866
19867         * lib/stat.c: Include <stdlib.h>, <string.h> unconditionally.
19868         (free): Remove decl.
19869
19870         * lib/strchrnul.c (strchrnul): Define with a prototype.
19871         Fix bug: c_in was not converted to char before searching.
19872
19873         The following changes are not K&R related:
19874
19875         * lib/group-member.h: Include <sys/types.h>, so that this file is
19876         self-contained.
19877         * lib/makepath.h: Likewise.
19878
19879         * lib/getusershell.c (readname, default_index, line_size, readname):
19880         Use size_t, not int, for sizes.
19881         (readname): If the size overflows, report an error instead of
19882         looping forever.
19883
19884 2003-09-09  Paul Eggert  <eggert@twinsun.com>
19885
19886         * config/srclist.txt: Do not get getopt.h, getopt1.c, or regex.h from
19887         libc.
19888
19889 2003-09-09  Paul Eggert  <eggert@twinsun.com>
19890
19891         * README: New section: portability guidelines.
19892
19893 2003-09-09  Derek Robert Price  <derek@ximbiot.com>
19894
19895         * m4/getndelim2.m4 (gl_PREREQ_GETNDELIM2): Assume stdlib.h per the
19896         C89 spec.
19897
19898 2003-09-09  Derek Robert Price  <derek@ximbiot.com>
19899
19900         * lib/getndelim2.c: Assume stdlib.h per the C89 spec.
19901
19902 2003-09-08  Paul Eggert  <eggert@twinsun.com>
19903
19904         Assume C89 or better; remove K&R cruft.
19905         A few of these changes were first proposed by Derek Robert Price
19906         in <http://mail.gnu.org/archive/html/bug-gnulib/2003-07/msg00105.html>.
19907
19908         * lib/addext.c: Include <string.h> unconditionally.
19909         * lib/backupfile.c: Include <string.h>, <stdlib.h> unconditionally.
19910         Don't declare getenv or malloc.
19911
19912         * lib/alloca.c: Include <string.h>, <stdlib.h> unconditionally.
19913         (POINTER_TYPE, pointer): Remove; all uses changed to void *.
19914         (NULL): Remove.
19915         (find_stack_direction, alloca): Use prototypes.
19916
19917         * lib/atexit.c (atexit): Define using a prototype.
19918
19919         * lib/basename.c, dirname.c, stripslash.c:
19920         Include <string.h> unconditionally.
19921
19922         * lib/bcopy.c: Include <stddef.h>.
19923         (bcopy): Define with prototype, using 'const' and 'void' and 'size_t'.
19924
19925         * lib/canon-host.c: Include <stdlib.h>, <string.h> unconditionally.
19926
19927         * lib/error.h (error, error_at_line, error_print_progname)
19928         [! (defined (__STDC__) && __STDC__)]: Remove decls.
19929         * lib/error.c: Include error.h first, to check interface.
19930         Include <stdarg.h>, <stdlib.h>, <string.h> unconditionally.
19931         (VA_START): Remove; all uses changeed to va_start.
19932         (exit, strerror): Remove decls.
19933         (error_print_progname): Prototype uncondionally.
19934         Don't include <errno.h>; no longer needed.
19935         (private_strerror): Remove.
19936         (error_tail): Always define.
19937         (error, error_at_line): Assume C89 or better; always use prototypes.
19938         * lib/fatal.c: Include "fatal.h" first, to test interface.
19939         Include <stdarg.h>, <stdlib.h>, <string.h> unconditionally.
19940         (VA_START): Remove; all uses changed to va_start.
19941         [! (HAVE_VPRINTF || HAVE_DOPRNT || _LIBC)]: Remove support for
19942         this case.
19943         (exit): Remove decl.
19944         (fatal): Prototype unconditionally.  Assume va_start works.
19945         Abort at end, to pacify gcc.
19946
19947         * lib/euidaccess.c (main): Define with a prototype.
19948
19949         * lib/exclude.c: Include <stdlib.h>, <string.h> unconditionally.
19950
19951         * lib/exitfail.c: Include <stdlib.h> unconditionally.
19952
19953         * lib/fnmatch_.h (__P): Remove.  All uses changed to assume
19954         prototypes.
19955         * lib/fnmatch.c: Include fnmatch.h first, to test interface.
19956         Include <string.h>, <stddef.h>, <stdlib.h> unconditionally.
19957         (getenv): Remove decl.
19958         (fnmatch): Define using a prototype.
19959         * lib/fnmatch_loop.c (FCT): Remove forward decl; no longer needed.
19960         (FCT): Define using a prototype.
19961
19962         * lib/getdate.y: Include <stdlib.h>, <string.h> unconditionally.
19963
19964         * lib/gethostname.c: Include <stddef.h>.
19965         (gethostname): Define with prototype.  Length is size_t, not int.
19966
19967 2003-09-08  Paul Eggert  <eggert@twinsun.com>
19968
19969         Assume C89 or better; remove K&R cruft.
19970         * m4/alloca.m4 (gl_PREREQ_ALLOCA): Don't check for stdlib.h, string.h.
19971         * m4/backupfile.m4 (gl_BACKUPFILE): Don't check for stdlib.h,
19972         string.h, getenv, malloc.
19973         * m4/dirname.m4 (gl_DIRNAME): Don't check for string.h or C standard
19974         headers.
19975         * m4/canon-host.m4 (gl_CANON_HOST): Don't check for string.h, stdlib.h.
19976         * m4/error.m4 (jm_PREREQ_ERROR): Do not require STDC headers, and
19977         do not check for strerror.
19978         * m4/exclude.m4: Do not check for stdlib.h, string.h, strings.h.
19979         * m4/exitfail.m4 (gl_EXITFAIL): Do not check for stdlib.h.
19980         * m4/fatal.m4 (gl_FATAL): Do not require STDC headers, and
19981         do not check for doprnt or vprintf.
19982         * m4/fnmatch.m4 (gl_PREREQ_FNMATCH_EXTRA): Remove.  All uses removed.
19983         * m4/getdate.m4 (gl_GETDATE): Don't check for stdlib.h or string.h.
19984
19985 2003-09-08  Paul Eggert  <eggert@twinsun.com>
19986
19987         * lib/getversion.c: Remove; was migrated to backupfile.c in 1997.
19988         getversion.c should have been removed then, but was accidentally
19989         preserved.
19990
19991         * lib/utime.c [!HAVE_UTIMES_NULL]: Include <sys/stat.h>, <fcntl.h>.
19992         (utime_null): Fix typo: 'st' was sometimes called 'sb'.
19993
19994 2003-09-08  Karl Berry  <karl@gnu.org>
19995
19996         * config/config.sub, config.guess, srclistvars.sh: update from savannah
19997                 config, forget about prep.
19998
19999         * config/depcomp, missing: update from automake.
20000
20001 2003-09-07  Paul Eggert  <eggert@twinsun.com>
20002
20003         * modules/time_r: Depend on 'restrict'.  Fix from Simon Josefsson in
20004         <http://mail.gnu.org/archive/html/bug-gnulib/2003-09/msg00028.html>.
20005
20006 2003-09-07  Paul Eggert  <eggert@twinsun.com>
20007
20008         * lib/time_r.c (gmtime_r, localtime_r): Fix silly typo: missing arg to
20009         copy_tm_result.  Bug reported by Simon Josefsson in
20010         <http://mail.gnu.org/archive/html/bug-gnulib/2003-09/msg00028.html>.
20011
20012 2003-09-06  Paul Eggert  <eggert@twinsun.com>
20013
20014         * m4/time_r.m4: New file.
20015         * m4/mktime.m4 (gl_PREREQ_MKTIME): Remove check for limits.h.
20016         * m4/timegm.m4 (gl_FUNC_TIMEGM): Assume that timegm is buggy if mktime
20017         is. Check for timegm declaration.
20018         (gl_PREREQ_TIMEGM): Require gl_FUNC_MKTIME.
20019         Do not check for gmtime_r.
20020         Replace mktime if __mktime_internal does not exist and if mktime
20021         hasn't been replaced already.
20022
20023 2003-09-06  Paul Eggert  <eggert@twinsun.com>
20024
20025         * lib/time_r.c, lib/time_r.h: New files.
20026
20027         * lib/mktime.c (my_mktime_localtime_r): Remove; all uses changed to
20028         __localtime_r.
20029         (__localtime_r) [!defined _LIBC]: New macro.  Include <time_r.h>.
20030         (__mktime_internal) [!defined _LIBC]: Now extern, not static.
20031
20032         * lib/strftime.c (my_strftime_gmtime_r): Remove; all uses changed to
20033         __gmtime_r.
20034         (my_strftime_localtime_r): Remove; all uses changed to __localtime_r.
20035         (__gtime_r, __localtime_r) [!HAVE_TM_GMTOFF]: New macros.
20036         Include <time_r.h>.
20037
20038         * lib/timegm.c: Switch to glibc implementation, with the following
20039         changes:
20040         [defined HAVE_CONFIG_H]: Include <config.h>.
20041         [!defined _LIBC]: Include "timegm.h" rather than <time.h>.
20042         (__mktime_internal) [!defined _LIBC]: New decl.
20043         (__gmtime_r) [!defined _LIBC]: New macro and function.
20044         (timegm): Use a prototype, since gnulib assumes C89.
20045         Do not bother declaring tmp to be const, as it's not really usefu.
20046         * lib/timegm.h: Hoist "#include <time.h>" out of #ifdef.
20047         (timegm): Declare only if HAVE_DECL_TIMEGM.
20048
20049 2003-09-06  Paul Eggert  <eggert@twinsun.com>
20050
20051         * MODULES.html.sh (func_all_modules): Add time_r.
20052         * modules/time_r: New file.
20053         * modules/mktime, modules/strftime, modules/timegm: Depend on time_r.
20054         * modules/timegm: Depend on mktime.  Change maintainer to "all, glibc".
20055
20056 2003-09-03  Paul Eggert  <eggert@twinsun.com>
20057
20058         * lib/human.c (human_readable): Fix bug that rounded 10501 to 10k.
20059         Bug reported by Lute Kamstra in
20060         <http://mail.gnu.org/archive/html/bug-gnulib/2003-09/msg00003.html>.
20061
20062         * lib/getdate.y (relative_time_table): Use tDAY_UNIT for "tomorrow",
20063         "yesterday", "today", and "now" rather than tMINUTE_UNIT.  Of
20064         course with correspondingly smaller numbers for tomorrow and
20065         yesterday.  From Tadayoshi Funaba.  Originally installed into
20066         sh-utils on 1999-08-07, but the patch got lost (I guess during the
20067         coreutils merge?).
20068
20069 2003-08-31  Simon Josefsson  <jas@extundo.com>
20070
20071         * modules/timegm: New file.
20072         * MODULES.html.sh (func_all_modules): Add timegm.
20073
20074 2003-08-31  Simon Josefsson  <jas@extundo.com>
20075
20076         * m4/timegm.m4: New file.
20077
20078 2003-08-31  Simon Josefsson  <jas@extundo.com>
20079
20080         * lib/timegm.h: New file.
20081         * lib/timegm.c: New file.  Based on
20082         wget-1.8.2/src/http.c:mktime_from_utc.
20083
20084 2003-08-31  Karl Berry  <karl@gnu.org>
20085
20086         * lib/argp.h: update from libc.
20087
20088 2003-08-28  Bruno Haible  <bruno@clisp.org>
20089
20090         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Remove AC_DEFINE of fnmatch here.
20091         This avoids havoc on compilers for which '#define fnmatch rpl_fnmatch'
20092         followed by '#define fnmatch fnmatch_posix' gives an error.
20093
20094 2003-08-28  Bruno Haible  <bruno@clisp.org>
20095
20096         * lib/binary-io.h: Undefine O_BINARY before defining it. This avoids a
20097         warning on QNX, which defines O_BINARY to 000000.
20098
20099 2003-08-27  Jim Meyering  <jim@meyering.net>
20100
20101         * m4/mkstemp.m4: Require that the system mkstemp be able to create
20102         70 temporary files, not just 30.  Tru64 V4.0F's mkstemp function
20103         would fail after 32.  Reported by Danny Levinson.  Details here:
20104         http://mail.gnu.org/archive/html/bug-coreutils/2003-08/msg00124.html
20105
20106 2003-08-24  Bruno Haible  <bruno@clisp.org>
20107
20108         * lib/binary-io.h: Include <stdio.h>, to avoid a compilation error when
20109         MSVC7 <stdio.h> is included later.
20110
20111 2003-08-22  Simon Josefsson  <jas@extundo.com>
20112
20113         * modules/strndup (Makefile.am): Add strndup.h to lib_SOURCES.
20114
20115 2003-08-20  Karl Berry  <karl@gnu.org>
20116
20117         * m4/lib-ld.m4: serial 1003 from gettext, no changes besides serial.
20118
20119 2003-08-20  Bruno Haible  <bruno@clisp.org>
20120
20121         * modules/progname: New file.
20122         * MODULES.html.sh (func_all_modules): Add progname.
20123
20124 2003-08-20  Bruno Haible  <bruno@clisp.org>
20125
20126         * lib/progname.h: New file, from GNU gettext.
20127         * lib/progname.c: New file, from GNU gettext.
20128         * lib/progreloc.c: New file, from GNU gettext.
20129
20130 2003-08-19  Jim Meyering  <jim@meyering.net>
20131
20132         * m4/lib-ld.m4: Revert yesterday's change, per Bruno's request here:
20133         http://mail.gnu.org/archive/html/bug-gnulib/2003-08/msg00155.html
20134
20135 2003-08-19  Bruno Haible  <bruno@clisp.org>
20136
20137         * m4/xalloc.m4 (gl_PREREQ_XSTRDUP): Don't check for <string.h> any
20138         more.
20139
20140 2003-08-19  Bruno Haible  <bruno@clisp.org>
20141
20142         * lib/xstrdup.c: Assume <string.h> exists.
20143
20144 2003-08-18  Paul Eggert  <eggert@twinsun.com>
20145
20146         * modules/stdbool: Add BUILT_SOURCES.  Prefer $@ to target name
20147         in makefile rules.
20148
20149 2003-08-18  Jim Meyering  <jim@meyering.net>
20150
20151         * m4/getloadavg.m4: Use [\t ], not [ \t] (where \t is a literal TAB).
20152         * m4/lib-ld.m4: Likewise.
20153
20154 2003-08-18  Jim Meyering  <jim@meyering.net>
20155
20156         * lib/setenv.h: Indent nested cpp directive.
20157         * lib/vasnprintf.c: Remove trailing blanks.
20158
20159 2003-08-17  Simon Josefsson  <jas@extundo.com>
20160
20161         * modules/xstrndup: New file.
20162         * MODULES.html.sh (func_all_modules): Add xstrndup.
20163
20164 2003-08-17  Simon Josefsson  <jas@extundo.com>
20165
20166         * modules/argp: Fix autoconf macro name. Add more dependencies.
20167
20168 2003-08-17  Simon Josefsson  <jas@extundo.com>
20169
20170         * m4/xstrndup.m4: New file.
20171
20172 2003-08-17  Simon Josefsson  <jas@extundo.com>
20173
20174         * m4/argp.m4: New file.
20175
20176 2003-08-17  Simon Josefsson  <jas@extundo.com>
20177             Bruno Haible  <bruno@clisp.org>
20178
20179         * lib/xstrndup.h: New file.
20180         * lib/xstrndup.c: New file.
20181
20182 2003-08-17  Bruno Haible  <bruno@clisp.org>
20183
20184         * modules/strndup (Files, Include): Add lib/strndup.h.
20185
20186 2003-08-17  Bruno Haible  <bruno@clisp.org>
20187
20188         * modules/euidaccess (Files): Add lib/euidaccess.h.
20189
20190 2003-08-17  Bruno Haible  <bruno@clisp.org>
20191
20192         * lib/strndup.h: New file.
20193
20194 2003-08-17  Bruno Haible  <bruno@clisp.org>
20195
20196         * gnulib-tool (func_create_testdir): Handle gl_USE_SYSTEM_EXTENSIONS
20197         like AC_GNU_SOURCE.
20198         * modules/extensions (configure.ac): Comment out the invocation of
20199         gl_USE_SYSTEM_EXTENSIONS.
20200
20201 2003-08-16  Paul Eggert  <eggert@twinsun.com>
20202
20203         Merges from coreutils, etc.
20204         * m4/rpmatch.m4 (gl_PREREQ_RPMATCH): Insert ':' to prevent a syntax
20205         error in gl_FUNC_MATCH.  This fixes a bug I introduced on 2003-05-28.
20206         * m4/readlink.m4 (gl_PREREQ_READLINK): Renamed from gl_PREREQ_READLINE,
20207         fixing a typo.
20208         * m4/host-os.m4 (UTILS_HOST_OS): Add GNU/NetBSD, GNU/FreeBSD.
20209         * m4/hash.m4 (gl_HASH): Use AM_STDBOOL_H, not AC_HEADER_STDBOOL.
20210
20211 2003-08-16  Paul Eggert  <eggert@twinsun.com>
20212
20213         Document merge from coreutils.
20214         * modules/alloca: Append $(ALLOCA_H) to BUILT_SOURCES.
20215         * modules/fnmatch: Append $(FNMATCH_H) to BUILT_SOURCES.
20216         * modules/utime: Add m4/utimes-null.m4.
20217
20218 2003-08-16  Paul Eggert  <eggert@twinsun.com>
20219
20220         * lib/regex.h, strdup.c, strtoll.c, strtoul.c: Do not normalize white
20221         space, undoing this 2003-08-12 change:
20222         <http://mail.gnu.org/archive/html/bug-gnulib/2003-08/msg00080.html>
20223
20224 2003-08-16  Paul Eggert  <eggert@twinsun.com>
20225
20226         * config/srclist.txt: Get regex.h, strdup.c, strtoll.c,
20227         strtoul.c from libc, undoing this 2003-08-12 change:
20228         <http://mail.gnu.org/archive/html/bug-gnulib/2003-08/msg00080.html>
20229
20230 2003-08-16  Jim Meyering  <jim@meyering.net>
20231
20232         Merges from coreutils.
20233         * m4/readdir.m4 (GL_FUNC_READDIR): Change name to have GL_ (not jm_)
20234         prefix.  Adjust cache variables similarly.  Create 500 rather than
20235         just 300 files, to exercise bug on Darwin6.5, too.
20236         * m4/perl.m4 (jm_PERL): Use $am_missing_run, not undefined
20237         $missing_dir.
20238         * m4/jm-winsz1.m4: Require AC_SYS_POSIX_TERMIOS, not
20239         AM_SYS_POSIX_TERMIOS.
20240         Reported by mkc@mathdogs.com.
20241         Also change use of $am_cv_sys_posix_termios
20242         to $ac_cv_sys_posix_termios.  Reported by Andreas Schwab.
20243         * m4/getgroups.m4 (jm_FUNC_GETGROUPS): Rewrite to use AC_FUNC_GETGROUPS
20244         and (if needed) to call AC_LIBOBJ and to set GETGROUPS_LIB.
20245         * m4/fsusage.m4 [__GLIBC__]: GNU libc's statvfs stats each mount point
20246         in /proc/mounts until it finds one with matching device number.  This
20247         is unnecessary when the FILE argument *is* a mount point.  No stat call
20248         is necessary in that case.  So, disable the statvfs-testing code on
20249         systems with GNU libc.  Reported by Andrei Gaponenko via Tim Waugh
20250         as RedHat bug# 84846.
20251         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC): Limit stack size
20252         to 1MB, so as not to render systems with no stack size limit (e.g.,
20253         linux-2.2.x) unusable.  Suggestion and code from Bruno Haible.
20254         Include <unistd.h>.  On some systems,
20255         it is required for the definition of _SC_PAGESIZE.
20256
20257 2003-08-16  Jim Meyering  <jim@meyering.net>
20258
20259         Merge from coreutils.
20260         * lib/xstrtoimax.c: #else #if -> #elif.
20261         * lib/xstrtoumax.c: Likewise.
20262
20263 2003-08-16  Jim Meyering  <jim@meyering.net>
20264
20265         * m4/utimes.m4 (gl_FUNC_UTIMES): New file.
20266         * m4/utimes.m4: Removed.
20267         * m4/utimes-null.m4: Renamed from utimes.m4.
20268
20269         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC): Limit stack size
20270         to 1MB, so as not to render systems with no stack size limit (e.g.,
20271         linux-2.2.x) unusable.  Suggestion and code from Bruno Haible.
20272         Include <unistd.h>.  On some systems,
20273         it is required for the definition of _SC_PAGESIZE.
20274
20275 2003-08-16  Jim Meyering  <jim@meyering.net>
20276         and Paul Eggert  <eggert@cs.ucla.edu>
20277
20278         Merges from coreutils, etc.
20279
20280         * m4/jm-macros.m4 (AC_LANG_SOURCE(C)): New macro, undefine, then define
20281         using the latest version from cvs.  This avoids problems with #line
20282         directives using a vendor (Sun) compiler.
20283         (jm_MACROS): Bump prerequisite from 2.52g to 2.57.
20284         Don't set GETGROUPS_LIB here; now it's
20285         done via getgroups.m4's wrapper function.
20286         AC_SUBST OPTIONAL_BIN_PROGS, OPTIONAL_BIN_ZCRIPTS, and MAN here,
20287         rather than just in sh-util/configure.in, so that the
20288         now-shared-by-fileutils-and-textutils lib/Makefile.am are all the
20289         same.
20290         Use AC_CONFIG_LIBOBJ_DIR(lib) to tell the new
20291         AC_FUNC_GETLOADAVG where to find getloadavg.c.
20292         Require AC_FUNC_FTW, gt_INTTYPES_PRI, gl_CLOCK_TIME,
20293         UTILS_SYS_OPEN_MAX, GL_FUNC_GETCWD_PATH_MAX, GL_FUNC_READDIR,
20294         gl_FSUSAGE, gl_MOUNTLIST, AC_FUNC_CANONICALIZE_FILE_NAME.
20295         Remove code that is now done by the newly-required macros.
20296         Append $(EXEEXT) to DF_PROG.
20297         AC_LIBOBJ fchdir-stub if fchdir doesn't exist; similarly for fchown.
20298         Do not invoke or require the following here,
20299         since prereq.m4 or some gnulib .m4 now does this for us:
20300         gl_REGEX, UTILS_FUNC_MKDIR_TRAILING_SLASH, jm_BISON, gl_FUNC_MKTIME,
20301         jm_FUNC_LSTAT, jm_FUNC_STAT, jm_FUNC_REALLOC, jm_FUNC_MALLOC,
20302         jm_FUNC_NANOSLEEP, jm_FUNC_READDIR, jm_FUNC_MEMCMP,
20303         jm_FUNC_GLIBC_UNLOCKED_IO, AC_FUNC_FNMATCH_GNU, jm_FUNC_PUTENV,
20304         jm_AC_PREREQ_XSTRTOUMAX, jm_AC_PREREQ_XSTRTOIMAX,
20305         AC_FUNC_ERROR_AT_LINE, jm_FUNC_GNU_STRFTIME, AC_FUNC_VPRINTF,
20306         vb_FUNC_RENAME, UTILS_FUNC_MKSTEP, jm_FUNC_UTIME, AM_FUNC_GETLINE,
20307         AC_FUNC_OBSTACK.
20308         Do not replace the following functions, as this is now the job
20309         of some gnulib .m4: strcasecmp, strncasecmp, dup2, gethostname,
20310         getusershell, sig2str, strcspn, stpcpy, strstr, strtol, strtoul
20311         strpbrk, euidaccess, memcmp, rmdir, rpmatch, strndup, strverscmp,
20312         atexit getpass, strdup, getpagesize.
20313         Replace 'raise'.
20314         Do not check for the following functions, as this is now the job
20315         of some gnulib .m4: bcopy, canonicalize_file_name, fchdir, ftime,
20316         getcwd, getmntinfo, resolvepath.  But check for sysctl, setreuid,
20317         setregid.
20318         (jm_CHECK_ALL_HEADERS): Do not check for fenv.h.
20319         Check for sys/sysctl.h.
20320         (jm_CHECK_ALL_TYPES): Do not require AC_STRUCT_TM, AC_STRUCT_TIMEZONE,
20321         jm_CHECK_TYPE_STRUCT_TIMESPEC.  Invoke gt_TYPE_SSIZE_T instead
20322         of checking for ssize_t ourselves.
20323
20324         * m4/prereq.m4 (jm_PREREQ): Don't invoke macros; AC_REQUIRE them.
20325         Require every macro that gnulib/modules/* suggests for us.
20326         (jm_PREREQ_ADDEXT): New macro.
20327         (jm_PREREQ_STAT): Check for 'struct statfs' on Ultrix 4.4.
20328         Require jm_AC_TYPE_LONG_LONG instead of invoking it.
20329
20330         * m4/physmem.m4 (gl_SYS__SYSTEM_CONFIGURATION): New macro.
20331         (gl_PHYSMEM): Use it.
20332         Also check for `table' function.
20333         Check for new headers and functions.
20334         Add check for sys/sysmp.h.
20335         With suggestions from Kaveh Ghazi.
20336         Ignore headers that are present but cannot be compiled.  This
20337         avoids spurious warnings on Solaris 9 sparc with Forte Developer 7
20338         C 5.4.
20339
20340 2003-08-15  Paul Eggert  <eggert@twinsun.com>
20341
20342         Document merge from coreutils.
20343         * modules/userspec: Depend on posixver.
20344         * modules/strftime: Depend on tzset.
20345
20346 2003-08-15  Paul Eggert  <eggert@twinsun.com>
20347
20348         * lib/config.charset, ref-add.sin, ref-del.sin: Use three spaces,
20349         rather than tab, after '#' in shell-script copyright notices.
20350         Suggested by Bruno Haible.
20351
20352 2003-08-15  Paul Eggert  <eggert@twinsun.com>
20353
20354         * config/srclist-update: Use three spaces, rather than tab, after '#'
20355         in shell-script copyright notices.  Suggested by Bruno Haible.
20356         Remove unnecessary parenthesization in regular expression.
20357
20358 2003-08-15  Jim Meyering  <jim@meyering.net>
20359
20360         Merge from coreutils.
20361         * lib/xgethostname.c: Include <stdlib.h>.
20362         (xghostname): Don't exit for anything other than memory-related
20363         failure; just return NULL.
20364         * lib/userspec.c: Include "posixver.h".
20365         (parse_user_spec): Accept `.' as a separator only
20366         in pre-POSIX-200112 mode.
20367         * lib/strtoimax.c: Use #elif rather than #else #if.
20368         * lib/strftime.c (my_strftime) [!_LIBC && HAVE_TZNAME && HAVE_TZSET]:
20369         Remove function, now that we can rely on a working tzset function.
20370         [!_LIBC]: Ensure that the required autoconf test has been run.
20371         [!defined _NL_CURRENT && HAVE_STRFTIME]:
20372         Use underlying_strftime for %r.
20373         * lib/sha.c: Merge in some clean-up and optimization changes from
20374         glibc.
20375         * lib/sha.c (sha_stream) [BLOCKSIZE]: Move definition to top of file.
20376         Ensure that it is a multiple of 64.
20377         Rearrange loop exit tests so as to avoid performing an
20378         additional fread after encountering an error or EOF.
20379         * lib/realloc.c: Update copyright date.
20380
20381 2003-08-15  Jim Meyering  <jim@meyering.net>
20382         and Paul Eggert  <eggert@twinsun.com>
20383
20384         Merge from coreutils.
20385         * lib/readutmp.h (HAVE_UTMPX_H): Undef if struct utmp has the ut_exit
20386         member but strut utmpx does not.  Needed for AIX 4.3.3.
20387         (UT_EXIT_E_TERMINATION, UT_EXIT_E_EXIT): Define.
20388
20389 2003-08-15  Jim Meyering  <jim@meyering.net>
20390         and Paul Eggert  <eggert@cs.ucla.edu>
20391
20392         Merges from coreutils, etc.
20393         * m4/strftime.m4 (_jm_STRFTIME_PREREQS):
20394         Require gl_FUNC_TZSET_CLOBBER.
20395         * m4/readutmp.m4 (gl_READUTMP): Check for ut_exit.ut_exit,
20396         ut_exit.e_exit, ut_exit.ut_termination, and ut_exit.e_termination
20397         members.
20398
20399 2003-08-14  Paul Eggert  <eggert@twinsun.com>
20400
20401         Help the merge from coreutils.
20402         * m4/gettimeofday.m4 (gl_GETTIMEOFDAY_REPLACE_LOCALTIME): New macro.
20403         (AC_FUNC_GETTIMEOFDAY_CLOBBER): Use it.
20404         * m4/tzset.m4: Use it too.
20405
20406 2003-08-14  Paul Eggert  <eggert@twinsun.com>
20407
20408         * modules/tzset: New file.
20409
20410 2003-08-14  Jim Meyering  <jim@meyering.net>
20411
20412         Merges from coreutils.
20413         * modules/fnmatch: Use the `$(FNMATCH_H)' notation for AC_REPLACED
20414         variable names, rather than @FNMATCH_H@.
20415         * modules/alloca: Likewise for $(ALLOCA_H).
20416
20417         * modules/fnmatch (fnmatch.h): Use `$@' in the commands, in place of
20418         the three copies of the literal target, `fnmatch.h'.
20419         * modules/alloca (alloca.h): Likewise.
20420
20421 2003-08-14  Jim Meyering  <jim@meyering.net>
20422
20423         Merge from coreutils.
20424         * m4/tzset.m4: New file.
20425         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Move the
20426         MOUNTED_VMOUNT test to precede the MOUNTED_GETMNTENT1 tests, since
20427         otherwise, AIX 5.1 systems would end up using the latter.
20428         MOUNTED_GETMNTENT1 support is inadequate on such systems: 1) detecting
20429         whether a file system is remote doesn't work  2) the MOUNTED_VMOUNT
20430         code reports the HOSTNAME:/MOUNT_POINT, while the MOUNTED_GETMNTENT1
20431         code reports merely /MOUNT_POINT.  Reported by Mike Jetzer.
20432
20433 2003-08-14  Jim Meyering  <jim@meyering.net>
20434
20435         Merge from coreutils.
20436         * lib/obstack.h: Whitespace changes.
20437         * lib/mountlist.c: Remove anachronistic casts of xmalloc, xrealloc,
20438         and xcalloc return values.
20439         (read_filesystem_list) [MOUNTED_GETFSSTAT]:
20440         Use MNT_NOWAIT, rather than MNT_WAIT.  Otherwise, `df DIR' could
20441         hang on OSF/1 5.1 for DIR on both local and remote file systems.
20442         Reported by (and fix confirmed by) Nelson H. F. Beebe.
20443         (read_filesystem_list) [MOUNTED_VMOUNT]: Detect any
20444         error from mntctl.
20445         Use mntctl's return value to drive the entry-processing loop, since
20446         we can't rely on the value of the vmt_length member in the last
20447         entry.  On some systems doing so could result in exhausting
20448         virtual memory.  Based in part on a patch from Mike Jetzer.
20449
20450 2003-08-14  Jim Meyering  <jim@meyering.net>
20451         and Paul Eggert  <eggert@twinsun.com>
20452
20453         Merges from coreutils, plus other fixes.
20454         * lib/physmem.c: Merge in portability changes from gcc/libiberty
20455         to support AIX, IRIX, Tru64, and Windows.  See the ChangeLog there
20456         for credits and details.  Thanks to Kaveh Ghazi for helping
20457         to keep these files in sync.
20458         (ARRAY_SIZE): Define it.
20459         (physmem_total, physmem_available): Add comments. From Kaveh Ghazi.
20460         * lib/memcasecmp.c: Remove unnecessary parentheses after 'defined'.
20461         (memcasecmp): Don't assume size_t fits in unsigned int.
20462         Remove casts and duplicate code.
20463         * lib/md5.c: Include <string.h> and <stdlib.h> unconditionally.
20464         (memcpy): Remove definition.
20465         Merge in some clean-up and optimization changes from glibc.
20466         [BLOCKSIZE]: Move definition to top of file.
20467         Ensure that it is a multiple of 64.
20468         Rearrange loop exit tests so as to avoid performing an
20469         additional fread after encountering an error or EOF.
20470         * lib/md5.h (md5_uintptr): Define.
20471         * lib/makepath.c (CLEANUP_CWD): Report an error if we failed to
20472         return to the initial working directory.  Preserve errno
20473         for caller.
20474         * lib/idcache.c: Include "xalloc.h".
20475         (xmalloc, xrealloc): Remove decls.
20476         (getuser): Remove casts no longer required in C89.
20477         * lib/human.c: Include stdio.h, for sprintf.
20478         * lib/group-member.c: Include "xalloc.h".
20479         (xmalloc, xrealloc): Remove decls.
20480         (get_group_info): Remove casts no longer required in C89.
20481         * lib/getusershell.c (readname): Remove casts no longer required in
20482         C89.
20483         * lib/gettimeofday.c (rpl_gmtime, rpl_tzset): New functions.
20484         * lib/getline.c: Whitespace fix, from coreutils.
20485
20486 2003-08-13  Paul Eggert  <eggert@twinsun.com>
20487
20488         * m4/exclude.m4 (gl_EXCLUDE): Require AC_C_INLINE, AC_HEADER_STDC.
20489         Check for isascii.
20490
20491         * m4/gettext.m4, iconv.m4, intdiv0.m4, inttypes-pri.m4, lib-link.m4,
20492         lib-prefix.m4, longdouble.m4, po.m4, progtest.m4, signed.m4:
20493         Undo previous (whitespace-only) change.
20494
20495 2003-08-13  Paul Eggert  <eggert@twinsun.com>
20496
20497         * lib/exclude.c: Include <ctype.h>
20498         (IN_CTYPE_DOMAIN): New macro.
20499         (is_space): New fn.
20500         (add_exclude_file): If LINE_END is a space, ignore trailing spaces
20501         and empty lines.
20502
20503         * lib/argp-help.c, argp-parse.c, config.charset, getopt.h:
20504         Undo previous (whitespace-only) change.
20505
20506 2003-08-13  Paul Eggert  <eggert@twinsun.com>
20507
20508         * config/srclist-update: Change update back to the old behavior,
20509         leaving whitespace alone.  Use one 'sed' command rather than a
20510         pipeline.
20511         (fixlicense): Now a variable, not a function.
20512         (remove_trailing_blanks): Remove.
20513         (fixfile): Don't invoke unexpand or cat, or remove trailing blanks.
20514         * config/config.guess, config.sub, install-sh, missing, texinfo.tex:
20515         Undo previous (whitespace-only) change.
20516
20517 2003-08-12  Paul Eggert  <eggert@twinsun.com>
20518
20519         Merge from coreutils.
20520         * modules/euidaccess: Add lib_SOURCES, include for new
20521         file euidaccess.h
20522
20523 2003-08-12  Paul Eggert  <eggert@twinsun.com>
20524
20525         * m4/gettext.m4, iconv.m4, intdiv0.m4, inttypes-pri.m4, lib-link.m4,
20526         lib-prefix.m4, longdouble.m4, po.m4, progtest.m4, signed.m4:
20527         Normalize leading white space and remove trailing white space.
20528
20529         Merge from coreutils
20530         * m4/euidaccess.m4 (gl_FUNC_EUIDACCESS): Check for euidaccess decl.
20531
20532         * m4/lib-ld.m4, lib-link.m4, lib-prefix.m4: Regenerate from gettext
20533         0.12.1.  These files are now being upgraded automatically by
20534         ../config/srclist-update.
20535
20536 2003-08-12  Paul Eggert  <eggert@twinsun.com>
20537
20538         * lib/argp-help.c, argp-parse.c, config.charset, getopt.h:
20539         Normalize leading white space and remove trailing white space.
20540         * lib/ref-add.sin, ref-del.sin: Use '#' before empty line in copyright
20541         notice, as per ../config/srclist-update.
20542
20543         Merge from coreutils.
20544         * lib/euidaccess.h: New file.
20545         * lib/euidaccess.c: Include it.
20546         * lib/.cppi-disable: Add printf-args.h, printf-parse.h, stdbool_.h,
20547         vasnprintf.h, vasprintf.h.  Remove strdup.c, gettext.h.
20548         * lib/regex.h, strdup.c, strtoll.c, strtoul.c: Normalize white space.
20549
20550 2003-08-12  Paul Eggert  <eggert@twinsun.com>
20551
20552         * config/srclist-update: Add copyright notice.
20553         (remove_id_lines, remove_trailing_blanks): New constants.
20554         (fixfile): Use them to normalize spacing a bit in copied files.
20555         * config/config.guess, config.sub, install-sh, missing, texinfo.tex:
20556         Normalize leading white space and remove trailing white space.
20557
20558         * config/texinfo.tex: Sync with texinfo.
20559
20560         * config/srclist.txt: Don't get regex.h, strdup.c, strtoll.c,
20561         strtoul.c from libc, to merge coreutils whitespace changes.
20562
20563         * config/srclist.txt: Get the following m4 files from gettext:
20564         codeset.m4, gettext.m4, glibc21.m4, iconv.m4, intdiv0.m4,
20565         inttypes-pri.m4, lcmessage.m4, lib-ld.m4, lib-link.m4, lib-prefix.m4,
20566         longdouble.m4, nls.m4, po.m4, progtest.m4, signed.m4, wchar_t.m4,
20567         wint_t.m4.
20568
20569 2003-08-12  Karl Berry  <karl@gnu.org>
20570
20571         * config/srclist.txt: can't sync vasnprintf.c any more, changes have
20572         been made.
20573
20574 2003-08-11  Paul Eggert  <eggert@twinsun.com>
20575
20576         * modules/gnu-source, m4/gnu-source.m4:
20577         Remove; we're assuming Autoconf 2.54 or later now.
20578         Suggested by Bruno Haible.
20579         * MODULES.html.sh (func_all_modules): Remove gnu-source.
20580
20581 2003-08-11  Bruno Haible  <bruno@clisp.org>
20582
20583         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF): Also check for wcslen.
20584
20585 2003-08-11  Bruno Haible  <bruno@clisp.org>
20586
20587         * lib/vasnprintf.c (local_wcslen): New function, for Solaris 2.5.1.
20588         (vasnprintf): Use it instead of wcslen.
20589
20590 2003-08-11  Bruno Haible  <bruno@clisp.org>
20591
20592         * lib/stdbool_.h (_Bool): Undo last change; instead use a negative enum
20593         value to ensure that _Bool promotes to int. Use #define for _Bool when
20594         using the Solaris C compiler. Adds comments suggested by Paul Eggert.
20595
20596 2003-08-10  Karl Berry  <karl@gnu.org>
20597
20598         * lib/regex.h: update from libc (whitespace fix).
20599
20600 2003-08-09  Paul Eggert  <eggert@twinsun.com>
20601
20602         Merge some files from coreutils.  These changes were
20603         originally made by Jim Meyering.
20604         * lib/acl.c: Include <sys/types.h> before <sys/stat.h>;
20605         many older Unixes require this.
20606         * lib/alloca.c (alloca): Remove cast to argument of free;
20607         no longer needed in C89.
20608         * lib/alloca_.h, regex.h: Fix white space to match
20609         what GNU indent does.
20610
20611 2003-08-09  Paul Eggert  <eggert@twinsun.com>
20612
20613         * m4/regex.m4 (jm_INCLUDED_REGEX): Change "\201" to "\371";
20614         apparently Emacs's Unicode mode got confused before my 2003-08-05
20615         checkin.
20616
20617 2003-08-08  Paul Eggert  <eggert@twinsun.com>
20618
20619         * m4/extensions.m4: New file.
20620         * m4/timespec.m4 (jm_CHECK_TYPE_STRUCT_TIMESPEC):
20621         Require gl_USE_SYSTEM_EXTENSIONS.
20622         * m4/unlocked-io.m4 (jm_FUNC_GLIBC_UNLOCKED_IO):
20623         Require gl_USE_SYSTEM_EXTENSIONS rather than AC_GNU_SOURCE.
20624
20625 2003-08-08  Paul Eggert  <eggert@twinsun.com>
20626
20627         * MODULES.html.sh (func_all_modules): Add extensions, gnu-source.
20628         * modules/extensions, modules/gnu-source: New files.
20629         * modules/timespec, modules/unlocked-io: Depend on extensions.
20630
20631 2003-08-07  Paul Eggert  <eggert@twinsun.com>
20632
20633         * modules/restrict: New file.
20634         * MODULES.html.sh (func_all_modules): Add restrict.
20635         * modules/regex: Depend on restrict.
20636
20637 2003-08-07  Paul Eggert  <eggert@twinsun.com>
20638
20639         * m4/restrict.m4: New file.
20640         * m4/regex.m4 (jm_PREREQ_REGEX): Add gl_C_RESTRICT.
20641
20642 2003-08-07  Bruno Haible  <bruno@clisp.org>
20643
20644         * modules/getndelim2 (Makefile.am): Add the files to EXTRA_DIST, not
20645         lib_SOURCES, because getndelim2.m4 now uses AC_LIBOBJ(getndelim2).
20646
20647 2003-08-07  Bruno Haible  <bruno@clisp.org>
20648
20649         * m4/getndelim2.m4 (gl_GETNDELIM2): Use AC_LIBOBJ(getndelim2). This
20650         makes the module 'getndelim2' compatible with the module 'getline'.
20651
20652 2003-08-05  Paul Eggert  <eggert@twinsun.com>
20653
20654         * m4/regex.m4 (jm_INCLUDED_REGEX): Replace a single non-ASCII
20655         byte with "\201" to avoid glitches when editing that source file
20656         with multi-gnome-terminal.
20657
20658 2003-08-05  Paul Eggert  <eggert@twinsun.com>
20659
20660         * lib/bumpalloc.h: Remove.
20661
20662 2003-08-05  Paul Eggert  <eggert@twinsun.com>
20663
20664         * MODULES.html.sh (func_all_modules): Remove bumpalloc.
20665         * modules/bumpalloc: Remove.
20666
20667 2003-08-04  Paul Eggert  <eggert@twinsun.com>
20668
20669         * lib/getloadavg.c: Change copyright notice and spacing to conform to
20670         GNU coding style.
20671
20672         Merge from coreutils.
20673         * lib/error.c [!USE_IN_LIBIO]: Omit this case; assume USE_IN_LIBIO is
20674         1. From glibc.
20675         * lib/getdate.y (date): Also accept dates like May-23-2003; suggestion
20676         from Karl Berry, implemented by Jim Meyering.
20677         * lib/getgroups.c: Include "xalloc.h" instead of declaring xalloc fns;
20678         from Dmitry V. Levin.
20679         Remove anachronistic cast of xrealloc.
20680         * lib/fnmatch_.h (__const): Remove.  Use 'const'.
20681         * lib/fnmatch_loop.c (NEW_PATTERN): Cast alloca return value to proper
20682         type. Otherwise, it wouldn't compile with at least /bin/cc on
20683         ymp-cray-unicos9.0.2.X.
20684         Combine two mostly-identical uses of alloca into one.
20685         Thanks to the Cray-Cyber project for access to a Cray Y-MP.
20686
20687 2003-08-04  Dave Love  <d.love@dl.ac.uk>
20688
20689         [From Emacs.]
20690
20691         * lib/getloadavg.c: Check `__unix' as well as `unix'.  Use #ifdef, not
20692         #if.  Check HAVE_LIBKSTAT as well as LOAD_AVE_TYPE.  Check
20693         F_SETFD, not FD_SETFD.  Use HAVE_STRUCT_NLIST_N_UN_N_NAME, not
20694         obsolete NLIST_NAME_UNION.
20695         [__GNU__]: Undef BSD and FSCALE.
20696         [!NLIST_STRUCT]: Remove conditional definition of NLIST_STRUCT.
20697
20698 2003-08-03  Paul Eggert  <eggert@twinsun.com>
20699
20700         * lib/stdbool_.h (_Bool): Make it signed char, instead of
20701         an enum type, so that it's guaranteed to promote to int.  See:
20702         <http://mail.gnu.org/archive/html/bug-gnulib/2003-07/msg00124.html>
20703
20704 2003-08-03  Karl Berry  <karl@gnu.org>
20705
20706         * config/depcomp: update from automake.
20707
20708 2003-07-31  Paul Eggert  <eggert@twinsun.com>
20709
20710         * lib/strerror.c: Include config.h, limits.h.  Declare sprintf.
20711         (strerror): Don't assume that a printable int fits in 14 bytes.
20712
20713 2003-07-31  Bruno Haible  <bruno@clisp.org>
20714
20715         * modules/getpass-gnu: New file.
20716         * MODULES.html.sh (func_all_modules): Add getpass-gnu.
20717
20718 2003-07-31  Bruno Haible  <bruno@clisp.org>
20719
20720         * m4/getpass.m4 (gl_FUNC_GETPASS_GNU): New macro.
20721
20722 2003-07-24  Karl Berry  <karl@gnu.org>
20723
20724         * config/missing: update from automake.
20725
20726 2003-07-24  Derek Robert Price  <derek@ximbiot.com>
20727             Bruno Haible  <bruno@clisp.org>
20728
20729         * lib/getline.h (getline, getdelim): Change return type to ssize_t.
20730         * lib/getline.c (getline, getdelim): Likewise.
20731         Remove _GNU_SOURCE define; now it's defined in config.h through
20732         m4/getline.m4.
20733
20734 2003-07-23  Karl Berry  <karl@gnu.org>
20735
20736         * config/config.sub: update from prep.
20737
20738 2003-07-22  Paul Eggert  <eggert@twinsun.com>
20739
20740         * modules/xalloc (Depends-on): Add exitfail.
20741         * modules/xmemcoll: Likewise.
20742
20743 2003-07-22  Paul Eggert  <eggert@twinsun.com>
20744
20745         * lib/xalloc.h (XCALLOC, XREALLOC, CCLONE): Fix under- and
20746         over-parenthesization in macros.
20747
20748         Sync with coreutils.
20749
20750         * lib/xalloc.h (XMALLOC, XCALLOC, XREALLOC): Remove casts not
20751         required by C99.
20752
20753         Use `exit_failure' for xalloc and xmemcoll instead of their own
20754         private exit-failure variables.
20755         * lib/xalloc.h (xalloc_exit_failure): Remove.
20756         * lib/xmalloc.c: Likewise.  Include exitfail.h.
20757         (xalloc_die): Use exit_failure instead of xalloc_exit_failure.
20758         * lib/xmemcoll.h (xmemcoll_exit_failure): Remove.
20759         * lib/xmemcoll.c: Likewise.  Include exitfail.h.
20760         (xmemcoll): Use exit_failure instead of xalloc_exit_failure.
20761
20762 2003-07-20  Jim Meyering  <jim@meyering.net>
20763
20764         * modules/closeout (Depends-on): Add exitfail.
20765         Suggestion from Bruno Haible.
20766
20767 2003-07-19  Karl Berry  <karl@gnu.org>
20768
20769         * config/config.sub: update from prep.
20770
20771 2003-07-18  Paul Eggert  <eggert@twinsun.com>
20772
20773         * lib/closeout.h (close_stdout_set_status, close_stdout_status):
20774         Remove.
20775         * lib/closeout.c: Likewise.  Include "closeout.h" right after config.h,
20776         to test that it can stand by itself.  Include "exitfail.h".
20777         Clients should set exit_failure instead.
20778         (EXIT_FAILURE): Remove; no longer needed.  Do not include <stdlib.h>.
20779
20780 2003-07-18  Bruno Haible  <bruno@clisp.org>
20781
20782         * modules/getndelim2: New file.
20783         * modules/getline: Share files with module getndelim2.
20784         * modules/getnline: Depend on getndelim2 instead of sharing files with
20785         it. Add getnline.c to lib_SOURCES.
20786         * MODULES.html.sh (func_all_modules): Add getndelim2.
20787
20788 2003-07-18  Bruno Haible  <bruno@clisp.org>
20789
20790         * m4/getndelim2.m4: New file.
20791         * m4/getline.m4 (AM_FUNC_GETLINE): Add AC_LIBOBJ of getndelim2.c and
20792         invoke gl_PREREQ_GETNDELIM2.
20793         (gl_PREREQ_GETLINE): Drop AC_HEADER_STDC, now done by
20794         gl_PREREQ_GETNDELIM2.
20795         * m4/getnline.m4 (gl_GETNLINE): Drop AC_HEADER_STDC, now done by
20796         gl_GETNDELIM2.
20797
20798 2003-07-18  Bruno Haible  <bruno@clisp.org>
20799
20800         * lib/getndelim2.h: New file.
20801         * lib/getndelim2.c: Make into a module of its own. Include config.h,
20802         getndelim2.h.
20803         (getndelim2): Make non-static. Change return type to ssize_t.
20804         * lib/getline.h: Change argument names.
20805         * lib/getline.c: Include getndelim2.h instead of getndelim2.c.
20806         * lib/getnline.c: Include getndelim2.h.
20807
20808 2003-07-18  Andreas Schwab  <schwab@suse.de>
20809
20810         * lib/memcoll.c (memcoll) [!HAVE_STRCOLL]: Clear errno.
20811
20812 2003-07-17  Karl Berry  <karl@gnu.org>
20813
20814         * config/config.sub: update from prep.
20815
20816 2003-07-17  Bruno Haible  <bruno@clisp.org>
20817
20818         * modules/getnline: New file.
20819         * modules/getline: Add lib/getndelim2.c to source file list.
20820         * MODULES.html.sh (func_all_modules): Add getnline.
20821
20822 2003-07-17  Bruno Haible  <bruno@clisp.org>
20823
20824         * m4/getnline.m4: New file.
20825
20826 2003-07-17  Bruno Haible  <bruno@clisp.org>
20827
20828         * m4/Makefile.am.in: Remove file.
20829         * m4/Makefile.am: Remove file.
20830         * m4/Makefile.in: Remove file.
20831
20832 2003-07-17  Bruno Haible  <bruno@clisp.org>
20833
20834         * lib/getnline.h: New file.
20835         * lib/getnline.c: New file.
20836         * lib/getndelim2.c: New file, extracted from getline.c.
20837         (getndelim2): Renamed from getdelim2, with added nmax argument.
20838         * lib/getline.c: Include getndelim2.c.
20839         (getdelim2): Moved out to getndelim2.c.
20840         (getline, getdelim): Update.
20841
20842 2003-07-17  Bruno Haible  <bruno@clisp.org>
20843
20844         * lib/Makefile.am: Remove file.
20845         * lib/Makefile.in: Remove file.
20846
20847 2003-07-17  Bruno Haible  <bruno@clisp.org>
20848
20849         * configure.in: Remove file.
20850         * Makefile.in: Remove file.
20851
20852 2003-07-17  Bruno Haible  <bruno@clisp.org>
20853
20854         * MODULES.html.sh: Put the </BODY> right before </HTML>.
20855
20856 2003-07-16  Karl Berry  <karl@gnu.org>
20857
20858         * config/srclist-update: was running fixlicense twice, which caused
20859                 texinfo.tex to be nullified for some reason.  Simplify,
20860                 $gplsrc is no longer needed as far as I can see?
20861
20862 2003-07-16  Jim Meyering  <jim@meyering.net>
20863
20864         * modules/save-cwd: Depend on xgetcwd.  From Derek Price.
20865
20866 2003-07-15  Paul Eggert  <eggert@twinsun.com>
20867
20868         * config/srclist.txt: Get the following files from gettext-runtime/intl
20869         instead: config.charset, localcharset.c, localcharset.h, ref-add.sin,
20870         ref-del.sin.  From Bruno Haible.
20871         * config/srclist-update (fixfile): Change grep pattern again, since the
20872         previous fix didn't work (there was another trailing $).  Use
20873         '[$]' to escape the $s.
20874
20875 2003-07-15  Karl Berry  <karl@gnu.org>
20876
20877         * lib/vasnprintf.c: update from gettext.
20878
20879 2003-07-15  Karl Berry  <karl@gnu.org>
20880
20881         * config/srclist-update (fixfile): Change grep pattern, since 'Id'
20882         gets expanded when surrounded by '$'.
20883
20884 2003-07-15  Jim Meyering  <jim@meyering.net>
20885
20886         * modules/save-cwd: Don't depend on error.  From Derek Price.
20887
20888 2003-07-15  Jim Meyering  <jim@meyering.net>
20889
20890         * lib/makepath.c (make_path): Enclose diagnostic in _(...).
20891
20892 2003-07-14  Simon Josefsson  <jas@extundo.com>
20893
20894         * modules/mempcpy: New file.
20895         * MODULES.html.sh (func_all_modules): Add mempcpy.
20896
20897 2003-07-14  Simon Josefsson  <jas@extundo.com>
20898
20899         * m4/mempcpy.m4: New file.
20900
20901 2003-07-14  Simon Josefsson  <jas@extundo.com>
20902
20903         * lib/mempcpy.h: New file.
20904         * lib/mempcpy.c: New file.
20905
20906 2003-07-14  Paul Eggert  <eggert@twinsun.com>
20907
20908         * modules/getdate, modules/posixtm: Depend on mktime.
20909
20910 2003-07-14  Paul Eggert  <eggert@twinsun.com>
20911
20912         * lib/ceill.c, expl.c, floorl.c, frexpl.c, ldexpl.c, mathl.h,
20913         sincosl.c, sqrtl.c, trigl.c, trigl.h, poll.c, poll_.h, mkstemp.c,
20914         unicodeio.c, unicodeio.h, unlocked-io.h:
20915         Switch from LGPL to GPL.
20916
20917 2003-07-14  Paul Eggert  <eggert@twinsun.com>
20918
20919         * lib/asnprintf.c, asprintf.c, config.charset, gettext.h,
20920         localcharset.c, localcharset.h, mkdtemp.c, printf-args.c,
20921         printf-args.h, printf-parse.c, printf-parse.h, ref-add.sin,
20922         ref-del.sin, setenv.c, unsetenv.c, vasnprintf.c, vasnprintf.h,
20923         vasprintf.c, vasprintf.h: Regenerate.  These files are now being
20924         updated automatically by ../config/srclist-update.  This changes
20925         their license from LPGL to GPL.
20926
20927 2003-07-14  Paul Eggert  <eggert@twinsun.com>
20928
20929         * config/srclist.txt: Add tons more gettext files.  $GETTEXT is now
20930         assumed to refer to the root of the most recent stable gettext version.
20931         * config/srclistvars.sh: Add defaults for eggert.
20932         * config/srclist-update: Convert LGPL to GPL in shell scripts, too.
20933         Match "This program" as well as "The program".  This is needed
20934         for gettext.
20935
20936 2003-07-14  Jim Meyering  <jim@meyering.net>
20937
20938         Don't emit diagnostics.  Let callers do that.
20939         * lib/save-cwd.c: Don't include "error.h".
20940         (save_cwd): Don't call error.  Ensure that errno is valid
20941         when returning nonzero.
20942
20943         * lib/save-cwd.h (restore_cwd): Update prototype.
20944         * lib/save-cwd.c (restore_cwd): Remove two parameters.
20945         Simplify.  Don't call error upon failure.  Let callers do that.
20946         (save_cwd): Mention that Irix 5.3 has the same problem as SunOS 4
20947         when auditing is enabled.  But don't bother updating the #if.
20948
20949 2003-07-11  Alexandre Duret-Lutz  <adl@gnu.org>
20950
20951         * lib/obstack.h (__INT_TO_PTR): Revert change of 2003-03-13;
20952         it breaks C++ compilation.
20953         [!__GNUC__ || !__STDC__] (obstack_finish): Cast result to void*.
20954
20955 2003-07-10  Simon Josefsson  <jas@extundo.com>
20956
20957         * modules/strchrnul (Makefile.am): Add strchrnul.h.
20958
20959 2003-07-10  Jim Meyering  <jim@meyering.net>
20960
20961         * m4/clock_time.m4: Remove trailing blank.
20962         * m4/intmax_t.m4: Likewise.
20963
20964 2003-07-10  Jim Meyering  <jim@meyering.net>
20965
20966         * lib/vasnprintf.c: Remove trailing blanks.
20967         Make cpp indentation consistent.
20968
20969 2003-07-09  Paul Eggert  <eggert@twinsun.com>
20970
20971         * lib/alloca_.h, euidaccess.c, getpass.c, memrchr.c, obstack.h,
20972         posixver.c, strftime.c, strnlen.c, strverscmp.c:
20973         Switch from LGPL to GPL.
20974
20975 2003-07-09  Paul Eggert  <eggert@twinsun.com>
20976
20977         * config/srclist.txt: Sort sublists.  Add
20978         $LIBCSRC/sysdeps/generic/strtoul.c. In comments, add more libc files
20979         that differ from gnulib for one reason or another; we'd like this list
20980         to be smaller but for now let's document what we have.
20981
20982 2003-07-08  Paul Eggert  <eggert@twinsun.com>
20983
20984         * config/srclist-update: Port to POSIX 1003.1-2001 hosts by avoiding
20985         the use of GNU extensions.  Change "x=`eval echo $x`" to the shorter
20986         and sweeter "eval x=$x".
20987         * config/srclist.txt: Get lib/argp* from glibc.
20988
20989 2003-07-07  Paul Eggert  <eggert@twinsun.com>
20990
20991         * lib/mktime.c: Fix some boundary cases and remove need for floating
20992         point.
20993
20994         Issue a compile-time diagnostic if time_t is floating point, or if
20995         two's complement arithmetic is not in effect, or if arithmetic
20996         right shift does not propagate the sign.  These assumptions were
20997         all in the original code but they weren't checked.
20998
20999         (TIME_T_MIDPOINT, verify): New macros.
21000         (__isleap): Remove; it has integer overflow problems.
21001         (leapyear): New function, without those problems.
21002         (ydhms_tm_diff): Remove; splitting into two parts.
21003         (ydhms_diff): New function, containing the arithmetic part of
21004         the old ydhms_tm_diff function.  Issue a compile-time
21005         diagnostic if we are not using C99 integer division.
21006         Avoid casts when possible.
21007         (guess_time_tm): New function, containing the checking part of
21008         the old ydhms_tm_diff function.  Return the new value, rather than
21009         the difference between it and the old.  Accept a new argument T
21010         so that *T specifies the old value.  Check for overflow in the result.
21011
21012         (__mktime_internal): Use a time_t offset, not a long int offset.
21013         This undoes the 2003-06-04 change, which is no longer needed now
21014         that we have better overflow checking.
21015         (localtime_offset): Likewise.
21016
21017         (__mktime_internal): Avoid harmful overflow on hosts where time_t
21018         and long are 64-bit but int is only 32-bit.
21019         (ydhms_diff): Use long int to store year1 and yday1.
21020         Issue a compile-time diagnostic if long int is not wide enough.
21021
21022         (__mktime_internal): Use long int to store adjusted year and yday.
21023         Use plain C rather than preprocessor commands, if that doesn't
21024         affect efficiency.
21025         Check for overflow (and try to repair) after each probe
21026         rather than checking only at the very end.  This avoids some bugs
21027         (e.g., southern hemisphere, behind GMT, and GMT offset at minimum time
21028         does not equal GMT offset at maximum time).
21029         Use integer to check for overflow rather than floating point; this
21030         is more portable to non-IEEE hosts, and is a tad faster.
21031         When we detect that we are oscillating between two values,
21032         don't check whether tm_isdst has the requested value, since
21033         we already know the answer.  When tm_isdst has the wrong value,
21034         use a different heuristic to find the right one, based on the
21035         extreme values actually observed in practice in tz2003a,
21036         rather than the (overly optimistic) "previous 3 calendar quarters".
21037
21038         (not_equal_tm, print_tm, check_result): Use "const T" rather than
21039         "T const" to accommodate glibc style.
21040         (check_result): Use less-confusing report format.  "long" -> "long int.
21041         (main): Likewise.
21042         Don't loop if the iteration overflows time_t.
21043         Allow a negative step in the iteration.
21044
21045 2003-07-06  Karl Berry  <karl@gnu.org>
21046
21047         * config/depcomp: update from automake.
21048         * config/config.sub: update from prep.
21049
21050 2003-07-03  Karl Berry  <karl@gnu.org>
21051
21052         * config/config.guess: update from prep.
21053
21054 2003-07-01  Paul Eggert  <eggert@twinsun.com>
21055
21056         * m4/xreadlink.m4 (gl_XREADLINK): Don't check for sys/types.h, since
21057         xreadlink.c now includes it unconditionally.
21058
21059 2003-07-01  Paul Eggert  <eggert@twinsun.com>
21060
21061         * lib/xreadlink.c: Include <sys/types.h> unconditionally, instead of
21062         having it depend on HAVE_SYS_TYPES_H.
21063
21064 2003-07-01  Bruno Haible  <bruno@clisp.org>
21065
21066         * m4/ssize_t.m4 (gt_TYPE_SSIZE_T): Don't include <unistd.h>.
21067         <sys/types.h> should be sufficient.
21068         Reported by Paul Eggert.
21069
21070 2003-06-26  Karl Berry  <karl@gnu.org>
21071
21072         * config/depcomp: update from automake.
21073
21074 2003-06-26  Bruno Haible  <bruno@clisp.org>
21075
21076         * modules/human: Depend on module stdbool.
21077
21078 2003-06-25  Bruno Haible  <bruno@clisp.org>
21079
21080         * modules/readlink: New file.
21081         * modules/xreadlink: Depend on it.
21082         * MODULES.html.sh (func_all_modules): Add readlink.
21083
21084 2003-06-25  Bruno Haible  <bruno@clisp.org>
21085
21086         * m4/readlink.m4: New file.
21087
21088 2003-06-25  Bruno Haible  <bruno@clisp.org>
21089
21090         * lib/readlink.c: New file.
21091
21092 2003-06-22  Karl Berry  <karl@gnu.org>
21093
21094         * config/srclist.txt: update mkinstalldirs from automake.
21095         * config/mkinstalldirs: update.
21096
21097 2003-06-22  Bruno Haible  <bruno@clisp.org>
21098
21099         Portability to mingw32.
21100         * m4/ssize_t.m4: New file, from GNU gettext.
21101         * m4/safe-read.m4 (gl_PREREQ_SAFE_READ): Require gt_TYPE_SSIZE_T.
21102         * m4/xreadlink.m4 (gl_XREADLINK): Require gt_TYPE_SSIZE_T.
21103
21104 2003-06-22  Bruno Haible  <bruno@clisp.org>
21105
21106         * modules/safe-read: Add m4/ssize_t.m4.
21107         * modules/xreadlink: Add m4/ssize_t.m4.
21108
21109 2003-06-20  Bruno Haible  <bruno@clisp.org>
21110
21111         Assume C89, so PARAMS isn't needed.
21112         * lib/unicodeio.h (PARAMS): Remove.
21113         * lib/unicodeio.c: Don't use PARAMS.
21114
21115 2003-06-18  Karl Berry  <karl@gnu.org>
21116
21117         * config/config.{guess,sub}: update from prep.
21118
21119 2003-06-18  Jim Meyering  <jim@meyering.net>
21120
21121         Merge changes from coreutils.
21122         * lib/readutmp.c: Include <string.h> and <stdlib.h> unconditionally.
21123         Remove explicit declarations of xmalloc and realloc.
21124         Include xalloc.h.
21125         (read_utmp): Remove anachronistic cast of xmalloc.
21126
21127 2003-06-17  Paul Eggert  <eggert@twinsun.com>
21128
21129         Assume C89, so PARAMS isn't needed.
21130         * lib/backupfile.h (PARAMS): Remove.  All uses removed.
21131         * lib/closeout.h, lib/dirname.h, lib/filemode.h, lib/fsusage.h,
21132         lib/getdate.h, lib/getline.h, lib/group-member.h, lib/hard-locale.h,
21133         lib/hash.h, lib/linebuffer.h, lib/long-options.h, lib/makepath.h,
21134         lib/memcasecmp.h, lib/memcoll.h, lib/modechange.h, lib/mountlist.h,
21135         lib/path-concat.h, lib/physmem.h, lib/posixtm.h, lib/quote.h,
21136         lib/readutmp.h, lib/same.h, lib/save-cwd.h, lib/savedir.h,
21137         lib/stdio-safer.h, lib/strtoimax.c, lib/strverscmp.h,
21138         lib/unistd-safer.h, lib/version-etc.h, lib/xalloc.h, lib/xreadlink.h,
21139         lib/xstrtod.h, lib/xstrtol.h: Likewise.
21140         * lib/filemode.h, lib/hard-locale.h, lib/memcoll.h, lib/modechange.h,
21141         lib/physmem.h, lib/same.h, lib/strverscmp.h: Do not include config.h;
21142         no longer needed. Anyway, config.h should always be included before any
21143         other file.
21144
21145 2003-06-11  Simon Josefsson  <jas@extundo.com>
21146
21147         * modules/sysexits: New file.
21148         * MODULES.html.sh (func_all_modules): Add sysexits.
21149
21150 2003-06-11  Simon Josefsson  <jas@extundo.com>
21151
21152         * lib/sysexit_.h: New file.
21153
21154 2003-06-11  Derek Price  <derek@ximbiot.com>
21155
21156         * lib/stat.c [LSTAT]: Compile/use slash_aware_lstat only if it is
21157         necessary.
21158
21159 2003-06-11  Bruno Haible  <bruno@clisp.org>
21160
21161         * m4/sysexits.m4: New file.
21162
21163 2003-06-10  Simon Josefsson  <jas@extundo.com>
21164
21165         * lib/argp.h: New file, from glibc.
21166         * lib/argp-ba.c: New file, from glibc.
21167         * lib/argp-eexst.c: New file, from glibc.
21168         * lib/argp-fmtstream.c: New file, from glibc.
21169         * lib/argp-fmtstream.h: New file, from glibc.
21170         * lib/argp-fs-xinl.c: New file, from glibc.
21171         * lib/argp-help.c: New file, from glibc.
21172         * lib/argp-namefrob.h: New file, from glibc.
21173         * lib/argp-parse.c: New file, from glibc.
21174         * lib/argp-pv.c: New file, from glibc.
21175         * lib/argp-pvh.c: New file, from glibc.
21176         * lib/argp-xinl.c: New file, from glibc.
21177
21178 2003-06-10  Simon Josefsson  <jas@extundo.com>
21179
21180         * modules/strchrnul: New file.
21181
21182 2003-06-10  Simon Josefsson  <jas@extundo.com>
21183
21184         * modules/argp: New file.
21185
21186 2003-06-10  Simon Josefsson  <jas@extundo.com>
21187
21188         * m4/strchrnul.m4: New file.
21189
21190 2003-06-10  Simon Josefsson  <jas@extundo.com>
21191
21192         * lib/strchrnul.h: New file.
21193         * lib/strchrnul.c: New file.
21194
21195 2003-06-10  Bruno Haible  <bruno@clisp.org>
21196
21197         * MODULES.html.sh (func_all_modules): Add strchrnul and argp.
21198
21199 2003-06-07  Karl Berry  <karl@gnu.org>
21200
21201         * config/config.{guess,sub}: update from prep.
21202
21203 2003-06-07  Jim Meyering  <jim@meyering.net>
21204
21205         * modules/strtod: Use $(...) notation, not @...@ for
21206         AC_REPLACE'd variables.
21207         * modules/localcharset: Likewise.
21208
21209 2003-06-07  Jim Meyering  <jim@meyering.net>
21210
21211         * lib/readtokens.h: Put `Free Software Foundation, Inc.'
21212         in place of my name in the copyright comment.
21213         Remove definition and uses of __P.
21214
21215         From coreutils.
21216         * lib/stat.c: Don't declare xmalloc explicitly.
21217         Instead, include "xalloc.h".
21218         * lib/readtokens.c (readtokens): Remove anachronistic casts of xmalloc,
21219         xrealloc, and xcalloc return values.
21220         * lib/xgetcwd.c (xgetcwd): Include "xgetcwd.h".
21221         Improve comment.
21222         * lib/xgetcwd.h: Remove definition/uses of PARAMS.
21223
21224 2003-06-07  Bruno Haible  <bruno@clisp.org>
21225
21226         * modules/poll (Makefile.am): Use explicit creation rule for poll.h, to
21227         avoid AC_CONFIG_LINKS.
21228         * modules/fnmatch (Makefile.am): Use explicit creation rule for
21229         fnmatch.h, to avoid AC_CONFIG_LINKS.
21230         * modules/alloca (Makefile.am): Make creation of alloca.h Ctrl-C safe.
21231
21232 2003-06-07  Bruno Haible  <bruno@clisp.org>
21233
21234         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH, gl_FUNC_FNMATCH_POSIX,
21235         gl_FUNC_FNMATCH_GNU): Set FNMATCH_H instead of invoking
21236         AC_CONFIG_LINKS. Needed to allow for a different name of the lib
21237         directory.
21238         * m4/poll.m4 (gl_FUNC_POLL): Set POLL_H instead of invoking
21239         AC_CONFIG_LINKS. Needed to allow for a different name of the lib
21240         directory.
21241
21242 2003-06-06  Jim Meyering  <jim@meyering.net>
21243
21244         Merge from coreutils.
21245         * lib/same.c: (same_name): Declare *_basename locals to be `const'.
21246         Consolidate declarations and initializations of *_base* locals.
21247
21248         Merge from coreutils.
21249         This avoids a core dump on systems without GNU putenv,
21250         when running `env -u SOME_ALREADY_UNSET_VARIABLE'.
21251         * lib/putenv.c (__set_errno, LOCK, UNLOCK): Define.
21252         (unsetenv): New static function, from GNU libc.
21253         (rpl_putenv): Use it.
21254
21255         * lib/modechange.c: Remove trailing blanks.
21256
21257         Merge from coreutils.
21258         * lib/fsusage.c: Remove declaration of statfs.
21259         It conflicted with one from OSF/1 5.1 in <sys/mount.h>.
21260
21261         * lib/posixtm.c: Include <stdbool.h> unconditionally.
21262
21263 2003-06-06  Jim Meyering  <jim@meyering.net>
21264
21265         * lib/stdbool_.h: Renamed from stdbool.h.in.
21266
21267 2003-06-06  Jim Meyering  <jim@meyering.net>
21268             Bruno Haible  <bruno@clisp.org>
21269
21270         * modules/stdbool: Reflect renaming: stdbool.h.in -> stdbool_.h.
21271         Adjust Makefile.am snippet not to redirect directly to target.
21272         Use $(STDBOOL_H) notation, not @STDBOOL_H@ for AC_REPLACE'd variables.
21273
21274 2003-06-05  Paul Eggert  <eggert@twinsun.com>
21275
21276         * lib/mktime.c (__mktime_internal): When resolving a tm_isdst
21277         mismatch, look in future quarters as well as past.  This fixes a
21278         bug when processing fall-backwards gaps immediately after a long
21279         period of daylight-saving time.
21280
21281         * lib/mktime.c: Assume freestanding C89 or better.
21282         (HAVE_LIMITS_H): Remove.  Assume it's 1.
21283         (__P): Remove; not used.
21284         (CHAR_BIT, INT_MIN, INT_MAX): Remove; <limits.h> defines them.
21285         (mktime, not_equal_tm, print_tm, check_result,
21286         main): Use prototypes.  Use const * where appropriate.
21287         (main): Fix typo in testing code that uncovered by above changes.
21288         (Local Variables): Remove -DHAVE_LIMITS_H from compile-command.
21289
21290 2003-06-04  Paul Eggert  <eggert@twinsun.com>
21291
21292         * m4/human.m4 (gl_HUMAN): Require AM_STDBOOL_H.  Check for
21293         locale.h, localeconv.  This merges changes from coreutils.
21294
21295         * m4/mktime.m4 (AC_FUNC_MKTIME): New macro, taken from Autoconf CVS.
21296         It can be removed after the next Autoconf is released.
21297         * m4/exclude.m4 (gl_EXCLUDE): Don't check for sys/types.h; no loner
21298         needed.
21299
21300 2003-06-04  Paul Eggert  <eggert@twinsun.com>
21301
21302         * lib/mktime.c: Fix Debian bug 177940
21303         <http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=177940>.
21304         (localtime_offset): Now long int, not time_t, because we want it
21305         to be guaranteed to be signed.  All uses changed.
21306         (__mktime_internal): If overflow would occur when adding offset,
21307         don't add it.
21308
21309         Merge 'human' changes from coreutils.  Rewrite to support
21310         locale-specific notations like thousands separators.
21311         * lib/human.c: Simplify authorship notice.
21312         Include human.h immediately after config.h.
21313         <sys/types.h>, <stdio.h>: Do not include; no longer needed.
21314         <limits.h>: Do not include, since human.h does.
21315         (SIZE_MAX, UINTMAX_MAX): New macros.
21316         <strings.h>: Include if HAVE_STRINGS_H, not if !HAVE_STRING_H.
21317         <locale.h>: Include if HAVE_LOCALE_H and HAVE_LOCALECONV.
21318         (HUMAN_READABLE_SUFFIX_LENGTH_MAX): New macro.
21319         (power_letter): Renamed from suffixes.
21320         (generate_suffix_backwards): Remove.
21321         (adjust_value): Now takes int style (because of human.h changes)
21322         and long double value (for greater precision on some platforms).
21323         (group_number): New function.
21324         (human_readable): Use it.  Use integer options, not enum.
21325         Put the options before the sizes in the arg list.
21326         Support all the new options.
21327         The old human_readable function has been removed;
21328         use inttostr.h instead.
21329         (human_readable, default_block_size, humblock):
21330         Use uintmax_t, not int, for block sizes.
21331         (human_readable_inexact, block_size_types): Remove.
21332         (block_size_opts): New constant.
21333         (human_options): Renamed from human_block_size, with new signature
21334         that allows block sizes up to UINTMAX_MAX.  All callers changed.
21335         * lib/human.h: Add copyright and authorship notice.
21336         Include <limits.h> and <stdbool.h> unconditionally.
21337         (PARAMS): Remove.  All uses removed.
21338         (LONGEST_HUMAN_READABLE): Add support for thousands separator.
21339         (enum human_inexact_style): Remove tag; now a nameless enum.
21340         (human_floor, human_ceiling, human_round_to_even): Now have
21341         values 2, 0, 1 rather than -1, 1, 0.
21342         (human_group_digits, human_suppress_point_zero, human_autoscale,
21343         human_base_1024, human_SI, human_B): New constants.
21344         (human_readable_inexact, human_block_size): Remove.
21345         (human_readable): Size args are now uintmax_t, not int.
21346         (human_options): New decl.
21347
21348         * lib/exclude.c: (new_exclude, add_exclude): Remove casts that are
21349         unnecessary now that we assume C89 or better.  This change
21350         imported from coreutils.
21351
21352         * lib/mktime.c (__mktime_internal): Do not reject negative timestamps
21353         arbitrarily.  This is the same patch as 2003-05-28, but it got lost
21354         in the 2003-05-30 sync from glibc.
21355
21356         .h files should stand alone, but we shouldn't include <sys/types.h>
21357         if we can get away with just <stddef.h>.
21358
21359         * lib/__fpending.h, addext.c, backupfile.c, exclude.c, getline.c,
21360         malloc.c, putenv.c, realloc.c, strcasecmp.c: Include <stddef.h>
21361         rather than <sys/types.h>, as we merely need size_t.
21362         * lib/dirname.h, memcoll.h, xalloc.h, xmemcoll.h: Include <stddef.h>,
21363         to get size_t.
21364         * lib/hash.h, linebuffer.h, readtokens.h, stdio-safer.h, version-etc.h:
21365         Include <stdio.h>, to get FILE.
21366         * lib/memcasecmp.c: Don't include <sys/types.h>, as we can assume
21367         memcasecmp.h has included <stddef.h> and all we need is size_t.
21368         * lib/memcoll.c: Include "memcoll.h", which gets us size_t and checks
21369         our interface, instead of including <sys/types.h>
21370
21371 2003-06-04  Paul Eggert  <eggert@twinsun.com>
21372
21373         * config/srclist.txt ($LIBCSRC/time/mktime.c lib gpl): Comment out for
21374         now, as glibc mktime is buggy on non-glibc systems.
21375
21376 2003-06-03  Karl Berry  <karl@gnu.org>
21377
21378         * config/config.sub: update from prep.
21379
21380 2003-06-02  Paul Eggert  <eggert@twinsun.com>
21381
21382         [from coreutils]
21383         Fix some minor time-related bugs with POSIX time arguments.
21384         Some valid time stamps were being rejected (notably -1, and
21385         time stamps before 1900 on 64-bit hosts).  And some invalid
21386         time stamps were being accepted, e.g. September 31.
21387
21388         * lib/posixtm.h (posixtime): Return bool instead of time_t, so
21389         that we can return (time_t) -1 successfully.
21390         * lib/posixtm.c: Likewise.
21391         [HAVE_STDBOOL_H]: Include <stdbool.h>.
21392         (bool, false, true) [!HAVE_STDBOOL_H]: New type.
21393         (t): Remove static var.
21394         (year, posix_time_parse): Now takes struct tm * arg to modify, instead
21395         of static var.  All uses changed.
21396         (year): Do not reject years before 1900; they can occur with
21397         64-bit time_t.
21398         (posix_time_parse): Do not check for out-of-range components;
21399         that is now the caller's responsibility, since our checks were
21400         only approximations.
21401         (posixtime): Use mktime to check for out-of-range components,
21402         since it knows them exactly.
21403         If mktime returns (time_t) -1, check whether an error actually occurred
21404         by invoking localtime on -1.
21405         (main) [TEST_POSIXTIME]: Check for input data errors, and report
21406         posixtime failures better.
21407         Improve the test data (in comments only).
21408
21409 2003-06-02  Karl Berry  <karl@gnu.org>
21410
21411         * config/mkinstalldirs (version): new variable.
21412         (--version): new option.
21413         (usage): improve message.
21414
21415 2003-05-30  Karl Berry  <karl@gnu.org>
21416
21417         * lib/mktime.c: update from libc.
21418
21419 2003-05-30  Bruno Haible  <bruno@clisp.org>
21420
21421         * modules/gettext: Add files m4/nls.m4 and m4/po.m4.
21422         * config/config.rpath: Upgrade to gettext-0.12.1.
21423
21424 2003-05-30  Bruno Haible  <bruno@clisp.org>
21425
21426         * m4/gettext.m4: Upgrade to gettext-0.12.1.
21427         * m4/nls.m4: New file, from gettext-0.12.1.
21428         * m4/po.m4: New file, from gettext-0.12.1.
21429         * m4/progtest.m4: Upgrade to gettext-0.12.1.
21430
21431 2003-05-30  Bruno Haible  <bruno@clisp.org>
21432
21433         * lib/config.charset: Upgrade to gettext-0.12.1 and libiconv-1.9.1.
21434         * lib/localcharset.h: Likewise.
21435         * lib/localcharset.c: Likewise.
21436
21437 2003-05-29  Karl Berry  <karl@gnu.org>
21438
21439         * config/config.rpath: update from gettext.
21440
21441 2003-05-28  Paul Eggert  <eggert@twinsun.com>
21442
21443         Assume the headers required for C89 freestanding compilers.
21444         * m4/backupfile.m4 (gl_BACKUPFILE): Don't check for limits.h.
21445         * m4/fsusage.m4 (gl_PREREQ_FSUSAGE_EXTRA): Likewise.
21446         * m4/human.m4 (gl_HUMAN): Likewise.
21447         * m4/pathmax.m4 (gl_PATHMAX): Likewise.
21448         * m4/rpmatch.m4 (gl_FUNC_RPMATCH): Likewise.
21449         * m4/userspec.m4 (gl_USERSPEC): Likewise.
21450         * m4/xreadlink.m4 (gl_XREADLINK): Likewise.
21451         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Likewise.
21452         * m4/quote.m4 (gl_QUOTE): Don't check for stddef.h.
21453
21454 2003-05-28  Paul Eggert  <eggert@twinsun.com>
21455
21456         Assume the headers required for C89 freestanding compilers.
21457         * lib/addext.c, lib/backupfile.c, lib/fsusage.c, lib/human.c,
21458         lib/pathmax.h, lib/rpmatch.c, lib/userspec.c, lib/xreadlink.c,
21459         lib/xstrtol.c: Include <limits.h> without checking for HAVE_LIMITS_H.
21460         * lib/backupfile.c, lib/fsusage.c, lib/hash.c, lib/human.c,
21461         lib/safe-read.c, lib/userspec.c, lib/xstrtol.c (CHAR_BIT): Don't
21462         define, since <limits.h> is guaranteed to do that.
21463         * lib/fatal.c: Include <stdarg.h> without checking for __STDC__.
21464         * lib/exclude.c: Include <stdbool.h> unconditionally.
21465         * lib/tempname.c: Include <stddef.h> unconditionally.
21466         * lib/hash.c: Include <limits.h>, since we no longer define CHAR_BIT.
21467         * lib/modechange.c, rpmatch.c (NULL): Don't define, since
21468         <stddef.h> does that.
21469         * lib/quote.c: Dont include <stddef.h> or <sys/types.h>; not needed.
21470         * lib/safe-read.c (INT_MAX): Don't define, since <limits.h> does that.
21471         * lib/safe-read.c (TYPE_MINIMUM, TYPE_MAXIMUM): Remove; no longer
21472         needed.
21473         * lib/xstrtol.c: Likewise.
21474         * lib/safe-read.c: Remove TYPE_SIGNED; no longer needed.
21475         * lib/savedir.c: Include <stddef.h> instead of defining NULL.
21476
21477         * lib/addext.c (addext): Use assignment rather than cast, to avoid
21478         warnings on some platforms.
21479
21480         * lib/mktime.c (__mktime_internal): Do not reject negative timestamps
21481         arbitrarily.
21482
21483 2003-05-26  Jim Meyering  <jim@meyering.net>
21484
21485         Merge in a change from coreutils:
21486         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Test the cache variable, not one
21487         that is guaranteed to be `no'.  Use `no_such_member' to indicate
21488         that condition, rather than `-1' which is slightly misleading.
21489         Change the name of the cache variable to have the gl_ prefix.
21490         Prompted by a patch from Richard Dawe for DJGPP.
21491
21492 2003-05-24  Karl Berry  <karl@gnu.org>
21493
21494         * config/config.guess: update from prep.
21495
21496 2003-05-22  Karl Berry  <karl@gnu.org>
21497
21498         * gnulib-tool (func_usage): =LIBRARY not =libRARY in help msg.
21499
21500 2003-05-20  Karl Berry  <karl@gnu.org>
21501
21502         * config/config.guess: update from prep.
21503
21504 2003-05-18  Karl Berry  <karl@gnu.org>
21505
21506         * config/srclistvars.sh (TEXMF): use TEXMFROOT instead, since TEXMF
21507         might actually be set by the user.
21508
21509         * config/depcomp, install-sh, mdate-sh: update from automake.
21510
21511 2003-05-17  Bruno Haible  <bruno@clisp.org>
21512
21513         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Fix a quoting bug leading to an
21514         invalid expansion for AC_EGREP_CPP.
21515         * m4/strtoimax.m4 (gl_FUNC_STRTOIMAX): Likewise.
21516         * m4/strtoumax.m4 (gl_FUNC_STRTOUMAX): Likewise.
21517         Suggested by Akim Demaille <akim@epita.fr> in
21518         http://mail.gnu.org/archive/html/bug-autoconf/2003-05/threads.html
21519
21520 2003-05-12  Jim Meyering  <jim@meyering.net>
21521
21522         * lib/strftime.c (my_strftime): Let the `-' (no-pad) flag affect
21523         the space-padded-by-default conversion specifiers, %e, %k, %l.
21524
21525 2003-05-12  Bruno Haible  <bruno@clisp.org>
21526
21527         * lib/linebreak.c (iconv_string_length): Don't return -1 just because
21528         the string is longer than 4 KB.
21529
21530 2003-05-11  Karl Berry  <karl@gnu.org>
21531
21532         * config/config.{guess,sub}: update from prep.
21533
21534 2003-05-09  Bruno Haible  <bruno@clisp.org>
21535
21536         * modules/error: Add m4/strerror_r.m4 to file list.
21537
21538 2003-05-03  Bruno Haible  <bruno@clisp.org>
21539
21540         Upgrade to Unicode-4.0.
21541         * lib/linebreak.c (nonspacing_table_data): Change width of U+00AD,
21542         U+0350..U+0357, U+035D..U+035F, U+0600..U+0603, U+0610..U+0615,
21543         U+0656..U+0658, U+0A01, U+0AE2..U+0AE3, U+0CBC, U+17B4..U+17B5,
21544         U+17DD, U+1920..U+1922, U+1927..U+192B, U+1932, U+1939..U+193B
21545         from 1 to 0. Change width of U+0CBF, U+0CC6, U+180E from 0 to 1.
21546         (uc_width): Change width of U+4DC0..U+4DFF from 2 to 1. Change width
21547         of U+2A6D7..U+2F7FF, U+2FA1E..U+2FFFD, U+30000..U+3FFFD from 1 to 2.
21548         Change width of U+E0100..U+E01EF from 1 to 0.
21549
21550 2003-04-25  Jim Meyering  <jim@meyering.net>
21551
21552         * lib/copy-file.c (copy_file_preserving): Declare buf_size to be
21553         of type size_t, not int.
21554
21555 2003-04-25  Bruno Haible  <bruno@clisp.org>
21556
21557         * lib/copy-file.c: Include <stddef.h>, for size_t.
21558
21559 2003-04-21  Paul Eggert  <eggert@twinsun.com>
21560
21561         * m4/error.m4 (gl_ERROR): Do not put under dynamic conditions some
21562         code which expansion is under static control.  Patch imported from
21563         Akim Demaille's patch to Bison; see
21564         <http://mail.gnu.org/archive/html/bison-patches/2003-03/msg00057.html>.
21565
21566 2003-04-14  Bruno Haible  <bruno@clisp.org>
21567
21568         * m4/error.m4 (jm_PREREQ_ERROR): Use AC_FUNC_VPRINTF.
21569
21570 2003-04-11  Jim Meyering  <jim@meyering.net>
21571
21572         Merge changes from Coreutils.
21573
21574         2003-03-22  Jim Meyering  <jim@meyering.net>
21575
21576         * lib/strftime.c (widen): Cast alloca return value to proper type.
21577
21578         2003-01-19  Ulrich Drepper  <drepper@redhat.com>
21579
21580         From GNU libc.
21581         * lib/strftime.c (my_strftime): Handle very large width
21582         specifications for numeric values correctly.  Improve checks for
21583         overflow.
21584
21585         2003-01-19  Jim Meyering  <jim@meyering.net>
21586
21587         * lib/strftime.c (widen) [COMPILE_WIDE]: Merge nearly-identical
21588         definitions.
21589         (nl_get_alt_digit) [! defined my_strftime]: Define.
21590         (my_strftime) [_NL_CURRENT]: Merge nearly-identical uses of
21591         _nl_get_alt_digit and _nl_get_walt_digit.
21592
21593         * lib/strftime.c (my_strftime): Merge in locale-related changes from
21594         libc. These changes have no effect outside of _LIBC.
21595
21596 2003-04-10  Bruno Haible  <bruno@clisp.org>
21597
21598         * modules/findprog: New file.
21599         * MODULES.html.sh (func_all_modules): Add it.
21600
21601 2003-04-10  Bruno Haible  <bruno@clisp.org>
21602
21603         * m4/findprog.m4: New file.
21604         * m4/eaccess.m4: New file.
21605
21606 2003-04-10  Bruno Haible  <bruno@clisp.org>
21607
21608         * lib/findprog.h: New file, from GNU gettext.
21609         * lib/findprog.c: New file, from GNU gettext.
21610
21611 2003-04-05  Jim Meyering  <jim@meyering.net>
21612
21613         Merge changes from Coreutils.
21614
21615         * lib/exclude.h (PARAMS): Remove definition and uses.
21616         * lib/exclude.c: Remove uses of `PARAMS'.
21617
21618         * lib/dirname.c [TEST_DIRNAME]: Update build instructions for test.
21619         Add test-cases for DOS filenames. Declare program_name.
21620         (main): Set up program_name.  Patch by Rich Dawe.
21621
21622         * lib/mountlist.c (read_filesystem_list) [MOUNTED_VMOUNT]: Detect any
21623         error from mntctl.
21624         Use mntctl's return value to drive the entry-processing loop, since
21625         we can't rely on the value of the vmt_length member in the last
21626         entry.  On some systems doing so could result in exhausting
21627         virtual memory.  Based in part on a patch from Mike Jetzer.
21628
21629 2003-04-04  Bruno Haible  <bruno@clisp.org>
21630
21631         * modules/linebreak: New file.
21632         * MODULES.html.sh (func_all_modules): Add it.
21633
21634 2003-04-04  Bruno Haible  <bruno@clisp.org>
21635
21636         * m4/linebreak.m4: New file.
21637
21638 2003-04-04  Bruno Haible  <bruno@clisp.org>
21639
21640         * lib/linebreak.h: New file, from GNU gettext.
21641         * lib/linebreak.c: New file, from GNU gettext with slight
21642         modifications.
21643         * lib/lbrkprop.h: New file, from GNU gettext.
21644
21645 2003-04-03  Bruno Haible  <bruno@clisp.org>
21646
21647         * modules/utf8-ucs4: New file.
21648         * modules/utf16-ucs4: New file.
21649         * modules/ucs4-utf8: New file.
21650         * modules/ucs4-utf16: New file.
21651         * MODULES.html.sh (func_all_modules): Add them.
21652
21653 2003-04-03  Bruno Haible  <bruno@clisp.org>
21654
21655         * m4/utf-ucs4.m4: New file.
21656         * m4/ucs4-utf.m4: New file.
21657
21658 2003-04-03  Bruno Haible  <bruno@clisp.org>
21659
21660         * lib/utf8-ucs4.h: New file, from GNU gettext.
21661         * lib/utf16-ucs4.h: New file, from GNU gettext.
21662         * lib/ucs4-utf8.h: New file, from GNU gettext.
21663         * lib/ucs4-utf16.h: New file, from GNU gettext.
21664
21665 2003-04-02  Bruno Haible  <bruno@clisp.org>
21666
21667         * modules/binary-io: New file.
21668         * MODULES.html.sh (func_all_modules): Add it.
21669
21670 2003-04-02  Bruno Haible  <bruno@clisp.org>
21671
21672         * lib/binary-io.h: New file, from GNU gettext.
21673
21674 2003-04-01  Bruno Haible  <bruno@clisp.org>
21675
21676         * modules/pathname: New file.
21677         * MODULES.html.sh (func_all_modules): Add it.
21678
21679 2003-04-01  Bruno Haible  <bruno@clisp.org>
21680
21681         * lib/pathname.h: New file, from GNU gettext.
21682         * lib/concatpath.c: New file, from GNU gettext.
21683
21684 2003-03-30  Bruno Haible  <bruno@clisp.org>
21685
21686         * m4/copy-file.m4 (gl_COPY_FILE): Add check for chown().
21687
21688 2003-03-30  Bruno Haible  <bruno@clisp.org>
21689
21690         * lib/copy-file.c (copy_file_preserving): Don't set owner if the
21691         function chown() doesn't exist.
21692
21693 2003-03-28  Bruno Haible  <bruno@clisp.org>
21694
21695         * modules/copy-file: New file.
21696         * MODULES.html.sh (func_all_modules): Add it.
21697
21698 2003-03-28  Bruno Haible  <bruno@clisp.org>
21699
21700         * m4/copy-file.m4: New file.
21701
21702 2003-03-28  Bruno Haible  <bruno@clisp.org>
21703
21704         * lib/copy-file.h: New file, from GNU gettext.
21705         * lib/copy-file.c: New file, from GNU gettext.
21706
21707 2003-03-18  Jim Meyering  <jim@meyering.net>
21708
21709         * lib/quote.c (quote_n): Fix typo in comment.
21710
21711 2003-03-18  Bruno Haible  <bruno@clisp.org>
21712
21713         * m4/onceonly.m4: Use m4_defn instead of defn, for better error
21714         checking.
21715         * m4/onceonly_2_57.m4: Likewise.
21716
21717 2003-03-17  Bruno Haible  <bruno@clisp.org>
21718
21719         * m4/onceonly.m4: Require autoconf 2.54 or newer.
21720         (m4_quote): Remove macro.
21721         * m4/onceonly_2_57.m4: Require autoconf 2.54 or newer.
21722
21723 2003-03-14  Jim Meyering  <jim@meyering.net>
21724
21725         Merge changes from Coreutils.
21726         * lib/obstack.h (obstack_object_size): Declare temporary, __o,
21727         to be const, in order to avoid warnings.
21728         (obstack_room): Likewise.
21729         (obstack_empty_p): Likewise.
21730
21731 2003-03-14  Bruno Haible  <bruno@clisp.org>
21732
21733         * m4/onceonly_2_57.m4 (AC_CHECK_HEADERS_ONCE, AC_CHECK_FUNCS_ONCE,
21734         AC_CHECK_DECLS_ONCE): Quote AC_FOREACH variable-expansions properly.
21735
21736 2003-03-13  Paul Eggert  <eggert@twinsun.com>
21737
21738         Merge changes from Bison.
21739         * lib/obstack.h: (__INT_TO_PTR) [__STDC__]: Cast result to
21740         (void *) to avoid diagnostic with native c89 on SGI IRIX 6.5
21741         when compiling Bison 1.875's `bitset bset = obstack_alloc
21742         (bobstack, bytes);'.  Problem reported by Nelson H. F. Beebe.
21743         * lib/hash.c: Include <stdbool.h> unconditionally.
21744
21745 2003-03-13  Paul Eggert  <eggert@twinsun.com>
21746
21747         * m4/onceonly.m4 (m4_quote): New macro.
21748         (AC_CHECK_HEADERS_ONCE, AC_CHECK_FUNCS_ONCE, AC_CHECK_DECLS_ONCE):
21749         Quote AC_FOREACH variable-expansions properly.
21750
21751 2003-03-13  Paul Eggert  <eggert@twinsun.com>
21752
21753         * doc/COPYING.DOC, fdl.texi: Sync with latest FSF version.
21754
21755 2003-03-09  Paul Eggert  <eggert@twinsun.com>
21756
21757         * lib/argmatch.c (EXIT_FAILURE): Define if the system doesn't.
21758         Reported by Bruce Becker; see:
21759         http://mail.gnu.org/archive/html/bug-bison/2003-03/msg00017.html
21760
21761 2003-03-03  Paul Eggert  <eggert@twinsun.com>
21762             Bruno Haible  <bruno@clisp.org>
21763
21764         * lib/mbswidth.h: Include <wchar.h>. Needed for UnixWare 7.1.1.
21765         Reported by John Hughes, see
21766         http://mail.gnu.org/archive/html/bug-bison/2003-02/msg00030.html
21767
21768 2003-02-20  Bruno Haible  <bruno@clisp.org>
21769
21770         * MODULES.html.sh (func_all_modules): Add poll.
21771
21772 2003-02-19  Paolo Bonzini  <bonzini@gnu.org>
21773
21774         * modules/poll: New file.
21775
21776 2003-02-19  Paolo Bonzini  <bonzini@gnu.org>
21777
21778         * lib/poll_.h: New file.
21779         * lib/poll.c: New file.
21780
21781 2003-02-19  Paolo Bonzini  <bonzini@gnu.org>
21782
21783         * m4/poll.m4: New file.
21784
21785 2003-02-18  Paolo Bonzini  <bonzini@gnu.org>
21786
21787         * modules/mathl: New file.
21788
21789 2003-02-18  Paolo Bonzini  <bonzini@gnu.org>
21790
21791         * lib/mathl.h: New file.
21792         * lib/acosl.c: New file.
21793         * lib/asinl.c: New file.
21794         * lib/atanl.c: New file.
21795         * lib/ceill.c: New file.
21796         * lib/cosl.c: New file.
21797         * lib/expl.c: New file.
21798         * lib/floorl.c: New file.
21799         * lib/frexpl.c: New file.
21800         * lib/ldexpl.c: New file.
21801         * lib/logl.c: New file.
21802         * lib/sincosl.c: New file.
21803         * lib/sinl.c: New file.
21804         * lib/sqrtl.c: New file.
21805         * lib/tanl.c: New file.
21806         * lib/trigl.c: New file.
21807         * lib/trigl.h: New file.
21808
21809 2003-02-18  Paolo Bonzini  <bonzini@gnu.org>
21810
21811         * m4/mathl.m4: New file.
21812
21813 2003-02-18  Bruno Haible  <bruno@clisp.org>
21814
21815         * MODULES.html.sh (func_all_modules): Add mathl.
21816
21817 2003-02-17  Bruno Haible  <bruno@clisp.org>
21818
21819         * modules/mkdtemp: New module.
21820         * MODULES.html.sh (func_all_modules): Add it.
21821
21822 2003-02-17  Bruno Haible  <bruno@clisp.org>
21823
21824         * m4/mkdtemp.m4: New file, from GNU gettext with modifications.
21825
21826 2003-02-17  Bruno Haible  <bruno@clisp.org>
21827
21828         * lib/mkdtemp.h: New file, from GNU gettext.
21829         * lib/mkdtemp.c: New file, from GNU gettext.
21830
21831 2003-02-02  Jim Meyering  <jim@meyering.net>
21832
21833         * m4/regex.m4 (jm_INCLUDED_REGEX): Detect broken re_search in
21834         e.g. glibc-2.2.93.
21835
21836 2003-01-31  Bruno Haible  <bruno@clisp.org>
21837
21838         * m4/rename.m4 (vb_FUNC_RENAME): Add a redirection from 'rename' to
21839         'rpl_rename'.
21840         * m4/strnlen.m4 (gl_FUNC_STRNLEN): Add a redirection from 'strnlen' to
21841         'rpl_strnlen'.
21842         * m4/strtod.m4 (gl_FUNC_STRTOD): Add a redirection from 'strtod' to
21843         'rpl_strtod'.
21844         * m4/utime.m4 (jm_FUNC_UTIME): Add a redirection from 'utime' to
21845         'rpl_utime'.
21846
21847 2003-01-31  Bruno Haible  <bruno@clisp.org>
21848
21849         * lib/rename.c: #undef rename before defining rpl_rename.
21850         * lib/strnlen.c: #undef strnlen, define rpl_strnlen instead of strnlen.
21851
21852 2003-01-30  Bruno Haible  <bruno@clisp.org>
21853
21854         * modules/vasnprintf, modules/vasprintf: New modules.
21855         * MODULES.html.sh (func_all_modules): Add them.
21856
21857 2003-01-30  Bruno Haible  <bruno@clisp.org>
21858
21859         * m4/signed.m4: New file, from GNU gettext.
21860         * m4/longdouble.m4: New file, from GNU gettext.
21861         * m4/wchar_t.m4: New file, from GNU gettext.
21862         * m4/wint_t.m4: New file, from GNU gettext.
21863         * m4/vasnprintf.m4: New file.
21864         * m4/vasprintf.m4: New file.
21865
21866 2003-01-30  Bruno Haible  <bruno@clisp.org>
21867
21868         * lib/printf-args.h: New file, from GNU gettext.
21869         * lib/printf-args.c: New file, from GNU gettext.
21870         * lib/printf-parse.h: New file, from GNU gettext.
21871         * lib/printf-parse.c: New file, from GNU gettext.
21872         * lib/vasnprintf.h: New file, from GNU gettext.
21873         * lib/vasnprintf.c: New file, from GNU gettext.
21874         * lib/asnprintf.c: New file, from GNU gettext.
21875         * lib/vasprintf.h: New file, from GNU gettext with modifications.
21876         * lib/vasprintf.c: New file, from GNU gettext.
21877         * lib/asprintf.c: New file, from GNU gettext.
21878
21879 2003-01-29  Bruno Haible  <bruno@clisp.org>
21880
21881         * modules/stpncpy: New module.
21882         * MODULES.html.sh (func_all_modules): Add it.
21883
21884 2003-01-29  Bruno Haible  <bruno@clisp.org>
21885
21886         * m4/stpncpy.m4: New file.
21887
21888 2003-01-29  Bruno Haible  <bruno@clisp.org>
21889
21890         * lib/stpncpy.h: New file, from GNU gettext with modifications.
21891         * lib/stpncpy.c: New file, from GNU gettext with modifications.
21892
21893 2003-01-28  Bruno Haible  <bruno@clisp.org>
21894
21895         * modules/c-ctype: New module.
21896         * MODULES.html.sh (func_all_modules): Add it.
21897
21898 2003-01-28  Bruno Haible  <bruno@clisp.org>
21899
21900         * lib/c-ctype.h: New file, from GNU gettext, with changes suggested by
21901         Paul Eggert.
21902         * lib/c-ctype.c: New file, from GNU gettext, with changes suggested by
21903         Paul Eggert.
21904
21905 2003-01-27  Bruno Haible  <bruno@clisp.org>
21906
21907         * modules/xsetenv: New module.
21908         * MODULES.html.sh (func_all_modules): Add it.
21909
21910 2003-01-27  Bruno Haible  <bruno@clisp.org>
21911
21912         * lib/xsetenv.h: New file, from GNU gettext.
21913         * lib/xsetenv.c: New file, from GNU gettext.
21914
21915 2003-01-23  Jim Meyering  <jim@meyering.net>
21916
21917         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Correct typo: s/-1/no/ that kept this
21918         from working on systems without dirfd (at least Irix and OSF1/Tru64).
21919
21920 2003-01-23  Bruno Haible  <bruno@clisp.org>
21921
21922         * modules/minmax: New module.
21923         * MODULES.html.sh (func_all_modules): Add it.
21924
21925 2003-01-23  Bruno Haible  <bruno@clisp.org>
21926
21927         * lib/minmax.h: New file, from GNU gettext, with comments from Paul
21928         Eggert.
21929
21930 2003-01-22  Bruno Haible  <bruno@clisp.org>
21931
21932         * modules/exit: New module.
21933         * MODULES.html.sh (func_all_modules): Add it.
21934
21935 2003-01-22  Bruno Haible  <bruno@clisp.org>
21936
21937         * lib/exit.h: New file, from GNU gettext.
21938
21939 2003-01-19  Bruno Haible  <bruno@clisp.org>
21940
21941         * gnulib-tool: Recognize option --extract-maintainer.
21942         (func_get_maintainer): New function.
21943         * modules/*: Add Maintainer entry.
21944
21945 2003-01-16  Jim Meyering  <jim@meyering.net>
21946
21947         * m4/regex.m4: The `regex' struct is both input and output.
21948         Initialize it before each use.  Patch by Tim Waugh.
21949
21950 2003-01-16  Bruno Haible  <bruno@clisp.org>
21951
21952         * MODULES.html.sh: Add a table of contents. Add the module name as
21953         leftmost column. Add hyperlinks.
21954
21955 2003-01-15  Bruno Haible  <bruno@clisp.org>
21956
21957         * m4/md5.m4 (gl_MD5): Require AC_C_INLINE.
21958
21959 2003-01-15  Bruno Haible  <bruno@clisp.org>
21960
21961         * m4/longlong.m4 (jm_AC_TYPE_LONG_LONG): Also test the LL suffix.
21962         * m4/ulonglong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): Also test the ULL
21963         suffix.
21964
21965 2003-01-15  Bruno Haible  <bruno@clisp.org>
21966
21967         * m4/alloca.m4 (gl_FUNC_ALLOCA): Invoke AC_EGREP_CPP prerequisites.
21968
21969 2003-01-15  Bruno Haible  <bruno@clisp.org>
21970
21971         * lib/stpcpy.h (stpcpy): Use ANSI C function declarations.
21972         * lib/strcase.h (strcasecmp, strncasecmp): Likewise.
21973
21974 2003-01-14  Jim Meyering  <jim@meyering.net>
21975
21976         * lib/same.c (same_name): Tweak a comment.
21977
21978 2003-01-14  Bruno Haible  <bruno@clisp.org>
21979
21980         * lib/same.c (same_name): Reorder tests so as to avoid calling stat()
21981         when a string comparison is sufficient.
21982
21983 2003-01-14  Bruno Haible  <bruno@clisp.org>
21984
21985         * lib/readtokens.c (readtoken): Cast character to 'unsigned char', not
21986         'unsigned int'.
21987
21988 2003-01-14  Bruno Haible  <bruno@clisp.org>
21989
21990         * lib/hash-pjw.c: Add comment about low quality of this function.
21991
21992 2003-01-13  Bruno Haible  <bruno@clisp.org>
21993
21994         * modules/stpcpy: Distribute lib/stpcpy.h.
21995         * modules/setenv: Depend on alloca. Distribute lib/setenv.h.
21996
21997 2003-01-13  Bruno Haible  <bruno@clisp.org>
21998
21999         * modules/*: Add a description.
22000         * modules/strpbrk: Fix Makefile.am snippet.
22001         * modules/strtoimax: Fix dependencies.
22002         * modules/strtoumax: Likewise.
22003
22004 2003-01-13  Bruno Haible  <bruno@clisp.org>
22005
22006         * gnulib-tool (func_create_testdir): Substitute lib_OBJECTS.
22007         * modules/alloca (Makefile.am): All object files depend on alloca.h.
22008         * modules/stdbool (Makefile.am): All object files depend on stdbool.h.
22009
22010 2003-01-13  Bruno Haible  <bruno@clisp.org>
22011
22012         * gnulib-tool (func_create_testdir): Store config/* files in the main
22013         directory.
22014         * config.rpath: Move to ...
22015         * config/config.rpath: ... here.
22016         * modules/gettext: Contains config/config.rpath, not config.rpath.
22017         * modules/iconv: Likewise.
22018
22019 2003-01-12  Paul Eggert  <eggert@twinsun.com>
22020
22021         Finish renaming getstr -> getdelim2 and readline -> readlinebuffer,
22022         to avoid collisions with libcurses and libreadline.
22023
22024         * m4/getstr.m4: Remove.
22025         * m4/getline.m4 (gl_PREREQ_GETLINE): Require AC_HEADER_STDC.
22026
22027 2003-01-12  Paul Eggert  <eggert@twinsun.com>
22028
22029         Finish renaming getstr -> getdelim2 and readline -> readlinebuffer,
22030         to avoid collisions with libcurses and libreadline.
22031
22032         * lib/Makefile.am (libfetish_a_SOURCES): Remove getstr.c, getstr.h.
22033         * lib/getstr.h, getstr.c: Remove.
22034         * lib/getline.c: Include "getline.h", to check interface.
22035         Move body of old getstr.c here: this defines MIN_CHUNK and
22036         declares getdelim2, which is renamed from getstr.
22037         (getline, getdelim): Adjust to renaming of getstr -> getdelim2.
22038
22039         * lib/linebuffer.c (readlinebuffer): Renamed from readline.
22040         All uses changed.
22041         * lib/linebuffer.h: Likewise.
22042         (readline): Remove backward-compatibility macro.
22043
22044 2003-01-12  Paul Eggert  <eggert@twinsun.com>
22045
22046         Finish renaming getstr -> getdelim2 and readline -> readlinebuffer,
22047         to avoid collisions with libcurses and libreadline.
22048         * getstr: Remove.
22049         * MODULES.html.sh: Remove getstr.
22050         * modules/getline: Depend on unlocked-io, not getstr.
22051
22052 2003-01-12  Jim Meyering  <jim@meyering.net>
22053
22054         * lib/makepath.c: Don't test HAVE_ERRNO_H.  It's not necessary.
22055
22056 2003-01-10  Bruno Haible  <bruno@clisp.org>
22057
22058         * modules/alloca: Change Makefile.am requirements. Simplify Include
22059         requirements. Add lib/alloca_.h to file list.
22060
22061 2003-01-10  Bruno Haible  <bruno@clisp.org>
22062
22063         * m4/alloca.m4 (gl_FUNC_ALLOCA): Also define ALLOCA_H.
22064
22065 2003-01-10  Bruno Haible  <bruno@clisp.org>
22066
22067         * lib/alloca_.h: New file.
22068         * lib/getdate.y: Unconditionally include alloca.h.
22069         * lib/makepath.c: Likewise.
22070         * lib/setenv.c: Likewise.
22071         * lib/userspec.c: Likewise.
22072
22073 2003-01-09  Karl Berry  <karl@gnu.org>
22074
22075         * MODULES.html.sh: include `dirname $0` in PATH, to find
22076         gnulib-tool.
22077
22078 2003-01-09  Bruno Haible  <bruno@clisp.org>
22079
22080         * modules/stdbool: Change configure.ac, Makefile.am requirements.
22081         Simplify Include requirements. Add lib/stdbool.h.in to file list.
22082
22083 2003-01-09  Bruno Haible  <bruno@clisp.org>
22084
22085         * m4/stdbool.m4 (AM_STDBOOL_H): New macro.
22086
22087 2003-01-09  Bruno Haible  <bruno@clisp.org>
22088
22089         * lib/stdbool.h.in: New file.
22090
22091 2003-01-09  Bruno Haible  <bruno@clisp.org>
22092
22093         * gnulib-tool (func_all_modules): Ignore files ending in ~.
22094         * MODULES.html.sh: Likewise.
22095
22096 2003-01-08  Jim Meyering  <jim@meyering.net>
22097
22098         * lib/full-write.c: Undefine and define-away `const' after inclusion
22099         of errno.h, not before.  Suggestion from Bruno Haible.
22100
22101 2003-01-08  Bruno Haible  <bruno@clisp.org>
22102
22103         * modules/full-read: Depend on full-write.
22104
22105 2003-01-08  Bruno Haible  <bruno@clisp.org>
22106
22107         * lib/safe-read.c: Include specification header first, to ensure its
22108         selfcontainedness.
22109         * lib/full-write.c: Likewise.
22110
22111 2003-01-07  Jim Meyering  <jim@meyering.net>
22112
22113         * lib/full-write.c: Rework so that it may serve to define full_read,
22114         too.
22115         * lib/full-read.c: Simply #define FULL_READ and include full-write.c.
22116
22117 2003-01-07  Bruno Haible  <bruno@clisp.org>
22118
22119         * lib/strtoimax.c: Include <stdint.h> as an alternative to
22120         <inttypes.h>.
22121         * lib/xstrtol.h: Likewise.
22122         * lib/xstrtoimax.c: Likewise.
22123         * lib/xstrtoumax.c: Likewise.
22124         * lib/human.h: Likewise.
22125
22126         * lib/tempname.c: Include <inttypes.h> too. Avoids a compilation error
22127         on systems that have <inttypes.h> but not <stdint.h>.
22128
22129 2003-01-07  Bruno Haible  <bruno@clisp.org>
22130
22131         * MODULES.html.sh: Add copyright notice.
22132         (missed_files): Omit CVS directory entries.
22133         (func_module): Make it work with sed-3.02.
22134         * MODULES.txt: Remove file.
22135
22136 2003-01-06  Jim Meyering  <jim@meyering.net>
22137
22138         * lib/version-etc.c: Update year in translatable copyright string.
22139
22140 2003-01-03  Karl Berry  <karl@gnu.org>
22141
22142         * config/config.{guess,sub}: update from prep.
22143
22144 2003-01-02  Karl Berry  <karl@gnu.org>
22145
22146         * doc/COPYING.DOC: belatedly updated to 1.2.
22147
22148 2003-01-01  Karl Berry  <karl@gnu.org>
22149
22150         * gnulib-tool (func_verify_module): report module name $module in
22151         error message, not $1.
22152         * gnulib-tool (create-testdir): don't complain if destdir couldn't
22153         be created, only if it doesn't exist.
22154         * gnulib-tool (last_checkin_date): don't expand the $Date here.
22155
22156 2002-12-31  Paul Eggert  <eggert@twinsun.com>
22157
22158         * m4/memcoll.m4 (gl_MEMCOLL): Require AC_FUNC_MEMCMP.
22159
22160 2002-12-31  Paul Eggert  <eggert@twinsun.com>
22161
22162         * lib/memcoll.c (memcoll): Fall back on a simple algorithm using
22163         memcmp if strcoll doesn't work.
22164
22165 2002-12-31  Bruno Haible  <bruno@clisp.org>
22166
22167         * lib/utime.c (utime_null): No need to call ftruncate if the file was
22168         nonempty.
22169
22170 2002-12-31  Bruno Haible  <bruno@clisp.org>
22171
22172         * lib/memcoll.c (STRCOLL): New macro.
22173         (memcoll): Use it.
22174
22175 2002-12-31  Bruno Haible  <bruno@clisp.org>
22176
22177         * lib/localcharset.h: New file.
22178         * lib/localcharset.c: Include it.
22179         * lib/unicodeio.c: Likewise.
22180
22181 2002-12-31  Bruno Haible  <bruno@clisp.org>
22182
22183         * lib/getstr.h (getstr): Define, to avoid clash with libcurses.
22184         * lib/linebuffer.h (readline): Define, to avoid clash with libreadline.
22185
22186 2002-12-31  Bruno Haible  <bruno@clisp.org>
22187
22188         * lib/getline.h: Include <stddef.h>, for size_t.
22189
22190         * lib/unicodeio.h: Include <stddef.h>, for size_t.
22191         * lib/unicodeio.c: Don't include <stddef.h>.
22192
22193 2002-12-31  Bruno Haible  <bruno@clisp.org>
22194
22195         * lib/getdate.y (get_date): Test HAVE_STRUCT_TM_TM_ZONE, not
22196         HAVE_TM_ZONE.
22197
22198 2002-12-24  Karl Berry  <karl@gnu.org>
22199
22200         * config/config.guess: update from prep.
22201
22202 2002-12-24  Bruno Haible  <bruno@clisp.org>
22203
22204         General infrasructure.
22205         * m4/README: Rewritten.
22206         * m4/onceonly.m4: New file.
22207         * m4/onceonly_2_57.m4: New file.
22208
22209         Module atexit.
22210         * m4/atexit.m4: New file.
22211
22212         Module strtod.
22213         * m4/strtod.m4: New file.
22214
22215         Module strtol.
22216         * m4/strtol.m4: New file.
22217
22218         Module strtoul.
22219         * m4/strtoul.m4: New file.
22220
22221         Module memchr.
22222         * m4/memchr.m4: New file.
22223
22224         Module memcmp.
22225         * m4/memcmp.m4 (gl_PREREQ_MEMCMP): New macro.
22226         (jm_FUNC_MEMCMP): Invoke it.
22227
22228         Module memcpy.
22229         * m4/memcpy.m4: New file.
22230
22231         Module memmove.
22232         * m4/memmove.m4: New file.
22233
22234         Module memset.
22235         * m4/memset.m4: New file.
22236
22237         Module strcspn.
22238         * m4/strcspn.m4: New file.
22239
22240         Module strpbrk.
22241         * m4/strpbrk.m4: New file.
22242
22243         Module strstr.
22244         * m4/strstr.m4: New file.
22245
22246         Module strerror.
22247         * m4/strerror.m4: New file.
22248
22249         Module mktime.
22250         * m4/mktime.m4: Renamed from jm-mktime.m4.
22251         (gl_PREREQ_MKTIME): New macro.
22252         (gl_FUNC_MKTIME): Renamed from jm_FUNC_MKTIME. Invoke gl_PREREQ_MKTIME.
22253
22254         Module malloc.
22255         * m4/malloc.m4 (gl_PREREQ_MALLOC): New macro.
22256         (jm_FUNC_MALLOC): Use AC_FUNC_MALLOC. Invoke gl_PREREQ_MALLOC.
22257         Don't define HAVE_DONE_WORKING_MALLOC_CHECK, since nothing uses it.
22258
22259         Module realloc.
22260         * m4/realloc.m4 (gl_PREREQ_REALLOC): New macro.
22261         (jm_FUNC_REALLOC): Use AC_FUNC_REALLOC. Invoke gl_PREREQ_REALLOC.
22262         Don't define HAVE_DONE_WORKING_REALLOC_CHECK, since nothing uses it.
22263
22264         Module strftime.
22265         * m4/tm_gmtoff.m4: New file, extracted from strftime.m4.
22266         * m4/strftime.m4 (_jm_STRFTIME_PREREQS): Use AC_FUNC_STRFTIME.
22267         Don't test for bcopy (we are not emacs). Invoke AC_TYPE_MBSTATE_T and
22268         gl_TM_GMTOFF.
22269         (_jm_STRFTIME_PREREQS, jm_FUNC_GNU_STRFTIME): Use onceonly macros.
22270
22271         Module xalloc.
22272         * m4/xalloc.m4: New file.
22273
22274         Module alloca.
22275         * m4/alloca.m4: New file.
22276
22277         Module putenv.
22278         * m4/putenv.m4 (gl_PREREQ_PUTENV): New macro.
22279         (jm_FUNC_PUTENV): Invoke it.
22280
22281         Module setenv.
22282         * m4/setenv.m4 (gt_FUNC_SETENV): New macro.
22283         (gt_CHECK_VAR_DECL): Fix quoting error that led to infinite loop in m4
22284         when invoked twice.
22285         (gt_PREREQ_SETENV, gt_PREREQ_UNSETENV): New macros, replacing old
22286         gt_FUNC_SETENV.
22287
22288         Module memrchr.
22289         * m4/memrchr.m4: New file.
22290
22291         Module stpcpy.
22292         * m4/stpcpy.m4: New file.
22293
22294         Module strcase.
22295         * m4/strcase.m4: New file.
22296
22297         Module strdup.
22298         * m4/strdup.m4: New file.
22299
22300         Module strnlen.
22301         * m4/strnlen.m4: New file.
22302
22303         Module strndup.
22304         * m4/strndup.m4: New file.
22305
22306         Module xstrtod.
22307         * m4/xstrtod.m4: New file.
22308
22309         Module xstrtol.
22310         * m4/xstrtol.m4: New file.
22311
22312         Module getdate.
22313         * m4/getdate.m4: New file.
22314
22315         Module unlocked-io.
22316         * m4/unlocked-io.m4: Renamed from jm-glibc-io.m4.
22317         (jm_FUNC_GLIBC_UNLOCKED_IO): Invoke AC_GNU_SOURCE. Use onceonly macros.
22318         * m4/jm-glibc-io.m4n: Remove file.
22319
22320         Module long-options.
22321         * m4/long-options.m4: New file.
22322
22323         Module md5.
22324         * m4/md5.m4: New file.
22325
22326         Module sha.
22327         * m4/sha.m4: New file.
22328
22329         Module getstr.
22330         * m4/getstr.m4: New file.
22331
22332         Module getline.
22333         * m4/getline.m4 (gl_PREREQ_GETLINE): New macro.
22334         (AM_FUNC_GETLINE): Invoke AC_GNU_SOURCE. Use <stdlib.h>, not
22335         <sys/types.h>, for size_t. Use the function name gnu_getline, not
22336         simply getline. Infoke gl_PREREQ_GETLINE.
22337
22338         Module obstack.
22339         * m4/obstack.m4: New file.
22340
22341         Module hash.
22342         * m4/hash.m4: New file.
22343
22344         Module readtokens.
22345         * m4/readtokens.m4: New file.
22346
22347         Module strverscmp.
22348         * m4/strverscmp.m4: New file.
22349
22350         Module stdbool.
22351         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Add test for _Bool. Needed for
22352         OSF/1.
22353
22354         Module strtoll.
22355         * m4/strtoll.m4: New file.
22356
22357         Module strtoull.
22358         * m4/strtoull.m4: New file.
22359
22360         Module strtoimax.
22361         * m4/strtoimax.m4: New file.
22362
22363         Module strtoumax.
22364         * m4/strtoumax.m4: New file.
22365
22366         Module xstrtoimax.
22367         * m4/xstrtoimax.m4 (jm_XSTRTOIMAX): Renamed from
22368         jm_AC_PREREQ_XSTRTOIMAX.
22369         Moved the strtol prerequisites to strtol.m4.
22370         Moved the strtoll prerequisites to strtoll.m4.
22371         Moved the strtoimax prerequisites to strtoimax.m4.
22372
22373         Module xstrtoumax.
22374         * m4/xstrtoumax.m4 (jm_XSTRTOUMAX): Renamed from
22375         jm_AC_PREREQ_XSTRTOUMAX.
22376         Moved the strtoul prerequisites to strtoul.m4.
22377         Moved the strtoull prerequisites to strtoull.m4.
22378         Moved the strtoumax prerequisites to strtoumax.m4.
22379
22380         Module chown.
22381         * m4/chown.m4 (gl_PREREQ_CHOWN): New macro.
22382         (jm_FUNC_CHOWN): Use AC_FUNC_CHOWN. Invoke gl_PREREQ_CHOWN.
22383
22384         Module dup2.
22385         * m4/dup2.m4: New file.
22386
22387         Module ftruncate.
22388         * m4/ftruncate.m4 (gl_PREREQ_FTRUNCATE): New macro.
22389         (jm_FUNC_FTRUNCATE): Use AC_REPLACE_FUNCS. Invoke gl_PREREQ_FTRUNCATE.
22390
22391         Module getgroups.
22392         * m4/getgroups.m4 (gl_PREREQ_GETGROUPS): New macro.
22393         (jm_FUNC_GETGROUPS): Use AC_FUNC_GETGROUPS. Invoke gl_PREREQ_GETGROUPS.
22394
22395         Module gettimeofday.
22396         * m4/gettimeofday.m4 (gl_PREREQ_GETTIMEOFDAY): New macro.
22397         (AC_FUNC_GETTIMEOFDAY_CLOBBER): Use onceonly macros. Invoke
22398         gl_PREREQ_GETTIMEOFDAY.
22399
22400         Module mkdir.
22401         * m4/mkdir-slash.m4 (gl_PREREQ_MKDIR): New macro.
22402         (UTILS_FUNC_MKDIR_TRAILING_SLASH): Invoke gl_PREREQ_MKDIR.
22403
22404         Module mkstemp.
22405         * m4/mkstemp.m4 (gl_PREREQ_MKSTEMP): New macro.
22406         (jm_PREREQ_TEMPNAME): New macro, from prereq.m4. Also invoke
22407         jm_AC_TYPE_UINTMAX_T.
22408         (UTILS_FUNC_MKSTEMP): Invoke gl_PREREQ_MKSTEMP and jm_PREREQ_TEMPNAME.
22409
22410         Module stat.
22411         * m4/stat.m4 (gl_PREREQ_STAT): New macro.
22412         (jm_FUNC_STAT): Use AC_FUNC_STAT. Invoke gl_PREREQ_STAT.
22413
22414         Module lstat.
22415         * m4/lstat.m4 (gl_PREREQ_LSTAT): New macro.
22416         (jm_FUNC_LSTAT): Use AC_FUNC_LSTAT. Invoke gl_PREREQ_LSTAT.
22417
22418         Module timespec.
22419         * m4/timespec.m4 (gl_TIMESPEC): New macro.
22420         (jm_CHECK_TYPE_STRUCT_TIMESPEC): Add check for <sys/time.h>.
22421         * m4/st_mtim.m4: Indentation.
22422
22423         Module nanosleep.
22424         * m4/nanosleep.m4 (gl_PREREQ_NANOSLEEP): New macro.
22425         (jm_FUNC_NANOSLEEP): Add check for <sys/time.h>. Invoke
22426         gl_PREREQ_NANOSLEEP.
22427
22428         Module regex.
22429         * m4/regex.m4 (jm_PREREQ_REGEX): New macro.
22430         (jm_INCLUDED_REGEX): Invoke jm_PREREQ_REGEX.
22431         (gl_REGEX): New macro.
22432
22433         Module rename.
22434         * m4/rename.m4 (gl_PREREQ_RENAME): New macro.
22435         (vb_FUNC_RENAME): Invoke gl_PREREQ_RENAME.
22436
22437         Module rmdir.
22438         * m4/rmdir.m4: New file.
22439
22440         Module utime.
22441         * m4/utimbuf.m4 (jm_CHECK_TYPE_STRUCT_UTIMBUF): Use onceonly macros.
22442         * m4/utime.m4 (gl_PREREQ_UTIME): New macro.
22443         (jm_FUNC_UTIME): Invoke gl_PREREQ_UTIME.
22444
22445         Module dirname.
22446         * m4/dirname.m4: New file.
22447
22448         Module getopt.
22449         * m4/getopt.m4: New file.
22450
22451         Module unistd-safer.
22452         * m4/unistd-safer.m4: New file.
22453
22454         Module fnmatch.
22455         * m4/fnmatch.m4 (_AC_FUNC_FNMATCH_IF): Include <stdlib.h>, for exit()
22456         declaration.
22457         (gl_PREREQ_FNMATCH_EXTRA): New macro.
22458         (gl_FUNC_FNMATCH_POSIX): New macro.
22459         (gl_FUNC_FNMATCH_GNU): Renamed from AC_FUNC_FNMATCH_GNU. Invoke
22460         gl_PREREQ_FNMATCH_EXTRA. Use the function name gnu_fnmatch, not
22461         simply fnmatch.
22462
22463         Module exclude.
22464         * m4/exclude.m4: New file.
22465
22466         Module human.
22467         * m4/human.m4: New file.
22468
22469         Module acl.
22470         * m4/acl.m4: Nop.
22471
22472         Module backupfile.
22473         * m4/backupfile.m4: New file.
22474         * m4/d-ino.m4: Indentation.
22475
22476         Module fsusage.
22477         * m4/fsusage.m4 (gl_FSUSAGE): New macro.
22478         (jm_STATFS_TRUNCATES): New macro, from coreutils-4.5.4/configure.ac.
22479         (gl_PREREQ_FSUSAGE_EXTRA): New macro.
22480
22481         Module dirfd.
22482         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Invoke some AC_EGREP_CPP
22483         requirements.
22484
22485         Module euidaccess.
22486         * m4/euidaccess.m4: New file.
22487
22488         Module file-type.
22489         * m4/file-type.m4: New file.
22490
22491         Module fileblocks.
22492         * m4/fileblocks.m4: New file.
22493
22494         Module filemode.
22495         * m4/filemode.m4: New file.
22496
22497         Module isdir.
22498         * m4/isdir.m4: New file.
22499
22500         Module lchown.
22501         * m4/lchown.m4 (gl_PREREQ_LCHOWN): New macro.
22502         (jm_FUNC_LCHOWN): Invoke gl_PREREQ_LCHOWN.
22503
22504         Module makepath.
22505         * m4/makepath.m4: New file.
22506
22507         Module modechange.
22508         * m4/modechange.m4: New file.
22509
22510         Module mountlist.
22511         * m4/mountlist.m4: New file.
22512         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Use onceonly macros.
22513         Indentation.
22514
22515         Module path-concat.
22516         * m4/path-concat.m4: New file.
22517
22518         Module pathmax.
22519         * m4/pathmax.m4: New file.
22520
22521         Module same.
22522         * m4/same.m4: New file.
22523
22524         Module save-cwd.
22525         * m4/save-cwd.m4: New file.
22526
22527         Module savedir.
22528         * m4/savedir.m4: New file.
22529
22530         Module xgetcwd.
22531         * m4/xgetcwd.m4: New file.
22532         * m4/getcwd.m4 (AC_FUNC_GETCWD_NULL): Use onceonly macros.
22533
22534         Module xreadlink.
22535         * m4/xreadlink.m4: New file.
22536
22537         Module safe-read.
22538         * m4/safe-read.m4: New file.
22539
22540         Module safe-write.
22541         * m4/safe-write.m4: New file.
22542
22543         Module closeout.
22544         * m4/closeout.m4: New file.
22545
22546         Module stdio-safer.
22547         * m4/stdio-safer.m4: New file.
22548
22549         Module getpass.
22550         * m4/getpass.m4: New file.
22551
22552         Module getugroups.
22553         * m4/getugroups.m4: New file.
22554
22555         Module group-member.
22556         * m4/group-member.m4 (gl_PREREQ_GROUP_MEMBER): New macro.
22557         (jm_FUNC_GROUP_MEMBER): Invoke AC_GNU_SOURCE, gl_PREREQ_GROUP_MEMBER.
22558
22559         Module idcache.
22560         * m4/idcache.m4: New file.
22561
22562         Module userspec.
22563         * m4/userspec.m4: New file.
22564
22565         Module gettime.
22566         * m4/clock_time.m4: New file.
22567         * m4/gettime.m4: New file.
22568
22569         Module settime.
22570         * m4/settime.m4: New file.
22571
22572         Module posixtm.
22573         * m4/posixtm.m4: New file.
22574
22575         Module gethostname.
22576         * m4/gethostname.m4: New file.
22577
22578         Module canon-host.
22579         * m4/canon-host.m4: New file.
22580
22581         Module gettext.
22582         * m4/codeset.m4: New file, from gettext-0.11.5.
22583         * m4/gettext.m4: New file, from gettext-0.11.5.
22584         * m4/glibc21.m4: New file, from gettext-0.11.5.
22585         * m4/iconv.m4: New file, from gettext-0.11.5.
22586         * m4/intdiv0.m4: New file, from gettext-0.11.5.
22587         * m4/inttypes-pri.m4: New file, from gettext-0.11.5.
22588         * m4/inttypes.m4: New file, from gettext-0.11.5.
22589         * m4/inttypes_h.m4: New file, from gettext-0.11.5 with modifications.
22590         * m4/isc-posix.m4: New file, from gettext-0.11.5.
22591         * m4/lcmessage.m4: New file, from gettext-0.11.5.
22592         * m4/lib-ld.m4: New file, from gettext-0.11.5.
22593         * m4/lib-link.m4: New file, from gettext-0.11.5.
22594         * m4/lib-prefix.m4: New file, from gettext-0.11.5.
22595         * m4/progtest.m4: New file, from gettext-0.11.5.
22596         * m4/stdint_h.m4: New file, from gettext-0.11.5 with modifications.
22597         * m4/uintmax_t.m4: New file, from gettext-0.11.5 with modifications.
22598         * m4/ulonglong.m4: New file, from gettext-0.11.5 with modifications.
22599
22600         Module localcharset.
22601         * m4/localcharset.m4: New file.
22602
22603         Module hard-locale.
22604         * m4/hard-locale.m4: New file.
22605
22606         Module mbswidth.
22607         * m4/mbswidth.m4 (gl_MBSWIDTH): Renamed from jm_PREREQ_MBSWIDTH. Use
22608         onceonly macros.
22609         * m4/mbrtowc.m4: Add comment.
22610
22611         Module memcasecmp.
22612         * m4/memcasecmp.m4: New file.
22613
22614         Module memcoll.
22615         * m4/memcoll.m4: New file.
22616
22617         Module unicodeio.
22618         * m4/unicodeio.m4: New file.
22619
22620         Module rpmatch.
22621         * m4/rpmatch.m4: New file.
22622
22623         Module yesno.
22624         * m4/yesno.m4: New file.
22625
22626         Module exitfail.
22627         * m4/exitfail.m4: New file.
22628
22629         Module c-stack.
22630         * m4/c-stack.m4 (gl_C_STACK): New macro.
22631         (jm_PREREQ_C_STACK): Check for <sys/time.h>. Use onceonly macros.
22632
22633         Module error.
22634         * m4/error.m4 (gl_ERROR): New macro.
22635         (jm_PREREQ_ERROR): Use onceonly macros.
22636
22637         Module fatal.
22638         * m4/fatal.m4: New file.
22639
22640         Module getloadavg.
22641         * m4/getloadavg.m4 (AC_FUNC_GETLOADAVG): Use onceonly macros.
22642         (gl_FUNC_GETLOADAVG, gl_PREREQ_GETLOADAVG): New macros.
22643
22644         Module getpagesize.
22645         * m4/getpagesize.m4: New file.
22646
22647         Module getusershell.
22648         * m4/getusershell.m4: New file.
22649
22650         Module physmem.
22651         * m4/physmem.m4: New file.
22652
22653         Module posixver.
22654         * m4/posixver.m4: New file.
22655
22656         Module quotearg.
22657         * m4/quotearg.m4: New file.
22658
22659         Module quote.
22660         * m4/quote.m4: New file.
22661
22662         Module readutmp.
22663         * m4/readutmp.m4: New file, based on jm_PREREQ_READUTMP from prereq.m4.
22664
22665         Module sig2str.
22666         * m4/sig2str.m4: New file.
22667
22668         Other.
22669         * m4/longlong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): Remove, moved to
22670         ulonglong.m4.
22671         * m4/intmax_t.m4: New file.
22672         * m4/d-type.m4: Indentation.
22673         * m4/jm-macros.m4: Update.
22674         * m4/prereq.m4 (jm_PREREQ): Update.
22675         (jm_PREREQ_ADDEXT): Remove, obsoleted by backupfile.m4.
22676         (jm_PREREQ_CANON_HOST): Remove, obsoleted by canon-host.m4.
22677         (jm_PREREQ_DIRNAME): Remove, obsoleted by dirname.m4.
22678         (jm_PREREQ_EXCLUDE): Remove, obsoleted by exclude.m4.
22679         (jm_PREREQ_GETPAGESIZE): Remove, obsoleted by getpagesize.m4.
22680         (jm_PREREQ_HARD_LOCALE): Remove, obsoleted by hard-locale.m4.
22681         (jm_PREREQ_HASH): Remove, obsoleted by hash.m4.
22682         (jm_PREREQ_HUMAN): Remove, obsoleted by human.m4.
22683         (jm_PREREQ_MEMCHR): Remove, obsoleted by memchr.m4.
22684         (jm_PREREQ_PHYSMEM): Remove, obsoleted by physmem.m4.
22685         (jm_PREREQ_POSIXVER): Remove, obsoleted by posixver.m4.
22686         (jm_PREREQ_QUOTEARG): Remove, obsoleted by quotearg.m4.
22687         (jm_PREREQ_READUTMP): Remove, obsoleted by readutmp.m4.
22688         (jm_PREREQ_REGEX): Remove, obsoleted by regex.m4.
22689         (jm_PREREQ_STRNLEN): Remove, obsoleted by strnlen.m4.
22690         (jm_PREREQ_TEMPNAME): Remove, obsoleted by mkstemp.m4.
22691         (jm_PREREQ_XGETCWD): Remove, obsoleted by xgetcwd.m4.
22692         (jm_PREREQ_XREADLINK): Remove, obsoleted by xreadlink.m4.
22693         * m4/readdir.m4 (jm_FUNC_READDIR): Use onceonly macros.
22694
22695 2002-12-24  Bruno Haible  <bruno@clisp.org>
22696
22697         * MODULES.txt: Update according to m4/ changes.
22698
22699         Module gettext.
22700         * config.rpath: New file, from gettext-0.11.5.
22701
22702         * modules/*: New module descriptions.
22703         * gnulib-tool: New file.
22704         * MODULES.html.sh: New file.
22705
22706 2002-12-21  Karl Berry  <karl@gnu.org>
22707
22708         * doc/fdl.texi: update to version 1.2.
22709
22710 2002-12-19  Karl Berry  <karl@gnu.org>
22711
22712         * config/config.guess: update from prep.
22713
22714 2002-12-18  Bruno Haible  <bruno@clisp.org>
22715
22716         * m4/strftime.m4 (_jm_STRFTIME_PREREQS): Don't test for localtime_r.
22717         * m4/jm-mktime.m4 (jm_FUNC_MKTIME): Likewise.
22718
22719 2002-12-17  Bruno Haible  <bruno@clisp.org>
22720
22721         * m4/mbswidth.m4 (jm_PREREQ_MBSWIDTH): Remove checks for limits.h,
22722         stdlib.h, string.h.
22723
22724 2002-12-17  Bruno Haible  <bruno@clisp.org>
22725
22726         * lib/canon-host.c (strdup): Remove unused declaration.
22727
22728         * lib/fsusage.c: Include full_read.h.
22729         (get_fs_usage): Use full_read instead of safe_read.
22730
22731         * lib/utime.c (utime_null): Use SAFE_READ_ERROR.
22732
22733 2002-12-12  Karl Berry  <karl@gnu.org>
22734
22735         * config/config.guess: update from prep.
22736
22737 2002-12-11  Bruno Haible  <bruno@clisp.org>
22738
22739         * m4/setenv.m4: New file, from gettext-0.11.5.
22740
22741 2002-12-11  Bruno Haible  <bruno@clisp.org>
22742
22743         * lib/setenv.h: Rewritten to cope with systems that have setenv() but
22744         not unsetenv().
22745         * lib/setenv.c, unsetenv.c: Taken from glibc-2.2.4 with the following
22746         modifications:
22747
22748         2002-12-11  Bruno Haible  <bruno@clisp.org>
22749
22750                 * setenv.c (alloca): Fall back to malloc.
22751                 (freea): New macro.
22752                 (setenv): Use freea() to free memory allocated with alloca().
22753
22754         2002-11-13  Bruno Haible  <bruno@clisp.org>
22755
22756                 * setenv.c (compar_fn_t, __add_to_environ, setenv): Use ANSI C
22757                 function declarations.
22758                 * unsetenv.c (unsetenv): Likewise.
22759
22760         2002-03-04  Bruno Haible  <bruno@clisp.org>
22761
22762                 Portability to AIX 4.3.3.
22763                 * unsetenv.c: New file, extracted from setenv.c.
22764                 * setenv.c: Move the unsetenv() function to unsetenv.c.
22765
22766         2001-12-20  Bruno Haible  <bruno@clisp.org>
22767
22768                 * setenv.c (__add_to_environ): Don't call realloc(NULL,...),
22769                 use malloc instead. For SunOS 4.
22770
22771         2001-12-11  Bruno Haible  <bruno@clisp.org>
22772
22773                 * setenv.c: Declare alloca.
22774                 (compar_fn_t): New typedef.
22775                 (KNOWN_VALUE, STORE_VALUE): Use it.
22776
22777         * lib/Makefile.am (libfetish_a_SOURCES): Add setenv.c, unsetenv.c,
22778         setenv.h.
22779
22780 2002-12-10  Paul Eggert  <eggert@twinsun.com>
22781
22782         Port exclude.c and exclude.h to more non-GNU systems, e.g. Solaris 7.
22783         * lib/exclude.h (EXCLUDE_ANCHORED, EXCLUDE_INCLUDE, EXCLUDE_WILDCARDS):
22784         Choose values that are less likely to collide with system fnmatch
22785         options.
22786         * lib/exclude.c (FNM_CASEFOLD, FNM_LEADING_DIR): Define to 0 if not
22787         defined (e.g., a pure POSIX system).
22788         (EXCLUDE_macros_do_not_collide_with_FNM_macros): Use FNM_PATHNAME
22789         instead of FNM_FILE_NAME, for compatibility with pure POSIX sytems.
22790
22791 2002-12-06  Paul Eggert  <eggert@twinsun.com>
22792
22793         Undo the 2001-07-02 change for jm-glibc-io, as it was too much of
22794         a pain in practice to deal with generated m4 files.  This change
22795         goes together with the 2002-12-04 unlocked-io.h change in ../lib.
22796
22797         * m4/Makefile.am.in (Makefile.am): Don't mention jm-glibc-io.m4n
22798         and jm-glibc-io.m4, as they are no longer a special case.
22799         * m4/jm-glibc-io.m4: Rename from jm-glibc-io.m4n, and remove the
22800         kludge and the auto-generation stuff.  Check only whether the
22801         functions are declared, not whether they exist, since older hosts
22802         that don't declare the functions can't use the optimization anyway.
22803
22804 2002-12-06  Jim Meyering  <jim@meyering.net>
22805
22806         * lib/error.c: Be consistent: change `#ifndef _LIBC' to `#if !_LIBC'.
22807
22808         Merge in changes from libc's misc/error.c, in preparation
22809         for the merge of gnulib's changes back into libc.
22810
22811         * lib/error.c (_): Define only if not already defined.
22812         Move definition to follow all #include directives.
22813         Include unlocked-io.h only if !_LIBC.
22814         [_LIBC]: Include <libio/libioP.h>.
22815         [USE_IN_LIBIO]: Include <libio/iolibio.h>
22816         (fflush): Tweak definition to use INTUSE.
22817         (putc): Define.
22818
22819 2002-12-05  Paul Eggert  <eggert@twinsun.com>
22820
22821         * lib/alloca.c [defined emacs]: Include "lisp.h".
22822         (xalloc_die) [defined emacs]: New macro.
22823         (free) [defined emacs && defined EMACS_FREE]: Define to EMACS_FREE.
22824         [! defined emacs]: Include <xalloc.h>.
22825         (POINTER_TYPE) [!defined POINTER_TYPE]: New macro.
22826         (pointer): Typedef to POINTER_TYPE *.
22827         (malloc): Remove decl; we now always use xmalloc.
22828         (alloca): Use old-style definition, since Emacs needs this.
22829         Check for arithmetic overflow when computing combined size.
22830
22831 2002-12-04  Paul Eggert  <eggert@twinsun.com>
22832
22833         Do not generate unlocked-io.h automatically, since it's easier to
22834         maintain it by hand.
22835
22836         * lib/unlocked-io.h: New file, from GNU diffutils,
22837         but with proper copyright notice and attribution.
22838         * lib/gen-uio: Remove.
22839         * lib/Makefile.am: Add copyright notice.
22840         (libfetish_a_SOURCES): Add unlocked-io.h.
22841         (BUILT_SOURCES, all-local): Remove unlocked-io.h.
22842         (DISTCLEANFILES, io_functions): Remove macros.
22843         (EXTRA_DIST): Remove gen_uio.
22844         (unlocked-io.h): Remove rule.
22845
22846 2002-12-04  Jim Meyering  <jim@meyering.net>
22847
22848         Reflect the fact that stat.c and lstat.c are no longer generated.
22849         * lib/Makefile.am (BUILT_SOURCES): Remove stat.c and lstat.c.
22850         (DISTCLEANFILES): Likewise.
22851         (EXTRA_DIST): Likewise.
22852         (all_local): Don't depend on stat.c or lstat.c.
22853         (stat.c, lstat.c): Remove rules.
22854         (EXTRA_DIST): Remove xstat.in.
22855
22856         * lib/xstat.in: Remove file.  Contents moved into stat.c.
22857         * lib/stat.c: New file.  Contents mostly from xstat.in.
22858         * lib/stat.c: Rework so that it may serve to define rpl_lstat, too.
22859         * lib/lstat.c: New file. Simply #define LSTAT and include stat.c.
22860
22861         * lib/safe-read.c: Rework so that it may serve to define safe_write,
22862         too.
22863         * lib/safe-write.c: Simply #define SAFE_WRITE and include safe-read.c.
22864
22865 2002-12-03  Jim Meyering  <jim@meyering.net>
22866
22867         * lib/safe-read.c, safe-write.c: Change variable names and comments,
22868         but not semantics, to minimize the differences between these two files.
22869         (safe_read): Change comment to mention SAFE_READ_ERROR.
22870
22871         * lib/safe-read.c (IS_EINTR): Define.
22872         (safe_read): Use IS_EINTR in place of in-function cpp directives.
22873
22874 2002-12-02  Jim Meyering  <jim@meyering.net>
22875
22876         * lib/safe-read.c (EINTR): Define.
22877         (CHAR_BIT, TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM): Define.
22878         (INT_MAX): Provide fallback.
22879         (safe_read): Rewrite to iterate IFF the read fails with EINTR.
22880
22881         * lib/safe-read.h (SAFE_READ_ERROR): Define.
22882
22883 2002-12-02  Bruno Haible  <bruno@clisp.org>
22884
22885         * lib/safe-write.c (CHAR_BIT, TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM):
22886         Define, taken from safe-read.c.
22887         (INT_MAX): Provide fallback.
22888         (safe_write): Rewrite to iterate IFF the write fails with EINTR.
22889         * lib/safe-write.h (SAFE_WRITE_ERROR): Define.
22890
22891         * lib/safe-read.c (EINTR): Remove definition.
22892         (safe_read): Don't use EINTR if it is absent.
22893
22894 2002-12-01  Jim Meyering  <jim@meyering.net>
22895
22896         * lib/safe-read.c: (safe_read): Also exit the loop when read returns
22897         zero.
22898         (CHAR_BIT, TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM, INT_MAX): Define.
22899
22900 2002-11-27  Paul Eggert  <eggert@twinsun.com>
22901
22902         * lib/hash.c (hash_lookup, hash_get_first, hash_get_next,
22903         hash_find_entry, hash_rehash): Replace `if (limit <= value) abort ();'
22904         with `if (! (value < limit)) abort ();', for readability.
22905
22906 2002-11-26  Karl Berry  <karl@gnu.org>
22907
22908         * lib/strdup.c: copy from libc again, with jim's ok.
22909         * lib/.cppi-disable: re-add strdup.c
22910
22911 2002-11-25  Karl Berry  <karl@gnu.org>
22912
22913         * lib/strtoll.c: copy from libc, meaning we now #include <strtol.c>
22914         instead of "strtol.c".
22915
22916 2002-11-25  Karl Berry  <karl@gnu.org>
22917
22918         * config/install-sh: update from automake for variable quoting, $0 in
22919         error msgs, etc.
22920
22921         * config/srclist.txt ($LIBCSRC/time/mktime.c lib gpl): new entry.
22922         * config/srclist.txt ($LIBCSRC/sysdeps/generic/strtoll.c lib gpl): new
22923         entry.
22924
22925 2002-11-25  Jim Meyering  <jim@meyering.net>
22926
22927         * lib/mktime.c: Sync from libc, now that it has the latest fix.
22928
22929 2002-11-24  Karl Berry  <karl@gnu.org>
22930
22931         * lib/error.c, getopt.c, getopt.h, getopt1.c, obstack.c, regex.c,
22932         regex.h, strdup.c, strtoll.c, tempname.c: change license to gpl.
22933
22934 2002-11-24  Jim Meyering  <jim@meyering.net>
22935
22936         Update from coreutils:
22937
22938         * lib/mktime.c: Merge in changes from libc.
22939
22940         Avoid a link-time failure on some Linux systems.
22941         * lib/mktime.c (STATIC): Define to be empty (_LIBC) or `static'
22942         (otherwise).
22943         (__mon_yday): Declare with the STATIC attribute.
22944         (__mktime_internal): Likewise.
22945         Based on a report from Greg Schafer.
22946
22947 2002-11-23  Jim Meyering  <jim@meyering.net>
22948
22949         * lib/sig2str.c (str2signum, sig2str): Avoid a warning from gcc:
22950         Use `unsigned', not `int', as type of index.
22951
22952         * lib/xstat.in [@BEGIN_LSTAT_ONLY@]: Include <string.h>.
22953
22954         * lib/fsusage.c: Remove unneeded parentheses around operands of
22955         `defined'.
22956
22957 2002-11-22  Paul Eggert  <eggert@twinsun.com>
22958
22959         * lib/quotearg.h: Allow multiple inclusion by surrounding with
22960         "#ifndef QUOTEARG_H_".  Include <stddef.h>, for size_t,
22961         so that we can be included first.
22962         (PARAMS): Remove; we now assume C89 or later.  All uses removed.
22963         * lib/quotearg.c: Include quotearg.h immediately after config.h.
22964         No need to include stddef.h or sys/types.h any more.
22965         Surround local include files with "", not "<>".
22966         Assume HAVE_LIMITS_H unconditionally, as we assume C89.
22967         Similarly, assume HAVE_C_BACKSLASH_A, CHAR_BIT, UCHAR_MAX, UINT_MAX,
22968         HAVE_STDLIB_H, HAVE_STRING_H, STDC_HEADERS.
22969         (HAVE_MBSINIT): Undef if !HAVE_MBRTOWC.
22970         (mbsinit): Define to 1 if !defined mbsinit && !HAVE_MBSINIT.
22971         (ISPRINT): Remove; no longer needed now that we assume C89.
22972
22973         (clone_quoting_options, quotearg_buffer, quotearg_n_options):
22974         Preserve errno.
22975
22976         (quotearg_buffer_restyled, quotearg_n, quotearg_n_style,
22977         quotearg_char): Use SIZE_MAX rather than
22978         (size_t) -1 when we are talking about "infinity".
22979
22980         (quotearg_buffer_restyled): Fix bug when quoting trigraphs.
22981
22982 2002-11-22  Paul Eggert  <eggert@twinsun.com>
22983
22984         * lib/hash.c: Avoid use of <assert.h>, as the GNU Coding Standards
22985         hint that one should use `if (! x) abort ();' rather than `assert
22986         (x);', and anyway it's one less thing to worry about configuring.
22987         (hash_lookup, hash_get_first, hash_get_next, hash_find_entry,
22988         hash_rehash, hash_insert): Use abort rather than assert.
22989
22990 2002-11-22  Bruno Haible  <bruno@clisp.org>
22991
22992         * lib/safe-read.h: Assume C89. Add comments.
22993         (safe_read): Change return type to size_t.
22994         * lib/safe-read.c (safe_read): Change return type to size_t. Handle
22995         byte counts > SSIZE_MAX correctly.
22996         * lib/safe-write.h: New file.
22997         * lib/safe-write.c: New file.
22998         * lib/full-read.h: New file.
22999         * lib/full-read.c: New file.
23000         * lib/full-write.h: Assume C89. Add comments.
23001         * lib/full-write.c: Include safe-write.h.
23002         (full_write): Rewritten to use safe_write.
23003         Suggested by Jim Meyering and Paul Eggert.
23004
23005 2002-11-21  Jim Meyering  <jim@meyering.net>
23006
23007         * lib/strdup.c (strdup): Tweak comment and initial #if/#include.
23008
23009         Merge in changes from the coreutils.
23010
23011         2002-09-25  Paul Eggert  <eggert@twinsun.com>
23012         * lib/fsusage.c [! HAVE_INTTYPES_H && HAVE_STDINT_H] Include
23013         <stdint.h>.
23014         (UINTMAX_MAX) [!defined UINTMAX_MAX]: New macro.
23015         (PROPAGATE_ALL_ONES): Work even if X is unsigned and narrower than
23016         int.  Work more efficiently if X is the same width as uintmax_t.
23017         Do not compare X to -1, to avoid bogus compiler warning.
23018         (get_fs_usage): (uintmax_t) -1 -> UINTMAX_MAX to avoid a cast.
23019         Don't assume that f_frsize and f_bsize are the same type.
23020
23021         * lib/mountlist.c: #undef MNT_IGNORE before defining it, to avoid
23022         warning on FreeBSD.
23023
23024         * lib/makepath.c (make_path): Restore umask *before* creating the final
23025         component.
23026         (make_path): Minor reformatting.
23027
23028         * lib/xmalloc.c: Adjust to work with new autoconf macros,
23029         AC_FUNC_MALLOC and AC_FUNC_REALLOC: test #ifndef
23030         HAVE_MALLOC/HAVE_REALLOC.
23031
23032         * lib/mountlist.h (ME_DUMMY): Don't count entries of type `auto' as
23033         dummy ones.  At least on GNU/Linux systems, `auto' means something
23034         else.
23035         From Michael Stone.
23036
23037 2002-11-21  Bruno Haible  <bruno@clisp.org>
23038
23039         Remove case insensitive option matching.
23040         * lib/argmatch.h (argcasematch): Remove declaration.
23041         (ARGCASEMATCH): Remove macro.
23042         (__xargmatch_internal): Remove case_sensitive argument.
23043         (XARGMATCH): Update.
23044         (XARGCASEMATCH): Remove macro.
23045         * lib/argmatch.c (argmatch): Renamed from __argmatch_internal. Remove
23046         case_sensitive argument.
23047         (argcasematch): Remove function.
23048         (__xargmatch_internal): Remove case_sensitive argument.
23049         (main): Use XARGMATCH instead of XARGCASEMATCH.
23050
23051         * lib/xmalloc.c: Change compile-time error message. Add comment about
23052         required autoconf version.
23053
23054 2002-11-20  Paul Eggert  <eggert@twinsun.com>
23055
23056         Merge argmatch cleanups from Bison.  Assume C89.
23057
23058         * lib/argmatch.c: Include config.h here, not in argmatch.h.
23059         Include stdlib.h, for EXIT_FAILURE.
23060         Always include <string.h>, since we assume C89.
23061         (EXIT_FAILURE): Remove pre-C89 bug workaround.
23062         * lib/argmatch.h: Do not include <config.h> or <sys/types.h>.
23063         Include <stddef.h> instead, since it's all we need for size_t.
23064         (PARAMS): Remove.  All uses removed.
23065         (ARRAY_CARDINALITY): Do not bother to #undef.
23066         (ARRAY_CARDINALITY, ARGMATCH, ARGCASEMATCH, invalid_arg,
23067         ARGMATCH_VALID, XARGMATCH, XARGCASEMATCH):
23068         Remove unnecessary parentheses.
23069         (ARGMATCH_VALID, XARGMATCH, XARGCASEMATCH):
23070         Insert necessary parentheses.
23071         (ARGMATCH_CONSTRAINT, ARGMATCH_VERIFY): New macros.
23072         (ARGMATCH_ASSERT): Use ARGMATCH_CONSTRAINT.
23073
23074 2002-11-19  Bruno Haible  <bruno@clisp.org>
23075
23076         * lib/mbswidth.c: Include mbswidth.h right at the beginning.
23077         * lib/mbswidth.h: Include <stddef.h>, for size_t.
23078
23079         * lib/mbswidth.h (PARAMS): Remove macro.
23080         (mbswidth, mbsnwidth): Use ANSI C function declarations.
23081         * lib/mbswidth.c (mbswidth, mbsnwidth): Likewise.
23082
23083         * lib/gcd.h (PARAMS): Remove macro.
23084         (gcd): Use ANSI C function declarations.
23085         * lib/gcd.c (gcd): Likewise.
23086
23087 2002-11-15  Bruno Haible  <bruno@clisp.org>
23088
23089         * lib/strcspn.c: Include <stddef.h>.
23090         (strcspn): Use ANSI C function declaration. Change return type to
23091         size_t. Use NULL.
23092         * lib/strpbrk.c: Minimize diffs to glibc. Include <stddef.h>.
23093         (strpbrk): Use NULL.
23094         * lib/strpbrk.h (PARAMS): Remove macro.
23095         (strpbrk): Use ANSI C function declaration.
23096         * lib/strstr.c: Don't include <sys/types.h>.
23097         * lib/strstr.h (PARAMS): Remove macro.
23098         (strstr): Use ANSI C function declarations.
23099
23100 2002-11-14  Karl Berry  <karl@gnu.org>
23101
23102         * config/mkinstalldirs: `do' on separate line, instead of
23103         `for var; do'.
23104
23105 2002-11-06  Bruno Haible  <bruno@clisp.org>
23106
23107         * lib/gcd.h (gcd): Change argument type to 'unsigned long'.
23108         * lib/gcd.c (gcd): Likewise.
23109
23110 2002-11-05  Bruno Haible  <bruno@clisp.org>
23111
23112         * lib/gcd.h: New file, from gettext-0.11.5.
23113         * lib/gcd.c: New file, from gettext-0.11.5.
23114
23115 2002-11-05  Bruno Haible  <bruno@clisp.org>
23116
23117         * lib/error.c [!_LIBC]: Include gettext.h instead of <libintl.h>.
23118         * lib/getopt.c [!_LIBC]: Include gettext.h instead of <libintl.h>.
23119         * lib/obstack.c [!_LIBC]: Include gettext.h instead of <libintl.h>.
23120         * lib/regex.c [!_LIBC]: Include gettext.h instead of <libintl.h>.
23121
23122         * lib/argmatch.c: Include gettext.h instead of <locale.h> and
23123         <libintl.h>.
23124         * lib/makepath.c: Include gettext.h instead of <locale.h> and
23125         <libintl.h>.
23126
23127         * lib/closeout.c: Include gettext.h instead of <libintl.h>.
23128         * lib/human.c: Include gettext.h instead of <libintl.h>.
23129         * lib/quotearg.c: Include gettext.h instead of <libintl.h>.
23130         * lib/rpmatch.c: Include gettext.h instead of <libintl.h>.
23131         * lib/unicodeio.c: Include gettext.h instead of <libintl.h>.
23132         * lib/userspec.c: Include gettext.h instead of <libintl.h>.
23133         * lib/version-etc.c: Include gettext.h instead of <libintl.h>.
23134         * lib/xmalloc.c: Include gettext.h instead of <libintl.h>.
23135         (textdomain): Remove definition.
23136         * lib/xmemcoll.c: Include gettext.h instead of <libintl.h>.
23137
23138         * lib/long-options.c: Remove include of <libintl.h> and definition of
23139         _.
23140         * lib/same.c: Remove include of <libintl.h> and definition of _.
23141
23142 2002-11-04  Owen Taylor  <otaylor@redhat.com>
23143
23144         * lib/config.charset: A few additions for Solaris.
23145
23146 2002-11-04  Bruno Haible  <haible@clisp.cons.org>
23147
23148         Make it possible to build libcharset with CC=gcc CFLAGS="-x c++".
23149         * lib/localcharset.c (locale_charset): Declare as extern "C".
23150
23151 2002-11-04  Bruno Haible  <haible@clisp.cons.org>
23152
23153         * lib/config.charset: msdos in uk_UA uses CP1125.
23154
23155 2002-11-04  Bruno Haible  <bruno@clisp.org>
23156
23157         * lib/stpcpy.h: New file, from GNU gettext-0.11.5.
23158         * lib/strcase.h: New file, from GNU gettext-0.11.5.
23159         * lib/strpbrk.h: New file, from GNU gettext-0.11.5.
23160         * lib/strstr.h: New file, from GNU gettext-0.11.5.
23161         * lib/xgetcwd.h: New file, from GNU gettext-0.11.5.
23162
23163 2002-11-04  Bruno Haible  <bruno@clisp.org>
23164
23165         * lib/localcharset.c (locale_charset): Don't return an empty string.
23166
23167 2002-11-04  Bruno Haible  <bruno@clisp.org>
23168
23169         * lib/localcharset.c (get_charset_aliases): Add more Windows specific
23170         aliases.
23171
23172 2002-11-04  Bruno Haible  <bruno@clisp.org>
23173
23174         * lib/config.charset: Update for newest glibc. Add canonical names
23175         ISO-8859-14, KOI8-T, TCVN5712-1, GEORGIAN-PS.
23176
23177 2002-11-04  Bruno Haible  <bruno@clisp.org>
23178
23179         * lib/config.charset: Add support for NetBSD.
23180
23181 2002-11-04  Bruno Haible  <bruno@clisp.org>
23182
23183         * lib/config.charset [msdosdjgpp]: For Russian, use CP866.
23184
23185 2002-11-01  Bruno Haible  <bruno@clisp.org>
23186
23187         * configure.in: Add AC_CONFIG_AUX_DIR call.
23188         (AC_OUTPUT): Add m4/Makefile, lib/Makefile. Remove doc/Makefile,
23189         test/Makefile.
23190         * Makefile.in (subdirs): Add m4, lib. Remove doc, test.
23191
23192 2002-09-28  Karl Berry  <karl@gnu.org>
23193
23194         * config/srclist.txt: can't copy install-sh/mkinstalldirs from
23195         installed automake until the next release, since changes have been
23196         made.
23197
23198 2002-09-25  Karl Berry  <karl@gnu.org>
23199
23200         * lib/strdup.c: copy from libc/string (via ../config/srclist*).
23201         * lib/getopt*: copy from libc/posix.
23202         * lib/gettext.h: copy from gettext.
23203         * lib/.cppi-disable: add strdup.c, gettext.h.
23204
23205 2002-09-25  Karl Berry  <karl@gnu.org>
23206
23207         * config/srclist.txt: enable gettext.h check.
23208         * config/config.{guess,sub}: update from prep.
23209         * config/depcomp, install-sh, mdate-sh, missing, mkinstalldirs: update
23210                 from automake 1.6.3.
23211         See srclist*.
23212
23213 2002-08-23  Stefan Monnier  <monnier@cs.yale.edu>
23214
23215         * regex.c (PATFETCH): Remove the translating fetch.
23216         (PATFETCH_RAW): Rename to PATFETCH.
23217         (set_image_of_range): New fun.
23218         (SET_RANGE_TABLE_WORK_AREA): Use it.
23219         (regex_compile): Don't translate the pattern chars so eagerly.
23220         Only do it when inserting an `exactn' bytecode or when handling
23221         a char-range.
23222         (mutually_exclusive_p): Avoid empty statement.
23223
23224 2002-07-06  Jim Meyering  <meyering@lucent.com>
23225
23226         * m4/README: Don't mention Makefile.am.in.
23227         Outline how I've tested changes to .m4 files.  Yep, it's a pain.
23228
23229 2002-07-01  Jim Meyering  <meyering@lucent.com>
23230
23231         * lib/c-stack.c: Include sys/time.h.
23232         From Volker Borchert.
23233
23234 2002-06-26  Paul Eggert  <eggert@twinsun.com>
23235
23236         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Check for btowc.
23237
23238 2002-06-26  Paul Eggert  <eggert@twinsun.com>
23239
23240         * lib/fnmatch.c, fnmatch_loop.c (WIDE_CHAR_SUPPORT):
23241         New macro.  Use it uniformly instead of
23242         (defined HAVE_WCTYPE_H && defined HAVE_WCHAR_H).
23243         It also uses HAVE_BTOWC, to fix a porting bug on Solaris 2.5.1
23244         reported by Vin Shelton.
23245
23246 2002-06-22  Paul Eggert  <eggert@twinsun.com>
23247
23248         * lib/c-stack.h (segv_handler, c_stack_action) [! defined SA_SIGINFO]:
23249         Do not assume SA_SIGINFO behavior.
23250         Bug reported by Jim Meyering on NetBSD 1.5.2.
23251
23252 2002-06-22  Jim Meyering  <meyering@lucent.com>
23253
23254         * m4/c-stack.m4: New file, from diffutils-2.8.2.
23255         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_C_STACK.
23256
23257         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Don't require AC__GNU_SOURCE,
23258         now that configure.ac uses AC_GNU_SOURCE.
23259         (jm_MACROS): Rename: jm_FUNC_FNMATCH to AC_FUNC_FNMATCH_GNU.
23260         * m4/prereq.m4 (jm_PREREQ_EXCLUDE): Likewise, wrt jm_FUNC_FNMATCH.
23261
23262         Update to latest tools.  Suggestions from Paul Eggert.
23263         * m4/stdbool.m4: New file, from diffutils-2.8.2.
23264         * m4/gnu-source.m4: Update from diffutils-2.8.2.
23265         * m4/fnmatch.m4: Likewise.
23266         * m4/prereq.m4: Change each use of AC_CHECK_HEADERS(stdbool.h)
23267         to AC_HEADER_STDBOOL
23268
23269 2002-06-22  Jim Meyering  <meyering@lucent.com>
23270
23271         * lib/fnmatch.c (ISASCII, ISPRINT): Undefine, to avoid warning about
23272         redefinition due to Solaris 2.6's definition in /usr/include/sys/euc.h.
23273
23274 2002-06-22  Jim Meyering  <meyering@lucent.com>
23275
23276         * lib/c-stack.c, lib/c-stack.h: New files, from diffutils-2.8.2.
23277
23278         * lib/exitfail.c, exitfail.h: Likewise.
23279         * lib/Makefile.am (libfetish_a_SOURCES): Add exitfail.c and exitfail.h.
23280
23281         * lib/Makefile.am (libfetish_a_SOURCES): Add fnmatch_.h in place
23282         of fnmatch.h.
23283         (EXTRA_DIST): Add fnmatch_loop.c.
23284         (libfetish_a_SOURCES): Add c-stack.c and c-stack.h.
23285
23286         * lib/fnmatch_loop.c: New file, from diffutils-2.8.2.
23287         * lib/fnmatch.c: Update from diffutils-2.8.2.
23288         * lib/fnmatch_.h: New file.  From diffutils-2.8.2.
23289         * lib/fnmatch.h: Remove file.
23290
23291 2002-06-21  Jim Meyering  <meyering@lucent.com>
23292
23293         * m4/c-bs-a.m4: Add comment, from diffutils-2.8.2.
23294         * m4/mbrtowc.m4: Likewise.
23295
23296         * m4/mbstate_t.m4: Update from diffutils-2.8.2.
23297         * m4/mbswidth.m4: Reflect name change:
23298         s/AC_MBSTATE_T/AC_TYPE_MBSTATE_T.
23299         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Likewise.
23300
23301         * m4/lib-link.m4: Update from gettext-0.11.2.
23302         * m4/gettext.m4: Likewise.
23303
23304         * m4/jm-macros.m4 (jm_CHECK_ALL_HEADERS): Check for hurd.h.
23305         From Alfred M. Szmidt.
23306
23307 2002-06-18  Paul Eggert  <eggert@twinsun.com>
23308
23309         * lib/file-type.h: Report an error if neither S_ISREG nor
23310         S_IFREG is defined, instead of using a test specific to glibc
23311         2.2.  This should be safe, since POSIX requires S_ISREG and
23312         Unix Version 7 had S_IFREG.  We don't need to check for
23313         <sys/types.h> since we don't use any symbols that it defines.
23314
23315 2002-06-15  Richard Dawe  <richdawe@bigfoot.com>
23316
23317         * lib/Makefile.am (lstat.c, stat.c, .sin.sed): Use t-$@, rather than
23318         $@-t, so that each temporary file name is unique and valid in the first
23319         8 characters, for operation under DOS.
23320
23321 2002-06-15  Paul Eggert  <eggert@twinsun.com>
23322
23323         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Check for st_author.
23324
23325 2002-06-15  Jim Meyering  <meyering@lucent.com>
23326
23327         Work even with DJGPP 2.03, which lacks support for symlinks.
23328         From Richard Dawe.
23329         * lib/xstat.in (S_ISLNK): Define to 0 if neither S_ISLNK nor S_IFLNK
23330         is defined.
23331         * lib/lchown.c (S_ISLNK): Likewise.
23332
23333 2002-06-15  Jim Meyering  <meyering@lucent.com>
23334
23335         * lib/file-type.h (FILE_TYPE_H): Guard entire contents with #ifndef.
23336         For GNU libc 2.2 and newer, ensure that <sys/types.h> and <sys/stat.h>
23337         have been included before this file.
23338
23339 2002-06-14  Jim Meyering  <meyering@lucent.com>
23340
23341         * lib/file-type.h: Use the version from diffutils-2.8.2.
23342         * lib/file-type.c: Likewise.
23343
23344 2002-06-07  Jim Meyering  <meyering@lucent.com>
23345
23346         * m4/prereq.m4 (jm_PREREQ_STAT): Check for sys/param.h and sys/mount.h.
23347         They're needed at least for NetBSD 1.5.2.
23348         ($statxfs_includes): Include those same headers.
23349         ($statxfs_includes): Include sys/vfs.h if available.
23350         ($statxfs_includes): Likewise for sys/statvfs.h.
23351         Check for the following members in both structs statfs and statvfs:
23352         f_basetype, f_type, f_fsid.__val, f_namemax, f_namelen.
23353
23354 2002-06-01  Jim Meyering  <meyering@lucent.com>
23355
23356         * m4/d-type.m4 (jm_CHECK_TYPE_STRUCT_DIRENT_D_TYPE): Rename macro:
23357         s/D_TYPE_IN_DIRENT/HAVE_STRUCT_DIRENT_D_TYPE/.
23358
23359 2002-05-28  Jim Meyering  <meyering@lucent.com>
23360
23361         * m4/readdir.m4 (jm_FUNC_READDIR): Undefine `mkdir', not `rmdir'.
23362         Reported by Volker Borchert.
23363
23364 2002-05-27  Jim Meyering  <meyering@lucent.com>
23365
23366         Fix a problem seen only on nonconforming systems whereby ls.c's
23367         use of localtime, and then of gettimeofday would cause trouble:
23368         the localtime call used to initialize rpl_gettimeofday's save
23369         mechanism would clobber ls's current local time information so
23370         that in any long listing the first file would always be listed
23371         with date 1970-01-01.  Analysis by Volker Borchert.
23372
23373         * lib/gettimeofday.c (localtime): Undefine.
23374         (rpl_localtime): New function.
23375
23376 2002-05-27  Jim Meyering  <meyering@lucent.com>
23377
23378         * m4/gettimeofday.m4 (AC_FUNC_GETTIMEOFDAY_CLOBBER): Also replace
23379         localtime.
23380
23381         * m4/readdir.m4 (jm_FUNC_READDIR): Undefine `rmdir' so we don't try to
23382         use the replacement function; it wouldn't resolve at link time.
23383         Reported by Volker Borchert.
23384
23385 2002-05-22  Jim Meyering  <meyering@lucent.com>
23386
23387         * lib/Makefile.am (libfetish_a_SOURCES): Add file-type.c and
23388         file-type.h.
23389         * lib/file-type.h: New file.
23390         * lib/file-type.c (file_type): New file/function.  Extracted from
23391         diffutils.
23392
23393 2002-04-30  Jim Meyering  <meyering@lucent.com>
23394
23395         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_STAT.
23396
23397 2002-04-29  Paul Eggert  <eggert@twinsun.com>
23398
23399         * m4/prereq.m4 (jm_PREREQ_SIG2STR): Remove; all callers changed.
23400
23401 2002-04-29  Paul Eggert  <eggert@twinsun.com>
23402
23403         * m4/prereq.m4 (jm_PREREQ_HARD_LOCALE): Check for stdlib.h.
23404         Do not check for alloca.h (no longer used) or stdbool.h (was never
23405         used?).  Add AM_C_PROTOTYPES since hard-locale.h uses it.
23406
23407 2002-04-29  Paul Eggert  <eggert@twinsun.com>
23408
23409         * lib/hard-locale.c: Upgrade to version used in GNU Diffutils 2.8.1.
23410
23411 2002-04-29  Jim Meyering  <meyering@lucent.com>
23412
23413         * m4/jm-macros.m4 (jm_MACROS): Remove use of AC_FUNC_STRNLEN.
23414         * m4/prereq.m4: Add jm_PREREQ_STRNLEN.
23415         Use AC_FUNC_STRNLEN here instead.
23416
23417         * m4/jm-macros.m4: Don't AC_REQUIRE([AC_PROG_CC_STDC]).
23418         With autoconf-2.53a, it's part of AC_PROG_CC.
23419
23420 2002-04-28  Paul Eggert  <eggert@twinsun.com>
23421
23422         * m4/jm-macros.m4 (jm_MACROS): Add AC_REPLACE_FUNCS(sig2str).
23423         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_SIG2STR.
23424
23425 2002-04-28  Paul Eggert  <eggert@twinsun.com>
23426
23427         * lib/sig2str.h, lib/sig2str.c: New files.
23428         * lib/Makefile.am (libfetish_a_SOURCES): Add sig2str.h.
23429
23430 2002-04-28  Paul Eggert  <eggert@twinsun.com>
23431
23432         * lib/sig2str.h (SIGNUM_BOUND): Do not use WTERMSIG, to avoid
23433         depending on <sys/wait.h> and WTERMSIG.  Default to 64 instead
23434         of 127, since 64 is the largest conceivable number for ancient
23435         nonstandard hosts.
23436         * lib/sig2str.c: Do not include <sys/wait.h>; no longer needed.
23437
23438 2002-04-28  Jim Meyering  <meyering@lucent.com>
23439
23440         * lib/sig2str.c (WTERMSIG): Remove definition (unused).
23441
23442 2002-04-24  Jim Meyering  <meyering@lucent.com>
23443
23444         * m4/prereq.m4 (jm_PREREQ_HARD_LOCALE): New macro.
23445         (jm_PREREQ): Use it.
23446
23447         * m4/getloadavg.m4: Check for these headers: locale.h unistd.h
23448         mach/mach.h fcntl.h.
23449         Check for this function: setlocale.
23450
23451 2002-04-24  Jim Meyering  <meyering@lucent.com>
23452
23453         * lib/gettext.h: New file, from Gettext.
23454         * lib/Makefile.am (INCLUDES): Remove -I../intl.
23455         (libfetish_a_SOURCES): Add gettext.h.
23456
23457 2002-04-16  Jim Meyering  <meyering@lucent.com>
23458
23459         * m4/prereq.m4 (jm_PREREQ_READUTMP): Also check for these members:
23460         ut_pid, ut_id, ut_exit.
23461
23462 2002-04-16  Jim Meyering  <meyering@lucent.com>
23463
23464         * lib/readutmp.h (UT_TYPE): Remove definition (now in who.c).
23465         (HAVE_STRUCT_XTMP_UT_EXIT, HAVE_STRUCT_XTMP_UT_ID): Define.
23466         (HAVE_STRUCT_XTMP_UT_PID, HAVE_STRUCT_XTMP_UT_TYPE): Define.
23467
23468 2002-04-12  Jim Meyering  <meyering@lucent.com>
23469
23470         * m4/ls-mntd-fs.m4 (checking for getmntinfo function...): Remove
23471         now-bogus check for f_type in sys/mount.h.  Instead, just test for the
23472         existence of the getmntinfo function.  Needed for Darwin 5.3.
23473
23474         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Also detect when dirfd is a macro.
23475         This is necessary at least on Darwin 5.3.
23476
23477         * m4/jm-macros.m4: Don't AC_REPLACE(strnlen), now that we use
23478         AC_FUNC_STRNLEN.  Otherwise, we'd end up putting two copies of
23479         strnlen.o in the library, and that makes some versions of ranlib
23480         object.
23481
23482 2002-04-12  Jim Meyering  <meyering@lucent.com>
23483
23484         * lib/dirfd.h (dirfd): Elide prototype if dirfd is a macro.
23485
23486 2002-04-09  Jim Meyering  <meyering@lucent.com>
23487
23488         * m4/malloc.m4: (jm_FUNC_MALLOC): Change the `checking ...' message
23489         to be more precise.  Rather than saying we're checking whether the
23490         function `works', say what we're testing.
23491         * m4/realloc.m4 (jm_FUNC_REALLOC): Likewise.
23492         Reported by Bruno Haible.
23493
23494 2002-03-10  Jim Meyering  <meyering@lucent.com>
23495
23496         * lib/makepath.c (make_path): Remove a comma from a diagnostic.
23497         Suggestion from Santiago Vila.
23498
23499 2002-03-08  Jim Meyering  <meyering@lucent.com>
23500
23501         * lib/rename.c: Mention that this wrapper is needed also on
23502         mips-dec-ultrix4.4 systems.
23503
23504 2002-03-02  Jim Meyering  <meyering@lucent.com>
23505
23506         * lib/gettime.c (gettime): Test HAVE_CLOCK_GETTIME,
23507         not HAVE_CLOCK_SETTIME.
23508
23509 2002-02-27  Paul Eggert  <eggert@twinsun.com>
23510
23511         * m4/jm-macros.m4 (jm_MACROS): Do not replace stime; no longer used.
23512         Check for clock_settime.
23513
23514 2002-02-27  Paul Eggert  <eggert@twinsun.com>
23515
23516         * lib/nanosleep.h: Rename to....
23517         * lib/timespec.h: New name for nanosleep.h.  All uses changed.
23518
23519         * lib/gettime.c: New file.
23520         * lib/settime.c: New file.
23521         * lib/stime.c: Remove.
23522
23523         * lib/Makefile.am (libfetish_a_SOURCES): Add gettime.c, settime.c,
23524         timespec.h.  Remove nanosleep.h.
23525
23526 2002-02-25  Paul Eggert  <eggert@twinsun.com>
23527
23528         * m4/acl.m4: New file.
23529         * m4/jm-macros.m4 (jm_MACROS): Require AC_FUNC_ACL.
23530         Do not check for acl or sys/acl.h, as AC_FUNC_ACL does that now.
23531
23532 2002-02-25  Paul Eggert  <eggert@twinsun.com>
23533
23534         * lib/acl.c, lib/acl.h: New files.
23535         * lib/Makefile.am (libfetish_a_SOURCES): Add acl.h, acl.c.
23536
23537 2002-02-24  Jim Meyering  <meyering@lucent.com>
23538
23539         * lib/strnlen.c (strnlen): Define-away/undef so that an inconsistent
23540         prototype in string.h (on at least AIX4.3.2.0 w/gcc-2.95.3) doesn't
23541         cause trouble.  Reported by Nelson Beebe.
23542
23543 2002-02-23  Paul Eggert  <eggert@twinsun.com>
23544
23545         * lib/path-concat.c (xpath_concat): Reorder code to pacify
23546         compilers that don't know that xalloc_die never returns.
23547
23548 2002-02-20  Jim Meyering  <meyering@lucent.com>
23549
23550         * lib/getdate.c: Regenerate using bison-1.33.
23551
23552 2002-02-17  Jim Meyering  <meyering@lucent.com>
23553
23554         * config/config.guess (main): Don't use `head -1'; it's no longer
23555         portable. Use `sed 1q' instead.
23556
23557 2002-02-16  gettextize  <bug-gnu-gettext@gnu.org>
23558
23559         * m4/codeset.m4: Upgrade to gettext-0.11.
23560         * m4/gettext.m4: Upgrade to gettext-0.11.
23561         * m4/glibc21.m4: Upgrade to gettext-0.11.
23562         * m4/iconv.m4: Upgrade to gettext-0.11.
23563         * m4/isc-posix.m4: Upgrade to gettext-0.11.
23564         * m4/lcmessage.m4: Upgrade to gettext-0.11.
23565         * m4/lib-ld.m4: New file, from gettext-0.11.
23566         * m4/lib-link.m4: New file, from gettext-0.11.
23567         * m4/lib-prefix.m4: New file, from gettext-0.11.
23568         * m4/progtest.m4: Upgrade to gettext-0.11.
23569
23570 2002-02-15  Paul Eggert  <eggert@twinsun.com>
23571
23572         * m4/prereq.m4 (jm_PREREQ_POSIXVER): New macro.
23573         (jm_PREREQ): Use it.
23574
23575 2002-02-15  Paul Eggert  <eggert@twinsun.com>
23576
23577         * lib/posixver.c, lib/posixver.h: New files.
23578         * lib/Makefile.am (libfetish_a_SOURCES): Add them.
23579
23580 2002-02-02  Paul Eggert  <eggert@twinsun.com>
23581             Bruno Haible  <bruno@clisp.org>
23582
23583         * lib/unicodeio.h (print_unicode_char): Add exit_on_error argument.
23584         (fwrite_success_callback): New declaration.
23585         * lib/unicodeio.c (unicode_to_mb): New function, extracted from
23586         print_unicode_char. Call failure callback instead of error.
23587         (fwrite_success_callback): New function.
23588         (exit_failure_callback): New function.
23589         (fallback_failure_callback): New function.
23590         (print_unicode_char): Call unicode_to_mb.
23591
23592 2002-01-26  Jim Meyering  <meyering@lucent.com>
23593
23594         * m4/jm-macros.m4 (jm_MACROS): Require autoconf-2.52g.
23595         * m4/strnlen.m4: Remove file, now that it's part of autoconf.
23596
23597 2002-01-26  Jim Meyering  <meyering@lucent.com>
23598
23599         * lib/Makefile.am (getdate$U.o): Depend on unlocked-io.h.
23600
23601 2002-01-22  Paul Eggert  <eggert@twinsun.com>
23602
23603         * m4/jm-macros.m4 (jm_MACROS): Require AC_FUNC_FSEEKO.
23604
23605 2002-01-22  Jim Meyering  <meyering@lucent.com>
23606
23607         * lib/Makefile.am (Makefile): Don't depend on $(BUILT_SOURCES).
23608         Otherwise, some versions of automake would omit the rule that makes
23609         Makefile from Makefile.in.
23610
23611 2002-01-21  Paul Eggert  <eggert@twinsun.com>
23612
23613         * lib/xmemcoll.h, lib/xmemcoll.c: New files.
23614         * lib/Makefile.am (libfetish_a_SOURCES): Add them.
23615         * lib/memcoll.c: Include errno.h, and declare errno if not defined.
23616         (memcoll): Set errno to zero if there is no error.
23617
23618         * lib/quotearg.c (quotearg_buffer_restyled):
23619         Fix bug with quoting buffers containing NUL when backslashing escapes.
23620         This bug was exposed by the other changes in this patch.
23621         (quotearg_n_options): New arg ARGSIZE.
23622         All callers changed.
23623         (quoting_options_from_style): New function.
23624         (quotearg_n_style): Use it.
23625         (quotearg_n_style_mem): New function.
23626
23627         * lib/quotearg.h (quotearg_n_style_mem): New function.
23628
23629 2002-01-19  Jim Meyering  <meyering@lucent.com>
23630
23631         * m4/jm-macros.m4 (jm_MACROS): Use AC_FUNC_STRNLEN.
23632         Remove useless quotes: DF_PROG="df".
23633         * m4/strnlen.m4: New file.
23634
23635 2002-01-16  Paul Eggert  <eggert@twinsun.com>
23636
23637         * lib/backupfile.c (ISDIGIT): Comment fix.
23638         * lib/getdate.y (ISDIGIT): Likewise.
23639         * lib/posixtm.c (ISDIGIT, year): Likewise.
23640         * lib/strverscmp.c (ISDIGIT): Likewise.
23641         * lib/userspec.c (ISDIGIT): Likewise.
23642
23643 2002-01-16  Jim Meyering  <meyering@lucent.com>
23644
23645         * lib/getdate.y: Add three semicolons, each just before a closing
23646         brace. Bison (as of version 1.31) no longer papers over that mistake.
23647
23648 2002-01-05  Jim Meyering  <meyering@lucent.com>
23649
23650         * lib/version-etc.c (version_etc_copyright): Update copyright year.
23651
23652 2001-12-19  Paul Eggert  <eggert@twinsun.com>
23653
23654         * lib/closeout.c (close_stdout_status): If ferror (stdout), do
23655         not silently exit merely because the output buffer happens to
23656         have nothing pending.
23657
23658 2001-12-18  Paul Eggert  <eggert@twinsun.com>
23659
23660         See the big note in ../ChangeLog.
23661         * lib/human.c (suffixes): Prefer K to k for 1024.
23662         (generate_suffix_backwards): New function.
23663         (human_readable_inexact): Use it.
23664         * lib/xstrtol.c (__xstrtol): If there is no number but there
23665         is a valid suffix, assume 1.  "MB" now means decimal, "MiB" binary.
23666         Accept 'K' as well as 'k'.
23667
23668 2001-12-15  Jim Meyering  <meyering@lucent.com>
23669
23670         * lib/regex.h (__restrict_arr): Update from libc.
23671
23672         * lib/mountlist.h (ME_REMOTE): Recognize file systems of type smbfs
23673         as `remote' if the name starts with `//'.  Suggested by Michael Stone.
23674         (STREQ): Define.
23675
23676 2001-12-14  Jim Meyering  <meyering@lucent.com>
23677
23678         * m4/jm-macros.m4 (jm_MACROS): Check for iswspace.
23679         Suggestion from Bruno Haible.
23680
23681 2001-12-10  Jim Meyering  <meyering@lucent.com>
23682
23683         * lib/linebuffer.c: Remove explicit declarations of xmalloc and
23684         xrealloc, Instead, include "xalloc.h".
23685         (initbuffer): Don't cast xmalloc return value to char*.
23686         (readline): Reword comment.
23687         Don't cast xrealloc return value to char*
23688         Return NULL, not 0.
23689
23690 2001-12-09  Jim Meyering  <meyering@lucent.com>
23691
23692         * lib/modechange.c (mode_compile): Add cast to avoid pedantic warning
23693         about `signed and unsigned type in conditional expression'.
23694         * lib/posixtm.c (posix_time_parse): Likewise.
23695
23696         * lib/xreadlink.c (xreadlink): Add cast to avoid a pedantic warning.
23697
23698         * lib/readtokens.c (readtoken): Declare an index to be of type unsigned
23699         to avoid a pedantic warning.
23700
23701         * lib/getstr.c: Don't include assert.h.
23702         (getstr): Remove warning-evoking assertions.
23703         Return -1 if offset parameter is out of bounds.
23704         Change the type of a local from int to size_t.
23705
23706         * lib/strftime.c (my_strftime_localtime_r): Include this function
23707         definition in the `#if ! HAVE_TM_GMTOFF' block.
23708
23709         * lib/xgethostname.c: Remove declarations of xmalloc and xrealloc.
23710         Include xalloc.h instead.
23711
23712 2001-12-02  Jim Meyering  <meyering@lucent.com>
23713
23714         * lib/tempname.c: Don't declare getenv, thus reverting the change of
23715         2001-11-18.  It's no longer necessary, now that stdlib.h is always
23716         included.
23717
23718         * lib/regex.c [!__BOUNDED_POINTERS__]: Define away __bounded,
23719         __unbounded, and __ptrvalue.  Reported by Uwe H. Steinfeld.
23720
23721 2001-11-30  Akim Demaille  <akim@epita.fr>
23722
23723         * lib/xstrdup.c: Include xalloc.h, so that xstrdup is declared
23724         before being defined.
23725
23726 2001-11-27  Paul Eggert  <eggert@twinsun.com>
23727
23728         * lib/quotearg.h (quotearg_n, quotearg_n_style):
23729         First arg is int, not unsigned.
23730         * lib/quotearg.c (quotearg_n, quotearg_n_style): Likewise.
23731         (SIZE_MAX, UINT_MAX): New macros.
23732         (quotearg_n_options): Abort if N is negative.
23733         Avoid overflow check on hosts where size_t is 64 bits and int
23734         is 32 bits, as overflow is impossible there.
23735         Fix off-by-one typo that caused unnecessary reallocation.
23736
23737 2001-11-27  Jim Meyering  <meyering@lucent.com>
23738
23739         * lib/tempname.c: Merge with version from libc.
23740         * lib/regex.c: Likewise.
23741
23742         * lib/tempname.c: Include stdlib.h unconditionally.  On some old
23743         systems for which STDC_HEADERS is 0, it was not included, resulting in
23744         a warning about an integer-to-pointer conversion problem with getenv.
23745         Reported by Volker Borchert.
23746
23747 2001-11-26  Jim Meyering  <meyering@lucent.com>
23748
23749         * lib/gtod.h: Remove file.
23750         * lib/Makefile.am (libfetish_a_SOURCES): Remove gtod.h.
23751         * lib/gettimeofday.c: Don't include gtod.h.
23752         (GTOD_init): Remove function.
23753         (rpl_gettimeofday): Do its job here instead, rather than aborting.
23754         Suggestion from Volker Borchert.
23755
23756 2001-11-23  Jim Meyering  <meyering@lucent.com>
23757
23758         * lib/hash.h (struct hash_table): Don't define here.  Merely declare
23759         it.
23760         * lib/hash.c (struct hash_table): Define it here instead.
23761
23762 2001-11-22  Jim Meyering  <meyering@lucent.com>
23763
23764         * lib/hash.h: Bracket contents of file with #ifndef HASH_H_ ... #endif.
23765
23766 2001-11-20  Jim Meyering  <meyering@lucent.com>
23767
23768         * m4/mkstemp.m4 (UTILS_FUNC_MKSTEMP): Update comment to reflect that
23769         SunOS 4.1.4 and Solaris 2.5.1 lose, too.
23770
23771 2001-11-19  Jim Meyering  <meyering@lucent.com>
23772
23773         * m4/mkstemp.m4 (UTILS_FUNC_MKSTEMP): Don't bother with a temporary
23774         directory.  Use "conftestXXXXXX" as the template.
23775         Suggestion from Paul Eggert.
23776
23777         * m4/mkstemp.m4 (UTILS_FUNC_MKSTEMP): Close each descriptor
23778         immediately, so the test doesn't mistakenly hit the max-open-files
23779         limit.
23780
23781 2001-11-18  Paul Eggert  <eggert@twinsun.com>
23782
23783         * lib/tempname.c (TMP_MAX): Remove; no longer needed.
23784         (TEMPORARIES): New macro.
23785         (__gen_tempname): Use TEMPORARIES rather than TMP_MAX.  This
23786         removes an artificial limitation (e.g. HP-UX 10.20, where
23787         TMP_MAX is 17576).
23788
23789 2001-11-18  Jim Meyering  <meyering@lucent.com>
23790
23791         * m4/prereq.m4 (jm_PREREQ_TEMPNAME): Check for declaration of getenv.
23792
23793 2001-11-18  Jim Meyering  <meyering@lucent.com>
23794
23795         * lib/tempname.c [!HAVE_DECL_GETENV]: Declare getenv to avoid warning
23796         on SunOS 4.
23797
23798         * lib/Makefile.am (Makefile): Depend on $(BUILT_SOURCES), so those
23799         files will be created before anything else.
23800
23801 2001-11-17  Paul Eggert  <eggert@twinsun.com>
23802
23803         * m4/jm-winsz1.m4 (jm_WINSIZE_IN_PTEM): Do not define
23804         WINSIZE_IN_PTEM if <termios.h> defines struct winsize.
23805
23806 2001-11-17  Jim Meyering  <meyering@lucent.com>
23807
23808         * m4/mkstemp.m4 (UTILS_FUNC_MKSTEMP): New file and macro.
23809         Prompted by a report from Bob Proulx.
23810
23811         * m4/jm-macros.m4 (jm_MACROS): Don't test for mkstemp here.
23812         Instead, require UTILS_FUNC_MKSTEMP.
23813
23814 2001-11-17  Jim Meyering  <meyering@lucent.com>
23815
23816         * m4/jm-macros.m4 (jm_MACROS): Remove code to set POW_LIBM.
23817         Now, that's done as part of AC_FUNC_STRTOD.
23818
23819 2001-11-17  Jim Meyering  <meyering@lucent.com>
23820
23821         * lib/modechange.c (mode_adjust): Fix error introduced on 1999-04-26
23822         that made e.g., `chmod a=,o=w,g=o F' cause F to be group readable
23823         rather than group writable.  Patch by Juan F. Codagnone.
23824
23825         * lib/readtokens.c: Remove explicit declarations of xmalloc and
23826         xrealloc, Instead, include "xalloc.h".
23827
23828         * lib/mountlist.c: Include unlocked-io.h after all system headers.
23829         Remove explicit declarations of xmalloc, xrealloc,
23830         and xstrdup.  Instead, include "xalloc.h".
23831
23832         * lib/argmatch.c, closeout.c, error.c, exclude.c: Include
23833         unlocked-io.h.
23834         * lib/fatal.c, getdate.y, getpass.c, getstr.c, getusershell.c:
23835         Likewise.
23836         * lib/mountlist.c, posixtm.c, readtokens.c, readutmp.c: Likewise.
23837
23838         * lib/regex.c, sha.c, version-etc.c, yesno.c: Likewise.
23839         Reported by Padraig Brady.
23840
23841         * lib/mkstemp.c: #undef mkstemp.
23842         Include config.h.
23843         (rpl_mkstemp): Rename from mkstemp.
23844         Protoize.
23845
23846 2001-11-16  Jim Meyering  <meyering@lucent.com>
23847
23848         * lib/physmem.c [HAVE_SYS_PSTAT_H]: Include <sys/pstat.h>.
23849         (physmem_total) [HAVE_PSTAT_GETSTATIC]: If sysconf couldn't be used to
23850         determine the amount of total physical memory, use pstat_getstatic.
23851         HPUX-11 doesn't define _SC_PHYS_PAGES.
23852         (physmem_available) [HAVE_PSTAT_GETSTATIC && HAVE_PSTAT_GETDYNAMIC]:
23853         If sysconf couldn't be used to determine the amount of available
23854         physical memory, use both pstat_getstatic and pstat_getdynamic.
23855         Based on a patch from Bob Proulx.
23856
23857 2001-11-10  Jim Meyering  <meyering@lucent.com>
23858
23859         * m4/prereq.m4 (jm_PREREQ_PHYSMEM): New function.
23860         (jm_PREREQ): Use it.
23861
23862 2001-11-09  Jim Meyering  <meyering@lucent.com>
23863
23864         * m4/jm-macros.m4: Require autoconf-2.52f.
23865         (AC_FUNC_ERROR_AT_LINE, AC_FUNC_OBSTACK, AC_FUNC_STRTOD):
23866         Use these AC_-prefixed names, not the AM_-prefixed ones.
23867
23868         * m4/afs.m4 (jm_AFS): Quote the body.  Patch by Akim Demaille.
23869
23870 2001-11-05  Jim Meyering  <meyering@lucent.com>
23871
23872         * lib/xstat.in (slash_aware_lstat): Correct a misleading comment.
23873
23874 2001-11-04  Jim Meyering  <meyering@lucent.com>
23875
23876         * m4/fpending.m4: Remove unused cruft that saved, set, and restored
23877         $DEFS.
23878
23879 2001-11-03  Jim Meyering  <meyering@lucent.com>
23880
23881         * m4/jm-glibc-io.m4n (jm_FUNC_GLIBC_UNLOCKED_IO): Quote first arg
23882         of AC_DEFUN.
23883
23884         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Rework so dirfd.c doesn't have to
23885         know the name of the variable in the macro definition.
23886
23887 2001-11-03  Jim Meyering  <meyering@lucent.com>
23888
23889         * lib/argmatch.h (ARGMATCH_TO_ARGUMENT): Remove casts of first two args
23890         in argmatch_to_argument call.
23891
23892         * lib/dirfd.c (dirfd): Reflect the fact that DIR_TO_FD now takes an
23893         argument.
23894
23895         * lib/hash.c (hash_clear): Fix a bug that could lead to an infloop or
23896         e.g., a fault due to an attempt to free a NULL pointer.
23897
23898 2001-11-01  Jim Meyering  <meyering@lucent.com>
23899
23900         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): New macro.
23901         * m4/jm-macros.m4 (jm_MACROS): Require UTILS_FUNC_DIRFD.
23902
23903 2001-11-01  Jim Meyering  <meyering@lucent.com>
23904
23905         * lib/dirfd.c, lib/dirfd.h: New files.
23906         * lib/Makefile.am (libfetish_a_SOURCES): Add dirfd.h.
23907
23908         * lib/hash.c (hash_print) [TESTING]: Clean up.
23909
23910 2001-10-22  Paul Eggert  <eggert@twinsun.com>
23911
23912         * lib/hard-locale.c (alloca): Define to __builtin_alloca if __GNUC__,
23913         to avoid a warning if -Wall.
23914
23915 2001-10-22  Jeff Bailey  <jbailey@outpost.dnsalias.org>
23916
23917         * README: New file
23918         * doc/*: Add COPYING, COPYING.LIB, COPYING.DOC, fdl.texi
23919         (per RMS's instructions, this is now the canonical source)
23920         * lgpl/, gpl/: New directories.
23921
23922 2001-10-21  Paul Eggert  <eggert@twinsun.com>
23923
23924         * lib/regex.c (uintptr_t): Remove macro and decl; it's config.h's job.
23925
23926 2001-10-21  Jim Meyering  <meyering@lucent.com>
23927
23928         * lib/obstack.c (_): Honor the setting of ENABLE_NLS.  Otherwise,
23929         this code would end up calling gettext even in packages built
23930         with --disable-nls.
23931         * lib/getopt.c (_): Likewise.
23932         * lib/regex.c (_): Likewise.
23933
23934 2001-10-20  Paul Eggert  <eggert@twinsun.com>
23935
23936         * m4/error.m4 (jm_PREREQ_ERROR):
23937         Do not invoke AC_CHECK_FUNCS with strerror_r, as
23938         AC_FUNC_STRERROR_R does that.
23939         Check for strerror declaration.
23940
23941         * m4/strerror_r.m4: Add copyright notice, as nontrivial m4 files
23942         are supposed to have them these days.
23943         (AC_FUNC_STRERROR_R): Always do char* test, so that it gets cached.
23944         Merge changes from latest Autoconf CVS.
23945         Rename ac_cv_func_strerror_r_works to ac_cv_func_strerror_r_char_p,
23946         and rename HAVE_WORKING_STRERROR_R to STRERROR_R_CHAR_P, since
23947         POSIX decided to standardize on the int flavor of strerror_r.
23948
23949 2001-10-20  Paul Eggert  <eggert@twinsun.com>
23950
23951         * lib/error.c (strerror_r): Do not declare unless !_LIBC.
23952         Do not check for HAVE_DECL_STRERROR_R missing unless STRERROR_R_CHAR_P.
23953         Use strerror_r that is only a macro, even if it is not a function.
23954         (strerror): Check for HAVE_DECL_STRERROR before declaring.
23955         (private_strerror): Use prototypes, not old-style function definition.
23956         (print_errno_message): New function.
23957         Support the POSIX 'int'-flavored strerror_r, as well as the traditional
23958         char*-flavored one.
23959         (error_tail, error, error_at_line): Use it.
23960
23961 2001-10-11  Jim Meyering  <meyering@lucent.com>
23962
23963         * lib/argmatch.c (argmatch_invalid): Use quotearg_n_style (0, ...
23964         and quote_n (1, ... to avoid clobbering a buffer.
23965
23966 2001-10-05  Jim Meyering  <meyering@lucent.com>
23967
23968         * lib/Makefile.am: (libfetish_a_SOURCES): Add hash-pjw.c and
23969         hash-pjw.h.
23970         * lib/hash-pjw.c: New file (factored out of fileutils' remove.c).
23971         * lib/hash-pjw.h: New file.
23972
23973 2001-09-30  Jim Meyering  <meyering@lucent.com>
23974
23975         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): See if
23976         `struct fsstat' has the `f_fstypename' member.
23977         Use that to define FS_TYPE, which is now used to make
23978         the getfsstat link test tighter.
23979
23980 2001-09-30  Jim Meyering  <meyering@lucent.com>
23981
23982         * lib/mountlist.c [MOUNTED_GETFSSTAT]:
23983         Include <sys/ucred.h>, for Apple Darwin.
23984         Include sys/mount.h and sys/fs_types.h only if available.
23985         (FS_TYPE): Define.
23986         (read_filesystem_list): Use FS_TYPE.
23987
23988 2001-09-29  Paul Eggert  <eggert@twinsun.com>
23989
23990         * lib/exclude.c (excluded_filename): 0 -> false, since it's
23991         a boolean context.
23992
23993 2001-09-29  Jim Meyering  <meyering@lucent.com>
23994
23995         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS)
23996         [one-argument getmntent function]): Include stdio.h before mntent.h.
23997         SunOS 4.1.x needs it for the declaration of `FILE'.
23998         Patch by Volker Borchert.
23999
24000         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS)
24001         Check for these headers: sys/param.h sys/ucred.h sys/mount.h
24002         sys/fs_types.h, and make the link-test for getfsstat guard #include
24003         directives with appropriate #if HAVE_*_H tests so that we can
24004         detect getfsstat on Apple Darwin1.3.7 systems.
24005         Reported by Nelson Beebe.
24006         Fix harmless typo in cache variable name: s/getsstat/getfsstat/.
24007
24008 2001-09-28  Paul Eggert  <eggert@twinsun.com>
24009
24010         Fix bug reported by Petter Reinholdtsen for HP-UX 10.20, which
24011         #defines strtoimax.  Also treat the other strto* functions
24012         like strtoimax.
24013
24014         * m4/xstrtoimax.m4 (jm_AC_PREREQ_XSTRTOIMAX):
24015         Check for strtoul and strtoumax,
24016         as those declarations are made even in the signed case.
24017         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX):
24018         Likewise, for strtol and strtoimax.
24019
24020 2001-09-28  Paul Eggert  <eggert@twinsun.com>
24021
24022         Fix bug reported by Petter Reinholdtsen for HP-UX 10.20, which
24023         #defines strtoimax.  Also treat the other strto* functions
24024         like strtoimax.
24025
24026         * lib/xstrtol.c (strtol): Do not declare if HAVE_DECL_STRTOL.
24027         (strtoul): Do not declare if HAVE_DECL_STRTOUL.
24028         (strtoimax, strtoumax): Do not declare if already defined as a macro.
24029
24030 2001-09-26  Jim Meyering  <meyering@lucent.com>
24031
24032         Most macros in unlocked-io.h had the wrong number of arguments.
24033         * lib/gen-uio: New script.
24034         (USE_UNLOCKED_IO): Define to 1 if not already defined.
24035         * lib/unlocked-io.hin: Remove file.
24036         * lib/Makefile.am (unlocked-io.h): Rewrite to use a separate script,
24037         rather than trying to embed it here.
24038         (EXTRA_DIST): Add gen-uio.  Remove unlocked-io.hin
24039         Reported by Padraig Brady.
24040
24041 2001-09-25  Volker Borchert  <bt@teknon.de>
24042
24043         * lib/gettimeofday.c (rpl_gettimeofday): Declare local variable
24044         `result'.
24045
24046 2001-09-24  Jim Meyering  <meyering@lucent.com>
24047
24048         * m4/gettext.m4: Use the version from gettext-0.10.40, not CVS.
24049
24050 2001-09-23  Jim Meyering  <meyering@lucent.com>
24051
24052         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Add a compile-test
24053         instead of the mere test for existence of mntent.h.  The latter
24054         would get a false-positive on AIX 3.4 systems.
24055         In the outer getmntent if-block, don't die if neither of the getmntent
24056         tests succeeds.  Instead, just fall through and continue with the
24057         remaining tests.
24058
24059 2001-09-23  Jim Meyering  <meyering@lucent.com>
24060
24061         * lib/mountlist.c: Remove useless parentheses in #if directives.
24062         (MOUNTED) [!defined MOUNTED]: Define to _PATH_MOUNTED, for when
24063         the deprecated MOUNTED symbol is no longer defined in mntent.h.
24064
24065 2001-09-22  Jim Meyering  <meyering@lucent.com>
24066
24067         * m4/gettext.m4: New file.  From gettext.
24068         * m4/lcmessage.m4: Sync with gettext -- this changes only comments.
24069         * m4/progtest.m4: Likewise
24070         * m4/isc-posix.m4: Decrement serial number to sync with gettext.
24071         * m4/glibc21.m4: Likewise.
24072
24073         * m4/libintl.m4: Remove.  No longer used.
24074
24075 2001-09-22  Jim Meyering  <meyering@lucent.com>
24076
24077         * lib/localcharset.c: Update from latest gettext.
24078         * lib/config.charset: Likewise.
24079
24080 2001-09-20  Jim Meyering  <meyering@lucent.com>
24081
24082         * m4/xstrtoimax.m4 (jm_AC_PREREQ_XSTRTOIMAX): Check for declaration of
24083         strtoimax.
24084         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): Check for declaration of
24085         strtoumax.
24086
24087 2001-09-20  Jim Meyering  <meyering@lucent.com>
24088
24089         * lib/xstrtol.c (strtoimax): Guard declaration with
24090         `#if !HAVE_DECL_STRTOIMAX', rather than just `#ifndef strtoimax'.
24091         The latter fails because some systems (at least rs6000-ibm-aix4.3.3.0)
24092         have their own, conflicting declaration of strtoimax in sys/inttypes.h.
24093         (strtoumax): Likewise, for completeness (it wasn't necessary).
24094
24095 2001-09-17  Paul Eggert  <eggert@twinsun.com>
24096
24097         * lib/strtoimax.c (HAVE_LONG_LONG):
24098         Redefine to HAVE_UNSIGNED_LONG_LONG if unsigned.
24099         (strtoimax): Use sizeof (long), not sizeof strtol (ptr, endptr, base),
24100         to work around bug in IBM C compiler.
24101
24102 2001-09-17  Jim Meyering  <meyering@lucent.com>
24103
24104         * m4/chown.m4, fstypename.m4, getgroups.m4, gettimeofday.m4,
24105         * m4/jm-mktime.m4, lstat.m4, malloc.m4, memcmp.m4, mkdir-slash.m4,
24106         * m4/nanosleep.m4, putenv.m4, readdir.m4, realloc.m4, rename.m4,
24107         * m4/st_dm_mode.m4, stat.m4, strerror_r.m4, timespec.m4, utimbuf.m4,
24108         * m4/utimes.m4: Use AC_DEFINE rather than AC_DEFINE_UNQUOTED,
24109         whenever the right hand side need not be expanded by the shell.
24110
24111 2001-09-16  Paul Eggert  <eggert@twinsun.com>
24112
24113         * m4/fnmatch.m4 (jm_FUNC_FNMATCH): Remove test for GNU C
24114         library.  It's not correct, as some older glibcs are buggy.
24115         fnmatch wasn't fixed until glibc 2.2.
24116
24117         Use AC_DEFINE, not AC_DEFINE_UNQUOTED, as there's no
24118         special shell magic here.
24119
24120 2001-09-16  Jim Meyering  <meyering@lucent.com>
24121
24122         * m4/mkdir-slash.m4 (UTILS_FUNC_MKDIR_TRAILING_SLASH): New file/macro.
24123         * m4/jm-macros.m4: Require it.
24124
24125 2001-09-16  Jim Meyering  <meyering@lucent.com>
24126
24127         * lib/mkdir.c: New file.
24128
24129 2001-09-15  Jim Meyering  <meyering@lucent.com>
24130
24131         * m4/jm-macros.m4: Check for help2man.
24132
24133 2001-09-11  Jim Meyering  <meyering@lucent.com>
24134
24135         * m4/host-os.m4 (UTILS_HOST_OS): New file/macro.
24136         The body, by Paul Eggert, was moved here from configure.in.
24137         * m4/jm-macros.m4: Require UTILS_HOST_OS.
24138
24139 2001-09-04  Paul Eggert  <eggert@twinsun.com>
24140
24141         * m4/prereq.m4 (jm_PREREQ_XREADLINK): New macro.
24142         (jm_PREREQ): Use it.
24143
24144 2001-09-04  Paul Eggert  <eggert@twinsun.com>
24145
24146         * lib/xreadlink.c (xreadlink): Omit size_t* arg.  All uses changed.
24147         Use ssize_t, not int, to store result of readlink.
24148         Check for ssize_t overflow as well as size_t overflow,
24149         as POSIX says the result of readlink is implementation-defined
24150         when ssize_t overflows.
24151         Remove unnecessary cast to char*.
24152         Use free+malloc instead of realloc, as the storage doesn't need
24153         to be preserved and it's clearer and can be more efficient that way.
24154         (SIZE_MAX, SSIZE_MAX): New macros, if <limits.h> doesn't declare.
24155         * lib/xreadlink.h (xreadlink): Update prototype.
24156
24157 2001-09-04  Paul Eggert  <eggert@twinsun.com>
24158
24159         * lib/xgetcwd.c: Revert some of the previous change; intead,
24160         fix the HAVE_GETCWD_NULL code to behave more like the
24161         !HAVE_GETCWD_NULL code used to.
24162
24163         Include "xalloc.h".
24164         (xgetcwd): Do not return NULL when memory is exhausted; instead,
24165         invoke xalloc_die.
24166
24167 2001-09-03  Paul Eggert  <eggert@twinsun.com>
24168
24169         * m4/prereq.m4 (jm_PREREQ_XGETCWD): Check for limits.h and
24170         sys/param.h, as pathmax.h includes them.
24171
24172 2001-09-03  Paul Eggert  <eggert@twinsun.com>
24173
24174         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_XGETCWD.
24175         (jm_PREREQ_XGETCWD): New macro.
24176
24177         * m4/getcwd.m4: New file.
24178
24179 2001-09-03  Paul Eggert  <eggert@twinsun.com>
24180
24181         * lib/xgetcwd.c: Fix the !HAVE_GETCWD_NULL code to behave more
24182         like the HAVE_GETCWD_NULL code.
24183         Include pathmax.h if not HAVE_GETCWD.
24184         Do not include xalloc.h.
24185         (INITIAL_BUFFER_SIZE): New symbol.
24186         Do not use xmalloc / xrealloc, since the caller is responsible for
24187         handling errors.  Preserve errno around `free' during failure.
24188         Do not overrun buffer when using getwd.
24189
24190 2001-09-03  Paul Eggert  <eggert@twinsun.com>
24191
24192         * lib/xgetcwd.c (xgetcwd): Use HAVE_GETCWD_NULL, not (defined
24193         __GLIBC__ && __GLIBC__ >= 2), to decide whether to use
24194         getcwd (NULL, 0).
24195
24196 2001-09-03  Paul Eggert  <eggert@twinsun.com>
24197
24198         * lib/exclude.c (fnmatch_no_wildcards): Fix confusion between
24199         usage of FNM_CASEFOLD and FNM_LEADING_DIR.  The bug was
24200         spotted by Jim Meyering.
24201
24202 2001-09-03  Jim Meyering  <meyering@lucent.com>
24203
24204         * lib/xreadlink.c (xreadlink): Preserve errno around `free' during
24205         failure.
24206
24207 2001-09-02  Jim Meyering  <meyering@lucent.com>
24208
24209         * lib/error.c: Update from GNU libc.
24210
24211 2001-09-01  Jim Meyering  <meyering@lucent.com>
24212
24213         * m4/jm-macros.m4 (jm_MACROS): Check for canonicalize_file_name.
24214         Used by df.
24215
24216 2001-09-01  Jim Meyering  <meyering@lucent.com>
24217
24218         * lib/xreadlink.c: New file.
24219         * lib/xreadlink.h: New file.
24220         * lib/Makefile.am (libfetish_a_SOURCES): Add xreadlink.c and
24221         xreadlink.h.
24222
24223         * lib/regex.c (uintptr_t) [!_LIBC]: Define to private_uintptr_t, so it
24224         doesn't conflict with sparc Solaris 7's definition in
24225         /usr/include/sys/int_types.h.
24226
24227         * lib/exclude.c: Use `""', not `<>' to #include non-system header
24228         files.
24229         (fnmatch_no_wildcards): Rewrite not to use function names, strcasecmp
24230         and strncasecmp as r-values.  Unixware didn't have declarations.
24231
24232 2001-08-31  Paul Eggert  <eggert@twinsun.com>
24233
24234         * lib/xstrtol.h: Add copyright notice.
24235         (_DECLARE_XSTRTOL): Improve quality of diagnostic for
24236         LONGINT_INVALID_SUFFIX_CHAR.
24237
24238 2001-08-31  Paul Eggert  <eggert@twinsun.com>
24239
24240         * lib/xstrtol.c (strtoimax): New decl.
24241
24242 2001-08-31  Paul Eggert  <eggert@twinsun.com>
24243
24244         * lib/xgetcwd.c: Don't include pathmax.h.
24245         Include stdlib.h and unistd.h if available.
24246         Include xalloc.h.
24247         (xmalloc, xstrdup, free): Remove decls.
24248         (xgetcwd): Don't assume sizes fit in unsigned.
24249         Check for overflow when computing sizes.
24250         Simplify reallocation code.
24251
24252 2001-08-31  Paul Eggert  <eggert@twinsun.com>
24253
24254         * lib/savedir.c (savedir): Remove size parameter, as POSIX says that
24255         a directory's st_size can have an arbitrary value, so the old
24256         usage could waste an arbitrary amount of memory.  All uses
24257         changed.
24258         * lib/savedir.h: Update prototype.
24259
24260 2001-08-31  Paul Eggert  <eggert@twinsun.com>
24261
24262         * lib/Makefile.am (libfetish_a_SOURCES): Remove strtoxmax.c.
24263
24264         * lib/strtoimax.c: Renamed from strtoxmax.c, removing the
24265         old strtoimax.c.
24266
24267         Also, make the following further changes to make this file's
24268         configuration more similar to that of strtol.c:
24269         (UNSIGNED): Renamed from STRTOUXMAX_UNSIGNED.  All uses changed.
24270         (strtoumax, uintmax_t, strtoull, strtol): Remove.
24271         (intmax_t, strtoimax, strtol, strtoll): New macros, if UNSIGNED.
24272         (strtoimax): Renamed from strtoumax.  All uses of unsigned values
24273         changed to signed values.
24274
24275         And make the following changes as well:
24276         Fix copyright notice, as 1999 was missing.
24277         (verify): New macro.
24278         (strtoimax): Check sizes at compile-time, not run-time.
24279         Prefer strtol to strtoll if both work.
24280         (main): Remove; it was not that useful and was a pain to maintain.
24281
24282         * lib/strtoumax.c: Include strtoimax.c, not strtouxmax.c.
24283
24284 2001-08-31  Jim Meyering  <meyering@lucent.com>
24285
24286         * lib/xgetcwd.c (xgetcwd): Reorganize to avoid some duplication.
24287         Use an initial, malloc'd, buffer of length 128 rather than
24288         a statically allocated one of length 1024.
24289
24290 2001-08-30  Paul Eggert  <eggert@twinsun.com>
24291
24292         Simplify code, partly by assuming autoconf 2.52 semantics.
24293
24294         * m4/Makefile.am (EXTRA_DIST): Remove uintmax_t.m4.
24295
24296         * m4/inttypes.m4 (AC_PREREQ): Bump to 2.52.
24297         (jm_AC_HEADER_INTTYPES_H): Remove; now done by autoconf in 2.52.
24298         All uses removed.
24299         (jm_AC_TYPE_INTMAX_T, jm_AC_TYPE_UINTMAX_T):
24300         Move AC_REQUIRE to next-to-top level, to avoid confusion.
24301         Use 2.52's AC_CHECK_TYPE instead of merely looking for the header.
24302         * m4/prereq.m4 (jm_PREREQ_HUMAN): Don't require
24303         jm_AC_HEADER_INTTYPES_H.
24304         * m4/jm-macros.m4 (jm_MACROS): Likewise.
24305
24306         * m4/uintmax_t.m4: Remove, as it duplicates inttypes.m4.
24307
24308         * m4/xstrtoimax.m4 (jm_AC_PREREQ_XSTRTOIMAX):
24309         Quote first arg of AC_DEFUN.
24310         Require jm_AC_TYPE_UINTMAX_T and jm_AC_TYPE_UNSIGNED_LONG_LONG
24311         since they are needed to parse the include file even if we need
24312         only xstrtoimax.  Simplify logic behind the args to AC_REPLACE.
24313         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): Likewise,
24314         but with opposite signedness.
24315
24316 2001-08-30  Paul Eggert  <eggert@twinsun.com>
24317
24318         Merge 'exclude' changes from tar 1.13.22.
24319         This fixes one or two unlikely storage allocation overflow bugs,
24320         but doesn't change user-visible behavior otherwise.
24321
24322 2001-08-30  Paul Eggert  <eggert@twinsun.com>
24323
24324         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_EXCLUDE.
24325         (jm_PREREQ_EXCLUDE): New macro.
24326
24327 2001-08-30  Paul Eggert  <eggert@twinsun.com>
24328
24329         * lib/quotearg.c: BSD/OS 4.1 wchar.h requires FILE and struct
24330         tm to be declared.
24331
24332 2001-08-30  Paul Eggert  <eggert@twinsun.com>
24333
24334         * lib/hash.c: Remove '2001' from copyright notice.
24335
24336 2001-08-30  Paul Eggert  <eggert@twinsun.com>
24337
24338         * lib/full-write.h: New file.
24339         * lib/Makefile.am (libfetish_a_SOURCES): Add full-write.h.
24340         * lib/full-write.c: Correct credits, as cccp.c no longer
24341         exists and anyway it was so heavily changed from the old cccp
24342         code as to be unrecognizable.  Include full-write.h.
24343         (full_write) Return size_t, with short writes meaning failure.
24344         All callers changed.  This fixes a bug with large buffers
24345         on 64-bit hosts.
24346         * lib/utime.c: Include full-write.h.
24347
24348 2001-08-30  Paul Eggert  <eggert@twinsun.com>
24349
24350         * lib/exclude.c (bool): Declare, perhaps by including stdbool.h.
24351         (<sys/types.h>): Include only if HAVE_SYS_TYPES_H.
24352         (<stdlib.h>, <string.h>, <strings.h>, <inttypes.h>, <stdint.h>):
24353         Include if available.
24354         (<xalloc.h>): Include
24355         (SIZE_MAX): Define if <stdint.h> or <inttypes.h> doesn't.
24356         (verify): New macro.  Use it to verify that EXCLUDE macros do not
24357         collide with FNM macros.
24358         (struct patopts): New struct.
24359         (struct exclude): Use it, as exclude patterns now come with options.
24360         (new_exclude): Support above changes.
24361         (new_exclude, add_exclude_file):
24362         Initial size must now be a power of two to simplify overflow checking.
24363         (free_exclude, fnmatch_no_wildcards): New function.
24364         (excluded_filename): No longer requires options arg, as the options
24365         are determined by add_exclude.  Now returns bool, not int.
24366         (excluded_filename, add_exclude):
24367         Add support for the fancy new exclusion options.
24368         (add_exclude, add_exclude_file): Now takes int options arg.
24369         Check for arithmetic overflow when computing sizes.
24370         (add_exclude_file): xrealloc might modify errno, so don't
24371         realloc until after errno might be used.
24372
24373         * lib/exclude.h (EXCLUDE_ANCHORED, EXCLUDE_INCLUDE,EXCLUDE_WILDCARDS):
24374         New macros.
24375         (free_exclude): New decl.
24376         (add_exclude, add_exclude_file): Now takes int options arg.
24377         (excluded_filename): No longer requires options arg, as the options
24378         are determined by add_exclude.  Now returns bool, not int.
24379
24380 2001-08-30  Paul Eggert  <eggert@twinsun.com>
24381
24382         * lib/alloca.c (alloca): Arg is of type size_t, not unsigned.
24383
24384 2001-08-27  Jim Meyering  <meyering@lucent.com>
24385
24386         * lib/Makefile.am (libfetish_a_SOURCES): Add strtoxmax.c
24387
24388         * lib/version-etc.c (N_): Remove definition.
24389         Revert most of last change.
24390         Instead, simply don't mark the `Copyright...' string for translation.
24391         Based on advice from Paul Eggert.
24392
24393         * lib/strtoxmax.c: Tweak comment.
24394
24395 2001-08-26  Jim Meyering  <meyering@lucent.com>
24396
24397         * m4/jm-macros.m4: Require jm_AC_PREREQ_XSTRTOIMAX.
24398
24399         * m4/xstrtoimax.m4: New file.
24400         * m4/xstrtoumax.m4: Add comments explaining why we
24401         AC_REPLACE_FUNCS(strtol).
24402
24403 2001-08-26  Jim Meyering  <meyering@lucent.com>
24404
24405         * lib/version-etc.c (version_etc_copyright_fmt): Replace literal year
24406         of copyright with `%s' so translators don't get an untranslated
24407         message in 2002.
24408         (COPYRIGHT_YEAR): Define.
24409         (version_etc): Use fprintf rather than fputs.
24410         Suggestion from Ulrich Drepper.
24411
24412         * lib/Makefile.am (libfetish_a_SOURCES): Add xstrtoimax.c.
24413
24414         * lib/strtoll.c: New file, from GNU libc.
24415         * lib/xstrtoimax.c: New file.
24416
24417         * lib/xstrtol.h: Add xstrtoimax.
24418         * lib/strtoumax.c: New file.  Simply include "strtoumax.c".
24419         * lib/strtoimax.c: New file.  Likewise, but first define
24420         STRTOUXMAX_SIGNED.
24421
24422         * lib/strtoumax.c: Factor to work both for unsigned and signed types,
24423         ...
24424         * lib/strtoxmax.c: ... then renamed to this.
24425
24426 2001-08-18  Paul Eggert  <eggert@twinsun.com>
24427
24428         * m4/inttypes.m4: Add AC_PREREQ(2.13).
24429         (jm_AC_HEADER_INTTYPES_H): Test for intmax_t, too.
24430         (jm_AC_TYPE_INTMAX_T): New macro.
24431         (jm_AC_TYPE_UINTMAX_T): Moved here from uintmax_t.m4.
24432
24433         * m4/longlong.m4 (jm_AC_TYPE_LONG_LONG): New macro.
24434
24435         * m4/longlong.m4: Renamed from ulonglong.m4.
24436         * m4/inttypes.m4: Renamed from inttypes_h.m4.
24437         * m4/uintmax_t.m4: Removed.
24438
24439 2001-08-13  Paul Eggert  <eggert@twinsun.com>
24440
24441         * lib/Makefile.am (unlocked-io.h): Do not append "_unlocked" twice.
24442         Port to Solaris 8, where 'sed' requires a space after the 'r'
24443         command, and where sh dislikes "$/".  Clean up the spacing a bit.
24444         Redirect output to $tmp just once.
24445
24446 2001-08-12  Paul Eggert  <eggert@sic.twinsun.com>
24447
24448         * lib/addext.c (<errno.h>): Include.
24449         (errno): Declare if not defined.
24450         (addext): Work correctly when pathconf returns -1 and leaves
24451         errno alone because there is no limit.  Also, work even if
24452         pathconf returns a value greater than SIZE_MAX.
24453
24454 2001-08-12  Jim Meyering  <meyering@lucent.com>
24455
24456         * m4/afs.m4, assert.m4, bison.m4, check-decl.m4, chown.m4, d-ino.m4,
24457         d-type.m4, dos.m4, error.m4, fnmatch.m4, fpending.m4, fstypename.m4,
24458         fsusage.m4, ftruncate.m4, getgroups.m4, glibc.m4, gnu-source.m4,
24459         group-member.m4, jm-glibc-io.m4, jm-macros.m4, jm-mktime.m4,
24460         jm-winsz1.m4, jm-winsz2.m4, lchown.m4, lib-check.m4, libintl.m4,
24461         link-follow.m4, ls-mntd-fs.m4, lstat.m4, malloc.m4, mbrtowc.m4,
24462         mbstate_t.m4, mbswidth.m4, memcmp.m4, nanosleep.m4, perl.m4,
24463         prereq.m4, putenv.m4, readdir.m4, realloc.m4, regex.m4, rename.m4,
24464         rmdir-errno.m4, search-libs.m4, st_dm_mode.m4, st_mtim.m4, stat.m4,
24465         strftime.m4, timespec.m4, unlink-busy.m4, uptime.m4, utimbuf.m4,
24466         utime.m4, utimes.m4, xstrtoumax.m4:
24467         Quote the first argument in each use of AC_DEFUN.
24468
24469 2001-08-12  Jim Meyering  <meyering@lucent.com>
24470
24471         * lib/xgetcwd.c (xgetcwd) [defined __GLIBC__ && __GLIBC__ >= 2]:
24472         Simply `return getcwd (NULL, 0);'.
24473         [! (defined __GLIBC__ && __GLIBC__ >= 2)]:
24474         Use 1300 as initial value for length, not PATH_MAX.
24475
24476         * lib/pathmax.h: Clean up cpp syntax.
24477
24478 2001-08-12  Jim Meyering  <meyering@lucent.com>
24479
24480         * lib/gettimeofday.c: New file.
24481         * lib/gtod.h: New file.
24482         * lib/Makefile.am (libfetish_a_SOURCES): Add gtod.h.
24483
24484 2001-08-05  Jim Meyering  <meyering@lucent.com>
24485
24486         * m4/jm-macros.m4: Require autoconf-2.52.
24487
24488 2001-08-04  Jim Meyering  <meyering@lucent.com>
24489
24490         * lib/error.h (__attribute__): Remove `|| __STRICT_ANSI__' from #if
24491         stmt, to get in sync with glibc.
24492
24493 2001-08-03  Paul Eggert  <eggert@twinsun.com>
24494
24495         The following changes are from gettext 0.10.39 as maintained by
24496         Bruno Haible.
24497
24498         * lib/mbswidth.h (MBSW_REJECT_UNPRINTABLE, MBSW_REJECT_INVALID):
24499         Renamed from MBSW_ACCEPT_UNPRINTABLE and MBSW_ACCEPT_INVALID
24500         with inverted sense.  All uses changed.
24501
24502         * lib/mbswidth.c: Don't include <limits.h>.
24503         Include <stdlib.h> and <string.h> unconditionally.
24504         (iswcntrl, mbsinit, ISCNTRL): New macros.
24505         (mbsnwidth): Use K&R style function declarations.
24506         Don't bother checking for MB_LEN_MAX == 1, since the compiler
24507         can optimize it when MB_CUR_MAX == 1.
24508         The width of control characters is zero, not 1.
24509
24510 2001-08-03  Paul Eggert  <eggert@twinsun.com>
24511
24512         The following changes are from gettext 0.10.39 as maintained by
24513         Bruno Haible, except that getline.m4 continues to use AC_LIBOBJ.
24514
24515         * m4/codeset.m4: Upgrade to serial AM1.
24516         (AM_LANGINFO_CODESET): Renamed from jm_LANGINFO_CODESET;
24517         all uses changed.  Quote first arg of AC_DEFUN.
24518         (am_cv_langinfo_codeset): Renamed from jm_cv_langinfo_codeset.
24519
24520         * m4/iconv.m4: Upgrade to serial AM2.
24521         (AM_ICONV): Renamed from jm_ICONV; all uses changed.
24522         Add --with-libconv-prefix.
24523         Quote first arg of AC_DEFUN.  Add description for ICONV_CONST.
24524         (am_cv_func_iconv): Renamed from jm_cv_func_iconv.
24525         (am_cv_lib_iconv): Renamed from jm_cv_lib_iconv.
24526         (am_cv_proto_iconv): Renamed from jm_cv_proto_iconv.
24527         * m4/jm-macros.m4 (jm_MACROS): Reflect s/jm_/AM_/ renamings.
24528
24529         * m4/c-bs-a.m4 (AC_C_BACKSLASH_A): Quote first arg of AC_DEFUN.
24530         * m4/getline.m4 (AM_FUNC_GETLINE): Likewise.
24531         * m4/glibc21.m4 (jm_GLIBC21): Likewise.
24532         * m4/inttypes_h.m4 (jm_AC_HEADER_INTTYPES_H): Likewise.
24533         * m4/isc-posix.m4 (AC_ISC_POSIX): Likewise.
24534         * m4/lcmessage.m4 (AM_LC_MESSAGES): Likewise.
24535         * m4/progtest.m4 (AM_PATH_PROG_WITH_TEST): Likewise.
24536         * m4/uintmax_t.m4 (jm_AC_TYPE_UINTMAX_T): Likewise.
24537         * m4/ulonglong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): Likewise.
24538
24539         * m4/getline.m4 (AM_FUNC_GETLINE): Don't bother checking for
24540         string.h any more.
24541
24542         * m4/progtest.m4 (AM_PATH_PROG_WITH_TEST): If not found, print "no",
24543         not the default value.
24544
24545         2001-06-25  Bruno Haible  <haible@clisp.cons.org>
24546         * m4/mbswidth.m4 (jm_PREREQ_MBSWIDTH): Don't require AM_C_PROTOTYPES.
24547         Also check for mbsinit.  Needed for SCO 3.2v5.0.2.
24548         Also include <string.h>; this is where AIX 3.2.5 declares wcwidth.
24549         Also check for iswcntrl, used for wcwidth fallback.
24550         Use AC_TRY_COMPILE to emulate AC_CHECK_DECLS, for portability
24551         to Autoconf 2.13.
24552
24553 2001-08-03  Jim Meyering  <meyering@lucent.com>
24554
24555         * m4/mbrtowc.m4 (jm_FUNC_MBRTOWC): Use `#include', not `@%:@include',
24556         as it was in the original.  Reported by Paul Eggert.
24557
24558 2001-07-16  Jim Meyering  <meyering@lucent.com>
24559
24560         * m4/gettimeofday.m4: New file.
24561         Prompted by a report from Bernhard Baehr.
24562
24563 2001-07-15  Jim Meyering  <meyering@lucent.com>
24564
24565         * m4/Makefile.am.in (Makefile.am): Remove most of the unlocked-io.h
24566         stuff. Now it's in ../Makefile.cfg.
24567
24568 2001-07-15  Jim Meyering  <meyering@lucent.com>
24569
24570         * lib/Makefile.am (EXTRA_DIST): Add unlocked-io.hin.
24571         (BUILT_SOURCES): Add unlocked-io.h.
24572         (io_functions): Define.
24573         (unlocked-io.h): New rule.
24574         (DISTCLEANFILES): Add unlocked-io.h.
24575         (all-local): Depend on unlocked-io.h, to ensure it is created.
24576
24577         * lib/unlocked-io.hin: New file
24578
24579         * lib/regex.c: Update from glibc.
24580
24581 2001-07-05  Jim Meyering  <meyering@lucent.com>
24582
24583         * lib/Makefile.am (noinst_HEADERS): Remove definition, per new automake
24584         recommendation.
24585         (libfetish_a_SOURCES): Put all .h files here instead.
24586         Remove a thus-exposed (better checks in automake) duplicate and
24587         two unnecessary .h files.
24588
24589 2001-07-04  Jim Meyering  <meyering@lucent.com>
24590
24591         * m4/Makefile.am.in (glibc-io.struct): New target.  Rework the code
24592         that generates jm-glibc-io.m4 so that it doesn't trigger any make
24593         distcheck failure.
24594
24595 2001-07-02  Jim Meyering  <meyering@lucent.com>
24596
24597         The following changes were prompted by suggestions from Bruno Haible.
24598
24599         * m4/jm-glibc-io.m4n: New file, the template from which jm-glibc-io.m4
24600         is now generated.
24601         * m4/Makefile.am.in (Makefile.am): Include jm-glibc-io.m4n in emitted
24602         definition of EXTRA_DIST.
24603         (Makefile.am): Emit the dependency, `all-local: jm-glibc-io.m4' to
24604         ensure that the generated file is created/updated whenever the list
24605         of $(unlocked_functions) is changed.
24606         (jm-glibc-io.m4): New rule.
24607         (unlocked-io.h): New rule -- currently unused.
24608
24609 2001-06-24  Jim Meyering  <meyering@lucent.com>
24610
24611         * m4/regex.m4 (jm_INCLUDED_REGEX): Use a quadrigraph to represent an
24612         unmatched right bracket, rather than kludging it with an extra,
24613         falsely-matching quote in a comment.  Patch by Akim Demaille.
24614
24615 2001-06-11  Jim Meyering  <meyering@lucent.com>
24616
24617         * lib/regex.c: Update from GNU libc.
24618
24619 2001-05-27  Jim Meyering  <meyering@lucent.com>
24620
24621         * m4/prereq.m4 (jm_PREREQ_READUTMP): Check for ut_type in struct utmpx.
24622         Check for ut_type in struct utmp.
24623
24624 2001-05-27  Jim Meyering  <meyering@lucent.com>
24625
24626         * lib/readutmp.h (UT_TYPE): Define.
24627
24628 2001-05-24  Jim Meyering  <meyering@lucent.com>
24629
24630         * lib/argmatch.c: Include "quote.h".
24631         (argmatch_invalid): Remove explicit `' quotes.  Instead, use the
24632         quote function.  Reported by Göran Uddeborg.
24633
24634 2001-05-22  Jim Meyering  <meyering@lucent.com>
24635
24636         * m4/strftime.m4 (_jm_STRFTIME_PREREQS): Don't use AC_LIBOBJ(strftime),
24637         now that we use the package-supplied version unconditionally.
24638         (jm_FUNC_STRFTIME): Don't replace strftime, for the same reason.
24639
24640 2001-05-21  Jim Meyering  <meyering@lucent.com>
24641
24642         * m4/regex.m4: Change a couple backticks to single quotes to avoid
24643         shell syntax errors.
24644
24645 2001-05-21  Alexandre Duret-Lutz  <duret_g@epita.fr>
24646
24647         * m4/dos.m4 (jm_AC_DOS): Check for _WIN32, __WIN32__, and __MSDOS__.
24648
24649 2001-05-20  Paul Eggert  <eggert@twinsun.com>
24650
24651         * m4/strftime.m4 (jm_FUNC_GNU_STRFTIME):
24652         Don't bother to check library strftime, since
24653         we'll be using our own my_strftime function anyway.
24654         Define my_strftime instead of strftime.
24655
24656 2001-05-20  Alexandre Duret-Lutz  <duret_g@epita.fr>
24657
24658         * lib/dirname.c (dir_name): Compute append_dot using path, not newpath
24659         which is not yet declared.
24660
24661 2001-05-15  Jim Meyering  <meyering@lucent.com>
24662
24663         * m4/regex.m4: Use proper quoting so brackets appear in the test
24664         program.
24665         Reported by, and with help from, Bruno Haible.
24666
24667 2001-05-13  Jim Meyering  <meyering@lucent.com>
24668
24669         * m4/jm-macros.m4 (major_t, minor_t): Define to unsigned int if
24670         undefined.
24671
24672 2001-05-11  Paul Eggert  <eggert@twinsun.com>
24673
24674         dirname code cleanup.  base_name now behaves more compatibly
24675         with POSIX basename when given file names that have trailing
24676         slashes, and similarly for dir_name.  Add new primitives
24677         base_len and dir_len.  Put the directory-name-related decls
24678         into dirname.h.
24679
24680         * lib/addext.c (ISSLASH, base_name): Remove; now in dirname.h.
24681         * lib/backupfile.c (base_name): Likewise.
24682         * lib/basename.c (FILESYSTEM_PREFIX_LEN, PARAMS, ISSLASH): Likewise.
24683         * lib/dirname.c (FILESYSTEM_PREFIX_LEN, ISSLASH): Likewise.
24684         * lib/makepath.c (strip_trailing_slashes): Likewise.
24685         * lib/path-concat.c (DIRECTORY_SEPARATOR, FILESYSTEM_PREFIX_LEN,
24686         ISSLASH): Likewise.
24687         * lib/rename.c (strip_trailing_slashes): Likewise.
24688         * lib/same.c (base_name): Likewise.
24689         * lib/stripslash.c (ISSLASH): Likewise.
24690
24691         * lib/addext.c: Include <dirname.h> after size_t is defined.
24692         * lib/backupfile.c: Likewise.
24693
24694         * lib/addext.c (addext): Use base_len to trim redundant
24695         trailing slashes instead of doing it ourselves.
24696         But do not trim the last slash if it is not redundant.
24697
24698         * lib/backupfile.c (find_backup_file_name,
24699         max_backup_version): Use base_len instead of rolling it ourselves.
24700         Handle the case of "" and (on DOS) "C:" correctly.
24701
24702         * lib/basename.c: Do not include <stdio.h>, <assert.h>; no longer
24703         needed. Include <string.h>, <dirname.h>.
24704         (base_name): Allow file names ending in slashes, other than names
24705         that are all slashes.  In this case, return the basename followed
24706         by the slashes.  This is more general, and can be used in places
24707         where the original base_name purposely had an assertion failure.
24708         (base_len): New function.
24709
24710         * lib/dirname.c: Include <string.h> instead of <stdlib.h>.
24711         Do not include <assert.h>; no longer needed.
24712         Include xalloc.h.
24713         (memrchr): Remove decl.
24714         (dir_name_r): Remove.
24715         (dir_len): Renamed from dirlen.  All callers changed.
24716         Rewrite in terms of base_name, for simplicity and consistency.
24717         (dir_name): Never return NULL.  All callers changed.
24718         Do not include <stdlib.h> in test program; no longer needed.
24719         return 0; is fine for test program.
24720
24721         * lib/dirname.h (DIRECTORY_SEPARATOR, ISSLASH, FILESYSTEM_PREFIX_LEN):
24722         New macros.
24723         (base_name, base_len, dir_len, strip_trailing_slashes): New decls.
24724
24725         * lib/path-concat.c (path_concat): Use base_len to compute
24726         base length, not strlen; this means we cannot rely on memcpy
24727         to null-terminate.
24728
24729         * lib/same.c (STREQ): Remove.
24730         (same_name): Handle the case where the basename ends in trailing '/'.
24731
24732         * lib/stripslash.c (strip_trailing_slashes): Return nonzero if
24733         a slash was stripped.  Do not strip the last slash after a
24734         file system prefix.
24735
24736 2001-05-11  Paul Eggert  <eggert@twinsun.com>
24737
24738         * lib/Makefile.am (libfetish_a_SOURCES):
24739         Add strftime.c, since we now compile it on all hosts.
24740
24741         * lib/strftime.c (my_strftime):
24742         Define to nstrftime if emacs, but only if my_strftime is not defined.
24743         (extra_args, extra_args_spec, extra_args_spec_iso): Rename from
24744         ut_argument, ut_argument_spec, ut_argument_spec_iso, respectively.
24745         Add one more extra argument: a nanoseconds value.
24746         All uses changed.
24747         (ns): New macro.
24748         (my_strftime function): Add %N format.
24749         (emacs_strftimeu): Renamed from emacs_strftime,
24750         with extra ut argument.
24751
24752 2001-05-09  Paul Eggert  <eggert@twinsun.com>
24753
24754         * m4/jm-macros.m4 (jm_MACROS): Do not check for fseeko; no longer used.
24755
24756 2001-04-21  Jim Meyering  <meyering@lucent.com>
24757
24758         * m4/rmdir-errno.m4: Write to a new file, so that a restrictive umask
24759         doesn't interfere.
24760
24761 2001-04-21  Alexandre Duret-Lutz  <duret_g@epita.fr>
24762
24763         * m4/ftruncate.m4: Check for chsize.
24764         Link with ftruncate.o unconditionally if ftruncate is missing.
24765         This was required when cross-compiling to i586-mingw32msvc.
24766
24767 2001-04-08  Jim Meyering  <meyering@lucent.com>
24768
24769         * lib/getdate.y (get_date): Set tm_isdst to -1 to ensure that it is
24770         recomputed; that's necessary when the offset spans a DST transition.
24771         Patch by David J. MacKenzie.  Reported by Hon-Yin Kok.
24772
24773 2001-04-02  Jim Meyering  <meyering@lucent.com>
24774
24775         * lib/regex.h, regex.c: Update from GNU libc.
24776
24777 2001-03-24  Jim Meyering  <meyering@lucent.com>
24778
24779         * m4/jm-macros.m4: Require autoconf-2.49d.
24780
24781 2001-03-20  Bruno Haible  <haible@clisp.cons.org>
24782
24783         * m4/iconv.m4 (jm_ICONV): Recommend GNU libiconv.
24784
24785 2001-03-19  Paul Eggert  <eggert@twinsun.com>
24786
24787         * lib/version-etc.c (version_etc_copyright): Update to 2001.
24788
24789 2001-03-17  Jim Meyering  <meyering@lucent.com>
24790
24791         * m4/memcmp.m4 (jm_AC_FUNC_MEMCMP): Remove my copy of AC_FUNC_MEMCMP,
24792         now that the version in autoconf is equivalent.
24793         (jm_FUNC_MEMCMP): Adjust to use AC_FUNC_MEMCMP.
24794
24795         * m4/error.m4 (jm_PREREQ_ERROR): Invoke AC_FUNC_STRERROR_R.
24796         Suggestion from Akim Demaille.
24797
24798         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_TEMPNAME.
24799         (jm_PREREQ_TEMPNAME): New function.
24800
24801 2001-03-16  Paul Eggert  <eggert@twinsun.com>
24802
24803         * lib/tempname.c (uint64_t): Define to uintmax_t if
24804         not defined, and if UINT64_MAX is not defined.
24805         Required at least for Vax Ultrix4.3, which doesn't define uint64_t.
24806         Reported by John David Anglin.
24807
24808 2001-03-15  Bruno Haible  <haible@clisp.cons.org>
24809
24810         * lib/localcharset.c (locale_charset): Allow wildcard syntax. Also
24811         resolve alias if codeset is empty.
24812         * lib/config.charset (BeOS): Use wildcard syntax.
24813
24814 2001-03-13  Jim Meyering  <meyering@lucent.com>
24815
24816         * lib/path-concat.c (path_concat)
24817         [FILESYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX]: Don't insert a backslash when
24818         concatenating e.g., `C:' and `foo'.
24819         From Bruno Haible.
24820
24821 2001-03-06  Bruno Haible  <haible@clisp.cons.org>
24822
24823         * lib/localcharset.c (locale_charset): Don't use
24824         setlocale(LC_CTYPE,NULL). Don't return NULL.
24825         * lib/unicodeio.c (print_unicode_char): Simplify accordingly.
24826
24827 2001-03-06  Bruno Haible  <haible@clisp.cons.org>
24828
24829         * lib/config.charset: Update for FreeBSD 4.2 and OSF/1 5.1. Add
24830         support for DOS/DJGPP.
24831
24832 2001-03-01  Paul Eggert  <eggert@twinsun.com>
24833
24834         * m4/jm-macros.m4 (jm_MACROS): Use mkstemp replacement if the system
24835         lacks mkstemp.  Compile our own tempname.c if we compile our own
24836         mkstemp.c, as mkstemp relies on tempname.
24837
24838 2001-03-01  Jim Meyering  <meyering@lucent.com>
24839
24840         * m4/dos.m4 (jm_AC_DOS): Remove extra backslashes, now that
24841         AH_VERBATIM really does output its argument verbatim.
24842
24843 2001-02-28  Paul Eggert  <eggert@twinsun.com>
24844
24845         * lib/Makefile.am (libfetish_a_SOURCES):
24846         Add dup-safer.c, fopen-safer.c.
24847         (noinst_HEADERS): Add stdio-safer.h, unistd-safer.h.
24848
24849         * lib/dup-safer.c, lib/fopen-safer.c, lib/stdio-safer.h:
24850         * lib/unistd-safer.h: New files.
24851
24852 2001-02-25  Paul Eggert  <eggert@twinsun.com>
24853
24854         The mkstemp replacement is taken from glibc 2.2.2, with some
24855         portability fixes for use outside glibc, as follows:
24856
24857         * lib/tempname.c (struct_stat64): New macro.
24858         (direxists, __gen_tempname): Use it.
24859         This avoids a portability problem with Solaris 8.
24860
24861         * lib/tempname.c (<config.h>): Include if HAVE_CONFIG_H.
24862         (<stddef.h>, <stdint.h>, <string.h>):
24863         Include only if STDC_HEADERS || _LIBC.
24864         (<fcntl.h>): Include only if HAVE_FCNTL_H || _LIBC.
24865         (<unistd.h>): Include only if HAVE_UNISTD_H || _LIBC.
24866         (<sys/time.h>): Include only if HAVE_SYS_TIME_H || _LIBC.
24867         (__set_errno): Define this macro if <errno.h> doesn't.
24868         (P_tmpdir, TMP_MAX, __GT_FILE, __GT_BIGFILE, __GT_DIR, __GT_NOCREATE):
24869         Define these macros if <stdio.h> doesn't.
24870         (S_ISDIR, S_IRUSR, S_IWUSR, S_IXUSR):
24871         Define these macros if <sys/stat.h>
24872         doesn't.  Ignore <sys/stat.h> S_ISDIR if STAT_MACROS_BROKEN.
24873         (stat64, __getpid, __gettimeofday, __mkdir, __open, __open64, lxstat64,
24874         __xstat64): Define if not _LIBC.
24875         (__secure_getenv): Define if ! (HAVE___SECURE_GETENV || _LIBC).
24876         (__gen_tempname): Invoke gettimeofday only if
24877         HAVE_GETTIMEOFDAY || _LIBC;
24878         otherwise, fall back on plain "time".
24879         Use macros like S_IRUSR | S_IWUSR rather than octal values like 0600.
24880
24881         * lib/mkstemp.c (__GT_FILE): Define to zero if not defined.
24882
24883         * lib/mkstemp.c, lib/tempname.c: New files, taken from glibc 2.2.2.
24884
24885 2001-02-18  Paul Eggert  <eggert@twinsun.com>
24886
24887         * m4/jm-macros.m4 (jm_CHECK_ALL_HEADERS): Check for sys/resource.h.
24888
24889 2001-02-17  Paul Eggert  <eggert@twinsun.com>
24890
24891         * m4/mbrtowc.m4: New file, defining jm_FUNC_MBRTOWC.
24892         * m4/mbswidth.m4 (jm_PREREQ_MBSWIDTH):
24893         Use jm_FUNC_MBRTOWC, not AC_CHECK_FUNCS(mbrtowc).
24894         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Likewise.
24895
24896 2001-02-17  Paul Eggert  <eggert@twinsun.com>
24897
24898         * lib/mbswidth.c, quotearg.c (mbrtowc, mbsinit):
24899         Remove workaround macros for hosts that have mbrtowc but not
24900         mbstate_t, as we now insist on proper declarations for both
24901         before using mbrtowc.
24902
24903 2001-02-17  Jim Meyering  <meyering@lucent.com>
24904
24905         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Don't check for
24906         getmntent via AC_CHECK_FUNCS, since that would get a `no' and disrupt
24907         further attempts by AC_FUNC_GETMNTENT to check with e.g., -lgen on
24908         UnixWare 7.1.1.
24909
24910         * m4/mbrtowc.m4 (jm_FUNC_MBRTOWC): Adapt to use AC_CACHE_CHECK etc.,
24911         rather than AC_CACHE_VAL.
24912
24913 2001-02-17  Jim Meyering  <meyering@lucent.com>
24914
24915         * lib/strtoul.c: Sync from GNU libc.  Use double quotes, not <...>
24916         around included file name.
24917
24918         * lib/strnlen.c (__strnlen): Merge in a change from GNU libc.
24919
24920         * lib/strftime.c: Update from GNU libc (the only changes were to
24921         comments).
24922
24923 2001-02-17  Jim Meyering  <meyering@lucent.com>
24924
24925         * lib/regex.c: Update from libc.
24926
24927 2001-02-17  Bruno Haible  <haible@clisp.cons.org>
24928
24929         * lib/mbswidth.h (mbswidth): Also define as macro, to avoid prototype
24930         clash.
24931
24932 2001-02-16  Paul Eggert  <eggert@twinsun.com>
24933
24934         * lib/alloca.c (malloc): Undef before defining, since stdlib.h
24935         may have defined it.  Needed for Encore Umax-3.0.9.16b systems.
24936         Reported by Mark Hounschell via Paul Eggert.
24937
24938 2001-02-07  Jim Meyering  <meyering@lucent.com>
24939
24940         * m4/regex.m4 (jm_INCLUDED_REGEX): Add a test for the latest bug.
24941
24942 2001-02-05  Jim Meyering  <meyering@lucent.com>
24943
24944         * m4/jm-macros.m4: Require autoconf-2.14d (not yet released), because
24945         it includes the patch required for `large file' support with at least
24946         HP-UX's 10.20 /bin/cc.
24947
24948 2001-02-03  Jim Meyering  <meyering@lucent.com>
24949
24950         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Restore prior use of
24951         AS_IF, now that it works once again (mysteriously).
24952         * m4/fsusage.m4 (jm_FILE_SYSTEM_USAGE): Likewise.
24953
24954 2001-01-30  Jim Meyering  <meyering@lucent.com>
24955
24956         Don't use filenames that are 8.3-equivalent to "conftest" on DOS.
24957         * m4/chown.m4: Rename conftestchown to conftest.chown.
24958         * m4/rename.m4: s/conftestdir/conftest.d1/ and
24959         s/conftestdir2/conftest.d2/.
24960         * m4/utimes.m4: s/conftestdata/conftest.data/
24961         Inspired by Pavel Roskin's change in autoconf.
24962
24963 2001-01-30  Bruno Haible  <haible@clisp.cons.org>
24964
24965         * lib/config.charset: Update for FreeBSD 4.2.
24966
24967 2001-01-27  Jim Meyering  <meyering@lucent.com>
24968
24969         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Open-code what was
24970         a use of AS_IF.
24971         * m4/fsusage.m4 (jm_FILE_SYSTEM_USAGE): Likewise.
24972
24973 2001-01-26  Jim Meyering  <meyering@lucent.com>
24974
24975         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Check for stddef.h, now that
24976         quotearg.c includes it.
24977
24978 2001-01-26  Jim Meyering  <meyering@lucent.com>
24979
24980         * lib/quotearg.c: Include stddef.h.
24981         * lib/quote.c: Include stddef.h.
24982         Reported by Axel Kittenberger.
24983
24984         * lib/xmalloc.c [HAVE_DONE_WORKING_MALLOC_CHECK]: Enclose error-evoking
24985         line in double quotes so that it evokes a better diagnostic.
24986         [HAVE_DONE_WORKING_REALLOC_CHECK]: Likewise.
24987         Reported by Axel Kittenberger.
24988
24989 2001-01-24  Stefan Monnier  <monnier@cs.yale.edu>
24990
24991         * regex.c (mutually_exclusive_p): Don't blindly handle `charset_not'
24992         as if it was a `charset'.
24993
24994 2001-01-21  Bruno Haible  <haible@clisp.cons.org>
24995
24996         * m4/iconv.m4 (jm_ICONV): Also check whether the iconv declaration
24997         has const.
24998
24999 2001-01-21  Bruno Haible  <haible@clisp.cons.org>
25000
25001         * lib/unicodeio.c (print_unicode_char): Cast the second iconv() arg,
25002         to avoid a warning.  Add back 'const' to inptr.
25003
25004 2001-01-20  Jim Meyering  <meyering@lucent.com>
25005
25006         Be sure that headers are checked before used in code compiled
25007         for the type checks.
25008         * m4/jm-macros.m4 (jm_MACROS): Remove all header checks.
25009         In place of that, invoke jm_CHECK_ALL_TYPES.
25010         (jm_CHECK_ALL_HEADERS): New functions with the above checks.
25011         (jm_CHECK_ALL_TYPES): Require jm_CHECK_ALL_HEADERS.
25012         Alan Iwi reported a build failure on an f300-fujitsu-uxpv4.1_ES;
25013         The check for ssize_t was mistakenly run before the test for unistd.h.
25014
25015         The configure-time check for stdbool.h was missing.
25016         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_HASH.
25017         (jm_PREREQ_HASH): New function.
25018
25019 2001-01-17  Jim Meyering  <meyering@lucent.com>
25020
25021         * m4/fsusage.m4 (jm_FILE_SYSTEM_USAGE): Use AS_IF, not AS_IFELSE,
25022         for autoconf-2.49c.
25023         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Likewise.
25024
25025 2001-01-16  Jim Meyering  <meyering@lucent.com>
25026
25027         * lib/basename.c: Include <stdio.h>, needed by assert on SunOS 4.
25028         From Bruno Haible.
25029
25030 2001-01-14  Jim Meyering  <meyering@lucent.com>
25031
25032         * m4/rename.m4: Use temporary directories named conftestdir{,2}, not
25033         foo and bar.  Create conftestdir/ in the script, not in the C code.
25034         Remove directories in the script, not in the C code.
25035         Remove conftestdir{,2} before trying to create the directory.
25036         Make the entire configure script fail if the mkdir fails.
25037
25038 2001-01-14  Jim Meyering  <meyering@lucent.com>
25039
25040         * lib/rename.c: New file.  From Volker Borchert.
25041         Include stdlib.h, string.h or strings.h, and xalloc.h.
25042         Use strip_trailing_slashes rather than open-coding it.
25043
25044 2001-01-03  Paul Eggert  <eggert@twinsun.com>
25045
25046         * lib/strftime.c: Sync with glibc time/strftime.c 1.81.
25047
25048 2001-01-03  Jim Meyering  <meyering@lucent.com>
25049
25050         * lib/unicodeio.c (print_unicode_char): Remove `const' from declaration
25051         of local `inptr' to avoid warning with some system declarations of
25052         iconv.
25053
25054 2001-01-02  Volker Borchert  <bt@teknon.de>
25055
25056         * m4/rename.m4: New file.
25057         * m4/jm-macros.m4 (jm_MACROS): Require vb_FUNC_RENAME.
25058
25059 2001-01-01  Jim Meyering  <meyering@lucent.com>
25060
25061         * m4/prereq.m4 (jm_PREREQ_READUTMP): Include utmp.h (if available),
25062         even on systems with utmpx.h.  It's necessary for the declaration of
25063         utmp's ut_user member.  Reported by Andreas Jaeger.
25064
25065         * m4/check-decl.m4 (jm_CHECK_DECLS): Include grp.h and pwd.h if
25066         available. They are required for the declarations of getgrgid and
25067         getpwuid resp.
25068         (_jm_DECL_HEADERS): Check for grp.h and pwd.h.
25069         Reported by Andreas Jaeger.
25070
25071 2001-01-01  Alexandre Duret-Lutz  <duret_g@epita.fr>
25072
25073         * m4/libintl.m4 (AM_GNU_GETTEXT): Define MKINSTALLDIRS by
25074         expanding the value of $ac_aux_dir, as in AM_MISSING_HAS_RUN,
25075         so `make install' also works in VPATH builds.
25076
25077 2000-12-31  Alexandre Duret-Lutz  <duret_g@epita.fr>
25078
25079         * m4/libintl.m4 (AM_WITH_NLS): When using AC_CONFIG_AUX_DIR,
25080         prepend $(top_srcdir) to the value of MKINSTALLDIRS so that it
25081         can be used in subdirectories.
25082
25083 2000-12-29  Paul Eggert  <eggert@twinsun.com>
25084
25085         * lib/modechange.c: Do not assume that mode_t uses the
25086         traditional octal encoding.  E.g. "chmod 1 FOO" should set
25087         the other-execute bit of FOO even if S_IXOTH != 1.
25088
25089         (SUID, SGID, SVTX, RUSR, WUSR, XUSR, RGRP, WGRP, XGRP, ROTH,
25090         WOTH, XOTH, ALLM): New macros.
25091         (S_ISUID, S_ISGID, S_ISVTX, S_IRUSR, S_IWUSR, S_IXUSR,
25092          S_IRGRP, S_IWGRP, S_IXGRP, S_IROTH, S_IWOTH, S_IXOTH):
25093         Use them.
25094         (S_ISGID): Fix typo; it was defaulting to the same value as S_ISUID.
25095         (S_IRWXU, S_IRWXG, S_IRWXO): Specify defaults in terms of the above.
25096         (mode_compile):
25097         No need to use uintmax_t; unsigned long is long enough.
25098         Don't bother to get suffix since we don't use it.
25099
25100 2000-12-26  Jim Meyering  <meyering@lucent.com>
25101
25102         * m4/dos.m4 (jm_AC_DOS): Rewrite (though it's still a stub) to work
25103         better with autoheader.
25104
25105 2000-12-24  Jim Meyering  <meyering@lucent.com>
25106
25107         * lib/hash.c (is_prime): Return explicit boolean values.
25108         (hash_get_first): Return NULL to appease Irix5.6's 89.
25109         Reported by Nelson Beebe.
25110
25111 2000-12-19  Bruno Haible  <haible@clisp.cons.org>
25112
25113         * lib/localcharset.c (locale_charset): Add support for Win32.
25114
25115 2000-12-18  Paul Eggert  <eggert@twinsun.com>
25116
25117         * lib/physmem.h, lib/physmem.c: New files.
25118
25119         * lib/Makefile.am (libfetish_a_SOURCES): Add physmem.c.
25120         (noinst_HEADERS): Add physmem.h.
25121
25122         * lib/xstrtol.c (__xstrtol): Add undocumented suffixes 'g' and
25123         't' for compatibility with Solaris 8 sort.
25124
25125 2000-12-18  Bruno Haible  <haible@clisp.cons.org>
25126
25127         * lib/config.charset: Add support for BeOS.
25128
25129 2000-12-17  Jim Meyering  <meyering@lucent.com>
25130
25131         * m4/dos.m4 (jm_AC_DOS): New file and macro.
25132         * m4/jm-macros.m4 (jm_MACROS): Require jm_AC_DOS.
25133
25134 2000-12-16  Jim Meyering  <meyering@lucent.com>
25135
25136         This bug had a serious impact on chown: `chown N:M FILE' (for integer
25137         N and M) would have treated it like `chown N:N FILE'.
25138
25139         * lib/userspec.c (parse_user_spec): Fix typo: s/u/g/.
25140
25141 2000-12-16  Jim Meyering  <meyering@lucent.com>
25142
25143         * lib/getusershell.c [!SHELLS_FILE && __DJGPP__]: Define
25144         SHELLS_FILE to a file name that's useful on djgpp systems.
25145         Include stdlib.h.
25146         (ADDITIONAL_DEFAULT_SHELLS): Define.
25147         (default_shells): Prepend ADDITIONAL_DEFAULT_SHELLS.
25148         Based mostly on a patch from Prashant TR.
25149
25150 2000-12-16  Bruno Haible  <haible@clisp.cons.org>
25151
25152         * lib/config.charset: Add ISO-8859-3, BIG5HKSCS, GB18030, JOHAB,
25153         VISCII, CP874, CP949, CP950, CP1250, CP1253, CP1254, CP1255, CP1256,
25154         CP1257 to the list of canonical encodings. Rename EUC-CN to GB2312.
25155
25156 2000-12-08  Andreas Schwab  <schwab@suse.de>
25157
25158         * lib/mbswidth.c (mbsnwidth): Don't loop endlessly when called with an
25159         invalid mulitbyte sequence and with the MBSW_ACCEPT_INVALID flag set.
25160
25161 2000-12-07  Jim Meyering  <meyering@lucent.com>
25162
25163         * lib/stripslash.c (ISSLASH): Define.
25164         (strip_trailing_slashes): Use ISSLASH rather than comparing against
25165         `/'.
25166         From Prashant TR.
25167
25168         * lib/dirname.c (FILESYSTEM_PREFIX_LEN): Define.
25169         (dir_name_r): Declare this function as static.
25170         [BACKSLASH_IS_PATH_SEPARATOR]: Fix a bug that'd
25171         manifest itself on a name containing a mix of slashes and
25172         backslashes.
25173         Make this function work with names starting with a DOS-style
25174         drive letter and colon prefix.
25175         (dir_name): Append `.' if necessary.
25176         Based mostly on patches from Prashant TR and Eli Zaretskii.
25177
25178         * lib/dirname.h (dir_name_r): Remove prototype.
25179
25180 2000-12-06  Paul Eggert  <eggert@twinsun.com>
25181
25182         * m4/off_t-format.m4: Remove this file.
25183         * m4/jm-macros.m4 (jm_MACROS): Remove jm_SYS_OFF_T_PRINTF_FORMAT.
25184
25185 2000-12-06  Jim Meyering  <meyering@lucent.com>
25186
25187         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): If we need the
25188         replacement strtoull, we may well need the replacement strtoul, too.
25189         Check for declarations of strtoul and strtoull.
25190         Check for strtol.  Mainly as a cue to cause automake to include
25191         strtol.c -- that file is included by each of strtoul.c and strtoull.c.
25192         Check for limits.h -- strtol.c needs it.
25193
25194 2000-12-05  Jim Meyering  <meyering@lucent.com>
25195
25196         * lib/dirname.c (dir_name_r): Add `const' in a few local declarations.
25197
25198 2000-12-04  Jim Meyering  <meyering@lucent.com>
25199
25200         * lib/path-concat.c: [!HAVE_DECL_MALLOC]: Declare malloc.
25201         Also include memory.h, stdlib.h, unistd.h if appropriate.
25202         Reported by Andreas Jaeger (conflicting declaration of malloc).
25203
25204 2000-12-02  Jim Meyering  <meyering@lucent.com>
25205
25206         * m4/off_t-format.m4 (OFF_T_PRINTF_FORMAT_STRING): New file/macro.
25207         * m4/jm-macros.m4 (jm_MACROS): require it.
25208
25209 2000-12-02  Jim Meyering  <meyering@lucent.com>
25210
25211         * lib/closeout.h: Make idempotent, to avoid some obscure warnings.
25212
25213 2000-12-01  Paul Eggert  <eggert@twinsun.com>
25214
25215         * lib/memrchr.c: Include <config.h> before any system include file.
25216
25217 2000-11-30  Jim Meyering  <meyering@lucent.com>
25218
25219         * m4/jm-macros.m4 (jm_MACROS): Check for stdint.h.
25220
25221 2000-11-30  Jim Meyering  <meyering@lucent.com>
25222
25223         * m4/getloadavg.m4: s/ifval/m4_ifval/ to accommodate new autoconf.
25224
25225 2000-11-29  Paul Eggert  <eggert@twinsun.com>
25226
25227         * lib/dirname.c (dir_name_r): Fix typo: int -> size_t.
25228
25229 2000-11-26  Jim Meyering  <meyering@lucent.com>
25230
25231         * lib/memcoll.c: Include sys/types.h.  From Werner Almesberger.
25232
25233 2000-11-22  Paul Eggert  <eggert@twinsun.com>
25234
25235         * lib/strftime.c (my_strftime): Do not invoke mbrlen with a
25236         size of (size_t) -1; it's not portable.
25237
25238 2000-11-17  Jim Meyering  <meyering@lucent.com>
25239
25240         * lib/strstr.c: Update from GNU libc.
25241
25242 2000-11-17  Akim Demaille  <akim@epita.fr>
25243
25244         * lib/obstack.h: Formatting changes.
25245         (obstack_grow, obstack_grow0): Don't cast WHERE at all: that would
25246         prevent type checking.
25247         (obstack_ptr_grow, obstack_ptr_grow_fast): When assigning, don't
25248         cast the value to (void *): assigning a `foo *' to a `void *'
25249         variable is valid.
25250         (obstack_int_grow, obstack_int_grow_fast): Don't cast AINT to int.
25251
25252 2000-11-16  Jim Meyering  <meyering@lucent.com>
25253
25254         * lib/strverscmp.c: Incorporate weak-alias-related changes from glibc.
25255
25256 2000-11-11  Jim Meyering  <meyering@lucent.com>
25257
25258         * lib/error.c: Add a couple #includes, merging from GNU libc version.
25259
25260 2000-11-10  Jim Meyering  <meyering@lucent.com>
25261
25262         * lib/obstack.h: Update from GNU libc.
25263         * lib/obstack.c: Likewise.
25264
25265 2000-11-08  Bruno Haible  <haible@clisp.cons.org>
25266
25267         * m4/jm-macros.m4 (jm_MACROS): Add test for wcrtomb.
25268
25269 2000-11-06  Paul Eggert  <eggert@twinsun.com>
25270
25271         * lib/getusershell.c (setusershell): Use rewind rather than
25272         fseek/fseeko, to avoid configuration hassles with fseeko.
25273         Don't bother opening SHELLS_FILE if shellstream is NULL;
25274         it's not necessary.
25275
25276 2000-11-05  Jim Meyering  <meyering@lucent.com>
25277
25278         * lib/makepath.h (make_dir): Declare.
25279         * lib/makepath.c (make_dir): Remove `static' attribute.
25280         Tweak a comment.
25281
25282 2000-11-04  Jim Meyering  <meyering@lucent.com>
25283
25284         * m4/regex.m4: Use the `m4_' prefix on `syscmd' and `m4_sysval'.
25285
25286 2000-11-04  Alexandre Duret-Lutz  <duret_g@epita.fr>
25287
25288         * lib/hash.c (hash_get_next): Fix a thinko:  when ENTRY is the
25289         last one in a bucket, advance to the next bucket.
25290
25291 2000-11-02  Vesselin Atanasov  <vesselin@bgnet.bg>
25292
25293         * lib/fnmatch.c: Do not comment out all the code if we are using
25294         the GNU C library, because in some cases we are replacing buggy
25295         code in the GNU C library itself.
25296
25297 2000-10-30  Stefan Monnier  <monnier@cs.yale.edu>
25298
25299         * regex.c (re_iswctype, re_wctype_to_bit): Fix braino.
25300         (regex_compile): Catch bogus \(\1\).
25301
25302 2000-10-30  Paul Eggert  <eggert@twinsun.com>
25303
25304         * lib/fnmatch.c (FOLD): Do not assume that characters are unsigned.
25305         (fnmatch): Fix some FNM_FILE_NAME and FNM_LEADING_DIR bugs,
25306         e.g. fnmatch("d*/*1", "d/s/1", FNM_FILE_NAME) incorrectly yielded zero.
25307
25308 2000-10-30  Paul Eggert  <eggert@twinsun.com>
25309
25310         * lib/error.h, getline.h, modechange.h:
25311         Remove "2000" from Copyright line, as the file hasn't been
25312         changed this year other than in the copyright notice.
25313
25314         * lib/xalloc.h: Add "2000" to Copyright line, as this file
25315         was changed this year.
25316
25317 2000-10-29  Jim Meyering  <meyering@lucent.com>
25318
25319         * m4/fsusage.m4: s/AC_SHELL_IFELSE/AS_IFELSE/ to match autoconf
25320         renaming.
25321         * m4/ls-mntd-fs.m4: Likewise
25322
25323 2000-10-29  Jim Meyering  <meyering@lucent.com>
25324
25325         * lib/xstat.in: Fix grammar in comment.
25326
25327 2000-10-29  Greg Louis  <glouis@dynamicro.on.ca>
25328
25329         * lib/regex.h (__restrict_arr): Move definition out of #ifndef block.
25330         Required because egcs-2.91.66 (aka 1.1.2) defines __restrict, but
25331         doesn't define __restrict_arr.
25332
25333 2000-10-28  Jim Meyering  <meyering@lucent.com>
25334
25335         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_MEMCHR.
25336         (jm_PREREQ_MEMCHR): New function.
25337
25338 2000-10-28  Jim Meyering  <meyering@lucent.com>
25339
25340         * lib/memchr.c: Update from libc.
25341         Adjust for portability:
25342         [HAVE_STDLIB_H]: Include stdlib.h.
25343         [HAVE_BP_SYM_H || _LIBC]: Guard inclusion of bp-sym.h.
25344         Undef __memchr, too.
25345         [!weak_alias]: Define __memchr to memchr.
25346
25347         * lib/regex.c: Update from libc.
25348         * lib/regex.h: Likewise.
25349         * lib/getopt1.c: Likewise.
25350         * lib/memcmp.c: Likewise.
25351
25352         * lib/getusershell.c (setusershell) [HAVE_FSEEKO]: Use fseeko.
25353         Avoid using fseek, when possible -- it's broken by design.
25354         Patch by Ulrich Drepper.
25355
25356 2000-10-27  Stefan Monnier  <monnier@cs.yale.edu>
25357
25358         * regex.c (POP_FAILURE_REG_OR_COUNT, re_match_2_internal)
25359         (re_match_2_internal, re_match_2_internal, re_match_2_internal):
25360         Giving in to popular pressure to shut up the compiler with casts.
25361
25362 2000-10-26  Jim Meyering  <meyering@lucent.com>
25363
25364         * lib/strftime.c: Update from libc.
25365
25366 2000-10-25  Stefan Monnier  <monnier@cs.yale.edu>
25367
25368         * regex.c: More `unsigned char' -> `re_char' changes.
25369         Also change several `int' into `re_wchar_t'.
25370         (PATTERN_STACK_EMPTY, PUSH_PATTERN_OP, POP_PATTERN_OP): Remove.
25371         (PUSH_FAILURE_POINTER): Don't cast any more.
25372         (POP_FAILURE_REG_OR_COUNT): Remove the cast that strips `const'.
25373         We want GCC to complain, since this piece of code makes
25374         re_match non-reentrant, which *should* be fixed.
25375         (GET_BUFFER_SPACE): Use size_t rather than unsigned long.
25376         (EXTEND_BUFFER): Use RETALLOC.
25377         (SET_LIST_BIT): Don't cast.
25378         (re_wchar_t): New type.
25379         (re_iswctype, re_wctype_to_bit): Make it crystal clear to GCC
25380         that those two functions will always properly return.
25381         (IMMEDIATE_QUIT_CHECK): Cast to void.
25382         (analyse_first): Use recursion rather than an explicit stack.
25383         (re_compile_fastmap): Can't fail anymore.
25384         (re_search_2): Don't check re_compile_fastmap for failure.
25385         (PUSH_NUMBER): Renamed from PUSH_FAILURE_COUNT.
25386         Now also sets the new value (passed in a new argument).
25387         (re_match_2_internal): Use it.
25388         Also, use a new var `reg' of type size_t when looping through regs
25389         rather than reuse the inappropriate `mcnt'.
25390
25391 2000-10-25  Jim Meyering  <meyering@lucent.com>
25392
25393         * lib/obstack.c: Update from libc.
25394
25395 2000-10-24  Kenichi Handa  <handa@etl.go.jp>
25396
25397         * regex.c (regex_compile): Change the way of handling a range from
25398         a char less than 256 to a char not less than 256.
25399
25400 2000-10-24  Andrew Innes  <andrewi@gnu.org>
25401
25402         * regex.c (IMMEDIATE_QUIT_CHECK): New macro, which does QUIT on
25403         NT-Emacs only.
25404         (re_match_2_internal): Use IMMEDIATE_QUIT_CHECK instead of QUIT,
25405         so that re_search functions only quit when callers expect them to.
25406
25407 2000-10-23  Jim Meyering  <meyering@lucent.com>
25408
25409         * lib/hard-locale.c (hard_locale): Revert last change -- it was simply
25410         wrong.  That set_locale call must not have any side effects.
25411         From Paul Eggert.
25412
25413 2000-10-22  Jim Meyering  <meyering@lucent.com>
25414
25415         * lib/md5.c (md5_process_block) [OP]: Use `rol', not CYCLIC.
25416         [CYCLIC]: Remove now-unused definition.
25417
25418         * lib/save-cwd.c (O_DIRECTORY): Define, if needed.
25419         (save_cwd) [HAVE_FCHDIR]: Use O_DIRECTORY when opening ".".
25420         Suggestion from Ulrich Drepper.
25421
25422 2000-10-21  Jim Meyering  <meyering@lucent.com>
25423
25424         * m4/check-decl.m4 (jm_CHECK_DECLS): Also check for memrchr.
25425         * m4/prereq.m4 (jm_PREREQ_DIRNAME): New macro.
25426         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add memrchr.
25427
25428 2000-10-21  Jim Meyering  <meyering@lucent.com>
25429
25430         * lib/dirname.c (memrchr): Declare if necessary.
25431         (dir_name): Remove the restriction that there be no
25432         trailing slashes.  Now, this code skips past them, effectively
25433         ignoring them.
25434         [TEST_DIRNAME] (main): New unit tests.
25435
25436         * lib/memrchr.c: New file from GNU libc.
25437         Undef __memrchr, too.
25438         [!weak_alias]: Define __memrchr to memrchr.
25439         Guard weak_alias use with `#ifdef weak_alias'.
25440
25441 2000-10-21  Jim Meyering  <meyering@lucent.com>
25442
25443         * lib/dirname.c (dir_name_r): New function, factored out of dir_name.
25444         (dir_name): Use dir_name_r.
25445         * lib/dirname.h (dir_name_r): Declare it.
25446
25447 2000-10-17  Jim Meyering  <meyering@lucent.com>
25448
25449         * lib/quote.h (PARAMS): Define and use.
25450         Reported by Akim Demaille.
25451
25452         * lib/getopt.c: Update from libc.
25453
25454 2000-10-16  Jim Meyering  <meyering@lucent.com>
25455
25456         * lib/hard-locale.c (hard_locale): Use "", not 0 as 2nd arg to
25457         setlocale.
25458         From Jan Fedak.
25459
25460 2000-10-15  Stefan Monnier  <monnier@cs.yale.edu>
25461
25462         * regex.c (WIDE_CHAR_SUPPORT): Define if _LIBC as well.
25463
25464 2000-09-25  Jim Meyering  <meyering@lucent.com>
25465
25466         * lib/md5.h (rol): Define (from GnuPG).
25467
25468         * lib/sha.c: Give credit (GnuPG) where due.
25469         (M): Use rol rather than open-coding it.
25470         Add a FIXME comment.
25471
25472 2000-09-21  Jim Meyering  <meyering@lucent.com>
25473
25474         * lib/userspec.c (parse_user_spec): Remove debugging printf I'd added.
25475         Reported by Michael Stone.
25476
25477 2000-09-20  Jim Meyering  <meyering@lucent.com>
25478
25479         * lib/Makefile.am (libfetish_a_SOURCES): Add sha.c.
25480         (noinst_HEADERS): Add sha.h.
25481         Based on code from Scott G. Miller and from GnuPG.
25482
25483 2000-09-18  Jim Meyering  <meyering@lucent.com>
25484
25485         * m4/getloadavg.m4 (AC_FUNC_GETLOADAVG): Restore the initial value of
25486         LIBS. Otherwise, everyone ends up linking with -lelf for some
25487         configurations.
25488         Reported by Mike Stone.
25489
25490 2000-09-15  Jim Meyering  <meyering@lucent.com>
25491
25492         * lib/regex.c: Update from libc.
25493
25494 2000-09-10  Jim Meyering  <meyering@lucent.com>
25495
25496         * lib/getopt.c (_getopt_internal): Update from glibc.
25497
25498 2000-09-09  Jim Meyering  <meyering@lucent.com>
25499
25500         * lib/quotearg.c: Rename ISASCII to IN_CTYPE_DOMAIN, so people don't
25501         think it should be used as a general replacement for isascii.
25502         * lib/fnmatch.c: Likewise.
25503         * lib/mbswidth.c: Likewise
25504         * lib/regex.c: Likewise.
25505
25506         Don't use atoi.
25507         * lib/userspec.c: Include sys/param.h and limits.h.
25508         Include xstrtol.h.
25509         (CHAR_BIT, TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM): Define.
25510         (UID_T_MAX, GID_T_MAX, MAXUID, MAXGID): Define.
25511         (parse_user_spec): Use xstrtoul, not atoi when converting numeric
25512         UID, GID.  Check range.
25513
25514 2000-09-06  Jim Meyering  <meyering@lucent.com>
25515
25516         * lib/getopt.c (_getopt_internal): Update from glibc.
25517
25518 2000-08-30  Jim Meyering  <meyering@lucent.com>
25519
25520         * lib/strftime.c: Merge in changes from GNU libc.
25521
25522 2000-08-26  Jim Meyering  <meyering@lucent.com>
25523
25524         * m4/jm-macros.m4: Use jm_FUNC_FPENDING.
25525         * m4/fpending.m4: New file.
25526
25527 2000-08-26  Jim Meyering  <meyering@lucent.com>
25528
25529         * lib/closeout.c: Include "__fpending.h".
25530         (close_stdout_status): Return right away if there's nothing to flush.
25531
25532         * lib/Makefile.am (noinst_HEADERS): Add __fpending.h.
25533         * lib/__fpending.c: New file.
25534         * lib/__fpending.h: New file.
25535
25536 2000-08-20  Jim Meyering  <meyering@lucent.com>
25537
25538         * m4/check-decl.m4: Include utmp.h `#if HAVE_UTMP_H', rather than
25539         `#if !HAVE_UTMPX_H'.  The latter would lose on systems with neither
25540         utmp.h nor utmpx.h.  Reported by Eli Zaretskii.
25541
25542 2000-08-11  J. David Anglin  <dave@hiauly1.hia.nrc.ca>
25543
25544         Improve fileutils installation on systems where running
25545         programs (like install) can't be unlinked.
25546         * m4/unlink-busy.m4 (jm_FUNC_UNLINK_BUSY_TEXT): New file/macro.
25547         * m4/jm-macros.m4: Use jm_FUNC_UNLINK_BUSY_TEXT.
25548
25549 2000-08-07  Paul Eggert  <eggert@twinsun.com>
25550
25551         Standardize on "memory exhausted" instead of "Memory exhausted"
25552         or "virtual memory exhausted".
25553         * lib/obstack.c (print_and_abort): Use "memory exhausted", not
25554         "virtual memory exhausted".
25555         * lib/same.c (same_name): Invoke xalloc_die instead of printing
25556         our own message.
25557         * lib/userspec.c (parse_user_spec): Likewise.
25558         * lib/bumpalloc.h: comment fix
25559         * lib/same.c, userspec.c: Include xalloc.h.
25560
25561         * lib/xalloc.h (xalloc_msg_memory_exhausted): Now char const[],
25562         not char *const and pointing to a constant array.
25563         * lib/xmalloc.c (xalloc_msg_memory_exhausted): Likewise.
25564         (xrealloc): Comment fix.
25565
25566         * lib/userspec.c (parse_user_spec):
25567         Don't translate a message until just before returning,
25568         to avoid unnecessary translation.
25569
25570 2000-08-07  Jim Meyering  <meyering@lucent.com>
25571
25572         * lib/addext.c, argmatch.c, argmatch.h, backupfile.h, bumpalloc.h,
25573         chown.c, diacrit.h, dirname.h, dup2.c, exclude.h, fileblocks.c,
25574         fnmatch.c, fnmatch.h, fsusage.c, fsusage.h, getdate.h,
25575         getgroups.c, gethostname.c, getopt.h, group-member.c,
25576         hard-locale.c, hash.h, isdir.c, lchown.c, linebuffer.c,
25577         linebuffer.h, long-options.h, malloc.c, md5.c, md5.h, memchr.c,
25578         memcmp.c, memcoll.c, memset.c, mktime.c, modechange.h, obstack.h,
25579         pathmax.h, realloc.c, rmdir.c, safe-read.c, save-cwd.c, stime.c,
25580         stpcpy.c, strcasecmp.c, strcspn.c, strdup.c, stripslash.c,
25581         strstr.c, strtod.c, strtol.c, strtoul.c, strtoull.c, strtoumax.c,
25582         utime.c, version-etc.h, xalloc.h, xstrdup.c, xstrtoumax.c,
25583         yesno.c: Back out Copyright date changes for each file with no change
25584         this year.  This eases coordination with other programs using the same
25585         source code modules.  From Paul Eggert.
25586
25587 2000-08-06  Paul Eggert  <eggert@twinsun.com>
25588
25589         * m4/mbstate_t.m4 (AC_MBSTATE_T): Define mbstate_t to be int,
25590         not char, for compatibility with glibc 2.1.3 strftime.c.
25591
25592 2000-08-03  Greg McGary  <greg@mcgary.org>
25593
25594         * lib/regex.c (SET_HIGH_BOUND, MOVE_BUFFER_POINTER,
25595         ELSE_EXTEND_BUFFER_HIGH_BOUND): New macros.
25596         (EXTEND_BUFFER): Use them.
25597
25598 2000-08-01  Jim Meyering  <meyering@lucent.com>
25599
25600         * lib/dirname.c (ISSLASH): Define.
25601         (BACKSLASH_IS_PATH_SEPARATOR): Define.
25602         (dir_name) [BACKSLASH_IS_PATH_SEPARATOR]: Handle the case in which
25603         both `\' and `/' may be use as path separators.
25604         Based on a patch from Prashant TR.
25605
25606 2000-07-31  Paul Eggert  <eggert@twinsun.com>
25607
25608         * lib/quotearg.c (quotearg_n_options): Don't make the initial
25609         slot vector a constant, since it might get modified.
25610
25611 2000-07-31  Jim Meyering  <meyering@lucent.com>
25612
25613         * lib/xmalloc.c: Use `virtual memory exhausted', not
25614         `Memory exhausted'.
25615         * lib/obstack.c (print_and_abort): Likewise.
25616
25617 2000-07-30  Paul Eggert  <eggert@twinsun.com>
25618
25619         * lib/quotearg.c (quotearg_n_options): Preallocate a slot 0
25620         buffer, so that the caller can always quote one small
25621         component of a "memory exhausted" message in slot 0.
25622         From a suggestion by Jim Meyering.
25623
25624 2000-07-30  Jim Meyering  <meyering@lucent.com>
25625
25626         * lib/makepath.c (make_path): Quote the other instance, too.
25627
25628         * lib/quotearg.c (N_STATIC_SLOTVECS): Define.
25629         (STATIC_BUF_SIZE): Define.
25630         (quotearg_n_options): Use only statically allocated storage when
25631         N < N_STATIC_SLOTVECS and the length of the quoted result is smaller
25632         than STATIC_BUF_SIZE.
25633
25634 2000-07-29  Jim Meyering  <meyering@lucent.com>
25635
25636         * lib/diacrit.c (diacrit_diac): Use __MSDOS__ in favor of MSDOS.
25637         * lib/dirname.c (dir_name): Likewise.
25638
25639         * lib/basename.c (base_name): Use ISSLASH rather than comparing against
25640         `/'.
25641
25642         * lib/dirname.c (dir_name) [MSDOS]: Declare `lim' to be const.
25643         (dir_name): Assert that there are no trailing slashes.
25644
25645 2000-07-29  Bruno Haible  <haible@clisp.cons.org>
25646
25647         * lib/mbswidth.h (mbswidth): Add a flags argument.
25648         (mbswidth): New declaration.
25649         (MBSW_ACCEPT_INVALID, MBSW_ACCEPT_UNPRINTABLE): New macros.
25650         * lib/mbswidth.c (mbswidth): Add a flags argument.
25651         (mbsnwidth): New function.
25652
25653 2000-07-24  Jim Meyering  <meyering@lucent.com>
25654
25655         * lib/mbswidth.c: Remove useless #else.  From Bruno Haible.
25656
25657 2000-07-23  Paul Eggert  <eggert@twinsun.com>
25658
25659         * m4/mbswidth.m4 (jm_PREREQ_MBSWIDTH): Check for wcwidth declaration.
25660
25661 2000-07-23  Paul Eggert  <eggert@twinsun.com>
25662
25663         * lib/quotearg.c: Streamline by invoking multibyte code only if needed.
25664         <wchar.h>: Include only if HAVE_MBRTOWC && 1 < MB_LEN_MAX.
25665         (MB_CUR_MAX): Redefine to 1 if ! (HAVE_MBRTOWC && 1 < MB_LEN_MAX).
25666         (quotearg_buffer_restyled): If a unibyte locale, don't bother to
25667         invoke multibyte primitives.
25668
25669 2000-07-23  Paul Eggert  <eggert@twinsun.com>
25670
25671         * lib/quotearg.c:
25672         Include <wchar.h> even if ! (HAVE_MBRTOWC && 1 < MB_LEN_MAX),
25673         so that mbstate_t is always defined.
25674
25675         Do not inspect MB_LEN_MAX, since it's incorrectly defined to
25676         be 1 in at least one GCC installation, and this configuration
25677         error is likely to be common.  Ignoring MB_LEN_MAX hurts
25678         performance on hosts that have mbrtowc but have only unibyte
25679         locales, but I assume these hosts are rare.
25680
25681 2000-07-23  Paul Eggert  <eggert@twinsun.com>
25682
25683         * lib/mbswidth.c (_XOPEN_SOURCE):
25684         Don't define; this causes problems on Solaris 7.
25685         (wcwidth) [!HAVE_DECL_WCWIDTH]: Declare.
25686
25687 2000-07-23  Jim Meyering  <meyering@lucent.com>
25688
25689         * m4/check-decl.m4 (jm_CHECK_DECLS): Check for declarations of these,
25690         too: getgrgid, getpwuid, getuid.
25691
25692 2000-07-23  Jim Meyering  <meyering@lucent.com>
25693
25694         * lib/basename.c (base_name): Add an assertion.
25695
25696 2000-07-23  Bruno Haible  <haible@clisp.cons.org>
25697
25698         * lib/quotearg.c: When the system forces us to redefine mbstate_t,
25699         shadow its mbsinit function.
25700
25701 2000-07-17  Bruno Haible  <haible@clisp.cons.org>
25702
25703         * lib/mbswidth.h: New file.
25704         * lib/mbswidth.c: New file.
25705         * lib/Makefile.am (libfetish_a_SOURCES): Add mbswidth.c.
25706         (noinst_HEADERS): Add mbswidth.h.
25707
25708 2000-07-17  Bruno Haible  <haible@clisp.cons.org>
25709
25710         * lib/config.charset: Add support for FreeBSD. Improve support for
25711         HP-UX and IRIX 6.
25712
25713 2000-07-16  Bruno Haible  <haible@clisp.cons.org>
25714
25715         * m4/mbswidth.m4: New file.
25716         * m4/prereq.m4 (jm_PREREQ): Call jm_PREREQ_MBSWIDTH.
25717
25718 2000-07-15  Jim Meyering  <meyering@lucent.com>
25719
25720         * lib/makepath.c: Include quote.h.
25721         (make_path): Convert "`%s'" in format strings to "%s", and wrap each
25722         corresponding argument in a `quote (...)' call.
25723         Give better diagnostics.
25724
25725         * lib/Makefile.am (libfetish_a_SOURCES): Add quote.c.
25726         (noinst_HEADERS): Add quote.h.
25727
25728         * lib/quote.c (quote, quote_n): New file.  Two functions taken verbatim
25729         from tar's src/misc.c.
25730         * lib/quote.h: New file.  Prototypes for same.
25731
25732 2000-07-14  Paul Eggert  <eggert@twinsun.com>
25733
25734         From a suggestion by Bruno Haible.
25735         * lib/quotearg.c (mbrtowc): Do not use HAVE_WCHAR_H in the definition.
25736         Use defined mbstate_t, not HAVE_MBSTATE_T_OBJECT,
25737         to decide whether to define the BeOS workaround macro;
25738         this adjusts to the change to AC_MBSTATE_T.
25739
25740 2000-07-14  Jim Meyering  <meyering@lucent.com>
25741
25742         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): Require
25743         jm_AC_TYPE_UINTMAX_T.
25744
25745 2000-07-13  Paul Eggert  <eggert@twinsun.com>
25746
25747         * lib/quotearg.h (enum quoting style): New enum clocale_quoting_style.
25748
25749         * lib/quotearg.c (quoting_style_args, quoting_style_vals,
25750         quotearg_buffer_restyled): Add support for
25751         clocale_quoting_style.  Undo previous change to
25752         locale_quoting_style behavior, and undo the "{LEFT QUOTATION MARK}"
25753         and "{RIGHT QUOTATION MARK}" msgids.
25754
25755 2000-07-10  Paul Eggert  <eggert@twinsun.com>
25756
25757         From a suggestion by Bruno Haible.
25758         * m4/mbstate_t.m4 (AC_MBSTATE_T):
25759         Renamed from AC_MBSTATE_T_OBJECT.  All uses changed.
25760         Change from a two-part test, which defines both HAVE_MBSTATE_T_OBJECT
25761         and mbstate_t, to a single-part test that simply defines mbstate_t.
25762         * m4/prereq.m4 (jm_PREREQ_QUOTEARG):
25763         s/AC_MBSTATE_T_OBJECT/AC_MBSTATE_T/.
25764
25765 2000-07-10  Jim Meyering  <meyering@lucent.com>
25766
25767         * m4/strerror_r.m4: Mirror the correction made in autoconf.
25768
25769         * m4/gnu-source.m4: Output to confdefs.h directly.
25770         Suggestion from Akim Demaille.
25771
25772 2000-07-09  Paul Eggert  <eggert@twinsun.com>
25773
25774         The old behavior of quoting `like this' doesn't look good with
25775         newer, ISO-style fonts.  See:
25776         http://www.cl.cam.ac.uk/~mgk25/ucs/quotes.html
25777
25778         Instead, quote "like this" by default.  Let the translator
25779         tailor the locale-specific quoting behavior by providing
25780         translations for {LEFT QUOTATION MARK} and {RIGHT QUOTATION MARK}.
25781
25782         * lib/quotearg.c (N_): New macro.
25783         (gettext_default): New function.
25784         (quotearg_buffer_restyled): Use
25785         gettext_default ("{LEFT QUOTATION MARK}", "\"") for left quote, and
25786         gettext_default ("{RIGHT QUOTATION MARK}", "\"") for right quote.
25787
25788 2000-07-09  Jim Meyering  <meyering@lucent.com>
25789
25790         * m4/jm-macros.m4 (jm_MACROS): Add a test to see if -lm is required
25791         to link seq.  If so, set SEQ_LIBM to -lm.  From Bruno Haible.
25792
25793         * m4/gnu-source.m4 (AC__GNU_SOURCE): New file/macro.
25794         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Require it.
25795
25796 2000-07-09  Jim Meyering  <meyering@lucent.com>
25797
25798         * lib/Most files: Update copyright dates to include 2000.
25799
25800 2000-07-08  Jim Meyering  <meyering@lucent.com>
25801
25802         * lib/xgethostname.c (ENAMETOOLONG): Define to an unlikely value
25803         if not defined.
25804         (xgethostname): Remove now-unnecessary #ifdef.
25805         Move declaration of `err' into loop where it's used.
25806
25807 2000-07-05  Paul Eggert  <eggert@twinsun.com>
25808         and Bruno Haible  <haible@clisp.cons.org>
25809
25810         * m4/mbstate_t.m4 (AC_MBSTATE_T_OBJECT): Test for mbstate_t
25811         only if the test for an object-type mbstate_t fails.  This
25812         prevents us from mistakenly reporting that mbstate_t is a
25813         system object type after we "#define mbstate_t int" to work
25814         around its lack.
25815
25816 2000-07-05  Paul Eggert  <eggert@twinsun.com>
25817         and Bruno Haible  <haible@clisp.cons.org>
25818
25819         * lib/quotearg.c (mbrtowc): Declare returned type, since BeOS doesn't.
25820
25821 2000-07-05  Bruno Haible  <haible@clisp.cons.org>
25822
25823         * m4/strerror_r.m4 (AC_FUNC_STRERROR_R): Pass a reasonably large buffer
25824         to strerror_r.
25825         Include <ctype.h> for use of isalpha.
25826
25827 2000-07-05  Bruno Haible  <haible@clisp.cons.org>
25828
25829         * lib/xgethostname.c (xgethostname): Protect against the SunOS 5.5 bug
25830         by allocating a larger buffer. Test the gethostname return value for
25831         being >= 0, not == 0, for BeOS.  Don't exhaust memory if gethostname
25832         returns an error and ENAMETOOLONG isn't defined.
25833
25834 2000-07-05  Bruno Haible  <haible@clisp.cons.org>
25835
25836         * lib/quotearg.c (struct quoting_options): Simplify quote_these_too
25837         dimension.
25838
25839 2000-07-04  Jim Meyering  <meyering@lucent.com>
25840
25841         * m4/fsusage.m4 (jm_FILE_SYSTEM_USAGE): Use plain old `echo' instead
25842         of the deprecated AC_CHECKING.
25843
25844 2000-07-04  Jim Meyering  <meyering@lucent.com>
25845
25846         * lib/strndup.c: [!HAVE_DECL_STRNLEN]: Declare strnlen.
25847         Reported by Bruno Haible.
25848
25849 2000-07-04  Jim Meyering  <meyering@lucent.com>
25850
25851         * lib/quotearg.c: Make inclusion of <wchar.h> independent of whether
25852         HAVE_MBRTOWC is set.  Required at least for irix-5.6, which
25853         lacks mbrtowc.
25854
25855 2000-07-03  Paul Eggert  <eggert@twinsun.com>
25856
25857         * m4/mbstate_t.m4 (AC_MBSTATE_T_OBJECT): Port to autoconf 2.13.
25858         Add AC_CHECK_HEADERS(stdlib.h), since we use HAVE_STDLIB_H.
25859
25860 2000-07-03  Paul Eggert  <eggert@twinsun.com>
25861         and Bruno Haible  <haible@clisp.cons.org>
25862
25863         * lib/quotearg.c (mbrtowc):
25864         Assign to *pwc, and return 1 only if result is nonzero.
25865         (iswprint): Use ISPRINT when substituting our own mbrtowc.
25866
25867 2000-07-03  Jim Meyering  <meyering@lucent.com>
25868
25869         * m4/check-decl.m4 (AC_CHECK_DECLS): Add strnlen.
25870
25871 2000-07-03  Jim Meyering  <meyering@lucent.com>
25872
25873         * lib/readutmp.h: [HAVE_UTMPX_H]: Include <utmp.h> if HAVE_UTMP_H.
25874         This is necessary to get a definition of e.g., UTMP_FILE on
25875         HP-UX 10.20.
25876         From Bob Proulx.
25877
25878 2000-07-02  Jim Meyering  <meyering@lucent.com>
25879
25880         * m4/mbstate_t.m4: Also define mbstate_t, if necessary.
25881
25882         * m4/chown.m4: Replace each use of AC_SUBST(LIBOBJS)/LIBOBJS=... with
25883         AC_LIBOBJ(function_name).
25884         * m4/chown.m4: Likewise.
25885         * m4/fnmatch.m4: Likewise.
25886         * m4/ftruncate.m4: Likewise.
25887         * m4/getgroups.m4: Likewise.
25888         * m4/getline.m4: Likewise.
25889         * m4/group-member.m4: Likewise.
25890         * m4/jm-macros.m4: Likewise.
25891         * m4/lstat.m4: Likewise.
25892         * m4/malloc.m4: Likewise.
25893         * m4/memcmp.m4: Likewise.
25894         * m4/nanosleep.m4: Likewise.
25895         * m4/putenv.m4: Likewise.
25896         * m4/realloc.m4: Likewise.
25897         * m4/regex.m4: Likewise.
25898         * m4/stat.m4: Likewise.
25899         * m4/strftime.m4: Likewise.
25900
25901 2000-07-02  Jim Meyering  <meyering@lucent.com>
25902
25903         * lib/quotearg.c (mbstate_t): Don't define here.
25904
25905 2000-07-02  Jim Meyering  <meyering@lucent.com>
25906
25907         * lib/nanosleep.c (SIGCONT): Define if not already defined.
25908
25909 2000-07-01  Jim Meyering  <meyering@lucent.com>
25910
25911         * m4/uptime.m4: Put double quotes around use of $cross_compiling.
25912
25913 2000-07-01  Jim Meyering  <meyering@lucent.com>
25914
25915         * m4/ls-mntd-fs.m4: Remove a `FIXME' comment and fix the associated
25916         problem.
25917
25918 2000-07-01  Bruno Haible  <haible@clisp.cons.org>
25919
25920         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Rename BeOS specific
25921         macro from MOUNTED_NEXT_DEV to MOUNTED_FS_STAT_DEV.
25922
25923 2000-07-01  Bruno Haible  <haible@clisp.cons.org>
25924
25925         * lib/mountlist.c: Use MOUNTED_FS_STAT_DEV instead of MOUNTED_NEXT_DEV,
25926         per change in ../m4/ls-mntd-fs.m4.
25927         (read_filesystem_list): Ignore symbolic links.
25928
25929 2000-06-29  Jim Meyering  <meyering@lucent.com>
25930
25931         * lib/same.c: Include <string.h> or <strings.h>, as appropriate,
25932         for declaration of strcmp.
25933
25934         * lib/long-options.c: Include <stdlib.h>, for declaration of exit.
25935
25936         * lib/mountlist.c (fsp_to_string) [HAVE_F_FSTYPENAME_IN_STATFS]:
25937         Avoid warning by casting result to `char *' to remove `const'.
25938
25939 2000-06-28  Jim Meyering  <meyering@lucent.com>
25940
25941         * m4/mbstate_t.m4: Use stdlib.h, not stdio.h.  The latter is not
25942         included by quotearg.c, for which we perform this test.  From
25943         Bruno Haible.
25944
25945 2000-06-27  Bruno Haible  <haible@clisp.cons.org>
25946
25947         * m4/check-decl.m4 (_jm_DECL_HEADERS): Check for utmp.h as well.
25948         * m4/prereq.m4 (jm_PREREQ_READUTMP): Likewise. If either <utmp.h> or
25949         <utmpx.h> exists, put readutmp.o into LIBOBJS.
25950
25951 2000-06-27  Bruno Haible  <haible@clisp.cons.org>
25952
25953         * lib/Makefile.am (libfetish_a_SOURCES): Remove readutmp.c.
25954
25955 2000-06-26  Paul Eggert  <eggert@twinsun.com>
25956
25957         savedir now sets errno on failure and invokes xmalloc to get memory.
25958         Fix a couple of other minor bugs while we're at it.
25959
25960         * lib/savedir.c (<unistd.h>): Do not include; there's no need.
25961         (NAMLEN): Remove macro.
25962         (malloc, realloc): Remove decls.
25963         (stpcpy): Likewise.
25964         ("xalloc.h"): Include.
25965         (NAME_SIZE_DEFAULT): New macro.
25966         (savedir): Use xmalloc / xrealloc to allocate memory.
25967         Use NAME_SIZE_DEFAULT if name_size is negative or overflows to zero.
25968         Skip "" directory entries.
25969         Use strlen to calculate directory entry length, since the old method
25970         is rarely used these days and isn't worth supporting.
25971         Don't use a pointer after freeing it.
25972         Check for integer overflow when calculating allocation size.
25973         Use memcpy to copy entries, instead of stpcpy.
25974         Set errno properly when returning NULL.
25975         Check for readdir error.
25976
25977 2000-06-26  Jim Meyering  <meyering@lucent.com>
25978
25979         * lib/posixtm.c [HAVE_STDLIB_H]: Include stdlib.h, for decl of abort.
25980
25981 2000-06-25  Jim Meyering  <meyering@lucent.com>
25982
25983         * m4/mbstate_t.m4: Include stdio.h before wchar.h to work around
25984         Linux header bug when _XOPEN_SOURCE is defined to 500.
25985
25986 2000-06-25  Bruno Haible  <haible@clisp.cons.org>
25987
25988         * lib/unicodeio.c (print_unicode_char): Work around ansi2knr
25989         deficiency.
25990
25991 2000-06-25  Bruno Haible  <haible@clisp.cons.org>
25992
25993         * lib/getusershell.c (xmalloc, xrealloc): Remove functions.
25994         Include xalloc.h.
25995         Don't include <stdlib.h>.  Don't declare malloc, realloc.
25996
25997 2000-06-24  Jim Meyering  <meyering@lucent.com>
25998
25999         * m4/strerror_r.m4: Revive this file -- to try out an experimental
26000         version of AC_FUNC_STRERROR_R that may work even on BeOS, a system
26001         for which strerror does return char*, but which lacks a conveniently
26002         accessible declaration of the function.  If the compile-test says
26003         strerror_r doesn't work, then resort to a `run'-test that works on
26004         BeOS and segfaults on DEC Unix.
26005
26006 2000-06-24  Jim Meyering  <meyering@lucent.com>
26007
26008         * lib/error.c [!HAVE_DECL_STRERROR_R]: Declare strerror_r.
26009
26010 2000-06-23  Paul Eggert  <eggert@twinsun.com>
26011
26012         * m4/mbstate_t.m4: New file, defining AC_MBSTATE_T_OBJECT.
26013         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Use it.  Add check for iswprint.
26014
26015 2000-06-23  Paul Eggert  <eggert@twinsun.com>
26016
26017         * lib/quotearg.c: Include <wctype.h> after <wchar.h>, for Solaris 2.5.
26018         (mbrtowc, mbstate_t): Define substitutes if
26019         HAVE_MBRTOWC && HAVE_WCHAR_H && !HAVE_MBSTATE_T_OBJECT.
26020         (iswprint): Define to 1 if !defined iswprint && !HAVE_ISWPRINT,
26021         not if ! (HAVE_MBRTOWC && HAVE_WCHAR_H).
26022
26023 2000-06-23  Jim Meyering  <meyering@lucent.com>
26024
26025         * m4/afs.m4: Add missing AC_MSG_RESULT.
26026         Reported by Bruno Haible.
26027
26028         * m4/fsusage.m4: s/AC_MSG_CHECKING/AC_CHECKING/.
26029         Suggestion from Bruno Haible.
26030
26031 2000-06-23  Jim Meyering  <meyering@lucent.com>
26032
26033         * lib/getpass.c: New file, from Bruno Haible.  Required for BeOS.
26034
26035 2000-06-21  Jim Meyering  <meyering@lucent.com>
26036
26037         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add getpass.
26038
26039 2000-06-21  Jim Meyering  <meyering@lucent.com>
26040
26041         * lib/Makefile.am (libfetish_a_SOURCES): Add getstr.c.
26042         (noinst_HEADERS): Add getstr.h.
26043
26044         * lib/getline.c (getstr): Move into a separate file.
26045         * lib/getstr.c (getstr): New file, extracted from getline.c, with
26046         the following changes: new parameter, delim2; both delim[12]
26047         parameters have type `int', not `char'.  The latter would lose
26048         with 8-bit delimiters.
26049         * lib/getstr.h: New file.
26050
26051 2000-06-21  Bruno Haible  <haible@clisp.cons.org>
26052
26053         * lib/xgetcwd.c (xgetcwd): If the required pathname length is smaller
26054         than 1024, return a memory chunk of least possible size, instead
26055         of size PATH_MAX + 2. In the loop, increment the size proportionally.
26056         Use free/xmalloc instead of xrealloc to avoid copying for very long
26057         paths.
26058
26059 2000-06-21  Bruno Haible  <haible@clisp.cons.org>
26060
26061         * lib/path-concat.c (path_concat): Don't access dir[-1] if dir is
26062         the empty string.
26063
26064 2000-06-21  Bruno Haible  <haible@clisp.cons.org>
26065
26066         * lib/canon-host.c (canon_host): Use malloc and memcpy to copy an
26067         address, not strdup.  Include <stdlib.h> and don't declare free().
26068
26069 2000-06-19  Jim Meyering  <meyering@lucent.com>
26070
26071         * lib/getloadavg.c [HAVE_NLIST_H] (NLIST_STRUCT): Define.
26072
26073 2000-06-18  Jim Meyering  <meyering@lucent.com>
26074
26075         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Remove mkdir.
26076
26077         * m4/link-follow.m4 (jm_AC_FUNC_LINK_FOLLOWS_SYMLINK): Change the
26078         `checking whether...' message to be consistent with that of the
26079         lstat test.
26080
26081 2000-06-18  Jim Meyering  <meyering@lucent.com>
26082
26083         * lib/mkdir.c: Remove file, due mainly to copyright incompatibility.
26084         Besides, these days every porting target provides a mkdir function.
26085
26086         * lib/strnlen.c: Include memory.h, string.h, and/or strings.h as
26087         needed. (this snippet comes from src/system.h).
26088
26089 2000-06-16  Bruno Haible  <haible@clisp.cons.org>
26090
26091         * m4/glibc21.m4 (jm_GLIBC21): Define GLIBC21 for Makefiles, not for C.
26092
26093 2000-06-15  Paul Eggert  <eggert@twinsun.com>
26094
26095         * lib/human.c (adjust_value): New function.
26096         (human_readable_inexact): Apply rounding style even when
26097         printing approximate values.
26098
26099 2000-06-14  Paul Eggert  <eggert@twinsun.com>
26100
26101         * lib/human.c (human_readable_inexact): Allow an input block
26102         size that is not a multiple of the output block size, and vice versa.
26103         Reported by Piergiorgio Sartor.
26104
26105 2000-06-14  Paul Eggert  <eggert@twinsun.com>
26106
26107         * lib/getdate.y (get_date): Apply relative times after time
26108         zone indicator, not before.  Reported by Todd A. Jacobs.
26109
26110 2000-06-13  Jim Meyering  <meyering@lucent.com>
26111
26112         * lib/Makefile.am (all-local): Depend on lstat.c and stat.c.
26113
26114         * lib/xstat.in [!HAVE_DECL_FREE]: Declare free in lstat.c.
26115
26116 2000-06-12  Paul Eggert  <eggert@twinsun.com>
26117
26118         * lib/xstat.in: Include <stdlib.h> in lstat, to declare "free".
26119
26120 2000-06-12  Jim Meyering  <meyering@lucent.com>
26121
26122         * m4/getloadavg.m4 (AM_FUNC_GETLOADAVG): Replace with
26123         AC_FUNC_GETLOADAVG from autoconf, and tweak the latter to accept an
26124         optional argument.
26125         * m4/jm-macros.m4: s/AM_FUNC_GETLOADAVG/AC_FUNC_GETLOADAVG/, and supply
26126         the optional argument, `lib'.
26127
26128 2000-06-08  Jim Meyering  <meyering@lucent.com>
26129
26130         * m4/largefile.m4: Remove file (now that it's part of autoconf).
26131
26132 2000-06-04  Paul Eggert  <eggert@twinsun.com>